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