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