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