MAINTAINERS: Add cxgb4 and iw_cxgb4 entries
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / MAINTAINERS
1
2 List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below. This will make things
5 easier on the maintainers. Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
11 2. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
19 3. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
23 4. When you are happy with a change make it generally available for
24 testing and await feedback.
25
26 5. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
38
39 PLEASE CC: the maintainers and mailing lists that are generated
40 by scripts/get_maintainer.pl. The results returned by the
41 script will be best if you have git installed and are making
42 your changes in a branch derived from Linus' latest git tree.
43 See Documentation/SubmittingPatches for details.
44
45 PLEASE try to include any credit lines you want added with the
46 patch. It avoids people being missed off by mistake and makes
47 it easier to know who wants adding and who doesn't.
48
49 PLEASE document known bugs. If it doesn't work for everything
50 or does something very odd once a month document it.
51
52 PLEASE remember that submissions must be made under the terms
53 of the OSDL certificate of contribution and should include a
54 Signed-off-by: line. The current version of this "Developer's
55 Certificate of Origin" (DCO) is listed in the file
56 Documentation/SubmittingPatches.
57
58 6. Make sure you have the right to send any changes you make. If you
59 do changes at work you may find your employer owns the patch
60 not you.
61
62 7. When sending security related changes or reports to a maintainer
63 please Cc: security@kernel.org, especially if the maintainer
64 does not respond.
65
66 8. Happy hacking.
67
68 Descriptions of section entries:
69
70 P: Person (obsolete)
71 M: Mail patches to: FullName <address@domain>
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 Q: Patchwork web based patch tracking system site
75 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
76 S: Status, one of the following:
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86 F: Files and directories with wildcard patterns.
87 A trailing slash includes all files and subdirectory files.
88 F: drivers/net/ all files in and below drivers/net
89 F: drivers/net/* all files in drivers/net, but not below
90 F: */net/* all files in "any top level directory"/net
91 One pattern per line. Multiple F: lines acceptable.
92 X: Files and directories that are NOT maintained, same rules as F:
93 Files exclusions are tested before file matches.
94 Can be useful for excluding a specific subdirectory, for instance:
95 F: net/
96 X: net/ipv6/
97 matches all files in and below net excluding net/ipv6/
98 K: Keyword perl extended regex pattern to match content in a
99 patch or file. For instance:
100 K: of_get_profile
101 matches patches or files that contain "of_get_profile"
102 K: \b(printk|pr_(info|err))\b
103 matches patches or files that contain one or more of the words
104 printk, pr_info or pr_err
105 One regex pattern per line. Multiple K: lines acceptable.
106
107 Note: For the hard of thinking, this list is meant to remain in alphabetical
108 order. If you could add yourselves to it in alphabetical order that would be
109 so much easier [Ed]
110
111 Maintainers List (try to look for most precise areas first)
112
113 -----------------------------------
114
115 3C505 NETWORK DRIVER
116 M: Philip Blundell <philb@gnu.org>
117 L: netdev@vger.kernel.org
118 S: Maintained
119 F: drivers/net/3c505*
120
121 3C59X NETWORK DRIVER
122 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
123 L: netdev@vger.kernel.org
124 S: Maintained
125 F: Documentation/networking/vortex.txt
126 F: drivers/net/3c59x.c
127
128 3CR990 NETWORK DRIVER
129 M: David Dillow <dave@thedillows.org>
130 L: netdev@vger.kernel.org
131 S: Maintained
132 F: drivers/net/typhoon*
133
134 3W-9XXX SATA-RAID CONTROLLER DRIVER
135 M: Adam Radford <linuxraid@amcc.com>
136 L: linux-scsi@vger.kernel.org
137 W: http://www.amcc.com
138 S: Supported
139 F: drivers/scsi/3w-9xxx*
140
141 3W-XXXX ATA-RAID CONTROLLER DRIVER
142 M: Adam Radford <linuxraid@amcc.com>
143 L: linux-scsi@vger.kernel.org
144 W: http://www.amcc.com
145 S: Supported
146 F: drivers/scsi/3w-xxxx*
147
148 53C700 AND 53C700-66 SCSI DRIVER
149 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
150 L: linux-scsi@vger.kernel.org
151 S: Maintained
152 F: drivers/scsi/53c700*
153
154 6PACK NETWORK DRIVER FOR AX.25
155 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
156 L: linux-hams@vger.kernel.org
157 S: Maintained
158 F: drivers/net/hamradio/6pack.c
159
160 8169 10/100/1000 GIGABIT ETHERNET DRIVER
161 M: Francois Romieu <romieu@fr.zoreil.com>
162 L: netdev@vger.kernel.org
163 S: Maintained
164 F: drivers/net/r8169.c
165
166 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
167 L: linux-serial@vger.kernel.org
168 W: http://serial.sourceforge.net
169 S: Orphan
170 F: drivers/serial/8250*
171 F: include/linux/serial_8250.h
172
173 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
174 M: Paul Gortmaker <p_gortmaker@yahoo.com>
175 L: netdev@vger.kernel.org
176 S: Maintained
177 F: drivers/net/*8390*
178 F: drivers/net/ax88796.c
179
180 9P FILE SYSTEM
181 M: Eric Van Hensbergen <ericvh@gmail.com>
182 M: Ron Minnich <rminnich@sandia.gov>
183 M: Latchesar Ionkov <lucho@ionkov.net>
184 L: v9fs-developer@lists.sourceforge.net
185 W: http://swik.net/v9fs
186 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
187 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
188 S: Maintained
189 F: Documentation/filesystems/9p.txt
190 F: fs/9p/
191
192 A2232 SERIAL BOARD DRIVER
193 M: Enver Haase <A2232@gmx.net>
194 L: linux-m68k@lists.linux-m68k.org
195 S: Maintained
196 F: drivers/char/ser_a2232*
197
198 AACRAID SCSI RAID DRIVER
199 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
200 L: linux-scsi@vger.kernel.org
201 W: http://www.adaptec.com/
202 S: Supported
203 F: Documentation/scsi/aacraid.txt
204 F: drivers/scsi/aacraid/
205
206 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
207 M: Hans de Goede <j.w.r.degoede@hhs.nl>
208 L: lm-sensors@lm-sensors.org
209 S: Maintained
210 F: drivers/hwmon/abituguru.c
211
212 ABIT UGURU 3 HARDWARE MONITOR DRIVER
213 M: Alistair John Strachan <alistair@devzero.co.uk>
214 L: lm-sensors@lm-sensors.org
215 S: Maintained
216 F: drivers/hwmon/abituguru3.c
217
218 ACENIC DRIVER
219 M: Jes Sorensen <jes@trained-monkey.org>
220 L: linux-acenic@sunsite.dk
221 S: Maintained
222 F: drivers/net/acenic*
223
224 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
225 M: Peter Feuerer <peter@piie.net>
226 L: platform-driver-x86@vger.kernel.org
227 W: http://piie.net/?section=acerhdf
228 S: Maintained
229 F: drivers/platform/x86/acerhdf.c
230
231 ACER WMI LAPTOP EXTRAS
232 M: Carlos Corbacho <carlos@strangeworlds.co.uk>
233 L: aceracpi@googlegroups.com (subscribers-only)
234 L: platform-driver-x86@vger.kernel.org
235 W: http://code.google.com/p/aceracpi
236 S: Maintained
237 F: drivers/platform/x86/acer-wmi.c
238
239 ACPI
240 M: Len Brown <lenb@kernel.org>
241 L: linux-acpi@vger.kernel.org
242 W: http://www.lesswatts.org/projects/acpi/
243 Q: http://patchwork.kernel.org/project/linux-acpi/list/
244 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
245 S: Supported
246 F: drivers/acpi/
247 F: drivers/pnp/pnpacpi/
248 F: include/linux/acpi.h
249 F: include/acpi/
250
251 ACPI BATTERY DRIVERS
252 M: Alexey Starikovskiy <astarikovskiy@suse.de>
253 L: linux-acpi@vger.kernel.org
254 W: http://www.lesswatts.org/projects/acpi/
255 S: Supported
256 F: drivers/acpi/battery.c
257 F: drivers/acpi/*sbs*
258
259 ACPI EC DRIVER
260 M: Alexey Starikovskiy <astarikovskiy@suse.de>
261 L: linux-acpi@vger.kernel.org
262 W: http://www.lesswatts.org/projects/acpi/
263 S: Supported
264 F: drivers/acpi/ec.c
265
266 ACPI FAN DRIVER
267 M: Zhang Rui <rui.zhang@intel.com>
268 L: linux-acpi@vger.kernel.org
269 W: http://www.lesswatts.org/projects/acpi/
270 S: Supported
271 F: drivers/acpi/fan.c
272
273 ACPI PROCESSOR AGGREGATOR DRIVER
274 M: Shaohua Li <shaohua.li@intel.com>
275 L: linux-acpi@vger.kernel.org
276 W: http://www.lesswatts.org/projects/acpi/
277 S: Supported
278 F: drivers/acpi/acpi_pad.c
279
280 ACPI THERMAL DRIVER
281 M: Zhang Rui <rui.zhang@intel.com>
282 L: linux-acpi@vger.kernel.org
283 W: http://www.lesswatts.org/projects/acpi/
284 S: Supported
285 F: drivers/acpi/*thermal*
286
287 ACPI VIDEO DRIVER
288 M: Zhang Rui <rui.zhang@intel.com>
289 L: linux-acpi@vger.kernel.org
290 W: http://www.lesswatts.org/projects/acpi/
291 S: Supported
292 F: drivers/acpi/video.c
293
294 ACPI WMI DRIVER
295 M: Carlos Corbacho <carlos@strangeworlds.co.uk>
296 L: platform-driver-x86@vger.kernel.org
297 W: http://www.lesswatts.org/projects/acpi/
298 S: Maintained
299 F: drivers/platform/x86/wmi.c
300
301 AD1889 ALSA SOUND DRIVER
302 M: Kyle McMartin <kyle@mcmartin.ca>
303 M: Thibaut Varene <T-Bone@parisc-linux.org>
304 W: http://wiki.parisc-linux.org/AD1889
305 L: linux-parisc@vger.kernel.org
306 S: Maintained
307 F: sound/pci/ad1889.*
308
309 ADM1025 HARDWARE MONITOR DRIVER
310 M: Jean Delvare <khali@linux-fr.org>
311 L: lm-sensors@lm-sensors.org
312 S: Maintained
313 F: Documentation/hwmon/adm1025
314 F: drivers/hwmon/adm1025.c
315
316 ADM1029 HARDWARE MONITOR DRIVER
317 M: Corentin Labbe <corentin.labbe@geomatys.fr>
318 L: lm-sensors@lm-sensors.org
319 S: Maintained
320 F: drivers/hwmon/adm1029.c
321
322 ADM8211 WIRELESS DRIVER
323 M: Michael Wu <flamingice@sourmilk.net>
324 L: linux-wireless@vger.kernel.org
325 W: http://linuxwireless.org/
326 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
327 S: Maintained
328 F: drivers/net/wireless/adm8211.*
329
330 ADT746X FAN DRIVER
331 M: Colin Leroy <colin@colino.net>
332 S: Maintained
333 F: drivers/macintosh/therm_adt746x.c
334
335 ADT7475 HARDWARE MONITOR DRIVER
336 M: Jean Delvare <khali@linux-fr.org>
337 L: lm-sensors@lm-sensors.org
338 S: Maintained
339 F: Documentation/hwmon/adt7475
340 F: drivers/hwmon/adt7475.c
341
342 ADVANSYS SCSI DRIVER
343 M: Matthew Wilcox <matthew@wil.cx>
344 L: linux-scsi@vger.kernel.org
345 S: Maintained
346 F: Documentation/scsi/advansys.txt
347 F: drivers/scsi/advansys.c
348
349 AEDSP16 DRIVER
350 M: Riccardo Facchetti <fizban@tin.it>
351 S: Maintained
352 F: sound/oss/aedsp16.c
353
354 AFFS FILE SYSTEM
355 M: Roman Zippel <zippel@linux-m68k.org>
356 S: Maintained
357 F: Documentation/filesystems/affs.txt
358 F: fs/affs/
359
360 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
361 M: David Howells <dhowells@redhat.com>
362 L: linux-afs@lists.infradead.org
363 S: Supported
364 F: fs/afs/
365 F: include/net/af_rxrpc.h
366 F: net/rxrpc/af_rxrpc.c
367
368 AGPGART DRIVER
369 M: David Airlie <airlied@linux.ie>
370 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
371 S: Maintained
372 F: drivers/char/agp/
373 F: include/linux/agp*
374
375 AHA152X SCSI DRIVER
376 M: "Juergen E. Fischer" <fischer@norbit.de>
377 L: linux-scsi@vger.kernel.org
378 S: Maintained
379 F: drivers/scsi/aha152x*
380 F: drivers/scsi/pcmcia/aha152x*
381
382 AIC7XXX / AIC79XX SCSI DRIVER
383 M: Hannes Reinecke <hare@suse.de>
384 L: linux-scsi@vger.kernel.org
385 S: Maintained
386 F: drivers/scsi/aic7xxx/
387 F: drivers/scsi/aic7xxx_old/
388
389 AIO
390 M: Benjamin LaHaise <bcrl@kvack.org>
391 L: linux-aio@kvack.org
392 S: Supported
393 F: fs/aio.c
394 F: include/linux/*aio*.h
395
396 ALCATEL SPEEDTOUCH USB DRIVER
397 M: Duncan Sands <duncan.sands@free.fr>
398 L: linux-usb@vger.kernel.org
399 W: http://www.linux-usb.org/SpeedTouch/
400 S: Maintained
401 F: drivers/usb/atm/speedtch.c
402 F: drivers/usb/atm/usbatm.c
403
404 ALCHEMY AU1XX0 MMC DRIVER
405 M: Manuel Lauss <manuel.lauss@gmail.com>
406 S: Maintained
407 F: drivers/mmc/host/au1xmmc.c
408
409 ALI1563 I2C DRIVER
410 M: Rudolf Marek <r.marek@assembler.cz>
411 L: linux-i2c@vger.kernel.org
412 S: Maintained
413 F: Documentation/i2c/busses/i2c-ali1563
414 F: drivers/i2c/busses/i2c-ali1563.c
415
416 ALPHA PORT
417 M: Richard Henderson <rth@twiddle.net>
418 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
419 M: Matt Turner <mattst88@gmail.com>
420 L: linux-alpha@vger.kernel.org
421 F: arch/alpha/
422
423 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
424 M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
425 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
426 S: Supported
427 F: drivers/usb/gadget/amd5536udc.*
428
429 AMD GEODE PROCESSOR/CHIPSET SUPPORT
430 P: Jordan Crouse
431 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
432 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
433 S: Supported
434 F: drivers/char/hw_random/geode-rng.c
435 F: drivers/crypto/geode*
436 F: drivers/video/geode/
437 F: arch/x86/include/asm/geode.h
438
439 AMD IOMMU (AMD-VI)
440 M: Joerg Roedel <joerg.roedel@amd.com>
441 L: iommu@lists.linux-foundation.org
442 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
443 S: Supported
444 F: arch/x86/kernel/amd_iommu*.c
445 F: arch/x86/include/asm/amd_iommu*.h
446
447 AMD MICROCODE UPDATE SUPPORT
448 M: Andreas Herrmann <andreas.herrmann3@amd.com>
449 L: amd64-microcode@amd64.org
450 S: Supported
451 F: arch/x86/kernel/microcode_amd.c
452
453 AMS (Apple Motion Sensor) DRIVER
454 M: Stelian Pop <stelian@popies.net>
455 M: Michael Hanselmann <linux-kernel@hansmi.ch>
456 S: Supported
457 F: drivers/hwmon/ams/
458
459 AMSO1100 RNIC DRIVER
460 M: Tom Tucker <tom@opengridcomputing.com>
461 M: Steve Wise <swise@opengridcomputing.com>
462 L: linux-rdma@vger.kernel.org
463 S: Maintained
464 F: drivers/infiniband/hw/amso1100/
465
466 AOA (Apple Onboard Audio) ALSA DRIVER
467 M: Johannes Berg <johannes@sipsolutions.net>
468 L: linuxppc-dev@ozlabs.org
469 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
470 S: Maintained
471 F: sound/aoa/
472
473 APM DRIVER
474 M: Stephen Rothwell <sfr@canb.auug.org.au>
475 L: linux-laptop@vger.kernel.org
476 W: http://www.canb.auug.org.au/~sfr/
477 S: Supported
478 F: arch/x86/kernel/apm_32.c
479 F: include/linux/apm_bios.h
480
481 APPLE BCM5974 MULTITOUCH DRIVER
482 M: Henrik Rydberg <rydberg@euromail.se>
483 L: linux-input@vger.kernel.org
484 S: Maintained
485 F: drivers/input/mouse/bcm5974.c
486
487 APPLE SMC DRIVER
488 M: Nicolas Boichat <nicolas@boichat.ch>
489 L: mactel-linux-devel@lists.sourceforge.net
490 S: Maintained
491 F: drivers/hwmon/applesmc.c
492
493 APPLETALK NETWORK LAYER
494 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
495 S: Maintained
496 F: drivers/net/appletalk/
497 F: net/appletalk/
498
499 ARC FRAMEBUFFER DRIVER
500 M: Jaya Kumar <jayalk@intworks.biz>
501 S: Maintained
502 F: drivers/video/arcfb.c
503 F: drivers/video/fb_defio.c
504
505 ARM MFM AND FLOPPY DRIVERS
506 M: Ian Molton <spyro@f2s.com>
507 S: Maintained
508 F: arch/arm/lib/floppydma.S
509 F: arch/arm/include/asm/floppy.h
510
511 ARM PORT
512 M: Russell King <linux@arm.linux.org.uk>
513 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
514 W: http://www.arm.linux.org.uk/
515 S: Maintained
516 F: arch/arm/
517
518 ARM PRIMECELL AACI PL041 DRIVER
519 M: Russell King <linux@arm.linux.org.uk>
520 S: Maintained
521 F: sound/arm/aaci.*
522
523 ARM PRIMECELL CLCD PL110 DRIVER
524 M: Russell King <linux@arm.linux.org.uk>
525 S: Maintained
526 F: drivers/video/amba-clcd.*
527
528 ARM PRIMECELL KMI PL050 DRIVER
529 M: Russell King <linux@arm.linux.org.uk>
530 S: Maintained
531 F: drivers/input/serio/ambakmi.*
532 F: include/linux/amba/kmi.h
533
534 ARM PRIMECELL MMCI PL180/1 DRIVER
535 S: Orphan
536 F: drivers/mmc/host/mmci.*
537
538 ARM PRIMECELL BUS SUPPORT
539 M: Russell King <linux@arm.linux.org.uk>
540 S: Maintained
541 F: drivers/amba/
542 F: include/linux/amba/bus.h
543
544 ARM/ADI ROADRUNNER MACHINE SUPPORT
545 M: Lennert Buytenhek <kernel@wantstofly.org>
546 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
547 S: Maintained
548 F: arch/arm/mach-ixp23xx/
549 F: arch/arm/mach-ixp23xx/include/mach/
550
551 ARM/ADS SPHERE MACHINE SUPPORT
552 M: Lennert Buytenhek <kernel@wantstofly.org>
553 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
554 S: Maintained
555
556 ARM/AFEB9260 MACHINE SUPPORT
557 M: Sergey Lapin <slapin@ossfans.org>
558 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
559 S: Maintained
560
561 ARM/AJECO 1ARM MACHINE SUPPORT
562 M: Lennert Buytenhek <kernel@wantstofly.org>
563 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
564 S: Maintained
565
566 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
567 M: Andrew Victor <linux@maxim.org.za>
568 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
569 W: http://maxim.org.za/at91_26.html
570 S: Maintained
571
572 ARM/BCMRING ARM ARCHITECTURE
573 M: Leo Chen <leochen@broadcom.com>
574 M: Scott Branden <sbranden@broadcom.com>
575 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
576 S: Maintained
577 F: arch/arm/mach-bcmring
578
579 ARM/BCMRING MTD NAND DRIVER
580 M: Leo Chen <leochen@broadcom.com>
581 M: Scott Branden <sbranden@broadcom.com>
582 L: linux-mtd@lists.infradead.org
583 S: Maintained
584 F: drivers/mtd/nand/bcm_umi_nand.c
585 F: drivers/mtd/nand/bcm_umi_bch.c
586 F: drivers/mtd/nand/bcm_umi_hamming.c
587 F: drivers/mtd/nand/nand_bcm_umi.h
588
589 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
590 M: Hartley Sweeten <hsweeten@visionengravers.com>
591 M: Ryan Mallon <ryan@bluewatersys.com>
592 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
593 S: Maintained
594 F: arch/arm/mach-ep93xx/
595 F: arch/arm/mach-ep93xx/include/mach/
596
597 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
598 M: Lennert Buytenhek <kernel@wantstofly.org>
599 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
600 S: Maintained
601
602 ARM/CLKDEV SUPPORT
603 M: Russell King <linux@arm.linux.org.uk>
604 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
605 F: arch/arm/common/clkdev.c
606 F: arch/arm/include/asm/clkdev.h
607
608 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
609 M: Mike Rapoport <mike@compulab.co.il>
610 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
611 S: Maintained
612
613 ARM/CONTEC MICRO9 MACHINE SUPPORT
614 M: Hubert Feurstein <hubert.feurstein@contec.at>
615 S: Maintained
616 F: arch/arm/mach-ep93xx/micro9.c
617
618 ARM/CORGI MACHINE SUPPORT
619 M: Richard Purdie <rpurdie@rpsys.net>
620 S: Maintained
621
622 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
623 M: Paulius Zaleckas <paulius.zaleckas@gmail.com>
624 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
625 T: git git://gitorious.org/linux-gemini/mainline.git
626 S: Odd Fixes
627 F: arch/arm/mach-gemini/
628
629 ARM/EBSA110 MACHINE SUPPORT
630 M: Russell King <linux@arm.linux.org.uk>
631 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
632 W: http://www.arm.linux.org.uk/
633 S: Maintained
634 F: arch/arm/mach-ebsa110/
635 F: drivers/net/arm/am79c961a.*
636
637 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
638 M: Daniel Ribeiro <drwyrm@gmail.com>
639 M: Stefan Schmidt <stefan@openezx.org>
640 M: Harald Welte <laforge@openezx.org>
641 L: openezx-devel@lists.openezx.org (subscribers-only)
642 W: http://www.openezx.org/
643 S: Maintained
644 T: topgit git://git.openezx.org/openezx.git
645 F: arch/arm/mach-pxa/ezx.c
646
647 ARM/FARADAY FA526 PORT
648 M: Paulius Zaleckas <paulius.zaleckas@gmail.com>
649 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
650 S: Odd Fixes
651 F: arch/arm/mm/*-fa*
652
653 ARM/FOOTBRIDGE ARCHITECTURE
654 M: Russell King <linux@arm.linux.org.uk>
655 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
656 W: http://www.arm.linux.org.uk/
657 S: Maintained
658 F: arch/arm/include/asm/hardware/dec21285.h
659 F: arch/arm/mach-footbridge/
660
661 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
662 M: Sascha Hauer <kernel@pengutronix.de>
663 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
664 S: Maintained
665 T: git://git.pengutronix.de/git/imx/linux-2.6.git
666 F: arch/arm/mach-mx*/
667 F: arch/arm/plat-mxc/
668
669 ARM/FREESCALE IMX51
670 M: Amit Kucheria <amit.kucheria@canonical.com>
671 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
672 S: Maintained
673 F: arch/arm/mach-mx5/
674
675 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
676 M: Lennert Buytenhek <kernel@wantstofly.org>
677 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
678 S: Maintained
679
680 ARM/GUMSTIX MACHINE SUPPORT
681 M: Steve Sakoman <sakoman@gmail.com>
682 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
683 S: Maintained
684
685 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
686 M: Philipp Zabel <philipp.zabel@gmail.com>
687 S: Maintained
688 F: arch/arm/mach-pxa/hx4700.c
689 F: arch/arm/mach-pxa/include/mach/hx4700.h
690
691 ARM/HP JORNADA 7XX MACHINE SUPPORT
692 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
693 W: www.jlime.com
694 S: Maintained
695 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
696 F: arch/arm/mach-sa1100/jornada720.c
697 F: arch/arm/mach-sa1100/include/mach/jornada720.h
698
699 ARM/INTEL IOP32X ARM ARCHITECTURE
700 M: Lennert Buytenhek <kernel@wantstofly.org>
701 M: Dan Williams <dan.j.williams@intel.com>
702 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
703 S: Maintained
704
705 ARM/INTEL IOP33X ARM ARCHITECTURE
706 M: Dan Williams <dan.j.williams@intel.com>
707 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
708 S: Maintained
709
710 ARM/INTEL IOP13XX ARM ARCHITECTURE
711 M: Lennert Buytenhek <kernel@wantstofly.org>
712 M: Dan Williams <dan.j.williams@intel.com>
713 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
714 S: Maintained
715
716 ARM/INTEL IQ81342EX MACHINE SUPPORT
717 M: Lennert Buytenhek <kernel@wantstofly.org>
718 M: Dan Williams <dan.j.williams@intel.com>
719 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
720 S: Maintained
721
722 ARM/INTEL IXP2000 ARM ARCHITECTURE
723 M: Lennert Buytenhek <kernel@wantstofly.org>
724 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
725 S: Maintained
726
727 ARM/INTEL IXDP2850 MACHINE SUPPORT
728 M: Lennert Buytenhek <kernel@wantstofly.org>
729 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
730 S: Maintained
731
732 ARM/INTEL IXP23XX ARM ARCHITECTURE
733 M: Lennert Buytenhek <kernel@wantstofly.org>
734 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
735 S: Maintained
736
737 ARM/INTEL IXP4XX ARM ARCHITECTURE
738 M: Imre Kaloz <kaloz@openwrt.org>
739 M: Krzysztof Halasa <khc@pm.waw.pl>
740 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
741 S: Maintained
742 F: arch/arm/mach-ixp4xx/
743
744 ARM/INTEL RESEARCH IMOTE 2 MACHINE SUPPORT
745 M: Jonathan Cameron <jic23@cam.ac.uk>
746 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
747 S: Maintained
748 F: arch/arm/mach-pxa/imote2.c
749
750 ARM/INTEL RESEARCH STARGATE 2 MACHINE SUPPORT
751 M: Jonathan Cameron <jic23@cam.ac.uk>
752 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
753 S: Maintained
754 F: arch/arm/mach-pxa/stargate2.c
755 F: drivers/pcmcia/pxa2xx_stargate2.c
756
757 ARM/INTEL XSC3 (MANZANO) ARM CORE
758 M: Lennert Buytenhek <kernel@wantstofly.org>
759 M: Dan Williams <dan.j.williams@intel.com>
760 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
761 S: Maintained
762
763 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
764 M: Lennert Buytenhek <kernel@wantstofly.org>
765 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
766 S: Maintained
767
768 ARM/LOGICPD PXA270 MACHINE SUPPORT
769 M: Lennert Buytenhek <kernel@wantstofly.org>
770 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
771 S: Maintained
772
773 ARM/MAGICIAN MACHINE SUPPORT
774 M: Philipp Zabel <philipp.zabel@gmail.com>
775 S: Maintained
776
777 ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
778 M: Lennert Buytenhek <buytenh@marvell.com>
779 M: Nicolas Pitre <nico@marvell.com>
780 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
781 T: git git://git.marvell.com/orion
782 S: Maintained
783 F: arch/arm/mach-loki/
784 F: arch/arm/mach-kirkwood/
785 F: arch/arm/mach-mv78xx0/
786 F: arch/arm/mach-orion5x/
787 F: arch/arm/plat-orion/
788
789 ARM/MIOA701 MACHINE SUPPORT
790 M: Robert Jarzmik <robert.jarzmik@free.fr>
791 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
792 F: arch/arm/mach-pxa/mioa701.c
793 S: Maintained
794
795 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
796 M: Michael Petchkovsky <mkpetch@internode.on.net>
797 S: Maintained
798
799 ARM/NOMADIK ARCHITECTURE
800 M: Alessandro Rubini <rubini@unipv.it>
801 M: STEricsson <STEricsson_nomadik_linux@list.st.com>
802 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
803 S: Maintained
804 F: arch/arm/mach-nomadik/
805 F: arch/arm/plat-nomadik/
806
807 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
808 M: Nelson Castillo <arhuaco@freaks-unidos.net>
809 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
810 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
811 S: Supported
812
813 ARM/QUALCOMM MSM MACHINE SUPPORT
814 M: David Brown <davidb@codeaurora.org>
815 M: Daniel Walker <dwalker@codeaurora.org>
816 M: Bryan Huntsman <bryanh@codeaurora.org>
817 F: arch/arm/mach-msm/
818 F: drivers/video/msm/
819 F: drivers/mmc/host/msm_sdcc.c
820 F: drivers/mmc/host/msm_sdcc.h
821 F: drivers/serial/msm_serial.h
822 F: drivers/serial/msm_serial.c
823 T: git git://codeaurora.org/quic/kernel/dwalker/linux-msm.git
824 S: Maintained
825
826 ARM/TOSA MACHINE SUPPORT
827 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
828 M: Dirk Opfer <dirk@opfer-online.de>
829 S: Maintained
830
831 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
832 M: Marek Vasut <marek.vasut@gmail.com>
833 L: linux-arm-kernel@lists.infradead.org
834 W: http://hackndev.com
835 S: Maintained
836 F: arch/arm/mach-pxa/include/mach/palmtx.h
837 F: arch/arm/mach-pxa/palmtx.c
838 F: arch/arm/mach-pxa/include/mach/palmt5.h
839 F: arch/arm/mach-pxa/palmt5.c
840 F: arch/arm/mach-pxa/include/mach/palmld.h
841 F: arch/arm/mach-pxa/palmld.c
842 F: arch/arm/mach-pxa/include/mach/palmte2.h
843 F: arch/arm/mach-pxa/palmte2.c
844 F: arch/arm/mach-pxa/include/mach/palmtc.h
845 F: arch/arm/mach-pxa/palmtc.c
846
847 ARM/PALM TREO SUPPORT
848 M: Tomas Cech <sleep_walker@suse.cz>
849 L: linux-arm-kernel@lists.infradead.org
850 W: http://hackndev.com
851 S: Maintained
852 F: arch/arm/mach-pxa/include/mach/palmtreo.h
853 F: arch/arm/mach-pxa/palmtreo.c
854
855 ARM/PALMZ72 SUPPORT
856 M: Sergey Lapin <slapin@ossfans.org>
857 L: linux-arm-kernel@lists.infradead.org
858 W: http://hackndev.com
859 S: Maintained
860 F: arch/arm/mach-pxa/include/mach/palmz72.h
861 F: arch/arm/mach-pxa/palmz72.c
862
863 ARM/PLEB SUPPORT
864 M: Peter Chubb <pleb@gelato.unsw.edu.au>
865 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
866 S: Maintained
867
868 ARM/PT DIGITAL BOARD PORT
869 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
870 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
871 W: http://www.arm.linux.org.uk/
872 S: Maintained
873
874 ARM/RADISYS ENP2611 MACHINE SUPPORT
875 M: Lennert Buytenhek <kernel@wantstofly.org>
876 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
877 S: Maintained
878
879 ARM/RISCPC ARCHITECTURE
880 M: Russell King <linux@arm.linux.org.uk>
881 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
882 W: http://www.arm.linux.org.uk/
883 S: Maintained
884 F: arch/arm/common/time-acorn.c
885 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
886 F: arch/arm/include/asm/hardware/ioc.h
887 F: arch/arm/include/asm/hardware/iomd.h
888 F: arch/arm/include/asm/hardware/memc.h
889 F: arch/arm/mach-rpc/
890 F: drivers/net/arm/ether*
891 F: drivers/scsi/arm/
892
893 ARM/SHARK MACHINE SUPPORT
894 M: Alexander Schulz <alex@shark-linux.de>
895 W: http://www.shark-linux.de/shark.html
896 S: Maintained
897
898 ARM/SAMSUNG ARM ARCHITECTURES
899 M: Ben Dooks <ben-linux@fluff.org>
900 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
901 W: http://www.fluff.org/ben/linux/
902 S: Maintained
903 F: arch/arm/plat-s3c/
904 F: arch/arm/plat-s3c24xx/
905
906 ARM/S3C2410 ARM ARCHITECTURE
907 M: Ben Dooks <ben-linux@fluff.org>
908 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
909 W: http://www.fluff.org/ben/linux/
910 S: Maintained
911 F: arch/arm/mach-s3c2410/
912
913 ARM/S3C2440 ARM ARCHITECTURE
914 M: Ben Dooks <ben-linux@fluff.org>
915 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 W: http://www.fluff.org/ben/linux/
917 S: Maintained
918 F: arch/arm/mach-s3c2440/
919
920 ARM/S3C2442 ARM ARCHITECTURE
921 M: Ben Dooks <ben-linux@fluff.org>
922 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
923 W: http://www.fluff.org/ben/linux/
924 S: Maintained
925 F: arch/arm/mach-s3c2442/
926
927 ARM/S3C2443 ARM ARCHITECTURE
928 M: Ben Dooks <ben-linux@fluff.org>
929 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
930 W: http://www.fluff.org/ben/linux/
931 S: Maintained
932 F: arch/arm/mach-s3c2443/
933
934 ARM/S3C6400 ARM ARCHITECTURE
935 M: Ben Dooks <ben-linux@fluff.org>
936 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
937 W: http://www.fluff.org/ben/linux/
938 S: Maintained
939 F: arch/arm/mach-s3c6400/
940
941 ARM/S3C6410 ARM ARCHITECTURE
942 M: Ben Dooks <ben-linux@fluff.org>
943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 W: http://www.fluff.org/ben/linux/
945 S: Maintained
946 F: arch/arm/mach-s3c6410/
947
948 ARM/SHMOBILE ARM ARCHITECTURE
949 M: Paul Mundt <lethal@linux-sh.org>
950 M: Magnus Damm <magnus.damm@gmail.com>
951 L: linux-sh@vger.kernel.org
952 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/genesis-2.6.git
953 W: http://oss.renesas.com
954 S: Supported
955 F: arch/arm/mach-shmobile/
956 F: drivers/sh/
957
958 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
959 M: Lennert Buytenhek <kernel@wantstofly.org>
960 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
961 S: Maintained
962
963 ARM/THECUS N2100 MACHINE SUPPORT
964 M: Lennert Buytenhek <kernel@wantstofly.org>
965 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
966 S: Maintained
967
968 ARM/NUVOTON W90X900 ARM ARCHITECTURE
969 M: Wan ZongShun <mcuos.com@gmail.com>
970 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 W: http://www.mcuos.com
972 S: Maintained
973
974 ARM/U8500 ARM ARCHITECTURE
975 M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 S: Maintained
978 F: arch/arm/mach-ux500/
979
980 ARM/VFP SUPPORT
981 M: Russell King <linux@arm.linux.org.uk>
982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 W: http://www.arm.linux.org.uk/
984 S: Maintained
985 F: arch/arm/vfp/
986
987 ASC7621 HARDWARE MONITOR DRIVER
988 M: George Joseph <george.joseph@fairview5.com>
989 L: lm-sensors@lm-sensors.org
990 S: Maintained
991 F: Documentation/hwmon/asc7621
992 F: drivers/hwmon/asc7621.c
993
994 ASUS ACPI EXTRAS DRIVER
995 M: Corentin Chary <corentincj@iksaif.net>
996 M: Karol Kozimor <sziwan@users.sourceforge.net>
997 L: acpi4asus-user@lists.sourceforge.net
998 L: platform-driver-x86@vger.kernel.org
999 W: http://acpi4asus.sf.net
1000 S: Maintained
1001 F: drivers/platform/x86/asus_acpi.c
1002
1003 ASUS ASB100 HARDWARE MONITOR DRIVER
1004 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
1005 L: lm-sensors@lm-sensors.org
1006 S: Maintained
1007 F: drivers/hwmon/asb100.c
1008
1009 ASUS LAPTOP EXTRAS DRIVER
1010 M: Corentin Chary <corentincj@iksaif.net>
1011 L: acpi4asus-user@lists.sourceforge.net
1012 L: platform-driver-x86@vger.kernel.org
1013 W: http://acpi4asus.sf.net
1014 S: Maintained
1015 F: drivers/platform/x86/asus-laptop.c
1016
1017 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1018 M: Dan Williams <dan.j.williams@intel.com>
1019 W: http://sourceforge.net/projects/xscaleiop
1020 S: Supported
1021 F: Documentation/crypto/async-tx-api.txt
1022 F: crypto/async_tx/
1023 F: drivers/dma/
1024 F: include/linux/dmaengine.h
1025 F: include/linux/async_tx.h
1026
1027 AT24 EEPROM DRIVER
1028 M: Wolfram Sang <w.sang@pengutronix.de>
1029 L: linux-i2c@vger.kernel.org
1030 S: Maintained
1031 F: drivers/misc/eeprom/at24.c
1032 F: include/linux/i2c/at24.h
1033
1034 ATA OVER ETHERNET (AOE) DRIVER
1035 M: "Ed L. Cashin" <ecashin@coraid.com>
1036 W: http://www.coraid.com/support/linux
1037 S: Supported
1038 F: Documentation/aoe/
1039 F: drivers/block/aoe/
1040
1041 ATHEROS ATH5K WIRELESS DRIVER
1042 M: Jiri Slaby <jirislaby@gmail.com>
1043 M: Nick Kossifidis <mickflemm@gmail.com>
1044 M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1045 M: Bob Copeland <me@bobcopeland.com>
1046 L: linux-wireless@vger.kernel.org
1047 L: ath5k-devel@lists.ath5k.org
1048 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1049 S: Maintained
1050 F: drivers/net/wireless/ath/ath5k/
1051
1052 ATHEROS ATH9K WIRELESS DRIVER
1053 M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1054 M: Jouni Malinen <jmalinen@atheros.com>
1055 M: Sujith Manoharan <Sujith.Manoharan@atheros.com>
1056 M: Vasanthakumar Thiagarajan <vasanth@atheros.com>
1057 M: Senthil Balasubramanian <senthilkumar@atheros.com>
1058 L: linux-wireless@vger.kernel.org
1059 L: ath9k-devel@lists.ath9k.org
1060 W: http://wireless.kernel.org/en/users/Drivers/ath9k
1061 S: Supported
1062 F: drivers/net/wireless/ath/ath9k/
1063
1064 ATHEROS AR9170 WIRELESS DRIVER
1065 M: Christian Lamparter <chunkeey@web.de>
1066 L: linux-wireless@vger.kernel.org
1067 W: http://wireless.kernel.org/en/users/Drivers/ar9170
1068 S: Maintained
1069 F: drivers/net/wireless/ath/ar9170/
1070
1071 ATK0110 HWMON DRIVER
1072 M: Luca Tettamanti <kronos.it@gmail.com>
1073 L: lm-sensors@lm-sensors.org
1074 S: Maintained
1075 F: drivers/hwmon/asus_atk0110.c
1076
1077 ATI_REMOTE2 DRIVER
1078 M: Ville Syrjala <syrjala@sci.fi>
1079 S: Maintained
1080 F: drivers/input/misc/ati_remote2.c
1081
1082 ATLX ETHERNET DRIVERS
1083 M: Jay Cliburn <jcliburn@gmail.com>
1084 M: Chris Snook <chris.snook@gmail.com>
1085 M: Jie Yang <jie.yang@atheros.com>
1086 L: atl1-devel@lists.sourceforge.net
1087 W: http://sourceforge.net/projects/atl1
1088 W: http://atl1.sourceforge.net
1089 S: Maintained
1090 F: drivers/net/atlx/
1091
1092 ATM
1093 M: Chas Williams <chas@cmf.nrl.navy.mil>
1094 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1095 L: netdev@vger.kernel.org
1096 W: http://linux-atm.sourceforge.net
1097 S: Maintained
1098 F: drivers/atm/
1099 F: include/linux/atm*
1100
1101 ATMEL AT91 MCI DRIVER
1102 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1103 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 W: http://www.atmel.com/products/AT91/
1105 W: http://www.at91.com/
1106 S: Maintained
1107 F: drivers/mmc/host/at91_mci.c
1108
1109 ATMEL AT91 / AT32 MCI DRIVER
1110 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1111 S: Maintained
1112 F: drivers/mmc/host/atmel-mci.c
1113 F: drivers/mmc/host/atmel-mci-regs.h
1114
1115 ATMEL AT91 / AT32 SERIAL DRIVER
1116 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1117 S: Supported
1118 F: drivers/serial/atmel_serial.c
1119
1120 ATMEL LCDFB DRIVER
1121 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1122 L: linux-fbdev@vger.kernel.org
1123 S: Maintained
1124 F: drivers/video/atmel_lcdfb.c
1125 F: include/video/atmel_lcdc.h
1126
1127 ATMEL MACB ETHERNET DRIVER
1128 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1129 S: Supported
1130 F: drivers/net/macb.*
1131
1132 ATMEL SPI DRIVER
1133 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1134 S: Supported
1135 F: drivers/spi/atmel_spi.*
1136
1137 ATMEL USBA UDC DRIVER
1138 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1139 L: kernel@avr32linux.org
1140 W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1141 S: Supported
1142 F: drivers/usb/gadget/atmel_usba_udc.*
1143
1144 ATMEL WIRELESS DRIVER
1145 M: Simon Kelley <simon@thekelleys.org.uk>
1146 L: linux-wireless@vger.kernel.org
1147 W: http://www.thekelleys.org.uk/atmel
1148 W: http://atmelwlandriver.sourceforge.net/
1149 S: Maintained
1150 F: drivers/net/wireless/atmel*
1151
1152 AUDIT SUBSYSTEM
1153 M: Al Viro <viro@zeniv.linux.org.uk>
1154 M: Eric Paris <eparis@redhat.com>
1155 L: linux-audit@redhat.com (subscribers-only)
1156 W: http://people.redhat.com/sgrubb/audit/
1157 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1158 S: Maintained
1159 F: include/linux/audit.h
1160 F: kernel/audit*
1161
1162 AUXILIARY DISPLAY DRIVERS
1163 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1164 W: http://miguelojeda.es/auxdisplay.htm
1165 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1166 S: Maintained
1167 F: drivers/auxdisplay/
1168 F: include/linux/cfag12864b.h
1169
1170 AVR32 ARCHITECTURE
1171 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1172 W: http://www.atmel.com/products/AVR32/
1173 W: http://avr32linux.org/
1174 W: http://avrfreaks.net/
1175 S: Supported
1176 F: arch/avr32/
1177
1178 AVR32/AT32AP MACHINE SUPPORT
1179 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
1180 S: Supported
1181 F: arch/avr32/mach-at32ap/
1182
1183 AX.25 NETWORK LAYER
1184 M: Ralf Baechle <ralf@linux-mips.org>
1185 L: linux-hams@vger.kernel.org
1186 W: http://www.linux-ax25.org/
1187 S: Maintained
1188 F: include/linux/ax25.h
1189 F: include/net/ax25.h
1190 F: net/ax25/
1191
1192 B43 WIRELESS DRIVER
1193 M: Stefano Brivio <stefano.brivio@polimi.it>
1194 L: linux-wireless@vger.kernel.org
1195 W: http://linuxwireless.org/en/users/Drivers/b43
1196 S: Maintained
1197 F: drivers/net/wireless/b43/
1198
1199 B43LEGACY WIRELESS DRIVER
1200 M: Larry Finger <Larry.Finger@lwfinger.net>
1201 M: Stefano Brivio <stefano.brivio@polimi.it>
1202 L: linux-wireless@vger.kernel.org
1203 W: http://linuxwireless.org/en/users/Drivers/b43
1204 S: Maintained
1205 F: drivers/net/wireless/b43legacy/
1206
1207 BACKLIGHT CLASS/SUBSYSTEM
1208 M: Richard Purdie <rpurdie@rpsys.net>
1209 S: Maintained
1210 F: drivers/video/backlight/
1211 F: include/linux/backlight.h
1212
1213 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1214 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1215 L: linux-hams@vger.kernel.org
1216 W: http://www.baycom.org/~tom/ham/ham.html
1217 S: Maintained
1218 F: drivers/net/hamradio/baycom*
1219
1220 BEFS FILE SYSTEM
1221 M: "Sergey S. Kostyliov" <rathamahata@php4.ru>
1222 S: Maintained
1223 F: Documentation/filesystems/befs.txt
1224 F: fs/befs/
1225
1226 BFS FILE SYSTEM
1227 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1228 S: Maintained
1229 F: Documentation/filesystems/bfs.txt
1230 F: fs/bfs/
1231 F: include/linux/bfs_fs.h
1232
1233 BLACKFIN ARCHITECTURE
1234 M: Mike Frysinger <vapier@gentoo.org>
1235 L: uclinux-dist-devel@blackfin.uclinux.org
1236 W: http://blackfin.uclinux.org
1237 S: Supported
1238 F: arch/blackfin/
1239
1240 BLACKFIN EMAC DRIVER
1241 M: Michael Hennerich <michael.hennerich@analog.com>
1242 L: uclinux-dist-devel@blackfin.uclinux.org
1243 W: http://blackfin.uclinux.org
1244 S: Supported
1245 F: drivers/net/bfin_mac.*
1246
1247 BLACKFIN RTC DRIVER
1248 M: Mike Frysinger <vapier.adi@gmail.com>
1249 L: uclinux-dist-devel@blackfin.uclinux.org
1250 W: http://blackfin.uclinux.org
1251 S: Supported
1252 F: drivers/rtc/rtc-bfin.c
1253
1254 BLACKFIN SDH DRIVER
1255 M: Cliff Cai <cliff.cai@analog.com>
1256 L: uclinux-dist-devel@blackfin.uclinux.org
1257 W: http://blackfin.uclinux.org
1258 S: Supported
1259 F: drivers/mmc/host/bfin_sdh.c
1260
1261 BLACKFIN SERIAL DRIVER
1262 M: Sonic Zhang <sonic.zhang@analog.com>
1263 L: uclinux-dist-devel@blackfin.uclinux.org
1264 W: http://blackfin.uclinux.org
1265 S: Supported
1266 F: drivers/serial/bfin_5xx.c
1267
1268 BLACKFIN WATCHDOG DRIVER
1269 M: Mike Frysinger <vapier.adi@gmail.com>
1270 L: uclinux-dist-devel@blackfin.uclinux.org
1271 W: http://blackfin.uclinux.org
1272 S: Supported
1273 F: drivers/watchdog/bfin_wdt.c
1274
1275 BLACKFIN I2C TWI DRIVER
1276 M: Sonic Zhang <sonic.zhang@analog.com>
1277 L: uclinux-dist-devel@blackfin.uclinux.org
1278 W: http://blackfin.uclinux.org/
1279 S: Supported
1280 F: drivers/i2c/busses/i2c-bfin-twi.c
1281
1282 BLOCK LAYER
1283 M: Jens Axboe <axboe@kernel.dk>
1284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1285 S: Maintained
1286 F: block/
1287
1288 BLOCK2MTD DRIVER
1289 M: Joern Engel <joern@lazybastard.org>
1290 L: linux-mtd@lists.infradead.org
1291 S: Maintained
1292 F: drivers/mtd/devices/block2mtd.c
1293
1294 BLUETOOTH DRIVERS
1295 M: Marcel Holtmann <marcel@holtmann.org>
1296 L: linux-bluetooth@vger.kernel.org
1297 W: http://www.bluez.org/
1298 S: Maintained
1299 F: drivers/bluetooth/
1300
1301 BLUETOOTH SUBSYSTEM
1302 M: Marcel Holtmann <marcel@holtmann.org>
1303 L: linux-bluetooth@vger.kernel.org
1304 W: http://www.bluez.org/
1305 T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1306 S: Maintained
1307 F: net/bluetooth/
1308 F: include/net/bluetooth/
1309
1310 BONDING DRIVER
1311 M: Jay Vosburgh <fubar@us.ibm.com>
1312 L: bonding-devel@lists.sourceforge.net
1313 W: http://sourceforge.net/projects/bonding/
1314 S: Supported
1315 F: drivers/net/bonding/
1316 F: include/linux/if_bonding.h
1317
1318 BROADCOM B44 10/100 ETHERNET DRIVER
1319 M: Gary Zambrano <zambrano@broadcom.com>
1320 L: netdev@vger.kernel.org
1321 S: Supported
1322 F: drivers/net/b44.*
1323
1324 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1325 M: Michael Chan <mchan@broadcom.com>
1326 L: netdev@vger.kernel.org
1327 S: Supported
1328 F: drivers/net/bnx2.*
1329 F: drivers/net/bnx2_*
1330
1331 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1332 M: Eilon Greenstein <eilong@broadcom.com>
1333 L: netdev@vger.kernel.org
1334 S: Supported
1335 F: drivers/net/bnx2x*
1336
1337 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1338 M: Matt Carlson <mcarlson@broadcom.com>
1339 M: Michael Chan <mchan@broadcom.com>
1340 L: netdev@vger.kernel.org
1341 S: Supported
1342 F: drivers/net/tg3.*
1343
1344 BROCADE BFA FC SCSI DRIVER
1345 M: Jing Huang <huangj@brocade.com>
1346 L: linux-scsi@vger.kernel.org
1347 S: Supported
1348 F: drivers/scsi/bfa/
1349
1350 BSG (block layer generic sg v4 driver)
1351 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1352 L: linux-scsi@vger.kernel.org
1353 S: Supported
1354 F: block/bsg.c
1355 F: include/linux/bsg.h
1356
1357 BT8XXGPIO DRIVER
1358 M: Michael Buesch <mb@bu3sch.de>
1359 W: http://bu3sch.de/btgpio.php
1360 S: Maintained
1361 F: drivers/gpio/bt8xxgpio.c
1362
1363 BTRFS FILE SYSTEM
1364 M: Chris Mason <chris.mason@oracle.com>
1365 L: linux-btrfs@vger.kernel.org
1366 W: http://btrfs.wiki.kernel.org/
1367 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1369 S: Maintained
1370 F: Documentation/filesystems/btrfs.txt
1371 F: fs/btrfs/
1372
1373 BTTV VIDEO4LINUX DRIVER
1374 M: Mauro Carvalho Chehab <mchehab@infradead.org>
1375 L: linux-media@vger.kernel.org
1376 W: http://linuxtv.org
1377 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1378 S: Maintained
1379 F: Documentation/video4linux/bttv/
1380 F: drivers/media/video/bt8xx/bttv*
1381
1382 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1383 M: David Howells <dhowells@redhat.com>
1384 L: linux-cachefs@redhat.com
1385 S: Supported
1386 F: Documentation/filesystems/caching/cachefiles.txt
1387 F: fs/cachefiles/
1388
1389 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1390 M: Jonathan Corbet <corbet@lwn.net>
1391 L: linux-media@vger.kernel.org
1392 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1393 S: Maintained
1394 F: Documentation/video4linux/cafe_ccic
1395 F: drivers/media/video/cafe_ccic*
1396
1397 CALGARY x86-64 IOMMU
1398 M: Muli Ben-Yehuda <muli@il.ibm.com>
1399 M: "Jon D. Mason" <jdmason@kudzu.us>
1400 L: discuss@x86-64.org
1401 S: Maintained
1402 F: arch/x86/kernel/pci-calgary_64.c
1403 F: arch/x86/kernel/tce_64.c
1404 F: arch/x86/include/asm/calgary.h
1405 F: arch/x86/include/asm/tce.h
1406
1407 CAN NETWORK LAYER
1408 M: Oliver Hartkopp <socketcan@hartkopp.net>
1409 M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1410 M: Urs Thuermann <urs.thuermann@volkswagen.de>
1411 L: socketcan-core@lists.berlios.de
1412 L: netdev@vger.kernel.org
1413 W: http://developer.berlios.de/projects/socketcan/
1414 S: Maintained
1415 F: net/can/
1416 F: include/linux/can.h
1417 F: include/linux/can/core.h
1418 F: include/linux/can/bcm.h
1419 F: include/linux/can/raw.h
1420
1421 CAN NETWORK DRIVERS
1422 M: Wolfgang Grandegger <wg@grandegger.com>
1423 L: socketcan-core@lists.berlios.de
1424 L: netdev@vger.kernel.org
1425 W: http://developer.berlios.de/projects/socketcan/
1426 S: Maintained
1427 F: drivers/net/can/
1428 F: include/linux/can/dev.h
1429 F: include/linux/can/error.h
1430 F: include/linux/can/netlink.h
1431 F: include/linux/can/platform/
1432
1433 CELL BROADBAND ENGINE ARCHITECTURE
1434 M: Arnd Bergmann <arnd@arndb.de>
1435 L: linuxppc-dev@ozlabs.org
1436 L: cbe-oss-dev@ozlabs.org
1437 W: http://www.ibm.com/developerworks/power/cell/
1438 S: Supported
1439 F: arch/powerpc/include/asm/cell*.h
1440 F: arch/powerpc/include/asm/spu*.h
1441 F: arch/powerpc/oprofile/*cell*
1442 F: arch/powerpc/platforms/cell/
1443
1444 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1445 M: Sage Weil <sage@newdream.net>
1446 L: ceph-devel@vger.kernel.org
1447 W: http://ceph.newdream.net/
1448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1449 S: Supported
1450 F: Documentation/filesystems/ceph.txt
1451 F: fs/ceph
1452
1453 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1454 M: David Vrabel <david.vrabel@csr.com>
1455 L: linux-usb@vger.kernel.org
1456 S: Supported
1457 F: Documentation/usb/WUSB-Design-overview.txt
1458 F: Documentation/usb/wusb-cbaf
1459 F: drivers/usb/host/hwa-hc.c
1460 F: drivers/usb/host/whci/
1461 F: drivers/usb/wusbcore/
1462 F: include/linux/usb/wusb*
1463
1464 CFAG12864B LCD DRIVER
1465 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1466 W: http://miguelojeda.es/auxdisplay.htm
1467 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1468 S: Maintained
1469 F: drivers/auxdisplay/cfag12864b.c
1470 F: include/linux/cfag12864b.h
1471
1472 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1473 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1474 W: http://miguelojeda.es/auxdisplay.htm
1475 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1476 S: Maintained
1477 F: drivers/auxdisplay/cfag12864bfb.c
1478 F: include/linux/cfag12864b.h
1479
1480 CFG80211 and NL80211
1481 M: Johannes Berg <johannes@sipsolutions.net>
1482 L: linux-wireless@vger.kernel.org
1483 S: Maintained
1484 F: include/linux/nl80211.h
1485 F: include/net/cfg80211.h
1486 F: net/wireless/*
1487 X: net/wireless/wext*
1488
1489 CHECKPATCH
1490 M: Andy Whitcroft <apw@canonical.com>
1491 S: Supported
1492 F: scripts/checkpatch.pl
1493
1494 CISCO 10G ETHERNET DRIVER
1495 M: Scott Feldman <scofeldm@cisco.com>
1496 M: Joe Eykholt <jeykholt@cisco.com>
1497 S: Supported
1498 F: drivers/net/enic/
1499
1500 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1501 M: Lennert Buytenhek <kernel@wantstofly.org>
1502 L: netdev@vger.kernel.org
1503 S: Maintained
1504 F: drivers/net/arm/ep93xx_eth.c
1505
1506 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1507 M: Lennert Buytenhek <kernel@wantstofly.org>
1508 L: linux-usb@vger.kernel.org
1509 S: Maintained
1510 F: drivers/usb/host/ohci-ep93xx.c
1511
1512 CIRRUS LOGIC CS4270 SOUND DRIVER
1513 M: Timur Tabi <timur@freescale.com>
1514 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1515 S: Supported
1516 F: sound/soc/codecs/cs4270*
1517
1518 CLK API
1519 M: Russell King <linux@arm.linux.org.uk>
1520 F: include/linux/clk.h
1521
1522 CISCO FCOE HBA DRIVER
1523 M: Abhijeet Joglekar <abjoglek@cisco.com>
1524 M: Joe Eykholt <jeykholt@cisco.com>
1525 L: linux-scsi@vger.kernel.org
1526 S: Supported
1527 F: drivers/scsi/fnic/
1528
1529 CMPC ACPI DRIVER
1530 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1531 M: Daniel Oliveira Nascimento <don@syst.com.br>
1532 L: platform-driver-x86@vger.kernel.org
1533 S: Supported
1534 F: drivers/platform/x86/classmate-laptop.c
1535
1536 CODA FILE SYSTEM
1537 M: Jan Harkes <jaharkes@cs.cmu.edu>
1538 M: coda@cs.cmu.edu
1539 L: codalist@coda.cs.cmu.edu
1540 W: http://www.coda.cs.cmu.edu/
1541 S: Maintained
1542 F: Documentation/filesystems/coda.txt
1543 F: fs/coda/
1544 F: include/linux/coda*.h
1545
1546 COMMON INTERNET FILE SYSTEM (CIFS)
1547 M: Steve French <sfrench@samba.org>
1548 L: linux-cifs-client@lists.samba.org (moderated for non-subscribers)
1549 L: samba-technical@lists.samba.org (moderated for non-subscribers)
1550 W: http://linux-cifs.samba.org/
1551 Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1553 S: Supported
1554 F: Documentation/filesystems/cifs.txt
1555 F: fs/cifs/
1556
1557 COMPACTPCI HOTPLUG CORE
1558 M: Scott Murray <scott@spiteful.org>
1559 L: linux-pci@vger.kernel.org
1560 S: Maintained
1561 F: drivers/pci/hotplug/cpci_hotplug*
1562
1563 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1564 M: Scott Murray <scott@spiteful.org>
1565 L: linux-pci@vger.kernel.org
1566 S: Maintained
1567 F: drivers/pci/hotplug/cpcihp_zt5550.*
1568
1569 COMPACTPCI HOTPLUG GENERIC DRIVER
1570 M: Scott Murray <scott@spiteful.org>
1571 L: linux-pci@vger.kernel.org
1572 S: Maintained
1573 F: drivers/pci/hotplug/cpcihp_generic.c
1574
1575 COMPAL LAPTOP SUPPORT
1576 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1577 L: platform-driver-x86@vger.kernel.org
1578 S: Maintained
1579 F: drivers/platform/x86/compal-laptop.c
1580
1581 COMPUTONE INTELLIPORT MULTIPORT CARD
1582 M: "Michael H. Warfield" <mhw@wittsend.com>
1583 W: http://www.wittsend.com/computone.html
1584 S: Maintained
1585 F: Documentation/serial/computone.txt
1586 F: drivers/char/ip2/
1587
1588 CONEXANT ACCESSRUNNER USB DRIVER
1589 M: Simon Arlott <cxacru@fire.lp0.eu>
1590 L: accessrunner-general@lists.sourceforge.net
1591 W: http://accessrunner.sourceforge.net/
1592 S: Maintained
1593 F: drivers/usb/atm/cxacru.c
1594
1595 CONFIGFS
1596 M: Joel Becker <joel.becker@oracle.com>
1597 S: Supported
1598 F: fs/configfs/
1599 F: include/linux/configfs.h
1600
1601 CONNECTOR
1602 M: Evgeniy Polyakov <zbr@ioremap.net>
1603 L: netdev@vger.kernel.org
1604 S: Maintained
1605 F: drivers/connector/
1606
1607 CONTROL GROUPS (CGROUPS)
1608 M: Paul Menage <menage@google.com>
1609 M: Li Zefan <lizf@cn.fujitsu.com>
1610 L: containers@lists.linux-foundation.org
1611 S: Maintained
1612 F: include/linux/cgroup*
1613 F: kernel/cgroup*
1614 F: mm/*cgroup*
1615
1616 CORETEMP HARDWARE MONITORING DRIVER
1617 M: Rudolf Marek <r.marek@assembler.cz>
1618 M: Huaxu Wan <huaxu.wan@intel.com>
1619 L: lm-sensors@lm-sensors.org
1620 S: Maintained
1621 F: Documentation/hwmon/coretemp
1622 F: drivers/hwmon/coretemp.c
1623
1624 COSA/SRP SYNC SERIAL DRIVER
1625 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1626 W: http://www.fi.muni.cz/~kas/cosa/
1627 S: Maintained
1628 F: drivers/net/wan/cosa*
1629
1630 CPMAC ETHERNET DRIVER
1631 M: Florian Fainelli <florian@openwrt.org>
1632 L: netdev@vger.kernel.org
1633 S: Maintained
1634 F: drivers/net/cpmac.c
1635
1636 CPU FREQUENCY DRIVERS
1637 M: Dave Jones <davej@redhat.com>
1638 L: cpufreq@vger.kernel.org
1639 W: http://www.codemonkey.org.uk/projects/cpufreq/
1640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1641 S: Maintained
1642 F: arch/x86/kernel/cpu/cpufreq/
1643 F: drivers/cpufreq/
1644 F: include/linux/cpufreq.h
1645
1646 CPUID/MSR DRIVER
1647 M: "H. Peter Anvin" <hpa@zytor.com>
1648 S: Maintained
1649 F: arch/x86/kernel/cpuid.c
1650 F: arch/x86/kernel/msr.c
1651
1652 CPUSETS
1653 M: Paul Menage <menage@google.com>
1654 W: http://www.bullopensource.org/cpuset/
1655 W: http://oss.sgi.com/projects/cpusets/
1656 S: Supported
1657 F: Documentation/cgroups/cpusets.txt
1658 F: include/linux/cpuset.h
1659 F: kernel/cpuset.c
1660
1661 CRAMFS FILESYSTEM
1662 W: http://sourceforge.net/projects/cramfs/
1663 S: Orphan
1664 F: Documentation/filesystems/cramfs.txt
1665 F: fs/cramfs/
1666
1667 CRIS PORT
1668 M: Mikael Starvik <starvik@axis.com>
1669 M: Jesper Nilsson <jesper.nilsson@axis.com>
1670 L: linux-cris-kernel@axis.com
1671 W: http://developer.axis.com
1672 S: Maintained
1673 F: arch/cris/
1674
1675 CRYPTO API
1676 M: Herbert Xu <herbert@gondor.apana.org.au>
1677 M: "David S. Miller" <davem@davemloft.net>
1678 L: linux-crypto@vger.kernel.org
1679 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1680 S: Maintained
1681 F: Documentation/crypto/
1682 F: arch/*/crypto/
1683 F: crypto/
1684 F: drivers/crypto/
1685 F: include/crypto/
1686
1687 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1688 M: Neil Horman <nhorman@tuxdriver.com>
1689 L: linux-crypto@vger.kernel.org
1690 S: Maintained
1691
1692 CS5535 Audio ALSA driver
1693 M: Jaya Kumar <jayakumar.alsa@gmail.com>
1694 S: Maintained
1695 F: sound/pci/cs5535audio/
1696
1697 CX18 VIDEO4LINUX DRIVER
1698 M: Andy Walls <awalls@radix.net>
1699 L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1700 L: linux-media@vger.kernel.org
1701 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1702 W: http://linuxtv.org
1703 W: http://www.ivtvdriver.org/index.php/Cx18
1704 S: Maintained
1705 F: Documentation/video4linux/cx18.txt
1706 F: drivers/media/video/cx18/
1707
1708 CXGB3 ETHERNET DRIVER (CXGB3)
1709 M: Divy Le Ray <divy@chelsio.com>
1710 L: netdev@vger.kernel.org
1711 W: http://www.chelsio.com
1712 S: Supported
1713 F: drivers/net/cxgb3/
1714
1715 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1716 M: Steve Wise <swise@chelsio.com>
1717 L: linux-rdma@vger.kernel.org
1718 W: http://www.openfabrics.org
1719 S: Supported
1720 F: drivers/infiniband/hw/cxgb3/
1721
1722 CXGB4 ETHERNET DRIVER (CXGB4)
1723 M: Dimitris Michailidis <dm@chelsio.com>
1724 L: netdev@vger.kernel.org
1725 W: http://www.chelsio.com
1726 S: Supported
1727 F: drivers/net/cxgb4/
1728
1729 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
1730 M: Steve Wise <swise@chelsio.com>
1731 L: linux-rdma@vger.kernel.org
1732 W: http://www.openfabrics.org
1733 S: Supported
1734 F: drivers/infiniband/hw/cxgb4/
1735
1736 CYBERPRO FB DRIVER
1737 M: Russell King <linux@arm.linux.org.uk>
1738 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1739 W: http://www.arm.linux.org.uk/
1740 S: Maintained
1741 F: drivers/video/cyber2000fb.*
1742
1743 CYCLADES 2X SYNC CARD DRIVER
1744 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1745 W: http://oops.ghostprotocols.net:81/blog
1746 S: Maintained
1747 F: drivers/net/wan/cycx*
1748
1749 CYCLADES ASYNC MUX DRIVER
1750 W: http://www.cyclades.com/
1751 S: Orphan
1752 F: drivers/char/cyclades.c
1753 F: include/linux/cyclades.h
1754
1755 CYCLADES PC300 DRIVER
1756 W: http://www.cyclades.com/
1757 S: Orphan
1758 F: drivers/net/wan/pc300*
1759
1760 DAMA SLAVE for AX.25
1761 M: Joerg Reuter <jreuter@yaina.de>
1762 W: http://yaina.de/jreuter/
1763 W: http://www.qsl.net/dl1bke/
1764 L: linux-hams@vger.kernel.org
1765 S: Maintained
1766 F: net/ax25/af_ax25.c
1767 F: net/ax25/ax25_dev.c
1768 F: net/ax25/ax25_ds_*
1769 F: net/ax25/ax25_in.c
1770 F: net/ax25/ax25_out.c
1771 F: net/ax25/ax25_timer.c
1772 F: net/ax25/sysctl_net_ax25.c
1773
1774 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1775 M: Tobias Ringstrom <tori@unhappy.mine.nu>
1776 L: netdev@vger.kernel.org
1777 S: Maintained
1778 F: Documentation/networking/dmfe.txt
1779 F: drivers/net/tulip/dmfe.c
1780
1781 DC390/AM53C974 SCSI driver
1782 M: Kurt Garloff <garloff@suse.de>
1783 W: http://www.garloff.de/kurt/linux/dc390/
1784 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1785 S: Maintained
1786 F: drivers/scsi/tmscsim.*
1787
1788 DC395x SCSI driver
1789 M: Oliver Neukum <oliver@neukum.name>
1790 M: Ali Akcaagac <aliakc@web.de>
1791 M: Jamie Lenehan <lenehan@twibble.org>
1792 W: http://twibble.org/dist/dc395x/
1793 L: dc395x@twibble.org
1794 L: http://lists.twibble.org/mailman/listinfo/dc395x/
1795 S: Maintained
1796 F: Documentation/scsi/dc395x.txt
1797 F: drivers/scsi/dc395x.*
1798
1799 DCCP PROTOCOL
1800 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1801 L: dccp@vger.kernel.org
1802 W: http://linux-net.osdl.org/index.php/DCCP
1803 S: Maintained
1804 F: include/linux/dccp.h
1805 F: include/linux/tfrc.h
1806 F: net/dccp/
1807
1808 DECnet NETWORK LAYER
1809 W: http://linux-decnet.sourceforge.net
1810 L: linux-decnet-user@lists.sourceforge.net
1811 S: Orphan
1812 F: Documentation/networking/decnet.txt
1813 F: net/decnet/
1814
1815 DEFXX FDDI NETWORK DRIVER
1816 M: "Maciej W. Rozycki" <macro@linux-mips.org>
1817 S: Maintained
1818 F: drivers/net/defxx.*
1819
1820 DELL LAPTOP DRIVER
1821 M: Matthew Garrett <mjg59@srcf.ucam.org>
1822 L: platform-driver-x86@vger.kernel.org
1823 S: Maintained
1824 F: drivers/platform/x86/dell-laptop.c
1825
1826 DELL LAPTOP SMM DRIVER
1827 M: Massimo Dal Zotto <dz@debian.org>
1828 W: http://www.debian.org/~dz/i8k/
1829 S: Maintained
1830 F: drivers/char/i8k.c
1831 F: include/linux/i8k.h
1832
1833 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1834 M: Doug Warzecha <Douglas_Warzecha@dell.com>
1835 S: Maintained
1836 F: Documentation/dcdbas.txt
1837 F: drivers/firmware/dcdbas.*
1838
1839 DELL WMI EXTRAS DRIVER
1840 M: Matthew Garrett <mjg59@srcf.ucam.org>
1841 S: Maintained
1842
1843 DEVICE NUMBER REGISTRY
1844 M: Torben Mathiasen <device@lanana.org>
1845 W: http://lanana.org/docs/device-list/index.html
1846 S: Maintained
1847
1848 DEVICE-MAPPER (LVM)
1849 P: Alasdair Kergon
1850 L: dm-devel@redhat.com
1851 W: http://sources.redhat.com/dm
1852 Q: http://patchwork.kernel.org/project/dm-devel/list/
1853 S: Maintained
1854 F: Documentation/device-mapper/
1855 F: drivers/md/dm*
1856 F: include/linux/device-mapper.h
1857 F: include/linux/dm-*.h
1858
1859 DIGI INTL. EPCA DRIVER
1860 M: "Digi International, Inc" <Eng.Linux@digi.com>
1861 L: Eng.Linux@digi.com
1862 W: http://www.digi.com
1863 S: Orphan
1864 F: Documentation/serial/digiepca.txt
1865 F: drivers/char/epca*
1866 F: drivers/char/digi*
1867
1868 DIRECTORY NOTIFICATION (DNOTIFY)
1869 M: Eric Paris <eparis@parisplace.org>
1870 S: Maintained
1871 F: Documentation/filesystems/dnotify.txt
1872 F: fs/notify/dnotify/
1873 F: include/linux/dnotify.h
1874
1875 DISK GEOMETRY AND PARTITION HANDLING
1876 M: Andries Brouwer <aeb@cwi.nl>
1877 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1878 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1879 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1880 S: Maintained
1881
1882 DISKQUOTA
1883 M: Jan Kara <jack@suse.cz>
1884 S: Maintained
1885 F: Documentation/filesystems/quota.txt
1886 F: fs/quota/
1887 F: include/linux/quota*.h
1888
1889 DISTRIBUTED LOCK MANAGER (DLM)
1890 M: Christine Caulfield <ccaulfie@redhat.com>
1891 M: David Teigland <teigland@redhat.com>
1892 L: cluster-devel@redhat.com
1893 W: http://sources.redhat.com/cluster/
1894 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1895 S: Supported
1896 F: fs/dlm/
1897
1898 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1899 M: Dan Williams <dan.j.williams@intel.com>
1900 S: Supported
1901 F: drivers/dma/
1902 F: include/linux/dma*
1903
1904 DME1737 HARDWARE MONITOR DRIVER
1905 M: Juerg Haefliger <juergh@gmail.com>
1906 L: lm-sensors@lm-sensors.org
1907 S: Maintained
1908 F: Documentation/hwmon/dme1737
1909 F: drivers/hwmon/dme1737.c
1910
1911 DOCBOOK FOR DOCUMENTATION
1912 M: Randy Dunlap <rdunlap@xenotime.net>
1913 S: Maintained
1914
1915 DOCKING STATION DRIVER
1916 M: Shaohua Li <shaohua.li@intel.com>
1917 L: linux-acpi@vger.kernel.org
1918 S: Supported
1919 F: drivers/acpi/dock.c
1920
1921 DOCUMENTATION
1922 M: Randy Dunlap <rdunlap@xenotime.net>
1923 L: linux-doc@vger.kernel.org
1924 S: Maintained
1925 F: Documentation/
1926
1927 DOUBLETALK DRIVER
1928 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
1929 L: blinux-list@redhat.com
1930 S: Maintained
1931 F: drivers/char/dtlk.c
1932 F: include/linux/dtlk.h
1933
1934 DPT_I2O SCSI RAID DRIVER
1935 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
1936 L: linux-scsi@vger.kernel.org
1937 W: http://www.adaptec.com/
1938 S: Maintained
1939 F: drivers/scsi/dpt*
1940 F: drivers/scsi/dpt/
1941
1942 DRBD DRIVER
1943 P: Philipp Reisner
1944 P: Lars Ellenberg
1945 M: drbd-dev@lists.linbit.com
1946 L: drbd-user@lists.linbit.com
1947 W: http://www.drbd.org
1948 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
1949 T: git git://git.drbd.org/drbd-8.3.git
1950 S: Supported
1951 F: drivers/block/drbd/
1952 F: lib/lru_cache.c
1953 F: Documentation/blockdev/drbd/
1954
1955 DRIVER CORE, KOBJECTS, AND SYSFS
1956 M: Greg Kroah-Hartman <gregkh@suse.de>
1957 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1958 S: Supported
1959 F: Documentation/kobject.txt
1960 F: drivers/base/
1961 F: fs/sysfs/
1962 F: include/linux/kobj*
1963 F: lib/kobj*
1964
1965 DRM DRIVERS
1966 M: David Airlie <airlied@linux.ie>
1967 L: dri-devel@lists.sourceforge.net
1968 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1969 S: Maintained
1970 F: drivers/gpu/drm/
1971
1972 DSCC4 DRIVER
1973 M: Francois Romieu <romieu@fr.zoreil.com>
1974 L: netdev@vger.kernel.org
1975 S: Maintained
1976 F: drivers/net/wan/dscc4.c
1977
1978 DZ DECSTATION DZ11 SERIAL DRIVER
1979 M: "Maciej W. Rozycki" <macro@linux-mips.org>
1980 S: Maintained
1981 F: drivers/serial/dz.*
1982
1983 EATA-DMA SCSI DRIVER
1984 M: Michael Neuffer <mike@i-Connect.Net>
1985 L: linux-eata@i-connect.net
1986 L: linux-scsi@vger.kernel.org
1987 S: Maintained
1988 F: drivers/scsi/eata*
1989
1990 EATA ISA/EISA/PCI SCSI DRIVER
1991 M: Dario Ballabio <ballabio_dario@emc.com>
1992 L: linux-scsi@vger.kernel.org
1993 S: Maintained
1994 F: drivers/scsi/eata.c
1995
1996 EATA-PIO SCSI DRIVER
1997 M: Michael Neuffer <mike@i-Connect.Net>
1998 L: linux-eata@i-connect.net
1999 L: linux-scsi@vger.kernel.org
2000 S: Maintained
2001 F: drivers/scsi/eata_pio.*
2002
2003 EBTABLES
2004 M: Bart De Schuymer <bart.de.schuymer@pandora.be>
2005 L: ebtables-user@lists.sourceforge.net
2006 L: ebtables-devel@lists.sourceforge.net
2007 W: http://ebtables.sourceforge.net/
2008 S: Maintained
2009 F: include/linux/netfilter_bridge/ebt_*.h
2010 F: net/bridge/netfilter/ebt*.c
2011
2012 ECRYPT FILE SYSTEM
2013 M: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2014 M: Dustin Kirkland <kirkland@canonical.com>
2015 L: ecryptfs-devel@lists.launchpad.net
2016 W: https://launchpad.net/ecryptfs
2017 S: Supported
2018 F: Documentation/filesystems/ecryptfs.txt
2019 F: fs/ecryptfs/
2020
2021 EDAC-CORE
2022 M: Doug Thompson <dougthompson@xmission.com>
2023 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2024 W: bluesmoke.sourceforge.net
2025 S: Supported
2026 F: Documentation/edac.txt
2027 F: drivers/edac/edac_*
2028 F: include/linux/edac.h
2029
2030 EDAC-AMD64
2031 M: Doug Thompson <dougthompson@xmission.com>
2032 M: Borislav Petkov <borislav.petkov@amd.com>
2033 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2034 W: bluesmoke.sourceforge.net
2035 S: Supported
2036 F: drivers/edac/amd64_edac*
2037
2038 EDAC-E752X
2039 M: Mark Gross <mark.gross@intel.com>
2040 M: Doug Thompson <dougthompson@xmission.com>
2041 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2042 W: bluesmoke.sourceforge.net
2043 S: Maintained
2044 F: drivers/edac/e752x_edac.c
2045
2046 EDAC-E7XXX
2047 M: Doug Thompson <dougthompson@xmission.com>
2048 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2049 W: bluesmoke.sourceforge.net
2050 S: Maintained
2051 F: drivers/edac/e7xxx_edac.c
2052
2053 EDAC-I82443BXGX
2054 M: Tim Small <tim@buttersideup.com>
2055 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2056 W: bluesmoke.sourceforge.net
2057 S: Maintained
2058 F: drivers/edac/i82443bxgx_edac.c
2059
2060 EDAC-I3000
2061 M: Jason Uhlenkott <juhlenko@akamai.com>
2062 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2063 W: bluesmoke.sourceforge.net
2064 S: Maintained
2065 F: drivers/edac/i3000_edac.c
2066
2067 EDAC-I5000
2068 M: Doug Thompson <dougthompson@xmission.com>
2069 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2070 W: bluesmoke.sourceforge.net
2071 S: Maintained
2072 F: drivers/edac/i5000_edac.c
2073
2074 EDAC-I5400
2075 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2076 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2077 W: bluesmoke.sourceforge.net
2078 S: Maintained
2079 F: drivers/edac/i5400_edac.c
2080
2081 EDAC-I82975X
2082 M: Ranganathan Desikan <ravi@jetztechnologies.com>
2083 M: "Arvind R." <arvind@jetztechnologies.com>
2084 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2085 W: bluesmoke.sourceforge.net
2086 S: Maintained
2087 F: drivers/edac/i82975x_edac.c
2088
2089 EDAC-PASEMI
2090 M: Egor Martovetsky <egor@pasemi.com>
2091 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2092 W: bluesmoke.sourceforge.net
2093 S: Maintained
2094 F: drivers/edac/pasemi_edac.c
2095
2096 EDAC-R82600
2097 M: Tim Small <tim@buttersideup.com>
2098 L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2099 W: bluesmoke.sourceforge.net
2100 S: Maintained
2101 F: drivers/edac/r82600_edac.c
2102
2103 EEEPC LAPTOP EXTRAS DRIVER
2104 M: Corentin Chary <corentincj@iksaif.net>
2105 L: acpi4asus-user@lists.sourceforge.net
2106 L: platform-driver-x86@vger.kernel.org
2107 W: http://acpi4asus.sf.net
2108 S: Maintained
2109 F: drivers/platform/x86/eeepc-laptop.c
2110
2111 EFS FILESYSTEM
2112 W: http://aeschi.ch.eu.org/efs/
2113 S: Orphan
2114 F: fs/efs/
2115
2116 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2117 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2118 M: Christoph Raisch <raisch@de.ibm.com>
2119 L: linux-rdma@vger.kernel.org
2120 S: Supported
2121 F: drivers/infiniband/hw/ehca/
2122
2123 EMBEDDED LINUX
2124 M: Paul Gortmaker <paul.gortmaker@windriver.com>
2125 M: Matt Mackall <mpm@selenic.com>
2126 M: David Woodhouse <dwmw2@infradead.org>
2127 L: linux-embedded@vger.kernel.org
2128 S: Maintained
2129
2130 EMULEX LPFC FC SCSI DRIVER
2131 M: James Smart <james.smart@emulex.com>
2132 L: linux-scsi@vger.kernel.org
2133 W: http://sourceforge.net/projects/lpfcxxxx
2134 S: Supported
2135 F: drivers/scsi/lpfc/
2136
2137 ENE CB710 FLASH CARD READER DRIVER
2138 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
2139 S: Maintained
2140 F: drivers/misc/cb710/
2141 F: drivers/mmc/host/cb710-mmc.*
2142 F: include/linux/cb710.h
2143
2144 EPSON 1355 FRAMEBUFFER DRIVER
2145 M: Christopher Hoover <ch@murgatroid.com>
2146 M: Christopher Hoover <ch@hpl.hp.com>
2147 S: Maintained
2148 F: drivers/video/epson1355fb.c
2149
2150 EPSON S1D13XXX FRAMEBUFFER DRIVER
2151 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2152 S: Maintained
2153 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2154 F: drivers/video/s1d13xxxfb.c
2155 F: include/video/s1d13xxxfb.h
2156
2157 ETHEREXPRESS-16 NETWORK DRIVER
2158 M: Philip Blundell <philb@gnu.org>
2159 L: netdev@vger.kernel.org
2160 S: Maintained
2161 F: drivers/net/eexpress.*
2162
2163 ETHERNET BRIDGE
2164 M: Stephen Hemminger <shemminger@linux-foundation.org>
2165 L: bridge@lists.linux-foundation.org
2166 L: netdev@vger.kernel.org
2167 W: http://www.linux-foundation.org/en/Net:Bridge
2168 S: Maintained
2169 F: include/linux/netfilter_bridge/
2170 F: net/bridge/
2171
2172 ETHERTEAM 16I DRIVER
2173 M: Mika Kuoppala <miku@iki.fi>
2174 S: Maintained
2175 F: drivers/net/eth16i.c
2176
2177 EXT2 FILE SYSTEM
2178 L: linux-ext4@vger.kernel.org
2179 S: Maintained
2180 F: Documentation/filesystems/ext2.txt
2181 F: fs/ext2/
2182 F: include/linux/ext2*
2183
2184 EXT3 FILE SYSTEM
2185 M: Andrew Morton <akpm@linux-foundation.org>
2186 M: Andreas Dilger <adilger@sun.com>
2187 L: linux-ext4@vger.kernel.org
2188 S: Maintained
2189 F: Documentation/filesystems/ext3.txt
2190 F: fs/ext3/
2191 F: include/linux/ext3*
2192
2193 EXT4 FILE SYSTEM
2194 M: "Theodore Ts'o" <tytso@mit.edu>
2195 M: Andreas Dilger <adilger@sun.com>
2196 L: linux-ext4@vger.kernel.org
2197 W: http://ext4.wiki.kernel.org
2198 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2199 S: Maintained
2200 F: Documentation/filesystems/ext4.txt
2201 F: fs/ext4/
2202
2203 F71805F HARDWARE MONITORING DRIVER
2204 M: Jean Delvare <khali@linux-fr.org>
2205 L: lm-sensors@lm-sensors.org
2206 S: Maintained
2207 F: Documentation/hwmon/f71805f
2208 F: drivers/hwmon/f71805f.c
2209
2210 FARSYNC SYNCHRONOUS DRIVER
2211 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2212 W: http://www.farsite.co.uk/
2213 S: Supported
2214 F: drivers/net/wan/farsync.*
2215
2216 FAULT INJECTION SUPPORT
2217 M: Akinobu Mita <akinobu.mita@gmail.com>
2218 S: Supported
2219 F: Documentation/fault-injection/
2220 F: lib/fault-inject.c
2221
2222 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2223 M: Robert Love <robert.w.love@intel.com>
2224 L: devel@open-fcoe.org
2225 W: www.Open-FCoE.org
2226 S: Supported
2227 F: drivers/scsi/libfc/
2228 F: drivers/scsi/fcoe/
2229 F: include/scsi/fc/
2230 F: include/scsi/libfc.h
2231 F: include/scsi/libfcoe.h
2232
2233 FILE LOCKING (flock() and fcntl()/lockf())
2234 M: Matthew Wilcox <matthew@wil.cx>
2235 L: linux-fsdevel@vger.kernel.org
2236 S: Maintained
2237 F: include/linux/fcntl.h
2238 F: include/linux/fs.h
2239 F: fs/fcntl.c
2240 F: fs/locks.c
2241
2242 FILESYSTEMS (VFS and infrastructure)
2243 M: Alexander Viro <viro@zeniv.linux.org.uk>
2244 L: linux-fsdevel@vger.kernel.org
2245 S: Maintained
2246 F: fs/*
2247
2248 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2249 M: Riku Voipio <riku.voipio@iki.fi>
2250 L: lm-sensors@lm-sensors.org
2251 S: Maintained
2252 F: drivers/hwmon/f75375s.c
2253 F: include/linux/f75375s.h
2254
2255 FIREWIRE SUBSYSTEM
2256 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2257 L: linux1394-devel@lists.sourceforge.net
2258 W: http://ieee1394.wiki.kernel.org/
2259 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2260 S: Maintained
2261 F: drivers/firewire/
2262 F: include/linux/firewire*.h
2263
2264 FIRMWARE LOADER (request_firmware)
2265 S: Orphan
2266 F: Documentation/firmware_class/
2267 F: drivers/base/firmware*.c
2268 F: include/linux/firmware.h
2269
2270 FPU EMULATOR
2271 M: Bill Metzenthen <billm@melbpc.org.au>
2272 W: http://floatingpoint.sourceforge.net/emulator/index.html
2273 S: Maintained
2274 F: arch/x86/math-emu/
2275
2276 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2277 M: Mike McLagan <mike.mclagan@linux.org>
2278 L: netdev@vger.kernel.org
2279 S: Maintained
2280 F: drivers/net/wan/dlci.c
2281 F: drivers/net/wan/sdla.c
2282
2283 FRAMEBUFFER LAYER
2284 L: linux-fbdev@vger.kernel.org
2285 W: http://linux-fbdev.sourceforge.net/
2286 S: Orphan
2287 F: Documentation/fb/
2288 F: drivers/video/fb*
2289 F: include/linux/fb.h
2290
2291 FREESCALE DMA DRIVER
2292 M: Li Yang <leoli@freescale.com>
2293 M: Zhang Wei <zw@zh-kernel.org>
2294 L: linuxppc-dev@ozlabs.org
2295 S: Maintained
2296 F: drivers/dma/fsldma.*
2297
2298 FREESCALE I2C CPM DRIVER
2299 M: Jochen Friedrich <jochen@scram.de>
2300 L: linuxppc-dev@ozlabs.org
2301 L: linux-i2c@vger.kernel.org
2302 S: Maintained
2303 F: drivers/i2c/busses/i2c-cpm.c
2304
2305 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2306 M: Sascha Hauer <kernel@pengutronix.de>
2307 L: linux-fbdev@vger.kernel.org
2308 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2309 S: Maintained
2310 F: arch/arm/plat-mxc/include/mach/imxfb.h
2311 F: drivers/video/imxfb.c
2312
2313 FREESCALE SOC FS_ENET DRIVER
2314 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2315 M: Vitaly Bordug <vbordug@ru.mvista.com>
2316 L: linuxppc-dev@ozlabs.org
2317 L: netdev@vger.kernel.org
2318 S: Maintained
2319 F: drivers/net/fs_enet/
2320 F: include/linux/fs_enet_pd.h
2321
2322 FREESCALE QUICC ENGINE LIBRARY
2323 M: Timur Tabi <timur@freescale.com>
2324 L: linuxppc-dev@ozlabs.org
2325 S: Supported
2326 F: arch/powerpc/sysdev/qe_lib/
2327 F: arch/powerpc/include/asm/*qe.h
2328
2329 FREESCALE USB PERIPHERAL DRIVERS
2330 M: Li Yang <leoli@freescale.com>
2331 L: linux-usb@vger.kernel.org
2332 L: linuxppc-dev@ozlabs.org
2333 S: Maintained
2334 F: drivers/usb/gadget/fsl*
2335
2336 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2337 M: Li Yang <leoli@freescale.com>
2338 L: netdev@vger.kernel.org
2339 L: linuxppc-dev@ozlabs.org
2340 S: Maintained
2341 F: drivers/net/ucc_geth*
2342
2343 FREESCALE QUICC ENGINE UCC UART DRIVER
2344 M: Timur Tabi <timur@freescale.com>
2345 L: linuxppc-dev@ozlabs.org
2346 S: Supported
2347 F: drivers/serial/ucc_uart.c
2348
2349 FREESCALE SOC SOUND DRIVERS
2350 M: Timur Tabi <timur@freescale.com>
2351 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2352 L: linuxppc-dev@ozlabs.org
2353 S: Supported
2354 F: sound/soc/fsl/fsl*
2355 F: sound/soc/fsl/mpc8610_hpcd.c
2356
2357 FREEVXFS FILESYSTEM
2358 M: Christoph Hellwig <hch@infradead.org>
2359 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2360 S: Maintained
2361 F: fs/freevxfs/
2362
2363 FREEZER
2364 M: Pavel Machek <pavel@ucw.cz>
2365 M: "Rafael J. Wysocki" <rjw@sisk.pl>
2366 L: linux-pm@lists.linux-foundation.org
2367 S: Supported
2368 F: Documentation/power/freezing-of-tasks.txt
2369 F: include/linux/freezer.h
2370 F: kernel/freezer.c
2371
2372 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2373 M: David Howells <dhowells@redhat.com>
2374 L: linux-cachefs@redhat.com
2375 S: Supported
2376 F: Documentation/filesystems/caching/
2377 F: fs/fscache/
2378 F: include/linux/fscache*.h
2379
2380 FUJITSU FR-V (FRV) PORT
2381 M: David Howells <dhowells@redhat.com>
2382 S: Maintained
2383 F: arch/frv/
2384
2385 FUJITSU LAPTOP EXTRAS
2386 M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2387 L: platform-driver-x86@vger.kernel.org
2388 S: Maintained
2389 F: drivers/platform/x86/fujitsu-laptop.c
2390
2391 FUSE: FILESYSTEM IN USERSPACE
2392 M: Miklos Szeredi <miklos@szeredi.hu>
2393 L: fuse-devel@lists.sourceforge.net
2394 W: http://fuse.sourceforge.net/
2395 S: Maintained
2396 F: fs/fuse/
2397 F: include/linux/fuse.h
2398
2399 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2400 M: Rik Faith <faith@cs.unc.edu>
2401 L: linux-scsi@vger.kernel.org
2402 S: Odd Fixes (e.g., new signatures)
2403 F: drivers/scsi/fdomain.*
2404
2405 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2406 M: Achim Leubner <achim_leubner@adaptec.com>
2407 L: linux-scsi@vger.kernel.org
2408 W: http://www.icp-vortex.com/
2409 S: Supported
2410 F: drivers/scsi/gdt*
2411
2412 GENERIC GPIO I2C DRIVER
2413 M: Haavard Skinnemoen <hskinnemoen@atmel.com>
2414 S: Supported
2415 F: drivers/i2c/busses/i2c-gpio.c
2416 F: include/linux/i2c-gpio.h
2417
2418 GENERIC HDLC (WAN) DRIVERS
2419 M: Krzysztof Halasa <khc@pm.waw.pl>
2420 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2421 S: Maintained
2422 F: drivers/net/wan/c101.c
2423 F: drivers/net/wan/hd6457*
2424 F: drivers/net/wan/hdlc*
2425 F: drivers/net/wan/n2.c
2426 F: drivers/net/wan/pc300too.c
2427 F: drivers/net/wan/pci200syn.c
2428 F: drivers/net/wan/wanxl*
2429
2430 GENERIC INCLUDE/ASM HEADER FILES
2431 M: Arnd Bergmann <arnd@arndb.de>
2432 L: linux-arch@vger.kernel.org
2433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2434 S: Maintained
2435 F: include/asm-generic
2436
2437 GENERIC UIO DRIVER FOR PCI DEVICES
2438 M: "Michael S. Tsirkin" <mst@redhat.com>
2439 L: kvm@vger.kernel.org
2440 S: Supported
2441 F: drivers/uio/uio_pci_generic.c
2442
2443 GFS2 FILE SYSTEM
2444 M: Steven Whitehouse <swhiteho@redhat.com>
2445 L: cluster-devel@redhat.com
2446 W: http://sources.redhat.com/cluster/
2447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2449 S: Supported
2450 F: Documentation/filesystems/gfs2*.txt
2451 F: fs/gfs2/
2452 F: include/linux/gfs2_ondisk.h
2453
2454 GIGASET ISDN DRIVERS
2455 M: Hansjoerg Lipp <hjlipp@web.de>
2456 M: Tilman Schmidt <tilman@imap.cc>
2457 L: gigaset307x-common@lists.sourceforge.net
2458 W: http://gigaset307x.sourceforge.net/
2459 S: Maintained
2460 F: Documentation/isdn/README.gigaset
2461 F: drivers/isdn/gigaset/
2462 F: include/linux/gigaset_dev.h
2463
2464 GRETH 10/100/1G Ethernet MAC device driver
2465 M: Kristoffer Glembo <kristoffer@gaisler.com>
2466 L: netdev@vger.kernel.org
2467 S: Maintained
2468 F: drivers/net/greth*
2469
2470 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2471 M: Frank Seidel <frank@f-seidel.de>
2472 L: lm-sensors@lm-sensors.org
2473 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2474 S: Maintained
2475 F: drivers/hwmon/hdaps.c
2476
2477 HWPOISON MEMORY FAILURE HANDLING
2478 M: Andi Kleen <andi@firstfloor.org>
2479 L: linux-mm@kvack.org
2480 L: linux-kernel@vger.kernel.org
2481 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2482 S: Maintained
2483 F: mm/memory-failure.c
2484 F: mm/hwpoison-inject.c
2485
2486 HYPERVISOR VIRTUAL CONSOLE DRIVER
2487 L: linuxppc-dev@ozlabs.org
2488 S: Odd Fixes
2489 F: drivers/char/hvc_*
2490
2491 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2492 M: Peter Jones <pjones@redhat.com>
2493 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
2494 S: Maintained
2495 F: drivers/firmware/iscsi_ibft*
2496
2497 GSPCA FINEPIX SUBDRIVER
2498 M: Frank Zago <frank@zago.net>
2499 L: linux-media@vger.kernel.org
2500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2501 S: Maintained
2502 F: drivers/media/video/gspca/finepix.c
2503
2504 GSPCA GL860 SUBDRIVER
2505 M: Olivier Lorin <o.lorin@laposte.net>
2506 L: linux-media@vger.kernel.org
2507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2508 S: Maintained
2509 F: drivers/media/video/gspca/gl860/
2510
2511 GSPCA M5602 SUBDRIVER
2512 M: Erik Andren <erik.andren@gmail.com>
2513 L: linux-media@vger.kernel.org
2514 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2515 S: Maintained
2516 F: drivers/media/video/gspca/m5602/
2517
2518 GSPCA PAC207 SONIXB SUBDRIVER
2519 M: Hans de Goede <hdegoede@redhat.com>
2520 L: linux-media@vger.kernel.org
2521 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2522 S: Maintained
2523 F: drivers/media/video/gspca/pac207.c
2524
2525 GSPCA SN9C20X SUBDRIVER
2526 M: Brian Johnson <brijohn@gmail.com>
2527 L: linux-media@vger.kernel.org
2528 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2529 S: Maintained
2530 F: drivers/media/video/gspca/sn9c20x.c
2531
2532 GSPCA T613 SUBDRIVER
2533 M: Leandro Costantino <lcostantino@gmail.com>
2534 L: linux-media@vger.kernel.org
2535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2536 S: Maintained
2537 F: drivers/media/video/gspca/t613.c
2538
2539 GSPCA USB WEBCAM DRIVER
2540 M: Jean-Francois Moine <moinejf@free.fr>
2541 W: http://moinejf.free.fr
2542 L: linux-media@vger.kernel.org
2543 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2544 S: Maintained
2545 F: drivers/media/video/gspca/
2546
2547 HARDWARE MONITORING
2548 L: lm-sensors@lm-sensors.org
2549 W: http://www.lm-sensors.org/
2550 S: Orphan
2551 F: Documentation/hwmon/
2552 F: drivers/hwmon/
2553 F: include/linux/hwmon*.h
2554
2555 HARDWARE RANDOM NUMBER GENERATOR CORE
2556 M: Matt Mackall <mpm@selenic.com>
2557 M: Herbert Xu <herbert@gondor.apana.org.au>
2558 S: Odd fixes
2559 F: Documentation/hw_random.txt
2560 F: drivers/char/hw_random/
2561 F: include/linux/hw_random.h
2562
2563 HARMONY SOUND DRIVER
2564 M: Kyle McMartin <kyle@mcmartin.ca>
2565 L: linux-parisc@vger.kernel.org
2566 S: Maintained
2567 F: sound/parisc/harmony.*
2568
2569 HEWLETT-PACKARD SMART2 RAID DRIVER
2570 M: Chirag Kantharia <chirag.kantharia@hp.com>
2571 L: iss_storagedev@hp.com
2572 S: Maintained
2573 F: Documentation/blockdev/cpqarray.txt
2574 F: drivers/block/cpqarray.*
2575
2576 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2577 M: Mike Miller <mike.miller@hp.com>
2578 L: iss_storagedev@hp.com
2579 S: Supported
2580 F: Documentation/blockdev/cciss.txt
2581 F: drivers/block/cciss*
2582 F: include/linux/cciss_ioctl.h
2583
2584 HFS FILESYSTEM
2585 M: Roman Zippel <zippel@linux-m68k.org>
2586 S: Maintained
2587 F: Documentation/filesystems/hfs.txt
2588 F: fs/hfs/
2589
2590 HGA FRAMEBUFFER DRIVER
2591 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2592 L: linux-nvidia@lists.surfsouth.com
2593 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2594 S: Maintained
2595 F: drivers/video/hgafb.c
2596
2597 HIBERNATION (aka Software Suspend, aka swsusp)
2598 M: Pavel Machek <pavel@ucw.cz>
2599 M: "Rafael J. Wysocki" <rjw@sisk.pl>
2600 L: linux-pm@lists.linux-foundation.org
2601 S: Supported
2602 F: arch/x86/power/
2603 F: drivers/base/power/
2604 F: kernel/power/
2605 F: include/linux/suspend.h
2606 F: include/linux/freezer.h
2607 F: include/linux/pm.h
2608 F: arch/*/include/asm/suspend*.h
2609
2610 HID CORE LAYER
2611 M: Jiri Kosina <jkosina@suse.cz>
2612 L: linux-input@vger.kernel.org
2613 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2614 S: Maintained
2615 F: drivers/hid/
2616 F: include/linux/hid*
2617
2618 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2619 M: Thomas Gleixner <tglx@linutronix.de>
2620 S: Maintained
2621 F: Documentation/timers/
2622 F: kernel/hrtimer.c
2623 F: include/linux/hrtimer.h
2624
2625 HIGH-SPEED SCC DRIVER FOR AX.25
2626 M: Klaus Kudielka <klaus.kudielka@ieee.org>
2627 L: linux-hams@vger.kernel.org
2628 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2629 S: Maintained
2630 F: drivers/net/hamradio/dmascc.c
2631 F: drivers/net/hamradio/scc.c
2632
2633 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2634 M: HighPoint Linux Team <linux@highpoint-tech.com>
2635 W: http://www.highpoint-tech.com
2636 S: Supported
2637 F: Documentation/scsi/hptiop.txt
2638 F: drivers/scsi/hptiop.c
2639
2640 HIPPI
2641 M: Jes Sorensen <jes@trained-monkey.org>
2642 L: linux-hippi@sunsite.dk
2643 S: Maintained
2644 F: include/linux/hippidevice.h
2645 F: include/linux/if_hippi.h
2646 F: net/802/hippi.c
2647
2648 HOST AP DRIVER
2649 M: Jouni Malinen <j@w1.fi>
2650 L: hostap@shmoo.com (subscribers-only)
2651 L: linux-wireless@vger.kernel.org
2652 W: http://hostap.epitest.fi/
2653 S: Maintained
2654 F: drivers/net/wireless/hostap/
2655
2656 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2657 M: Carlos Corbacho <carlos@strangeworlds.co.uk>
2658 L: platform-driver-x86@vger.kernel.org
2659 S: Odd Fixes
2660 F: drivers/platform/x86/tc1100-wmi.c
2661
2662 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2663 M: Jaroslav Kysela <perex@perex.cz>
2664 S: Maintained
2665 F: drivers/net/hp100.*
2666
2667 HPET: High Precision Event Timers driver
2668 M: Clemens Ladisch <clemens@ladisch.de>
2669 S: Maintained
2670 F: Documentation/timers/hpet.txt
2671 F: drivers/char/hpet.c
2672 F: include/linux/hpet.h
2673
2674 HPET: i386
2675 M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com>
2676 S: Maintained
2677 F: arch/x86/kernel/hpet.c
2678 F: arch/x86/include/asm/hpet.h
2679
2680 HPET: x86_64
2681 M: Vojtech Pavlik <vojtech@suse.cz>
2682 S: Maintained
2683
2684 HPET: ACPI
2685 M: Bob Picco <bob.picco@hp.com>
2686 S: Maintained
2687 F: drivers/char/hpet.c
2688
2689 HPFS FILESYSTEM
2690 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2691 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2692 S: Maintained
2693 F: fs/hpfs/
2694
2695 HSO 3G MODEM DRIVER
2696 M: Jan Dumon <j.dumon@option.com>
2697 W: http://www.pharscape.org
2698 S: Maintained
2699 F: drivers/net/usb/hso.c
2700
2701 HTCPEN TOUCHSCREEN DRIVER
2702 M: Pau Oliva Fora <pof@eslack.org>
2703 L: linux-input@vger.kernel.org
2704 S: Maintained
2705 F: drivers/input/touchscreen/htcpen.c
2706
2707 HUGETLB FILESYSTEM
2708 M: William Irwin <wli@holomorphy.com>
2709 S: Maintained
2710 F: fs/hugetlbfs/
2711
2712 I2C/SMBUS STUB DRIVER
2713 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
2714 L: linux-i2c@vger.kernel.org
2715 S: Maintained
2716 F: drivers/i2c/busses/i2c-stub.c
2717
2718 I2C SUBSYSTEM
2719 M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2720 M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2721 L: linux-i2c@vger.kernel.org
2722 W: http://i2c.wiki.kernel.org/
2723 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2724 S: Maintained
2725 F: Documentation/i2c/
2726 F: drivers/i2c/
2727 F: include/linux/i2c.h
2728 F: include/linux/i2c-*.h
2729
2730 I2C-TINY-USB DRIVER
2731 M: Till Harbaum <till@harbaum.org>
2732 L: linux-i2c@vger.kernel.org
2733 W: http://www.harbaum.org/till/i2c_tiny_usb
2734 S: Maintained
2735 F: drivers/i2c/busses/i2c-tiny-usb.c
2736
2737 i386 BOOT CODE
2738 M: "H. Peter Anvin" <hpa@zytor.com>
2739 S: Maintained
2740 F: arch/x86/boot/
2741
2742 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2743 M: "H. Peter Anvin" <hpa@zytor.com>
2744 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2745 S: Maintained
2746
2747 IA64 (Itanium) PLATFORM
2748 M: Tony Luck <tony.luck@intel.com>
2749 M: Fenghua Yu <fenghua.yu@intel.com>
2750 L: linux-ia64@vger.kernel.org
2751 W: http://www.ia64-linux.org/
2752 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2753 S: Maintained
2754 F: arch/ia64/
2755
2756 IBM MCA SCSI SUBSYSTEM DRIVER
2757 M: Michael Lang <langa2@kph.uni-mainz.de>
2758 W: http://www.uni-mainz.de/~langm000/linux.html
2759 S: Maintained
2760 F: drivers/scsi/ibmmca.c
2761
2762 IBM Power Linux RAID adapter
2763 M: Brian King <brking@us.ibm.com>
2764 S: Supported
2765 F: drivers/scsi/ipr.*
2766
2767 IBM ServeRAID RAID DRIVER
2768 P: Jack Hammer
2769 M: Dave Jeffery <ipslinux@adaptec.com>
2770 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2771 S: Supported
2772 F: drivers/scsi/ips.*
2773
2774 IDE SUBSYSTEM
2775 M: "David S. Miller" <davem@davemloft.net>
2776 L: linux-ide@vger.kernel.org
2777 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
2778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2779 S: Maintained
2780 F: Documentation/ide/
2781 F: drivers/ide/
2782 F: include/linux/ide.h
2783
2784 IDE/ATAPI DRIVERS
2785 M: Borislav Petkov <petkovbb@gmail.com>
2786 L: linux-ide@vger.kernel.org
2787 S: Maintained
2788 F: Documentation/cdrom/ide-cd
2789 F: drivers/ide/ide-cd*
2790
2791 IDLE-I7300
2792 M: Andy Henroid <andrew.d.henroid@intel.com>
2793 L: linux-pm@lists.linux-foundation.org
2794 S: Supported
2795 F: drivers/idle/i7300_idle.c
2796
2797 IEEE 1394 SUBSYSTEM
2798 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2799 L: linux1394-devel@lists.sourceforge.net
2800 W: http://ieee1394.wiki.kernel.org/
2801 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2802 S: Obsolete
2803 F: Documentation/debugging-via-ohci1394.txt
2804 F: drivers/ieee1394/
2805
2806 IEEE 802.15.4 SUBSYSTEM
2807 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2808 M: Sergey Lapin <slapin@ossfans.org>
2809 L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2810 W: http://apps.sourceforge.net/trac/linux-zigbee
2811 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2812 S: Maintained
2813 F: net/ieee802154/
2814 F: drivers/ieee802154/
2815
2816 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2817 M: Mimi Zohar <zohar@us.ibm.com>
2818 S: Supported
2819 F: security/integrity/ima/
2820
2821 IMS TWINTURBO FRAMEBUFFER DRIVER
2822 L: linux-fbdev@vger.kernel.org
2823 S: Orphan
2824 F: drivers/video/imsttfb.c
2825
2826 INFINIBAND SUBSYSTEM
2827 M: Roland Dreier <rolandd@cisco.com>
2828 M: Sean Hefty <sean.hefty@intel.com>
2829 M: Hal Rosenstock <hal.rosenstock@gmail.com>
2830 L: linux-rdma@vger.kernel.org
2831 W: http://www.openib.org/
2832 Q: http://patchwork.kernel.org/project/linux-rdma/list/
2833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2834 S: Supported
2835 F: Documentation/infiniband/
2836 F: drivers/infiniband/
2837 F: include/linux/if_infiniband.h
2838
2839 INOTIFY
2840 M: John McCutchan <john@johnmccutchan.com>
2841 M: Robert Love <rlove@rlove.org>
2842 M: Eric Paris <eparis@parisplace.org>
2843 S: Maintained
2844 F: Documentation/filesystems/inotify.txt
2845 F: fs/notify/inotify/
2846 F: include/linux/inotify.h
2847
2848 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2849 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2850 M: Dmitry Torokhov <dtor@mail.ru>
2851 L: linux-input@vger.kernel.org
2852 Q: http://patchwork.kernel.org/project/linux-input/list/
2853 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2854 S: Maintained
2855 F: drivers/input/
2856
2857 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2858 M: Maik Broemme <mbroemme@plusserver.de>
2859 L: linux-fbdev@vger.kernel.org
2860 S: Maintained
2861 F: Documentation/fb/intelfb.txt
2862 F: drivers/video/intelfb/
2863
2864 INTEL 810/815 FRAMEBUFFER DRIVER
2865 M: Antonino Daplas <adaplas@gmail.com>
2866 L: linux-fbdev@vger.kernel.org
2867 S: Maintained
2868 F: drivers/video/i810/
2869
2870 INTEL MENLOW THERMAL DRIVER
2871 M: Sujith Thomas <sujith.thomas@intel.com>
2872 L: platform-driver-x86@vger.kernel.org
2873 W: http://www.lesswatts.org/projects/acpi/
2874 S: Supported
2875 F: drivers/platform/x86/intel_menlow.c
2876
2877 INTEL IA32 MICROCODE UPDATE SUPPORT
2878 M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
2879 S: Maintained
2880 F: arch/x86/kernel/microcode_core.c
2881 F: arch/x86/kernel/microcode_intel.c
2882
2883 INTEL I/OAT DMA DRIVER
2884 M: Dan Williams <dan.j.williams@intel.com>
2885 S: Supported
2886 F: drivers/dma/ioat*
2887
2888 INTEL IOMMU (VT-d)
2889 M: David Woodhouse <dwmw2@infradead.org>
2890 L: iommu@lists.linux-foundation.org
2891 T: git git://git.infradead.org/iommu-2.6.git
2892 S: Supported
2893 F: drivers/pci/intel-iommu.c
2894 F: include/linux/intel-iommu.h
2895
2896 INTEL IOP-ADMA DMA DRIVER
2897 M: Dan Williams <dan.j.williams@intel.com>
2898 S: Maintained
2899 F: drivers/dma/iop-adma.c
2900
2901 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2902 M: Krzysztof Halasa <khc@pm.waw.pl>
2903 S: Maintained
2904 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
2905 F: arch/arm/mach-ixp4xx/include/mach/npe.h
2906 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2907 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
2908 F: drivers/net/arm/ixp4xx_eth.c
2909 F: drivers/net/wan/ixp4xx_hss.c
2910
2911 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2912 M: Deepak Saxena <dsaxena@plexity.net>
2913 S: Maintained
2914 F: drivers/char/hw_random/ixp4xx-rng.c
2915
2916 INTEL IXP2000 ETHERNET DRIVER
2917 M: Lennert Buytenhek <kernel@wantstofly.org>
2918 L: netdev@vger.kernel.org
2919 S: Maintained
2920 F: drivers/net/ixp2000/
2921
2922 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe)
2923 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2924 M: Jesse Brandeburg <jesse.brandeburg@intel.com>
2925 M: Bruce Allan <bruce.w.allan@intel.com>
2926 M: Alex Duyck <alexander.h.duyck@intel.com>
2927 M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
2928 M: John Ronciak <john.ronciak@intel.com>
2929 L: e1000-devel@lists.sourceforge.net
2930 W: http://e1000.sourceforge.net/
2931 S: Supported
2932 F: drivers/net/e100.c
2933 F: drivers/net/e1000/
2934 F: drivers/net/e1000e/
2935 F: drivers/net/igb/
2936 F: drivers/net/igbvf/
2937 F: drivers/net/ixgb/
2938 F: drivers/net/ixgbe/
2939
2940 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2941 M: Zhu Yi <yi.zhu@intel.com>
2942 M: Reinette Chatre <reinette.chatre@intel.com>
2943 M: Intel Linux Wireless <ilw@linux.intel.com>
2944 L: linux-wireless@vger.kernel.org
2945 W: http://ipw2100.sourceforge.net
2946 S: Odd Fixes
2947 F: Documentation/networking/README.ipw2100
2948 F: drivers/net/wireless/ipw2x00/ipw2100.*
2949
2950 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2951 M: Zhu Yi <yi.zhu@intel.com>
2952 M: Reinette Chatre <reinette.chatre@intel.com>
2953 M: Intel Linux Wireless <ilw@linux.intel.com>
2954 L: linux-wireless@vger.kernel.org
2955 W: http://ipw2200.sourceforge.net
2956 S: Odd Fixes
2957 F: Documentation/networking/README.ipw2200
2958 F: drivers/net/wireless/ipw2x00/ipw2200.*
2959
2960 INTEL WIRELESS WIMAX CONNECTION 2400
2961 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2962 M: linux-wimax@intel.com
2963 L: wimax@linuxwimax.org
2964 S: Supported
2965 W: http://linuxwimax.org
2966 F: Documentation/wimax/README.i2400m
2967 F: drivers/net/wimax/i2400m/
2968 F: include/linux/wimax/i2400m.h
2969
2970 INTEL WIRELESS WIFI LINK (iwlwifi)
2971 M: Zhu Yi <yi.zhu@intel.com>
2972 M: Reinette Chatre <reinette.chatre@intel.com>
2973 M: Intel Linux Wireless <ilw@linux.intel.com>
2974 L: linux-wireless@vger.kernel.org
2975 W: http://intellinuxwireless.org
2976 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2977 S: Supported
2978 F: drivers/net/wireless/iwlwifi/
2979
2980 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
2981 M: Samuel Ortiz <samuel.ortiz@intel.com>
2982 M: Zhu Yi <yi.zhu@intel.com>
2983 M: Intel Linux Wireless <ilw@linux.intel.com>
2984 L: linux-wireless@vger.kernel.org
2985 S: Supported
2986 W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
2987 F: drivers/net/wireless/iwmc3200wifi/
2988
2989 IOC3 ETHERNET DRIVER
2990 M: Ralf Baechle <ralf@linux-mips.org>
2991 L: linux-mips@linux-mips.org
2992 S: Maintained
2993 F: drivers/net/ioc3-eth.c
2994
2995 IOC3 SERIAL DRIVER
2996 M: Pat Gefre <pfg@sgi.com>
2997 L: linux-mips@linux-mips.org
2998 S: Maintained
2999 F: drivers/serial/ioc3_serial.c
3000
3001 IP MASQUERADING
3002 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3003 S: Maintained
3004 F: net/ipv4/netfilter/ipt_MASQUERADE.c
3005
3006 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3007 M: Francois Romieu <romieu@fr.zoreil.com>
3008 M: Sorbica Shieh <sorbica@icplus.com.tw>
3009 M: Jesse Huang <jesse@icplus.com.tw>
3010 L: netdev@vger.kernel.org
3011 S: Maintained
3012 F: drivers/net/ipg.c
3013
3014 IPATH DRIVER
3015 M: Ralph Campbell <infinipath@qlogic.com>
3016 L: linux-rdma@vger.kernel.org
3017 T: git git://git.qlogic.com/ipath-linux-2.6
3018 S: Supported
3019 F: drivers/infiniband/hw/ipath/
3020
3021 IPMI SUBSYSTEM
3022 M: Corey Minyard <minyard@acm.org>
3023 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3024 W: http://openipmi.sourceforge.net/
3025 S: Supported
3026 F: Documentation/IPMI.txt
3027 F: drivers/char/ipmi/
3028 F: include/linux/ipmi*
3029
3030 IPS SCSI RAID DRIVER
3031 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3032 L: linux-scsi@vger.kernel.org
3033 W: http://www.adaptec.com/
3034 S: Maintained
3035 F: drivers/scsi/ips*
3036
3037 IPVS
3038 M: Wensong Zhang <wensong@linux-vs.org>
3039 M: Simon Horman <horms@verge.net.au>
3040 M: Julian Anastasov <ja@ssi.bg>
3041 L: netdev@vger.kernel.org
3042 L: lvs-devel@vger.kernel.org
3043 S: Maintained
3044 F: Documentation/networking/ipvs-sysctl.txt
3045 F: include/net/ip_vs.h
3046 F: include/linux/ip_vs.h
3047 F: net/netfilter/ipvs/
3048
3049 IPWIRELESS DRIVER
3050 M: Jiri Kosina <jkosina@suse.cz>
3051 M: David Sterba <dsterba@suse.cz>
3052 S: Maintained
3053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3054 F: drivers/char/pcmcia/ipwireless/
3055
3056 IPX NETWORK LAYER
3057 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3058 L: netdev@vger.kernel.org
3059 S: Maintained
3060 F: include/linux/ipx.h
3061 F: include/net/ipx.h
3062 F: net/ipx/
3063
3064 IRDA SUBSYSTEM
3065 M: Samuel Ortiz <samuel@sortiz.org>
3066 L: irda-users@lists.sourceforge.net (subscribers-only)
3067 W: http://irda.sourceforge.net/
3068 S: Maintained
3069 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3070 F: Documentation/networking/irda.txt
3071 F: drivers/net/irda/
3072 F: include/net/irda/
3073 F: net/irda/
3074
3075 ISAPNP
3076 M: Jaroslav Kysela <perex@perex.cz>
3077 S: Maintained
3078 F: Documentation/isapnp.txt
3079 F: drivers/pnp/isapnp/
3080 F: include/linux/isapnp.h
3081
3082 ISCSI
3083 M: Mike Christie <michaelc@cs.wisc.edu>
3084 L: open-iscsi@googlegroups.com
3085 W: www.open-iscsi.org
3086 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3087 S: Maintained
3088 F: drivers/scsi/*iscsi*
3089 F: include/scsi/*iscsi*
3090
3091 ISDN SUBSYSTEM
3092 M: Karsten Keil <isdn@linux-pingi.de>
3093 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3094 L: netdev@vger.kernel.org
3095 W: http://www.isdn4linux.de
3096 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3097 S: Maintained
3098 F: Documentation/isdn/
3099 F: drivers/isdn/
3100 F: include/linux/isdn.h
3101 F: include/linux/isdn/
3102
3103 ISDN SUBSYSTEM (Eicon active card driver)
3104 M: Armin Schindler <mac@melware.de>
3105 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3106 W: http://www.melware.de
3107 S: Maintained
3108 F: drivers/isdn/hardware/eicon/
3109
3110 IT87 HARDWARE MONITORING DRIVER
3111 M: Jean Delvare <khali@linux-fr.org>
3112 L: lm-sensors@lm-sensors.org
3113 S: Maintained
3114 F: Documentation/hwmon/it87
3115 F: drivers/hwmon/it87.c
3116
3117 IVTV VIDEO4LINUX DRIVER
3118 M: Andy Walls <awalls@radix.net>
3119 L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3120 L: linux-media@vger.kernel.org
3121 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3122 W: http://www.ivtvdriver.org
3123 S: Maintained
3124 F: Documentation/video4linux/*.ivtv
3125 F: drivers/media/video/ivtv/
3126 F: include/linux/ivtv*
3127
3128 JFS FILESYSTEM
3129 M: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3130 L: jfs-discussion@lists.sourceforge.net
3131 W: http://jfs.sourceforge.net/
3132 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3133 S: Maintained
3134 F: Documentation/filesystems/jfs.txt
3135 F: fs/jfs/
3136
3137 JME NETWORK DRIVER
3138 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
3139 L: netdev@vger.kernel.org
3140 S: Maintained
3141 F: drivers/net/jme.*
3142
3143 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3144 M: David Woodhouse <dwmw2@infradead.org>
3145 L: linux-mtd@lists.infradead.org
3146 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3147 S: Maintained
3148 F: fs/jffs2/
3149 F: include/linux/jffs2.h
3150
3151 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3152 M: Andrew Morton <akpm@linux-foundation.org>
3153 M: Jan Kara <jack@suse.cz>
3154 L: linux-ext4@vger.kernel.org
3155 S: Maintained
3156 F: fs/jbd*/
3157 F: include/linux/ext*jbd*.h
3158 F: include/linux/jbd*.h
3159
3160 K8TEMP HARDWARE MONITORING DRIVER
3161 M: Rudolf Marek <r.marek@assembler.cz>
3162 L: lm-sensors@lm-sensors.org
3163 S: Maintained
3164 F: Documentation/hwmon/k8temp
3165 F: drivers/hwmon/k8temp.c
3166
3167 KCONFIG
3168 M: Roman Zippel <zippel@linux-m68k.org>
3169 L: linux-kbuild@vger.kernel.org
3170 Q: http://patchwork.kernel.org/project/linux-kbuild/list/
3171 S: Maintained
3172 F: Documentation/kbuild/kconfig-language.txt
3173 F: scripts/kconfig/
3174
3175 KDUMP
3176 M: Vivek Goyal <vgoyal@redhat.com>
3177 M: Haren Myneni <hbabu@us.ibm.com>
3178 L: kexec@lists.infradead.org
3179 W: http://lse.sourceforge.net/kdump/
3180 S: Maintained
3181 F: Documentation/kdump/
3182
3183 KERNEL AUTOMOUNTER (AUTOFS)
3184 M: "H. Peter Anvin" <hpa@zytor.com>
3185 L: autofs@linux.kernel.org
3186 S: Odd Fixes
3187 F: fs/autofs/
3188
3189 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3190 M: Ian Kent <raven@themaw.net>
3191 L: autofs@linux.kernel.org
3192 S: Maintained
3193 F: fs/autofs4/
3194
3195 KERNEL BUILD
3196 M: Michal Marek <mmarek@suse.cz>
3197 T: git git://repo.or.cz/linux-kbuild.git for-next
3198 T: git git://repo.or.cz/linux-kbuild.git for-linus
3199 L: linux-kbuild@vger.kernel.org
3200 S: Maintained
3201 F: Documentation/kbuild/
3202 F: Makefile
3203 F: scripts/Makefile.*
3204
3205 KERNEL JANITORS
3206 L: kernel-janitors@vger.kernel.org
3207 W: http://janitor.kernelnewbies.org/
3208 S: Odd Fixes
3209
3210 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3211 M: "J. Bruce Fields" <bfields@fieldses.org>
3212 M: Neil Brown <neilb@suse.de>
3213 L: linux-nfs@vger.kernel.org
3214 W: http://nfs.sourceforge.net/
3215 S: Supported
3216 F: fs/nfsd/
3217 F: include/linux/nfsd/
3218 F: fs/lockd/
3219 F: fs/nfs_common/
3220 F: net/sunrpc/
3221 F: include/linux/lockd/
3222 F: include/linux/sunrpc/
3223
3224 KERNEL VIRTUAL MACHINE (KVM)
3225 M: Avi Kivity <avi@redhat.com>
3226 M: Marcelo Tosatti <mtosatti@redhat.com>
3227 L: kvm@vger.kernel.org
3228 W: http://kvm.qumranet.com
3229 S: Supported
3230 F: Documentation/*/kvm.txt
3231 F: arch/*/kvm/
3232 F: arch/*/include/asm/kvm*
3233 F: include/linux/kvm*
3234 F: virt/kvm/
3235
3236 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3237 M: Joerg Roedel <joerg.roedel@amd.com>
3238 L: kvm@vger.kernel.org
3239 W: http://kvm.qumranet.com
3240 S: Supported
3241 F: arch/x86/include/asm/svm.h
3242 F: arch/x86/kvm/svm.c
3243
3244 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3245 M: Alexander Graf <agraf@suse.de>
3246 L: kvm-ppc@vger.kernel.org
3247 W: http://kvm.qumranet.com
3248 S: Supported
3249 F: arch/powerpc/include/asm/kvm*
3250 F: arch/powerpc/kvm/
3251
3252 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3253 M: Xiantao Zhang <xiantao.zhang@intel.com>
3254 L: kvm-ia64@vger.kernel.org
3255 W: http://kvm.qumranet.com
3256 S: Supported
3257 F: Documentation/ia64/kvm.txt
3258 F: arch/ia64/include/asm/kvm*
3259 F: arch/ia64/kvm/
3260
3261 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3262 M: Carsten Otte <cotte@de.ibm.com>
3263 M: Christian Borntraeger <borntraeger@de.ibm.com>
3264 M: linux390@de.ibm.com
3265 L: linux-s390@vger.kernel.org
3266 W: http://www.ibm.com/developerworks/linux/linux390/
3267 S: Supported
3268 F: Documentation/s390/kvm.txt
3269 F: arch/s390/include/asm/kvm*
3270 F: arch/s390/kvm/
3271 F: drivers/s390/kvm/
3272
3273 KEXEC
3274 M: Eric Biederman <ebiederm@xmission.com>
3275 W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3276 L: kexec@lists.infradead.org
3277 S: Maintained
3278 F: include/linux/kexec.h
3279 F: kernel/kexec.c
3280
3281 KEYS/KEYRINGS:
3282 M: David Howells <dhowells@redhat.com>
3283 L: keyrings@linux-nfs.org
3284 S: Maintained
3285 F: Documentation/keys.txt
3286 F: include/linux/key.h
3287 F: include/linux/key-type.h
3288 F: include/keys/
3289 F: security/keys/
3290
3291 KGDB
3292 M: Jason Wessel <jason.wessel@windriver.com>
3293 L: kgdb-bugreport@lists.sourceforge.net
3294 S: Maintained
3295 F: Documentation/DocBook/kgdb.tmpl
3296 F: drivers/misc/kgdbts.c
3297 F: drivers/serial/kgdboc.c
3298 F: include/linux/kgdb.h
3299 F: kernel/kgdb.c
3300
3301 KMEMCHECK
3302 M: Vegard Nossum <vegardno@ifi.uio.no>
3303 M: Pekka Enberg <penberg@cs.helsinki.fi>
3304 S: Maintained
3305 F: Documentation/kmemcheck.txt
3306 F: arch/x86/include/asm/kmemcheck.h
3307 F: arch/x86/mm/kmemcheck/
3308 F: include/linux/kmemcheck.h
3309 F: mm/kmemcheck.c
3310
3311 KMEMLEAK
3312 M: Catalin Marinas <catalin.marinas@arm.com>
3313 S: Maintained
3314 F: Documentation/kmemleak.txt
3315 F: include/linux/kmemleak.h
3316 F: mm/kmemleak.c
3317 F: mm/kmemleak-test.c
3318
3319 KMEMTRACE
3320 M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3321 S: Maintained
3322 F: Documentation/trace/kmemtrace.txt
3323 F: include/linux/kmemtrace.h
3324 F: kernel/trace/kmemtrace.c
3325
3326 KPROBES
3327 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3328 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3329 M: "David S. Miller" <davem@davemloft.net>
3330 M: Masami Hiramatsu <mhiramat@redhat.com>
3331 S: Maintained
3332 F: Documentation/kprobes.txt
3333 F: include/linux/kprobes.h
3334 F: kernel/kprobes.c
3335
3336 KS0108 LCD CONTROLLER DRIVER
3337 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3338 W: http://miguelojeda.es/auxdisplay.htm
3339 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3340 S: Maintained
3341 F: Documentation/auxdisplay/ks0108
3342 F: drivers/auxdisplay/ks0108.c
3343 F: include/linux/ks0108.h
3344
3345 LAPB module
3346 L: linux-x25@vger.kernel.org
3347 S: Orphan
3348 F: Documentation/networking/lapb-module.txt
3349 F: include/*/lapb.h
3350 F: net/lapb/
3351
3352 LASI 53c700 driver for PARISC
3353 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3354 L: linux-scsi@vger.kernel.org
3355 S: Maintained
3356 F: Documentation/scsi/53c700.txt
3357 F: drivers/scsi/53c700*
3358
3359 LED SUBSYSTEM
3360 M: Richard Purdie <rpurdie@rpsys.net>
3361 S: Maintained
3362 F: drivers/leds/
3363 F: include/linux/leds.h
3364
3365 LEGO USB Tower driver
3366 M: Juergen Stuber <starblue@users.sourceforge.net>
3367 L: legousb-devel@lists.sourceforge.net
3368 W: http://legousb.sourceforge.net/
3369 S: Maintained
3370 F: drivers/usb/misc/legousbtower.c
3371
3372 LGUEST
3373 M: Rusty Russell <rusty@rustcorp.com.au>
3374 L: lguest@ozlabs.org
3375 W: http://lguest.ozlabs.org/
3376 S: Maintained
3377 F: Documentation/lguest/
3378 F: arch/x86/lguest/
3379 F: drivers/lguest/
3380 F: include/linux/lguest*.h
3381 F: arch/x86/include/asm/lguest*.h
3382
3383 LINUX FOR IBM pSERIES (RS/6000)
3384 M: Paul Mackerras <paulus@au.ibm.com>
3385 W: http://www.ibm.com/linux/ltc/projects/ppc
3386 S: Supported
3387 F: arch/powerpc/boot/rs6000.h
3388
3389 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3390 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3391 M: Paul Mackerras <paulus@samba.org>
3392 W: http://www.penguinppc.org/
3393 L: linuxppc-dev@ozlabs.org
3394 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3395 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3396 S: Supported
3397 F: Documentation/powerpc/
3398 F: arch/powerpc/
3399
3400 LINUX FOR POWER MACINTOSH
3401 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3402 W: http://www.penguinppc.org/
3403 L: linuxppc-dev@ozlabs.org
3404 S: Maintained
3405 F: arch/powerpc/platforms/powermac/
3406 F: drivers/macintosh/
3407
3408 LINUX FOR POWERPC EMBEDDED MPC5XXX
3409 M: Grant Likely <grant.likely@secretlab.ca>
3410 L: linuxppc-dev@ozlabs.org
3411 T: git git://git.secretlab.ca/git/linux-2.6.git
3412 S: Maintained
3413 F: arch/powerpc/platforms/512x/
3414 F: arch/powerpc/platforms/52xx/
3415
3416 LINUX FOR POWERPC EMBEDDED PPC4XX
3417 M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3418 M: Matt Porter <mporter@kernel.crashing.org>
3419 W: http://www.penguinppc.org/
3420 L: linuxppc-dev@ozlabs.org
3421 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3422 S: Maintained
3423 F: arch/powerpc/platforms/40x/
3424 F: arch/powerpc/platforms/44x/
3425
3426 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3427 M: Grant Likely <grant.likely@secretlab.ca>
3428 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3429 L: linuxppc-dev@ozlabs.org
3430 T: git git://git.secretlab.ca/git/linux-2.6.git
3431 S: Maintained
3432 F: arch/powerpc/*/*virtex*
3433 F: arch/powerpc/*/*/*virtex*
3434
3435 LINUX FOR POWERPC EMBEDDED PPC8XX
3436 M: Vitaly Bordug <vitb@kernel.crashing.org>
3437 M: Marcelo Tosatti <marcelo@kvack.org>
3438 W: http://www.penguinppc.org/
3439 L: linuxppc-dev@ozlabs.org
3440 S: Maintained
3441
3442 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3443 M: Kumar Gala <galak@kernel.crashing.org>
3444 W: http://www.penguinppc.org/
3445 L: linuxppc-dev@ozlabs.org
3446 S: Maintained
3447 F: arch/powerpc/platforms/83xx/
3448
3449 LINUX FOR POWERPC PA SEMI PWRFICIENT
3450 M: Olof Johansson <olof@lixom.net>
3451 W: http://www.pasemi.com/
3452 L: linuxppc-dev@ozlabs.org
3453 S: Supported
3454 F: arch/powerpc/platforms/pasemi/
3455 F: drivers/*/*pasemi*
3456 F: drivers/*/*/*pasemi*
3457
3458 LINUX SECURITY MODULE (LSM) FRAMEWORK
3459 M: Chris Wright <chrisw@sous-sol.org>
3460 L: linux-security-module@vger.kernel.org
3461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3462 S: Supported
3463
3464 LLC (802.2)
3465 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3466 S: Maintained
3467 F: include/linux/llc.h
3468 F: include/net/llc*
3469 F: net/llc/
3470
3471 LIS3LV02D ACCELEROMETER DRIVER
3472 M: Eric Piel <eric.piel@tremplin-utc.net>
3473 S: Maintained
3474 F: Documentation/hwmon/lis3lv02d
3475 F: drivers/hwmon/lis3lv02d.*
3476
3477 LM73 HARDWARE MONITOR DRIVER
3478 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
3479 L: lm-sensors@lm-sensors.org
3480 S: Maintained
3481 F: drivers/hwmon/lm73.c
3482
3483 LM83 HARDWARE MONITOR DRIVER
3484 M: Jean Delvare <khali@linux-fr.org>
3485 L: lm-sensors@lm-sensors.org
3486 S: Maintained
3487 F: Documentation/hwmon/lm83
3488 F: drivers/hwmon/lm83.c
3489
3490 LM90 HARDWARE MONITOR DRIVER
3491 M: Jean Delvare <khali@linux-fr.org>
3492 L: lm-sensors@lm-sensors.org
3493 S: Maintained
3494 F: Documentation/hwmon/lm90
3495 F: drivers/hwmon/lm90.c
3496
3497 LOCKDEP AND LOCKSTAT
3498 M: Peter Zijlstra <peterz@infradead.org>
3499 M: Ingo Molnar <mingo@redhat.com>
3500 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3501 S: Maintained
3502 F: Documentation/lockdep*.txt
3503 F: Documentation/lockstat.txt
3504 F: include/linux/lockdep.h
3505 F: kernel/lockdep*
3506
3507 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3508 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
3509 L: linux-ntfs-dev@lists.sourceforge.net
3510 W: http://www.linux-ntfs.org/content/view/19/37/
3511 S: Maintained
3512 F: Documentation/ldm.txt
3513 F: fs/partitions/ldm.*
3514
3515 LogFS
3516 M: Joern Engel <joern@logfs.org>
3517 L: logfs@logfs.org
3518 W: logfs.org
3519 S: Maintained
3520 F: fs/logfs/
3521
3522 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3523 M: Eric Moore <Eric.Moore@lsi.com>
3524 M: support@lsi.com
3525 L: DL-MPTFusionLinux@lsi.com
3526 L: linux-scsi@vger.kernel.org
3527 W: http://www.lsilogic.com/support
3528 S: Supported
3529 F: drivers/message/fusion/
3530
3531 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3532 M: Matthew Wilcox <matthew@wil.cx>
3533 L: linux-scsi@vger.kernel.org
3534 S: Maintained
3535 F: drivers/scsi/sym53c8xx_2/
3536
3537 LTP (Linux Test Project)
3538 M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3539 M: Garrett Cooper <yanegomi@gmail.com>
3540 M: Mike Frysinger <vapier@gentoo.org>
3541 M: Subrata Modak <subrata@linux.vnet.ibm.com>
3542 L: ltp-list@lists.sourceforge.net (subscribers-only)
3543 W: http://ltp.sourceforge.net/
3544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3545 S: Maintained
3546
3547 M32R ARCHITECTURE
3548 M: Hirokazu Takata <takata@linux-m32r.org>
3549 L: linux-m32r@ml.linux-m32r.org
3550 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3551 W: http://www.linux-m32r.org/
3552 S: Maintained
3553 F: arch/m32r/
3554
3555 M68K ARCHITECTURE
3556 M: Geert Uytterhoeven <geert@linux-m68k.org>
3557 M: Roman Zippel <zippel@linux-m68k.org>
3558 L: linux-m68k@lists.linux-m68k.org
3559 W: http://www.linux-m68k.org/
3560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3561 S: Maintained
3562 F: arch/m68k/
3563 F: drivers/zorro/
3564
3565 M68K ON APPLE MACINTOSH
3566 M: Joshua Thompson <funaho@jurai.org>
3567 W: http://www.mac.linux-m68k.org/
3568 L: linux-m68k@lists.linux-m68k.org
3569 S: Maintained
3570 F: arch/m68k/mac/
3571
3572 M68K ON HP9000/300
3573 M: Philip Blundell <philb@gnu.org>
3574 W: http://www.tazenda.demon.co.uk/phil/linux-hp
3575 S: Maintained
3576 F: arch/m68k/hp300/
3577
3578 MAC80211
3579 M: Johannes Berg <johannes@sipsolutions.net>
3580 L: linux-wireless@vger.kernel.org
3581 W: http://linuxwireless.org/
3582 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3583 S: Maintained
3584 F: Documentation/networking/mac80211-injection.txt
3585 F: include/net/mac80211.h
3586 F: net/mac80211/
3587
3588 MAC80211 PID RATE CONTROL
3589 M: Stefano Brivio <stefano.brivio@polimi.it>
3590 M: Mattias Nissler <mattias.nissler@gmx.de>
3591 L: linux-wireless@vger.kernel.org
3592 W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3593 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3594 S: Maintained
3595 F: net/mac80211/rc80211_pid*
3596
3597 MACVLAN DRIVER
3598 M: Patrick McHardy <kaber@trash.net>
3599 L: netdev@vger.kernel.org
3600 S: Maintained
3601 F: drivers/net/macvlan.c
3602 F: include/linux/if_macvlan.h
3603
3604 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3605 M: Michael Kerrisk <mtk.manpages@gmail.com>
3606 W: http://www.kernel.org/doc/man-pages
3607 L: linux-man@vger.kernel.org
3608 S: Maintained
3609
3610 MARVELL LIBERTAS WIRELESS DRIVER
3611 M: Dan Williams <dcbw@redhat.com>
3612 L: libertas-dev@lists.infradead.org
3613 S: Maintained
3614 F: drivers/net/wireless/libertas/
3615
3616 MARVELL MV643XX ETHERNET DRIVER
3617 M: Lennert Buytenhek <buytenh@wantstofly.org>
3618 L: netdev@vger.kernel.org
3619 S: Maintained
3620 F: drivers/net/mv643xx_eth.*
3621 F: include/linux/mv643xx.h
3622
3623 MARVELL MWL8K WIRELESS DRIVER
3624 M: Lennert Buytenhek <buytenh@wantstofly.org>
3625 L: linux-wireless@vger.kernel.org
3626 S: Maintained
3627 F: drivers/net/wireless/mwl8k.c
3628
3629 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3630 M: Nicolas Pitre <nico@fluxnic.net>
3631 S: Maintained
3632
3633 MARVELL YUKON / SYSKONNECT DRIVER
3634 M: Mirko Lindner <mlindner@syskonnect.de>
3635 M: Ralph Roesler <rroesler@syskonnect.de>
3636 W: http://www.syskonnect.com
3637 S: Supported
3638
3639 MATROX FRAMEBUFFER DRIVER
3640 M: Petr Vandrovec <vandrove@vc.cvut.cz>
3641 L: linux-fbdev@vger.kernel.org
3642 S: Maintained
3643 F: drivers/video/matrox/matroxfb_*
3644 F: include/linux/matroxfb.h
3645
3646 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3647 M: "Hans J. Koch" <hjk@linutronix.de>
3648 L: lm-sensors@lm-sensors.org
3649 S: Maintained
3650 F: Documentation/hwmon/max6650
3651 F: drivers/hwmon/max6650.c
3652
3653 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3654 M: Mauro Carvalho Chehab <mchehab@infradead.org>
3655 P: LinuxTV.org Project
3656 L: linux-media@vger.kernel.org
3657 W: http://linuxtv.org
3658 Q: http://patchwork.kernel.org/project/linux-media/list/
3659 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3660 S: Maintained
3661 F: Documentation/dvb/
3662 F: Documentation/video4linux/
3663 F: drivers/media/
3664 F: include/media/
3665 F: include/linux/dvb/
3666 F: include/linux/videodev*.h
3667
3668 MEGARAID SCSI DRIVERS
3669 M: Neela Syam Kolli <megaraidlinux@lsi.com>
3670 L: linux-scsi@vger.kernel.org
3671 W: http://megaraid.lsilogic.com
3672 S: Maintained
3673 F: Documentation/scsi/megaraid.txt
3674 F: drivers/scsi/megaraid.*
3675 F: drivers/scsi/megaraid/
3676
3677 MEMORY MANAGEMENT
3678 L: linux-mm@kvack.org
3679 W: http://www.linux-mm.org
3680 S: Maintained
3681 F: include/linux/mm.h
3682 F: mm/
3683
3684 MEMORY RESOURCE CONTROLLER
3685 M: Balbir Singh <balbir@linux.vnet.ibm.com>
3686 M: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
3687 M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3688 L: linux-mm@kvack.org
3689 S: Maintained
3690 F: mm/memcontrol.c
3691
3692 MEMORY TECHNOLOGY DEVICES (MTD)
3693 M: David Woodhouse <dwmw2@infradead.org>
3694 L: linux-mtd@lists.infradead.org
3695 W: http://www.linux-mtd.infradead.org/
3696 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
3697 T: git git://git.infradead.org/mtd-2.6.git
3698 S: Maintained
3699 F: drivers/mtd/
3700 F: include/linux/mtd/
3701 F: include/mtd/
3702
3703 MICROBLAZE ARCHITECTURE
3704 M: Michal Simek <monstr@monstr.eu>
3705 L: microblaze-uclinux@itee.uq.edu.au
3706 W: http://www.monstr.eu/fdt/
3707 T: git git://git.monstr.eu/linux-2.6-microblaze.git
3708 S: Supported
3709 F: arch/microblaze/
3710
3711 MICROTEK X6 SCANNER
3712 M: Oliver Neukum <oliver@neukum.name>
3713 S: Maintained
3714 F: drivers/usb/image/microtek.*
3715
3716 MIPS
3717 M: Ralf Baechle <ralf@linux-mips.org>
3718 W: http://www.linux-mips.org/
3719 L: linux-mips@linux-mips.org
3720 T: git git://git.linux-mips.org/pub/scm/linux.git
3721 S: Supported
3722 F: Documentation/mips/
3723 F: arch/mips/
3724
3725 MISCELLANEOUS MCA-SUPPORT
3726 M: James Bottomley <James.Bottomley@HansenPartnership.com>
3727 S: Maintained
3728 F: Documentation/ia64/mca.txt
3729 F: Documentation/mca.txt
3730 F: drivers/mca/
3731 F: include/linux/mca*
3732
3733 MODULE SUPPORT
3734 M: Rusty Russell <rusty@rustcorp.com.au>
3735 S: Maintained
3736 F: include/linux/module.h
3737 F: kernel/module.c
3738
3739 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3740 M: Stelian Pop <stelian@popies.net>
3741 W: http://popies.net/meye/
3742 S: Maintained
3743 F: Documentation/video4linux/meye.txt
3744 F: drivers/media/video/meye.*
3745 F: include/linux/meye.h
3746
3747 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3748 M: Pavel Pisa <ppisa@pikron.com>
3749 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3750 S: Maintained
3751 F: drivers/mmc/host/imxmmc.*
3752
3753 MOUSE AND MISC DEVICES [GENERAL]
3754 M: Alessandro Rubini <rubini@ipvvis.unipv.it>
3755 S: Maintained
3756 F: drivers/input/mouse/
3757 F: include/linux/gpio_mouse.h
3758
3759 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3760 M: Jiri Slaby <jirislaby@gmail.com>
3761 S: Maintained
3762 F: Documentation/serial/moxa-smartio
3763 F: drivers/char/mxser.*
3764
3765 MSI LAPTOP SUPPORT
3766 M: Lennart Poettering <mzxreary@0pointer.de>
3767 L: platform-driver-x86@vger.kernel.org
3768 W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3769 W: http://0pointer.de/lennart/tchibo.html
3770 S: Maintained
3771 F: drivers/platform/x86/msi-laptop.c
3772
3773 MSI WMI SUPPORT
3774 M: Anisse Astier <anisse@astier.eu>
3775 L: platform-driver-x86@vger.kernel.org
3776 S: Supported
3777 F: drivers/platform/x86/msi-wmi.c
3778
3779 MULTIFUNCTION DEVICES (MFD)
3780 M: Samuel Ortiz <sameo@linux.intel.com>
3781 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3782 S: Supported
3783 F: drivers/mfd/
3784
3785 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3786 S: Orphan
3787 L: linux-mmc@vger.kernel.org
3788 F: drivers/mmc/
3789 F: include/linux/mmc/
3790
3791 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3792 M: David Brownell <dbrownell@users.sourceforge.net>
3793 S: Odd Fixes
3794 F: drivers/mmc/host/mmc_spi.c
3795 F: include/linux/spi/mmc_spi.h
3796
3797 MULTISOUND SOUND DRIVER
3798 M: Andrew Veliath <andrewtv@usa.net>
3799 S: Maintained
3800 F: Documentation/sound/oss/MultiSound
3801 F: sound/oss/msnd*
3802
3803 MULTITECH MULTIPORT CARD (ISICOM)
3804 M: Jiri Slaby <jirislaby@gmail.com>
3805 S: Maintained
3806 F: drivers/char/isicom.c
3807 F: include/linux/isicom.h
3808
3809 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3810 M: Felipe Balbi <felipe.balbi@nokia.com>
3811 L: linux-usb@vger.kernel.org
3812 T: git git://gitorious.org/usb/usb.git
3813 S: Maintained
3814 F: drivers/usb/musb/
3815
3816 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3817 M: Andrew Gallatin <gallatin@myri.com>
3818 M: Brice Goglin <brice@myri.com>
3819 L: netdev@vger.kernel.org
3820 W: http://www.myri.com/scs/download-Myri10GE.html
3821 S: Supported
3822 F: drivers/net/myri10ge/
3823
3824 NATSEMI ETHERNET DRIVER (DP8381x)
3825 M: Tim Hockin <thockin@hockin.org>
3826 S: Maintained
3827 F: drivers/net/natsemi.c
3828
3829 NCP FILESYSTEM
3830 M: Petr Vandrovec <vandrove@vc.cvut.cz>
3831 S: Maintained
3832 F: fs/ncpfs/
3833
3834 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3835 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3836 L: linux-scsi@vger.kernel.org
3837 S: Maintained
3838 F: drivers/scsi/NCR_D700.*
3839
3840 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3841 M: Faisal Latif <faisal.latif@intel.com>
3842 M: Chien Tung <chien.tin.tung@intel.com>
3843 L: linux-rdma@vger.kernel.org
3844 W: http://www.neteffect.com
3845 S: Supported
3846 F: drivers/infiniband/hw/nes/
3847
3848 NETEM NETWORK EMULATOR
3849 M: Stephen Hemminger <shemminger@linux-foundation.org>
3850 L: netem@lists.linux-foundation.org
3851 S: Maintained
3852 F: net/sched/sch_netem.c
3853
3854 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3855 M: Ramkrishna Vepa <ram.vepa@neterion.com>
3856 M: Rastapur Santosh <santosh.rastapur@neterion.com>
3857 M: Sivakumar Subramani <sivakumar.subramani@neterion.com>
3858 M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
3859 M: Anil Murthy <anil.murthy@neterion.com>
3860 L: netdev@vger.kernel.org
3861 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3862 W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3863 S: Supported
3864 F: Documentation/networking/s2io.txt
3865 F: drivers/net/s2io*
3866
3867 NETFILTER/IPTABLES/IPCHAINS
3868 P: Rusty Russell
3869 P: Marc Boucher
3870 P: James Morris
3871 P: Harald Welte
3872 P: Jozsef Kadlecsik
3873 M: Patrick McHardy <kaber@trash.net>
3874 L: netfilter-devel@vger.kernel.org
3875 L: netfilter@vger.kernel.org
3876 L: coreteam@netfilter.org
3877 W: http://www.netfilter.org/
3878 W: http://www.iptables.org/
3879 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3880 S: Supported
3881 F: include/linux/netfilter*
3882 F: include/linux/netfilter/
3883 F: include/net/netfilter/
3884 F: net/*/netfilter.c
3885 F: net/*/netfilter/
3886 F: net/netfilter/
3887
3888 NETLABEL
3889 M: Paul Moore <paul.moore@hp.com>
3890 W: http://netlabel.sf.net
3891 L: netdev@vger.kernel.org
3892 S: Supported
3893 F: Documentation/netlabel/
3894 F: include/net/netlabel.h
3895 F: net/netlabel/
3896
3897 NETROM NETWORK LAYER
3898 M: Ralf Baechle <ralf@linux-mips.org>
3899 L: linux-hams@vger.kernel.org
3900 W: http://www.linux-ax25.org/
3901 S: Maintained
3902 F: include/linux/netrom.h
3903 F: include/net/netrom.h
3904 F: net/netrom/
3905
3906 NETWORK BLOCK DEVICE (NBD)
3907 M: Paul Clements <Paul.Clements@steeleye.com>
3908 S: Maintained
3909 F: Documentation/blockdev/nbd.txt
3910 F: drivers/block/nbd.c
3911 F: include/linux/nbd.h
3912
3913 NETWORK DROP MONITOR
3914 M: Neil Horman <nhorman@tuxdriver.com>
3915 L: netdev@vger.kernel.org
3916 S: Maintained
3917 W: https://fedorahosted.org/dropwatch/
3918 F: net/core/drop_monitor.c
3919
3920 NETWORKING [GENERAL]
3921 M: "David S. Miller" <davem@davemloft.net>
3922 L: netdev@vger.kernel.org
3923 W: http://www.linuxfoundation.org/en/Net
3924 W: http://patchwork.ozlabs.org/project/netdev/list/
3925 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3926 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3927 S: Maintained
3928 F: net/
3929 F: include/net/
3930 F: include/linux/in.h
3931 F: include/linux/net.h
3932 F: include/linux/netdevice.h
3933
3934 NETWORKING [IPv4/IPv6]
3935 M: "David S. Miller" <davem@davemloft.net>
3936 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
3937 M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
3938 M: James Morris <jmorris@namei.org>
3939 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
3940 M: Patrick McHardy <kaber@trash.net>
3941 L: netdev@vger.kernel.org
3942 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3943 S: Maintained
3944 F: net/ipv4/
3945 F: net/ipv6/
3946 F: include/net/ip*
3947
3948 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3949 M: Paul Moore <paul.moore@hp.com>
3950 L: netdev@vger.kernel.org
3951 S: Maintained
3952
3953 NETWORKING [WIRELESS]
3954 M: "John W. Linville" <linville@tuxdriver.com>
3955 L: linux-wireless@vger.kernel.org
3956 Q: http://patchwork.kernel.org/project/linux-wireless/list/
3957 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3958 S: Maintained
3959 F: net/mac80211/
3960 F: net/rfkill/
3961 F: net/wireless/
3962 F: include/net/ieee80211*
3963 F: include/linux/wireless.h
3964 F: drivers/net/wireless/
3965
3966 NETWORKING DRIVERS
3967 L: netdev@vger.kernel.org
3968 W: http://www.linuxfoundation.org/en/Net
3969 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3971 S: Odd Fixes
3972 F: drivers/net/
3973 F: include/linux/if_*
3974 F: include/linux/*device.h
3975
3976 NETXEN (1/10) GbE SUPPORT
3977 M: Amit Kumar Salecha <amit.salecha@qlogic.com>
3978 L: netdev@vger.kernel.org
3979 W: http://www.qlogic.com
3980 S: Supported
3981 F: drivers/net/netxen/
3982
3983 NFS, SUNRPC, AND LOCKD CLIENTS
3984 M: Trond Myklebust <Trond.Myklebust@netapp.com>
3985 L: linux-nfs@vger.kernel.org
3986 W: http://client.linux-nfs.org
3987 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3988 S: Maintained
3989 F: fs/lockd/
3990 F: fs/nfs/
3991 F: fs/nfs_common/
3992 F: net/sunrpc/
3993 F: include/linux/lockd/
3994 F: include/linux/nfs*
3995 F: include/linux/sunrpc/
3996
3997 NI5010 NETWORK DRIVER
3998 M: Jan-Pascal van Best <janpascal@vanbest.org>
3999 M: Andreas Mohr <andi@lisas.de>
4000 L: netdev@vger.kernel.org
4001 S: Maintained
4002 F: drivers/net/ni5010.*
4003
4004 NILFS2 FILESYSTEM
4005 M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4006 L: linux-nilfs@vger.kernel.org
4007 W: http://www.nilfs.org/en/
4008 S: Supported
4009 F: Documentation/filesystems/nilfs2.txt
4010 F: fs/nilfs2/
4011 F: include/linux/nilfs2_fs.h
4012
4013 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4014 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4015 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4016 S: Maintained
4017 F: Documentation/scsi/NinjaSCSI.txt
4018 F: drivers/scsi/pcmcia/nsp_*
4019
4020 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4021 M: GOTO Masanori <gotom@debian.or.jp>
4022 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4023 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4024 S: Maintained
4025 F: Documentation/scsi/NinjaSCSI.txt
4026 F: drivers/scsi/nsp32*
4027
4028 NTFS FILESYSTEM
4029 M: Anton Altaparmakov <aia21@cantab.net>
4030 L: linux-ntfs-dev@lists.sourceforge.net
4031 W: http://www.linux-ntfs.org/
4032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4033 S: Maintained
4034 F: Documentation/filesystems/ntfs.txt
4035 F: fs/ntfs/
4036
4037 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4038 M: Antonino Daplas <adaplas@gmail.com>
4039 L: linux-fbdev@vger.kernel.org
4040 S: Maintained
4041 F: drivers/video/riva/
4042 F: drivers/video/nvidia/
4043
4044 OMAP SUPPORT
4045 M: Tony Lindgren <tony@atomide.com>
4046 L: linux-omap@vger.kernel.org
4047 W: http://www.muru.com/linux/omap/
4048 W: http://linux.omap.com/
4049 Q: http://patchwork.kernel.org/project/linux-omap/list/
4050 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4051 S: Maintained
4052 F: arch/arm/*omap*/
4053
4054 OMAP CLOCK FRAMEWORK SUPPORT
4055 M: Paul Walmsley <paul@pwsan.com>
4056 L: linux-omap@vger.kernel.org
4057 S: Maintained
4058 F: arch/arm/*omap*/*clock*
4059
4060 OMAP POWER MANAGEMENT SUPPORT
4061 M: Kevin Hilman <khilman@deeprootsystems.com>
4062 L: linux-omap@vger.kernel.org
4063 S: Maintained
4064 F: arch/arm/*omap*/*pm*
4065
4066 OMAP AUDIO SUPPORT
4067 M: Jarkko Nikula <jhnikula@gmail.com>
4068 L: alsa-devel@alsa-project.org (subscribers-only)
4069 L: linux-omap@vger.kernel.org
4070 S: Maintained
4071 F: sound/soc/omap/
4072
4073 OMAP FRAMEBUFFER SUPPORT
4074 M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4075 L: linux-fbdev@vger.kernel.org
4076 L: linux-omap@vger.kernel.org
4077 S: Maintained
4078 F: drivers/video/omap/
4079
4080 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4081 M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4082 L: linux-omap@vger.kernel.org
4083 L: linux-fbdev@vger.kernel.org
4084 S: Maintained
4085 F: drivers/video/omap2/
4086 F: Documentation/arm/OMAP/DSS
4087
4088 OMAP MMC SUPPORT
4089 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4090 L: linux-omap@vger.kernel.org
4091 S: Maintained
4092 F: drivers/mmc/host/omap.c
4093
4094 OMAP HS MMC SUPPORT
4095 M: Madhusudhan Chikkature <madhu.cr@ti.com>
4096 L: linux-omap@vger.kernel.org
4097 S: Maintained
4098 F: drivers/mmc/host/omap_hsmmc.c
4099
4100 OMAP RANDOM NUMBER GENERATOR SUPPORT
4101 M: Deepak Saxena <dsaxena@plexity.net>
4102 S: Maintained
4103 F: drivers/char/hw_random/omap-rng.c
4104
4105 OMAP USB SUPPORT
4106 M: Felipe Balbi <felipe.balbi@nokia.com>
4107 M: David Brownell <dbrownell@users.sourceforge.net>
4108 L: linux-usb@vger.kernel.org
4109 L: linux-omap@vger.kernel.org
4110 S: Maintained
4111
4112 OMFS FILESYSTEM
4113 M: Bob Copeland <me@bobcopeland.com>
4114 L: linux-karma-devel@lists.sourceforge.net
4115 S: Maintained
4116 F: Documentation/filesystems/omfs.txt
4117 F: fs/omfs/
4118
4119 OMNIKEY CARDMAN 4000 DRIVER
4120 M: Harald Welte <laforge@gnumonks.org>
4121 S: Maintained
4122 F: drivers/char/pcmcia/cm4000_cs.c
4123 F: include/linux/cm4000_cs.h
4124
4125 OMNIKEY CARDMAN 4040 DRIVER
4126 M: Harald Welte <laforge@gnumonks.org>
4127 S: Maintained
4128 F: drivers/char/pcmcia/cm4040_cs.*
4129
4130 OMNIVISION OV7670 SENSOR DRIVER
4131 M: Jonathan Corbet <corbet@lwn.net>
4132 L: linux-media@vger.kernel.org
4133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4134 S: Maintained
4135 F: drivers/media/video/ov7670.c
4136
4137 ONENAND FLASH DRIVER
4138 M: Kyungmin Park <kyungmin.park@samsung.com>
4139 L: linux-mtd@lists.infradead.org
4140 S: Maintained
4141 F: drivers/mtd/onenand/
4142 F: include/linux/mtd/onenand*.h
4143
4144 ONSTREAM SCSI TAPE DRIVER
4145 M: Willem Riede <osst@riede.org>
4146 L: osst-users@lists.sourceforge.net
4147 L: linux-scsi@vger.kernel.org
4148 S: Maintained
4149 F: drivers/scsi/osst*
4150 F: drivers/scsi/st*
4151
4152 OPENCORES I2C BUS DRIVER
4153 M: Peter Korsgaard <jacmet@sunsite.dk>
4154 L: linux-i2c@vger.kernel.org
4155 S: Maintained
4156 F: Documentation/i2c/busses/i2c-ocores
4157 F: drivers/i2c/busses/i2c-ocores.c
4158
4159 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4160 M: Grant Likely <grant.likely@secretlab.ca>
4161 L: devicetree-discuss@lists.ozlabs.org
4162 W: http://fdt.secretlab.ca
4163 S: Maintained
4164 F: drivers/of
4165 F: include/linux/of*.h
4166 K: of_get_property
4167
4168 OPROFILE
4169 M: Robert Richter <robert.richter@amd.com>
4170 L: oprofile-list@lists.sf.net
4171 S: Maintained
4172 F: arch/*/oprofile/
4173 F: drivers/oprofile/
4174 F: include/linux/oprofile.h
4175
4176 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4177 M: Mark Fasheh <mfasheh@suse.com>
4178 M: Joel Becker <joel.becker@oracle.com>
4179 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4180 W: http://oss.oracle.com/projects/ocfs2/
4181 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4182 S: Supported
4183 F: Documentation/filesystems/ocfs2.txt
4184 F: Documentation/filesystems/dlmfs.txt
4185 F: fs/ocfs2/
4186
4187 ORINOCO DRIVER
4188 M: Pavel Roskin <proski@gnu.org>
4189 M: David Gibson <hermes@gibson.dropbear.id.au>
4190 L: linux-wireless@vger.kernel.org
4191 L: orinoco-users@lists.sourceforge.net
4192 L: orinoco-devel@lists.sourceforge.net
4193 W: http://www.nongnu.org/orinoco/
4194 S: Maintained
4195 F: drivers/net/wireless/orinoco/
4196
4197 OSD LIBRARY and FILESYSTEM
4198 M: Boaz Harrosh <bharrosh@panasas.com>
4199 M: Benny Halevy <bhalevy@panasas.com>
4200 L: osd-dev@open-osd.org
4201 W: http://open-osd.org
4202 T: git git://git.open-osd.org/open-osd.git
4203 S: Maintained
4204 F: drivers/scsi/osd/
4205 F: include/scsi/osd_*
4206 F: fs/exofs/
4207
4208 P54 WIRELESS DRIVER
4209 M: Michael Wu <flamingice@sourmilk.net>
4210 L: linux-wireless@vger.kernel.org
4211 W: http://prism54.org
4212 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4213 S: Maintained
4214 F: drivers/net/wireless/p54/
4215
4216 PA SEMI ETHERNET DRIVER
4217 M: Olof Johansson <olof@lixom.net>
4218 L: netdev@vger.kernel.org
4219 S: Maintained
4220 F: drivers/net/pasemi_mac.*
4221
4222 PA SEMI SMBUS DRIVER
4223 M: Olof Johansson <olof@lixom.net>
4224 L: linux-i2c@vger.kernel.org
4225 S: Maintained
4226 F: drivers/i2c/busses/i2c-pasemi.c
4227
4228 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4229 M: Harald Welte <laforge@gnumonks.org>
4230 L: platform-driver-x86@vger.kernel.org
4231 S: Maintained
4232 F: drivers/platform/x86/panasonic-laptop.c
4233
4234 PANASONIC MN10300/AM33 PORT
4235 M: David Howells <dhowells@redhat.com>
4236 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4237 L: linux-am33-list@redhat.com (moderated for non-subscribers)
4238 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4239 S: Maintained
4240 F: Documentation/mn10300/
4241 F: arch/mn10300/
4242
4243 PARALLEL PORT SUPPORT
4244 L: linux-parport@lists.infradead.org (subscribers-only)
4245 S: Orphan
4246 F: drivers/parport/
4247 F: include/linux/parport*.h
4248 F: drivers/char/ppdev.c
4249 F: include/linux/ppdev.h
4250
4251 PARAVIRT_OPS INTERFACE
4252 M: Jeremy Fitzhardinge <jeremy@xensource.com>
4253 M: Chris Wright <chrisw@sous-sol.org>
4254 M: Alok Kataria <akataria@vmware.com>
4255 M: Rusty Russell <rusty@rustcorp.com.au>
4256 L: virtualization@lists.osdl.org
4257 S: Supported
4258 F: Documentation/ia64/paravirt_ops.txt
4259 F: arch/*/kernel/paravirt*
4260 F: arch/*/include/asm/paravirt.h
4261
4262 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4263 M: Tim Waugh <tim@cyberelk.net>
4264 L: linux-parport@lists.infradead.org (subscribers-only)
4265 W: http://www.torque.net/linux-pp.html
4266 S: Maintained
4267 F: Documentation/blockdev/paride.txt
4268 F: drivers/block/paride/
4269
4270 PARISC ARCHITECTURE
4271 M: Kyle McMartin <kyle@mcmartin.ca>
4272 M: Helge Deller <deller@gmx.de>
4273 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4274 L: linux-parisc@vger.kernel.org
4275 W: http://www.parisc-linux.org/
4276 Q: http://patchwork.kernel.org/project/linux-parisc/list/
4277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4278 S: Maintained
4279 F: arch/parisc/
4280 F: drivers/parisc/
4281
4282 PC87360 HARDWARE MONITORING DRIVER
4283 M: Jim Cromie <jim.cromie@gmail.com>
4284 L: lm-sensors@lm-sensors.org
4285 S: Maintained
4286 F: Documentation/hwmon/pc87360
4287 F: drivers/hwmon/pc87360.c
4288
4289 PC8736x GPIO DRIVER
4290 M: Jim Cromie <jim.cromie@gmail.com>
4291 S: Maintained
4292 F: drivers/char/pc8736x_gpio.c
4293
4294 PCA9532 LED DRIVER
4295 M: Riku Voipio <riku.voipio@iki.fi>
4296 S: Maintained
4297 F: drivers/leds/leds-pca9532.c
4298 F: include/linux/leds-pca9532.h
4299
4300 PCA9564/PCA9665 I2C BUS DRIVER
4301 M: Wolfram Sang <w.sang@pengutronix.de>
4302 L: linux-i2c@vger.kernel.org
4303 S: Maintained
4304 F: drivers/i2c/algos/i2c-algo-pca.c
4305 F: drivers/i2c/busses/i2c-pca-*
4306 F: include/linux/i2c-algo-pca.h
4307 F: include/linux/i2c-pca-platform.h
4308
4309 PCI ERROR RECOVERY
4310 M: Linas Vepstas <linas@austin.ibm.com>
4311 L: linux-pci@vger.kernel.org
4312 S: Supported
4313 F: Documentation/PCI/pci-error-recovery.txt
4314 F: Documentation/powerpc/eeh-pci-error-recovery.txt
4315
4316 PCI SUBSYSTEM
4317 M: Jesse Barnes <jbarnes@virtuousgeek.org>
4318 L: linux-pci@vger.kernel.org
4319 Q: http://patchwork.kernel.org/project/linux-pci/list/
4320 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4321 S: Supported
4322 F: Documentation/PCI/
4323 F: drivers/pci/
4324 F: include/linux/pci*
4325
4326 PCI HOTPLUG
4327 M: Jesse Barnes <jbarnes@virtuousgeek.org>
4328 L: linux-pci@vger.kernel.org
4329 S: Supported
4330 F: drivers/pci/hotplug
4331
4332 PCMCIA SUBSYSTEM
4333 P: Linux PCMCIA Team
4334 L: linux-pcmcia@lists.infradead.org
4335 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4336 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4337 S: Maintained
4338 F: Documentation/pcmcia/
4339 F: drivers/pcmcia/
4340 F: include/pcmcia/
4341
4342 PCNET32 NETWORK DRIVER
4343 M: Don Fry <pcnet32@verizon.net>
4344 L: netdev@vger.kernel.org
4345 S: Maintained
4346 F: drivers/net/pcnet32.c
4347
4348 PER-TASK DELAY ACCOUNTING
4349 M: Balbir Singh <balbir@linux.vnet.ibm.com>
4350 S: Maintained
4351 F: include/linux/delayacct.h
4352 F: kernel/delayacct.c
4353
4354 PERFORMANCE EVENTS SUBSYSTEM
4355 M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4356 M: Paul Mackerras <paulus@samba.org>
4357 M: Ingo Molnar <mingo@elte.hu>
4358 M: Arnaldo Carvalho de Melo <acme@redhat.com>
4359 S: Supported
4360 F: kernel/perf_event.c
4361 F: include/linux/perf_event.h
4362 F: arch/*/kernel/perf_event.c
4363 F: arch/*/kernel/*/perf_event.c
4364 F: arch/*/kernel/*/*/perf_event.c
4365 F: arch/*/include/asm/perf_event.h
4366 F: arch/*/lib/perf_event.c
4367 F: arch/*/kernel/perf_callchain.c
4368 F: tools/perf/
4369
4370 PERSONALITY HANDLING
4371 M: Christoph Hellwig <hch@infradead.org>
4372 L: linux-abi-devel@lists.sourceforge.net
4373 S: Maintained
4374 F: include/linux/personality.h
4375
4376 PHRAM MTD DRIVER
4377 M: Joern Engel <joern@lazybastard.org>
4378 L: linux-mtd@lists.infradead.org
4379 S: Maintained
4380 F: drivers/mtd/devices/phram.c
4381
4382 PKTCDVD DRIVER
4383 M: Peter Osterlund <petero2@telia.com>
4384 S: Maintained
4385 F: drivers/block/pktcdvd.c
4386 F: include/linux/pktcdvd.h
4387
4388 PMC SIERRA MaxRAID DRIVER
4389 M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4390 L: linux-scsi@vger.kernel.org
4391 W: http://www.pmc-sierra.com/
4392 S: Supported
4393 F: drivers/scsi/pmcraid.*
4394
4395 PMC SIERRA PM8001 DRIVER
4396 M: jack_wang@usish.com
4397 M: lindar_liu@usish.com
4398 L: linux-scsi@vger.kernel.org
4399 S: Supported
4400 F: drivers/scsi/pm8001/
4401
4402 POSIX CLOCKS and TIMERS
4403 M: Thomas Gleixner <tglx@linutronix.de>
4404 S: Supported
4405 F: fs/timerfd.c
4406 F: include/linux/timer*
4407 F: kernel/*timer*
4408
4409 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4410 M: Anton Vorontsov <cbou@mail.ru>
4411 M: David Woodhouse <dwmw2@infradead.org>
4412 T: git git://git.infradead.org/battery-2.6.git
4413 S: Maintained
4414 F: include/linux/power_supply.h
4415 F: drivers/power/power_supply*
4416
4417 PNP SUPPORT
4418 M: Adam Belay <abelay@mit.edu>
4419 M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4420 S: Maintained
4421 F: drivers/pnp/
4422
4423 PNXxxxx I2C DRIVER
4424 M: Vitaly Wool <vitalywool@gmail.com>
4425 L: linux-i2c@vger.kernel.org
4426 S: Maintained
4427 F: drivers/i2c/busses/i2c-pnx.c
4428
4429 PPP PROTOCOL DRIVERS AND COMPRESSORS
4430 M: Paul Mackerras <paulus@samba.org>
4431 L: linux-ppp@vger.kernel.org
4432 S: Maintained
4433 F: drivers/net/ppp_*
4434
4435 PPP OVER ATM (RFC 2364)
4436 M: Mitchell Blank Jr <mitch@sfgoth.com>
4437 S: Maintained
4438 F: net/atm/pppoatm.c
4439 F: include/linux/atmppp.h
4440
4441 PPP OVER ETHERNET
4442 M: Michal Ostrowski <mostrows@earthlink.net>
4443 S: Maintained
4444 F: drivers/net/pppoe.c
4445 F: drivers/net/pppox.c
4446
4447 PPP OVER L2TP
4448 M: James Chapman <jchapman@katalix.com>
4449 S: Maintained
4450 F: drivers/net/pppol2tp.c
4451 F: include/linux/if_pppol2tp.h
4452
4453 PPS SUPPORT
4454 M: Rodolfo Giometti <giometti@enneenne.com>
4455 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4456 L: linuxpps@ml.enneenne.com (subscribers-only)
4457 S: Maintained
4458 F: Documentation/pps/
4459 F: drivers/pps/
4460 F: include/linux/pps*.h
4461
4462 PREEMPTIBLE KERNEL
4463 M: Robert Love <rml@tech9.net>
4464 L: kpreempt-tech@lists.sourceforge.net
4465 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4466 S: Supported
4467 F: Documentation/preempt-locking.txt
4468 F: include/linux/preempt.h
4469
4470 PRISM54 WIRELESS DRIVER
4471 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4472 L: linux-wireless@vger.kernel.org
4473 W: http://prism54.org
4474 S: Maintained
4475 F: drivers/net/wireless/prism54/
4476
4477 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4478 M: Peter Denison <promise@pnd-pc.demon.co.uk>
4479 W: http://www.pnd-pc.demon.co.uk/promise/
4480 S: Maintained
4481
4482 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4483 M: Mikael Pettersson <mikpe@it.uu.se>
4484 L: linux-ide@vger.kernel.org
4485 S: Maintained
4486 F: drivers/ata/sata_promise.*
4487
4488 PS3 NETWORK SUPPORT
4489 M: Geoff Levand <geoffrey.levand@am.sony.com>
4490 L: netdev@vger.kernel.org
4491 L: cbe-oss-dev@ozlabs.org
4492 S: Supported
4493 F: drivers/net/ps3_gelic_net.*
4494
4495 PS3 PLATFORM SUPPORT
4496 M: Geoff Levand <geoffrey.levand@am.sony.com>
4497 L: linuxppc-dev@ozlabs.org
4498 L: cbe-oss-dev@ozlabs.org
4499 S: Supported
4500 F: arch/powerpc/boot/ps3*
4501 F: arch/powerpc/include/asm/lv1call.h
4502 F: arch/powerpc/include/asm/ps3*.h
4503 F: arch/powerpc/platforms/ps3/
4504 F: drivers/*/ps3*
4505 F: drivers/ps3/
4506 F: drivers/rtc/rtc-ps3.c
4507 F: drivers/usb/host/*ps3.c
4508 F: sound/ppc/snd_ps3*
4509
4510 PS3VRAM DRIVER
4511 M: Jim Paris <jim@jtan.com>
4512 L: cbe-oss-dev@ozlabs.org
4513 S: Maintained
4514
4515 PTRACE SUPPORT
4516 M: Roland McGrath <roland@redhat.com>
4517 M: Oleg Nesterov <oleg@redhat.com>
4518 S: Maintained
4519 F: include/asm-generic/syscall.h
4520 F: include/linux/ptrace.h
4521 F: include/linux/regset.h
4522 F: include/linux/tracehook.h
4523 F: kernel/ptrace.c
4524
4525 PVRUSB2 VIDEO4LINUX DRIVER
4526 M: Mike Isely <isely@pobox.com>
4527 L: pvrusb2@isely.net (subscribers-only)
4528 L: linux-media@vger.kernel.org
4529 W: http://www.isely.net/pvrusb2/
4530 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4531 S: Maintained
4532 F: Documentation/video4linux/README.pvrusb2
4533 F: drivers/media/video/pvrusb2/
4534
4535 PXA2xx/PXA3xx SUPPORT
4536 M: Eric Miao <eric.y.miao@gmail.com>
4537 M: Russell King <linux@arm.linux.org.uk>
4538 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4539 S: Maintained
4540 F: arch/arm/mach-pxa/
4541 F: drivers/pcmcia/pxa2xx*
4542 F: drivers/spi/pxa2xx*
4543 F: drivers/usb/gadget/pxa2*
4544 F: include/sound/pxa2xx-lib.h
4545 F: sound/arm/pxa*
4546 F: sound/soc/pxa
4547
4548 PXA168 SUPPORT
4549 M: Eric Miao <eric.y.miao@gmail.com>
4550 M: Jason Chagas <jason.chagas@marvell.com>
4551 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4553 S: Maintained
4554
4555 PXA910 SUPPORT
4556 M: Eric Miao <eric.y.miao@gmail.com>
4557 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4558 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4559 S: Maintained
4560
4561 MMP2 SUPPORT (aka ARMADA610)
4562 M: Haojian Zhuang <haojian.zhuang@marvell.com>
4563 M: Eric Miao <eric.y.miao@gmail.com>
4564 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4566 S: Maintained
4567
4568 PXA MMCI DRIVER
4569 S: Orphan
4570
4571 PXA RTC DRIVER
4572 M: Robert Jarzmik <robert.jarzmik@free.fr>
4573 L: rtc-linux@googlegroups.com
4574 S: Maintained
4575
4576 QLOGIC QLA2XXX FC-SCSI DRIVER
4577 M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4578 M: linux-driver@qlogic.com
4579 L: linux-scsi@vger.kernel.org
4580 S: Supported
4581 F: Documentation/scsi/LICENSE.qla2xxx
4582 F: drivers/scsi/qla2xxx/
4583
4584 QLOGIC QLA3XXX NETWORK DRIVER
4585 M: Ron Mercer <ron.mercer@qlogic.com>
4586 M: linux-driver@qlogic.com
4587 L: netdev@vger.kernel.org
4588 S: Supported
4589 F: Documentation/networking/LICENSE.qla3xxx
4590 F: drivers/net/qla3xxx.*
4591
4592 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4593 M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4594 M: linux-driver@qlogic.com
4595 L: netdev@vger.kernel.org
4596 S: Supported
4597 F: drivers/net/qlcnic/
4598
4599 QLOGIC QLGE 10Gb ETHERNET DRIVER
4600 M: Ron Mercer <ron.mercer@qlogic.com>
4601 M: linux-driver@qlogic.com
4602 L: netdev@vger.kernel.org
4603 S: Supported
4604 F: drivers/net/qlge/
4605
4606 QNX4 FILESYSTEM
4607 M: Anders Larsen <al@alarsen.net>
4608 W: http://www.alarsen.net/linux/qnx4fs/
4609 S: Maintained
4610 F: fs/qnx4/
4611 F: include/linux/qnx4_fs.h
4612 F: include/linux/qnxtypes.h
4613
4614 RADEON FRAMEBUFFER DISPLAY DRIVER
4615 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4616 L: linux-fbdev@vger.kernel.org
4617 S: Maintained
4618 F: drivers/video/aty/radeon*
4619 F: include/linux/radeonfb.h
4620
4621 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4622 M: Paul Mackerras <paulus@samba.org>
4623 L: linux-fbdev@vger.kernel.org
4624 S: Maintained
4625 F: drivers/video/aty/aty128fb.c
4626
4627 RALINK RT2X00 WIRELESS LAN DRIVER
4628 P: rt2x00 project
4629 M: Ivo van Doorn <IvDoorn@gmail.com>
4630 M: Gertjan van Wingerde <gwingerde@gmail.com>
4631 L: linux-wireless@vger.kernel.org
4632 L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4633 W: http://rt2x00.serialmonkey.com/
4634 S: Maintained
4635 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4636 F: drivers/net/wireless/rt2x00/
4637
4638 RAMDISK RAM BLOCK DEVICE DRIVER
4639 M: Nick Piggin <npiggin@suse.de>
4640 S: Maintained
4641 F: Documentation/blockdev/ramdisk.txt
4642 F: drivers/block/brd.c
4643
4644 RANDOM NUMBER DRIVER
4645 M: Matt Mackall <mpm@selenic.com>
4646 S: Maintained
4647 F: drivers/char/random.c
4648
4649 RAPIDIO SUBSYSTEM
4650 M: Matt Porter <mporter@kernel.crashing.org>
4651 S: Maintained
4652 F: drivers/rapidio/
4653
4654 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4655 M: Corey Thomas <coreythomas@charter.net>
4656 L: linux-wireless@vger.kernel.org
4657 S: Maintained
4658 F: drivers/net/wireless/ray*
4659
4660 RCUTORTURE MODULE
4661 M: Josh Triplett <josh@freedesktop.org>
4662 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4663 S: Supported
4664 F: Documentation/RCU/torture.txt
4665 F: kernel/rcutorture.c
4666
4667 RDC R-321X SoC
4668 M: Florian Fainelli <florian@openwrt.org>
4669 S: Maintained
4670
4671 RDC R6040 FAST ETHERNET DRIVER
4672 M: Florian Fainelli <florian@openwrt.org>
4673 L: netdev@vger.kernel.org
4674 S: Maintained
4675 F: drivers/net/r6040.c
4676
4677 RDS - RELIABLE DATAGRAM SOCKETS
4678 M: Andy Grover <andy.grover@oracle.com>
4679 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4680 S: Supported
4681 F: net/rds/
4682
4683 READ-COPY UPDATE (RCU)
4684 M: Dipankar Sarma <dipankar@in.ibm.com>
4685 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4686 W: http://www.rdrop.com/users/paulmck/rclock/
4687 S: Supported
4688 F: Documentation/RCU/
4689 F: include/linux/rcu*
4690 F: include/linux/srcu*
4691 F: kernel/rcu*
4692 F: kernel/srcu*
4693 X: kernel/rcutorture.c
4694
4695 REAL TIME CLOCK DRIVER
4696 M: Paul Gortmaker <p_gortmaker@yahoo.com>
4697 S: Maintained
4698 F: Documentation/rtc.txt
4699 F: drivers/rtc/
4700 F: include/linux/rtc.h
4701
4702 REAL TIME CLOCK (RTC) SUBSYSTEM
4703 M: Alessandro Zummo <a.zummo@towertech.it>
4704 L: rtc-linux@googlegroups.com
4705 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
4706 S: Maintained
4707 F: Documentation/rtc.txt
4708 F: drivers/rtc/
4709 F: include/linux/rtc.h
4710
4711 REISERFS FILE SYSTEM
4712 L: reiserfs-devel@vger.kernel.org
4713 S: Supported
4714 F: fs/reiserfs/
4715
4716 RFKILL
4717 M: Johannes Berg <johannes@sipsolutions.net>
4718 L: linux-wireless@vger.kernel.org
4719 S: Maintained
4720 F: Documentation/rfkill.txt
4721 F: net/rfkill/
4722
4723 RISCOM8 DRIVER
4724 S: Orphan
4725 F: Documentation/serial/riscom8.txt
4726 F: drivers/char/riscom8*
4727
4728 ROCKETPORT DRIVER
4729 P: Comtrol Corp.
4730 W: http://www.comtrol.com
4731 S: Maintained
4732 F: Documentation/serial/rocket.txt
4733 F: drivers/char/rocket*
4734
4735 ROSE NETWORK LAYER
4736 M: Ralf Baechle <ralf@linux-mips.org>
4737 L: linux-hams@vger.kernel.org
4738 W: http://www.linux-ax25.org/
4739 S: Maintained
4740 F: include/linux/rose.h
4741 F: include/net/rose.h
4742 F: net/rose/
4743
4744 RTL8180 WIRELESS DRIVER
4745 M: "John W. Linville" <linville@tuxdriver.com>
4746 L: linux-wireless@vger.kernel.org
4747 W: http://linuxwireless.org/
4748 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4749 S: Maintained
4750 F: drivers/net/wireless/rtl818x/rtl8180*
4751
4752 RTL8187 WIRELESS DRIVER
4753 M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4754 M: Hin-Tak Leung <htl10@users.sourceforge.net>
4755 M: Larry Finger <Larry.Finger@lwfinger.net>
4756 L: linux-wireless@vger.kernel.org
4757 W: http://linuxwireless.org/
4758 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4759 S: Maintained
4760 F: drivers/net/wireless/rtl818x/rtl8187*
4761
4762 S3 SAVAGE FRAMEBUFFER DRIVER
4763 M: Antonino Daplas <adaplas@gmail.com>
4764 L: linux-fbdev@vger.kernel.org
4765 S: Maintained
4766 F: drivers/video/savage/
4767
4768 S390
4769 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
4770 M: Heiko Carstens <heiko.carstens@de.ibm.com>
4771 M: linux390@de.ibm.com
4772 L: linux-s390@vger.kernel.org
4773 W: http://www.ibm.com/developerworks/linux/linux390/
4774 S: Supported
4775 F: arch/s390/
4776 F: drivers/s390/
4777
4778 S390 NETWORK DRIVERS
4779 M: Ursula Braun <ursula.braun@de.ibm.com>
4780 M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
4781 M: linux390@de.ibm.com
4782 L: linux-s390@vger.kernel.org
4783 W: http://www.ibm.com/developerworks/linux/linux390/
4784 S: Supported
4785 F: drivers/s390/net/
4786
4787 S390 ZCRYPT DRIVER
4788 M: Felix Beck <felix.beck@de.ibm.com>
4789 M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4790 M: linux390@de.ibm.com
4791 L: linux-s390@vger.kernel.org
4792 W: http://www.ibm.com/developerworks/linux/linux390/
4793 S: Supported
4794 F: drivers/s390/crypto/
4795
4796 S390 ZFCP DRIVER
4797 M: Christof Schmitt <christof.schmitt@de.ibm.com>
4798 M: Martin Peschke <mp3@de.ibm.com>
4799 M: linux390@de.ibm.com
4800 L: linux-s390@vger.kernel.org
4801 W: http://www.ibm.com/developerworks/linux/linux390/
4802 S: Supported
4803 F: Documentation/s390/zfcpdump.txt
4804 F: drivers/s390/scsi/zfcp_*
4805
4806 S390 IUCV NETWORK LAYER
4807 M: Ursula Braun <ursula.braun@de.ibm.com>
4808 M: linux390@de.ibm.com
4809 L: linux-s390@vger.kernel.org
4810 W: http://www.ibm.com/developerworks/linux/linux390/
4811 S: Supported
4812 F: drivers/s390/net/*iucv*
4813 F: include/net/iucv/
4814 F: net/iucv/
4815
4816 S3C24XX SD/MMC Driver
4817 M: Ben Dooks <ben-linux@fluff.org>
4818 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4819 S: Supported
4820 F: drivers/mmc/host/s3cmci.*
4821
4822 SAA7146 VIDEO4LINUX-2 DRIVER
4823 M: Michael Hunold <michael@mihu.de>
4824 L: linux-media@vger.kernel.org
4825 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4826 W: http://www.mihu.de/linux/saa7146
4827 S: Maintained
4828 F: drivers/media/common/saa7146*
4829 F: drivers/media/video/*7146*
4830 F: include/media/*7146*
4831
4832 TLG2300 VIDEO4LINUX-2 DRIVER
4833 M: Huang Shijie <shijie8@gmail.com>
4834 M: Kang Yong <kangyong@telegent.com>
4835 M: Zhang Xiaobing <xbzhang@telegent.com>
4836 S: Supported
4837 F: drivers/media/video/tlg2300
4838
4839 SC1200 WDT DRIVER
4840 M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
4841 S: Maintained
4842 F: drivers/watchdog/sc1200wdt.c
4843
4844 SCHEDULER
4845 M: Ingo Molnar <mingo@elte.hu>
4846 M: Peter Zijlstra <peterz@infradead.org>
4847 S: Maintained
4848 F: kernel/sched*
4849 F: include/linux/sched.h
4850
4851 SCORE ARCHITECTURE
4852 M: Chen Liqin <liqin.chen@sunplusct.com>
4853 M: Lennox Wu <lennox.wu@gmail.com>
4854 W: http://www.sunplusct.com
4855 S: Supported
4856 F: arch/score/
4857
4858 SCSI CDROM DRIVER
4859 M: Jens Axboe <axboe@kernel.dk>
4860 L: linux-scsi@vger.kernel.org
4861 W: http://www.kernel.dk
4862 S: Maintained
4863 F: drivers/scsi/sr*
4864
4865 SCSI SG DRIVER
4866 M: Doug Gilbert <dgilbert@interlog.com>
4867 L: linux-scsi@vger.kernel.org
4868 W: http://www.torque.net/sg
4869 S: Maintained
4870 F: drivers/scsi/sg.c
4871 F: include/scsi/sg.h
4872
4873 SCSI SUBSYSTEM
4874 M: "James E.J. Bottomley" <James.Bottomley@suse.de>
4875 L: linux-scsi@vger.kernel.org
4876 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4877 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4878 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4879 S: Maintained
4880 F: drivers/scsi/
4881 F: include/scsi/
4882
4883 SCSI TAPE DRIVER
4884 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
4885 L: linux-scsi@vger.kernel.org
4886 S: Maintained
4887 F: Documentation/scsi/st.txt
4888 F: drivers/scsi/st*
4889
4890 SCTP PROTOCOL
4891 M: Vlad Yasevich <vladislav.yasevich@hp.com>
4892 M: Sridhar Samudrala <sri@us.ibm.com>
4893 L: linux-sctp@vger.kernel.org
4894 W: http://lksctp.sourceforge.net
4895 S: Supported
4896 F: Documentation/networking/sctp.txt
4897 F: include/linux/sctp.h
4898 F: include/net/sctp/
4899 F: net/sctp/
4900
4901 SCx200 CPU SUPPORT
4902 M: Jim Cromie <jim.cromie@gmail.com>
4903 S: Odd Fixes
4904 F: Documentation/i2c/busses/scx200_acb
4905 F: arch/x86/kernel/scx200_32.c
4906 F: drivers/watchdog/scx200_wdt.c
4907 F: drivers/i2c/busses/scx200*
4908 F: drivers/mtd/maps/scx200_docflash.c
4909 F: include/linux/scx200.h
4910
4911 SCx200 GPIO DRIVER
4912 M: Jim Cromie <jim.cromie@gmail.com>
4913 S: Maintained
4914 F: drivers/char/scx200_gpio.c
4915 F: include/linux/scx200_gpio.h
4916
4917 SCx200 HRT CLOCKSOURCE DRIVER
4918 M: Jim Cromie <jim.cromie@gmail.com>
4919 S: Maintained
4920 F: drivers/clocksource/scx200_hrt.c
4921
4922 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4923 M: Sascha Sommer <saschasommer@freenet.de>
4924 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4925 S: Maintained
4926 F: drivers/mmc/host/sdricoh_cs.c
4927
4928 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4929 S: Orphan
4930 L: linux-mmc@vger.kernel.org
4931 F: drivers/mmc/host/sdhci.*
4932
4933 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4934 M: Anton Vorontsov <avorontsov@ru.mvista.com>
4935 L: linuxppc-dev@ozlabs.org
4936 L: linux-mmc@vger.kernel.org
4937 S: Maintained
4938 F: drivers/mmc/host/sdhci-of.*
4939
4940 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4941 M: Ben Dooks <ben-linux@fluff.org>
4942 L: linux-mmc@vger.kernel.org
4943 S: Maintained
4944 F: drivers/mmc/host/sdhci-s3c.c
4945
4946 SECURITY SUBSYSTEM
4947 M: James Morris <jmorris@namei.org>
4948 L: linux-security-module@vger.kernel.org (suggested Cc:)
4949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4950 W: http://security.wiki.kernel.org/
4951 S: Supported
4952 F: security/
4953
4954 SECURITY CONTACT
4955 M: Security Officers <security@kernel.org>
4956 S: Supported
4957
4958 SELINUX SECURITY MODULE
4959 M: Stephen Smalley <sds@tycho.nsa.gov>
4960 M: James Morris <jmorris@namei.org>
4961 M: Eric Paris <eparis@parisplace.org>
4962 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4963 W: http://selinuxproject.org
4964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4965 S: Supported
4966 F: include/linux/selinux*
4967 F: security/selinux/
4968
4969 SENSABLE PHANTOM
4970 M: Jiri Slaby <jirislaby@gmail.com>
4971 S: Maintained
4972 F: drivers/misc/phantom.c
4973 F: include/linux/phantom.h
4974
4975 SERIAL ATA (SATA) SUBSYSTEM
4976 M: Jeff Garzik <jgarzik@pobox.com>
4977 L: linux-ide@vger.kernel.org
4978 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4979 S: Supported
4980 F: drivers/ata/
4981 F: include/linux/ata.h
4982 F: include/linux/libata.h
4983
4984 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
4985 M: Jayamohan Kallickal <jayamohank@serverengines.com>
4986 L: linux-scsi@vger.kernel.org
4987 W: http://www.serverengines.com
4988 S: Supported
4989 F: drivers/scsi/be2iscsi/
4990
4991 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4992 M: Sathya Perla <sathyap@serverengines.com>
4993 M: Subbu Seetharaman <subbus@serverengines.com>
4994 M: Sarveshwar Bandi <sarveshwarb@serverengines.com>
4995 M: Ajit Khaparde <ajitk@serverengines.com>
4996 L: netdev@vger.kernel.org
4997 W: http://www.serverengines.com
4998 S: Supported
4999 F: drivers/net/benet/
5000
5001 SFC NETWORK DRIVER
5002 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5003 M: Steve Hodgson <shodgson@solarflare.com>
5004 M: Ben Hutchings <bhutchings@solarflare.com>
5005 L: netdev@vger.kernel.org
5006 S: Supported
5007 F: drivers/net/sfc/
5008
5009 SGI GRU DRIVER
5010 M: Jack Steiner <steiner@sgi.com>
5011 S: Maintained
5012 F: drivers/misc/sgi-gru/
5013
5014 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5015 M: Pat Gefre <pfg@sgi.com>
5016 L: linux-ia64@vger.kernel.org
5017 S: Supported
5018 F: Documentation/ia64/serial.txt
5019 F: drivers/serial/ioc?_serial.c
5020 F: include/linux/ioc?.h
5021
5022 SGI VISUAL WORKSTATION 320 AND 540
5023 M: Andrey Panin <pazke@donpac.ru>
5024 L: linux-visws-devel@lists.sf.net
5025 W: http://linux-visws.sf.net
5026 S: Maintained for 2.6.
5027 F: Documentation/sgi-visws.txt
5028
5029 SGI XP/XPC/XPNET DRIVER
5030 M: Robin Holt <holt@sgi.com>
5031 S: Maintained
5032 F: drivers/misc/sgi-xp/
5033
5034 SHARP LH SUPPORT (LH7952X & LH7A40X)
5035 M: Marc Singer <elf@buici.com>
5036 W: http://projects.buici.com/arm
5037 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5038 S: Maintained
5039 F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5040 F: arch/arm/mach-lh7a40x/
5041 F: drivers/serial/serial_lh7a40x.c
5042 F: drivers/usb/gadget/lh7a40*
5043 F: drivers/usb/host/ohci-lh7a40*
5044
5045 SIMPLE FIRMWARE INTERFACE (SFI)
5046 M: Len Brown <lenb@kernel.org>
5047 L: sfi-devel@simplefirmware.org
5048 W: http://simplefirmware.org/
5049 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5050 S: Supported
5051 F: arch/x86/kernel/*sfi*
5052 F: drivers/sfi/
5053 F: include/linux/sfi*.h
5054
5055 SIMTEC EB110ATX (Chalice CATS)
5056 P: Ben Dooks
5057 M: Vincent Sanders <support@simtec.co.uk>
5058 W: http://www.simtec.co.uk/products/EB110ATX/
5059 S: Supported
5060
5061 SIMTEC EB2410ITX (BAST)
5062 P: Ben Dooks
5063 M: Vincent Sanders <support@simtec.co.uk>
5064 W: http://www.simtec.co.uk/products/EB2410ITX/
5065 S: Supported
5066 F: arch/arm/mach-s3c2410/
5067 F: drivers/*/*s3c2410*
5068 F: drivers/*/*/*s3c2410*
5069
5070 TI DAVINCI MACHINE SUPPORT
5071 P: Kevin Hilman
5072 M: davinci-linux-open-source@linux.davincidsp.com
5073 Q: http://patchwork.kernel.org/project/linux-davinci/list/
5074 S: Supported
5075 F: arch/arm/mach-davinci
5076
5077 SIS 190 ETHERNET DRIVER
5078 M: Francois Romieu <romieu@fr.zoreil.com>
5079 L: netdev@vger.kernel.org
5080 S: Maintained
5081 F: drivers/net/sis190.c
5082
5083 SIS 900/7016 FAST ETHERNET DRIVER
5084 M: Daniele Venzano <venza@brownhat.org>
5085 W: http://www.brownhat.org/sis900.html
5086 L: netdev@vger.kernel.org
5087 S: Maintained
5088 F: drivers/net/sis900.*
5089
5090 SIS 96X I2C/SMBUS DRIVER
5091 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5092 L: linux-i2c@vger.kernel.org
5093 S: Maintained
5094 F: Documentation/i2c/busses/i2c-sis96x
5095 F: drivers/i2c/busses/i2c-sis96x.c
5096
5097 SIS FRAMEBUFFER DRIVER
5098 M: Thomas Winischhofer <thomas@winischhofer.net>
5099 W: http://www.winischhofer.net/linuxsisvga.shtml
5100 S: Maintained
5101 F: Documentation/fb/sisfb.txt
5102 F: drivers/video/sis/
5103 F: include/video/sisfb.h
5104
5105 SIS USB2VGA DRIVER
5106 M: Thomas Winischhofer <thomas@winischhofer.net>
5107 W: http://www.winischhofer.at/linuxsisusbvga.shtml
5108 S: Maintained
5109 F: drivers/usb/misc/sisusbvga/
5110
5111 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5112 M: Stephen Hemminger <shemminger@linux-foundation.org>
5113 L: netdev@vger.kernel.org
5114 S: Maintained
5115 F: drivers/net/skge.*
5116 F: drivers/net/sky2.*
5117
5118 SLAB ALLOCATOR
5119 M: Christoph Lameter <cl@linux-foundation.org>
5120 M: Pekka Enberg <penberg@cs.helsinki.fi>
5121 M: Matt Mackall <mpm@selenic.com>
5122 L: linux-mm@kvack.org
5123 S: Maintained
5124 F: include/linux/sl?b*.h
5125 F: mm/sl?b.c
5126
5127 SMC91x ETHERNET DRIVER
5128 M: Nicolas Pitre <nico@fluxnic.net>
5129 S: Maintained
5130 F: drivers/net/smc91x.*
5131
5132 SMSC47B397 HARDWARE MONITOR DRIVER
5133 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5134 L: lm-sensors@lm-sensors.org
5135 S: Maintained
5136 F: Documentation/hwmon/smsc47b397
5137 F: drivers/hwmon/smsc47b397.c
5138
5139 SMSC911x ETHERNET DRIVER
5140 M: Steve Glendinning <steve.glendinning@smsc.com>
5141 L: netdev@vger.kernel.org
5142 S: Supported
5143 F: include/linux/smsc911x.h
5144 F: drivers/net/smsc911x.*
5145
5146 SMSC9420 PCI ETHERNET DRIVER
5147 M: Steve Glendinning <steve.glendinning@smsc.com>
5148 L: netdev@vger.kernel.org
5149 S: Supported
5150 F: drivers/net/smsc9420.*
5151
5152 SMX UIO Interface
5153 M: Ben Nizette <bn@niasdigital.com>
5154 S: Maintained
5155 F: drivers/uio/uio_smx.c
5156
5157 SN-IA64 (Itanium) SUB-PLATFORM
5158 M: Jes Sorensen <jes@sgi.com>
5159 L: linux-altix@sgi.com
5160 L: linux-ia64@vger.kernel.org
5161 W: http://www.sgi.com/altix
5162 S: Maintained
5163 F: arch/ia64/sn/
5164
5165 SOC-CAMERA V4L2 SUBSYSTEM
5166 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5167 L: linux-media@vger.kernel.org
5168 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5169 S: Maintained
5170 F: include/media/v4l2*
5171 F: drivers/media/video/v4l2*
5172
5173 SOEKRIS NET48XX LED SUPPORT
5174 M: Chris Boot <bootc@bootc.net>
5175 S: Maintained
5176 F: drivers/leds/leds-net48xx.c
5177
5178 SOFTWARE RAID (Multiple Disks) SUPPORT
5179 M: Neil Brown <neilb@suse.de>
5180 L: linux-raid@vger.kernel.org
5181 S: Supported
5182 F: drivers/md/
5183 F: include/linux/raid/
5184
5185 SONIC NETWORK DRIVER
5186 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5187 L: netdev@vger.kernel.org
5188 S: Maintained
5189 F: drivers/net/sonic.*
5190
5191 SONICS SILICON BACKPLANE DRIVER (SSB)
5192 M: Michael Buesch <mb@bu3sch.de>
5193 L: netdev@vger.kernel.org
5194 S: Maintained
5195 F: drivers/ssb/
5196 F: include/linux/ssb/
5197
5198 SONY VAIO CONTROL DEVICE DRIVER
5199 M: Mattia Dongili <malattia@linux.it>
5200 L: platform-driver-x86@vger.kernel.org
5201 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5202 S: Maintained
5203 F: Documentation/laptops/sony-laptop.txt
5204 F: drivers/char/sonypi.c
5205 F: drivers/platform/x86/sony-laptop.c
5206 F: include/linux/sony-laptop.h
5207
5208 SONY MEMORYSTICK CARD SUPPORT
5209 M: Alex Dubov <oakad@yahoo.com>
5210 W: http://tifmxx.berlios.de/
5211 S: Maintained
5212 F: drivers/memstick/host/tifm_ms.c
5213
5214 SOUND
5215 M: Jaroslav Kysela <perex@perex.cz>
5216 M: Takashi Iwai <tiwai@suse.de>
5217 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5218 W: http://www.alsa-project.org/
5219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5220 T: git git://git.alsa-project.org/alsa-kernel.git
5221 S: Maintained
5222 F: Documentation/sound/
5223 F: include/sound/
5224 F: sound/
5225
5226 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5227 M: Liam Girdwood <lrg@slimlogic.co.uk>
5228 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5230 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5231 W: http://alsa-project.org/main/index.php/ASoC
5232 S: Supported
5233 F: sound/soc/
5234 F: include/sound/soc*
5235
5236 SPARC + UltraSPARC (sparc/sparc64)
5237 M: "David S. Miller" <davem@davemloft.net>
5238 L: sparclinux@vger.kernel.org
5239 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5241 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5242 S: Maintained
5243 F: arch/sparc/
5244
5245 SPARC SERIAL DRIVERS
5246 M: "David S. Miller" <davem@davemloft.net>
5247 L: sparclinux@vger.kernel.org
5248 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5249 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5250 S: Maintained
5251 F: drivers/serial/suncore.c
5252 F: drivers/serial/suncore.h
5253 F: drivers/serial/sunhv.c
5254 F: drivers/serial/sunsab.c
5255 F: drivers/serial/sunsab.h
5256 F: drivers/serial/sunsu.c
5257 F: drivers/serial/sunzilog.c
5258 F: drivers/serial/sunzilog.h
5259
5260 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5261 M: Roger Wolff <R.E.Wolff@BitWizard.nl>
5262 S: Supported
5263 F: Documentation/serial/specialix.txt
5264 F: drivers/char/specialix*
5265
5266 SPI SUBSYSTEM
5267 M: David Brownell <dbrownell@users.sourceforge.net>
5268 M: Grant Likely <grant.likely@secretlab.ca>
5269 L: spi-devel-general@lists.sourceforge.net
5270 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5271 S: Maintained
5272 F: Documentation/spi/
5273 F: drivers/spi/
5274 F: include/linux/spi/
5275
5276 SPIDERNET NETWORK DRIVER for CELL
5277 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5278 M: Jens Osterkamp <jens@de.ibm.com>
5279 L: netdev@vger.kernel.org
5280 S: Supported
5281 F: Documentation/networking/spider_net.txt
5282 F: drivers/net/spider_net*
5283
5284 SPU FILE SYSTEM
5285 M: Jeremy Kerr <jk@ozlabs.org>
5286 L: linuxppc-dev@ozlabs.org
5287 L: cbe-oss-dev@ozlabs.org
5288 W: http://www.ibm.com/developerworks/power/cell/
5289 S: Supported
5290 F: Documentation/filesystems/spufs.txt
5291 F: arch/powerpc/platforms/cell/spufs/
5292
5293 SQUASHFS FILE SYSTEM
5294 M: Phillip Lougher <phillip@lougher.demon.co.uk>
5295 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5296 W: http://squashfs.org.uk
5297 S: Maintained
5298 F: Documentation/filesystems/squashfs.txt
5299 F: fs/squashfs/
5300
5301 SRM (Alpha) environment access
5302 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
5303 S: Maintained
5304 F: arch/alpha/kernel/srm_env.c
5305
5306 STABLE BRANCH
5307 M: Greg Kroah-Hartman <greg@kroah.com>
5308 M: Chris Wright <chrisw@sous-sol.org>
5309 L: stable@kernel.org
5310 S: Maintained
5311
5312 STAGING SUBSYSTEM
5313 M: Greg Kroah-Hartman <gregkh@suse.de>
5314 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5315 L: devel@driverdev.osuosl.org
5316 S: Maintained
5317 F: drivers/staging/
5318
5319 STARFIRE/DURALAN NETWORK DRIVER
5320 M: Ion Badulescu <ionut@badula.org>
5321 S: Odd Fixes
5322 F: drivers/net/starfire*
5323
5324 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5325 S: Orphan
5326 F: drivers/staging/strip/strip.c
5327 F: include/linux/if_strip.h
5328
5329 STRADIS MPEG-2 DECODER DRIVER
5330 M: Nathan Laredo <laredo@gnu.org>
5331 W: http://www.stradis.com/
5332 S: Maintained
5333 F: drivers/media/video/stradis.c
5334
5335 SUN3/3X
5336 M: Sam Creasey <sammy@sammy.net>
5337 W: http://sammy.net/sun3/
5338 S: Maintained
5339 F: arch/m68k/kernel/*sun3*
5340 F: arch/m68k/sun3*/
5341 F: arch/m68k/include/asm/sun3*
5342
5343 SUPERH
5344 M: Paul Mundt <lethal@linux-sh.org>
5345 L: linux-sh@vger.kernel.org
5346 W: http://www.linux-sh.org
5347 Q: http://patchwork.kernel.org/project/linux-sh/list/
5348 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5349 S: Supported
5350 F: Documentation/sh/
5351 F: arch/sh/
5352 F: drivers/sh/
5353
5354 SUSPEND TO RAM
5355 M: Len Brown <len.brown@intel.com>
5356 M: Pavel Machek <pavel@ucw.cz>
5357 M: "Rafael J. Wysocki" <rjw@sisk.pl>
5358 L: linux-pm@lists.linux-foundation.org
5359 S: Supported
5360 F: Documentation/power/
5361 F: arch/x86/kernel/acpi/
5362 F: drivers/base/power/
5363 F: kernel/power/
5364 F: include/linux/suspend.h
5365 F: include/linux/freezer.h
5366 F: include/linux/pm.h
5367
5368 SVGA HANDLING
5369 M: Martin Mares <mj@ucw.cz>
5370 L: linux-video@atrey.karlin.mff.cuni.cz
5371 S: Maintained
5372 F: Documentation/svga.txt
5373 F: arch/x86/boot/video*
5374
5375 SYSV FILESYSTEM
5376 M: Christoph Hellwig <hch@infradead.org>
5377 S: Maintained
5378 F: Documentation/filesystems/sysv-fs.txt
5379 F: fs/sysv/
5380 F: include/linux/sysv_fs.h
5381
5382 TASKSTATS STATISTICS INTERFACE
5383 M: Balbir Singh <balbir@linux.vnet.ibm.com>
5384 S: Maintained
5385 F: Documentation/accounting/taskstats*
5386 F: include/linux/taskstats*
5387 F: kernel/taskstats.c
5388
5389 TC CLASSIFIER
5390 M: Jamal Hadi Salim <hadi@cyberus.ca>
5391 L: netdev@vger.kernel.org
5392 S: Maintained
5393 F: include/linux/pkt_cls.h
5394 F: include/net/pkt_cls.h
5395 F: net/sched/
5396
5397 TCP LOW PRIORITY MODULE
5398 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5399 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5400 W: http://tcp-lp-mod.sourceforge.net/
5401 S: Maintained
5402 F: net/ipv4/tcp_lp.c
5403
5404 TEHUTI ETHERNET DRIVER
5405 M: Alexander Indenbaum <baum@tehutinetworks.net>
5406 M: Andy Gospodarek <andy@greyhouse.net>
5407 L: netdev@vger.kernel.org
5408 S: Supported
5409 F: drivers/net/tehuti*
5410
5411 Telecom Clock Driver for MCPL0010
5412 M: Mark Gross <mark.gross@intel.com>
5413 S: Supported
5414 F: drivers/char/tlclk.c
5415
5416 TENSILICA XTENSA PORT (xtensa)
5417 M: Chris Zankel <chris@zankel.net>
5418 S: Maintained
5419 F: arch/xtensa/
5420
5421 THINKPAD ACPI EXTRAS DRIVER
5422 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5423 L: ibm-acpi-devel@lists.sourceforge.net
5424 L: platform-driver-x86@vger.kernel.org
5425 W: http://ibm-acpi.sourceforge.net
5426 W: http://thinkwiki.org/wiki/Ibm-acpi
5427 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5428 S: Maintained
5429 F: drivers/platform/x86/thinkpad_acpi.c
5430
5431 TI FLASH MEDIA INTERFACE DRIVER
5432 M: Alex Dubov <oakad@yahoo.com>
5433 S: Maintained
5434 F: drivers/misc/tifm*
5435 F: drivers/mmc/host/tifm_sd.c
5436 F: include/linux/tifm.h
5437
5438 TI TWL4030 SERIES SOC CODEC DRIVER
5439 M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
5440 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5441 S: Maintained
5442 F: sound/soc/codecs/twl4030*
5443
5444 TIPC NETWORK LAYER
5445 M: Jon Maloy <jon.maloy@ericsson.com>
5446 M: Allan Stephens <allan.stephens@windriver.com>
5447 L: tipc-discussion@lists.sourceforge.net
5448 W: http://tipc.sourceforge.net/
5449 W: http://tipc.cslab.ericsson.net/
5450 T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5451 S: Maintained
5452 F: include/linux/tipc*.h
5453 F: include/net/tipc/
5454 F: net/tipc/
5455
5456 TLAN NETWORK DRIVER
5457 M: Samuel Chessman <chessman@tux.org>
5458 L: tlan-devel@lists.sourceforge.net (subscribers-only)
5459 W: http://sourceforge.net/projects/tlan/
5460 S: Maintained
5461 F: Documentation/networking/tlan.txt
5462 F: drivers/net/tlan.*
5463
5464 TOMOYO SECURITY MODULE
5465 M: Kentaro Takeda <takedakn@nttdata.co.jp>
5466 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5467 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5468 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5469 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5470 W: http://tomoyo.sourceforge.jp/
5471 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5472 S: Maintained
5473 F: security/tomoyo/
5474
5475 TOPSTAR LAPTOP EXTRAS DRIVER
5476 M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5477 L: platform-driver-x86@vger.kernel.org
5478 S: Maintained
5479 F: drivers/platform/x86/topstar-laptop.c
5480
5481 TOSHIBA ACPI EXTRAS DRIVER
5482 L: platform-driver-x86@vger.kernel.org
5483 S: Orphan
5484 F: drivers/platform/x86/toshiba_acpi.c
5485
5486 TOSHIBA SMM DRIVER
5487 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
5488 L: tlinux-users@tce.toshiba-dme.co.jp
5489 W: http://www.buzzard.org.uk/toshiba/
5490 S: Maintained
5491 F: drivers/char/toshiba.c
5492 F: include/linux/toshiba.h
5493
5494 TMIO MMC DRIVER
5495 M: Ian Molton <ian@mnementh.co.uk>
5496 S: Maintained
5497 F: drivers/mmc/host/tmio_mmc.*
5498
5499 TMPFS (SHMEM FILESYSTEM)
5500 M: Hugh Dickins <hugh.dickins@tiscali.co.uk>
5501 L: linux-mm@kvack.org
5502 S: Maintained
5503 F: include/linux/shmem_fs.h
5504 F: mm/shmem.c
5505
5506 TPM DEVICE DRIVER
5507 M: Debora Velarde <debora@linux.vnet.ibm.com>
5508 M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5509 W: http://tpmdd.sourceforge.net
5510 M: Marcel Selhorst <m.selhorst@sirrix.com>
5511 W: http://www.sirrix.com
5512 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5513 S: Maintained
5514 F: drivers/char/tpm/
5515
5516 TRACING
5517 M: Steven Rostedt <rostedt@goodmis.org>
5518 M: Frederic Weisbecker <fweisbec@gmail.com>
5519 M: Ingo Molnar <mingo@redhat.com>
5520 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5521 S: Maintained
5522 F: Documentation/trace/ftrace.txt
5523 F: arch/*/*/*/ftrace.h
5524 F: arch/*/kernel/ftrace.c
5525 F: include/*/ftrace.h
5526 F: include/linux/trace*.h
5527 F: include/trace/
5528 F: kernel/trace/
5529
5530 TRIVIAL PATCHES
5531 M: Jiri Kosina <trivial@kernel.org>
5532 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5533 S: Maintained
5534
5535 TTY LAYER
5536 M: Greg Kroah-Hartman <gregkh@suse.de>
5537 S: Maintained
5538 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5539 F: drivers/char/tty_*
5540 F: drivers/serial/serial_core.c
5541 F: include/linux/serial_core.h
5542 F: include/linux/serial.h
5543 F: include/linux/tty.h
5544
5545 TULIP NETWORK DRIVERS
5546 M: Grant Grundler <grundler@parisc-linux.org>
5547 M: Kyle McMartin <kyle@mcmartin.ca>
5548 L: netdev@vger.kernel.org
5549 S: Maintained
5550 F: drivers/net/tulip/
5551
5552 TUN/TAP driver
5553 M: Maxim Krasnyansky <maxk@qualcomm.com>
5554 L: vtun@office.satix.net
5555 W: http://vtun.sourceforge.net/tun
5556 S: Maintained
5557 F: Documentation/networking/tuntap.txt
5558 F: arch/um/os-Linux/drivers/
5559
5560 TURBOCHANNEL SUBSYSTEM
5561 M: "Maciej W. Rozycki" <macro@linux-mips.org>
5562 S: Maintained
5563 F: drivers/tc/
5564 F: include/linux/tc.h
5565
5566 U14-34F SCSI DRIVER
5567 M: Dario Ballabio <ballabio_dario@emc.com>
5568 L: linux-scsi@vger.kernel.org
5569 S: Maintained
5570 F: drivers/scsi/u14-34f.c
5571
5572 UBI FILE SYSTEM (UBIFS)
5573 M: Artem Bityutskiy <dedekind1@gmail.com>
5574 M: Adrian Hunter <adrian.hunter@nokia.com>
5575 L: linux-mtd@lists.infradead.org
5576 T: git git://git.infradead.org/ubifs-2.6.git
5577 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5578 S: Maintained
5579 F: Documentation/filesystems/ubifs.txt
5580 F: fs/ubifs/
5581
5582 UCLINUX (AND M68KNOMMU)
5583 M: Greg Ungerer <gerg@uclinux.org>
5584 W: http://www.uclinux.org/
5585 L: uclinux-dev@uclinux.org (subscribers-only)
5586 S: Maintained
5587 F: arch/m68knommu/
5588
5589 UCLINUX FOR RENESAS H8/300 (H8300)
5590 M: Yoshinori Sato <ysato@users.sourceforge.jp>
5591 W: http://uclinux-h8.sourceforge.jp/
5592 S: Supported
5593
5594 UDF FILESYSTEM
5595 M: Jan Kara <jack@suse.cz>
5596 W: http://linux-udf.sourceforge.net
5597 S: Maintained
5598 F: Documentation/filesystems/udf.txt
5599 F: fs/udf/
5600
5601 UFS FILESYSTEM
5602 M: Evgeniy Dushistov <dushistov@mail.ru>
5603 S: Maintained
5604 F: Documentation/filesystems/ufs.txt
5605 F: fs/ufs/
5606
5607 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5608 M: David Vrabel <david.vrabel@csr.com>
5609 L: linux-usb@vger.kernel.org
5610 S: Supported
5611 F: drivers/uwb/
5612 X: drivers/uwb/wlp/
5613 X: drivers/uwb/i1480/i1480u-wlp/
5614 X: drivers/uwb/i1480/i1480-wlp.h
5615 F: include/linux/uwb.h
5616 F: include/linux/uwb/
5617
5618 UNIFDEF
5619 M: Tony Finch <dot@dotat.at>
5620 W: http://dotat.at/prog/unifdef
5621 S: Maintained
5622 F: scripts/unifdef.c
5623
5624 UNIFORM CDROM DRIVER
5625 M: Jens Axboe <axboe@kernel.dk>
5626 W: http://www.kernel.dk
5627 S: Maintained
5628 F: Documentation/cdrom/
5629 F: drivers/cdrom/cdrom.c
5630 F: include/linux/cdrom.h
5631
5632 UNSORTED BLOCK IMAGES (UBI)
5633 M: Artem Bityutskiy <dedekind1@gmail.com>
5634 W: http://www.linux-mtd.infradead.org/
5635 L: linux-mtd@lists.infradead.org
5636 T: git git://git.infradead.org/ubi-2.6.git
5637 S: Maintained
5638 F: drivers/mtd/ubi/
5639 F: include/linux/mtd/ubi.h
5640 F: include/mtd/ubi-user.h
5641
5642 USB ACM DRIVER
5643 M: Oliver Neukum <oliver@neukum.name>
5644 L: linux-usb@vger.kernel.org
5645 S: Maintained
5646 F: Documentation/usb/acm.txt
5647 F: drivers/usb/class/cdc-acm.*
5648
5649 USB BLOCK DRIVER (UB ub)
5650 M: Pete Zaitcev <zaitcev@redhat.com>
5651 L: linux-usb@vger.kernel.org
5652 S: Supported
5653 F: drivers/block/ub.c
5654
5655 USB CDC ETHERNET DRIVER
5656 M: Oliver Neukum <oliver@neukum.name>
5657 L: linux-usb@vger.kernel.org
5658 S: Maintained
5659 F: drivers/net/usb/cdc_*.c
5660 F: include/linux/usb/cdc.h
5661
5662 USB CYPRESS C67X00 DRIVER
5663 M: Peter Korsgaard <jacmet@sunsite.dk>
5664 L: linux-usb@vger.kernel.org
5665 S: Maintained
5666 F: drivers/usb/c67x00/
5667
5668 USB DAVICOM DM9601 DRIVER
5669 M: Peter Korsgaard <jacmet@sunsite.dk>
5670 L: netdev@vger.kernel.org
5671 W: http://www.linux-usb.org/usbnet
5672 S: Maintained
5673 F: drivers/net/usb/dm9601.c
5674
5675 USB DIAMOND RIO500 DRIVER
5676 M: Cesar Miquel <miquel@df.uba.ar>
5677 L: rio500-users@lists.sourceforge.net
5678 W: http://rio500.sourceforge.net
5679 S: Maintained
5680 F: drivers/usb/misc/rio500*
5681
5682 USB EHCI DRIVER
5683 M: David Brownell <dbrownell@users.sourceforge.net>
5684 L: linux-usb@vger.kernel.org
5685 S: Odd Fixes
5686 F: Documentation/usb/ehci.txt
5687 F: drivers/usb/host/ehci*
5688
5689 USB ET61X[12]51 DRIVER
5690 M: Luca Risolia <luca.risolia@studio.unibo.it>
5691 L: linux-usb@vger.kernel.org
5692 L: linux-media@vger.kernel.org
5693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5694 W: http://www.linux-projects.org
5695 S: Maintained
5696 F: drivers/media/video/et61x251/
5697
5698 USB GADGET/PERIPHERAL SUBSYSTEM
5699 M: David Brownell <dbrownell@users.sourceforge.net>
5700 L: linux-usb@vger.kernel.org
5701 W: http://www.linux-usb.org/gadget
5702 S: Maintained
5703 F: drivers/usb/gadget/
5704 F: include/linux/usb/gadget*
5705
5706 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5707 M: Jiri Kosina <jkosina@suse.cz>
5708 L: linux-usb@vger.kernel.org
5709 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5710 S: Maintained
5711 F: Documentation/usb/hiddev.txt
5712 F: drivers/hid/usbhid/
5713
5714 USB ISP116X DRIVER
5715 M: Olav Kongas <ok@artecdesign.ee>
5716 L: linux-usb@vger.kernel.org
5717 S: Maintained
5718 F: drivers/usb/host/isp116x*
5719 F: include/linux/usb/isp116x.h
5720
5721 USB KAWASAKI LSI DRIVER
5722 M: Oliver Neukum <oliver@neukum.name>
5723 L: linux-usb@vger.kernel.org
5724 S: Maintained
5725 F: drivers/usb/serial/kl5kusb105.*
5726
5727 USB MASS STORAGE DRIVER
5728 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
5729 L: linux-usb@vger.kernel.org
5730 L: usb-storage@lists.one-eyed-alien.net
5731 S: Maintained
5732 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5733 F: drivers/usb/storage/
5734
5735 USB OHCI DRIVER
5736 M: David Brownell <dbrownell@users.sourceforge.net>
5737 L: linux-usb@vger.kernel.org
5738 S: Odd Fixes
5739 F: Documentation/usb/ohci.txt
5740 F: drivers/usb/host/ohci*
5741
5742 USB OPTION-CARD DRIVER
5743 M: Matthias Urlichs <smurf@smurf.noris.de>
5744 L: linux-usb@vger.kernel.org
5745 S: Maintained
5746 F: drivers/usb/serial/option.c
5747
5748 USB OV511 DRIVER
5749 M: Mark McClelland <mmcclell@bigfoot.com>
5750 L: linux-usb@vger.kernel.org
5751 W: http://alpha.dyndns.org/ov511/
5752 S: Maintained
5753 F: drivers/media/video/ov511.*
5754
5755 USB PEGASUS DRIVER
5756 M: Petko Manolov <petkan@users.sourceforge.net>
5757 L: linux-usb@vger.kernel.org
5758 L: netdev@vger.kernel.org
5759 W: http://pegasus2.sourceforge.net/
5760 S: Maintained
5761 F: drivers/net/usb/pegasus.*
5762
5763 USB PRINTER DRIVER (usblp)
5764 M: Pete Zaitcev <zaitcev@redhat.com>
5765 L: linux-usb@vger.kernel.org
5766 S: Supported
5767 F: drivers/usb/class/usblp.c
5768
5769 USB RTL8150 DRIVER
5770 M: Petko Manolov <petkan@users.sourceforge.net>
5771 L: linux-usb@vger.kernel.org
5772 L: netdev@vger.kernel.org
5773 W: http://pegasus2.sourceforge.net/
5774 S: Maintained
5775 F: drivers/net/usb/rtl8150.c
5776
5777 USB SE401 DRIVER
5778 M: Jeroen Vreeken <pe1rxq@amsat.org>
5779 L: linux-usb@vger.kernel.org
5780 W: http://www.chello.nl/~j.vreeken/se401/
5781 S: Maintained
5782 F: Documentation/video4linux/se401.txt
5783 F: drivers/media/video/se401.*
5784
5785 USB SERIAL BELKIN F5U103 DRIVER
5786 M: William Greathouse <wgreathouse@smva.com>
5787 L: linux-usb@vger.kernel.org
5788 S: Maintained
5789 F: drivers/usb/serial/belkin_sa.*
5790
5791 USB SERIAL CYPRESS M8 DRIVER
5792 M: Lonnie Mendez <dignome@gmail.com>
5793 L: linux-usb@vger.kernel.org
5794 S: Maintained
5795 W: http://geocities.com/i0xox0i
5796 W: http://firstlight.net/cvs
5797 F: drivers/usb/serial/cypress_m8.*
5798
5799 USB SERIAL CYBERJACK DRIVER
5800 M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
5801 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5802 S: Maintained
5803 F: drivers/usb/serial/cyberjack.c
5804
5805 USB SERIAL DIGI ACCELEPORT DRIVER
5806 M: Peter Berger <pberger@brimson.com>
5807 M: Al Borchers <alborchers@steinerpoint.com>
5808 L: linux-usb@vger.kernel.org
5809 S: Maintained
5810 F: drivers/usb/serial/digi_acceleport.c
5811
5812 USB SERIAL DRIVER
5813 M: Greg Kroah-Hartman <gregkh@suse.de>
5814 L: linux-usb@vger.kernel.org
5815 S: Supported
5816 F: Documentation/usb/usb-serial.txt
5817 F: drivers/usb/serial/generic.c
5818 F: drivers/usb/serial/usb-serial.c
5819 F: include/linux/usb/serial.h
5820
5821 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5822 M: Gary Brubaker <xavyer@ix.netcom.com>
5823 L: linux-usb@vger.kernel.org
5824 S: Maintained
5825 F: drivers/usb/serial/empeg.c
5826
5827 USB SERIAL KEYSPAN DRIVER
5828 M: Greg Kroah-Hartman <greg@kroah.com>
5829 L: linux-usb@vger.kernel.org
5830 W: http://www.kroah.com/linux/
5831 S: Maintained
5832 F: drivers/usb/serial/*keyspan*
5833
5834 USB SERIAL WHITEHEAT DRIVER
5835 M: Support Department <support@connecttech.com>
5836 L: linux-usb@vger.kernel.org
5837 W: http://www.connecttech.com
5838 S: Supported
5839 F: drivers/usb/serial/whiteheat*
5840
5841 USB SMSC95XX ETHERNET DRIVER
5842 M: Steve Glendinning <steve.glendinning@smsc.com>
5843 L: netdev@vger.kernel.org
5844 S: Supported
5845 F: drivers/net/usb/smsc95xx.*
5846
5847 USB SN9C1xx DRIVER
5848 M: Luca Risolia <luca.risolia@studio.unibo.it>
5849 L: linux-usb@vger.kernel.org
5850 L: linux-media@vger.kernel.org
5851 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5852 W: http://www.linux-projects.org
5853 S: Maintained
5854 F: Documentation/video4linux/sn9c102.txt
5855 F: drivers/media/video/sn9c102/
5856
5857 USB SUBSYSTEM
5858 M: Greg Kroah-Hartman <gregkh@suse.de>
5859 L: linux-usb@vger.kernel.org
5860 W: http://www.linux-usb.org
5861 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5862 S: Supported
5863 F: Documentation/usb/
5864 F: drivers/net/usb/
5865 F: drivers/usb/
5866 F: include/linux/usb.h
5867 F: include/linux/usb/
5868
5869 USB UHCI DRIVER
5870 M: Alan Stern <stern@rowland.harvard.edu>
5871 L: linux-usb@vger.kernel.org
5872 S: Maintained
5873 F: drivers/usb/host/uhci*
5874
5875 USB "USBNET" DRIVER FRAMEWORK
5876 M: David Brownell <dbrownell@users.sourceforge.net>
5877 L: netdev@vger.kernel.org
5878 W: http://www.linux-usb.org/usbnet
5879 S: Maintained
5880 F: drivers/net/usb/usbnet.c
5881 F: include/linux/usb/usbnet.h
5882
5883 USB VIDEO CLASS
5884 M: Laurent Pinchart <laurent.pinchart@skynet.be>
5885 L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5886 L: linux-media@vger.kernel.org
5887 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5888 W: http://linux-uvc.berlios.de
5889 S: Maintained
5890 F: drivers/media/video/uvc/
5891
5892 USB W996[87]CF DRIVER
5893 M: Luca Risolia <luca.risolia@studio.unibo.it>
5894 L: linux-usb@vger.kernel.org
5895 L: linux-media@vger.kernel.org
5896 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5897 W: http://www.linux-projects.org
5898 S: Maintained
5899 F: Documentation/video4linux/w9968cf.txt
5900 F: drivers/media/video/w996*
5901
5902 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5903 M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
5904 L: linux-wireless@vger.kernel.org
5905 S: Maintained
5906 F: drivers/net/wireless/rndis_wlan.c
5907
5908 USB XHCI DRIVER
5909 M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
5910 L: linux-usb@vger.kernel.org
5911 S: Supported
5912 F: drivers/usb/host/xhci*
5913 F: drivers/usb/host/pci-quirks*
5914
5915 USB ZC0301 DRIVER
5916 M: Luca Risolia <luca.risolia@studio.unibo.it>
5917 L: linux-usb@vger.kernel.org
5918 L: linux-media@vger.kernel.org
5919 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5920 W: http://www.linux-projects.org
5921 S: Maintained
5922 F: Documentation/video4linux/zc0301.txt
5923 F: drivers/media/video/zc0301/
5924
5925 USB ZD1201 DRIVER
5926 M: Jeroen Vreeken <pe1rxq@amsat.org>
5927 L: linux-usb@vger.kernel.org
5928 W: http://linux-lc100020.sourceforge.net
5929 S: Maintained
5930 F: drivers/net/wireless/zd1201.*
5931
5932 USB ZR364XX DRIVER
5933 M: Antoine Jacquet <royale@zerezo.com>
5934 L: linux-usb@vger.kernel.org
5935 L: linux-media@vger.kernel.org
5936 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5937 W: http://royale.zerezo.com/zr364xx/
5938 S: Maintained
5939 F: Documentation/video4linux/zr364xx.txt
5940 F: drivers/media/video/zr364xx.c
5941
5942 USER-MODE LINUX (UML)
5943 M: Jeff Dike <jdike@addtoit.com>
5944 L: user-mode-linux-devel@lists.sourceforge.net
5945 L: user-mode-linux-user@lists.sourceforge.net
5946 W: http://user-mode-linux.sourceforge.net
5947 S: Maintained
5948 F: Documentation/uml/
5949 F: arch/um/
5950 F: fs/hostfs/
5951 F: fs/hppfs/
5952
5953 USERSPACE I/O (UIO)
5954 M: "Hans J. Koch" <hjk@linutronix.de>
5955 M: Greg Kroah-Hartman <gregkh@suse.de>
5956 S: Maintained
5957 F: Documentation/DocBook/uio-howto.tmpl
5958 F: drivers/uio/
5959 F: include/linux/uio*.h
5960
5961 UTIL-LINUX-NG PACKAGE
5962 M: Karel Zak <kzak@redhat.com>
5963 L: util-linux-ng@vger.kernel.org
5964 W: http://kernel.org/~kzak/util-linux-ng/
5965 T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5966 S: Maintained
5967
5968 UVESAFB DRIVER
5969 M: Michal Januszewski <spock@gentoo.org>
5970 L: linux-fbdev@vger.kernel.org
5971 W: http://dev.gentoo.org/~spock/projects/uvesafb/
5972 S: Maintained
5973 F: Documentation/fb/uvesafb.txt
5974 F: drivers/video/uvesafb.*
5975
5976 VFAT/FAT/MSDOS FILESYSTEM
5977 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
5978 S: Maintained
5979 F: Documentation/filesystems/vfat.txt
5980 F: fs/fat/
5981
5982 VIRTIO CONSOLE DRIVER
5983 M: Amit Shah <amit.shah@redhat.com>
5984 L: virtualization@lists.linux-foundation.org
5985 S: Maintained
5986 F: drivers/char/virtio_console.c
5987 F: include/linux/virtio_console.h
5988
5989 VIRTIO HOST (VHOST)
5990 M: "Michael S. Tsirkin" <mst@redhat.com>
5991 L: kvm@vger.kernel.org
5992 L: virtualization@lists.osdl.org
5993 L: netdev@vger.kernel.org
5994 S: Maintained
5995 F: drivers/vhost/
5996 F: include/linux/vhost.h
5997
5998 VIA RHINE NETWORK DRIVER
5999 M: Roger Luethi <rl@hellgate.ch>
6000 S: Maintained
6001 F: drivers/net/via-rhine.c
6002
6003 VIAPRO SMBUS DRIVER
6004 M: Jean Delvare <khali@linux-fr.org>
6005 L: linux-i2c@vger.kernel.org
6006 S: Maintained
6007 F: Documentation/i2c/busses/i2c-viapro
6008 F: drivers/i2c/busses/i2c-viapro.c
6009
6010 VIA SD/MMC CARD CONTROLLER DRIVER
6011 M: Joseph Chan <JosephChan@via.com.tw>
6012 M: Harald Welte <HaraldWelte@viatech.com>
6013 S: Maintained
6014 F: drivers/mmc/host/via-sdmmc.c
6015
6016 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6017 M: Joseph Chan <JosephChan@via.com.tw>
6018 M: Scott Fang <ScottFang@viatech.com.cn>
6019 L: linux-fbdev@vger.kernel.org
6020 S: Maintained
6021 F: drivers/video/via/
6022
6023 VIA VELOCITY NETWORK DRIVER
6024 M: Francois Romieu <romieu@fr.zoreil.com>
6025 L: netdev@vger.kernel.org
6026 S: Maintained
6027 F: drivers/net/via-velocity.*
6028
6029 VLAN (802.1Q)
6030 M: Patrick McHardy <kaber@trash.net>
6031 L: netdev@vger.kernel.org
6032 S: Maintained
6033 F: drivers/net/macvlan.c
6034 F: include/linux/if_*vlan.h
6035 F: net/8021q/
6036
6037 VLYNQ BUS
6038 M: Florian Fainelli <florian@openwrt.org>
6039 L: openwrt-devel@lists.openwrt.org
6040 S: Maintained
6041 F: drivers/vlynq/vlynq.c
6042 F: include/linux/vlynq.h
6043
6044 VMWARE VMXNET3 ETHERNET DRIVER
6045 M: Shreyas Bhatewara <sbhatewara@vmware.com>
6046 M: "VMware, Inc." <pv-drivers@vmware.com>
6047 L: netdev@vger.kernel.org
6048 S: Maintained
6049 F: drivers/net/vmxnet3/
6050
6051 VMware PVSCSI driver
6052 M: Alok Kataria <akataria@vmware.com>
6053 M: VMware PV-Drivers <pv-drivers@vmware.com>
6054 L: linux-scsi@vger.kernel.org
6055 S: Maintained
6056 F: drivers/scsi/vmw_pvscsi.c
6057 F: drivers/scsi/vmw_pvscsi.h
6058
6059 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6060 M: Liam Girdwood <lrg@slimlogic.co.uk>
6061 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6062 W: http://opensource.wolfsonmicro.com/node/15
6063 W: http://www.slimlogic.co.uk/?p=48
6064 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6065 S: Supported
6066 F: drivers/regulator/
6067 F: include/linux/regulator/
6068
6069 VT1211 HARDWARE MONITOR DRIVER
6070 M: Juerg Haefliger <juergh@gmail.com>
6071 L: lm-sensors@lm-sensors.org
6072 S: Maintained
6073 F: Documentation/hwmon/vt1211
6074 F: drivers/hwmon/vt1211.c
6075
6076 VT8231 HARDWARE MONITOR DRIVER
6077 M: Roger Lucas <vt8231@hiddenengine.co.uk>
6078 L: lm-sensors@lm-sensors.org
6079 S: Maintained
6080 F: drivers/hwmon/vt8231.c
6081
6082 W1 DALLAS'S 1-WIRE BUS
6083 M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6084 S: Maintained
6085 F: Documentation/w1/
6086 F: drivers/w1/
6087
6088 W83791D HARDWARE MONITORING DRIVER
6089 M: Marc Hulsman <m.hulsman@tudelft.nl>
6090 L: lm-sensors@lm-sensors.org
6091 S: Maintained
6092 F: Documentation/hwmon/w83791d
6093 F: drivers/hwmon/w83791d.c
6094
6095 W83793 HARDWARE MONITORING DRIVER
6096 M: Rudolf Marek <r.marek@assembler.cz>
6097 L: lm-sensors@lm-sensors.org
6098 S: Maintained
6099 F: Documentation/hwmon/w83793
6100 F: drivers/hwmon/w83793.c
6101
6102 W83L51xD SD/MMC CARD INTERFACE DRIVER
6103 M: Pierre Ossman <pierre@ossman.eu>
6104 S: Maintained
6105 F: drivers/mmc/host/wbsd.*
6106
6107 WATCHDOG DEVICE DRIVERS
6108 M: Wim Van Sebroeck <wim@iguana.be>
6109 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6110 S: Maintained
6111 F: Documentation/watchdog/
6112 F: drivers/watchdog/
6113 F: include/linux/watchdog.h
6114
6115 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6116 M: Jean Tourrilhes <jt@hpl.hp.com>
6117 L: linux-wireless@vger.kernel.org
6118 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6119 S: Maintained
6120 F: Documentation/networking/wavelan.txt
6121 F: drivers/staging/wavelan/
6122
6123 WD7000 SCSI DRIVER
6124 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
6125 L: linux-scsi@vger.kernel.org
6126 S: Maintained
6127 F: drivers/scsi/wd7000.c
6128
6129 WINBOND CIR DRIVER
6130 M: David Härdeman <david@hardeman.nu>
6131 S: Maintained
6132 F: drivers/input/misc/winbond-cir.c
6133
6134 WIMAX STACK
6135 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6136 M: linux-wimax@intel.com
6137 L: wimax@linuxwimax.org
6138 S: Supported
6139 W: http://linuxwimax.org
6140
6141 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6142 M: David Vrabel <david.vrabel@csr.com>
6143 L: netdev@vger.kernel.org
6144 S: Maintained
6145 F: include/linux/wlp.h
6146 F: drivers/uwb/wlp/
6147 F: drivers/uwb/i1480/i1480u-wlp/
6148 F: drivers/uwb/i1480/i1480-wlp.h
6149
6150 WISTRON LAPTOP BUTTON DRIVER
6151 M: Miloslav Trmac <mitr@volny.cz>
6152 S: Maintained
6153 F: drivers/input/misc/wistron_btns.c
6154
6155 WL1251 WIRELESS DRIVER
6156 M: Kalle Valo <kalle.valo@iki.fi>
6157 L: linux-wireless@vger.kernel.org
6158 W: http://wireless.kernel.org
6159 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6160 S: Maintained
6161 F: drivers/net/wireless/wl12xx/*
6162 X: drivers/net/wireless/wl12xx/wl1271*
6163
6164 WL1271 WIRELESS DRIVER
6165 M: Luciano Coelho <luciano.coelho@nokia.com>
6166 L: linux-wireless@vger.kernel.org
6167 W: http://wireless.kernel.org
6168 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6169 S: Maintained
6170 F: drivers/net/wireless/wl12xx/wl1271*
6171
6172 WL3501 WIRELESS PCMCIA CARD DRIVER
6173 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6174 L: linux-wireless@vger.kernel.org
6175 W: http://oops.ghostprotocols.net:81/blog
6176 S: Maintained
6177 F: drivers/net/wireless/wl3501*
6178
6179 WM97XX TOUCHSCREEN DRIVERS
6180 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6181 M: Liam Girdwood <lrg@slimlogic.co.uk>
6182 L: linux-input@vger.kernel.org
6183 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6184 W: http://opensource.wolfsonmicro.com/node/7
6185 S: Supported
6186 F: drivers/input/touchscreen/*wm97*
6187 F: include/linux/wm97xx.h
6188
6189 WOLFSON MICROELECTRONICS PMIC DRIVERS
6190 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6191 T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6192 W: http://opensource.wolfsonmicro.com/node/8
6193 S: Supported
6194 F: Documentation/hwmon/wm83??
6195 F: drivers/leds/leds-wm83*.c
6196 F: drivers/mfd/wm8*.c
6197 F: drivers/power/wm83*.c
6198 F: drivers/rtc/rtc-wm83*.c
6199 F: drivers/regulator/wm8*.c
6200 F: drivers/video/backlight/wm83*_bl.c
6201 F: drivers/watchdog/wm83*_wdt.c
6202 F: include/linux/mfd/wm831x/
6203 F: include/linux/mfd/wm8350/
6204 F: include/linux/mfd/wm8400*
6205 F: sound/soc/codecs/wm8350.*
6206 F: sound/soc/codecs/wm8400.*
6207
6208 X.25 NETWORK LAYER
6209 M: Andrew Hendry <andrew.hendry@gmail.com>
6210 L: linux-x25@vger.kernel.org
6211 S: Odd Fixes
6212 F: Documentation/networking/x25*
6213 F: include/net/x25*
6214 F: net/x25/
6215
6216 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6217 M: Thomas Gleixner <tglx@linutronix.de>
6218 M: Ingo Molnar <mingo@redhat.com>
6219 M: "H. Peter Anvin" <hpa@zytor.com>
6220 M: x86@kernel.org
6221 T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6222 S: Maintained
6223 F: Documentation/x86/
6224 F: arch/x86/
6225
6226 X86 PLATFORM DRIVERS
6227 M: Matthew Garrett <mjg@redhat.com>
6228 L: platform-driver-x86@vger.kernel.org
6229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6230 S: Maintained
6231 F: drivers/platform/x86
6232
6233 XEN HYPERVISOR INTERFACE
6234 M: Jeremy Fitzhardinge <jeremy@xensource.com>
6235 M: Chris Wright <chrisw@sous-sol.org>
6236 L: virtualization@lists.osdl.org
6237 L: xen-devel@lists.xensource.com
6238 S: Supported
6239 F: arch/x86/xen/
6240 F: drivers/*/xen-*front.c
6241 F: drivers/xen/
6242 F: arch/x86/include/asm/xen/
6243 F: include/xen/
6244
6245 XFS FILESYSTEM
6246 P: Silicon Graphics Inc
6247 M: Alex Elder <aelder@sgi.com>
6248 M: xfs-masters@oss.sgi.com
6249 L: xfs@oss.sgi.com
6250 W: http://oss.sgi.com/projects/xfs
6251 T: git git://oss.sgi.com/xfs/xfs.git
6252 S: Supported
6253 F: Documentation/filesystems/xfs.txt
6254 F: fs/xfs/
6255
6256 XILINX SYSTEMACE DRIVER
6257 M: Grant Likely <grant.likely@secretlab.ca>
6258 W: http://www.secretlab.ca/
6259 S: Maintained
6260 F: drivers/block/xsysace.c
6261
6262 XILINX UARTLITE SERIAL DRIVER
6263 M: Peter Korsgaard <jacmet@sunsite.dk>
6264 L: linux-serial@vger.kernel.org
6265 S: Maintained
6266 F: drivers/serial/uartlite.c
6267
6268 YAM DRIVER FOR AX.25
6269 M: Jean-Paul Roubelat <jpr@f6fbb.org>
6270 L: linux-hams@vger.kernel.org
6271 S: Maintained
6272 F: drivers/net/hamradio/yam*
6273 F: include/linux/yam.h
6274
6275 YEALINK PHONE DRIVER
6276 M: Henk Vergonet <Henk.Vergonet@gmail.com>
6277 L: usbb2k-api-dev@nongnu.org
6278 S: Maintained
6279 F: Documentation/input/yealink.txt
6280 F: drivers/input/misc/yealink.*
6281
6282 Z8530 DRIVER FOR AX.25
6283 M: Joerg Reuter <jreuter@yaina.de>
6284 W: http://yaina.de/jreuter/
6285 W: http://www.qsl.net/dl1bke/
6286 L: linux-hams@vger.kernel.org
6287 S: Maintained
6288 F: Documentation/networking/z8530drv.txt
6289 F: drivers/net/hamradio/*scc.c
6290 F: drivers/net/hamradio/z8530.h
6291
6292 ZD1211RW WIRELESS DRIVER
6293 M: Daniel Drake <dsd@gentoo.org>
6294 M: Ulrich Kunitz <kune@deine-taler.de>
6295 W: http://zd1211.ath.cx/wiki/DriverRewrite
6296 L: linux-wireless@vger.kernel.org
6297 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6298 S: Maintained
6299 F: drivers/net/wireless/zd1211rw/
6300
6301 ZR36067 VIDEO FOR LINUX DRIVER
6302 L: mjpeg-users@lists.sourceforge.net
6303 L: linux-media@vger.kernel.org
6304 W: http://mjpeg.sourceforge.net/driver-zoran/
6305 T: Mercurial http://linuxtv.org/hg/v4l-dvb
6306 S: Odd Fixes
6307 F: drivers/media/video/zoran/
6308
6309 ZS DECSTATION Z85C30 SERIAL DRIVER
6310 M: "Maciej W. Rozycki" <macro@linux-mips.org>
6311 S: Maintained
6312 F: drivers/serial/zs.*
6313
6314 THE REST
6315 M: Linus Torvalds <torvalds@linux-foundation.org>
6316 L: linux-kernel@vger.kernel.org
6317 Q: http://patchwork.kernel.org/project/LKML/list/
6318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6319 S: Buried alive in reporters
6320 F: *
6321 F: */