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