[ARM] 5453/1: fix building breakage of sys_oabi-compat.c due to missing kmalloc/kfree
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / MAINTAINERS
... / ...
CommitLineData
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
38
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
46 PLEASE remember that submissions must be made under the terms
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
51
526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
61
62 -----------------------------------
63
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
74T: SCM tree type and location. Type is one of: git, hg, quilt.
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 (moderated for non-subscribers)
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 (moderated for non-subscribers)
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 (moderated for non-subscribers)
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 (moderated for non-subscribers)
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 (moderated for non-subscribers)
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 (moderated for non-subscribers)
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 (moderated for non-subscribers)
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 (moderated for non-subscribers)
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 (moderated for non-subscribers)
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 (moderated for non-subscribers)
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
3683F: arch/microblaze/
3684
3685MICROTEK X6 SCANNER
3686P: Oliver Neukum
3687M: oliver@neukum.name
3688S: Maintained
3689F: drivers/usb/image/microtek.*
3690
3691MIPS
3692P: Ralf Baechle
3693M: ralf@linux-mips.org
3694W: http://www.linux-mips.org/
3695L: linux-mips@linux-mips.org
3696T: git git://git.linux-mips.org/pub/scm/linux.git
3697S: Supported
3698F: Documentation/mips/
3699F: arch/mips/
3700
3701MISCELLANEOUS MCA-SUPPORT
3702P: James Bottomley
3703M: James.Bottomley@HansenPartnership.com
3704L: linux-kernel@vger.kernel.org
3705S: Maintained
3706F: Documentation/ia64/mca.txt
3707F: Documentation/mca.txt
3708F: drivers/mca/
3709F: include/linux/mca*
3710
3711MODULE SUPPORT
3712P: Rusty Russell
3713M: rusty@rustcorp.com.au
3714L: linux-kernel@vger.kernel.org
3715S: Maintained
3716F: include/linux/module.h
3717F: kernel/module.c
3718
3719MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3720P: Stelian Pop
3721M: stelian@popies.net
3722W: http://popies.net/meye/
3723S: Maintained
3724F: Documentation/video4linux/meye.txt
3725F: drivers/media/video/meye.*
3726F: include/linux/meye.h
3727
3728MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3729P: Pavel Pisa
3730M: ppisa@pikron.com
3731L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3732S: Maintained
3733F: drivers/mmc/host/imxmmc.*
3734
3735MOUSE AND MISC DEVICES [GENERAL]
3736P: Alessandro Rubini
3737M: rubini@ipvvis.unipv.it
3738L: linux-kernel@vger.kernel.org
3739S: Maintained
3740F: drivers/input/mouse/
3741F: include/linux/gpio_mouse.h
3742
3743MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3744P: Jiri Slaby
3745M: jirislaby@gmail.com
3746L: linux-kernel@vger.kernel.org
3747S: Maintained
3748F: Documentation/serial/moxa-smartio
3749F: drivers/char/mxser.*
3750
3751MSI LAPTOP SUPPORT
3752P: Lennart Poettering
3753M: mzxreary@0pointer.de
3754W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3755W: http://0pointer.de/lennart/tchibo.html
3756S: Maintained
3757F: drivers/platform/x86/msi-laptop.c
3758
3759MULTIFUNCTION DEVICES (MFD)
3760P: Samuel Ortiz
3761M: sameo@linux.intel.com
3762L: linux-kernel@vger.kernel.org
3763T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3764S: Supported
3765F: drivers/mfd/
3766
3767MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3768P: Pierre Ossman
3769M: pierre@ossman.eu
3770L: linux-kernel@vger.kernel.org
3771S: Maintained
3772F: drivers/mmc/
3773F: include/linux/mmc/
3774
3775MULTIMEDIA CARD (MMC) ETC. OVER SPI
3776P: David Brownell
3777M: dbrownell@users.sourceforge.net
3778L: linux-kernel@vger.kernel.org
3779S: Odd Fixes
3780F: drivers/mmc/host/mmc_spi.c
3781F: include/linux/spi/mmc_spi.h
3782
3783MULTISOUND SOUND DRIVER
3784P: Andrew Veliath
3785M: andrewtv@usa.net
3786S: Maintained
3787F: Documentation/sound/oss/MultiSound
3788F: sound/oss/msnd*
3789
3790MULTITECH MULTIPORT CARD (ISICOM)
3791P: Jiri Slaby
3792M: jirislaby@gmail.com
3793L: linux-kernel@vger.kernel.org
3794S: Maintained
3795F: drivers/char/isicom.c
3796F: include/linux/isicom.h
3797
3798MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3799P: Felipe Balbi
3800M: felipe.balbi@nokia.com
3801L: linux-usb@vger.kernel.org
3802T: git git://gitorious.org/musb/mainline.git
3803S: Maintained
3804F: drivers/usb/musb/
3805
3806MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3807P: Andrew Gallatin
3808M: gallatin@myri.com
3809P: Brice Goglin
3810M: brice@myri.com
3811L: netdev@vger.kernel.org
3812W: http://www.myri.com/scs/download-Myri10GE.html
3813S: Supported
3814F: drivers/net/myri10ge/
3815
3816NATSEMI ETHERNET DRIVER (DP8381x)
3817P: Tim Hockin
3818M: thockin@hockin.org
3819S: Maintained
3820F: drivers/net/natsemi.c
3821
3822NCP FILESYSTEM
3823P: Petr Vandrovec
3824M: vandrove@vc.cvut.cz
3825L: linware@sh.cvut.cz
3826S: Maintained
3827F: fs/ncpfs/
3828
3829NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3830P: James E.J. Bottomley
3831M: James.Bottomley@HansenPartnership.com
3832L: linux-scsi@vger.kernel.org
3833S: Maintained
3834F: drivers/scsi/NCR_D700.*
3835
3836NETEFFECT IWARP RNIC DRIVER (IW_NES)
3837P: Faisal Latif
3838M: faisal.latif@intel.com
3839P: Chien Tung
3840M: chien.tin.tung@intel.com
3841L: general@lists.openfabrics.org
3842W: http://www.neteffect.com
3843S: Supported
3844F: drivers/infiniband/hw/nes/
3845
3846NETEM NETWORK EMULATOR
3847P: Stephen Hemminger
3848M: shemminger@linux-foundation.org
3849L: netem@lists.linux-foundation.org
3850S: Maintained
3851F: net/sched/sch_netem.c
3852
3853NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3854P: Ramkrishna Vepa
3855M: ram.vepa@neterion.com
3856P: Rastapur Santosh
3857M: santosh.rastapur@neterion.com
3858P: Sivakumar Subramani
3859M: sivakumar.subramani@neterion.com
3860P: Sreenivasa Honnur
3861M: sreenivasa.honnur@neterion.com
3862P: Anil Murthy
3863M: anil.murthy@neterion.com
3864L: netdev@vger.kernel.org
3865W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3866W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3867S: Supported
3868F: Documentation/networking/s2io.txt
3869F: drivers/net/s2io*
3870
3871NETFILTER/IPTABLES/IPCHAINS
3872P: Rusty Russell
3873P: Marc Boucher
3874P: James Morris
3875P: Harald Welte
3876P: Jozsef Kadlecsik
3877P: Patrick McHardy
3878M: kaber@trash.net
3879L: netfilter-devel@vger.kernel.org
3880L: netfilter@vger.kernel.org
3881L: coreteam@netfilter.org
3882W: http://www.netfilter.org/
3883W: http://www.iptables.org/
3884S: Supported
3885F: include/linux/netfilter*
3886F: include/linux/netfilter/
3887F: include/net/netfilter/
3888F: net/*/netfilter.c
3889F: net/*/netfilter/
3890F: net/netfilter/
3891
3892NETLABEL
3893P: Paul Moore
3894M: paul.moore@hp.com
3895W: http://netlabel.sf.net
3896L: netdev@vger.kernel.org
3897S: Supported
3898F: Documentation/netlabel/
3899F: include/net/netlabel.h
3900F: net/netlabel/
3901
3902NETROM NETWORK LAYER
3903P: Ralf Baechle
3904M: ralf@linux-mips.org
3905L: linux-hams@vger.kernel.org
3906W: http://www.linux-ax25.org/
3907S: Maintained
3908F: include/linux/netrom.h
3909F: include/net/netrom.h
3910F: net/netrom/
3911
3912NETWORK BLOCK DEVICE (NBD)
3913P: Paul Clements
3914M: Paul.Clements@steeleye.com
3915S: Maintained
3916F: Documentation/blockdev/nbd.txt
3917F: drivers/block/nbd.c
3918F: include/linux/nbd.h
3919
3920NETWORK DEVICE DRIVERS
3921P: Jeff Garzik
3922M: jgarzik@pobox.com
3923L: netdev@vger.kernel.org
3924T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
3925S: Maintained
3926F: drivers/net/
3927
3928NETWORKING [GENERAL]
3929P: Networking Team
3930M: netdev@vger.kernel.org
3931L: netdev@vger.kernel.org
3932W: http://linux-net.osdl.org/
3933S: Maintained
3934F: net/
3935F: include/net/
3936
3937NETWORKING [IPv4/IPv6]
3938P: David S. Miller
3939M: davem@davemloft.net
3940P: Alexey Kuznetsov
3941M: kuznet@ms2.inr.ac.ru
3942P: Pekka Savola (ipv6)
3943M: pekkas@netcore.fi
3944P: James Morris
3945M: jmorris@namei.org
3946P: Hideaki YOSHIFUJI
3947M: yoshfuji@linux-ipv6.org
3948P: Patrick McHardy
3949M: kaber@trash.net
3950L: netdev@vger.kernel.org
3951T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3952S: Maintained
3953F: net/ipv4/
3954F: net/ipv6/
3955F: include/net/ip*
3956
3957NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3958P: Paul Moore
3959M: paul.moore@hp.com
3960L: netdev@vger.kernel.org
3961S: Maintained
3962
3963NETWORKING [WIRELESS]
3964P: John W. Linville
3965M: linville@tuxdriver.com
3966L: linux-wireless@vger.kernel.org
3967T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3968S: Maintained
3969F: net/wireless/
3970F: include/net/ieee80211*
3971F: include/net/wireless.h
3972
3973NETXEN (1/10) GbE SUPPORT
3974P: Dhananjay Phadke
3975M: dhananjay@netxen.com
3976L: netdev@vger.kernel.org
3977W: http://www.netxen.com
3978S: Supported
3979F: drivers/net/netxen/
3980
3981NFS, SUNRPC, AND LOCKD CLIENTS
3982P: Trond Myklebust
3983M: Trond.Myklebust@netapp.com
3984L: linux-nfs@vger.kernel.org
3985W: http://client.linux-nfs.org
3986T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3987S: Maintained
3988F: fs/lockd/
3989F: fs/nfs/
3990F: fs/nfs_common/
3991F: net/sunrpc/
3992F: include/linux/lockd/
3993F: include/linux/nfs*
3994F: include/linux/sunrpc/
3995
3996NI5010 NETWORK DRIVER
3997P: Jan-Pascal van Best
3998M: janpascal@vanbest.org
3999P: Andreas Mohr
4000M: andi@lisas.de
4001L: netdev@vger.kernel.org
4002S: Maintained
4003F: drivers/net/ni5010.*
4004
4005NILFS2 FILESYSTEM
4006P: KONISHI Ryusuke
4007M: konishi.ryusuke@lab.ntt.co.jp
4008L: users@nilfs.org
4009W: http://www.nilfs.org/en/
4010S: Supported
4011F: Documentation/filesystems/nilfs2.txt
4012F: fs/nilfs2/
4013F: include/linux/nilfs2_fs.h
4014
4015NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4016P: YOKOTA Hiroshi
4017M: yokota@netlab.is.tsukuba.ac.jp
4018W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4019S: Maintained
4020F: Documentation/scsi/NinjaSCSI.txt
4021F: drivers/scsi/pcmcia/nsp_*
4022
4023NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4024P: GOTO Masanori
4025M: gotom@debian.or.jp
4026P: YOKOTA Hiroshi
4027M: yokota@netlab.is.tsukuba.ac.jp
4028W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4029S: Maintained
4030F: Documentation/scsi/NinjaSCSI.txt
4031F: drivers/scsi/nsp32*
4032
4033NTFS FILESYSTEM
4034P: Anton Altaparmakov
4035M: aia21@cantab.net
4036L: linux-ntfs-dev@lists.sourceforge.net
4037L: linux-kernel@vger.kernel.org
4038W: http://www.linux-ntfs.org/
4039T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4040S: Maintained
4041F: Documentation/filesystems/ntfs.txt
4042F: fs/ntfs/
4043
4044NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4045P: Antonino Daplas
4046M: adaplas@gmail.com
4047L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4048S: Maintained
4049F: drivers/video/riva/
4050F: drivers/video/nvidia/
4051
4052OMFS FILESYSTEM
4053P: Bob Copeland
4054M: me@bobcopeland.com
4055L: linux-karma-devel@lists.sourceforge.net
4056S: Maintained
4057F: Documentation/filesystems/omfs.txt
4058F: fs/omfs/
4059
4060OMNIKEY CARDMAN 4000 DRIVER
4061P: Harald Welte
4062M: laforge@gnumonks.org
4063S: Maintained
4064F: drivers/char/pcmcia/cm4000_cs.c
4065F: include/linux/cm4000_cs.h
4066
4067OMNIKEY CARDMAN 4040 DRIVER
4068P: Harald Welte
4069M: laforge@gnumonks.org
4070S: Maintained
4071F: drivers/char/pcmcia/cm4040_cs.*
4072
4073OMNIVISION OV7670 SENSOR DRIVER
4074P: Jonathan Corbet
4075M: corbet@lwn.net
4076L: linux-media@vger.kernel.org
4077T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4078S: Maintained
4079F: drivers/media/video/ov7670.c
4080
4081ONENAND FLASH DRIVER
4082P: Kyungmin Park
4083M: kyungmin.park@samsung.com
4084L: linux-mtd@lists.infradead.org
4085S: Maintained
4086F: drivers/mtd/onenand/
4087F: include/linux/mtd/onenand*.h
4088
4089ONSTREAM SCSI TAPE DRIVER
4090P: Willem Riede
4091M: osst@riede.org
4092L: osst-users@lists.sourceforge.net
4093L: linux-scsi@vger.kernel.org
4094S: Maintained
4095F: drivers/scsi/osst*
4096F: drivers/scsi/st*
4097
4098OPENCORES I2C BUS DRIVER
4099P: Peter Korsgaard
4100M: jacmet@sunsite.dk
4101L: linux-i2c@vger.kernel.org
4102S: Maintained
4103F: Documentation/i2c/busses/i2c-ocores
4104F: drivers/i2c/busses/i2c-ocores.c
4105
4106OPROFILE
4107P: Robert Richter
4108M: robert.richter@amd.com
4109L: oprofile-list@lists.sf.net
4110S: Maintained
4111F: arch/*/oprofile/
4112F: drivers/oprofile/
4113F: include/linux/oprofile.h
4114
4115ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4116P: Mark Fasheh
4117M: mfasheh@suse.com
4118P: Joel Becker
4119M: joel.becker@oracle.com
4120L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4121W: http://oss.oracle.com/projects/ocfs2/
4122T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
4123S: Supported
4124F: Documentation/filesystems/ocfs2.txt
4125F: Documentation/filesystems/dlmfs.txt
4126F: fs/ocfs2/
4127
4128ORINOCO DRIVER
4129P: Pavel Roskin
4130M: proski@gnu.org
4131P: David Gibson
4132M: hermes@gibson.dropbear.id.au
4133L: linux-wireless@vger.kernel.org
4134L: orinoco-users@lists.sourceforge.net
4135L: orinoco-devel@lists.sourceforge.net
4136W: http://www.nongnu.org/orinoco/
4137S: Maintained
4138F: drivers/net/wireless/orinoco/
4139
4140OSD LIBRARY
4141P: Boaz Harrosh
4142M: bharrosh@panasas.com
4143P: Benny Halevy
4144M: bhalevy@panasas.com
4145L: osd-dev@open-osd.org
4146W: http://open-osd.org
4147T: git git://git.open-osd.org/open-osd.git
4148S: Maintained
4149
4150P54 WIRELESS DRIVER
4151P: Michael Wu
4152M: flamingice@sourmilk.net
4153L: linux-wireless@vger.kernel.org
4154W: http://prism54.org
4155T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4156S: Maintained
4157F: drivers/net/wireless/p54/
4158
4159PA SEMI ETHERNET DRIVER
4160P: Olof Johansson
4161M: olof@lixom.net
4162L: netdev@vger.kernel.org
4163S: Maintained
4164F: drivers/net/pasemi_mac.*
4165
4166PA SEMI SMBUS DRIVER
4167P: Olof Johansson
4168M: olof@lixom.net
4169L: linux-i2c@vger.kernel.org
4170S: Maintained
4171F: drivers/i2c/busses/i2c-pasemi.c
4172
4173PANASONIC LAPTOP ACPI EXTRAS DRIVER
4174P: Harald Welte
4175M: laforge@gnumonks.org
4176S: Maintained
4177F: drivers/platform/x86/panasonic-laptop.c
4178
4179PANASONIC MN10300/AM33 PORT
4180P: David Howells
4181M: dhowells@redhat.com
4182P: Koichi Yasutake
4183M: yasutake.koichi@jp.panasonic.com
4184L: linux-am33-list@redhat.com (moderated for non-subscribers)
4185W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4186S: Maintained
4187F: Documentation/mn10300/
4188F: arch/mn10300/
4189
4190PARALLEL PORT SUPPORT
4191L: linux-parport@lists.infradead.org (subscribers-only)
4192S: Orphan
4193F: drivers/parport/
4194F: include/linux/parport*.h
4195F: drivers/char/ppdev.c
4196F: include/linux/ppdev.h
4197
4198PARAVIRT_OPS INTERFACE
4199P: Jeremy Fitzhardinge
4200M: jeremy@xensource.com
4201P: Chris Wright
4202M: chrisw@sous-sol.org
4203P: Alok Kataria
4204M: akataria@vmware.com
4205P: Rusty Russell
4206M: rusty@rustcorp.com.au
4207L: virtualization@lists.osdl.org
4208L: linux-kernel@vger.kernel.org
4209S: Supported
4210F: Documentation/ia64/paravirt_ops.txt
4211F: arch/*/kernel/paravirt*
4212F: arch/*/include/asm/paravirt.h
4213
4214PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4215P: Tim Waugh
4216M: tim@cyberelk.net
4217L: linux-parport@lists.infradead.org (subscribers-only)
4218W: http://www.torque.net/linux-pp.html
4219S: Maintained
4220F: Documentation/blockdev/paride.txt
4221F: drivers/block/paride/
4222
4223PARISC ARCHITECTURE
4224P: Kyle McMartin
4225M: kyle@mcmartin.ca
4226P: Helge Deller
4227M: deller@gmx.de
4228L: linux-parisc@vger.kernel.org
4229W: http://www.parisc-linux.org/
4230T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4231S: Maintained
4232F: arch/parisc/
4233F: drivers/parisc/
4234
4235PC87360 HARDWARE MONITORING DRIVER
4236P: Jim Cromie
4237M: jim.cromie@gmail.com
4238L: lm-sensors@lm-sensors.org
4239S: Maintained
4240F: Documentation/hwmon/pc87360
4241F: drivers/hwmon/pc87360.c
4242
4243PC8736x GPIO DRIVER
4244P: Jim Cromie
4245M: jim.cromie@gmail.com
4246S: Maintained
4247F: drivers/char/pc8736x_gpio.c
4248
4249PCA9532 LED DRIVER
4250P: Riku Voipio
4251M: riku.voipio@iki.fi
4252S: Maintained
4253F: drivers/leds/leds-pca9532.c
4254F: include/linux/leds-pca9532.h
4255
4256PCI ERROR RECOVERY
4257P: Linas Vepstas
4258M: linas@austin.ibm.com
4259L: linux-kernel@vger.kernel.org
4260L: linux-pci@vger.kernel.org
4261S: Supported
4262F: Documentation/PCI/pci-error-recovery.txt
4263F: Documentation/powerpc/eeh-pci-error-recovery.txt
4264
4265PCI SUBSYSTEM
4266P: Jesse Barnes
4267M: jbarnes@virtuousgeek.org
4268L: linux-kernel@vger.kernel.org
4269L: linux-pci@vger.kernel.org
4270T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4271S: Supported
4272F: Documentation/PCI/
4273F: drivers/pci/
4274F: include/linux/pci*
4275
4276PCIE HOTPLUG DRIVER
4277P: Kristen Carlson Accardi
4278M: kristen.c.accardi@intel.com
4279L: linux-pci@vger.kernel.org
4280S: Supported
4281F: drivers/pci/pcie/
4282
4283PCMCIA SUBSYSTEM
4284P: Linux PCMCIA Team
4285L: linux-pcmcia@lists.infradead.org
4286W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4287T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4288S: Maintained
4289F: Documentation/pcmcia/
4290F: drivers/pcmcia/
4291F: include/pcmcia/
4292
4293PCNET32 NETWORK DRIVER
4294P: Don Fry
4295M: pcnet32@verizon.net
4296L: netdev@vger.kernel.org
4297S: Maintained
4298F: drivers/net/pcnet32.c
4299
4300PER-TASK DELAY ACCOUNTING
4301P: Balbir Singh
4302M: balbir@linux.vnet.ibm.com
4303L: linux-kernel@vger.kernel.org
4304S: Maintained
4305F: include/linux/delayacct.h
4306F: kernel/delayacct.c
4307
4308PERSONALITY HANDLING
4309P: Christoph Hellwig
4310M: hch@infradead.org
4311L: linux-abi-devel@lists.sourceforge.net
4312S: Maintained
4313F: include/linux/personality.h
4314
4315PHRAM MTD DRIVER
4316P: Joern Engel
4317M: joern@lazybastard.org
4318L: linux-mtd@lists.infradead.org
4319S: Maintained
4320F: drivers/mtd/devices/phram.c
4321
4322PKTCDVD DRIVER
4323P: Peter Osterlund
4324M: petero2@telia.com
4325L: linux-kernel@vger.kernel.org
4326S: Maintained
4327F: drivers/block/pktcdvd.c
4328F: include/linux/pktcdvd.h
4329
4330POSIX CLOCKS and TIMERS
4331P: Thomas Gleixner
4332M: tglx@linutronix.de
4333L: linux-kernel@vger.kernel.org
4334S: Supported
4335F: fs/timerfd.c
4336F: include/linux/timer*
4337F: kernel/*timer*
4338
4339POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4340P: Anton Vorontsov
4341M: cbou@mail.ru
4342P: David Woodhouse
4343M: dwmw2@infradead.org
4344L: linux-kernel@vger.kernel.org
4345T: git git://git.infradead.org/battery-2.6.git
4346S: Maintained
4347F: include/linux/power_supply.h
4348F: drivers/power/power_supply*
4349
4350PNP SUPPORT
4351P: Adam Belay
4352M: abelay@mit.edu
4353P: Bjorn Helgaas
4354M: bjorn.helgaas@hp.com
4355S: Maintained
4356F: drivers/pnp/
4357
4358PNXxxxx I2C DRIVER
4359P: Vitaly Wool
4360M: vitalywool@gmail.com
4361L: linux-i2c@vger.kernel.org
4362S: Maintained
4363F: drivers/i2c/busses/i2c-pnx.c
4364
4365PPP PROTOCOL DRIVERS AND COMPRESSORS
4366P: Paul Mackerras
4367M: paulus@samba.org
4368L: linux-ppp@vger.kernel.org
4369S: Maintained
4370F: drivers/net/ppp_*
4371
4372PPP OVER ATM (RFC 2364)
4373P: Mitchell Blank Jr
4374M: mitch@sfgoth.com
4375S: Maintained
4376F: net/atm/pppoatm.c
4377F: include/linux/atmppp.h
4378
4379PPP OVER ETHERNET
4380P: Michal Ostrowski
4381M: mostrows@earthlink.net
4382S: Maintained
4383F: drivers/net/pppoe.c
4384F: drivers/net/pppox.c
4385
4386PPP OVER L2TP
4387P: James Chapman
4388M: jchapman@katalix.com
4389S: Maintained
4390F: drivers/net/pppol2tp.c
4391F: include/linux/if_pppol2tp.h
4392
4393PREEMPTIBLE KERNEL
4394P: Robert Love
4395M: rml@tech9.net
4396L: linux-kernel@vger.kernel.org
4397L: kpreempt-tech@lists.sourceforge.net
4398W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4399S: Supported
4400F: Documentation/preempt-locking.txt
4401F: include/linux/preempt.h
4402
4403PRISM54 WIRELESS DRIVER
4404P: Luis R. Rodriguez
4405M: mcgrof@gmail.com
4406L: linux-wireless@vger.kernel.org
4407W: http://prism54.org
4408S: Maintained
4409F: drivers/net/wireless/prism54/
4410
4411PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4412P: Peter Denison
4413M: promise@pnd-pc.demon.co.uk
4414W: http://www.pnd-pc.demon.co.uk/promise/
4415S: Maintained
4416
4417PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4418P: Mikael Pettersson
4419M: mikpe@it.uu.se
4420L: linux-ide@vger.kernel.org
4421S: Maintained
4422F: drivers/ata/sata_promise.*
4423
4424PS3 NETWORK SUPPORT
4425P: Masakazu Mokuno
4426M: mokuno@sm.sony.co.jp
4427L: netdev@vger.kernel.org
4428L: cbe-oss-dev@ozlabs.org
4429S: Supported
4430F: drivers/net/ps3_gelic_net.*
4431
4432PS3 PLATFORM SUPPORT
4433P: Geoff Levand
4434M: geoffrey.levand@am.sony.com
4435L: linuxppc-dev@ozlabs.org
4436L: cbe-oss-dev@ozlabs.org
4437S: Supported
4438F: arch/powerpc/boot/ps3*
4439F: arch/powerpc/include/asm/lv1call.h
4440F: arch/powerpc/include/asm/ps3*.h
4441F: arch/powerpc/platforms/ps3/
4442F: drivers/*/ps3*
4443F: drivers/ps3/
4444F: drivers/usb/host/*ps3.c
4445
4446PS3VRAM DRIVER
4447P: Jim Paris
4448M: jim@jtan.com
4449L: cbe-oss-dev@ozlabs.org
4450S: Maintained
4451
4452PVRUSB2 VIDEO4LINUX DRIVER
4453P: Mike Isely
4454M: isely@pobox.com
4455L: pvrusb2@isely.net (subscribers-only)
4456L: linux-media@vger.kernel.org
4457W: http://www.isely.net/pvrusb2/
4458T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4459S: Maintained
4460F: Documentation/video4linux/README.pvrusb2
4461F: drivers/media/video/pvrusb2/
4462
4463PXA2xx/PXA3xx SUPPORT
4464P: Eric Miao
4465M: eric.miao@marvell.com
4466P: Russell King
4467M: linux@arm.linux.org.uk
4468L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4469S: Maintained
4470F: arch/arm/mach-pxa/
4471F: drivers/pcmcia/pxa2xx*
4472F: drivers/spi/pxa2xx*
4473F: drivers/usb/gadget/pxa2*
4474F: include/sound/pxa2xx-lib.h
4475F: sound/soc/pxa/pxa2xx*
4476
4477PXA168 SUPPORT
4478P: Eric Miao
4479M: eric.miao@marvell.com
4480P: Jason Chagas
4481M: jason.chagas@marvell.com
4482L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4483T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4484S: Supported
4485
4486PXA910 SUPPORT
4487P: Eric Miao
4488M: eric.miao@marvell.com
4489L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4490T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4491S: Supported
4492
4493PXA MMCI DRIVER
4494S: Orphan
4495
4496PXA RTC DRIVER
4497P: Robert Jarzmik
4498M: robert.jarzmik@free.fr
4499L: rtc-linux@googlegroups.com
4500S: Maintained
4501
4502QLOGIC QLA2XXX FC-SCSI DRIVER
4503P: Andrew Vasquez
4504M: linux-driver@qlogic.com
4505L: linux-scsi@vger.kernel.org
4506S: Supported
4507F: Documentation/scsi/LICENSE.qla2xxx
4508F: drivers/scsi/qla2xxx/
4509
4510QLOGIC QLA3XXX NETWORK DRIVER
4511P: Ron Mercer
4512M: linux-driver@qlogic.com
4513L: netdev@vger.kernel.org
4514S: Supported
4515F: Documentation/networking/LICENSE.qla3xxx
4516F: drivers/net/qla3xxx.*
4517
4518QLOGIC QLGE 10Gb ETHERNET DRIVER
4519P: Ron Mercer
4520M: linux-driver@qlogic.com
4521M: ron.mercer@qlogic.com
4522L: netdev@vger.kernel.org
4523S: Supported
4524F: drivers/net/qlge/
4525
4526QNX4 FILESYSTEM
4527P: Anders Larsen
4528M: al@alarsen.net
4529L: linux-kernel@vger.kernel.org
4530W: http://www.alarsen.net/linux/qnx4fs/
4531S: Maintained
4532F: fs/qnx4/
4533F: include/linux/qnx4_fs.h
4534F: include/linux/qnxtypes.h
4535
4536RADEON FRAMEBUFFER DISPLAY DRIVER
4537P: Benjamin Herrenschmidt
4538M: benh@kernel.crashing.org
4539L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4540S: Maintained
4541F: drivers/video/aty/radeon*
4542F: include/linux/radeonfb.h
4543
4544RAGE128 FRAMEBUFFER DISPLAY DRIVER
4545P: Paul Mackerras
4546M: paulus@samba.org
4547L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4548S: Maintained
4549F: drivers/video/aty/aty128fb.c
4550
4551RALINK RT2X00 WIRELESS LAN DRIVER
4552P: rt2x00 project
4553L: linux-wireless@vger.kernel.org
4554L: users@rt2x00.serialmonkey.com
4555W: http://rt2x00.serialmonkey.com/
4556S: Maintained
4557T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4558F: drivers/net/wireless/rt2x00/
4559
4560RAMDISK RAM BLOCK DEVICE DRIVER
4561P: Nick Piggin
4562M: npiggin@suse.de
4563S: Maintained
4564F: Documentation/blockdev/ramdisk.txt
4565F: drivers/block/brd.c
4566
4567RANDOM NUMBER DRIVER
4568P: Matt Mackall
4569M: mpm@selenic.com
4570S: Maintained
4571F: drivers/char/random.c
4572
4573RAPIDIO SUBSYSTEM
4574P: Matt Porter
4575M: mporter@kernel.crashing.org
4576L: linux-kernel@vger.kernel.org
4577S: Maintained
4578F: drivers/rapidio/
4579
4580RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4581P: Corey Thomas
4582M: coreythomas@charter.net
4583L: linux-wireless@vger.kernel.org
4584S: Maintained
4585F: drivers/net/wireless/ray*
4586
4587RCUTORTURE MODULE
4588P: Josh Triplett
4589M: josh@freedesktop.org
4590L: linux-kernel@vger.kernel.org
4591S: Maintained
4592F: Documentation/RCU/torture.txt
4593F: kernel/rcutorture.c
4594
4595RDC R-321X SoC
4596P: Florian Fainelli
4597M: florian.fainelli@telecomint.eu
4598L: linux-kernel@vger.kernel.org
4599S: Maintained
4600
4601RDC R6040 FAST ETHERNET DRIVER
4602P: Florian Fainelli
4603M: florian.fainelli@telecomint.eu
4604L: netdev@vger.kernel.org
4605S: Maintained
4606F: drivers/net/r6040.c
4607
4608RDS - RELIABLE DATAGRAM SOCKETS
4609P: Andy Grover
4610M: andy.grover@oracle.com
4611L: rds-devel@oss.oracle.com
4612S: Supported
4613F: net/rds/
4614
4615READ-COPY UPDATE (RCU)
4616P: Dipankar Sarma
4617M: dipankar@in.ibm.com
4618W: http://www.rdrop.com/users/paulmck/rclock/
4619L: linux-kernel@vger.kernel.org
4620S: Supported
4621F: Documentation/RCU/rcu.txt
4622F: Documentation/RCU/rcuref.txt
4623F: include/linux/rcupdate.h
4624F: include/linux/srcu.h
4625F: kernel/rcupdate.c
4626
4627REAL TIME CLOCK DRIVER
4628P: Paul Gortmaker
4629M: p_gortmaker@yahoo.com
4630L: linux-kernel@vger.kernel.org
4631S: Maintained
4632F: Documentation/rtc.txt
4633F: drivers/rtc/
4634F: include/linux/rtc.h
4635
4636REAL TIME CLOCK (RTC) SUBSYSTEM
4637P: Alessandro Zummo
4638M: a.zummo@towertech.it
4639L: rtc-linux@googlegroups.com
4640S: Maintained
4641F: Documentation/rtc.txt
4642F: drivers/rtc/
4643F: include/linux/rtc.h
4644
4645REISERFS FILE SYSTEM
4646L: reiserfs-devel@vger.kernel.org
4647S: Supported
4648F: fs/reiserfs/
4649
4650RFKILL
4651P: Ivo van Doorn
4652M: IvDoorn@gmail.com
4653L: netdev@vger.kernel.org
4654S: Maintained
4655F Documentation/rfkill.txt
4656F: net/rfkill/
4657
4658RISCOM8 DRIVER
4659S: Orphan
4660F: Documentation/serial/riscom8.txt
4661F: drivers/char/riscom8*
4662
4663ROCKETPORT DRIVER
4664P: Comtrol Corp.
4665W: http://www.comtrol.com
4666S: Maintained
4667F: Documentation/serial/rocket.txt
4668F: drivers/char/rocket*
4669
4670ROSE NETWORK LAYER
4671P: Ralf Baechle
4672M: ralf@linux-mips.org
4673L: linux-hams@vger.kernel.org
4674W: http://www.linux-ax25.org/
4675S: Maintained
4676F: include/linux/rose.h
4677F: include/net/rose.h
4678F: net/rose/
4679
4680RTL8180 WIRELESS DRIVER
4681P: John W. Linville
4682M: linville@tuxdriver.com
4683L: linux-wireless@vger.kernel.org
4684W: http://linuxwireless.org/
4685T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4686S: Maintained
4687F: drivers/net/wireless/rtl818*
4688
4689RTL8187 WIRELESS DRIVER
4690P: Herton Ronaldo Krzesinski
4691M: herton@mandriva.com.br
4692P: Hin-Tak Leung
4693M: htl10@users.sourceforge.net
4694P: Larry Finger
4695M: Larry.Finger@lwfinger.net
4696L: linux-wireless@vger.kernel.org
4697W: http://linuxwireless.org/
4698T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4699S: Maintained
4700F: drivers/net/wireless/rtl818x/rtl8187*
4701
4702S3 SAVAGE FRAMEBUFFER DRIVER
4703P: Antonino Daplas
4704M: adaplas@gmail.com
4705L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4706S: Maintained
4707F: drivers/video/savage/
4708
4709S390
4710P: Martin Schwidefsky
4711M: schwidefsky@de.ibm.com
4712P: Heiko Carstens
4713M: heiko.carstens@de.ibm.com
4714M: linux390@de.ibm.com
4715L: linux-s390@vger.kernel.org
4716W: http://www.ibm.com/developerworks/linux/linux390/
4717S: Supported
4718F: arch/s390/
4719
4720S390 NETWORK DRIVERS
4721P: Ursula Braun
4722M: ursula.braun@de.ibm.com
4723P: Frank Blaschka
4724M: blaschka@linux.vnet.ibm.com
4725M: linux390@de.ibm.com
4726L: linux-s390@vger.kernel.org
4727W: http://www.ibm.com/developerworks/linux/linux390/
4728S: Supported
4729F: drivers/s390/net/
4730
4731S390 ZCRYPT DRIVER
4732P: Felix Beck
4733M: felix.beck@de.ibm.com
4734P: Ralph Wuerthner
4735M: ralph.wuerthner@de.ibm.com
4736M: linux390@de.ibm.com
4737L: linux-s390@vger.kernel.org
4738S: Supported
4739F: drivers/s390/crypto/
4740
4741S390 ZFCP DRIVER
4742P: Christof Schmitt
4743M: christof.schmitt@de.ibm.com
4744P: Martin Peschke
4745M: mp3@de.ibm.com
4746M: linux390@de.ibm.com
4747L: linux-s390@vger.kernel.org
4748W: http://www.ibm.com/developerworks/linux/linux390/
4749S: Supported
4750F: Documentation/s390/zfcpdump.txt
4751F: drivers/s390/scsi/zfcp_*
4752
4753S390 IUCV NETWORK LAYER
4754P: Ursula Braun
4755M: ursula.braun@de.ibm.com
4756M: linux390@de.ibm.com
4757L: linux-s390@vger.kernel.org
4758W: http://www.ibm.com/developerworks/linux/linux390/
4759S: Supported
4760F: drivers/s390/net/*iucv*
4761F: include/net/iucv/
4762F: net/iucv/
4763
4764S3C24XX SD/MMC Driver
4765P: Ben Dooks
4766M: ben-linux@fluff.org
4767L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4768L: linux-kernel@vger.kernel.org
4769S: Supported
4770F: drivers/mmc/host/s3cmci.*
4771
4772SAA7146 VIDEO4LINUX-2 DRIVER
4773P: Michael Hunold
4774M: michael@mihu.de
4775L: linux-media@vger.kernel.org
4776T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4777W: http://www.mihu.de/linux/saa7146
4778S: Maintained
4779F: drivers/media/common/saa7146*
4780F: drivers/media/video/*7146*
4781F: include/media/*7146*
4782
4783SC1200 WDT DRIVER
4784P: Zwane Mwaikambo
4785M: zwane@arm.linux.org.uk
4786S: Maintained
4787F: drivers/watchdog/sc1200wdt.c
4788
4789SCHEDULER
4790P: Ingo Molnar
4791M: mingo@elte.hu
4792P: Peter Zijlstra
4793M: peterz@infradead.org
4794L: linux-kernel@vger.kernel.org
4795S: Maintained
4796F: kernel/sched*
4797F: include/linux/sched.h
4798
4799SCSI CDROM DRIVER
4800P: Jens Axboe
4801M: axboe@kernel.dk
4802L: linux-scsi@vger.kernel.org
4803W: http://www.kernel.dk
4804S: Maintained
4805F: drivers/scsi/sr*
4806
4807SCSI SG DRIVER
4808P: Doug Gilbert
4809M: dgilbert@interlog.com
4810L: linux-scsi@vger.kernel.org
4811W: http://www.torque.net/sg
4812S: Maintained
4813F: drivers/scsi/sg.c
4814F: include/scsi/sg.h
4815
4816SCSI SUBSYSTEM
4817P: James E.J. Bottomley
4818M: James.Bottomley@HansenPartnership.com
4819L: linux-scsi@vger.kernel.org
4820T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4821T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4822T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4823S: Maintained
4824F: drivers/scsi/
4825F: include/scsi/
4826
4827SCSI TAPE DRIVER
4828P: Kai Mäkisara
4829M: Kai.Makisara@kolumbus.fi
4830L: linux-scsi@vger.kernel.org
4831S: Maintained
4832F: Documentation/scsi/st.txt
4833F: drivers/scsi/st*
4834
4835SCTP PROTOCOL
4836P: Vlad Yasevich
4837M: vladislav.yasevich@hp.com
4838P: Sridhar Samudrala
4839M: sri@us.ibm.com
4840L: linux-sctp@vger.kernel.org
4841W: http://lksctp.sourceforge.net
4842S: Supported
4843F: Documentation/networking/sctp.txt
4844F: include/linux/sctp.h
4845F: include/net/sctp/
4846F: net/sctp/
4847
4848SCx200 CPU SUPPORT
4849P: Jim Cromie
4850M: jim.cromie@gmail.com
4851S: Odd Fixes
4852F: Documentation/i2c/busses/scx200_acb
4853F: arch/x86/kernel/scx200_32.c
4854F: drivers/watchdog/scx200_wdt.c
4855F: drivers/i2c/busses/scx200*
4856F: drivers/mtd/maps/scx200_docflash.c
4857F: include/linux/scx200.h
4858
4859SCx200 GPIO DRIVER
4860P: Jim Cromie
4861M: jim.cromie@gmail.com
4862S: Maintained
4863F: drivers/char/scx200_gpio.c
4864F: include/linux/scx200_gpio.h
4865
4866SCx200 HRT CLOCKSOURCE DRIVER
4867P: Jim Cromie
4868M: jim.cromie@gmail.com
4869S: Maintained
4870F: drivers/clocksource/scx200_hrt.c
4871
4872SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4873P: Sascha Sommer
4874M: saschasommer@freenet.de
4875L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4876S: Maintained
4877F: drivers/mmc/host/sdricoh_cs.c
4878
4879SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4880P: Pierre Ossman
4881M: pierre@ossman.eu
4882L: sdhci-devel@lists.ossman.eu
4883S: Maintained
4884
4885SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4886P: Anton Vorontsov
4887M: avorontsov@ru.mvista.com
4888L: linuxppc-dev@ozlabs.org
4889L: sdhci-devel@lists.ossman.eu
4890S: Maintained
4891F: drivers/mmc/host/sdhci.*
4892
4893SECURITY SUBSYSTEM
4894P: James Morris
4895M: jmorris@namei.org
4896L: linux-kernel@vger.kernel.org
4897L: linux-security-module@vger.kernel.org (suggested Cc:)
4898T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4899W: http://security.wiki.kernel.org/
4900S: Supported
4901F: security/
4902
4903SECURITY CONTACT
4904P: Security Officers
4905M: security@kernel.org
4906S: Supported
4907
4908SELINUX SECURITY MODULE
4909P: Stephen Smalley
4910M: sds@tycho.nsa.gov
4911P: James Morris
4912M: jmorris@namei.org
4913P: Eric Paris
4914M: eparis@parisplace.org
4915L: linux-kernel@vger.kernel.org (kernel issues)
4916L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4917W: http://selinuxproject.org
4918T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4919S: Supported
4920F: include/linux/selinux*
4921F: security/selinux/
4922
4923SENSABLE PHANTOM
4924P: Jiri Slaby
4925M: jirislaby@gmail.com
4926S: Maintained
4927F: drivers/misc/phantom.c
4928F: include/linux/phantom.h
4929
4930SERIAL ATA (SATA) SUBSYSTEM
4931P: Jeff Garzik
4932M: jgarzik@pobox.com
4933L: linux-ide@vger.kernel.org
4934T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4935S: Supported
4936F: drivers/ata/
4937F: include/linux/ata.h
4938F: include/linux/libata.h
4939
4940SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4941P: Sathya Perla
4942M: sathyap@serverengines.com
4943P: Subbu Seetharaman
4944M: subbus@serverengines.com
4945L: netdev@vger.kernel.org
4946W: http://www.serverengines.com
4947S: Supported
4948F: drivers/net/benet/
4949
4950SFC NETWORK DRIVER
4951P: Steve Hodgson
4952P: Ben Hutchings
4953P: Robert Stonehouse
4954M: linux-net-drivers@solarflare.com
4955S: Supported
4956F: drivers/net/sfc/
4957
4958SGI GRU DRIVER
4959P: Jack Steiner
4960M: steiner@sgi.com
4961S: Maintained
4962F: drivers/misc/sgi-gru/
4963
4964SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4965P: Pat Gefre
4966M: pfg@sgi.com
4967L: linux-ia64@vger.kernel.org
4968S: Supported
4969F: Documentation/ia64/serial.txt
4970F: drivers/serial/ioc?_serial.c
4971F: include/linux/ioc?.h
4972
4973SGI VISUAL WORKSTATION 320 AND 540
4974P: Andrey Panin
4975M: pazke@donpac.ru
4976L: linux-visws-devel@lists.sf.net
4977W: http://linux-visws.sf.net
4978S: Maintained for 2.6.
4979F: Documentation/sgi-visws.txt
4980
4981SGI XP/XPC/XPNET DRIVER
4982P: Robin Holt
4983M: holt@sgi.com
4984S: Maintained
4985F: drivers/misc/sgi-xp/
4986
4987SHARP LH SUPPORT (LH7952X & LH7A40X)
4988P: Marc Singer
4989M: elf@buici.com
4990W: http://projects.buici.com/arm
4991L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4992S: Maintained
4993F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4994F: arch/arm/mach-lh7a40x/
4995F: drivers/serial/serial_lh7a40x.c
4996F: drivers/usb/gadget/lh7a40*
4997F: drivers/usb/host/ohci-lh7a40*
4998
4999SHPC HOTPLUG DRIVER
5000P: Kristen Carlson Accardi
5001M: kristen.c.accardi@intel.com
5002L: linux-pci@vger.kernel.org
5003S: Supported
5004F: drivers/pci/hotplug/shpchp*
5005
5006SIMTEC EB110ATX (Chalice CATS)
5007P: Ben Dooks
5008P: Vincent Sanders
5009M: support@simtec.co.uk
5010W: http://www.simtec.co.uk/products/EB110ATX/
5011S: Supported
5012F: arch/arm/mach-ebsa110/
5013
5014SIMTEC EB2410ITX (BAST)
5015P: Ben Dooks
5016P: Vincent Sanders
5017M: support@simtec.co.uk
5018W: http://www.simtec.co.uk/products/EB2410ITX/
5019S: Supported
5020F: arch/arm/mach-s3c2410/
5021F: drivers/*/*s3c2410*
5022F: drivers/*/*/*s3c2410*
5023
5024SIS 190 ETHERNET DRIVER
5025P: Francois Romieu
5026M: romieu@fr.zoreil.com
5027L: netdev@vger.kernel.org
5028S: Maintained
5029F: drivers/net/sis190.c
5030
5031SIS 900/7016 FAST ETHERNET DRIVER
5032P: Daniele Venzano
5033M: venza@brownhat.org
5034W: http://www.brownhat.org/sis900.html
5035L: netdev@vger.kernel.org
5036S: Maintained
5037F: drivers/net/sis900.*
5038
5039SIS 96X I2C/SMBUS DRIVER
5040P: Mark M. Hoffman
5041M: mhoffman@lightlink.com
5042L: linux-i2c@vger.kernel.org
5043S: Maintained
5044F: Documentation/i2c/busses/i2c-sis96x
5045F: drivers/i2c/busses/i2c-sis96x.c
5046
5047SIS FRAMEBUFFER DRIVER
5048P: Thomas Winischhofer
5049M: thomas@winischhofer.net
5050W: http://www.winischhofer.net/linuxsisvga.shtml
5051S: Maintained
5052F: Documentation/fb/sisfb.txt
5053F: drivers/video/sis/
5054F: include/video/sisfb.h
5055
5056SIS USB2VGA DRIVER
5057P: Thomas Winischhofer
5058M: thomas@winischhofer.net
5059W: http://www.winischhofer.at/linuxsisusbvga.shtml
5060S: Maintained
5061F: drivers/usb/misc/sisusbvga/
5062
5063SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5064P: Stephen Hemminger
5065M: shemminger@linux-foundation.org
5066L: netdev@vger.kernel.org
5067S: Maintained
5068F: drivers/net/skge.*
5069F: drivers/net/sky2.*
5070
5071SLAB ALLOCATOR
5072P: Christoph Lameter
5073M: cl@linux-foundation.org
5074P: Pekka Enberg
5075M: penberg@cs.helsinki.fi
5076P: Matt Mackall
5077M: mpm@selenic.com
5078L: linux-mm@kvack.org
5079S: Maintained
5080F: include/linux/sl?b*.h
5081F: mm/sl?b.c
5082
5083SMC91x ETHERNET DRIVER
5084P: Nicolas Pitre
5085M: nico@cam.org
5086S: Maintained
5087F: drivers/net/smc91x.*
5088
5089SMSC47B397 HARDWARE MONITOR DRIVER
5090P: Mark M. Hoffman
5091M: mhoffman@lightlink.com
5092L: lm-sensors@lm-sensors.org
5093S: Maintained
5094F: Documentation/hwmon/smsc47b397
5095F: drivers/hwmon/smsc47b397.c
5096
5097SMSC911x ETHERNET DRIVER
5098P: Steve Glendinning
5099M: steve.glendinning@smsc.com
5100L: netdev@vger.kernel.org
5101S: Supported
5102F: include/linux/smsc911x.h
5103F: drivers/net/smsc911x.*
5104
5105SMSC9420 PCI ETHERNET DRIVER
5106P: Steve Glendinning
5107M: steve.glendinning@smsc.com
5108L: netdev@vger.kernel.org
5109S: Supported
5110F: drivers/net/smsc9420.*
5111
5112SMX UIO Interface
5113P: Ben Nizette
5114M: bn@niasdigital.com
5115S: Maintained
5116F: drivers/uio/uio_smx.c
5117
5118SN-IA64 (Itanium) SUB-PLATFORM
5119P: Jes Sorensen
5120M: jes@sgi.com
5121L: linux-altix@sgi.com
5122L: linux-ia64@vger.kernel.org
5123W: http://www.sgi.com/altix
5124S: Maintained
5125F: arch/ia64/sn/
5126
5127SOC-CAMERA V4L2 SUBSYSTEM
5128P: Guennadi Liakhovetski
5129M: g.liakhovetski@gmx.de
5130L: linux-media@vger.kernel.org
5131T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5132S: Maintained
5133F: include/media/v4l2*
5134F: drivers/media/video/v4l2*
5135
5136SOEKRIS NET48XX LED SUPPORT
5137P: Chris Boot
5138M: bootc@bootc.net
5139S: Maintained
5140F: drivers/leds/leds-net48xx.c
5141
5142SOFTWARE RAID (Multiple Disks) SUPPORT
5143P: Neil Brown
5144M: neilb@suse.de
5145L: linux-raid@vger.kernel.org
5146S: Supported
5147F: drivers/md/
5148F: include/linux/raid/
5149
5150SONIC NETWORK DRIVER
5151P: Thomas Bogendoerfer
5152M: tsbogend@alpha.franken.de
5153L: netdev@vger.kernel.org
5154S: Maintained
5155F: drivers/net/sonic.*
5156
5157SONICS SILICON BACKPLANE DRIVER (SSB)
5158P: Michael Buesch
5159M: mb@bu3sch.de
5160L: netdev@vger.kernel.org
5161S: Maintained
5162F: drivers/ssb/
5163F: include/linux/ssb/
5164
5165SONY VAIO CONTROL DEVICE DRIVER
5166P: Mattia Dongili
5167M: malattia@linux.it
5168L: linux-acpi@vger.kernel.org
5169W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5170S: Maintained
5171F: Documentation/laptops/sony-laptop.txt
5172F: drivers/char/sonypi.c
5173F: drivers/platform/x86/sony-laptop.c
5174F: include/linux/sony-laptop.h
5175
5176SONY MEMORYSTICK CARD SUPPORT
5177P: Alex Dubov
5178M: oakad@yahoo.com
5179L: linux-kernel@vger.kernel.org
5180W: http://tifmxx.berlios.de/
5181S: Maintained
5182F: drivers/memstick/host/tifm_ms.c
5183
5184SOUND
5185P: Jaroslav Kysela
5186M: perex@perex.cz
5187P: Takashi Iwai
5188M: tiwai@suse.de
5189L: alsa-devel@alsa-project.org (subscribers-only)
5190S: Maintained
5191F: sound/
5192
5193SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5194P: Liam Girdwood
5195M: lrg@slimlogic.co.uk
5196P: Mark Brown
5197M: broonie@opensource.wolfsonmicro.com
5198T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5199L: alsa-devel@alsa-project.org (subscribers-only)
5200W: http://alsa-project.org/main/index.php/ASoC
5201S: Supported
5202F: sound/soc/
5203
5204SPARC + UltraSPARC (sparc/sparc64)
5205P: David S. Miller
5206M: davem@davemloft.net
5207L: sparclinux@vger.kernel.org
5208T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5209T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5210S: Maintained
5211F: arch/sparc/
5212
5213SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5214P: Roger Wolff
5215M: R.E.Wolff@BitWizard.nl
5216L: linux-kernel@vger.kernel.org
5217S: Supported
5218F: Documentation/serial/specialix.txt
5219F: drivers/char/specialix*
5220
5221SPI SUBSYSTEM
5222P: David Brownell
5223M: dbrownell@users.sourceforge.net
5224L: spi-devel-general@lists.sourceforge.net
5225S: Maintained
5226F: Documentation/spi/
5227F: drivers/spi/
5228F: include/linux/spi/
5229
5230SPIDERNET NETWORK DRIVER for CELL
5231P: Ishizaki Kou
5232M: kou.ishizaki@toshiba.co.jp
5233P: Jens Osterkamp
5234M: jens@de.ibm.com
5235L: netdev@vger.kernel.org
5236S: Supported
5237F: Documentation/networking/spider_net.txt
5238F: drivers/net/spider_net*
5239
5240SPU FILE SYSTEM
5241P: Jeremy Kerr
5242M: jk@ozlabs.org
5243L: linuxppc-dev@ozlabs.org
5244L: cbe-oss-dev@ozlabs.org
5245W: http://www.ibm.com/developerworks/power/cell/
5246S: Supported
5247F: Documentation/filesystems/spufs.txt
5248F: arch/powerpc/platforms/cell/spufs/
5249
5250SQUASHFS FILE SYSTEM
5251P: Phillip Lougher
5252M: phillip@lougher.demon.co.uk
5253L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5254W: http://squashfs.org.uk
5255S: Maintained
5256F: Documentation/filesystems/squashfs.txt
5257F: fs/squashfs/
5258
5259SRM (Alpha) environment access
5260P: Jan-Benedict Glaw
5261M: jbglaw@lug-owl.de
5262L: linux-kernel@vger.kernel.org
5263S: Maintained
5264F: arch/alpha/kernel/srm_env.c
5265
5266STABLE BRANCH
5267P: Greg Kroah-Hartman
5268M: greg@kroah.com
5269P: Chris Wright
5270M: chrisw@sous-sol.org
5271L: stable@kernel.org
5272S: Maintained
5273
5274STAGING SUBSYSTEM
5275P: Greg Kroah-Hartman
5276M: gregkh@suse.de
5277L: linux-kernel@vger.kernel.org
5278T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5279S: Maintained
5280F: drivers/staging/
5281
5282STARFIRE/DURALAN NETWORK DRIVER
5283P: Ion Badulescu
5284M: ionut@cs.columbia.edu
5285S: Maintained
5286F: drivers/net/starfire*
5287
5288STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5289W: http://mosquitonet.Stanford.EDU/strip.html
5290S: Orphan
5291F: drivers/net/wireless/strip.c
5292F: include/linux/if_strip.h
5293
5294STRADIS MPEG-2 DECODER DRIVER
5295P: Nathan Laredo
5296M: laredo@gnu.org
5297W: http://www.stradis.com/
5298S: Maintained
5299F: drivers/media/video/stradis.c
5300
5301SUN3/3X
5302P: Sam Creasey
5303M: sammy@sammy.net
5304W: http://sammy.net/sun3/
5305S: Maintained
5306F: arch/m68k/kernel/*sun3*
5307F: arch/m68k/sun3*/
5308F: arch/m68k/include/asm/sun3*
5309
5310SUPERH
5311P: Paul Mundt
5312M: lethal@linux-sh.org
5313L: linux-sh@vger.kernel.org
5314W: http://www.linux-sh.org
5315T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5316S: Supported
5317F: Documentation/sh/
5318F: arch/sh/
5319F: drivers/sh/
5320
5321SUSPEND TO RAM
5322P: Len Brown
5323M: len.brown@intel.com
5324P: Pavel Machek
5325M: pavel@ucw.cz
5326P: Rafael J. Wysocki
5327M: rjw@sisk.pl
5328L: linux-pm@lists.linux-foundation.org
5329S: Supported
5330F: Documentation/power/
5331F: arch/x86/kernel/acpi/
5332F: drivers/base/power/
5333F: kernel/power/
5334F: include/linux/suspend.h
5335F: include/linux/freezer.h
5336F: include/linux/pm.h
5337F: include/asm-*/suspend.h
5338
5339SVGA HANDLING
5340P: Martin Mares
5341M: mj@ucw.cz
5342L: linux-video@atrey.karlin.mff.cuni.cz
5343S: Maintained
5344F: Documentation/svga.txt
5345F: arch/x86/boot/video*
5346
5347SYSV FILESYSTEM
5348P: Christoph Hellwig
5349M: hch@infradead.org
5350S: Maintained
5351F: Documentation/filesystems/sysv-fs.txt
5352F: fs/sysv/
5353F: include/linux/sysv_fs.h
5354
5355TASKSTATS STATISTICS INTERFACE
5356P: Balbir Singh
5357M: balbir@linux.vnet.ibm.com
5358L: linux-kernel@vger.kernel.org
5359S: Maintained
5360F: Documentation/accounting/taskstats*
5361F: include/linux/taskstats*
5362F: kernel/taskstats.c
5363
5364TC CLASSIFIER
5365P: Jamal Hadi Salim
5366M: hadi@cyberus.ca
5367L: netdev@vger.kernel.org
5368S: Maintained
5369F: include/linux/pkt_cls.h
5370F: include/net/pkt_cls.h
5371F: net/sched/
5372
5373TCP LOW PRIORITY MODULE
5374P: Wong Hoi Sing, Edison
5375M: hswong3i@gmail.com
5376P: Hung Hing Lun, Mike
5377M: hlhung3i@gmail.com
5378W: http://tcp-lp-mod.sourceforge.net/
5379S: Maintained
5380F: net/ipv4/tcp_lp.c
5381
5382TEHUTI ETHERNET DRIVER
5383P: Alexander Indenbaum
5384M: baum@tehutinetworks.net
5385P: Andy Gospodarek
5386M: andy@greyhouse.net
5387L: netdev@vger.kernel.org
5388S: Supported
5389F: drivers/net/tehuti*
5390
5391Telecom Clock Driver for MCPL0010
5392P: Mark Gross
5393M: mark.gross@intel.com
5394S: Supported
5395F: drivers/char/tlclk.c
5396
5397TENSILICA XTENSA PORT (xtensa)
5398P: Chris Zankel
5399M: chris@zankel.net
5400S: Maintained
5401F: arch/xtensa/
5402
5403THINKPAD ACPI EXTRAS DRIVER
5404P: Henrique de Moraes Holschuh
5405M: ibm-acpi@hmh.eng.br
5406L: ibm-acpi-devel@lists.sourceforge.net
5407W: http://ibm-acpi.sourceforge.net
5408W: http://thinkwiki.org/wiki/Ibm-acpi
5409T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5410S: Maintained
5411F: drivers/platform/x86/thinkpad_acpi.c
5412
5413TI FLASH MEDIA INTERFACE DRIVER
5414P: Alex Dubov
5415M: oakad@yahoo.com
5416S: Maintained
5417F: drivers/misc/tifm*
5418F: drivers/mmc/host/tifm_sd.c
5419F: include/linux/tifm.h
5420
5421TI OMAP MMC INTERFACE DRIVER
5422P: Carlos Aguiar, Anderson Briglia and Syed Khasim
5423M: linux-omap@vger.kernel.org
5424W: http://linux.omap.com
5425W: http://www.muru.com/linux/omap/
5426S: Maintained
5427F: drivers/mmc/host/omap.c
5428
5429TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5430P: Deepak Saxena
5431M: dsaxena@plexity.net
5432S: Maintained
5433F: drivers/char/hw_random/omap-rng.c
5434
5435TIPC NETWORK LAYER
5436P: Per Liden
5437M: per.liden@ericsson.com
5438P: Jon Maloy
5439M: jon.maloy@ericsson.com
5440P: Allan Stephens
5441M: allan.stephens@windriver.com
5442L: tipc-discussion@lists.sourceforge.net
5443W: http://tipc.sourceforge.net/
5444W: http://tipc.cslab.ericsson.net/
5445T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5446S: Maintained
5447F: include/linux/tipc*.h
5448F: include/net/tipc/
5449F: net/tipc/
5450
5451TLAN NETWORK DRIVER
5452P: Samuel Chessman
5453M: chessman@tux.org
5454L: tlan-devel@lists.sourceforge.net (subscribers-only)
5455W: http://sourceforge.net/projects/tlan/
5456S: Maintained
5457F: Documentation/networking/tlan.txt
5458F: drivers/net/tlan.*
5459
5460TOMOYO SECURITY MODULE
5461P: Kentaro Takeda
5462M: takedakn@nttdata.co.jp
5463P: Tetsuo Handa
5464M: penguin-kernel@I-love.SAKURA.ne.jp
5465L: linux-kernel@vger.kernel.org (kernel issues)
5466L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5467L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5468L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5469W: http://tomoyo.sourceforge.jp/
5470T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5471S: Maintained
5472F: security/tomoyo/
5473
5474TOSHIBA ACPI EXTRAS DRIVER
5475S: Orphan
5476F: drivers/platform/x86/toshiba_acpi.c
5477
5478TOSHIBA SMM DRIVER
5479P: Jonathan Buzzard
5480M: jonathan@buzzard.org.uk
5481L: tlinux-users@tce.toshiba-dme.co.jp
5482W: http://www.buzzard.org.uk/toshiba/
5483S: Maintained
5484F: drivers/char/toshiba.c
5485F: include/linux/toshiba.h
5486
5487TMIO MMC DRIVER
5488P: Ian Molton
5489M: ian@mnementh.co.uk
5490S: Maintained
5491F: drivers/mmc/host/tmio_mmc.*
5492
5493TPM DEVICE DRIVER
5494P: Debora Velarde
5495M: debora@linux.vnet.ibm.com
5496P: Rajiv Andrade
5497M: srajiv@linux.vnet.ibm.com
5498W: http://tpmdd.sourceforge.net
5499P: Marcel Selhorst
5500M: m.selhorst@sirrix.com
5501W: http://www.sirrix.com
5502L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5503S: Maintained
5504F: drivers/char/tpm/
5505
5506TRIVIAL PATCHES
5507P: Jiri Kosina
5508M: trivial@kernel.org
5509L: linux-kernel@vger.kernel.org
5510T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5511S: Maintained
5512
5513TTY LAYER
5514P: Alan Cox
5515M: alan@lxorguk.ukuu.org.uk
5516L: linux-kernel@vger.kernel.org
5517S: Maintained
5518
5519TULIP NETWORK DRIVERS
5520P: Grant Grundler
5521M: grundler@parisc-linux.org
5522P: Kyle McMartin
5523M: kyle@mcmartin.ca
5524L: netdev@vger.kernel.org
5525S: Maintained
5526F: drivers/net/tulip/
5527
5528TUN/TAP driver
5529P: Maxim Krasnyansky
5530M: maxk@qualcomm.com
5531L: vtun@office.satix.net
5532W: http://vtun.sourceforge.net/tun
5533S: Maintained
5534F: Documentation/networking/tuntap.txt
5535F: arch/um/os-Linux/drivers/
5536
5537TURBOCHANNEL SUBSYSTEM
5538P: Maciej W. Rozycki
5539M: macro@linux-mips.org
5540S: Maintained
5541F: drivers/tc/
5542F: include/linux/tc.h
5543
5544U14-34F SCSI DRIVER
5545P: Dario Ballabio
5546M: ballabio_dario@emc.com
5547L: linux-scsi@vger.kernel.org
5548S: Maintained
5549F: drivers/scsi/u14-34f.c
5550
5551UBI FILE SYSTEM (UBIFS)
5552P: Artem Bityutskiy
5553M: dedekind@infradead.org
5554P: Adrian Hunter
5555M: ext-adrian.hunter@nokia.com
5556L: linux-mtd@lists.infradead.org
5557T: git git://git.infradead.org/ubifs-2.6.git
5558W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5559S: Maintained
5560F: Documentation/filesystems/ubifs.txt
5561F: fs/ubifs/
5562
5563UCLINUX (AND M68KNOMMU)
5564P: Greg Ungerer
5565M: gerg@uclinux.org
5566W: http://www.uclinux.org/
5567L: uclinux-dev@uclinux.org (subscribers-only)
5568S: Maintained
5569F: arch/m68knommu/
5570
5571UCLINUX FOR RENESAS H8/300
5572P: Yoshinori Sato
5573M: ysato@users.sourceforge.jp
5574W: http://uclinux-h8.sourceforge.jp/
5575S: Supported
5576
5577UDF FILESYSTEM
5578P: Jan Kara
5579M: jack@suse.cz
5580W: http://linux-udf.sourceforge.net
5581S: Maintained
5582F: Documentation/filesystems/udf.txt
5583F: fs/udf/
5584
5585UFS FILESYSTEM
5586P: Evgeniy Dushistov
5587M: dushistov@mail.ru
5588L: linux-kernel@vger.kernel.org
5589S: Maintained
5590F: Documentation/filesystems/ufs.txt
5591F: fs/ufs/
5592
5593ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5594P: David Vrabel
5595M: david.vrabel@csr.com
5596L: linux-usb@vger.kernel.org
5597S: Supported
5598F: drivers/uwb/*
5599F: include/linux/uwb.h
5600F: include/linux/uwb/
5601
5602UNIFORM CDROM DRIVER
5603P: Jens Axboe
5604M: axboe@kernel.dk
5605L: linux-kernel@vger.kernel.org
5606W: http://www.kernel.dk
5607S: Maintained
5608F: Documentation/cdrom/
5609F: drivers/cdrom/cdrom.c
5610F: include/linux/cdrom.h
5611
5612UNSORTED BLOCK IMAGES (UBI)
5613P: Artem Bityutskiy
5614M: dedekind@infradead.org
5615W: http://www.linux-mtd.infradead.org/
5616L: linux-mtd@lists.infradead.org
5617T: git git://git.infradead.org/ubi-2.6.git
5618S: Maintained
5619F: drivers/mtd/ubi/
5620F: include/linux/mtd/ubi.h
5621F: include/mtd/ubi-user.h
5622
5623USB ACM DRIVER
5624P: Oliver Neukum
5625M: oliver@neukum.name
5626L: linux-usb@vger.kernel.org
5627S: Maintained
5628F: Documentation/usb/acm.txt
5629F: drivers/usb/class/cdc-acm.*
5630
5631USB BLOCK DRIVER (UB ub)
5632P: Pete Zaitcev
5633M: zaitcev@redhat.com
5634L: linux-kernel@vger.kernel.org
5635L: linux-usb@vger.kernel.org
5636S: Supported
5637F: drivers/block/ub.c
5638
5639USB CDC ETHERNET DRIVER
5640P: Greg Kroah-Hartman
5641M: greg@kroah.com
5642L: linux-usb@vger.kernel.org
5643S: Maintained
5644W: http://www.kroah.com/linux-usb/
5645F: drivers/net/usb/cdc_*.c
5646F: include/linux/usb/cdc.h
5647
5648USB CYPRESS C67X00 DRIVER
5649P: Peter Korsgaard
5650M: jacmet@sunsite.dk
5651L: linux-usb@vger.kernel.org
5652S: Maintained
5653F: drivers/usb/c67x00/
5654
5655USB DAVICOM DM9601 DRIVER
5656P: Peter Korsgaard
5657M: jacmet@sunsite.dk
5658L: netdev@vger.kernel.org
5659W: http://www.linux-usb.org/usbnet
5660S: Maintained
5661F: drivers/net/usb/dm9601.c
5662
5663USB DIAMOND RIO500 DRIVER
5664P: Cesar Miquel
5665M: miquel@df.uba.ar
5666L: rio500-users@lists.sourceforge.net
5667W: http://rio500.sourceforge.net
5668S: Maintained
5669F: drivers/usb/misc/rio500*
5670
5671USB EHCI DRIVER
5672P: David Brownell
5673M: dbrownell@users.sourceforge.net
5674L: linux-usb@vger.kernel.org
5675S: Odd Fixes
5676F: Documentation/usb/ehci.txt
5677F: drivers/usb/host/ehci*
5678
5679USB ET61X[12]51 DRIVER
5680P: Luca Risolia
5681M: luca.risolia@studio.unibo.it
5682L: linux-usb@vger.kernel.org
5683L: linux-media@vger.kernel.org
5684T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5685W: http://www.linux-projects.org
5686S: Maintained
5687F: drivers/media/video/et61x251/
5688
5689USB GADGET/PERIPHERAL SUBSYSTEM
5690P: David Brownell
5691M: dbrownell@users.sourceforge.net
5692L: linux-usb@vger.kernel.org
5693W: http://www.linux-usb.org/gadget
5694S: Maintained
5695F: drivers/usb/gadget/
5696F: include/linux/usb/gadget*
5697
5698USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5699P: Jiri Kosina
5700M: jkosina@suse.cz
5701L: linux-usb@vger.kernel.org
5702T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5703S: Maintained
5704F: Documentation/usb/hiddev.txt
5705F: drivers/hid/usbhid/
5706
5707USB ISP116X DRIVER
5708P: Olav Kongas
5709M: ok@artecdesign.ee
5710L: linux-usb@vger.kernel.org
5711S: Maintained
5712F: drivers/usb/host/isp116x*
5713F: include/linux/usb/isp116x.h
5714
5715USB KAWASAKI LSI DRIVER
5716P: Oliver Neukum
5717M: oliver@neukum.name
5718L: linux-usb@vger.kernel.org
5719S: Maintained
5720F: drivers/usb/serial/kl5kusb105.*
5721
5722USB MASS STORAGE DRIVER
5723P: Matthew Dharm
5724M: mdharm-usb@one-eyed-alien.net
5725L: linux-usb@vger.kernel.org
5726L: usb-storage@lists.one-eyed-alien.net
5727S: Maintained
5728W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
5729F: drivers/usb/storage/
5730
5731USB OHCI DRIVER
5732P: David Brownell
5733M: dbrownell@users.sourceforge.net
5734L: linux-usb@vger.kernel.org
5735S: Odd Fixes
5736F: Documentation/usb/ohci.txt
5737F: drivers/usb/host/ohci*
5738
5739USB OPTION-CARD DRIVER
5740P: Matthias Urlichs
5741M: smurf@smurf.noris.de
5742L: linux-usb@vger.kernel.org
5743S: Maintained
5744F: drivers/usb/serial/option.c
5745
5746USB OV511 DRIVER
5747P: Mark McClelland
5748M: mmcclell@bigfoot.com
5749L: linux-usb@vger.kernel.org
5750W: http://alpha.dyndns.org/ov511/
5751S: Maintained
5752F: drivers/media/video/ov511.*
5753
5754USB PEGASUS DRIVER
5755P: Petko Manolov
5756M: petkan@users.sourceforge.net
5757L: linux-usb@vger.kernel.org
5758L: netdev@vger.kernel.org
5759W: http://pegasus2.sourceforge.net/
5760S: Maintained
5761F: drivers/net/usb/pegasus.*
5762
5763USB PRINTER DRIVER (usblp)
5764P: Pete Zaitcev
5765M: zaitcev@redhat.com
5766L: linux-usb@vger.kernel.org
5767S: Supported
5768F: drivers/usb/class/usblp.c
5769
5770USB RTL8150 DRIVER
5771P: Petko Manolov
5772M: petkan@users.sourceforge.net
5773L: linux-usb@vger.kernel.org
5774L: netdev@vger.kernel.org
5775W: http://pegasus2.sourceforge.net/
5776S: Maintained
5777F: drivers/net/usb/rtl8150.c
5778
5779USB SE401 DRIVER
5780P: Jeroen Vreeken
5781M: pe1rxq@amsat.org
5782L: linux-usb@vger.kernel.org
5783W: http://www.chello.nl/~j.vreeken/se401/
5784S: Maintained
5785F: Documentation/video4linux/se401.txt
5786F: drivers/media/video/se401.*
5787
5788USB SERIAL BELKIN F5U103 DRIVER
5789P: William Greathouse
5790M: wgreathouse@smva.com
5791L: linux-usb@vger.kernel.org
5792S: Maintained
5793F: drivers/usb/serial/belkin_sa.*
5794
5795USB SERIAL CYPRESS M8 DRIVER
5796P: Lonnie Mendez
5797M: dignome@gmail.com
5798L: linux-usb@vger.kernel.org
5799S: Maintained
5800W: http://geocities.com/i0xox0i
5801W: http://firstlight.net/cvs
5802F: drivers/usb/serial/cypress_m8.*
5803
5804USB SERIAL CYBERJACK DRIVER
5805P: Matthias Bruestle and Harald Welte
5806M: support@reiner-sct.com
5807W: http://www.reiner-sct.de/support/treiber_cyberjack.php
5808S: Maintained
5809F: drivers/usb/serial/cyberjack.c
5810
5811USB SERIAL DIGI ACCELEPORT DRIVER
5812P: Peter Berger and Al Borchers
5813M: pberger@brimson.com
5814M: alborchers@steinerpoint.com
5815L: linux-usb@vger.kernel.org
5816S: Maintained
5817F: drivers/usb/serial/digi_acceleport.c
5818
5819USB SERIAL DRIVER
5820P: Greg Kroah-Hartman
5821M: gregkh@suse.de
5822L: linux-usb@vger.kernel.org
5823S: Supported
5824F: Documentation/usb/usb-serial.txt
5825F: drivers/usb/serial/generic.c
5826F: drivers/usb/serial/usb-serial.c
5827F: include/linux/usb/serial.h
5828
5829USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5830P: Gary Brubaker
5831M: xavyer@ix.netcom.com
5832L: linux-usb@vger.kernel.org
5833S: Maintained
5834F: drivers/usb/serial/empeg.c
5835
5836USB SERIAL KEYSPAN DRIVER
5837P: Greg Kroah-Hartman
5838M: greg@kroah.com
5839L: linux-usb@vger.kernel.org
5840W: http://www.kroah.com/linux/
5841S: Maintained
5842F: drivers/usb/serial/*keyspan*
5843
5844USB SERIAL WHITEHEAT DRIVER
5845P: Support Department
5846M: support@connecttech.com
5847L: linux-usb@vger.kernel.org
5848W: http://www.connecttech.com
5849S: Supported
5850F: drivers/usb/serial/whiteheat*
5851
5852USB SMSC95XX ETHERNET DRIVER
5853P: Steve Glendinning
5854M: steve.glendinning@smsc.com
5855L: netdev@vger.kernel.org
5856S: Supported
5857F: drivers/net/usb/smsc95xx.*
5858
5859USB SN9C1xx DRIVER
5860P: Luca Risolia
5861M: luca.risolia@studio.unibo.it
5862L: linux-usb@vger.kernel.org
5863L: linux-media@vger.kernel.org
5864T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5865W: http://www.linux-projects.org
5866S: Maintained
5867F: Documentation/video4linux/sn9c102.txt
5868F: drivers/media/video/sn9c102/
5869
5870USB SUBSYSTEM
5871P: Greg Kroah-Hartman
5872M: gregkh@suse.de
5873L: linux-usb@vger.kernel.org
5874W: http://www.linux-usb.org
5875T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5876S: Supported
5877F: Documentation/usb/
5878F: drivers/net/usb/
5879F: drivers/usb/
5880F: include/linux/usb.h
5881F: include/linux/usb/
5882
5883USB UHCI DRIVER
5884P: Alan Stern
5885M: stern@rowland.harvard.edu
5886L: linux-usb@vger.kernel.org
5887S: Maintained
5888F: drivers/usb/host/uhci*
5889
5890USB "USBNET" DRIVER FRAMEWORK
5891P: David Brownell
5892M: dbrownell@users.sourceforge.net
5893L: netdev@vger.kernel.org
5894W: http://www.linux-usb.org/usbnet
5895S: Maintained
5896F: drivers/net/usb/usbnet.c
5897F: include/linux/usb/usbnet.h
5898
5899USB VIDEO CLASS
5900P: Laurent Pinchart
5901M: laurent.pinchart@skynet.be
5902L: linux-uvc-devel@lists.berlios.de (subscribers-only)
5903L: linux-media@vger.kernel.org
5904T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5905W: http://linux-uvc.berlios.de
5906S: Maintained
5907F: drivers/media/video/uvc/
5908
5909USB W996[87]CF DRIVER
5910P: Luca Risolia
5911M: luca.risolia@studio.unibo.it
5912L: linux-usb@vger.kernel.org
5913L: linux-media@vger.kernel.org
5914T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5915W: http://www.linux-projects.org
5916S: Maintained
5917F: Documentation/video4linux/w9968cf.txt
5918F: drivers/media/video/w996*
5919
5920USB WIRELESS RNDIS DRIVER (rndis_wlan)
5921P: Jussi Kivilinna
5922M: jussi.kivilinna@mbnet.fi
5923L: linux-wireless@vger.kernel.org
5924S: Maintained
5925F: drivers/net/wireless/rndis_wlan.c
5926
5927USB ZC0301 DRIVER
5928P: Luca Risolia
5929M: luca.risolia@studio.unibo.it
5930L: linux-usb@vger.kernel.org
5931L: linux-media@vger.kernel.org
5932T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5933W: http://www.linux-projects.org
5934S: Maintained
5935F: Documentation/video4linux/zc0301.txt
5936F: drivers/media/video/zc0301/
5937
5938USB ZD1201 DRIVER
5939P: Jeroen Vreeken
5940M: pe1rxq@amsat.org
5941L: linux-usb@vger.kernel.org
5942W: http://linux-lc100020.sourceforge.net
5943S: Maintained
5944F: drivers/net/wireless/zd1201.*
5945
5946USB ZR364XX DRIVER
5947P: Antoine Jacquet
5948M: royale@zerezo.com
5949L: linux-usb@vger.kernel.org
5950L: linux-media@vger.kernel.org
5951T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5952W: http://royale.zerezo.com/zr364xx/
5953S: Maintained
5954F: Documentation/video4linux/zr364xx.txt
5955F: drivers/media/video/zr364xx.c
5956
5957USER-MODE LINUX (UML)
5958P: Jeff Dike
5959M: jdike@addtoit.com
5960L: user-mode-linux-devel@lists.sourceforge.net
5961L: user-mode-linux-user@lists.sourceforge.net
5962W: http://user-mode-linux.sourceforge.net
5963S: Maintained
5964F: Documentation/uml/
5965F: arch/um/
5966F: fs/hostfs/
5967F: fs/hppfs/
5968
5969USERSPACE I/O (UIO)
5970P: Hans J. Koch
5971M: hjk@linutronix.de
5972P: Greg Kroah-Hartman
5973M: gregkh@suse.de
5974L: linux-kernel@vger.kernel.org
5975S: Maintained
5976F: Documentation/DocBook/uio-howto.tmpl
5977F: drivers/uio/
5978F: include/linux/uio*.h
5979
5980UTIL-LINUX-NG PACKAGE
5981P: Karel Zak
5982M: kzak@redhat.com
5983L: util-linux-ng@vger.kernel.org
5984W: http://kernel.org/~kzak/util-linux-ng/
5985T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5986S: Maintained
5987
5988UVESAFB DRIVER
5989P: Michal Januszewski
5990M: spock@gentoo.org
5991L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5992W: http://dev.gentoo.org/~spock/projects/uvesafb/
5993S: Maintained
5994F: Documentation/fb/uvesafb.txt
5995F: drivers/video/uvesafb.*
5996
5997VFAT/FAT/MSDOS FILESYSTEM
5998P: OGAWA Hirofumi
5999M: hirofumi@mail.parknet.co.jp
6000L: linux-kernel@vger.kernel.org
6001S: Maintained
6002F: Documentation/filesystems/vfat.txt
6003F: fs/fat/
6004
6005VIA RHINE NETWORK DRIVER
6006P: Roger Luethi
6007M: rl@hellgate.ch
6008S: Maintained
6009F: drivers/net/via-rhine.c
6010
6011VIAPRO SMBUS DRIVER
6012P: Jean Delvare
6013M: khali@linux-fr.org
6014L: linux-i2c@vger.kernel.org
6015S: Maintained
6016F: Documentation/i2c/busses/i2c-viapro
6017F: drivers/i2c/busses/i2c-viapro.c
6018
6019VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6020P: Joseph Chan
6021M: JosephChan@via.com.tw
6022P: Scott Fang
6023M: ScottFang@viatech.com.cn
6024L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6025S: Maintained
6026F: drivers/video/via/
6027
6028VIA VELOCITY NETWORK DRIVER
6029P: Francois Romieu
6030M: romieu@fr.zoreil.com
6031L: netdev@vger.kernel.org
6032S: Maintained
6033F: drivers/net/via-velocity.*
6034
6035VLAN (802.1Q)
6036P: Patrick McHardy
6037M: kaber@trash.net
6038L: netdev@vger.kernel.org
6039S: Maintained
6040F: drivers/net/macvlan.c
6041F: include/linux/if_*vlan.h
6042F: net/8021q/
6043
6044VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6045P: Liam Girdwood
6046M: lrg@slimlogic.co.uk
6047P: Mark Brown
6048M: broonie@opensource.wolfsonmicro.com
6049W: http://opensource.wolfsonmicro.com/node/15
6050W: http://www.slimlogic.co.uk/?p=48
6051T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6052S: Supported
6053F: drivers/regulator/
6054F: include/linux/regulator/
6055
6056VT1211 HARDWARE MONITOR DRIVER
6057P: Juerg Haefliger
6058M: juergh@gmail.com
6059L: lm-sensors@lm-sensors.org
6060S: Maintained
6061F: Documentation/hwmon/vt1211
6062F: drivers/hwmon/vt1211.c
6063
6064VT8231 HARDWARE MONITOR DRIVER
6065P: Roger Lucas
6066M: vt8231@hiddenengine.co.uk
6067L: lm-sensors@lm-sensors.org
6068S: Maintained
6069F: drivers/hwmon/vt8231.c
6070
6071W1 DALLAS'S 1-WIRE BUS
6072P: Evgeniy Polyakov
6073M: johnpol@2ka.mipt.ru
6074S: Maintained
6075F: Documentation/w1/
6076F: drivers/w1/
6077
6078W83791D HARDWARE MONITORING DRIVER
6079P: Marc Hulsman
6080M: m.hulsman@tudelft.nl
6081L: lm-sensors@lm-sensors.org
6082S: Maintained
6083F: Documentation/hwmon/w83791d
6084F: drivers/hwmon/w83791d.c
6085
6086W83793 HARDWARE MONITORING DRIVER
6087P: Rudolf Marek
6088M: r.marek@assembler.cz
6089L: lm-sensors@lm-sensors.org
6090S: Maintained
6091F: Documentation/hwmon/w83793
6092F: drivers/hwmon/w83793.c
6093
6094W83L51xD SD/MMC CARD INTERFACE DRIVER
6095P: Pierre Ossman
6096M: pierre@ossman.eu
6097L: linux-kernel@vger.kernel.org
6098S: Maintained
6099F: drivers/mmc/host/wbsd.*
6100
6101WATCHDOG DEVICE DRIVERS
6102P: Wim Van Sebroeck
6103M: wim@iguana.be
6104T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6105S: Maintained
6106F: Documentation/watchdog/
6107F: drivers/watchdog/
6108F: include/linux/watchdog.h
6109
6110WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6111P: Jean Tourrilhes
6112M: jt@hpl.hp.com
6113L: linux-wireless@vger.kernel.org
6114W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6115S: Maintained
6116F: Documentation/networking/wavelan.txt
6117F: drivers/net/wireless/wavelan*
6118
6119WD7000 SCSI DRIVER
6120P: Miroslav Zagorac
6121M: zaga@fly.cc.fer.hr
6122L: linux-scsi@vger.kernel.org
6123S: Maintained
6124F: drivers/scsi/wd7000.c
6125
6126WIMAX STACK
6127P: Inaky Perez-Gonzalez
6128M: inaky.perez-gonzalez@intel.com
6129M: linux-wimax@intel.com
6130L: wimax@linuxwimax.org
6131S: Supported
6132W: http://linuxwimax.org
6133
6134WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6135P: David Vrabel
6136M: david.vrabel@csr.com
6137S: Maintained
6138F: include/linux/wlp.h
6139F: drivers/uwb/wlp/
6140
6141WISTRON LAPTOP BUTTON DRIVER
6142P: Miloslav Trmac
6143M: mitr@volny.cz
6144S: Maintained
6145F: drivers/input/misc/wistron_btns.c
6146
6147WL3501 WIRELESS PCMCIA CARD DRIVER
6148P: Arnaldo Carvalho de Melo
6149M: acme@ghostprotocols.net
6150L: linux-wireless@vger.kernel.org
6151W: http://oops.ghostprotocols.net:81/blog
6152S: Maintained
6153F: drivers/net/wireless/wl3501*
6154
6155WM97XX TOUCHSCREEN DRIVERS
6156P: Mark Brown
6157M: broonie@opensource.wolfsonmicro.com
6158P: Liam Girdwood
6159M: lrg@slimlogic.co.uk
6160L: linux-input@vger.kernel.org
6161T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6162W: http://opensource.wolfsonmicro.com/node/7
6163S: Supported
6164F: drivers/input/touchscreen/*wm97*
6165F: include/linux/wm97xx.h
6166
6167X.25 NETWORK LAYER
6168P: Henner Eisen
6169M: eis@baty.hanse.de
6170L: linux-x25@vger.kernel.org
6171S: Maintained
6172F: Documentation/networking/x25*
6173F: include/net/x25*
6174F: net/x25/
6175
6176X86 ARCHITECTURE (32-BIT AND 64-BIT)
6177P: Thomas Gleixner
6178M: tglx@linutronix.de
6179P: Ingo Molnar
6180M: mingo@redhat.com
6181P: H. Peter Anvin
6182M: hpa@zytor.com
6183M: x86@kernel.org
6184L: linux-kernel@vger.kernel.org
6185T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6186S: Maintained
6187F: Documentation/x86/
6188F: arch/x86/
6189
6190XEN HYPERVISOR INTERFACE
6191P: Jeremy Fitzhardinge
6192M: jeremy@xensource.com
6193P: Chris Wright
6194M: chrisw@sous-sol.org
6195L: virtualization@lists.osdl.org
6196L: xen-devel@lists.xensource.com
6197S: Supported
6198F: arch/x86/xen/
6199F: drivers/*/xen-*front.c
6200F: drivers/xen/
6201F: arch/x86/include/asm/xen/
6202F: include/xen/
6203
6204XFS FILESYSTEM
6205P: Silicon Graphics Inc
6206P: Felix Blyakher
6207M: felixb@sgi.com
6208M: xfs-masters@oss.sgi.com
6209L: xfs@oss.sgi.com
6210W: http://oss.sgi.com/projects/xfs
6211T: git git://oss.sgi.com/xfs/xfs.git
6212S: Supported
6213F: Documentation/filesystems/xfs.txt
6214F: fs/xfs/
6215
6216XILINX SYSTEMACE DRIVER
6217P: Grant Likely
6218M: grant.likely@secretlab.ca
6219W: http://www.secretlab.ca/
6220L: linux-kernel@vger.kernel.org
6221S: Maintained
6222F: drivers/block/xsysace.c
6223
6224XILINX UARTLITE SERIAL DRIVER
6225P: Peter Korsgaard
6226M: jacmet@sunsite.dk
6227L: linux-serial@vger.kernel.org
6228S: Maintained
6229F: drivers/serial/uartlite.c
6230
6231YAM DRIVER FOR AX.25
6232P: Jean-Paul Roubelat
6233M: jpr@f6fbb.org
6234L: linux-hams@vger.kernel.org
6235S: Maintained
6236F: drivers/net/hamradio/yam*
6237F: include/linux/yam.h
6238
6239YEALINK PHONE DRIVER
6240P: Henk Vergonet
6241M: Henk.Vergonet@gmail.com
6242L: usbb2k-api-dev@nongnu.org
6243S: Maintained
6244F: Documentation/input/yealink.txt
6245F: drivers/input/misc/yealink.*
6246
6247Z8530 DRIVER FOR AX.25
6248P: Joerg Reuter
6249M: jreuter@yaina.de
6250W: http://yaina.de/jreuter/
6251W: http://www.qsl.net/dl1bke/
6252L: linux-hams@vger.kernel.org
6253S: Maintained
6254F: Documentation/networking/z8530drv.txt
6255F: drivers/net/hamradio/*scc.c
6256F: drivers/net/hamradio/z8530.h
6257
6258ZD1211RW WIRELESS DRIVER
6259P: Daniel Drake
6260M: dsd@gentoo.org
6261P: Ulrich Kunitz
6262M: kune@deine-taler.de
6263W: http://zd1211.ath.cx/wiki/DriverRewrite
6264L: linux-wireless@vger.kernel.org
6265L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6266S: Maintained
6267F: drivers/net/wireless/zd1211rw/
6268
6269ZR36067 VIDEO FOR LINUX DRIVER
6270L: mjpeg-users@lists.sourceforge.net
6271L: linux-media@vger.kernel.org
6272W: http://mjpeg.sourceforge.net/driver-zoran/
6273T: Mercurial http://linuxtv.org/hg/v4l-dvb
6274S: Odd Fixes
6275F: drivers/media/video/zoran/
6276
6277ZS DECSTATION Z85C30 SERIAL DRIVER
6278P: Maciej W. Rozycki
6279M: macro@linux-mips.org
6280S: Maintained
6281F: drivers/serial/zs.*
6282
6283THE REST
6284P: Linus Torvalds
6285T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6286S: Buried alive in reporters