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