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