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