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