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