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