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