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