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