MAINTAINERS: fix REMOTEPROC F: typo
[linux-2.6-block.git] / MAINTAINERS
... / ...
CommitLineData
1
2
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
203. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trival style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the OSDL certificate of contribution and should include a
55 Signed-off-by: line. The current version of this "Developer's
56 Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
596. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
637. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
678. Happy hacking.
68
69Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 L: Mailing list that is relevant to this area
74 W: Web-page with status/info
75 Q: Patchwork web based patch tracking system site
76 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
77 S: Status, one of the following:
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
96 F: net/
97 X: net/ipv6/
98 matches all files in and below net excluding net/ipv6/
99 K: Keyword perl extended regex pattern to match content in a
100 patch or file. For instance:
101 K: of_get_profile
102 matches patches or files that contain "of_get_profile"
103 K: \b(printk|pr_(info|err))\b
104 matches patches or files that contain one or more of the words
105 printk, pr_info or pr_err
106 One regex pattern per line. Multiple K: lines acceptable.
107
108Note: For the hard of thinking, this list is meant to remain in alphabetical
109order. If you could add yourselves to it in alphabetical order that would be
110so much easier [Ed]
111
112Maintainers List (try to look for most precise areas first)
113
114 -----------------------------------
115
1163C505 NETWORK DRIVER
117M: Philip Blundell <philb@gnu.org>
118L: netdev@vger.kernel.org
119S: Maintained
120F: drivers/net/ethernet/i825xx/3c505*
121
1223C59X NETWORK DRIVER
123M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
124L: netdev@vger.kernel.org
125S: Maintained
126F: Documentation/networking/vortex.txt
127F: drivers/net/ethernet/3com/3c59x.c
128
1293CR990 NETWORK DRIVER
130M: David Dillow <dave@thedillows.org>
131L: netdev@vger.kernel.org
132S: Maintained
133F: drivers/net/ethernet/3com/typhoon*
134
1353WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
136M: Adam Radford <linuxraid@lsi.com>
137L: linux-scsi@vger.kernel.org
138W: http://www.lsi.com
139S: Supported
140F: drivers/scsi/3w-*
141
14253C700 AND 53C700-66 SCSI DRIVER
143M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
144L: linux-scsi@vger.kernel.org
145S: Maintained
146F: drivers/scsi/53c700*
147
1486PACK NETWORK DRIVER FOR AX.25
149M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
150L: linux-hams@vger.kernel.org
151S: Maintained
152F: drivers/net/hamradio/6pack.c
153
1548169 10/100/1000 GIGABIT ETHERNET DRIVER
155M: Realtek linux nic maintainers <nic_swsd@realtek.com>
156M: Francois Romieu <romieu@fr.zoreil.com>
157L: netdev@vger.kernel.org
158S: Maintained
159F: drivers/net/ethernet/realtek/r8169.c
160
1618250/16?50 (AND CLONE UARTS) SERIAL DRIVER
162M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
163L: linux-serial@vger.kernel.org
164W: http://serial.sourceforge.net
165S: Maintained
166T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
167F: drivers/tty/serial/8250*
168F: include/linux/serial_8250.h
169
1708390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
171L: netdev@vger.kernel.org
172S: Orphan / Obsolete
173F: drivers/net/ethernet/8390/
174
1759P FILE SYSTEM
176M: Eric Van Hensbergen <ericvh@gmail.com>
177M: Ron Minnich <rminnich@sandia.gov>
178M: Latchesar Ionkov <lucho@ionkov.net>
179L: v9fs-developer@lists.sourceforge.net
180W: http://swik.net/v9fs
181Q: http://patchwork.kernel.org/project/v9fs-devel/list/
182T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
183S: Maintained
184F: Documentation/filesystems/9p.txt
185F: fs/9p/
186
187AACRAID SCSI RAID DRIVER
188M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
189L: linux-scsi@vger.kernel.org
190W: http://www.adaptec.com/
191S: Supported
192F: Documentation/scsi/aacraid.txt
193F: drivers/scsi/aacraid/
194
195ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
196M: Hans de Goede <hdegoede@redhat.com>
197L: lm-sensors@lm-sensors.org
198S: Maintained
199F: drivers/hwmon/abituguru.c
200
201ABIT UGURU 3 HARDWARE MONITOR DRIVER
202M: Alistair John Strachan <alistair@devzero.co.uk>
203L: lm-sensors@lm-sensors.org
204S: Maintained
205F: drivers/hwmon/abituguru3.c
206
207ACENIC DRIVER
208M: Jes Sorensen <jes@trained-monkey.org>
209L: linux-acenic@sunsite.dk
210S: Maintained
211F: drivers/net/ethernet/alteon/acenic*
212
213ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
214M: Peter Feuerer <peter@piie.net>
215L: platform-driver-x86@vger.kernel.org
216W: http://piie.net/?section=acerhdf
217S: Maintained
218F: drivers/platform/x86/acerhdf.c
219
220ACER WMI LAPTOP EXTRAS
221M: Joey Lee <jlee@novell.com>
222L: platform-driver-x86@vger.kernel.org
223S: Maintained
224F: drivers/platform/x86/acer-wmi.c
225
226ACPI
227M: Len Brown <lenb@kernel.org>
228L: linux-acpi@vger.kernel.org
229W: http://www.lesswatts.org/projects/acpi/
230Q: http://patchwork.kernel.org/project/linux-acpi/list/
231T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
232S: Supported
233F: drivers/acpi/
234F: drivers/pnp/pnpacpi/
235F: include/linux/acpi.h
236F: include/acpi/
237
238ACPI FAN DRIVER
239M: Zhang Rui <rui.zhang@intel.com>
240L: linux-acpi@vger.kernel.org
241W: http://www.lesswatts.org/projects/acpi/
242S: Supported
243F: drivers/acpi/fan.c
244
245ACPI PROCESSOR AGGREGATOR DRIVER
246M: Shaohua Li <shaohua.li@intel.com>
247L: linux-acpi@vger.kernel.org
248W: http://www.lesswatts.org/projects/acpi/
249S: Supported
250F: drivers/acpi/acpi_pad.c
251
252ACPI THERMAL DRIVER
253M: Zhang Rui <rui.zhang@intel.com>
254L: linux-acpi@vger.kernel.org
255W: http://www.lesswatts.org/projects/acpi/
256S: Supported
257F: drivers/acpi/*thermal*
258
259ACPI VIDEO 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/video.c
265
266ACPI WMI DRIVER
267L: platform-driver-x86@vger.kernel.org
268S: Orphan
269F: drivers/platform/x86/wmi.c
270
271AD1889 ALSA SOUND DRIVER
272M: Thibaut Varene <T-Bone@parisc-linux.org>
273W: http://wiki.parisc-linux.org/AD1889
274L: linux-parisc@vger.kernel.org
275S: Maintained
276F: sound/pci/ad1889.*
277
278AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
279M: Michael Hennerich <michael.hennerich@analog.com>
280L: device-drivers-devel@blackfin.uclinux.org
281W: http://wiki.analog.com/AD5254
282S: Supported
283F: drivers/misc/ad525x_dpot.c
284
285AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
286M: Michael Hennerich <michael.hennerich@analog.com>
287L: device-drivers-devel@blackfin.uclinux.org
288W: http://wiki.analog.com/AD5398
289S: Supported
290F: drivers/regulator/ad5398.c
291
292AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
293M: Michael Hennerich <michael.hennerich@analog.com>
294L: device-drivers-devel@blackfin.uclinux.org
295W: http://wiki.analog.com/AD7142
296S: Supported
297F: drivers/input/misc/ad714x.c
298
299AD7877 TOUCHSCREEN DRIVER
300M: Michael Hennerich <michael.hennerich@analog.com>
301L: device-drivers-devel@blackfin.uclinux.org
302W: http://wiki.analog.com/AD7877
303S: Supported
304F: drivers/input/touchscreen/ad7877.c
305
306AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
307M: Michael Hennerich <michael.hennerich@analog.com>
308L: device-drivers-devel@blackfin.uclinux.org
309W: http://wiki.analog.com/AD7879
310S: Supported
311F: drivers/input/touchscreen/ad7879.c
312
313ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
314M: Jiri Kosina <jkosina@suse.cz>
315S: Maintained
316
317ADM1025 HARDWARE MONITOR DRIVER
318M: Jean Delvare <khali@linux-fr.org>
319L: lm-sensors@lm-sensors.org
320S: Maintained
321F: Documentation/hwmon/adm1025
322F: drivers/hwmon/adm1025.c
323
324ADM1029 HARDWARE MONITOR DRIVER
325M: Corentin Labbe <corentin.labbe@geomatys.fr>
326L: lm-sensors@lm-sensors.org
327S: Maintained
328F: drivers/hwmon/adm1029.c
329
330ADM8211 WIRELESS DRIVER
331L: linux-wireless@vger.kernel.org
332W: http://linuxwireless.org/
333S: Orphan
334F: drivers/net/wireless/adm8211.*
335
336ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
337M: Michael Hennerich <michael.hennerich@analog.com>
338L: device-drivers-devel@blackfin.uclinux.org
339W: http://wiki.analog.com/ADP5520
340S: Supported
341F: drivers/mfd/adp5520.c
342F: drivers/video/backlight/adp5520_bl.c
343F: drivers/leds/leds-adp5520.c
344F: drivers/gpio/gpio-adp5520.c
345F: drivers/input/keyboard/adp5520-keys.c
346
347ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
348M: Michael Hennerich <michael.hennerich@analog.com>
349L: device-drivers-devel@blackfin.uclinux.org
350W: http://wiki.analog.com/ADP5588
351S: Supported
352F: drivers/input/keyboard/adp5588-keys.c
353F: drivers/gpio/gpio-adp5588.c
354
355ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
356M: Michael Hennerich <michael.hennerich@analog.com>
357L: device-drivers-devel@blackfin.uclinux.org
358W: http://wiki.analog.com/ADP8860
359S: Supported
360F: drivers/video/backlight/adp8860_bl.c
361
362ADS1015 HARDWARE MONITOR DRIVER
363M: Dirk Eibach <eibach@gdsys.de>
364L: lm-sensors@lm-sensors.org
365S: Maintained
366F: Documentation/hwmon/ads1015
367F: drivers/hwmon/ads1015.c
368F: include/linux/i2c/ads1015.h
369
370ADT746X FAN DRIVER
371M: Colin Leroy <colin@colino.net>
372S: Maintained
373F: drivers/macintosh/therm_adt746x.c
374
375ADT7475 HARDWARE MONITOR DRIVER
376M: Jean Delvare <khali@linux-fr.org>
377L: lm-sensors@lm-sensors.org
378S: Maintained
379F: Documentation/hwmon/adt7475
380F: drivers/hwmon/adt7475.c
381
382ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
383M: Michael Hennerich <michael.hennerich@analog.com>
384L: device-drivers-devel@blackfin.uclinux.org
385W: http://wiki.analog.com/ADXL345
386S: Supported
387F: drivers/input/misc/adxl34x.c
388
389ADVANSYS SCSI DRIVER
390M: Matthew Wilcox <matthew@wil.cx>
391L: linux-scsi@vger.kernel.org
392S: Maintained
393F: Documentation/scsi/advansys.txt
394F: drivers/scsi/advansys.c
395
396AEDSP16 DRIVER
397M: Riccardo Facchetti <fizban@tin.it>
398S: Maintained
399F: sound/oss/aedsp16.c
400
401AFFS FILE SYSTEM
402L: linux-fsdevel@vger.kernel.org
403S: Orphan
404F: Documentation/filesystems/affs.txt
405F: fs/affs/
406
407AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
408M: David Howells <dhowells@redhat.com>
409L: linux-afs@lists.infradead.org
410S: Supported
411F: fs/afs/
412F: include/net/af_rxrpc.h
413F: net/rxrpc/af_rxrpc.c
414
415AGPGART DRIVER
416M: David Airlie <airlied@linux.ie>
417T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
418S: Maintained
419F: drivers/char/agp/
420F: include/linux/agp*
421
422AHA152X SCSI DRIVER
423M: "Juergen E. Fischer" <fischer@norbit.de>
424L: linux-scsi@vger.kernel.org
425S: Maintained
426F: drivers/scsi/aha152x*
427F: drivers/scsi/pcmcia/aha152x*
428
429AIC7XXX / AIC79XX SCSI DRIVER
430M: Hannes Reinecke <hare@suse.de>
431L: linux-scsi@vger.kernel.org
432S: Maintained
433F: drivers/scsi/aic7xxx/
434F: drivers/scsi/aic7xxx_old/
435
436AIO
437M: Benjamin LaHaise <bcrl@kvack.org>
438L: linux-aio@kvack.org
439S: Supported
440F: fs/aio.c
441F: include/linux/*aio*.h
442
443ALCATEL SPEEDTOUCH USB DRIVER
444M: Duncan Sands <duncan.sands@free.fr>
445L: linux-usb@vger.kernel.org
446W: http://www.linux-usb.org/SpeedTouch/
447S: Maintained
448F: drivers/usb/atm/speedtch.c
449F: drivers/usb/atm/usbatm.c
450
451ALCHEMY AU1XX0 MMC DRIVER
452M: Manuel Lauss <manuel.lauss@gmail.com>
453S: Maintained
454F: drivers/mmc/host/au1xmmc.c
455
456ALI1563 I2C DRIVER
457M: Rudolf Marek <r.marek@assembler.cz>
458L: linux-i2c@vger.kernel.org
459S: Maintained
460F: Documentation/i2c/busses/i2c-ali1563
461F: drivers/i2c/busses/i2c-ali1563.c
462
463ALPHA PORT
464M: Richard Henderson <rth@twiddle.net>
465M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
466M: Matt Turner <mattst88@gmail.com>
467S: Odd Fixes
468L: linux-alpha@vger.kernel.org
469F: arch/alpha/
470
471ALTERA UART/JTAG UART SERIAL DRIVERS
472M: Tobias Klauser <tklauser@distanz.ch>
473L: linux-serial@vger.kernel.org
474L: nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
475S: Maintained
476F: drivers/tty/serial/altera_uart.c
477F: drivers/tty/serial/altera_jtaguart.c
478F: include/linux/altera_uart.h
479F: include/linux/altera_jtaguart.h
480
481AMD FAM15H PROCESSOR POWER MONITORING DRIVER
482M: Andreas Herrmann <andreas.herrmann3@amd.com>
483L: lm-sensors@lm-sensors.org
484S: Maintained
485F: Documentation/hwmon/fam15h_power
486F: drivers/hwmon/fam15h_power.c
487
488AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
489M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
490L: linux-geode@lists.infradead.org (moderated for non-subscribers)
491S: Supported
492F: drivers/usb/gadget/amd5536udc.*
493
494AMD GEODE PROCESSOR/CHIPSET SUPPORT
495P: Andres Salomon <dilinger@queued.net>
496L: linux-geode@lists.infradead.org (moderated for non-subscribers)
497W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
498S: Supported
499F: drivers/char/hw_random/geode-rng.c
500F: drivers/crypto/geode*
501F: drivers/video/geode/
502F: arch/x86/include/asm/geode.h
503
504AMD IOMMU (AMD-VI)
505M: Joerg Roedel <joerg.roedel@amd.com>
506L: iommu@lists.linux-foundation.org
507T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
508S: Supported
509F: drivers/iommu/amd_iommu*.[ch]
510F: include/linux/amd-iommu.h
511
512AMD MICROCODE UPDATE SUPPORT
513M: Andreas Herrmann <andreas.herrmann3@amd.com>
514L: amd64-microcode@amd64.org
515S: Supported
516F: arch/x86/kernel/microcode_amd.c
517
518AMS (Apple Motion Sensor) DRIVER
519M: Michael Hanselmann <linux-kernel@hansmi.ch>
520S: Supported
521F: drivers/macintosh/ams/
522
523AMSO1100 RNIC DRIVER
524M: Tom Tucker <tom@opengridcomputing.com>
525M: Steve Wise <swise@opengridcomputing.com>
526L: linux-rdma@vger.kernel.org
527S: Maintained
528F: drivers/infiniband/hw/amso1100/
529
530ANALOG DEVICES INC ASOC CODEC DRIVERS
531M: Lars-Peter Clausen <lars@metafoo.de>
532L: device-drivers-devel@blackfin.uclinux.org
533L: alsa-devel@alsa-project.org (moderated for non-subscribers)
534W: http://wiki.analog.com/
535S: Supported
536F: sound/soc/codecs/adau*
537F: sound/soc/codecs/adav*
538F: sound/soc/codecs/ad1*
539F: sound/soc/codecs/ssm*
540F: sound/soc/codecs/sigmadsp.*
541
542ANALOG DEVICES INC ASOC DRIVERS
543L: uclinux-dist-devel@blackfin.uclinux.org
544L: alsa-devel@alsa-project.org (moderated for non-subscribers)
545W: http://blackfin.uclinux.org/
546S: Supported
547F: sound/soc/blackfin/*
548
549AOA (Apple Onboard Audio) ALSA DRIVER
550M: Johannes Berg <johannes@sipsolutions.net>
551L: linuxppc-dev@lists.ozlabs.org
552L: alsa-devel@alsa-project.org (moderated for non-subscribers)
553S: Maintained
554F: sound/aoa/
555
556APM DRIVER
557M: Jiri Kosina <jkosina@suse.cz>
558S: Odd fixes
559F: arch/x86/kernel/apm_32.c
560F: include/linux/apm_bios.h
561F: drivers/char/apm-emulation.c
562
563APPLE BCM5974 MULTITOUCH DRIVER
564M: Henrik Rydberg <rydberg@euromail.se>
565L: linux-input@vger.kernel.org
566S: Maintained
567F: drivers/input/mouse/bcm5974.c
568
569APPLE SMC DRIVER
570M: Henrik Rydberg <rydberg@euromail.se>
571L: lm-sensors@lm-sensors.org
572S: Maintained
573F: drivers/hwmon/applesmc.c
574
575APPLETALK NETWORK LAYER
576M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
577S: Maintained
578F: drivers/net/appletalk/
579F: net/appletalk/
580
581ARASAN COMPACT FLASH PATA CONTROLLER
582M: Viresh Kumar <viresh.kumar@st.com>
583L: linux-ide@vger.kernel.org
584S: Maintained
585F: include/linux/pata_arasan_cf_data.h
586F: drivers/ata/pata_arasan_cf.c
587
588ARC FRAMEBUFFER DRIVER
589M: Jaya Kumar <jayalk@intworks.biz>
590S: Maintained
591F: drivers/video/arcfb.c
592F: drivers/video/fb_defio.c
593
594ARM MFM AND FLOPPY DRIVERS
595M: Ian Molton <spyro@f2s.com>
596S: Maintained
597F: arch/arm/lib/floppydma.S
598F: arch/arm/include/asm/floppy.h
599
600ARM PMU PROFILING AND DEBUGGING
601M: Will Deacon <will.deacon@arm.com>
602S: Maintained
603F: arch/arm/kernel/perf_event*
604F: arch/arm/oprofile/common.c
605F: arch/arm/kernel/pmu.c
606F: arch/arm/include/asm/pmu.h
607F: arch/arm/kernel/hw_breakpoint.c
608F: arch/arm/include/asm/hw_breakpoint.h
609
610ARM PORT
611M: Russell King <linux@arm.linux.org.uk>
612L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
613W: http://www.arm.linux.org.uk/
614S: Maintained
615F: arch/arm/
616
617ARM PRIMECELL AACI PL041 DRIVER
618M: Russell King <linux@arm.linux.org.uk>
619S: Maintained
620F: sound/arm/aaci.*
621
622ARM PRIMECELL CLCD PL110 DRIVER
623M: Russell King <linux@arm.linux.org.uk>
624S: Maintained
625F: drivers/video/amba-clcd.*
626
627ARM PRIMECELL KMI PL050 DRIVER
628M: Russell King <linux@arm.linux.org.uk>
629S: Maintained
630F: drivers/input/serio/ambakmi.*
631F: include/linux/amba/kmi.h
632
633ARM PRIMECELL MMCI PL180/1 DRIVER
634S: Orphan
635F: drivers/mmc/host/mmci.*
636
637ARM PRIMECELL BUS SUPPORT
638M: Russell King <linux@arm.linux.org.uk>
639S: Maintained
640F: drivers/amba/
641F: include/linux/amba/bus.h
642
643ARM/ADI ROADRUNNER MACHINE SUPPORT
644M: Lennert Buytenhek <kernel@wantstofly.org>
645L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
646S: Maintained
647F: arch/arm/mach-ixp23xx/
648F: arch/arm/mach-ixp23xx/include/mach/
649
650ARM/ADS SPHERE MACHINE SUPPORT
651M: Lennert Buytenhek <kernel@wantstofly.org>
652L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
653S: Maintained
654
655ARM/AFEB9260 MACHINE SUPPORT
656M: Sergey Lapin <slapin@ossfans.org>
657L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
658S: Maintained
659
660ARM/AJECO 1ARM MACHINE SUPPORT
661M: Lennert Buytenhek <kernel@wantstofly.org>
662L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
663S: Maintained
664
665ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
666M: Andrew Victor <linux@maxim.org.za>
667M: Nicolas Ferre <nicolas.ferre@atmel.com>
668M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
669L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
670W: http://maxim.org.za/at91_26.html
671W: http://www.linux4sam.org
672S: Supported
673F: arch/arm/mach-at91/
674
675ARM/BCMRING ARM ARCHITECTURE
676M: Jiandong Zheng <jdzheng@broadcom.com>
677M: Scott Branden <sbranden@broadcom.com>
678L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
679S: Maintained
680F: arch/arm/mach-bcmring
681
682ARM/BCMRING MTD NAND DRIVER
683M: Jiandong Zheng <jdzheng@broadcom.com>
684M: Scott Branden <sbranden@broadcom.com>
685L: linux-mtd@lists.infradead.org
686S: Maintained
687F: drivers/mtd/nand/bcm_umi_nand.c
688F: drivers/mtd/nand/bcm_umi_bch.c
689F: drivers/mtd/nand/nand_bcm_umi.h
690
691ARM/CALXEDA HIGHBANK ARCHITECTURE
692M: Rob Herring <rob.herring@calxeda.com>
693L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
694S: Maintained
695F: arch/arm/mach-highbank/
696
697ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
698M: Anton Vorontsov <avorontsov@mvista.com>
699S: Maintained
700F: arch/arm/mach-cns3xxx/
701T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
702
703ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
704M: Hartley Sweeten <hsweeten@visionengravers.com>
705M: Ryan Mallon <rmallon@gmail.com>
706L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
707S: Maintained
708F: arch/arm/mach-ep93xx/
709F: arch/arm/mach-ep93xx/include/mach/
710
711ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
712M: Lennert Buytenhek <kernel@wantstofly.org>
713L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
714S: Maintained
715
716ARM/CLKDEV SUPPORT
717M: Russell King <linux@arm.linux.org.uk>
718L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
719S: Maintained
720F: arch/arm/include/asm/clkdev.h
721F: drivers/clk/clkdev.c
722
723ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
724M: Mike Rapoport <mike@compulab.co.il>
725L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
726S: Maintained
727
728ARM/CONTEC MICRO9 MACHINE SUPPORT
729M: Hubert Feurstein <hubert.feurstein@contec.at>
730S: Maintained
731F: arch/arm/mach-ep93xx/micro9.c
732
733ARM/CORGI MACHINE SUPPORT
734M: Richard Purdie <rpurdie@rpsys.net>
735S: Maintained
736
737ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
738M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
739L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
740T: git git://git.berlios.de/gemini-board
741S: Maintained
742F: arch/arm/mach-gemini/
743
744ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
745M: Barry Song <baohua.song@csr.com>
746L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
747S: Maintained
748F: arch/arm/mach-prima2/
749F: drivers/dma/sirf-dma*
750
751ARM/EBSA110 MACHINE SUPPORT
752M: Russell King <linux@arm.linux.org.uk>
753L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
754W: http://www.arm.linux.org.uk/
755S: Maintained
756F: arch/arm/mach-ebsa110/
757F: drivers/net/ethernet/amd/am79c961a.*
758
759ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
760M: Daniel Ribeiro <drwyrm@gmail.com>
761M: Stefan Schmidt <stefan@openezx.org>
762M: Harald Welte <laforge@openezx.org>
763L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
764W: http://www.openezx.org/
765S: Maintained
766T: topgit git://git.openezx.org/openezx.git
767F: arch/arm/mach-pxa/ezx.c
768
769ARM/FARADAY FA526 PORT
770M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
771L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
772S: Maintained
773T: git git://git.berlios.de/gemini-board
774F: arch/arm/mm/*-fa*
775
776ARM/FOOTBRIDGE ARCHITECTURE
777M: Russell King <linux@arm.linux.org.uk>
778L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
779W: http://www.arm.linux.org.uk/
780S: Maintained
781F: arch/arm/include/asm/hardware/dec21285.h
782F: arch/arm/mach-footbridge/
783
784ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
785M: Sascha Hauer <kernel@pengutronix.de>
786L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
787S: Maintained
788T: git git://git.pengutronix.de/git/imx/linux-2.6.git
789F: arch/arm/mach-imx/
790F: arch/arm/plat-mxc/
791
792ARM/FREESCALE IMX6
793M: Shawn Guo <shawn.guo@linaro.org>
794L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
795S: Maintained
796T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
797F: arch/arm/mach-imx/*imx6*
798
799ARM/FREESCALE MXS ARM ARCHITECTURE
800M: Shawn Guo <shawn.guo@linaro.org>
801L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
802S: Maintained
803T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
804F: arch/arm/mach-mxs/
805
806ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
807M: Lennert Buytenhek <kernel@wantstofly.org>
808L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
809S: Maintained
810
811ARM/GUMSTIX MACHINE SUPPORT
812M: Steve Sakoman <sakoman@gmail.com>
813L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
814S: Maintained
815
816ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
817M: Philipp Zabel <philipp.zabel@gmail.com>
818M: Paul Parsons <lost.distance@yahoo.com>
819L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
820S: Maintained
821F: arch/arm/mach-pxa/hx4700.c
822F: arch/arm/mach-pxa/include/mach/hx4700.h
823F: sound/soc/pxa/hx4700.c
824
825ARM/HP JORNADA 7XX MACHINE SUPPORT
826M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
827W: www.jlime.com
828S: Maintained
829T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
830F: arch/arm/mach-sa1100/jornada720.c
831F: arch/arm/mach-sa1100/include/mach/jornada720.h
832
833ARM/INCOME PXA270 SUPPORT
834M: Marek Vasut <marek.vasut@gmail.com>
835L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
836S: Maintained
837F: arch/arm/mach-pxa/colibri-pxa270-income.c
838
839ARM/INTEL IOP32X ARM ARCHITECTURE
840M: Lennert Buytenhek <kernel@wantstofly.org>
841M: Dan Williams <dan.j.williams@intel.com>
842L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
843S: Maintained
844
845ARM/INTEL IOP33X ARM ARCHITECTURE
846M: Dan Williams <dan.j.williams@intel.com>
847L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
848S: Maintained
849
850ARM/INTEL IOP13XX ARM ARCHITECTURE
851M: Lennert Buytenhek <kernel@wantstofly.org>
852M: Dan Williams <dan.j.williams@intel.com>
853L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
854S: Maintained
855
856ARM/INTEL IQ81342EX MACHINE SUPPORT
857M: Lennert Buytenhek <kernel@wantstofly.org>
858M: Dan Williams <dan.j.williams@intel.com>
859L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
860S: Maintained
861
862ARM/INTEL IXP2000 ARM ARCHITECTURE
863M: Lennert Buytenhek <kernel@wantstofly.org>
864L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
865S: Maintained
866
867ARM/INTEL IXDP2850 MACHINE SUPPORT
868M: Lennert Buytenhek <kernel@wantstofly.org>
869L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
870S: Maintained
871
872ARM/INTEL IXP23XX ARM ARCHITECTURE
873M: Lennert Buytenhek <kernel@wantstofly.org>
874L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
875S: Maintained
876
877ARM/INTEL IXP4XX ARM ARCHITECTURE
878M: Imre Kaloz <kaloz@openwrt.org>
879M: Krzysztof Halasa <khc@pm.waw.pl>
880L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881S: Maintained
882F: arch/arm/mach-ixp4xx/
883
884ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
885M: Jonathan Cameron <jic23@cam.ac.uk>
886L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887S: Maintained
888F: arch/arm/mach-pxa/stargate2.c
889F: drivers/pcmcia/pxa2xx_stargate2.c
890
891ARM/INTEL XSC3 (MANZANO) ARM CORE
892M: Lennert Buytenhek <kernel@wantstofly.org>
893M: Dan Williams <dan.j.williams@intel.com>
894L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
895S: Maintained
896
897ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
898M: Lennert Buytenhek <kernel@wantstofly.org>
899L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900S: Maintained
901
902ARM/LOGICPD PXA270 MACHINE SUPPORT
903M: Lennert Buytenhek <kernel@wantstofly.org>
904L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905S: Maintained
906
907ARM/MAGICIAN MACHINE SUPPORT
908M: Philipp Zabel <philipp.zabel@gmail.com>
909S: Maintained
910
911ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
912M: Lennert Buytenhek <kernel@wantstofly.org>
913M: Nicolas Pitre <nico@fluxnic.net>
914L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
915S: Odd Fixes
916F: arch/arm/mach-kirkwood/
917F: arch/arm/mach-mv78xx0/
918F: arch/arm/mach-orion5x/
919F: arch/arm/plat-orion/
920
921ARM/Orion SoC/Technologic Systems TS-78xx platform support
922M: Alexander Clouter <alex@digriz.org.uk>
923L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
924W: http://www.digriz.org.uk/ts78xx/kernel
925S: Maintained
926F: arch/arm/mach-orion5x/ts78xx-*
927
928ARM/MIOA701 MACHINE SUPPORT
929M: Robert Jarzmik <robert.jarzmik@free.fr>
930L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
931F: arch/arm/mach-pxa/mioa701.c
932S: Maintained
933
934ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
935M: Michael Petchkovsky <mkpetch@internode.on.net>
936S: Maintained
937
938ARM/NOMADIK ARCHITECTURE
939M: Alessandro Rubini <rubini@unipv.it>
940M: Linus Walleij <linus.walleij@stericsson.com>
941M: STEricsson <STEricsson_nomadik_linux@list.st.com>
942L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
943S: Maintained
944F: arch/arm/mach-nomadik/
945F: arch/arm/plat-nomadik/
946F: drivers/i2c/busses/i2c-nomadik.c
947T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
948
949ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
950M: Nelson Castillo <arhuaco@freaks-unidos.net>
951L: openmoko-kernel@lists.openmoko.org (subscribers-only)
952W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
953S: Supported
954
955ARM/QUALCOMM MSM MACHINE SUPPORT
956M: David Brown <davidb@codeaurora.org>
957M: Daniel Walker <dwalker@fifo99.com>
958M: Bryan Huntsman <bryanh@codeaurora.org>
959L: linux-arm-msm@vger.kernel.org
960F: arch/arm/mach-msm/
961F: drivers/video/msm/
962F: drivers/mmc/host/msm_sdcc.c
963F: drivers/mmc/host/msm_sdcc.h
964F: drivers/tty/serial/msm_serial.h
965F: drivers/tty/serial/msm_serial.c
966F: drivers/platform/msm/
967F: drivers/*/pm8???-*
968F: include/linux/mfd/pm8xxx/
969T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
970S: Maintained
971
972ARM/TOSA MACHINE SUPPORT
973M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
974M: Dirk Opfer <dirk@opfer-online.de>
975S: Maintained
976
977ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
978M: Marek Vasut <marek.vasut@gmail.com>
979L: linux-arm-kernel@lists.infradead.org
980W: http://hackndev.com
981S: Maintained
982F: arch/arm/mach-pxa/include/mach/palmtx.h
983F: arch/arm/mach-pxa/palmtx.c
984F: arch/arm/mach-pxa/include/mach/palmt5.h
985F: arch/arm/mach-pxa/palmt5.c
986F: arch/arm/mach-pxa/include/mach/palmld.h
987F: arch/arm/mach-pxa/palmld.c
988F: arch/arm/mach-pxa/include/mach/palmte2.h
989F: arch/arm/mach-pxa/palmte2.c
990F: arch/arm/mach-pxa/include/mach/palmtc.h
991F: arch/arm/mach-pxa/palmtc.c
992
993ARM/PALM TREO SUPPORT
994M: Tomas Cech <sleep_walker@suse.cz>
995L: linux-arm-kernel@lists.infradead.org
996W: http://hackndev.com
997S: Maintained
998F: arch/arm/mach-pxa/include/mach/palmtreo.h
999F: arch/arm/mach-pxa/palmtreo.c
1000
1001ARM/PALMZ72 SUPPORT
1002M: Sergey Lapin <slapin@ossfans.org>
1003L: linux-arm-kernel@lists.infradead.org
1004W: http://hackndev.com
1005S: Maintained
1006F: arch/arm/mach-pxa/include/mach/palmz72.h
1007F: arch/arm/mach-pxa/palmz72.c
1008
1009ARM/PLEB SUPPORT
1010M: Peter Chubb <pleb@gelato.unsw.edu.au>
1011W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1012S: Maintained
1013
1014ARM/PT DIGITAL BOARD PORT
1015M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1016L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017W: http://www.arm.linux.org.uk/
1018S: Maintained
1019
1020ARM/RADISYS ENP2611 MACHINE SUPPORT
1021M: Lennert Buytenhek <kernel@wantstofly.org>
1022L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023S: Maintained
1024
1025ARM/RISCPC ARCHITECTURE
1026M: Russell King <linux@arm.linux.org.uk>
1027L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1028W: http://www.arm.linux.org.uk/
1029S: Maintained
1030F: arch/arm/common/time-acorn.c
1031F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1032F: arch/arm/include/asm/hardware/ioc.h
1033F: arch/arm/include/asm/hardware/iomd.h
1034F: arch/arm/include/asm/hardware/memc.h
1035F: arch/arm/mach-rpc/
1036F: drivers/net/ethernet/8390/etherh.c
1037F: drivers/net/ethernet/i825xx/ether1*
1038F: drivers/net/ethernet/seeq/ether3*
1039F: drivers/scsi/arm/
1040
1041ARM/SHARK MACHINE SUPPORT
1042M: Alexander Schulz <alex@shark-linux.de>
1043W: http://www.shark-linux.de/shark.html
1044S: Maintained
1045
1046ARM/SAMSUNG ARM ARCHITECTURES
1047M: Ben Dooks <ben-linux@fluff.org>
1048M: Kukjin Kim <kgene.kim@samsung.com>
1049L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1050L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1051W: http://www.fluff.org/ben/linux/
1052S: Maintained
1053F: arch/arm/plat-samsung/
1054F: arch/arm/plat-s3c24xx/
1055F: arch/arm/plat-s5p/
1056F: arch/arm/mach-s3c24*/
1057F: arch/arm/mach-s3c64xx/
1058F: drivers/*/*s3c2410*
1059F: drivers/*/*/*s3c2410*
1060F: drivers/spi/spi-s3c*
1061F: sound/soc/samsung/*
1062
1063ARM/S5P EXYNOS ARM ARCHITECTURES
1064M: Kukjin Kim <kgene.kim@samsung.com>
1065L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1066L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1067S: Maintained
1068F: arch/arm/mach-s5p*/
1069F: arch/arm/mach-exynos*/
1070
1071ARM/SAMSUNG MOBILE MACHINE SUPPORT
1072M: Kyungmin Park <kyungmin.park@samsung.com>
1073L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1074S: Maintained
1075F: arch/arm/mach-s5pv210/mach-aquila.c
1076F: arch/arm/mach-s5pv210/mach-goni.c
1077F: arch/arm/mach-exynos/mach-universal_c210.c
1078F: arch/arm/mach-exynos/mach-nuri.c
1079
1080ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1081M: Kyungmin Park <kyungmin.park@samsung.com>
1082M: Sylwester Nawrocki <s.nawrocki@samsung.com>
1083L: linux-arm-kernel@lists.infradead.org
1084L: linux-media@vger.kernel.org
1085S: Maintained
1086F: arch/arm/plat-s5p/dev-fimc*
1087F: arch/arm/plat-samsung/include/plat/*fimc*
1088F: drivers/media/video/s5p-fimc/
1089
1090ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1091M: Kyungmin Park <kyungmin.park@samsung.com>
1092M: Kamil Debski <k.debski@samsung.com>
1093M: Jeongtae Park <jtp.park@samsung.com>
1094L: linux-arm-kernel@lists.infradead.org
1095L: linux-media@vger.kernel.org
1096S: Maintained
1097F: arch/arm/plat-s5p/dev-mfc.c
1098F: drivers/media/video/s5p-mfc/
1099
1100ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1101M: Kyungmin Park <kyungmin.park@samsung.com>
1102M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1103L: linux-arm-kernel@lists.infradead.org
1104L: linux-media@vger.kernel.org
1105S: Maintained
1106F: drivers/media/video/s5p-tv/
1107
1108ARM/SHMOBILE ARM ARCHITECTURE
1109M: Paul Mundt <lethal@linux-sh.org>
1110M: Magnus Damm <magnus.damm@gmail.com>
1111L: linux-sh@vger.kernel.org
1112W: http://oss.renesas.com
1113Q: http://patchwork.kernel.org/project/linux-sh/list/
1114T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1115S: Supported
1116F: arch/arm/mach-shmobile/
1117F: drivers/sh/
1118
1119ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1120M: Lennert Buytenhek <kernel@wantstofly.org>
1121L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122S: Maintained
1123
1124ARM/TETON BGA MACHINE SUPPORT
1125M: "Mark F. Brown" <mark.brown314@gmail.com>
1126L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127S: Maintained
1128
1129ARM/THECUS N2100 MACHINE SUPPORT
1130M: Lennert Buytenhek <kernel@wantstofly.org>
1131L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132S: Maintained
1133
1134ARM/NUVOTON W90X900 ARM ARCHITECTURE
1135M: Wan ZongShun <mcuos.com@gmail.com>
1136L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137W: http://www.mcuos.com
1138S: Maintained
1139F: arch/arm/mach-w90x900/
1140F: drivers/input/keyboard/w90p910_keypad.c
1141F: drivers/input/touchscreen/w90p910_ts.c
1142F: drivers/watchdog/nuc900_wdt.c
1143F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1144F: drivers/mtd/nand/nuc900_nand.c
1145F: drivers/rtc/rtc-nuc900.c
1146F: drivers/spi/spi-nuc900.c
1147F: drivers/usb/host/ehci-w90x900.c
1148F: drivers/video/nuc900fb.c
1149
1150ARM/U300 MACHINE SUPPORT
1151M: Linus Walleij <linus.walleij@stericsson.com>
1152L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153S: Supported
1154F: arch/arm/mach-u300/
1155F: drivers/i2c/busses/i2c-stu300.c
1156F: drivers/rtc/rtc-coh901331.c
1157F: drivers/watchdog/coh901327_wdt.c
1158F: drivers/dma/coh901318*
1159F: drivers/mfd/ab3100*
1160F: drivers/rtc/rtc-ab3100.c
1161F: drivers/rtc/rtc-coh901331.c
1162T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1163
1164ARM/Ux500 ARM ARCHITECTURE
1165M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1166M: Linus Walleij <linus.walleij@stericsson.com>
1167L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168S: Maintained
1169F: arch/arm/mach-ux500/
1170F: drivers/dma/ste_dma40*
1171F: drivers/mfd/abx500*
1172F: drivers/mfd/ab8500*
1173F: drivers/mfd/stmpe*
1174F: drivers/rtc/rtc-ab8500.c
1175T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1176
1177ARM/VFP SUPPORT
1178M: Russell King <linux@arm.linux.org.uk>
1179L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180W: http://www.arm.linux.org.uk/
1181S: Maintained
1182F: arch/arm/vfp/
1183
1184ARM/VOIPAC PXA270 SUPPORT
1185M: Marek Vasut <marek.vasut@gmail.com>
1186L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1187S: Maintained
1188F: arch/arm/mach-pxa/vpac270.c
1189F: arch/arm/mach-pxa/include/mach/vpac270.h
1190
1191ARM/ZIPIT Z2 SUPPORT
1192M: Marek Vasut <marek.vasut@gmail.com>
1193L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1194S: Maintained
1195F: arch/arm/mach-pxa/z2.c
1196F: arch/arm/mach-pxa/include/mach/z2.h
1197
1198ASC7621 HARDWARE MONITOR DRIVER
1199M: George Joseph <george.joseph@fairview5.com>
1200L: lm-sensors@lm-sensors.org
1201S: Maintained
1202F: Documentation/hwmon/asc7621
1203F: drivers/hwmon/asc7621.c
1204
1205ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1206M: Corentin Chary <corentincj@iksaif.net>
1207L: acpi4asus-user@lists.sourceforge.net
1208L: platform-driver-x86@vger.kernel.org
1209W: http://acpi4asus.sf.net
1210S: Maintained
1211F: drivers/platform/x86/asus*.c
1212F: drivers/platform/x86/eeepc*.c
1213
1214ASUS ASB100 HARDWARE MONITOR DRIVER
1215M: "Mark M. Hoffman" <mhoffman@lightlink.com>
1216L: lm-sensors@lm-sensors.org
1217S: Maintained
1218F: drivers/hwmon/asb100.c
1219
1220ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1221M: Dan Williams <dan.j.williams@intel.com>
1222W: http://sourceforge.net/projects/xscaleiop
1223S: Supported
1224F: Documentation/crypto/async-tx-api.txt
1225F: crypto/async_tx/
1226F: drivers/dma/
1227F: include/linux/dmaengine.h
1228F: include/linux/async_tx.h
1229
1230AT24 EEPROM DRIVER
1231M: Wolfram Sang <w.sang@pengutronix.de>
1232L: linux-i2c@vger.kernel.org
1233S: Maintained
1234F: drivers/misc/eeprom/at24.c
1235F: include/linux/i2c/at24.h
1236
1237ATA OVER ETHERNET (AOE) DRIVER
1238M: "Ed L. Cashin" <ecashin@coraid.com>
1239W: http://www.coraid.com/support/linux
1240S: Supported
1241F: Documentation/aoe/
1242F: drivers/block/aoe/
1243
1244ATHEROS ATH GENERIC UTILITIES
1245M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1246L: linux-wireless@vger.kernel.org
1247S: Supported
1248F: drivers/net/wireless/ath/*
1249
1250ATHEROS ATH5K WIRELESS DRIVER
1251M: Jiri Slaby <jirislaby@gmail.com>
1252M: Nick Kossifidis <mickflemm@gmail.com>
1253M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1254M: Bob Copeland <me@bobcopeland.com>
1255L: linux-wireless@vger.kernel.org
1256L: ath5k-devel@lists.ath5k.org
1257W: http://wireless.kernel.org/en/users/Drivers/ath5k
1258S: Maintained
1259F: drivers/net/wireless/ath/ath5k/
1260
1261ATHEROS ATH6KL WIRELESS DRIVER
1262M: Kalle Valo <kvalo@qca.qualcomm.com>
1263L: linux-wireless@vger.kernel.org
1264W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1265T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git
1266S: Supported
1267F: drivers/net/wireless/ath/ath6kl/
1268
1269ATHEROS ATH9K WIRELESS DRIVER
1270M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1271M: Jouni Malinen <jouni@qca.qualcomm.com>
1272M: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
1273M: Senthil Balasubramanian <senthilb@qca.qualcomm.com>
1274L: linux-wireless@vger.kernel.org
1275L: ath9k-devel@lists.ath9k.org
1276W: http://wireless.kernel.org/en/users/Drivers/ath9k
1277S: Supported
1278F: drivers/net/wireless/ath/ath9k/
1279
1280CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1281M: Christian Lamparter <chunkeey@googlemail.com>
1282L: linux-wireless@vger.kernel.org
1283W: http://wireless.kernel.org/en/users/Drivers/carl9170
1284S: Maintained
1285F: drivers/net/wireless/ath/carl9170/
1286
1287ATK0110 HWMON DRIVER
1288M: Luca Tettamanti <kronos.it@gmail.com>
1289L: lm-sensors@lm-sensors.org
1290S: Maintained
1291F: drivers/hwmon/asus_atk0110.c
1292
1293ATI_REMOTE2 DRIVER
1294M: Ville Syrjala <syrjala@sci.fi>
1295S: Maintained
1296F: drivers/input/misc/ati_remote2.c
1297
1298ATLX ETHERNET DRIVERS
1299M: Jay Cliburn <jcliburn@gmail.com>
1300M: Chris Snook <chris.snook@gmail.com>
1301L: netdev@vger.kernel.org
1302W: http://sourceforge.net/projects/atl1
1303W: http://atl1.sourceforge.net
1304S: Maintained
1305F: drivers/net/ethernet/atheros/
1306
1307ATM
1308M: Chas Williams <chas@cmf.nrl.navy.mil>
1309L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1310L: netdev@vger.kernel.org
1311W: http://linux-atm.sourceforge.net
1312S: Maintained
1313F: drivers/atm/
1314F: include/linux/atm*
1315
1316ATMEL AT91 MCI DRIVER
1317M: Ludovic Desroches <ludovic.desroches@atmel.com>
1318L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319W: http://www.atmel.com/products/AT91/
1320W: http://www.at91.com/
1321S: Maintained
1322F: drivers/mmc/host/at91_mci.c
1323
1324ATMEL AT91 / AT32 MCI DRIVER
1325M: Ludovic Desroches <ludovic.desroches@atmel.com>
1326S: Maintained
1327F: drivers/mmc/host/atmel-mci.c
1328F: drivers/mmc/host/atmel-mci-regs.h
1329
1330ATMEL AT91 / AT32 SERIAL DRIVER
1331M: Nicolas Ferre <nicolas.ferre@atmel.com>
1332S: Supported
1333F: drivers/tty/serial/atmel_serial.c
1334
1335ATMEL LCDFB DRIVER
1336M: Nicolas Ferre <nicolas.ferre@atmel.com>
1337L: linux-fbdev@vger.kernel.org
1338S: Maintained
1339F: drivers/video/atmel_lcdfb.c
1340F: include/video/atmel_lcdc.h
1341
1342ATMEL MACB ETHERNET DRIVER
1343M: Nicolas Ferre <nicolas.ferre@atmel.com>
1344S: Supported
1345F: drivers/net/ethernet/cadence/
1346
1347ATMEL SPI DRIVER
1348M: Nicolas Ferre <nicolas.ferre@atmel.com>
1349S: Supported
1350F: drivers/spi/spi-atmel.*
1351
1352ATMEL USBA UDC DRIVER
1353M: Nicolas Ferre <nicolas.ferre@atmel.com>
1354L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1356S: Supported
1357F: drivers/usb/gadget/atmel_usba_udc.*
1358
1359ATMEL WIRELESS DRIVER
1360M: Simon Kelley <simon@thekelleys.org.uk>
1361L: linux-wireless@vger.kernel.org
1362W: http://www.thekelleys.org.uk/atmel
1363W: http://atmelwlandriver.sourceforge.net/
1364S: Maintained
1365F: drivers/net/wireless/atmel*
1366
1367AUDIT SUBSYSTEM
1368M: Al Viro <viro@zeniv.linux.org.uk>
1369M: Eric Paris <eparis@redhat.com>
1370L: linux-audit@redhat.com (subscribers-only)
1371W: http://people.redhat.com/sgrubb/audit/
1372T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1373S: Maintained
1374F: include/linux/audit.h
1375F: kernel/audit*
1376
1377AUXILIARY DISPLAY DRIVERS
1378M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1379W: http://miguelojeda.es/auxdisplay.htm
1380W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1381S: Maintained
1382F: drivers/auxdisplay/
1383F: include/linux/cfag12864b.h
1384
1385AVR32 ARCHITECTURE
1386M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1387M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1388W: http://www.atmel.com/products/AVR32/
1389W: http://avr32linux.org/
1390W: http://avrfreaks.net/
1391S: Maintained
1392F: arch/avr32/
1393
1394AVR32/AT32AP MACHINE SUPPORT
1395M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1396M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1397S: Maintained
1398F: arch/avr32/mach-at32ap/
1399
1400AX.25 NETWORK LAYER
1401M: Ralf Baechle <ralf@linux-mips.org>
1402L: linux-hams@vger.kernel.org
1403W: http://www.linux-ax25.org/
1404S: Maintained
1405F: include/linux/ax25.h
1406F: include/net/ax25.h
1407F: net/ax25/
1408
1409B43 WIRELESS DRIVER
1410M: Stefano Brivio <stefano.brivio@polimi.it>
1411L: linux-wireless@vger.kernel.org
1412L: b43-dev@lists.infradead.org
1413W: http://linuxwireless.org/en/users/Drivers/b43
1414S: Maintained
1415F: drivers/net/wireless/b43/
1416
1417B43LEGACY WIRELESS DRIVER
1418M: Larry Finger <Larry.Finger@lwfinger.net>
1419M: Stefano Brivio <stefano.brivio@polimi.it>
1420L: linux-wireless@vger.kernel.org
1421L: b43-dev@lists.infradead.org
1422W: http://linuxwireless.org/en/users/Drivers/b43
1423S: Maintained
1424F: drivers/net/wireless/b43legacy/
1425
1426BACKLIGHT CLASS/SUBSYSTEM
1427M: Richard Purdie <rpurdie@rpsys.net>
1428S: Maintained
1429F: drivers/video/backlight/
1430F: include/linux/backlight.h
1431
1432BATMAN ADVANCED
1433M: Marek Lindner <lindner_marek@yahoo.de>
1434M: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1435L: b.a.t.m.a.n@lists.open-mesh.org
1436W: http://www.open-mesh.org/
1437S: Maintained
1438F: net/batman-adv/
1439
1440BAYCOM/HDLCDRV DRIVERS FOR AX.25
1441M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1442L: linux-hams@vger.kernel.org
1443W: http://www.baycom.org/~tom/ham/ham.html
1444S: Maintained
1445F: drivers/net/hamradio/baycom*
1446
1447BEFS FILE SYSTEM
1448S: Orphan
1449F: Documentation/filesystems/befs.txt
1450F: fs/befs/
1451
1452BFS FILE SYSTEM
1453M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1454S: Maintained
1455F: Documentation/filesystems/bfs.txt
1456F: fs/bfs/
1457F: include/linux/bfs_fs.h
1458
1459BLACKFIN ARCHITECTURE
1460M: Mike Frysinger <vapier@gentoo.org>
1461L: uclinux-dist-devel@blackfin.uclinux.org
1462W: http://blackfin.uclinux.org
1463S: Supported
1464F: arch/blackfin/
1465
1466BLACKFIN EMAC DRIVER
1467L: uclinux-dist-devel@blackfin.uclinux.org
1468W: http://blackfin.uclinux.org
1469S: Supported
1470F: drivers/net/ethernet/adi/
1471
1472BLACKFIN RTC DRIVER
1473M: Mike Frysinger <vapier.adi@gmail.com>
1474L: uclinux-dist-devel@blackfin.uclinux.org
1475W: http://blackfin.uclinux.org
1476S: Supported
1477F: drivers/rtc/rtc-bfin.c
1478
1479BLACKFIN SDH DRIVER
1480M: Cliff Cai <cliff.cai@analog.com>
1481L: uclinux-dist-devel@blackfin.uclinux.org
1482W: http://blackfin.uclinux.org
1483S: Supported
1484F: drivers/mmc/host/bfin_sdh.c
1485
1486BLACKFIN SERIAL DRIVER
1487M: Sonic Zhang <sonic.zhang@analog.com>
1488L: uclinux-dist-devel@blackfin.uclinux.org
1489W: http://blackfin.uclinux.org
1490S: Supported
1491F: drivers/tty/serial/bfin_uart.c
1492
1493BLACKFIN WATCHDOG DRIVER
1494M: Mike Frysinger <vapier.adi@gmail.com>
1495L: uclinux-dist-devel@blackfin.uclinux.org
1496W: http://blackfin.uclinux.org
1497S: Supported
1498F: drivers/watchdog/bfin_wdt.c
1499
1500BLACKFIN I2C TWI DRIVER
1501M: Sonic Zhang <sonic.zhang@analog.com>
1502L: uclinux-dist-devel@blackfin.uclinux.org
1503W: http://blackfin.uclinux.org/
1504S: Supported
1505F: drivers/i2c/busses/i2c-bfin-twi.c
1506
1507BLOCK LAYER
1508M: Jens Axboe <axboe@kernel.dk>
1509T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1510S: Maintained
1511F: block/
1512
1513BLOCK2MTD DRIVER
1514M: Joern Engel <joern@lazybastard.org>
1515L: linux-mtd@lists.infradead.org
1516S: Maintained
1517F: drivers/mtd/devices/block2mtd.c
1518
1519BLUETOOTH DRIVERS
1520M: Marcel Holtmann <marcel@holtmann.org>
1521M: Gustavo Padovan <gustavo@padovan.org>
1522M: Johan Hedberg <johan.hedberg@gmail.com>
1523L: linux-bluetooth@vger.kernel.org
1524W: http://www.bluez.org/
1525T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth.git
1526T: git git://git.kernel.org/pub/scm/linux/kernel/git/jh/bluetooth.git
1527S: Maintained
1528F: drivers/bluetooth/
1529
1530BLUETOOTH SUBSYSTEM
1531M: Marcel Holtmann <marcel@holtmann.org>
1532M: Gustavo Padovan <gustavo@padovan.org>
1533M: Johan Hedberg <johan.hedberg@gmail.com>
1534L: linux-bluetooth@vger.kernel.org
1535W: http://www.bluez.org/
1536T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth.git
1537T: git git://git.kernel.org/pub/scm/linux/kernel/git/jh/bluetooth.git
1538S: Maintained
1539F: net/bluetooth/
1540F: include/net/bluetooth/
1541
1542BONDING DRIVER
1543M: Jay Vosburgh <fubar@us.ibm.com>
1544M: Andy Gospodarek <andy@greyhouse.net>
1545L: netdev@vger.kernel.org
1546W: http://sourceforge.net/projects/bonding/
1547S: Supported
1548F: drivers/net/bonding/
1549F: include/linux/if_bonding.h
1550
1551BROADCOM B44 10/100 ETHERNET DRIVER
1552M: Gary Zambrano <zambrano@broadcom.com>
1553L: netdev@vger.kernel.org
1554S: Supported
1555F: drivers/net/ethernet/broadcom/b44.*
1556
1557BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1558M: Michael Chan <mchan@broadcom.com>
1559L: netdev@vger.kernel.org
1560S: Supported
1561F: drivers/net/ethernet/broadcom/bnx2.*
1562F: drivers/net/ethernet/broadcom/bnx2_*
1563
1564BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1565M: Eilon Greenstein <eilong@broadcom.com>
1566L: netdev@vger.kernel.org
1567S: Supported
1568F: drivers/net/ethernet/broadcom/bnx2x/
1569
1570BROADCOM TG3 GIGABIT ETHERNET DRIVER
1571M: Matt Carlson <mcarlson@broadcom.com>
1572M: Michael Chan <mchan@broadcom.com>
1573L: netdev@vger.kernel.org
1574S: Supported
1575F: drivers/net/ethernet/broadcom/tg3.*
1576
1577BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1578M: Brett Rudley <brudley@broadcom.com>
1579M: Roland Vossen <rvossen@broadcom.com>
1580M: Arend van Spriel <arend@broadcom.com>
1581M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
1582M: Kan Yan <kanyan@broadcom.com>
1583L: linux-wireless@vger.kernel.org
1584S: Supported
1585F: drivers/net/wireless/brcm80211/
1586
1587BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1588M: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
1589L: linux-scsi@vger.kernel.org
1590S: Supported
1591F: drivers/scsi/bnx2fc/
1592
1593BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1594M: Rafał Miłecki <zajec5@gmail.com>
1595L: linux-wireless@vger.kernel.org
1596S: Maintained
1597F: drivers/bcma/
1598F: include/linux/bcma/
1599
1600BROCADE BFA FC SCSI DRIVER
1601M: Jing Huang <huangj@brocade.com>
1602L: linux-scsi@vger.kernel.org
1603S: Supported
1604F: drivers/scsi/bfa/
1605
1606BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1607M: Rasesh Mody <rmody@brocade.com>
1608L: netdev@vger.kernel.org
1609S: Supported
1610F: drivers/net/ethernet/brocade/bna/
1611
1612BSG (block layer generic sg v4 driver)
1613M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1614L: linux-scsi@vger.kernel.org
1615S: Supported
1616F: block/bsg.c
1617F: include/linux/bsg.h
1618
1619BT87X AUDIO DRIVER
1620M: Clemens Ladisch <clemens@ladisch.de>
1621L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1622T: git git://git.alsa-project.org/alsa-kernel.git
1623S: Maintained
1624F: Documentation/sound/alsa/Bt87x.txt
1625F: sound/pci/bt87x.c
1626
1627BT8XXGPIO DRIVER
1628M: Michael Buesch <m@bues.ch>
1629W: http://bu3sch.de/btgpio.php
1630S: Maintained
1631F: drivers/gpio/gpio-bt8xx.c
1632
1633BTRFS FILE SYSTEM
1634M: Chris Mason <chris.mason@oracle.com>
1635L: linux-btrfs@vger.kernel.org
1636W: http://btrfs.wiki.kernel.org/
1637Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1638T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1639S: Maintained
1640F: Documentation/filesystems/btrfs.txt
1641F: fs/btrfs/
1642
1643BTTV VIDEO4LINUX DRIVER
1644M: Mauro Carvalho Chehab <mchehab@infradead.org>
1645L: linux-media@vger.kernel.org
1646W: http://linuxtv.org
1647T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1648S: Maintained
1649F: Documentation/video4linux/bttv/
1650F: drivers/media/video/bt8xx/bttv*
1651
1652C-MEDIA CMI8788 DRIVER
1653M: Clemens Ladisch <clemens@ladisch.de>
1654L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1655T: git git://git.alsa-project.org/alsa-kernel.git
1656S: Maintained
1657F: sound/pci/oxygen/
1658
1659C6X ARCHITECTURE
1660M: Mark Salter <msalter@redhat.com>
1661M: Aurelien Jacquiot <a-jacquiot@ti.com>
1662L: linux-c6x-dev@linux-c6x.org
1663W: http://www.linux-c6x.org/wiki/index.php/Main_Page
1664S: Maintained
1665F: arch/c6x/
1666
1667CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1668M: David Howells <dhowells@redhat.com>
1669L: linux-cachefs@redhat.com
1670S: Supported
1671F: Documentation/filesystems/caching/cachefiles.txt
1672F: fs/cachefiles/
1673
1674CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1675M: Jonathan Corbet <corbet@lwn.net>
1676L: linux-media@vger.kernel.org
1677T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1678S: Maintained
1679F: Documentation/video4linux/cafe_ccic
1680F: drivers/media/video/marvell-ccic/
1681
1682CAIF NETWORK LAYER
1683M: Sjur Braendeland <sjur.brandeland@stericsson.com>
1684L: netdev@vger.kernel.org
1685S: Supported
1686F: Documentation/networking/caif/
1687F: drivers/net/caif/
1688F: include/linux/caif/
1689F: include/net/caif/
1690F: net/caif/
1691
1692CALGARY x86-64 IOMMU
1693M: Muli Ben-Yehuda <muli@il.ibm.com>
1694M: "Jon D. Mason" <jdmason@kudzu.us>
1695L: discuss@x86-64.org
1696S: Maintained
1697F: arch/x86/kernel/pci-calgary_64.c
1698F: arch/x86/kernel/tce_64.c
1699F: arch/x86/include/asm/calgary.h
1700F: arch/x86/include/asm/tce.h
1701
1702CAN NETWORK LAYER
1703M: Oliver Hartkopp <socketcan@hartkopp.net>
1704L: linux-can@vger.kernel.org
1705W: http://gitorious.org/linux-can
1706T: git git://gitorious.org/linux-can/linux-can-next.git
1707S: Maintained
1708F: net/can/
1709F: include/linux/can.h
1710F: include/linux/can/core.h
1711F: include/linux/can/bcm.h
1712F: include/linux/can/raw.h
1713F: include/linux/can/gw.h
1714
1715CAN NETWORK DRIVERS
1716M: Wolfgang Grandegger <wg@grandegger.com>
1717M: Marc Kleine-Budde <mkl@pengutronix.de>
1718L: linux-can@vger.kernel.org
1719W: http://gitorious.org/linux-can
1720T: git git://gitorious.org/linux-can/linux-can-next.git
1721S: Maintained
1722F: drivers/net/can/
1723F: include/linux/can/dev.h
1724F: include/linux/can/error.h
1725F: include/linux/can/netlink.h
1726F: include/linux/can/platform/
1727
1728CAPABILITIES
1729M: Serge Hallyn <serge.hallyn@canonical.com>
1730L: linux-security-module@vger.kernel.org
1731S: Supported
1732F: include/linux/capability.h
1733F: security/capability.c
1734F: security/commoncap.c
1735
1736CELL BROADBAND ENGINE ARCHITECTURE
1737M: Arnd Bergmann <arnd@arndb.de>
1738L: linuxppc-dev@lists.ozlabs.org
1739L: cbe-oss-dev@lists.ozlabs.org
1740W: http://www.ibm.com/developerworks/power/cell/
1741S: Supported
1742F: arch/powerpc/include/asm/cell*.h
1743F: arch/powerpc/include/asm/spu*.h
1744F: arch/powerpc/oprofile/*cell*
1745F: arch/powerpc/platforms/cell/
1746
1747CEPH DISTRIBUTED FILE SYSTEM CLIENT
1748M: Sage Weil <sage@newdream.net>
1749L: ceph-devel@vger.kernel.org
1750W: http://ceph.newdream.net/
1751T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1752S: Supported
1753F: Documentation/filesystems/ceph.txt
1754F: fs/ceph
1755F: net/ceph
1756F: include/linux/ceph
1757
1758CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1759L: linux-usb@vger.kernel.org
1760S: Orphan
1761F: Documentation/usb/WUSB-Design-overview.txt
1762F: Documentation/usb/wusb-cbaf
1763F: drivers/usb/host/hwa-hc.c
1764F: drivers/usb/host/whci/
1765F: drivers/usb/wusbcore/
1766F: include/linux/usb/wusb*
1767
1768CFAG12864B LCD DRIVER
1769M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1770W: http://miguelojeda.es/auxdisplay.htm
1771W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1772S: Maintained
1773F: drivers/auxdisplay/cfag12864b.c
1774F: include/linux/cfag12864b.h
1775
1776CFAG12864BFB LCD FRAMEBUFFER DRIVER
1777M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1778W: http://miguelojeda.es/auxdisplay.htm
1779W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1780S: Maintained
1781F: drivers/auxdisplay/cfag12864bfb.c
1782F: include/linux/cfag12864b.h
1783
1784CFG80211 and NL80211
1785M: Johannes Berg <johannes@sipsolutions.net>
1786L: linux-wireless@vger.kernel.org
1787S: Maintained
1788F: include/linux/nl80211.h
1789F: include/net/cfg80211.h
1790F: net/wireless/*
1791X: net/wireless/wext*
1792
1793CHAR and MISC DRIVERS
1794M: Arnd Bergmann <arnd@arndb.de>
1795M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1796T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
1797S: Supported
1798F: drivers/char/*
1799F: drivers/misc/*
1800
1801CHECKPATCH
1802M: Andy Whitcroft <apw@canonical.com>
1803S: Supported
1804F: scripts/checkpatch.pl
1805
1806CHINESE DOCUMENTATION
1807M: Harry Wei <harryxiyou@gmail.com>
1808L: xiyoulinuxkernelgroup@googlegroups.com
1809L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
1810S: Maintained
1811F: Documentation/zh_CN/
1812
1813CISCO VIC ETHERNET NIC DRIVER
1814M: Christian Benvenuti <benve@cisco.com>
1815M: Roopa Prabhu <roprabhu@cisco.com>
1816M: Neel Patel <neepatel@cisco.com>
1817M: Nishank Trivedi <nistrive@cisco.com>
1818S: Supported
1819F: drivers/net/ethernet/cisco/enic/
1820
1821CIRRUS LOGIC EP93XX ETHERNET DRIVER
1822M: Hartley Sweeten <hsweeten@visionengravers.com>
1823L: netdev@vger.kernel.org
1824S: Maintained
1825F: drivers/net/ethernet/cirrus/ep93xx_eth.c
1826
1827CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1828M: Lennert Buytenhek <kernel@wantstofly.org>
1829L: linux-usb@vger.kernel.org
1830S: Maintained
1831F: drivers/usb/host/ohci-ep93xx.c
1832
1833CIRRUS LOGIC CS4270 SOUND DRIVER
1834M: Timur Tabi <timur@freescale.com>
1835L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1836S: Supported
1837F: sound/soc/codecs/cs4270*
1838
1839CLEANCACHE API
1840M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
1841L: linux-kernel@vger.kernel.org
1842S: Maintained
1843F: mm/cleancache.c
1844F: include/linux/cleancache.h
1845
1846CLK API
1847M: Russell King <linux@arm.linux.org.uk>
1848S: Maintained
1849F: include/linux/clk.h
1850
1851CISCO FCOE HBA DRIVER
1852M: Abhijeet Joglekar <abjoglek@cisco.com>
1853M: Venkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com>
1854M: Brian Uchino <buchino@cisco.com>
1855L: linux-scsi@vger.kernel.org
1856S: Supported
1857F: drivers/scsi/fnic/
1858
1859CMPC ACPI DRIVER
1860M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1861M: Daniel Oliveira Nascimento <don@syst.com.br>
1862L: platform-driver-x86@vger.kernel.org
1863S: Supported
1864F: drivers/platform/x86/classmate-laptop.c
1865
1866COCCINELLE/Semantic Patches (SmPL)
1867M: Julia Lawall <julia@diku.dk>
1868M: Gilles Muller <Gilles.Muller@lip6.fr>
1869M: Nicolas Palix <npalix.work@gmail.com>
1870L: cocci@diku.dk (moderated for non-subscribers)
1871W: http://coccinelle.lip6.fr/
1872S: Supported
1873F: scripts/coccinelle/
1874F: scripts/coccicheck
1875
1876CODA FILE SYSTEM
1877M: Jan Harkes <jaharkes@cs.cmu.edu>
1878M: coda@cs.cmu.edu
1879L: codalist@coda.cs.cmu.edu
1880W: http://www.coda.cs.cmu.edu/
1881S: Maintained
1882F: Documentation/filesystems/coda.txt
1883F: fs/coda/
1884F: include/linux/coda*.h
1885
1886COMMON INTERNET FILE SYSTEM (CIFS)
1887M: Steve French <sfrench@samba.org>
1888L: linux-cifs@vger.kernel.org
1889L: samba-technical@lists.samba.org (moderated for non-subscribers)
1890W: http://linux-cifs.samba.org/
1891Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1892T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1893S: Supported
1894F: Documentation/filesystems/cifs.txt
1895F: fs/cifs/
1896
1897COMPACTPCI HOTPLUG CORE
1898M: Scott Murray <scott@spiteful.org>
1899L: linux-pci@vger.kernel.org
1900S: Maintained
1901F: drivers/pci/hotplug/cpci_hotplug*
1902
1903COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1904M: Scott Murray <scott@spiteful.org>
1905L: linux-pci@vger.kernel.org
1906S: Maintained
1907F: drivers/pci/hotplug/cpcihp_zt5550.*
1908
1909COMPACTPCI HOTPLUG GENERIC DRIVER
1910M: Scott Murray <scott@spiteful.org>
1911L: linux-pci@vger.kernel.org
1912S: Maintained
1913F: drivers/pci/hotplug/cpcihp_generic.c
1914
1915COMPAL LAPTOP SUPPORT
1916M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1917L: platform-driver-x86@vger.kernel.org
1918S: Maintained
1919F: drivers/platform/x86/compal-laptop.c
1920
1921CONEXANT ACCESSRUNNER USB DRIVER
1922M: Simon Arlott <cxacru@fire.lp0.eu>
1923L: accessrunner-general@lists.sourceforge.net
1924W: http://accessrunner.sourceforge.net/
1925S: Maintained
1926F: drivers/usb/atm/cxacru.c
1927
1928CONFIGFS
1929M: Joel Becker <jlbec@evilplan.org>
1930T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1931S: Supported
1932F: fs/configfs/
1933F: include/linux/configfs.h
1934
1935CONNECTOR
1936M: Evgeniy Polyakov <zbr@ioremap.net>
1937L: netdev@vger.kernel.org
1938S: Maintained
1939F: drivers/connector/
1940
1941CONTROL GROUPS (CGROUPS)
1942M: Tejun Heo <tj@kernel.org>
1943M: Li Zefan <lizf@cn.fujitsu.com>
1944L: containers@lists.linux-foundation.org
1945L: cgroups@vger.kernel.org
1946T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
1947S: Maintained
1948F: include/linux/cgroup*
1949F: kernel/cgroup*
1950F: mm/*cgroup*
1951
1952CORETEMP HARDWARE MONITORING DRIVER
1953M: Fenghua Yu <fenghua.yu@intel.com>
1954L: lm-sensors@lm-sensors.org
1955S: Maintained
1956F: Documentation/hwmon/coretemp
1957F: drivers/hwmon/coretemp.c
1958
1959COSA/SRP SYNC SERIAL DRIVER
1960M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1961W: http://www.fi.muni.cz/~kas/cosa/
1962S: Maintained
1963F: drivers/net/wan/cosa*
1964
1965CPMAC ETHERNET DRIVER
1966M: Florian Fainelli <florian@openwrt.org>
1967L: netdev@vger.kernel.org
1968S: Maintained
1969F: drivers/net/ethernet/ti/cpmac.c
1970
1971CPU FREQUENCY DRIVERS
1972M: Dave Jones <davej@redhat.com>
1973L: cpufreq@vger.kernel.org
1974W: http://www.codemonkey.org.uk/projects/cpufreq/
1975T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1976S: Maintained
1977F: drivers/cpufreq/
1978F: include/linux/cpufreq.h
1979
1980CPUID/MSR DRIVER
1981M: "H. Peter Anvin" <hpa@zytor.com>
1982S: Maintained
1983F: arch/x86/kernel/cpuid.c
1984F: arch/x86/kernel/msr.c
1985
1986CPU POWER MONITORING SUBSYSTEM
1987M: Dominik Brodowski <linux@dominikbrodowski.net>
1988M: Thomas Renninger <trenn@suse.de>
1989S: Maintained
1990F: tools/power/cpupower
1991
1992CPUSETS
1993M: Paul Menage <paul@paulmenage.org>
1994W: http://www.bullopensource.org/cpuset/
1995W: http://oss.sgi.com/projects/cpusets/
1996S: Supported
1997F: Documentation/cgroups/cpusets.txt
1998F: include/linux/cpuset.h
1999F: kernel/cpuset.c
2000
2001CRAMFS FILESYSTEM
2002W: http://sourceforge.net/projects/cramfs/
2003S: Orphan
2004F: Documentation/filesystems/cramfs.txt
2005F: fs/cramfs/
2006
2007CRIS PORT
2008M: Mikael Starvik <starvik@axis.com>
2009M: Jesper Nilsson <jesper.nilsson@axis.com>
2010L: linux-cris-kernel@axis.com
2011W: http://developer.axis.com
2012S: Maintained
2013F: arch/cris/
2014F: drivers/tty/serial/crisv10.*
2015
2016CRYPTO API
2017M: Herbert Xu <herbert@gondor.apana.org.au>
2018M: "David S. Miller" <davem@davemloft.net>
2019L: linux-crypto@vger.kernel.org
2020T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2021S: Maintained
2022F: Documentation/crypto/
2023F: arch/*/crypto/
2024F: crypto/
2025F: drivers/crypto/
2026F: include/crypto/
2027
2028CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2029M: Neil Horman <nhorman@tuxdriver.com>
2030L: linux-crypto@vger.kernel.org
2031S: Maintained
2032F: crypto/ansi_cprng.c
2033F: crypto/rng.c
2034
2035CS5535 Audio ALSA driver
2036M: Jaya Kumar <jayakumar.alsa@gmail.com>
2037S: Maintained
2038F: sound/pci/cs5535audio/
2039
2040CX18 VIDEO4LINUX DRIVER
2041M: Andy Walls <awalls@md.metrocast.net>
2042L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
2043L: linux-media@vger.kernel.org
2044T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
2045W: http://linuxtv.org
2046W: http://www.ivtvdriver.org/index.php/Cx18
2047S: Maintained
2048F: Documentation/video4linux/cx18.txt
2049F: drivers/media/video/cx18/
2050
2051CXGB3 ETHERNET DRIVER (CXGB3)
2052M: Divy Le Ray <divy@chelsio.com>
2053L: netdev@vger.kernel.org
2054W: http://www.chelsio.com
2055S: Supported
2056F: drivers/net/ethernet/chelsio/cxgb3/
2057
2058CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2059M: Steve Wise <swise@chelsio.com>
2060L: linux-rdma@vger.kernel.org
2061W: http://www.openfabrics.org
2062S: Supported
2063F: drivers/infiniband/hw/cxgb3/
2064
2065CXGB4 ETHERNET DRIVER (CXGB4)
2066M: Dimitris Michailidis <dm@chelsio.com>
2067L: netdev@vger.kernel.org
2068W: http://www.chelsio.com
2069S: Supported
2070F: drivers/net/ethernet/chelsio/cxgb4/
2071
2072CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2073M: Steve Wise <swise@chelsio.com>
2074L: linux-rdma@vger.kernel.org
2075W: http://www.openfabrics.org
2076S: Supported
2077F: drivers/infiniband/hw/cxgb4/
2078
2079CXGB4VF ETHERNET DRIVER (CXGB4VF)
2080M: Casey Leedom <leedom@chelsio.com>
2081L: netdev@vger.kernel.org
2082W: http://www.chelsio.com
2083S: Supported
2084F: drivers/net/ethernet/chelsio/cxgb4vf/
2085
2086STMMAC ETHERNET DRIVER
2087M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
2088L: netdev@vger.kernel.org
2089W: http://www.stlinux.com
2090S: Supported
2091F: drivers/net/ethernet/stmicro/stmmac/
2092
2093CYBERPRO FB DRIVER
2094M: Russell King <linux@arm.linux.org.uk>
2095L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2096W: http://www.arm.linux.org.uk/
2097S: Maintained
2098F: drivers/video/cyber2000fb.*
2099
2100CYCLADES 2X SYNC CARD DRIVER
2101M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2102W: http://oops.ghostprotocols.net:81/blog
2103S: Maintained
2104F: drivers/net/wan/cycx*
2105
2106CYCLADES ASYNC MUX DRIVER
2107W: http://www.cyclades.com/
2108S: Orphan
2109F: drivers/tty/cyclades.c
2110F: include/linux/cyclades.h
2111
2112CYCLADES PC300 DRIVER
2113W: http://www.cyclades.com/
2114S: Orphan
2115F: drivers/net/wan/pc300*
2116
2117CYTTSP TOUCHSCREEN DRIVER
2118M: Javier Martinez Canillas <javier@dowhile0.org>
2119L: linux-input@vger.kernel.org
2120S: Maintained
2121F: drivers/input/touchscreen/cyttsp*
2122F: include/linux/input/cyttsp.h
2123
2124DAMA SLAVE for AX.25
2125M: Joerg Reuter <jreuter@yaina.de>
2126W: http://yaina.de/jreuter/
2127W: http://www.qsl.net/dl1bke/
2128L: linux-hams@vger.kernel.org
2129S: Maintained
2130F: net/ax25/af_ax25.c
2131F: net/ax25/ax25_dev.c
2132F: net/ax25/ax25_ds_*
2133F: net/ax25/ax25_in.c
2134F: net/ax25/ax25_out.c
2135F: net/ax25/ax25_timer.c
2136F: net/ax25/sysctl_net_ax25.c
2137
2138DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2139L: netdev@vger.kernel.org
2140S: Orphan
2141F: Documentation/networking/dmfe.txt
2142F: drivers/net/ethernet/dec/tulip/dmfe.c
2143
2144DC390/AM53C974 SCSI driver
2145M: Kurt Garloff <garloff@suse.de>
2146W: http://www.garloff.de/kurt/linux/dc390/
2147M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2148S: Maintained
2149F: drivers/scsi/tmscsim.*
2150
2151DC395x SCSI driver
2152M: Oliver Neukum <oliver@neukum.name>
2153M: Ali Akcaagac <aliakc@web.de>
2154M: Jamie Lenehan <lenehan@twibble.org>
2155W: http://twibble.org/dist/dc395x/
2156L: dc395x@twibble.org
2157L: http://lists.twibble.org/mailman/listinfo/dc395x/
2158S: Maintained
2159F: Documentation/scsi/dc395x.txt
2160F: drivers/scsi/dc395x.*
2161
2162DCCP PROTOCOL
2163M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2164L: dccp@vger.kernel.org
2165W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2166S: Maintained
2167F: include/linux/dccp.h
2168F: include/linux/tfrc.h
2169F: net/dccp/
2170
2171DECnet NETWORK LAYER
2172W: http://linux-decnet.sourceforge.net
2173L: linux-decnet-user@lists.sourceforge.net
2174S: Orphan
2175F: Documentation/networking/decnet.txt
2176F: net/decnet/
2177
2178DEFXX FDDI NETWORK DRIVER
2179M: "Maciej W. Rozycki" <macro@linux-mips.org>
2180S: Maintained
2181F: drivers/net/fddi/defxx.*
2182
2183DELL LAPTOP DRIVER
2184M: Matthew Garrett <mjg59@srcf.ucam.org>
2185L: platform-driver-x86@vger.kernel.org
2186S: Maintained
2187F: drivers/platform/x86/dell-laptop.c
2188
2189DELL LAPTOP SMM DRIVER
2190M: Massimo Dal Zotto <dz@debian.org>
2191W: http://www.debian.org/~dz/i8k/
2192S: Maintained
2193F: drivers/char/i8k.c
2194F: include/linux/i8k.h
2195
2196DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2197M: Doug Warzecha <Douglas_Warzecha@dell.com>
2198S: Maintained
2199F: Documentation/dcdbas.txt
2200F: drivers/firmware/dcdbas.*
2201
2202DELL WMI EXTRAS DRIVER
2203M: Matthew Garrett <mjg59@srcf.ucam.org>
2204S: Maintained
2205F: drivers/platform/x86/dell-wmi.c
2206
2207DESIGNWARE USB3 DRD IP DRIVER
2208M: Felipe Balbi <balbi@ti.com>
2209L: linux-usb@vger.kernel.org
2210L: linux-omap@vger.kernel.org
2211T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2212S: Maintained
2213F: drivers/usb/dwc3/
2214
2215DEVICE FREQUENCY (DEVFREQ)
2216M: MyungJoo Ham <myungjoo.ham@samsung.com>
2217M: Kyungmin Park <kyungmin.park@samsung.com>
2218L: linux-kernel@vger.kernel.org
2219S: Maintained
2220F: drivers/devfreq/
2221
2222DEVICE NUMBER REGISTRY
2223M: Torben Mathiasen <device@lanana.org>
2224W: http://lanana.org/docs/device-list/index.html
2225S: Maintained
2226
2227DEVICE-MAPPER (LVM)
2228P: Alasdair Kergon
2229L: dm-devel@redhat.com
2230W: http://sources.redhat.com/dm
2231Q: http://patchwork.kernel.org/project/dm-devel/list/
2232S: Maintained
2233F: Documentation/device-mapper/
2234F: drivers/md/dm*
2235F: include/linux/device-mapper.h
2236F: include/linux/dm-*.h
2237
2238DIOLAN U2C-12 I2C DRIVER
2239M: Guenter Roeck <guenter.roeck@ericsson.com>
2240L: linux-i2c@vger.kernel.org
2241S: Maintained
2242F: drivers/i2c/busses/i2c-diolan-u2c.c
2243
2244DIRECTORY NOTIFICATION (DNOTIFY)
2245M: Eric Paris <eparis@parisplace.org>
2246S: Maintained
2247F: Documentation/filesystems/dnotify.txt
2248F: fs/notify/dnotify/
2249F: include/linux/dnotify.h
2250
2251DISK GEOMETRY AND PARTITION HANDLING
2252M: Andries Brouwer <aeb@cwi.nl>
2253W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2254W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2255W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2256S: Maintained
2257
2258DISKQUOTA
2259M: Jan Kara <jack@suse.cz>
2260S: Maintained
2261F: Documentation/filesystems/quota.txt
2262F: fs/quota/
2263F: include/linux/quota*.h
2264
2265DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2266M: Bernie Thompson <bernie@plugable.com>
2267L: linux-fbdev@vger.kernel.org
2268S: Maintained
2269W: http://plugable.com/category/projects/udlfb/
2270F: drivers/video/udlfb.c
2271F: include/video/udlfb.h
2272F: Documentation/fb/udlfb.txt
2273
2274DISTRIBUTED LOCK MANAGER (DLM)
2275M: Christine Caulfield <ccaulfie@redhat.com>
2276M: David Teigland <teigland@redhat.com>
2277L: cluster-devel@redhat.com
2278W: http://sources.redhat.com/cluster/
2279T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2280S: Supported
2281F: fs/dlm/
2282
2283DMA BUFFER SHARING FRAMEWORK
2284M: Sumit Semwal <sumit.semwal@linaro.org>
2285S: Maintained
2286L: linux-media@vger.kernel.org
2287L: dri-devel@lists.freedesktop.org
2288L: linaro-mm-sig@lists.linaro.org
2289F: drivers/base/dma-buf*
2290F: include/linux/dma-buf*
2291F: Documentation/dma-buf-sharing.txt
2292T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2293
2294DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2295M: Vinod Koul <vinod.koul@intel.com>
2296M: Dan Williams <dan.j.williams@intel.com>
2297S: Supported
2298F: drivers/dma/
2299F: include/linux/dma*
2300T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2301T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2302
2303DME1737 HARDWARE MONITOR DRIVER
2304M: Juerg Haefliger <juergh@gmail.com>
2305L: lm-sensors@lm-sensors.org
2306S: Maintained
2307F: Documentation/hwmon/dme1737
2308F: drivers/hwmon/dme1737.c
2309
2310DOCBOOK FOR DOCUMENTATION
2311M: Randy Dunlap <rdunlap@xenotime.net>
2312S: Maintained
2313F: scripts/kernel-doc
2314
2315DOCKING STATION DRIVER
2316M: Shaohua Li <shaohua.li@intel.com>
2317L: linux-acpi@vger.kernel.org
2318S: Supported
2319F: drivers/acpi/dock.c
2320
2321DOCUMENTATION
2322M: Randy Dunlap <rdunlap@xenotime.net>
2323L: linux-doc@vger.kernel.org
2324T: quilt http://xenotime.net/kernel-doc-patches/current/
2325S: Maintained
2326F: Documentation/
2327
2328DOUBLETALK DRIVER
2329M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
2330L: blinux-list@redhat.com
2331S: Maintained
2332F: drivers/char/dtlk.c
2333F: include/linux/dtlk.h
2334
2335DPT_I2O SCSI RAID DRIVER
2336M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2337L: linux-scsi@vger.kernel.org
2338W: http://www.adaptec.com/
2339S: Maintained
2340F: drivers/scsi/dpt*
2341F: drivers/scsi/dpt/
2342
2343DRBD DRIVER
2344P: Philipp Reisner
2345P: Lars Ellenberg
2346M: drbd-dev@lists.linbit.com
2347L: drbd-user@lists.linbit.com
2348W: http://www.drbd.org
2349T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2350T: git git://git.drbd.org/drbd-8.3.git
2351S: Supported
2352F: drivers/block/drbd/
2353F: lib/lru_cache.c
2354F: Documentation/blockdev/drbd/
2355
2356DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2357M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2358T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2359S: Supported
2360F: Documentation/kobject.txt
2361F: drivers/base/
2362F: fs/sysfs/
2363F: fs/debugfs/
2364F: include/linux/kobj*
2365F: include/linux/debugfs.h
2366F: lib/kobj*
2367
2368DRM DRIVERS
2369M: David Airlie <airlied@linux.ie>
2370L: dri-devel@lists.freedesktop.org
2371T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2372S: Maintained
2373F: drivers/gpu/drm/
2374F: include/drm/
2375
2376INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2377M: Keith Packard <keithp@keithp.com>
2378L: intel-gfx@lists.freedesktop.org (subscribers-only)
2379L: dri-devel@lists.freedesktop.org
2380T: git git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux.git
2381S: Supported
2382F: drivers/gpu/drm/i915
2383F: include/drm/i915*
2384
2385DRM DRIVERS FOR EXYNOS
2386M: Inki Dae <inki.dae@samsung.com>
2387M: Joonyoung Shim <jy0922.shim@samsung.com>
2388M: Seung-Woo Kim <sw0312.kim@samsung.com>
2389M: Kyungmin Park <kyungmin.park@samsung.com>
2390L: dri-devel@lists.freedesktop.org
2391S: Supported
2392F: drivers/gpu/drm/exynos
2393F: include/drm/exynos*
2394
2395DSCC4 DRIVER
2396M: Francois Romieu <romieu@fr.zoreil.com>
2397L: netdev@vger.kernel.org
2398S: Maintained
2399F: drivers/net/wan/dscc4.c
2400
2401DYNAMIC DEBUG
2402M: Jason Baron <jbaron@redhat.com>
2403S: Maintained
2404F: lib/dynamic_debug.c
2405F: include/linux/dynamic_debug.h
2406
2407DZ DECSTATION DZ11 SERIAL DRIVER
2408M: "Maciej W. Rozycki" <macro@linux-mips.org>
2409S: Maintained
2410F: drivers/tty/serial/dz.*
2411
2412EATA-DMA SCSI DRIVER
2413M: Michael Neuffer <mike@i-Connect.Net>
2414L: linux-eata@i-connect.net
2415L: linux-scsi@vger.kernel.org
2416S: Maintained
2417F: drivers/scsi/eata*
2418
2419EATA ISA/EISA/PCI SCSI DRIVER
2420M: Dario Ballabio <ballabio_dario@emc.com>
2421L: linux-scsi@vger.kernel.org
2422S: Maintained
2423F: drivers/scsi/eata.c
2424
2425EATA-PIO SCSI DRIVER
2426M: Michael Neuffer <mike@i-Connect.Net>
2427L: linux-eata@i-connect.net
2428L: linux-scsi@vger.kernel.org
2429S: Maintained
2430F: drivers/scsi/eata_pio.*
2431
2432EBTABLES
2433M: Bart De Schuymer <bart.de.schuymer@pandora.be>
2434L: netfilter-devel@vger.kernel.org
2435W: http://ebtables.sourceforge.net/
2436S: Maintained
2437F: include/linux/netfilter_bridge/ebt_*.h
2438F: net/bridge/netfilter/ebt*.c
2439
2440ECRYPT FILE SYSTEM
2441M: Tyler Hicks <tyhicks@canonical.com>
2442M: Dustin Kirkland <dustin.kirkland@gazzang.com>
2443L: ecryptfs@vger.kernel.org
2444W: https://launchpad.net/ecryptfs
2445S: Supported
2446F: Documentation/filesystems/ecryptfs.txt
2447F: fs/ecryptfs/
2448
2449EDAC-CORE
2450M: Doug Thompson <dougthompson@xmission.com>
2451L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2452W: bluesmoke.sourceforge.net
2453S: Supported
2454F: Documentation/edac.txt
2455F: drivers/edac/edac_*
2456F: include/linux/edac.h
2457
2458EDAC-AMD64
2459M: Doug Thompson <dougthompson@xmission.com>
2460M: Borislav Petkov <borislav.petkov@amd.com>
2461L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2462W: bluesmoke.sourceforge.net
2463S: Supported
2464F: drivers/edac/amd64_edac*
2465
2466EDAC-E752X
2467M: Mark Gross <mark.gross@intel.com>
2468M: Doug Thompson <dougthompson@xmission.com>
2469L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2470W: bluesmoke.sourceforge.net
2471S: Maintained
2472F: drivers/edac/e752x_edac.c
2473
2474EDAC-E7XXX
2475M: Doug Thompson <dougthompson@xmission.com>
2476L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2477W: bluesmoke.sourceforge.net
2478S: Maintained
2479F: drivers/edac/e7xxx_edac.c
2480
2481EDAC-I82443BXGX
2482M: Tim Small <tim@buttersideup.com>
2483L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2484W: bluesmoke.sourceforge.net
2485S: Maintained
2486F: drivers/edac/i82443bxgx_edac.c
2487
2488EDAC-I3000
2489M: Jason Uhlenkott <juhlenko@akamai.com>
2490L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2491W: bluesmoke.sourceforge.net
2492S: Maintained
2493F: drivers/edac/i3000_edac.c
2494
2495EDAC-I5000
2496M: Doug Thompson <dougthompson@xmission.com>
2497L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2498W: bluesmoke.sourceforge.net
2499S: Maintained
2500F: drivers/edac/i5000_edac.c
2501
2502EDAC-I5400
2503M: Mauro Carvalho Chehab <mchehab@redhat.com>
2504L: linux-edac@vger.kernel.org
2505W: bluesmoke.sourceforge.net
2506S: Maintained
2507F: drivers/edac/i5400_edac.c
2508
2509EDAC-I7300
2510M: Mauro Carvalho Chehab <mchehab@redhat.com>
2511L: linux-edac@vger.kernel.org
2512W: bluesmoke.sourceforge.net
2513S: Maintained
2514F: drivers/edac/i7300_edac.c
2515
2516EDAC-I7CORE
2517M: Mauro Carvalho Chehab <mchehab@redhat.com>
2518L: linux-edac@vger.kernel.org
2519W: bluesmoke.sourceforge.net
2520S: Maintained
2521F: drivers/edac/i7core_edac.c
2522
2523EDAC-I82975X
2524M: Ranganathan Desikan <ravi@jetztechnologies.com>
2525M: "Arvind R." <arvino55@gmail.com>
2526L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2527W: bluesmoke.sourceforge.net
2528S: Maintained
2529F: drivers/edac/i82975x_edac.c
2530
2531EDAC-PASEMI
2532M: Egor Martovetsky <egor@pasemi.com>
2533L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2534W: bluesmoke.sourceforge.net
2535S: Maintained
2536F: drivers/edac/pasemi_edac.c
2537
2538EDAC-R82600
2539M: Tim Small <tim@buttersideup.com>
2540L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2541W: bluesmoke.sourceforge.net
2542S: Maintained
2543F: drivers/edac/r82600_edac.c
2544
2545EDAC-SBRIDGE
2546M: Mauro Carvalho Chehab <mchehab@redhat.com>
2547L: linux-edac@vger.kernel.org
2548W: bluesmoke.sourceforge.net
2549S: Maintained
2550F: drivers/edac/sb_edac.c
2551
2552EDIROL UA-101/UA-1000 DRIVER
2553M: Clemens Ladisch <clemens@ladisch.de>
2554L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2555T: git git://git.alsa-project.org/alsa-kernel.git
2556S: Maintained
2557F: sound/usb/misc/ua101.c
2558
2559EFIFB FRAMEBUFFER DRIVER
2560L: linux-fbdev@vger.kernel.org
2561M: Peter Jones <pjones@redhat.com>
2562S: Maintained
2563F: drivers/video/efifb.c
2564
2565EFS FILESYSTEM
2566W: http://aeschi.ch.eu.org/efs/
2567S: Orphan
2568F: fs/efs/
2569
2570EHCA (IBM GX bus InfiniBand adapter) DRIVER
2571M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2572M: Christoph Raisch <raisch@de.ibm.com>
2573L: linux-rdma@vger.kernel.org
2574S: Supported
2575F: drivers/infiniband/hw/ehca/
2576
2577EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2578M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
2579L: netdev@vger.kernel.org
2580S: Maintained
2581F: drivers/net/ethernet/ibm/ehea/
2582
2583EMBEDDED LINUX
2584M: Paul Gortmaker <paul.gortmaker@windriver.com>
2585M: Matt Mackall <mpm@selenic.com>
2586M: David Woodhouse <dwmw2@infradead.org>
2587L: linux-embedded@vger.kernel.org
2588S: Maintained
2589
2590EMULEX LPFC FC SCSI DRIVER
2591M: James Smart <james.smart@emulex.com>
2592L: linux-scsi@vger.kernel.org
2593W: http://sourceforge.net/projects/lpfcxxxx
2594S: Supported
2595F: drivers/scsi/lpfc/
2596
2597ENE CB710 FLASH CARD READER DRIVER
2598M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
2599S: Maintained
2600F: drivers/misc/cb710/
2601F: drivers/mmc/host/cb710-mmc.*
2602F: include/linux/cb710.h
2603
2604ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2605M: Maxim Levitsky <maximlevitsky@gmail.com>
2606S: Maintained
2607F: drivers/media/rc/ene_ir.*
2608
2609EPSON 1355 FRAMEBUFFER DRIVER
2610M: Christopher Hoover <ch@murgatroid.com>
2611M: Christopher Hoover <ch@hpl.hp.com>
2612S: Maintained
2613F: drivers/video/epson1355fb.c
2614
2615EPSON S1D13XXX FRAMEBUFFER DRIVER
2616M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2617S: Maintained
2618T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2619F: drivers/video/s1d13xxxfb.c
2620F: include/video/s1d13xxxfb.h
2621
2622ETHEREXPRESS-16 NETWORK DRIVER
2623M: Philip Blundell <philb@gnu.org>
2624L: netdev@vger.kernel.org
2625S: Maintained
2626F: drivers/net/ethernet/i825xx/eexpress.*
2627
2628ETHERNET BRIDGE
2629M: Stephen Hemminger <shemminger@vyatta.com>
2630L: bridge@lists.linux-foundation.org
2631L: netdev@vger.kernel.org
2632W: http://www.linuxfoundation.org/en/Net:Bridge
2633S: Maintained
2634F: include/linux/netfilter_bridge/
2635F: net/bridge/
2636
2637ETHERTEAM 16I DRIVER
2638M: Mika Kuoppala <miku@iki.fi>
2639S: Maintained
2640F: drivers/net/ethernet/fujitsu/eth16i.c
2641
2642EXT2 FILE SYSTEM
2643M: Jan Kara <jack@suse.cz>
2644L: linux-ext4@vger.kernel.org
2645S: Maintained
2646F: Documentation/filesystems/ext2.txt
2647F: fs/ext2/
2648F: include/linux/ext2*
2649
2650EXT3 FILE SYSTEM
2651M: Jan Kara <jack@suse.cz>
2652M: Andrew Morton <akpm@linux-foundation.org>
2653M: Andreas Dilger <adilger.kernel@dilger.ca>
2654L: linux-ext4@vger.kernel.org
2655S: Maintained
2656F: Documentation/filesystems/ext3.txt
2657F: fs/ext3/
2658F: include/linux/ext3*
2659
2660EXT4 FILE SYSTEM
2661M: "Theodore Ts'o" <tytso@mit.edu>
2662M: Andreas Dilger <adilger.kernel@dilger.ca>
2663L: linux-ext4@vger.kernel.org
2664W: http://ext4.wiki.kernel.org
2665Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2666S: Maintained
2667F: Documentation/filesystems/ext4.txt
2668F: fs/ext4/
2669
2670Extended Verification Module (EVM)
2671M: Mimi Zohar <zohar@us.ibm.com>
2672S: Supported
2673F: security/integrity/evm/
2674
2675EXYNOS DP DRIVER
2676M: Jingoo Han <jg1.han@samsung.com>
2677L: linux-fbdev@vger.kernel.org
2678S: Maintained
2679F: drivers/video/exynos/exynos_dp*
2680
2681EXYNOS MIPI DISPLAY DRIVERS
2682M: Inki Dae <inki.dae@samsung.com>
2683M: Donghwa Lee <dh09.lee@samsung.com>
2684M: Kyungmin Park <kyungmin.park@samsung.com>
2685L: linux-fbdev@vger.kernel.org
2686S: Maintained
2687F: drivers/video/exynos/exynos_mipi*
2688F: include/video/exynos_mipi*
2689
2690F71805F HARDWARE MONITORING DRIVER
2691M: Jean Delvare <khali@linux-fr.org>
2692L: lm-sensors@lm-sensors.org
2693S: Maintained
2694F: Documentation/hwmon/f71805f
2695F: drivers/hwmon/f71805f.c
2696
2697FANOTIFY
2698M: Eric Paris <eparis@redhat.com>
2699S: Maintained
2700F: fs/notify/fanotify/
2701F: include/linux/fanotify.h
2702
2703FARSYNC SYNCHRONOUS DRIVER
2704M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2705W: http://www.farsite.co.uk/
2706S: Supported
2707F: drivers/net/wan/farsync.*
2708
2709FAULT INJECTION SUPPORT
2710M: Akinobu Mita <akinobu.mita@gmail.com>
2711S: Supported
2712F: Documentation/fault-injection/
2713F: lib/fault-inject.c
2714
2715FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2716M: Robert Love <robert.w.love@intel.com>
2717L: devel@open-fcoe.org
2718W: www.Open-FCoE.org
2719S: Supported
2720F: drivers/scsi/libfc/
2721F: drivers/scsi/fcoe/
2722F: include/scsi/fc/
2723F: include/scsi/libfc.h
2724F: include/scsi/libfcoe.h
2725
2726FILE LOCKING (flock() and fcntl()/lockf())
2727M: Matthew Wilcox <matthew@wil.cx>
2728L: linux-fsdevel@vger.kernel.org
2729S: Maintained
2730F: include/linux/fcntl.h
2731F: include/linux/fs.h
2732F: fs/fcntl.c
2733F: fs/locks.c
2734
2735FILESYSTEMS (VFS and infrastructure)
2736M: Alexander Viro <viro@zeniv.linux.org.uk>
2737L: linux-fsdevel@vger.kernel.org
2738S: Maintained
2739F: fs/*
2740
2741FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2742M: Riku Voipio <riku.voipio@iki.fi>
2743L: lm-sensors@lm-sensors.org
2744S: Maintained
2745F: drivers/hwmon/f75375s.c
2746F: include/linux/f75375s.h
2747
2748FIREWIRE AUDIO DRIVERS
2749M: Clemens Ladisch <clemens@ladisch.de>
2750L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2751T: git git://git.alsa-project.org/alsa-kernel.git
2752S: Maintained
2753F: sound/firewire/
2754
2755FIREWIRE SUBSYSTEM
2756M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2757L: linux1394-devel@lists.sourceforge.net
2758W: http://ieee1394.wiki.kernel.org/
2759T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
2760S: Maintained
2761F: drivers/firewire/
2762F: include/linux/firewire*.h
2763F: tools/firewire/
2764
2765FIRMWARE LOADER (request_firmware)
2766S: Orphan
2767F: Documentation/firmware_class/
2768F: drivers/base/firmware*.c
2769F: include/linux/firmware.h
2770
2771FPU EMULATOR
2772M: Bill Metzenthen <billm@melbpc.org.au>
2773W: http://floatingpoint.sourceforge.net/emulator/index.html
2774S: Maintained
2775F: arch/x86/math-emu/
2776
2777FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2778L: netdev@vger.kernel.org
2779S: Orphan
2780F: drivers/net/wan/dlci.c
2781F: drivers/net/wan/sdla.c
2782
2783FRAMEBUFFER LAYER
2784M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
2785L: linux-fbdev@vger.kernel.org
2786W: http://linux-fbdev.sourceforge.net/
2787Q: http://patchwork.kernel.org/project/linux-fbdev/list/
2788T: git git://github.com/schandinat/linux-2.6.git fbdev-next
2789S: Maintained
2790F: Documentation/fb/
2791F: Documentation/devicetree/bindings/fb/
2792F: drivers/video/
2793F: include/video/
2794F: include/linux/fb.h
2795
2796FREESCALE DMA DRIVER
2797M: Li Yang <leoli@freescale.com>
2798M: Zhang Wei <zw@zh-kernel.org>
2799L: linuxppc-dev@lists.ozlabs.org
2800S: Maintained
2801F: drivers/dma/fsldma.*
2802
2803FREESCALE I2C CPM DRIVER
2804M: Jochen Friedrich <jochen@scram.de>
2805L: linuxppc-dev@lists.ozlabs.org
2806L: linux-i2c@vger.kernel.org
2807S: Maintained
2808F: drivers/i2c/busses/i2c-cpm.c
2809
2810FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2811M: Sascha Hauer <kernel@pengutronix.de>
2812L: linux-fbdev@vger.kernel.org
2813L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2814S: Maintained
2815F: arch/arm/plat-mxc/include/mach/imxfb.h
2816F: drivers/video/imxfb.c
2817
2818FREESCALE SOC FS_ENET DRIVER
2819M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2820M: Vitaly Bordug <vbordug@ru.mvista.com>
2821L: linuxppc-dev@lists.ozlabs.org
2822L: netdev@vger.kernel.org
2823S: Maintained
2824F: drivers/net/ethernet/freescale/fs_enet/
2825F: include/linux/fs_enet_pd.h
2826
2827FREESCALE QUICC ENGINE LIBRARY
2828M: Timur Tabi <timur@freescale.com>
2829L: linuxppc-dev@lists.ozlabs.org
2830S: Supported
2831F: arch/powerpc/sysdev/qe_lib/
2832F: arch/powerpc/include/asm/*qe.h
2833
2834FREESCALE USB PERIPHERAL DRIVERS
2835M: Li Yang <leoli@freescale.com>
2836L: linux-usb@vger.kernel.org
2837L: linuxppc-dev@lists.ozlabs.org
2838S: Maintained
2839F: drivers/usb/gadget/fsl*
2840
2841FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2842M: Li Yang <leoli@freescale.com>
2843L: netdev@vger.kernel.org
2844L: linuxppc-dev@lists.ozlabs.org
2845S: Maintained
2846F: drivers/net/ethernet/freescale/ucc_geth*
2847
2848FREESCALE QUICC ENGINE UCC UART DRIVER
2849M: Timur Tabi <timur@freescale.com>
2850L: linuxppc-dev@lists.ozlabs.org
2851S: Supported
2852F: drivers/tty/serial/ucc_uart.c
2853
2854FREESCALE SOC SOUND DRIVERS
2855M: Timur Tabi <timur@freescale.com>
2856L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2857L: linuxppc-dev@lists.ozlabs.org
2858S: Supported
2859F: sound/soc/fsl/fsl*
2860F: sound/soc/fsl/mpc8610_hpcd.c
2861
2862FREEVXFS FILESYSTEM
2863M: Christoph Hellwig <hch@infradead.org>
2864W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2865S: Maintained
2866F: fs/freevxfs/
2867
2868FREEZER
2869M: Pavel Machek <pavel@ucw.cz>
2870M: "Rafael J. Wysocki" <rjw@sisk.pl>
2871L: linux-pm@vger.kernel.org
2872S: Supported
2873F: Documentation/power/freezing-of-tasks.txt
2874F: include/linux/freezer.h
2875F: kernel/freezer.c
2876
2877FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2878M: David Howells <dhowells@redhat.com>
2879L: linux-cachefs@redhat.com
2880S: Supported
2881F: Documentation/filesystems/caching/
2882F: fs/fscache/
2883F: include/linux/fscache*.h
2884
2885FUJITSU FR-V (FRV) PORT
2886M: David Howells <dhowells@redhat.com>
2887S: Maintained
2888F: arch/frv/
2889
2890FUJITSU LAPTOP EXTRAS
2891M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2892L: platform-driver-x86@vger.kernel.org
2893S: Maintained
2894F: drivers/platform/x86/fujitsu-laptop.c
2895
2896FUJITSU M-5MO LS CAMERA ISP DRIVER
2897M: Kyungmin Park <kyungmin.park@samsung.com>
2898M: Heungjun Kim <riverful.kim@samsung.com>
2899L: linux-media@vger.kernel.org
2900S: Maintained
2901F: drivers/media/video/m5mols/
2902F: include/media/m5mols.h
2903
2904FUJITSU TABLET EXTRAS
2905M: Robert Gerlach <khnz@gmx.de>
2906L: platform-driver-x86@vger.kernel.org
2907S: Maintained
2908F: drivers/platform/x86/fujitsu-tablet.c
2909
2910FUSE: FILESYSTEM IN USERSPACE
2911M: Miklos Szeredi <miklos@szeredi.hu>
2912L: fuse-devel@lists.sourceforge.net
2913W: http://fuse.sourceforge.net/
2914S: Maintained
2915F: fs/fuse/
2916F: include/linux/fuse.h
2917
2918FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2919M: Rik Faith <faith@cs.unc.edu>
2920L: linux-scsi@vger.kernel.org
2921S: Odd Fixes (e.g., new signatures)
2922F: drivers/scsi/fdomain.*
2923
2924GDT SCSI DISK ARRAY CONTROLLER DRIVER
2925M: Achim Leubner <achim_leubner@adaptec.com>
2926L: linux-scsi@vger.kernel.org
2927W: http://www.icp-vortex.com/
2928S: Supported
2929F: drivers/scsi/gdt*
2930
2931GENERIC GPIO I2C DRIVER
2932M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2933S: Supported
2934F: drivers/i2c/busses/i2c-gpio.c
2935F: include/linux/i2c-gpio.h
2936
2937GENERIC GPIO I2C MULTIPLEXER DRIVER
2938M: Peter Korsgaard <peter.korsgaard@barco.com>
2939L: linux-i2c@vger.kernel.org
2940S: Supported
2941F: drivers/i2c/muxes/gpio-i2cmux.c
2942F: include/linux/gpio-i2cmux.h
2943F: Documentation/i2c/muxes/gpio-i2cmux
2944
2945GENERIC HDLC (WAN) DRIVERS
2946M: Krzysztof Halasa <khc@pm.waw.pl>
2947W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2948S: Maintained
2949F: drivers/net/wan/c101.c
2950F: drivers/net/wan/hd6457*
2951F: drivers/net/wan/hdlc*
2952F: drivers/net/wan/n2.c
2953F: drivers/net/wan/pc300too.c
2954F: drivers/net/wan/pci200syn.c
2955F: drivers/net/wan/wanxl*
2956
2957GENERIC INCLUDE/ASM HEADER FILES
2958M: Arnd Bergmann <arnd@arndb.de>
2959L: linux-arch@vger.kernel.org
2960T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2961S: Maintained
2962F: include/asm-generic
2963
2964GENERIC UIO DRIVER FOR PCI DEVICES
2965M: "Michael S. Tsirkin" <mst@redhat.com>
2966L: kvm@vger.kernel.org
2967S: Supported
2968F: drivers/uio/uio_pci_generic.c
2969
2970GFS2 FILE SYSTEM
2971M: Steven Whitehouse <swhiteho@redhat.com>
2972L: cluster-devel@redhat.com
2973W: http://sources.redhat.com/cluster/
2974T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
2975T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
2976S: Supported
2977F: Documentation/filesystems/gfs2*.txt
2978F: fs/gfs2/
2979F: include/linux/gfs2_ondisk.h
2980
2981GIGASET ISDN DRIVERS
2982M: Hansjoerg Lipp <hjlipp@web.de>
2983M: Tilman Schmidt <tilman@imap.cc>
2984L: gigaset307x-common@lists.sourceforge.net
2985W: http://gigaset307x.sourceforge.net/
2986S: Maintained
2987F: Documentation/isdn/README.gigaset
2988F: drivers/isdn/gigaset/
2989F: include/linux/gigaset_dev.h
2990
2991GPIO SUBSYSTEM
2992M: Grant Likely <grant.likely@secretlab.ca>
2993M: Linus Walleij <linus.walleij@stericsson.com>
2994S: Maintained
2995T: git git://git.secretlab.ca/git/linux-2.6.git
2996F: Documentation/gpio.txt
2997F: drivers/gpio/
2998F: include/linux/gpio*
2999
3000GRE DEMULTIPLEXER DRIVER
3001M: Dmitry Kozlov <xeb@mail.ru>
3002L: netdev@vger.kernel.org
3003S: Maintained
3004F: net/ipv4/gre.c
3005F: include/net/gre.h
3006
3007GRETH 10/100/1G Ethernet MAC device driver
3008M: Kristoffer Glembo <kristoffer@gaisler.com>
3009L: netdev@vger.kernel.org
3010S: Maintained
3011F: drivers/net/ethernet/aeroflex/
3012
3013GSPCA FINEPIX SUBDRIVER
3014M: Frank Zago <frank@zago.net>
3015L: linux-media@vger.kernel.org
3016T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3017S: Maintained
3018F: drivers/media/video/gspca/finepix.c
3019
3020GSPCA GL860 SUBDRIVER
3021M: Olivier Lorin <o.lorin@laposte.net>
3022L: linux-media@vger.kernel.org
3023T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3024S: Maintained
3025F: drivers/media/video/gspca/gl860/
3026
3027GSPCA M5602 SUBDRIVER
3028M: Erik Andren <erik.andren@gmail.com>
3029L: linux-media@vger.kernel.org
3030T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3031S: Maintained
3032F: drivers/media/video/gspca/m5602/
3033
3034GSPCA PAC207 SONIXB SUBDRIVER
3035M: Hans de Goede <hdegoede@redhat.com>
3036L: linux-media@vger.kernel.org
3037T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3038S: Maintained
3039F: drivers/media/video/gspca/pac207.c
3040
3041GSPCA SN9C20X SUBDRIVER
3042M: Brian Johnson <brijohn@gmail.com>
3043L: linux-media@vger.kernel.org
3044T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3045S: Maintained
3046F: drivers/media/video/gspca/sn9c20x.c
3047
3048GSPCA T613 SUBDRIVER
3049M: Leandro Costantino <lcostantino@gmail.com>
3050L: linux-media@vger.kernel.org
3051T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3052S: Maintained
3053F: drivers/media/video/gspca/t613.c
3054
3055GSPCA USB WEBCAM DRIVER
3056M: Jean-Francois Moine <moinejf@free.fr>
3057W: http://moinejf.free.fr
3058L: linux-media@vger.kernel.org
3059T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3060S: Maintained
3061F: drivers/media/video/gspca/
3062
3063HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3064M: Frank Seidel <frank@f-seidel.de>
3065L: platform-driver-x86@vger.kernel.org
3066W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3067S: Maintained
3068F: drivers/platform/x86/hdaps.c
3069
3070HWPOISON MEMORY FAILURE HANDLING
3071M: Andi Kleen <andi@firstfloor.org>
3072L: linux-mm@kvack.org
3073T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3074S: Maintained
3075F: mm/memory-failure.c
3076F: mm/hwpoison-inject.c
3077
3078HYPERVISOR VIRTUAL CONSOLE DRIVER
3079L: linuxppc-dev@lists.ozlabs.org
3080S: Odd Fixes
3081F: drivers/tty/hvc/
3082
3083HARDWARE MONITORING
3084M: Jean Delvare <khali@linux-fr.org>
3085M: Guenter Roeck <guenter.roeck@ericsson.com>
3086L: lm-sensors@lm-sensors.org
3087W: http://www.lm-sensors.org/
3088T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3089T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3090S: Maintained
3091F: Documentation/hwmon/
3092F: drivers/hwmon/
3093F: include/linux/hwmon*.h
3094
3095HARDWARE RANDOM NUMBER GENERATOR CORE
3096M: Matt Mackall <mpm@selenic.com>
3097M: Herbert Xu <herbert@gondor.apana.org.au>
3098S: Odd fixes
3099F: Documentation/hw_random.txt
3100F: drivers/char/hw_random/
3101F: include/linux/hw_random.h
3102
3103HARDWARE SPINLOCK CORE
3104M: Ohad Ben-Cohen <ohad@wizery.com>
3105S: Maintained
3106F: Documentation/hwspinlock.txt
3107F: drivers/hwspinlock/hwspinlock_*
3108F: include/linux/hwspinlock.h
3109
3110HARMONY SOUND DRIVER
3111L: linux-parisc@vger.kernel.org
3112S: Maintained
3113F: sound/parisc/harmony.*
3114
3115HEWLETT-PACKARD SMART2 RAID DRIVER
3116M: Chirag Kantharia <chirag.kantharia@hp.com>
3117L: iss_storagedev@hp.com
3118S: Maintained
3119F: Documentation/blockdev/cpqarray.txt
3120F: drivers/block/cpqarray.*
3121
3122HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3123M: "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3124L: iss_storagedev@hp.com
3125S: Supported
3126F: Documentation/scsi/hpsa.txt
3127F: drivers/scsi/hpsa*.[ch]
3128F: include/linux/cciss*.h
3129
3130HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3131M: Mike Miller <mike.miller@hp.com>
3132L: iss_storagedev@hp.com
3133S: Supported
3134F: Documentation/blockdev/cciss.txt
3135F: drivers/block/cciss*
3136F: include/linux/cciss_ioctl.h
3137
3138HFS FILESYSTEM
3139L: linux-fsdevel@vger.kernel.org
3140S: Orphan
3141F: Documentation/filesystems/hfs.txt
3142F: fs/hfs/
3143
3144HGA FRAMEBUFFER DRIVER
3145M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3146L: linux-nvidia@lists.surfsouth.com
3147W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3148S: Maintained
3149F: drivers/video/hgafb.c
3150
3151HIBERNATION (aka Software Suspend, aka swsusp)
3152M: Pavel Machek <pavel@ucw.cz>
3153M: "Rafael J. Wysocki" <rjw@sisk.pl>
3154L: linux-pm@vger.kernel.org
3155S: Supported
3156F: arch/x86/power/
3157F: drivers/base/power/
3158F: kernel/power/
3159F: include/linux/suspend.h
3160F: include/linux/freezer.h
3161F: include/linux/pm.h
3162F: arch/*/include/asm/suspend*.h
3163
3164HID CORE LAYER
3165M: Jiri Kosina <jkosina@suse.cz>
3166L: linux-input@vger.kernel.org
3167T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3168S: Maintained
3169F: drivers/hid/
3170F: include/linux/hid*
3171
3172HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3173M: Thomas Gleixner <tglx@linutronix.de>
3174T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3175S: Maintained
3176F: Documentation/timers/
3177F: kernel/hrtimer.c
3178F: kernel/time/clockevents.c
3179F: kernel/time/tick*.*
3180F: kernel/time/timer_*.c
3181F: include/linux/clockchips.h
3182F: include/linux/hrtimer.h
3183
3184HIGH-SPEED SCC DRIVER FOR AX.25
3185M: Klaus Kudielka <klaus.kudielka@ieee.org>
3186L: linux-hams@vger.kernel.org
3187W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
3188S: Maintained
3189F: drivers/net/hamradio/dmascc.c
3190F: drivers/net/hamradio/scc.c
3191
3192HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3193M: HighPoint Linux Team <linux@highpoint-tech.com>
3194W: http://www.highpoint-tech.com
3195S: Supported
3196F: Documentation/scsi/hptiop.txt
3197F: drivers/scsi/hptiop.c
3198
3199HIPPI
3200M: Jes Sorensen <jes@trained-monkey.org>
3201L: linux-hippi@sunsite.dk
3202S: Maintained
3203F: include/linux/hippidevice.h
3204F: include/linux/if_hippi.h
3205F: net/802/hippi.c
3206F: drivers/net/hippi/
3207
3208HOST AP DRIVER
3209M: Jouni Malinen <j@w1.fi>
3210L: hostap@shmoo.com (subscribers-only)
3211L: linux-wireless@vger.kernel.org
3212W: http://hostap.epitest.fi/
3213S: Maintained
3214F: drivers/net/wireless/hostap/
3215
3216HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3217L: platform-driver-x86@vger.kernel.org
3218S: Orphan
3219F: drivers/platform/x86/tc1100-wmi.c
3220
3221HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3222M: Jaroslav Kysela <perex@perex.cz>
3223S: Maintained
3224F: drivers/net/ethernet/hp/hp100.*
3225
3226HPET: High Precision Event Timers driver
3227M: Clemens Ladisch <clemens@ladisch.de>
3228S: Maintained
3229F: Documentation/timers/hpet.txt
3230F: drivers/char/hpet.c
3231F: include/linux/hpet.h
3232
3233HPET: x86
3234M: "Venkatesh Pallipadi (Venki)" <venki@google.com>
3235S: Maintained
3236F: arch/x86/kernel/hpet.c
3237F: arch/x86/include/asm/hpet.h
3238
3239HPFS FILESYSTEM
3240M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3241W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3242S: Maintained
3243F: fs/hpfs/
3244
3245HSO 3G MODEM DRIVER
3246M: Jan Dumon <j.dumon@option.com>
3247W: http://www.pharscape.org
3248S: Maintained
3249F: drivers/net/usb/hso.c
3250
3251HTCPEN TOUCHSCREEN DRIVER
3252M: Pau Oliva Fora <pof@eslack.org>
3253L: linux-input@vger.kernel.org
3254S: Maintained
3255F: drivers/input/touchscreen/htcpen.c
3256
3257HUGETLB FILESYSTEM
3258M: William Irwin <wli@holomorphy.com>
3259S: Maintained
3260F: fs/hugetlbfs/
3261
3262Hyper-V CORE AND DRIVERS
3263M: K. Y. Srinivasan <kys@microsoft.com>
3264M: Haiyang Zhang <haiyangz@microsoft.com>
3265L: devel@linuxdriverproject.org
3266S: Maintained
3267F: drivers/hv/
3268F: drivers/hid/hid-hyperv.c
3269F: drivers/net/hyperv/
3270F: drivers/staging/hv/
3271
3272I2C/SMBUS STUB DRIVER
3273M: "Mark M. Hoffman" <mhoffman@lightlink.com>
3274L: linux-i2c@vger.kernel.org
3275S: Maintained
3276F: drivers/i2c/busses/i2c-stub.c
3277
3278I2C SUBSYSTEM
3279M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3280M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3281M: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de>
3282L: linux-i2c@vger.kernel.org
3283W: http://i2c.wiki.kernel.org/
3284T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3285T: git git://git.fluff.org/bjdooks/linux.git
3286S: Maintained
3287F: Documentation/i2c/
3288F: drivers/i2c/
3289F: include/linux/i2c.h
3290F: include/linux/i2c-*.h
3291
3292I2C-TINY-USB DRIVER
3293M: Till Harbaum <till@harbaum.org>
3294L: linux-i2c@vger.kernel.org
3295W: http://www.harbaum.org/till/i2c_tiny_usb
3296S: Maintained
3297F: drivers/i2c/busses/i2c-tiny-usb.c
3298
3299i386 BOOT CODE
3300M: "H. Peter Anvin" <hpa@zytor.com>
3301S: Maintained
3302F: arch/x86/boot/
3303
3304i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3305M: "H. Peter Anvin" <hpa@zytor.com>
3306T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3307S: Maintained
3308
3309IA64 (Itanium) PLATFORM
3310M: Tony Luck <tony.luck@intel.com>
3311M: Fenghua Yu <fenghua.yu@intel.com>
3312L: linux-ia64@vger.kernel.org
3313T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3314S: Maintained
3315F: arch/ia64/
3316
3317IBM MCA SCSI SUBSYSTEM DRIVER
3318M: Michael Lang <langa2@kph.uni-mainz.de>
3319W: http://www.uni-mainz.de/~langm000/linux.html
3320S: Maintained
3321F: drivers/scsi/ibmmca.c
3322
3323IBM Power Linux RAID adapter
3324M: Brian King <brking@us.ibm.com>
3325S: Supported
3326F: drivers/scsi/ipr.*
3327
3328IBM Power Virtual Ethernet Device Driver
3329M: Santiago Leon <santil@linux.vnet.ibm.com>
3330L: netdev@vger.kernel.org
3331S: Supported
3332F: drivers/net/ethernet/ibm/ibmveth.*
3333
3334IBM ServeRAID RAID DRIVER
3335P: Jack Hammer
3336M: Dave Jeffery <ipslinux@adaptec.com>
3337W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3338S: Supported
3339F: drivers/scsi/ips.*
3340
3341IDE SUBSYSTEM
3342M: "David S. Miller" <davem@davemloft.net>
3343L: linux-ide@vger.kernel.org
3344Q: http://patchwork.ozlabs.org/project/linux-ide/list/
3345T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
3346S: Maintained
3347F: Documentation/ide/
3348F: drivers/ide/
3349F: include/linux/ide.h
3350
3351IDEAPAD LAPTOP EXTRAS DRIVER
3352M: Ike Panhc <ike.pan@canonical.com>
3353L: platform-driver-x86@vger.kernel.org
3354W: http://launchpad.net/ideapad-laptop
3355S: Maintained
3356F: drivers/platform/x86/ideapad-laptop.c
3357
3358IDE/ATAPI DRIVERS
3359M: Borislav Petkov <petkovbb@gmail.com>
3360L: linux-ide@vger.kernel.org
3361S: Maintained
3362F: Documentation/cdrom/ide-cd
3363F: drivers/ide/ide-cd*
3364
3365IDLE-I7300
3366M: Andy Henroid <andrew.d.henroid@intel.com>
3367L: linux-pm@vger.kernel.org
3368S: Supported
3369F: drivers/idle/i7300_idle.c
3370
3371IEEE 802.15.4 SUBSYSTEM
3372M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3373M: Sergey Lapin <slapin@ossfans.org>
3374L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3375W: http://apps.sourceforge.net/trac/linux-zigbee
3376T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3377S: Maintained
3378F: net/ieee802154/
3379F: drivers/ieee802154/
3380
3381IIO SUBSYSTEM AND DRIVERS
3382M: Jonathan Cameron <jic23@cam.ac.uk>
3383L: linux-iio@vger.kernel.org
3384S: Maintained
3385F: drivers/staging/iio/
3386
3387IKANOS/ADI EAGLE ADSL USB DRIVER
3388M: Matthieu Castet <castet.matthieu@free.fr>
3389M: Stanislaw Gruszka <stf_xl@wp.pl>
3390S: Maintained
3391F: drivers/usb/atm/ueagle-atm.c
3392
3393INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3394M: Mimi Zohar <zohar@us.ibm.com>
3395S: Supported
3396F: security/integrity/ima/
3397
3398IMS TWINTURBO FRAMEBUFFER DRIVER
3399L: linux-fbdev@vger.kernel.org
3400S: Orphan
3401F: drivers/video/imsttfb.c
3402
3403INFINIBAND SUBSYSTEM
3404M: Roland Dreier <roland@kernel.org>
3405M: Sean Hefty <sean.hefty@intel.com>
3406M: Hal Rosenstock <hal.rosenstock@gmail.com>
3407L: linux-rdma@vger.kernel.org
3408W: http://www.openfabrics.org/
3409Q: http://patchwork.kernel.org/project/linux-rdma/list/
3410T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3411S: Supported
3412F: Documentation/infiniband/
3413F: drivers/infiniband/
3414F: include/linux/if_infiniband.h
3415
3416INOTIFY
3417M: John McCutchan <john@johnmccutchan.com>
3418M: Robert Love <rlove@rlove.org>
3419M: Eric Paris <eparis@parisplace.org>
3420S: Maintained
3421F: Documentation/filesystems/inotify.txt
3422F: fs/notify/inotify/
3423F: include/linux/inotify.h
3424
3425INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3426M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
3427M: Dmitry Torokhov <dtor@mail.ru>
3428L: linux-input@vger.kernel.org
3429Q: http://patchwork.kernel.org/project/linux-input/list/
3430T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3431S: Maintained
3432F: drivers/input/
3433
3434INPUT MULTITOUCH (MT) PROTOCOL
3435M: Henrik Rydberg <rydberg@euromail.se>
3436L: linux-input@vger.kernel.org
3437T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3438S: Maintained
3439F: Documentation/input/multi-touch-protocol.txt
3440F: drivers/input/input-mt.c
3441K: \b(ABS|SYN)_MT_
3442
3443INTEL C600 SERIES SAS CONTROLLER DRIVER
3444M: Intel SCU Linux support <intel-linux-scu@intel.com>
3445M: Dan Williams <dan.j.williams@intel.com>
3446M: Dave Jiang <dave.jiang@intel.com>
3447M: Ed Nadolski <edmund.nadolski@intel.com>
3448L: linux-scsi@vger.kernel.org
3449T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci.git
3450S: Maintained
3451F: drivers/scsi/isci/
3452F: firmware/isci/
3453
3454INTEL IDLE DRIVER
3455M: Len Brown <lenb@kernel.org>
3456L: linux-pm@vger.kernel.org
3457T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
3458S: Supported
3459F: drivers/idle/intel_idle.c
3460
3461INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3462M: Maik Broemme <mbroemme@plusserver.de>
3463L: linux-fbdev@vger.kernel.org
3464S: Maintained
3465F: Documentation/fb/intelfb.txt
3466F: drivers/video/intelfb/
3467
3468INTEL 810/815 FRAMEBUFFER DRIVER
3469M: Antonino Daplas <adaplas@gmail.com>
3470L: linux-fbdev@vger.kernel.org
3471S: Maintained
3472F: drivers/video/i810/
3473
3474INTEL MENLOW THERMAL DRIVER
3475M: Sujith Thomas <sujith.thomas@intel.com>
3476L: platform-driver-x86@vger.kernel.org
3477W: http://www.lesswatts.org/projects/acpi/
3478S: Supported
3479F: drivers/platform/x86/intel_menlow.c
3480
3481INTEL IA32 MICROCODE UPDATE SUPPORT
3482M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3483S: Maintained
3484F: arch/x86/kernel/microcode_core.c
3485F: arch/x86/kernel/microcode_intel.c
3486
3487INTEL I/OAT DMA DRIVER
3488M: Dan Williams <dan.j.williams@intel.com>
3489S: Supported
3490F: drivers/dma/ioat*
3491
3492INTEL IOMMU (VT-d)
3493M: David Woodhouse <dwmw2@infradead.org>
3494L: iommu@lists.linux-foundation.org
3495T: git git://git.infradead.org/iommu-2.6.git
3496S: Supported
3497F: drivers/iommu/intel-iommu.c
3498F: include/linux/intel-iommu.h
3499
3500INTEL IOP-ADMA DMA DRIVER
3501M: Dan Williams <dan.j.williams@intel.com>
3502S: Maintained
3503F: drivers/dma/iop-adma.c
3504
3505INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3506M: Krzysztof Halasa <khc@pm.waw.pl>
3507S: Maintained
3508F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3509F: arch/arm/mach-ixp4xx/include/mach/npe.h
3510F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3511F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3512F: drivers/net/ethernet/xscale/ixp4xx_eth.c
3513F: drivers/net/wan/ixp4xx_hss.c
3514
3515INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3516M: Deepak Saxena <dsaxena@plexity.net>
3517S: Maintained
3518F: drivers/char/hw_random/ixp4xx-rng.c
3519
3520INTEL IXP2000 ETHERNET DRIVER
3521M: Lennert Buytenhek <kernel@wantstofly.org>
3522L: netdev@vger.kernel.org
3523S: Maintained
3524F: drivers/net/ethernet/xscale/ixp2000/
3525
3526INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3527M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3528M: Jesse Brandeburg <jesse.brandeburg@intel.com>
3529M: Bruce Allan <bruce.w.allan@intel.com>
3530M: Carolyn Wyborny <carolyn.wyborny@intel.com>
3531M: Don Skidmore <donald.c.skidmore@intel.com>
3532M: Greg Rose <gregory.v.rose@intel.com>
3533M: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
3534M: Alex Duyck <alexander.h.duyck@intel.com>
3535M: John Ronciak <john.ronciak@intel.com>
3536L: e1000-devel@lists.sourceforge.net
3537W: http://e1000.sourceforge.net/
3538T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
3539T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
3540S: Supported
3541F: Documentation/networking/e100.txt
3542F: Documentation/networking/e1000.txt
3543F: Documentation/networking/e1000e.txt
3544F: Documentation/networking/igb.txt
3545F: Documentation/networking/igbvf.txt
3546F: Documentation/networking/ixgb.txt
3547F: Documentation/networking/ixgbe.txt
3548F: Documentation/networking/ixgbevf.txt
3549F: drivers/net/ethernet/intel/
3550
3551INTEL MRST PMU DRIVER
3552M: Len Brown <len.brown@intel.com>
3553L: linux-pm@vger.kernel.org
3554S: Supported
3555F: arch/x86/platform/mrst/pmu.*
3556
3557INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3558L: linux-wireless@vger.kernel.org
3559S: Orphan
3560F: Documentation/networking/README.ipw2100
3561F: drivers/net/wireless/ipw2x00/ipw2100.*
3562
3563INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3564L: linux-wireless@vger.kernel.org
3565S: Orphan
3566F: Documentation/networking/README.ipw2200
3567F: drivers/net/wireless/ipw2x00/ipw2200.*
3568
3569INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3570M: Joseph Cihula <joseph.cihula@intel.com>
3571M: Shane Wang <shane.wang@intel.com>
3572L: tboot-devel@lists.sourceforge.net
3573W: http://tboot.sourceforge.net
3574T: Mercurial http://www.bughost.org/repos.hg/tboot.hg
3575S: Supported
3576F: Documentation/intel_txt.txt
3577F: include/linux/tboot.h
3578F: arch/x86/kernel/tboot.c
3579
3580INTEL WIRELESS WIMAX CONNECTION 2400
3581M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3582M: linux-wimax@intel.com
3583L: wimax@linuxwimax.org
3584S: Supported
3585W: http://linuxwimax.org
3586F: Documentation/wimax/README.i2400m
3587F: drivers/net/wimax/i2400m/
3588F: include/linux/wimax/i2400m.h
3589
3590INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
3591M: Stanislaw Gruszka <sgruszka@redhat.com>
3592L: linux-wireless@vger.kernel.org
3593S: Supported
3594F: drivers/net/wireless/iwlegacy/
3595
3596INTEL WIRELESS WIFI LINK (iwlwifi)
3597M: Wey-Yi Guy <wey-yi.w.guy@intel.com>
3598M: Intel Linux Wireless <ilw@linux.intel.com>
3599L: linux-wireless@vger.kernel.org
3600W: http://intellinuxwireless.org
3601T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
3602S: Supported
3603F: drivers/net/wireless/iwlwifi/
3604
3605INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3606M: Samuel Ortiz <samuel.ortiz@intel.com>
3607M: Intel Linux Wireless <ilw@linux.intel.com>
3608L: linux-wireless@vger.kernel.org
3609S: Supported
3610W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3611F: drivers/net/wireless/iwmc3200wifi/
3612
3613IOC3 ETHERNET DRIVER
3614M: Ralf Baechle <ralf@linux-mips.org>
3615L: linux-mips@linux-mips.org
3616S: Maintained
3617F: drivers/net/ethernet/sgi/ioc3-eth.c
3618
3619IOC3 SERIAL DRIVER
3620M: Pat Gefre <pfg@sgi.com>
3621L: linux-serial@vger.kernel.org
3622S: Maintained
3623F: drivers/tty/serial/ioc3_serial.c
3624
3625IP MASQUERADING
3626M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3627S: Maintained
3628F: net/ipv4/netfilter/ipt_MASQUERADE.c
3629
3630IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3631M: Francois Romieu <romieu@fr.zoreil.com>
3632M: Sorbica Shieh <sorbica@icplus.com.tw>
3633L: netdev@vger.kernel.org
3634S: Maintained
3635F: drivers/net/ethernet/icplus/ipg.*
3636
3637IPATH DRIVER
3638M: Mike Marciniszyn <infinipath@qlogic.com>
3639L: linux-rdma@vger.kernel.org
3640S: Maintained
3641F: drivers/infiniband/hw/ipath/
3642
3643IPMI SUBSYSTEM
3644M: Corey Minyard <minyard@acm.org>
3645L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3646W: http://openipmi.sourceforge.net/
3647S: Supported
3648F: Documentation/IPMI.txt
3649F: drivers/char/ipmi/
3650F: include/linux/ipmi*
3651
3652IPS SCSI RAID DRIVER
3653M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3654L: linux-scsi@vger.kernel.org
3655W: http://www.adaptec.com/
3656S: Maintained
3657F: drivers/scsi/ips*
3658
3659IPVS
3660M: Wensong Zhang <wensong@linux-vs.org>
3661M: Simon Horman <horms@verge.net.au>
3662M: Julian Anastasov <ja@ssi.bg>
3663L: netdev@vger.kernel.org
3664L: lvs-devel@vger.kernel.org
3665S: Maintained
3666F: Documentation/networking/ipvs-sysctl.txt
3667F: include/net/ip_vs.h
3668F: include/linux/ip_vs.h
3669F: net/netfilter/ipvs/
3670
3671IPWIRELESS DRIVER
3672M: Jiri Kosina <jkosina@suse.cz>
3673M: David Sterba <dsterba@suse.cz>
3674S: Odd Fixes
3675F: drivers/tty/ipwireless/
3676
3677IPX NETWORK LAYER
3678M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3679L: netdev@vger.kernel.org
3680S: Maintained
3681F: include/linux/ipx.h
3682F: include/net/ipx.h
3683F: net/ipx/
3684
3685IRDA SUBSYSTEM
3686M: Samuel Ortiz <samuel@sortiz.org>
3687L: irda-users@lists.sourceforge.net (subscribers-only)
3688L: netdev@vger.kernel.org
3689W: http://irda.sourceforge.net/
3690S: Maintained
3691T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3692F: Documentation/networking/irda.txt
3693F: drivers/net/irda/
3694F: include/net/irda/
3695F: net/irda/
3696
3697IRQ SUBSYSTEM
3698M: Thomas Gleixner <tglx@linutronix.de>
3699S: Maintained
3700T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
3701F: kernel/irq/
3702
3703IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
3704M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3705M: Grant Likely <grant.likely@secretlab.ca>
3706T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
3707S: Maintained
3708F: Documentation/IRQ-domain.txt
3709F: include/linux/irqdomain.h
3710F: kernel/irq/irqdomain.c
3711
3712ISAPNP
3713M: Jaroslav Kysela <perex@perex.cz>
3714S: Maintained
3715F: Documentation/isapnp.txt
3716F: drivers/pnp/isapnp/
3717F: include/linux/isapnp.h
3718
3719iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
3720M: Peter Jones <pjones@redhat.com>
3721M: Konrad Rzeszutek Wilk <konrad@kernel.org>
3722S: Maintained
3723F: drivers/firmware/iscsi_ibft*
3724
3725ISCSI
3726M: Mike Christie <michaelc@cs.wisc.edu>
3727L: open-iscsi@googlegroups.com
3728W: www.open-iscsi.org
3729T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3730S: Maintained
3731F: drivers/scsi/*iscsi*
3732F: include/scsi/*iscsi*
3733
3734ISDN SUBSYSTEM
3735M: Karsten Keil <isdn@linux-pingi.de>
3736L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3737L: netdev@vger.kernel.org
3738W: http://www.isdn4linux.de
3739T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3740S: Maintained
3741F: Documentation/isdn/
3742F: drivers/isdn/
3743F: include/linux/isdn.h
3744F: include/linux/isdn/
3745
3746ISDN SUBSYSTEM (Eicon active card driver)
3747M: Armin Schindler <mac@melware.de>
3748L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3749W: http://www.melware.de
3750S: Maintained
3751F: drivers/isdn/hardware/eicon/
3752
3753IT87 HARDWARE MONITORING DRIVER
3754M: Jean Delvare <khali@linux-fr.org>
3755L: lm-sensors@lm-sensors.org
3756S: Maintained
3757F: Documentation/hwmon/it87
3758F: drivers/hwmon/it87.c
3759
3760IVTV VIDEO4LINUX DRIVER
3761M: Andy Walls <awalls@md.metrocast.net>
3762L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3763L: linux-media@vger.kernel.org
3764T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3765W: http://www.ivtvdriver.org
3766S: Maintained
3767F: Documentation/video4linux/*.ivtv
3768F: drivers/media/video/ivtv/
3769F: include/linux/ivtv*
3770
3771JC42.4 TEMPERATURE SENSOR DRIVER
3772M: Guenter Roeck <linux@roeck-us.net>
3773L: lm-sensors@lm-sensors.org
3774S: Maintained
3775F: drivers/hwmon/jc42.c
3776F: Documentation/hwmon/jc42
3777
3778JFS FILESYSTEM
3779M: Dave Kleikamp <shaggy@kernel.org>
3780L: jfs-discussion@lists.sourceforge.net
3781W: http://jfs.sourceforge.net/
3782T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3783S: Maintained
3784F: Documentation/filesystems/jfs.txt
3785F: fs/jfs/
3786
3787JME NETWORK DRIVER
3788M: Guo-Fu Tseng <cooldavid@cooldavid.org>
3789L: netdev@vger.kernel.org
3790S: Maintained
3791F: drivers/net/ethernet/jme.*
3792
3793JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3794M: David Woodhouse <dwmw2@infradead.org>
3795L: linux-mtd@lists.infradead.org
3796W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3797S: Maintained
3798F: fs/jffs2/
3799F: include/linux/jffs2.h
3800
3801JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3802M: Andrew Morton <akpm@linux-foundation.org>
3803M: Jan Kara <jack@suse.cz>
3804L: linux-ext4@vger.kernel.org
3805S: Maintained
3806F: fs/jbd/
3807F: include/linux/ext3_jbd.h
3808F: include/linux/jbd.h
3809
3810JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
3811M: "Theodore Ts'o" <tytso@mit.edu>
3812L: linux-ext4@vger.kernel.org
3813S: Maintained
3814F: fs/jbd2/
3815F: include/linux/jbd2.h
3816
3817JSM Neo PCI based serial card
3818M: Lucas Tavares <lucaskt@linux.vnet.ibm.com>
3819L: linux-serial@vger.kernel.org
3820S: Maintained
3821F: drivers/tty/serial/jsm/
3822
3823K10TEMP HARDWARE MONITORING DRIVER
3824M: Clemens Ladisch <clemens@ladisch.de>
3825L: lm-sensors@lm-sensors.org
3826S: Maintained
3827F: Documentation/hwmon/k10temp
3828F: drivers/hwmon/k10temp.c
3829
3830K8TEMP HARDWARE MONITORING DRIVER
3831M: Rudolf Marek <r.marek@assembler.cz>
3832L: lm-sensors@lm-sensors.org
3833S: Maintained
3834F: Documentation/hwmon/k8temp
3835F: drivers/hwmon/k8temp.c
3836
3837KCONFIG
3838M: Michal Marek <mmarek@suse.cz>
3839L: linux-kbuild@vger.kernel.org
3840S: Odd Fixes
3841F: Documentation/kbuild/kconfig-language.txt
3842F: scripts/kconfig/
3843
3844KDUMP
3845M: Vivek Goyal <vgoyal@redhat.com>
3846M: Haren Myneni <hbabu@us.ibm.com>
3847L: kexec@lists.infradead.org
3848W: http://lse.sourceforge.net/kdump/
3849S: Maintained
3850F: Documentation/kdump/
3851
3852KERNEL AUTOMOUNTER v4 (AUTOFS4)
3853M: Ian Kent <raven@themaw.net>
3854L: autofs@vger.kernel.org
3855S: Maintained
3856F: fs/autofs4/
3857
3858KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3859M: Michal Marek <mmarek@suse.cz>
3860T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
3861T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
3862L: linux-kbuild@vger.kernel.org
3863S: Maintained
3864F: Documentation/kbuild/
3865F: Makefile
3866F: scripts/Makefile.*
3867F: scripts/basic/
3868F: scripts/mk*
3869F: scripts/package/
3870
3871KERNEL JANITORS
3872L: kernel-janitors@vger.kernel.org
3873W: http://kernelnewbies.org/KernelJanitors
3874S: Odd Fixes
3875
3876KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3877M: "J. Bruce Fields" <bfields@fieldses.org>
3878L: linux-nfs@vger.kernel.org
3879W: http://nfs.sourceforge.net/
3880S: Supported
3881F: fs/nfsd/
3882F: include/linux/nfsd/
3883F: fs/lockd/
3884F: fs/nfs_common/
3885F: net/sunrpc/
3886F: include/linux/lockd/
3887F: include/linux/sunrpc/
3888
3889KERNEL VIRTUAL MACHINE (KVM)
3890M: Avi Kivity <avi@redhat.com>
3891M: Marcelo Tosatti <mtosatti@redhat.com>
3892L: kvm@vger.kernel.org
3893W: http://kvm.qumranet.com
3894S: Supported
3895F: Documentation/*/kvm.txt
3896F: arch/*/kvm/
3897F: arch/*/include/asm/kvm*
3898F: include/linux/kvm*
3899F: virt/kvm/
3900
3901KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3902M: Joerg Roedel <joerg.roedel@amd.com>
3903L: kvm@vger.kernel.org
3904W: http://kvm.qumranet.com
3905S: Supported
3906F: arch/x86/include/asm/svm.h
3907F: arch/x86/kvm/svm.c
3908
3909KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3910M: Alexander Graf <agraf@suse.de>
3911L: kvm-ppc@vger.kernel.org
3912W: http://kvm.qumranet.com
3913S: Supported
3914F: arch/powerpc/include/asm/kvm*
3915F: arch/powerpc/kvm/
3916
3917KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3918M: Xiantao Zhang <xiantao.zhang@intel.com>
3919L: kvm-ia64@vger.kernel.org
3920W: http://kvm.qumranet.com
3921S: Supported
3922F: Documentation/ia64/kvm.txt
3923F: arch/ia64/include/asm/kvm*
3924F: arch/ia64/kvm/
3925
3926KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3927M: Carsten Otte <cotte@de.ibm.com>
3928M: Christian Borntraeger <borntraeger@de.ibm.com>
3929M: linux390@de.ibm.com
3930L: linux-s390@vger.kernel.org
3931W: http://www.ibm.com/developerworks/linux/linux390/
3932S: Supported
3933F: Documentation/s390/kvm.txt
3934F: arch/s390/include/asm/kvm*
3935F: arch/s390/kvm/
3936F: drivers/s390/kvm/
3937
3938KEXEC
3939M: Eric Biederman <ebiederm@xmission.com>
3940W: http://kernel.org/pub/linux/utils/kernel/kexec/
3941L: kexec@lists.infradead.org
3942S: Maintained
3943F: include/linux/kexec.h
3944F: kernel/kexec.c
3945
3946KEYS/KEYRINGS:
3947M: David Howells <dhowells@redhat.com>
3948L: keyrings@linux-nfs.org
3949S: Maintained
3950F: Documentation/security/keys.txt
3951F: include/linux/key.h
3952F: include/linux/key-type.h
3953F: include/keys/
3954F: security/keys/
3955
3956KEYS-TRUSTED
3957M: David Safford <safford@watson.ibm.com>
3958M: Mimi Zohar <zohar@us.ibm.com>
3959L: linux-security-module@vger.kernel.org
3960L: keyrings@linux-nfs.org
3961S: Supported
3962F: Documentation/security/keys-trusted-encrypted.txt
3963F: include/keys/trusted-type.h
3964F: security/keys/trusted.c
3965F: security/keys/trusted.h
3966
3967KEYS-ENCRYPTED
3968M: Mimi Zohar <zohar@us.ibm.com>
3969M: David Safford <safford@watson.ibm.com>
3970L: linux-security-module@vger.kernel.org
3971L: keyrings@linux-nfs.org
3972S: Supported
3973F: Documentation/security/keys-trusted-encrypted.txt
3974F: include/keys/encrypted-type.h
3975F: security/keys/encrypted-keys/
3976
3977KGDB / KDB /debug_core
3978M: Jason Wessel <jason.wessel@windriver.com>
3979W: http://kgdb.wiki.kernel.org/
3980L: kgdb-bugreport@lists.sourceforge.net
3981S: Maintained
3982F: Documentation/DocBook/kgdb.tmpl
3983F: drivers/misc/kgdbts.c
3984F: drivers/tty/serial/kgdboc.c
3985F: include/linux/kdb.h
3986F: include/linux/kgdb.h
3987F: kernel/debug/
3988
3989KMEMCHECK
3990M: Vegard Nossum <vegardno@ifi.uio.no>
3991M: Pekka Enberg <penberg@kernel.org>
3992S: Maintained
3993F: Documentation/kmemcheck.txt
3994F: arch/x86/include/asm/kmemcheck.h
3995F: arch/x86/mm/kmemcheck/
3996F: include/linux/kmemcheck.h
3997F: mm/kmemcheck.c
3998
3999KMEMLEAK
4000M: Catalin Marinas <catalin.marinas@arm.com>
4001S: Maintained
4002F: Documentation/kmemleak.txt
4003F: include/linux/kmemleak.h
4004F: mm/kmemleak.c
4005F: mm/kmemleak-test.c
4006
4007KPROBES
4008M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4009M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4010M: "David S. Miller" <davem@davemloft.net>
4011M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4012S: Maintained
4013F: Documentation/kprobes.txt
4014F: include/linux/kprobes.h
4015F: kernel/kprobes.c
4016
4017KS0108 LCD CONTROLLER DRIVER
4018M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4019W: http://miguelojeda.es/auxdisplay.htm
4020W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4021S: Maintained
4022F: Documentation/auxdisplay/ks0108
4023F: drivers/auxdisplay/ks0108.c
4024F: include/linux/ks0108.h
4025
4026LAPB module
4027L: linux-x25@vger.kernel.org
4028S: Orphan
4029F: Documentation/networking/lapb-module.txt
4030F: include/*/lapb.h
4031F: net/lapb/
4032
4033LASI 53c700 driver for PARISC
4034M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4035L: linux-scsi@vger.kernel.org
4036S: Maintained
4037F: Documentation/scsi/53c700.txt
4038F: drivers/scsi/53c700*
4039
4040LED SUBSYSTEM
4041M: Richard Purdie <rpurdie@rpsys.net>
4042S: Maintained
4043F: drivers/leds/
4044F: include/linux/leds.h
4045
4046LEGACY EEPROM DRIVER
4047M: Jean Delvare <khali@linux-fr.org>
4048S: Maintained
4049F: Documentation/misc-devices/eeprom
4050F: drivers/misc/eeprom/eeprom.c
4051
4052LEGO USB Tower driver
4053M: Juergen Stuber <starblue@users.sourceforge.net>
4054L: legousb-devel@lists.sourceforge.net
4055W: http://legousb.sourceforge.net/
4056S: Maintained
4057F: drivers/usb/misc/legousbtower.c
4058
4059LGUEST
4060M: Rusty Russell <rusty@rustcorp.com.au>
4061L: lguest@lists.ozlabs.org
4062W: http://lguest.ozlabs.org/
4063S: Odd Fixes
4064F: arch/x86/include/asm/lguest*.h
4065F: arch/x86/lguest/
4066F: drivers/lguest/
4067F: include/linux/lguest*.h
4068F: tools/lguest/
4069
4070LINUX FOR IBM pSERIES (RS/6000)
4071M: Paul Mackerras <paulus@au.ibm.com>
4072W: http://www.ibm.com/linux/ltc/projects/ppc
4073S: Supported
4074F: arch/powerpc/boot/rs6000.h
4075
4076LINUX FOR POWERPC (32-BIT AND 64-BIT)
4077M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4078M: Paul Mackerras <paulus@samba.org>
4079W: http://www.penguinppc.org/
4080L: linuxppc-dev@lists.ozlabs.org
4081Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4082T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4083S: Supported
4084F: Documentation/powerpc/
4085F: arch/powerpc/
4086
4087LINUX FOR POWER MACINTOSH
4088M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4089W: http://www.penguinppc.org/
4090L: linuxppc-dev@lists.ozlabs.org
4091S: Maintained
4092F: arch/powerpc/platforms/powermac/
4093F: drivers/macintosh/
4094
4095LINUX FOR POWERPC EMBEDDED MPC5XXX
4096M: Anatolij Gustschin <agust@denx.de>
4097L: linuxppc-dev@lists.ozlabs.org
4098T: git git://git.denx.de/linux-2.6-agust.git
4099S: Maintained
4100F: arch/powerpc/platforms/512x/
4101F: arch/powerpc/platforms/52xx/
4102
4103LINUX FOR POWERPC EMBEDDED PPC4XX
4104M: Josh Boyer <jwboyer@gmail.com>
4105M: Matt Porter <mporter@kernel.crashing.org>
4106W: http://www.penguinppc.org/
4107L: linuxppc-dev@lists.ozlabs.org
4108T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4109S: Maintained
4110F: arch/powerpc/platforms/40x/
4111F: arch/powerpc/platforms/44x/
4112
4113LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4114M: Grant Likely <grant.likely@secretlab.ca>
4115W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4116L: linuxppc-dev@lists.ozlabs.org
4117T: git git://git.secretlab.ca/git/linux-2.6.git
4118S: Maintained
4119F: arch/powerpc/*/*virtex*
4120F: arch/powerpc/*/*/*virtex*
4121
4122LINUX FOR POWERPC EMBEDDED PPC8XX
4123M: Vitaly Bordug <vitb@kernel.crashing.org>
4124M: Marcelo Tosatti <marcelo@kvack.org>
4125W: http://www.penguinppc.org/
4126L: linuxppc-dev@lists.ozlabs.org
4127S: Maintained
4128F: arch/powerpc/platforms/8xx/
4129
4130LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4131M: Kumar Gala <galak@kernel.crashing.org>
4132W: http://www.penguinppc.org/
4133L: linuxppc-dev@lists.ozlabs.org
4134S: Maintained
4135F: arch/powerpc/platforms/83xx/
4136F: arch/powerpc/platforms/85xx/
4137
4138LINUX FOR POWERPC PA SEMI PWRFICIENT
4139M: Olof Johansson <olof@lixom.net>
4140L: linuxppc-dev@lists.ozlabs.org
4141S: Maintained
4142F: arch/powerpc/platforms/pasemi/
4143F: drivers/*/*pasemi*
4144F: drivers/*/*/*pasemi*
4145
4146LINUX SECURITY MODULE (LSM) FRAMEWORK
4147M: Chris Wright <chrisw@sous-sol.org>
4148L: linux-security-module@vger.kernel.org
4149S: Supported
4150
4151LIS3LV02D ACCELEROMETER DRIVER
4152M: Eric Piel <eric.piel@tremplin-utc.net>
4153S: Maintained
4154F: Documentation/misc-devices/lis3lv02d
4155F: drivers/misc/lis3lv02d/
4156F: drivers/platform/x86/hp_accel.c
4157
4158LLC (802.2)
4159M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4160S: Maintained
4161F: include/linux/llc.h
4162F: include/net/llc*
4163F: net/llc/
4164
4165LM73 HARDWARE MONITOR DRIVER
4166M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
4167L: lm-sensors@lm-sensors.org
4168S: Maintained
4169F: drivers/hwmon/lm73.c
4170
4171LM78 HARDWARE MONITOR DRIVER
4172M: Jean Delvare <khali@linux-fr.org>
4173L: lm-sensors@lm-sensors.org
4174S: Maintained
4175F: Documentation/hwmon/lm78
4176F: drivers/hwmon/lm78.c
4177
4178LM83 HARDWARE MONITOR DRIVER
4179M: Jean Delvare <khali@linux-fr.org>
4180L: lm-sensors@lm-sensors.org
4181S: Maintained
4182F: Documentation/hwmon/lm83
4183F: drivers/hwmon/lm83.c
4184
4185LM90 HARDWARE MONITOR DRIVER
4186M: Jean Delvare <khali@linux-fr.org>
4187L: lm-sensors@lm-sensors.org
4188S: Maintained
4189F: Documentation/hwmon/lm90
4190F: drivers/hwmon/lm90.c
4191
4192LOCKDEP AND LOCKSTAT
4193M: Peter Zijlstra <peterz@infradead.org>
4194M: Ingo Molnar <mingo@redhat.com>
4195T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4196S: Maintained
4197F: Documentation/lockdep*.txt
4198F: Documentation/lockstat.txt
4199F: include/linux/lockdep.h
4200F: kernel/lockdep*
4201
4202LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4203M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
4204L: linux-ntfs-dev@lists.sourceforge.net
4205W: http://www.linux-ntfs.org/content/view/19/37/
4206S: Maintained
4207F: Documentation/ldm.txt
4208F: block/partitions/ldm.*
4209
4210LogFS
4211M: Joern Engel <joern@logfs.org>
4212M: Prasad Joshi <prasadjoshi.linux@gmail.com>
4213L: logfs@logfs.org
4214W: logfs.org
4215S: Maintained
4216F: fs/logfs/
4217
4218LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4219M: Eric Moore <Eric.Moore@lsi.com>
4220M: support@lsi.com
4221L: DL-MPTFusionLinux@lsi.com
4222L: linux-scsi@vger.kernel.org
4223W: http://www.lsilogic.com/support
4224S: Supported
4225F: drivers/message/fusion/
4226
4227LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4228M: Matthew Wilcox <matthew@wil.cx>
4229L: linux-scsi@vger.kernel.org
4230S: Maintained
4231F: drivers/scsi/sym53c8xx_2/
4232
4233LTC4261 HARDWARE MONITOR DRIVER
4234M: Guenter Roeck <linux@roeck-us.net>
4235L: lm-sensors@lm-sensors.org
4236S: Maintained
4237F: Documentation/hwmon/ltc4261
4238F: drivers/hwmon/ltc4261.c
4239
4240LTP (Linux Test Project)
4241M: Shubham Goyal <shubham@linux.vnet.ibm.com>
4242M: Mike Frysinger <vapier@gentoo.org>
4243M: Cyril Hrubis <chrubis@suse.cz>
4244M: Caspar Zhang <caspar@casparzhang.com>
4245M: Wanlong Gao <gaowanlong@cn.fujitsu.com>
4246L: ltp-list@lists.sourceforge.net (subscribers-only)
4247W: http://ltp.sourceforge.net/
4248T: git git://github.com/linux-test-project/ltp.git
4249T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4250S: Maintained
4251
4252M32R ARCHITECTURE
4253M: Hirokazu Takata <takata@linux-m32r.org>
4254L: linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4255L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4256W: http://www.linux-m32r.org/
4257S: Maintained
4258F: arch/m32r/
4259
4260M68K ARCHITECTURE
4261M: Geert Uytterhoeven <geert@linux-m68k.org>
4262L: linux-m68k@lists.linux-m68k.org
4263W: http://www.linux-m68k.org/
4264T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4265S: Maintained
4266F: arch/m68k/
4267F: drivers/zorro/
4268
4269M68K ON APPLE MACINTOSH
4270M: Joshua Thompson <funaho@jurai.org>
4271W: http://www.mac.linux-m68k.org/
4272L: linux-m68k@lists.linux-m68k.org
4273S: Maintained
4274F: arch/m68k/mac/
4275
4276M68K ON HP9000/300
4277M: Philip Blundell <philb@gnu.org>
4278W: http://www.tazenda.demon.co.uk/phil/linux-hp
4279S: Maintained
4280F: arch/m68k/hp300/
4281
4282MAC80211
4283M: Johannes Berg <johannes@sipsolutions.net>
4284L: linux-wireless@vger.kernel.org
4285W: http://linuxwireless.org/
4286T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
4287S: Maintained
4288F: Documentation/networking/mac80211-injection.txt
4289F: include/net/mac80211.h
4290F: net/mac80211/
4291
4292MAC80211 PID RATE CONTROL
4293M: Stefano Brivio <stefano.brivio@polimi.it>
4294M: Mattias Nissler <mattias.nissler@gmx.de>
4295L: linux-wireless@vger.kernel.org
4296W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
4297T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
4298S: Maintained
4299F: net/mac80211/rc80211_pid*
4300
4301MACVLAN DRIVER
4302M: Patrick McHardy <kaber@trash.net>
4303L: netdev@vger.kernel.org
4304S: Maintained
4305F: drivers/net/macvlan.c
4306F: include/linux/if_macvlan.h
4307
4308MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4309M: Michael Kerrisk <mtk.manpages@gmail.com>
4310W: http://www.kernel.org/doc/man-pages
4311L: linux-man@vger.kernel.org
4312S: Maintained
4313
4314MARVELL LIBERTAS WIRELESS DRIVER
4315M: Dan Williams <dcbw@redhat.com>
4316L: libertas-dev@lists.infradead.org
4317S: Maintained
4318F: drivers/net/wireless/libertas/
4319
4320MARVELL MV643XX ETHERNET DRIVER
4321M: Lennert Buytenhek <buytenh@wantstofly.org>
4322L: netdev@vger.kernel.org
4323S: Maintained
4324F: drivers/net/ethernet/marvell/mv643xx_eth.*
4325F: include/linux/mv643xx.h
4326
4327MARVELL MWIFIEX WIRELESS DRIVER
4328M: Bing Zhao <bzhao@marvell.com>
4329L: linux-wireless@vger.kernel.org
4330S: Maintained
4331F: drivers/net/wireless/mwifiex/
4332
4333MARVELL MWL8K WIRELESS DRIVER
4334M: Lennert Buytenhek <buytenh@wantstofly.org>
4335L: linux-wireless@vger.kernel.org
4336S: Odd Fixes
4337F: drivers/net/wireless/mwl8k.c
4338
4339MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4340M: Nicolas Pitre <nico@fluxnic.net>
4341S: Odd Fixes
4342F: drivers/mmc/host/mvsdio.*
4343
4344MARVELL YUKON / SYSKONNECT DRIVER
4345M: Mirko Lindner <mlindner@syskonnect.de>
4346M: Ralph Roesler <rroesler@syskonnect.de>
4347W: http://www.syskonnect.com
4348S: Supported
4349
4350MATROX FRAMEBUFFER DRIVER
4351L: linux-fbdev@vger.kernel.org
4352S: Orphan
4353F: drivers/video/matrox/matroxfb_*
4354F: include/linux/matroxfb.h
4355
4356MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4357M: "Hans J. Koch" <hjk@hansjkoch.de>
4358L: lm-sensors@lm-sensors.org
4359S: Maintained
4360F: Documentation/hwmon/max6650
4361F: drivers/hwmon/max6650.c
4362
4363MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4364M: Mauro Carvalho Chehab <mchehab@infradead.org>
4365P: LinuxTV.org Project
4366L: linux-media@vger.kernel.org
4367W: http://linuxtv.org
4368Q: http://patchwork.kernel.org/project/linux-media/list/
4369T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4370S: Maintained
4371F: Documentation/dvb/
4372F: Documentation/video4linux/
4373F: Documentation/DocBook/media/
4374F: drivers/media/
4375F: drivers/staging/media/
4376F: include/media/
4377F: include/linux/dvb/
4378F: include/linux/videodev*.h
4379
4380MEGARAID SCSI DRIVERS
4381M: Neela Syam Kolli <megaraidlinux@lsi.com>
4382L: linux-scsi@vger.kernel.org
4383W: http://megaraid.lsilogic.com
4384S: Maintained
4385F: Documentation/scsi/megaraid.txt
4386F: drivers/scsi/megaraid.*
4387F: drivers/scsi/megaraid/
4388
4389MEMORY MANAGEMENT
4390L: linux-mm@kvack.org
4391W: http://www.linux-mm.org
4392S: Maintained
4393F: include/linux/mm.h
4394F: mm/
4395
4396MEMORY RESOURCE CONTROLLER
4397M: Johannes Weiner <hannes@cmpxchg.org>
4398M: Michal Hocko <mhocko@suse.cz>
4399M: Balbir Singh <bsingharora@gmail.com>
4400M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4401L: cgroups@vger.kernel.org
4402L: linux-mm@kvack.org
4403S: Maintained
4404F: mm/memcontrol.c
4405F: mm/page_cgroup.c
4406
4407MEMORY TECHNOLOGY DEVICES (MTD)
4408M: David Woodhouse <dwmw2@infradead.org>
4409L: linux-mtd@lists.infradead.org
4410W: http://www.linux-mtd.infradead.org/
4411Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
4412T: git git://git.infradead.org/mtd-2.6.git
4413S: Maintained
4414F: drivers/mtd/
4415F: include/linux/mtd/
4416F: include/mtd/
4417
4418MICROBLAZE ARCHITECTURE
4419M: Michal Simek <monstr@monstr.eu>
4420L: microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
4421W: http://www.monstr.eu/fdt/
4422T: git git://git.monstr.eu/linux-2.6-microblaze.git
4423S: Supported
4424F: arch/microblaze/
4425
4426MICROCHANNEL ARCHITECTURE (MCA)
4427M: James Bottomley <James.Bottomley@HansenPartnership.com>
4428S: Maintained
4429F: Documentation/mca.txt
4430F: drivers/mca/
4431F: include/linux/mca*
4432
4433MICROTEK X6 SCANNER
4434M: Oliver Neukum <oliver@neukum.name>
4435S: Maintained
4436F: drivers/usb/image/microtek.*
4437
4438MIPS
4439M: Ralf Baechle <ralf@linux-mips.org>
4440L: linux-mips@linux-mips.org
4441W: http://www.linux-mips.org/
4442T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
4443Q: http://patchwork.linux-mips.org/project/linux-mips/list/
4444S: Supported
4445F: Documentation/mips/
4446F: arch/mips/
4447
4448MODULE SUPPORT
4449M: Rusty Russell <rusty@rustcorp.com.au>
4450S: Maintained
4451F: include/linux/module.h
4452F: kernel/module.c
4453
4454MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4455W: http://popies.net/meye/
4456S: Orphan
4457F: Documentation/video4linux/meye.txt
4458F: drivers/media/video/meye.*
4459F: include/linux/meye.h
4460
4461MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4462M: Pavel Pisa <ppisa@pikron.com>
4463L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4464S: Maintained
4465F: drivers/mmc/host/imxmmc.*
4466
4467MOUSE AND MISC DEVICES [GENERAL]
4468M: Alessandro Rubini <rubini@ipvvis.unipv.it>
4469S: Maintained
4470F: drivers/input/mouse/
4471F: include/linux/gpio_mouse.h
4472
4473MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4474M: Jiri Slaby <jirislaby@gmail.com>
4475S: Maintained
4476F: Documentation/serial/moxa-smartio
4477F: drivers/tty/mxser.*
4478
4479MSI LAPTOP SUPPORT
4480M: "Lee, Chun-Yi" <jlee@novell.com>
4481L: platform-driver-x86@vger.kernel.org
4482S: Maintained
4483F: drivers/platform/x86/msi-laptop.c
4484
4485MSI WMI SUPPORT
4486M: Anisse Astier <anisse@astier.eu>
4487L: platform-driver-x86@vger.kernel.org
4488S: Supported
4489F: drivers/platform/x86/msi-wmi.c
4490
4491MULTIFUNCTION DEVICES (MFD)
4492M: Samuel Ortiz <sameo@linux.intel.com>
4493T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4494S: Supported
4495F: drivers/mfd/
4496
4497MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4498M: Chris Ball <cjb@laptop.org>
4499L: linux-mmc@vger.kernel.org
4500T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4501S: Maintained
4502F: drivers/mmc/
4503F: include/linux/mmc/
4504
4505MULTIMEDIA CARD (MMC) ETC. OVER SPI
4506S: Orphan
4507F: drivers/mmc/host/mmc_spi.c
4508F: include/linux/spi/mmc_spi.h
4509
4510MULTISOUND SOUND DRIVER
4511M: Andrew Veliath <andrewtv@usa.net>
4512S: Maintained
4513F: Documentation/sound/oss/MultiSound
4514F: sound/oss/msnd*
4515
4516MULTITECH MULTIPORT CARD (ISICOM)
4517S: Orphan
4518F: drivers/tty/isicom.c
4519F: include/linux/isicom.h
4520
4521MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4522M: Felipe Balbi <balbi@ti.com>
4523L: linux-usb@vger.kernel.org
4524T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4525S: Maintained
4526F: drivers/usb/musb/
4527
4528MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4529M: Jon Mason <mason@myri.com>
4530M: Andrew Gallatin <gallatin@myri.com>
4531L: netdev@vger.kernel.org
4532W: http://www.myri.com/scs/download-Myri10GE.html
4533S: Supported
4534F: drivers/net/ethernet/myricom/myri10ge/
4535
4536NATSEMI ETHERNET DRIVER (DP8381x)
4537M: Tim Hockin <thockin@hockin.org>
4538S: Maintained
4539F: drivers/net/ethernet/natsemi/natsemi.c
4540
4541NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
4542M: Daniel Mack <zonque@gmail.com>
4543S: Maintained
4544L: alsa-devel@alsa-project.org
4545W: http://www.native-instruments.com
4546F: sound/usb/caiaq/
4547
4548NCP FILESYSTEM
4549M: Petr Vandrovec <petr@vandrovec.name>
4550S: Odd Fixes
4551F: fs/ncpfs/
4552
4553NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4554M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4555L: linux-scsi@vger.kernel.org
4556S: Maintained
4557F: drivers/scsi/NCR_D700.*
4558
4559NETEFFECT IWARP RNIC DRIVER (IW_NES)
4560M: Faisal Latif <faisal.latif@intel.com>
4561L: linux-rdma@vger.kernel.org
4562W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4563S: Supported
4564F: drivers/infiniband/hw/nes/
4565
4566NETEM NETWORK EMULATOR
4567M: Stephen Hemminger <shemminger@vyatta.com>
4568L: netem@lists.linux-foundation.org
4569S: Maintained
4570F: net/sched/sch_netem.c
4571
4572NETERION 10GbE DRIVERS (s2io/vxge)
4573M: Jon Mason <jdmason@kudzu.us>
4574L: netdev@vger.kernel.org
4575W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4576W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4577S: Supported
4578F: Documentation/networking/s2io.txt
4579F: Documentation/networking/vxge.txt
4580F: drivers/net/ethernet/neterion/
4581
4582NETFILTER/IPTABLES/IPCHAINS
4583P: Harald Welte
4584P: Jozsef Kadlecsik
4585M: Pablo Neira Ayuso <pablo@netfilter.org>
4586M: Patrick McHardy <kaber@trash.net>
4587L: netfilter-devel@vger.kernel.org
4588L: netfilter@vger.kernel.org
4589L: coreteam@netfilter.org
4590W: http://www.netfilter.org/
4591W: http://www.iptables.org/
4592T: git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-2.6.git
4593T: git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next-2.6.git
4594S: Supported
4595F: include/linux/netfilter*
4596F: include/linux/netfilter/
4597F: include/net/netfilter/
4598F: net/*/netfilter.c
4599F: net/*/netfilter/
4600F: net/netfilter/
4601
4602NETLABEL
4603M: Paul Moore <paul@paul-moore.com>
4604W: http://netlabel.sf.net
4605L: netdev@vger.kernel.org
4606S: Maintained
4607F: Documentation/netlabel/
4608F: include/net/netlabel.h
4609F: net/netlabel/
4610
4611NETROM NETWORK LAYER
4612M: Ralf Baechle <ralf@linux-mips.org>
4613L: linux-hams@vger.kernel.org
4614W: http://www.linux-ax25.org/
4615S: Maintained
4616F: include/linux/netrom.h
4617F: include/net/netrom.h
4618F: net/netrom/
4619
4620NETWORK BLOCK DEVICE (NBD)
4621M: Paul Clements <Paul.Clements@steeleye.com>
4622S: Maintained
4623F: Documentation/blockdev/nbd.txt
4624F: drivers/block/nbd.c
4625F: include/linux/nbd.h
4626
4627NETWORK DROP MONITOR
4628M: Neil Horman <nhorman@tuxdriver.com>
4629L: netdev@vger.kernel.org
4630S: Maintained
4631W: https://fedorahosted.org/dropwatch/
4632F: net/core/drop_monitor.c
4633
4634NETWORKING [GENERAL]
4635M: "David S. Miller" <davem@davemloft.net>
4636L: netdev@vger.kernel.org
4637W: http://www.linuxfoundation.org/en/Net
4638W: http://patchwork.ozlabs.org/project/netdev/list/
4639T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4640T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
4641S: Maintained
4642F: net/
4643F: include/net/
4644F: include/linux/in.h
4645F: include/linux/net.h
4646F: include/linux/netdevice.h
4647
4648NETWORKING [IPv4/IPv6]
4649M: "David S. Miller" <davem@davemloft.net>
4650M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4651M: James Morris <jmorris@namei.org>
4652M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4653M: Patrick McHardy <kaber@trash.net>
4654L: netdev@vger.kernel.org
4655T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4656S: Maintained
4657F: net/ipv4/
4658F: net/ipv6/
4659F: include/net/ip*
4660F: arch/x86/net/*
4661
4662NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4663M: Paul Moore <paul@paul-moore.com>
4664L: netdev@vger.kernel.org
4665S: Maintained
4666
4667NETWORKING [WIRELESS]
4668M: "John W. Linville" <linville@tuxdriver.com>
4669L: linux-wireless@vger.kernel.org
4670Q: http://patchwork.kernel.org/project/linux-wireless/list/
4671T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
4672S: Maintained
4673F: net/mac80211/
4674F: net/rfkill/
4675F: net/wireless/
4676F: include/net/ieee80211*
4677F: include/linux/wireless.h
4678F: include/net/iw_handler.h
4679F: drivers/net/wireless/
4680
4681NETWORKING DRIVERS
4682L: netdev@vger.kernel.org
4683W: http://www.linuxfoundation.org/en/Net
4684T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4685T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
4686S: Odd Fixes
4687F: drivers/net/
4688F: include/linux/if_*
4689F: include/linux/*device.h
4690
4691NETXEN (1/10) GbE SUPPORT
4692M: Sony Chacko <sony.chacko@qlogic.com>
4693M: Rajesh Borundia <rajesh.borundia@qlogic.com>
4694L: netdev@vger.kernel.org
4695W: http://www.qlogic.com
4696S: Supported
4697F: drivers/net/ethernet/qlogic/netxen/
4698
4699NFC SUBSYSTEM
4700M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
4701M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
4702M: Samuel Ortiz <sameo@linux.intel.com>
4703L: linux-wireless@vger.kernel.org
4704S: Maintained
4705F: net/nfc/
4706F: include/linux/nfc.h
4707F: include/net/nfc/
4708F: drivers/nfc/
4709
4710NFS, SUNRPC, AND LOCKD CLIENTS
4711M: Trond Myklebust <Trond.Myklebust@netapp.com>
4712L: linux-nfs@vger.kernel.org
4713W: http://client.linux-nfs.org
4714T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4715S: Maintained
4716F: fs/lockd/
4717F: fs/nfs/
4718F: fs/nfs_common/
4719F: net/sunrpc/
4720F: include/linux/lockd/
4721F: include/linux/nfs*
4722F: include/linux/sunrpc/
4723
4724NI5010 NETWORK DRIVER
4725M: Jan-Pascal van Best <janpascal@vanbest.org>
4726M: Andreas Mohr <andi@lisas.de>
4727L: netdev@vger.kernel.org
4728S: Maintained
4729F: drivers/net/ethernet/racal/ni5010.*
4730
4731NILFS2 FILESYSTEM
4732M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4733L: linux-nilfs@vger.kernel.org
4734W: http://www.nilfs.org/en/
4735T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4736S: Supported
4737F: Documentation/filesystems/nilfs2.txt
4738F: fs/nilfs2/
4739F: include/linux/nilfs2_fs.h
4740
4741NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4742M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4743W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4744S: Maintained
4745F: Documentation/scsi/NinjaSCSI.txt
4746F: drivers/scsi/pcmcia/nsp_*
4747
4748NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4749M: GOTO Masanori <gotom@debian.or.jp>
4750M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4751W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4752S: Maintained
4753F: Documentation/scsi/NinjaSCSI.txt
4754F: drivers/scsi/nsp32*
4755
4756NTFS FILESYSTEM
4757M: Anton Altaparmakov <anton@tuxera.com>
4758L: linux-ntfs-dev@lists.sourceforge.net
4759W: http://www.tuxera.com/
4760T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
4761S: Supported
4762F: Documentation/filesystems/ntfs.txt
4763F: fs/ntfs/
4764
4765NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4766M: Antonino Daplas <adaplas@gmail.com>
4767L: linux-fbdev@vger.kernel.org
4768S: Maintained
4769F: drivers/video/riva/
4770F: drivers/video/nvidia/
4771
4772OMAP SUPPORT
4773M: Tony Lindgren <tony@atomide.com>
4774L: linux-omap@vger.kernel.org
4775W: http://www.muru.com/linux/omap/
4776W: http://linux.omap.com/
4777Q: http://patchwork.kernel.org/project/linux-omap/list/
4778T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
4779S: Maintained
4780F: arch/arm/*omap*/
4781F: drivers/i2c/busses/i2c-omap.c
4782F: include/linux/i2c-omap.h
4783
4784OMAP CLOCK FRAMEWORK SUPPORT
4785M: Paul Walmsley <paul@pwsan.com>
4786L: linux-omap@vger.kernel.org
4787S: Maintained
4788F: arch/arm/*omap*/*clock*
4789
4790OMAP POWER MANAGEMENT SUPPORT
4791M: Kevin Hilman <khilman@ti.com>
4792L: linux-omap@vger.kernel.org
4793S: Maintained
4794F: arch/arm/*omap*/*pm*
4795
4796OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
4797M: Rajendra Nayak <rnayak@ti.com>
4798M: Paul Walmsley <paul@pwsan.com>
4799L: linux-omap@vger.kernel.org
4800S: Maintained
4801F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
4802F: arch/arm/mach-omap2/powerdomain44xx.c
4803F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
4804F: arch/arm/mach-omap2/clockdomain44xx.c
4805
4806OMAP AUDIO SUPPORT
4807M: Jarkko Nikula <jarkko.nikula@bitmer.com>
4808L: alsa-devel@alsa-project.org (subscribers-only)
4809L: linux-omap@vger.kernel.org
4810S: Maintained
4811F: sound/soc/omap/
4812
4813OMAP FRAMEBUFFER SUPPORT
4814M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4815L: linux-fbdev@vger.kernel.org
4816L: linux-omap@vger.kernel.org
4817S: Maintained
4818F: drivers/video/omap/
4819
4820OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4821M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4822L: linux-omap@vger.kernel.org
4823L: linux-fbdev@vger.kernel.org
4824S: Maintained
4825F: drivers/video/omap2/
4826F: Documentation/arm/OMAP/DSS
4827
4828OMAP HARDWARE SPINLOCK SUPPORT
4829M: Ohad Ben-Cohen <ohad@wizery.com>
4830L: linux-omap@vger.kernel.org
4831S: Maintained
4832F: drivers/hwspinlock/omap_hwspinlock.c
4833F: arch/arm/mach-omap2/hwspinlock.c
4834
4835OMAP MMC SUPPORT
4836M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4837L: linux-omap@vger.kernel.org
4838S: Maintained
4839F: drivers/mmc/host/omap.c
4840
4841OMAP HS MMC SUPPORT
4842L: linux-omap@vger.kernel.org
4843S: Orphan
4844F: drivers/mmc/host/omap_hsmmc.c
4845
4846OMAP RANDOM NUMBER GENERATOR SUPPORT
4847M: Deepak Saxena <dsaxena@plexity.net>
4848S: Maintained
4849F: drivers/char/hw_random/omap-rng.c
4850
4851OMAP HWMOD SUPPORT
4852M: Benoît Cousson <b-cousson@ti.com>
4853M: Paul Walmsley <paul@pwsan.com>
4854L: linux-omap@vger.kernel.org
4855S: Maintained
4856F: arch/arm/mach-omap2/omap_hwmod.c
4857F: arch/arm/plat-omap/include/plat/omap_hwmod.h
4858
4859OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4860M: Benoît Cousson <b-cousson@ti.com>
4861L: linux-omap@vger.kernel.org
4862S: Maintained
4863F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4864
4865OMAP IMAGE SIGNAL PROCESSOR (ISP)
4866M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4867L: linux-media@vger.kernel.org
4868S: Maintained
4869F: drivers/media/video/omap3isp/*
4870
4871OMAP USB SUPPORT
4872M: Felipe Balbi <balbi@ti.com>
4873L: linux-usb@vger.kernel.org
4874L: linux-omap@vger.kernel.org
4875T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4876S: Maintained
4877F: drivers/usb/*/*omap*
4878F: arch/arm/*omap*/usb*
4879
4880OMFS FILESYSTEM
4881M: Bob Copeland <me@bobcopeland.com>
4882L: linux-karma-devel@lists.sourceforge.net
4883S: Maintained
4884F: Documentation/filesystems/omfs.txt
4885F: fs/omfs/
4886
4887OMNIKEY CARDMAN 4000 DRIVER
4888M: Harald Welte <laforge@gnumonks.org>
4889S: Maintained
4890F: drivers/char/pcmcia/cm4000_cs.c
4891F: include/linux/cm4000_cs.h
4892
4893OMNIKEY CARDMAN 4040 DRIVER
4894M: Harald Welte <laforge@gnumonks.org>
4895S: Maintained
4896F: drivers/char/pcmcia/cm4040_cs.*
4897
4898OMNIVISION OV7670 SENSOR DRIVER
4899M: Jonathan Corbet <corbet@lwn.net>
4900L: linux-media@vger.kernel.org
4901T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4902S: Maintained
4903F: drivers/media/video/ov7670.c
4904
4905ONENAND FLASH DRIVER
4906M: Kyungmin Park <kyungmin.park@samsung.com>
4907L: linux-mtd@lists.infradead.org
4908S: Maintained
4909F: drivers/mtd/onenand/
4910F: include/linux/mtd/onenand*.h
4911
4912ONSTREAM SCSI TAPE DRIVER
4913M: Willem Riede <osst@riede.org>
4914L: osst-users@lists.sourceforge.net
4915L: linux-scsi@vger.kernel.org
4916S: Maintained
4917F: drivers/scsi/osst*
4918F: drivers/scsi/st*
4919
4920OPENCORES I2C BUS DRIVER
4921M: Peter Korsgaard <jacmet@sunsite.dk>
4922L: linux-i2c@vger.kernel.org
4923S: Maintained
4924F: Documentation/i2c/busses/i2c-ocores
4925F: drivers/i2c/busses/i2c-ocores.c
4926
4927OPEN FIRMWARE AND FLATTENED DEVICE TREE
4928M: Grant Likely <grant.likely@secretlab.ca>
4929M: Rob Herring <rob.herring@calxeda.com>
4930L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
4931W: http://fdt.secretlab.ca
4932T: git git://git.secretlab.ca/git/linux-2.6.git
4933S: Maintained
4934F: Documentation/devicetree
4935F: drivers/of
4936F: include/linux/of*.h
4937K: of_get_property
4938K: of_match_table
4939
4940OPENRISC ARCHITECTURE
4941M: Jonas Bonn <jonas@southpole.se>
4942W: http://openrisc.net
4943L: linux@lists.openrisc.net (moderated for non-subscribers)
4944S: Maintained
4945T: git git://openrisc.net/~jonas/linux
4946F: arch/openrisc
4947
4948OPENVSWITCH
4949M: Jesse Gross <jesse@nicira.com>
4950L: dev@openvswitch.org
4951W: http://openvswitch.org
4952T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
4953S: Maintained
4954F: net/openvswitch/
4955
4956OPL4 DRIVER
4957M: Clemens Ladisch <clemens@ladisch.de>
4958L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4959T: git git://git.alsa-project.org/alsa-kernel.git
4960S: Maintained
4961F: sound/drivers/opl4/
4962
4963OPROFILE
4964M: Robert Richter <robert.richter@amd.com>
4965L: oprofile-list@lists.sf.net
4966S: Maintained
4967F: arch/*/include/asm/oprofile*.h
4968F: arch/*/oprofile/
4969F: drivers/oprofile/
4970F: include/linux/oprofile.h
4971
4972ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4973M: Mark Fasheh <mfasheh@suse.com>
4974M: Joel Becker <jlbec@evilplan.org>
4975L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4976W: http://oss.oracle.com/projects/ocfs2/
4977T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4978S: Supported
4979F: Documentation/filesystems/ocfs2.txt
4980F: Documentation/filesystems/dlmfs.txt
4981F: fs/ocfs2/
4982
4983ORINOCO DRIVER
4984L: linux-wireless@vger.kernel.org
4985W: http://linuxwireless.org/en/users/Drivers/orinoco
4986W: http://www.nongnu.org/orinoco/
4987S: Orphan
4988F: drivers/net/wireless/orinoco/
4989
4990OSD LIBRARY and FILESYSTEM
4991M: Boaz Harrosh <bharrosh@panasas.com>
4992M: Benny Halevy <bhalevy@tonian.com>
4993L: osd-dev@open-osd.org
4994W: http://open-osd.org
4995T: git git://git.open-osd.org/open-osd.git
4996S: Maintained
4997F: drivers/scsi/osd/
4998F: include/scsi/osd_*
4999F: fs/exofs/
5000
5001P54 WIRELESS DRIVER
5002M: Christian Lamparter <chunkeey@googlemail.com>
5003L: linux-wireless@vger.kernel.org
5004W: http://wireless.kernel.org/en/users/Drivers/p54
5005S: Maintained
5006F: drivers/net/wireless/p54/
5007
5008PA SEMI ETHERNET DRIVER
5009M: Olof Johansson <olof@lixom.net>
5010L: netdev@vger.kernel.org
5011S: Maintained
5012F: drivers/net/ethernet/pasemi/*
5013
5014PA SEMI SMBUS DRIVER
5015M: Olof Johansson <olof@lixom.net>
5016L: linux-i2c@vger.kernel.org
5017S: Maintained
5018F: drivers/i2c/busses/i2c-pasemi.c
5019
5020PADATA PARALLEL EXECUTION MECHANISM
5021M: Steffen Klassert <steffen.klassert@secunet.com>
5022L: linux-crypto@vger.kernel.org
5023S: Maintained
5024F: kernel/padata.c
5025F: include/linux/padata.h
5026F: Documentation/padata.txt
5027
5028PANASONIC LAPTOP ACPI EXTRAS DRIVER
5029M: Harald Welte <laforge@gnumonks.org>
5030L: platform-driver-x86@vger.kernel.org
5031S: Maintained
5032F: drivers/platform/x86/panasonic-laptop.c
5033
5034PANASONIC MN10300/AM33/AM34 PORT
5035M: David Howells <dhowells@redhat.com>
5036M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5037L: linux-am33-list@redhat.com (moderated for non-subscribers)
5038W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5039S: Maintained
5040F: Documentation/mn10300/
5041F: arch/mn10300/
5042
5043PARALLEL PORT SUPPORT
5044L: linux-parport@lists.infradead.org (subscribers-only)
5045S: Orphan
5046F: drivers/parport/
5047F: include/linux/parport*.h
5048F: drivers/char/ppdev.c
5049F: include/linux/ppdev.h
5050
5051PARAVIRT_OPS INTERFACE
5052M: Jeremy Fitzhardinge <jeremy@goop.org>
5053M: Chris Wright <chrisw@sous-sol.org>
5054M: Alok Kataria <akataria@vmware.com>
5055M: Rusty Russell <rusty@rustcorp.com.au>
5056L: virtualization@lists.linux-foundation.org
5057S: Supported
5058F: Documentation/ia64/paravirt_ops.txt
5059F: arch/*/kernel/paravirt*
5060F: arch/*/include/asm/paravirt.h
5061
5062PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5063M: Tim Waugh <tim@cyberelk.net>
5064L: linux-parport@lists.infradead.org (subscribers-only)
5065W: http://www.torque.net/linux-pp.html
5066S: Maintained
5067F: Documentation/blockdev/paride.txt
5068F: drivers/block/paride/
5069
5070PARISC ARCHITECTURE
5071M: "James E.J. Bottomley" <jejb@parisc-linux.org>
5072M: Helge Deller <deller@gmx.de>
5073L: linux-parisc@vger.kernel.org
5074W: http://www.parisc-linux.org/
5075Q: http://patchwork.kernel.org/project/linux-parisc/list/
5076T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5077S: Maintained
5078F: arch/parisc/
5079F: drivers/parisc/
5080
5081PC87360 HARDWARE MONITORING DRIVER
5082M: Jim Cromie <jim.cromie@gmail.com>
5083L: lm-sensors@lm-sensors.org
5084S: Maintained
5085F: Documentation/hwmon/pc87360
5086F: drivers/hwmon/pc87360.c
5087
5088PC8736x GPIO DRIVER
5089M: Jim Cromie <jim.cromie@gmail.com>
5090S: Maintained
5091F: drivers/char/pc8736x_gpio.c
5092
5093PC87427 HARDWARE MONITORING DRIVER
5094M: Jean Delvare <khali@linux-fr.org>
5095L: lm-sensors@lm-sensors.org
5096S: Maintained
5097F: Documentation/hwmon/pc87427
5098F: drivers/hwmon/pc87427.c
5099
5100PCA9532 LED DRIVER
5101M: Riku Voipio <riku.voipio@iki.fi>
5102S: Maintained
5103F: drivers/leds/leds-pca9532.c
5104F: include/linux/leds-pca9532.h
5105
5106PCA9541 I2C BUS MASTER SELECTOR DRIVER
5107M: Guenter Roeck <guenter.roeck@ericsson.com>
5108L: linux-i2c@vger.kernel.org
5109S: Maintained
5110F: drivers/i2c/muxes/pca9541.c
5111
5112PCA9564/PCA9665 I2C BUS DRIVER
5113M: Wolfram Sang <w.sang@pengutronix.de>
5114L: linux-i2c@vger.kernel.org
5115S: Maintained
5116F: drivers/i2c/algos/i2c-algo-pca.c
5117F: drivers/i2c/busses/i2c-pca-*
5118F: include/linux/i2c-algo-pca.h
5119F: include/linux/i2c-pca-platform.h
5120
5121PCI ERROR RECOVERY
5122M: Linas Vepstas <linasvepstas@gmail.com>
5123L: linux-pci@vger.kernel.org
5124S: Supported
5125F: Documentation/PCI/pci-error-recovery.txt
5126F: Documentation/powerpc/eeh-pci-error-recovery.txt
5127
5128PCI SUBSYSTEM
5129M: Bjorn Helgaas <bhelgaas@google.com>
5130L: linux-pci@vger.kernel.org
5131Q: http://patchwork.kernel.org/project/linux-pci/list/
5132T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci.git
5133S: Supported
5134F: Documentation/PCI/
5135F: drivers/pci/
5136F: include/linux/pci*
5137
5138PCI HOTPLUG
5139M: Bjorn Helgaas <bhelgaas@google.com>
5140L: linux-pci@vger.kernel.org
5141S: Supported
5142F: drivers/pci/hotplug
5143
5144PCMCIA SUBSYSTEM
5145P: Linux PCMCIA Team
5146L: linux-pcmcia@lists.infradead.org
5147W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5148T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5149S: Maintained
5150F: Documentation/pcmcia/
5151F: drivers/pcmcia/
5152F: include/pcmcia/
5153
5154PCNET32 NETWORK DRIVER
5155M: Don Fry <pcnet32@frontier.com>
5156L: netdev@vger.kernel.org
5157S: Maintained
5158F: drivers/net/ethernet/amd/pcnet32.c
5159
5160PCRYPT PARALLEL CRYPTO ENGINE
5161M: Steffen Klassert <steffen.klassert@secunet.com>
5162L: linux-crypto@vger.kernel.org
5163S: Maintained
5164F: crypto/pcrypt.c
5165F: include/crypto/pcrypt.h
5166
5167PER-CPU MEMORY ALLOCATOR
5168M: Tejun Heo <tj@kernel.org>
5169M: Christoph Lameter <cl@linux-foundation.org>
5170T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5171S: Maintained
5172F: include/linux/percpu*.h
5173F: mm/percpu*.c
5174F: arch/*/include/asm/percpu.h
5175
5176PER-TASK DELAY ACCOUNTING
5177M: Balbir Singh <bsingharora@gmail.com>
5178S: Maintained
5179F: include/linux/delayacct.h
5180F: kernel/delayacct.c
5181
5182PERFORMANCE EVENTS SUBSYSTEM
5183M: Peter Zijlstra <a.p.zijlstra@chello.nl>
5184M: Paul Mackerras <paulus@samba.org>
5185M: Ingo Molnar <mingo@elte.hu>
5186M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5187T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5188S: Supported
5189F: kernel/events/*
5190F: include/linux/perf_event.h
5191F: arch/*/kernel/perf_event*.c
5192F: arch/*/kernel/*/perf_event*.c
5193F: arch/*/kernel/*/*/perf_event*.c
5194F: arch/*/include/asm/perf_event.h
5195F: arch/*/lib/perf_event*.c
5196F: arch/*/kernel/perf_callchain.c
5197F: tools/perf/
5198
5199PERSONALITY HANDLING
5200M: Christoph Hellwig <hch@infradead.org>
5201L: linux-abi-devel@lists.sourceforge.net
5202S: Maintained
5203F: include/linux/personality.h
5204
5205PHONET PROTOCOL
5206M: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
5207S: Supported
5208F: Documentation/networking/phonet.txt
5209F: include/linux/phonet.h
5210F: include/net/phonet/
5211F: net/phonet/
5212
5213PHRAM MTD DRIVER
5214M: Joern Engel <joern@lazybastard.org>
5215L: linux-mtd@lists.infradead.org
5216S: Maintained
5217F: drivers/mtd/devices/phram.c
5218
5219PICOXCELL SUPPORT
5220M: Jamie Iles <jamie@jamieiles.com>
5221L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5222T: git git://github.com/jamieiles/linux-2.6-ji.git
5223S: Supported
5224F: arch/arm/mach-picoxcell
5225F: drivers/*/picoxcell*
5226F: drivers/*/*/picoxcell*
5227
5228PIN CONTROL SUBSYSTEM
5229M: Linus Walleij <linus.walleij@linaro.org>
5230S: Maintained
5231F: drivers/pinctrl/
5232
5233PKTCDVD DRIVER
5234M: Peter Osterlund <petero2@telia.com>
5235S: Maintained
5236F: drivers/block/pktcdvd.c
5237F: include/linux/pktcdvd.h
5238
5239PKUNITY SOC DRIVERS
5240M: Guan Xuetao <gxt@mprc.pku.edu.cn>
5241W: http://mprc.pku.edu.cn/~guanxuetao/linux
5242S: Maintained
5243T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5244F: drivers/input/serio/i8042-unicore32io.h
5245F: drivers/i2c/busses/i2c-puv3.c
5246F: drivers/video/fb-puv3.c
5247F: drivers/rtc/rtc-puv3.c
5248
5249PMBUS HARDWARE MONITORING DRIVERS
5250M: Guenter Roeck <guenter.roeck@ericsson.com>
5251L: lm-sensors@lm-sensors.org
5252W: http://www.lm-sensors.org/
5253W: http://www.roeck-us.net/linux/drivers/
5254T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5255S: Maintained
5256F: Documentation/hwmon/pmbus
5257F: drivers/hwmon/pmbus/
5258F: include/linux/i2c/pmbus.h
5259
5260PMC SIERRA MaxRAID DRIVER
5261M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5262L: linux-scsi@vger.kernel.org
5263W: http://www.pmc-sierra.com/
5264S: Supported
5265F: drivers/scsi/pmcraid.*
5266
5267PMC SIERRA PM8001 DRIVER
5268M: jack_wang@usish.com
5269M: lindar_liu@usish.com
5270L: linux-scsi@vger.kernel.org
5271S: Supported
5272F: drivers/scsi/pm8001/
5273
5274POSIX CLOCKS and TIMERS
5275M: Thomas Gleixner <tglx@linutronix.de>
5276T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5277S: Supported
5278F: fs/timerfd.c
5279F: include/linux/timer*
5280F: kernel/*timer*
5281
5282POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5283M: Anton Vorontsov <cbou@mail.ru>
5284M: David Woodhouse <dwmw2@infradead.org>
5285T: git git://git.infradead.org/battery-2.6.git
5286S: Maintained
5287F: include/linux/power_supply.h
5288F: drivers/power/power_supply*
5289
5290PNP SUPPORT
5291M: Adam Belay <abelay@mit.edu>
5292M: Bjorn Helgaas <bhelgaas@google.com>
5293S: Maintained
5294F: drivers/pnp/
5295
5296PNXxxxx I2C DRIVER
5297M: Vitaly Wool <vitalywool@gmail.com>
5298L: linux-i2c@vger.kernel.org
5299S: Maintained
5300F: drivers/i2c/busses/i2c-pnx.c
5301
5302PPP PROTOCOL DRIVERS AND COMPRESSORS
5303M: Paul Mackerras <paulus@samba.org>
5304L: linux-ppp@vger.kernel.org
5305S: Maintained
5306F: drivers/net/ppp/ppp_*
5307
5308PPP OVER ATM (RFC 2364)
5309M: Mitchell Blank Jr <mitch@sfgoth.com>
5310S: Maintained
5311F: net/atm/pppoatm.c
5312F: include/linux/atmppp.h
5313
5314PPP OVER ETHERNET
5315M: Michal Ostrowski <mostrows@earthlink.net>
5316S: Maintained
5317F: drivers/net/ppp/pppoe.c
5318F: drivers/net/ppp/pppox.c
5319
5320PPP OVER L2TP
5321M: James Chapman <jchapman@katalix.com>
5322S: Maintained
5323F: net/l2tp/l2tp_ppp.c
5324F: include/linux/if_pppol2tp.h
5325
5326PPS SUPPORT
5327M: Rodolfo Giometti <giometti@enneenne.com>
5328W: http://wiki.enneenne.com/index.php/LinuxPPS_support
5329L: linuxpps@ml.enneenne.com (subscribers-only)
5330S: Maintained
5331F: Documentation/pps/
5332F: drivers/pps/
5333F: include/linux/pps*.h
5334
5335PPTP DRIVER
5336M: Dmitry Kozlov <xeb@mail.ru>
5337L: netdev@vger.kernel.org
5338S: Maintained
5339F: drivers/net/ppp/pptp.c
5340W: http://sourceforge.net/projects/accel-pptp
5341
5342PREEMPTIBLE KERNEL
5343M: Robert Love <rml@tech9.net>
5344L: kpreempt-tech@lists.sourceforge.net
5345W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5346S: Supported
5347F: Documentation/preempt-locking.txt
5348F: include/linux/preempt.h
5349
5350PRISM54 WIRELESS DRIVER
5351M: "Luis R. Rodriguez" <mcgrof@gmail.com>
5352L: linux-wireless@vger.kernel.org
5353W: http://wireless.kernel.org/en/users/Drivers/p54
5354S: Obsolete
5355F: drivers/net/wireless/prism54/
5356
5357PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5358M: Mikael Pettersson <mikpe@it.uu.se>
5359L: linux-ide@vger.kernel.org
5360S: Maintained
5361F: drivers/ata/sata_promise.*
5362
5363PS3 NETWORK SUPPORT
5364M: Geoff Levand <geoff@infradead.org>
5365L: netdev@vger.kernel.org
5366L: cbe-oss-dev@lists.ozlabs.org
5367S: Maintained
5368F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
5369
5370PS3 PLATFORM SUPPORT
5371M: Geoff Levand <geoff@infradead.org>
5372L: linuxppc-dev@lists.ozlabs.org
5373L: cbe-oss-dev@lists.ozlabs.org
5374S: Maintained
5375F: arch/powerpc/boot/ps3*
5376F: arch/powerpc/include/asm/lv1call.h
5377F: arch/powerpc/include/asm/ps3*.h
5378F: arch/powerpc/platforms/ps3/
5379F: drivers/*/ps3*
5380F: drivers/ps3/
5381F: drivers/rtc/rtc-ps3.c
5382F: drivers/usb/host/*ps3.c
5383F: sound/ppc/snd_ps3*
5384
5385PS3VRAM DRIVER
5386M: Jim Paris <jim@jtan.com>
5387L: cbe-oss-dev@lists.ozlabs.org
5388S: Maintained
5389F: drivers/block/ps3vram.c
5390
5391PTP HARDWARE CLOCK SUPPORT
5392M: Richard Cochran <richardcochran@gmail.com>
5393S: Maintained
5394W: http://linuxptp.sourceforge.net/
5395F: Documentation/ABI/testing/sysfs-ptp
5396F: Documentation/ptp/*
5397F: drivers/net/gianfar_ptp.c
5398F: drivers/net/phy/dp83640*
5399F: drivers/ptp/*
5400F: include/linux/ptp_cl*
5401
5402PTRACE SUPPORT
5403M: Roland McGrath <roland@redhat.com>
5404M: Oleg Nesterov <oleg@redhat.com>
5405S: Maintained
5406F: include/asm-generic/syscall.h
5407F: include/linux/ptrace.h
5408F: include/linux/regset.h
5409F: include/linux/tracehook.h
5410F: kernel/ptrace.c
5411
5412PVRUSB2 VIDEO4LINUX DRIVER
5413M: Mike Isely <isely@pobox.com>
5414L: pvrusb2@isely.net (subscribers-only)
5415L: linux-media@vger.kernel.org
5416W: http://www.isely.net/pvrusb2/
5417T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5418S: Maintained
5419F: Documentation/video4linux/README.pvrusb2
5420F: drivers/media/video/pvrusb2/
5421
5422PXA2xx/PXA3xx SUPPORT
5423M: Eric Miao <eric.y.miao@gmail.com>
5424M: Russell King <linux@arm.linux.org.uk>
5425M: Haojian Zhuang <haojian.zhuang@gmail.com>
5426L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5427T: git git://github.com/hzhuang1/linux.git
5428T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
5429S: Maintained
5430F: arch/arm/mach-pxa/
5431F: drivers/pcmcia/pxa2xx*
5432F: drivers/spi/spi-pxa2xx*
5433F: drivers/usb/gadget/pxa2*
5434F: include/sound/pxa2xx-lib.h
5435F: sound/arm/pxa*
5436F: sound/soc/pxa
5437
5438MMP SUPPORT
5439M: Eric Miao <eric.y.miao@gmail.com>
5440M: Haojian Zhuang <haojian.zhuang@gmail.com>
5441L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5442T: git git://github.com/hzhuang1/linux.git
5443T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
5444S: Maintained
5445F: arch/arm/mach-mmp/
5446
5447PXA MMCI DRIVER
5448S: Orphan
5449
5450PXA RTC DRIVER
5451M: Robert Jarzmik <robert.jarzmik@free.fr>
5452L: rtc-linux@googlegroups.com
5453S: Maintained
5454
5455QIB DRIVER
5456M: Mike Marciniszyn <infinipath@qlogic.com>
5457L: linux-rdma@vger.kernel.org
5458S: Supported
5459F: drivers/infiniband/hw/qib/
5460
5461QLOGIC QLA1280 SCSI DRIVER
5462M: Michael Reed <mdr@sgi.com>
5463L: linux-scsi@vger.kernel.org
5464S: Maintained
5465F: drivers/scsi/qla1280.[ch]
5466
5467QLOGIC QLA2XXX FC-SCSI DRIVER
5468M: Andrew Vasquez <andrew.vasquez@qlogic.com>
5469M: linux-driver@qlogic.com
5470L: linux-scsi@vger.kernel.org
5471S: Supported
5472F: Documentation/scsi/LICENSE.qla2xxx
5473F: drivers/scsi/qla2xxx/
5474
5475QLOGIC QLA4XXX iSCSI DRIVER
5476M: Ravi Anand <ravi.anand@qlogic.com>
5477M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5478M: iscsi-driver@qlogic.com
5479L: linux-scsi@vger.kernel.org
5480S: Supported
5481F: drivers/scsi/qla4xxx/
5482
5483QLOGIC QLA3XXX NETWORK DRIVER
5484M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5485M: Ron Mercer <ron.mercer@qlogic.com>
5486M: linux-driver@qlogic.com
5487L: netdev@vger.kernel.org
5488S: Supported
5489F: Documentation/networking/LICENSE.qla3xxx
5490F: drivers/net/ethernet/qlogic/qla3xxx.*
5491
5492QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5493M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5494M: Sony Chacko <sony.chacko@qlogic.com>
5495M: linux-driver@qlogic.com
5496L: netdev@vger.kernel.org
5497S: Supported
5498F: drivers/net/ethernet/qlogic/qlcnic/
5499
5500QLOGIC QLGE 10Gb ETHERNET DRIVER
5501M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5502M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5503M: Ron Mercer <ron.mercer@qlogic.com>
5504M: linux-driver@qlogic.com
5505L: netdev@vger.kernel.org
5506S: Supported
5507F: drivers/net/ethernet/qlogic/qlge/
5508
5509QNX4 FILESYSTEM
5510M: Anders Larsen <al@alarsen.net>
5511W: http://www.alarsen.net/linux/qnx4fs/
5512S: Maintained
5513F: fs/qnx4/
5514F: include/linux/qnx4_fs.h
5515F: include/linux/qnxtypes.h
5516
5517QUALCOMM HEXAGON ARCHITECTURE
5518M: Richard Kuo <rkuo@codeaurora.org>
5519L: linux-hexagon@vger.kernel.org
5520S: Supported
5521F: arch/hexagon/
5522
5523RADOS BLOCK DEVICE (RBD)
5524F: include/linux/qnxtypes.h
5525M: Yehuda Sadeh <yehuda@hq.newdream.net>
5526M: Sage Weil <sage@newdream.net>
5527M: ceph-devel@vger.kernel.org
5528S: Supported
5529F: drivers/block/rbd.c
5530F: drivers/block/rbd_types.h
5531
5532RADEON FRAMEBUFFER DISPLAY DRIVER
5533M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5534L: linux-fbdev@vger.kernel.org
5535S: Maintained
5536F: drivers/video/aty/radeon*
5537F: include/linux/radeonfb.h
5538
5539RAGE128 FRAMEBUFFER DISPLAY DRIVER
5540M: Paul Mackerras <paulus@samba.org>
5541L: linux-fbdev@vger.kernel.org
5542S: Maintained
5543F: drivers/video/aty/aty128fb.c
5544
5545RALINK RT2X00 WIRELESS LAN DRIVER
5546P: rt2x00 project
5547M: Ivo van Doorn <IvDoorn@gmail.com>
5548M: Gertjan van Wingerde <gwingerde@gmail.com>
5549M: Helmut Schaa <helmut.schaa@googlemail.com>
5550L: linux-wireless@vger.kernel.org
5551L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5552W: http://rt2x00.serialmonkey.com/
5553S: Maintained
5554T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5555F: drivers/net/wireless/rt2x00/
5556
5557RAMDISK RAM BLOCK DEVICE DRIVER
5558M: Nick Piggin <npiggin@kernel.dk>
5559S: Maintained
5560F: Documentation/blockdev/ramdisk.txt
5561F: drivers/block/brd.c
5562
5563RANDOM NUMBER DRIVER
5564M: Matt Mackall <mpm@selenic.com>
5565S: Maintained
5566F: drivers/char/random.c
5567
5568RAPIDIO SUBSYSTEM
5569M: Matt Porter <mporter@kernel.crashing.org>
5570M: Alexandre Bounine <alexandre.bounine@idt.com>
5571S: Maintained
5572F: drivers/rapidio/
5573
5574RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5575L: linux-wireless@vger.kernel.org
5576S: Orphan
5577F: drivers/net/wireless/ray*
5578
5579RCUTORTURE MODULE
5580M: Josh Triplett <josh@freedesktop.org>
5581M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5582S: Supported
5583T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
5584F: Documentation/RCU/torture.txt
5585F: kernel/rcutorture.c
5586
5587RDC R-321X SoC
5588M: Florian Fainelli <florian@openwrt.org>
5589S: Maintained
5590
5591RDC R6040 FAST ETHERNET DRIVER
5592M: Florian Fainelli <florian@openwrt.org>
5593L: netdev@vger.kernel.org
5594S: Maintained
5595F: drivers/net/ethernet/rdc/r6040.c
5596
5597RDS - RELIABLE DATAGRAM SOCKETS
5598M: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
5599L: rds-devel@oss.oracle.com (moderated for non-subscribers)
5600S: Supported
5601F: net/rds/
5602
5603READ-COPY UPDATE (RCU)
5604M: Dipankar Sarma <dipankar@in.ibm.com>
5605M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5606W: http://www.rdrop.com/users/paulmck/rclock/
5607S: Supported
5608T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
5609F: Documentation/RCU/
5610F: include/linux/rcu*
5611F: include/linux/srcu*
5612F: kernel/rcu*
5613F: kernel/srcu*
5614X: kernel/rcutorture.c
5615
5616REAL TIME CLOCK (RTC) SUBSYSTEM
5617M: Alessandro Zummo <a.zummo@towertech.it>
5618L: rtc-linux@googlegroups.com
5619Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
5620S: Maintained
5621F: Documentation/rtc.txt
5622F: drivers/rtc/
5623F: include/linux/rtc.h
5624
5625REISERFS FILE SYSTEM
5626L: reiserfs-devel@vger.kernel.org
5627S: Supported
5628F: fs/reiserfs/
5629
5630REGISTER MAP ABSTRACTION
5631M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5632T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
5633S: Supported
5634F: drivers/base/regmap/
5635F: include/linux/regmap.h
5636
5637REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
5638M: Ohad Ben-Cohen <ohad@wizery.com>
5639S: Maintained
5640F: drivers/remoteproc/
5641F: Documentation/remoteproc.txt
5642F: include/linux/remoteproc.h
5643
5644RFKILL
5645M: Johannes Berg <johannes@sipsolutions.net>
5646L: linux-wireless@vger.kernel.org
5647S: Maintained
5648F: Documentation/rfkill.txt
5649F: net/rfkill/
5650
5651RICOH SMARTMEDIA/XD DRIVER
5652M: Maxim Levitsky <maximlevitsky@gmail.com>
5653S: Maintained
5654F: drivers/mtd/nand/r852.c
5655F: drivers/mtd/nand/r852.h
5656
5657RICOH R5C592 MEMORYSTICK DRIVER
5658M: Maxim Levitsky <maximlevitsky@gmail.com>
5659S: Maintained
5660F: drivers/memstick/host/r592.*
5661
5662ROCKETPORT DRIVER
5663P: Comtrol Corp.
5664W: http://www.comtrol.com
5665S: Maintained
5666F: Documentation/serial/rocket.txt
5667F: drivers/tty/rocket*
5668
5669ROSE NETWORK LAYER
5670M: Ralf Baechle <ralf@linux-mips.org>
5671L: linux-hams@vger.kernel.org
5672W: http://www.linux-ax25.org/
5673S: Maintained
5674F: include/linux/rose.h
5675F: include/net/rose.h
5676F: net/rose/
5677
5678RTL8180 WIRELESS DRIVER
5679M: "John W. Linville" <linville@tuxdriver.com>
5680L: linux-wireless@vger.kernel.org
5681W: http://linuxwireless.org/
5682T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5683S: Maintained
5684F: drivers/net/wireless/rtl818x/rtl8180/
5685
5686RTL8187 WIRELESS DRIVER
5687M: Herton Ronaldo Krzesinski <herton@canonical.com>
5688M: Hin-Tak Leung <htl10@users.sourceforge.net>
5689M: Larry Finger <Larry.Finger@lwfinger.net>
5690L: linux-wireless@vger.kernel.org
5691W: http://linuxwireless.org/
5692T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5693S: Maintained
5694F: drivers/net/wireless/rtl818x/rtl8187/
5695
5696RTL8192CE WIRELESS DRIVER
5697M: Larry Finger <Larry.Finger@lwfinger.net>
5698M: Chaoming Li <chaoming_li@realsil.com.cn>
5699L: linux-wireless@vger.kernel.org
5700W: http://linuxwireless.org/
5701T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5702S: Maintained
5703F: drivers/net/wireless/rtlwifi/
5704F: drivers/net/wireless/rtlwifi/rtl8192ce/
5705
5706S3 SAVAGE FRAMEBUFFER DRIVER
5707M: Antonino Daplas <adaplas@gmail.com>
5708L: linux-fbdev@vger.kernel.org
5709S: Maintained
5710F: drivers/video/savage/
5711
5712S390
5713M: Martin Schwidefsky <schwidefsky@de.ibm.com>
5714M: Heiko Carstens <heiko.carstens@de.ibm.com>
5715M: linux390@de.ibm.com
5716L: linux-s390@vger.kernel.org
5717W: http://www.ibm.com/developerworks/linux/linux390/
5718S: Supported
5719F: arch/s390/
5720F: drivers/s390/
5721F: block/partitions/ibm.c
5722F: Documentation/s390/
5723F: Documentation/DocBook/s390*
5724
5725S390 NETWORK DRIVERS
5726M: Ursula Braun <ursula.braun@de.ibm.com>
5727M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
5728M: linux390@de.ibm.com
5729L: linux-s390@vger.kernel.org
5730W: http://www.ibm.com/developerworks/linux/linux390/
5731S: Supported
5732F: drivers/s390/net/
5733
5734S390 ZCRYPT DRIVER
5735M: Holger Dengler <hd@linux.vnet.ibm.com>
5736M: linux390@de.ibm.com
5737L: linux-s390@vger.kernel.org
5738W: http://www.ibm.com/developerworks/linux/linux390/
5739S: Supported
5740F: drivers/s390/crypto/
5741
5742S390 ZFCP DRIVER
5743M: Steffen Maier <maier@linux.vnet.ibm.com>
5744M: linux390@de.ibm.com
5745L: linux-s390@vger.kernel.org
5746W: http://www.ibm.com/developerworks/linux/linux390/
5747S: Supported
5748F: drivers/s390/scsi/zfcp_*
5749
5750S390 IUCV NETWORK LAYER
5751M: Ursula Braun <ursula.braun@de.ibm.com>
5752M: linux390@de.ibm.com
5753L: linux-s390@vger.kernel.org
5754W: http://www.ibm.com/developerworks/linux/linux390/
5755S: Supported
5756F: drivers/s390/net/*iucv*
5757F: include/net/iucv/
5758F: net/iucv/
5759
5760S3C24XX SD/MMC Driver
5761M: Ben Dooks <ben-linux@fluff.org>
5762L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5763S: Supported
5764F: drivers/mmc/host/s3cmci.*
5765
5766SAA7146 VIDEO4LINUX-2 DRIVER
5767M: Michael Hunold <michael@mihu.de>
5768L: linux-media@vger.kernel.org
5769T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5770W: http://www.mihu.de/linux/saa7146
5771S: Maintained
5772F: drivers/media/common/saa7146*
5773F: drivers/media/video/*7146*
5774F: include/media/*7146*
5775
5776SAMSUNG AUDIO (ASoC) DRIVERS
5777M: Sangbeom Kim <sbkim73@samsung.com>
5778L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5779S: Supported
5780F: sound/soc/samsung
5781
5782SAMSUNG FRAMEBUFFER DRIVER
5783M: Jingoo Han <jg1.han@samsung.com>
5784L: linux-fbdev@vger.kernel.org
5785S: Maintained
5786F: drivers/video/s3c-fb.c
5787
5788SERIAL DRIVERS
5789M: Alan Cox <alan@linux.intel.com>
5790L: linux-serial@vger.kernel.org
5791S: Maintained
5792F: drivers/tty/serial
5793
5794SYNOPSYS DESIGNWARE DMAC DRIVER
5795M: Viresh Kumar <viresh.kumar@st.com>
5796S: Maintained
5797F: include/linux/dw_dmac.h
5798F: drivers/dma/dw_dmac_regs.h
5799F: drivers/dma/dw_dmac.c
5800
5801TIMEKEEPING, NTP
5802M: John Stultz <johnstul@us.ibm.com>
5803M: Thomas Gleixner <tglx@linutronix.de>
5804T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5805S: Supported
5806F: include/linux/clocksource.h
5807F: include/linux/time.h
5808F: include/linux/timex.h
5809F: kernel/time/clocksource.c
5810F: kernel/time/time*.c
5811F: kernel/time/ntp.c
5812F: drivers/clocksource
5813
5814TLG2300 VIDEO4LINUX-2 DRIVER
5815M: Huang Shijie <shijie8@gmail.com>
5816M: Kang Yong <kangyong@telegent.com>
5817M: Zhang Xiaobing <xbzhang@telegent.com>
5818S: Supported
5819F: drivers/media/video/tlg2300
5820
5821SC1200 WDT DRIVER
5822M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
5823S: Maintained
5824F: drivers/watchdog/sc1200wdt.c
5825
5826SCHEDULER
5827M: Ingo Molnar <mingo@elte.hu>
5828M: Peter Zijlstra <peterz@infradead.org>
5829T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
5830S: Maintained
5831F: kernel/sched*
5832F: include/linux/sched.h
5833
5834SCORE ARCHITECTURE
5835M: Chen Liqin <liqin.chen@sunplusct.com>
5836M: Lennox Wu <lennox.wu@gmail.com>
5837W: http://www.sunplusct.com
5838S: Supported
5839F: arch/score/
5840
5841SCSI CDROM DRIVER
5842M: Jens Axboe <axboe@kernel.dk>
5843L: linux-scsi@vger.kernel.org
5844W: http://www.kernel.dk
5845S: Maintained
5846F: drivers/scsi/sr*
5847
5848SCSI RDMA PROTOCOL (SRP) INITIATOR
5849M: David Dillow <dillowda@ornl.gov>
5850L: linux-rdma@vger.kernel.org
5851S: Supported
5852W: http://www.openfabrics.org
5853Q: http://patchwork.kernel.org/project/linux-rdma/list/
5854T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5855F: drivers/infiniband/ulp/srp/
5856F: include/scsi/srp.h
5857
5858SCSI SG DRIVER
5859M: Doug Gilbert <dgilbert@interlog.com>
5860L: linux-scsi@vger.kernel.org
5861W: http://www.torque.net/sg
5862S: Maintained
5863F: drivers/scsi/sg.c
5864F: include/scsi/sg.h
5865
5866SCSI SUBSYSTEM
5867M: "James E.J. Bottomley" <JBottomley@parallels.com>
5868L: linux-scsi@vger.kernel.org
5869T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5870T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5871T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5872S: Maintained
5873F: drivers/scsi/
5874F: include/scsi/
5875
5876SCSI TAPE DRIVER
5877M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5878L: linux-scsi@vger.kernel.org
5879S: Maintained
5880F: Documentation/scsi/st.txt
5881F: drivers/scsi/st*
5882
5883SCTP PROTOCOL
5884M: Vlad Yasevich <vladislav.yasevich@hp.com>
5885M: Sridhar Samudrala <sri@us.ibm.com>
5886L: linux-sctp@vger.kernel.org
5887W: http://lksctp.sourceforge.net
5888S: Supported
5889F: Documentation/networking/sctp.txt
5890F: include/linux/sctp.h
5891F: include/net/sctp/
5892F: net/sctp/
5893
5894SCx200 CPU SUPPORT
5895M: Jim Cromie <jim.cromie@gmail.com>
5896S: Odd Fixes
5897F: Documentation/i2c/busses/scx200_acb
5898F: arch/x86/platform/scx200/
5899F: drivers/watchdog/scx200_wdt.c
5900F: drivers/i2c/busses/scx200*
5901F: drivers/mtd/maps/scx200_docflash.c
5902F: include/linux/scx200.h
5903
5904SCx200 GPIO DRIVER
5905M: Jim Cromie <jim.cromie@gmail.com>
5906S: Maintained
5907F: drivers/char/scx200_gpio.c
5908F: include/linux/scx200_gpio.h
5909
5910SCx200 HRT CLOCKSOURCE DRIVER
5911M: Jim Cromie <jim.cromie@gmail.com>
5912S: Maintained
5913F: drivers/clocksource/scx200_hrt.c
5914
5915SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5916M: Sascha Sommer <saschasommer@freenet.de>
5917L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5918S: Maintained
5919F: drivers/mmc/host/sdricoh_cs.c
5920
5921SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5922M: Chris Ball <cjb@laptop.org>
5923L: linux-mmc@vger.kernel.org
5924T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5925S: Maintained
5926F: drivers/mmc/host/sdhci.*
5927F: drivers/mmc/host/sdhci-pltfm.[ch]
5928
5929SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5930M: Anton Vorontsov <avorontsov@ru.mvista.com>
5931L: linuxppc-dev@lists.ozlabs.org
5932L: linux-mmc@vger.kernel.org
5933S: Maintained
5934F: drivers/mmc/host/sdhci-pltfm.[ch]
5935
5936SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5937M: Ben Dooks <ben-linux@fluff.org>
5938L: linux-mmc@vger.kernel.org
5939S: Maintained
5940F: drivers/mmc/host/sdhci-s3c.c
5941
5942SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5943M: Viresh Kumar <viresh.kumar@st.com>
5944L: spear-devel@list.st.com
5945L: linux-mmc@vger.kernel.org
5946S: Maintained
5947F: drivers/mmc/host/sdhci-spear.c
5948
5949SECURITY SUBSYSTEM
5950M: James Morris <james.l.morris@oracle.com>
5951L: linux-security-module@vger.kernel.org (suggested Cc:)
5952T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
5953W: http://security.wiki.kernel.org/
5954S: Supported
5955F: security/
5956
5957SECURITY CONTACT
5958M: Security Officers <security@kernel.org>
5959S: Supported
5960
5961SELINUX SECURITY MODULE
5962M: Stephen Smalley <sds@tycho.nsa.gov>
5963M: James Morris <james.l.morris@oracle.com>
5964M: Eric Paris <eparis@parisplace.org>
5965L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5966W: http://selinuxproject.org
5967T: git git://git.infradead.org/users/eparis/selinux.git
5968S: Supported
5969F: include/linux/selinux*
5970F: security/selinux/
5971F: scripts/selinux/
5972
5973APPARMOR SECURITY MODULE
5974M: John Johansen <john.johansen@canonical.com>
5975L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5976W: apparmor.wiki.kernel.org
5977T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5978S: Supported
5979F: security/apparmor/
5980
5981SENSABLE PHANTOM
5982M: Jiri Slaby <jirislaby@gmail.com>
5983S: Maintained
5984F: drivers/misc/phantom.c
5985F: include/linux/phantom.h
5986
5987SERIAL ATA (SATA) SUBSYSTEM
5988M: Jeff Garzik <jgarzik@pobox.com>
5989L: linux-ide@vger.kernel.org
5990T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5991S: Supported
5992F: drivers/ata/
5993F: include/linux/ata.h
5994F: include/linux/libata.h
5995
5996SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5997M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
5998L: linux-scsi@vger.kernel.org
5999W: http://www.emulex.com
6000S: Supported
6001F: drivers/scsi/be2iscsi/
6002
6003SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
6004M: Sathya Perla <sathya.perla@emulex.com>
6005M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
6006M: Ajit Khaparde <ajit.khaparde@emulex.com>
6007L: netdev@vger.kernel.org
6008W: http://www.emulex.com
6009S: Supported
6010F: drivers/net/ethernet/emulex/benet/
6011
6012SFC NETWORK DRIVER
6013M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6014M: Ben Hutchings <bhutchings@solarflare.com>
6015L: netdev@vger.kernel.org
6016S: Supported
6017F: drivers/net/ethernet/sfc/
6018
6019SGI GRU DRIVER
6020M: Jack Steiner <steiner@sgi.com>
6021S: Maintained
6022F: drivers/misc/sgi-gru/
6023
6024SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6025M: Pat Gefre <pfg@sgi.com>
6026L: linux-ia64@vger.kernel.org
6027S: Supported
6028F: Documentation/ia64/serial.txt
6029F: drivers/tty/serial/ioc?_serial.c
6030F: include/linux/ioc?.h
6031
6032SGI VISUAL WORKSTATION 320 AND 540
6033M: Andrey Panin <pazke@donpac.ru>
6034L: linux-visws-devel@lists.sf.net
6035W: http://linux-visws.sf.net
6036S: Maintained for 2.6.
6037F: Documentation/sgi-visws.txt
6038
6039SGI XP/XPC/XPNET DRIVER
6040M: Robin Holt <holt@sgi.com>
6041S: Maintained
6042F: drivers/misc/sgi-xp/
6043
6044SIMPLE FIRMWARE INTERFACE (SFI)
6045M: Len Brown <lenb@kernel.org>
6046L: sfi-devel@simplefirmware.org
6047W: http://simplefirmware.org/
6048T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6049S: Supported
6050F: arch/x86/platform/sfi/
6051F: drivers/sfi/
6052F: include/linux/sfi*.h
6053
6054SIMTEC EB110ATX (Chalice CATS)
6055P: Ben Dooks
6056P: Vincent Sanders <vince@simtec.co.uk>
6057M: Simtec Linux Team <linux@simtec.co.uk>
6058W: http://www.simtec.co.uk/products/EB110ATX/
6059S: Supported
6060
6061SIMTEC EB2410ITX (BAST)
6062P: Ben Dooks
6063P: Vincent Sanders <vince@simtec.co.uk>
6064M: Simtec Linux Team <linux@simtec.co.uk>
6065W: http://www.simtec.co.uk/products/EB2410ITX/
6066S: Supported
6067F: arch/arm/mach-s3c2410/mach-bast.c
6068F: arch/arm/mach-s3c2410/bast-ide.c
6069F: arch/arm/mach-s3c2410/bast-irq.c
6070
6071TI DAVINCI MACHINE SUPPORT
6072M: Sekhar Nori <nsekhar@ti.com>
6073M: Kevin Hilman <khilman@ti.com>
6074L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6075T: git git://gitorious.org/linux-davinci/linux-davinci.git
6076Q: http://patchwork.kernel.org/project/linux-davinci/list/
6077S: Supported
6078F: arch/arm/mach-davinci
6079F: drivers/i2c/busses/i2c-davinci.c
6080
6081SIS 190 ETHERNET DRIVER
6082M: Francois Romieu <romieu@fr.zoreil.com>
6083L: netdev@vger.kernel.org
6084S: Maintained
6085F: drivers/net/ethernet/sis/sis190.c
6086
6087SIS 900/7016 FAST ETHERNET DRIVER
6088M: Daniele Venzano <venza@brownhat.org>
6089W: http://www.brownhat.org/sis900.html
6090L: netdev@vger.kernel.org
6091S: Maintained
6092F: drivers/net/ethernet/sis/sis900.*
6093
6094SIS 96X I2C/SMBUS DRIVER
6095M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6096L: linux-i2c@vger.kernel.org
6097S: Maintained
6098F: Documentation/i2c/busses/i2c-sis96x
6099F: drivers/i2c/busses/i2c-sis96x.c
6100
6101SIS FRAMEBUFFER DRIVER
6102M: Thomas Winischhofer <thomas@winischhofer.net>
6103W: http://www.winischhofer.net/linuxsisvga.shtml
6104S: Maintained
6105F: Documentation/fb/sisfb.txt
6106F: drivers/video/sis/
6107F: include/video/sisfb.h
6108
6109SIS USB2VGA DRIVER
6110M: Thomas Winischhofer <thomas@winischhofer.net>
6111W: http://www.winischhofer.at/linuxsisusbvga.shtml
6112S: Maintained
6113F: drivers/usb/misc/sisusbvga/
6114
6115SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
6116M: Stephen Hemminger <shemminger@vyatta.com>
6117L: netdev@vger.kernel.org
6118S: Maintained
6119F: drivers/net/ethernet/marvell/sk*
6120
6121SLAB ALLOCATOR
6122M: Christoph Lameter <cl@linux-foundation.org>
6123M: Pekka Enberg <penberg@kernel.org>
6124M: Matt Mackall <mpm@selenic.com>
6125L: linux-mm@kvack.org
6126S: Maintained
6127F: include/linux/sl?b*.h
6128F: mm/sl?b.c
6129
6130SMC91x ETHERNET DRIVER
6131M: Nicolas Pitre <nico@fluxnic.net>
6132S: Odd Fixes
6133F: drivers/net/ethernet/smsc/smc91x.*
6134
6135SMM665 HARDWARE MONITOR DRIVER
6136M: Guenter Roeck <linux@roeck-us.net>
6137L: lm-sensors@lm-sensors.org
6138S: Maintained
6139F: Documentation/hwmon/smm665
6140F: drivers/hwmon/smm665.c
6141
6142SMSC EMC2103 HARDWARE MONITOR DRIVER
6143M: Steve Glendinning <steve.glendinning@smsc.com>
6144L: lm-sensors@lm-sensors.org
6145S: Supported
6146F: Documentation/hwmon/emc2103
6147F: drivers/hwmon/emc2103.c
6148
6149SMSC SCH5627 HARDWARE MONITOR DRIVER
6150M: Hans de Goede <hdegoede@redhat.com>
6151L: lm-sensors@lm-sensors.org
6152S: Supported
6153F: Documentation/hwmon/sch5627
6154F: drivers/hwmon/sch5627.c
6155
6156SMSC47B397 HARDWARE MONITOR DRIVER
6157M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6158L: lm-sensors@lm-sensors.org
6159S: Maintained
6160F: Documentation/hwmon/smsc47b397
6161F: drivers/hwmon/smsc47b397.c
6162
6163SMSC911x ETHERNET DRIVER
6164M: Steve Glendinning <steve.glendinning@smsc.com>
6165L: netdev@vger.kernel.org
6166S: Supported
6167F: include/linux/smsc911x.h
6168F: drivers/net/ethernet/smsc/smsc911x.*
6169
6170SMSC9420 PCI ETHERNET DRIVER
6171M: Steve Glendinning <steve.glendinning@smsc.com>
6172L: netdev@vger.kernel.org
6173S: Supported
6174F: drivers/net/ethernet/smsc/smsc9420.*
6175
6176SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6177M: Steve Glendinning <steve.glendinning@smsc.com>
6178L: linux-fbdev@vger.kernel.org
6179S: Supported
6180F: drivers/video/smscufx.c
6181
6182SN-IA64 (Itanium) SUB-PLATFORM
6183M: Jes Sorensen <jes@sgi.com>
6184L: linux-altix@sgi.com
6185L: linux-ia64@vger.kernel.org
6186W: http://www.sgi.com/altix
6187S: Maintained
6188F: arch/ia64/sn/
6189
6190SOC-CAMERA V4L2 SUBSYSTEM
6191M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6192L: linux-media@vger.kernel.org
6193T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6194S: Maintained
6195F: include/media/v4l2*
6196F: drivers/media/video/v4l2*
6197
6198SOEKRIS NET48XX LED SUPPORT
6199M: Chris Boot <bootc@bootc.net>
6200S: Maintained
6201F: drivers/leds/leds-net48xx.c
6202
6203SOFTWARE RAID (Multiple Disks) SUPPORT
6204M: Neil Brown <neilb@suse.de>
6205L: linux-raid@vger.kernel.org
6206S: Supported
6207F: drivers/md/
6208F: include/linux/raid/
6209
6210SONIC NETWORK DRIVER
6211M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6212L: netdev@vger.kernel.org
6213S: Maintained
6214F: drivers/net/ethernet/natsemi/sonic.*
6215
6216SONICS SILICON BACKPLANE DRIVER (SSB)
6217M: Michael Buesch <m@bues.ch>
6218L: netdev@vger.kernel.org
6219S: Maintained
6220F: drivers/ssb/
6221F: include/linux/ssb/
6222
6223SONY VAIO CONTROL DEVICE DRIVER
6224M: Mattia Dongili <malattia@linux.it>
6225L: platform-driver-x86@vger.kernel.org
6226W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6227S: Maintained
6228F: Documentation/laptops/sony-laptop.txt
6229F: drivers/char/sonypi.c
6230F: drivers/platform/x86/sony-laptop.c
6231F: include/linux/sony-laptop.h
6232
6233SONY MEMORYSTICK CARD SUPPORT
6234M: Alex Dubov <oakad@yahoo.com>
6235W: http://tifmxx.berlios.de/
6236S: Maintained
6237F: drivers/memstick/host/tifm_ms.c
6238
6239SOUND
6240M: Jaroslav Kysela <perex@perex.cz>
6241M: Takashi Iwai <tiwai@suse.de>
6242L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6243W: http://www.alsa-project.org/
6244T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6245T: git git://git.alsa-project.org/alsa-kernel.git
6246S: Maintained
6247F: Documentation/sound/
6248F: include/sound/
6249F: sound/
6250
6251SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6252M: Liam Girdwood <lrg@ti.com>
6253M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6254T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
6255L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6256W: http://alsa-project.org/main/index.php/ASoC
6257S: Supported
6258F: sound/soc/
6259F: include/sound/soc*
6260
6261SPARC + UltraSPARC (sparc/sparc64)
6262M: "David S. Miller" <davem@davemloft.net>
6263L: sparclinux@vger.kernel.org
6264Q: http://patchwork.ozlabs.org/project/sparclinux/list/
6265T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6266T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6267S: Maintained
6268F: arch/sparc/
6269F: drivers/sbus/
6270
6271SPARC SERIAL DRIVERS
6272M: "David S. Miller" <davem@davemloft.net>
6273L: sparclinux@vger.kernel.org
6274T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6275T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6276S: Maintained
6277F: include/linux/sunserialcore.h
6278F: drivers/tty/serial/suncore.c
6279F: drivers/tty/serial/sunhv.c
6280F: drivers/tty/serial/sunsab.c
6281F: drivers/tty/serial/sunsab.h
6282F: drivers/tty/serial/sunsu.c
6283F: drivers/tty/serial/sunzilog.c
6284F: drivers/tty/serial/sunzilog.h
6285
6286SPEAR PLATFORM SUPPORT
6287M: Viresh Kumar <viresh.kumar@st.com>
6288L: spear-devel@list.st.com
6289L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6290W: http://www.st.com/spear
6291S: Maintained
6292F: arch/arm/plat-spear/
6293
6294SPEAR3XX MACHINE SUPPORT
6295M: Viresh Kumar <viresh.kumar@st.com>
6296L: spear-devel@list.st.com
6297L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6298W: http://www.st.com/spear
6299S: Maintained
6300F: arch/arm/mach-spear3xx/
6301
6302SPEAR6XX MACHINE SUPPORT
6303M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
6304L: spear-devel@list.st.com
6305L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6306W: http://www.st.com/spear
6307S: Maintained
6308F: arch/arm/mach-spear6xx/
6309
6310SPEAR CLOCK FRAMEWORK SUPPORT
6311M: Viresh Kumar <viresh.kumar@st.com>
6312L: spear-devel@list.st.com
6313L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6314W: http://www.st.com/spear
6315S: Maintained
6316F: arch/arm/mach-spear*/clock.c
6317F: arch/arm/plat-spear/clock.c
6318F: arch/arm/plat-spear/include/plat/clock.h
6319
6320SPEAR PAD MULTIPLEXING SUPPORT
6321M: Viresh Kumar <viresh.kumar@st.com>
6322L: spear-devel@list.st.com
6323L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6324W: http://www.st.com/spear
6325S: Maintained
6326F: arch/arm/plat-spear/include/plat/padmux.h
6327F: arch/arm/plat-spear/padmux.c
6328F: arch/arm/mach-spear*/spear*xx.c
6329F: arch/arm/mach-spear*/include/mach/generic.h
6330F: arch/arm/mach-spear3xx/spear3*0.c
6331F: arch/arm/mach-spear3xx/spear3*0_evb.c
6332F: arch/arm/mach-spear6xx/spear600.c
6333F: arch/arm/mach-spear6xx/spear600_evb.c
6334
6335SPI SUBSYSTEM
6336M: Grant Likely <grant.likely@secretlab.ca>
6337L: spi-devel-general@lists.sourceforge.net
6338Q: http://patchwork.kernel.org/project/spi-devel-general/list/
6339T: git git://git.secretlab.ca/git/linux-2.6.git
6340S: Maintained
6341F: Documentation/spi/
6342F: drivers/spi/
6343F: include/linux/spi/
6344
6345SPIDERNET NETWORK DRIVER for CELL
6346M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6347M: Jens Osterkamp <jens@de.ibm.com>
6348L: netdev@vger.kernel.org
6349S: Supported
6350F: Documentation/networking/spider_net.txt
6351F: drivers/net/ethernet/toshiba/spider_net*
6352
6353SPU FILE SYSTEM
6354M: Jeremy Kerr <jk@ozlabs.org>
6355L: linuxppc-dev@lists.ozlabs.org
6356L: cbe-oss-dev@lists.ozlabs.org
6357W: http://www.ibm.com/developerworks/power/cell/
6358S: Supported
6359F: Documentation/filesystems/spufs.txt
6360F: arch/powerpc/platforms/cell/spufs/
6361
6362SQUASHFS FILE SYSTEM
6363M: Phillip Lougher <phillip@squashfs.org.uk>
6364L: squashfs-devel@lists.sourceforge.net (subscribers-only)
6365W: http://squashfs.org.uk
6366S: Maintained
6367F: Documentation/filesystems/squashfs.txt
6368F: fs/squashfs/
6369
6370SRM (Alpha) environment access
6371M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
6372S: Maintained
6373F: arch/alpha/kernel/srm_env.c
6374
6375STABLE BRANCH
6376M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6377L: stable@vger.kernel.org
6378S: Supported
6379
6380STAGING SUBSYSTEM
6381M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6382T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
6383L: devel@driverdev.osuosl.org
6384S: Supported
6385F: drivers/staging/
6386
6387STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6388M: Henk de Groot <pe1dnn@amsat.org>
6389S: Odd Fixes
6390F: drivers/staging/wlags49_h2/
6391F: drivers/staging/wlags49_h25/
6392
6393STAGING - ASUS OLED
6394M: Jakub Schmidtke <sjakub@gmail.com>
6395S: Odd Fixes
6396F: drivers/staging/asus_oled/
6397
6398STAGING - COMEDI
6399M: Ian Abbott <abbotti@mev.co.uk>
6400M: Mori Hess <fmhess@users.sourceforge.net>
6401S: Odd Fixes
6402F: drivers/staging/comedi/
6403
6404STAGING - CRYSTAL HD VIDEO DECODER
6405M: Naren Sankar <nsankar@broadcom.com>
6406M: Jarod Wilson <jarod@wilsonet.com>
6407M: Scott Davilla <davilla@4pi.com>
6408M: Manu Abraham <abraham.manu@gmail.com>
6409S: Odd Fixes
6410F: drivers/staging/crystalhd/
6411
6412STAGING - ECHO CANCELLER
6413M: Steve Underwood <steveu@coppice.org>
6414M: David Rowe <david@rowetel.com>
6415S: Odd Fixes
6416F: drivers/staging/echo/
6417
6418STAGING - ET131X NETWORK DRIVER
6419M: Mark Einon <mark.einon@gmail.com>
6420S: Odd Fixes
6421F: drivers/staging/et131x/
6422
6423STAGING - FLARION FT1000 DRIVERS
6424M: Marek Belisko <marek.belisko@gmail.com>
6425S: Odd Fixes
6426F: drivers/staging/ft1000/
6427
6428STAGING - FRONTIER TRANZPORT AND ALPHATRACK
6429M: David Täht <d@teklibre.com>
6430S: Odd Fixes
6431F: drivers/staging/frontier/
6432
6433STAGING - INDUSTRIAL IO
6434M: Jonathan Cameron <jic23@cam.ac.uk>
6435L: linux-iio@vger.kernel.org
6436S: Odd Fixes
6437F: drivers/staging/iio/
6438
6439STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
6440M: Jarod Wilson <jarod@wilsonet.com>
6441W: http://www.lirc.org/
6442S: Odd Fixes
6443F: drivers/staging/media/lirc/
6444
6445STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
6446M: Julian Andres Klode <jak@jak-linux.org>
6447M: Marc Dietrich <marvin24@gmx.de>
6448L: ac100@lists.launchpad.net (moderated for non-subscribers)
6449S: Maintained
6450F: drivers/staging/nvec/
6451
6452STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
6453M: Andres Salomon <dilinger@queued.net>
6454M: Chris Ball <cjb@laptop.org>
6455M: Jon Nettleton <jon.nettleton@gmail.com>
6456W: http://wiki.laptop.org/go/DCON
6457S: Odd Fixes
6458F: drivers/staging/olpc_dcon/
6459
6460STAGING - OZMO DEVICES USB OVER WIFI DRIVER
6461M: Chris Kelly <ckelly@ozmodevices.com>
6462S: Maintained
6463F: drivers/staging/ozwpan/
6464
6465STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
6466M: Willy Tarreau <willy@meta-x.org>
6467S: Odd Fixes
6468F: drivers/staging/panel/
6469
6470STAGING - REALTEK RTL8712U DRIVERS
6471M: Larry Finger <Larry.Finger@lwfinger.net>
6472M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
6473S: Odd Fixes
6474F: drivers/staging/rtl8712/
6475
6476STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
6477M: Teddy Wang <teddy.wang@siliconmotion.com.cn>
6478S: Odd Fixes
6479F: drivers/staging/sm7xx/
6480
6481STAGING - SOFTLOGIC 6x10 MPEG CODEC
6482M: Ben Collins <bcollins@bluecherry.net>
6483S: Odd Fixes
6484F: drivers/staging/media/solo6x10/
6485
6486STAGING - SPEAKUP CONSOLE SPEECH DRIVER
6487M: William Hubbs <w.d.hubbs@gmail.com>
6488M: Chris Brannon <chris@the-brannons.com>
6489M: Kirk Reiser <kirk@braille.uwo.ca>
6490M: Samuel Thibault <samuel.thibault@ens-lyon.org>
6491L: speakup@braille.uwo.ca
6492W: http://www.linux-speakup.org/
6493S: Odd Fixes
6494F: drivers/staging/speakup/
6495
6496STAGING - TI DSP BRIDGE DRIVERS
6497M: Omar Ramirez Luna <omar.ramirez@ti.com>
6498S: Odd Fixes
6499F: drivers/staging/tidspbridge/
6500
6501STAGING - USB ENE SM/MS CARD READER DRIVER
6502M: Al Cho <acho@novell.com>
6503S: Odd Fixes
6504F: drivers/staging/keucr/
6505
6506STAGING - VIA VT665X DRIVERS
6507M: Forest Bond <forest@alittletooquiet.net>
6508S: Odd Fixes
6509F: drivers/staging/vt665?/
6510
6511STAGING - WINBOND IS89C35 WLAN USB DRIVER
6512M: Pavel Machek <pavel@ucw.cz>
6513S: Odd Fixes
6514F: drivers/staging/winbond/
6515
6516STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
6517M: Arnaud Patard <arnaud.patard@rtp-net.org>
6518S: Odd Fixes
6519F: drivers/staging/xgifb/
6520
6521STARFIRE/DURALAN NETWORK DRIVER
6522M: Ion Badulescu <ionut@badula.org>
6523S: Odd Fixes
6524F: drivers/net/ethernet/adaptec/starfire*
6525
6526SUN3/3X
6527M: Sam Creasey <sammy@sammy.net>
6528W: http://sammy.net/sun3/
6529S: Maintained
6530F: arch/m68k/kernel/*sun3*
6531F: arch/m68k/sun3*/
6532F: arch/m68k/include/asm/sun3*
6533F: drivers/net/ethernet/i825xx/sun3*
6534
6535SUPERH
6536M: Paul Mundt <lethal@linux-sh.org>
6537L: linux-sh@vger.kernel.org
6538W: http://www.linux-sh.org
6539Q: http://patchwork.kernel.org/project/linux-sh/list/
6540T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
6541S: Supported
6542F: Documentation/sh/
6543F: arch/sh/
6544F: drivers/sh/
6545
6546SUSPEND TO RAM
6547M: Len Brown <len.brown@intel.com>
6548M: Pavel Machek <pavel@ucw.cz>
6549M: "Rafael J. Wysocki" <rjw@sisk.pl>
6550L: linux-pm@vger.kernel.org
6551S: Supported
6552F: Documentation/power/
6553F: arch/x86/kernel/acpi/
6554F: drivers/base/power/
6555F: kernel/power/
6556F: include/linux/suspend.h
6557F: include/linux/freezer.h
6558F: include/linux/pm.h
6559
6560SVGA HANDLING
6561M: Martin Mares <mj@ucw.cz>
6562L: linux-video@atrey.karlin.mff.cuni.cz
6563S: Maintained
6564F: Documentation/svga.txt
6565F: arch/x86/boot/video*
6566
6567SYSV FILESYSTEM
6568M: Christoph Hellwig <hch@infradead.org>
6569S: Maintained
6570F: Documentation/filesystems/sysv-fs.txt
6571F: fs/sysv/
6572F: include/linux/sysv_fs.h
6573
6574TARGET SUBSYSTEM
6575M: Nicholas A. Bellinger <nab@linux-iscsi.org>
6576L: linux-scsi@vger.kernel.org
6577L: target-devel@vger.kernel.org
6578L: http://groups.google.com/group/linux-iscsi-target-dev
6579W: http://www.linux-iscsi.org
6580T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
6581S: Supported
6582F: drivers/target/
6583F: include/target/
6584F: Documentation/target/
6585
6586TASKSTATS STATISTICS INTERFACE
6587M: Balbir Singh <bsingharora@gmail.com>
6588S: Maintained
6589F: Documentation/accounting/taskstats*
6590F: include/linux/taskstats*
6591F: kernel/taskstats.c
6592
6593TC CLASSIFIER
6594M: Jamal Hadi Salim <hadi@cyberus.ca>
6595L: netdev@vger.kernel.org
6596S: Maintained
6597F: include/linux/pkt_cls.h
6598F: include/net/pkt_cls.h
6599F: net/sched/
6600
6601TCP LOW PRIORITY MODULE
6602M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6603M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6604W: http://tcp-lp-mod.sourceforge.net/
6605S: Maintained
6606F: net/ipv4/tcp_lp.c
6607
6608TEAM DRIVER
6609M: Jiri Pirko <jpirko@redhat.com>
6610L: netdev@vger.kernel.org
6611S: Supported
6612F: drivers/net/team/
6613F: include/linux/if_team.h
6614
6615TEGRA SUPPORT
6616M: Colin Cross <ccross@android.com>
6617M: Olof Johansson <olof@lixom.net>
6618M: Stephen Warren <swarren@wwwdotorg.org>
6619L: linux-tegra@vger.kernel.org
6620Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
6621T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
6622S: Supported
6623F: arch/arm/mach-tegra
6624
6625TEHUTI ETHERNET DRIVER
6626M: Andy Gospodarek <andy@greyhouse.net>
6627L: netdev@vger.kernel.org
6628S: Supported
6629F: drivers/net/ethernet/tehuti/*
6630
6631Telecom Clock Driver for MCPL0010
6632M: Mark Gross <mark.gross@intel.com>
6633S: Supported
6634F: drivers/char/tlclk.c
6635
6636TENSILICA XTENSA PORT (xtensa)
6637M: Chris Zankel <chris@zankel.net>
6638S: Maintained
6639F: arch/xtensa/
6640
6641THINKPAD ACPI EXTRAS DRIVER
6642M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6643L: ibm-acpi-devel@lists.sourceforge.net
6644L: platform-driver-x86@vger.kernel.org
6645W: http://ibm-acpi.sourceforge.net
6646W: http://thinkwiki.org/wiki/Ibm-acpi
6647T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6648S: Maintained
6649F: drivers/platform/x86/thinkpad_acpi.c
6650
6651TI FLASH MEDIA INTERFACE DRIVER
6652M: Alex Dubov <oakad@yahoo.com>
6653S: Maintained
6654F: drivers/misc/tifm*
6655F: drivers/mmc/host/tifm_sd.c
6656F: include/linux/tifm.h
6657
6658TI TWL4030 SERIES SOC CODEC DRIVER
6659M: Peter Ujfalusi <peter.ujfalusi@ti.com>
6660L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6661S: Maintained
6662F: sound/soc/codecs/twl4030*
6663
6664TIPC NETWORK LAYER
6665M: Jon Maloy <jon.maloy@ericsson.com>
6666M: Allan Stephens <allan.stephens@windriver.com>
6667L: netdev@vger.kernel.org (core kernel code)
6668L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
6669W: http://tipc.sourceforge.net/
6670S: Maintained
6671F: include/linux/tipc*.h
6672F: net/tipc/
6673
6674TILE ARCHITECTURE
6675M: Chris Metcalf <cmetcalf@tilera.com>
6676W: http://www.tilera.com/scm/
6677S: Supported
6678F: arch/tile/
6679F: drivers/tty/hvc/hvc_tile.c
6680F: drivers/net/ethernet/tile/
6681F: drivers/edac/tile_edac.c
6682
6683TLAN NETWORK DRIVER
6684M: Samuel Chessman <chessman@tux.org>
6685L: tlan-devel@lists.sourceforge.net (subscribers-only)
6686W: http://sourceforge.net/projects/tlan/
6687S: Maintained
6688F: Documentation/networking/tlan.txt
6689F: drivers/net/ethernet/ti/tlan.*
6690
6691TOMOYO SECURITY MODULE
6692M: Kentaro Takeda <takedakn@nttdata.co.jp>
6693M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6694L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6695L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6696L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6697L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6698W: http://tomoyo.sourceforge.jp/
6699T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
6700S: Maintained
6701F: security/tomoyo/
6702
6703TOPSTAR LAPTOP EXTRAS DRIVER
6704M: Herton Ronaldo Krzesinski <herton@canonical.com>
6705L: platform-driver-x86@vger.kernel.org
6706S: Maintained
6707F: drivers/platform/x86/topstar-laptop.c
6708
6709TOSHIBA ACPI EXTRAS DRIVER
6710L: platform-driver-x86@vger.kernel.org
6711S: Orphan
6712F: drivers/platform/x86/toshiba_acpi.c
6713
6714TOSHIBA SMM DRIVER
6715M: Jonathan Buzzard <jonathan@buzzard.org.uk>
6716L: tlinux-users@tce.toshiba-dme.co.jp
6717W: http://www.buzzard.org.uk/toshiba/
6718S: Maintained
6719F: drivers/char/toshiba.c
6720F: include/linux/toshiba.h
6721
6722TMIO MMC DRIVER
6723M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6724M: Ian Molton <ian@mnementh.co.uk>
6725L: linux-mmc@vger.kernel.org
6726S: Maintained
6727F: drivers/mmc/host/tmio_mmc*
6728F: drivers/mmc/host/sh_mobile_sdhi.c
6729F: include/linux/mmc/tmio.h
6730F: include/linux/mmc/sh_mobile_sdhi.h
6731
6732TMPFS (SHMEM FILESYSTEM)
6733M: Hugh Dickins <hughd@google.com>
6734L: linux-mm@kvack.org
6735S: Maintained
6736F: include/linux/shmem_fs.h
6737F: mm/shmem.c
6738
6739TPM DEVICE DRIVER
6740M: Debora Velarde <debora@linux.vnet.ibm.com>
6741M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6742W: http://tpmdd.sourceforge.net
6743M: Marcel Selhorst <m.selhorst@sirrix.com>
6744W: http://www.sirrix.com
6745L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6746S: Maintained
6747F: drivers/char/tpm/
6748
6749TRACING
6750M: Steven Rostedt <rostedt@goodmis.org>
6751M: Frederic Weisbecker <fweisbec@gmail.com>
6752M: Ingo Molnar <mingo@redhat.com>
6753T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6754S: Maintained
6755F: Documentation/trace/ftrace.txt
6756F: arch/*/*/*/ftrace.h
6757F: arch/*/kernel/ftrace.c
6758F: include/*/ftrace.h
6759F: include/linux/trace*.h
6760F: include/trace/
6761F: kernel/trace/
6762
6763TRIVIAL PATCHES
6764M: Jiri Kosina <trivial@kernel.org>
6765T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6766S: Maintained
6767K: ^Subject:.*(?i)trivial
6768
6769TTY LAYER
6770M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6771S: Supported
6772T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
6773F: drivers/tty/
6774F: drivers/tty/serial/serial_core.c
6775F: include/linux/serial_core.h
6776F: include/linux/serial.h
6777F: include/linux/tty.h
6778
6779TULIP NETWORK DRIVERS
6780M: Grant Grundler <grundler@parisc-linux.org>
6781L: netdev@vger.kernel.org
6782S: Maintained
6783F: drivers/net/ethernet/dec/tulip/
6784
6785TUN/TAP driver
6786M: Maxim Krasnyansky <maxk@qualcomm.com>
6787L: vtun@office.satix.net
6788W: http://vtun.sourceforge.net/tun
6789S: Maintained
6790F: Documentation/networking/tuntap.txt
6791F: arch/um/os-Linux/drivers/
6792
6793TURBOCHANNEL SUBSYSTEM
6794M: "Maciej W. Rozycki" <macro@linux-mips.org>
6795S: Maintained
6796F: drivers/tc/
6797F: include/linux/tc.h
6798
6799U14-34F SCSI DRIVER
6800M: Dario Ballabio <ballabio_dario@emc.com>
6801L: linux-scsi@vger.kernel.org
6802S: Maintained
6803F: drivers/scsi/u14-34f.c
6804
6805UBI FILE SYSTEM (UBIFS)
6806M: Artem Bityutskiy <dedekind1@gmail.com>
6807M: Adrian Hunter <adrian.hunter@intel.com>
6808L: linux-mtd@lists.infradead.org
6809T: git git://git.infradead.org/ubifs-2.6.git
6810W: http://www.linux-mtd.infradead.org/doc/ubifs.html
6811S: Maintained
6812F: Documentation/filesystems/ubifs.txt
6813F: fs/ubifs/
6814
6815UCLINUX (AND M68KNOMMU)
6816M: Greg Ungerer <gerg@uclinux.org>
6817W: http://www.uclinux.org/
6818L: uclinux-dev@uclinux.org (subscribers-only)
6819S: Maintained
6820F: arch/m68k/*/*_no.*
6821F: arch/m68k/include/asm/*_no.*
6822
6823UCLINUX FOR RENESAS H8/300 (H8300)
6824M: Yoshinori Sato <ysato@users.sourceforge.jp>
6825W: http://uclinux-h8.sourceforge.jp/
6826S: Supported
6827F: arch/h8300/
6828F: drivers/ide/ide-h8300.c
6829F: drivers/net/ethernet/8390/ne-h8300.c
6830
6831UDF FILESYSTEM
6832M: Jan Kara <jack@suse.cz>
6833S: Maintained
6834F: Documentation/filesystems/udf.txt
6835F: fs/udf/
6836
6837UFS FILESYSTEM
6838M: Evgeniy Dushistov <dushistov@mail.ru>
6839S: Maintained
6840F: Documentation/filesystems/ufs.txt
6841F: fs/ufs/
6842
6843ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6844L: linux-usb@vger.kernel.org
6845S: Orphan
6846F: drivers/uwb/
6847F: include/linux/uwb.h
6848F: include/linux/uwb/
6849
6850UNICORE32 ARCHITECTURE:
6851M: Guan Xuetao <gxt@mprc.pku.edu.cn>
6852W: http://mprc.pku.edu.cn/~guanxuetao/linux
6853S: Maintained
6854T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6855F: arch/unicore32/
6856
6857UNIFDEF
6858M: Tony Finch <dot@dotat.at>
6859W: http://dotat.at/prog/unifdef
6860S: Maintained
6861F: scripts/unifdef.c
6862
6863UNIFORM CDROM DRIVER
6864M: Jens Axboe <axboe@kernel.dk>
6865W: http://www.kernel.dk
6866S: Maintained
6867F: Documentation/cdrom/
6868F: drivers/cdrom/cdrom.c
6869F: include/linux/cdrom.h
6870
6871UNSORTED BLOCK IMAGES (UBI)
6872M: Artem Bityutskiy <dedekind1@gmail.com>
6873W: http://www.linux-mtd.infradead.org/
6874L: linux-mtd@lists.infradead.org
6875T: git git://git.infradead.org/ubi-2.6.git
6876S: Maintained
6877F: drivers/mtd/ubi/
6878F: include/linux/mtd/ubi.h
6879F: include/mtd/ubi-user.h
6880
6881USB ACM DRIVER
6882M: Oliver Neukum <oliver@neukum.name>
6883L: linux-usb@vger.kernel.org
6884S: Maintained
6885F: Documentation/usb/acm.txt
6886F: drivers/usb/class/cdc-acm.*
6887
6888USB ATTACHED SCSI
6889M: Matthew Wilcox <willy@linux.intel.com>
6890M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6891L: linux-usb@vger.kernel.org
6892L: linux-scsi@vger.kernel.org
6893S: Supported
6894F: drivers/usb/storage/uas.c
6895
6896USB BLOCK DRIVER (UB ub)
6897M: Pete Zaitcev <zaitcev@redhat.com>
6898L: linux-usb@vger.kernel.org
6899S: Supported
6900F: drivers/block/ub.c
6901
6902USB CDC ETHERNET DRIVER
6903M: Oliver Neukum <oliver@neukum.name>
6904L: linux-usb@vger.kernel.org
6905S: Maintained
6906F: drivers/net/usb/cdc_*.c
6907F: include/linux/usb/cdc.h
6908
6909USB CYPRESS C67X00 DRIVER
6910M: Peter Korsgaard <jacmet@sunsite.dk>
6911L: linux-usb@vger.kernel.org
6912S: Maintained
6913F: drivers/usb/c67x00/
6914
6915USB DAVICOM DM9601 DRIVER
6916M: Peter Korsgaard <jacmet@sunsite.dk>
6917L: netdev@vger.kernel.org
6918W: http://www.linux-usb.org/usbnet
6919S: Maintained
6920F: drivers/net/usb/dm9601.c
6921
6922USB DIAMOND RIO500 DRIVER
6923M: Cesar Miquel <miquel@df.uba.ar>
6924L: rio500-users@lists.sourceforge.net
6925W: http://rio500.sourceforge.net
6926S: Maintained
6927F: drivers/usb/misc/rio500*
6928
6929USB EHCI DRIVER
6930M: Alan Stern <stern@rowland.harvard.edu>
6931L: linux-usb@vger.kernel.org
6932S: Maintained
6933F: Documentation/usb/ehci.txt
6934F: drivers/usb/host/ehci*
6935
6936USB ET61X[12]51 DRIVER
6937M: Luca Risolia <luca.risolia@studio.unibo.it>
6938L: linux-usb@vger.kernel.org
6939L: linux-media@vger.kernel.org
6940T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6941W: http://www.linux-projects.org
6942S: Maintained
6943F: drivers/media/video/et61x251/
6944
6945USB GADGET/PERIPHERAL SUBSYSTEM
6946M: Felipe Balbi <balbi@ti.com>
6947L: linux-usb@vger.kernel.org
6948W: http://www.linux-usb.org/gadget
6949T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6950S: Maintained
6951F: drivers/usb/gadget/
6952F: include/linux/usb/gadget*
6953
6954USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6955M: Jiri Kosina <jkosina@suse.cz>
6956L: linux-usb@vger.kernel.org
6957T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6958S: Maintained
6959F: Documentation/hid/hiddev.txt
6960F: drivers/hid/usbhid/
6961
6962USB/IP DRIVERS
6963M: Matt Mooney <mfm@muteddisk.com>
6964L: linux-usb@vger.kernel.org
6965S: Maintained
6966F: drivers/staging/usbip/
6967
6968USB ISP116X DRIVER
6969M: Olav Kongas <ok@artecdesign.ee>
6970L: linux-usb@vger.kernel.org
6971S: Maintained
6972F: drivers/usb/host/isp116x*
6973F: include/linux/usb/isp116x.h
6974
6975USB KAWASAKI LSI DRIVER
6976M: Oliver Neukum <oliver@neukum.name>
6977L: linux-usb@vger.kernel.org
6978S: Maintained
6979F: drivers/usb/serial/kl5kusb105.*
6980
6981USB MASS STORAGE DRIVER
6982M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6983L: linux-usb@vger.kernel.org
6984L: usb-storage@lists.one-eyed-alien.net
6985S: Maintained
6986W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
6987F: drivers/usb/storage/
6988
6989USB MIDI DRIVER
6990M: Clemens Ladisch <clemens@ladisch.de>
6991L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6992T: git git://git.alsa-project.org/alsa-kernel.git
6993S: Maintained
6994F: sound/usb/midi.*
6995
6996USB OHCI DRIVER
6997M: Alan Stern <stern@rowland.harvard.edu>
6998L: linux-usb@vger.kernel.org
6999S: Maintained
7000F: Documentation/usb/ohci.txt
7001F: drivers/usb/host/ohci*
7002
7003USB OPTION-CARD DRIVER
7004M: Matthias Urlichs <smurf@smurf.noris.de>
7005L: linux-usb@vger.kernel.org
7006S: Maintained
7007F: drivers/usb/serial/option.c
7008
7009USB PEGASUS DRIVER
7010M: Petko Manolov <petkan@users.sourceforge.net>
7011L: linux-usb@vger.kernel.org
7012L: netdev@vger.kernel.org
7013W: http://pegasus2.sourceforge.net/
7014S: Maintained
7015F: drivers/net/usb/pegasus.*
7016
7017USB PRINTER DRIVER (usblp)
7018M: Pete Zaitcev <zaitcev@redhat.com>
7019L: linux-usb@vger.kernel.org
7020S: Supported
7021F: drivers/usb/class/usblp.c
7022
7023USB RTL8150 DRIVER
7024M: Petko Manolov <petkan@users.sourceforge.net>
7025L: linux-usb@vger.kernel.org
7026L: netdev@vger.kernel.org
7027W: http://pegasus2.sourceforge.net/
7028S: Maintained
7029F: drivers/net/usb/rtl8150.c
7030
7031USB SERIAL BELKIN F5U103 DRIVER
7032M: William Greathouse <wgreathouse@smva.com>
7033L: linux-usb@vger.kernel.org
7034S: Maintained
7035F: drivers/usb/serial/belkin_sa.*
7036
7037USB SERIAL CYPRESS M8 DRIVER
7038M: Lonnie Mendez <dignome@gmail.com>
7039L: linux-usb@vger.kernel.org
7040S: Maintained
7041W: http://geocities.com/i0xox0i
7042W: http://firstlight.net/cvs
7043F: drivers/usb/serial/cypress_m8.*
7044
7045USB SERIAL CYBERJACK DRIVER
7046M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
7047W: http://www.reiner-sct.de/support/treiber_cyberjack.php
7048S: Maintained
7049F: drivers/usb/serial/cyberjack.c
7050
7051USB SERIAL DIGI ACCELEPORT DRIVER
7052M: Peter Berger <pberger@brimson.com>
7053M: Al Borchers <alborchers@steinerpoint.com>
7054L: linux-usb@vger.kernel.org
7055S: Maintained
7056F: drivers/usb/serial/digi_acceleport.c
7057
7058USB SERIAL DRIVER
7059M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7060L: linux-usb@vger.kernel.org
7061S: Supported
7062F: Documentation/usb/usb-serial.txt
7063F: drivers/usb/serial/generic.c
7064F: drivers/usb/serial/usb-serial.c
7065F: include/linux/usb/serial.h
7066
7067USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
7068M: Gary Brubaker <xavyer@ix.netcom.com>
7069L: linux-usb@vger.kernel.org
7070S: Maintained
7071F: drivers/usb/serial/empeg.c
7072
7073USB SERIAL KEYSPAN DRIVER
7074M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7075L: linux-usb@vger.kernel.org
7076S: Maintained
7077F: drivers/usb/serial/*keyspan*
7078
7079USB SERIAL WHITEHEAT DRIVER
7080M: Support Department <support@connecttech.com>
7081L: linux-usb@vger.kernel.org
7082W: http://www.connecttech.com
7083S: Supported
7084F: drivers/usb/serial/whiteheat*
7085
7086USB SMSC95XX ETHERNET DRIVER
7087M: Steve Glendinning <steve.glendinning@smsc.com>
7088L: netdev@vger.kernel.org
7089S: Supported
7090F: drivers/net/usb/smsc95xx.*
7091
7092USB SN9C1xx DRIVER
7093M: Luca Risolia <luca.risolia@studio.unibo.it>
7094L: linux-usb@vger.kernel.org
7095L: linux-media@vger.kernel.org
7096T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7097W: http://www.linux-projects.org
7098S: Maintained
7099F: Documentation/video4linux/sn9c102.txt
7100F: drivers/media/video/sn9c102/
7101
7102USB SUBSYSTEM
7103M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7104L: linux-usb@vger.kernel.org
7105W: http://www.linux-usb.org
7106T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
7107S: Supported
7108F: Documentation/usb/
7109F: drivers/net/usb/
7110F: drivers/usb/
7111F: include/linux/usb.h
7112F: include/linux/usb/
7113
7114USB UHCI DRIVER
7115M: Alan Stern <stern@rowland.harvard.edu>
7116L: linux-usb@vger.kernel.org
7117S: Maintained
7118F: drivers/usb/host/uhci*
7119
7120USB "USBNET" DRIVER FRAMEWORK
7121M: Oliver Neukum <oneukum@suse.de>
7122L: netdev@vger.kernel.org
7123W: http://www.linux-usb.org/usbnet
7124S: Maintained
7125F: drivers/net/usb/usbnet.c
7126F: include/linux/usb/usbnet.h
7127
7128USB VIDEO CLASS
7129M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7130L: linux-uvc-devel@lists.berlios.de (subscribers-only)
7131L: linux-media@vger.kernel.org
7132T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7133W: http://www.ideasonboard.org/uvc/
7134S: Maintained
7135F: drivers/media/video/uvc/
7136
7137USB W996[87]CF DRIVER
7138M: Luca Risolia <luca.risolia@studio.unibo.it>
7139L: linux-usb@vger.kernel.org
7140L: linux-media@vger.kernel.org
7141T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7142W: http://www.linux-projects.org
7143S: Maintained
7144F: Documentation/video4linux/w9968cf.txt
7145F: drivers/media/video/w996*
7146
7147USB WIRELESS RNDIS DRIVER (rndis_wlan)
7148M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
7149L: linux-wireless@vger.kernel.org
7150S: Maintained
7151F: drivers/net/wireless/rndis_wlan.c
7152
7153USB XHCI DRIVER
7154M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
7155L: linux-usb@vger.kernel.org
7156S: Supported
7157F: drivers/usb/host/xhci*
7158F: drivers/usb/host/pci-quirks*
7159
7160USB ZD1201 DRIVER
7161L: linux-wireless@vger.kernel.org
7162W: http://linux-lc100020.sourceforge.net
7163S: Orphan
7164F: drivers/net/wireless/zd1201.*
7165
7166USB ZR364XX DRIVER
7167M: Antoine Jacquet <royale@zerezo.com>
7168L: linux-usb@vger.kernel.org
7169L: linux-media@vger.kernel.org
7170T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7171W: http://royale.zerezo.com/zr364xx/
7172S: Maintained
7173F: Documentation/video4linux/zr364xx.txt
7174F: drivers/media/video/zr364xx.c
7175
7176USER-MODE LINUX (UML)
7177M: Jeff Dike <jdike@addtoit.com>
7178M: Richard Weinberger <richard@nod.at>
7179L: user-mode-linux-devel@lists.sourceforge.net
7180L: user-mode-linux-user@lists.sourceforge.net
7181W: http://user-mode-linux.sourceforge.net
7182S: Maintained
7183F: Documentation/virtual/uml/
7184F: arch/um/
7185F: fs/hostfs/
7186F: fs/hppfs/
7187
7188USERSPACE I/O (UIO)
7189M: "Hans J. Koch" <hjk@hansjkoch.de>
7190M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7191S: Maintained
7192F: Documentation/DocBook/uio-howto.tmpl
7193F: drivers/uio/
7194F: include/linux/uio*.h
7195
7196UTIL-LINUX-NG PACKAGE
7197M: Karel Zak <kzak@redhat.com>
7198L: util-linux-ng@vger.kernel.org
7199W: http://kernel.org/~kzak/util-linux-ng/
7200T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
7201S: Maintained
7202
7203UVESAFB DRIVER
7204M: Michal Januszewski <spock@gentoo.org>
7205L: linux-fbdev@vger.kernel.org
7206W: http://dev.gentoo.org/~spock/projects/uvesafb/
7207S: Maintained
7208F: Documentation/fb/uvesafb.txt
7209F: drivers/video/uvesafb.*
7210
7211VFAT/FAT/MSDOS FILESYSTEM
7212M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
7213S: Maintained
7214F: Documentation/filesystems/vfat.txt
7215F: fs/fat/
7216
7217VIDEOBUF2 FRAMEWORK
7218M: Pawel Osciak <pawel@osciak.com>
7219M: Marek Szyprowski <m.szyprowski@samsung.com>
7220M: Kyungmin Park <kyungmin.park@samsung.com>
7221L: linux-media@vger.kernel.org
7222S: Maintained
7223F: drivers/media/video/videobuf2-*
7224F: include/media/videobuf2-*
7225
7226VIRTIO CONSOLE DRIVER
7227M: Amit Shah <amit.shah@redhat.com>
7228L: virtualization@lists.linux-foundation.org
7229S: Maintained
7230F: drivers/char/virtio_console.c
7231F: include/linux/virtio_console.h
7232
7233VIRTIO CORE, NET AND BLOCK DRIVERS
7234M: Rusty Russell <rusty@rustcorp.com.au>
7235M: "Michael S. Tsirkin" <mst@redhat.com>
7236L: virtualization@lists.linux-foundation.org
7237S: Maintained
7238F: drivers/virtio/
7239F: drivers/net/virtio_net.c
7240F: drivers/block/virtio_blk.c
7241F: include/linux/virtio_*.h
7242
7243VIRTIO HOST (VHOST)
7244M: "Michael S. Tsirkin" <mst@redhat.com>
7245L: kvm@vger.kernel.org
7246L: virtualization@lists.linux-foundation.org
7247L: netdev@vger.kernel.org
7248S: Maintained
7249F: drivers/vhost/
7250F: include/linux/vhost.h
7251
7252VIA RHINE NETWORK DRIVER
7253M: Roger Luethi <rl@hellgate.ch>
7254S: Maintained
7255F: drivers/net/ethernet/via/via-rhine.c
7256
7257VIAPRO SMBUS DRIVER
7258M: Jean Delvare <khali@linux-fr.org>
7259L: linux-i2c@vger.kernel.org
7260S: Maintained
7261F: Documentation/i2c/busses/i2c-viapro
7262F: drivers/i2c/busses/i2c-viapro.c
7263
7264VIA SD/MMC CARD CONTROLLER DRIVER
7265M: Bruce Chang <brucechang@via.com.tw>
7266M: Harald Welte <HaraldWelte@viatech.com>
7267S: Maintained
7268F: drivers/mmc/host/via-sdmmc.c
7269
7270VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
7271M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
7272L: linux-fbdev@vger.kernel.org
7273S: Maintained
7274F: include/linux/via-core.h
7275F: include/linux/via-gpio.h
7276F: include/linux/via_i2c.h
7277F: drivers/video/via/
7278
7279VIA VELOCITY NETWORK DRIVER
7280M: Francois Romieu <romieu@fr.zoreil.com>
7281L: netdev@vger.kernel.org
7282S: Maintained
7283F: drivers/net/ethernet/via/via-velocity.*
7284
7285VLAN (802.1Q)
7286M: Patrick McHardy <kaber@trash.net>
7287L: netdev@vger.kernel.org
7288S: Maintained
7289F: drivers/net/macvlan.c
7290F: include/linux/if_*vlan.h
7291F: net/8021q/
7292
7293VLYNQ BUS
7294M: Florian Fainelli <florian@openwrt.org>
7295L: openwrt-devel@lists.openwrt.org (subscribers-only)
7296S: Maintained
7297F: drivers/vlynq/vlynq.c
7298F: include/linux/vlynq.h
7299
7300VMWARE VMXNET3 ETHERNET DRIVER
7301M: Shreyas Bhatewara <sbhatewara@vmware.com>
7302M: "VMware, Inc." <pv-drivers@vmware.com>
7303L: netdev@vger.kernel.org
7304S: Maintained
7305F: drivers/net/vmxnet3/
7306
7307VMware PVSCSI driver
7308M: Arvind Kumar <arvindkumar@vmware.com>
7309M: VMware PV-Drivers <pv-drivers@vmware.com>
7310L: linux-scsi@vger.kernel.org
7311S: Maintained
7312F: drivers/scsi/vmw_pvscsi.c
7313F: drivers/scsi/vmw_pvscsi.h
7314
7315VOLTAGE AND CURRENT REGULATOR FRAMEWORK
7316M: Liam Girdwood <lrg@ti.com>
7317M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7318W: http://opensource.wolfsonmicro.com/node/15
7319W: http://www.slimlogic.co.uk/?p=48
7320T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
7321S: Supported
7322F: drivers/regulator/
7323F: include/linux/regulator/
7324
7325VT1211 HARDWARE MONITOR DRIVER
7326M: Juerg Haefliger <juergh@gmail.com>
7327L: lm-sensors@lm-sensors.org
7328S: Maintained
7329F: Documentation/hwmon/vt1211
7330F: drivers/hwmon/vt1211.c
7331
7332VT8231 HARDWARE MONITOR DRIVER
7333M: Roger Lucas <vt8231@hiddenengine.co.uk>
7334L: lm-sensors@lm-sensors.org
7335S: Maintained
7336F: drivers/hwmon/vt8231.c
7337
7338VUB300 USB to SDIO/SD/MMC bridge chip
7339M: Tony Olech <tony.olech@elandigitalsystems.com>
7340L: linux-mmc@vger.kernel.org
7341L: linux-usb@vger.kernel.org
7342S: Supported
7343F: drivers/mmc/host/vub300.c
7344
7345W1 DALLAS'S 1-WIRE BUS
7346M: Evgeniy Polyakov <zbr@ioremap.net>
7347S: Maintained
7348F: Documentation/w1/
7349F: drivers/w1/
7350
7351W83791D HARDWARE MONITORING DRIVER
7352M: Marc Hulsman <m.hulsman@tudelft.nl>
7353L: lm-sensors@lm-sensors.org
7354S: Maintained
7355F: Documentation/hwmon/w83791d
7356F: drivers/hwmon/w83791d.c
7357
7358W83793 HARDWARE MONITORING DRIVER
7359M: Rudolf Marek <r.marek@assembler.cz>
7360L: lm-sensors@lm-sensors.org
7361S: Maintained
7362F: Documentation/hwmon/w83793
7363F: drivers/hwmon/w83793.c
7364
7365W83795 HARDWARE MONITORING DRIVER
7366M: Jean Delvare <khali@linux-fr.org>
7367L: lm-sensors@lm-sensors.org
7368S: Maintained
7369F: drivers/hwmon/w83795.c
7370
7371W83L51xD SD/MMC CARD INTERFACE DRIVER
7372M: Pierre Ossman <pierre@ossman.eu>
7373S: Maintained
7374F: drivers/mmc/host/wbsd.*
7375
7376WATCHDOG DEVICE DRIVERS
7377M: Wim Van Sebroeck <wim@iguana.be>
7378L: linux-watchdog@vger.kernel.org
7379W: http://www.linux-watchdog.org/
7380T: git git://www.linux-watchdog.org/linux-watchdog.git
7381S: Maintained
7382F: Documentation/watchdog/
7383F: drivers/watchdog/
7384F: include/linux/watchdog.h
7385
7386WD7000 SCSI DRIVER
7387M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
7388L: linux-scsi@vger.kernel.org
7389S: Maintained
7390F: drivers/scsi/wd7000.c
7391
7392WIIMOTE HID DRIVER
7393M: David Herrmann <dh.herrmann@googlemail.com>
7394L: linux-input@vger.kernel.org
7395S: Maintained
7396F: drivers/hid/hid-wiimote*
7397
7398WINBOND CIR DRIVER
7399M: David Härdeman <david@hardeman.nu>
7400S: Maintained
7401F: drivers/media/rc/winbond-cir.c
7402
7403WIMAX STACK
7404M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7405M: linux-wimax@intel.com
7406L: wimax@linuxwimax.org
7407S: Supported
7408W: http://linuxwimax.org
7409F: Documentation/wimax/README.wimax
7410F: include/linux/wimax.h
7411F: include/linux/wimax/debug.h
7412F: include/net/wimax.h
7413F: net/wimax/
7414
7415WISTRON LAPTOP BUTTON DRIVER
7416M: Miloslav Trmac <mitr@volny.cz>
7417S: Maintained
7418F: drivers/input/misc/wistron_btns.c
7419
7420WL1251 WIRELESS DRIVER
7421M: Luciano Coelho <coelho@ti.com>
7422L: linux-wireless@vger.kernel.org
7423W: http://wireless.kernel.org/en/users/Drivers/wl1251
7424T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7425S: Maintained
7426F: drivers/net/wireless/wl1251/*
7427
7428WL1271 WIRELESS DRIVER
7429M: Luciano Coelho <coelho@ti.com>
7430L: linux-wireless@vger.kernel.org
7431W: http://wireless.kernel.org/en/users/Drivers/wl12xx
7432T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7433S: Maintained
7434F: drivers/net/wireless/wl12xx/
7435F: include/linux/wl12xx.h
7436
7437WL3501 WIRELESS PCMCIA CARD DRIVER
7438M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7439L: linux-wireless@vger.kernel.org
7440W: http://oops.ghostprotocols.net:81/blog
7441S: Maintained
7442F: drivers/net/wireless/wl3501*
7443
7444WM97XX TOUCHSCREEN DRIVERS
7445M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7446M: Liam Girdwood <lrg@slimlogic.co.uk>
7447L: linux-input@vger.kernel.org
7448T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
7449W: http://opensource.wolfsonmicro.com/node/7
7450S: Supported
7451F: drivers/input/touchscreen/*wm97*
7452F: include/linux/wm97xx.h
7453
7454WOLFSON MICROELECTRONICS DRIVERS
7455M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7456M: Ian Lartey <ian@opensource.wolfsonmicro.com>
7457M: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
7458T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
7459T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
7460W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
7461S: Supported
7462F: Documentation/hwmon/wm83??
7463F: arch/arm/mach-s3c64xx/mach-crag6410*
7464F: drivers/leds/leds-wm83*.c
7465F: drivers/hwmon/wm83??-hwmon.c
7466F: drivers/input/misc/wm831x-on.c
7467F: drivers/input/touchscreen/wm831x-ts.c
7468F: drivers/input/touchscreen/wm97*.c
7469F: drivers/mfd/wm8*.c
7470F: drivers/power/wm83*.c
7471F: drivers/rtc/rtc-wm83*.c
7472F: drivers/regulator/wm8*.c
7473F: drivers/video/backlight/wm83*_bl.c
7474F: drivers/watchdog/wm83*_wdt.c
7475F: include/linux/mfd/wm831x/
7476F: include/linux/mfd/wm8350/
7477F: include/linux/mfd/wm8400*
7478F: include/linux/wm97xx.h
7479F: include/sound/wm????.h
7480F: sound/soc/codecs/wm*
7481
7482WORKQUEUE
7483M: Tejun Heo <tj@kernel.org>
7484T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
7485S: Maintained
7486F: include/linux/workqueue.h
7487F: kernel/workqueue.c
7488F: Documentation/workqueue.txt
7489
7490X.25 NETWORK LAYER
7491M: Andrew Hendry <andrew.hendry@gmail.com>
7492L: linux-x25@vger.kernel.org
7493S: Odd Fixes
7494F: Documentation/networking/x25*
7495F: include/net/x25*
7496F: net/x25/
7497
7498X86 ARCHITECTURE (32-BIT AND 64-BIT)
7499M: Thomas Gleixner <tglx@linutronix.de>
7500M: Ingo Molnar <mingo@redhat.com>
7501M: "H. Peter Anvin" <hpa@zytor.com>
7502M: x86@kernel.org
7503T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
7504S: Maintained
7505F: Documentation/x86/
7506F: arch/x86/
7507
7508X86 PLATFORM DRIVERS
7509M: Matthew Garrett <mjg@redhat.com>
7510L: platform-driver-x86@vger.kernel.org
7511T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
7512S: Maintained
7513F: drivers/platform/x86
7514
7515X86 MCE INFRASTRUCTURE
7516M: Tony Luck <tony.luck@intel.com>
7517M: Borislav Petkov <bp@amd64.org>
7518L: linux-edac@vger.kernel.org
7519S: Maintained
7520F: arch/x86/kernel/cpu/mcheck/*
7521
7522XEN HYPERVISOR INTERFACE
7523M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7524M: Jeremy Fitzhardinge <jeremy@goop.org>
7525L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7526L: virtualization@lists.linux-foundation.org
7527S: Supported
7528F: arch/x86/xen/
7529F: drivers/*/xen-*front.c
7530F: drivers/xen/
7531F: arch/x86/include/asm/xen/
7532F: include/xen/
7533
7534XEN NETWORK BACKEND DRIVER
7535M: Ian Campbell <ian.campbell@citrix.com>
7536L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7537L: netdev@vger.kernel.org
7538S: Supported
7539F: drivers/net/xen-netback/*
7540
7541XEN PCI SUBSYSTEM
7542M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7543L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7544S: Supported
7545F: arch/x86/pci/*xen*
7546F: drivers/pci/*xen*
7547
7548XEN SWIOTLB SUBSYSTEM
7549M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7550L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7551S: Supported
7552F: arch/x86/xen/*swiotlb*
7553F: drivers/xen/*swiotlb*
7554
7555XFS FILESYSTEM
7556P: Silicon Graphics Inc
7557M: Ben Myers <bpm@sgi.com>
7558M: Alex Elder <elder@kernel.org>
7559M: xfs-masters@oss.sgi.com
7560L: xfs@oss.sgi.com
7561W: http://oss.sgi.com/projects/xfs
7562T: git git://oss.sgi.com/xfs/xfs.git
7563S: Supported
7564F: Documentation/filesystems/xfs.txt
7565F: fs/xfs/
7566
7567XILINX AXI ETHERNET DRIVER
7568M: Ariane Keller <ariane.keller@tik.ee.ethz.ch>
7569M: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch>
7570S: Maintained
7571F: drivers/net/ethernet/xilinx/xilinx_axienet*
7572
7573XILINX SYSTEMACE DRIVER
7574M: Grant Likely <grant.likely@secretlab.ca>
7575W: http://www.secretlab.ca/
7576S: Maintained
7577F: drivers/block/xsysace.c
7578
7579XILINX UARTLITE SERIAL DRIVER
7580M: Peter Korsgaard <jacmet@sunsite.dk>
7581L: linux-serial@vger.kernel.org
7582S: Maintained
7583F: drivers/tty/serial/uartlite.c
7584
7585YAM DRIVER FOR AX.25
7586M: Jean-Paul Roubelat <jpr@f6fbb.org>
7587L: linux-hams@vger.kernel.org
7588S: Maintained
7589F: drivers/net/hamradio/yam*
7590F: include/linux/yam.h
7591
7592YEALINK PHONE DRIVER
7593M: Henk Vergonet <Henk.Vergonet@gmail.com>
7594L: usbb2k-api-dev@nongnu.org
7595S: Maintained
7596F: Documentation/input/yealink.txt
7597F: drivers/input/misc/yealink.*
7598
7599Z8530 DRIVER FOR AX.25
7600M: Joerg Reuter <jreuter@yaina.de>
7601W: http://yaina.de/jreuter/
7602W: http://www.qsl.net/dl1bke/
7603L: linux-hams@vger.kernel.org
7604S: Maintained
7605F: Documentation/networking/z8530drv.txt
7606F: drivers/net/hamradio/*scc.c
7607F: drivers/net/hamradio/z8530.h
7608
7609ZD1211RW WIRELESS DRIVER
7610M: Daniel Drake <dsd@gentoo.org>
7611M: Ulrich Kunitz <kune@deine-taler.de>
7612W: http://zd1211.ath.cx/wiki/DriverRewrite
7613L: linux-wireless@vger.kernel.org
7614L: zd1211-devs@lists.sourceforge.net (subscribers-only)
7615S: Maintained
7616F: drivers/net/wireless/zd1211rw/
7617
7618ZR36067 VIDEO FOR LINUX DRIVER
7619L: mjpeg-users@lists.sourceforge.net
7620L: linux-media@vger.kernel.org
7621W: http://mjpeg.sourceforge.net/driver-zoran/
7622T: Mercurial http://linuxtv.org/hg/v4l-dvb
7623S: Odd Fixes
7624F: drivers/media/video/zoran/
7625
7626ZS DECSTATION Z85C30 SERIAL DRIVER
7627M: "Maciej W. Rozycki" <macro@linux-mips.org>
7628S: Maintained
7629F: drivers/tty/serial/zs.*
7630
7631THE REST
7632M: Linus Torvalds <torvalds@linux-foundation.org>
7633L: linux-kernel@vger.kernel.org
7634Q: http://patchwork.kernel.org/project/LKML/list/
7635T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
7636S: Buried alive in reporters
7637F: *
7638F: */