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