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