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