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