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