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