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