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