Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia
[deliverable/linux.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)
2228M: Alasdair Kergon <agk@redhat.com>
2229M: dm-devel@redhat.com
2230L: dm-devel@redhat.com
2231W: http://sources.redhat.com/dm
2232Q: http://patchwork.kernel.org/project/dm-devel/list/
2233T: quilt http://people.redhat.com/agk/patches/linux/editing/
2234S: Maintained
2235F: Documentation/device-mapper/
2236F: drivers/md/dm*
2237F: drivers/md/persistent-data/
2238F: include/linux/device-mapper.h
2239F: include/linux/dm-*.h
2240
2241DIOLAN U2C-12 I2C DRIVER
2242M: Guenter Roeck <guenter.roeck@ericsson.com>
2243L: linux-i2c@vger.kernel.org
2244S: Maintained
2245F: drivers/i2c/busses/i2c-diolan-u2c.c
2246
2247DIRECTORY NOTIFICATION (DNOTIFY)
2248M: Eric Paris <eparis@parisplace.org>
2249S: Maintained
2250F: Documentation/filesystems/dnotify.txt
2251F: fs/notify/dnotify/
2252F: include/linux/dnotify.h
2253
2254DISK GEOMETRY AND PARTITION HANDLING
2255M: Andries Brouwer <aeb@cwi.nl>
2256W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2257W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2258W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2259S: Maintained
2260
2261DISKQUOTA
2262M: Jan Kara <jack@suse.cz>
2263S: Maintained
2264F: Documentation/filesystems/quota.txt
2265F: fs/quota/
2266F: include/linux/quota*.h
2267
2268DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2269M: Bernie Thompson <bernie@plugable.com>
2270L: linux-fbdev@vger.kernel.org
2271S: Maintained
2272W: http://plugable.com/category/projects/udlfb/
2273F: drivers/video/udlfb.c
2274F: include/video/udlfb.h
2275F: Documentation/fb/udlfb.txt
2276
2277DISTRIBUTED LOCK MANAGER (DLM)
2278M: Christine Caulfield <ccaulfie@redhat.com>
2279M: David Teigland <teigland@redhat.com>
2280L: cluster-devel@redhat.com
2281W: http://sources.redhat.com/cluster/
2282T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2283S: Supported
2284F: fs/dlm/
2285
2286DMA BUFFER SHARING FRAMEWORK
2287M: Sumit Semwal <sumit.semwal@linaro.org>
2288S: Maintained
2289L: linux-media@vger.kernel.org
2290L: dri-devel@lists.freedesktop.org
2291L: linaro-mm-sig@lists.linaro.org
2292F: drivers/base/dma-buf*
2293F: include/linux/dma-buf*
2294F: Documentation/dma-buf-sharing.txt
2295T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2296
2297DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2298M: Vinod Koul <vinod.koul@intel.com>
2299M: Dan Williams <dan.j.williams@intel.com>
2300S: Supported
2301F: drivers/dma/
2302F: include/linux/dma*
2303T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2304T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2305
2306DME1737 HARDWARE MONITOR DRIVER
2307M: Juerg Haefliger <juergh@gmail.com>
2308L: lm-sensors@lm-sensors.org
2309S: Maintained
2310F: Documentation/hwmon/dme1737
2311F: drivers/hwmon/dme1737.c
2312
2313DOCBOOK FOR DOCUMENTATION
2314M: Randy Dunlap <rdunlap@xenotime.net>
2315S: Maintained
2316F: scripts/kernel-doc
2317
2318DOCKING STATION DRIVER
2319M: Shaohua Li <shaohua.li@intel.com>
2320L: linux-acpi@vger.kernel.org
2321S: Supported
2322F: drivers/acpi/dock.c
2323
2324DOCUMENTATION
2325M: Randy Dunlap <rdunlap@xenotime.net>
2326L: linux-doc@vger.kernel.org
2327T: quilt http://xenotime.net/kernel-doc-patches/current/
2328S: Maintained
2329F: Documentation/
2330
2331DOUBLETALK DRIVER
2332M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
2333L: blinux-list@redhat.com
2334S: Maintained
2335F: drivers/char/dtlk.c
2336F: include/linux/dtlk.h
2337
2338DPT_I2O SCSI RAID DRIVER
2339M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2340L: linux-scsi@vger.kernel.org
2341W: http://www.adaptec.com/
2342S: Maintained
2343F: drivers/scsi/dpt*
2344F: drivers/scsi/dpt/
2345
2346DRBD DRIVER
2347P: Philipp Reisner
2348P: Lars Ellenberg
2349M: drbd-dev@lists.linbit.com
2350L: drbd-user@lists.linbit.com
2351W: http://www.drbd.org
2352T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2353T: git git://git.drbd.org/drbd-8.3.git
2354S: Supported
2355F: drivers/block/drbd/
2356F: lib/lru_cache.c
2357F: Documentation/blockdev/drbd/
2358
2359DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2360M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2361T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2362S: Supported
2363F: Documentation/kobject.txt
2364F: drivers/base/
2365F: fs/sysfs/
2366F: fs/debugfs/
2367F: include/linux/kobj*
2368F: include/linux/debugfs.h
2369F: lib/kobj*
2370
2371DRM DRIVERS
2372M: David Airlie <airlied@linux.ie>
2373L: dri-devel@lists.freedesktop.org
2374T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2375S: Maintained
2376F: drivers/gpu/drm/
2377F: include/drm/
2378
2379INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2380M: Keith Packard <keithp@keithp.com>
2381L: intel-gfx@lists.freedesktop.org (subscribers-only)
2382L: dri-devel@lists.freedesktop.org
2383T: git git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux.git
2384S: Supported
2385F: drivers/gpu/drm/i915
2386F: include/drm/i915*
2387
2388DRM DRIVERS FOR EXYNOS
2389M: Inki Dae <inki.dae@samsung.com>
2390M: Joonyoung Shim <jy0922.shim@samsung.com>
2391M: Seung-Woo Kim <sw0312.kim@samsung.com>
2392M: Kyungmin Park <kyungmin.park@samsung.com>
2393L: dri-devel@lists.freedesktop.org
2394S: Supported
2395F: drivers/gpu/drm/exynos
2396F: include/drm/exynos*
2397
2398DSCC4 DRIVER
2399M: Francois Romieu <romieu@fr.zoreil.com>
2400L: netdev@vger.kernel.org
2401S: Maintained
2402F: drivers/net/wan/dscc4.c
2403
2404DYNAMIC DEBUG
2405M: Jason Baron <jbaron@redhat.com>
2406S: Maintained
2407F: lib/dynamic_debug.c
2408F: include/linux/dynamic_debug.h
2409
2410DZ DECSTATION DZ11 SERIAL DRIVER
2411M: "Maciej W. Rozycki" <macro@linux-mips.org>
2412S: Maintained
2413F: drivers/tty/serial/dz.*
2414
2415EATA-DMA SCSI DRIVER
2416M: Michael Neuffer <mike@i-Connect.Net>
2417L: linux-eata@i-connect.net
2418L: linux-scsi@vger.kernel.org
2419S: Maintained
2420F: drivers/scsi/eata*
2421
2422EATA ISA/EISA/PCI SCSI DRIVER
2423M: Dario Ballabio <ballabio_dario@emc.com>
2424L: linux-scsi@vger.kernel.org
2425S: Maintained
2426F: drivers/scsi/eata.c
2427
2428EATA-PIO SCSI DRIVER
2429M: Michael Neuffer <mike@i-Connect.Net>
2430L: linux-eata@i-connect.net
2431L: linux-scsi@vger.kernel.org
2432S: Maintained
2433F: drivers/scsi/eata_pio.*
2434
2435EBTABLES
2436M: Bart De Schuymer <bart.de.schuymer@pandora.be>
2437L: netfilter-devel@vger.kernel.org
2438W: http://ebtables.sourceforge.net/
2439S: Maintained
2440F: include/linux/netfilter_bridge/ebt_*.h
2441F: net/bridge/netfilter/ebt*.c
2442
2443ECRYPT FILE SYSTEM
2444M: Tyler Hicks <tyhicks@canonical.com>
2445M: Dustin Kirkland <dustin.kirkland@gazzang.com>
2446L: ecryptfs@vger.kernel.org
2447W: https://launchpad.net/ecryptfs
2448S: Supported
2449F: Documentation/filesystems/ecryptfs.txt
2450F: fs/ecryptfs/
2451
2452EDAC-CORE
2453M: Doug Thompson <dougthompson@xmission.com>
2454L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2455W: bluesmoke.sourceforge.net
2456S: Supported
2457F: Documentation/edac.txt
2458F: drivers/edac/edac_*
2459F: include/linux/edac.h
2460
2461EDAC-AMD64
2462M: Doug Thompson <dougthompson@xmission.com>
2463M: Borislav Petkov <borislav.petkov@amd.com>
2464L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2465W: bluesmoke.sourceforge.net
2466S: Supported
2467F: drivers/edac/amd64_edac*
2468
2469EDAC-E752X
2470M: Mark Gross <mark.gross@intel.com>
2471M: Doug Thompson <dougthompson@xmission.com>
2472L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2473W: bluesmoke.sourceforge.net
2474S: Maintained
2475F: drivers/edac/e752x_edac.c
2476
2477EDAC-E7XXX
2478M: Doug Thompson <dougthompson@xmission.com>
2479L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2480W: bluesmoke.sourceforge.net
2481S: Maintained
2482F: drivers/edac/e7xxx_edac.c
2483
2484EDAC-I82443BXGX
2485M: Tim Small <tim@buttersideup.com>
2486L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2487W: bluesmoke.sourceforge.net
2488S: Maintained
2489F: drivers/edac/i82443bxgx_edac.c
2490
2491EDAC-I3000
2492M: Jason Uhlenkott <juhlenko@akamai.com>
2493L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2494W: bluesmoke.sourceforge.net
2495S: Maintained
2496F: drivers/edac/i3000_edac.c
2497
2498EDAC-I5000
2499M: Doug Thompson <dougthompson@xmission.com>
2500L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2501W: bluesmoke.sourceforge.net
2502S: Maintained
2503F: drivers/edac/i5000_edac.c
2504
2505EDAC-I5400
2506M: Mauro Carvalho Chehab <mchehab@redhat.com>
2507L: linux-edac@vger.kernel.org
2508W: bluesmoke.sourceforge.net
2509S: Maintained
2510F: drivers/edac/i5400_edac.c
2511
2512EDAC-I7300
2513M: Mauro Carvalho Chehab <mchehab@redhat.com>
2514L: linux-edac@vger.kernel.org
2515W: bluesmoke.sourceforge.net
2516S: Maintained
2517F: drivers/edac/i7300_edac.c
2518
2519EDAC-I7CORE
2520M: Mauro Carvalho Chehab <mchehab@redhat.com>
2521L: linux-edac@vger.kernel.org
2522W: bluesmoke.sourceforge.net
2523S: Maintained
2524F: drivers/edac/i7core_edac.c
2525
2526EDAC-I82975X
2527M: Ranganathan Desikan <ravi@jetztechnologies.com>
2528M: "Arvind R." <arvino55@gmail.com>
2529L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2530W: bluesmoke.sourceforge.net
2531S: Maintained
2532F: drivers/edac/i82975x_edac.c
2533
2534EDAC-PASEMI
2535M: Egor Martovetsky <egor@pasemi.com>
2536L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2537W: bluesmoke.sourceforge.net
2538S: Maintained
2539F: drivers/edac/pasemi_edac.c
2540
2541EDAC-R82600
2542M: Tim Small <tim@buttersideup.com>
2543L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2544W: bluesmoke.sourceforge.net
2545S: Maintained
2546F: drivers/edac/r82600_edac.c
2547
2548EDAC-SBRIDGE
2549M: Mauro Carvalho Chehab <mchehab@redhat.com>
2550L: linux-edac@vger.kernel.org
2551W: bluesmoke.sourceforge.net
2552S: Maintained
2553F: drivers/edac/sb_edac.c
2554
2555EDIROL UA-101/UA-1000 DRIVER
2556M: Clemens Ladisch <clemens@ladisch.de>
2557L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2558T: git git://git.alsa-project.org/alsa-kernel.git
2559S: Maintained
2560F: sound/usb/misc/ua101.c
2561
2562EFIFB FRAMEBUFFER DRIVER
2563L: linux-fbdev@vger.kernel.org
2564M: Peter Jones <pjones@redhat.com>
2565S: Maintained
2566F: drivers/video/efifb.c
2567
2568EFS FILESYSTEM
2569W: http://aeschi.ch.eu.org/efs/
2570S: Orphan
2571F: fs/efs/
2572
2573EHCA (IBM GX bus InfiniBand adapter) DRIVER
2574M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2575M: Christoph Raisch <raisch@de.ibm.com>
2576L: linux-rdma@vger.kernel.org
2577S: Supported
2578F: drivers/infiniband/hw/ehca/
2579
2580EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2581M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
2582L: netdev@vger.kernel.org
2583S: Maintained
2584F: drivers/net/ethernet/ibm/ehea/
2585
2586EMBEDDED LINUX
2587M: Paul Gortmaker <paul.gortmaker@windriver.com>
2588M: Matt Mackall <mpm@selenic.com>
2589M: David Woodhouse <dwmw2@infradead.org>
2590L: linux-embedded@vger.kernel.org
2591S: Maintained
2592
2593EMULEX LPFC FC SCSI DRIVER
2594M: James Smart <james.smart@emulex.com>
2595L: linux-scsi@vger.kernel.org
2596W: http://sourceforge.net/projects/lpfcxxxx
2597S: Supported
2598F: drivers/scsi/lpfc/
2599
2600ENE CB710 FLASH CARD READER DRIVER
2601M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
2602S: Maintained
2603F: drivers/misc/cb710/
2604F: drivers/mmc/host/cb710-mmc.*
2605F: include/linux/cb710.h
2606
2607ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2608M: Maxim Levitsky <maximlevitsky@gmail.com>
2609S: Maintained
2610F: drivers/media/rc/ene_ir.*
2611
2612EPSON 1355 FRAMEBUFFER DRIVER
2613M: Christopher Hoover <ch@murgatroid.com>
2614M: Christopher Hoover <ch@hpl.hp.com>
2615S: Maintained
2616F: drivers/video/epson1355fb.c
2617
2618EPSON S1D13XXX FRAMEBUFFER DRIVER
2619M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2620S: Maintained
2621T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2622F: drivers/video/s1d13xxxfb.c
2623F: include/video/s1d13xxxfb.h
2624
2625ETHEREXPRESS-16 NETWORK DRIVER
2626M: Philip Blundell <philb@gnu.org>
2627L: netdev@vger.kernel.org
2628S: Maintained
2629F: drivers/net/ethernet/i825xx/eexpress.*
2630
2631ETHERNET BRIDGE
2632M: Stephen Hemminger <shemminger@vyatta.com>
2633L: bridge@lists.linux-foundation.org
2634L: netdev@vger.kernel.org
2635W: http://www.linuxfoundation.org/en/Net:Bridge
2636S: Maintained
2637F: include/linux/netfilter_bridge/
2638F: net/bridge/
2639
2640ETHERTEAM 16I DRIVER
2641M: Mika Kuoppala <miku@iki.fi>
2642S: Maintained
2643F: drivers/net/ethernet/fujitsu/eth16i.c
2644
2645EXT2 FILE SYSTEM
2646M: Jan Kara <jack@suse.cz>
2647L: linux-ext4@vger.kernel.org
2648S: Maintained
2649F: Documentation/filesystems/ext2.txt
2650F: fs/ext2/
2651F: include/linux/ext2*
2652
2653EXT3 FILE SYSTEM
2654M: Jan Kara <jack@suse.cz>
2655M: Andrew Morton <akpm@linux-foundation.org>
2656M: Andreas Dilger <adilger.kernel@dilger.ca>
2657L: linux-ext4@vger.kernel.org
2658S: Maintained
2659F: Documentation/filesystems/ext3.txt
2660F: fs/ext3/
2661F: include/linux/ext3*
2662
2663EXT4 FILE SYSTEM
2664M: "Theodore Ts'o" <tytso@mit.edu>
2665M: Andreas Dilger <adilger.kernel@dilger.ca>
2666L: linux-ext4@vger.kernel.org
2667W: http://ext4.wiki.kernel.org
2668Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2669S: Maintained
2670F: Documentation/filesystems/ext4.txt
2671F: fs/ext4/
2672
2673Extended Verification Module (EVM)
2674M: Mimi Zohar <zohar@us.ibm.com>
2675S: Supported
2676F: security/integrity/evm/
2677
2678EXYNOS DP DRIVER
2679M: Jingoo Han <jg1.han@samsung.com>
2680L: linux-fbdev@vger.kernel.org
2681S: Maintained
2682F: drivers/video/exynos/exynos_dp*
2683
2684EXYNOS MIPI DISPLAY DRIVERS
2685M: Inki Dae <inki.dae@samsung.com>
2686M: Donghwa Lee <dh09.lee@samsung.com>
2687M: Kyungmin Park <kyungmin.park@samsung.com>
2688L: linux-fbdev@vger.kernel.org
2689S: Maintained
2690F: drivers/video/exynos/exynos_mipi*
2691F: include/video/exynos_mipi*
2692
2693F71805F HARDWARE MONITORING DRIVER
2694M: Jean Delvare <khali@linux-fr.org>
2695L: lm-sensors@lm-sensors.org
2696S: Maintained
2697F: Documentation/hwmon/f71805f
2698F: drivers/hwmon/f71805f.c
2699
2700FANOTIFY
2701M: Eric Paris <eparis@redhat.com>
2702S: Maintained
2703F: fs/notify/fanotify/
2704F: include/linux/fanotify.h
2705
2706FARSYNC SYNCHRONOUS DRIVER
2707M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2708W: http://www.farsite.co.uk/
2709S: Supported
2710F: drivers/net/wan/farsync.*
2711
2712FAULT INJECTION SUPPORT
2713M: Akinobu Mita <akinobu.mita@gmail.com>
2714S: Supported
2715F: Documentation/fault-injection/
2716F: lib/fault-inject.c
2717
2718FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2719M: Robert Love <robert.w.love@intel.com>
2720L: devel@open-fcoe.org
2721W: www.Open-FCoE.org
2722S: Supported
2723F: drivers/scsi/libfc/
2724F: drivers/scsi/fcoe/
2725F: include/scsi/fc/
2726F: include/scsi/libfc.h
2727F: include/scsi/libfcoe.h
2728
2729FILE LOCKING (flock() and fcntl()/lockf())
2730M: Matthew Wilcox <matthew@wil.cx>
2731L: linux-fsdevel@vger.kernel.org
2732S: Maintained
2733F: include/linux/fcntl.h
2734F: include/linux/fs.h
2735F: fs/fcntl.c
2736F: fs/locks.c
2737
2738FILESYSTEMS (VFS and infrastructure)
2739M: Alexander Viro <viro@zeniv.linux.org.uk>
2740L: linux-fsdevel@vger.kernel.org
2741S: Maintained
2742F: fs/*
2743
2744FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2745M: Riku Voipio <riku.voipio@iki.fi>
2746L: lm-sensors@lm-sensors.org
2747S: Maintained
2748F: drivers/hwmon/f75375s.c
2749F: include/linux/f75375s.h
2750
2751FIREWIRE AUDIO DRIVERS
2752M: Clemens Ladisch <clemens@ladisch.de>
2753L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2754T: git git://git.alsa-project.org/alsa-kernel.git
2755S: Maintained
2756F: sound/firewire/
2757
2758FIREWIRE SUBSYSTEM
2759M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2760L: linux1394-devel@lists.sourceforge.net
2761W: http://ieee1394.wiki.kernel.org/
2762T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
2763S: Maintained
2764F: drivers/firewire/
2765F: include/linux/firewire*.h
2766F: tools/firewire/
2767
2768FIRMWARE LOADER (request_firmware)
2769S: Orphan
2770F: Documentation/firmware_class/
2771F: drivers/base/firmware*.c
2772F: include/linux/firmware.h
2773
2774FPU EMULATOR
2775M: Bill Metzenthen <billm@melbpc.org.au>
2776W: http://floatingpoint.sourceforge.net/emulator/index.html
2777S: Maintained
2778F: arch/x86/math-emu/
2779
2780FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2781L: netdev@vger.kernel.org
2782S: Orphan
2783F: drivers/net/wan/dlci.c
2784F: drivers/net/wan/sdla.c
2785
2786FRAMEBUFFER LAYER
2787M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
2788L: linux-fbdev@vger.kernel.org
2789W: http://linux-fbdev.sourceforge.net/
2790Q: http://patchwork.kernel.org/project/linux-fbdev/list/
2791T: git git://github.com/schandinat/linux-2.6.git fbdev-next
2792S: Maintained
2793F: Documentation/fb/
2794F: Documentation/devicetree/bindings/fb/
2795F: drivers/video/
2796F: include/video/
2797F: include/linux/fb.h
2798
2799FREESCALE DMA DRIVER
2800M: Li Yang <leoli@freescale.com>
2801M: Zhang Wei <zw@zh-kernel.org>
2802L: linuxppc-dev@lists.ozlabs.org
2803S: Maintained
2804F: drivers/dma/fsldma.*
2805
2806FREESCALE I2C CPM DRIVER
2807M: Jochen Friedrich <jochen@scram.de>
2808L: linuxppc-dev@lists.ozlabs.org
2809L: linux-i2c@vger.kernel.org
2810S: Maintained
2811F: drivers/i2c/busses/i2c-cpm.c
2812
2813FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2814M: Sascha Hauer <kernel@pengutronix.de>
2815L: linux-fbdev@vger.kernel.org
2816L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2817S: Maintained
2818F: arch/arm/plat-mxc/include/mach/imxfb.h
2819F: drivers/video/imxfb.c
2820
2821FREESCALE SOC FS_ENET DRIVER
2822M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2823M: Vitaly Bordug <vbordug@ru.mvista.com>
2824L: linuxppc-dev@lists.ozlabs.org
2825L: netdev@vger.kernel.org
2826S: Maintained
2827F: drivers/net/ethernet/freescale/fs_enet/
2828F: include/linux/fs_enet_pd.h
2829
2830FREESCALE QUICC ENGINE LIBRARY
2831M: Timur Tabi <timur@freescale.com>
2832L: linuxppc-dev@lists.ozlabs.org
2833S: Supported
2834F: arch/powerpc/sysdev/qe_lib/
2835F: arch/powerpc/include/asm/*qe.h
2836
2837FREESCALE USB PERIPHERAL DRIVERS
2838M: Li Yang <leoli@freescale.com>
2839L: linux-usb@vger.kernel.org
2840L: linuxppc-dev@lists.ozlabs.org
2841S: Maintained
2842F: drivers/usb/gadget/fsl*
2843
2844FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2845M: Li Yang <leoli@freescale.com>
2846L: netdev@vger.kernel.org
2847L: linuxppc-dev@lists.ozlabs.org
2848S: Maintained
2849F: drivers/net/ethernet/freescale/ucc_geth*
2850
2851FREESCALE QUICC ENGINE UCC UART DRIVER
2852M: Timur Tabi <timur@freescale.com>
2853L: linuxppc-dev@lists.ozlabs.org
2854S: Supported
2855F: drivers/tty/serial/ucc_uart.c
2856
2857FREESCALE SOC SOUND DRIVERS
2858M: Timur Tabi <timur@freescale.com>
2859L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2860L: linuxppc-dev@lists.ozlabs.org
2861S: Supported
2862F: sound/soc/fsl/fsl*
2863F: sound/soc/fsl/mpc8610_hpcd.c
2864
2865FREEVXFS FILESYSTEM
2866M: Christoph Hellwig <hch@infradead.org>
2867W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2868S: Maintained
2869F: fs/freevxfs/
2870
2871FREEZER
2872M: Pavel Machek <pavel@ucw.cz>
2873M: "Rafael J. Wysocki" <rjw@sisk.pl>
2874L: linux-pm@vger.kernel.org
2875S: Supported
2876F: Documentation/power/freezing-of-tasks.txt
2877F: include/linux/freezer.h
2878F: kernel/freezer.c
2879
2880FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2881M: David Howells <dhowells@redhat.com>
2882L: linux-cachefs@redhat.com
2883S: Supported
2884F: Documentation/filesystems/caching/
2885F: fs/fscache/
2886F: include/linux/fscache*.h
2887
2888FUJITSU FR-V (FRV) PORT
2889M: David Howells <dhowells@redhat.com>
2890S: Maintained
2891F: arch/frv/
2892
2893FUJITSU LAPTOP EXTRAS
2894M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2895L: platform-driver-x86@vger.kernel.org
2896S: Maintained
2897F: drivers/platform/x86/fujitsu-laptop.c
2898
2899FUJITSU M-5MO LS CAMERA ISP DRIVER
2900M: Kyungmin Park <kyungmin.park@samsung.com>
2901M: Heungjun Kim <riverful.kim@samsung.com>
2902L: linux-media@vger.kernel.org
2903S: Maintained
2904F: drivers/media/video/m5mols/
2905F: include/media/m5mols.h
2906
2907FUJITSU TABLET EXTRAS
2908M: Robert Gerlach <khnz@gmx.de>
2909L: platform-driver-x86@vger.kernel.org
2910S: Maintained
2911F: drivers/platform/x86/fujitsu-tablet.c
2912
2913FUSE: FILESYSTEM IN USERSPACE
2914M: Miklos Szeredi <miklos@szeredi.hu>
2915L: fuse-devel@lists.sourceforge.net
2916W: http://fuse.sourceforge.net/
2917S: Maintained
2918F: fs/fuse/
2919F: include/linux/fuse.h
2920
2921FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2922M: Rik Faith <faith@cs.unc.edu>
2923L: linux-scsi@vger.kernel.org
2924S: Odd Fixes (e.g., new signatures)
2925F: drivers/scsi/fdomain.*
2926
2927GDT SCSI DISK ARRAY CONTROLLER DRIVER
2928M: Achim Leubner <achim_leubner@adaptec.com>
2929L: linux-scsi@vger.kernel.org
2930W: http://www.icp-vortex.com/
2931S: Supported
2932F: drivers/scsi/gdt*
2933
2934GENERIC GPIO I2C DRIVER
2935M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2936S: Supported
2937F: drivers/i2c/busses/i2c-gpio.c
2938F: include/linux/i2c-gpio.h
2939
2940GENERIC GPIO I2C MULTIPLEXER DRIVER
2941M: Peter Korsgaard <peter.korsgaard@barco.com>
2942L: linux-i2c@vger.kernel.org
2943S: Supported
2944F: drivers/i2c/muxes/gpio-i2cmux.c
2945F: include/linux/gpio-i2cmux.h
2946F: Documentation/i2c/muxes/gpio-i2cmux
2947
2948GENERIC HDLC (WAN) DRIVERS
2949M: Krzysztof Halasa <khc@pm.waw.pl>
2950W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2951S: Maintained
2952F: drivers/net/wan/c101.c
2953F: drivers/net/wan/hd6457*
2954F: drivers/net/wan/hdlc*
2955F: drivers/net/wan/n2.c
2956F: drivers/net/wan/pc300too.c
2957F: drivers/net/wan/pci200syn.c
2958F: drivers/net/wan/wanxl*
2959
2960GENERIC INCLUDE/ASM HEADER FILES
2961M: Arnd Bergmann <arnd@arndb.de>
2962L: linux-arch@vger.kernel.org
2963T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2964S: Maintained
2965F: include/asm-generic
2966
2967GENERIC UIO DRIVER FOR PCI DEVICES
2968M: "Michael S. Tsirkin" <mst@redhat.com>
2969L: kvm@vger.kernel.org
2970S: Supported
2971F: drivers/uio/uio_pci_generic.c
2972
2973GFS2 FILE SYSTEM
2974M: Steven Whitehouse <swhiteho@redhat.com>
2975L: cluster-devel@redhat.com
2976W: http://sources.redhat.com/cluster/
2977T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
2978T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
2979S: Supported
2980F: Documentation/filesystems/gfs2*.txt
2981F: fs/gfs2/
2982F: include/linux/gfs2_ondisk.h
2983
2984GIGASET ISDN DRIVERS
2985M: Hansjoerg Lipp <hjlipp@web.de>
2986M: Tilman Schmidt <tilman@imap.cc>
2987L: gigaset307x-common@lists.sourceforge.net
2988W: http://gigaset307x.sourceforge.net/
2989S: Maintained
2990F: Documentation/isdn/README.gigaset
2991F: drivers/isdn/gigaset/
2992F: include/linux/gigaset_dev.h
2993
2994GPIO SUBSYSTEM
2995M: Grant Likely <grant.likely@secretlab.ca>
2996M: Linus Walleij <linus.walleij@stericsson.com>
2997S: Maintained
2998T: git git://git.secretlab.ca/git/linux-2.6.git
2999F: Documentation/gpio.txt
3000F: drivers/gpio/
3001F: include/linux/gpio*
3002
3003GRE DEMULTIPLEXER DRIVER
3004M: Dmitry Kozlov <xeb@mail.ru>
3005L: netdev@vger.kernel.org
3006S: Maintained
3007F: net/ipv4/gre.c
3008F: include/net/gre.h
3009
3010GRETH 10/100/1G Ethernet MAC device driver
3011M: Kristoffer Glembo <kristoffer@gaisler.com>
3012L: netdev@vger.kernel.org
3013S: Maintained
3014F: drivers/net/ethernet/aeroflex/
3015
3016GSPCA FINEPIX SUBDRIVER
3017M: Frank Zago <frank@zago.net>
3018L: linux-media@vger.kernel.org
3019T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3020S: Maintained
3021F: drivers/media/video/gspca/finepix.c
3022
3023GSPCA GL860 SUBDRIVER
3024M: Olivier Lorin <o.lorin@laposte.net>
3025L: linux-media@vger.kernel.org
3026T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3027S: Maintained
3028F: drivers/media/video/gspca/gl860/
3029
3030GSPCA M5602 SUBDRIVER
3031M: Erik Andren <erik.andren@gmail.com>
3032L: linux-media@vger.kernel.org
3033T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3034S: Maintained
3035F: drivers/media/video/gspca/m5602/
3036
3037GSPCA PAC207 SONIXB SUBDRIVER
3038M: Hans de Goede <hdegoede@redhat.com>
3039L: linux-media@vger.kernel.org
3040T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3041S: Maintained
3042F: drivers/media/video/gspca/pac207.c
3043
3044GSPCA SN9C20X SUBDRIVER
3045M: Brian Johnson <brijohn@gmail.com>
3046L: linux-media@vger.kernel.org
3047T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3048S: Maintained
3049F: drivers/media/video/gspca/sn9c20x.c
3050
3051GSPCA T613 SUBDRIVER
3052M: Leandro Costantino <lcostantino@gmail.com>
3053L: linux-media@vger.kernel.org
3054T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3055S: Maintained
3056F: drivers/media/video/gspca/t613.c
3057
3058GSPCA USB WEBCAM DRIVER
3059M: Jean-Francois Moine <moinejf@free.fr>
3060W: http://moinejf.free.fr
3061L: linux-media@vger.kernel.org
3062T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3063S: Maintained
3064F: drivers/media/video/gspca/
3065
3066HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3067M: Frank Seidel <frank@f-seidel.de>
3068L: platform-driver-x86@vger.kernel.org
3069W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3070S: Maintained
3071F: drivers/platform/x86/hdaps.c
3072
3073HWPOISON MEMORY FAILURE HANDLING
3074M: Andi Kleen <andi@firstfloor.org>
3075L: linux-mm@kvack.org
3076T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3077S: Maintained
3078F: mm/memory-failure.c
3079F: mm/hwpoison-inject.c
3080
3081HYPERVISOR VIRTUAL CONSOLE DRIVER
3082L: linuxppc-dev@lists.ozlabs.org
3083S: Odd Fixes
3084F: drivers/tty/hvc/
3085
3086HARDWARE MONITORING
3087M: Jean Delvare <khali@linux-fr.org>
3088M: Guenter Roeck <guenter.roeck@ericsson.com>
3089L: lm-sensors@lm-sensors.org
3090W: http://www.lm-sensors.org/
3091T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3092T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3093S: Maintained
3094F: Documentation/hwmon/
3095F: drivers/hwmon/
3096F: include/linux/hwmon*.h
3097
3098HARDWARE RANDOM NUMBER GENERATOR CORE
3099M: Matt Mackall <mpm@selenic.com>
3100M: Herbert Xu <herbert@gondor.apana.org.au>
3101S: Odd fixes
3102F: Documentation/hw_random.txt
3103F: drivers/char/hw_random/
3104F: include/linux/hw_random.h
3105
3106HARDWARE SPINLOCK CORE
3107M: Ohad Ben-Cohen <ohad@wizery.com>
3108S: Maintained
3109F: Documentation/hwspinlock.txt
3110F: drivers/hwspinlock/hwspinlock_*
3111F: include/linux/hwspinlock.h
3112
3113HARMONY SOUND DRIVER
3114L: linux-parisc@vger.kernel.org
3115S: Maintained
3116F: sound/parisc/harmony.*
3117
3118HEWLETT-PACKARD SMART2 RAID DRIVER
3119M: Chirag Kantharia <chirag.kantharia@hp.com>
3120L: iss_storagedev@hp.com
3121S: Maintained
3122F: Documentation/blockdev/cpqarray.txt
3123F: drivers/block/cpqarray.*
3124
3125HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3126M: "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3127L: iss_storagedev@hp.com
3128S: Supported
3129F: Documentation/scsi/hpsa.txt
3130F: drivers/scsi/hpsa*.[ch]
3131F: include/linux/cciss*.h
3132
3133HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3134M: Mike Miller <mike.miller@hp.com>
3135L: iss_storagedev@hp.com
3136S: Supported
3137F: Documentation/blockdev/cciss.txt
3138F: drivers/block/cciss*
3139F: include/linux/cciss_ioctl.h
3140
3141HFS FILESYSTEM
3142L: linux-fsdevel@vger.kernel.org
3143S: Orphan
3144F: Documentation/filesystems/hfs.txt
3145F: fs/hfs/
3146
3147HGA FRAMEBUFFER DRIVER
3148M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3149L: linux-nvidia@lists.surfsouth.com
3150W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3151S: Maintained
3152F: drivers/video/hgafb.c
3153
3154HIBERNATION (aka Software Suspend, aka swsusp)
3155M: Pavel Machek <pavel@ucw.cz>
3156M: "Rafael J. Wysocki" <rjw@sisk.pl>
3157L: linux-pm@vger.kernel.org
3158S: Supported
3159F: arch/x86/power/
3160F: drivers/base/power/
3161F: kernel/power/
3162F: include/linux/suspend.h
3163F: include/linux/freezer.h
3164F: include/linux/pm.h
3165F: arch/*/include/asm/suspend*.h
3166
3167HID CORE LAYER
3168M: Jiri Kosina <jkosina@suse.cz>
3169L: linux-input@vger.kernel.org
3170T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3171S: Maintained
3172F: drivers/hid/
3173F: include/linux/hid*
3174
3175HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3176M: Thomas Gleixner <tglx@linutronix.de>
3177T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3178S: Maintained
3179F: Documentation/timers/
3180F: kernel/hrtimer.c
3181F: kernel/time/clockevents.c
3182F: kernel/time/tick*.*
3183F: kernel/time/timer_*.c
3184F: include/linux/clockchips.h
3185F: include/linux/hrtimer.h
3186
3187HIGH-SPEED SCC DRIVER FOR AX.25
3188M: Klaus Kudielka <klaus.kudielka@ieee.org>
3189L: linux-hams@vger.kernel.org
3190W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
3191S: Maintained
3192F: drivers/net/hamradio/dmascc.c
3193F: drivers/net/hamradio/scc.c
3194
3195HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3196M: HighPoint Linux Team <linux@highpoint-tech.com>
3197W: http://www.highpoint-tech.com
3198S: Supported
3199F: Documentation/scsi/hptiop.txt
3200F: drivers/scsi/hptiop.c
3201
3202HIPPI
3203M: Jes Sorensen <jes@trained-monkey.org>
3204L: linux-hippi@sunsite.dk
3205S: Maintained
3206F: include/linux/hippidevice.h
3207F: include/linux/if_hippi.h
3208F: net/802/hippi.c
3209F: drivers/net/hippi/
3210
3211HOST AP DRIVER
3212M: Jouni Malinen <j@w1.fi>
3213L: hostap@shmoo.com (subscribers-only)
3214L: linux-wireless@vger.kernel.org
3215W: http://hostap.epitest.fi/
3216S: Maintained
3217F: drivers/net/wireless/hostap/
3218
3219HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3220L: platform-driver-x86@vger.kernel.org
3221S: Orphan
3222F: drivers/platform/x86/tc1100-wmi.c
3223
3224HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3225M: Jaroslav Kysela <perex@perex.cz>
3226S: Maintained
3227F: drivers/net/ethernet/hp/hp100.*
3228
3229HPET: High Precision Event Timers driver
3230M: Clemens Ladisch <clemens@ladisch.de>
3231S: Maintained
3232F: Documentation/timers/hpet.txt
3233F: drivers/char/hpet.c
3234F: include/linux/hpet.h
3235
3236HPET: x86
3237M: "Venkatesh Pallipadi (Venki)" <venki@google.com>
3238S: Maintained
3239F: arch/x86/kernel/hpet.c
3240F: arch/x86/include/asm/hpet.h
3241
3242HPFS FILESYSTEM
3243M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3244W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3245S: Maintained
3246F: fs/hpfs/
3247
3248HSO 3G MODEM DRIVER
3249M: Jan Dumon <j.dumon@option.com>
3250W: http://www.pharscape.org
3251S: Maintained
3252F: drivers/net/usb/hso.c
3253
3254HTCPEN TOUCHSCREEN DRIVER
3255M: Pau Oliva Fora <pof@eslack.org>
3256L: linux-input@vger.kernel.org
3257S: Maintained
3258F: drivers/input/touchscreen/htcpen.c
3259
3260HUGETLB FILESYSTEM
3261M: William Irwin <wli@holomorphy.com>
3262S: Maintained
3263F: fs/hugetlbfs/
3264
3265Hyper-V CORE AND DRIVERS
3266M: K. Y. Srinivasan <kys@microsoft.com>
3267M: Haiyang Zhang <haiyangz@microsoft.com>
3268L: devel@linuxdriverproject.org
3269S: Maintained
3270F: drivers/hv/
3271F: drivers/hid/hid-hyperv.c
3272F: drivers/net/hyperv/
3273F: drivers/staging/hv/
3274
3275I2C/SMBUS STUB DRIVER
3276M: "Mark M. Hoffman" <mhoffman@lightlink.com>
3277L: linux-i2c@vger.kernel.org
3278S: Maintained
3279F: drivers/i2c/busses/i2c-stub.c
3280
3281I2C SUBSYSTEM
3282M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3283M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3284M: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de>
3285L: linux-i2c@vger.kernel.org
3286W: http://i2c.wiki.kernel.org/
3287T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3288T: git git://git.fluff.org/bjdooks/linux.git
3289S: Maintained
3290F: Documentation/i2c/
3291F: drivers/i2c/
3292F: include/linux/i2c.h
3293F: include/linux/i2c-*.h
3294
3295I2C-TINY-USB DRIVER
3296M: Till Harbaum <till@harbaum.org>
3297L: linux-i2c@vger.kernel.org
3298W: http://www.harbaum.org/till/i2c_tiny_usb
3299S: Maintained
3300F: drivers/i2c/busses/i2c-tiny-usb.c
3301
3302i386 BOOT CODE
3303M: "H. Peter Anvin" <hpa@zytor.com>
3304S: Maintained
3305F: arch/x86/boot/
3306
3307i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3308M: "H. Peter Anvin" <hpa@zytor.com>
3309T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3310S: Maintained
3311
3312IA64 (Itanium) PLATFORM
3313M: Tony Luck <tony.luck@intel.com>
3314M: Fenghua Yu <fenghua.yu@intel.com>
3315L: linux-ia64@vger.kernel.org
3316T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3317S: Maintained
3318F: arch/ia64/
3319
3320IBM MCA SCSI SUBSYSTEM DRIVER
3321M: Michael Lang <langa2@kph.uni-mainz.de>
3322W: http://www.uni-mainz.de/~langm000/linux.html
3323S: Maintained
3324F: drivers/scsi/ibmmca.c
3325
3326IBM Power Linux RAID adapter
3327M: Brian King <brking@us.ibm.com>
3328S: Supported
3329F: drivers/scsi/ipr.*
3330
3331IBM Power Virtual Ethernet Device Driver
3332M: Santiago Leon <santil@linux.vnet.ibm.com>
3333L: netdev@vger.kernel.org
3334S: Supported
3335F: drivers/net/ethernet/ibm/ibmveth.*
3336
3337IBM ServeRAID RAID DRIVER
3338P: Jack Hammer
3339M: Dave Jeffery <ipslinux@adaptec.com>
3340W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3341S: Supported
3342F: drivers/scsi/ips.*
3343
3344IDE SUBSYSTEM
3345M: "David S. Miller" <davem@davemloft.net>
3346L: linux-ide@vger.kernel.org
3347Q: http://patchwork.ozlabs.org/project/linux-ide/list/
3348T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
3349S: Maintained
3350F: Documentation/ide/
3351F: drivers/ide/
3352F: include/linux/ide.h
3353
3354IDEAPAD LAPTOP EXTRAS DRIVER
3355M: Ike Panhc <ike.pan@canonical.com>
3356L: platform-driver-x86@vger.kernel.org
3357W: http://launchpad.net/ideapad-laptop
3358S: Maintained
3359F: drivers/platform/x86/ideapad-laptop.c
3360
3361IDE/ATAPI DRIVERS
3362M: Borislav Petkov <petkovbb@gmail.com>
3363L: linux-ide@vger.kernel.org
3364S: Maintained
3365F: Documentation/cdrom/ide-cd
3366F: drivers/ide/ide-cd*
3367
3368IDLE-I7300
3369M: Andy Henroid <andrew.d.henroid@intel.com>
3370L: linux-pm@vger.kernel.org
3371S: Supported
3372F: drivers/idle/i7300_idle.c
3373
3374IEEE 802.15.4 SUBSYSTEM
3375M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3376M: Sergey Lapin <slapin@ossfans.org>
3377L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3378W: http://apps.sourceforge.net/trac/linux-zigbee
3379T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3380S: Maintained
3381F: net/ieee802154/
3382F: drivers/ieee802154/
3383
3384IIO SUBSYSTEM AND DRIVERS
3385M: Jonathan Cameron <jic23@cam.ac.uk>
3386L: linux-iio@vger.kernel.org
3387S: Maintained
3388F: drivers/staging/iio/
3389
3390IKANOS/ADI EAGLE ADSL USB DRIVER
3391M: Matthieu Castet <castet.matthieu@free.fr>
3392M: Stanislaw Gruszka <stf_xl@wp.pl>
3393S: Maintained
3394F: drivers/usb/atm/ueagle-atm.c
3395
3396INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3397M: Mimi Zohar <zohar@us.ibm.com>
3398S: Supported
3399F: security/integrity/ima/
3400
3401IMS TWINTURBO FRAMEBUFFER DRIVER
3402L: linux-fbdev@vger.kernel.org
3403S: Orphan
3404F: drivers/video/imsttfb.c
3405
3406INFINIBAND SUBSYSTEM
3407M: Roland Dreier <roland@kernel.org>
3408M: Sean Hefty <sean.hefty@intel.com>
3409M: Hal Rosenstock <hal.rosenstock@gmail.com>
3410L: linux-rdma@vger.kernel.org
3411W: http://www.openfabrics.org/
3412Q: http://patchwork.kernel.org/project/linux-rdma/list/
3413T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3414S: Supported
3415F: Documentation/infiniband/
3416F: drivers/infiniband/
3417F: include/linux/if_infiniband.h
3418
3419INOTIFY
3420M: John McCutchan <john@johnmccutchan.com>
3421M: Robert Love <rlove@rlove.org>
3422M: Eric Paris <eparis@parisplace.org>
3423S: Maintained
3424F: Documentation/filesystems/inotify.txt
3425F: fs/notify/inotify/
3426F: include/linux/inotify.h
3427
3428INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3429M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
3430M: Dmitry Torokhov <dtor@mail.ru>
3431L: linux-input@vger.kernel.org
3432Q: http://patchwork.kernel.org/project/linux-input/list/
3433T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3434S: Maintained
3435F: drivers/input/
3436
3437INPUT MULTITOUCH (MT) PROTOCOL
3438M: Henrik Rydberg <rydberg@euromail.se>
3439L: linux-input@vger.kernel.org
3440T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3441S: Maintained
3442F: Documentation/input/multi-touch-protocol.txt
3443F: drivers/input/input-mt.c
3444K: \b(ABS|SYN)_MT_
3445
3446INTEL C600 SERIES SAS CONTROLLER DRIVER
3447M: Intel SCU Linux support <intel-linux-scu@intel.com>
3448M: Dan Williams <dan.j.williams@intel.com>
3449M: Dave Jiang <dave.jiang@intel.com>
3450M: Ed Nadolski <edmund.nadolski@intel.com>
3451L: linux-scsi@vger.kernel.org
3452T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci.git
3453S: Maintained
3454F: drivers/scsi/isci/
3455F: firmware/isci/
3456
3457INTEL IDLE DRIVER
3458M: Len Brown <lenb@kernel.org>
3459L: linux-pm@vger.kernel.org
3460T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
3461S: Supported
3462F: drivers/idle/intel_idle.c
3463
3464INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3465M: Maik Broemme <mbroemme@plusserver.de>
3466L: linux-fbdev@vger.kernel.org
3467S: Maintained
3468F: Documentation/fb/intelfb.txt
3469F: drivers/video/intelfb/
3470
3471INTEL 810/815 FRAMEBUFFER DRIVER
3472M: Antonino Daplas <adaplas@gmail.com>
3473L: linux-fbdev@vger.kernel.org
3474S: Maintained
3475F: drivers/video/i810/
3476
3477INTEL MENLOW THERMAL DRIVER
3478M: Sujith Thomas <sujith.thomas@intel.com>
3479L: platform-driver-x86@vger.kernel.org
3480W: http://www.lesswatts.org/projects/acpi/
3481S: Supported
3482F: drivers/platform/x86/intel_menlow.c
3483
3484INTEL IA32 MICROCODE UPDATE SUPPORT
3485M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3486S: Maintained
3487F: arch/x86/kernel/microcode_core.c
3488F: arch/x86/kernel/microcode_intel.c
3489
3490INTEL I/OAT DMA DRIVER
3491M: Dan Williams <dan.j.williams@intel.com>
3492S: Supported
3493F: drivers/dma/ioat*
3494
3495INTEL IOMMU (VT-d)
3496M: David Woodhouse <dwmw2@infradead.org>
3497L: iommu@lists.linux-foundation.org
3498T: git git://git.infradead.org/iommu-2.6.git
3499S: Supported
3500F: drivers/iommu/intel-iommu.c
3501F: include/linux/intel-iommu.h
3502
3503INTEL IOP-ADMA DMA DRIVER
3504M: Dan Williams <dan.j.williams@intel.com>
3505S: Maintained
3506F: drivers/dma/iop-adma.c
3507
3508INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3509M: Krzysztof Halasa <khc@pm.waw.pl>
3510S: Maintained
3511F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3512F: arch/arm/mach-ixp4xx/include/mach/npe.h
3513F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3514F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3515F: drivers/net/ethernet/xscale/ixp4xx_eth.c
3516F: drivers/net/wan/ixp4xx_hss.c
3517
3518INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3519M: Deepak Saxena <dsaxena@plexity.net>
3520S: Maintained
3521F: drivers/char/hw_random/ixp4xx-rng.c
3522
3523INTEL IXP2000 ETHERNET DRIVER
3524M: Lennert Buytenhek <kernel@wantstofly.org>
3525L: netdev@vger.kernel.org
3526S: Maintained
3527F: drivers/net/ethernet/xscale/ixp2000/
3528
3529INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3530M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3531M: Jesse Brandeburg <jesse.brandeburg@intel.com>
3532M: Bruce Allan <bruce.w.allan@intel.com>
3533M: Carolyn Wyborny <carolyn.wyborny@intel.com>
3534M: Don Skidmore <donald.c.skidmore@intel.com>
3535M: Greg Rose <gregory.v.rose@intel.com>
3536M: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
3537M: Alex Duyck <alexander.h.duyck@intel.com>
3538M: John Ronciak <john.ronciak@intel.com>
3539L: e1000-devel@lists.sourceforge.net
3540W: http://e1000.sourceforge.net/
3541T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
3542T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
3543S: Supported
3544F: Documentation/networking/e100.txt
3545F: Documentation/networking/e1000.txt
3546F: Documentation/networking/e1000e.txt
3547F: Documentation/networking/igb.txt
3548F: Documentation/networking/igbvf.txt
3549F: Documentation/networking/ixgb.txt
3550F: Documentation/networking/ixgbe.txt
3551F: Documentation/networking/ixgbevf.txt
3552F: drivers/net/ethernet/intel/
3553
3554INTEL MRST PMU DRIVER
3555M: Len Brown <len.brown@intel.com>
3556L: linux-pm@vger.kernel.org
3557S: Supported
3558F: arch/x86/platform/mrst/pmu.*
3559
3560INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3561L: linux-wireless@vger.kernel.org
3562S: Orphan
3563F: Documentation/networking/README.ipw2100
3564F: drivers/net/wireless/ipw2x00/ipw2100.*
3565
3566INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3567L: linux-wireless@vger.kernel.org
3568S: Orphan
3569F: Documentation/networking/README.ipw2200
3570F: drivers/net/wireless/ipw2x00/ipw2200.*
3571
3572INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3573M: Joseph Cihula <joseph.cihula@intel.com>
3574M: Shane Wang <shane.wang@intel.com>
3575L: tboot-devel@lists.sourceforge.net
3576W: http://tboot.sourceforge.net
3577T: Mercurial http://www.bughost.org/repos.hg/tboot.hg
3578S: Supported
3579F: Documentation/intel_txt.txt
3580F: include/linux/tboot.h
3581F: arch/x86/kernel/tboot.c
3582
3583INTEL WIRELESS WIMAX CONNECTION 2400
3584M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3585M: linux-wimax@intel.com
3586L: wimax@linuxwimax.org
3587S: Supported
3588W: http://linuxwimax.org
3589F: Documentation/wimax/README.i2400m
3590F: drivers/net/wimax/i2400m/
3591F: include/linux/wimax/i2400m.h
3592
3593INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
3594M: Stanislaw Gruszka <sgruszka@redhat.com>
3595L: linux-wireless@vger.kernel.org
3596S: Supported
3597F: drivers/net/wireless/iwlegacy/
3598
3599INTEL WIRELESS WIFI LINK (iwlwifi)
3600M: Wey-Yi Guy <wey-yi.w.guy@intel.com>
3601M: Intel Linux Wireless <ilw@linux.intel.com>
3602L: linux-wireless@vger.kernel.org
3603W: http://intellinuxwireless.org
3604T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
3605S: Supported
3606F: drivers/net/wireless/iwlwifi/
3607
3608INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3609M: Samuel Ortiz <samuel.ortiz@intel.com>
3610M: Intel Linux Wireless <ilw@linux.intel.com>
3611L: linux-wireless@vger.kernel.org
3612S: Supported
3613W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3614F: drivers/net/wireless/iwmc3200wifi/
3615
3616IOC3 ETHERNET DRIVER
3617M: Ralf Baechle <ralf@linux-mips.org>
3618L: linux-mips@linux-mips.org
3619S: Maintained
3620F: drivers/net/ethernet/sgi/ioc3-eth.c
3621
3622IOC3 SERIAL DRIVER
3623M: Pat Gefre <pfg@sgi.com>
3624L: linux-serial@vger.kernel.org
3625S: Maintained
3626F: drivers/tty/serial/ioc3_serial.c
3627
3628IP MASQUERADING
3629M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3630S: Maintained
3631F: net/ipv4/netfilter/ipt_MASQUERADE.c
3632
3633IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3634M: Francois Romieu <romieu@fr.zoreil.com>
3635M: Sorbica Shieh <sorbica@icplus.com.tw>
3636L: netdev@vger.kernel.org
3637S: Maintained
3638F: drivers/net/ethernet/icplus/ipg.*
3639
3640IPATH DRIVER
3641M: Mike Marciniszyn <infinipath@qlogic.com>
3642L: linux-rdma@vger.kernel.org
3643S: Maintained
3644F: drivers/infiniband/hw/ipath/
3645
3646IPMI SUBSYSTEM
3647M: Corey Minyard <minyard@acm.org>
3648L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3649W: http://openipmi.sourceforge.net/
3650S: Supported
3651F: Documentation/IPMI.txt
3652F: drivers/char/ipmi/
3653F: include/linux/ipmi*
3654
3655IPS SCSI RAID DRIVER
3656M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3657L: linux-scsi@vger.kernel.org
3658W: http://www.adaptec.com/
3659S: Maintained
3660F: drivers/scsi/ips*
3661
3662IPVS
3663M: Wensong Zhang <wensong@linux-vs.org>
3664M: Simon Horman <horms@verge.net.au>
3665M: Julian Anastasov <ja@ssi.bg>
3666L: netdev@vger.kernel.org
3667L: lvs-devel@vger.kernel.org
3668S: Maintained
3669F: Documentation/networking/ipvs-sysctl.txt
3670F: include/net/ip_vs.h
3671F: include/linux/ip_vs.h
3672F: net/netfilter/ipvs/
3673
3674IPWIRELESS DRIVER
3675M: Jiri Kosina <jkosina@suse.cz>
3676M: David Sterba <dsterba@suse.cz>
3677S: Odd Fixes
3678F: drivers/tty/ipwireless/
3679
3680IPX NETWORK LAYER
3681M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3682L: netdev@vger.kernel.org
3683S: Maintained
3684F: include/linux/ipx.h
3685F: include/net/ipx.h
3686F: net/ipx/
3687
3688IRDA SUBSYSTEM
3689M: Samuel Ortiz <samuel@sortiz.org>
3690L: irda-users@lists.sourceforge.net (subscribers-only)
3691L: netdev@vger.kernel.org
3692W: http://irda.sourceforge.net/
3693S: Maintained
3694T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3695F: Documentation/networking/irda.txt
3696F: drivers/net/irda/
3697F: include/net/irda/
3698F: net/irda/
3699
3700IRQ SUBSYSTEM
3701M: Thomas Gleixner <tglx@linutronix.de>
3702S: Maintained
3703T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
3704F: kernel/irq/
3705
3706IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
3707M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3708M: Grant Likely <grant.likely@secretlab.ca>
3709T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
3710S: Maintained
3711F: Documentation/IRQ-domain.txt
3712F: include/linux/irqdomain.h
3713F: kernel/irq/irqdomain.c
3714
3715ISAPNP
3716M: Jaroslav Kysela <perex@perex.cz>
3717S: Maintained
3718F: Documentation/isapnp.txt
3719F: drivers/pnp/isapnp/
3720F: include/linux/isapnp.h
3721
3722iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
3723M: Peter Jones <pjones@redhat.com>
3724M: Konrad Rzeszutek Wilk <konrad@kernel.org>
3725S: Maintained
3726F: drivers/firmware/iscsi_ibft*
3727
3728ISCSI
3729M: Mike Christie <michaelc@cs.wisc.edu>
3730L: open-iscsi@googlegroups.com
3731W: www.open-iscsi.org
3732T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3733S: Maintained
3734F: drivers/scsi/*iscsi*
3735F: include/scsi/*iscsi*
3736
3737ISDN SUBSYSTEM
3738M: Karsten Keil <isdn@linux-pingi.de>
3739L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3740L: netdev@vger.kernel.org
3741W: http://www.isdn4linux.de
3742T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3743S: Maintained
3744F: Documentation/isdn/
3745F: drivers/isdn/
3746F: include/linux/isdn.h
3747F: include/linux/isdn/
3748
3749ISDN SUBSYSTEM (Eicon active card driver)
3750M: Armin Schindler <mac@melware.de>
3751L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3752W: http://www.melware.de
3753S: Maintained
3754F: drivers/isdn/hardware/eicon/
3755
3756IT87 HARDWARE MONITORING DRIVER
3757M: Jean Delvare <khali@linux-fr.org>
3758L: lm-sensors@lm-sensors.org
3759S: Maintained
3760F: Documentation/hwmon/it87
3761F: drivers/hwmon/it87.c
3762
3763IVTV VIDEO4LINUX DRIVER
3764M: Andy Walls <awalls@md.metrocast.net>
3765L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3766L: linux-media@vger.kernel.org
3767T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3768W: http://www.ivtvdriver.org
3769S: Maintained
3770F: Documentation/video4linux/*.ivtv
3771F: drivers/media/video/ivtv/
3772F: include/linux/ivtv*
3773
3774JC42.4 TEMPERATURE SENSOR DRIVER
3775M: Guenter Roeck <linux@roeck-us.net>
3776L: lm-sensors@lm-sensors.org
3777S: Maintained
3778F: drivers/hwmon/jc42.c
3779F: Documentation/hwmon/jc42
3780
3781JFS FILESYSTEM
3782M: Dave Kleikamp <shaggy@kernel.org>
3783L: jfs-discussion@lists.sourceforge.net
3784W: http://jfs.sourceforge.net/
3785T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3786S: Maintained
3787F: Documentation/filesystems/jfs.txt
3788F: fs/jfs/
3789
3790JME NETWORK DRIVER
3791M: Guo-Fu Tseng <cooldavid@cooldavid.org>
3792L: netdev@vger.kernel.org
3793S: Maintained
3794F: drivers/net/ethernet/jme.*
3795
3796JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3797M: David Woodhouse <dwmw2@infradead.org>
3798L: linux-mtd@lists.infradead.org
3799W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3800S: Maintained
3801F: fs/jffs2/
3802F: include/linux/jffs2.h
3803
3804JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3805M: Andrew Morton <akpm@linux-foundation.org>
3806M: Jan Kara <jack@suse.cz>
3807L: linux-ext4@vger.kernel.org
3808S: Maintained
3809F: fs/jbd/
3810F: include/linux/ext3_jbd.h
3811F: include/linux/jbd.h
3812
3813JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
3814M: "Theodore Ts'o" <tytso@mit.edu>
3815L: linux-ext4@vger.kernel.org
3816S: Maintained
3817F: fs/jbd2/
3818F: include/linux/jbd2.h
3819
3820JSM Neo PCI based serial card
3821M: Lucas Tavares <lucaskt@linux.vnet.ibm.com>
3822L: linux-serial@vger.kernel.org
3823S: Maintained
3824F: drivers/tty/serial/jsm/
3825
3826K10TEMP HARDWARE MONITORING DRIVER
3827M: Clemens Ladisch <clemens@ladisch.de>
3828L: lm-sensors@lm-sensors.org
3829S: Maintained
3830F: Documentation/hwmon/k10temp
3831F: drivers/hwmon/k10temp.c
3832
3833K8TEMP HARDWARE MONITORING DRIVER
3834M: Rudolf Marek <r.marek@assembler.cz>
3835L: lm-sensors@lm-sensors.org
3836S: Maintained
3837F: Documentation/hwmon/k8temp
3838F: drivers/hwmon/k8temp.c
3839
3840KCONFIG
3841M: Michal Marek <mmarek@suse.cz>
3842L: linux-kbuild@vger.kernel.org
3843S: Odd Fixes
3844F: Documentation/kbuild/kconfig-language.txt
3845F: scripts/kconfig/
3846
3847KDUMP
3848M: Vivek Goyal <vgoyal@redhat.com>
3849M: Haren Myneni <hbabu@us.ibm.com>
3850L: kexec@lists.infradead.org
3851W: http://lse.sourceforge.net/kdump/
3852S: Maintained
3853F: Documentation/kdump/
3854
3855KERNEL AUTOMOUNTER v4 (AUTOFS4)
3856M: Ian Kent <raven@themaw.net>
3857L: autofs@vger.kernel.org
3858S: Maintained
3859F: fs/autofs4/
3860
3861KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3862M: Michal Marek <mmarek@suse.cz>
3863T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
3864T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
3865L: linux-kbuild@vger.kernel.org
3866S: Maintained
3867F: Documentation/kbuild/
3868F: Makefile
3869F: scripts/Makefile.*
3870F: scripts/basic/
3871F: scripts/mk*
3872F: scripts/package/
3873
3874KERNEL JANITORS
3875L: kernel-janitors@vger.kernel.org
3876W: http://kernelnewbies.org/KernelJanitors
3877S: Odd Fixes
3878
3879KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3880M: "J. Bruce Fields" <bfields@fieldses.org>
3881L: linux-nfs@vger.kernel.org
3882W: http://nfs.sourceforge.net/
3883S: Supported
3884F: fs/nfsd/
3885F: include/linux/nfsd/
3886F: fs/lockd/
3887F: fs/nfs_common/
3888F: net/sunrpc/
3889F: include/linux/lockd/
3890F: include/linux/sunrpc/
3891
3892KERNEL VIRTUAL MACHINE (KVM)
3893M: Avi Kivity <avi@redhat.com>
3894M: Marcelo Tosatti <mtosatti@redhat.com>
3895L: kvm@vger.kernel.org
3896W: http://kvm.qumranet.com
3897S: Supported
3898F: Documentation/*/kvm.txt
3899F: arch/*/kvm/
3900F: arch/*/include/asm/kvm*
3901F: include/linux/kvm*
3902F: virt/kvm/
3903
3904KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3905M: Joerg Roedel <joerg.roedel@amd.com>
3906L: kvm@vger.kernel.org
3907W: http://kvm.qumranet.com
3908S: Supported
3909F: arch/x86/include/asm/svm.h
3910F: arch/x86/kvm/svm.c
3911
3912KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3913M: Alexander Graf <agraf@suse.de>
3914L: kvm-ppc@vger.kernel.org
3915W: http://kvm.qumranet.com
3916S: Supported
3917F: arch/powerpc/include/asm/kvm*
3918F: arch/powerpc/kvm/
3919
3920KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3921M: Xiantao Zhang <xiantao.zhang@intel.com>
3922L: kvm-ia64@vger.kernel.org
3923W: http://kvm.qumranet.com
3924S: Supported
3925F: Documentation/ia64/kvm.txt
3926F: arch/ia64/include/asm/kvm*
3927F: arch/ia64/kvm/
3928
3929KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3930M: Carsten Otte <cotte@de.ibm.com>
3931M: Christian Borntraeger <borntraeger@de.ibm.com>
3932M: linux390@de.ibm.com
3933L: linux-s390@vger.kernel.org
3934W: http://www.ibm.com/developerworks/linux/linux390/
3935S: Supported
3936F: Documentation/s390/kvm.txt
3937F: arch/s390/include/asm/kvm*
3938F: arch/s390/kvm/
3939F: drivers/s390/kvm/
3940
3941KEXEC
3942M: Eric Biederman <ebiederm@xmission.com>
3943W: http://kernel.org/pub/linux/utils/kernel/kexec/
3944L: kexec@lists.infradead.org
3945S: Maintained
3946F: include/linux/kexec.h
3947F: kernel/kexec.c
3948
3949KEYS/KEYRINGS:
3950M: David Howells <dhowells@redhat.com>
3951L: keyrings@linux-nfs.org
3952S: Maintained
3953F: Documentation/security/keys.txt
3954F: include/linux/key.h
3955F: include/linux/key-type.h
3956F: include/keys/
3957F: security/keys/
3958
3959KEYS-TRUSTED
3960M: David Safford <safford@watson.ibm.com>
3961M: Mimi Zohar <zohar@us.ibm.com>
3962L: linux-security-module@vger.kernel.org
3963L: keyrings@linux-nfs.org
3964S: Supported
3965F: Documentation/security/keys-trusted-encrypted.txt
3966F: include/keys/trusted-type.h
3967F: security/keys/trusted.c
3968F: security/keys/trusted.h
3969
3970KEYS-ENCRYPTED
3971M: Mimi Zohar <zohar@us.ibm.com>
3972M: David Safford <safford@watson.ibm.com>
3973L: linux-security-module@vger.kernel.org
3974L: keyrings@linux-nfs.org
3975S: Supported
3976F: Documentation/security/keys-trusted-encrypted.txt
3977F: include/keys/encrypted-type.h
3978F: security/keys/encrypted-keys/
3979
3980KGDB / KDB /debug_core
3981M: Jason Wessel <jason.wessel@windriver.com>
3982W: http://kgdb.wiki.kernel.org/
3983L: kgdb-bugreport@lists.sourceforge.net
3984S: Maintained
3985F: Documentation/DocBook/kgdb.tmpl
3986F: drivers/misc/kgdbts.c
3987F: drivers/tty/serial/kgdboc.c
3988F: include/linux/kdb.h
3989F: include/linux/kgdb.h
3990F: kernel/debug/
3991
3992KMEMCHECK
3993M: Vegard Nossum <vegardno@ifi.uio.no>
3994M: Pekka Enberg <penberg@kernel.org>
3995S: Maintained
3996F: Documentation/kmemcheck.txt
3997F: arch/x86/include/asm/kmemcheck.h
3998F: arch/x86/mm/kmemcheck/
3999F: include/linux/kmemcheck.h
4000F: mm/kmemcheck.c
4001
4002KMEMLEAK
4003M: Catalin Marinas <catalin.marinas@arm.com>
4004S: Maintained
4005F: Documentation/kmemleak.txt
4006F: include/linux/kmemleak.h
4007F: mm/kmemleak.c
4008F: mm/kmemleak-test.c
4009
4010KPROBES
4011M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4012M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4013M: "David S. Miller" <davem@davemloft.net>
4014M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4015S: Maintained
4016F: Documentation/kprobes.txt
4017F: include/linux/kprobes.h
4018F: kernel/kprobes.c
4019
4020KS0108 LCD CONTROLLER DRIVER
4021M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4022W: http://miguelojeda.es/auxdisplay.htm
4023W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4024S: Maintained
4025F: Documentation/auxdisplay/ks0108
4026F: drivers/auxdisplay/ks0108.c
4027F: include/linux/ks0108.h
4028
4029LAPB module
4030L: linux-x25@vger.kernel.org
4031S: Orphan
4032F: Documentation/networking/lapb-module.txt
4033F: include/*/lapb.h
4034F: net/lapb/
4035
4036LASI 53c700 driver for PARISC
4037M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4038L: linux-scsi@vger.kernel.org
4039S: Maintained
4040F: Documentation/scsi/53c700.txt
4041F: drivers/scsi/53c700*
4042
4043LED SUBSYSTEM
4044M: Richard Purdie <rpurdie@rpsys.net>
4045S: Maintained
4046F: drivers/leds/
4047F: include/linux/leds.h
4048
4049LEGACY EEPROM DRIVER
4050M: Jean Delvare <khali@linux-fr.org>
4051S: Maintained
4052F: Documentation/misc-devices/eeprom
4053F: drivers/misc/eeprom/eeprom.c
4054
4055LEGO USB Tower driver
4056M: Juergen Stuber <starblue@users.sourceforge.net>
4057L: legousb-devel@lists.sourceforge.net
4058W: http://legousb.sourceforge.net/
4059S: Maintained
4060F: drivers/usb/misc/legousbtower.c
4061
4062LGUEST
4063M: Rusty Russell <rusty@rustcorp.com.au>
4064L: lguest@lists.ozlabs.org
4065W: http://lguest.ozlabs.org/
4066S: Odd Fixes
4067F: arch/x86/include/asm/lguest*.h
4068F: arch/x86/lguest/
4069F: drivers/lguest/
4070F: include/linux/lguest*.h
4071F: tools/lguest/
4072
4073LINUX FOR IBM pSERIES (RS/6000)
4074M: Paul Mackerras <paulus@au.ibm.com>
4075W: http://www.ibm.com/linux/ltc/projects/ppc
4076S: Supported
4077F: arch/powerpc/boot/rs6000.h
4078
4079LINUX FOR POWERPC (32-BIT AND 64-BIT)
4080M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4081M: Paul Mackerras <paulus@samba.org>
4082W: http://www.penguinppc.org/
4083L: linuxppc-dev@lists.ozlabs.org
4084Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4085T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4086S: Supported
4087F: Documentation/powerpc/
4088F: arch/powerpc/
4089
4090LINUX FOR POWER MACINTOSH
4091M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4092W: http://www.penguinppc.org/
4093L: linuxppc-dev@lists.ozlabs.org
4094S: Maintained
4095F: arch/powerpc/platforms/powermac/
4096F: drivers/macintosh/
4097
4098LINUX FOR POWERPC EMBEDDED MPC5XXX
4099M: Anatolij Gustschin <agust@denx.de>
4100L: linuxppc-dev@lists.ozlabs.org
4101T: git git://git.denx.de/linux-2.6-agust.git
4102S: Maintained
4103F: arch/powerpc/platforms/512x/
4104F: arch/powerpc/platforms/52xx/
4105
4106LINUX FOR POWERPC EMBEDDED PPC4XX
4107M: Josh Boyer <jwboyer@gmail.com>
4108M: Matt Porter <mporter@kernel.crashing.org>
4109W: http://www.penguinppc.org/
4110L: linuxppc-dev@lists.ozlabs.org
4111T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4112S: Maintained
4113F: arch/powerpc/platforms/40x/
4114F: arch/powerpc/platforms/44x/
4115
4116LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4117M: Grant Likely <grant.likely@secretlab.ca>
4118W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4119L: linuxppc-dev@lists.ozlabs.org
4120T: git git://git.secretlab.ca/git/linux-2.6.git
4121S: Maintained
4122F: arch/powerpc/*/*virtex*
4123F: arch/powerpc/*/*/*virtex*
4124
4125LINUX FOR POWERPC EMBEDDED PPC8XX
4126M: Vitaly Bordug <vitb@kernel.crashing.org>
4127M: Marcelo Tosatti <marcelo@kvack.org>
4128W: http://www.penguinppc.org/
4129L: linuxppc-dev@lists.ozlabs.org
4130S: Maintained
4131F: arch/powerpc/platforms/8xx/
4132
4133LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4134M: Kumar Gala <galak@kernel.crashing.org>
4135W: http://www.penguinppc.org/
4136L: linuxppc-dev@lists.ozlabs.org
4137S: Maintained
4138F: arch/powerpc/platforms/83xx/
4139F: arch/powerpc/platforms/85xx/
4140
4141LINUX FOR POWERPC PA SEMI PWRFICIENT
4142M: Olof Johansson <olof@lixom.net>
4143L: linuxppc-dev@lists.ozlabs.org
4144S: Maintained
4145F: arch/powerpc/platforms/pasemi/
4146F: drivers/*/*pasemi*
4147F: drivers/*/*/*pasemi*
4148
4149LINUX SECURITY MODULE (LSM) FRAMEWORK
4150M: Chris Wright <chrisw@sous-sol.org>
4151L: linux-security-module@vger.kernel.org
4152S: Supported
4153
4154LIS3LV02D ACCELEROMETER DRIVER
4155M: Eric Piel <eric.piel@tremplin-utc.net>
4156S: Maintained
4157F: Documentation/misc-devices/lis3lv02d
4158F: drivers/misc/lis3lv02d/
4159F: drivers/platform/x86/hp_accel.c
4160
4161LLC (802.2)
4162M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4163S: Maintained
4164F: include/linux/llc.h
4165F: include/net/llc*
4166F: net/llc/
4167
4168LM73 HARDWARE MONITOR DRIVER
4169M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
4170L: lm-sensors@lm-sensors.org
4171S: Maintained
4172F: drivers/hwmon/lm73.c
4173
4174LM78 HARDWARE MONITOR DRIVER
4175M: Jean Delvare <khali@linux-fr.org>
4176L: lm-sensors@lm-sensors.org
4177S: Maintained
4178F: Documentation/hwmon/lm78
4179F: drivers/hwmon/lm78.c
4180
4181LM83 HARDWARE MONITOR DRIVER
4182M: Jean Delvare <khali@linux-fr.org>
4183L: lm-sensors@lm-sensors.org
4184S: Maintained
4185F: Documentation/hwmon/lm83
4186F: drivers/hwmon/lm83.c
4187
4188LM90 HARDWARE MONITOR DRIVER
4189M: Jean Delvare <khali@linux-fr.org>
4190L: lm-sensors@lm-sensors.org
4191S: Maintained
4192F: Documentation/hwmon/lm90
4193F: drivers/hwmon/lm90.c
4194
4195LOCKDEP AND LOCKSTAT
4196M: Peter Zijlstra <peterz@infradead.org>
4197M: Ingo Molnar <mingo@redhat.com>
4198T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4199S: Maintained
4200F: Documentation/lockdep*.txt
4201F: Documentation/lockstat.txt
4202F: include/linux/lockdep.h
4203F: kernel/lockdep*
4204
4205LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4206M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
4207L: linux-ntfs-dev@lists.sourceforge.net
4208W: http://www.linux-ntfs.org/content/view/19/37/
4209S: Maintained
4210F: Documentation/ldm.txt
4211F: block/partitions/ldm.*
4212
4213LogFS
4214M: Joern Engel <joern@logfs.org>
4215M: Prasad Joshi <prasadjoshi.linux@gmail.com>
4216L: logfs@logfs.org
4217W: logfs.org
4218S: Maintained
4219F: fs/logfs/
4220
4221LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4222M: Eric Moore <Eric.Moore@lsi.com>
4223M: support@lsi.com
4224L: DL-MPTFusionLinux@lsi.com
4225L: linux-scsi@vger.kernel.org
4226W: http://www.lsilogic.com/support
4227S: Supported
4228F: drivers/message/fusion/
4229
4230LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4231M: Matthew Wilcox <matthew@wil.cx>
4232L: linux-scsi@vger.kernel.org
4233S: Maintained
4234F: drivers/scsi/sym53c8xx_2/
4235
4236LTC4261 HARDWARE MONITOR DRIVER
4237M: Guenter Roeck <linux@roeck-us.net>
4238L: lm-sensors@lm-sensors.org
4239S: Maintained
4240F: Documentation/hwmon/ltc4261
4241F: drivers/hwmon/ltc4261.c
4242
4243LTP (Linux Test Project)
4244M: Shubham Goyal <shubham@linux.vnet.ibm.com>
4245M: Mike Frysinger <vapier@gentoo.org>
4246M: Cyril Hrubis <chrubis@suse.cz>
4247M: Caspar Zhang <caspar@casparzhang.com>
4248M: Wanlong Gao <gaowanlong@cn.fujitsu.com>
4249L: ltp-list@lists.sourceforge.net (subscribers-only)
4250W: http://ltp.sourceforge.net/
4251T: git git://github.com/linux-test-project/ltp.git
4252T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4253S: Maintained
4254
4255M32R ARCHITECTURE
4256M: Hirokazu Takata <takata@linux-m32r.org>
4257L: linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4258L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4259W: http://www.linux-m32r.org/
4260S: Maintained
4261F: arch/m32r/
4262
4263M68K ARCHITECTURE
4264M: Geert Uytterhoeven <geert@linux-m68k.org>
4265L: linux-m68k@lists.linux-m68k.org
4266W: http://www.linux-m68k.org/
4267T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4268S: Maintained
4269F: arch/m68k/
4270F: drivers/zorro/
4271
4272M68K ON APPLE MACINTOSH
4273M: Joshua Thompson <funaho@jurai.org>
4274W: http://www.mac.linux-m68k.org/
4275L: linux-m68k@lists.linux-m68k.org
4276S: Maintained
4277F: arch/m68k/mac/
4278
4279M68K ON HP9000/300
4280M: Philip Blundell <philb@gnu.org>
4281W: http://www.tazenda.demon.co.uk/phil/linux-hp
4282S: Maintained
4283F: arch/m68k/hp300/
4284
4285MAC80211
4286M: Johannes Berg <johannes@sipsolutions.net>
4287L: linux-wireless@vger.kernel.org
4288W: http://linuxwireless.org/
4289T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
4290S: Maintained
4291F: Documentation/networking/mac80211-injection.txt
4292F: include/net/mac80211.h
4293F: net/mac80211/
4294
4295MAC80211 PID RATE CONTROL
4296M: Stefano Brivio <stefano.brivio@polimi.it>
4297M: Mattias Nissler <mattias.nissler@gmx.de>
4298L: linux-wireless@vger.kernel.org
4299W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
4300T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
4301S: Maintained
4302F: net/mac80211/rc80211_pid*
4303
4304MACVLAN DRIVER
4305M: Patrick McHardy <kaber@trash.net>
4306L: netdev@vger.kernel.org
4307S: Maintained
4308F: drivers/net/macvlan.c
4309F: include/linux/if_macvlan.h
4310
4311MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4312M: Michael Kerrisk <mtk.manpages@gmail.com>
4313W: http://www.kernel.org/doc/man-pages
4314L: linux-man@vger.kernel.org
4315S: Maintained
4316
4317MARVELL LIBERTAS WIRELESS DRIVER
4318M: Dan Williams <dcbw@redhat.com>
4319L: libertas-dev@lists.infradead.org
4320S: Maintained
4321F: drivers/net/wireless/libertas/
4322
4323MARVELL MV643XX ETHERNET DRIVER
4324M: Lennert Buytenhek <buytenh@wantstofly.org>
4325L: netdev@vger.kernel.org
4326S: Maintained
4327F: drivers/net/ethernet/marvell/mv643xx_eth.*
4328F: include/linux/mv643xx.h
4329
4330MARVELL MWIFIEX WIRELESS DRIVER
4331M: Bing Zhao <bzhao@marvell.com>
4332L: linux-wireless@vger.kernel.org
4333S: Maintained
4334F: drivers/net/wireless/mwifiex/
4335
4336MARVELL MWL8K WIRELESS DRIVER
4337M: Lennert Buytenhek <buytenh@wantstofly.org>
4338L: linux-wireless@vger.kernel.org
4339S: Odd Fixes
4340F: drivers/net/wireless/mwl8k.c
4341
4342MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4343M: Nicolas Pitre <nico@fluxnic.net>
4344S: Odd Fixes
4345F: drivers/mmc/host/mvsdio.*
4346
4347MARVELL YUKON / SYSKONNECT DRIVER
4348M: Mirko Lindner <mlindner@syskonnect.de>
4349M: Ralph Roesler <rroesler@syskonnect.de>
4350W: http://www.syskonnect.com
4351S: Supported
4352
4353MATROX FRAMEBUFFER DRIVER
4354L: linux-fbdev@vger.kernel.org
4355S: Orphan
4356F: drivers/video/matrox/matroxfb_*
4357F: include/linux/matroxfb.h
4358
4359MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4360M: "Hans J. Koch" <hjk@hansjkoch.de>
4361L: lm-sensors@lm-sensors.org
4362S: Maintained
4363F: Documentation/hwmon/max6650
4364F: drivers/hwmon/max6650.c
4365
4366MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4367M: Mauro Carvalho Chehab <mchehab@infradead.org>
4368P: LinuxTV.org Project
4369L: linux-media@vger.kernel.org
4370W: http://linuxtv.org
4371Q: http://patchwork.kernel.org/project/linux-media/list/
4372T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4373S: Maintained
4374F: Documentation/dvb/
4375F: Documentation/video4linux/
4376F: Documentation/DocBook/media/
4377F: drivers/media/
4378F: drivers/staging/media/
4379F: include/media/
4380F: include/linux/dvb/
4381F: include/linux/videodev*.h
4382
4383MEGARAID SCSI DRIVERS
4384M: Neela Syam Kolli <megaraidlinux@lsi.com>
4385L: linux-scsi@vger.kernel.org
4386W: http://megaraid.lsilogic.com
4387S: Maintained
4388F: Documentation/scsi/megaraid.txt
4389F: drivers/scsi/megaraid.*
4390F: drivers/scsi/megaraid/
4391
4392MEMORY MANAGEMENT
4393L: linux-mm@kvack.org
4394W: http://www.linux-mm.org
4395S: Maintained
4396F: include/linux/mm.h
4397F: mm/
4398
4399MEMORY RESOURCE CONTROLLER
4400M: Johannes Weiner <hannes@cmpxchg.org>
4401M: Michal Hocko <mhocko@suse.cz>
4402M: Balbir Singh <bsingharora@gmail.com>
4403M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4404L: cgroups@vger.kernel.org
4405L: linux-mm@kvack.org
4406S: Maintained
4407F: mm/memcontrol.c
4408F: mm/page_cgroup.c
4409
4410MEMORY TECHNOLOGY DEVICES (MTD)
4411M: David Woodhouse <dwmw2@infradead.org>
4412L: linux-mtd@lists.infradead.org
4413W: http://www.linux-mtd.infradead.org/
4414Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
4415T: git git://git.infradead.org/mtd-2.6.git
4416S: Maintained
4417F: drivers/mtd/
4418F: include/linux/mtd/
4419F: include/mtd/
4420
4421MICROBLAZE ARCHITECTURE
4422M: Michal Simek <monstr@monstr.eu>
4423L: microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
4424W: http://www.monstr.eu/fdt/
4425T: git git://git.monstr.eu/linux-2.6-microblaze.git
4426S: Supported
4427F: arch/microblaze/
4428
4429MICROCHANNEL ARCHITECTURE (MCA)
4430M: James Bottomley <James.Bottomley@HansenPartnership.com>
4431S: Maintained
4432F: Documentation/mca.txt
4433F: drivers/mca/
4434F: include/linux/mca*
4435
4436MICROTEK X6 SCANNER
4437M: Oliver Neukum <oliver@neukum.name>
4438S: Maintained
4439F: drivers/usb/image/microtek.*
4440
4441MIPS
4442M: Ralf Baechle <ralf@linux-mips.org>
4443L: linux-mips@linux-mips.org
4444W: http://www.linux-mips.org/
4445T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
4446Q: http://patchwork.linux-mips.org/project/linux-mips/list/
4447S: Supported
4448F: Documentation/mips/
4449F: arch/mips/
4450
4451MODULE SUPPORT
4452M: Rusty Russell <rusty@rustcorp.com.au>
4453S: Maintained
4454F: include/linux/module.h
4455F: kernel/module.c
4456
4457MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4458W: http://popies.net/meye/
4459S: Orphan
4460F: Documentation/video4linux/meye.txt
4461F: drivers/media/video/meye.*
4462F: include/linux/meye.h
4463
4464MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4465M: Pavel Pisa <ppisa@pikron.com>
4466L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4467S: Maintained
4468F: drivers/mmc/host/imxmmc.*
4469
4470MOUSE AND MISC DEVICES [GENERAL]
4471M: Alessandro Rubini <rubini@ipvvis.unipv.it>
4472S: Maintained
4473F: drivers/input/mouse/
4474F: include/linux/gpio_mouse.h
4475
4476MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4477M: Jiri Slaby <jirislaby@gmail.com>
4478S: Maintained
4479F: Documentation/serial/moxa-smartio
4480F: drivers/tty/mxser.*
4481
4482MSI LAPTOP SUPPORT
4483M: "Lee, Chun-Yi" <jlee@novell.com>
4484L: platform-driver-x86@vger.kernel.org
4485S: Maintained
4486F: drivers/platform/x86/msi-laptop.c
4487
4488MSI WMI SUPPORT
4489M: Anisse Astier <anisse@astier.eu>
4490L: platform-driver-x86@vger.kernel.org
4491S: Supported
4492F: drivers/platform/x86/msi-wmi.c
4493
4494MULTIFUNCTION DEVICES (MFD)
4495M: Samuel Ortiz <sameo@linux.intel.com>
4496T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4497S: Supported
4498F: drivers/mfd/
4499
4500MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4501M: Chris Ball <cjb@laptop.org>
4502L: linux-mmc@vger.kernel.org
4503T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4504S: Maintained
4505F: drivers/mmc/
4506F: include/linux/mmc/
4507
4508MULTIMEDIA CARD (MMC) ETC. OVER SPI
4509S: Orphan
4510F: drivers/mmc/host/mmc_spi.c
4511F: include/linux/spi/mmc_spi.h
4512
4513MULTISOUND SOUND DRIVER
4514M: Andrew Veliath <andrewtv@usa.net>
4515S: Maintained
4516F: Documentation/sound/oss/MultiSound
4517F: sound/oss/msnd*
4518
4519MULTITECH MULTIPORT CARD (ISICOM)
4520S: Orphan
4521F: drivers/tty/isicom.c
4522F: include/linux/isicom.h
4523
4524MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4525M: Felipe Balbi <balbi@ti.com>
4526L: linux-usb@vger.kernel.org
4527T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4528S: Maintained
4529F: drivers/usb/musb/
4530
4531MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4532M: Jon Mason <mason@myri.com>
4533M: Andrew Gallatin <gallatin@myri.com>
4534L: netdev@vger.kernel.org
4535W: http://www.myri.com/scs/download-Myri10GE.html
4536S: Supported
4537F: drivers/net/ethernet/myricom/myri10ge/
4538
4539NATSEMI ETHERNET DRIVER (DP8381x)
4540M: Tim Hockin <thockin@hockin.org>
4541S: Maintained
4542F: drivers/net/ethernet/natsemi/natsemi.c
4543
4544NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
4545M: Daniel Mack <zonque@gmail.com>
4546S: Maintained
4547L: alsa-devel@alsa-project.org
4548W: http://www.native-instruments.com
4549F: sound/usb/caiaq/
4550
4551NCP FILESYSTEM
4552M: Petr Vandrovec <petr@vandrovec.name>
4553S: Odd Fixes
4554F: fs/ncpfs/
4555
4556NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4557M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4558L: linux-scsi@vger.kernel.org
4559S: Maintained
4560F: drivers/scsi/NCR_D700.*
4561
4562NETEFFECT IWARP RNIC DRIVER (IW_NES)
4563M: Faisal Latif <faisal.latif@intel.com>
4564L: linux-rdma@vger.kernel.org
4565W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4566S: Supported
4567F: drivers/infiniband/hw/nes/
4568
4569NETEM NETWORK EMULATOR
4570M: Stephen Hemminger <shemminger@vyatta.com>
4571L: netem@lists.linux-foundation.org
4572S: Maintained
4573F: net/sched/sch_netem.c
4574
4575NETERION 10GbE DRIVERS (s2io/vxge)
4576M: Jon Mason <jdmason@kudzu.us>
4577L: netdev@vger.kernel.org
4578W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4579W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4580S: Supported
4581F: Documentation/networking/s2io.txt
4582F: Documentation/networking/vxge.txt
4583F: drivers/net/ethernet/neterion/
4584
4585NETFILTER/IPTABLES/IPCHAINS
4586P: Harald Welte
4587P: Jozsef Kadlecsik
4588M: Pablo Neira Ayuso <pablo@netfilter.org>
4589M: Patrick McHardy <kaber@trash.net>
4590L: netfilter-devel@vger.kernel.org
4591L: netfilter@vger.kernel.org
4592L: coreteam@netfilter.org
4593W: http://www.netfilter.org/
4594W: http://www.iptables.org/
4595T: git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-2.6.git
4596T: git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next-2.6.git
4597S: Supported
4598F: include/linux/netfilter*
4599F: include/linux/netfilter/
4600F: include/net/netfilter/
4601F: net/*/netfilter.c
4602F: net/*/netfilter/
4603F: net/netfilter/
4604
4605NETLABEL
4606M: Paul Moore <paul@paul-moore.com>
4607W: http://netlabel.sf.net
4608L: netdev@vger.kernel.org
4609S: Maintained
4610F: Documentation/netlabel/
4611F: include/net/netlabel.h
4612F: net/netlabel/
4613
4614NETROM NETWORK LAYER
4615M: Ralf Baechle <ralf@linux-mips.org>
4616L: linux-hams@vger.kernel.org
4617W: http://www.linux-ax25.org/
4618S: Maintained
4619F: include/linux/netrom.h
4620F: include/net/netrom.h
4621F: net/netrom/
4622
4623NETWORK BLOCK DEVICE (NBD)
4624M: Paul Clements <Paul.Clements@steeleye.com>
4625S: Maintained
4626F: Documentation/blockdev/nbd.txt
4627F: drivers/block/nbd.c
4628F: include/linux/nbd.h
4629
4630NETWORK DROP MONITOR
4631M: Neil Horman <nhorman@tuxdriver.com>
4632L: netdev@vger.kernel.org
4633S: Maintained
4634W: https://fedorahosted.org/dropwatch/
4635F: net/core/drop_monitor.c
4636
4637NETWORKING [GENERAL]
4638M: "David S. Miller" <davem@davemloft.net>
4639L: netdev@vger.kernel.org
4640W: http://www.linuxfoundation.org/en/Net
4641W: http://patchwork.ozlabs.org/project/netdev/list/
4642T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4643T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
4644S: Maintained
4645F: net/
4646F: include/net/
4647F: include/linux/in.h
4648F: include/linux/net.h
4649F: include/linux/netdevice.h
4650
4651NETWORKING [IPv4/IPv6]
4652M: "David S. Miller" <davem@davemloft.net>
4653M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4654M: James Morris <jmorris@namei.org>
4655M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4656M: Patrick McHardy <kaber@trash.net>
4657L: netdev@vger.kernel.org
4658T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4659S: Maintained
4660F: net/ipv4/
4661F: net/ipv6/
4662F: include/net/ip*
4663F: arch/x86/net/*
4664
4665NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4666M: Paul Moore <paul@paul-moore.com>
4667L: netdev@vger.kernel.org
4668S: Maintained
4669
4670NETWORKING [WIRELESS]
4671M: "John W. Linville" <linville@tuxdriver.com>
4672L: linux-wireless@vger.kernel.org
4673Q: http://patchwork.kernel.org/project/linux-wireless/list/
4674T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
4675S: Maintained
4676F: net/mac80211/
4677F: net/rfkill/
4678F: net/wireless/
4679F: include/net/ieee80211*
4680F: include/linux/wireless.h
4681F: include/net/iw_handler.h
4682F: drivers/net/wireless/
4683
4684NETWORKING DRIVERS
4685L: netdev@vger.kernel.org
4686W: http://www.linuxfoundation.org/en/Net
4687T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4688T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
4689S: Odd Fixes
4690F: drivers/net/
4691F: include/linux/if_*
4692F: include/linux/*device.h
4693
4694NETXEN (1/10) GbE SUPPORT
4695M: Sony Chacko <sony.chacko@qlogic.com>
4696M: Rajesh Borundia <rajesh.borundia@qlogic.com>
4697L: netdev@vger.kernel.org
4698W: http://www.qlogic.com
4699S: Supported
4700F: drivers/net/ethernet/qlogic/netxen/
4701
4702NFC SUBSYSTEM
4703M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
4704M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
4705M: Samuel Ortiz <sameo@linux.intel.com>
4706L: linux-wireless@vger.kernel.org
4707S: Maintained
4708F: net/nfc/
4709F: include/linux/nfc.h
4710F: include/net/nfc/
4711F: drivers/nfc/
4712
4713NFS, SUNRPC, AND LOCKD CLIENTS
4714M: Trond Myklebust <Trond.Myklebust@netapp.com>
4715L: linux-nfs@vger.kernel.org
4716W: http://client.linux-nfs.org
4717T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4718S: Maintained
4719F: fs/lockd/
4720F: fs/nfs/
4721F: fs/nfs_common/
4722F: net/sunrpc/
4723F: include/linux/lockd/
4724F: include/linux/nfs*
4725F: include/linux/sunrpc/
4726
4727NI5010 NETWORK DRIVER
4728M: Jan-Pascal van Best <janpascal@vanbest.org>
4729M: Andreas Mohr <andi@lisas.de>
4730L: netdev@vger.kernel.org
4731S: Maintained
4732F: drivers/net/ethernet/racal/ni5010.*
4733
4734NILFS2 FILESYSTEM
4735M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4736L: linux-nilfs@vger.kernel.org
4737W: http://www.nilfs.org/en/
4738T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4739S: Supported
4740F: Documentation/filesystems/nilfs2.txt
4741F: fs/nilfs2/
4742F: include/linux/nilfs2_fs.h
4743
4744NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4745M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4746W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4747S: Maintained
4748F: Documentation/scsi/NinjaSCSI.txt
4749F: drivers/scsi/pcmcia/nsp_*
4750
4751NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4752M: GOTO Masanori <gotom@debian.or.jp>
4753M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4754W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4755S: Maintained
4756F: Documentation/scsi/NinjaSCSI.txt
4757F: drivers/scsi/nsp32*
4758
4759NTFS FILESYSTEM
4760M: Anton Altaparmakov <anton@tuxera.com>
4761L: linux-ntfs-dev@lists.sourceforge.net
4762W: http://www.tuxera.com/
4763T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
4764S: Supported
4765F: Documentation/filesystems/ntfs.txt
4766F: fs/ntfs/
4767
4768NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4769M: Antonino Daplas <adaplas@gmail.com>
4770L: linux-fbdev@vger.kernel.org
4771S: Maintained
4772F: drivers/video/riva/
4773F: drivers/video/nvidia/
4774
4775OMAP SUPPORT
4776M: Tony Lindgren <tony@atomide.com>
4777L: linux-omap@vger.kernel.org
4778W: http://www.muru.com/linux/omap/
4779W: http://linux.omap.com/
4780Q: http://patchwork.kernel.org/project/linux-omap/list/
4781T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
4782S: Maintained
4783F: arch/arm/*omap*/
4784F: drivers/i2c/busses/i2c-omap.c
4785F: include/linux/i2c-omap.h
4786
4787OMAP CLOCK FRAMEWORK SUPPORT
4788M: Paul Walmsley <paul@pwsan.com>
4789L: linux-omap@vger.kernel.org
4790S: Maintained
4791F: arch/arm/*omap*/*clock*
4792
4793OMAP POWER MANAGEMENT SUPPORT
4794M: Kevin Hilman <khilman@ti.com>
4795L: linux-omap@vger.kernel.org
4796S: Maintained
4797F: arch/arm/*omap*/*pm*
4798
4799OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
4800M: Rajendra Nayak <rnayak@ti.com>
4801M: Paul Walmsley <paul@pwsan.com>
4802L: linux-omap@vger.kernel.org
4803S: Maintained
4804F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
4805F: arch/arm/mach-omap2/powerdomain44xx.c
4806F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
4807F: arch/arm/mach-omap2/clockdomain44xx.c
4808
4809OMAP AUDIO SUPPORT
4810M: Jarkko Nikula <jarkko.nikula@bitmer.com>
4811L: alsa-devel@alsa-project.org (subscribers-only)
4812L: linux-omap@vger.kernel.org
4813S: Maintained
4814F: sound/soc/omap/
4815
4816OMAP FRAMEBUFFER SUPPORT
4817M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4818L: linux-fbdev@vger.kernel.org
4819L: linux-omap@vger.kernel.org
4820S: Maintained
4821F: drivers/video/omap/
4822
4823OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4824M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4825L: linux-omap@vger.kernel.org
4826L: linux-fbdev@vger.kernel.org
4827S: Maintained
4828F: drivers/video/omap2/
4829F: Documentation/arm/OMAP/DSS
4830
4831OMAP HARDWARE SPINLOCK SUPPORT
4832M: Ohad Ben-Cohen <ohad@wizery.com>
4833L: linux-omap@vger.kernel.org
4834S: Maintained
4835F: drivers/hwspinlock/omap_hwspinlock.c
4836F: arch/arm/mach-omap2/hwspinlock.c
4837
4838OMAP MMC SUPPORT
4839M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4840L: linux-omap@vger.kernel.org
4841S: Maintained
4842F: drivers/mmc/host/omap.c
4843
4844OMAP HS MMC SUPPORT
4845L: linux-omap@vger.kernel.org
4846S: Orphan
4847F: drivers/mmc/host/omap_hsmmc.c
4848
4849OMAP RANDOM NUMBER GENERATOR SUPPORT
4850M: Deepak Saxena <dsaxena@plexity.net>
4851S: Maintained
4852F: drivers/char/hw_random/omap-rng.c
4853
4854OMAP HWMOD SUPPORT
4855M: Benoît Cousson <b-cousson@ti.com>
4856M: Paul Walmsley <paul@pwsan.com>
4857L: linux-omap@vger.kernel.org
4858S: Maintained
4859F: arch/arm/mach-omap2/omap_hwmod.c
4860F: arch/arm/plat-omap/include/plat/omap_hwmod.h
4861
4862OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4863M: Benoît Cousson <b-cousson@ti.com>
4864L: linux-omap@vger.kernel.org
4865S: Maintained
4866F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4867
4868OMAP IMAGE SIGNAL PROCESSOR (ISP)
4869M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4870L: linux-media@vger.kernel.org
4871S: Maintained
4872F: drivers/media/video/omap3isp/*
4873
4874OMAP USB SUPPORT
4875M: Felipe Balbi <balbi@ti.com>
4876L: linux-usb@vger.kernel.org
4877L: linux-omap@vger.kernel.org
4878T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4879S: Maintained
4880F: drivers/usb/*/*omap*
4881F: arch/arm/*omap*/usb*
4882
4883OMFS FILESYSTEM
4884M: Bob Copeland <me@bobcopeland.com>
4885L: linux-karma-devel@lists.sourceforge.net
4886S: Maintained
4887F: Documentation/filesystems/omfs.txt
4888F: fs/omfs/
4889
4890OMNIKEY CARDMAN 4000 DRIVER
4891M: Harald Welte <laforge@gnumonks.org>
4892S: Maintained
4893F: drivers/char/pcmcia/cm4000_cs.c
4894F: include/linux/cm4000_cs.h
4895
4896OMNIKEY CARDMAN 4040 DRIVER
4897M: Harald Welte <laforge@gnumonks.org>
4898S: Maintained
4899F: drivers/char/pcmcia/cm4040_cs.*
4900
4901OMNIVISION OV7670 SENSOR DRIVER
4902M: Jonathan Corbet <corbet@lwn.net>
4903L: linux-media@vger.kernel.org
4904T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4905S: Maintained
4906F: drivers/media/video/ov7670.c
4907
4908ONENAND FLASH DRIVER
4909M: Kyungmin Park <kyungmin.park@samsung.com>
4910L: linux-mtd@lists.infradead.org
4911S: Maintained
4912F: drivers/mtd/onenand/
4913F: include/linux/mtd/onenand*.h
4914
4915ONSTREAM SCSI TAPE DRIVER
4916M: Willem Riede <osst@riede.org>
4917L: osst-users@lists.sourceforge.net
4918L: linux-scsi@vger.kernel.org
4919S: Maintained
4920F: drivers/scsi/osst*
4921F: drivers/scsi/st*
4922
4923OPENCORES I2C BUS DRIVER
4924M: Peter Korsgaard <jacmet@sunsite.dk>
4925L: linux-i2c@vger.kernel.org
4926S: Maintained
4927F: Documentation/i2c/busses/i2c-ocores
4928F: drivers/i2c/busses/i2c-ocores.c
4929
4930OPEN FIRMWARE AND FLATTENED DEVICE TREE
4931M: Grant Likely <grant.likely@secretlab.ca>
4932M: Rob Herring <rob.herring@calxeda.com>
4933L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
4934W: http://fdt.secretlab.ca
4935T: git git://git.secretlab.ca/git/linux-2.6.git
4936S: Maintained
4937F: Documentation/devicetree
4938F: drivers/of
4939F: include/linux/of*.h
4940K: of_get_property
4941K: of_match_table
4942
4943OPENRISC ARCHITECTURE
4944M: Jonas Bonn <jonas@southpole.se>
4945W: http://openrisc.net
4946L: linux@lists.openrisc.net (moderated for non-subscribers)
4947S: Maintained
4948T: git git://openrisc.net/~jonas/linux
4949F: arch/openrisc
4950
4951OPENVSWITCH
4952M: Jesse Gross <jesse@nicira.com>
4953L: dev@openvswitch.org
4954W: http://openvswitch.org
4955T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
4956S: Maintained
4957F: net/openvswitch/
4958
4959OPL4 DRIVER
4960M: Clemens Ladisch <clemens@ladisch.de>
4961L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4962T: git git://git.alsa-project.org/alsa-kernel.git
4963S: Maintained
4964F: sound/drivers/opl4/
4965
4966OPROFILE
4967M: Robert Richter <robert.richter@amd.com>
4968L: oprofile-list@lists.sf.net
4969S: Maintained
4970F: arch/*/include/asm/oprofile*.h
4971F: arch/*/oprofile/
4972F: drivers/oprofile/
4973F: include/linux/oprofile.h
4974
4975ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4976M: Mark Fasheh <mfasheh@suse.com>
4977M: Joel Becker <jlbec@evilplan.org>
4978L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4979W: http://oss.oracle.com/projects/ocfs2/
4980T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4981S: Supported
4982F: Documentation/filesystems/ocfs2.txt
4983F: Documentation/filesystems/dlmfs.txt
4984F: fs/ocfs2/
4985
4986ORINOCO DRIVER
4987L: linux-wireless@vger.kernel.org
4988W: http://linuxwireless.org/en/users/Drivers/orinoco
4989W: http://www.nongnu.org/orinoco/
4990S: Orphan
4991F: drivers/net/wireless/orinoco/
4992
4993OSD LIBRARY and FILESYSTEM
4994M: Boaz Harrosh <bharrosh@panasas.com>
4995M: Benny Halevy <bhalevy@tonian.com>
4996L: osd-dev@open-osd.org
4997W: http://open-osd.org
4998T: git git://git.open-osd.org/open-osd.git
4999S: Maintained
5000F: drivers/scsi/osd/
5001F: include/scsi/osd_*
5002F: fs/exofs/
5003
5004P54 WIRELESS DRIVER
5005M: Christian Lamparter <chunkeey@googlemail.com>
5006L: linux-wireless@vger.kernel.org
5007W: http://wireless.kernel.org/en/users/Drivers/p54
5008S: Maintained
5009F: drivers/net/wireless/p54/
5010
5011PA SEMI ETHERNET DRIVER
5012M: Olof Johansson <olof@lixom.net>
5013L: netdev@vger.kernel.org
5014S: Maintained
5015F: drivers/net/ethernet/pasemi/*
5016
5017PA SEMI SMBUS DRIVER
5018M: Olof Johansson <olof@lixom.net>
5019L: linux-i2c@vger.kernel.org
5020S: Maintained
5021F: drivers/i2c/busses/i2c-pasemi.c
5022
5023PADATA PARALLEL EXECUTION MECHANISM
5024M: Steffen Klassert <steffen.klassert@secunet.com>
5025L: linux-crypto@vger.kernel.org
5026S: Maintained
5027F: kernel/padata.c
5028F: include/linux/padata.h
5029F: Documentation/padata.txt
5030
5031PANASONIC LAPTOP ACPI EXTRAS DRIVER
5032M: Harald Welte <laforge@gnumonks.org>
5033L: platform-driver-x86@vger.kernel.org
5034S: Maintained
5035F: drivers/platform/x86/panasonic-laptop.c
5036
5037PANASONIC MN10300/AM33/AM34 PORT
5038M: David Howells <dhowells@redhat.com>
5039M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5040L: linux-am33-list@redhat.com (moderated for non-subscribers)
5041W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5042S: Maintained
5043F: Documentation/mn10300/
5044F: arch/mn10300/
5045
5046PARALLEL PORT SUPPORT
5047L: linux-parport@lists.infradead.org (subscribers-only)
5048S: Orphan
5049F: drivers/parport/
5050F: include/linux/parport*.h
5051F: drivers/char/ppdev.c
5052F: include/linux/ppdev.h
5053
5054PARAVIRT_OPS INTERFACE
5055M: Jeremy Fitzhardinge <jeremy@goop.org>
5056M: Chris Wright <chrisw@sous-sol.org>
5057M: Alok Kataria <akataria@vmware.com>
5058M: Rusty Russell <rusty@rustcorp.com.au>
5059L: virtualization@lists.linux-foundation.org
5060S: Supported
5061F: Documentation/ia64/paravirt_ops.txt
5062F: arch/*/kernel/paravirt*
5063F: arch/*/include/asm/paravirt.h
5064
5065PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5066M: Tim Waugh <tim@cyberelk.net>
5067L: linux-parport@lists.infradead.org (subscribers-only)
5068W: http://www.torque.net/linux-pp.html
5069S: Maintained
5070F: Documentation/blockdev/paride.txt
5071F: drivers/block/paride/
5072
5073PARISC ARCHITECTURE
5074M: "James E.J. Bottomley" <jejb@parisc-linux.org>
5075M: Helge Deller <deller@gmx.de>
5076L: linux-parisc@vger.kernel.org
5077W: http://www.parisc-linux.org/
5078Q: http://patchwork.kernel.org/project/linux-parisc/list/
5079T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5080S: Maintained
5081F: arch/parisc/
5082F: drivers/parisc/
5083
5084PC87360 HARDWARE MONITORING DRIVER
5085M: Jim Cromie <jim.cromie@gmail.com>
5086L: lm-sensors@lm-sensors.org
5087S: Maintained
5088F: Documentation/hwmon/pc87360
5089F: drivers/hwmon/pc87360.c
5090
5091PC8736x GPIO DRIVER
5092M: Jim Cromie <jim.cromie@gmail.com>
5093S: Maintained
5094F: drivers/char/pc8736x_gpio.c
5095
5096PC87427 HARDWARE MONITORING DRIVER
5097M: Jean Delvare <khali@linux-fr.org>
5098L: lm-sensors@lm-sensors.org
5099S: Maintained
5100F: Documentation/hwmon/pc87427
5101F: drivers/hwmon/pc87427.c
5102
5103PCA9532 LED DRIVER
5104M: Riku Voipio <riku.voipio@iki.fi>
5105S: Maintained
5106F: drivers/leds/leds-pca9532.c
5107F: include/linux/leds-pca9532.h
5108
5109PCA9541 I2C BUS MASTER SELECTOR DRIVER
5110M: Guenter Roeck <guenter.roeck@ericsson.com>
5111L: linux-i2c@vger.kernel.org
5112S: Maintained
5113F: drivers/i2c/muxes/pca9541.c
5114
5115PCA9564/PCA9665 I2C BUS DRIVER
5116M: Wolfram Sang <w.sang@pengutronix.de>
5117L: linux-i2c@vger.kernel.org
5118S: Maintained
5119F: drivers/i2c/algos/i2c-algo-pca.c
5120F: drivers/i2c/busses/i2c-pca-*
5121F: include/linux/i2c-algo-pca.h
5122F: include/linux/i2c-pca-platform.h
5123
5124PCI ERROR RECOVERY
5125M: Linas Vepstas <linasvepstas@gmail.com>
5126L: linux-pci@vger.kernel.org
5127S: Supported
5128F: Documentation/PCI/pci-error-recovery.txt
5129F: Documentation/powerpc/eeh-pci-error-recovery.txt
5130
5131PCI SUBSYSTEM
5132M: Bjorn Helgaas <bhelgaas@google.com>
5133L: linux-pci@vger.kernel.org
5134Q: http://patchwork.kernel.org/project/linux-pci/list/
5135T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci.git
5136S: Supported
5137F: Documentation/PCI/
5138F: drivers/pci/
5139F: include/linux/pci*
5140
5141PCI HOTPLUG
5142M: Bjorn Helgaas <bhelgaas@google.com>
5143L: linux-pci@vger.kernel.org
5144S: Supported
5145F: drivers/pci/hotplug
5146
5147PCMCIA SUBSYSTEM
5148P: Linux PCMCIA Team
5149L: linux-pcmcia@lists.infradead.org
5150W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5151T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5152S: Maintained
5153F: Documentation/pcmcia/
5154F: drivers/pcmcia/
5155F: include/pcmcia/
5156
5157PCNET32 NETWORK DRIVER
5158M: Don Fry <pcnet32@frontier.com>
5159L: netdev@vger.kernel.org
5160S: Maintained
5161F: drivers/net/ethernet/amd/pcnet32.c
5162
5163PCRYPT PARALLEL CRYPTO ENGINE
5164M: Steffen Klassert <steffen.klassert@secunet.com>
5165L: linux-crypto@vger.kernel.org
5166S: Maintained
5167F: crypto/pcrypt.c
5168F: include/crypto/pcrypt.h
5169
5170PER-CPU MEMORY ALLOCATOR
5171M: Tejun Heo <tj@kernel.org>
5172M: Christoph Lameter <cl@linux-foundation.org>
5173T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5174S: Maintained
5175F: include/linux/percpu*.h
5176F: mm/percpu*.c
5177F: arch/*/include/asm/percpu.h
5178
5179PER-TASK DELAY ACCOUNTING
5180M: Balbir Singh <bsingharora@gmail.com>
5181S: Maintained
5182F: include/linux/delayacct.h
5183F: kernel/delayacct.c
5184
5185PERFORMANCE EVENTS SUBSYSTEM
5186M: Peter Zijlstra <a.p.zijlstra@chello.nl>
5187M: Paul Mackerras <paulus@samba.org>
5188M: Ingo Molnar <mingo@redhat.com>
5189M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5190T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5191S: Supported
5192F: kernel/events/*
5193F: include/linux/perf_event.h
5194F: arch/*/kernel/perf_event*.c
5195F: arch/*/kernel/*/perf_event*.c
5196F: arch/*/kernel/*/*/perf_event*.c
5197F: arch/*/include/asm/perf_event.h
5198F: arch/*/lib/perf_event*.c
5199F: arch/*/kernel/perf_callchain.c
5200F: tools/perf/
5201
5202PERSONALITY HANDLING
5203M: Christoph Hellwig <hch@infradead.org>
5204L: linux-abi-devel@lists.sourceforge.net
5205S: Maintained
5206F: include/linux/personality.h
5207
5208PHONET PROTOCOL
5209M: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
5210S: Supported
5211F: Documentation/networking/phonet.txt
5212F: include/linux/phonet.h
5213F: include/net/phonet/
5214F: net/phonet/
5215
5216PHRAM MTD DRIVER
5217M: Joern Engel <joern@lazybastard.org>
5218L: linux-mtd@lists.infradead.org
5219S: Maintained
5220F: drivers/mtd/devices/phram.c
5221
5222PICOXCELL SUPPORT
5223M: Jamie Iles <jamie@jamieiles.com>
5224L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5225T: git git://github.com/jamieiles/linux-2.6-ji.git
5226S: Supported
5227F: arch/arm/mach-picoxcell
5228F: drivers/*/picoxcell*
5229F: drivers/*/*/picoxcell*
5230
5231PIN CONTROL SUBSYSTEM
5232M: Linus Walleij <linus.walleij@linaro.org>
5233S: Maintained
5234F: drivers/pinctrl/
5235
5236PKTCDVD DRIVER
5237M: Peter Osterlund <petero2@telia.com>
5238S: Maintained
5239F: drivers/block/pktcdvd.c
5240F: include/linux/pktcdvd.h
5241
5242PKUNITY SOC DRIVERS
5243M: Guan Xuetao <gxt@mprc.pku.edu.cn>
5244W: http://mprc.pku.edu.cn/~guanxuetao/linux
5245S: Maintained
5246T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5247F: drivers/input/serio/i8042-unicore32io.h
5248F: drivers/i2c/busses/i2c-puv3.c
5249F: drivers/video/fb-puv3.c
5250F: drivers/rtc/rtc-puv3.c
5251
5252PMBUS HARDWARE MONITORING DRIVERS
5253M: Guenter Roeck <guenter.roeck@ericsson.com>
5254L: lm-sensors@lm-sensors.org
5255W: http://www.lm-sensors.org/
5256W: http://www.roeck-us.net/linux/drivers/
5257T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5258S: Maintained
5259F: Documentation/hwmon/pmbus
5260F: drivers/hwmon/pmbus/
5261F: include/linux/i2c/pmbus.h
5262
5263PMC SIERRA MaxRAID DRIVER
5264M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5265L: linux-scsi@vger.kernel.org
5266W: http://www.pmc-sierra.com/
5267S: Supported
5268F: drivers/scsi/pmcraid.*
5269
5270PMC SIERRA PM8001 DRIVER
5271M: jack_wang@usish.com
5272M: lindar_liu@usish.com
5273L: linux-scsi@vger.kernel.org
5274S: Supported
5275F: drivers/scsi/pm8001/
5276
5277POSIX CLOCKS and TIMERS
5278M: Thomas Gleixner <tglx@linutronix.de>
5279T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5280S: Supported
5281F: fs/timerfd.c
5282F: include/linux/timer*
5283F: kernel/*timer*
5284
5285POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5286M: Anton Vorontsov <cbou@mail.ru>
5287M: David Woodhouse <dwmw2@infradead.org>
5288T: git git://git.infradead.org/battery-2.6.git
5289S: Maintained
5290F: include/linux/power_supply.h
5291F: drivers/power/power_supply*
5292
5293PNP SUPPORT
5294M: Adam Belay <abelay@mit.edu>
5295M: Bjorn Helgaas <bhelgaas@google.com>
5296S: Maintained
5297F: drivers/pnp/
5298
5299PNXxxxx I2C DRIVER
5300M: Vitaly Wool <vitalywool@gmail.com>
5301L: linux-i2c@vger.kernel.org
5302S: Maintained
5303F: drivers/i2c/busses/i2c-pnx.c
5304
5305PPP PROTOCOL DRIVERS AND COMPRESSORS
5306M: Paul Mackerras <paulus@samba.org>
5307L: linux-ppp@vger.kernel.org
5308S: Maintained
5309F: drivers/net/ppp/ppp_*
5310
5311PPP OVER ATM (RFC 2364)
5312M: Mitchell Blank Jr <mitch@sfgoth.com>
5313S: Maintained
5314F: net/atm/pppoatm.c
5315F: include/linux/atmppp.h
5316
5317PPP OVER ETHERNET
5318M: Michal Ostrowski <mostrows@earthlink.net>
5319S: Maintained
5320F: drivers/net/ppp/pppoe.c
5321F: drivers/net/ppp/pppox.c
5322
5323PPP OVER L2TP
5324M: James Chapman <jchapman@katalix.com>
5325S: Maintained
5326F: net/l2tp/l2tp_ppp.c
5327F: include/linux/if_pppol2tp.h
5328
5329PPS SUPPORT
5330M: Rodolfo Giometti <giometti@enneenne.com>
5331W: http://wiki.enneenne.com/index.php/LinuxPPS_support
5332L: linuxpps@ml.enneenne.com (subscribers-only)
5333S: Maintained
5334F: Documentation/pps/
5335F: drivers/pps/
5336F: include/linux/pps*.h
5337
5338PPTP DRIVER
5339M: Dmitry Kozlov <xeb@mail.ru>
5340L: netdev@vger.kernel.org
5341S: Maintained
5342F: drivers/net/ppp/pptp.c
5343W: http://sourceforge.net/projects/accel-pptp
5344
5345PREEMPTIBLE KERNEL
5346M: Robert Love <rml@tech9.net>
5347L: kpreempt-tech@lists.sourceforge.net
5348W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5349S: Supported
5350F: Documentation/preempt-locking.txt
5351F: include/linux/preempt.h
5352
5353PRISM54 WIRELESS DRIVER
5354M: "Luis R. Rodriguez" <mcgrof@gmail.com>
5355L: linux-wireless@vger.kernel.org
5356W: http://wireless.kernel.org/en/users/Drivers/p54
5357S: Obsolete
5358F: drivers/net/wireless/prism54/
5359
5360PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5361M: Mikael Pettersson <mikpe@it.uu.se>
5362L: linux-ide@vger.kernel.org
5363S: Maintained
5364F: drivers/ata/sata_promise.*
5365
5366PS3 NETWORK SUPPORT
5367M: Geoff Levand <geoff@infradead.org>
5368L: netdev@vger.kernel.org
5369L: cbe-oss-dev@lists.ozlabs.org
5370S: Maintained
5371F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
5372
5373PS3 PLATFORM SUPPORT
5374M: Geoff Levand <geoff@infradead.org>
5375L: linuxppc-dev@lists.ozlabs.org
5376L: cbe-oss-dev@lists.ozlabs.org
5377S: Maintained
5378F: arch/powerpc/boot/ps3*
5379F: arch/powerpc/include/asm/lv1call.h
5380F: arch/powerpc/include/asm/ps3*.h
5381F: arch/powerpc/platforms/ps3/
5382F: drivers/*/ps3*
5383F: drivers/ps3/
5384F: drivers/rtc/rtc-ps3.c
5385F: drivers/usb/host/*ps3.c
5386F: sound/ppc/snd_ps3*
5387
5388PS3VRAM DRIVER
5389M: Jim Paris <jim@jtan.com>
5390L: cbe-oss-dev@lists.ozlabs.org
5391S: Maintained
5392F: drivers/block/ps3vram.c
5393
5394PTP HARDWARE CLOCK SUPPORT
5395M: Richard Cochran <richardcochran@gmail.com>
5396S: Maintained
5397W: http://linuxptp.sourceforge.net/
5398F: Documentation/ABI/testing/sysfs-ptp
5399F: Documentation/ptp/*
5400F: drivers/net/gianfar_ptp.c
5401F: drivers/net/phy/dp83640*
5402F: drivers/ptp/*
5403F: include/linux/ptp_cl*
5404
5405PTRACE SUPPORT
5406M: Roland McGrath <roland@redhat.com>
5407M: Oleg Nesterov <oleg@redhat.com>
5408S: Maintained
5409F: include/asm-generic/syscall.h
5410F: include/linux/ptrace.h
5411F: include/linux/regset.h
5412F: include/linux/tracehook.h
5413F: kernel/ptrace.c
5414
5415PVRUSB2 VIDEO4LINUX DRIVER
5416M: Mike Isely <isely@pobox.com>
5417L: pvrusb2@isely.net (subscribers-only)
5418L: linux-media@vger.kernel.org
5419W: http://www.isely.net/pvrusb2/
5420T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5421S: Maintained
5422F: Documentation/video4linux/README.pvrusb2
5423F: drivers/media/video/pvrusb2/
5424
5425PXA2xx/PXA3xx SUPPORT
5426M: Eric Miao <eric.y.miao@gmail.com>
5427M: Russell King <linux@arm.linux.org.uk>
5428M: Haojian Zhuang <haojian.zhuang@gmail.com>
5429L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5430T: git git://github.com/hzhuang1/linux.git
5431T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
5432S: Maintained
5433F: arch/arm/mach-pxa/
5434F: drivers/pcmcia/pxa2xx*
5435F: drivers/spi/spi-pxa2xx*
5436F: drivers/usb/gadget/pxa2*
5437F: include/sound/pxa2xx-lib.h
5438F: sound/arm/pxa*
5439F: sound/soc/pxa
5440
5441MMP SUPPORT
5442M: Eric Miao <eric.y.miao@gmail.com>
5443M: Haojian Zhuang <haojian.zhuang@gmail.com>
5444L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5445T: git git://github.com/hzhuang1/linux.git
5446T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
5447S: Maintained
5448F: arch/arm/mach-mmp/
5449
5450PXA MMCI DRIVER
5451S: Orphan
5452
5453PXA RTC DRIVER
5454M: Robert Jarzmik <robert.jarzmik@free.fr>
5455L: rtc-linux@googlegroups.com
5456S: Maintained
5457
5458QIB DRIVER
5459M: Mike Marciniszyn <infinipath@qlogic.com>
5460L: linux-rdma@vger.kernel.org
5461S: Supported
5462F: drivers/infiniband/hw/qib/
5463
5464QLOGIC QLA1280 SCSI DRIVER
5465M: Michael Reed <mdr@sgi.com>
5466L: linux-scsi@vger.kernel.org
5467S: Maintained
5468F: drivers/scsi/qla1280.[ch]
5469
5470QLOGIC QLA2XXX FC-SCSI DRIVER
5471M: Andrew Vasquez <andrew.vasquez@qlogic.com>
5472M: linux-driver@qlogic.com
5473L: linux-scsi@vger.kernel.org
5474S: Supported
5475F: Documentation/scsi/LICENSE.qla2xxx
5476F: drivers/scsi/qla2xxx/
5477
5478QLOGIC QLA4XXX iSCSI DRIVER
5479M: Ravi Anand <ravi.anand@qlogic.com>
5480M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5481M: iscsi-driver@qlogic.com
5482L: linux-scsi@vger.kernel.org
5483S: Supported
5484F: drivers/scsi/qla4xxx/
5485
5486QLOGIC QLA3XXX NETWORK DRIVER
5487M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5488M: Ron Mercer <ron.mercer@qlogic.com>
5489M: linux-driver@qlogic.com
5490L: netdev@vger.kernel.org
5491S: Supported
5492F: Documentation/networking/LICENSE.qla3xxx
5493F: drivers/net/ethernet/qlogic/qla3xxx.*
5494
5495QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5496M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5497M: Sony Chacko <sony.chacko@qlogic.com>
5498M: linux-driver@qlogic.com
5499L: netdev@vger.kernel.org
5500S: Supported
5501F: drivers/net/ethernet/qlogic/qlcnic/
5502
5503QLOGIC QLGE 10Gb ETHERNET DRIVER
5504M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5505M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5506M: Ron Mercer <ron.mercer@qlogic.com>
5507M: linux-driver@qlogic.com
5508L: netdev@vger.kernel.org
5509S: Supported
5510F: drivers/net/ethernet/qlogic/qlge/
5511
5512QNX4 FILESYSTEM
5513M: Anders Larsen <al@alarsen.net>
5514W: http://www.alarsen.net/linux/qnx4fs/
5515S: Maintained
5516F: fs/qnx4/
5517F: include/linux/qnx4_fs.h
5518F: include/linux/qnxtypes.h
5519
5520QUALCOMM HEXAGON ARCHITECTURE
5521M: Richard Kuo <rkuo@codeaurora.org>
5522L: linux-hexagon@vger.kernel.org
5523S: Supported
5524F: arch/hexagon/
5525
5526RADOS BLOCK DEVICE (RBD)
5527F: include/linux/qnxtypes.h
5528M: Yehuda Sadeh <yehuda@hq.newdream.net>
5529M: Sage Weil <sage@newdream.net>
5530M: ceph-devel@vger.kernel.org
5531S: Supported
5532F: drivers/block/rbd.c
5533F: drivers/block/rbd_types.h
5534
5535RADEON FRAMEBUFFER DISPLAY DRIVER
5536M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5537L: linux-fbdev@vger.kernel.org
5538S: Maintained
5539F: drivers/video/aty/radeon*
5540F: include/linux/radeonfb.h
5541
5542RAGE128 FRAMEBUFFER DISPLAY DRIVER
5543M: Paul Mackerras <paulus@samba.org>
5544L: linux-fbdev@vger.kernel.org
5545S: Maintained
5546F: drivers/video/aty/aty128fb.c
5547
5548RALINK RT2X00 WIRELESS LAN DRIVER
5549P: rt2x00 project
5550M: Ivo van Doorn <IvDoorn@gmail.com>
5551M: Gertjan van Wingerde <gwingerde@gmail.com>
5552M: Helmut Schaa <helmut.schaa@googlemail.com>
5553L: linux-wireless@vger.kernel.org
5554L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5555W: http://rt2x00.serialmonkey.com/
5556S: Maintained
5557T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5558F: drivers/net/wireless/rt2x00/
5559
5560RAMDISK RAM BLOCK DEVICE DRIVER
5561M: Nick Piggin <npiggin@kernel.dk>
5562S: Maintained
5563F: Documentation/blockdev/ramdisk.txt
5564F: drivers/block/brd.c
5565
5566RANDOM NUMBER DRIVER
5567M: Matt Mackall <mpm@selenic.com>
5568S: Maintained
5569F: drivers/char/random.c
5570
5571RAPIDIO SUBSYSTEM
5572M: Matt Porter <mporter@kernel.crashing.org>
5573M: Alexandre Bounine <alexandre.bounine@idt.com>
5574S: Maintained
5575F: drivers/rapidio/
5576
5577RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5578L: linux-wireless@vger.kernel.org
5579S: Orphan
5580F: drivers/net/wireless/ray*
5581
5582RCUTORTURE MODULE
5583M: Josh Triplett <josh@freedesktop.org>
5584M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5585S: Supported
5586T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
5587F: Documentation/RCU/torture.txt
5588F: kernel/rcutorture.c
5589
5590RDC R-321X SoC
5591M: Florian Fainelli <florian@openwrt.org>
5592S: Maintained
5593
5594RDC R6040 FAST ETHERNET DRIVER
5595M: Florian Fainelli <florian@openwrt.org>
5596L: netdev@vger.kernel.org
5597S: Maintained
5598F: drivers/net/ethernet/rdc/r6040.c
5599
5600RDS - RELIABLE DATAGRAM SOCKETS
5601M: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
5602L: rds-devel@oss.oracle.com (moderated for non-subscribers)
5603S: Supported
5604F: net/rds/
5605
5606READ-COPY UPDATE (RCU)
5607M: Dipankar Sarma <dipankar@in.ibm.com>
5608M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5609W: http://www.rdrop.com/users/paulmck/rclock/
5610S: Supported
5611T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
5612F: Documentation/RCU/
5613F: include/linux/rcu*
5614F: include/linux/srcu*
5615F: kernel/rcu*
5616F: kernel/srcu*
5617X: kernel/rcutorture.c
5618
5619REAL TIME CLOCK (RTC) SUBSYSTEM
5620M: Alessandro Zummo <a.zummo@towertech.it>
5621L: rtc-linux@googlegroups.com
5622Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
5623S: Maintained
5624F: Documentation/rtc.txt
5625F: drivers/rtc/
5626F: include/linux/rtc.h
5627
5628REISERFS FILE SYSTEM
5629L: reiserfs-devel@vger.kernel.org
5630S: Supported
5631F: fs/reiserfs/
5632
5633REGISTER MAP ABSTRACTION
5634M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5635T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
5636S: Supported
5637F: drivers/base/regmap/
5638F: include/linux/regmap.h
5639
5640REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
5641M: Ohad Ben-Cohen <ohad@wizery.com>
5642S: Maintained
5643F: drivers/remoteproc/
5644F: Documentation/remoteproc.txt
5645F: include/linux/remoteproc.txt
5646
5647RFKILL
5648M: Johannes Berg <johannes@sipsolutions.net>
5649L: linux-wireless@vger.kernel.org
5650S: Maintained
5651F: Documentation/rfkill.txt
5652F: net/rfkill/
5653
5654RICOH SMARTMEDIA/XD DRIVER
5655M: Maxim Levitsky <maximlevitsky@gmail.com>
5656S: Maintained
5657F: drivers/mtd/nand/r852.c
5658F: drivers/mtd/nand/r852.h
5659
5660RICOH R5C592 MEMORYSTICK DRIVER
5661M: Maxim Levitsky <maximlevitsky@gmail.com>
5662S: Maintained
5663F: drivers/memstick/host/r592.*
5664
5665ROCKETPORT DRIVER
5666P: Comtrol Corp.
5667W: http://www.comtrol.com
5668S: Maintained
5669F: Documentation/serial/rocket.txt
5670F: drivers/tty/rocket*
5671
5672ROSE NETWORK LAYER
5673M: Ralf Baechle <ralf@linux-mips.org>
5674L: linux-hams@vger.kernel.org
5675W: http://www.linux-ax25.org/
5676S: Maintained
5677F: include/linux/rose.h
5678F: include/net/rose.h
5679F: net/rose/
5680
5681RTL8180 WIRELESS DRIVER
5682M: "John W. Linville" <linville@tuxdriver.com>
5683L: linux-wireless@vger.kernel.org
5684W: http://linuxwireless.org/
5685T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5686S: Maintained
5687F: drivers/net/wireless/rtl818x/rtl8180/
5688
5689RTL8187 WIRELESS DRIVER
5690M: Herton Ronaldo Krzesinski <herton@canonical.com>
5691M: Hin-Tak Leung <htl10@users.sourceforge.net>
5692M: Larry Finger <Larry.Finger@lwfinger.net>
5693L: linux-wireless@vger.kernel.org
5694W: http://linuxwireless.org/
5695T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5696S: Maintained
5697F: drivers/net/wireless/rtl818x/rtl8187/
5698
5699RTL8192CE WIRELESS DRIVER
5700M: Larry Finger <Larry.Finger@lwfinger.net>
5701M: Chaoming Li <chaoming_li@realsil.com.cn>
5702L: linux-wireless@vger.kernel.org
5703W: http://linuxwireless.org/
5704T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5705S: Maintained
5706F: drivers/net/wireless/rtlwifi/
5707F: drivers/net/wireless/rtlwifi/rtl8192ce/
5708
5709S3 SAVAGE FRAMEBUFFER DRIVER
5710M: Antonino Daplas <adaplas@gmail.com>
5711L: linux-fbdev@vger.kernel.org
5712S: Maintained
5713F: drivers/video/savage/
5714
5715S390
5716M: Martin Schwidefsky <schwidefsky@de.ibm.com>
5717M: Heiko Carstens <heiko.carstens@de.ibm.com>
5718M: linux390@de.ibm.com
5719L: linux-s390@vger.kernel.org
5720W: http://www.ibm.com/developerworks/linux/linux390/
5721S: Supported
5722F: arch/s390/
5723F: drivers/s390/
5724F: block/partitions/ibm.c
5725F: Documentation/s390/
5726F: Documentation/DocBook/s390*
5727
5728S390 NETWORK DRIVERS
5729M: Ursula Braun <ursula.braun@de.ibm.com>
5730M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
5731M: linux390@de.ibm.com
5732L: linux-s390@vger.kernel.org
5733W: http://www.ibm.com/developerworks/linux/linux390/
5734S: Supported
5735F: drivers/s390/net/
5736
5737S390 ZCRYPT DRIVER
5738M: Holger Dengler <hd@linux.vnet.ibm.com>
5739M: linux390@de.ibm.com
5740L: linux-s390@vger.kernel.org
5741W: http://www.ibm.com/developerworks/linux/linux390/
5742S: Supported
5743F: drivers/s390/crypto/
5744
5745S390 ZFCP DRIVER
5746M: Steffen Maier <maier@linux.vnet.ibm.com>
5747M: linux390@de.ibm.com
5748L: linux-s390@vger.kernel.org
5749W: http://www.ibm.com/developerworks/linux/linux390/
5750S: Supported
5751F: drivers/s390/scsi/zfcp_*
5752
5753S390 IUCV NETWORK LAYER
5754M: Ursula Braun <ursula.braun@de.ibm.com>
5755M: linux390@de.ibm.com
5756L: linux-s390@vger.kernel.org
5757W: http://www.ibm.com/developerworks/linux/linux390/
5758S: Supported
5759F: drivers/s390/net/*iucv*
5760F: include/net/iucv/
5761F: net/iucv/
5762
5763S3C24XX SD/MMC Driver
5764M: Ben Dooks <ben-linux@fluff.org>
5765L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5766S: Supported
5767F: drivers/mmc/host/s3cmci.*
5768
5769SAA7146 VIDEO4LINUX-2 DRIVER
5770M: Michael Hunold <michael@mihu.de>
5771L: linux-media@vger.kernel.org
5772T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5773W: http://www.mihu.de/linux/saa7146
5774S: Maintained
5775F: drivers/media/common/saa7146*
5776F: drivers/media/video/*7146*
5777F: include/media/*7146*
5778
5779SAMSUNG LAPTOP DRIVER
5780M: Corentin Chary <corentincj@iksaif.net>
5781L: platform-driver-x86@vger.kernel.org
5782S: Maintained
5783F: drivers/platform/x86/samsung-laptop.c
5784
5785SAMSUNG AUDIO (ASoC) DRIVERS
5786M: Sangbeom Kim <sbkim73@samsung.com>
5787L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5788S: Supported
5789F: sound/soc/samsung
5790
5791SAMSUNG FRAMEBUFFER DRIVER
5792M: Jingoo Han <jg1.han@samsung.com>
5793L: linux-fbdev@vger.kernel.org
5794S: Maintained
5795F: drivers/video/s3c-fb.c
5796
5797SERIAL DRIVERS
5798M: Alan Cox <alan@linux.intel.com>
5799L: linux-serial@vger.kernel.org
5800S: Maintained
5801F: drivers/tty/serial
5802
5803SYNOPSYS DESIGNWARE DMAC DRIVER
5804M: Viresh Kumar <viresh.kumar@st.com>
5805S: Maintained
5806F: include/linux/dw_dmac.h
5807F: drivers/dma/dw_dmac_regs.h
5808F: drivers/dma/dw_dmac.c
5809
5810TIMEKEEPING, NTP
5811M: John Stultz <johnstul@us.ibm.com>
5812M: Thomas Gleixner <tglx@linutronix.de>
5813T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5814S: Supported
5815F: include/linux/clocksource.h
5816F: include/linux/time.h
5817F: include/linux/timex.h
5818F: kernel/time/clocksource.c
5819F: kernel/time/time*.c
5820F: kernel/time/ntp.c
5821F: drivers/clocksource
5822
5823TLG2300 VIDEO4LINUX-2 DRIVER
5824M: Huang Shijie <shijie8@gmail.com>
5825M: Kang Yong <kangyong@telegent.com>
5826M: Zhang Xiaobing <xbzhang@telegent.com>
5827S: Supported
5828F: drivers/media/video/tlg2300
5829
5830SC1200 WDT DRIVER
5831M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
5832S: Maintained
5833F: drivers/watchdog/sc1200wdt.c
5834
5835SCHEDULER
5836M: Ingo Molnar <mingo@redhat.com>
5837M: Peter Zijlstra <peterz@infradead.org>
5838T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
5839S: Maintained
5840F: kernel/sched*
5841F: include/linux/sched.h
5842
5843SCORE ARCHITECTURE
5844M: Chen Liqin <liqin.chen@sunplusct.com>
5845M: Lennox Wu <lennox.wu@gmail.com>
5846W: http://www.sunplusct.com
5847S: Supported
5848F: arch/score/
5849
5850SCSI CDROM DRIVER
5851M: Jens Axboe <axboe@kernel.dk>
5852L: linux-scsi@vger.kernel.org
5853W: http://www.kernel.dk
5854S: Maintained
5855F: drivers/scsi/sr*
5856
5857SCSI RDMA PROTOCOL (SRP) INITIATOR
5858M: David Dillow <dillowda@ornl.gov>
5859L: linux-rdma@vger.kernel.org
5860S: Supported
5861W: http://www.openfabrics.org
5862Q: http://patchwork.kernel.org/project/linux-rdma/list/
5863T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5864F: drivers/infiniband/ulp/srp/
5865F: include/scsi/srp.h
5866
5867SCSI SG DRIVER
5868M: Doug Gilbert <dgilbert@interlog.com>
5869L: linux-scsi@vger.kernel.org
5870W: http://www.torque.net/sg
5871S: Maintained
5872F: drivers/scsi/sg.c
5873F: include/scsi/sg.h
5874
5875SCSI SUBSYSTEM
5876M: "James E.J. Bottomley" <JBottomley@parallels.com>
5877L: linux-scsi@vger.kernel.org
5878T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5879T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5880T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5881S: Maintained
5882F: drivers/scsi/
5883F: include/scsi/
5884
5885SCSI TAPE DRIVER
5886M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5887L: linux-scsi@vger.kernel.org
5888S: Maintained
5889F: Documentation/scsi/st.txt
5890F: drivers/scsi/st*
5891
5892SCTP PROTOCOL
5893M: Vlad Yasevich <vladislav.yasevich@hp.com>
5894M: Sridhar Samudrala <sri@us.ibm.com>
5895L: linux-sctp@vger.kernel.org
5896W: http://lksctp.sourceforge.net
5897S: Supported
5898F: Documentation/networking/sctp.txt
5899F: include/linux/sctp.h
5900F: include/net/sctp/
5901F: net/sctp/
5902
5903SCx200 CPU SUPPORT
5904M: Jim Cromie <jim.cromie@gmail.com>
5905S: Odd Fixes
5906F: Documentation/i2c/busses/scx200_acb
5907F: arch/x86/platform/scx200/
5908F: drivers/watchdog/scx200_wdt.c
5909F: drivers/i2c/busses/scx200*
5910F: drivers/mtd/maps/scx200_docflash.c
5911F: include/linux/scx200.h
5912
5913SCx200 GPIO DRIVER
5914M: Jim Cromie <jim.cromie@gmail.com>
5915S: Maintained
5916F: drivers/char/scx200_gpio.c
5917F: include/linux/scx200_gpio.h
5918
5919SCx200 HRT CLOCKSOURCE DRIVER
5920M: Jim Cromie <jim.cromie@gmail.com>
5921S: Maintained
5922F: drivers/clocksource/scx200_hrt.c
5923
5924SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5925M: Sascha Sommer <saschasommer@freenet.de>
5926L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5927S: Maintained
5928F: drivers/mmc/host/sdricoh_cs.c
5929
5930SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5931M: Chris Ball <cjb@laptop.org>
5932L: linux-mmc@vger.kernel.org
5933T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5934S: Maintained
5935F: drivers/mmc/host/sdhci.*
5936F: drivers/mmc/host/sdhci-pltfm.[ch]
5937
5938SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5939M: Anton Vorontsov <avorontsov@ru.mvista.com>
5940L: linuxppc-dev@lists.ozlabs.org
5941L: linux-mmc@vger.kernel.org
5942S: Maintained
5943F: drivers/mmc/host/sdhci-pltfm.[ch]
5944
5945SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5946M: Ben Dooks <ben-linux@fluff.org>
5947L: linux-mmc@vger.kernel.org
5948S: Maintained
5949F: drivers/mmc/host/sdhci-s3c.c
5950
5951SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5952M: Viresh Kumar <viresh.kumar@st.com>
5953L: spear-devel@list.st.com
5954L: linux-mmc@vger.kernel.org
5955S: Maintained
5956F: drivers/mmc/host/sdhci-spear.c
5957
5958SECURITY SUBSYSTEM
5959M: James Morris <james.l.morris@oracle.com>
5960L: linux-security-module@vger.kernel.org (suggested Cc:)
5961T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
5962W: http://security.wiki.kernel.org/
5963S: Supported
5964F: security/
5965
5966SECURITY CONTACT
5967M: Security Officers <security@kernel.org>
5968S: Supported
5969
5970SELINUX SECURITY MODULE
5971M: Stephen Smalley <sds@tycho.nsa.gov>
5972M: James Morris <james.l.morris@oracle.com>
5973M: Eric Paris <eparis@parisplace.org>
5974L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5975W: http://selinuxproject.org
5976T: git git://git.infradead.org/users/eparis/selinux.git
5977S: Supported
5978F: include/linux/selinux*
5979F: security/selinux/
5980F: scripts/selinux/
5981
5982APPARMOR SECURITY MODULE
5983M: John Johansen <john.johansen@canonical.com>
5984L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5985W: apparmor.wiki.kernel.org
5986T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5987S: Supported
5988F: security/apparmor/
5989
5990SENSABLE PHANTOM
5991M: Jiri Slaby <jirislaby@gmail.com>
5992S: Maintained
5993F: drivers/misc/phantom.c
5994F: include/linux/phantom.h
5995
5996SERIAL ATA (SATA) SUBSYSTEM
5997M: Jeff Garzik <jgarzik@pobox.com>
5998L: linux-ide@vger.kernel.org
5999T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
6000S: Supported
6001F: drivers/ata/
6002F: include/linux/ata.h
6003F: include/linux/libata.h
6004
6005SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
6006M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
6007L: linux-scsi@vger.kernel.org
6008W: http://www.emulex.com
6009S: Supported
6010F: drivers/scsi/be2iscsi/
6011
6012SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
6013M: Sathya Perla <sathya.perla@emulex.com>
6014M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
6015M: Ajit Khaparde <ajit.khaparde@emulex.com>
6016L: netdev@vger.kernel.org
6017W: http://www.emulex.com
6018S: Supported
6019F: drivers/net/ethernet/emulex/benet/
6020
6021SFC NETWORK DRIVER
6022M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6023M: Ben Hutchings <bhutchings@solarflare.com>
6024L: netdev@vger.kernel.org
6025S: Supported
6026F: drivers/net/ethernet/sfc/
6027
6028SGI GRU DRIVER
6029M: Jack Steiner <steiner@sgi.com>
6030S: Maintained
6031F: drivers/misc/sgi-gru/
6032
6033SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6034M: Pat Gefre <pfg@sgi.com>
6035L: linux-ia64@vger.kernel.org
6036S: Supported
6037F: Documentation/ia64/serial.txt
6038F: drivers/tty/serial/ioc?_serial.c
6039F: include/linux/ioc?.h
6040
6041SGI VISUAL WORKSTATION 320 AND 540
6042M: Andrey Panin <pazke@donpac.ru>
6043L: linux-visws-devel@lists.sf.net
6044W: http://linux-visws.sf.net
6045S: Maintained for 2.6.
6046F: Documentation/sgi-visws.txt
6047
6048SGI XP/XPC/XPNET DRIVER
6049M: Robin Holt <holt@sgi.com>
6050S: Maintained
6051F: drivers/misc/sgi-xp/
6052
6053SIMPLE FIRMWARE INTERFACE (SFI)
6054M: Len Brown <lenb@kernel.org>
6055L: sfi-devel@simplefirmware.org
6056W: http://simplefirmware.org/
6057T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6058S: Supported
6059F: arch/x86/platform/sfi/
6060F: drivers/sfi/
6061F: include/linux/sfi*.h
6062
6063SIMTEC EB110ATX (Chalice CATS)
6064P: Ben Dooks
6065P: Vincent Sanders <vince@simtec.co.uk>
6066M: Simtec Linux Team <linux@simtec.co.uk>
6067W: http://www.simtec.co.uk/products/EB110ATX/
6068S: Supported
6069
6070SIMTEC EB2410ITX (BAST)
6071P: Ben Dooks
6072P: Vincent Sanders <vince@simtec.co.uk>
6073M: Simtec Linux Team <linux@simtec.co.uk>
6074W: http://www.simtec.co.uk/products/EB2410ITX/
6075S: Supported
6076F: arch/arm/mach-s3c2410/mach-bast.c
6077F: arch/arm/mach-s3c2410/bast-ide.c
6078F: arch/arm/mach-s3c2410/bast-irq.c
6079
6080TI DAVINCI MACHINE SUPPORT
6081M: Sekhar Nori <nsekhar@ti.com>
6082M: Kevin Hilman <khilman@ti.com>
6083L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6084T: git git://gitorious.org/linux-davinci/linux-davinci.git
6085Q: http://patchwork.kernel.org/project/linux-davinci/list/
6086S: Supported
6087F: arch/arm/mach-davinci
6088F: drivers/i2c/busses/i2c-davinci.c
6089
6090SIS 190 ETHERNET DRIVER
6091M: Francois Romieu <romieu@fr.zoreil.com>
6092L: netdev@vger.kernel.org
6093S: Maintained
6094F: drivers/net/ethernet/sis/sis190.c
6095
6096SIS 900/7016 FAST ETHERNET DRIVER
6097M: Daniele Venzano <venza@brownhat.org>
6098W: http://www.brownhat.org/sis900.html
6099L: netdev@vger.kernel.org
6100S: Maintained
6101F: drivers/net/ethernet/sis/sis900.*
6102
6103SIS 96X I2C/SMBUS DRIVER
6104M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6105L: linux-i2c@vger.kernel.org
6106S: Maintained
6107F: Documentation/i2c/busses/i2c-sis96x
6108F: drivers/i2c/busses/i2c-sis96x.c
6109
6110SIS FRAMEBUFFER DRIVER
6111M: Thomas Winischhofer <thomas@winischhofer.net>
6112W: http://www.winischhofer.net/linuxsisvga.shtml
6113S: Maintained
6114F: Documentation/fb/sisfb.txt
6115F: drivers/video/sis/
6116F: include/video/sisfb.h
6117
6118SIS USB2VGA DRIVER
6119M: Thomas Winischhofer <thomas@winischhofer.net>
6120W: http://www.winischhofer.at/linuxsisusbvga.shtml
6121S: Maintained
6122F: drivers/usb/misc/sisusbvga/
6123
6124SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
6125M: Stephen Hemminger <shemminger@vyatta.com>
6126L: netdev@vger.kernel.org
6127S: Maintained
6128F: drivers/net/ethernet/marvell/sk*
6129
6130SLAB ALLOCATOR
6131M: Christoph Lameter <cl@linux-foundation.org>
6132M: Pekka Enberg <penberg@kernel.org>
6133M: Matt Mackall <mpm@selenic.com>
6134L: linux-mm@kvack.org
6135S: Maintained
6136F: include/linux/sl?b*.h
6137F: mm/sl?b.c
6138
6139SMC91x ETHERNET DRIVER
6140M: Nicolas Pitre <nico@fluxnic.net>
6141S: Odd Fixes
6142F: drivers/net/ethernet/smsc/smc91x.*
6143
6144SMM665 HARDWARE MONITOR DRIVER
6145M: Guenter Roeck <linux@roeck-us.net>
6146L: lm-sensors@lm-sensors.org
6147S: Maintained
6148F: Documentation/hwmon/smm665
6149F: drivers/hwmon/smm665.c
6150
6151SMSC EMC2103 HARDWARE MONITOR DRIVER
6152M: Steve Glendinning <steve.glendinning@smsc.com>
6153L: lm-sensors@lm-sensors.org
6154S: Supported
6155F: Documentation/hwmon/emc2103
6156F: drivers/hwmon/emc2103.c
6157
6158SMSC SCH5627 HARDWARE MONITOR DRIVER
6159M: Hans de Goede <hdegoede@redhat.com>
6160L: lm-sensors@lm-sensors.org
6161S: Supported
6162F: Documentation/hwmon/sch5627
6163F: drivers/hwmon/sch5627.c
6164
6165SMSC47B397 HARDWARE MONITOR DRIVER
6166M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6167L: lm-sensors@lm-sensors.org
6168S: Maintained
6169F: Documentation/hwmon/smsc47b397
6170F: drivers/hwmon/smsc47b397.c
6171
6172SMSC911x ETHERNET DRIVER
6173M: Steve Glendinning <steve.glendinning@smsc.com>
6174L: netdev@vger.kernel.org
6175S: Supported
6176F: include/linux/smsc911x.h
6177F: drivers/net/ethernet/smsc/smsc911x.*
6178
6179SMSC9420 PCI ETHERNET DRIVER
6180M: Steve Glendinning <steve.glendinning@smsc.com>
6181L: netdev@vger.kernel.org
6182S: Supported
6183F: drivers/net/ethernet/smsc/smsc9420.*
6184
6185SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6186M: Steve Glendinning <steve.glendinning@smsc.com>
6187L: linux-fbdev@vger.kernel.org
6188S: Supported
6189F: drivers/video/smscufx.c
6190
6191SN-IA64 (Itanium) SUB-PLATFORM
6192M: Jes Sorensen <jes@sgi.com>
6193L: linux-altix@sgi.com
6194L: linux-ia64@vger.kernel.org
6195W: http://www.sgi.com/altix
6196S: Maintained
6197F: arch/ia64/sn/
6198
6199SOC-CAMERA V4L2 SUBSYSTEM
6200M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6201L: linux-media@vger.kernel.org
6202T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6203S: Maintained
6204F: include/media/v4l2*
6205F: drivers/media/video/v4l2*
6206
6207SOEKRIS NET48XX LED SUPPORT
6208M: Chris Boot <bootc@bootc.net>
6209S: Maintained
6210F: drivers/leds/leds-net48xx.c
6211
6212SOFTWARE RAID (Multiple Disks) SUPPORT
6213M: Neil Brown <neilb@suse.de>
6214L: linux-raid@vger.kernel.org
6215S: Supported
6216F: drivers/md/
6217F: include/linux/raid/
6218
6219SONIC NETWORK DRIVER
6220M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6221L: netdev@vger.kernel.org
6222S: Maintained
6223F: drivers/net/ethernet/natsemi/sonic.*
6224
6225SONICS SILICON BACKPLANE DRIVER (SSB)
6226M: Michael Buesch <m@bues.ch>
6227L: netdev@vger.kernel.org
6228S: Maintained
6229F: drivers/ssb/
6230F: include/linux/ssb/
6231
6232SONY VAIO CONTROL DEVICE DRIVER
6233M: Mattia Dongili <malattia@linux.it>
6234L: platform-driver-x86@vger.kernel.org
6235W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6236S: Maintained
6237F: Documentation/laptops/sony-laptop.txt
6238F: drivers/char/sonypi.c
6239F: drivers/platform/x86/sony-laptop.c
6240F: include/linux/sony-laptop.h
6241
6242SONY MEMORYSTICK CARD SUPPORT
6243M: Alex Dubov <oakad@yahoo.com>
6244W: http://tifmxx.berlios.de/
6245S: Maintained
6246F: drivers/memstick/host/tifm_ms.c
6247
6248SOUND
6249M: Jaroslav Kysela <perex@perex.cz>
6250M: Takashi Iwai <tiwai@suse.de>
6251L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6252W: http://www.alsa-project.org/
6253T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6254T: git git://git.alsa-project.org/alsa-kernel.git
6255S: Maintained
6256F: Documentation/sound/
6257F: include/sound/
6258F: sound/
6259
6260SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6261M: Liam Girdwood <lrg@ti.com>
6262M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6263T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
6264L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6265W: http://alsa-project.org/main/index.php/ASoC
6266S: Supported
6267F: sound/soc/
6268F: include/sound/soc*
6269
6270SPARC + UltraSPARC (sparc/sparc64)
6271M: "David S. Miller" <davem@davemloft.net>
6272L: sparclinux@vger.kernel.org
6273Q: http://patchwork.ozlabs.org/project/sparclinux/list/
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: arch/sparc/
6278F: drivers/sbus/
6279
6280SPARC SERIAL DRIVERS
6281M: "David S. Miller" <davem@davemloft.net>
6282L: sparclinux@vger.kernel.org
6283T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6284T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6285S: Maintained
6286F: include/linux/sunserialcore.h
6287F: drivers/tty/serial/suncore.c
6288F: drivers/tty/serial/sunhv.c
6289F: drivers/tty/serial/sunsab.c
6290F: drivers/tty/serial/sunsab.h
6291F: drivers/tty/serial/sunsu.c
6292F: drivers/tty/serial/sunzilog.c
6293F: drivers/tty/serial/sunzilog.h
6294
6295SPEAR PLATFORM SUPPORT
6296M: Viresh Kumar <viresh.kumar@st.com>
6297L: spear-devel@list.st.com
6298L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6299W: http://www.st.com/spear
6300S: Maintained
6301F: arch/arm/plat-spear/
6302
6303SPEAR3XX MACHINE SUPPORT
6304M: Viresh Kumar <viresh.kumar@st.com>
6305L: spear-devel@list.st.com
6306L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6307W: http://www.st.com/spear
6308S: Maintained
6309F: arch/arm/mach-spear3xx/
6310
6311SPEAR6XX MACHINE SUPPORT
6312M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
6313L: spear-devel@list.st.com
6314L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6315W: http://www.st.com/spear
6316S: Maintained
6317F: arch/arm/mach-spear6xx/
6318
6319SPEAR CLOCK FRAMEWORK SUPPORT
6320M: Viresh Kumar <viresh.kumar@st.com>
6321L: spear-devel@list.st.com
6322L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6323W: http://www.st.com/spear
6324S: Maintained
6325F: arch/arm/mach-spear*/clock.c
6326F: arch/arm/plat-spear/clock.c
6327F: arch/arm/plat-spear/include/plat/clock.h
6328
6329SPEAR PAD MULTIPLEXING SUPPORT
6330M: Viresh Kumar <viresh.kumar@st.com>
6331L: spear-devel@list.st.com
6332L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6333W: http://www.st.com/spear
6334S: Maintained
6335F: arch/arm/plat-spear/include/plat/padmux.h
6336F: arch/arm/plat-spear/padmux.c
6337F: arch/arm/mach-spear*/spear*xx.c
6338F: arch/arm/mach-spear*/include/mach/generic.h
6339F: arch/arm/mach-spear3xx/spear3*0.c
6340F: arch/arm/mach-spear3xx/spear3*0_evb.c
6341F: arch/arm/mach-spear6xx/spear600.c
6342F: arch/arm/mach-spear6xx/spear600_evb.c
6343
6344SPI SUBSYSTEM
6345M: Grant Likely <grant.likely@secretlab.ca>
6346L: spi-devel-general@lists.sourceforge.net
6347Q: http://patchwork.kernel.org/project/spi-devel-general/list/
6348T: git git://git.secretlab.ca/git/linux-2.6.git
6349S: Maintained
6350F: Documentation/spi/
6351F: drivers/spi/
6352F: include/linux/spi/
6353
6354SPIDERNET NETWORK DRIVER for CELL
6355M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6356M: Jens Osterkamp <jens@de.ibm.com>
6357L: netdev@vger.kernel.org
6358S: Supported
6359F: Documentation/networking/spider_net.txt
6360F: drivers/net/ethernet/toshiba/spider_net*
6361
6362SPU FILE SYSTEM
6363M: Jeremy Kerr <jk@ozlabs.org>
6364L: linuxppc-dev@lists.ozlabs.org
6365L: cbe-oss-dev@lists.ozlabs.org
6366W: http://www.ibm.com/developerworks/power/cell/
6367S: Supported
6368F: Documentation/filesystems/spufs.txt
6369F: arch/powerpc/platforms/cell/spufs/
6370
6371SQUASHFS FILE SYSTEM
6372M: Phillip Lougher <phillip@squashfs.org.uk>
6373L: squashfs-devel@lists.sourceforge.net (subscribers-only)
6374W: http://squashfs.org.uk
6375S: Maintained
6376F: Documentation/filesystems/squashfs.txt
6377F: fs/squashfs/
6378
6379SRM (Alpha) environment access
6380M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
6381S: Maintained
6382F: arch/alpha/kernel/srm_env.c
6383
6384STABLE BRANCH
6385M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6386L: stable@vger.kernel.org
6387S: Supported
6388
6389STAGING SUBSYSTEM
6390M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6391T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
6392L: devel@driverdev.osuosl.org
6393S: Supported
6394F: drivers/staging/
6395
6396STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6397M: Henk de Groot <pe1dnn@amsat.org>
6398S: Odd Fixes
6399F: drivers/staging/wlags49_h2/
6400F: drivers/staging/wlags49_h25/
6401
6402STAGING - ASUS OLED
6403M: Jakub Schmidtke <sjakub@gmail.com>
6404S: Odd Fixes
6405F: drivers/staging/asus_oled/
6406
6407STAGING - COMEDI
6408M: Ian Abbott <abbotti@mev.co.uk>
6409M: Mori Hess <fmhess@users.sourceforge.net>
6410S: Odd Fixes
6411F: drivers/staging/comedi/
6412
6413STAGING - CRYSTAL HD VIDEO DECODER
6414M: Naren Sankar <nsankar@broadcom.com>
6415M: Jarod Wilson <jarod@wilsonet.com>
6416M: Scott Davilla <davilla@4pi.com>
6417M: Manu Abraham <abraham.manu@gmail.com>
6418S: Odd Fixes
6419F: drivers/staging/crystalhd/
6420
6421STAGING - ECHO CANCELLER
6422M: Steve Underwood <steveu@coppice.org>
6423M: David Rowe <david@rowetel.com>
6424S: Odd Fixes
6425F: drivers/staging/echo/
6426
6427STAGING - ET131X NETWORK DRIVER
6428M: Mark Einon <mark.einon@gmail.com>
6429S: Odd Fixes
6430F: drivers/staging/et131x/
6431
6432STAGING - FLARION FT1000 DRIVERS
6433M: Marek Belisko <marek.belisko@gmail.com>
6434S: Odd Fixes
6435F: drivers/staging/ft1000/
6436
6437STAGING - FRONTIER TRANZPORT AND ALPHATRACK
6438M: David Täht <d@teklibre.com>
6439S: Odd Fixes
6440F: drivers/staging/frontier/
6441
6442STAGING - INDUSTRIAL IO
6443M: Jonathan Cameron <jic23@cam.ac.uk>
6444L: linux-iio@vger.kernel.org
6445S: Odd Fixes
6446F: drivers/staging/iio/
6447
6448STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
6449M: Jarod Wilson <jarod@wilsonet.com>
6450W: http://www.lirc.org/
6451S: Odd Fixes
6452F: drivers/staging/media/lirc/
6453
6454STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
6455M: Julian Andres Klode <jak@jak-linux.org>
6456M: Marc Dietrich <marvin24@gmx.de>
6457L: ac100@lists.launchpad.net (moderated for non-subscribers)
6458S: Maintained
6459F: drivers/staging/nvec/
6460
6461STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
6462M: Andres Salomon <dilinger@queued.net>
6463M: Chris Ball <cjb@laptop.org>
6464M: Jon Nettleton <jon.nettleton@gmail.com>
6465W: http://wiki.laptop.org/go/DCON
6466S: Odd Fixes
6467F: drivers/staging/olpc_dcon/
6468
6469STAGING - OZMO DEVICES USB OVER WIFI DRIVER
6470M: Chris Kelly <ckelly@ozmodevices.com>
6471S: Maintained
6472F: drivers/staging/ozwpan/
6473
6474STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
6475M: Willy Tarreau <willy@meta-x.org>
6476S: Odd Fixes
6477F: drivers/staging/panel/
6478
6479STAGING - REALTEK RTL8712U DRIVERS
6480M: Larry Finger <Larry.Finger@lwfinger.net>
6481M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
6482S: Odd Fixes
6483F: drivers/staging/rtl8712/
6484
6485STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
6486M: Teddy Wang <teddy.wang@siliconmotion.com.cn>
6487S: Odd Fixes
6488F: drivers/staging/sm7xx/
6489
6490STAGING - SOFTLOGIC 6x10 MPEG CODEC
6491M: Ben Collins <bcollins@bluecherry.net>
6492S: Odd Fixes
6493F: drivers/staging/media/solo6x10/
6494
6495STAGING - SPEAKUP CONSOLE SPEECH DRIVER
6496M: William Hubbs <w.d.hubbs@gmail.com>
6497M: Chris Brannon <chris@the-brannons.com>
6498M: Kirk Reiser <kirk@braille.uwo.ca>
6499M: Samuel Thibault <samuel.thibault@ens-lyon.org>
6500L: speakup@braille.uwo.ca
6501W: http://www.linux-speakup.org/
6502S: Odd Fixes
6503F: drivers/staging/speakup/
6504
6505STAGING - TI DSP BRIDGE DRIVERS
6506M: Omar Ramirez Luna <omar.ramirez@ti.com>
6507S: Odd Fixes
6508F: drivers/staging/tidspbridge/
6509
6510STAGING - USB ENE SM/MS CARD READER DRIVER
6511M: Al Cho <acho@novell.com>
6512S: Odd Fixes
6513F: drivers/staging/keucr/
6514
6515STAGING - VIA VT665X DRIVERS
6516M: Forest Bond <forest@alittletooquiet.net>
6517S: Odd Fixes
6518F: drivers/staging/vt665?/
6519
6520STAGING - WINBOND IS89C35 WLAN USB DRIVER
6521M: Pavel Machek <pavel@ucw.cz>
6522S: Odd Fixes
6523F: drivers/staging/winbond/
6524
6525STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
6526M: Arnaud Patard <arnaud.patard@rtp-net.org>
6527S: Odd Fixes
6528F: drivers/staging/xgifb/
6529
6530STARFIRE/DURALAN NETWORK DRIVER
6531M: Ion Badulescu <ionut@badula.org>
6532S: Odd Fixes
6533F: drivers/net/ethernet/adaptec/starfire*
6534
6535SUN3/3X
6536M: Sam Creasey <sammy@sammy.net>
6537W: http://sammy.net/sun3/
6538S: Maintained
6539F: arch/m68k/kernel/*sun3*
6540F: arch/m68k/sun3*/
6541F: arch/m68k/include/asm/sun3*
6542F: drivers/net/ethernet/i825xx/sun3*
6543
6544SUPERH
6545M: Paul Mundt <lethal@linux-sh.org>
6546L: linux-sh@vger.kernel.org
6547W: http://www.linux-sh.org
6548Q: http://patchwork.kernel.org/project/linux-sh/list/
6549T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
6550S: Supported
6551F: Documentation/sh/
6552F: arch/sh/
6553F: drivers/sh/
6554
6555SUSPEND TO RAM
6556M: Len Brown <len.brown@intel.com>
6557M: Pavel Machek <pavel@ucw.cz>
6558M: "Rafael J. Wysocki" <rjw@sisk.pl>
6559L: linux-pm@vger.kernel.org
6560S: Supported
6561F: Documentation/power/
6562F: arch/x86/kernel/acpi/
6563F: drivers/base/power/
6564F: kernel/power/
6565F: include/linux/suspend.h
6566F: include/linux/freezer.h
6567F: include/linux/pm.h
6568
6569SVGA HANDLING
6570M: Martin Mares <mj@ucw.cz>
6571L: linux-video@atrey.karlin.mff.cuni.cz
6572S: Maintained
6573F: Documentation/svga.txt
6574F: arch/x86/boot/video*
6575
6576SYSV FILESYSTEM
6577M: Christoph Hellwig <hch@infradead.org>
6578S: Maintained
6579F: Documentation/filesystems/sysv-fs.txt
6580F: fs/sysv/
6581F: include/linux/sysv_fs.h
6582
6583TARGET SUBSYSTEM
6584M: Nicholas A. Bellinger <nab@linux-iscsi.org>
6585L: linux-scsi@vger.kernel.org
6586L: target-devel@vger.kernel.org
6587L: http://groups.google.com/group/linux-iscsi-target-dev
6588W: http://www.linux-iscsi.org
6589T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
6590S: Supported
6591F: drivers/target/
6592F: include/target/
6593F: Documentation/target/
6594
6595TASKSTATS STATISTICS INTERFACE
6596M: Balbir Singh <bsingharora@gmail.com>
6597S: Maintained
6598F: Documentation/accounting/taskstats*
6599F: include/linux/taskstats*
6600F: kernel/taskstats.c
6601
6602TC CLASSIFIER
6603M: Jamal Hadi Salim <hadi@cyberus.ca>
6604L: netdev@vger.kernel.org
6605S: Maintained
6606F: include/linux/pkt_cls.h
6607F: include/net/pkt_cls.h
6608F: net/sched/
6609
6610TCP LOW PRIORITY MODULE
6611M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6612M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6613W: http://tcp-lp-mod.sourceforge.net/
6614S: Maintained
6615F: net/ipv4/tcp_lp.c
6616
6617TEAM DRIVER
6618M: Jiri Pirko <jpirko@redhat.com>
6619L: netdev@vger.kernel.org
6620S: Supported
6621F: drivers/net/team/
6622F: include/linux/if_team.h
6623
6624TEGRA SUPPORT
6625M: Colin Cross <ccross@android.com>
6626M: Olof Johansson <olof@lixom.net>
6627M: Stephen Warren <swarren@wwwdotorg.org>
6628L: linux-tegra@vger.kernel.org
6629Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
6630T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
6631S: Supported
6632F: arch/arm/mach-tegra
6633
6634TEHUTI ETHERNET DRIVER
6635M: Andy Gospodarek <andy@greyhouse.net>
6636L: netdev@vger.kernel.org
6637S: Supported
6638F: drivers/net/ethernet/tehuti/*
6639
6640Telecom Clock Driver for MCPL0010
6641M: Mark Gross <mark.gross@intel.com>
6642S: Supported
6643F: drivers/char/tlclk.c
6644
6645TENSILICA XTENSA PORT (xtensa)
6646M: Chris Zankel <chris@zankel.net>
6647S: Maintained
6648F: arch/xtensa/
6649
6650THINKPAD ACPI EXTRAS DRIVER
6651M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6652L: ibm-acpi-devel@lists.sourceforge.net
6653L: platform-driver-x86@vger.kernel.org
6654W: http://ibm-acpi.sourceforge.net
6655W: http://thinkwiki.org/wiki/Ibm-acpi
6656T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6657S: Maintained
6658F: drivers/platform/x86/thinkpad_acpi.c
6659
6660TI FLASH MEDIA INTERFACE DRIVER
6661M: Alex Dubov <oakad@yahoo.com>
6662S: Maintained
6663F: drivers/misc/tifm*
6664F: drivers/mmc/host/tifm_sd.c
6665F: include/linux/tifm.h
6666
6667TI TWL4030 SERIES SOC CODEC DRIVER
6668M: Peter Ujfalusi <peter.ujfalusi@ti.com>
6669L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6670S: Maintained
6671F: sound/soc/codecs/twl4030*
6672
6673TIPC NETWORK LAYER
6674M: Jon Maloy <jon.maloy@ericsson.com>
6675M: Allan Stephens <allan.stephens@windriver.com>
6676L: netdev@vger.kernel.org (core kernel code)
6677L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
6678W: http://tipc.sourceforge.net/
6679S: Maintained
6680F: include/linux/tipc*.h
6681F: net/tipc/
6682
6683TILE ARCHITECTURE
6684M: Chris Metcalf <cmetcalf@tilera.com>
6685W: http://www.tilera.com/scm/
6686S: Supported
6687F: arch/tile/
6688F: drivers/tty/hvc/hvc_tile.c
6689F: drivers/net/ethernet/tile/
6690F: drivers/edac/tile_edac.c
6691
6692TLAN NETWORK DRIVER
6693M: Samuel Chessman <chessman@tux.org>
6694L: tlan-devel@lists.sourceforge.net (subscribers-only)
6695W: http://sourceforge.net/projects/tlan/
6696S: Maintained
6697F: Documentation/networking/tlan.txt
6698F: drivers/net/ethernet/ti/tlan.*
6699
6700TOMOYO SECURITY MODULE
6701M: Kentaro Takeda <takedakn@nttdata.co.jp>
6702M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6703L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6704L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6705L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6706L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6707W: http://tomoyo.sourceforge.jp/
6708T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
6709S: Maintained
6710F: security/tomoyo/
6711
6712TOPSTAR LAPTOP EXTRAS DRIVER
6713M: Herton Ronaldo Krzesinski <herton@canonical.com>
6714L: platform-driver-x86@vger.kernel.org
6715S: Maintained
6716F: drivers/platform/x86/topstar-laptop.c
6717
6718TOSHIBA ACPI EXTRAS DRIVER
6719L: platform-driver-x86@vger.kernel.org
6720S: Orphan
6721F: drivers/platform/x86/toshiba_acpi.c
6722
6723TOSHIBA SMM DRIVER
6724M: Jonathan Buzzard <jonathan@buzzard.org.uk>
6725L: tlinux-users@tce.toshiba-dme.co.jp
6726W: http://www.buzzard.org.uk/toshiba/
6727S: Maintained
6728F: drivers/char/toshiba.c
6729F: include/linux/toshiba.h
6730
6731TMIO MMC DRIVER
6732M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6733M: Ian Molton <ian@mnementh.co.uk>
6734L: linux-mmc@vger.kernel.org
6735S: Maintained
6736F: drivers/mmc/host/tmio_mmc*
6737F: drivers/mmc/host/sh_mobile_sdhi.c
6738F: include/linux/mmc/tmio.h
6739F: include/linux/mmc/sh_mobile_sdhi.h
6740
6741TMPFS (SHMEM FILESYSTEM)
6742M: Hugh Dickins <hughd@google.com>
6743L: linux-mm@kvack.org
6744S: Maintained
6745F: include/linux/shmem_fs.h
6746F: mm/shmem.c
6747
6748TPM DEVICE DRIVER
6749M: Debora Velarde <debora@linux.vnet.ibm.com>
6750M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6751W: http://tpmdd.sourceforge.net
6752M: Marcel Selhorst <m.selhorst@sirrix.com>
6753W: http://www.sirrix.com
6754L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6755S: Maintained
6756F: drivers/char/tpm/
6757
6758TRACING
6759M: Steven Rostedt <rostedt@goodmis.org>
6760M: Frederic Weisbecker <fweisbec@gmail.com>
6761M: Ingo Molnar <mingo@redhat.com>
6762T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6763S: Maintained
6764F: Documentation/trace/ftrace.txt
6765F: arch/*/*/*/ftrace.h
6766F: arch/*/kernel/ftrace.c
6767F: include/*/ftrace.h
6768F: include/linux/trace*.h
6769F: include/trace/
6770F: kernel/trace/
6771
6772TRIVIAL PATCHES
6773M: Jiri Kosina <trivial@kernel.org>
6774T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6775S: Maintained
6776K: ^Subject:.*(?i)trivial
6777
6778TTY LAYER
6779M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6780S: Supported
6781T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
6782F: drivers/tty/
6783F: drivers/tty/serial/serial_core.c
6784F: include/linux/serial_core.h
6785F: include/linux/serial.h
6786F: include/linux/tty.h
6787
6788TULIP NETWORK DRIVERS
6789M: Grant Grundler <grundler@parisc-linux.org>
6790L: netdev@vger.kernel.org
6791S: Maintained
6792F: drivers/net/ethernet/dec/tulip/
6793
6794TUN/TAP driver
6795M: Maxim Krasnyansky <maxk@qualcomm.com>
6796L: vtun@office.satix.net
6797W: http://vtun.sourceforge.net/tun
6798S: Maintained
6799F: Documentation/networking/tuntap.txt
6800F: arch/um/os-Linux/drivers/
6801
6802TURBOCHANNEL SUBSYSTEM
6803M: "Maciej W. Rozycki" <macro@linux-mips.org>
6804S: Maintained
6805F: drivers/tc/
6806F: include/linux/tc.h
6807
6808U14-34F SCSI DRIVER
6809M: Dario Ballabio <ballabio_dario@emc.com>
6810L: linux-scsi@vger.kernel.org
6811S: Maintained
6812F: drivers/scsi/u14-34f.c
6813
6814UBI FILE SYSTEM (UBIFS)
6815M: Artem Bityutskiy <dedekind1@gmail.com>
6816M: Adrian Hunter <adrian.hunter@intel.com>
6817L: linux-mtd@lists.infradead.org
6818T: git git://git.infradead.org/ubifs-2.6.git
6819W: http://www.linux-mtd.infradead.org/doc/ubifs.html
6820S: Maintained
6821F: Documentation/filesystems/ubifs.txt
6822F: fs/ubifs/
6823
6824UCLINUX (AND M68KNOMMU)
6825M: Greg Ungerer <gerg@uclinux.org>
6826W: http://www.uclinux.org/
6827L: uclinux-dev@uclinux.org (subscribers-only)
6828S: Maintained
6829F: arch/m68k/*/*_no.*
6830F: arch/m68k/include/asm/*_no.*
6831
6832UCLINUX FOR RENESAS H8/300 (H8300)
6833M: Yoshinori Sato <ysato@users.sourceforge.jp>
6834W: http://uclinux-h8.sourceforge.jp/
6835S: Supported
6836F: arch/h8300/
6837F: drivers/ide/ide-h8300.c
6838F: drivers/net/ethernet/8390/ne-h8300.c
6839
6840UDF FILESYSTEM
6841M: Jan Kara <jack@suse.cz>
6842S: Maintained
6843F: Documentation/filesystems/udf.txt
6844F: fs/udf/
6845
6846UFS FILESYSTEM
6847M: Evgeniy Dushistov <dushistov@mail.ru>
6848S: Maintained
6849F: Documentation/filesystems/ufs.txt
6850F: fs/ufs/
6851
6852ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6853L: linux-usb@vger.kernel.org
6854S: Orphan
6855F: drivers/uwb/
6856F: include/linux/uwb.h
6857F: include/linux/uwb/
6858
6859UNICORE32 ARCHITECTURE:
6860M: Guan Xuetao <gxt@mprc.pku.edu.cn>
6861W: http://mprc.pku.edu.cn/~guanxuetao/linux
6862S: Maintained
6863T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6864F: arch/unicore32/
6865
6866UNIFDEF
6867M: Tony Finch <dot@dotat.at>
6868W: http://dotat.at/prog/unifdef
6869S: Maintained
6870F: scripts/unifdef.c
6871
6872UNIFORM CDROM DRIVER
6873M: Jens Axboe <axboe@kernel.dk>
6874W: http://www.kernel.dk
6875S: Maintained
6876F: Documentation/cdrom/
6877F: drivers/cdrom/cdrom.c
6878F: include/linux/cdrom.h
6879
6880UNSORTED BLOCK IMAGES (UBI)
6881M: Artem Bityutskiy <dedekind1@gmail.com>
6882W: http://www.linux-mtd.infradead.org/
6883L: linux-mtd@lists.infradead.org
6884T: git git://git.infradead.org/ubi-2.6.git
6885S: Maintained
6886F: drivers/mtd/ubi/
6887F: include/linux/mtd/ubi.h
6888F: include/mtd/ubi-user.h
6889
6890USB ACM DRIVER
6891M: Oliver Neukum <oliver@neukum.name>
6892L: linux-usb@vger.kernel.org
6893S: Maintained
6894F: Documentation/usb/acm.txt
6895F: drivers/usb/class/cdc-acm.*
6896
6897USB ATTACHED SCSI
6898M: Matthew Wilcox <willy@linux.intel.com>
6899M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6900L: linux-usb@vger.kernel.org
6901L: linux-scsi@vger.kernel.org
6902S: Supported
6903F: drivers/usb/storage/uas.c
6904
6905USB BLOCK DRIVER (UB ub)
6906M: Pete Zaitcev <zaitcev@redhat.com>
6907L: linux-usb@vger.kernel.org
6908S: Supported
6909F: drivers/block/ub.c
6910
6911USB CDC ETHERNET DRIVER
6912M: Oliver Neukum <oliver@neukum.name>
6913L: linux-usb@vger.kernel.org
6914S: Maintained
6915F: drivers/net/usb/cdc_*.c
6916F: include/linux/usb/cdc.h
6917
6918USB CYPRESS C67X00 DRIVER
6919M: Peter Korsgaard <jacmet@sunsite.dk>
6920L: linux-usb@vger.kernel.org
6921S: Maintained
6922F: drivers/usb/c67x00/
6923
6924USB DAVICOM DM9601 DRIVER
6925M: Peter Korsgaard <jacmet@sunsite.dk>
6926L: netdev@vger.kernel.org
6927W: http://www.linux-usb.org/usbnet
6928S: Maintained
6929F: drivers/net/usb/dm9601.c
6930
6931USB DIAMOND RIO500 DRIVER
6932M: Cesar Miquel <miquel@df.uba.ar>
6933L: rio500-users@lists.sourceforge.net
6934W: http://rio500.sourceforge.net
6935S: Maintained
6936F: drivers/usb/misc/rio500*
6937
6938USB EHCI DRIVER
6939M: Alan Stern <stern@rowland.harvard.edu>
6940L: linux-usb@vger.kernel.org
6941S: Maintained
6942F: Documentation/usb/ehci.txt
6943F: drivers/usb/host/ehci*
6944
6945USB ET61X[12]51 DRIVER
6946M: Luca Risolia <luca.risolia@studio.unibo.it>
6947L: linux-usb@vger.kernel.org
6948L: linux-media@vger.kernel.org
6949T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6950W: http://www.linux-projects.org
6951S: Maintained
6952F: drivers/media/video/et61x251/
6953
6954USB GADGET/PERIPHERAL SUBSYSTEM
6955M: Felipe Balbi <balbi@ti.com>
6956L: linux-usb@vger.kernel.org
6957W: http://www.linux-usb.org/gadget
6958T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6959S: Maintained
6960F: drivers/usb/gadget/
6961F: include/linux/usb/gadget*
6962
6963USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6964M: Jiri Kosina <jkosina@suse.cz>
6965L: linux-usb@vger.kernel.org
6966T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6967S: Maintained
6968F: Documentation/hid/hiddev.txt
6969F: drivers/hid/usbhid/
6970
6971USB/IP DRIVERS
6972M: Matt Mooney <mfm@muteddisk.com>
6973L: linux-usb@vger.kernel.org
6974S: Maintained
6975F: drivers/staging/usbip/
6976
6977USB ISP116X DRIVER
6978M: Olav Kongas <ok@artecdesign.ee>
6979L: linux-usb@vger.kernel.org
6980S: Maintained
6981F: drivers/usb/host/isp116x*
6982F: include/linux/usb/isp116x.h
6983
6984USB KAWASAKI LSI DRIVER
6985M: Oliver Neukum <oliver@neukum.name>
6986L: linux-usb@vger.kernel.org
6987S: Maintained
6988F: drivers/usb/serial/kl5kusb105.*
6989
6990USB MASS STORAGE DRIVER
6991M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6992L: linux-usb@vger.kernel.org
6993L: usb-storage@lists.one-eyed-alien.net
6994S: Maintained
6995W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
6996F: drivers/usb/storage/
6997
6998USB MIDI DRIVER
6999M: Clemens Ladisch <clemens@ladisch.de>
7000L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7001T: git git://git.alsa-project.org/alsa-kernel.git
7002S: Maintained
7003F: sound/usb/midi.*
7004
7005USB OHCI DRIVER
7006M: Alan Stern <stern@rowland.harvard.edu>
7007L: linux-usb@vger.kernel.org
7008S: Maintained
7009F: Documentation/usb/ohci.txt
7010F: drivers/usb/host/ohci*
7011
7012USB OPTION-CARD DRIVER
7013M: Matthias Urlichs <smurf@smurf.noris.de>
7014L: linux-usb@vger.kernel.org
7015S: Maintained
7016F: drivers/usb/serial/option.c
7017
7018USB PEGASUS DRIVER
7019M: Petko Manolov <petkan@users.sourceforge.net>
7020L: linux-usb@vger.kernel.org
7021L: netdev@vger.kernel.org
7022W: http://pegasus2.sourceforge.net/
7023S: Maintained
7024F: drivers/net/usb/pegasus.*
7025
7026USB PRINTER DRIVER (usblp)
7027M: Pete Zaitcev <zaitcev@redhat.com>
7028L: linux-usb@vger.kernel.org
7029S: Supported
7030F: drivers/usb/class/usblp.c
7031
7032USB RTL8150 DRIVER
7033M: Petko Manolov <petkan@users.sourceforge.net>
7034L: linux-usb@vger.kernel.org
7035L: netdev@vger.kernel.org
7036W: http://pegasus2.sourceforge.net/
7037S: Maintained
7038F: drivers/net/usb/rtl8150.c
7039
7040USB SERIAL BELKIN F5U103 DRIVER
7041M: William Greathouse <wgreathouse@smva.com>
7042L: linux-usb@vger.kernel.org
7043S: Maintained
7044F: drivers/usb/serial/belkin_sa.*
7045
7046USB SERIAL CYPRESS M8 DRIVER
7047M: Lonnie Mendez <dignome@gmail.com>
7048L: linux-usb@vger.kernel.org
7049S: Maintained
7050W: http://geocities.com/i0xox0i
7051W: http://firstlight.net/cvs
7052F: drivers/usb/serial/cypress_m8.*
7053
7054USB SERIAL CYBERJACK DRIVER
7055M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
7056W: http://www.reiner-sct.de/support/treiber_cyberjack.php
7057S: Maintained
7058F: drivers/usb/serial/cyberjack.c
7059
7060USB SERIAL DIGI ACCELEPORT DRIVER
7061M: Peter Berger <pberger@brimson.com>
7062M: Al Borchers <alborchers@steinerpoint.com>
7063L: linux-usb@vger.kernel.org
7064S: Maintained
7065F: drivers/usb/serial/digi_acceleport.c
7066
7067USB SERIAL DRIVER
7068M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7069L: linux-usb@vger.kernel.org
7070S: Supported
7071F: Documentation/usb/usb-serial.txt
7072F: drivers/usb/serial/generic.c
7073F: drivers/usb/serial/usb-serial.c
7074F: include/linux/usb/serial.h
7075
7076USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
7077M: Gary Brubaker <xavyer@ix.netcom.com>
7078L: linux-usb@vger.kernel.org
7079S: Maintained
7080F: drivers/usb/serial/empeg.c
7081
7082USB SERIAL KEYSPAN DRIVER
7083M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7084L: linux-usb@vger.kernel.org
7085S: Maintained
7086F: drivers/usb/serial/*keyspan*
7087
7088USB SERIAL WHITEHEAT DRIVER
7089M: Support Department <support@connecttech.com>
7090L: linux-usb@vger.kernel.org
7091W: http://www.connecttech.com
7092S: Supported
7093F: drivers/usb/serial/whiteheat*
7094
7095USB SMSC95XX ETHERNET DRIVER
7096M: Steve Glendinning <steve.glendinning@smsc.com>
7097L: netdev@vger.kernel.org
7098S: Supported
7099F: drivers/net/usb/smsc95xx.*
7100
7101USB SN9C1xx DRIVER
7102M: Luca Risolia <luca.risolia@studio.unibo.it>
7103L: linux-usb@vger.kernel.org
7104L: linux-media@vger.kernel.org
7105T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7106W: http://www.linux-projects.org
7107S: Maintained
7108F: Documentation/video4linux/sn9c102.txt
7109F: drivers/media/video/sn9c102/
7110
7111USB SUBSYSTEM
7112M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7113L: linux-usb@vger.kernel.org
7114W: http://www.linux-usb.org
7115T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
7116S: Supported
7117F: Documentation/usb/
7118F: drivers/net/usb/
7119F: drivers/usb/
7120F: include/linux/usb.h
7121F: include/linux/usb/
7122
7123USB UHCI DRIVER
7124M: Alan Stern <stern@rowland.harvard.edu>
7125L: linux-usb@vger.kernel.org
7126S: Maintained
7127F: drivers/usb/host/uhci*
7128
7129USB "USBNET" DRIVER FRAMEWORK
7130M: Oliver Neukum <oneukum@suse.de>
7131L: netdev@vger.kernel.org
7132W: http://www.linux-usb.org/usbnet
7133S: Maintained
7134F: drivers/net/usb/usbnet.c
7135F: include/linux/usb/usbnet.h
7136
7137USB VIDEO CLASS
7138M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7139L: linux-uvc-devel@lists.berlios.de (subscribers-only)
7140L: linux-media@vger.kernel.org
7141T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7142W: http://www.ideasonboard.org/uvc/
7143S: Maintained
7144F: drivers/media/video/uvc/
7145
7146USB W996[87]CF DRIVER
7147M: Luca Risolia <luca.risolia@studio.unibo.it>
7148L: linux-usb@vger.kernel.org
7149L: linux-media@vger.kernel.org
7150T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7151W: http://www.linux-projects.org
7152S: Maintained
7153F: Documentation/video4linux/w9968cf.txt
7154F: drivers/media/video/w996*
7155
7156USB WIRELESS RNDIS DRIVER (rndis_wlan)
7157M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
7158L: linux-wireless@vger.kernel.org
7159S: Maintained
7160F: drivers/net/wireless/rndis_wlan.c
7161
7162USB XHCI DRIVER
7163M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
7164L: linux-usb@vger.kernel.org
7165S: Supported
7166F: drivers/usb/host/xhci*
7167F: drivers/usb/host/pci-quirks*
7168
7169USB ZD1201 DRIVER
7170L: linux-wireless@vger.kernel.org
7171W: http://linux-lc100020.sourceforge.net
7172S: Orphan
7173F: drivers/net/wireless/zd1201.*
7174
7175USB ZR364XX DRIVER
7176M: Antoine Jacquet <royale@zerezo.com>
7177L: linux-usb@vger.kernel.org
7178L: linux-media@vger.kernel.org
7179T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7180W: http://royale.zerezo.com/zr364xx/
7181S: Maintained
7182F: Documentation/video4linux/zr364xx.txt
7183F: drivers/media/video/zr364xx.c
7184
7185USER-MODE LINUX (UML)
7186M: Jeff Dike <jdike@addtoit.com>
7187M: Richard Weinberger <richard@nod.at>
7188L: user-mode-linux-devel@lists.sourceforge.net
7189L: user-mode-linux-user@lists.sourceforge.net
7190W: http://user-mode-linux.sourceforge.net
7191S: Maintained
7192F: Documentation/virtual/uml/
7193F: arch/um/
7194F: fs/hostfs/
7195F: fs/hppfs/
7196
7197USERSPACE I/O (UIO)
7198M: "Hans J. Koch" <hjk@hansjkoch.de>
7199M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7200S: Maintained
7201F: Documentation/DocBook/uio-howto.tmpl
7202F: drivers/uio/
7203F: include/linux/uio*.h
7204
7205UTIL-LINUX-NG PACKAGE
7206M: Karel Zak <kzak@redhat.com>
7207L: util-linux-ng@vger.kernel.org
7208W: http://kernel.org/~kzak/util-linux-ng/
7209T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
7210S: Maintained
7211
7212UVESAFB DRIVER
7213M: Michal Januszewski <spock@gentoo.org>
7214L: linux-fbdev@vger.kernel.org
7215W: http://dev.gentoo.org/~spock/projects/uvesafb/
7216S: Maintained
7217F: Documentation/fb/uvesafb.txt
7218F: drivers/video/uvesafb.*
7219
7220VFAT/FAT/MSDOS FILESYSTEM
7221M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
7222S: Maintained
7223F: Documentation/filesystems/vfat.txt
7224F: fs/fat/
7225
7226VIDEOBUF2 FRAMEWORK
7227M: Pawel Osciak <pawel@osciak.com>
7228M: Marek Szyprowski <m.szyprowski@samsung.com>
7229M: Kyungmin Park <kyungmin.park@samsung.com>
7230L: linux-media@vger.kernel.org
7231S: Maintained
7232F: drivers/media/video/videobuf2-*
7233F: include/media/videobuf2-*
7234
7235VIRTIO CONSOLE DRIVER
7236M: Amit Shah <amit.shah@redhat.com>
7237L: virtualization@lists.linux-foundation.org
7238S: Maintained
7239F: drivers/char/virtio_console.c
7240F: include/linux/virtio_console.h
7241
7242VIRTIO CORE, NET AND BLOCK DRIVERS
7243M: Rusty Russell <rusty@rustcorp.com.au>
7244M: "Michael S. Tsirkin" <mst@redhat.com>
7245L: virtualization@lists.linux-foundation.org
7246S: Maintained
7247F: drivers/virtio/
7248F: drivers/net/virtio_net.c
7249F: drivers/block/virtio_blk.c
7250F: include/linux/virtio_*.h
7251
7252VIRTIO HOST (VHOST)
7253M: "Michael S. Tsirkin" <mst@redhat.com>
7254L: kvm@vger.kernel.org
7255L: virtualization@lists.linux-foundation.org
7256L: netdev@vger.kernel.org
7257S: Maintained
7258F: drivers/vhost/
7259F: include/linux/vhost.h
7260
7261VIA RHINE NETWORK DRIVER
7262M: Roger Luethi <rl@hellgate.ch>
7263S: Maintained
7264F: drivers/net/ethernet/via/via-rhine.c
7265
7266VIAPRO SMBUS DRIVER
7267M: Jean Delvare <khali@linux-fr.org>
7268L: linux-i2c@vger.kernel.org
7269S: Maintained
7270F: Documentation/i2c/busses/i2c-viapro
7271F: drivers/i2c/busses/i2c-viapro.c
7272
7273VIA SD/MMC CARD CONTROLLER DRIVER
7274M: Bruce Chang <brucechang@via.com.tw>
7275M: Harald Welte <HaraldWelte@viatech.com>
7276S: Maintained
7277F: drivers/mmc/host/via-sdmmc.c
7278
7279VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
7280M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
7281L: linux-fbdev@vger.kernel.org
7282S: Maintained
7283F: include/linux/via-core.h
7284F: include/linux/via-gpio.h
7285F: include/linux/via_i2c.h
7286F: drivers/video/via/
7287
7288VIA VELOCITY NETWORK DRIVER
7289M: Francois Romieu <romieu@fr.zoreil.com>
7290L: netdev@vger.kernel.org
7291S: Maintained
7292F: drivers/net/ethernet/via/via-velocity.*
7293
7294VLAN (802.1Q)
7295M: Patrick McHardy <kaber@trash.net>
7296L: netdev@vger.kernel.org
7297S: Maintained
7298F: drivers/net/macvlan.c
7299F: include/linux/if_*vlan.h
7300F: net/8021q/
7301
7302VLYNQ BUS
7303M: Florian Fainelli <florian@openwrt.org>
7304L: openwrt-devel@lists.openwrt.org (subscribers-only)
7305S: Maintained
7306F: drivers/vlynq/vlynq.c
7307F: include/linux/vlynq.h
7308
7309VMWARE VMXNET3 ETHERNET DRIVER
7310M: Shreyas Bhatewara <sbhatewara@vmware.com>
7311M: "VMware, Inc." <pv-drivers@vmware.com>
7312L: netdev@vger.kernel.org
7313S: Maintained
7314F: drivers/net/vmxnet3/
7315
7316VMware PVSCSI driver
7317M: Arvind Kumar <arvindkumar@vmware.com>
7318M: VMware PV-Drivers <pv-drivers@vmware.com>
7319L: linux-scsi@vger.kernel.org
7320S: Maintained
7321F: drivers/scsi/vmw_pvscsi.c
7322F: drivers/scsi/vmw_pvscsi.h
7323
7324VOLTAGE AND CURRENT REGULATOR FRAMEWORK
7325M: Liam Girdwood <lrg@ti.com>
7326M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7327W: http://opensource.wolfsonmicro.com/node/15
7328W: http://www.slimlogic.co.uk/?p=48
7329T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
7330S: Supported
7331F: drivers/regulator/
7332F: include/linux/regulator/
7333
7334VT1211 HARDWARE MONITOR DRIVER
7335M: Juerg Haefliger <juergh@gmail.com>
7336L: lm-sensors@lm-sensors.org
7337S: Maintained
7338F: Documentation/hwmon/vt1211
7339F: drivers/hwmon/vt1211.c
7340
7341VT8231 HARDWARE MONITOR DRIVER
7342M: Roger Lucas <vt8231@hiddenengine.co.uk>
7343L: lm-sensors@lm-sensors.org
7344S: Maintained
7345F: drivers/hwmon/vt8231.c
7346
7347VUB300 USB to SDIO/SD/MMC bridge chip
7348M: Tony Olech <tony.olech@elandigitalsystems.com>
7349L: linux-mmc@vger.kernel.org
7350L: linux-usb@vger.kernel.org
7351S: Supported
7352F: drivers/mmc/host/vub300.c
7353
7354W1 DALLAS'S 1-WIRE BUS
7355M: Evgeniy Polyakov <zbr@ioremap.net>
7356S: Maintained
7357F: Documentation/w1/
7358F: drivers/w1/
7359
7360W83791D HARDWARE MONITORING DRIVER
7361M: Marc Hulsman <m.hulsman@tudelft.nl>
7362L: lm-sensors@lm-sensors.org
7363S: Maintained
7364F: Documentation/hwmon/w83791d
7365F: drivers/hwmon/w83791d.c
7366
7367W83793 HARDWARE MONITORING DRIVER
7368M: Rudolf Marek <r.marek@assembler.cz>
7369L: lm-sensors@lm-sensors.org
7370S: Maintained
7371F: Documentation/hwmon/w83793
7372F: drivers/hwmon/w83793.c
7373
7374W83795 HARDWARE MONITORING DRIVER
7375M: Jean Delvare <khali@linux-fr.org>
7376L: lm-sensors@lm-sensors.org
7377S: Maintained
7378F: drivers/hwmon/w83795.c
7379
7380W83L51xD SD/MMC CARD INTERFACE DRIVER
7381M: Pierre Ossman <pierre@ossman.eu>
7382S: Maintained
7383F: drivers/mmc/host/wbsd.*
7384
7385WATCHDOG DEVICE DRIVERS
7386M: Wim Van Sebroeck <wim@iguana.be>
7387L: linux-watchdog@vger.kernel.org
7388W: http://www.linux-watchdog.org/
7389T: git git://www.linux-watchdog.org/linux-watchdog.git
7390S: Maintained
7391F: Documentation/watchdog/
7392F: drivers/watchdog/
7393F: include/linux/watchdog.h
7394
7395WD7000 SCSI DRIVER
7396M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
7397L: linux-scsi@vger.kernel.org
7398S: Maintained
7399F: drivers/scsi/wd7000.c
7400
7401WIIMOTE HID DRIVER
7402M: David Herrmann <dh.herrmann@googlemail.com>
7403L: linux-input@vger.kernel.org
7404S: Maintained
7405F: drivers/hid/hid-wiimote*
7406
7407WINBOND CIR DRIVER
7408M: David Härdeman <david@hardeman.nu>
7409S: Maintained
7410F: drivers/media/rc/winbond-cir.c
7411
7412WIMAX STACK
7413M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7414M: linux-wimax@intel.com
7415L: wimax@linuxwimax.org
7416S: Supported
7417W: http://linuxwimax.org
7418F: Documentation/wimax/README.wimax
7419F: include/linux/wimax.h
7420F: include/linux/wimax/debug.h
7421F: include/net/wimax.h
7422F: net/wimax/
7423
7424WISTRON LAPTOP BUTTON DRIVER
7425M: Miloslav Trmac <mitr@volny.cz>
7426S: Maintained
7427F: drivers/input/misc/wistron_btns.c
7428
7429WL1251 WIRELESS DRIVER
7430M: Luciano Coelho <coelho@ti.com>
7431L: linux-wireless@vger.kernel.org
7432W: http://wireless.kernel.org/en/users/Drivers/wl1251
7433T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7434S: Maintained
7435F: drivers/net/wireless/wl1251/*
7436
7437WL1271 WIRELESS DRIVER
7438M: Luciano Coelho <coelho@ti.com>
7439L: linux-wireless@vger.kernel.org
7440W: http://wireless.kernel.org/en/users/Drivers/wl12xx
7441T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7442S: Maintained
7443F: drivers/net/wireless/wl12xx/
7444F: include/linux/wl12xx.h
7445
7446WL3501 WIRELESS PCMCIA CARD DRIVER
7447M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7448L: linux-wireless@vger.kernel.org
7449W: http://oops.ghostprotocols.net:81/blog
7450S: Maintained
7451F: drivers/net/wireless/wl3501*
7452
7453WM97XX TOUCHSCREEN DRIVERS
7454M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7455M: Liam Girdwood <lrg@slimlogic.co.uk>
7456L: linux-input@vger.kernel.org
7457T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
7458W: http://opensource.wolfsonmicro.com/node/7
7459S: Supported
7460F: drivers/input/touchscreen/*wm97*
7461F: include/linux/wm97xx.h
7462
7463WOLFSON MICROELECTRONICS DRIVERS
7464M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7465M: Ian Lartey <ian@opensource.wolfsonmicro.com>
7466M: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
7467T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
7468T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
7469W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
7470S: Supported
7471F: Documentation/hwmon/wm83??
7472F: arch/arm/mach-s3c64xx/mach-crag6410*
7473F: drivers/leds/leds-wm83*.c
7474F: drivers/hwmon/wm83??-hwmon.c
7475F: drivers/input/misc/wm831x-on.c
7476F: drivers/input/touchscreen/wm831x-ts.c
7477F: drivers/input/touchscreen/wm97*.c
7478F: drivers/mfd/wm8*.c
7479F: drivers/power/wm83*.c
7480F: drivers/rtc/rtc-wm83*.c
7481F: drivers/regulator/wm8*.c
7482F: drivers/video/backlight/wm83*_bl.c
7483F: drivers/watchdog/wm83*_wdt.c
7484F: include/linux/mfd/wm831x/
7485F: include/linux/mfd/wm8350/
7486F: include/linux/mfd/wm8400*
7487F: include/linux/wm97xx.h
7488F: include/sound/wm????.h
7489F: sound/soc/codecs/wm*
7490
7491WORKQUEUE
7492M: Tejun Heo <tj@kernel.org>
7493T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
7494S: Maintained
7495F: include/linux/workqueue.h
7496F: kernel/workqueue.c
7497F: Documentation/workqueue.txt
7498
7499X.25 NETWORK LAYER
7500M: Andrew Hendry <andrew.hendry@gmail.com>
7501L: linux-x25@vger.kernel.org
7502S: Odd Fixes
7503F: Documentation/networking/x25*
7504F: include/net/x25*
7505F: net/x25/
7506
7507X86 ARCHITECTURE (32-BIT AND 64-BIT)
7508M: Thomas Gleixner <tglx@linutronix.de>
7509M: Ingo Molnar <mingo@redhat.com>
7510M: "H. Peter Anvin" <hpa@zytor.com>
7511M: x86@kernel.org
7512T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
7513S: Maintained
7514F: Documentation/x86/
7515F: arch/x86/
7516
7517X86 PLATFORM DRIVERS
7518M: Matthew Garrett <mjg@redhat.com>
7519L: platform-driver-x86@vger.kernel.org
7520T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
7521S: Maintained
7522F: drivers/platform/x86
7523
7524X86 MCE INFRASTRUCTURE
7525M: Tony Luck <tony.luck@intel.com>
7526M: Borislav Petkov <bp@amd64.org>
7527L: linux-edac@vger.kernel.org
7528S: Maintained
7529F: arch/x86/kernel/cpu/mcheck/*
7530
7531XEN HYPERVISOR INTERFACE
7532M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7533M: Jeremy Fitzhardinge <jeremy@goop.org>
7534L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7535L: virtualization@lists.linux-foundation.org
7536S: Supported
7537F: arch/x86/xen/
7538F: drivers/*/xen-*front.c
7539F: drivers/xen/
7540F: arch/x86/include/asm/xen/
7541F: include/xen/
7542
7543XEN NETWORK BACKEND DRIVER
7544M: Ian Campbell <ian.campbell@citrix.com>
7545L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7546L: netdev@vger.kernel.org
7547S: Supported
7548F: drivers/net/xen-netback/*
7549
7550XEN PCI SUBSYSTEM
7551M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7552L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7553S: Supported
7554F: arch/x86/pci/*xen*
7555F: drivers/pci/*xen*
7556
7557XEN SWIOTLB SUBSYSTEM
7558M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7559L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7560S: Supported
7561F: arch/x86/xen/*swiotlb*
7562F: drivers/xen/*swiotlb*
7563
7564XFS FILESYSTEM
7565P: Silicon Graphics Inc
7566M: Ben Myers <bpm@sgi.com>
7567M: Alex Elder <elder@kernel.org>
7568M: xfs-masters@oss.sgi.com
7569L: xfs@oss.sgi.com
7570W: http://oss.sgi.com/projects/xfs
7571T: git git://oss.sgi.com/xfs/xfs.git
7572S: Supported
7573F: Documentation/filesystems/xfs.txt
7574F: fs/xfs/
7575
7576XILINX AXI ETHERNET DRIVER
7577M: Ariane Keller <ariane.keller@tik.ee.ethz.ch>
7578M: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch>
7579S: Maintained
7580F: drivers/net/ethernet/xilinx/xilinx_axienet*
7581
7582XILINX SYSTEMACE DRIVER
7583M: Grant Likely <grant.likely@secretlab.ca>
7584W: http://www.secretlab.ca/
7585S: Maintained
7586F: drivers/block/xsysace.c
7587
7588XILINX UARTLITE SERIAL DRIVER
7589M: Peter Korsgaard <jacmet@sunsite.dk>
7590L: linux-serial@vger.kernel.org
7591S: Maintained
7592F: drivers/tty/serial/uartlite.c
7593
7594YAM DRIVER FOR AX.25
7595M: Jean-Paul Roubelat <jpr@f6fbb.org>
7596L: linux-hams@vger.kernel.org
7597S: Maintained
7598F: drivers/net/hamradio/yam*
7599F: include/linux/yam.h
7600
7601YEALINK PHONE DRIVER
7602M: Henk Vergonet <Henk.Vergonet@gmail.com>
7603L: usbb2k-api-dev@nongnu.org
7604S: Maintained
7605F: Documentation/input/yealink.txt
7606F: drivers/input/misc/yealink.*
7607
7608Z8530 DRIVER FOR AX.25
7609M: Joerg Reuter <jreuter@yaina.de>
7610W: http://yaina.de/jreuter/
7611W: http://www.qsl.net/dl1bke/
7612L: linux-hams@vger.kernel.org
7613S: Maintained
7614F: Documentation/networking/z8530drv.txt
7615F: drivers/net/hamradio/*scc.c
7616F: drivers/net/hamradio/z8530.h
7617
7618ZD1211RW WIRELESS DRIVER
7619M: Daniel Drake <dsd@gentoo.org>
7620M: Ulrich Kunitz <kune@deine-taler.de>
7621W: http://zd1211.ath.cx/wiki/DriverRewrite
7622L: linux-wireless@vger.kernel.org
7623L: zd1211-devs@lists.sourceforge.net (subscribers-only)
7624S: Maintained
7625F: drivers/net/wireless/zd1211rw/
7626
7627ZR36067 VIDEO FOR LINUX DRIVER
7628L: mjpeg-users@lists.sourceforge.net
7629L: linux-media@vger.kernel.org
7630W: http://mjpeg.sourceforge.net/driver-zoran/
7631T: Mercurial http://linuxtv.org/hg/v4l-dvb
7632S: Odd Fixes
7633F: drivers/media/video/zoran/
7634
7635ZS DECSTATION Z85C30 SERIAL DRIVER
7636M: "Maciej W. Rozycki" <macro@linux-mips.org>
7637S: Maintained
7638F: drivers/tty/serial/zs.*
7639
7640THE REST
7641M: Linus Torvalds <torvalds@linux-foundation.org>
7642L: linux-kernel@vger.kernel.org
7643Q: http://patchwork.kernel.org/project/LKML/list/
7644T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
7645S: Buried alive in reporters
7646F: *
7647F: */
This page took 0.112838 seconds and 5 git commands to generate.