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