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