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