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