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