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