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