MAINTAINERS: Add LP8727 charger driver entry
[linux-2.6-block.git] / MAINTAINERS
... / ...
CommitLineData
1
2
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
203. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trival style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the OSDL certificate of contribution and should include a
55 Signed-off-by: line. The current version of this "Developer's
56 Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
596. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
637. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
678. Happy hacking.
68
69Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 L: Mailing list that is relevant to this area
74 W: Web-page with status/info
75 Q: Patchwork web based patch tracking system site
76 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
77 S: Status, one of the following:
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
96 F: net/
97 X: net/ipv6/
98 matches all files in and below net excluding net/ipv6/
99 K: Keyword perl extended regex pattern to match content in a
100 patch or file. For instance:
101 K: of_get_profile
102 matches patches or files that contain "of_get_profile"
103 K: \b(printk|pr_(info|err))\b
104 matches patches or files that contain one or more of the words
105 printk, pr_info or pr_err
106 One regex pattern per line. Multiple K: lines acceptable.
107
108Note: For the hard of thinking, this list is meant to remain in alphabetical
109order. If you could add yourselves to it in alphabetical order that would be
110so much easier [Ed]
111
112Maintainers List (try to look for most precise areas first)
113
114 -----------------------------------
115
1163C505 NETWORK DRIVER
117M: Philip Blundell <philb@gnu.org>
118L: netdev@vger.kernel.org
119S: Maintained
120F: drivers/net/ethernet/i825xx/3c505*
121
1223C59X NETWORK DRIVER
123M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
124L: netdev@vger.kernel.org
125S: Maintained
126F: Documentation/networking/vortex.txt
127F: drivers/net/ethernet/3com/3c59x.c
128
1293CR990 NETWORK DRIVER
130M: David Dillow <dave@thedillows.org>
131L: netdev@vger.kernel.org
132S: Maintained
133F: drivers/net/ethernet/3com/typhoon*
134
1353WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
136M: Adam Radford <linuxraid@lsi.com>
137L: linux-scsi@vger.kernel.org
138W: http://www.lsi.com
139S: Supported
140F: drivers/scsi/3w-*
141
14253C700 AND 53C700-66 SCSI DRIVER
143M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
144L: linux-scsi@vger.kernel.org
145S: Maintained
146F: drivers/scsi/53c700*
147
1486PACK NETWORK DRIVER FOR AX.25
149M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
150L: linux-hams@vger.kernel.org
151S: Maintained
152F: drivers/net/hamradio/6pack.c
153
1548169 10/100/1000 GIGABIT ETHERNET DRIVER
155M: Realtek linux nic maintainers <nic_swsd@realtek.com>
156M: Francois Romieu <romieu@fr.zoreil.com>
157L: netdev@vger.kernel.org
158S: Maintained
159F: drivers/net/ethernet/realtek/r8169.c
160
1618250/16?50 (AND CLONE UARTS) SERIAL DRIVER
162M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
163L: linux-serial@vger.kernel.org
164W: http://serial.sourceforge.net
165S: Maintained
166T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
167F: drivers/tty/serial/8250*
168F: include/linux/serial_8250.h
169
1708390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
171L: netdev@vger.kernel.org
172S: Orphan / Obsolete
173F: drivers/net/ethernet/8390/
174
1759P FILE SYSTEM
176M: Eric Van Hensbergen <ericvh@gmail.com>
177M: Ron Minnich <rminnich@sandia.gov>
178M: Latchesar Ionkov <lucho@ionkov.net>
179L: v9fs-developer@lists.sourceforge.net
180W: http://swik.net/v9fs
181Q: http://patchwork.kernel.org/project/v9fs-devel/list/
182T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
183S: Maintained
184F: Documentation/filesystems/9p.txt
185F: fs/9p/
186
187A8293 MEDIA DRIVER
188M: Antti Palosaari <crope@iki.fi>
189L: linux-media@vger.kernel.org
190W: http://linuxtv.org/
191W: http://palosaari.fi/linux/
192Q: http://patchwork.linuxtv.org/project/linux-media/list/
193T: git git://linuxtv.org/anttip/media_tree.git
194S: Maintained
195F: drivers/media/dvb-frontends/a8293*
196
197AACRAID SCSI RAID DRIVER
198M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
199L: linux-scsi@vger.kernel.org
200W: http://www.adaptec.com/
201S: Supported
202F: Documentation/scsi/aacraid.txt
203F: drivers/scsi/aacraid/
204
205ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
206M: Hans de Goede <hdegoede@redhat.com>
207L: lm-sensors@lm-sensors.org
208S: Maintained
209F: drivers/hwmon/abituguru.c
210
211ABIT UGURU 3 HARDWARE MONITOR DRIVER
212M: Alistair John Strachan <alistair@devzero.co.uk>
213L: lm-sensors@lm-sensors.org
214S: Maintained
215F: drivers/hwmon/abituguru3.c
216
217ACENIC DRIVER
218M: Jes Sorensen <jes@trained-monkey.org>
219L: linux-acenic@sunsite.dk
220S: Maintained
221F: drivers/net/ethernet/alteon/acenic*
222
223ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
224M: Peter Feuerer <peter@piie.net>
225L: platform-driver-x86@vger.kernel.org
226W: http://piie.net/?section=acerhdf
227S: Maintained
228F: drivers/platform/x86/acerhdf.c
229
230ACER WMI LAPTOP EXTRAS
231M: Joey Lee <jlee@novell.com>
232L: platform-driver-x86@vger.kernel.org
233S: Maintained
234F: drivers/platform/x86/acer-wmi.c
235
236ACPI
237M: Len Brown <lenb@kernel.org>
238M: Rafael J. Wysocki <rjw@sisk.pl>
239L: linux-acpi@vger.kernel.org
240W: http://www.lesswatts.org/projects/acpi/
241Q: http://patchwork.kernel.org/project/linux-acpi/list/
242T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
243S: Supported
244F: drivers/acpi/
245F: drivers/pnp/pnpacpi/
246F: include/linux/acpi.h
247F: include/acpi/
248
249ACPI FAN DRIVER
250M: Zhang Rui <rui.zhang@intel.com>
251L: linux-acpi@vger.kernel.org
252W: http://www.lesswatts.org/projects/acpi/
253S: Supported
254F: drivers/acpi/fan.c
255
256ACPI THERMAL DRIVER
257M: Zhang Rui <rui.zhang@intel.com>
258L: linux-acpi@vger.kernel.org
259W: http://www.lesswatts.org/projects/acpi/
260S: Supported
261F: drivers/acpi/*thermal*
262
263ACPI VIDEO DRIVER
264M: Zhang Rui <rui.zhang@intel.com>
265L: linux-acpi@vger.kernel.org
266W: http://www.lesswatts.org/projects/acpi/
267S: Supported
268F: drivers/acpi/video.c
269
270ACPI WMI DRIVER
271L: platform-driver-x86@vger.kernel.org
272S: Orphan
273F: drivers/platform/x86/wmi.c
274
275AD1889 ALSA SOUND DRIVER
276M: Thibaut Varene <T-Bone@parisc-linux.org>
277W: http://wiki.parisc-linux.org/AD1889
278L: linux-parisc@vger.kernel.org
279S: Maintained
280F: sound/pci/ad1889.*
281
282AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
283M: Michael Hennerich <michael.hennerich@analog.com>
284L: device-drivers-devel@blackfin.uclinux.org
285W: http://wiki.analog.com/AD5254
286S: Supported
287F: drivers/misc/ad525x_dpot.c
288
289AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
290M: Michael Hennerich <michael.hennerich@analog.com>
291L: device-drivers-devel@blackfin.uclinux.org
292W: http://wiki.analog.com/AD5398
293S: Supported
294F: drivers/regulator/ad5398.c
295
296AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
297M: Michael Hennerich <michael.hennerich@analog.com>
298L: device-drivers-devel@blackfin.uclinux.org
299W: http://wiki.analog.com/AD7142
300S: Supported
301F: drivers/input/misc/ad714x.c
302
303AD7877 TOUCHSCREEN DRIVER
304M: Michael Hennerich <michael.hennerich@analog.com>
305L: device-drivers-devel@blackfin.uclinux.org
306W: http://wiki.analog.com/AD7877
307S: Supported
308F: drivers/input/touchscreen/ad7877.c
309
310AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
311M: Michael Hennerich <michael.hennerich@analog.com>
312L: device-drivers-devel@blackfin.uclinux.org
313W: http://wiki.analog.com/AD7879
314S: Supported
315F: drivers/input/touchscreen/ad7879.c
316
317ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
318M: Jiri Kosina <jkosina@suse.cz>
319S: Maintained
320
321ADM1025 HARDWARE MONITOR DRIVER
322M: Jean Delvare <khali@linux-fr.org>
323L: lm-sensors@lm-sensors.org
324S: Maintained
325F: Documentation/hwmon/adm1025
326F: drivers/hwmon/adm1025.c
327
328ADM1029 HARDWARE MONITOR DRIVER
329M: Corentin Labbe <corentin.labbe@geomatys.fr>
330L: lm-sensors@lm-sensors.org
331S: Maintained
332F: drivers/hwmon/adm1029.c
333
334ADM8211 WIRELESS DRIVER
335L: linux-wireless@vger.kernel.org
336W: http://wireless.kernel.org/
337S: Orphan
338F: drivers/net/wireless/adm8211.*
339
340ADP1653 FLASH CONTROLLER DRIVER
341M: Sakari Ailus <sakari.ailus@iki.fi>
342L: linux-media@vger.kernel.org
343S: Maintained
344F: drivers/media/i2c/adp1653.c
345F: include/media/adp1653.h
346
347ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
348M: Michael Hennerich <michael.hennerich@analog.com>
349L: device-drivers-devel@blackfin.uclinux.org
350W: http://wiki.analog.com/ADP5520
351S: Supported
352F: drivers/mfd/adp5520.c
353F: drivers/video/backlight/adp5520_bl.c
354F: drivers/leds/leds-adp5520.c
355F: drivers/gpio/gpio-adp5520.c
356F: drivers/input/keyboard/adp5520-keys.c
357
358ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
359M: Michael Hennerich <michael.hennerich@analog.com>
360L: device-drivers-devel@blackfin.uclinux.org
361W: http://wiki.analog.com/ADP5588
362S: Supported
363F: drivers/input/keyboard/adp5588-keys.c
364F: drivers/gpio/gpio-adp5588.c
365
366ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
367M: Michael Hennerich <michael.hennerich@analog.com>
368L: device-drivers-devel@blackfin.uclinux.org
369W: http://wiki.analog.com/ADP8860
370S: Supported
371F: drivers/video/backlight/adp8860_bl.c
372
373ADS1015 HARDWARE MONITOR DRIVER
374M: Dirk Eibach <eibach@gdsys.de>
375L: lm-sensors@lm-sensors.org
376S: Maintained
377F: Documentation/hwmon/ads1015
378F: drivers/hwmon/ads1015.c
379F: include/linux/i2c/ads1015.h
380
381ADT746X FAN DRIVER
382M: Colin Leroy <colin@colino.net>
383S: Maintained
384F: drivers/macintosh/therm_adt746x.c
385
386ADT7475 HARDWARE MONITOR DRIVER
387M: Jean Delvare <khali@linux-fr.org>
388L: lm-sensors@lm-sensors.org
389S: Maintained
390F: Documentation/hwmon/adt7475
391F: drivers/hwmon/adt7475.c
392
393ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
394M: Michael Hennerich <michael.hennerich@analog.com>
395L: device-drivers-devel@blackfin.uclinux.org
396W: http://wiki.analog.com/ADXL345
397S: Supported
398F: drivers/input/misc/adxl34x.c
399
400ADVANSYS SCSI DRIVER
401M: Matthew Wilcox <matthew@wil.cx>
402L: linux-scsi@vger.kernel.org
403S: Maintained
404F: Documentation/scsi/advansys.txt
405F: drivers/scsi/advansys.c
406
407AEDSP16 DRIVER
408M: Riccardo Facchetti <fizban@tin.it>
409S: Maintained
410F: sound/oss/aedsp16.c
411
412AF9013 MEDIA DRIVER
413M: Antti Palosaari <crope@iki.fi>
414L: linux-media@vger.kernel.org
415W: http://linuxtv.org/
416W: http://palosaari.fi/linux/
417Q: http://patchwork.linuxtv.org/project/linux-media/list/
418T: git git://linuxtv.org/anttip/media_tree.git
419S: Maintained
420F: drivers/media/dvb-frontends/af9013*
421
422AF9033 MEDIA DRIVER
423M: Antti Palosaari <crope@iki.fi>
424L: linux-media@vger.kernel.org
425W: http://linuxtv.org/
426W: http://palosaari.fi/linux/
427Q: http://patchwork.linuxtv.org/project/linux-media/list/
428T: git git://linuxtv.org/anttip/media_tree.git
429S: Maintained
430F: drivers/media/dvb-frontends/af9033*
431
432AFFS FILE SYSTEM
433L: linux-fsdevel@vger.kernel.org
434S: Orphan
435F: Documentation/filesystems/affs.txt
436F: fs/affs/
437
438AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
439M: David Howells <dhowells@redhat.com>
440L: linux-afs@lists.infradead.org
441S: Supported
442F: fs/afs/
443F: include/net/af_rxrpc.h
444F: net/rxrpc/af_rxrpc.c
445
446AGPGART DRIVER
447M: David Airlie <airlied@linux.ie>
448T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
449S: Maintained
450F: drivers/char/agp/
451F: include/linux/agp*
452
453AHA152X SCSI DRIVER
454M: "Juergen E. Fischer" <fischer@norbit.de>
455L: linux-scsi@vger.kernel.org
456S: Maintained
457F: drivers/scsi/aha152x*
458F: drivers/scsi/pcmcia/aha152x*
459
460AIC7XXX / AIC79XX SCSI DRIVER
461M: Hannes Reinecke <hare@suse.de>
462L: linux-scsi@vger.kernel.org
463S: Maintained
464F: drivers/scsi/aic7xxx/
465F: drivers/scsi/aic7xxx_old/
466
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 <corentin.chary@gmail.com>
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: include/uapi/linux/firewire*.h
3133F: tools/firewire/
3134
3135FIRMWARE LOADER (request_firmware)
3136M: Ming Lei <ming.lei@canonical.com>
3137L: linux-kernel@vger.kernel.org
3138S: Maintained
3139F: Documentation/firmware_class/
3140F: drivers/base/firmware*.c
3141F: include/linux/firmware.h
3142
3143FLOPPY DRIVER
3144M: Jiri Kosina <jkosina@suse.cz>
3145T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3146S: Odd fixes
3147F: drivers/block/floppy.c
3148
3149FPU EMULATOR
3150M: Bill Metzenthen <billm@melbpc.org.au>
3151W: http://floatingpoint.sourceforge.net/emulator/index.html
3152S: Maintained
3153F: arch/x86/math-emu/
3154
3155FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3156L: netdev@vger.kernel.org
3157S: Orphan
3158F: drivers/net/wan/dlci.c
3159F: drivers/net/wan/sdla.c
3160
3161FRAMEBUFFER LAYER
3162M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
3163L: linux-fbdev@vger.kernel.org
3164W: http://linux-fbdev.sourceforge.net/
3165Q: http://patchwork.kernel.org/project/linux-fbdev/list/
3166T: git git://github.com/schandinat/linux-2.6.git fbdev-next
3167S: Maintained
3168F: Documentation/fb/
3169F: Documentation/devicetree/bindings/fb/
3170F: drivers/video/
3171F: include/video/
3172F: include/linux/fb.h
3173
3174FREESCALE DIU FRAMEBUFFER DRIVER
3175M: Timur Tabi <timur@freescale.com>
3176L: linux-fbdev@vger.kernel.org
3177S: Supported
3178F: drivers/video/fsl-diu-fb.*
3179
3180FREESCALE DMA DRIVER
3181M: Li Yang <leoli@freescale.com>
3182M: Zhang Wei <zw@zh-kernel.org>
3183L: linuxppc-dev@lists.ozlabs.org
3184S: Maintained
3185F: drivers/dma/fsldma.*
3186
3187FREESCALE I2C CPM DRIVER
3188M: Jochen Friedrich <jochen@scram.de>
3189L: linuxppc-dev@lists.ozlabs.org
3190L: linux-i2c@vger.kernel.org
3191S: Maintained
3192F: drivers/i2c/busses/i2c-cpm.c
3193
3194FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3195M: Sascha Hauer <kernel@pengutronix.de>
3196L: linux-fbdev@vger.kernel.org
3197L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3198S: Maintained
3199F: arch/arm/plat-mxc/include/mach/imxfb.h
3200F: drivers/video/imxfb.c
3201
3202FREESCALE SOC FS_ENET DRIVER
3203M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
3204M: Vitaly Bordug <vbordug@ru.mvista.com>
3205L: linuxppc-dev@lists.ozlabs.org
3206L: netdev@vger.kernel.org
3207S: Maintained
3208F: drivers/net/ethernet/freescale/fs_enet/
3209F: include/linux/fs_enet_pd.h
3210
3211FREESCALE QUICC ENGINE LIBRARY
3212M: Timur Tabi <timur@freescale.com>
3213L: linuxppc-dev@lists.ozlabs.org
3214S: Supported
3215F: arch/powerpc/sysdev/qe_lib/
3216F: arch/powerpc/include/asm/*qe.h
3217
3218FREESCALE USB PERIPHERAL DRIVERS
3219M: Li Yang <leoli@freescale.com>
3220L: linux-usb@vger.kernel.org
3221L: linuxppc-dev@lists.ozlabs.org
3222S: Maintained
3223F: drivers/usb/gadget/fsl*
3224
3225FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
3226M: Li Yang <leoli@freescale.com>
3227L: netdev@vger.kernel.org
3228L: linuxppc-dev@lists.ozlabs.org
3229S: Maintained
3230F: drivers/net/ethernet/freescale/ucc_geth*
3231
3232FREESCALE QUICC ENGINE UCC UART DRIVER
3233M: Timur Tabi <timur@freescale.com>
3234L: linuxppc-dev@lists.ozlabs.org
3235S: Supported
3236F: drivers/tty/serial/ucc_uart.c
3237
3238FREESCALE SOC SOUND DRIVERS
3239M: Timur Tabi <timur@freescale.com>
3240L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3241L: linuxppc-dev@lists.ozlabs.org
3242S: Supported
3243F: sound/soc/fsl/fsl*
3244F: sound/soc/fsl/mpc8610_hpcd.c
3245
3246FREEVXFS FILESYSTEM
3247M: Christoph Hellwig <hch@infradead.org>
3248W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
3249S: Maintained
3250F: fs/freevxfs/
3251
3252FREEZER
3253M: Pavel Machek <pavel@ucw.cz>
3254M: "Rafael J. Wysocki" <rjw@sisk.pl>
3255L: linux-pm@vger.kernel.org
3256S: Supported
3257F: Documentation/power/freezing-of-tasks.txt
3258F: include/linux/freezer.h
3259F: kernel/freezer.c
3260
3261FRONTSWAP API
3262M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3263L: linux-kernel@vger.kernel.org
3264S: Maintained
3265F: mm/frontswap.c
3266F: include/linux/frontswap.h
3267
3268FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
3269M: David Howells <dhowells@redhat.com>
3270L: linux-cachefs@redhat.com
3271S: Supported
3272F: Documentation/filesystems/caching/
3273F: fs/fscache/
3274F: include/linux/fscache*.h
3275
3276FUJITSU FR-V (FRV) PORT
3277M: David Howells <dhowells@redhat.com>
3278S: Maintained
3279F: arch/frv/
3280
3281FUJITSU LAPTOP EXTRAS
3282M: Jonathan Woithe <jwoithe@just42.net>
3283L: platform-driver-x86@vger.kernel.org
3284S: Maintained
3285F: drivers/platform/x86/fujitsu-laptop.c
3286
3287FUJITSU M-5MO LS CAMERA ISP DRIVER
3288M: Kyungmin Park <kyungmin.park@samsung.com>
3289M: Heungjun Kim <riverful.kim@samsung.com>
3290L: linux-media@vger.kernel.org
3291S: Maintained
3292F: drivers/media/i2c/m5mols/
3293F: include/media/m5mols.h
3294
3295FUJITSU TABLET EXTRAS
3296M: Robert Gerlach <khnz@gmx.de>
3297L: platform-driver-x86@vger.kernel.org
3298S: Maintained
3299F: drivers/platform/x86/fujitsu-tablet.c
3300
3301FUSE: FILESYSTEM IN USERSPACE
3302M: Miklos Szeredi <miklos@szeredi.hu>
3303L: fuse-devel@lists.sourceforge.net
3304W: http://fuse.sourceforge.net/
3305S: Maintained
3306F: fs/fuse/
3307F: include/linux/fuse.h
3308
3309FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3310M: Rik Faith <faith@cs.unc.edu>
3311L: linux-scsi@vger.kernel.org
3312S: Odd Fixes (e.g., new signatures)
3313F: drivers/scsi/fdomain.*
3314
3315GDT SCSI DISK ARRAY CONTROLLER DRIVER
3316M: Achim Leubner <achim_leubner@adaptec.com>
3317L: linux-scsi@vger.kernel.org
3318W: http://www.icp-vortex.com/
3319S: Supported
3320F: drivers/scsi/gdt*
3321
3322GENERIC GPIO I2C DRIVER
3323M: Haavard Skinnemoen <hskinnemoen@gmail.com>
3324S: Supported
3325F: drivers/i2c/busses/i2c-gpio.c
3326F: include/linux/i2c-gpio.h
3327
3328GENERIC GPIO I2C MULTIPLEXER DRIVER
3329M: Peter Korsgaard <peter.korsgaard@barco.com>
3330L: linux-i2c@vger.kernel.org
3331S: Supported
3332F: drivers/i2c/muxes/i2c-mux-gpio.c
3333F: include/linux/i2c-mux-gpio.h
3334F: Documentation/i2c/muxes/i2c-mux-gpio
3335
3336GENERIC HDLC (WAN) DRIVERS
3337M: Krzysztof Halasa <khc@pm.waw.pl>
3338W: http://www.kernel.org/pub/linux/utils/net/hdlc/
3339S: Maintained
3340F: drivers/net/wan/c101.c
3341F: drivers/net/wan/hd6457*
3342F: drivers/net/wan/hdlc*
3343F: drivers/net/wan/n2.c
3344F: drivers/net/wan/pc300too.c
3345F: drivers/net/wan/pci200syn.c
3346F: drivers/net/wan/wanxl*
3347
3348GENERIC INCLUDE/ASM HEADER FILES
3349M: Arnd Bergmann <arnd@arndb.de>
3350L: linux-arch@vger.kernel.org
3351T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3352S: Maintained
3353F: include/asm-generic
3354
3355GENERIC UIO DRIVER FOR PCI DEVICES
3356M: "Michael S. Tsirkin" <mst@redhat.com>
3357L: kvm@vger.kernel.org
3358S: Supported
3359F: drivers/uio/uio_pci_generic.c
3360
3361GFS2 FILE SYSTEM
3362M: Steven Whitehouse <swhiteho@redhat.com>
3363L: cluster-devel@redhat.com
3364W: http://sources.redhat.com/cluster/
3365T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3366T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3367S: Supported
3368F: Documentation/filesystems/gfs2*.txt
3369F: fs/gfs2/
3370F: include/linux/gfs2_ondisk.h
3371
3372GIGASET ISDN DRIVERS
3373M: Hansjoerg Lipp <hjlipp@web.de>
3374M: Tilman Schmidt <tilman@imap.cc>
3375L: gigaset307x-common@lists.sourceforge.net
3376W: http://gigaset307x.sourceforge.net/
3377S: Maintained
3378F: Documentation/isdn/README.gigaset
3379F: drivers/isdn/gigaset/
3380F: include/linux/gigaset_dev.h
3381
3382GPIO SUBSYSTEM
3383M: Grant Likely <grant.likely@secretlab.ca>
3384M: Linus Walleij <linus.walleij@linaro.org>
3385S: Maintained
3386T: git git://git.secretlab.ca/git/linux-2.6.git
3387F: Documentation/gpio.txt
3388F: drivers/gpio/
3389F: include/linux/gpio*
3390F: include/asm-generic/gpio.h
3391
3392GRE DEMULTIPLEXER DRIVER
3393M: Dmitry Kozlov <xeb@mail.ru>
3394L: netdev@vger.kernel.org
3395S: Maintained
3396F: net/ipv4/gre.c
3397F: include/net/gre.h
3398
3399GRETH 10/100/1G Ethernet MAC device driver
3400M: Kristoffer Glembo <kristoffer@gaisler.com>
3401L: netdev@vger.kernel.org
3402S: Maintained
3403F: drivers/net/ethernet/aeroflex/
3404
3405GSPCA FINEPIX SUBDRIVER
3406M: Frank Zago <frank@zago.net>
3407L: linux-media@vger.kernel.org
3408T: git git://linuxtv.org/media_tree.git
3409S: Maintained
3410F: drivers/media/usb/gspca/finepix.c
3411
3412GSPCA GL860 SUBDRIVER
3413M: Olivier Lorin <o.lorin@laposte.net>
3414L: linux-media@vger.kernel.org
3415T: git git://linuxtv.org/media_tree.git
3416S: Maintained
3417F: drivers/media/usb/gspca/gl860/
3418
3419GSPCA M5602 SUBDRIVER
3420M: Erik Andren <erik.andren@gmail.com>
3421L: linux-media@vger.kernel.org
3422T: git git://linuxtv.org/media_tree.git
3423S: Maintained
3424F: drivers/media/usb/gspca/m5602/
3425
3426GSPCA PAC207 SONIXB SUBDRIVER
3427M: Hans de Goede <hdegoede@redhat.com>
3428L: linux-media@vger.kernel.org
3429T: git git://linuxtv.org/media_tree.git
3430S: Maintained
3431F: drivers/media/usb/gspca/pac207.c
3432
3433GSPCA SN9C20X SUBDRIVER
3434M: Brian Johnson <brijohn@gmail.com>
3435L: linux-media@vger.kernel.org
3436T: git git://linuxtv.org/media_tree.git
3437S: Maintained
3438F: drivers/media/usb/gspca/sn9c20x.c
3439
3440GSPCA T613 SUBDRIVER
3441M: Leandro Costantino <lcostantino@gmail.com>
3442L: linux-media@vger.kernel.org
3443T: git git://linuxtv.org/media_tree.git
3444S: Maintained
3445F: drivers/media/usb/gspca/t613.c
3446
3447GSPCA USB WEBCAM DRIVER
3448M: Hans de Goede <hdegoede@redhat.com>
3449L: linux-media@vger.kernel.org
3450T: git git://linuxtv.org/media_tree.git
3451S: Maintained
3452F: drivers/media/usb/gspca/
3453
3454STK1160 USB VIDEO CAPTURE DRIVER
3455M: Ezequiel Garcia <elezegarcia@gmail.com>
3456L: linux-media@vger.kernel.org
3457T: git git://linuxtv.org/media_tree.git
3458S: Maintained
3459F: drivers/media/usb/stk1160/
3460
3461HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3462M: Frank Seidel <frank@f-seidel.de>
3463L: platform-driver-x86@vger.kernel.org
3464W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3465S: Maintained
3466F: drivers/platform/x86/hdaps.c
3467
3468HWPOISON MEMORY FAILURE HANDLING
3469M: Andi Kleen <andi@firstfloor.org>
3470L: linux-mm@kvack.org
3471T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3472S: Maintained
3473F: mm/memory-failure.c
3474F: mm/hwpoison-inject.c
3475
3476HYPERVISOR VIRTUAL CONSOLE DRIVER
3477L: linuxppc-dev@lists.ozlabs.org
3478S: Odd Fixes
3479F: drivers/tty/hvc/
3480
3481HARDWARE MONITORING
3482M: Jean Delvare <khali@linux-fr.org>
3483M: Guenter Roeck <linux@roeck-us.net>
3484L: lm-sensors@lm-sensors.org
3485W: http://www.lm-sensors.org/
3486T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3487T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3488S: Maintained
3489F: Documentation/hwmon/
3490F: drivers/hwmon/
3491F: include/linux/hwmon*.h
3492
3493HARDWARE RANDOM NUMBER GENERATOR CORE
3494M: Matt Mackall <mpm@selenic.com>
3495M: Herbert Xu <herbert@gondor.apana.org.au>
3496S: Odd fixes
3497F: Documentation/hw_random.txt
3498F: drivers/char/hw_random/
3499F: include/linux/hw_random.h
3500
3501HARDWARE SPINLOCK CORE
3502M: Ohad Ben-Cohen <ohad@wizery.com>
3503S: Maintained
3504F: Documentation/hwspinlock.txt
3505F: drivers/hwspinlock/hwspinlock_*
3506F: include/linux/hwspinlock.h
3507
3508HARMONY SOUND DRIVER
3509L: linux-parisc@vger.kernel.org
3510S: Maintained
3511F: sound/parisc/harmony.*
3512
3513HD29L2 MEDIA DRIVER
3514M: Antti Palosaari <crope@iki.fi>
3515L: linux-media@vger.kernel.org
3516W: http://linuxtv.org/
3517W: http://palosaari.fi/linux/
3518Q: http://patchwork.linuxtv.org/project/linux-media/list/
3519T: git git://linuxtv.org/anttip/media_tree.git
3520S: Maintained
3521F: drivers/media/dvb-frontends/hd29l2*
3522
3523HEWLETT-PACKARD SMART2 RAID DRIVER
3524M: Chirag Kantharia <chirag.kantharia@hp.com>
3525L: iss_storagedev@hp.com
3526S: Maintained
3527F: Documentation/blockdev/cpqarray.txt
3528F: drivers/block/cpqarray.*
3529
3530HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3531M: "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3532L: iss_storagedev@hp.com
3533S: Supported
3534F: Documentation/scsi/hpsa.txt
3535F: drivers/scsi/hpsa*.[ch]
3536F: include/linux/cciss*.h
3537
3538HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3539M: Mike Miller <mike.miller@hp.com>
3540L: iss_storagedev@hp.com
3541S: Supported
3542F: Documentation/blockdev/cciss.txt
3543F: drivers/block/cciss*
3544F: include/linux/cciss_ioctl.h
3545
3546HFS FILESYSTEM
3547L: linux-fsdevel@vger.kernel.org
3548S: Orphan
3549F: Documentation/filesystems/hfs.txt
3550F: fs/hfs/
3551
3552HGA FRAMEBUFFER DRIVER
3553M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3554L: linux-nvidia@lists.surfsouth.com
3555W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3556S: Maintained
3557F: drivers/video/hgafb.c
3558
3559HIBERNATION (aka Software Suspend, aka swsusp)
3560M: Pavel Machek <pavel@ucw.cz>
3561M: "Rafael J. Wysocki" <rjw@sisk.pl>
3562L: linux-pm@vger.kernel.org
3563S: Supported
3564F: arch/x86/power/
3565F: drivers/base/power/
3566F: kernel/power/
3567F: include/linux/suspend.h
3568F: include/linux/freezer.h
3569F: include/linux/pm.h
3570F: arch/*/include/asm/suspend*.h
3571
3572HID CORE LAYER
3573M: Jiri Kosina <jkosina@suse.cz>
3574L: linux-input@vger.kernel.org
3575T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3576S: Maintained
3577F: drivers/hid/
3578F: include/linux/hid*
3579
3580HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3581M: Thomas Gleixner <tglx@linutronix.de>
3582T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3583S: Maintained
3584F: Documentation/timers/
3585F: kernel/hrtimer.c
3586F: kernel/time/clockevents.c
3587F: kernel/time/tick*.*
3588F: kernel/time/timer_*.c
3589F: include/linux/clockchips.h
3590F: include/linux/hrtimer.h
3591
3592HIGH-SPEED SCC DRIVER FOR AX.25
3593L: linux-hams@vger.kernel.org
3594S: Orphan
3595F: drivers/net/hamradio/dmascc.c
3596F: drivers/net/hamradio/scc.c
3597
3598HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3599M: HighPoint Linux Team <linux@highpoint-tech.com>
3600W: http://www.highpoint-tech.com
3601S: Supported
3602F: Documentation/scsi/hptiop.txt
3603F: drivers/scsi/hptiop.c
3604
3605HIPPI
3606M: Jes Sorensen <jes@trained-monkey.org>
3607L: linux-hippi@sunsite.dk
3608S: Maintained
3609F: include/linux/hippidevice.h
3610F: include/linux/if_hippi.h
3611F: net/802/hippi.c
3612F: drivers/net/hippi/
3613
3614HOST AP DRIVER
3615M: Jouni Malinen <j@w1.fi>
3616L: hostap@shmoo.com (subscribers-only)
3617L: linux-wireless@vger.kernel.org
3618W: http://hostap.epitest.fi/
3619S: Maintained
3620F: drivers/net/wireless/hostap/
3621
3622HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3623L: platform-driver-x86@vger.kernel.org
3624S: Orphan
3625F: drivers/platform/x86/tc1100-wmi.c
3626
3627HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3628M: Jaroslav Kysela <perex@perex.cz>
3629S: Maintained
3630F: drivers/net/ethernet/hp/hp100.*
3631
3632HPET: High Precision Event Timers driver
3633M: Clemens Ladisch <clemens@ladisch.de>
3634S: Maintained
3635F: Documentation/timers/hpet.txt
3636F: drivers/char/hpet.c
3637F: include/linux/hpet.h
3638
3639HPET: x86
3640M: "Venkatesh Pallipadi (Venki)" <venki@google.com>
3641S: Maintained
3642F: arch/x86/kernel/hpet.c
3643F: arch/x86/include/asm/hpet.h
3644
3645HPFS FILESYSTEM
3646M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3647W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3648S: Maintained
3649F: fs/hpfs/
3650
3651HSO 3G MODEM DRIVER
3652M: Jan Dumon <j.dumon@option.com>
3653W: http://www.pharscape.org
3654S: Maintained
3655F: drivers/net/usb/hso.c
3656
3657HTCPEN TOUCHSCREEN DRIVER
3658M: Pau Oliva Fora <pof@eslack.org>
3659L: linux-input@vger.kernel.org
3660S: Maintained
3661F: drivers/input/touchscreen/htcpen.c
3662
3663HUGETLB FILESYSTEM
3664M: Nadia Yvette Chambers <nyc@holomorphy.com>
3665S: Maintained
3666F: fs/hugetlbfs/
3667
3668Hyper-V CORE AND DRIVERS
3669M: K. Y. Srinivasan <kys@microsoft.com>
3670M: Haiyang Zhang <haiyangz@microsoft.com>
3671L: devel@linuxdriverproject.org
3672S: Maintained
3673F: drivers/hv/
3674F: drivers/hid/hid-hyperv.c
3675F: drivers/net/hyperv/
3676
3677I2C OVER PARALLEL PORT
3678M: Jean Delvare <khali@linux-fr.org>
3679L: linux-i2c@vger.kernel.org
3680S: Maintained
3681F: Documentation/i2c/busses/i2c-parport
3682F: Documentation/i2c/busses/i2c-parport-light
3683F: drivers/i2c/busses/i2c-parport.c
3684F: drivers/i2c/busses/i2c-parport-light.c
3685
3686I2C/SMBUS CONTROLLER DRIVERS FOR PC
3687M: Jean Delvare <khali@linux-fr.org>
3688L: linux-i2c@vger.kernel.org
3689S: Maintained
3690F: Documentation/i2c/busses/i2c-ali1535
3691F: Documentation/i2c/busses/i2c-ali1563
3692F: Documentation/i2c/busses/i2c-ali15x3
3693F: Documentation/i2c/busses/i2c-amd756
3694F: Documentation/i2c/busses/i2c-amd8111
3695F: Documentation/i2c/busses/i2c-i801
3696F: Documentation/i2c/busses/i2c-nforce2
3697F: Documentation/i2c/busses/i2c-piix4
3698F: Documentation/i2c/busses/i2c-sis5595
3699F: Documentation/i2c/busses/i2c-sis630
3700F: Documentation/i2c/busses/i2c-sis96x
3701F: Documentation/i2c/busses/i2c-via
3702F: Documentation/i2c/busses/i2c-viapro
3703F: drivers/i2c/busses/i2c-ali1535.c
3704F: drivers/i2c/busses/i2c-ali1563.c
3705F: drivers/i2c/busses/i2c-ali15x3.c
3706F: drivers/i2c/busses/i2c-amd756.c
3707F: drivers/i2c/busses/i2c-amd756-s4882.c
3708F: drivers/i2c/busses/i2c-amd8111.c
3709F: drivers/i2c/busses/i2c-i801.c
3710F: drivers/i2c/busses/i2c-isch.c
3711F: drivers/i2c/busses/i2c-nforce2.c
3712F: drivers/i2c/busses/i2c-nforce2-s4985.c
3713F: drivers/i2c/busses/i2c-piix4.c
3714F: drivers/i2c/busses/i2c-sis5595.c
3715F: drivers/i2c/busses/i2c-sis630.c
3716F: drivers/i2c/busses/i2c-sis96x.c
3717F: drivers/i2c/busses/i2c-via.c
3718F: drivers/i2c/busses/i2c-viapro.c
3719
3720I2C/SMBUS STUB DRIVER
3721M: "Mark M. Hoffman" <mhoffman@lightlink.com>
3722L: linux-i2c@vger.kernel.org
3723S: Maintained
3724F: drivers/i2c/i2c-stub.c
3725
3726I2C SUBSYSTEM
3727M: Wolfram Sang <w.sang@pengutronix.de>
3728M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3729L: linux-i2c@vger.kernel.org
3730W: http://i2c.wiki.kernel.org/
3731T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3732T: git git://git.pengutronix.de/git/wsa/linux.git
3733S: Maintained
3734F: Documentation/i2c/
3735F: drivers/i2c/
3736F: include/linux/i2c.h
3737F: include/linux/i2c-*.h
3738
3739I2C-TAOS-EVM DRIVER
3740M: Jean Delvare <khali@linux-fr.org>
3741L: linux-i2c@vger.kernel.org
3742S: Maintained
3743F: Documentation/i2c/busses/i2c-taos-evm
3744F: drivers/i2c/busses/i2c-taos-evm.c
3745
3746I2C-TINY-USB DRIVER
3747M: Till Harbaum <till@harbaum.org>
3748L: linux-i2c@vger.kernel.org
3749W: http://www.harbaum.org/till/i2c_tiny_usb
3750S: Maintained
3751F: drivers/i2c/busses/i2c-tiny-usb.c
3752
3753i386 BOOT CODE
3754M: "H. Peter Anvin" <hpa@zytor.com>
3755S: Maintained
3756F: arch/x86/boot/
3757
3758i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3759M: "H. Peter Anvin" <hpa@zytor.com>
3760T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3761S: Maintained
3762
3763IA64 (Itanium) PLATFORM
3764M: Tony Luck <tony.luck@intel.com>
3765M: Fenghua Yu <fenghua.yu@intel.com>
3766L: linux-ia64@vger.kernel.org
3767T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3768S: Maintained
3769F: arch/ia64/
3770
3771IBM Power in-Nest Crypto Acceleration
3772M: Kent Yoder <key@linux.vnet.ibm.com>
3773L: linux-crypto@vger.kernel.org
3774S: Supported
3775F: drivers/crypto/nx/
3776
3777IBM Power 842 compression accelerator
3778M: Robert Jennings <rcj@linux.vnet.ibm.com>
3779S: Supported
3780F: drivers/crypto/nx/nx-842.c
3781F: include/linux/nx842.h
3782
3783IBM Power Linux RAID adapter
3784M: Brian King <brking@us.ibm.com>
3785S: Supported
3786F: drivers/scsi/ipr.*
3787
3788IBM Power Virtual Ethernet Device Driver
3789M: Santiago Leon <santil@linux.vnet.ibm.com>
3790L: netdev@vger.kernel.org
3791S: Supported
3792F: drivers/net/ethernet/ibm/ibmveth.*
3793
3794IBM Power Virtual SCSI/FC Device Drivers
3795M: Robert Jennings <rcj@linux.vnet.ibm.com>
3796L: linux-scsi@vger.kernel.org
3797S: Supported
3798F: drivers/scsi/ibmvscsi/
3799X: drivers/scsi/ibmvscsi/ibmvstgt.c
3800
3801IBM ServeRAID RAID DRIVER
3802P: Jack Hammer
3803M: Dave Jeffery <ipslinux@adaptec.com>
3804W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3805S: Supported
3806F: drivers/scsi/ips.*
3807
3808ICH LPC AND GPIO DRIVER
3809M: Peter Tyser <ptyser@xes-inc.com>
3810S: Maintained
3811F: drivers/mfd/lpc_ich.c
3812F: drivers/gpio/gpio-ich.c
3813
3814IDE SUBSYSTEM
3815M: "David S. Miller" <davem@davemloft.net>
3816L: linux-ide@vger.kernel.org
3817Q: http://patchwork.ozlabs.org/project/linux-ide/list/
3818T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
3819S: Maintained
3820F: Documentation/ide/
3821F: drivers/ide/
3822F: include/linux/ide.h
3823
3824IDEAPAD LAPTOP EXTRAS DRIVER
3825M: Ike Panhc <ike.pan@canonical.com>
3826L: platform-driver-x86@vger.kernel.org
3827W: http://launchpad.net/ideapad-laptop
3828S: Maintained
3829F: drivers/platform/x86/ideapad-laptop.c
3830
3831IDE/ATAPI DRIVERS
3832M: Borislav Petkov <bp@alien8.de>
3833L: linux-ide@vger.kernel.org
3834S: Maintained
3835F: Documentation/cdrom/ide-cd
3836F: drivers/ide/ide-cd*
3837
3838IDLE-I7300
3839M: Andy Henroid <andrew.d.henroid@intel.com>
3840L: linux-pm@vger.kernel.org
3841S: Supported
3842F: drivers/idle/i7300_idle.c
3843
3844IEEE 802.15.4 SUBSYSTEM
3845M: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
3846M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3847L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3848W: http://apps.sourceforge.net/trac/linux-zigbee
3849T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3850S: Maintained
3851F: net/ieee802154/
3852F: net/mac802154/
3853F: drivers/ieee802154/
3854
3855IGUANAWORKS USB IR TRANSCEIVER
3856M: Sean Young <sean@mess.org>
3857L: linux-media@vger.kernel.org
3858S: Maintained
3859F: drivers/media/rc/iguanair.c
3860
3861IIO SUBSYSTEM AND DRIVERS
3862M: Jonathan Cameron <jic23@cam.ac.uk>
3863L: linux-iio@vger.kernel.org
3864S: Maintained
3865F: drivers/iio/
3866F: drivers/staging/iio/
3867
3868IKANOS/ADI EAGLE ADSL USB DRIVER
3869M: Matthieu Castet <castet.matthieu@free.fr>
3870M: Stanislaw Gruszka <stf_xl@wp.pl>
3871S: Maintained
3872F: drivers/usb/atm/ueagle-atm.c
3873
3874INDUSTRY PACK SUBSYSTEM (IPACK)
3875M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
3876M: Jens Taprogge <jens.taprogge@taprogge.org>
3877M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3878L: industrypack-devel@lists.sourceforge.net
3879W: http://industrypack.sourceforge.net
3880S: Maintained
3881F: drivers/ipack/
3882
3883INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3884M: Mimi Zohar <zohar@us.ibm.com>
3885S: Supported
3886F: security/integrity/ima/
3887
3888IMS TWINTURBO FRAMEBUFFER DRIVER
3889L: linux-fbdev@vger.kernel.org
3890S: Orphan
3891F: drivers/video/imsttfb.c
3892
3893INFINIBAND SUBSYSTEM
3894M: Roland Dreier <roland@kernel.org>
3895M: Sean Hefty <sean.hefty@intel.com>
3896M: Hal Rosenstock <hal.rosenstock@gmail.com>
3897L: linux-rdma@vger.kernel.org
3898W: http://www.openfabrics.org/
3899Q: http://patchwork.kernel.org/project/linux-rdma/list/
3900T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3901S: Supported
3902F: Documentation/infiniband/
3903F: drivers/infiniband/
3904F: include/linux/if_infiniband.h
3905
3906INOTIFY
3907M: John McCutchan <john@johnmccutchan.com>
3908M: Robert Love <rlove@rlove.org>
3909M: Eric Paris <eparis@parisplace.org>
3910S: Maintained
3911F: Documentation/filesystems/inotify.txt
3912F: fs/notify/inotify/
3913F: include/linux/inotify.h
3914
3915INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3916M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
3917M: Dmitry Torokhov <dtor@mail.ru>
3918L: linux-input@vger.kernel.org
3919Q: http://patchwork.kernel.org/project/linux-input/list/
3920T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3921S: Maintained
3922F: drivers/input/
3923F: include/linux/input.h
3924F: include/linux/input/
3925
3926INPUT MULTITOUCH (MT) PROTOCOL
3927M: Henrik Rydberg <rydberg@euromail.se>
3928L: linux-input@vger.kernel.org
3929T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3930S: Maintained
3931F: Documentation/input/multi-touch-protocol.txt
3932F: drivers/input/input-mt.c
3933K: \b(ABS|SYN)_MT_
3934
3935INTEL C600 SERIES SAS CONTROLLER DRIVER
3936M: Intel SCU Linux support <intel-linux-scu@intel.com>
3937M: Lukasz Dorau <lukasz.dorau@intel.com>
3938M: Maciej Patelczyk <maciej.patelczyk@intel.com>
3939M: Dave Jiang <dave.jiang@intel.com>
3940L: linux-scsi@vger.kernel.org
3941T: git git://git.code.sf.net/p/intel-sas/isci
3942S: Supported
3943F: drivers/scsi/isci/
3944F: firmware/isci/
3945
3946INTEL IDLE DRIVER
3947M: Len Brown <lenb@kernel.org>
3948L: linux-pm@vger.kernel.org
3949T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
3950S: Supported
3951F: drivers/idle/intel_idle.c
3952
3953INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3954M: Maik Broemme <mbroemme@plusserver.de>
3955L: linux-fbdev@vger.kernel.org
3956S: Maintained
3957F: Documentation/fb/intelfb.txt
3958F: drivers/video/intelfb/
3959
3960INTEL 810/815 FRAMEBUFFER DRIVER
3961M: Antonino Daplas <adaplas@gmail.com>
3962L: linux-fbdev@vger.kernel.org
3963S: Maintained
3964F: drivers/video/i810/
3965
3966INTEL MENLOW THERMAL DRIVER
3967M: Sujith Thomas <sujith.thomas@intel.com>
3968L: platform-driver-x86@vger.kernel.org
3969W: http://www.lesswatts.org/projects/acpi/
3970S: Supported
3971F: drivers/platform/x86/intel_menlow.c
3972
3973INTEL IA32 MICROCODE UPDATE SUPPORT
3974M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3975S: Maintained
3976F: arch/x86/kernel/microcode_core.c
3977F: arch/x86/kernel/microcode_intel.c
3978
3979INTEL I/OAT DMA DRIVER
3980M: Dan Williams <djbw@fb.com>
3981S: Maintained
3982F: drivers/dma/ioat*
3983
3984INTEL IOMMU (VT-d)
3985M: David Woodhouse <dwmw2@infradead.org>
3986L: iommu@lists.linux-foundation.org
3987T: git git://git.infradead.org/iommu-2.6.git
3988S: Supported
3989F: drivers/iommu/intel-iommu.c
3990F: include/linux/intel-iommu.h
3991
3992INTEL IOP-ADMA DMA DRIVER
3993M: Dan Williams <djbw@fb.com>
3994S: Odd fixes
3995F: drivers/dma/iop-adma.c
3996
3997INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3998M: Krzysztof Halasa <khc@pm.waw.pl>
3999S: Maintained
4000F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
4001F: arch/arm/mach-ixp4xx/include/mach/npe.h
4002F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4003F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
4004F: drivers/net/ethernet/xscale/ixp4xx_eth.c
4005F: drivers/net/wan/ixp4xx_hss.c
4006
4007INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
4008M: Deepak Saxena <dsaxena@plexity.net>
4009S: Maintained
4010F: drivers/char/hw_random/ixp4xx-rng.c
4011
4012INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
4013M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
4014M: Jesse Brandeburg <jesse.brandeburg@intel.com>
4015M: Bruce Allan <bruce.w.allan@intel.com>
4016M: Carolyn Wyborny <carolyn.wyborny@intel.com>
4017M: Don Skidmore <donald.c.skidmore@intel.com>
4018M: Greg Rose <gregory.v.rose@intel.com>
4019M: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
4020M: Alex Duyck <alexander.h.duyck@intel.com>
4021M: John Ronciak <john.ronciak@intel.com>
4022M: Tushar Dave <tushar.n.dave@intel.com>
4023L: e1000-devel@lists.sourceforge.net
4024W: http://www.intel.com/support/feedback.htm
4025W: http://e1000.sourceforge.net/
4026T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4027T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
4028S: Supported
4029F: Documentation/networking/e100.txt
4030F: Documentation/networking/e1000.txt
4031F: Documentation/networking/e1000e.txt
4032F: Documentation/networking/igb.txt
4033F: Documentation/networking/igbvf.txt
4034F: Documentation/networking/ixgb.txt
4035F: Documentation/networking/ixgbe.txt
4036F: Documentation/networking/ixgbevf.txt
4037F: drivers/net/ethernet/intel/
4038
4039INTEL MRST PMU DRIVER
4040M: Len Brown <len.brown@intel.com>
4041L: linux-pm@vger.kernel.org
4042S: Supported
4043F: arch/x86/platform/mrst/pmu.*
4044
4045INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4046M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
4047L: linux-wireless@vger.kernel.org
4048S: Maintained
4049F: Documentation/networking/README.ipw2100
4050F: Documentation/networking/README.ipw2200
4051F: drivers/net/wireless/ipw2x00/
4052
4053INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4054M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
4055M: Gang Wei <gang.wei@intel.com>
4056M: Shane Wang <shane.wang@intel.com>
4057L: tboot-devel@lists.sourceforge.net
4058W: http://tboot.sourceforge.net
4059T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4060S: Supported
4061F: Documentation/intel_txt.txt
4062F: include/linux/tboot.h
4063F: arch/x86/kernel/tboot.c
4064
4065INTEL WIRELESS WIMAX CONNECTION 2400
4066M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
4067M: linux-wimax@intel.com
4068L: wimax@linuxwimax.org
4069S: Supported
4070W: http://linuxwimax.org
4071F: Documentation/wimax/README.i2400m
4072F: drivers/net/wimax/i2400m/
4073F: include/linux/wimax/i2400m.h
4074
4075INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4076M: Stanislaw Gruszka <sgruszka@redhat.com>
4077L: linux-wireless@vger.kernel.org
4078S: Supported
4079F: drivers/net/wireless/iwlegacy/
4080
4081INTEL WIRELESS WIFI LINK (iwlwifi)
4082M: Johannes Berg <johannes.berg@intel.com>
4083M: Wey-Yi Guy <wey-yi.w.guy@intel.com>
4084M: Intel Linux Wireless <ilw@linux.intel.com>
4085L: linux-wireless@vger.kernel.org
4086W: http://intellinuxwireless.org
4087T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4088S: Supported
4089F: drivers/net/wireless/iwlwifi/
4090
4091INTEL MANAGEMENT ENGINE (mei)
4092M: Tomas Winkler <tomas.winkler@intel.com>
4093L: linux-kernel@vger.kernel.org
4094S: Supported
4095F: include/linux/mei.h
4096F: drivers/misc/mei/*
4097F: Documentation/mei/*
4098
4099IOC3 ETHERNET DRIVER
4100M: Ralf Baechle <ralf@linux-mips.org>
4101L: linux-mips@linux-mips.org
4102S: Maintained
4103F: drivers/net/ethernet/sgi/ioc3-eth.c
4104
4105IOC3 SERIAL DRIVER
4106M: Pat Gefre <pfg@sgi.com>
4107L: linux-serial@vger.kernel.org
4108S: Maintained
4109F: drivers/tty/serial/ioc3_serial.c
4110
4111IP MASQUERADING
4112M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
4113S: Maintained
4114F: net/ipv4/netfilter/ipt_MASQUERADE.c
4115
4116IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4117M: Francois Romieu <romieu@fr.zoreil.com>
4118M: Sorbica Shieh <sorbica@icplus.com.tw>
4119L: netdev@vger.kernel.org
4120S: Maintained
4121F: drivers/net/ethernet/icplus/ipg.*
4122
4123IPATH DRIVER
4124M: Mike Marciniszyn <infinipath@intel.com>
4125L: linux-rdma@vger.kernel.org
4126S: Maintained
4127F: drivers/infiniband/hw/ipath/
4128
4129IPMI SUBSYSTEM
4130M: Corey Minyard <minyard@acm.org>
4131L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4132W: http://openipmi.sourceforge.net/
4133S: Supported
4134F: Documentation/IPMI.txt
4135F: drivers/char/ipmi/
4136F: include/linux/ipmi*
4137
4138IPS SCSI RAID DRIVER
4139M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4140L: linux-scsi@vger.kernel.org
4141W: http://www.adaptec.com/
4142S: Maintained
4143F: drivers/scsi/ips*
4144
4145IPVS
4146M: Wensong Zhang <wensong@linux-vs.org>
4147M: Simon Horman <horms@verge.net.au>
4148M: Julian Anastasov <ja@ssi.bg>
4149L: netdev@vger.kernel.org
4150L: lvs-devel@vger.kernel.org
4151S: Maintained
4152F: Documentation/networking/ipvs-sysctl.txt
4153F: include/net/ip_vs.h
4154F: include/linux/ip_vs.h
4155F: net/netfilter/ipvs/
4156
4157IPWIRELESS DRIVER
4158M: Jiri Kosina <jkosina@suse.cz>
4159M: David Sterba <dsterba@suse.cz>
4160S: Odd Fixes
4161F: drivers/tty/ipwireless/
4162
4163IPX NETWORK LAYER
4164M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4165L: netdev@vger.kernel.org
4166S: Maintained
4167F: include/linux/ipx.h
4168F: include/net/ipx.h
4169F: net/ipx/
4170
4171IRDA SUBSYSTEM
4172M: Samuel Ortiz <samuel@sortiz.org>
4173L: irda-users@lists.sourceforge.net (subscribers-only)
4174L: netdev@vger.kernel.org
4175W: http://irda.sourceforge.net/
4176S: Maintained
4177T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4178F: Documentation/networking/irda.txt
4179F: drivers/net/irda/
4180F: include/net/irda/
4181F: net/irda/
4182
4183IRQ SUBSYSTEM
4184M: Thomas Gleixner <tglx@linutronix.de>
4185S: Maintained
4186T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4187F: kernel/irq/
4188
4189IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4190M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4191M: Grant Likely <grant.likely@secretlab.ca>
4192T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
4193S: Maintained
4194F: Documentation/IRQ-domain.txt
4195F: include/linux/irqdomain.h
4196F: kernel/irq/irqdomain.c
4197
4198ISAPNP
4199M: Jaroslav Kysela <perex@perex.cz>
4200S: Maintained
4201F: Documentation/isapnp.txt
4202F: drivers/pnp/isapnp/
4203F: include/linux/isapnp.h
4204
4205iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4206M: Peter Jones <pjones@redhat.com>
4207M: Konrad Rzeszutek Wilk <konrad@kernel.org>
4208S: Maintained
4209F: drivers/firmware/iscsi_ibft*
4210
4211ISCSI
4212M: Mike Christie <michaelc@cs.wisc.edu>
4213L: open-iscsi@googlegroups.com
4214W: www.open-iscsi.org
4215T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4216S: Maintained
4217F: drivers/scsi/*iscsi*
4218F: include/scsi/*iscsi*
4219
4220ISDN SUBSYSTEM
4221M: Karsten Keil <isdn@linux-pingi.de>
4222L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
4223L: netdev@vger.kernel.org
4224W: http://www.isdn4linux.de
4225T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4226S: Maintained
4227F: Documentation/isdn/
4228F: drivers/isdn/
4229F: include/linux/isdn.h
4230F: include/linux/isdn/
4231
4232ISDN SUBSYSTEM (Eicon active card driver)
4233M: Armin Schindler <mac@melware.de>
4234L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
4235W: http://www.melware.de
4236S: Maintained
4237F: drivers/isdn/hardware/eicon/
4238
4239IT87 HARDWARE MONITORING DRIVER
4240M: Jean Delvare <khali@linux-fr.org>
4241L: lm-sensors@lm-sensors.org
4242S: Maintained
4243F: Documentation/hwmon/it87
4244F: drivers/hwmon/it87.c
4245
4246IT913X MEDIA DRIVER
4247M: Malcolm Priestley <tvboxspy@gmail.com>
4248L: linux-media@vger.kernel.org
4249W: http://linuxtv.org/
4250Q: http://patchwork.linuxtv.org/project/linux-media/list/
4251S: Maintained
4252F: drivers/media/usb/dvb-usb-v2/it913x*
4253
4254IT913X FE MEDIA DRIVER
4255M: Malcolm Priestley <tvboxspy@gmail.com>
4256L: linux-media@vger.kernel.org
4257W: http://linuxtv.org/
4258Q: http://patchwork.linuxtv.org/project/linux-media/list/
4259S: Maintained
4260F: drivers/media/dvb-frontends/it913x-fe*
4261
4262IVTV VIDEO4LINUX DRIVER
4263M: Andy Walls <awalls@md.metrocast.net>
4264L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4265L: linux-media@vger.kernel.org
4266T: git git://linuxtv.org/media_tree.git
4267W: http://www.ivtvdriver.org
4268S: Maintained
4269F: Documentation/video4linux/*.ivtv
4270F: drivers/media/pci/ivtv/
4271F: include/linux/ivtv*
4272
4273IX2505V MEDIA DRIVER
4274M: Malcolm Priestley <tvboxspy@gmail.com>
4275L: linux-media@vger.kernel.org
4276W: http://linuxtv.org/
4277Q: http://patchwork.linuxtv.org/project/linux-media/list/
4278S: Maintained
4279F: drivers/media/dvb-frontends/ix2505v*
4280
4281JC42.4 TEMPERATURE SENSOR DRIVER
4282M: Guenter Roeck <linux@roeck-us.net>
4283L: lm-sensors@lm-sensors.org
4284S: Maintained
4285F: drivers/hwmon/jc42.c
4286F: Documentation/hwmon/jc42
4287
4288JFS FILESYSTEM
4289M: Dave Kleikamp <shaggy@kernel.org>
4290L: jfs-discussion@lists.sourceforge.net
4291W: http://jfs.sourceforge.net/
4292T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4293S: Maintained
4294F: Documentation/filesystems/jfs.txt
4295F: fs/jfs/
4296
4297JME NETWORK DRIVER
4298M: Guo-Fu Tseng <cooldavid@cooldavid.org>
4299L: netdev@vger.kernel.org
4300S: Maintained
4301F: drivers/net/ethernet/jme.*
4302
4303JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4304M: David Woodhouse <dwmw2@infradead.org>
4305L: linux-mtd@lists.infradead.org
4306W: http://www.linux-mtd.infradead.org/doc/jffs2.html
4307S: Maintained
4308F: fs/jffs2/
4309F: include/linux/jffs2.h
4310
4311JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4312M: Andrew Morton <akpm@linux-foundation.org>
4313M: Jan Kara <jack@suse.cz>
4314L: linux-ext4@vger.kernel.org
4315S: Maintained
4316F: fs/jbd/
4317F: include/linux/jbd.h
4318
4319JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4320M: "Theodore Ts'o" <tytso@mit.edu>
4321L: linux-ext4@vger.kernel.org
4322S: Maintained
4323F: fs/jbd2/
4324F: include/linux/jbd2.h
4325
4326JSM Neo PCI based serial card
4327M: Lucas Tavares <lucaskt@linux.vnet.ibm.com>
4328L: linux-serial@vger.kernel.org
4329S: Maintained
4330F: drivers/tty/serial/jsm/
4331
4332K10TEMP HARDWARE MONITORING DRIVER
4333M: Clemens Ladisch <clemens@ladisch.de>
4334L: lm-sensors@lm-sensors.org
4335S: Maintained
4336F: Documentation/hwmon/k10temp
4337F: drivers/hwmon/k10temp.c
4338
4339K8TEMP HARDWARE MONITORING DRIVER
4340M: Rudolf Marek <r.marek@assembler.cz>
4341L: lm-sensors@lm-sensors.org
4342S: Maintained
4343F: Documentation/hwmon/k8temp
4344F: drivers/hwmon/k8temp.c
4345
4346KCONFIG
4347M: Michal Marek <mmarek@suse.cz>
4348L: linux-kbuild@vger.kernel.org
4349S: Odd Fixes
4350F: Documentation/kbuild/kconfig-language.txt
4351F: scripts/kconfig/
4352
4353KDUMP
4354M: Vivek Goyal <vgoyal@redhat.com>
4355M: Haren Myneni <hbabu@us.ibm.com>
4356L: kexec@lists.infradead.org
4357W: http://lse.sourceforge.net/kdump/
4358S: Maintained
4359F: Documentation/kdump/
4360
4361KERNEL AUTOMOUNTER v4 (AUTOFS4)
4362M: Ian Kent <raven@themaw.net>
4363L: autofs@vger.kernel.org
4364S: Maintained
4365F: fs/autofs4/
4366
4367KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4368M: Michal Marek <mmarek@suse.cz>
4369T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4370T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4371L: linux-kbuild@vger.kernel.org
4372S: Maintained
4373F: Documentation/kbuild/
4374F: Makefile
4375F: scripts/Makefile.*
4376F: scripts/basic/
4377F: scripts/mk*
4378F: scripts/package/
4379
4380KERNEL JANITORS
4381L: kernel-janitors@vger.kernel.org
4382W: http://kernelnewbies.org/KernelJanitors
4383S: Odd Fixes
4384
4385KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4386M: "J. Bruce Fields" <bfields@fieldses.org>
4387L: linux-nfs@vger.kernel.org
4388W: http://nfs.sourceforge.net/
4389S: Supported
4390F: fs/nfsd/
4391F: include/linux/nfsd/
4392F: fs/lockd/
4393F: fs/nfs_common/
4394F: net/sunrpc/
4395F: include/linux/lockd/
4396F: include/linux/sunrpc/
4397
4398KERNEL VIRTUAL MACHINE (KVM)
4399M: Marcelo Tosatti <mtosatti@redhat.com>
4400M: Gleb Natapov <gleb@redhat.com>
4401L: kvm@vger.kernel.org
4402W: http://kvm.qumranet.com
4403S: Supported
4404F: Documentation/*/kvm.txt
4405F: arch/*/kvm/
4406F: arch/*/include/asm/kvm*
4407F: include/linux/kvm*
4408F: virt/kvm/
4409
4410KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4411M: Joerg Roedel <joro@8bytes.org>
4412L: kvm@vger.kernel.org
4413W: http://kvm.qumranet.com
4414S: Maintained
4415F: arch/x86/include/asm/svm.h
4416F: arch/x86/kvm/svm.c
4417
4418KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4419M: Alexander Graf <agraf@suse.de>
4420L: kvm-ppc@vger.kernel.org
4421W: http://kvm.qumranet.com
4422T: git git://github.com/agraf/linux-2.6.git
4423S: Supported
4424F: arch/powerpc/include/asm/kvm*
4425F: arch/powerpc/kvm/
4426
4427KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4428M: Xiantao Zhang <xiantao.zhang@intel.com>
4429L: kvm-ia64@vger.kernel.org
4430W: http://kvm.qumranet.com
4431S: Supported
4432F: Documentation/ia64/kvm.txt
4433F: arch/ia64/include/asm/kvm*
4434F: arch/ia64/kvm/
4435
4436KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4437M: Christian Borntraeger <borntraeger@de.ibm.com>
4438M: Cornelia Huck <cornelia.huck@de.ibm.com>
4439M: linux390@de.ibm.com
4440L: linux-s390@vger.kernel.org
4441W: http://www.ibm.com/developerworks/linux/linux390/
4442S: Supported
4443F: Documentation/s390/kvm.txt
4444F: arch/s390/include/asm/kvm*
4445F: arch/s390/kvm/
4446F: drivers/s390/kvm/
4447
4448KEXEC
4449M: Eric Biederman <ebiederm@xmission.com>
4450W: http://kernel.org/pub/linux/utils/kernel/kexec/
4451L: kexec@lists.infradead.org
4452S: Maintained
4453F: include/linux/kexec.h
4454F: kernel/kexec.c
4455
4456KEYS/KEYRINGS:
4457M: David Howells <dhowells@redhat.com>
4458L: keyrings@linux-nfs.org
4459S: Maintained
4460F: Documentation/security/keys.txt
4461F: include/linux/key.h
4462F: include/linux/key-type.h
4463F: include/keys/
4464F: security/keys/
4465
4466KEYS-TRUSTED
4467M: David Safford <safford@watson.ibm.com>
4468M: Mimi Zohar <zohar@us.ibm.com>
4469L: linux-security-module@vger.kernel.org
4470L: keyrings@linux-nfs.org
4471S: Supported
4472F: Documentation/security/keys-trusted-encrypted.txt
4473F: include/keys/trusted-type.h
4474F: security/keys/trusted.c
4475F: security/keys/trusted.h
4476
4477KEYS-ENCRYPTED
4478M: Mimi Zohar <zohar@us.ibm.com>
4479M: David Safford <safford@watson.ibm.com>
4480L: linux-security-module@vger.kernel.org
4481L: keyrings@linux-nfs.org
4482S: Supported
4483F: Documentation/security/keys-trusted-encrypted.txt
4484F: include/keys/encrypted-type.h
4485F: security/keys/encrypted-keys/
4486
4487KGDB / KDB /debug_core
4488M: Jason Wessel <jason.wessel@windriver.com>
4489W: http://kgdb.wiki.kernel.org/
4490L: kgdb-bugreport@lists.sourceforge.net
4491S: Maintained
4492F: Documentation/DocBook/kgdb.tmpl
4493F: drivers/misc/kgdbts.c
4494F: drivers/tty/serial/kgdboc.c
4495F: include/linux/kdb.h
4496F: include/linux/kgdb.h
4497F: kernel/debug/
4498
4499KMEMCHECK
4500M: Vegard Nossum <vegardno@ifi.uio.no>
4501M: Pekka Enberg <penberg@kernel.org>
4502S: Maintained
4503F: Documentation/kmemcheck.txt
4504F: arch/x86/include/asm/kmemcheck.h
4505F: arch/x86/mm/kmemcheck/
4506F: include/linux/kmemcheck.h
4507F: mm/kmemcheck.c
4508
4509KMEMLEAK
4510M: Catalin Marinas <catalin.marinas@arm.com>
4511S: Maintained
4512F: Documentation/kmemleak.txt
4513F: include/linux/kmemleak.h
4514F: mm/kmemleak.c
4515F: mm/kmemleak-test.c
4516
4517KPROBES
4518M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4519M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4520M: "David S. Miller" <davem@davemloft.net>
4521M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4522S: Maintained
4523F: Documentation/kprobes.txt
4524F: include/linux/kprobes.h
4525F: kernel/kprobes.c
4526
4527KS0108 LCD CONTROLLER DRIVER
4528M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4529W: http://miguelojeda.es/auxdisplay.htm
4530W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4531S: Maintained
4532F: Documentation/auxdisplay/ks0108
4533F: drivers/auxdisplay/ks0108.c
4534F: include/linux/ks0108.h
4535
4536LAPB module
4537L: linux-x25@vger.kernel.org
4538S: Orphan
4539F: Documentation/networking/lapb-module.txt
4540F: include/*/lapb.h
4541F: net/lapb/
4542
4543LASI 53c700 driver for PARISC
4544M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4545L: linux-scsi@vger.kernel.org
4546S: Maintained
4547F: Documentation/scsi/53c700.txt
4548F: drivers/scsi/53c700*
4549
4550LED SUBSYSTEM
4551M: Bryan Wu <cooloney@gmail.com>
4552M: Richard Purdie <rpurdie@rpsys.net>
4553L: linux-leds@vger.kernel.org
4554T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4555S: Maintained
4556F: drivers/leds/
4557F: include/linux/leds.h
4558
4559LEGACY EEPROM DRIVER
4560M: Jean Delvare <khali@linux-fr.org>
4561S: Maintained
4562F: Documentation/misc-devices/eeprom
4563F: drivers/misc/eeprom/eeprom.c
4564
4565LEGO USB Tower driver
4566M: Juergen Stuber <starblue@users.sourceforge.net>
4567L: legousb-devel@lists.sourceforge.net
4568W: http://legousb.sourceforge.net/
4569S: Maintained
4570F: drivers/usb/misc/legousbtower.c
4571
4572LG2160 MEDIA DRIVER
4573M: Michael Krufky <mkrufky@linuxtv.org>
4574L: linux-media@vger.kernel.org
4575W: http://linuxtv.org/
4576W: http://github.com/mkrufky
4577Q: http://patchwork.linuxtv.org/project/linux-media/list/
4578T: git git://linuxtv.org/mkrufky/tuners.git
4579S: Maintained
4580F: drivers/media/dvb-frontends/lg2160.*
4581
4582LGDT3305 MEDIA DRIVER
4583M: Michael Krufky <mkrufky@linuxtv.org>
4584L: linux-media@vger.kernel.org
4585W: http://linuxtv.org/
4586W: http://github.com/mkrufky
4587Q: http://patchwork.linuxtv.org/project/linux-media/list/
4588T: git git://linuxtv.org/mkrufky/tuners.git
4589S: Maintained
4590F: drivers/media/dvb-frontends/lgdt3305.*
4591
4592LGUEST
4593M: Rusty Russell <rusty@rustcorp.com.au>
4594L: lguest@lists.ozlabs.org
4595W: http://lguest.ozlabs.org/
4596S: Odd Fixes
4597F: arch/x86/include/asm/lguest*.h
4598F: arch/x86/lguest/
4599F: drivers/lguest/
4600F: include/linux/lguest*.h
4601F: tools/lguest/
4602
4603LINUX FOR IBM pSERIES (RS/6000)
4604M: Paul Mackerras <paulus@au.ibm.com>
4605W: http://www.ibm.com/linux/ltc/projects/ppc
4606S: Supported
4607F: arch/powerpc/boot/rs6000.h
4608
4609LINUX FOR POWERPC (32-BIT AND 64-BIT)
4610M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4611M: Paul Mackerras <paulus@samba.org>
4612W: http://www.penguinppc.org/
4613L: linuxppc-dev@lists.ozlabs.org
4614Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4615T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4616S: Supported
4617F: Documentation/powerpc/
4618F: arch/powerpc/
4619
4620LINUX FOR POWER MACINTOSH
4621M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4622W: http://www.penguinppc.org/
4623L: linuxppc-dev@lists.ozlabs.org
4624S: Maintained
4625F: arch/powerpc/platforms/powermac/
4626F: drivers/macintosh/
4627
4628LINUX FOR POWERPC EMBEDDED MPC5XXX
4629M: Anatolij Gustschin <agust@denx.de>
4630L: linuxppc-dev@lists.ozlabs.org
4631T: git git://git.denx.de/linux-2.6-agust.git
4632S: Maintained
4633F: arch/powerpc/platforms/512x/
4634F: arch/powerpc/platforms/52xx/
4635
4636LINUX FOR POWERPC EMBEDDED PPC4XX
4637M: Josh Boyer <jwboyer@gmail.com>
4638M: Matt Porter <mporter@kernel.crashing.org>
4639W: http://www.penguinppc.org/
4640L: linuxppc-dev@lists.ozlabs.org
4641T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4642S: Maintained
4643F: arch/powerpc/platforms/40x/
4644F: arch/powerpc/platforms/44x/
4645
4646LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4647M: Grant Likely <grant.likely@secretlab.ca>
4648W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4649L: linuxppc-dev@lists.ozlabs.org
4650T: git git://git.secretlab.ca/git/linux-2.6.git
4651S: Maintained
4652F: arch/powerpc/*/*virtex*
4653F: arch/powerpc/*/*/*virtex*
4654
4655LINUX FOR POWERPC EMBEDDED PPC8XX
4656M: Vitaly Bordug <vitb@kernel.crashing.org>
4657M: Marcelo Tosatti <marcelo@kvack.org>
4658W: http://www.penguinppc.org/
4659L: linuxppc-dev@lists.ozlabs.org
4660S: Maintained
4661F: arch/powerpc/platforms/8xx/
4662
4663LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4664M: Kumar Gala <galak@kernel.crashing.org>
4665W: http://www.penguinppc.org/
4666L: linuxppc-dev@lists.ozlabs.org
4667S: Maintained
4668F: arch/powerpc/platforms/83xx/
4669F: arch/powerpc/platforms/85xx/
4670
4671LINUX FOR POWERPC PA SEMI PWRFICIENT
4672M: Olof Johansson <olof@lixom.net>
4673L: linuxppc-dev@lists.ozlabs.org
4674S: Maintained
4675F: arch/powerpc/platforms/pasemi/
4676F: drivers/*/*pasemi*
4677F: drivers/*/*/*pasemi*
4678
4679LINUX SECURITY MODULE (LSM) FRAMEWORK
4680M: Chris Wright <chrisw@sous-sol.org>
4681L: linux-security-module@vger.kernel.org
4682S: Supported
4683
4684LIS3LV02D ACCELEROMETER DRIVER
4685M: Eric Piel <eric.piel@tremplin-utc.net>
4686S: Maintained
4687F: Documentation/misc-devices/lis3lv02d
4688F: drivers/misc/lis3lv02d/
4689F: drivers/platform/x86/hp_accel.c
4690
4691LLC (802.2)
4692M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4693S: Maintained
4694F: include/linux/llc.h
4695F: include/net/llc*
4696F: net/llc/
4697
4698LM73 HARDWARE MONITOR DRIVER
4699M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
4700L: lm-sensors@lm-sensors.org
4701S: Maintained
4702F: drivers/hwmon/lm73.c
4703
4704LM78 HARDWARE MONITOR DRIVER
4705M: Jean Delvare <khali@linux-fr.org>
4706L: lm-sensors@lm-sensors.org
4707S: Maintained
4708F: Documentation/hwmon/lm78
4709F: drivers/hwmon/lm78.c
4710
4711LM83 HARDWARE MONITOR DRIVER
4712M: Jean Delvare <khali@linux-fr.org>
4713L: lm-sensors@lm-sensors.org
4714S: Maintained
4715F: Documentation/hwmon/lm83
4716F: drivers/hwmon/lm83.c
4717
4718LM90 HARDWARE MONITOR DRIVER
4719M: Jean Delvare <khali@linux-fr.org>
4720L: lm-sensors@lm-sensors.org
4721S: Maintained
4722F: Documentation/hwmon/lm90
4723F: drivers/hwmon/lm90.c
4724
4725LME2510 MEDIA DRIVER
4726M: Malcolm Priestley <tvboxspy@gmail.com>
4727L: linux-media@vger.kernel.org
4728W: http://linuxtv.org/
4729Q: http://patchwork.linuxtv.org/project/linux-media/list/
4730S: Maintained
4731F: drivers/media/usb/dvb-usb-v2/lmedm04*
4732
4733LOCKDEP AND LOCKSTAT
4734M: Peter Zijlstra <peterz@infradead.org>
4735M: Ingo Molnar <mingo@redhat.com>
4736T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4737S: Maintained
4738F: Documentation/lockdep*.txt
4739F: Documentation/lockstat.txt
4740F: include/linux/lockdep.h
4741F: kernel/lockdep*
4742
4743LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4744M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
4745L: linux-ntfs-dev@lists.sourceforge.net
4746W: http://www.linux-ntfs.org/content/view/19/37/
4747S: Maintained
4748F: Documentation/ldm.txt
4749F: block/partitions/ldm.*
4750
4751LogFS
4752M: Joern Engel <joern@logfs.org>
4753M: Prasad Joshi <prasadjoshi.linux@gmail.com>
4754L: logfs@logfs.org
4755W: logfs.org
4756S: Maintained
4757F: fs/logfs/
4758
4759LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4760M: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
4761M: Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
4762M: support@lsi.com
4763L: DL-MPTFusionLinux@lsi.com
4764L: linux-scsi@vger.kernel.org
4765W: http://www.lsilogic.com/support
4766S: Supported
4767F: drivers/message/fusion/
4768F: drivers/scsi/mpt2sas/
4769F: drivers/scsi/mpt3sas/
4770
4771LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4772M: Matthew Wilcox <matthew@wil.cx>
4773L: linux-scsi@vger.kernel.org
4774S: Maintained
4775F: drivers/scsi/sym53c8xx_2/
4776
4777LTC4261 HARDWARE MONITOR DRIVER
4778M: Guenter Roeck <linux@roeck-us.net>
4779L: lm-sensors@lm-sensors.org
4780S: Maintained
4781F: Documentation/hwmon/ltc4261
4782F: drivers/hwmon/ltc4261.c
4783
4784LTP (Linux Test Project)
4785M: Shubham Goyal <shubham@linux.vnet.ibm.com>
4786M: Mike Frysinger <vapier@gentoo.org>
4787M: Cyril Hrubis <chrubis@suse.cz>
4788M: Caspar Zhang <caspar@casparzhang.com>
4789M: Wanlong Gao <gaowanlong@cn.fujitsu.com>
4790L: ltp-list@lists.sourceforge.net (subscribers-only)
4791W: http://ltp.sourceforge.net/
4792T: git git://github.com/linux-test-project/ltp.git
4793T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4794S: Maintained
4795
4796M32R ARCHITECTURE
4797M: Hirokazu Takata <takata@linux-m32r.org>
4798L: linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4799L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4800W: http://www.linux-m32r.org/
4801S: Maintained
4802F: arch/m32r/
4803
4804M68K ARCHITECTURE
4805M: Geert Uytterhoeven <geert@linux-m68k.org>
4806L: linux-m68k@lists.linux-m68k.org
4807W: http://www.linux-m68k.org/
4808T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4809S: Maintained
4810F: arch/m68k/
4811F: drivers/zorro/
4812
4813M68K ON APPLE MACINTOSH
4814M: Joshua Thompson <funaho@jurai.org>
4815W: http://www.mac.linux-m68k.org/
4816L: linux-m68k@lists.linux-m68k.org
4817S: Maintained
4818F: arch/m68k/mac/
4819
4820M68K ON HP9000/300
4821M: Philip Blundell <philb@gnu.org>
4822W: http://www.tazenda.demon.co.uk/phil/linux-hp
4823S: Maintained
4824F: arch/m68k/hp300/
4825
4826M88RS2000 MEDIA DRIVER
4827M: Malcolm Priestley <tvboxspy@gmail.com>
4828L: linux-media@vger.kernel.org
4829W: http://linuxtv.org/
4830Q: http://patchwork.linuxtv.org/project/linux-media/list/
4831S: Maintained
4832F: drivers/media/dvb-frontends/m88rs2000*
4833
4834MAC80211
4835M: Johannes Berg <johannes@sipsolutions.net>
4836L: linux-wireless@vger.kernel.org
4837W: http://wireless.kernel.org/
4838T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4839T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4840S: Maintained
4841F: Documentation/networking/mac80211-injection.txt
4842F: include/net/mac80211.h
4843F: net/mac80211/
4844
4845MAC80211 PID RATE CONTROL
4846M: Stefano Brivio <stefano.brivio@polimi.it>
4847M: Mattias Nissler <mattias.nissler@gmx.de>
4848L: linux-wireless@vger.kernel.org
4849W: http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
4850T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4851T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4852S: Maintained
4853F: net/mac80211/rc80211_pid*
4854
4855MACVLAN DRIVER
4856M: Patrick McHardy <kaber@trash.net>
4857L: netdev@vger.kernel.org
4858S: Maintained
4859F: drivers/net/macvlan.c
4860F: include/linux/if_macvlan.h
4861
4862MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4863M: Michael Kerrisk <mtk.manpages@gmail.com>
4864W: http://www.kernel.org/doc/man-pages
4865L: linux-man@vger.kernel.org
4866S: Maintained
4867
4868MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
4869M: Mirko Lindner <mlindner@marvell.com>
4870M: Stephen Hemminger <shemminger@vyatta.com>
4871L: netdev@vger.kernel.org
4872S: Maintained
4873F: drivers/net/ethernet/marvell/sk*
4874
4875MARVELL LIBERTAS WIRELESS DRIVER
4876M: Dan Williams <dcbw@redhat.com>
4877L: libertas-dev@lists.infradead.org
4878S: Maintained
4879F: drivers/net/wireless/libertas/
4880
4881MARVELL MV643XX ETHERNET DRIVER
4882M: Lennert Buytenhek <buytenh@wantstofly.org>
4883L: netdev@vger.kernel.org
4884S: Maintained
4885F: drivers/net/ethernet/marvell/mv643xx_eth.*
4886F: include/linux/mv643xx.h
4887
4888MARVELL MVNETA ETHERNET DRIVER
4889M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4890L: netdev@vger.kernel.org
4891S: Maintained
4892F: drivers/net/ethernet/marvell/mvneta.*
4893
4894MARVELL MWIFIEX WIRELESS DRIVER
4895M: Bing Zhao <bzhao@marvell.com>
4896L: linux-wireless@vger.kernel.org
4897S: Maintained
4898F: drivers/net/wireless/mwifiex/
4899
4900MARVELL MWL8K WIRELESS DRIVER
4901M: Lennert Buytenhek <buytenh@wantstofly.org>
4902L: linux-wireless@vger.kernel.org
4903S: Odd Fixes
4904F: drivers/net/wireless/mwl8k.c
4905
4906MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4907M: Nicolas Pitre <nico@fluxnic.net>
4908S: Odd Fixes
4909F: drivers/mmc/host/mvsdio.*
4910
4911MATROX FRAMEBUFFER DRIVER
4912L: linux-fbdev@vger.kernel.org
4913S: Orphan
4914F: drivers/video/matrox/matroxfb_*
4915F: include/linux/matroxfb.h
4916
4917MAX16065 HARDWARE MONITOR DRIVER
4918M: Guenter Roeck <linux@roeck-us.net>
4919L: lm-sensors@lm-sensors.org
4920S: Maintained
4921F: Documentation/hwmon/max16065
4922F: drivers/hwmon/max16065.c
4923
4924MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4925M: "Hans J. Koch" <hjk@hansjkoch.de>
4926L: lm-sensors@lm-sensors.org
4927S: Maintained
4928F: Documentation/hwmon/max6650
4929F: drivers/hwmon/max6650.c
4930
4931MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4932M: Mauro Carvalho Chehab <mchehab@redhat.com>
4933P: LinuxTV.org Project
4934L: linux-media@vger.kernel.org
4935W: http://linuxtv.org
4936Q: http://patchwork.kernel.org/project/linux-media/list/
4937T: git git://linuxtv.org/media_tree.git
4938S: Maintained
4939F: Documentation/dvb/
4940F: Documentation/video4linux/
4941F: Documentation/DocBook/media/
4942F: drivers/media/
4943F: drivers/staging/media/
4944F: include/media/
4945F: include/uapi/linux/dvb/
4946F: include/uapi/linux/videodev2.h
4947F: include/uapi/linux/media.h
4948F: include/uapi/linux/v4l2-*
4949F: include/uapi/linux/meye.h
4950F: include/uapi/linux/ivtv*
4951F: include/uapi/linux/uvcvideo.h
4952
4953MEGARAID SCSI DRIVERS
4954M: Neela Syam Kolli <megaraidlinux@lsi.com>
4955L: linux-scsi@vger.kernel.org
4956W: http://megaraid.lsilogic.com
4957S: Maintained
4958F: Documentation/scsi/megaraid.txt
4959F: drivers/scsi/megaraid.*
4960F: drivers/scsi/megaraid/
4961
4962MELLANOX ETHERNET DRIVER (mlx4_en)
4963M: Amir Vadai <amirv@mellanox.com>
4964L: netdev@vger.kernel.org
4965S: Supported
4966W: http://www.mellanox.com
4967Q: http://patchwork.ozlabs.org/project/netdev/list/
4968F: drivers/net/ethernet/mellanox/mlx4/en_*
4969
4970MEMORY MANAGEMENT
4971L: linux-mm@kvack.org
4972W: http://www.linux-mm.org
4973S: Maintained
4974F: include/linux/mm.h
4975F: mm/
4976
4977MEMORY RESOURCE CONTROLLER
4978M: Johannes Weiner <hannes@cmpxchg.org>
4979M: Michal Hocko <mhocko@suse.cz>
4980M: Balbir Singh <bsingharora@gmail.com>
4981M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4982L: cgroups@vger.kernel.org
4983L: linux-mm@kvack.org
4984S: Maintained
4985F: mm/memcontrol.c
4986F: mm/page_cgroup.c
4987
4988MEMORY TECHNOLOGY DEVICES (MTD)
4989M: David Woodhouse <dwmw2@infradead.org>
4990L: linux-mtd@lists.infradead.org
4991W: http://www.linux-mtd.infradead.org/
4992Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
4993T: git git://git.infradead.org/mtd-2.6.git
4994S: Maintained
4995F: drivers/mtd/
4996F: include/linux/mtd/
4997F: include/mtd/
4998
4999MICROBLAZE ARCHITECTURE
5000M: Michal Simek <monstr@monstr.eu>
5001L: microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
5002W: http://www.monstr.eu/fdt/
5003T: git git://git.monstr.eu/linux-2.6-microblaze.git
5004S: Supported
5005F: arch/microblaze/
5006
5007MICROTEK X6 SCANNER
5008M: Oliver Neukum <oliver@neukum.org>
5009S: Maintained
5010F: drivers/usb/image/microtek.*
5011
5012MIPS
5013M: Ralf Baechle <ralf@linux-mips.org>
5014L: linux-mips@linux-mips.org
5015W: http://www.linux-mips.org/
5016T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
5017Q: http://patchwork.linux-mips.org/project/linux-mips/list/
5018S: Supported
5019F: Documentation/mips/
5020F: arch/mips/
5021
5022MODULE SUPPORT
5023M: Rusty Russell <rusty@rustcorp.com.au>
5024S: Maintained
5025F: include/linux/module.h
5026F: kernel/module.c
5027
5028MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5029W: http://popies.net/meye/
5030S: Orphan
5031F: Documentation/video4linux/meye.txt
5032F: drivers/media/pci/meye/
5033F: include/uapi/linux/meye.h
5034
5035MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
5036M: Pavel Pisa <ppisa@pikron.com>
5037L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5038S: Maintained
5039F: drivers/mmc/host/imxmmc.*
5040
5041MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5042M: Jiri Slaby <jirislaby@gmail.com>
5043S: Maintained
5044F: Documentation/serial/moxa-smartio
5045F: drivers/tty/mxser.*
5046
5047MR800 AVERMEDIA USB FM RADIO DRIVER
5048M: Alexey Klimov <klimov.linux@gmail.com>
5049L: linux-media@vger.kernel.org
5050T: git git://linuxtv.org/media_tree.git
5051S: Maintained
5052F: drivers/media/radio/radio-mr800.c
5053
5054MSI LAPTOP SUPPORT
5055M: "Lee, Chun-Yi" <jlee@novell.com>
5056L: platform-driver-x86@vger.kernel.org
5057S: Maintained
5058F: drivers/platform/x86/msi-laptop.c
5059
5060MSI WMI SUPPORT
5061M: Anisse Astier <anisse@astier.eu>
5062L: platform-driver-x86@vger.kernel.org
5063S: Supported
5064F: drivers/platform/x86/msi-wmi.c
5065
5066MULTIFUNCTION DEVICES (MFD)
5067M: Samuel Ortiz <sameo@linux.intel.com>
5068T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
5069S: Supported
5070F: drivers/mfd/
5071
5072MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5073M: Chris Ball <cjb@laptop.org>
5074L: linux-mmc@vger.kernel.org
5075T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5076S: Maintained
5077F: drivers/mmc/
5078F: include/linux/mmc/
5079
5080MULTIMEDIA CARD (MMC) ETC. OVER SPI
5081S: Orphan
5082F: drivers/mmc/host/mmc_spi.c
5083F: include/linux/spi/mmc_spi.h
5084
5085MULTISOUND SOUND DRIVER
5086M: Andrew Veliath <andrewtv@usa.net>
5087S: Maintained
5088F: Documentation/sound/oss/MultiSound
5089F: sound/oss/msnd*
5090
5091MULTITECH MULTIPORT CARD (ISICOM)
5092S: Orphan
5093F: drivers/tty/isicom.c
5094F: include/linux/isicom.h
5095
5096MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5097M: Felipe Balbi <balbi@ti.com>
5098L: linux-usb@vger.kernel.org
5099T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5100S: Maintained
5101F: drivers/usb/musb/
5102
5103MXL5007T MEDIA DRIVER
5104M: Michael Krufky <mkrufky@linuxtv.org>
5105L: linux-media@vger.kernel.org
5106W: http://linuxtv.org/
5107W: http://github.com/mkrufky
5108Q: http://patchwork.linuxtv.org/project/linux-media/list/
5109T: git git://linuxtv.org/mkrufky/tuners.git
5110S: Maintained
5111F: drivers/media/tuners/mxl5007t.*
5112
5113MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5114M: Andrew Gallatin <gallatin@myri.com>
5115L: netdev@vger.kernel.org
5116W: http://www.myri.com/scs/download-Myri10GE.html
5117S: Supported
5118F: drivers/net/ethernet/myricom/myri10ge/
5119
5120NATSEMI ETHERNET DRIVER (DP8381x)
5121S: Orphan
5122F: drivers/net/ethernet/natsemi/natsemi.c
5123
5124NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5125M: Daniel Mack <zonque@gmail.com>
5126S: Maintained
5127L: alsa-devel@alsa-project.org
5128W: http://www.native-instruments.com
5129F: sound/usb/caiaq/
5130
5131NCP FILESYSTEM
5132M: Petr Vandrovec <petr@vandrovec.name>
5133S: Odd Fixes
5134F: fs/ncpfs/
5135
5136NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5137M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5138L: linux-scsi@vger.kernel.org
5139S: Maintained
5140F: drivers/scsi/NCR_D700.*
5141
5142NETEFFECT IWARP RNIC DRIVER (IW_NES)
5143M: Faisal Latif <faisal.latif@intel.com>
5144L: linux-rdma@vger.kernel.org
5145W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5146S: Supported
5147F: drivers/infiniband/hw/nes/
5148
5149NETEM NETWORK EMULATOR
5150M: Stephen Hemminger <shemminger@vyatta.com>
5151L: netem@lists.linux-foundation.org
5152S: Maintained
5153F: net/sched/sch_netem.c
5154
5155NETERION 10GbE DRIVERS (s2io/vxge)
5156M: Jon Mason <jdmason@kudzu.us>
5157L: netdev@vger.kernel.org
5158S: Supported
5159F: Documentation/networking/s2io.txt
5160F: Documentation/networking/vxge.txt
5161F: drivers/net/ethernet/neterion/
5162
5163NETFILTER/IPTABLES/IPCHAINS
5164P: Harald Welte
5165P: Jozsef Kadlecsik
5166M: Pablo Neira Ayuso <pablo@netfilter.org>
5167M: Patrick McHardy <kaber@trash.net>
5168L: netfilter-devel@vger.kernel.org
5169L: netfilter@vger.kernel.org
5170L: coreteam@netfilter.org
5171W: http://www.netfilter.org/
5172W: http://www.iptables.org/
5173T: git git://1984.lsi.us.es/nf
5174T: git git://1984.lsi.us.es/nf-next
5175S: Supported
5176F: include/linux/netfilter*
5177F: include/linux/netfilter/
5178F: include/net/netfilter/
5179F: net/*/netfilter.c
5180F: net/*/netfilter/
5181F: net/netfilter/
5182
5183NETLABEL
5184M: Paul Moore <paul@paul-moore.com>
5185W: http://netlabel.sf.net
5186L: netdev@vger.kernel.org
5187S: Maintained
5188F: Documentation/netlabel/
5189F: include/net/netlabel.h
5190F: net/netlabel/
5191
5192NETROM NETWORK LAYER
5193M: Ralf Baechle <ralf@linux-mips.org>
5194L: linux-hams@vger.kernel.org
5195W: http://www.linux-ax25.org/
5196S: Maintained
5197F: include/linux/netrom.h
5198F: include/net/netrom.h
5199F: net/netrom/
5200
5201NETWORK BLOCK DEVICE (NBD)
5202M: Paul Clements <Paul.Clements@steeleye.com>
5203S: Maintained
5204F: Documentation/blockdev/nbd.txt
5205F: drivers/block/nbd.c
5206F: include/linux/nbd.h
5207
5208NETWORK DROP MONITOR
5209M: Neil Horman <nhorman@tuxdriver.com>
5210L: netdev@vger.kernel.org
5211S: Maintained
5212W: https://fedorahosted.org/dropwatch/
5213F: net/core/drop_monitor.c
5214
5215NETWORKING [GENERAL]
5216M: "David S. Miller" <davem@davemloft.net>
5217L: netdev@vger.kernel.org
5218W: http://www.linuxfoundation.org/en/Net
5219Q: http://patchwork.ozlabs.org/project/netdev/list/
5220T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5221T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5222S: Maintained
5223F: net/
5224F: include/net/
5225F: include/linux/in.h
5226F: include/linux/net.h
5227F: include/linux/netdevice.h
5228
5229NETWORKING [IPv4/IPv6]
5230M: "David S. Miller" <davem@davemloft.net>
5231M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5232M: James Morris <jmorris@namei.org>
5233M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5234M: Patrick McHardy <kaber@trash.net>
5235L: netdev@vger.kernel.org
5236T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5237S: Maintained
5238F: net/ipv4/
5239F: net/ipv6/
5240F: include/net/ip*
5241F: arch/x86/net/*
5242
5243NETWORKING [IPSEC]
5244M: Steffen Klassert <steffen.klassert@secunet.com>
5245M: Herbert Xu <herbert@gondor.apana.org.au>
5246M: "David S. Miller" <davem@davemloft.net>
5247L: netdev@vger.kernel.org
5248T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5249S: Maintained
5250F: net/xfrm/
5251F: net/key/
5252F: net/ipv4/xfrm*
5253F: net/ipv6/xfrm*
5254F: include/uapi/linux/xfrm.h
5255F: include/net/xfrm.h
5256
5257NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5258M: Paul Moore <paul@paul-moore.com>
5259L: netdev@vger.kernel.org
5260S: Maintained
5261
5262NETWORKING [WIRELESS]
5263M: "John W. Linville" <linville@tuxdriver.com>
5264L: linux-wireless@vger.kernel.org
5265Q: http://patchwork.kernel.org/project/linux-wireless/list/
5266T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5267S: Maintained
5268F: net/mac80211/
5269F: net/rfkill/
5270F: net/wireless/
5271F: include/net/ieee80211*
5272F: include/linux/wireless.h
5273F: include/net/iw_handler.h
5274F: drivers/net/wireless/
5275
5276NETWORKING DRIVERS
5277L: netdev@vger.kernel.org
5278W: http://www.linuxfoundation.org/en/Net
5279Q: http://patchwork.ozlabs.org/project/netdev/list/
5280T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5281T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5282S: Odd Fixes
5283F: drivers/net/
5284F: include/linux/if_*
5285F: include/linux/netdevice.h
5286F: include/linux/arcdevice.h
5287F: include/linux/etherdevice.h
5288F: include/linux/fcdevice.h
5289F: include/linux/fddidevice.h
5290F: include/linux/hippidevice.h
5291F: include/linux/inetdevice.h
5292
5293NETXEN (1/10) GbE SUPPORT
5294M: Sony Chacko <sony.chacko@qlogic.com>
5295M: Rajesh Borundia <rajesh.borundia@qlogic.com>
5296L: netdev@vger.kernel.org
5297W: http://www.qlogic.com
5298S: Supported
5299F: drivers/net/ethernet/qlogic/netxen/
5300
5301NFC SUBSYSTEM
5302M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5303M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5304M: Samuel Ortiz <sameo@linux.intel.com>
5305L: linux-wireless@vger.kernel.org
5306L: linux-nfc@lists.01.org (moderated for non-subscribers)
5307S: Maintained
5308F: net/nfc/
5309F: include/linux/nfc.h
5310F: include/net/nfc/
5311F: drivers/nfc/
5312F: include/linux/platform_data/pn544.h
5313
5314NFS, SUNRPC, AND LOCKD CLIENTS
5315M: Trond Myklebust <Trond.Myklebust@netapp.com>
5316L: linux-nfs@vger.kernel.org
5317W: http://client.linux-nfs.org
5318T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5319S: Maintained
5320F: fs/lockd/
5321F: fs/nfs/
5322F: fs/nfs_common/
5323F: net/sunrpc/
5324F: include/linux/lockd/
5325F: include/linux/nfs*
5326F: include/linux/sunrpc/
5327
5328NI5010 NETWORK DRIVER
5329M: Jan-Pascal van Best <janpascal@vanbest.org>
5330M: Andreas Mohr <andi@lisas.de>
5331L: netdev@vger.kernel.org
5332S: Maintained
5333F: drivers/net/ethernet/racal/ni5010.*
5334
5335NILFS2 FILESYSTEM
5336M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5337L: linux-nilfs@vger.kernel.org
5338W: http://www.nilfs.org/en/
5339T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5340S: Supported
5341F: Documentation/filesystems/nilfs2.txt
5342F: fs/nilfs2/
5343F: include/linux/nilfs2_fs.h
5344
5345NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5346M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5347W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5348S: Maintained
5349F: Documentation/scsi/NinjaSCSI.txt
5350F: drivers/scsi/pcmcia/nsp_*
5351
5352NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5353M: GOTO Masanori <gotom@debian.or.jp>
5354M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5355W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5356S: Maintained
5357F: Documentation/scsi/NinjaSCSI.txt
5358F: drivers/scsi/nsp32*
5359
5360NTFS FILESYSTEM
5361M: Anton Altaparmakov <anton@tuxera.com>
5362L: linux-ntfs-dev@lists.sourceforge.net
5363W: http://www.tuxera.com/
5364T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5365S: Supported
5366F: Documentation/filesystems/ntfs.txt
5367F: fs/ntfs/
5368
5369NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5370M: Antonino Daplas <adaplas@gmail.com>
5371L: linux-fbdev@vger.kernel.org
5372S: Maintained
5373F: drivers/video/riva/
5374F: drivers/video/nvidia/
5375
5376OMAP SUPPORT
5377M: Tony Lindgren <tony@atomide.com>
5378L: linux-omap@vger.kernel.org
5379W: http://www.muru.com/linux/omap/
5380W: http://linux.omap.com/
5381Q: http://patchwork.kernel.org/project/linux-omap/list/
5382T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5383S: Maintained
5384F: arch/arm/*omap*/
5385F: drivers/i2c/busses/i2c-omap.c
5386F: include/linux/i2c-omap.h
5387
5388OMAP DEVICE TREE SUPPORT
5389M: Benoît Cousson <b-cousson@ti.com>
5390M: Tony Lindgren <tony@atomide.com>
5391L: linux-omap@vger.kernel.org
5392L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5393S: Maintained
5394F: arch/arm/boot/dts/*omap*
5395F: arch/arm/boot/dts/*am3*
5396
5397OMAP CLOCK FRAMEWORK SUPPORT
5398M: Paul Walmsley <paul@pwsan.com>
5399L: linux-omap@vger.kernel.org
5400S: Maintained
5401F: arch/arm/*omap*/*clock*
5402
5403OMAP POWER MANAGEMENT SUPPORT
5404M: Kevin Hilman <khilman@ti.com>
5405L: linux-omap@vger.kernel.org
5406S: Maintained
5407F: arch/arm/*omap*/*pm*
5408F: drivers/cpufreq/omap-cpufreq.c
5409
5410OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5411M: Rajendra Nayak <rnayak@ti.com>
5412M: Paul Walmsley <paul@pwsan.com>
5413L: linux-omap@vger.kernel.org
5414S: Maintained
5415F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5416F: arch/arm/mach-omap2/powerdomain44xx.c
5417F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5418F: arch/arm/mach-omap2/clockdomain44xx.c
5419
5420OMAP AUDIO SUPPORT
5421M: Peter Ujfalusi <peter.ujfalusi@ti.com>
5422M: Jarkko Nikula <jarkko.nikula@bitmer.com>
5423L: alsa-devel@alsa-project.org (subscribers-only)
5424L: linux-omap@vger.kernel.org
5425S: Maintained
5426F: sound/soc/omap/
5427
5428OMAP FRAMEBUFFER SUPPORT
5429M: Tomi Valkeinen <tomi.valkeinen@ti.com>
5430L: linux-fbdev@vger.kernel.org
5431L: linux-omap@vger.kernel.org
5432S: Maintained
5433F: drivers/video/omap/
5434
5435OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5436M: Tomi Valkeinen <tomi.valkeinen@ti.com>
5437L: linux-omap@vger.kernel.org
5438L: linux-fbdev@vger.kernel.org
5439S: Maintained
5440F: drivers/video/omap2/
5441F: Documentation/arm/OMAP/DSS
5442
5443OMAP HARDWARE SPINLOCK SUPPORT
5444M: Ohad Ben-Cohen <ohad@wizery.com>
5445L: linux-omap@vger.kernel.org
5446S: Maintained
5447F: drivers/hwspinlock/omap_hwspinlock.c
5448F: arch/arm/mach-omap2/hwspinlock.c
5449
5450OMAP MMC SUPPORT
5451M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
5452L: linux-omap@vger.kernel.org
5453S: Maintained
5454F: drivers/mmc/host/omap.c
5455
5456OMAP HS MMC SUPPORT
5457M: Venkatraman S <svenkatr@ti.com>
5458L: linux-mmc@vger.kernel.org
5459L: linux-omap@vger.kernel.org
5460S: Maintained
5461F: drivers/mmc/host/omap_hsmmc.c
5462
5463OMAP RANDOM NUMBER GENERATOR SUPPORT
5464M: Deepak Saxena <dsaxena@plexity.net>
5465S: Maintained
5466F: drivers/char/hw_random/omap-rng.c
5467
5468OMAP HWMOD SUPPORT
5469M: Benoît Cousson <b-cousson@ti.com>
5470M: Paul Walmsley <paul@pwsan.com>
5471L: linux-omap@vger.kernel.org
5472S: Maintained
5473F: arch/arm/mach-omap2/omap_hwmod.c
5474F: arch/arm/plat-omap/include/plat/omap_hwmod.h
5475
5476OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5477M: Benoît Cousson <b-cousson@ti.com>
5478L: linux-omap@vger.kernel.org
5479S: Maintained
5480F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5481
5482OMAP IMAGE SIGNAL PROCESSOR (ISP)
5483M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5484L: linux-media@vger.kernel.org
5485S: Maintained
5486F: drivers/media/platform/omap3isp/
5487
5488OMAP USB SUPPORT
5489M: Felipe Balbi <balbi@ti.com>
5490L: linux-usb@vger.kernel.org
5491L: linux-omap@vger.kernel.org
5492T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5493S: Maintained
5494F: drivers/usb/*/*omap*
5495F: arch/arm/*omap*/usb*
5496
5497OMAP GPIO DRIVER
5498M: Santosh Shilimkar <santosh.shilimkar@ti.com>
5499M: Kevin Hilman <khilman@ti.com>
5500L: linux-omap@vger.kernel.org
5501S: Maintained
5502F: drivers/gpio/gpio-omap.c
5503
5504OMFS FILESYSTEM
5505M: Bob Copeland <me@bobcopeland.com>
5506L: linux-karma-devel@lists.sourceforge.net
5507S: Maintained
5508F: Documentation/filesystems/omfs.txt
5509F: fs/omfs/
5510
5511OMNIKEY CARDMAN 4000 DRIVER
5512M: Harald Welte <laforge@gnumonks.org>
5513S: Maintained
5514F: drivers/char/pcmcia/cm4000_cs.c
5515F: include/linux/cm4000_cs.h
5516
5517OMNIKEY CARDMAN 4040 DRIVER
5518M: Harald Welte <laforge@gnumonks.org>
5519S: Maintained
5520F: drivers/char/pcmcia/cm4040_cs.*
5521
5522OMNIVISION OV7670 SENSOR DRIVER
5523M: Jonathan Corbet <corbet@lwn.net>
5524L: linux-media@vger.kernel.org
5525T: git git://linuxtv.org/media_tree.git
5526S: Maintained
5527F: drivers/media/i2c/ov7670.c
5528
5529ONENAND FLASH DRIVER
5530M: Kyungmin Park <kyungmin.park@samsung.com>
5531L: linux-mtd@lists.infradead.org
5532S: Maintained
5533F: drivers/mtd/onenand/
5534F: include/linux/mtd/onenand*.h
5535
5536ONSTREAM SCSI TAPE DRIVER
5537M: Willem Riede <osst@riede.org>
5538L: osst-users@lists.sourceforge.net
5539L: linux-scsi@vger.kernel.org
5540S: Maintained
5541F: drivers/scsi/osst*
5542F: drivers/scsi/st*
5543
5544OPENCORES I2C BUS DRIVER
5545M: Peter Korsgaard <jacmet@sunsite.dk>
5546L: linux-i2c@vger.kernel.org
5547S: Maintained
5548F: Documentation/i2c/busses/i2c-ocores
5549F: drivers/i2c/busses/i2c-ocores.c
5550
5551OPEN FIRMWARE AND FLATTENED DEVICE TREE
5552M: Grant Likely <grant.likely@secretlab.ca>
5553M: Rob Herring <rob.herring@calxeda.com>
5554L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5555W: http://fdt.secretlab.ca
5556T: git git://git.secretlab.ca/git/linux-2.6.git
5557S: Maintained
5558F: Documentation/devicetree
5559F: drivers/of
5560F: include/linux/of*.h
5561F: scripts/dtc
5562K: of_get_property
5563K: of_match_table
5564
5565OPENRISC ARCHITECTURE
5566M: Jonas Bonn <jonas@southpole.se>
5567W: http://openrisc.net
5568L: linux@lists.openrisc.net (moderated for non-subscribers)
5569S: Maintained
5570T: git git://openrisc.net/~jonas/linux
5571F: arch/openrisc
5572
5573OPENVSWITCH
5574M: Jesse Gross <jesse@nicira.com>
5575L: dev@openvswitch.org
5576W: http://openvswitch.org
5577T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5578S: Maintained
5579F: net/openvswitch/
5580
5581OPL4 DRIVER
5582M: Clemens Ladisch <clemens@ladisch.de>
5583L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5584T: git git://git.alsa-project.org/alsa-kernel.git
5585S: Maintained
5586F: sound/drivers/opl4/
5587
5588OPROFILE
5589M: Robert Richter <rric@kernel.org>
5590L: oprofile-list@lists.sf.net
5591S: Maintained
5592F: arch/*/include/asm/oprofile*.h
5593F: arch/*/oprofile/
5594F: drivers/oprofile/
5595F: include/linux/oprofile.h
5596
5597ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5598M: Mark Fasheh <mfasheh@suse.com>
5599M: Joel Becker <jlbec@evilplan.org>
5600L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
5601W: http://oss.oracle.com/projects/ocfs2/
5602T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5603S: Supported
5604F: Documentation/filesystems/ocfs2.txt
5605F: Documentation/filesystems/dlmfs.txt
5606F: fs/ocfs2/
5607
5608ORINOCO DRIVER
5609L: linux-wireless@vger.kernel.org
5610W: http://wireless.kernel.org/en/users/Drivers/orinoco
5611W: http://www.nongnu.org/orinoco/
5612S: Orphan
5613F: drivers/net/wireless/orinoco/
5614
5615OSD LIBRARY and FILESYSTEM
5616M: Boaz Harrosh <bharrosh@panasas.com>
5617M: Benny Halevy <bhalevy@tonian.com>
5618L: osd-dev@open-osd.org
5619W: http://open-osd.org
5620T: git git://git.open-osd.org/open-osd.git
5621S: Maintained
5622F: drivers/scsi/osd/
5623F: include/scsi/osd_*
5624F: fs/exofs/
5625
5626P54 WIRELESS DRIVER
5627M: Christian Lamparter <chunkeey@googlemail.com>
5628L: linux-wireless@vger.kernel.org
5629W: http://wireless.kernel.org/en/users/Drivers/p54
5630S: Maintained
5631F: drivers/net/wireless/p54/
5632
5633PA SEMI ETHERNET DRIVER
5634M: Olof Johansson <olof@lixom.net>
5635L: netdev@vger.kernel.org
5636S: Maintained
5637F: drivers/net/ethernet/pasemi/*
5638
5639PA SEMI SMBUS DRIVER
5640M: Olof Johansson <olof@lixom.net>
5641L: linux-i2c@vger.kernel.org
5642S: Maintained
5643F: drivers/i2c/busses/i2c-pasemi.c
5644
5645PADATA PARALLEL EXECUTION MECHANISM
5646M: Steffen Klassert <steffen.klassert@secunet.com>
5647L: linux-crypto@vger.kernel.org
5648S: Maintained
5649F: kernel/padata.c
5650F: include/linux/padata.h
5651F: Documentation/padata.txt
5652
5653PANASONIC LAPTOP ACPI EXTRAS DRIVER
5654M: Harald Welte <laforge@gnumonks.org>
5655L: platform-driver-x86@vger.kernel.org
5656S: Maintained
5657F: drivers/platform/x86/panasonic-laptop.c
5658
5659PANASONIC MN10300/AM33/AM34 PORT
5660M: David Howells <dhowells@redhat.com>
5661M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5662L: linux-am33-list@redhat.com (moderated for non-subscribers)
5663W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5664S: Maintained
5665F: Documentation/mn10300/
5666F: arch/mn10300/
5667
5668PARALLEL PORT SUPPORT
5669L: linux-parport@lists.infradead.org (subscribers-only)
5670S: Orphan
5671F: drivers/parport/
5672F: include/linux/parport*.h
5673F: drivers/char/ppdev.c
5674F: include/linux/ppdev.h
5675
5676PARAVIRT_OPS INTERFACE
5677M: Jeremy Fitzhardinge <jeremy@goop.org>
5678M: Chris Wright <chrisw@sous-sol.org>
5679M: Alok Kataria <akataria@vmware.com>
5680M: Rusty Russell <rusty@rustcorp.com.au>
5681L: virtualization@lists.linux-foundation.org
5682S: Supported
5683F: Documentation/ia64/paravirt_ops.txt
5684F: arch/*/kernel/paravirt*
5685F: arch/*/include/asm/paravirt.h
5686
5687PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5688M: Tim Waugh <tim@cyberelk.net>
5689L: linux-parport@lists.infradead.org (subscribers-only)
5690W: http://www.torque.net/linux-pp.html
5691S: Maintained
5692F: Documentation/blockdev/paride.txt
5693F: drivers/block/paride/
5694
5695PARISC ARCHITECTURE
5696M: "James E.J. Bottomley" <jejb@parisc-linux.org>
5697M: Helge Deller <deller@gmx.de>
5698L: linux-parisc@vger.kernel.org
5699W: http://www.parisc-linux.org/
5700Q: http://patchwork.kernel.org/project/linux-parisc/list/
5701T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5702S: Maintained
5703F: arch/parisc/
5704F: drivers/parisc/
5705
5706PC87360 HARDWARE MONITORING DRIVER
5707M: Jim Cromie <jim.cromie@gmail.com>
5708L: lm-sensors@lm-sensors.org
5709S: Maintained
5710F: Documentation/hwmon/pc87360
5711F: drivers/hwmon/pc87360.c
5712
5713PC8736x GPIO DRIVER
5714M: Jim Cromie <jim.cromie@gmail.com>
5715S: Maintained
5716F: drivers/char/pc8736x_gpio.c
5717
5718PC87427 HARDWARE MONITORING DRIVER
5719M: Jean Delvare <khali@linux-fr.org>
5720L: lm-sensors@lm-sensors.org
5721S: Maintained
5722F: Documentation/hwmon/pc87427
5723F: drivers/hwmon/pc87427.c
5724
5725PCA9532 LED DRIVER
5726M: Riku Voipio <riku.voipio@iki.fi>
5727S: Maintained
5728F: drivers/leds/leds-pca9532.c
5729F: include/linux/leds-pca9532.h
5730
5731PCA9541 I2C BUS MASTER SELECTOR DRIVER
5732M: Guenter Roeck <linux@roeck-us.net>
5733L: linux-i2c@vger.kernel.org
5734S: Maintained
5735F: drivers/i2c/muxes/i2c-mux-pca9541.c
5736
5737PCA9564/PCA9665 I2C BUS DRIVER
5738M: Wolfram Sang <w.sang@pengutronix.de>
5739L: linux-i2c@vger.kernel.org
5740S: Maintained
5741F: drivers/i2c/algos/i2c-algo-pca.c
5742F: drivers/i2c/busses/i2c-pca-*
5743F: include/linux/i2c-algo-pca.h
5744F: include/linux/i2c-pca-platform.h
5745
5746PCDP - PRIMARY CONSOLE AND DEBUG PORT
5747M: Khalid Aziz <khalid@gonehiking.org>
5748S: Maintained
5749F: drivers/firmware/pcdp.*
5750
5751PCI ERROR RECOVERY
5752M: Linas Vepstas <linasvepstas@gmail.com>
5753L: linux-pci@vger.kernel.org
5754S: Supported
5755F: Documentation/PCI/pci-error-recovery.txt
5756F: Documentation/powerpc/eeh-pci-error-recovery.txt
5757
5758PCI SUBSYSTEM
5759M: Bjorn Helgaas <bhelgaas@google.com>
5760L: linux-pci@vger.kernel.org
5761Q: http://patchwork.ozlabs.org/project/linux-pci/list/
5762T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
5763S: Supported
5764F: Documentation/PCI/
5765F: drivers/pci/
5766F: include/linux/pci*
5767
5768PCMCIA SUBSYSTEM
5769P: Linux PCMCIA Team
5770L: linux-pcmcia@lists.infradead.org
5771W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5772T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5773S: Maintained
5774F: Documentation/pcmcia/
5775F: drivers/pcmcia/
5776F: include/pcmcia/
5777
5778PCNET32 NETWORK DRIVER
5779M: Don Fry <pcnet32@frontier.com>
5780L: netdev@vger.kernel.org
5781S: Maintained
5782F: drivers/net/ethernet/amd/pcnet32.c
5783
5784PCRYPT PARALLEL CRYPTO ENGINE
5785M: Steffen Klassert <steffen.klassert@secunet.com>
5786L: linux-crypto@vger.kernel.org
5787S: Maintained
5788F: crypto/pcrypt.c
5789F: include/crypto/pcrypt.h
5790
5791PER-CPU MEMORY ALLOCATOR
5792M: Tejun Heo <tj@kernel.org>
5793M: Christoph Lameter <cl@linux-foundation.org>
5794T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5795S: Maintained
5796F: include/linux/percpu*.h
5797F: mm/percpu*.c
5798F: arch/*/include/asm/percpu.h
5799
5800PER-TASK DELAY ACCOUNTING
5801M: Balbir Singh <bsingharora@gmail.com>
5802S: Maintained
5803F: include/linux/delayacct.h
5804F: kernel/delayacct.c
5805
5806PERFORMANCE EVENTS SUBSYSTEM
5807M: Peter Zijlstra <a.p.zijlstra@chello.nl>
5808M: Paul Mackerras <paulus@samba.org>
5809M: Ingo Molnar <mingo@redhat.com>
5810M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5811T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5812S: Supported
5813F: kernel/events/*
5814F: include/linux/perf_event.h
5815F: arch/*/kernel/perf_event*.c
5816F: arch/*/kernel/*/perf_event*.c
5817F: arch/*/kernel/*/*/perf_event*.c
5818F: arch/*/include/asm/perf_event.h
5819F: arch/*/lib/perf_event*.c
5820F: arch/*/kernel/perf_callchain.c
5821F: tools/perf/
5822
5823PERSONALITY HANDLING
5824M: Christoph Hellwig <hch@infradead.org>
5825L: linux-abi-devel@lists.sourceforge.net
5826S: Maintained
5827F: include/linux/personality.h
5828
5829PHONET PROTOCOL
5830M: Remi Denis-Courmont <courmisch@gmail.com>
5831S: Supported
5832F: Documentation/networking/phonet.txt
5833F: include/linux/phonet.h
5834F: include/net/phonet/
5835F: net/phonet/
5836
5837PHRAM MTD DRIVER
5838M: Joern Engel <joern@lazybastard.org>
5839L: linux-mtd@lists.infradead.org
5840S: Maintained
5841F: drivers/mtd/devices/phram.c
5842
5843PICOLCD HID DRIVER
5844M: Bruno Prémont <bonbons@linux-vserver.org>
5845L: linux-input@vger.kernel.org
5846S: Maintained
5847F: drivers/hid/hid-picolcd*
5848
5849PICOXCELL SUPPORT
5850M: Jamie Iles <jamie@jamieiles.com>
5851L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5852T: git git://github.com/jamieiles/linux-2.6-ji.git
5853S: Supported
5854F: arch/arm/mach-picoxcell
5855F: drivers/*/picoxcell*
5856F: drivers/*/*/picoxcell*
5857
5858PIN CONTROL SUBSYSTEM
5859M: Linus Walleij <linus.walleij@linaro.org>
5860S: Maintained
5861F: drivers/pinctrl/
5862F: include/linux/pinctrl/
5863
5864PIN CONTROLLER - ATMEL AT91
5865M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
5866L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5867S: Maintained
5868F: drivers/pinctrl/pinctrl-at91.c
5869
5870PIN CONTROLLER - ST SPEAR
5871M: Viresh Kumar <viresh.linux@gmail.com>
5872L: spear-devel@list.st.com
5873L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5874W: http://www.st.com/spear
5875S: Maintained
5876F: drivers/pinctrl/spear/
5877
5878PKTCDVD DRIVER
5879M: Jiri Kosina <jkosina@suse.cz>
5880S: Maintained
5881F: drivers/block/pktcdvd.c
5882F: include/linux/pktcdvd.h
5883
5884PKUNITY SOC DRIVERS
5885M: Guan Xuetao <gxt@mprc.pku.edu.cn>
5886W: http://mprc.pku.edu.cn/~guanxuetao/linux
5887S: Maintained
5888T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5889F: drivers/input/serio/i8042-unicore32io.h
5890F: drivers/i2c/busses/i2c-puv3.c
5891F: drivers/video/fb-puv3.c
5892F: drivers/rtc/rtc-puv3.c
5893
5894PMBUS HARDWARE MONITORING DRIVERS
5895M: Guenter Roeck <linux@roeck-us.net>
5896L: lm-sensors@lm-sensors.org
5897W: http://www.lm-sensors.org/
5898W: http://www.roeck-us.net/linux/drivers/
5899T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5900S: Maintained
5901F: Documentation/hwmon/pmbus
5902F: drivers/hwmon/pmbus/
5903F: include/linux/i2c/pmbus.h
5904
5905PMC SIERRA MaxRAID DRIVER
5906M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5907L: linux-scsi@vger.kernel.org
5908W: http://www.pmc-sierra.com/
5909S: Supported
5910F: drivers/scsi/pmcraid.*
5911
5912PMC SIERRA PM8001 DRIVER
5913M: jack_wang@usish.com
5914M: lindar_liu@usish.com
5915L: linux-scsi@vger.kernel.org
5916S: Supported
5917F: drivers/scsi/pm8001/
5918
5919POSIX CLOCKS and TIMERS
5920M: Thomas Gleixner <tglx@linutronix.de>
5921T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5922S: Supported
5923F: fs/timerfd.c
5924F: include/linux/timer*
5925F: kernel/*timer*
5926
5927POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5928M: Anton Vorontsov <cbou@mail.ru>
5929M: David Woodhouse <dwmw2@infradead.org>
5930T: git git://git.infradead.org/battery-2.6.git
5931S: Maintained
5932F: include/linux/power_supply.h
5933F: drivers/power/
5934
5935PNP SUPPORT
5936M: Adam Belay <abelay@mit.edu>
5937M: Bjorn Helgaas <bhelgaas@google.com>
5938S: Maintained
5939F: drivers/pnp/
5940
5941PNXxxxx I2C DRIVER
5942M: Vitaly Wool <vitalywool@gmail.com>
5943L: linux-i2c@vger.kernel.org
5944S: Maintained
5945F: drivers/i2c/busses/i2c-pnx.c
5946
5947PPP PROTOCOL DRIVERS AND COMPRESSORS
5948M: Paul Mackerras <paulus@samba.org>
5949L: linux-ppp@vger.kernel.org
5950S: Maintained
5951F: drivers/net/ppp/ppp_*
5952
5953PPP OVER ATM (RFC 2364)
5954M: Mitchell Blank Jr <mitch@sfgoth.com>
5955S: Maintained
5956F: net/atm/pppoatm.c
5957F: include/linux/atmppp.h
5958
5959PPP OVER ETHERNET
5960M: Michal Ostrowski <mostrows@earthlink.net>
5961S: Maintained
5962F: drivers/net/ppp/pppoe.c
5963F: drivers/net/ppp/pppox.c
5964
5965PPP OVER L2TP
5966M: James Chapman <jchapman@katalix.com>
5967S: Maintained
5968F: net/l2tp/l2tp_ppp.c
5969F: include/linux/if_pppol2tp.h
5970
5971PPS SUPPORT
5972M: Rodolfo Giometti <giometti@enneenne.com>
5973W: http://wiki.enneenne.com/index.php/LinuxPPS_support
5974L: linuxpps@ml.enneenne.com (subscribers-only)
5975S: Maintained
5976F: Documentation/pps/
5977F: drivers/pps/
5978F: include/linux/pps*.h
5979
5980PPTP DRIVER
5981M: Dmitry Kozlov <xeb@mail.ru>
5982L: netdev@vger.kernel.org
5983S: Maintained
5984F: drivers/net/ppp/pptp.c
5985W: http://sourceforge.net/projects/accel-pptp
5986
5987PREEMPTIBLE KERNEL
5988M: Robert Love <rml@tech9.net>
5989L: kpreempt-tech@lists.sourceforge.net
5990W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5991S: Supported
5992F: Documentation/preempt-locking.txt
5993F: include/linux/preempt.h
5994
5995PRISM54 WIRELESS DRIVER
5996M: "Luis R. Rodriguez" <mcgrof@gmail.com>
5997L: linux-wireless@vger.kernel.org
5998W: http://wireless.kernel.org/en/users/Drivers/p54
5999S: Obsolete
6000F: drivers/net/wireless/prism54/
6001
6002PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
6003M: Mikael Pettersson <mikpe@it.uu.se>
6004L: linux-ide@vger.kernel.org
6005S: Maintained
6006F: drivers/ata/sata_promise.*
6007
6008PS3 NETWORK SUPPORT
6009M: Geoff Levand <geoff@infradead.org>
6010L: netdev@vger.kernel.org
6011L: cbe-oss-dev@lists.ozlabs.org
6012S: Maintained
6013F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
6014
6015PS3 PLATFORM SUPPORT
6016M: Geoff Levand <geoff@infradead.org>
6017L: linuxppc-dev@lists.ozlabs.org
6018L: cbe-oss-dev@lists.ozlabs.org
6019S: Maintained
6020F: arch/powerpc/boot/ps3*
6021F: arch/powerpc/include/asm/lv1call.h
6022F: arch/powerpc/include/asm/ps3*.h
6023F: arch/powerpc/platforms/ps3/
6024F: drivers/*/ps3*
6025F: drivers/ps3/
6026F: drivers/rtc/rtc-ps3.c
6027F: drivers/usb/host/*ps3.c
6028F: sound/ppc/snd_ps3*
6029
6030PS3VRAM DRIVER
6031M: Jim Paris <jim@jtan.com>
6032L: cbe-oss-dev@lists.ozlabs.org
6033S: Maintained
6034F: drivers/block/ps3vram.c
6035
6036PSTORE FILESYSTEM
6037M: Anton Vorontsov <cbouatmailru@gmail.com>
6038M: Colin Cross <ccross@android.com>
6039M: Kees Cook <keescook@chromium.org>
6040M: Tony Luck <tony.luck@intel.com>
6041S: Maintained
6042T: git git://git.infradead.org/users/cbou/linux-pstore.git
6043F: fs/pstore/
6044F: include/linux/pstore*
6045F: drivers/firmware/efivars.c
6046F: drivers/acpi/apei/erst.c
6047
6048PTP HARDWARE CLOCK SUPPORT
6049M: Richard Cochran <richardcochran@gmail.com>
6050S: Maintained
6051W: http://linuxptp.sourceforge.net/
6052F: Documentation/ABI/testing/sysfs-ptp
6053F: Documentation/ptp/*
6054F: drivers/net/ethernet/freescale/gianfar_ptp.c
6055F: drivers/net/phy/dp83640*
6056F: drivers/ptp/*
6057F: include/linux/ptp_cl*
6058
6059PTRACE SUPPORT
6060M: Roland McGrath <roland@redhat.com>
6061M: Oleg Nesterov <oleg@redhat.com>
6062S: Maintained
6063F: include/asm-generic/syscall.h
6064F: include/linux/ptrace.h
6065F: include/linux/regset.h
6066F: include/linux/tracehook.h
6067F: kernel/ptrace.c
6068
6069PVRUSB2 VIDEO4LINUX DRIVER
6070M: Mike Isely <isely@pobox.com>
6071L: pvrusb2@isely.net (subscribers-only)
6072L: linux-media@vger.kernel.org
6073W: http://www.isely.net/pvrusb2/
6074T: git git://linuxtv.org/media_tree.git
6075S: Maintained
6076F: Documentation/video4linux/README.pvrusb2
6077F: drivers/media/usb/pvrusb2/
6078
6079PWC WEBCAM DRIVER
6080M: Hans de Goede <hdegoede@redhat.com>
6081L: linux-media@vger.kernel.org
6082T: git git://linuxtv.org/media_tree.git
6083S: Maintained
6084F: drivers/media/usb/pwc/*
6085
6086PWM SUBSYSTEM
6087M: Thierry Reding <thierry.reding@avionic-design.de>
6088L: linux-kernel@vger.kernel.org
6089S: Maintained
6090W: http://gitorious.org/linux-pwm
6091T: git git://gitorious.org/linux-pwm/linux-pwm.git
6092F: Documentation/pwm.txt
6093F: Documentation/devicetree/bindings/pwm/
6094F: include/linux/pwm.h
6095F: include/linux/of_pwm.h
6096F: drivers/pwm/
6097F: drivers/video/backlight/pwm_bl.c
6098F: include/linux/pwm_backlight.h
6099
6100PXA2xx/PXA3xx SUPPORT
6101M: Eric Miao <eric.y.miao@gmail.com>
6102M: Russell King <linux@arm.linux.org.uk>
6103M: Haojian Zhuang <haojian.zhuang@gmail.com>
6104L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6105T: git git://github.com/hzhuang1/linux.git
6106T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
6107S: Maintained
6108F: arch/arm/mach-pxa/
6109F: drivers/pcmcia/pxa2xx*
6110F: drivers/spi/spi-pxa2xx*
6111F: drivers/usb/gadget/pxa2*
6112F: include/sound/pxa2xx-lib.h
6113F: sound/arm/pxa*
6114F: sound/soc/pxa
6115
6116MMP SUPPORT
6117M: Eric Miao <eric.y.miao@gmail.com>
6118M: Haojian Zhuang <haojian.zhuang@gmail.com>
6119L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6120T: git git://github.com/hzhuang1/linux.git
6121T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
6122S: Maintained
6123F: arch/arm/mach-mmp/
6124
6125PXA MMCI DRIVER
6126S: Orphan
6127
6128PXA RTC DRIVER
6129M: Robert Jarzmik <robert.jarzmik@free.fr>
6130L: rtc-linux@googlegroups.com
6131S: Maintained
6132
6133QIB DRIVER
6134M: Mike Marciniszyn <infinipath@intel.com>
6135L: linux-rdma@vger.kernel.org
6136S: Supported
6137F: drivers/infiniband/hw/qib/
6138
6139QLOGIC QLA1280 SCSI DRIVER
6140M: Michael Reed <mdr@sgi.com>
6141L: linux-scsi@vger.kernel.org
6142S: Maintained
6143F: drivers/scsi/qla1280.[ch]
6144
6145QLOGIC QLA2XXX FC-SCSI DRIVER
6146M: Andrew Vasquez <andrew.vasquez@qlogic.com>
6147M: linux-driver@qlogic.com
6148L: linux-scsi@vger.kernel.org
6149S: Supported
6150F: Documentation/scsi/LICENSE.qla2xxx
6151F: drivers/scsi/qla2xxx/
6152
6153QLOGIC QLA4XXX iSCSI DRIVER
6154M: Ravi Anand <ravi.anand@qlogic.com>
6155M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6156M: iscsi-driver@qlogic.com
6157L: linux-scsi@vger.kernel.org
6158S: Supported
6159F: drivers/scsi/qla4xxx/
6160
6161QLOGIC QLA3XXX NETWORK DRIVER
6162M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6163M: Ron Mercer <ron.mercer@qlogic.com>
6164M: linux-driver@qlogic.com
6165L: netdev@vger.kernel.org
6166S: Supported
6167F: Documentation/networking/LICENSE.qla3xxx
6168F: drivers/net/ethernet/qlogic/qla3xxx.*
6169
6170QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6171M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6172M: Sony Chacko <sony.chacko@qlogic.com>
6173M: linux-driver@qlogic.com
6174L: netdev@vger.kernel.org
6175S: Supported
6176F: drivers/net/ethernet/qlogic/qlcnic/
6177
6178QLOGIC QLGE 10Gb ETHERNET DRIVER
6179M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6180M: Ron Mercer <ron.mercer@qlogic.com>
6181M: linux-driver@qlogic.com
6182L: netdev@vger.kernel.org
6183S: Supported
6184F: drivers/net/ethernet/qlogic/qlge/
6185
6186QNX4 FILESYSTEM
6187M: Anders Larsen <al@alarsen.net>
6188W: http://www.alarsen.net/linux/qnx4fs/
6189S: Maintained
6190F: fs/qnx4/
6191F: include/linux/qnx4_fs.h
6192F: include/linux/qnxtypes.h
6193
6194QT1010 MEDIA DRIVER
6195M: Antti Palosaari <crope@iki.fi>
6196L: linux-media@vger.kernel.org
6197W: http://linuxtv.org/
6198W: http://palosaari.fi/linux/
6199Q: http://patchwork.linuxtv.org/project/linux-media/list/
6200T: git git://linuxtv.org/anttip/media_tree.git
6201S: Maintained
6202F: drivers/media/tuners/qt1010*
6203
6204QUALCOMM HEXAGON ARCHITECTURE
6205M: Richard Kuo <rkuo@codeaurora.org>
6206L: linux-hexagon@vger.kernel.org
6207S: Supported
6208F: arch/hexagon/
6209
6210RADOS BLOCK DEVICE (RBD)
6211M: Yehuda Sadeh <yehuda@inktank.com>
6212M: Sage Weil <sage@inktank.com>
6213M: Alex Elder <elder@inktank.com>
6214M: ceph-devel@vger.kernel.org
6215W: http://ceph.com/
6216T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
6217S: Supported
6218F: drivers/block/rbd.c
6219F: drivers/block/rbd_types.h
6220
6221RADEON FRAMEBUFFER DISPLAY DRIVER
6222M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6223L: linux-fbdev@vger.kernel.org
6224S: Maintained
6225F: drivers/video/aty/radeon*
6226F: include/linux/radeonfb.h
6227
6228RADIOSHARK RADIO DRIVER
6229M: Hans de Goede <hdegoede@redhat.com>
6230L: linux-media@vger.kernel.org
6231T: git git://linuxtv.org/media_tree.git
6232S: Maintained
6233F: drivers/media/radio/radio-shark.c
6234
6235RADIOSHARK2 RADIO DRIVER
6236M: Hans de Goede <hdegoede@redhat.com>
6237L: linux-media@vger.kernel.org
6238T: git git://linuxtv.org/media_tree.git
6239S: Maintained
6240F: drivers/media/radio/radio-shark2.c
6241F: drivers/media/radio/radio-tea5777.c
6242
6243RAGE128 FRAMEBUFFER DISPLAY DRIVER
6244M: Paul Mackerras <paulus@samba.org>
6245L: linux-fbdev@vger.kernel.org
6246S: Maintained
6247F: drivers/video/aty/aty128fb.c
6248
6249RALINK RT2X00 WIRELESS LAN DRIVER
6250P: rt2x00 project
6251M: Ivo van Doorn <IvDoorn@gmail.com>
6252M: Gertjan van Wingerde <gwingerde@gmail.com>
6253M: Helmut Schaa <helmut.schaa@googlemail.com>
6254L: linux-wireless@vger.kernel.org
6255L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6256W: http://rt2x00.serialmonkey.com/
6257S: Maintained
6258T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6259F: drivers/net/wireless/rt2x00/
6260
6261RAMDISK RAM BLOCK DEVICE DRIVER
6262M: Nick Piggin <npiggin@kernel.dk>
6263S: Maintained
6264F: Documentation/blockdev/ramdisk.txt
6265F: drivers/block/brd.c
6266
6267RANDOM NUMBER DRIVER
6268M: Theodore Ts'o" <tytso@mit.edu>
6269S: Maintained
6270F: drivers/char/random.c
6271
6272RAPIDIO SUBSYSTEM
6273M: Matt Porter <mporter@kernel.crashing.org>
6274M: Alexandre Bounine <alexandre.bounine@idt.com>
6275S: Maintained
6276F: drivers/rapidio/
6277
6278RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6279L: linux-wireless@vger.kernel.org
6280S: Orphan
6281F: drivers/net/wireless/ray*
6282
6283RCUTORTURE MODULE
6284M: Josh Triplett <josh@freedesktop.org>
6285M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6286S: Supported
6287T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6288F: Documentation/RCU/torture.txt
6289F: kernel/rcutorture.c
6290
6291RDC R-321X SoC
6292M: Florian Fainelli <florian@openwrt.org>
6293S: Maintained
6294
6295RDC R6040 FAST ETHERNET DRIVER
6296M: Florian Fainelli <florian@openwrt.org>
6297L: netdev@vger.kernel.org
6298S: Maintained
6299F: drivers/net/ethernet/rdc/r6040.c
6300
6301RDS - RELIABLE DATAGRAM SOCKETS
6302M: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6303L: rds-devel@oss.oracle.com (moderated for non-subscribers)
6304S: Supported
6305F: net/rds/
6306
6307READ-COPY UPDATE (RCU)
6308M: Dipankar Sarma <dipankar@in.ibm.com>
6309M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6310W: http://www.rdrop.com/users/paulmck/RCU/
6311S: Supported
6312T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6313F: Documentation/RCU/
6314X: Documentation/RCU/torture.txt
6315F: include/linux/rcu*
6316F: kernel/rcu*
6317X: kernel/rcutorture.c
6318
6319REAL TIME CLOCK (RTC) SUBSYSTEM
6320M: Alessandro Zummo <a.zummo@towertech.it>
6321L: rtc-linux@googlegroups.com
6322Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
6323S: Maintained
6324F: Documentation/rtc.txt
6325F: drivers/rtc/
6326F: include/linux/rtc.h
6327
6328REISERFS FILE SYSTEM
6329L: reiserfs-devel@vger.kernel.org
6330S: Supported
6331F: fs/reiserfs/
6332
6333REGISTER MAP ABSTRACTION
6334M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6335T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6336S: Supported
6337F: drivers/base/regmap/
6338F: include/linux/regmap.h
6339
6340REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6341M: Ohad Ben-Cohen <ohad@wizery.com>
6342T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6343S: Maintained
6344F: drivers/remoteproc/
6345F: Documentation/remoteproc.txt
6346F: include/linux/remoteproc.h
6347
6348RFKILL
6349M: Johannes Berg <johannes@sipsolutions.net>
6350L: linux-wireless@vger.kernel.org
6351W: http://wireless.kernel.org/
6352T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6353T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6354S: Maintained
6355F: Documentation/rfkill.txt
6356F: net/rfkill/
6357
6358RICOH SMARTMEDIA/XD DRIVER
6359M: Maxim Levitsky <maximlevitsky@gmail.com>
6360S: Maintained
6361F: drivers/mtd/nand/r852.c
6362F: drivers/mtd/nand/r852.h
6363
6364RICOH R5C592 MEMORYSTICK DRIVER
6365M: Maxim Levitsky <maximlevitsky@gmail.com>
6366S: Maintained
6367F: drivers/memstick/host/r592.*
6368
6369ROCKETPORT DRIVER
6370P: Comtrol Corp.
6371W: http://www.comtrol.com
6372S: Maintained
6373F: Documentation/serial/rocket.txt
6374F: drivers/tty/rocket*
6375
6376ROSE NETWORK LAYER
6377M: Ralf Baechle <ralf@linux-mips.org>
6378L: linux-hams@vger.kernel.org
6379W: http://www.linux-ax25.org/
6380S: Maintained
6381F: include/linux/rose.h
6382F: include/net/rose.h
6383F: net/rose/
6384
6385RTL2830 MEDIA DRIVER
6386M: Antti Palosaari <crope@iki.fi>
6387L: linux-media@vger.kernel.org
6388W: http://linuxtv.org/
6389W: http://palosaari.fi/linux/
6390Q: http://patchwork.linuxtv.org/project/linux-media/list/
6391T: git git://linuxtv.org/anttip/media_tree.git
6392S: Maintained
6393F: drivers/media/dvb-frontends/rtl2830*
6394
6395RTL8180 WIRELESS DRIVER
6396M: "John W. Linville" <linville@tuxdriver.com>
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/rtl8180/
6402
6403RTL8187 WIRELESS DRIVER
6404M: Herton Ronaldo Krzesinski <herton@canonical.com>
6405M: Hin-Tak Leung <htl10@users.sourceforge.net>
6406M: Larry Finger <Larry.Finger@lwfinger.net>
6407L: linux-wireless@vger.kernel.org
6408W: http://wireless.kernel.org/
6409T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6410S: Maintained
6411F: drivers/net/wireless/rtl818x/rtl8187/
6412
6413RTL8192CE WIRELESS DRIVER
6414M: Larry Finger <Larry.Finger@lwfinger.net>
6415M: Chaoming Li <chaoming_li@realsil.com.cn>
6416L: linux-wireless@vger.kernel.org
6417W: http://wireless.kernel.org/
6418T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6419S: Maintained
6420F: drivers/net/wireless/rtlwifi/
6421F: drivers/net/wireless/rtlwifi/rtl8192ce/
6422
6423S3 SAVAGE FRAMEBUFFER DRIVER
6424M: Antonino Daplas <adaplas@gmail.com>
6425L: linux-fbdev@vger.kernel.org
6426S: Maintained
6427F: drivers/video/savage/
6428
6429S390
6430M: Martin Schwidefsky <schwidefsky@de.ibm.com>
6431M: Heiko Carstens <heiko.carstens@de.ibm.com>
6432M: linux390@de.ibm.com
6433L: linux-s390@vger.kernel.org
6434W: http://www.ibm.com/developerworks/linux/linux390/
6435S: Supported
6436F: arch/s390/
6437F: drivers/s390/
6438F: block/partitions/ibm.c
6439F: Documentation/s390/
6440F: Documentation/DocBook/s390*
6441
6442S390 NETWORK DRIVERS
6443M: Ursula Braun <ursula.braun@de.ibm.com>
6444M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
6445M: linux390@de.ibm.com
6446L: linux-s390@vger.kernel.org
6447W: http://www.ibm.com/developerworks/linux/linux390/
6448S: Supported
6449F: drivers/s390/net/
6450
6451S390 ZCRYPT DRIVER
6452M: Holger Dengler <hd@linux.vnet.ibm.com>
6453M: linux390@de.ibm.com
6454L: linux-s390@vger.kernel.org
6455W: http://www.ibm.com/developerworks/linux/linux390/
6456S: Supported
6457F: drivers/s390/crypto/
6458
6459S390 ZFCP DRIVER
6460M: Steffen Maier <maier@linux.vnet.ibm.com>
6461M: linux390@de.ibm.com
6462L: linux-s390@vger.kernel.org
6463W: http://www.ibm.com/developerworks/linux/linux390/
6464S: Supported
6465F: drivers/s390/scsi/zfcp_*
6466
6467S390 IUCV NETWORK LAYER
6468M: Ursula Braun <ursula.braun@de.ibm.com>
6469M: linux390@de.ibm.com
6470L: linux-s390@vger.kernel.org
6471W: http://www.ibm.com/developerworks/linux/linux390/
6472S: Supported
6473F: drivers/s390/net/*iucv*
6474F: include/net/iucv/
6475F: net/iucv/
6476
6477S3C24XX SD/MMC Driver
6478M: Ben Dooks <ben-linux@fluff.org>
6479L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6480S: Supported
6481F: drivers/mmc/host/s3cmci.*
6482
6483SAA7134 VIDEO4LINUX DRIVER
6484M: Mauro Carvalho Chehab <mchehab@redhat.com>
6485L: linux-media@vger.kernel.org
6486W: http://linuxtv.org
6487T: git git://linuxtv.org/media_tree.git
6488S: Odd fixes
6489F: Documentation/video4linux/saa7134/
6490F: drivers/media/pci/saa7134/
6491
6492SAA7146 VIDEO4LINUX-2 DRIVER
6493M: Michael Hunold <michael@mihu.de>
6494L: linux-media@vger.kernel.org
6495T: git git://linuxtv.org/media_tree.git
6496W: http://www.mihu.de/linux/saa7146
6497S: Maintained
6498F: drivers/media/common/saa7146/
6499F: drivers/media/pci/saa7146/
6500F: include/media/saa7146*
6501
6502SAMSUNG LAPTOP DRIVER
6503M: Corentin Chary <corentin.chary@gmail.com>
6504L: platform-driver-x86@vger.kernel.org
6505S: Maintained
6506F: drivers/platform/x86/samsung-laptop.c
6507
6508SAMSUNG AUDIO (ASoC) DRIVERS
6509M: Sangbeom Kim <sbkim73@samsung.com>
6510L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6511S: Supported
6512F: sound/soc/samsung
6513
6514SAMSUNG FRAMEBUFFER DRIVER
6515M: Jingoo Han <jg1.han@samsung.com>
6516L: linux-fbdev@vger.kernel.org
6517S: Maintained
6518F: drivers/video/s3c-fb.c
6519
6520SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6521M: Sangbeom Kim <sbkim73@samsung.com>
6522L: linux-kernel@vger.kernel.org
6523S: Supported
6524F: drivers/mfd/sec*.c
6525F: drivers/regulator/s2m*.c
6526F: drivers/regulator/s5m*.c
6527F: drivers/rtc/rtc-sec.c
6528F: include/linux/mfd/samsung/
6529
6530SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
6531M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
6532L: linux-media@vger.kernel.org
6533L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6534S: Maintained
6535F: drivers/media/platform/s3c-camif/
6536F: include/media/s3c_camif.h
6537
6538SERIAL DRIVERS
6539M: Alan Cox <alan@linux.intel.com>
6540L: linux-serial@vger.kernel.org
6541S: Maintained
6542F: drivers/tty/serial
6543
6544SYNOPSYS DESIGNWARE DMAC DRIVER
6545M: Viresh Kumar <viresh.linux@gmail.com>
6546S: Maintained
6547F: include/linux/dw_dmac.h
6548F: drivers/dma/dw_dmac_regs.h
6549F: drivers/dma/dw_dmac.c
6550
6551TIMEKEEPING, NTP
6552M: John Stultz <johnstul@us.ibm.com>
6553M: Thomas Gleixner <tglx@linutronix.de>
6554T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6555S: Supported
6556F: include/linux/clocksource.h
6557F: include/linux/time.h
6558F: include/linux/timex.h
6559F: kernel/time/clocksource.c
6560F: kernel/time/time*.c
6561F: kernel/time/ntp.c
6562F: drivers/clocksource
6563
6564TLG2300 VIDEO4LINUX-2 DRIVER
6565M: Huang Shijie <shijie8@gmail.com>
6566M: Kang Yong <kangyong@telegent.com>
6567M: Zhang Xiaobing <xbzhang@telegent.com>
6568S: Supported
6569F: drivers/media/usb/tlg2300
6570
6571SC1200 WDT DRIVER
6572M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
6573S: Maintained
6574F: drivers/watchdog/sc1200wdt.c
6575
6576SCHEDULER
6577M: Ingo Molnar <mingo@redhat.com>
6578M: Peter Zijlstra <peterz@infradead.org>
6579T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
6580S: Maintained
6581F: kernel/sched/
6582F: include/linux/sched.h
6583
6584SCORE ARCHITECTURE
6585M: Chen Liqin <liqin.chen@sunplusct.com>
6586M: Lennox Wu <lennox.wu@gmail.com>
6587W: http://www.sunplusct.com
6588S: Supported
6589F: arch/score/
6590
6591SCSI CDROM DRIVER
6592M: Jens Axboe <axboe@kernel.dk>
6593L: linux-scsi@vger.kernel.org
6594W: http://www.kernel.dk
6595S: Maintained
6596F: drivers/scsi/sr*
6597
6598SCSI RDMA PROTOCOL (SRP) INITIATOR
6599M: David Dillow <dillowda@ornl.gov>
6600L: linux-rdma@vger.kernel.org
6601S: Supported
6602W: http://www.openfabrics.org
6603Q: http://patchwork.kernel.org/project/linux-rdma/list/
6604T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
6605F: drivers/infiniband/ulp/srp/
6606F: include/scsi/srp.h
6607
6608SCSI SG DRIVER
6609M: Doug Gilbert <dgilbert@interlog.com>
6610L: linux-scsi@vger.kernel.org
6611W: http://www.torque.net/sg
6612S: Maintained
6613F: drivers/scsi/sg.c
6614F: include/scsi/sg.h
6615
6616SCSI SUBSYSTEM
6617M: "James E.J. Bottomley" <JBottomley@parallels.com>
6618L: linux-scsi@vger.kernel.org
6619T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
6620T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
6621T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
6622S: Maintained
6623F: drivers/scsi/
6624F: include/scsi/
6625
6626SCSI TAPE DRIVER
6627M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
6628L: linux-scsi@vger.kernel.org
6629S: Maintained
6630F: Documentation/scsi/st.txt
6631F: drivers/scsi/st*
6632
6633SCTP PROTOCOL
6634M: Vlad Yasevich <vyasevich@gmail.com>
6635M: Sridhar Samudrala <sri@us.ibm.com>
6636M: Neil Horman <nhorman@tuxdriver.com>
6637L: linux-sctp@vger.kernel.org
6638W: http://lksctp.sourceforge.net
6639S: Maintained
6640F: Documentation/networking/sctp.txt
6641F: include/linux/sctp.h
6642F: include/net/sctp/
6643F: net/sctp/
6644
6645SCx200 CPU SUPPORT
6646M: Jim Cromie <jim.cromie@gmail.com>
6647S: Odd Fixes
6648F: Documentation/i2c/busses/scx200_acb
6649F: arch/x86/platform/scx200/
6650F: drivers/watchdog/scx200_wdt.c
6651F: drivers/i2c/busses/scx200*
6652F: drivers/mtd/maps/scx200_docflash.c
6653F: include/linux/scx200.h
6654
6655SCx200 GPIO DRIVER
6656M: Jim Cromie <jim.cromie@gmail.com>
6657S: Maintained
6658F: drivers/char/scx200_gpio.c
6659F: include/linux/scx200_gpio.h
6660
6661SCx200 HRT CLOCKSOURCE DRIVER
6662M: Jim Cromie <jim.cromie@gmail.com>
6663S: Maintained
6664F: drivers/clocksource/scx200_hrt.c
6665
6666SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
6667M: Sascha Sommer <saschasommer@freenet.de>
6668L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
6669S: Maintained
6670F: drivers/mmc/host/sdricoh_cs.c
6671
6672SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6673M: Chris Ball <cjb@laptop.org>
6674L: linux-mmc@vger.kernel.org
6675T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6676S: Maintained
6677F: drivers/mmc/host/sdhci.*
6678F: drivers/mmc/host/sdhci-pltfm.[ch]
6679
6680SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
6681M: Anton Vorontsov <avorontsov@ru.mvista.com>
6682L: linuxppc-dev@lists.ozlabs.org
6683L: linux-mmc@vger.kernel.org
6684S: Maintained
6685F: drivers/mmc/host/sdhci-pltfm.[ch]
6686
6687SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
6688M: Ben Dooks <ben-linux@fluff.org>
6689L: linux-mmc@vger.kernel.org
6690S: Maintained
6691F: drivers/mmc/host/sdhci-s3c.c
6692
6693SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
6694M: Viresh Kumar <viresh.linux@gmail.com>
6695L: spear-devel@list.st.com
6696L: linux-mmc@vger.kernel.org
6697S: Maintained
6698F: drivers/mmc/host/sdhci-spear.c
6699
6700SECURITY SUBSYSTEM
6701M: James Morris <james.l.morris@oracle.com>
6702L: linux-security-module@vger.kernel.org (suggested Cc:)
6703T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
6704W: http://kernsec.org/
6705S: Supported
6706F: security/
6707
6708SECURITY CONTACT
6709M: Security Officers <security@kernel.org>
6710S: Supported
6711
6712SELINUX SECURITY MODULE
6713M: Stephen Smalley <sds@tycho.nsa.gov>
6714M: James Morris <james.l.morris@oracle.com>
6715M: Eric Paris <eparis@parisplace.org>
6716L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
6717W: http://selinuxproject.org
6718T: git git://git.infradead.org/users/eparis/selinux.git
6719S: Supported
6720F: include/linux/selinux*
6721F: security/selinux/
6722F: scripts/selinux/
6723
6724APPARMOR SECURITY MODULE
6725M: John Johansen <john.johansen@canonical.com>
6726L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
6727W: apparmor.wiki.kernel.org
6728T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
6729S: Supported
6730F: security/apparmor/
6731
6732SENSABLE PHANTOM
6733M: Jiri Slaby <jirislaby@gmail.com>
6734S: Maintained
6735F: drivers/misc/phantom.c
6736F: include/linux/phantom.h
6737
6738SERIAL ATA (SATA) SUBSYSTEM
6739M: Jeff Garzik <jgarzik@pobox.com>
6740L: linux-ide@vger.kernel.org
6741T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
6742S: Supported
6743F: drivers/ata/
6744F: include/linux/ata.h
6745F: include/linux/libata.h
6746
6747SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
6748M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
6749L: linux-scsi@vger.kernel.org
6750W: http://www.emulex.com
6751S: Supported
6752F: drivers/scsi/be2iscsi/
6753
6754SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
6755M: Sathya Perla <sathya.perla@emulex.com>
6756M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
6757M: Ajit Khaparde <ajit.khaparde@emulex.com>
6758L: netdev@vger.kernel.org
6759W: http://www.emulex.com
6760S: Supported
6761F: drivers/net/ethernet/emulex/benet/
6762
6763SFC NETWORK DRIVER
6764M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6765M: Ben Hutchings <bhutchings@solarflare.com>
6766L: netdev@vger.kernel.org
6767S: Supported
6768F: drivers/net/ethernet/sfc/
6769
6770SGI GRU DRIVER
6771M: Jack Steiner <steiner@sgi.com>
6772S: Maintained
6773F: drivers/misc/sgi-gru/
6774
6775SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6776M: Pat Gefre <pfg@sgi.com>
6777L: linux-ia64@vger.kernel.org
6778S: Supported
6779F: Documentation/ia64/serial.txt
6780F: drivers/tty/serial/ioc?_serial.c
6781F: include/linux/ioc?.h
6782
6783SGI VISUAL WORKSTATION 320 AND 540
6784M: Andrey Panin <pazke@donpac.ru>
6785L: linux-visws-devel@lists.sf.net
6786W: http://linux-visws.sf.net
6787S: Maintained for 2.6.
6788F: Documentation/sgi-visws.txt
6789
6790SGI XP/XPC/XPNET DRIVER
6791M: Robin Holt <holt@sgi.com>
6792S: Maintained
6793F: drivers/misc/sgi-xp/
6794
6795SIMPLE FIRMWARE INTERFACE (SFI)
6796M: Len Brown <lenb@kernel.org>
6797L: sfi-devel@simplefirmware.org
6798W: http://simplefirmware.org/
6799T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6800S: Supported
6801F: arch/x86/platform/sfi/
6802F: drivers/sfi/
6803F: include/linux/sfi*.h
6804
6805SIMTEC EB110ATX (Chalice CATS)
6806P: Ben Dooks
6807P: Vincent Sanders <vince@simtec.co.uk>
6808M: Simtec Linux Team <linux@simtec.co.uk>
6809W: http://www.simtec.co.uk/products/EB110ATX/
6810S: Supported
6811
6812SIMTEC EB2410ITX (BAST)
6813P: Ben Dooks
6814P: Vincent Sanders <vince@simtec.co.uk>
6815M: Simtec Linux Team <linux@simtec.co.uk>
6816W: http://www.simtec.co.uk/products/EB2410ITX/
6817S: Supported
6818F: arch/arm/mach-s3c2410/mach-bast.c
6819F: arch/arm/mach-s3c2410/bast-ide.c
6820F: arch/arm/mach-s3c2410/bast-irq.c
6821
6822TI DAVINCI MACHINE SUPPORT
6823M: Sekhar Nori <nsekhar@ti.com>
6824M: Kevin Hilman <khilman@ti.com>
6825L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6826T: git git://gitorious.org/linux-davinci/linux-davinci.git
6827Q: http://patchwork.kernel.org/project/linux-davinci/list/
6828S: Supported
6829F: arch/arm/mach-davinci
6830F: drivers/i2c/busses/i2c-davinci.c
6831
6832TI DAVINCI SERIES MEDIA DRIVER
6833M: Manjunath Hadli <manjunath.hadli@ti.com>
6834M: Prabhakar Lad <prabhakar.lad@ti.com>
6835L: linux-media@vger.kernel.org
6836L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6837W: http://linuxtv.org/
6838Q: http://patchwork.linuxtv.org/project/linux-media/list/
6839T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
6840S: Supported
6841F: drivers/media/platform/davinci/
6842F: include/media/davinci/
6843
6844SIS 190 ETHERNET DRIVER
6845M: Francois Romieu <romieu@fr.zoreil.com>
6846L: netdev@vger.kernel.org
6847S: Maintained
6848F: drivers/net/ethernet/sis/sis190.c
6849
6850SIS 900/7016 FAST ETHERNET DRIVER
6851M: Daniele Venzano <venza@brownhat.org>
6852W: http://www.brownhat.org/sis900.html
6853L: netdev@vger.kernel.org
6854S: Maintained
6855F: drivers/net/ethernet/sis/sis900.*
6856
6857SIS 96X I2C/SMBUS DRIVER
6858M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6859L: linux-i2c@vger.kernel.org
6860S: Maintained
6861F: Documentation/i2c/busses/i2c-sis96x
6862F: drivers/i2c/busses/i2c-sis96x.c
6863
6864SIS FRAMEBUFFER DRIVER
6865M: Thomas Winischhofer <thomas@winischhofer.net>
6866W: http://www.winischhofer.net/linuxsisvga.shtml
6867S: Maintained
6868F: Documentation/fb/sisfb.txt
6869F: drivers/video/sis/
6870F: include/video/sisfb.h
6871
6872SIS USB2VGA DRIVER
6873M: Thomas Winischhofer <thomas@winischhofer.net>
6874W: http://www.winischhofer.at/linuxsisusbvga.shtml
6875S: Maintained
6876F: drivers/usb/misc/sisusbvga/
6877
6878SLAB ALLOCATOR
6879M: Christoph Lameter <cl@linux-foundation.org>
6880M: Pekka Enberg <penberg@kernel.org>
6881M: Matt Mackall <mpm@selenic.com>
6882L: linux-mm@kvack.org
6883S: Maintained
6884F: include/linux/sl?b*.h
6885F: mm/sl?b.c
6886
6887SLEEPABLE READ-COPY UPDATE (SRCU)
6888M: Lai Jiangshan <laijs@cn.fujitsu.com>
6889M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6890W: http://www.rdrop.com/users/paulmck/RCU/
6891S: Supported
6892T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6893F: include/linux/srcu*
6894F: kernel/srcu*
6895
6896SMACK SECURITY MODULE
6897M: Casey Schaufler <casey@schaufler-ca.com>
6898L: linux-security-module@vger.kernel.org
6899W: http://schaufler-ca.com
6900T: git git://git.gitorious.org/smack-next/kernel.git
6901S: Maintained
6902F: Documentation/security/Smack.txt
6903F: security/smack/
6904
6905SMC91x ETHERNET DRIVER
6906M: Nicolas Pitre <nico@fluxnic.net>
6907S: Odd Fixes
6908F: drivers/net/ethernet/smsc/smc91x.*
6909
6910SMIA AND SMIA++ IMAGE SENSOR DRIVER
6911M: Sakari Ailus <sakari.ailus@iki.fi>
6912L: linux-media@vger.kernel.org
6913S: Maintained
6914F: drivers/media/i2c/smiapp
6915F: include/media/smiapp.h
6916F: drivers/media/i2c/smiapp-pll.c
6917F: drivers/media/i2c/smiapp-pll.h
6918
6919SMM665 HARDWARE MONITOR DRIVER
6920M: Guenter Roeck <linux@roeck-us.net>
6921L: lm-sensors@lm-sensors.org
6922S: Maintained
6923F: Documentation/hwmon/smm665
6924F: drivers/hwmon/smm665.c
6925
6926SMSC EMC2103 HARDWARE MONITOR DRIVER
6927M: Steve Glendinning <steve.glendinning@shawell.net>
6928L: lm-sensors@lm-sensors.org
6929S: Maintained
6930F: Documentation/hwmon/emc2103
6931F: drivers/hwmon/emc2103.c
6932
6933SMSC SCH5627 HARDWARE MONITOR DRIVER
6934M: Hans de Goede <hdegoede@redhat.com>
6935L: lm-sensors@lm-sensors.org
6936S: Supported
6937F: Documentation/hwmon/sch5627
6938F: drivers/hwmon/sch5627.c
6939
6940SMSC47B397 HARDWARE MONITOR DRIVER
6941M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6942L: lm-sensors@lm-sensors.org
6943S: Maintained
6944F: Documentation/hwmon/smsc47b397
6945F: drivers/hwmon/smsc47b397.c
6946
6947SMSC911x ETHERNET DRIVER
6948M: Steve Glendinning <steve.glendinning@shawell.net>
6949L: netdev@vger.kernel.org
6950S: Maintained
6951F: include/linux/smsc911x.h
6952F: drivers/net/ethernet/smsc/smsc911x.*
6953
6954SMSC9420 PCI ETHERNET DRIVER
6955M: Steve Glendinning <steve.glendinning@shawell.net>
6956L: netdev@vger.kernel.org
6957S: Maintained
6958F: drivers/net/ethernet/smsc/smsc9420.*
6959
6960SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6961M: Steve Glendinning <steve.glendinning@shawell.net>
6962L: linux-fbdev@vger.kernel.org
6963S: Maintained
6964F: drivers/video/smscufx.c
6965
6966SN-IA64 (Itanium) SUB-PLATFORM
6967M: Jes Sorensen <jes@sgi.com>
6968L: linux-altix@sgi.com
6969L: linux-ia64@vger.kernel.org
6970W: http://www.sgi.com/altix
6971S: Maintained
6972F: arch/ia64/sn/
6973
6974SOC-CAMERA V4L2 SUBSYSTEM
6975M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6976L: linux-media@vger.kernel.org
6977T: git git://linuxtv.org/media_tree.git
6978S: Maintained
6979F: include/media/soc*
6980F: drivers/media/i2c/soc_camera/
6981F: drivers/media/platform/soc_camera/
6982
6983SOEKRIS NET48XX LED SUPPORT
6984M: Chris Boot <bootc@bootc.net>
6985S: Maintained
6986F: drivers/leds/leds-net48xx.c
6987
6988SOFTWARE RAID (Multiple Disks) SUPPORT
6989M: Neil Brown <neilb@suse.de>
6990L: linux-raid@vger.kernel.org
6991S: Supported
6992F: drivers/md/
6993F: include/linux/raid/
6994
6995SONIC NETWORK DRIVER
6996M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6997L: netdev@vger.kernel.org
6998S: Maintained
6999F: drivers/net/ethernet/natsemi/sonic.*
7000
7001SONICS SILICON BACKPLANE DRIVER (SSB)
7002M: Michael Buesch <m@bues.ch>
7003L: netdev@vger.kernel.org
7004S: Maintained
7005F: drivers/ssb/
7006F: include/linux/ssb/
7007
7008SONY VAIO CONTROL DEVICE DRIVER
7009M: Mattia Dongili <malattia@linux.it>
7010L: platform-driver-x86@vger.kernel.org
7011W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
7012S: Maintained
7013F: Documentation/laptops/sony-laptop.txt
7014F: drivers/char/sonypi.c
7015F: drivers/platform/x86/sony-laptop.c
7016F: include/linux/sony-laptop.h
7017
7018SONY MEMORYSTICK CARD SUPPORT
7019M: Alex Dubov <oakad@yahoo.com>
7020W: http://tifmxx.berlios.de/
7021S: Maintained
7022F: drivers/memstick/host/tifm_ms.c
7023
7024SOUND
7025M: Jaroslav Kysela <perex@perex.cz>
7026M: Takashi Iwai <tiwai@suse.de>
7027L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7028W: http://www.alsa-project.org/
7029T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
7030T: git git://git.alsa-project.org/alsa-kernel.git
7031S: Maintained
7032F: Documentation/sound/
7033F: include/sound/
7034F: sound/
7035
7036SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
7037M: Liam Girdwood <lrg@ti.com>
7038M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7039T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
7040L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7041W: http://alsa-project.org/main/index.php/ASoC
7042S: Supported
7043F: sound/soc/
7044F: include/sound/soc*
7045
7046SPARC + UltraSPARC (sparc/sparc64)
7047M: "David S. Miller" <davem@davemloft.net>
7048L: sparclinux@vger.kernel.org
7049Q: http://patchwork.ozlabs.org/project/sparclinux/list/
7050T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7051T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7052S: Maintained
7053F: arch/sparc/
7054F: drivers/sbus/
7055
7056SPARC SERIAL DRIVERS
7057M: "David S. Miller" <davem@davemloft.net>
7058L: sparclinux@vger.kernel.org
7059T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7060T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7061S: Maintained
7062F: include/linux/sunserialcore.h
7063F: drivers/tty/serial/suncore.c
7064F: drivers/tty/serial/sunhv.c
7065F: drivers/tty/serial/sunsab.c
7066F: drivers/tty/serial/sunsab.h
7067F: drivers/tty/serial/sunsu.c
7068F: drivers/tty/serial/sunzilog.c
7069F: drivers/tty/serial/sunzilog.h
7070
7071SPARSE CHECKER
7072M: "Christopher Li" <sparse@chrisli.org>
7073L: linux-sparse@vger.kernel.org
7074W: https://sparse.wiki.kernel.org/
7075T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
7076T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
7077S: Maintained
7078F: include/linux/compiler.h
7079
7080SPEAR PLATFORM SUPPORT
7081M: Viresh Kumar <viresh.linux@gmail.com>
7082M: Shiraz Hashim <shiraz.hashim@st.com>
7083L: spear-devel@list.st.com
7084L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7085W: http://www.st.com/spear
7086S: Maintained
7087F: arch/arm/plat-spear/
7088
7089SPEAR13XX MACHINE SUPPORT
7090M: Viresh Kumar <viresh.linux@gmail.com>
7091M: Shiraz Hashim <shiraz.hashim@st.com>
7092L: spear-devel@list.st.com
7093L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7094W: http://www.st.com/spear
7095S: Maintained
7096F: arch/arm/mach-spear13xx/
7097
7098SPEAR3XX MACHINE SUPPORT
7099M: Viresh Kumar <viresh.linux@gmail.com>
7100M: Shiraz Hashim <shiraz.hashim@st.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-spear3xx/
7106
7107SPEAR6XX MACHINE SUPPORT
7108M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
7109M: Shiraz Hashim <shiraz.hashim@st.com>
7110M: Viresh Kumar <viresh.linux@gmail.com>
7111L: spear-devel@list.st.com
7112L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7113W: http://www.st.com/spear
7114S: Maintained
7115F: arch/arm/mach-spear6xx/
7116
7117SPEAR CLOCK FRAMEWORK SUPPORT
7118M: Viresh Kumar <viresh.linux@gmail.com>
7119L: spear-devel@list.st.com
7120L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7121W: http://www.st.com/spear
7122S: Maintained
7123F: drivers/clk/spear/
7124
7125SPI SUBSYSTEM
7126M: Grant Likely <grant.likely@secretlab.ca>
7127L: spi-devel-general@lists.sourceforge.net
7128Q: http://patchwork.kernel.org/project/spi-devel-general/list/
7129T: git git://git.secretlab.ca/git/linux-2.6.git
7130S: Maintained
7131F: Documentation/spi/
7132F: drivers/spi/
7133F: include/linux/spi/
7134
7135SPIDERNET NETWORK DRIVER for CELL
7136M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
7137M: Jens Osterkamp <jens@de.ibm.com>
7138L: netdev@vger.kernel.org
7139S: Supported
7140F: Documentation/networking/spider_net.txt
7141F: drivers/net/ethernet/toshiba/spider_net*
7142
7143SPU FILE SYSTEM
7144M: Jeremy Kerr <jk@ozlabs.org>
7145L: linuxppc-dev@lists.ozlabs.org
7146L: cbe-oss-dev@lists.ozlabs.org
7147W: http://www.ibm.com/developerworks/power/cell/
7148S: Supported
7149F: Documentation/filesystems/spufs.txt
7150F: arch/powerpc/platforms/cell/spufs/
7151
7152SQUASHFS FILE SYSTEM
7153M: Phillip Lougher <phillip@squashfs.org.uk>
7154L: squashfs-devel@lists.sourceforge.net (subscribers-only)
7155W: http://squashfs.org.uk
7156S: Maintained
7157F: Documentation/filesystems/squashfs.txt
7158F: fs/squashfs/
7159
7160SRM (Alpha) environment access
7161M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
7162S: Maintained
7163F: arch/alpha/kernel/srm_env.c
7164
7165STABLE BRANCH
7166M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7167L: stable@vger.kernel.org
7168S: Supported
7169
7170STAGING SUBSYSTEM
7171M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7172T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
7173L: devel@driverdev.osuosl.org
7174S: Supported
7175F: drivers/staging/
7176
7177STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
7178M: Henk de Groot <pe1dnn@amsat.org>
7179S: Odd Fixes
7180F: drivers/staging/wlags49_h2/
7181F: drivers/staging/wlags49_h25/
7182
7183STAGING - ASUS OLED
7184M: Jakub Schmidtke <sjakub@gmail.com>
7185S: Odd Fixes
7186F: drivers/staging/asus_oled/
7187
7188STAGING - COMEDI
7189M: Ian Abbott <abbotti@mev.co.uk>
7190M: Mori Hess <fmhess@users.sourceforge.net>
7191S: Odd Fixes
7192F: drivers/staging/comedi/
7193
7194STAGING - CRYSTAL HD VIDEO DECODER
7195M: Naren Sankar <nsankar@broadcom.com>
7196M: Jarod Wilson <jarod@wilsonet.com>
7197M: Scott Davilla <davilla@4pi.com>
7198M: Manu Abraham <abraham.manu@gmail.com>
7199S: Odd Fixes
7200F: drivers/staging/crystalhd/
7201
7202STAGING - ECHO CANCELLER
7203M: Steve Underwood <steveu@coppice.org>
7204M: David Rowe <david@rowetel.com>
7205S: Odd Fixes
7206F: drivers/staging/echo/
7207
7208STAGING - ET131X NETWORK DRIVER
7209M: Mark Einon <mark.einon@gmail.com>
7210S: Odd Fixes
7211F: drivers/staging/et131x/
7212
7213STAGING - FLARION FT1000 DRIVERS
7214M: Marek Belisko <marek.belisko@gmail.com>
7215S: Odd Fixes
7216F: drivers/staging/ft1000/
7217
7218STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7219M: David Täht <d@teklibre.com>
7220S: Odd Fixes
7221F: drivers/staging/frontier/
7222
7223STAGING - INDUSTRIAL IO
7224M: Jonathan Cameron <jic23@cam.ac.uk>
7225L: linux-iio@vger.kernel.org
7226S: Odd Fixes
7227F: drivers/staging/iio/
7228
7229STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7230M: Jarod Wilson <jarod@wilsonet.com>
7231W: http://www.lirc.org/
7232S: Odd Fixes
7233F: drivers/staging/media/lirc/
7234
7235STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
7236M: Julian Andres Klode <jak@jak-linux.org>
7237M: Marc Dietrich <marvin24@gmx.de>
7238L: ac100@lists.launchpad.net (moderated for non-subscribers)
7239S: Maintained
7240F: drivers/staging/nvec/
7241
7242STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7243M: Andres Salomon <dilinger@queued.net>
7244M: Chris Ball <cjb@laptop.org>
7245M: Jon Nettleton <jon.nettleton@gmail.com>
7246W: http://wiki.laptop.org/go/DCON
7247S: Odd Fixes
7248F: drivers/staging/olpc_dcon/
7249
7250STAGING - OZMO DEVICES USB OVER WIFI DRIVER
7251M: Rupesh Gujare <rgujare@ozmodevices.com>
7252M: Chris Kelly <ckelly@ozmodevices.com>
7253S: Maintained
7254F: drivers/staging/ozwpan/
7255
7256STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
7257M: Willy Tarreau <willy@meta-x.org>
7258S: Odd Fixes
7259F: drivers/staging/panel/
7260
7261STAGING - REALTEK RTL8712U DRIVERS
7262M: Larry Finger <Larry.Finger@lwfinger.net>
7263M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
7264S: Odd Fixes
7265F: drivers/staging/rtl8712/
7266
7267STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
7268M: Teddy Wang <teddy.wang@siliconmotion.com.cn>
7269S: Odd Fixes
7270F: drivers/staging/sm7xx/
7271
7272STAGING - SOFTLOGIC 6x10 MPEG CODEC
7273M: Ben Collins <bcollins@bluecherry.net>
7274S: Odd Fixes
7275F: drivers/staging/media/solo6x10/
7276
7277STAGING - SPEAKUP CONSOLE SPEECH DRIVER
7278M: William Hubbs <w.d.hubbs@gmail.com>
7279M: Chris Brannon <chris@the-brannons.com>
7280M: Kirk Reiser <kirk@braille.uwo.ca>
7281M: Samuel Thibault <samuel.thibault@ens-lyon.org>
7282L: speakup@braille.uwo.ca
7283W: http://www.linux-speakup.org/
7284S: Odd Fixes
7285F: drivers/staging/speakup/
7286
7287STAGING - TI DSP BRIDGE DRIVERS
7288M: Omar Ramirez Luna <omar.ramirez@ti.com>
7289S: Odd Fixes
7290F: drivers/staging/tidspbridge/
7291
7292STAGING - USB ENE SM/MS CARD READER DRIVER
7293M: Al Cho <acho@novell.com>
7294S: Odd Fixes
7295F: drivers/staging/keucr/
7296
7297STAGING - VIA VT665X DRIVERS
7298M: Forest Bond <forest@alittletooquiet.net>
7299S: Odd Fixes
7300F: drivers/staging/vt665?/
7301
7302STAGING - WINBOND IS89C35 WLAN USB DRIVER
7303M: Pavel Machek <pavel@ucw.cz>
7304S: Odd Fixes
7305F: drivers/staging/winbond/
7306
7307STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
7308M: Arnaud Patard <arnaud.patard@rtp-net.org>
7309S: Odd Fixes
7310F: drivers/staging/xgifb/
7311
7312STARFIRE/DURALAN NETWORK DRIVER
7313M: Ion Badulescu <ionut@badula.org>
7314S: Odd Fixes
7315F: drivers/net/ethernet/adaptec/starfire*
7316
7317SUN3/3X
7318M: Sam Creasey <sammy@sammy.net>
7319W: http://sammy.net/sun3/
7320S: Maintained
7321F: arch/m68k/kernel/*sun3*
7322F: arch/m68k/sun3*/
7323F: arch/m68k/include/asm/sun3*
7324F: drivers/net/ethernet/i825xx/sun3*
7325
7326SUPERH
7327M: Paul Mundt <lethal@linux-sh.org>
7328L: linux-sh@vger.kernel.org
7329W: http://www.linux-sh.org
7330Q: http://patchwork.kernel.org/project/linux-sh/list/
7331T: git git://github.com/pmundt/linux-sh.git sh-latest
7332S: Supported
7333F: Documentation/sh/
7334F: arch/sh/
7335F: drivers/sh/
7336
7337SUSPEND TO RAM
7338M: Len Brown <len.brown@intel.com>
7339M: Pavel Machek <pavel@ucw.cz>
7340M: "Rafael J. Wysocki" <rjw@sisk.pl>
7341L: linux-pm@vger.kernel.org
7342S: Supported
7343F: Documentation/power/
7344F: arch/x86/kernel/acpi/
7345F: drivers/base/power/
7346F: kernel/power/
7347F: include/linux/suspend.h
7348F: include/linux/freezer.h
7349F: include/linux/pm.h
7350
7351SVGA HANDLING
7352M: Martin Mares <mj@ucw.cz>
7353L: linux-video@atrey.karlin.mff.cuni.cz
7354S: Maintained
7355F: Documentation/svga.txt
7356F: arch/x86/boot/video*
7357
7358SWIOTLB SUBSYSTEM
7359M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7360L: linux-kernel@vger.kernel.org
7361S: Supported
7362F: lib/swiotlb.c
7363F: arch/*/kernel/pci-swiotlb.c
7364F: include/linux/swiotlb.h
7365
7366SYSV FILESYSTEM
7367M: Christoph Hellwig <hch@infradead.org>
7368S: Maintained
7369F: Documentation/filesystems/sysv-fs.txt
7370F: fs/sysv/
7371F: include/linux/sysv_fs.h
7372
7373TARGET SUBSYSTEM
7374M: Nicholas A. Bellinger <nab@linux-iscsi.org>
7375L: linux-scsi@vger.kernel.org
7376L: target-devel@vger.kernel.org
7377L: http://groups.google.com/group/linux-iscsi-target-dev
7378W: http://www.linux-iscsi.org
7379T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
7380S: Supported
7381F: drivers/target/
7382F: include/target/
7383F: Documentation/target/
7384
7385TASKSTATS STATISTICS INTERFACE
7386M: Balbir Singh <bsingharora@gmail.com>
7387S: Maintained
7388F: Documentation/accounting/taskstats*
7389F: include/linux/taskstats*
7390F: kernel/taskstats.c
7391
7392TC CLASSIFIER
7393M: Jamal Hadi Salim <jhs@mojatatu.com>
7394L: netdev@vger.kernel.org
7395S: Maintained
7396F: include/linux/pkt_cls.h
7397F: include/net/pkt_cls.h
7398F: net/sched/
7399
7400TCP LOW PRIORITY MODULE
7401M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
7402M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
7403W: http://tcp-lp-mod.sourceforge.net/
7404S: Maintained
7405F: net/ipv4/tcp_lp.c
7406
7407TDA10071 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/dvb-frontends/tda10071*
7416
7417TDA18212 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/tda18212*
7426
7427TDA18218 MEDIA DRIVER
7428M: Antti Palosaari <crope@iki.fi>
7429L: linux-media@vger.kernel.org
7430W: http://linuxtv.org/
7431W: http://palosaari.fi/linux/
7432Q: http://patchwork.linuxtv.org/project/linux-media/list/
7433T: git git://linuxtv.org/anttip/media_tree.git
7434S: Maintained
7435F: drivers/media/tuners/tda18218*
7436
7437TDA18271 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/tda18271*
7446
7447TDA827x 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
7457TDA8290 MEDIA DRIVER
7458M: Michael Krufky <mkrufky@linuxtv.org>
7459L: linux-media@vger.kernel.org
7460W: http://linuxtv.org/
7461W: http://github.com/mkrufky
7462Q: http://patchwork.linuxtv.org/project/linux-media/list/
7463T: git git://linuxtv.org/mkrufky/tuners.git
7464S: Maintained
7465F: drivers/media/tuners/tda8290.*
7466
7467TEA5761 TUNER DRIVER
7468M: Mauro Carvalho Chehab <mchehab@redhat.com>
7469L: linux-media@vger.kernel.org
7470W: http://linuxtv.org
7471T: git git://linuxtv.org/media_tree.git
7472S: Odd fixes
7473F: drivers/media/tuners/tea5761.*
7474
7475TEA5767 TUNER DRIVER
7476M: Mauro Carvalho Chehab <mchehab@redhat.com>
7477L: linux-media@vger.kernel.org
7478W: http://linuxtv.org
7479T: git git://linuxtv.org/media_tree.git
7480S: Maintained
7481F: drivers/media/tuners/tea5767.*
7482
7483TEAM DRIVER
7484M: Jiri Pirko <jpirko@redhat.com>
7485L: netdev@vger.kernel.org
7486S: Supported
7487F: drivers/net/team/
7488F: include/linux/if_team.h
7489
7490TECHNOTREND USB IR RECEIVER
7491M: Sean Young <sean@mess.org>
7492L: linux-media@vger.kernel.org
7493S: Maintained
7494F: drivers/media/rc/ttusbir.c
7495
7496TEGRA SUPPORT
7497M: Stephen Warren <swarren@wwwdotorg.org>
7498L: linux-tegra@vger.kernel.org
7499Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
7500T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
7501S: Supported
7502F: arch/arm/mach-tegra
7503F: arch/arm/boot/dts/tegra*
7504F: arch/arm/configs/tegra_defconfig
7505
7506TEHUTI ETHERNET DRIVER
7507M: Andy Gospodarek <andy@greyhouse.net>
7508L: netdev@vger.kernel.org
7509S: Supported
7510F: drivers/net/ethernet/tehuti/*
7511
7512Telecom Clock Driver for MCPL0010
7513M: Mark Gross <mark.gross@intel.com>
7514S: Supported
7515F: drivers/char/tlclk.c
7516
7517TENSILICA XTENSA PORT (xtensa)
7518M: Chris Zankel <chris@zankel.net>
7519M: Max Filippov <jcmvbkbc@gmail.com>
7520L: linux-xtensa@linux-xtensa.org
7521S: Maintained
7522F: arch/xtensa/
7523
7524THERMAL
7525M: Zhang Rui <rui.zhang@intel.com>
7526L: linux-pm@vger.kernel.org
7527T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
7528S: Supported
7529F: drivers/thermal/
7530F: include/linux/thermal.h
7531
7532THINKPAD ACPI EXTRAS DRIVER
7533M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
7534L: ibm-acpi-devel@lists.sourceforge.net
7535L: platform-driver-x86@vger.kernel.org
7536W: http://ibm-acpi.sourceforge.net
7537W: http://thinkwiki.org/wiki/Ibm-acpi
7538T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
7539S: Maintained
7540F: drivers/platform/x86/thinkpad_acpi.c
7541
7542TI FLASH MEDIA INTERFACE DRIVER
7543M: Alex Dubov <oakad@yahoo.com>
7544S: Maintained
7545F: drivers/misc/tifm*
7546F: drivers/mmc/host/tifm_sd.c
7547F: include/linux/tifm.h
7548
7549TI LM49xxx FAMILY ASoC CODEC DRIVERS
7550M: M R Swami Reddy <mr.swami.reddy@ti.com>
7551M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
7552L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7553S: Maintained
7554F: sound/soc/codecs/lm49453*
7555F: sound/soc/codecs/isabelle*
7556
7557TI LP855x BACKLIGHT DRIVER
7558M: Milo Kim <milo.kim@ti.com>
7559S: Maintained
7560F: Documentation/backlight/lp855x-driver.txt
7561F: drivers/video/backlight/lp855x_bl.c
7562F: include/linux/platform_data/lp855x.h
7563
7564TI LP8727 CHARGER DRIVER
7565M: Milo Kim <milo.kim@ti.com>
7566S: Maintained
7567F: drivers/power/lp8727_charger.c
7568F: include/linux/platform_data/lp8727.h
7569
7570TI TWL4030 SERIES SOC CODEC DRIVER
7571M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7572L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7573S: Maintained
7574F: sound/soc/codecs/twl4030*
7575
7576TI WILINK WIRELESS DRIVERS
7577M: Luciano Coelho <coelho@ti.com>
7578L: linux-wireless@vger.kernel.org
7579W: http://wireless.kernel.org/en/users/Drivers/wl12xx
7580W: http://wireless.kernel.org/en/users/Drivers/wl1251
7581T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7582S: Maintained
7583F: drivers/net/wireless/ti/
7584F: include/linux/wl12xx.h
7585
7586TIPC NETWORK LAYER
7587M: Jon Maloy <jon.maloy@ericsson.com>
7588M: Allan Stephens <allan.stephens@windriver.com>
7589L: netdev@vger.kernel.org (core kernel code)
7590L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
7591W: http://tipc.sourceforge.net/
7592S: Maintained
7593F: include/linux/tipc*.h
7594F: net/tipc/
7595
7596TILE ARCHITECTURE
7597M: Chris Metcalf <cmetcalf@tilera.com>
7598W: http://www.tilera.com/scm/
7599S: Supported
7600F: arch/tile/
7601F: drivers/tty/hvc/hvc_tile.c
7602F: drivers/net/ethernet/tile/
7603F: drivers/edac/tile_edac.c
7604
7605TLAN NETWORK DRIVER
7606M: Samuel Chessman <chessman@tux.org>
7607L: tlan-devel@lists.sourceforge.net (subscribers-only)
7608W: http://sourceforge.net/projects/tlan/
7609S: Maintained
7610F: Documentation/networking/tlan.txt
7611F: drivers/net/ethernet/ti/tlan.*
7612
7613TOMOYO SECURITY MODULE
7614M: Kentaro Takeda <takedakn@nttdata.co.jp>
7615M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
7616L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
7617L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
7618L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
7619L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
7620W: http://tomoyo.sourceforge.jp/
7621T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
7622S: Maintained
7623F: security/tomoyo/
7624
7625TOPSTAR LAPTOP EXTRAS DRIVER
7626M: Herton Ronaldo Krzesinski <herton@canonical.com>
7627L: platform-driver-x86@vger.kernel.org
7628S: Maintained
7629F: drivers/platform/x86/topstar-laptop.c
7630
7631TOSHIBA ACPI EXTRAS DRIVER
7632L: platform-driver-x86@vger.kernel.org
7633S: Orphan
7634F: drivers/platform/x86/toshiba_acpi.c
7635
7636TOSHIBA SMM DRIVER
7637M: Jonathan Buzzard <jonathan@buzzard.org.uk>
7638L: tlinux-users@tce.toshiba-dme.co.jp
7639W: http://www.buzzard.org.uk/toshiba/
7640S: Maintained
7641F: drivers/char/toshiba.c
7642F: include/linux/toshiba.h
7643
7644TMIO MMC DRIVER
7645M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7646M: Ian Molton <ian@mnementh.co.uk>
7647L: linux-mmc@vger.kernel.org
7648S: Maintained
7649F: drivers/mmc/host/tmio_mmc*
7650F: drivers/mmc/host/sh_mobile_sdhi.c
7651F: include/linux/mmc/tmio.h
7652F: include/linux/mmc/sh_mobile_sdhi.h
7653
7654TMPFS (SHMEM FILESYSTEM)
7655M: Hugh Dickins <hughd@google.com>
7656L: linux-mm@kvack.org
7657S: Maintained
7658F: include/linux/shmem_fs.h
7659F: mm/shmem.c
7660
7661TM6000 VIDEO4LINUX DRIVER
7662M: Mauro Carvalho Chehab <mchehab@redhat.com>
7663L: linux-media@vger.kernel.org
7664W: http://linuxtv.org
7665T: git git://linuxtv.org/media_tree.git
7666S: Odd fixes
7667F: drivers/media/usb/tm6000/
7668
7669TPM DEVICE DRIVER
7670M: Kent Yoder <key@linux.vnet.ibm.com>
7671M: Rajiv Andrade <mail@srajiv.net>
7672W: http://tpmdd.sourceforge.net
7673M: Marcel Selhorst <tpmdd@selhorst.net>
7674M: Sirrix AG <tpmdd@sirrix.com>
7675W: http://www.sirrix.com
7676L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
7677S: Maintained
7678F: drivers/char/tpm/
7679
7680TRACING
7681M: Steven Rostedt <rostedt@goodmis.org>
7682M: Frederic Weisbecker <fweisbec@gmail.com>
7683M: Ingo Molnar <mingo@redhat.com>
7684T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7685S: Maintained
7686F: Documentation/trace/ftrace.txt
7687F: arch/*/*/*/ftrace.h
7688F: arch/*/kernel/ftrace.c
7689F: include/*/ftrace.h
7690F: include/linux/trace*.h
7691F: include/trace/
7692F: kernel/trace/
7693
7694TRIVIAL PATCHES
7695M: Jiri Kosina <trivial@kernel.org>
7696T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
7697S: Maintained
7698K: ^Subject:.*(?i)trivial
7699
7700TTY LAYER
7701M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7702M: Jiri Slaby <jslaby@suse.cz>
7703S: Supported
7704T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
7705F: drivers/tty/
7706F: drivers/tty/serial/serial_core.c
7707F: include/linux/serial_core.h
7708F: include/linux/serial.h
7709F: include/linux/tty.h
7710
7711TUA9001 MEDIA DRIVER
7712M: Antti Palosaari <crope@iki.fi>
7713L: linux-media@vger.kernel.org
7714W: http://linuxtv.org/
7715W: http://palosaari.fi/linux/
7716Q: http://patchwork.linuxtv.org/project/linux-media/list/
7717T: git git://linuxtv.org/anttip/media_tree.git
7718S: Maintained
7719F: drivers/media/tuners/tua9001*
7720
7721TULIP NETWORK DRIVERS
7722M: Grant Grundler <grundler@parisc-linux.org>
7723L: netdev@vger.kernel.org
7724S: Maintained
7725F: drivers/net/ethernet/dec/tulip/
7726
7727TUN/TAP driver
7728M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
7729W: http://vtun.sourceforge.net/tun
7730S: Maintained
7731F: Documentation/networking/tuntap.txt
7732F: arch/um/os-Linux/drivers/
7733
7734TURBOCHANNEL SUBSYSTEM
7735M: "Maciej W. Rozycki" <macro@linux-mips.org>
7736S: Maintained
7737F: drivers/tc/
7738F: include/linux/tc.h
7739
7740U14-34F SCSI DRIVER
7741M: Dario Ballabio <ballabio_dario@emc.com>
7742L: linux-scsi@vger.kernel.org
7743S: Maintained
7744F: drivers/scsi/u14-34f.c
7745
7746UBI FILE SYSTEM (UBIFS)
7747M: Artem Bityutskiy <dedekind1@gmail.com>
7748M: Adrian Hunter <adrian.hunter@intel.com>
7749L: linux-mtd@lists.infradead.org
7750T: git git://git.infradead.org/ubifs-2.6.git
7751W: http://www.linux-mtd.infradead.org/doc/ubifs.html
7752S: Maintained
7753F: Documentation/filesystems/ubifs.txt
7754F: fs/ubifs/
7755
7756UCLINUX (AND M68KNOMMU)
7757M: Greg Ungerer <gerg@uclinux.org>
7758W: http://www.uclinux.org/
7759L: uclinux-dev@uclinux.org (subscribers-only)
7760S: Maintained
7761F: arch/m68k/*/*_no.*
7762F: arch/m68k/include/asm/*_no.*
7763
7764UCLINUX FOR RENESAS H8/300 (H8300)
7765M: Yoshinori Sato <ysato@users.sourceforge.jp>
7766W: http://uclinux-h8.sourceforge.jp/
7767S: Supported
7768F: arch/h8300/
7769F: drivers/ide/ide-h8300.c
7770F: drivers/net/ethernet/8390/ne-h8300.c
7771
7772UDF FILESYSTEM
7773M: Jan Kara <jack@suse.cz>
7774S: Maintained
7775F: Documentation/filesystems/udf.txt
7776F: fs/udf/
7777
7778UFS FILESYSTEM
7779M: Evgeniy Dushistov <dushistov@mail.ru>
7780S: Maintained
7781F: Documentation/filesystems/ufs.txt
7782F: fs/ufs/
7783
7784UHID USERSPACE HID IO DRIVER:
7785M: David Herrmann <dh.herrmann@googlemail.com>
7786L: linux-input@vger.kernel.org
7787S: Maintained
7788F: drivers/hid/uhid.c
7789F: include/linux/uhid.h
7790
7791ULTRA-WIDEBAND (UWB) SUBSYSTEM:
7792L: linux-usb@vger.kernel.org
7793S: Orphan
7794F: drivers/uwb/
7795F: include/linux/uwb.h
7796F: include/linux/uwb/
7797
7798UNICORE32 ARCHITECTURE:
7799M: Guan Xuetao <gxt@mprc.pku.edu.cn>
7800W: http://mprc.pku.edu.cn/~guanxuetao/linux
7801S: Maintained
7802T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
7803F: arch/unicore32/
7804
7805UNIFDEF
7806M: Tony Finch <dot@dotat.at>
7807W: http://dotat.at/prog/unifdef
7808S: Maintained
7809F: scripts/unifdef.c
7810
7811UNIFORM CDROM DRIVER
7812M: Jens Axboe <axboe@kernel.dk>
7813W: http://www.kernel.dk
7814S: Maintained
7815F: Documentation/cdrom/
7816F: drivers/cdrom/cdrom.c
7817F: include/linux/cdrom.h
7818
7819UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
7820M: Vinayak Holikatti <vinholikatti@gmail.com>
7821M: Santosh Y <santoshsy@gmail.com>
7822L: linux-scsi@vger.kernel.org
7823S: Supported
7824F: Documentation/scsi/ufs.txt
7825F: drivers/scsi/ufs/
7826
7827UNSORTED BLOCK IMAGES (UBI)
7828M: Artem Bityutskiy <dedekind1@gmail.com>
7829W: http://www.linux-mtd.infradead.org/
7830L: linux-mtd@lists.infradead.org
7831T: git git://git.infradead.org/ubi-2.6.git
7832S: Maintained
7833F: drivers/mtd/ubi/
7834F: include/linux/mtd/ubi.h
7835F: include/mtd/ubi-user.h
7836
7837UNSORTED BLOCK IMAGES (UBI) Fastmap
7838M: Richard Weinberger <richard@nod.at>
7839L: linux-mtd@lists.infradead.org
7840S: Maintained
7841F: drivers/mtd/ubi/fastmap.c
7842
7843USB ACM DRIVER
7844M: Oliver Neukum <oliver@neukum.org>
7845L: linux-usb@vger.kernel.org
7846S: Maintained
7847F: Documentation/usb/acm.txt
7848F: drivers/usb/class/cdc-acm.*
7849
7850USB AR5523 WIRELESS DRIVER
7851M: Pontus Fuchs <pontus.fuchs@gmail.com>
7852L: linux-wireless@vger.kernel.org
7853S: Maintained
7854F: drivers/net/wireless/ath/ar5523/
7855
7856USB ATTACHED SCSI
7857M: Matthew Wilcox <willy@linux.intel.com>
7858M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
7859L: linux-usb@vger.kernel.org
7860L: linux-scsi@vger.kernel.org
7861S: Supported
7862F: drivers/usb/storage/uas.c
7863
7864USB CDC ETHERNET DRIVER
7865M: Oliver Neukum <oliver@neukum.org>
7866L: linux-usb@vger.kernel.org
7867S: Maintained
7868F: drivers/net/usb/cdc_*.c
7869F: include/linux/usb/cdc.h
7870
7871USB CYPRESS C67X00 DRIVER
7872M: Peter Korsgaard <jacmet@sunsite.dk>
7873L: linux-usb@vger.kernel.org
7874S: Maintained
7875F: drivers/usb/c67x00/
7876
7877USB DAVICOM DM9601 DRIVER
7878M: Peter Korsgaard <jacmet@sunsite.dk>
7879L: netdev@vger.kernel.org
7880W: http://www.linux-usb.org/usbnet
7881S: Maintained
7882F: drivers/net/usb/dm9601.c
7883
7884USB DIAMOND RIO500 DRIVER
7885M: Cesar Miquel <miquel@df.uba.ar>
7886L: rio500-users@lists.sourceforge.net
7887W: http://rio500.sourceforge.net
7888S: Maintained
7889F: drivers/usb/misc/rio500*
7890
7891USB EHCI DRIVER
7892M: Alan Stern <stern@rowland.harvard.edu>
7893L: linux-usb@vger.kernel.org
7894S: Maintained
7895F: Documentation/usb/ehci.txt
7896F: drivers/usb/host/ehci*
7897
7898USB GADGET/PERIPHERAL SUBSYSTEM
7899M: Felipe Balbi <balbi@ti.com>
7900L: linux-usb@vger.kernel.org
7901W: http://www.linux-usb.org/gadget
7902T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7903S: Maintained
7904F: drivers/usb/gadget/
7905F: include/linux/usb/gadget*
7906
7907USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
7908M: Jiri Kosina <jkosina@suse.cz>
7909L: linux-usb@vger.kernel.org
7910T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
7911S: Maintained
7912F: Documentation/hid/hiddev.txt
7913F: drivers/hid/usbhid/
7914
7915USB/IP DRIVERS
7916M: Matt Mooney <mfm@muteddisk.com>
7917L: linux-usb@vger.kernel.org
7918S: Maintained
7919F: drivers/staging/usbip/
7920
7921USB ISP116X DRIVER
7922M: Olav Kongas <ok@artecdesign.ee>
7923L: linux-usb@vger.kernel.org
7924S: Maintained
7925F: drivers/usb/host/isp116x*
7926F: include/linux/usb/isp116x.h
7927
7928USB KAWASAKI LSI DRIVER
7929M: Oliver Neukum <oliver@neukum.org>
7930L: linux-usb@vger.kernel.org
7931S: Maintained
7932F: drivers/usb/serial/kl5kusb105.*
7933
7934USB MASS STORAGE DRIVER
7935M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
7936L: linux-usb@vger.kernel.org
7937L: usb-storage@lists.one-eyed-alien.net
7938S: Maintained
7939W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
7940F: drivers/usb/storage/
7941
7942USB MIDI DRIVER
7943M: Clemens Ladisch <clemens@ladisch.de>
7944L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7945T: git git://git.alsa-project.org/alsa-kernel.git
7946S: Maintained
7947F: sound/usb/midi.*
7948
7949USB OHCI DRIVER
7950M: Alan Stern <stern@rowland.harvard.edu>
7951L: linux-usb@vger.kernel.org
7952S: Maintained
7953F: Documentation/usb/ohci.txt
7954F: drivers/usb/host/ohci*
7955
7956USB OPTION-CARD DRIVER
7957M: Matthias Urlichs <smurf@smurf.noris.de>
7958L: linux-usb@vger.kernel.org
7959S: Maintained
7960F: drivers/usb/serial/option.c
7961
7962USB PEGASUS DRIVER
7963M: Petko Manolov <petkan@users.sourceforge.net>
7964L: linux-usb@vger.kernel.org
7965L: netdev@vger.kernel.org
7966W: http://pegasus2.sourceforge.net/
7967S: Maintained
7968F: drivers/net/usb/pegasus.*
7969
7970USB PHY LAYER
7971M: Felipe Balbi <balbi@ti.com>
7972L: linux-usb@vger.kernel.org
7973T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7974S: Maintained
7975F: drivers/usb/phy/
7976F: drivers/usb/otg/
7977
7978USB PRINTER DRIVER (usblp)
7979M: Pete Zaitcev <zaitcev@redhat.com>
7980L: linux-usb@vger.kernel.org
7981S: Supported
7982F: drivers/usb/class/usblp.c
7983
7984USB RTL8150 DRIVER
7985M: Petko Manolov <petkan@users.sourceforge.net>
7986L: linux-usb@vger.kernel.org
7987L: netdev@vger.kernel.org
7988W: http://pegasus2.sourceforge.net/
7989S: Maintained
7990F: drivers/net/usb/rtl8150.c
7991
7992USB SERIAL BELKIN F5U103 DRIVER
7993M: William Greathouse <wgreathouse@smva.com>
7994L: linux-usb@vger.kernel.org
7995S: Maintained
7996F: drivers/usb/serial/belkin_sa.*
7997
7998USB SERIAL CYPRESS M8 DRIVER
7999M: Lonnie Mendez <dignome@gmail.com>
8000L: linux-usb@vger.kernel.org
8001S: Maintained
8002W: http://geocities.com/i0xox0i
8003W: http://firstlight.net/cvs
8004F: drivers/usb/serial/cypress_m8.*
8005
8006USB SERIAL CYBERJACK DRIVER
8007M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
8008W: http://www.reiner-sct.de/support/treiber_cyberjack.php
8009S: Maintained
8010F: drivers/usb/serial/cyberjack.c
8011
8012USB SERIAL DIGI ACCELEPORT DRIVER
8013M: Peter Berger <pberger@brimson.com>
8014M: Al Borchers <alborchers@steinerpoint.com>
8015L: linux-usb@vger.kernel.org
8016S: Maintained
8017F: drivers/usb/serial/digi_acceleport.c
8018
8019USB SERIAL DRIVER
8020M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8021L: linux-usb@vger.kernel.org
8022S: Supported
8023F: Documentation/usb/usb-serial.txt
8024F: drivers/usb/serial/generic.c
8025F: drivers/usb/serial/usb-serial.c
8026F: include/linux/usb/serial.h
8027
8028USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
8029M: Gary Brubaker <xavyer@ix.netcom.com>
8030L: linux-usb@vger.kernel.org
8031S: Maintained
8032F: drivers/usb/serial/empeg.c
8033
8034USB SERIAL KEYSPAN DRIVER
8035M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8036L: linux-usb@vger.kernel.org
8037S: Maintained
8038F: drivers/usb/serial/*keyspan*
8039
8040USB SERIAL WHITEHEAT DRIVER
8041M: Support Department <support@connecttech.com>
8042L: linux-usb@vger.kernel.org
8043W: http://www.connecttech.com
8044S: Supported
8045F: drivers/usb/serial/whiteheat*
8046
8047USB SMSC75XX ETHERNET DRIVER
8048M: Steve Glendinning <steve.glendinning@shawell.net>
8049L: netdev@vger.kernel.org
8050S: Maintained
8051F: drivers/net/usb/smsc75xx.*
8052
8053USB SMSC95XX ETHERNET DRIVER
8054M: Steve Glendinning <steve.glendinning@shawell.net>
8055L: netdev@vger.kernel.org
8056S: Maintained
8057F: drivers/net/usb/smsc95xx.*
8058
8059USB SN9C1xx DRIVER
8060M: Luca Risolia <luca.risolia@studio.unibo.it>
8061L: linux-usb@vger.kernel.org
8062L: linux-media@vger.kernel.org
8063T: git git://linuxtv.org/media_tree.git
8064W: http://www.linux-projects.org
8065S: Maintained
8066F: Documentation/video4linux/sn9c102.txt
8067F: drivers/media/usb/sn9c102/
8068
8069USB SUBSYSTEM
8070M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8071L: linux-usb@vger.kernel.org
8072W: http://www.linux-usb.org
8073T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
8074S: Supported
8075F: Documentation/usb/
8076F: drivers/net/usb/
8077F: drivers/usb/
8078F: include/linux/usb.h
8079F: include/linux/usb/
8080
8081USB UHCI DRIVER
8082M: Alan Stern <stern@rowland.harvard.edu>
8083L: linux-usb@vger.kernel.org
8084S: Maintained
8085F: drivers/usb/host/uhci*
8086
8087USB "USBNET" DRIVER FRAMEWORK
8088M: Oliver Neukum <oneukum@suse.de>
8089L: netdev@vger.kernel.org
8090W: http://www.linux-usb.org/usbnet
8091S: Maintained
8092F: drivers/net/usb/usbnet.c
8093F: include/linux/usb/usbnet.h
8094
8095USB VIDEO CLASS
8096M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8097L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
8098L: linux-media@vger.kernel.org
8099T: git git://linuxtv.org/media_tree.git
8100W: http://www.ideasonboard.org/uvc/
8101S: Maintained
8102F: drivers/media/usb/uvc/
8103F: include/uapi/linux/uvcvideo.h
8104
8105USB WEBCAM GADGET
8106M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8107L: linux-usb@vger.kernel.org
8108S: Maintained
8109F: drivers/usb/gadget/*uvc*.c
8110F: drivers/usb/gadget/webcam.c
8111
8112USB WIRELESS RNDIS DRIVER (rndis_wlan)
8113M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
8114L: linux-wireless@vger.kernel.org
8115S: Maintained
8116F: drivers/net/wireless/rndis_wlan.c
8117
8118USB XHCI DRIVER
8119M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
8120L: linux-usb@vger.kernel.org
8121S: Supported
8122F: drivers/usb/host/xhci*
8123F: drivers/usb/host/pci-quirks*
8124
8125USB ZD1201 DRIVER
8126L: linux-wireless@vger.kernel.org
8127W: http://linux-lc100020.sourceforge.net
8128S: Orphan
8129F: drivers/net/wireless/zd1201.*
8130
8131USB ZR364XX DRIVER
8132M: Antoine Jacquet <royale@zerezo.com>
8133L: linux-usb@vger.kernel.org
8134L: linux-media@vger.kernel.org
8135T: git git://linuxtv.org/media_tree.git
8136W: http://royale.zerezo.com/zr364xx/
8137S: Maintained
8138F: Documentation/video4linux/zr364xx.txt
8139F: drivers/media/usb/zr364xx/
8140
8141USER-MODE LINUX (UML)
8142M: Jeff Dike <jdike@addtoit.com>
8143M: Richard Weinberger <richard@nod.at>
8144L: user-mode-linux-devel@lists.sourceforge.net
8145L: user-mode-linux-user@lists.sourceforge.net
8146W: http://user-mode-linux.sourceforge.net
8147S: Maintained
8148F: Documentation/virtual/uml/
8149F: arch/um/
8150F: arch/x86/um/
8151F: fs/hostfs/
8152F: fs/hppfs/
8153
8154USERSPACE I/O (UIO)
8155M: "Hans J. Koch" <hjk@hansjkoch.de>
8156M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8157S: Maintained
8158F: Documentation/DocBook/uio-howto.tmpl
8159F: drivers/uio/
8160F: include/linux/uio*.h
8161
8162UTIL-LINUX PACKAGE
8163M: Karel Zak <kzak@redhat.com>
8164L: util-linux@vger.kernel.org
8165W: http://en.wikipedia.org/wiki/Util-linux
8166T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
8167S: Maintained
8168
8169UVESAFB DRIVER
8170M: Michal Januszewski <spock@gentoo.org>
8171L: linux-fbdev@vger.kernel.org
8172W: http://dev.gentoo.org/~spock/projects/uvesafb/
8173S: Maintained
8174F: Documentation/fb/uvesafb.txt
8175F: drivers/video/uvesafb.*
8176
8177VFAT/FAT/MSDOS FILESYSTEM
8178M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
8179S: Maintained
8180F: Documentation/filesystems/vfat.txt
8181F: fs/fat/
8182
8183VFIO DRIVER
8184M: Alex Williamson <alex.williamson@redhat.com>
8185L: kvm@vger.kernel.org
8186S: Maintained
8187F: Documentation/vfio.txt
8188F: drivers/vfio/
8189F: include/linux/vfio.h
8190
8191VIDEOBUF2 FRAMEWORK
8192M: Pawel Osciak <pawel@osciak.com>
8193M: Marek Szyprowski <m.szyprowski@samsung.com>
8194M: Kyungmin Park <kyungmin.park@samsung.com>
8195L: linux-media@vger.kernel.org
8196S: Maintained
8197F: drivers/media/v4l2-core/videobuf2-*
8198F: include/media/videobuf2-*
8199
8200VIRTIO CONSOLE DRIVER
8201M: Amit Shah <amit.shah@redhat.com>
8202L: virtualization@lists.linux-foundation.org
8203S: Maintained
8204F: drivers/char/virtio_console.c
8205F: include/linux/virtio_console.h
8206
8207VIRTIO CORE, NET AND BLOCK DRIVERS
8208M: Rusty Russell <rusty@rustcorp.com.au>
8209M: "Michael S. Tsirkin" <mst@redhat.com>
8210L: virtualization@lists.linux-foundation.org
8211S: Maintained
8212F: drivers/virtio/
8213F: drivers/net/virtio_net.c
8214F: drivers/block/virtio_blk.c
8215F: include/linux/virtio_*.h
8216
8217VIRTIO HOST (VHOST)
8218M: "Michael S. Tsirkin" <mst@redhat.com>
8219L: kvm@vger.kernel.org
8220L: virtualization@lists.linux-foundation.org
8221L: netdev@vger.kernel.org
8222S: Maintained
8223F: drivers/vhost/
8224F: include/linux/vhost.h
8225
8226VIA RHINE NETWORK DRIVER
8227M: Roger Luethi <rl@hellgate.ch>
8228S: Maintained
8229F: drivers/net/ethernet/via/via-rhine.c
8230
8231VIA SD/MMC CARD CONTROLLER DRIVER
8232M: Bruce Chang <brucechang@via.com.tw>
8233M: Harald Welte <HaraldWelte@viatech.com>
8234S: Maintained
8235F: drivers/mmc/host/via-sdmmc.c
8236
8237VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
8238M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
8239L: linux-fbdev@vger.kernel.org
8240S: Maintained
8241F: include/linux/via-core.h
8242F: include/linux/via-gpio.h
8243F: include/linux/via_i2c.h
8244F: drivers/video/via/
8245
8246VIA VELOCITY NETWORK DRIVER
8247M: Francois Romieu <romieu@fr.zoreil.com>
8248L: netdev@vger.kernel.org
8249S: Maintained
8250F: drivers/net/ethernet/via/via-velocity.*
8251
8252VLAN (802.1Q)
8253M: Patrick McHardy <kaber@trash.net>
8254L: netdev@vger.kernel.org
8255S: Maintained
8256F: drivers/net/macvlan.c
8257F: include/linux/if_*vlan.h
8258F: net/8021q/
8259
8260VLYNQ BUS
8261M: Florian Fainelli <florian@openwrt.org>
8262L: openwrt-devel@lists.openwrt.org (subscribers-only)
8263S: Maintained
8264F: drivers/vlynq/vlynq.c
8265F: include/linux/vlynq.h
8266
8267VME SUBSYSTEM
8268M: Martyn Welch <martyn.welch@ge.com>
8269M: Manohar Vanga <manohar.vanga@gmail.com>
8270M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8271L: devel@driverdev.osuosl.org
8272S: Maintained
8273T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8274F: Documentation/vme_api.txt
8275F: drivers/staging/vme/
8276F: drivers/vme/
8277F: include/linux/vme*
8278
8279VMWARE VMXNET3 ETHERNET DRIVER
8280M: Shreyas Bhatewara <sbhatewara@vmware.com>
8281M: "VMware, Inc." <pv-drivers@vmware.com>
8282L: netdev@vger.kernel.org
8283S: Maintained
8284F: drivers/net/vmxnet3/
8285
8286VMware PVSCSI driver
8287M: Arvind Kumar <arvindkumar@vmware.com>
8288M: VMware PV-Drivers <pv-drivers@vmware.com>
8289L: linux-scsi@vger.kernel.org
8290S: Maintained
8291F: drivers/scsi/vmw_pvscsi.c
8292F: drivers/scsi/vmw_pvscsi.h
8293
8294VOLTAGE AND CURRENT REGULATOR FRAMEWORK
8295M: Liam Girdwood <lrg@ti.com>
8296M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8297W: http://opensource.wolfsonmicro.com/node/15
8298W: http://www.slimlogic.co.uk/?p=48
8299T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
8300S: Supported
8301F: drivers/regulator/
8302F: include/linux/regulator/
8303
8304VT1211 HARDWARE MONITOR DRIVER
8305M: Juerg Haefliger <juergh@gmail.com>
8306L: lm-sensors@lm-sensors.org
8307S: Maintained
8308F: Documentation/hwmon/vt1211
8309F: drivers/hwmon/vt1211.c
8310
8311VT8231 HARDWARE MONITOR DRIVER
8312M: Roger Lucas <vt8231@hiddenengine.co.uk>
8313L: lm-sensors@lm-sensors.org
8314S: Maintained
8315F: drivers/hwmon/vt8231.c
8316
8317VUB300 USB to SDIO/SD/MMC bridge chip
8318M: Tony Olech <tony.olech@elandigitalsystems.com>
8319L: linux-mmc@vger.kernel.org
8320L: linux-usb@vger.kernel.org
8321S: Supported
8322F: drivers/mmc/host/vub300.c
8323
8324W1 DALLAS'S 1-WIRE BUS
8325M: Evgeniy Polyakov <zbr@ioremap.net>
8326S: Maintained
8327F: Documentation/w1/
8328F: drivers/w1/
8329
8330W83791D HARDWARE MONITORING DRIVER
8331M: Marc Hulsman <m.hulsman@tudelft.nl>
8332L: lm-sensors@lm-sensors.org
8333S: Maintained
8334F: Documentation/hwmon/w83791d
8335F: drivers/hwmon/w83791d.c
8336
8337W83793 HARDWARE MONITORING DRIVER
8338M: Rudolf Marek <r.marek@assembler.cz>
8339L: lm-sensors@lm-sensors.org
8340S: Maintained
8341F: Documentation/hwmon/w83793
8342F: drivers/hwmon/w83793.c
8343
8344W83795 HARDWARE MONITORING DRIVER
8345M: Jean Delvare <khali@linux-fr.org>
8346L: lm-sensors@lm-sensors.org
8347S: Maintained
8348F: drivers/hwmon/w83795.c
8349
8350W83L51xD SD/MMC CARD INTERFACE DRIVER
8351M: Pierre Ossman <pierre@ossman.eu>
8352S: Maintained
8353F: drivers/mmc/host/wbsd.*
8354
8355WATCHDOG DEVICE DRIVERS
8356M: Wim Van Sebroeck <wim@iguana.be>
8357L: linux-watchdog@vger.kernel.org
8358W: http://www.linux-watchdog.org/
8359T: git git://www.linux-watchdog.org/linux-watchdog.git
8360S: Maintained
8361F: Documentation/watchdog/
8362F: drivers/watchdog/
8363F: include/linux/watchdog.h
8364
8365WD7000 SCSI DRIVER
8366M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
8367L: linux-scsi@vger.kernel.org
8368S: Maintained
8369F: drivers/scsi/wd7000.c
8370
8371WIIMOTE HID DRIVER
8372M: David Herrmann <dh.herrmann@googlemail.com>
8373L: linux-input@vger.kernel.org
8374S: Maintained
8375F: drivers/hid/hid-wiimote*
8376
8377WINBOND CIR DRIVER
8378M: David Härdeman <david@hardeman.nu>
8379S: Maintained
8380F: drivers/media/rc/winbond-cir.c
8381
8382WIMAX STACK
8383M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
8384M: linux-wimax@intel.com
8385L: wimax@linuxwimax.org
8386S: Supported
8387W: http://linuxwimax.org
8388F: Documentation/wimax/README.wimax
8389F: include/linux/wimax.h
8390F: include/linux/wimax/debug.h
8391F: include/net/wimax.h
8392F: net/wimax/
8393
8394WISTRON LAPTOP BUTTON DRIVER
8395M: Miloslav Trmac <mitr@volny.cz>
8396S: Maintained
8397F: drivers/input/misc/wistron_btns.c
8398
8399WL3501 WIRELESS PCMCIA CARD DRIVER
8400M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
8401L: linux-wireless@vger.kernel.org
8402W: http://oops.ghostprotocols.net:81/blog
8403S: Maintained
8404F: drivers/net/wireless/wl3501*
8405
8406WM97XX TOUCHSCREEN DRIVERS
8407M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8408M: Liam Girdwood <lrg@slimlogic.co.uk>
8409L: linux-input@vger.kernel.org
8410T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
8411W: http://opensource.wolfsonmicro.com/node/7
8412S: Supported
8413F: drivers/input/touchscreen/*wm97*
8414F: include/linux/wm97xx.h
8415
8416WOLFSON MICROELECTRONICS DRIVERS
8417M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8418L: patches@opensource.wolfsonmicro.com
8419T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
8420T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
8421W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
8422S: Supported
8423F: Documentation/hwmon/wm83??
8424F: arch/arm/mach-s3c64xx/mach-crag6410*
8425F: drivers/clk/clk-wm83*.c
8426F: drivers/extcon/extcon-arizona.c
8427F: drivers/leds/leds-wm83*.c
8428F: drivers/gpio/gpio-*wm*.c
8429F: drivers/gpio/gpio-arizona.c
8430F: drivers/hwmon/wm83??-hwmon.c
8431F: drivers/input/misc/wm831x-on.c
8432F: drivers/input/touchscreen/wm831x-ts.c
8433F: drivers/input/touchscreen/wm97*.c
8434F: drivers/mfd/arizona*
8435F: drivers/mfd/wm*.c
8436F: drivers/power/wm83*.c
8437F: drivers/rtc/rtc-wm83*.c
8438F: drivers/regulator/wm8*.c
8439F: drivers/video/backlight/wm83*_bl.c
8440F: drivers/watchdog/wm83*_wdt.c
8441F: include/linux/mfd/arizona/
8442F: include/linux/mfd/wm831x/
8443F: include/linux/mfd/wm8350/
8444F: include/linux/mfd/wm8400*
8445F: include/linux/wm97xx.h
8446F: include/sound/wm????.h
8447F: sound/soc/codecs/arizona.?
8448F: sound/soc/codecs/wm*
8449
8450WORKQUEUE
8451M: Tejun Heo <tj@kernel.org>
8452T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
8453S: Maintained
8454F: include/linux/workqueue.h
8455F: kernel/workqueue.c
8456F: Documentation/workqueue.txt
8457
8458X.25 NETWORK LAYER
8459M: Andrew Hendry <andrew.hendry@gmail.com>
8460L: linux-x25@vger.kernel.org
8461S: Odd Fixes
8462F: Documentation/networking/x25*
8463F: include/net/x25*
8464F: net/x25/
8465
8466X86 ARCHITECTURE (32-BIT AND 64-BIT)
8467M: Thomas Gleixner <tglx@linutronix.de>
8468M: Ingo Molnar <mingo@redhat.com>
8469M: "H. Peter Anvin" <hpa@zytor.com>
8470M: x86@kernel.org
8471T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
8472S: Maintained
8473F: Documentation/x86/
8474F: arch/x86/
8475
8476X86 PLATFORM DRIVERS
8477M: Matthew Garrett <mjg@redhat.com>
8478L: platform-driver-x86@vger.kernel.org
8479T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
8480S: Maintained
8481F: drivers/platform/x86
8482
8483X86 MCE INFRASTRUCTURE
8484M: Tony Luck <tony.luck@intel.com>
8485M: Borislav Petkov <bp@alien8.de>
8486L: linux-edac@vger.kernel.org
8487S: Maintained
8488F: arch/x86/kernel/cpu/mcheck/*
8489
8490XC2028/3028 TUNER DRIVER
8491M: Mauro Carvalho Chehab <mchehab@redhat.com>
8492L: linux-media@vger.kernel.org
8493W: http://linuxtv.org
8494T: git git://linuxtv.org/media_tree.git
8495S: Maintained
8496F: drivers/media/tuners/tuner-xc2028.*
8497
8498XEN HYPERVISOR INTERFACE
8499M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8500M: Jeremy Fitzhardinge <jeremy@goop.org>
8501L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8502L: virtualization@lists.linux-foundation.org
8503S: Supported
8504F: arch/x86/xen/
8505F: drivers/*/xen-*front.c
8506F: drivers/xen/
8507F: arch/x86/include/asm/xen/
8508F: include/xen/
8509
8510XEN HYPERVISOR ARM
8511M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
8512L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8513S: Supported
8514F: arch/arm/xen/
8515F: arch/arm/include/asm/xen/
8516
8517XEN NETWORK BACKEND DRIVER
8518M: Ian Campbell <ian.campbell@citrix.com>
8519L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8520L: netdev@vger.kernel.org
8521S: Supported
8522F: drivers/net/xen-netback/*
8523
8524XEN PCI SUBSYSTEM
8525M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8526L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8527S: Supported
8528F: arch/x86/pci/*xen*
8529F: drivers/pci/*xen*
8530
8531XEN SWIOTLB SUBSYSTEM
8532M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8533L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8534S: Supported
8535F: arch/x86/xen/*swiotlb*
8536F: drivers/xen/*swiotlb*
8537
8538XFS FILESYSTEM
8539P: Silicon Graphics Inc
8540M: Ben Myers <bpm@sgi.com>
8541M: Alex Elder <elder@kernel.org>
8542M: xfs@oss.sgi.com
8543L: xfs@oss.sgi.com
8544W: http://oss.sgi.com/projects/xfs
8545T: git git://oss.sgi.com/xfs/xfs.git
8546S: Supported
8547F: Documentation/filesystems/xfs.txt
8548F: fs/xfs/
8549
8550XILINX AXI ETHERNET DRIVER
8551M: Anirudha Sarangi <anirudh@xilinx.com>
8552M: John Linn <John.Linn@xilinx.com>
8553S: Maintained
8554F: drivers/net/ethernet/xilinx/xilinx_axienet*
8555
8556XILINX SYSTEMACE DRIVER
8557M: Grant Likely <grant.likely@secretlab.ca>
8558W: http://www.secretlab.ca/
8559S: Maintained
8560F: drivers/block/xsysace.c
8561
8562XILINX UARTLITE SERIAL DRIVER
8563M: Peter Korsgaard <jacmet@sunsite.dk>
8564L: linux-serial@vger.kernel.org
8565S: Maintained
8566F: drivers/tty/serial/uartlite.c
8567
8568YAM DRIVER FOR AX.25
8569M: Jean-Paul Roubelat <jpr@f6fbb.org>
8570L: linux-hams@vger.kernel.org
8571S: Maintained
8572F: drivers/net/hamradio/yam*
8573F: include/linux/yam.h
8574
8575YEALINK PHONE DRIVER
8576M: Henk Vergonet <Henk.Vergonet@gmail.com>
8577L: usbb2k-api-dev@nongnu.org
8578S: Maintained
8579F: Documentation/input/yealink.txt
8580F: drivers/input/misc/yealink.*
8581
8582Z8530 DRIVER FOR AX.25
8583M: Joerg Reuter <jreuter@yaina.de>
8584W: http://yaina.de/jreuter/
8585W: http://www.qsl.net/dl1bke/
8586L: linux-hams@vger.kernel.org
8587S: Maintained
8588F: Documentation/networking/z8530drv.txt
8589F: drivers/net/hamradio/*scc.c
8590F: drivers/net/hamradio/z8530.h
8591
8592ZD1211RW WIRELESS DRIVER
8593M: Daniel Drake <dsd@gentoo.org>
8594M: Ulrich Kunitz <kune@deine-taler.de>
8595W: http://zd1211.ath.cx/wiki/DriverRewrite
8596L: linux-wireless@vger.kernel.org
8597L: zd1211-devs@lists.sourceforge.net (subscribers-only)
8598S: Maintained
8599F: drivers/net/wireless/zd1211rw/
8600
8601ZR36067 VIDEO FOR LINUX DRIVER
8602L: mjpeg-users@lists.sourceforge.net
8603L: linux-media@vger.kernel.org
8604W: http://mjpeg.sourceforge.net/driver-zoran/
8605T: Mercurial http://linuxtv.org/hg/v4l-dvb
8606S: Odd Fixes
8607F: drivers/media/pci/zoran/
8608
8609ZS DECSTATION Z85C30 SERIAL DRIVER
8610M: "Maciej W. Rozycki" <macro@linux-mips.org>
8611S: Maintained
8612F: drivers/tty/serial/zs.*
8613
8614THE REST
8615M: Linus Torvalds <torvalds@linux-foundation.org>
8616L: linux-kernel@vger.kernel.org
8617Q: http://patchwork.kernel.org/project/LKML/list/
8618T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
8619S: Buried alive in reporters
8620F: *
8621F: */