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