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