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