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