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