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