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