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