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