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