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