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