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