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