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