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