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