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