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