MAINTAINERS: add an entry for az6007 DVB driver
[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 SBP-2 TARGET
3062M: Chris Boot <bootc@bootc.net>
3063L: linux-scsi@vger.kernel.org
3064L: target-devel@vger.kernel.org
3065L: linux1394-devel@lists.sourceforge.net
3066T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3067S: Maintained
3068F: drivers/target/sbp/
3069
3070FIREWIRE SUBSYSTEM
3071M: Stefan Richter <stefanr@s5r6.in-berlin.de>
3072L: linux1394-devel@lists.sourceforge.net
3073W: http://ieee1394.wiki.kernel.org/
3074T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3075S: Maintained
3076F: drivers/firewire/
3077F: include/linux/firewire*.h
3078F: tools/firewire/
3079
3080FIRMWARE LOADER (request_firmware)
3081M: Ming Lei <ming.lei@canonical.com>
3082L: linux-kernel@vger.kernel.org
3083S: Maintained
3084F: Documentation/firmware_class/
3085F: drivers/base/firmware*.c
3086F: include/linux/firmware.h
3087
3088FLOPPY DRIVER
3089M: Jiri Kosina <jkosina@suse.cz>
3090T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3091S: Odd fixes
3092F: drivers/block/floppy.c
3093
3094FPU EMULATOR
3095M: Bill Metzenthen <billm@melbpc.org.au>
3096W: http://floatingpoint.sourceforge.net/emulator/index.html
3097S: Maintained
3098F: arch/x86/math-emu/
3099
3100FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3101L: netdev@vger.kernel.org
3102S: Orphan
3103F: drivers/net/wan/dlci.c
3104F: drivers/net/wan/sdla.c
3105
3106FRAMEBUFFER LAYER
3107M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
3108L: linux-fbdev@vger.kernel.org
3109W: http://linux-fbdev.sourceforge.net/
3110Q: http://patchwork.kernel.org/project/linux-fbdev/list/
3111T: git git://github.com/schandinat/linux-2.6.git fbdev-next
3112S: Maintained
3113F: Documentation/fb/
3114F: Documentation/devicetree/bindings/fb/
3115F: drivers/video/
3116F: include/video/
3117F: include/linux/fb.h
3118
3119FREESCALE DMA DRIVER
3120M: Li Yang <leoli@freescale.com>
3121M: Zhang Wei <zw@zh-kernel.org>
3122L: linuxppc-dev@lists.ozlabs.org
3123S: Maintained
3124F: drivers/dma/fsldma.*
3125
3126FREESCALE I2C CPM DRIVER
3127M: Jochen Friedrich <jochen@scram.de>
3128L: linuxppc-dev@lists.ozlabs.org
3129L: linux-i2c@vger.kernel.org
3130S: Maintained
3131F: drivers/i2c/busses/i2c-cpm.c
3132
3133FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3134M: Sascha Hauer <kernel@pengutronix.de>
3135L: linux-fbdev@vger.kernel.org
3136L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3137S: Maintained
3138F: arch/arm/plat-mxc/include/mach/imxfb.h
3139F: drivers/video/imxfb.c
3140
3141FREESCALE SOC FS_ENET DRIVER
3142M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
3143M: Vitaly Bordug <vbordug@ru.mvista.com>
3144L: linuxppc-dev@lists.ozlabs.org
3145L: netdev@vger.kernel.org
3146S: Maintained
3147F: drivers/net/ethernet/freescale/fs_enet/
3148F: include/linux/fs_enet_pd.h
3149
3150FREESCALE QUICC ENGINE LIBRARY
3151M: Timur Tabi <timur@freescale.com>
3152L: linuxppc-dev@lists.ozlabs.org
3153S: Supported
3154F: arch/powerpc/sysdev/qe_lib/
3155F: arch/powerpc/include/asm/*qe.h
3156
3157FREESCALE USB PERIPHERAL DRIVERS
3158M: Li Yang <leoli@freescale.com>
3159L: linux-usb@vger.kernel.org
3160L: linuxppc-dev@lists.ozlabs.org
3161S: Maintained
3162F: drivers/usb/gadget/fsl*
3163
3164FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
3165M: Li Yang <leoli@freescale.com>
3166L: netdev@vger.kernel.org
3167L: linuxppc-dev@lists.ozlabs.org
3168S: Maintained
3169F: drivers/net/ethernet/freescale/ucc_geth*
3170
3171FREESCALE QUICC ENGINE UCC UART DRIVER
3172M: Timur Tabi <timur@freescale.com>
3173L: linuxppc-dev@lists.ozlabs.org
3174S: Supported
3175F: drivers/tty/serial/ucc_uart.c
3176
3177FREESCALE SOC SOUND DRIVERS
3178M: Timur Tabi <timur@freescale.com>
3179L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3180L: linuxppc-dev@lists.ozlabs.org
3181S: Supported
3182F: sound/soc/fsl/fsl*
3183F: sound/soc/fsl/mpc8610_hpcd.c
3184
3185FREEVXFS FILESYSTEM
3186M: Christoph Hellwig <hch@infradead.org>
3187W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
3188S: Maintained
3189F: fs/freevxfs/
3190
3191FREEZER
3192M: Pavel Machek <pavel@ucw.cz>
3193M: "Rafael J. Wysocki" <rjw@sisk.pl>
3194L: linux-pm@vger.kernel.org
3195S: Supported
3196F: Documentation/power/freezing-of-tasks.txt
3197F: include/linux/freezer.h
3198F: kernel/freezer.c
3199
3200FRONTSWAP API
3201M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3202L: linux-kernel@vger.kernel.org
3203S: Maintained
3204F: mm/frontswap.c
3205F: include/linux/frontswap.h
3206
3207FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
3208M: David Howells <dhowells@redhat.com>
3209L: linux-cachefs@redhat.com
3210S: Supported
3211F: Documentation/filesystems/caching/
3212F: fs/fscache/
3213F: include/linux/fscache*.h
3214
3215FUJITSU FR-V (FRV) PORT
3216M: David Howells <dhowells@redhat.com>
3217S: Maintained
3218F: arch/frv/
3219
3220FUJITSU LAPTOP EXTRAS
3221M: Jonathan Woithe <jwoithe@just42.net>
3222L: platform-driver-x86@vger.kernel.org
3223S: Maintained
3224F: drivers/platform/x86/fujitsu-laptop.c
3225
3226FUJITSU M-5MO LS CAMERA ISP DRIVER
3227M: Kyungmin Park <kyungmin.park@samsung.com>
3228M: Heungjun Kim <riverful.kim@samsung.com>
3229L: linux-media@vger.kernel.org
3230S: Maintained
3231F: drivers/media/i2c/m5mols/
3232F: include/media/m5mols.h
3233
3234FUJITSU TABLET EXTRAS
3235M: Robert Gerlach <khnz@gmx.de>
3236L: platform-driver-x86@vger.kernel.org
3237S: Maintained
3238F: drivers/platform/x86/fujitsu-tablet.c
3239
3240FUSE: FILESYSTEM IN USERSPACE
3241M: Miklos Szeredi <miklos@szeredi.hu>
3242L: fuse-devel@lists.sourceforge.net
3243W: http://fuse.sourceforge.net/
3244S: Maintained
3245F: fs/fuse/
3246F: include/linux/fuse.h
3247
3248FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3249M: Rik Faith <faith@cs.unc.edu>
3250L: linux-scsi@vger.kernel.org
3251S: Odd Fixes (e.g., new signatures)
3252F: drivers/scsi/fdomain.*
3253
3254GDT SCSI DISK ARRAY CONTROLLER DRIVER
3255M: Achim Leubner <achim_leubner@adaptec.com>
3256L: linux-scsi@vger.kernel.org
3257W: http://www.icp-vortex.com/
3258S: Supported
3259F: drivers/scsi/gdt*
3260
3261GENERIC GPIO I2C DRIVER
3262M: Haavard Skinnemoen <hskinnemoen@gmail.com>
3263S: Supported
3264F: drivers/i2c/busses/i2c-gpio.c
3265F: include/linux/i2c-gpio.h
3266
3267GENERIC GPIO I2C MULTIPLEXER DRIVER
3268M: Peter Korsgaard <peter.korsgaard@barco.com>
3269L: linux-i2c@vger.kernel.org
3270S: Supported
3271F: drivers/i2c/muxes/i2c-mux-gpio.c
3272F: include/linux/i2c-mux-gpio.h
3273F: Documentation/i2c/muxes/i2c-mux-gpio
3274
3275GENERIC HDLC (WAN) DRIVERS
3276M: Krzysztof Halasa <khc@pm.waw.pl>
3277W: http://www.kernel.org/pub/linux/utils/net/hdlc/
3278S: Maintained
3279F: drivers/net/wan/c101.c
3280F: drivers/net/wan/hd6457*
3281F: drivers/net/wan/hdlc*
3282F: drivers/net/wan/n2.c
3283F: drivers/net/wan/pc300too.c
3284F: drivers/net/wan/pci200syn.c
3285F: drivers/net/wan/wanxl*
3286
3287GENERIC INCLUDE/ASM HEADER FILES
3288M: Arnd Bergmann <arnd@arndb.de>
3289L: linux-arch@vger.kernel.org
3290T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3291S: Maintained
3292F: include/asm-generic
3293
3294GENERIC UIO DRIVER FOR PCI DEVICES
3295M: "Michael S. Tsirkin" <mst@redhat.com>
3296L: kvm@vger.kernel.org
3297S: Supported
3298F: drivers/uio/uio_pci_generic.c
3299
3300GFS2 FILE SYSTEM
3301M: Steven Whitehouse <swhiteho@redhat.com>
3302L: cluster-devel@redhat.com
3303W: http://sources.redhat.com/cluster/
3304T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3305T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3306S: Supported
3307F: Documentation/filesystems/gfs2*.txt
3308F: fs/gfs2/
3309F: include/linux/gfs2_ondisk.h
3310
3311GIGASET ISDN DRIVERS
3312M: Hansjoerg Lipp <hjlipp@web.de>
3313M: Tilman Schmidt <tilman@imap.cc>
3314L: gigaset307x-common@lists.sourceforge.net
3315W: http://gigaset307x.sourceforge.net/
3316S: Maintained
3317F: Documentation/isdn/README.gigaset
3318F: drivers/isdn/gigaset/
3319F: include/linux/gigaset_dev.h
3320
3321GPIO SUBSYSTEM
3322M: Grant Likely <grant.likely@secretlab.ca>
3323M: Linus Walleij <linus.walleij@linaro.org>
3324S: Maintained
3325T: git git://git.secretlab.ca/git/linux-2.6.git
3326F: Documentation/gpio.txt
3327F: drivers/gpio/
3328F: include/linux/gpio*
3329F: include/asm-generic/gpio.h
3330
3331GRE DEMULTIPLEXER DRIVER
3332M: Dmitry Kozlov <xeb@mail.ru>
3333L: netdev@vger.kernel.org
3334S: Maintained
3335F: net/ipv4/gre.c
3336F: include/net/gre.h
3337
3338GRETH 10/100/1G Ethernet MAC device driver
3339M: Kristoffer Glembo <kristoffer@gaisler.com>
3340L: netdev@vger.kernel.org
3341S: Maintained
3342F: drivers/net/ethernet/aeroflex/
3343
3344GSPCA FINEPIX SUBDRIVER
3345M: Frank Zago <frank@zago.net>
3346L: linux-media@vger.kernel.org
3347T: git git://linuxtv.org/media_tree.git
3348S: Maintained
3349F: drivers/media/usb/gspca/finepix.c
3350
3351GSPCA GL860 SUBDRIVER
3352M: Olivier Lorin <o.lorin@laposte.net>
3353L: linux-media@vger.kernel.org
3354T: git git://linuxtv.org/media_tree.git
3355S: Maintained
3356F: drivers/media/usb/gspca/gl860/
3357
3358GSPCA M5602 SUBDRIVER
3359M: Erik Andren <erik.andren@gmail.com>
3360L: linux-media@vger.kernel.org
3361T: git git://linuxtv.org/media_tree.git
3362S: Maintained
3363F: drivers/media/usb/gspca/m5602/
3364
3365GSPCA PAC207 SONIXB SUBDRIVER
3366M: Hans de Goede <hdegoede@redhat.com>
3367L: linux-media@vger.kernel.org
3368T: git git://linuxtv.org/media_tree.git
3369S: Maintained
3370F: drivers/media/usb/gspca/pac207.c
3371
3372GSPCA SN9C20X SUBDRIVER
3373M: Brian Johnson <brijohn@gmail.com>
3374L: linux-media@vger.kernel.org
3375T: git git://linuxtv.org/media_tree.git
3376S: Maintained
3377F: drivers/media/usb/gspca/sn9c20x.c
3378
3379GSPCA T613 SUBDRIVER
3380M: Leandro Costantino <lcostantino@gmail.com>
3381L: linux-media@vger.kernel.org
3382T: git git://linuxtv.org/media_tree.git
3383S: Maintained
3384F: drivers/media/usb/gspca/t613.c
3385
3386GSPCA USB WEBCAM DRIVER
3387M: Hans de Goede <hdegoede@redhat.com>
3388L: linux-media@vger.kernel.org
3389T: git git://linuxtv.org/media_tree.git
3390S: Maintained
3391F: drivers/media/usb/gspca/
3392
3393STK1160 USB VIDEO CAPTURE DRIVER
3394M: Ezequiel Garcia <elezegarcia@gmail.com>
3395L: linux-media@vger.kernel.org
3396T: git git://linuxtv.org/media_tree.git
3397S: Maintained
3398F: drivers/media/usb/stk1160/
3399
3400HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3401M: Frank Seidel <frank@f-seidel.de>
3402L: platform-driver-x86@vger.kernel.org
3403W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3404S: Maintained
3405F: drivers/platform/x86/hdaps.c
3406
3407HWPOISON MEMORY FAILURE HANDLING
3408M: Andi Kleen <andi@firstfloor.org>
3409L: linux-mm@kvack.org
3410T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3411S: Maintained
3412F: mm/memory-failure.c
3413F: mm/hwpoison-inject.c
3414
3415HYPERVISOR VIRTUAL CONSOLE DRIVER
3416L: linuxppc-dev@lists.ozlabs.org
3417S: Odd Fixes
3418F: drivers/tty/hvc/
3419
3420HARDWARE MONITORING
3421M: Jean Delvare <khali@linux-fr.org>
3422M: Guenter Roeck <linux@roeck-us.net>
3423L: lm-sensors@lm-sensors.org
3424W: http://www.lm-sensors.org/
3425T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3426T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3427S: Maintained
3428F: Documentation/hwmon/
3429F: drivers/hwmon/
3430F: include/linux/hwmon*.h
3431
3432HARDWARE RANDOM NUMBER GENERATOR CORE
3433M: Matt Mackall <mpm@selenic.com>
3434M: Herbert Xu <herbert@gondor.apana.org.au>
3435S: Odd fixes
3436F: Documentation/hw_random.txt
3437F: drivers/char/hw_random/
3438F: include/linux/hw_random.h
3439
3440HARDWARE SPINLOCK CORE
3441M: Ohad Ben-Cohen <ohad@wizery.com>
3442S: Maintained
3443F: Documentation/hwspinlock.txt
3444F: drivers/hwspinlock/hwspinlock_*
3445F: include/linux/hwspinlock.h
3446
3447HARMONY SOUND DRIVER
3448L: linux-parisc@vger.kernel.org
3449S: Maintained
3450F: sound/parisc/harmony.*
3451
3452HD29L2 MEDIA DRIVER
3453M: Antti Palosaari <crope@iki.fi>
3454L: linux-media@vger.kernel.org
3455W: http://linuxtv.org/
3456W: http://palosaari.fi/linux/
3457Q: http://patchwork.linuxtv.org/project/linux-media/list/
3458T: git git://linuxtv.org/anttip/media_tree.git
3459S: Maintained
3460F: drivers/media/dvb-frontends/hd29l2*
3461
3462HEWLETT-PACKARD SMART2 RAID DRIVER
3463M: Chirag Kantharia <chirag.kantharia@hp.com>
3464L: iss_storagedev@hp.com
3465S: Maintained
3466F: Documentation/blockdev/cpqarray.txt
3467F: drivers/block/cpqarray.*
3468
3469HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3470M: "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3471L: iss_storagedev@hp.com
3472S: Supported
3473F: Documentation/scsi/hpsa.txt
3474F: drivers/scsi/hpsa*.[ch]
3475F: include/linux/cciss*.h
3476
3477HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3478M: Mike Miller <mike.miller@hp.com>
3479L: iss_storagedev@hp.com
3480S: Supported
3481F: Documentation/blockdev/cciss.txt
3482F: drivers/block/cciss*
3483F: include/linux/cciss_ioctl.h
3484
3485HFS FILESYSTEM
3486L: linux-fsdevel@vger.kernel.org
3487S: Orphan
3488F: Documentation/filesystems/hfs.txt
3489F: fs/hfs/
3490
3491HGA FRAMEBUFFER DRIVER
3492M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3493L: linux-nvidia@lists.surfsouth.com
3494W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3495S: Maintained
3496F: drivers/video/hgafb.c
3497
3498HIBERNATION (aka Software Suspend, aka swsusp)
3499M: Pavel Machek <pavel@ucw.cz>
3500M: "Rafael J. Wysocki" <rjw@sisk.pl>
3501L: linux-pm@vger.kernel.org
3502S: Supported
3503F: arch/x86/power/
3504F: drivers/base/power/
3505F: kernel/power/
3506F: include/linux/suspend.h
3507F: include/linux/freezer.h
3508F: include/linux/pm.h
3509F: arch/*/include/asm/suspend*.h
3510
3511HID CORE LAYER
3512M: Jiri Kosina <jkosina@suse.cz>
3513L: linux-input@vger.kernel.org
3514T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3515S: Maintained
3516F: drivers/hid/
3517F: include/linux/hid*
3518
3519HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3520M: Thomas Gleixner <tglx@linutronix.de>
3521T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3522S: Maintained
3523F: Documentation/timers/
3524F: kernel/hrtimer.c
3525F: kernel/time/clockevents.c
3526F: kernel/time/tick*.*
3527F: kernel/time/timer_*.c
3528F: include/linux/clockchips.h
3529F: include/linux/hrtimer.h
3530
3531HIGH-SPEED SCC DRIVER FOR AX.25
3532L: linux-hams@vger.kernel.org
3533S: Orphan
3534F: drivers/net/hamradio/dmascc.c
3535F: drivers/net/hamradio/scc.c
3536
3537HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3538M: HighPoint Linux Team <linux@highpoint-tech.com>
3539W: http://www.highpoint-tech.com
3540S: Supported
3541F: Documentation/scsi/hptiop.txt
3542F: drivers/scsi/hptiop.c
3543
3544HIPPI
3545M: Jes Sorensen <jes@trained-monkey.org>
3546L: linux-hippi@sunsite.dk
3547S: Maintained
3548F: include/linux/hippidevice.h
3549F: include/linux/if_hippi.h
3550F: net/802/hippi.c
3551F: drivers/net/hippi/
3552
3553HOST AP DRIVER
3554M: Jouni Malinen <j@w1.fi>
3555L: hostap@shmoo.com (subscribers-only)
3556L: linux-wireless@vger.kernel.org
3557W: http://hostap.epitest.fi/
3558S: Maintained
3559F: drivers/net/wireless/hostap/
3560
3561HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3562L: platform-driver-x86@vger.kernel.org
3563S: Orphan
3564F: drivers/platform/x86/tc1100-wmi.c
3565
3566HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3567M: Jaroslav Kysela <perex@perex.cz>
3568S: Maintained
3569F: drivers/net/ethernet/hp/hp100.*
3570
3571HPET: High Precision Event Timers driver
3572M: Clemens Ladisch <clemens@ladisch.de>
3573S: Maintained
3574F: Documentation/timers/hpet.txt
3575F: drivers/char/hpet.c
3576F: include/linux/hpet.h
3577
3578HPET: x86
3579M: "Venkatesh Pallipadi (Venki)" <venki@google.com>
3580S: Maintained
3581F: arch/x86/kernel/hpet.c
3582F: arch/x86/include/asm/hpet.h
3583
3584HPFS FILESYSTEM
3585M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3586W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3587S: Maintained
3588F: fs/hpfs/
3589
3590HSO 3G MODEM DRIVER
3591M: Jan Dumon <j.dumon@option.com>
3592W: http://www.pharscape.org
3593S: Maintained
3594F: drivers/net/usb/hso.c
3595
3596HTCPEN TOUCHSCREEN DRIVER
3597M: Pau Oliva Fora <pof@eslack.org>
3598L: linux-input@vger.kernel.org
3599S: Maintained
3600F: drivers/input/touchscreen/htcpen.c
3601
3602HUGETLB FILESYSTEM
3603M: William Irwin <wli@holomorphy.com>
3604S: Maintained
3605F: fs/hugetlbfs/
3606
3607Hyper-V CORE AND DRIVERS
3608M: K. Y. Srinivasan <kys@microsoft.com>
3609M: Haiyang Zhang <haiyangz@microsoft.com>
3610L: devel@linuxdriverproject.org
3611S: Maintained
3612F: drivers/hv/
3613F: drivers/hid/hid-hyperv.c
3614F: drivers/net/hyperv/
3615F: drivers/staging/hv/
3616
3617I2C/SMBUS STUB DRIVER
3618M: "Mark M. Hoffman" <mhoffman@lightlink.com>
3619L: linux-i2c@vger.kernel.org
3620S: Maintained
3621F: drivers/i2c/busses/i2c-stub.c
3622
3623I2C SUBSYSTEM
3624M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3625M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3626M: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de>
3627L: linux-i2c@vger.kernel.org
3628W: http://i2c.wiki.kernel.org/
3629T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3630T: git git://git.pengutronix.de/git/wsa/linux.git
3631S: Maintained
3632F: Documentation/i2c/
3633F: drivers/i2c/
3634F: include/linux/i2c.h
3635F: include/linux/i2c-*.h
3636
3637I2C-TINY-USB DRIVER
3638M: Till Harbaum <till@harbaum.org>
3639L: linux-i2c@vger.kernel.org
3640W: http://www.harbaum.org/till/i2c_tiny_usb
3641S: Maintained
3642F: drivers/i2c/busses/i2c-tiny-usb.c
3643
3644i386 BOOT CODE
3645M: "H. Peter Anvin" <hpa@zytor.com>
3646S: Maintained
3647F: arch/x86/boot/
3648
3649i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3650M: "H. Peter Anvin" <hpa@zytor.com>
3651T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3652S: Maintained
3653
3654IA64 (Itanium) PLATFORM
3655M: Tony Luck <tony.luck@intel.com>
3656M: Fenghua Yu <fenghua.yu@intel.com>
3657L: linux-ia64@vger.kernel.org
3658T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3659S: Maintained
3660F: arch/ia64/
3661
3662IBM Power in-Nest Crypto Acceleration
3663M: Kent Yoder <key@linux.vnet.ibm.com>
3664L: linux-crypto@vger.kernel.org
3665S: Supported
3666F: drivers/crypto/nx/
3667
3668IBM Power 842 compression accelerator
3669M: Robert Jennings <rcj@linux.vnet.ibm.com>
3670S: Supported
3671F: drivers/crypto/nx/nx-842.c
3672F: include/linux/nx842.h
3673
3674IBM Power Linux RAID adapter
3675M: Brian King <brking@us.ibm.com>
3676S: Supported
3677F: drivers/scsi/ipr.*
3678
3679IBM Power Virtual Ethernet Device Driver
3680M: Santiago Leon <santil@linux.vnet.ibm.com>
3681L: netdev@vger.kernel.org
3682S: Supported
3683F: drivers/net/ethernet/ibm/ibmveth.*
3684
3685IBM Power Virtual SCSI/FC Device Drivers
3686M: Robert Jennings <rcj@linux.vnet.ibm.com>
3687L: linux-scsi@vger.kernel.org
3688S: Supported
3689F: drivers/scsi/ibmvscsi/
3690X: drivers/scsi/ibmvscsi/ibmvstgt.c
3691
3692IBM ServeRAID RAID DRIVER
3693P: Jack Hammer
3694M: Dave Jeffery <ipslinux@adaptec.com>
3695W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3696S: Supported
3697F: drivers/scsi/ips.*
3698
3699ICH LPC AND GPIO DRIVER
3700M: Peter Tyser <ptyser@xes-inc.com>
3701S: Maintained
3702F: drivers/mfd/lpc_ich.c
3703F: drivers/gpio/gpio-ich.c
3704
3705IDE SUBSYSTEM
3706M: "David S. Miller" <davem@davemloft.net>
3707L: linux-ide@vger.kernel.org
3708Q: http://patchwork.ozlabs.org/project/linux-ide/list/
3709T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
3710S: Maintained
3711F: Documentation/ide/
3712F: drivers/ide/
3713F: include/linux/ide.h
3714
3715IDEAPAD LAPTOP EXTRAS DRIVER
3716M: Ike Panhc <ike.pan@canonical.com>
3717L: platform-driver-x86@vger.kernel.org
3718W: http://launchpad.net/ideapad-laptop
3719S: Maintained
3720F: drivers/platform/x86/ideapad-laptop.c
3721
3722IDE/ATAPI DRIVERS
3723M: Borislav Petkov <petkovbb@gmail.com>
3724L: linux-ide@vger.kernel.org
3725S: Maintained
3726F: Documentation/cdrom/ide-cd
3727F: drivers/ide/ide-cd*
3728
3729IDLE-I7300
3730M: Andy Henroid <andrew.d.henroid@intel.com>
3731L: linux-pm@vger.kernel.org
3732S: Supported
3733F: drivers/idle/i7300_idle.c
3734
3735IEEE 802.15.4 SUBSYSTEM
3736M: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
3737M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3738L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3739W: http://apps.sourceforge.net/trac/linux-zigbee
3740T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3741S: Maintained
3742F: net/ieee802154/
3743F: net/mac802154/
3744F: drivers/ieee802154/
3745
3746IIO SUBSYSTEM AND DRIVERS
3747M: Jonathan Cameron <jic23@cam.ac.uk>
3748L: linux-iio@vger.kernel.org
3749S: Maintained
3750F: drivers/iio/
3751F: drivers/staging/iio/
3752
3753IKANOS/ADI EAGLE ADSL USB DRIVER
3754M: Matthieu Castet <castet.matthieu@free.fr>
3755M: Stanislaw Gruszka <stf_xl@wp.pl>
3756S: Maintained
3757F: drivers/usb/atm/ueagle-atm.c
3758
3759INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3760M: Mimi Zohar <zohar@us.ibm.com>
3761S: Supported
3762F: security/integrity/ima/
3763
3764IMS TWINTURBO FRAMEBUFFER DRIVER
3765L: linux-fbdev@vger.kernel.org
3766S: Orphan
3767F: drivers/video/imsttfb.c
3768
3769INFINIBAND SUBSYSTEM
3770M: Roland Dreier <roland@kernel.org>
3771M: Sean Hefty <sean.hefty@intel.com>
3772M: Hal Rosenstock <hal.rosenstock@gmail.com>
3773L: linux-rdma@vger.kernel.org
3774W: http://www.openfabrics.org/
3775Q: http://patchwork.kernel.org/project/linux-rdma/list/
3776T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3777S: Supported
3778F: Documentation/infiniband/
3779F: drivers/infiniband/
3780F: include/linux/if_infiniband.h
3781
3782INOTIFY
3783M: John McCutchan <john@johnmccutchan.com>
3784M: Robert Love <rlove@rlove.org>
3785M: Eric Paris <eparis@parisplace.org>
3786S: Maintained
3787F: Documentation/filesystems/inotify.txt
3788F: fs/notify/inotify/
3789F: include/linux/inotify.h
3790
3791INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3792M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
3793M: Dmitry Torokhov <dtor@mail.ru>
3794L: linux-input@vger.kernel.org
3795Q: http://patchwork.kernel.org/project/linux-input/list/
3796T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3797S: Maintained
3798F: drivers/input/
3799F: include/linux/input.h
3800F: include/linux/input/
3801
3802INPUT MULTITOUCH (MT) PROTOCOL
3803M: Henrik Rydberg <rydberg@euromail.se>
3804L: linux-input@vger.kernel.org
3805T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3806S: Maintained
3807F: Documentation/input/multi-touch-protocol.txt
3808F: drivers/input/input-mt.c
3809K: \b(ABS|SYN)_MT_
3810
3811INTEL C600 SERIES SAS CONTROLLER DRIVER
3812M: Intel SCU Linux support <intel-linux-scu@intel.com>
3813M: Lukasz Dorau <lukasz.dorau@intel.com>
3814M: Maciej Patelczyk <maciej.patelczyk@intel.com>
3815M: Dave Jiang <dave.jiang@intel.com>
3816L: linux-scsi@vger.kernel.org
3817T: git git://git.code.sf.net/p/intel-sas/isci
3818S: Supported
3819F: drivers/scsi/isci/
3820F: firmware/isci/
3821
3822INTEL IDLE DRIVER
3823M: Len Brown <lenb@kernel.org>
3824L: linux-pm@vger.kernel.org
3825T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
3826S: Supported
3827F: drivers/idle/intel_idle.c
3828
3829INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3830M: Maik Broemme <mbroemme@plusserver.de>
3831L: linux-fbdev@vger.kernel.org
3832S: Maintained
3833F: Documentation/fb/intelfb.txt
3834F: drivers/video/intelfb/
3835
3836INTEL 810/815 FRAMEBUFFER DRIVER
3837M: Antonino Daplas <adaplas@gmail.com>
3838L: linux-fbdev@vger.kernel.org
3839S: Maintained
3840F: drivers/video/i810/
3841
3842INTEL MENLOW THERMAL DRIVER
3843M: Sujith Thomas <sujith.thomas@intel.com>
3844L: platform-driver-x86@vger.kernel.org
3845W: http://www.lesswatts.org/projects/acpi/
3846S: Supported
3847F: drivers/platform/x86/intel_menlow.c
3848
3849INTEL IA32 MICROCODE UPDATE SUPPORT
3850M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3851S: Maintained
3852F: arch/x86/kernel/microcode_core.c
3853F: arch/x86/kernel/microcode_intel.c
3854
3855INTEL I/OAT DMA DRIVER
3856M: Dan Williams <djbw@fb.com>
3857S: Maintained
3858F: drivers/dma/ioat*
3859
3860INTEL IOMMU (VT-d)
3861M: David Woodhouse <dwmw2@infradead.org>
3862L: iommu@lists.linux-foundation.org
3863T: git git://git.infradead.org/iommu-2.6.git
3864S: Supported
3865F: drivers/iommu/intel-iommu.c
3866F: include/linux/intel-iommu.h
3867
3868INTEL IOP-ADMA DMA DRIVER
3869M: Dan Williams <djbw@fb.com>
3870S: Odd fixes
3871F: drivers/dma/iop-adma.c
3872
3873INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3874M: Krzysztof Halasa <khc@pm.waw.pl>
3875S: Maintained
3876F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3877F: arch/arm/mach-ixp4xx/include/mach/npe.h
3878F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3879F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3880F: drivers/net/ethernet/xscale/ixp4xx_eth.c
3881F: drivers/net/wan/ixp4xx_hss.c
3882
3883INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3884M: Deepak Saxena <dsaxena@plexity.net>
3885S: Maintained
3886F: drivers/char/hw_random/ixp4xx-rng.c
3887
3888INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3889M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3890M: Jesse Brandeburg <jesse.brandeburg@intel.com>
3891M: Bruce Allan <bruce.w.allan@intel.com>
3892M: Carolyn Wyborny <carolyn.wyborny@intel.com>
3893M: Don Skidmore <donald.c.skidmore@intel.com>
3894M: Greg Rose <gregory.v.rose@intel.com>
3895M: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
3896M: Alex Duyck <alexander.h.duyck@intel.com>
3897M: John Ronciak <john.ronciak@intel.com>
3898L: e1000-devel@lists.sourceforge.net
3899W: http://e1000.sourceforge.net/
3900T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
3901T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
3902S: Supported
3903F: Documentation/networking/e100.txt
3904F: Documentation/networking/e1000.txt
3905F: Documentation/networking/e1000e.txt
3906F: Documentation/networking/igb.txt
3907F: Documentation/networking/igbvf.txt
3908F: Documentation/networking/ixgb.txt
3909F: Documentation/networking/ixgbe.txt
3910F: Documentation/networking/ixgbevf.txt
3911F: drivers/net/ethernet/intel/
3912
3913INTEL MRST PMU DRIVER
3914M: Len Brown <len.brown@intel.com>
3915L: linux-pm@vger.kernel.org
3916S: Supported
3917F: arch/x86/platform/mrst/pmu.*
3918
3919INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
3920M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
3921L: linux-wireless@vger.kernel.org
3922S: Maintained
3923F: Documentation/networking/README.ipw2100
3924F: Documentation/networking/README.ipw2200
3925F: drivers/net/wireless/ipw2x00/
3926
3927INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3928M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
3929M: Gang Wei <gang.wei@intel.com>
3930M: Shane Wang <shane.wang@intel.com>
3931L: tboot-devel@lists.sourceforge.net
3932W: http://tboot.sourceforge.net
3933T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
3934S: Supported
3935F: Documentation/intel_txt.txt
3936F: include/linux/tboot.h
3937F: arch/x86/kernel/tboot.c
3938
3939INTEL WIRELESS WIMAX CONNECTION 2400
3940M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3941M: linux-wimax@intel.com
3942L: wimax@linuxwimax.org
3943S: Supported
3944W: http://linuxwimax.org
3945F: Documentation/wimax/README.i2400m
3946F: drivers/net/wimax/i2400m/
3947F: include/linux/wimax/i2400m.h
3948
3949INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
3950M: Stanislaw Gruszka <sgruszka@redhat.com>
3951L: linux-wireless@vger.kernel.org
3952S: Supported
3953F: drivers/net/wireless/iwlegacy/
3954
3955INTEL WIRELESS WIFI LINK (iwlwifi)
3956M: Johannes Berg <johannes.berg@intel.com>
3957M: Wey-Yi Guy <wey-yi.w.guy@intel.com>
3958M: Intel Linux Wireless <ilw@linux.intel.com>
3959L: linux-wireless@vger.kernel.org
3960W: http://intellinuxwireless.org
3961T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
3962S: Supported
3963F: drivers/net/wireless/iwlwifi/
3964
3965INTEL MANAGEMENT ENGINE (mei)
3966M: Tomas Winkler <tomas.winkler@intel.com>
3967L: linux-kernel@vger.kernel.org
3968S: Supported
3969F: include/linux/mei.h
3970F: drivers/misc/mei/*
3971F: Documentation/mei/*
3972
3973IOC3 ETHERNET DRIVER
3974M: Ralf Baechle <ralf@linux-mips.org>
3975L: linux-mips@linux-mips.org
3976S: Maintained
3977F: drivers/net/ethernet/sgi/ioc3-eth.c
3978
3979IOC3 SERIAL DRIVER
3980M: Pat Gefre <pfg@sgi.com>
3981L: linux-serial@vger.kernel.org
3982S: Maintained
3983F: drivers/tty/serial/ioc3_serial.c
3984
3985IP MASQUERADING
3986M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3987S: Maintained
3988F: net/ipv4/netfilter/ipt_MASQUERADE.c
3989
3990IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3991M: Francois Romieu <romieu@fr.zoreil.com>
3992M: Sorbica Shieh <sorbica@icplus.com.tw>
3993L: netdev@vger.kernel.org
3994S: Maintained
3995F: drivers/net/ethernet/icplus/ipg.*
3996
3997IPATH DRIVER
3998M: Mike Marciniszyn <infinipath@intel.com>
3999L: linux-rdma@vger.kernel.org
4000S: Maintained
4001F: drivers/infiniband/hw/ipath/
4002
4003IPMI SUBSYSTEM
4004M: Corey Minyard <minyard@acm.org>
4005L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4006W: http://openipmi.sourceforge.net/
4007S: Supported
4008F: Documentation/IPMI.txt
4009F: drivers/char/ipmi/
4010F: include/linux/ipmi*
4011
4012IPS SCSI RAID DRIVER
4013M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4014L: linux-scsi@vger.kernel.org
4015W: http://www.adaptec.com/
4016S: Maintained
4017F: drivers/scsi/ips*
4018
4019IPVS
4020M: Wensong Zhang <wensong@linux-vs.org>
4021M: Simon Horman <horms@verge.net.au>
4022M: Julian Anastasov <ja@ssi.bg>
4023L: netdev@vger.kernel.org
4024L: lvs-devel@vger.kernel.org
4025S: Maintained
4026F: Documentation/networking/ipvs-sysctl.txt
4027F: include/net/ip_vs.h
4028F: include/linux/ip_vs.h
4029F: net/netfilter/ipvs/
4030
4031IPWIRELESS DRIVER
4032M: Jiri Kosina <jkosina@suse.cz>
4033M: David Sterba <dsterba@suse.cz>
4034S: Odd Fixes
4035F: drivers/tty/ipwireless/
4036
4037IPX NETWORK LAYER
4038M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4039L: netdev@vger.kernel.org
4040S: Maintained
4041F: include/linux/ipx.h
4042F: include/net/ipx.h
4043F: net/ipx/
4044
4045IRDA SUBSYSTEM
4046M: Samuel Ortiz <samuel@sortiz.org>
4047L: irda-users@lists.sourceforge.net (subscribers-only)
4048L: netdev@vger.kernel.org
4049W: http://irda.sourceforge.net/
4050S: Maintained
4051T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4052F: Documentation/networking/irda.txt
4053F: drivers/net/irda/
4054F: include/net/irda/
4055F: net/irda/
4056
4057IRQ SUBSYSTEM
4058M: Thomas Gleixner <tglx@linutronix.de>
4059S: Maintained
4060T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4061F: kernel/irq/
4062
4063IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4064M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4065M: Grant Likely <grant.likely@secretlab.ca>
4066T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
4067S: Maintained
4068F: Documentation/IRQ-domain.txt
4069F: include/linux/irqdomain.h
4070F: kernel/irq/irqdomain.c
4071
4072ISAPNP
4073M: Jaroslav Kysela <perex@perex.cz>
4074S: Maintained
4075F: Documentation/isapnp.txt
4076F: drivers/pnp/isapnp/
4077F: include/linux/isapnp.h
4078
4079iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4080M: Peter Jones <pjones@redhat.com>
4081M: Konrad Rzeszutek Wilk <konrad@kernel.org>
4082S: Maintained
4083F: drivers/firmware/iscsi_ibft*
4084
4085ISCSI
4086M: Mike Christie <michaelc@cs.wisc.edu>
4087L: open-iscsi@googlegroups.com
4088W: www.open-iscsi.org
4089T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4090S: Maintained
4091F: drivers/scsi/*iscsi*
4092F: include/scsi/*iscsi*
4093
4094ISDN SUBSYSTEM
4095M: Karsten Keil <isdn@linux-pingi.de>
4096L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
4097L: netdev@vger.kernel.org
4098W: http://www.isdn4linux.de
4099T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4100S: Maintained
4101F: Documentation/isdn/
4102F: drivers/isdn/
4103F: include/linux/isdn.h
4104F: include/linux/isdn/
4105
4106ISDN SUBSYSTEM (Eicon active card driver)
4107M: Armin Schindler <mac@melware.de>
4108L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
4109W: http://www.melware.de
4110S: Maintained
4111F: drivers/isdn/hardware/eicon/
4112
4113IT87 HARDWARE MONITORING DRIVER
4114M: Jean Delvare <khali@linux-fr.org>
4115L: lm-sensors@lm-sensors.org
4116S: Maintained
4117F: Documentation/hwmon/it87
4118F: drivers/hwmon/it87.c
4119
4120IVTV VIDEO4LINUX DRIVER
4121M: Andy Walls <awalls@md.metrocast.net>
4122L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4123L: linux-media@vger.kernel.org
4124T: git git://linuxtv.org/media_tree.git
4125W: http://www.ivtvdriver.org
4126S: Maintained
4127F: Documentation/video4linux/*.ivtv
4128F: drivers/media/pci/ivtv/
4129F: include/linux/ivtv*
4130
4131JC42.4 TEMPERATURE SENSOR DRIVER
4132M: Guenter Roeck <linux@roeck-us.net>
4133L: lm-sensors@lm-sensors.org
4134S: Maintained
4135F: drivers/hwmon/jc42.c
4136F: Documentation/hwmon/jc42
4137
4138JFS FILESYSTEM
4139M: Dave Kleikamp <shaggy@kernel.org>
4140L: jfs-discussion@lists.sourceforge.net
4141W: http://jfs.sourceforge.net/
4142T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4143S: Maintained
4144F: Documentation/filesystems/jfs.txt
4145F: fs/jfs/
4146
4147JME NETWORK DRIVER
4148M: Guo-Fu Tseng <cooldavid@cooldavid.org>
4149L: netdev@vger.kernel.org
4150S: Maintained
4151F: drivers/net/ethernet/jme.*
4152
4153JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4154M: David Woodhouse <dwmw2@infradead.org>
4155L: linux-mtd@lists.infradead.org
4156W: http://www.linux-mtd.infradead.org/doc/jffs2.html
4157S: Maintained
4158F: fs/jffs2/
4159F: include/linux/jffs2.h
4160
4161JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4162M: Andrew Morton <akpm@linux-foundation.org>
4163M: Jan Kara <jack@suse.cz>
4164L: linux-ext4@vger.kernel.org
4165S: Maintained
4166F: fs/jbd/
4167F: include/linux/ext3_jbd.h
4168F: include/linux/jbd.h
4169
4170JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4171M: "Theodore Ts'o" <tytso@mit.edu>
4172L: linux-ext4@vger.kernel.org
4173S: Maintained
4174F: fs/jbd2/
4175F: include/linux/jbd2.h
4176
4177JSM Neo PCI based serial card
4178M: Lucas Tavares <lucaskt@linux.vnet.ibm.com>
4179L: linux-serial@vger.kernel.org
4180S: Maintained
4181F: drivers/tty/serial/jsm/
4182
4183K10TEMP HARDWARE MONITORING DRIVER
4184M: Clemens Ladisch <clemens@ladisch.de>
4185L: lm-sensors@lm-sensors.org
4186S: Maintained
4187F: Documentation/hwmon/k10temp
4188F: drivers/hwmon/k10temp.c
4189
4190K8TEMP HARDWARE MONITORING DRIVER
4191M: Rudolf Marek <r.marek@assembler.cz>
4192L: lm-sensors@lm-sensors.org
4193S: Maintained
4194F: Documentation/hwmon/k8temp
4195F: drivers/hwmon/k8temp.c
4196
4197KCONFIG
4198M: Michal Marek <mmarek@suse.cz>
4199L: linux-kbuild@vger.kernel.org
4200S: Odd Fixes
4201F: Documentation/kbuild/kconfig-language.txt
4202F: scripts/kconfig/
4203
4204KDUMP
4205M: Vivek Goyal <vgoyal@redhat.com>
4206M: Haren Myneni <hbabu@us.ibm.com>
4207L: kexec@lists.infradead.org
4208W: http://lse.sourceforge.net/kdump/
4209S: Maintained
4210F: Documentation/kdump/
4211
4212KERNEL AUTOMOUNTER v4 (AUTOFS4)
4213M: Ian Kent <raven@themaw.net>
4214L: autofs@vger.kernel.org
4215S: Maintained
4216F: fs/autofs4/
4217
4218KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4219M: Michal Marek <mmarek@suse.cz>
4220T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4221T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4222L: linux-kbuild@vger.kernel.org
4223S: Maintained
4224F: Documentation/kbuild/
4225F: Makefile
4226F: scripts/Makefile.*
4227F: scripts/basic/
4228F: scripts/mk*
4229F: scripts/package/
4230
4231KERNEL JANITORS
4232L: kernel-janitors@vger.kernel.org
4233W: http://kernelnewbies.org/KernelJanitors
4234S: Odd Fixes
4235
4236KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4237M: "J. Bruce Fields" <bfields@fieldses.org>
4238L: linux-nfs@vger.kernel.org
4239W: http://nfs.sourceforge.net/
4240S: Supported
4241F: fs/nfsd/
4242F: include/linux/nfsd/
4243F: fs/lockd/
4244F: fs/nfs_common/
4245F: net/sunrpc/
4246F: include/linux/lockd/
4247F: include/linux/sunrpc/
4248
4249KERNEL VIRTUAL MACHINE (KVM)
4250M: Avi Kivity <avi@redhat.com>
4251M: Marcelo Tosatti <mtosatti@redhat.com>
4252L: kvm@vger.kernel.org
4253W: http://kvm.qumranet.com
4254S: Supported
4255F: Documentation/*/kvm.txt
4256F: arch/*/kvm/
4257F: arch/*/include/asm/kvm*
4258F: include/linux/kvm*
4259F: virt/kvm/
4260
4261KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4262M: Joerg Roedel <joerg.roedel@amd.com>
4263L: kvm@vger.kernel.org
4264W: http://kvm.qumranet.com
4265S: Supported
4266F: arch/x86/include/asm/svm.h
4267F: arch/x86/kvm/svm.c
4268
4269KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4270M: Alexander Graf <agraf@suse.de>
4271L: kvm-ppc@vger.kernel.org
4272W: http://kvm.qumranet.com
4273S: Supported
4274F: arch/powerpc/include/asm/kvm*
4275F: arch/powerpc/kvm/
4276
4277KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4278M: Xiantao Zhang <xiantao.zhang@intel.com>
4279L: kvm-ia64@vger.kernel.org
4280W: http://kvm.qumranet.com
4281S: Supported
4282F: Documentation/ia64/kvm.txt
4283F: arch/ia64/include/asm/kvm*
4284F: arch/ia64/kvm/
4285
4286KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4287M: Christian Borntraeger <borntraeger@de.ibm.com>
4288M: Cornelia Huck <cornelia.huck@de.ibm.com>
4289M: linux390@de.ibm.com
4290L: linux-s390@vger.kernel.org
4291W: http://www.ibm.com/developerworks/linux/linux390/
4292S: Supported
4293F: Documentation/s390/kvm.txt
4294F: arch/s390/include/asm/kvm*
4295F: arch/s390/kvm/
4296F: drivers/s390/kvm/
4297
4298KEXEC
4299M: Eric Biederman <ebiederm@xmission.com>
4300W: http://kernel.org/pub/linux/utils/kernel/kexec/
4301L: kexec@lists.infradead.org
4302S: Maintained
4303F: include/linux/kexec.h
4304F: kernel/kexec.c
4305
4306KEYS/KEYRINGS:
4307M: David Howells <dhowells@redhat.com>
4308L: keyrings@linux-nfs.org
4309S: Maintained
4310F: Documentation/security/keys.txt
4311F: include/linux/key.h
4312F: include/linux/key-type.h
4313F: include/keys/
4314F: security/keys/
4315
4316KEYS-TRUSTED
4317M: David Safford <safford@watson.ibm.com>
4318M: Mimi Zohar <zohar@us.ibm.com>
4319L: linux-security-module@vger.kernel.org
4320L: keyrings@linux-nfs.org
4321S: Supported
4322F: Documentation/security/keys-trusted-encrypted.txt
4323F: include/keys/trusted-type.h
4324F: security/keys/trusted.c
4325F: security/keys/trusted.h
4326
4327KEYS-ENCRYPTED
4328M: Mimi Zohar <zohar@us.ibm.com>
4329M: David Safford <safford@watson.ibm.com>
4330L: linux-security-module@vger.kernel.org
4331L: keyrings@linux-nfs.org
4332S: Supported
4333F: Documentation/security/keys-trusted-encrypted.txt
4334F: include/keys/encrypted-type.h
4335F: security/keys/encrypted-keys/
4336
4337KGDB / KDB /debug_core
4338M: Jason Wessel <jason.wessel@windriver.com>
4339W: http://kgdb.wiki.kernel.org/
4340L: kgdb-bugreport@lists.sourceforge.net
4341S: Maintained
4342F: Documentation/DocBook/kgdb.tmpl
4343F: drivers/misc/kgdbts.c
4344F: drivers/tty/serial/kgdboc.c
4345F: include/linux/kdb.h
4346F: include/linux/kgdb.h
4347F: kernel/debug/
4348
4349KMEMCHECK
4350M: Vegard Nossum <vegardno@ifi.uio.no>
4351M: Pekka Enberg <penberg@kernel.org>
4352S: Maintained
4353F: Documentation/kmemcheck.txt
4354F: arch/x86/include/asm/kmemcheck.h
4355F: arch/x86/mm/kmemcheck/
4356F: include/linux/kmemcheck.h
4357F: mm/kmemcheck.c
4358
4359KMEMLEAK
4360M: Catalin Marinas <catalin.marinas@arm.com>
4361S: Maintained
4362F: Documentation/kmemleak.txt
4363F: include/linux/kmemleak.h
4364F: mm/kmemleak.c
4365F: mm/kmemleak-test.c
4366
4367KPROBES
4368M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4369M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4370M: "David S. Miller" <davem@davemloft.net>
4371M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4372S: Maintained
4373F: Documentation/kprobes.txt
4374F: include/linux/kprobes.h
4375F: kernel/kprobes.c
4376
4377KS0108 LCD CONTROLLER DRIVER
4378M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4379W: http://miguelojeda.es/auxdisplay.htm
4380W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4381S: Maintained
4382F: Documentation/auxdisplay/ks0108
4383F: drivers/auxdisplay/ks0108.c
4384F: include/linux/ks0108.h
4385
4386LAPB module
4387L: linux-x25@vger.kernel.org
4388S: Orphan
4389F: Documentation/networking/lapb-module.txt
4390F: include/*/lapb.h
4391F: net/lapb/
4392
4393LASI 53c700 driver for PARISC
4394M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4395L: linux-scsi@vger.kernel.org
4396S: Maintained
4397F: Documentation/scsi/53c700.txt
4398F: drivers/scsi/53c700*
4399
4400LED SUBSYSTEM
4401M: Bryan Wu <bryan.wu@canonical.com>
4402M: Richard Purdie <rpurdie@rpsys.net>
4403L: linux-leds@vger.kernel.org
4404T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4405S: Maintained
4406F: drivers/leds/
4407F: include/linux/leds.h
4408
4409LEGACY EEPROM DRIVER
4410M: Jean Delvare <khali@linux-fr.org>
4411S: Maintained
4412F: Documentation/misc-devices/eeprom
4413F: drivers/misc/eeprom/eeprom.c
4414
4415LEGO USB Tower driver
4416M: Juergen Stuber <starblue@users.sourceforge.net>
4417L: legousb-devel@lists.sourceforge.net
4418W: http://legousb.sourceforge.net/
4419S: Maintained
4420F: drivers/usb/misc/legousbtower.c
4421
4422LG2160 MEDIA DRIVER
4423M: Michael Krufky <mkrufky@linuxtv.org>
4424L: linux-media@vger.kernel.org
4425W: http://linuxtv.org/
4426W: http://github.com/mkrufky
4427Q: http://patchwork.linuxtv.org/project/linux-media/list/
4428T: git git://linuxtv.org/mkrufky/tuners.git
4429S: Maintained
4430F: drivers/media/dvb-frontends/lg2160.*
4431
4432LGDT3305 MEDIA DRIVER
4433M: Michael Krufky <mkrufky@linuxtv.org>
4434L: linux-media@vger.kernel.org
4435W: http://linuxtv.org/
4436W: http://github.com/mkrufky
4437Q: http://patchwork.linuxtv.org/project/linux-media/list/
4438T: git git://linuxtv.org/mkrufky/tuners.git
4439S: Maintained
4440F: drivers/media/dvb-frontends/lgdt3305.*
4441
4442LGUEST
4443M: Rusty Russell <rusty@rustcorp.com.au>
4444L: lguest@lists.ozlabs.org
4445W: http://lguest.ozlabs.org/
4446S: Odd Fixes
4447F: arch/x86/include/asm/lguest*.h
4448F: arch/x86/lguest/
4449F: drivers/lguest/
4450F: include/linux/lguest*.h
4451F: tools/lguest/
4452
4453LINUX FOR IBM pSERIES (RS/6000)
4454M: Paul Mackerras <paulus@au.ibm.com>
4455W: http://www.ibm.com/linux/ltc/projects/ppc
4456S: Supported
4457F: arch/powerpc/boot/rs6000.h
4458
4459LINUX FOR POWERPC (32-BIT AND 64-BIT)
4460M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4461M: Paul Mackerras <paulus@samba.org>
4462W: http://www.penguinppc.org/
4463L: linuxppc-dev@lists.ozlabs.org
4464Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4465T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4466S: Supported
4467F: Documentation/powerpc/
4468F: arch/powerpc/
4469
4470LINUX FOR POWER MACINTOSH
4471M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4472W: http://www.penguinppc.org/
4473L: linuxppc-dev@lists.ozlabs.org
4474S: Maintained
4475F: arch/powerpc/platforms/powermac/
4476F: drivers/macintosh/
4477
4478LINUX FOR POWERPC EMBEDDED MPC5XXX
4479M: Anatolij Gustschin <agust@denx.de>
4480L: linuxppc-dev@lists.ozlabs.org
4481T: git git://git.denx.de/linux-2.6-agust.git
4482S: Maintained
4483F: arch/powerpc/platforms/512x/
4484F: arch/powerpc/platforms/52xx/
4485
4486LINUX FOR POWERPC EMBEDDED PPC4XX
4487M: Josh Boyer <jwboyer@gmail.com>
4488M: Matt Porter <mporter@kernel.crashing.org>
4489W: http://www.penguinppc.org/
4490L: linuxppc-dev@lists.ozlabs.org
4491T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4492S: Maintained
4493F: arch/powerpc/platforms/40x/
4494F: arch/powerpc/platforms/44x/
4495
4496LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4497M: Grant Likely <grant.likely@secretlab.ca>
4498W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4499L: linuxppc-dev@lists.ozlabs.org
4500T: git git://git.secretlab.ca/git/linux-2.6.git
4501S: Maintained
4502F: arch/powerpc/*/*virtex*
4503F: arch/powerpc/*/*/*virtex*
4504
4505LINUX FOR POWERPC EMBEDDED PPC8XX
4506M: Vitaly Bordug <vitb@kernel.crashing.org>
4507M: Marcelo Tosatti <marcelo@kvack.org>
4508W: http://www.penguinppc.org/
4509L: linuxppc-dev@lists.ozlabs.org
4510S: Maintained
4511F: arch/powerpc/platforms/8xx/
4512
4513LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4514M: Kumar Gala <galak@kernel.crashing.org>
4515W: http://www.penguinppc.org/
4516L: linuxppc-dev@lists.ozlabs.org
4517S: Maintained
4518F: arch/powerpc/platforms/83xx/
4519F: arch/powerpc/platforms/85xx/
4520
4521LINUX FOR POWERPC PA SEMI PWRFICIENT
4522M: Olof Johansson <olof@lixom.net>
4523L: linuxppc-dev@lists.ozlabs.org
4524S: Maintained
4525F: arch/powerpc/platforms/pasemi/
4526F: drivers/*/*pasemi*
4527F: drivers/*/*/*pasemi*
4528
4529LINUX SECURITY MODULE (LSM) FRAMEWORK
4530M: Chris Wright <chrisw@sous-sol.org>
4531L: linux-security-module@vger.kernel.org
4532S: Supported
4533
4534LIS3LV02D ACCELEROMETER DRIVER
4535M: Eric Piel <eric.piel@tremplin-utc.net>
4536S: Maintained
4537F: Documentation/misc-devices/lis3lv02d
4538F: drivers/misc/lis3lv02d/
4539F: drivers/platform/x86/hp_accel.c
4540
4541LLC (802.2)
4542M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4543S: Maintained
4544F: include/linux/llc.h
4545F: include/net/llc*
4546F: net/llc/
4547
4548LM73 HARDWARE MONITOR DRIVER
4549M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
4550L: lm-sensors@lm-sensors.org
4551S: Maintained
4552F: drivers/hwmon/lm73.c
4553
4554LM78 HARDWARE MONITOR DRIVER
4555M: Jean Delvare <khali@linux-fr.org>
4556L: lm-sensors@lm-sensors.org
4557S: Maintained
4558F: Documentation/hwmon/lm78
4559F: drivers/hwmon/lm78.c
4560
4561LM83 HARDWARE MONITOR DRIVER
4562M: Jean Delvare <khali@linux-fr.org>
4563L: lm-sensors@lm-sensors.org
4564S: Maintained
4565F: Documentation/hwmon/lm83
4566F: drivers/hwmon/lm83.c
4567
4568LM90 HARDWARE MONITOR DRIVER
4569M: Jean Delvare <khali@linux-fr.org>
4570L: lm-sensors@lm-sensors.org
4571S: Maintained
4572F: Documentation/hwmon/lm90
4573F: drivers/hwmon/lm90.c
4574
4575LOCKDEP AND LOCKSTAT
4576M: Peter Zijlstra <peterz@infradead.org>
4577M: Ingo Molnar <mingo@redhat.com>
4578T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4579S: Maintained
4580F: Documentation/lockdep*.txt
4581F: Documentation/lockstat.txt
4582F: include/linux/lockdep.h
4583F: kernel/lockdep*
4584
4585LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4586M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
4587L: linux-ntfs-dev@lists.sourceforge.net
4588W: http://www.linux-ntfs.org/content/view/19/37/
4589S: Maintained
4590F: Documentation/ldm.txt
4591F: block/partitions/ldm.*
4592
4593LogFS
4594M: Joern Engel <joern@logfs.org>
4595M: Prasad Joshi <prasadjoshi.linux@gmail.com>
4596L: logfs@logfs.org
4597W: logfs.org
4598S: Maintained
4599F: fs/logfs/
4600
4601LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4602M: Eric Moore <Eric.Moore@lsi.com>
4603M: support@lsi.com
4604L: DL-MPTFusionLinux@lsi.com
4605L: linux-scsi@vger.kernel.org
4606W: http://www.lsilogic.com/support
4607S: Supported
4608F: drivers/message/fusion/
4609
4610LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4611M: Matthew Wilcox <matthew@wil.cx>
4612L: linux-scsi@vger.kernel.org
4613S: Maintained
4614F: drivers/scsi/sym53c8xx_2/
4615
4616LTC4261 HARDWARE MONITOR DRIVER
4617M: Guenter Roeck <linux@roeck-us.net>
4618L: lm-sensors@lm-sensors.org
4619S: Maintained
4620F: Documentation/hwmon/ltc4261
4621F: drivers/hwmon/ltc4261.c
4622
4623LTP (Linux Test Project)
4624M: Shubham Goyal <shubham@linux.vnet.ibm.com>
4625M: Mike Frysinger <vapier@gentoo.org>
4626M: Cyril Hrubis <chrubis@suse.cz>
4627M: Caspar Zhang <caspar@casparzhang.com>
4628M: Wanlong Gao <gaowanlong@cn.fujitsu.com>
4629L: ltp-list@lists.sourceforge.net (subscribers-only)
4630W: http://ltp.sourceforge.net/
4631T: git git://github.com/linux-test-project/ltp.git
4632T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4633S: Maintained
4634
4635M32R ARCHITECTURE
4636M: Hirokazu Takata <takata@linux-m32r.org>
4637L: linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4638L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4639W: http://www.linux-m32r.org/
4640S: Maintained
4641F: arch/m32r/
4642
4643M68K ARCHITECTURE
4644M: Geert Uytterhoeven <geert@linux-m68k.org>
4645L: linux-m68k@lists.linux-m68k.org
4646W: http://www.linux-m68k.org/
4647T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4648S: Maintained
4649F: arch/m68k/
4650F: drivers/zorro/
4651
4652M68K ON APPLE MACINTOSH
4653M: Joshua Thompson <funaho@jurai.org>
4654W: http://www.mac.linux-m68k.org/
4655L: linux-m68k@lists.linux-m68k.org
4656S: Maintained
4657F: arch/m68k/mac/
4658
4659M68K ON HP9000/300
4660M: Philip Blundell <philb@gnu.org>
4661W: http://www.tazenda.demon.co.uk/phil/linux-hp
4662S: Maintained
4663F: arch/m68k/hp300/
4664
4665MAC80211
4666M: Johannes Berg <johannes@sipsolutions.net>
4667L: linux-wireless@vger.kernel.org
4668W: http://wireless.kernel.org/
4669T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4670T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4671S: Maintained
4672F: Documentation/networking/mac80211-injection.txt
4673F: include/net/mac80211.h
4674F: net/mac80211/
4675
4676MAC80211 PID RATE CONTROL
4677M: Stefano Brivio <stefano.brivio@polimi.it>
4678M: Mattias Nissler <mattias.nissler@gmx.de>
4679L: linux-wireless@vger.kernel.org
4680W: http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
4681T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4682T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4683S: Maintained
4684F: net/mac80211/rc80211_pid*
4685
4686MACVLAN DRIVER
4687M: Patrick McHardy <kaber@trash.net>
4688L: netdev@vger.kernel.org
4689S: Maintained
4690F: drivers/net/macvlan.c
4691F: include/linux/if_macvlan.h
4692
4693MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4694M: Michael Kerrisk <mtk.manpages@gmail.com>
4695W: http://www.kernel.org/doc/man-pages
4696L: linux-man@vger.kernel.org
4697S: Maintained
4698
4699MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
4700M: Mirko Lindner <mlindner@marvell.com>
4701M: Stephen Hemminger <shemminger@vyatta.com>
4702L: netdev@vger.kernel.org
4703S: Maintained
4704F: drivers/net/ethernet/marvell/sk*
4705
4706MARVELL LIBERTAS WIRELESS DRIVER
4707M: Dan Williams <dcbw@redhat.com>
4708L: libertas-dev@lists.infradead.org
4709S: Maintained
4710F: drivers/net/wireless/libertas/
4711
4712MARVELL MV643XX ETHERNET DRIVER
4713M: Lennert Buytenhek <buytenh@wantstofly.org>
4714L: netdev@vger.kernel.org
4715S: Maintained
4716F: drivers/net/ethernet/marvell/mv643xx_eth.*
4717F: include/linux/mv643xx.h
4718
4719MARVELL MWIFIEX WIRELESS DRIVER
4720M: Bing Zhao <bzhao@marvell.com>
4721L: linux-wireless@vger.kernel.org
4722S: Maintained
4723F: drivers/net/wireless/mwifiex/
4724
4725MARVELL MWL8K WIRELESS DRIVER
4726M: Lennert Buytenhek <buytenh@wantstofly.org>
4727L: linux-wireless@vger.kernel.org
4728S: Odd Fixes
4729F: drivers/net/wireless/mwl8k.c
4730
4731MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4732M: Nicolas Pitre <nico@fluxnic.net>
4733S: Odd Fixes
4734F: drivers/mmc/host/mvsdio.*
4735
4736MATROX FRAMEBUFFER DRIVER
4737L: linux-fbdev@vger.kernel.org
4738S: Orphan
4739F: drivers/video/matrox/matroxfb_*
4740F: include/linux/matroxfb.h
4741
4742MAX16065 HARDWARE MONITOR DRIVER
4743M: Guenter Roeck <linux@roeck-us.net>
4744L: lm-sensors@lm-sensors.org
4745S: Maintained
4746F: Documentation/hwmon/max16065
4747F: drivers/hwmon/max16065.c
4748
4749MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4750M: "Hans J. Koch" <hjk@hansjkoch.de>
4751L: lm-sensors@lm-sensors.org
4752S: Maintained
4753F: Documentation/hwmon/max6650
4754F: drivers/hwmon/max6650.c
4755
4756MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4757M: Mauro Carvalho Chehab <mchehab@redhat.com>
4758P: LinuxTV.org Project
4759L: linux-media@vger.kernel.org
4760W: http://linuxtv.org
4761Q: http://patchwork.kernel.org/project/linux-media/list/
4762T: git git://linuxtv.org/media_tree.git
4763S: Maintained
4764F: Documentation/dvb/
4765F: Documentation/video4linux/
4766F: Documentation/DocBook/media/
4767F: drivers/media/
4768F: drivers/staging/media/
4769F: include/media/
4770F: include/uapi/linux/dvb/
4771F: include/uapi/linux/videodev2.h
4772F: include/uapi/linux/media.h
4773F: include/uapi/linux/v4l2-*
4774F: include/uapi/linux/meye.h
4775F: include/uapi/linux/ivtv*
4776F: include/uapi/linux/uvcvideo.h
4777
4778MEGARAID SCSI DRIVERS
4779M: Neela Syam Kolli <megaraidlinux@lsi.com>
4780L: linux-scsi@vger.kernel.org
4781W: http://megaraid.lsilogic.com
4782S: Maintained
4783F: Documentation/scsi/megaraid.txt
4784F: drivers/scsi/megaraid.*
4785F: drivers/scsi/megaraid/
4786
4787MEMORY MANAGEMENT
4788L: linux-mm@kvack.org
4789W: http://www.linux-mm.org
4790S: Maintained
4791F: include/linux/mm.h
4792F: mm/
4793
4794MEMORY RESOURCE CONTROLLER
4795M: Johannes Weiner <hannes@cmpxchg.org>
4796M: Michal Hocko <mhocko@suse.cz>
4797M: Balbir Singh <bsingharora@gmail.com>
4798M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4799L: cgroups@vger.kernel.org
4800L: linux-mm@kvack.org
4801S: Maintained
4802F: mm/memcontrol.c
4803F: mm/page_cgroup.c
4804
4805MEMORY TECHNOLOGY DEVICES (MTD)
4806M: David Woodhouse <dwmw2@infradead.org>
4807L: linux-mtd@lists.infradead.org
4808W: http://www.linux-mtd.infradead.org/
4809Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
4810T: git git://git.infradead.org/mtd-2.6.git
4811S: Maintained
4812F: drivers/mtd/
4813F: include/linux/mtd/
4814F: include/mtd/
4815
4816MICROBLAZE ARCHITECTURE
4817M: Michal Simek <monstr@monstr.eu>
4818L: microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
4819W: http://www.monstr.eu/fdt/
4820T: git git://git.monstr.eu/linux-2.6-microblaze.git
4821S: Supported
4822F: arch/microblaze/
4823
4824MICROTEK X6 SCANNER
4825M: Oliver Neukum <oliver@neukum.org>
4826S: Maintained
4827F: drivers/usb/image/microtek.*
4828
4829MIPS
4830M: Ralf Baechle <ralf@linux-mips.org>
4831L: linux-mips@linux-mips.org
4832W: http://www.linux-mips.org/
4833T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
4834Q: http://patchwork.linux-mips.org/project/linux-mips/list/
4835S: Supported
4836F: Documentation/mips/
4837F: arch/mips/
4838
4839MODULE SUPPORT
4840M: Rusty Russell <rusty@rustcorp.com.au>
4841S: Maintained
4842F: include/linux/module.h
4843F: kernel/module.c
4844
4845MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4846W: http://popies.net/meye/
4847S: Orphan
4848F: Documentation/video4linux/meye.txt
4849F: drivers/media/pci/meye/
4850F: include/uapi/linux/meye.h
4851
4852MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4853M: Pavel Pisa <ppisa@pikron.com>
4854L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4855S: Maintained
4856F: drivers/mmc/host/imxmmc.*
4857
4858MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4859M: Jiri Slaby <jirislaby@gmail.com>
4860S: Maintained
4861F: Documentation/serial/moxa-smartio
4862F: drivers/tty/mxser.*
4863
4864MSI LAPTOP SUPPORT
4865M: "Lee, Chun-Yi" <jlee@novell.com>
4866L: platform-driver-x86@vger.kernel.org
4867S: Maintained
4868F: drivers/platform/x86/msi-laptop.c
4869
4870MSI WMI SUPPORT
4871M: Anisse Astier <anisse@astier.eu>
4872L: platform-driver-x86@vger.kernel.org
4873S: Supported
4874F: drivers/platform/x86/msi-wmi.c
4875
4876MULTIFUNCTION DEVICES (MFD)
4877M: Samuel Ortiz <sameo@linux.intel.com>
4878T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4879S: Supported
4880F: drivers/mfd/
4881
4882MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4883M: Chris Ball <cjb@laptop.org>
4884L: linux-mmc@vger.kernel.org
4885T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4886S: Maintained
4887F: drivers/mmc/
4888F: include/linux/mmc/
4889
4890MULTIMEDIA CARD (MMC) ETC. OVER SPI
4891S: Orphan
4892F: drivers/mmc/host/mmc_spi.c
4893F: include/linux/spi/mmc_spi.h
4894
4895MULTISOUND SOUND DRIVER
4896M: Andrew Veliath <andrewtv@usa.net>
4897S: Maintained
4898F: Documentation/sound/oss/MultiSound
4899F: sound/oss/msnd*
4900
4901MULTITECH MULTIPORT CARD (ISICOM)
4902S: Orphan
4903F: drivers/tty/isicom.c
4904F: include/linux/isicom.h
4905
4906MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4907M: Felipe Balbi <balbi@ti.com>
4908L: linux-usb@vger.kernel.org
4909T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4910S: Maintained
4911F: drivers/usb/musb/
4912
4913MXL5007T MEDIA DRIVER
4914M: Michael Krufky <mkrufky@linuxtv.org>
4915L: linux-media@vger.kernel.org
4916W: http://linuxtv.org/
4917W: http://github.com/mkrufky
4918Q: http://patchwork.linuxtv.org/project/linux-media/list/
4919T: git git://linuxtv.org/mkrufky/tuners.git
4920S: Maintained
4921F: drivers/media/tuners/mxl5007t.*
4922
4923MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4924M: Andrew Gallatin <gallatin@myri.com>
4925L: netdev@vger.kernel.org
4926W: http://www.myri.com/scs/download-Myri10GE.html
4927S: Supported
4928F: drivers/net/ethernet/myricom/myri10ge/
4929
4930NATSEMI ETHERNET DRIVER (DP8381x)
4931S: Orphan
4932F: drivers/net/ethernet/natsemi/natsemi.c
4933
4934NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
4935M: Daniel Mack <zonque@gmail.com>
4936S: Maintained
4937L: alsa-devel@alsa-project.org
4938W: http://www.native-instruments.com
4939F: sound/usb/caiaq/
4940
4941NCP FILESYSTEM
4942M: Petr Vandrovec <petr@vandrovec.name>
4943S: Odd Fixes
4944F: fs/ncpfs/
4945
4946NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4947M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4948L: linux-scsi@vger.kernel.org
4949S: Maintained
4950F: drivers/scsi/NCR_D700.*
4951
4952NETEFFECT IWARP RNIC DRIVER (IW_NES)
4953M: Faisal Latif <faisal.latif@intel.com>
4954L: linux-rdma@vger.kernel.org
4955W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4956S: Supported
4957F: drivers/infiniband/hw/nes/
4958
4959NETEM NETWORK EMULATOR
4960M: Stephen Hemminger <shemminger@vyatta.com>
4961L: netem@lists.linux-foundation.org
4962S: Maintained
4963F: net/sched/sch_netem.c
4964
4965NETERION 10GbE DRIVERS (s2io/vxge)
4966M: Jon Mason <jdmason@kudzu.us>
4967L: netdev@vger.kernel.org
4968S: Supported
4969F: Documentation/networking/s2io.txt
4970F: Documentation/networking/vxge.txt
4971F: drivers/net/ethernet/neterion/
4972
4973NETFILTER/IPTABLES/IPCHAINS
4974P: Harald Welte
4975P: Jozsef Kadlecsik
4976M: Pablo Neira Ayuso <pablo@netfilter.org>
4977M: Patrick McHardy <kaber@trash.net>
4978L: netfilter-devel@vger.kernel.org
4979L: netfilter@vger.kernel.org
4980L: coreteam@netfilter.org
4981W: http://www.netfilter.org/
4982W: http://www.iptables.org/
4983T: git git://1984.lsi.us.es/nf
4984T: git git://1984.lsi.us.es/nf-next
4985S: Supported
4986F: include/linux/netfilter*
4987F: include/linux/netfilter/
4988F: include/net/netfilter/
4989F: net/*/netfilter.c
4990F: net/*/netfilter/
4991F: net/netfilter/
4992
4993NETLABEL
4994M: Paul Moore <paul@paul-moore.com>
4995W: http://netlabel.sf.net
4996L: netdev@vger.kernel.org
4997S: Maintained
4998F: Documentation/netlabel/
4999F: include/net/netlabel.h
5000F: net/netlabel/
5001
5002NETROM NETWORK LAYER
5003M: Ralf Baechle <ralf@linux-mips.org>
5004L: linux-hams@vger.kernel.org
5005W: http://www.linux-ax25.org/
5006S: Maintained
5007F: include/linux/netrom.h
5008F: include/net/netrom.h
5009F: net/netrom/
5010
5011NETWORK BLOCK DEVICE (NBD)
5012M: Paul Clements <Paul.Clements@steeleye.com>
5013S: Maintained
5014F: Documentation/blockdev/nbd.txt
5015F: drivers/block/nbd.c
5016F: include/linux/nbd.h
5017
5018NETWORK DROP MONITOR
5019M: Neil Horman <nhorman@tuxdriver.com>
5020L: netdev@vger.kernel.org
5021S: Maintained
5022W: https://fedorahosted.org/dropwatch/
5023F: net/core/drop_monitor.c
5024
5025NETWORKING [GENERAL]
5026M: "David S. Miller" <davem@davemloft.net>
5027L: netdev@vger.kernel.org
5028W: http://www.linuxfoundation.org/en/Net
5029W: http://patchwork.ozlabs.org/project/netdev/list/
5030T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5031T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5032S: Maintained
5033F: net/
5034F: include/net/
5035F: include/linux/in.h
5036F: include/linux/net.h
5037F: include/linux/netdevice.h
5038
5039NETWORKING [IPv4/IPv6]
5040M: "David S. Miller" <davem@davemloft.net>
5041M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5042M: James Morris <jmorris@namei.org>
5043M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5044M: Patrick McHardy <kaber@trash.net>
5045L: netdev@vger.kernel.org
5046T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5047S: Maintained
5048F: net/ipv4/
5049F: net/ipv6/
5050F: include/net/ip*
5051F: arch/x86/net/*
5052
5053NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5054M: Paul Moore <paul@paul-moore.com>
5055L: netdev@vger.kernel.org
5056S: Maintained
5057
5058NETWORKING [WIRELESS]
5059M: "John W. Linville" <linville@tuxdriver.com>
5060L: linux-wireless@vger.kernel.org
5061Q: http://patchwork.kernel.org/project/linux-wireless/list/
5062T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5063S: Maintained
5064F: net/mac80211/
5065F: net/rfkill/
5066F: net/wireless/
5067F: include/net/ieee80211*
5068F: include/linux/wireless.h
5069F: include/net/iw_handler.h
5070F: drivers/net/wireless/
5071
5072NETWORKING DRIVERS
5073L: netdev@vger.kernel.org
5074W: http://www.linuxfoundation.org/en/Net
5075T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5076T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5077S: Odd Fixes
5078F: drivers/net/
5079F: include/linux/if_*
5080F: include/linux/*device.h
5081
5082NETXEN (1/10) GbE SUPPORT
5083M: Sony Chacko <sony.chacko@qlogic.com>
5084M: Rajesh Borundia <rajesh.borundia@qlogic.com>
5085L: netdev@vger.kernel.org
5086W: http://www.qlogic.com
5087S: Supported
5088F: drivers/net/ethernet/qlogic/netxen/
5089
5090NFC SUBSYSTEM
5091M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5092M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5093M: Samuel Ortiz <sameo@linux.intel.com>
5094L: linux-wireless@vger.kernel.org
5095L: linux-nfc@lists.01.org (moderated for non-subscribers)
5096S: Maintained
5097F: net/nfc/
5098F: include/linux/nfc.h
5099F: include/net/nfc/
5100F: drivers/nfc/
5101
5102NFS, SUNRPC, AND LOCKD CLIENTS
5103M: Trond Myklebust <Trond.Myklebust@netapp.com>
5104L: linux-nfs@vger.kernel.org
5105W: http://client.linux-nfs.org
5106T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5107S: Maintained
5108F: fs/lockd/
5109F: fs/nfs/
5110F: fs/nfs_common/
5111F: net/sunrpc/
5112F: include/linux/lockd/
5113F: include/linux/nfs*
5114F: include/linux/sunrpc/
5115
5116NI5010 NETWORK DRIVER
5117M: Jan-Pascal van Best <janpascal@vanbest.org>
5118M: Andreas Mohr <andi@lisas.de>
5119L: netdev@vger.kernel.org
5120S: Maintained
5121F: drivers/net/ethernet/racal/ni5010.*
5122
5123NILFS2 FILESYSTEM
5124M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5125L: linux-nilfs@vger.kernel.org
5126W: http://www.nilfs.org/en/
5127T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5128S: Supported
5129F: Documentation/filesystems/nilfs2.txt
5130F: fs/nilfs2/
5131F: include/linux/nilfs2_fs.h
5132
5133NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5134M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5135W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5136S: Maintained
5137F: Documentation/scsi/NinjaSCSI.txt
5138F: drivers/scsi/pcmcia/nsp_*
5139
5140NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5141M: GOTO Masanori <gotom@debian.or.jp>
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/nsp32*
5147
5148NTFS FILESYSTEM
5149M: Anton Altaparmakov <anton@tuxera.com>
5150L: linux-ntfs-dev@lists.sourceforge.net
5151W: http://www.tuxera.com/
5152T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5153S: Supported
5154F: Documentation/filesystems/ntfs.txt
5155F: fs/ntfs/
5156
5157NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5158M: Antonino Daplas <adaplas@gmail.com>
5159L: linux-fbdev@vger.kernel.org
5160S: Maintained
5161F: drivers/video/riva/
5162F: drivers/video/nvidia/
5163
5164OMAP SUPPORT
5165M: Tony Lindgren <tony@atomide.com>
5166L: linux-omap@vger.kernel.org
5167W: http://www.muru.com/linux/omap/
5168W: http://linux.omap.com/
5169Q: http://patchwork.kernel.org/project/linux-omap/list/
5170T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5171S: Maintained
5172F: arch/arm/*omap*/
5173F: drivers/i2c/busses/i2c-omap.c
5174F: include/linux/i2c-omap.h
5175
5176OMAP CLOCK FRAMEWORK SUPPORT
5177M: Paul Walmsley <paul@pwsan.com>
5178L: linux-omap@vger.kernel.org
5179S: Maintained
5180F: arch/arm/*omap*/*clock*
5181
5182OMAP POWER MANAGEMENT SUPPORT
5183M: Kevin Hilman <khilman@ti.com>
5184L: linux-omap@vger.kernel.org
5185S: Maintained
5186F: arch/arm/*omap*/*pm*
5187F: drivers/cpufreq/omap-cpufreq.c
5188
5189OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5190M: Rajendra Nayak <rnayak@ti.com>
5191M: Paul Walmsley <paul@pwsan.com>
5192L: linux-omap@vger.kernel.org
5193S: Maintained
5194F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5195F: arch/arm/mach-omap2/powerdomain44xx.c
5196F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5197F: arch/arm/mach-omap2/clockdomain44xx.c
5198
5199OMAP AUDIO SUPPORT
5200M: Peter Ujfalusi <peter.ujfalusi@ti.com>
5201M: Jarkko Nikula <jarkko.nikula@bitmer.com>
5202L: alsa-devel@alsa-project.org (subscribers-only)
5203L: linux-omap@vger.kernel.org
5204S: Maintained
5205F: sound/soc/omap/
5206
5207OMAP FRAMEBUFFER SUPPORT
5208M: Tomi Valkeinen <tomi.valkeinen@ti.com>
5209L: linux-fbdev@vger.kernel.org
5210L: linux-omap@vger.kernel.org
5211S: Maintained
5212F: drivers/video/omap/
5213
5214OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5215M: Tomi Valkeinen <tomi.valkeinen@ti.com>
5216L: linux-omap@vger.kernel.org
5217L: linux-fbdev@vger.kernel.org
5218S: Maintained
5219F: drivers/video/omap2/
5220F: Documentation/arm/OMAP/DSS
5221
5222OMAP HARDWARE SPINLOCK SUPPORT
5223M: Ohad Ben-Cohen <ohad@wizery.com>
5224L: linux-omap@vger.kernel.org
5225S: Maintained
5226F: drivers/hwspinlock/omap_hwspinlock.c
5227F: arch/arm/mach-omap2/hwspinlock.c
5228
5229OMAP MMC SUPPORT
5230M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
5231L: linux-omap@vger.kernel.org
5232S: Maintained
5233F: drivers/mmc/host/omap.c
5234
5235OMAP HS MMC SUPPORT
5236M: Venkatraman S <svenkatr@ti.com>
5237L: linux-mmc@vger.kernel.org
5238L: linux-omap@vger.kernel.org
5239S: Maintained
5240F: drivers/mmc/host/omap_hsmmc.c
5241
5242OMAP RANDOM NUMBER GENERATOR SUPPORT
5243M: Deepak Saxena <dsaxena@plexity.net>
5244S: Maintained
5245F: drivers/char/hw_random/omap-rng.c
5246
5247OMAP HWMOD SUPPORT
5248M: Benoît Cousson <b-cousson@ti.com>
5249M: Paul Walmsley <paul@pwsan.com>
5250L: linux-omap@vger.kernel.org
5251S: Maintained
5252F: arch/arm/mach-omap2/omap_hwmod.c
5253F: arch/arm/plat-omap/include/plat/omap_hwmod.h
5254
5255OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5256M: Benoît Cousson <b-cousson@ti.com>
5257L: linux-omap@vger.kernel.org
5258S: Maintained
5259F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5260
5261OMAP IMAGE SIGNAL PROCESSOR (ISP)
5262M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5263L: linux-media@vger.kernel.org
5264S: Maintained
5265F: drivers/media/platform/omap3isp/
5266
5267OMAP USB SUPPORT
5268M: Felipe Balbi <balbi@ti.com>
5269L: linux-usb@vger.kernel.org
5270L: linux-omap@vger.kernel.org
5271T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5272S: Maintained
5273F: drivers/usb/*/*omap*
5274F: arch/arm/*omap*/usb*
5275
5276OMAP GPIO DRIVER
5277M: Santosh Shilimkar <santosh.shilimkar@ti.com>
5278M: Kevin Hilman <khilman@ti.com>
5279L: linux-omap@vger.kernel.org
5280S: Maintained
5281F: drivers/gpio/gpio-omap.c
5282
5283OMFS FILESYSTEM
5284M: Bob Copeland <me@bobcopeland.com>
5285L: linux-karma-devel@lists.sourceforge.net
5286S: Maintained
5287F: Documentation/filesystems/omfs.txt
5288F: fs/omfs/
5289
5290OMNIKEY CARDMAN 4000 DRIVER
5291M: Harald Welte <laforge@gnumonks.org>
5292S: Maintained
5293F: drivers/char/pcmcia/cm4000_cs.c
5294F: include/linux/cm4000_cs.h
5295
5296OMNIKEY CARDMAN 4040 DRIVER
5297M: Harald Welte <laforge@gnumonks.org>
5298S: Maintained
5299F: drivers/char/pcmcia/cm4040_cs.*
5300
5301OMNIVISION OV7670 SENSOR DRIVER
5302M: Jonathan Corbet <corbet@lwn.net>
5303L: linux-media@vger.kernel.org
5304T: git git://linuxtv.org/media_tree.git
5305S: Maintained
5306F: drivers/media/i2c/ov7670.c
5307
5308ONENAND FLASH DRIVER
5309M: Kyungmin Park <kyungmin.park@samsung.com>
5310L: linux-mtd@lists.infradead.org
5311S: Maintained
5312F: drivers/mtd/onenand/
5313F: include/linux/mtd/onenand*.h
5314
5315ONSTREAM SCSI TAPE DRIVER
5316M: Willem Riede <osst@riede.org>
5317L: osst-users@lists.sourceforge.net
5318L: linux-scsi@vger.kernel.org
5319S: Maintained
5320F: drivers/scsi/osst*
5321F: drivers/scsi/st*
5322
5323OPENCORES I2C BUS DRIVER
5324M: Peter Korsgaard <jacmet@sunsite.dk>
5325L: linux-i2c@vger.kernel.org
5326S: Maintained
5327F: Documentation/i2c/busses/i2c-ocores
5328F: drivers/i2c/busses/i2c-ocores.c
5329
5330OPEN FIRMWARE AND FLATTENED DEVICE TREE
5331M: Grant Likely <grant.likely@secretlab.ca>
5332M: Rob Herring <rob.herring@calxeda.com>
5333L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5334W: http://fdt.secretlab.ca
5335T: git git://git.secretlab.ca/git/linux-2.6.git
5336S: Maintained
5337F: Documentation/devicetree
5338F: drivers/of
5339F: include/linux/of*.h
5340F: scripts/dtc
5341K: of_get_property
5342K: of_match_table
5343
5344OPENRISC ARCHITECTURE
5345M: Jonas Bonn <jonas@southpole.se>
5346W: http://openrisc.net
5347L: linux@lists.openrisc.net (moderated for non-subscribers)
5348S: Maintained
5349T: git git://openrisc.net/~jonas/linux
5350F: arch/openrisc
5351
5352OPENVSWITCH
5353M: Jesse Gross <jesse@nicira.com>
5354L: dev@openvswitch.org
5355W: http://openvswitch.org
5356T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5357S: Maintained
5358F: net/openvswitch/
5359
5360OPL4 DRIVER
5361M: Clemens Ladisch <clemens@ladisch.de>
5362L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5363T: git git://git.alsa-project.org/alsa-kernel.git
5364S: Maintained
5365F: sound/drivers/opl4/
5366
5367OPROFILE
5368M: Robert Richter <robert.richter@amd.com>
5369L: oprofile-list@lists.sf.net
5370S: Maintained
5371F: arch/*/include/asm/oprofile*.h
5372F: arch/*/oprofile/
5373F: drivers/oprofile/
5374F: include/linux/oprofile.h
5375
5376ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5377M: Mark Fasheh <mfasheh@suse.com>
5378M: Joel Becker <jlbec@evilplan.org>
5379L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
5380W: http://oss.oracle.com/projects/ocfs2/
5381T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5382S: Supported
5383F: Documentation/filesystems/ocfs2.txt
5384F: Documentation/filesystems/dlmfs.txt
5385F: fs/ocfs2/
5386
5387ORINOCO DRIVER
5388L: linux-wireless@vger.kernel.org
5389W: http://wireless.kernel.org/en/users/Drivers/orinoco
5390W: http://www.nongnu.org/orinoco/
5391S: Orphan
5392F: drivers/net/wireless/orinoco/
5393
5394OSD LIBRARY and FILESYSTEM
5395M: Boaz Harrosh <bharrosh@panasas.com>
5396M: Benny Halevy <bhalevy@tonian.com>
5397L: osd-dev@open-osd.org
5398W: http://open-osd.org
5399T: git git://git.open-osd.org/open-osd.git
5400S: Maintained
5401F: drivers/scsi/osd/
5402F: include/scsi/osd_*
5403F: fs/exofs/
5404
5405P54 WIRELESS DRIVER
5406M: Christian Lamparter <chunkeey@googlemail.com>
5407L: linux-wireless@vger.kernel.org
5408W: http://wireless.kernel.org/en/users/Drivers/p54
5409S: Maintained
5410F: drivers/net/wireless/p54/
5411
5412PA SEMI ETHERNET DRIVER
5413M: Olof Johansson <olof@lixom.net>
5414L: netdev@vger.kernel.org
5415S: Maintained
5416F: drivers/net/ethernet/pasemi/*
5417
5418PA SEMI SMBUS DRIVER
5419M: Olof Johansson <olof@lixom.net>
5420L: linux-i2c@vger.kernel.org
5421S: Maintained
5422F: drivers/i2c/busses/i2c-pasemi.c
5423
5424PADATA PARALLEL EXECUTION MECHANISM
5425M: Steffen Klassert <steffen.klassert@secunet.com>
5426L: linux-crypto@vger.kernel.org
5427S: Maintained
5428F: kernel/padata.c
5429F: include/linux/padata.h
5430F: Documentation/padata.txt
5431
5432PANASONIC LAPTOP ACPI EXTRAS DRIVER
5433M: Harald Welte <laforge@gnumonks.org>
5434L: platform-driver-x86@vger.kernel.org
5435S: Maintained
5436F: drivers/platform/x86/panasonic-laptop.c
5437
5438PANASONIC MN10300/AM33/AM34 PORT
5439M: David Howells <dhowells@redhat.com>
5440M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5441L: linux-am33-list@redhat.com (moderated for non-subscribers)
5442W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5443S: Maintained
5444F: Documentation/mn10300/
5445F: arch/mn10300/
5446
5447PARALLEL PORT SUPPORT
5448L: linux-parport@lists.infradead.org (subscribers-only)
5449S: Orphan
5450F: drivers/parport/
5451F: include/linux/parport*.h
5452F: drivers/char/ppdev.c
5453F: include/linux/ppdev.h
5454
5455PARAVIRT_OPS INTERFACE
5456M: Jeremy Fitzhardinge <jeremy@goop.org>
5457M: Chris Wright <chrisw@sous-sol.org>
5458M: Alok Kataria <akataria@vmware.com>
5459M: Rusty Russell <rusty@rustcorp.com.au>
5460L: virtualization@lists.linux-foundation.org
5461S: Supported
5462F: Documentation/ia64/paravirt_ops.txt
5463F: arch/*/kernel/paravirt*
5464F: arch/*/include/asm/paravirt.h
5465
5466PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5467M: Tim Waugh <tim@cyberelk.net>
5468L: linux-parport@lists.infradead.org (subscribers-only)
5469W: http://www.torque.net/linux-pp.html
5470S: Maintained
5471F: Documentation/blockdev/paride.txt
5472F: drivers/block/paride/
5473
5474PARISC ARCHITECTURE
5475M: "James E.J. Bottomley" <jejb@parisc-linux.org>
5476M: Helge Deller <deller@gmx.de>
5477L: linux-parisc@vger.kernel.org
5478W: http://www.parisc-linux.org/
5479Q: http://patchwork.kernel.org/project/linux-parisc/list/
5480T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5481S: Maintained
5482F: arch/parisc/
5483F: drivers/parisc/
5484
5485PC87360 HARDWARE MONITORING DRIVER
5486M: Jim Cromie <jim.cromie@gmail.com>
5487L: lm-sensors@lm-sensors.org
5488S: Maintained
5489F: Documentation/hwmon/pc87360
5490F: drivers/hwmon/pc87360.c
5491
5492PC8736x GPIO DRIVER
5493M: Jim Cromie <jim.cromie@gmail.com>
5494S: Maintained
5495F: drivers/char/pc8736x_gpio.c
5496
5497PC87427 HARDWARE MONITORING DRIVER
5498M: Jean Delvare <khali@linux-fr.org>
5499L: lm-sensors@lm-sensors.org
5500S: Maintained
5501F: Documentation/hwmon/pc87427
5502F: drivers/hwmon/pc87427.c
5503
5504PCA9532 LED DRIVER
5505M: Riku Voipio <riku.voipio@iki.fi>
5506S: Maintained
5507F: drivers/leds/leds-pca9532.c
5508F: include/linux/leds-pca9532.h
5509
5510PCA9541 I2C BUS MASTER SELECTOR DRIVER
5511M: Guenter Roeck <linux@roeck-us.net>
5512L: linux-i2c@vger.kernel.org
5513S: Maintained
5514F: drivers/i2c/muxes/i2c-mux-pca9541.c
5515
5516PCA9564/PCA9665 I2C BUS DRIVER
5517M: Wolfram Sang <w.sang@pengutronix.de>
5518L: linux-i2c@vger.kernel.org
5519S: Maintained
5520F: drivers/i2c/algos/i2c-algo-pca.c
5521F: drivers/i2c/busses/i2c-pca-*
5522F: include/linux/i2c-algo-pca.h
5523F: include/linux/i2c-pca-platform.h
5524
5525PCDP - PRIMARY CONSOLE AND DEBUG PORT
5526M: Khalid Aziz <khalid@gonehiking.org>
5527S: Maintained
5528F: drivers/firmware/pcdp.*
5529
5530PCI ERROR RECOVERY
5531M: Linas Vepstas <linasvepstas@gmail.com>
5532L: linux-pci@vger.kernel.org
5533S: Supported
5534F: Documentation/PCI/pci-error-recovery.txt
5535F: Documentation/powerpc/eeh-pci-error-recovery.txt
5536
5537PCI SUBSYSTEM
5538M: Bjorn Helgaas <bhelgaas@google.com>
5539L: linux-pci@vger.kernel.org
5540Q: http://patchwork.ozlabs.org/project/linux-pci/list/
5541T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
5542S: Supported
5543F: Documentation/PCI/
5544F: drivers/pci/
5545F: include/linux/pci*
5546
5547PCMCIA SUBSYSTEM
5548P: Linux PCMCIA Team
5549L: linux-pcmcia@lists.infradead.org
5550W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5551T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5552S: Maintained
5553F: Documentation/pcmcia/
5554F: drivers/pcmcia/
5555F: include/pcmcia/
5556
5557PCNET32 NETWORK DRIVER
5558M: Don Fry <pcnet32@frontier.com>
5559L: netdev@vger.kernel.org
5560S: Maintained
5561F: drivers/net/ethernet/amd/pcnet32.c
5562
5563PCRYPT PARALLEL CRYPTO ENGINE
5564M: Steffen Klassert <steffen.klassert@secunet.com>
5565L: linux-crypto@vger.kernel.org
5566S: Maintained
5567F: crypto/pcrypt.c
5568F: include/crypto/pcrypt.h
5569
5570PER-CPU MEMORY ALLOCATOR
5571M: Tejun Heo <tj@kernel.org>
5572M: Christoph Lameter <cl@linux-foundation.org>
5573T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5574S: Maintained
5575F: include/linux/percpu*.h
5576F: mm/percpu*.c
5577F: arch/*/include/asm/percpu.h
5578
5579PER-TASK DELAY ACCOUNTING
5580M: Balbir Singh <bsingharora@gmail.com>
5581S: Maintained
5582F: include/linux/delayacct.h
5583F: kernel/delayacct.c
5584
5585PERFORMANCE EVENTS SUBSYSTEM
5586M: Peter Zijlstra <a.p.zijlstra@chello.nl>
5587M: Paul Mackerras <paulus@samba.org>
5588M: Ingo Molnar <mingo@redhat.com>
5589M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5590T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5591S: Supported
5592F: kernel/events/*
5593F: include/linux/perf_event.h
5594F: arch/*/kernel/perf_event*.c
5595F: arch/*/kernel/*/perf_event*.c
5596F: arch/*/kernel/*/*/perf_event*.c
5597F: arch/*/include/asm/perf_event.h
5598F: arch/*/lib/perf_event*.c
5599F: arch/*/kernel/perf_callchain.c
5600F: tools/perf/
5601
5602PERSONALITY HANDLING
5603M: Christoph Hellwig <hch@infradead.org>
5604L: linux-abi-devel@lists.sourceforge.net
5605S: Maintained
5606F: include/linux/personality.h
5607
5608PHONET PROTOCOL
5609M: Remi Denis-Courmont <courmisch@gmail.com>
5610S: Supported
5611F: Documentation/networking/phonet.txt
5612F: include/linux/phonet.h
5613F: include/net/phonet/
5614F: net/phonet/
5615
5616PHRAM MTD DRIVER
5617M: Joern Engel <joern@lazybastard.org>
5618L: linux-mtd@lists.infradead.org
5619S: Maintained
5620F: drivers/mtd/devices/phram.c
5621
5622PICOLCD HID DRIVER
5623M: Bruno Prémont <bonbons@linux-vserver.org>
5624L: linux-input@vger.kernel.org
5625S: Maintained
5626F: drivers/hid/hid-picolcd*
5627
5628PICOXCELL SUPPORT
5629M: Jamie Iles <jamie@jamieiles.com>
5630L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5631T: git git://github.com/jamieiles/linux-2.6-ji.git
5632S: Supported
5633F: arch/arm/mach-picoxcell
5634F: drivers/*/picoxcell*
5635F: drivers/*/*/picoxcell*
5636
5637PIN CONTROL SUBSYSTEM
5638M: Linus Walleij <linus.walleij@linaro.org>
5639S: Maintained
5640F: drivers/pinctrl/
5641F: include/linux/pinctrl/
5642
5643PIN CONTROLLER - ST SPEAR
5644M: Viresh Kumar <viresh.linux@gmail.com>
5645L: spear-devel@list.st.com
5646L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5647W: http://www.st.com/spear
5648S: Maintained
5649F: drivers/pinctrl/spear/
5650
5651PKTCDVD DRIVER
5652M: Peter Osterlund <petero2@telia.com>
5653S: Maintained
5654F: drivers/block/pktcdvd.c
5655F: include/linux/pktcdvd.h
5656
5657PKUNITY SOC DRIVERS
5658M: Guan Xuetao <gxt@mprc.pku.edu.cn>
5659W: http://mprc.pku.edu.cn/~guanxuetao/linux
5660S: Maintained
5661T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5662F: drivers/input/serio/i8042-unicore32io.h
5663F: drivers/i2c/busses/i2c-puv3.c
5664F: drivers/video/fb-puv3.c
5665F: drivers/rtc/rtc-puv3.c
5666
5667PMBUS HARDWARE MONITORING DRIVERS
5668M: Guenter Roeck <linux@roeck-us.net>
5669L: lm-sensors@lm-sensors.org
5670W: http://www.lm-sensors.org/
5671W: http://www.roeck-us.net/linux/drivers/
5672T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5673S: Maintained
5674F: Documentation/hwmon/pmbus
5675F: drivers/hwmon/pmbus/
5676F: include/linux/i2c/pmbus.h
5677
5678PMC SIERRA MaxRAID DRIVER
5679M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5680L: linux-scsi@vger.kernel.org
5681W: http://www.pmc-sierra.com/
5682S: Supported
5683F: drivers/scsi/pmcraid.*
5684
5685PMC SIERRA PM8001 DRIVER
5686M: jack_wang@usish.com
5687M: lindar_liu@usish.com
5688L: linux-scsi@vger.kernel.org
5689S: Supported
5690F: drivers/scsi/pm8001/
5691
5692POSIX CLOCKS and TIMERS
5693M: Thomas Gleixner <tglx@linutronix.de>
5694T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5695S: Supported
5696F: fs/timerfd.c
5697F: include/linux/timer*
5698F: kernel/*timer*
5699
5700POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5701M: Anton Vorontsov <cbou@mail.ru>
5702M: David Woodhouse <dwmw2@infradead.org>
5703T: git git://git.infradead.org/battery-2.6.git
5704S: Maintained
5705F: include/linux/power_supply.h
5706F: drivers/power/
5707
5708PNP SUPPORT
5709M: Adam Belay <abelay@mit.edu>
5710M: Bjorn Helgaas <bhelgaas@google.com>
5711S: Maintained
5712F: drivers/pnp/
5713
5714PNXxxxx I2C DRIVER
5715M: Vitaly Wool <vitalywool@gmail.com>
5716L: linux-i2c@vger.kernel.org
5717S: Maintained
5718F: drivers/i2c/busses/i2c-pnx.c
5719
5720PPP PROTOCOL DRIVERS AND COMPRESSORS
5721M: Paul Mackerras <paulus@samba.org>
5722L: linux-ppp@vger.kernel.org
5723S: Maintained
5724F: drivers/net/ppp/ppp_*
5725
5726PPP OVER ATM (RFC 2364)
5727M: Mitchell Blank Jr <mitch@sfgoth.com>
5728S: Maintained
5729F: net/atm/pppoatm.c
5730F: include/linux/atmppp.h
5731
5732PPP OVER ETHERNET
5733M: Michal Ostrowski <mostrows@earthlink.net>
5734S: Maintained
5735F: drivers/net/ppp/pppoe.c
5736F: drivers/net/ppp/pppox.c
5737
5738PPP OVER L2TP
5739M: James Chapman <jchapman@katalix.com>
5740S: Maintained
5741F: net/l2tp/l2tp_ppp.c
5742F: include/linux/if_pppol2tp.h
5743
5744PPS SUPPORT
5745M: Rodolfo Giometti <giometti@enneenne.com>
5746W: http://wiki.enneenne.com/index.php/LinuxPPS_support
5747L: linuxpps@ml.enneenne.com (subscribers-only)
5748S: Maintained
5749F: Documentation/pps/
5750F: drivers/pps/
5751F: include/linux/pps*.h
5752
5753PPTP DRIVER
5754M: Dmitry Kozlov <xeb@mail.ru>
5755L: netdev@vger.kernel.org
5756S: Maintained
5757F: drivers/net/ppp/pptp.c
5758W: http://sourceforge.net/projects/accel-pptp
5759
5760PREEMPTIBLE KERNEL
5761M: Robert Love <rml@tech9.net>
5762L: kpreempt-tech@lists.sourceforge.net
5763W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5764S: Supported
5765F: Documentation/preempt-locking.txt
5766F: include/linux/preempt.h
5767
5768PRISM54 WIRELESS DRIVER
5769M: "Luis R. Rodriguez" <mcgrof@gmail.com>
5770L: linux-wireless@vger.kernel.org
5771W: http://wireless.kernel.org/en/users/Drivers/p54
5772S: Obsolete
5773F: drivers/net/wireless/prism54/
5774
5775PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5776M: Mikael Pettersson <mikpe@it.uu.se>
5777L: linux-ide@vger.kernel.org
5778S: Maintained
5779F: drivers/ata/sata_promise.*
5780
5781PS3 NETWORK SUPPORT
5782M: Geoff Levand <geoff@infradead.org>
5783L: netdev@vger.kernel.org
5784L: cbe-oss-dev@lists.ozlabs.org
5785S: Maintained
5786F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
5787
5788PS3 PLATFORM SUPPORT
5789M: Geoff Levand <geoff@infradead.org>
5790L: linuxppc-dev@lists.ozlabs.org
5791L: cbe-oss-dev@lists.ozlabs.org
5792S: Maintained
5793F: arch/powerpc/boot/ps3*
5794F: arch/powerpc/include/asm/lv1call.h
5795F: arch/powerpc/include/asm/ps3*.h
5796F: arch/powerpc/platforms/ps3/
5797F: drivers/*/ps3*
5798F: drivers/ps3/
5799F: drivers/rtc/rtc-ps3.c
5800F: drivers/usb/host/*ps3.c
5801F: sound/ppc/snd_ps3*
5802
5803PS3VRAM DRIVER
5804M: Jim Paris <jim@jtan.com>
5805L: cbe-oss-dev@lists.ozlabs.org
5806S: Maintained
5807F: drivers/block/ps3vram.c
5808
5809PSTORE FILESYSTEM
5810M: Anton Vorontsov <cbouatmailru@gmail.com>
5811M: Colin Cross <ccross@android.com>
5812M: Kees Cook <keescook@chromium.org>
5813M: Tony Luck <tony.luck@intel.com>
5814S: Maintained
5815T: git git://git.infradead.org/users/cbou/linux-pstore.git
5816F: fs/pstore/
5817F: include/linux/pstore*
5818F: drivers/firmware/efivars.c
5819F: drivers/acpi/apei/erst.c
5820
5821PTP HARDWARE CLOCK SUPPORT
5822M: Richard Cochran <richardcochran@gmail.com>
5823S: Maintained
5824W: http://linuxptp.sourceforge.net/
5825F: Documentation/ABI/testing/sysfs-ptp
5826F: Documentation/ptp/*
5827F: drivers/net/ethernet/freescale/gianfar_ptp.c
5828F: drivers/net/phy/dp83640*
5829F: drivers/ptp/*
5830F: include/linux/ptp_cl*
5831
5832PTRACE SUPPORT
5833M: Roland McGrath <roland@redhat.com>
5834M: Oleg Nesterov <oleg@redhat.com>
5835S: Maintained
5836F: include/asm-generic/syscall.h
5837F: include/linux/ptrace.h
5838F: include/linux/regset.h
5839F: include/linux/tracehook.h
5840F: kernel/ptrace.c
5841
5842PVRUSB2 VIDEO4LINUX DRIVER
5843M: Mike Isely <isely@pobox.com>
5844L: pvrusb2@isely.net (subscribers-only)
5845L: linux-media@vger.kernel.org
5846W: http://www.isely.net/pvrusb2/
5847T: git git://linuxtv.org/media_tree.git
5848S: Maintained
5849F: Documentation/video4linux/README.pvrusb2
5850F: drivers/media/usb/pvrusb2/
5851
5852PWM SUBSYSTEM
5853M: Thierry Reding <thierry.reding@avionic-design.de>
5854L: linux-kernel@vger.kernel.org
5855S: Maintained
5856W: http://gitorious.org/linux-pwm
5857T: git git://gitorious.org/linux-pwm/linux-pwm.git
5858F: Documentation/pwm.txt
5859F: Documentation/devicetree/bindings/pwm/
5860F: include/linux/pwm.h
5861F: include/linux/of_pwm.h
5862F: drivers/pwm/
5863F: drivers/video/backlight/pwm_bl.c
5864F: include/linux/pwm_backlight.h
5865
5866PXA2xx/PXA3xx SUPPORT
5867M: Eric Miao <eric.y.miao@gmail.com>
5868M: Russell King <linux@arm.linux.org.uk>
5869M: Haojian Zhuang <haojian.zhuang@gmail.com>
5870L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5871T: git git://github.com/hzhuang1/linux.git
5872T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
5873S: Maintained
5874F: arch/arm/mach-pxa/
5875F: drivers/pcmcia/pxa2xx*
5876F: drivers/spi/spi-pxa2xx*
5877F: drivers/usb/gadget/pxa2*
5878F: include/sound/pxa2xx-lib.h
5879F: sound/arm/pxa*
5880F: sound/soc/pxa
5881
5882MMP SUPPORT
5883M: Eric Miao <eric.y.miao@gmail.com>
5884M: Haojian Zhuang <haojian.zhuang@gmail.com>
5885L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5886T: git git://github.com/hzhuang1/linux.git
5887T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
5888S: Maintained
5889F: arch/arm/mach-mmp/
5890
5891PXA MMCI DRIVER
5892S: Orphan
5893
5894PXA RTC DRIVER
5895M: Robert Jarzmik <robert.jarzmik@free.fr>
5896L: rtc-linux@googlegroups.com
5897S: Maintained
5898
5899QIB DRIVER
5900M: Mike Marciniszyn <infinipath@intel.com>
5901L: linux-rdma@vger.kernel.org
5902S: Supported
5903F: drivers/infiniband/hw/qib/
5904
5905QLOGIC QLA1280 SCSI DRIVER
5906M: Michael Reed <mdr@sgi.com>
5907L: linux-scsi@vger.kernel.org
5908S: Maintained
5909F: drivers/scsi/qla1280.[ch]
5910
5911QLOGIC QLA2XXX FC-SCSI DRIVER
5912M: Andrew Vasquez <andrew.vasquez@qlogic.com>
5913M: linux-driver@qlogic.com
5914L: linux-scsi@vger.kernel.org
5915S: Supported
5916F: Documentation/scsi/LICENSE.qla2xxx
5917F: drivers/scsi/qla2xxx/
5918
5919QLOGIC QLA4XXX iSCSI DRIVER
5920M: Ravi Anand <ravi.anand@qlogic.com>
5921M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5922M: iscsi-driver@qlogic.com
5923L: linux-scsi@vger.kernel.org
5924S: Supported
5925F: drivers/scsi/qla4xxx/
5926
5927QLOGIC QLA3XXX NETWORK DRIVER
5928M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5929M: Ron Mercer <ron.mercer@qlogic.com>
5930M: linux-driver@qlogic.com
5931L: netdev@vger.kernel.org
5932S: Supported
5933F: Documentation/networking/LICENSE.qla3xxx
5934F: drivers/net/ethernet/qlogic/qla3xxx.*
5935
5936QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5937M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5938M: Sony Chacko <sony.chacko@qlogic.com>
5939M: linux-driver@qlogic.com
5940L: netdev@vger.kernel.org
5941S: Supported
5942F: drivers/net/ethernet/qlogic/qlcnic/
5943
5944QLOGIC QLGE 10Gb ETHERNET DRIVER
5945M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5946M: Ron Mercer <ron.mercer@qlogic.com>
5947M: linux-driver@qlogic.com
5948L: netdev@vger.kernel.org
5949S: Supported
5950F: drivers/net/ethernet/qlogic/qlge/
5951
5952QNX4 FILESYSTEM
5953M: Anders Larsen <al@alarsen.net>
5954W: http://www.alarsen.net/linux/qnx4fs/
5955S: Maintained
5956F: fs/qnx4/
5957F: include/linux/qnx4_fs.h
5958F: include/linux/qnxtypes.h
5959
5960QT1010 MEDIA DRIVER
5961M: Antti Palosaari <crope@iki.fi>
5962L: linux-media@vger.kernel.org
5963W: http://linuxtv.org/
5964W: http://palosaari.fi/linux/
5965Q: http://patchwork.linuxtv.org/project/linux-media/list/
5966T: git git://linuxtv.org/anttip/media_tree.git
5967S: Maintained
5968F: drivers/media/tuners/qt1010*
5969
5970QUALCOMM HEXAGON ARCHITECTURE
5971M: Richard Kuo <rkuo@codeaurora.org>
5972L: linux-hexagon@vger.kernel.org
5973S: Supported
5974F: arch/hexagon/
5975
5976RADOS BLOCK DEVICE (RBD)
5977M: Yehuda Sadeh <yehuda@inktank.com>
5978M: Sage Weil <sage@inktank.com>
5979M: Alex Elder <elder@inktank.com>
5980M: ceph-devel@vger.kernel.org
5981W: http://ceph.com/
5982T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
5983S: Supported
5984F: drivers/block/rbd.c
5985F: drivers/block/rbd_types.h
5986
5987RADEON FRAMEBUFFER DISPLAY DRIVER
5988M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5989L: linux-fbdev@vger.kernel.org
5990S: Maintained
5991F: drivers/video/aty/radeon*
5992F: include/linux/radeonfb.h
5993
5994RAGE128 FRAMEBUFFER DISPLAY DRIVER
5995M: Paul Mackerras <paulus@samba.org>
5996L: linux-fbdev@vger.kernel.org
5997S: Maintained
5998F: drivers/video/aty/aty128fb.c
5999
6000RALINK RT2X00 WIRELESS LAN DRIVER
6001P: rt2x00 project
6002M: Ivo van Doorn <IvDoorn@gmail.com>
6003M: Gertjan van Wingerde <gwingerde@gmail.com>
6004M: Helmut Schaa <helmut.schaa@googlemail.com>
6005L: linux-wireless@vger.kernel.org
6006L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6007W: http://rt2x00.serialmonkey.com/
6008S: Maintained
6009T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6010F: drivers/net/wireless/rt2x00/
6011
6012RAMDISK RAM BLOCK DEVICE DRIVER
6013M: Nick Piggin <npiggin@kernel.dk>
6014S: Maintained
6015F: Documentation/blockdev/ramdisk.txt
6016F: drivers/block/brd.c
6017
6018RANDOM NUMBER DRIVER
6019M: Theodore Ts'o" <tytso@mit.edu>
6020S: Maintained
6021F: drivers/char/random.c
6022
6023RAPIDIO SUBSYSTEM
6024M: Matt Porter <mporter@kernel.crashing.org>
6025M: Alexandre Bounine <alexandre.bounine@idt.com>
6026S: Maintained
6027F: drivers/rapidio/
6028
6029RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6030L: linux-wireless@vger.kernel.org
6031S: Orphan
6032F: drivers/net/wireless/ray*
6033
6034RCUTORTURE MODULE
6035M: Josh Triplett <josh@freedesktop.org>
6036M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6037S: Supported
6038T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6039F: Documentation/RCU/torture.txt
6040F: kernel/rcutorture.c
6041
6042RDC R-321X SoC
6043M: Florian Fainelli <florian@openwrt.org>
6044S: Maintained
6045
6046RDC R6040 FAST ETHERNET DRIVER
6047M: Florian Fainelli <florian@openwrt.org>
6048L: netdev@vger.kernel.org
6049S: Maintained
6050F: drivers/net/ethernet/rdc/r6040.c
6051
6052RDS - RELIABLE DATAGRAM SOCKETS
6053M: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6054L: rds-devel@oss.oracle.com (moderated for non-subscribers)
6055S: Supported
6056F: net/rds/
6057
6058READ-COPY UPDATE (RCU)
6059M: Dipankar Sarma <dipankar@in.ibm.com>
6060M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6061W: http://www.rdrop.com/users/paulmck/RCU/
6062S: Supported
6063T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6064F: Documentation/RCU/
6065X: Documentation/RCU/torture.txt
6066F: include/linux/rcu*
6067F: kernel/rcu*
6068X: kernel/rcutorture.c
6069
6070REAL TIME CLOCK (RTC) SUBSYSTEM
6071M: Alessandro Zummo <a.zummo@towertech.it>
6072L: rtc-linux@googlegroups.com
6073Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
6074S: Maintained
6075F: Documentation/rtc.txt
6076F: drivers/rtc/
6077F: include/linux/rtc.h
6078
6079REISERFS FILE SYSTEM
6080L: reiserfs-devel@vger.kernel.org
6081S: Supported
6082F: fs/reiserfs/
6083
6084REGISTER MAP ABSTRACTION
6085M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6086T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6087S: Supported
6088F: drivers/base/regmap/
6089F: include/linux/regmap.h
6090
6091REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6092M: Ohad Ben-Cohen <ohad@wizery.com>
6093T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6094S: Maintained
6095F: drivers/remoteproc/
6096F: Documentation/remoteproc.txt
6097F: include/linux/remoteproc.h
6098
6099RFKILL
6100M: Johannes Berg <johannes@sipsolutions.net>
6101L: linux-wireless@vger.kernel.org
6102W: http://wireless.kernel.org/
6103T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6104T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6105S: Maintained
6106F: Documentation/rfkill.txt
6107F: net/rfkill/
6108
6109RICOH SMARTMEDIA/XD DRIVER
6110M: Maxim Levitsky <maximlevitsky@gmail.com>
6111S: Maintained
6112F: drivers/mtd/nand/r852.c
6113F: drivers/mtd/nand/r852.h
6114
6115RICOH R5C592 MEMORYSTICK DRIVER
6116M: Maxim Levitsky <maximlevitsky@gmail.com>
6117S: Maintained
6118F: drivers/memstick/host/r592.*
6119
6120ROCKETPORT DRIVER
6121P: Comtrol Corp.
6122W: http://www.comtrol.com
6123S: Maintained
6124F: Documentation/serial/rocket.txt
6125F: drivers/tty/rocket*
6126
6127ROSE NETWORK LAYER
6128M: Ralf Baechle <ralf@linux-mips.org>
6129L: linux-hams@vger.kernel.org
6130W: http://www.linux-ax25.org/
6131S: Maintained
6132F: include/linux/rose.h
6133F: include/net/rose.h
6134F: net/rose/
6135
6136RTL2830 MEDIA DRIVER
6137M: Antti Palosaari <crope@iki.fi>
6138L: linux-media@vger.kernel.org
6139W: http://linuxtv.org/
6140W: http://palosaari.fi/linux/
6141Q: http://patchwork.linuxtv.org/project/linux-media/list/
6142T: git git://linuxtv.org/anttip/media_tree.git
6143S: Maintained
6144F: drivers/media/dvb-frontends/rtl2830*
6145
6146RTL8180 WIRELESS DRIVER
6147M: "John W. Linville" <linville@tuxdriver.com>
6148L: linux-wireless@vger.kernel.org
6149W: http://wireless.kernel.org/
6150T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6151S: Maintained
6152F: drivers/net/wireless/rtl818x/rtl8180/
6153
6154RTL8187 WIRELESS DRIVER
6155M: Herton Ronaldo Krzesinski <herton@canonical.com>
6156M: Hin-Tak Leung <htl10@users.sourceforge.net>
6157M: Larry Finger <Larry.Finger@lwfinger.net>
6158L: linux-wireless@vger.kernel.org
6159W: http://wireless.kernel.org/
6160T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6161S: Maintained
6162F: drivers/net/wireless/rtl818x/rtl8187/
6163
6164RTL8192CE WIRELESS DRIVER
6165M: Larry Finger <Larry.Finger@lwfinger.net>
6166M: Chaoming Li <chaoming_li@realsil.com.cn>
6167L: linux-wireless@vger.kernel.org
6168W: http://wireless.kernel.org/
6169T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6170S: Maintained
6171F: drivers/net/wireless/rtlwifi/
6172F: drivers/net/wireless/rtlwifi/rtl8192ce/
6173
6174S3 SAVAGE FRAMEBUFFER DRIVER
6175M: Antonino Daplas <adaplas@gmail.com>
6176L: linux-fbdev@vger.kernel.org
6177S: Maintained
6178F: drivers/video/savage/
6179
6180S390
6181M: Martin Schwidefsky <schwidefsky@de.ibm.com>
6182M: Heiko Carstens <heiko.carstens@de.ibm.com>
6183M: linux390@de.ibm.com
6184L: linux-s390@vger.kernel.org
6185W: http://www.ibm.com/developerworks/linux/linux390/
6186S: Supported
6187F: arch/s390/
6188F: drivers/s390/
6189F: block/partitions/ibm.c
6190F: Documentation/s390/
6191F: Documentation/DocBook/s390*
6192
6193S390 NETWORK DRIVERS
6194M: Ursula Braun <ursula.braun@de.ibm.com>
6195M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
6196M: linux390@de.ibm.com
6197L: linux-s390@vger.kernel.org
6198W: http://www.ibm.com/developerworks/linux/linux390/
6199S: Supported
6200F: drivers/s390/net/
6201
6202S390 ZCRYPT DRIVER
6203M: Holger Dengler <hd@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/crypto/
6209
6210S390 ZFCP DRIVER
6211M: Steffen Maier <maier@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/scsi/zfcp_*
6217
6218S390 IUCV NETWORK LAYER
6219M: Ursula Braun <ursula.braun@de.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/net/*iucv*
6225F: include/net/iucv/
6226F: net/iucv/
6227
6228S3C24XX SD/MMC Driver
6229M: Ben Dooks <ben-linux@fluff.org>
6230L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6231S: Supported
6232F: drivers/mmc/host/s3cmci.*
6233
6234SAA7134 VIDEO4LINUX DRIVER
6235M: Mauro Carvalho Chehab <mchehab@redhat.com>
6236L: linux-media@vger.kernel.org
6237W: http://linuxtv.org
6238T: git git://linuxtv.org/media_tree.git
6239S: Odd fixes
6240F: Documentation/video4linux/saa7134/
6241F: drivers/media/pci/saa7134/
6242
6243SAA7146 VIDEO4LINUX-2 DRIVER
6244M: Michael Hunold <michael@mihu.de>
6245L: linux-media@vger.kernel.org
6246T: git git://linuxtv.org/media_tree.git
6247W: http://www.mihu.de/linux/saa7146
6248S: Maintained
6249F: drivers/media/common/saa7146/
6250F: drivers/media/pci/saa7146/
6251F: include/media/saa7146*
6252
6253SAMSUNG LAPTOP DRIVER
6254M: Corentin Chary <corentincj@iksaif.net>
6255L: platform-driver-x86@vger.kernel.org
6256S: Maintained
6257F: drivers/platform/x86/samsung-laptop.c
6258
6259SAMSUNG AUDIO (ASoC) DRIVERS
6260M: Sangbeom Kim <sbkim73@samsung.com>
6261L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6262S: Supported
6263F: sound/soc/samsung
6264
6265SAMSUNG FRAMEBUFFER DRIVER
6266M: Jingoo Han <jg1.han@samsung.com>
6267L: linux-fbdev@vger.kernel.org
6268S: Maintained
6269F: drivers/video/s3c-fb.c
6270
6271SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6272M: Sangbeom Kim <sbkim73@samsung.com>
6273L: linux-kernel@vger.kernel.org
6274S: Supported
6275F: drivers/mfd/sec*.c
6276F: drivers/regulator/s2m*.c
6277F: drivers/regulator/s5m*.c
6278F: drivers/rtc/rtc-sec.c
6279F: include/linux/mfd/samsung/
6280
6281SERIAL DRIVERS
6282M: Alan Cox <alan@linux.intel.com>
6283L: linux-serial@vger.kernel.org
6284S: Maintained
6285F: drivers/tty/serial
6286
6287SYNOPSYS DESIGNWARE DMAC DRIVER
6288M: Viresh Kumar <viresh.linux@gmail.com>
6289S: Maintained
6290F: include/linux/dw_dmac.h
6291F: drivers/dma/dw_dmac_regs.h
6292F: drivers/dma/dw_dmac.c
6293
6294TIMEKEEPING, NTP
6295M: John Stultz <johnstul@us.ibm.com>
6296M: Thomas Gleixner <tglx@linutronix.de>
6297T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6298S: Supported
6299F: include/linux/clocksource.h
6300F: include/linux/time.h
6301F: include/linux/timex.h
6302F: kernel/time/clocksource.c
6303F: kernel/time/time*.c
6304F: kernel/time/ntp.c
6305F: drivers/clocksource
6306
6307TLG2300 VIDEO4LINUX-2 DRIVER
6308M: Huang Shijie <shijie8@gmail.com>
6309M: Kang Yong <kangyong@telegent.com>
6310M: Zhang Xiaobing <xbzhang@telegent.com>
6311S: Supported
6312F: drivers/media/usb/tlg2300
6313
6314SC1200 WDT DRIVER
6315M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
6316S: Maintained
6317F: drivers/watchdog/sc1200wdt.c
6318
6319SCHEDULER
6320M: Ingo Molnar <mingo@redhat.com>
6321M: Peter Zijlstra <peterz@infradead.org>
6322T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
6323S: Maintained
6324F: kernel/sched/
6325F: include/linux/sched.h
6326
6327SCORE ARCHITECTURE
6328M: Chen Liqin <liqin.chen@sunplusct.com>
6329M: Lennox Wu <lennox.wu@gmail.com>
6330W: http://www.sunplusct.com
6331S: Supported
6332F: arch/score/
6333
6334SCSI CDROM DRIVER
6335M: Jens Axboe <axboe@kernel.dk>
6336L: linux-scsi@vger.kernel.org
6337W: http://www.kernel.dk
6338S: Maintained
6339F: drivers/scsi/sr*
6340
6341SCSI RDMA PROTOCOL (SRP) INITIATOR
6342M: David Dillow <dillowda@ornl.gov>
6343L: linux-rdma@vger.kernel.org
6344S: Supported
6345W: http://www.openfabrics.org
6346Q: http://patchwork.kernel.org/project/linux-rdma/list/
6347T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
6348F: drivers/infiniband/ulp/srp/
6349F: include/scsi/srp.h
6350
6351SCSI SG DRIVER
6352M: Doug Gilbert <dgilbert@interlog.com>
6353L: linux-scsi@vger.kernel.org
6354W: http://www.torque.net/sg
6355S: Maintained
6356F: drivers/scsi/sg.c
6357F: include/scsi/sg.h
6358
6359SCSI SUBSYSTEM
6360M: "James E.J. Bottomley" <JBottomley@parallels.com>
6361L: linux-scsi@vger.kernel.org
6362T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
6363T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
6364T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
6365S: Maintained
6366F: drivers/scsi/
6367F: include/scsi/
6368
6369SCSI TAPE DRIVER
6370M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
6371L: linux-scsi@vger.kernel.org
6372S: Maintained
6373F: Documentation/scsi/st.txt
6374F: drivers/scsi/st*
6375
6376SCTP PROTOCOL
6377M: Vlad Yasevich <vyasevich@gmail.com>
6378M: Sridhar Samudrala <sri@us.ibm.com>
6379L: linux-sctp@vger.kernel.org
6380W: http://lksctp.sourceforge.net
6381S: Maintained
6382F: Documentation/networking/sctp.txt
6383F: include/linux/sctp.h
6384F: include/net/sctp/
6385F: net/sctp/
6386
6387SCx200 CPU SUPPORT
6388M: Jim Cromie <jim.cromie@gmail.com>
6389S: Odd Fixes
6390F: Documentation/i2c/busses/scx200_acb
6391F: arch/x86/platform/scx200/
6392F: drivers/watchdog/scx200_wdt.c
6393F: drivers/i2c/busses/scx200*
6394F: drivers/mtd/maps/scx200_docflash.c
6395F: include/linux/scx200.h
6396
6397SCx200 GPIO DRIVER
6398M: Jim Cromie <jim.cromie@gmail.com>
6399S: Maintained
6400F: drivers/char/scx200_gpio.c
6401F: include/linux/scx200_gpio.h
6402
6403SCx200 HRT CLOCKSOURCE DRIVER
6404M: Jim Cromie <jim.cromie@gmail.com>
6405S: Maintained
6406F: drivers/clocksource/scx200_hrt.c
6407
6408SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
6409M: Sascha Sommer <saschasommer@freenet.de>
6410L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
6411S: Maintained
6412F: drivers/mmc/host/sdricoh_cs.c
6413
6414SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6415M: Chris Ball <cjb@laptop.org>
6416L: linux-mmc@vger.kernel.org
6417T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6418S: Maintained
6419F: drivers/mmc/host/sdhci.*
6420F: drivers/mmc/host/sdhci-pltfm.[ch]
6421
6422SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
6423M: Anton Vorontsov <avorontsov@ru.mvista.com>
6424L: linuxppc-dev@lists.ozlabs.org
6425L: linux-mmc@vger.kernel.org
6426S: Maintained
6427F: drivers/mmc/host/sdhci-pltfm.[ch]
6428
6429SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
6430M: Ben Dooks <ben-linux@fluff.org>
6431L: linux-mmc@vger.kernel.org
6432S: Maintained
6433F: drivers/mmc/host/sdhci-s3c.c
6434
6435SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
6436M: Viresh Kumar <viresh.linux@gmail.com>
6437L: spear-devel@list.st.com
6438L: linux-mmc@vger.kernel.org
6439S: Maintained
6440F: drivers/mmc/host/sdhci-spear.c
6441
6442SECURITY SUBSYSTEM
6443M: James Morris <james.l.morris@oracle.com>
6444L: linux-security-module@vger.kernel.org (suggested Cc:)
6445T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
6446W: http://kernsec.org/
6447S: Supported
6448F: security/
6449
6450SECURITY CONTACT
6451M: Security Officers <security@kernel.org>
6452S: Supported
6453
6454SELINUX SECURITY MODULE
6455M: Stephen Smalley <sds@tycho.nsa.gov>
6456M: James Morris <james.l.morris@oracle.com>
6457M: Eric Paris <eparis@parisplace.org>
6458L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
6459W: http://selinuxproject.org
6460T: git git://git.infradead.org/users/eparis/selinux.git
6461S: Supported
6462F: include/linux/selinux*
6463F: security/selinux/
6464F: scripts/selinux/
6465
6466APPARMOR SECURITY MODULE
6467M: John Johansen <john.johansen@canonical.com>
6468L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
6469W: apparmor.wiki.kernel.org
6470T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
6471S: Supported
6472F: security/apparmor/
6473
6474SENSABLE PHANTOM
6475M: Jiri Slaby <jirislaby@gmail.com>
6476S: Maintained
6477F: drivers/misc/phantom.c
6478F: include/linux/phantom.h
6479
6480SERIAL ATA (SATA) SUBSYSTEM
6481M: Jeff Garzik <jgarzik@pobox.com>
6482L: linux-ide@vger.kernel.org
6483T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
6484S: Supported
6485F: drivers/ata/
6486F: include/linux/ata.h
6487F: include/linux/libata.h
6488
6489SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
6490M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
6491L: linux-scsi@vger.kernel.org
6492W: http://www.emulex.com
6493S: Supported
6494F: drivers/scsi/be2iscsi/
6495
6496SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
6497M: Sathya Perla <sathya.perla@emulex.com>
6498M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
6499M: Ajit Khaparde <ajit.khaparde@emulex.com>
6500L: netdev@vger.kernel.org
6501W: http://www.emulex.com
6502S: Supported
6503F: drivers/net/ethernet/emulex/benet/
6504
6505SFC NETWORK DRIVER
6506M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6507M: Ben Hutchings <bhutchings@solarflare.com>
6508L: netdev@vger.kernel.org
6509S: Supported
6510F: drivers/net/ethernet/sfc/
6511
6512SGI GRU DRIVER
6513M: Jack Steiner <steiner@sgi.com>
6514S: Maintained
6515F: drivers/misc/sgi-gru/
6516
6517SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6518M: Pat Gefre <pfg@sgi.com>
6519L: linux-ia64@vger.kernel.org
6520S: Supported
6521F: Documentation/ia64/serial.txt
6522F: drivers/tty/serial/ioc?_serial.c
6523F: include/linux/ioc?.h
6524
6525SGI VISUAL WORKSTATION 320 AND 540
6526M: Andrey Panin <pazke@donpac.ru>
6527L: linux-visws-devel@lists.sf.net
6528W: http://linux-visws.sf.net
6529S: Maintained for 2.6.
6530F: Documentation/sgi-visws.txt
6531
6532SGI XP/XPC/XPNET DRIVER
6533M: Robin Holt <holt@sgi.com>
6534S: Maintained
6535F: drivers/misc/sgi-xp/
6536
6537SIMPLE FIRMWARE INTERFACE (SFI)
6538M: Len Brown <lenb@kernel.org>
6539L: sfi-devel@simplefirmware.org
6540W: http://simplefirmware.org/
6541T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6542S: Supported
6543F: arch/x86/platform/sfi/
6544F: drivers/sfi/
6545F: include/linux/sfi*.h
6546
6547SIMTEC EB110ATX (Chalice CATS)
6548P: Ben Dooks
6549P: Vincent Sanders <vince@simtec.co.uk>
6550M: Simtec Linux Team <linux@simtec.co.uk>
6551W: http://www.simtec.co.uk/products/EB110ATX/
6552S: Supported
6553
6554SIMTEC EB2410ITX (BAST)
6555P: Ben Dooks
6556P: Vincent Sanders <vince@simtec.co.uk>
6557M: Simtec Linux Team <linux@simtec.co.uk>
6558W: http://www.simtec.co.uk/products/EB2410ITX/
6559S: Supported
6560F: arch/arm/mach-s3c2410/mach-bast.c
6561F: arch/arm/mach-s3c2410/bast-ide.c
6562F: arch/arm/mach-s3c2410/bast-irq.c
6563
6564TI DAVINCI MACHINE SUPPORT
6565M: Sekhar Nori <nsekhar@ti.com>
6566M: Kevin Hilman <khilman@ti.com>
6567L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6568T: git git://gitorious.org/linux-davinci/linux-davinci.git
6569Q: http://patchwork.kernel.org/project/linux-davinci/list/
6570S: Supported
6571F: arch/arm/mach-davinci
6572F: drivers/i2c/busses/i2c-davinci.c
6573
6574SIS 190 ETHERNET DRIVER
6575M: Francois Romieu <romieu@fr.zoreil.com>
6576L: netdev@vger.kernel.org
6577S: Maintained
6578F: drivers/net/ethernet/sis/sis190.c
6579
6580SIS 900/7016 FAST ETHERNET DRIVER
6581M: Daniele Venzano <venza@brownhat.org>
6582W: http://www.brownhat.org/sis900.html
6583L: netdev@vger.kernel.org
6584S: Maintained
6585F: drivers/net/ethernet/sis/sis900.*
6586
6587SIS 96X I2C/SMBUS DRIVER
6588M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6589L: linux-i2c@vger.kernel.org
6590S: Maintained
6591F: Documentation/i2c/busses/i2c-sis96x
6592F: drivers/i2c/busses/i2c-sis96x.c
6593
6594SIS FRAMEBUFFER DRIVER
6595M: Thomas Winischhofer <thomas@winischhofer.net>
6596W: http://www.winischhofer.net/linuxsisvga.shtml
6597S: Maintained
6598F: Documentation/fb/sisfb.txt
6599F: drivers/video/sis/
6600F: include/video/sisfb.h
6601
6602SIS USB2VGA DRIVER
6603M: Thomas Winischhofer <thomas@winischhofer.net>
6604W: http://www.winischhofer.at/linuxsisusbvga.shtml
6605S: Maintained
6606F: drivers/usb/misc/sisusbvga/
6607
6608SLAB ALLOCATOR
6609M: Christoph Lameter <cl@linux-foundation.org>
6610M: Pekka Enberg <penberg@kernel.org>
6611M: Matt Mackall <mpm@selenic.com>
6612L: linux-mm@kvack.org
6613S: Maintained
6614F: include/linux/sl?b*.h
6615F: mm/sl?b.c
6616
6617SLEEPABLE READ-COPY UPDATE (SRCU)
6618M: Lai Jiangshan <laijs@cn.fujitsu.com>
6619M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6620W: http://www.rdrop.com/users/paulmck/RCU/
6621S: Supported
6622T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6623F: include/linux/srcu*
6624F: kernel/srcu*
6625
6626SMACK SECURITY MODULE
6627M: Casey Schaufler <casey@schaufler-ca.com>
6628L: linux-security-module@vger.kernel.org
6629W: http://schaufler-ca.com
6630T: git git://git.gitorious.org/smack-next/kernel.git
6631S: Maintained
6632F: Documentation/security/Smack.txt
6633F: security/smack/
6634
6635SMC91x ETHERNET DRIVER
6636M: Nicolas Pitre <nico@fluxnic.net>
6637S: Odd Fixes
6638F: drivers/net/ethernet/smsc/smc91x.*
6639
6640SMM665 HARDWARE MONITOR DRIVER
6641M: Guenter Roeck <linux@roeck-us.net>
6642L: lm-sensors@lm-sensors.org
6643S: Maintained
6644F: Documentation/hwmon/smm665
6645F: drivers/hwmon/smm665.c
6646
6647SMSC EMC2103 HARDWARE MONITOR DRIVER
6648M: Steve Glendinning <steve.glendinning@shawell.net>
6649L: lm-sensors@lm-sensors.org
6650S: Maintained
6651F: Documentation/hwmon/emc2103
6652F: drivers/hwmon/emc2103.c
6653
6654SMSC SCH5627 HARDWARE MONITOR DRIVER
6655M: Hans de Goede <hdegoede@redhat.com>
6656L: lm-sensors@lm-sensors.org
6657S: Supported
6658F: Documentation/hwmon/sch5627
6659F: drivers/hwmon/sch5627.c
6660
6661SMSC47B397 HARDWARE MONITOR DRIVER
6662M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6663L: lm-sensors@lm-sensors.org
6664S: Maintained
6665F: Documentation/hwmon/smsc47b397
6666F: drivers/hwmon/smsc47b397.c
6667
6668SMSC911x ETHERNET DRIVER
6669M: Steve Glendinning <steve.glendinning@shawell.net>
6670L: netdev@vger.kernel.org
6671S: Maintained
6672F: include/linux/smsc911x.h
6673F: drivers/net/ethernet/smsc/smsc911x.*
6674
6675SMSC9420 PCI ETHERNET DRIVER
6676M: Steve Glendinning <steve.glendinning@shawell.net>
6677L: netdev@vger.kernel.org
6678S: Maintained
6679F: drivers/net/ethernet/smsc/smsc9420.*
6680
6681SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6682M: Steve Glendinning <steve.glendinning@shawell.net>
6683L: linux-fbdev@vger.kernel.org
6684S: Maintained
6685F: drivers/video/smscufx.c
6686
6687SN-IA64 (Itanium) SUB-PLATFORM
6688M: Jes Sorensen <jes@sgi.com>
6689L: linux-altix@sgi.com
6690L: linux-ia64@vger.kernel.org
6691W: http://www.sgi.com/altix
6692S: Maintained
6693F: arch/ia64/sn/
6694
6695SOC-CAMERA V4L2 SUBSYSTEM
6696M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6697L: linux-media@vger.kernel.org
6698T: git git://linuxtv.org/media_tree.git
6699S: Maintained
6700F: include/media/soc*
6701F: drivers/media/i2c/soc_camera/
6702F: drivers/media/platform/soc_camera/
6703
6704SOEKRIS NET48XX LED SUPPORT
6705M: Chris Boot <bootc@bootc.net>
6706S: Maintained
6707F: drivers/leds/leds-net48xx.c
6708
6709SOFTWARE RAID (Multiple Disks) SUPPORT
6710M: Neil Brown <neilb@suse.de>
6711L: linux-raid@vger.kernel.org
6712S: Supported
6713F: drivers/md/
6714F: include/linux/raid/
6715
6716SONIC NETWORK DRIVER
6717M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6718L: netdev@vger.kernel.org
6719S: Maintained
6720F: drivers/net/ethernet/natsemi/sonic.*
6721
6722SONICS SILICON BACKPLANE DRIVER (SSB)
6723M: Michael Buesch <m@bues.ch>
6724L: netdev@vger.kernel.org
6725S: Maintained
6726F: drivers/ssb/
6727F: include/linux/ssb/
6728
6729SONY VAIO CONTROL DEVICE DRIVER
6730M: Mattia Dongili <malattia@linux.it>
6731L: platform-driver-x86@vger.kernel.org
6732W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6733S: Maintained
6734F: Documentation/laptops/sony-laptop.txt
6735F: drivers/char/sonypi.c
6736F: drivers/platform/x86/sony-laptop.c
6737F: include/linux/sony-laptop.h
6738
6739SONY MEMORYSTICK CARD SUPPORT
6740M: Alex Dubov <oakad@yahoo.com>
6741W: http://tifmxx.berlios.de/
6742S: Maintained
6743F: drivers/memstick/host/tifm_ms.c
6744
6745SOUND
6746M: Jaroslav Kysela <perex@perex.cz>
6747M: Takashi Iwai <tiwai@suse.de>
6748L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6749W: http://www.alsa-project.org/
6750T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6751T: git git://git.alsa-project.org/alsa-kernel.git
6752S: Maintained
6753F: Documentation/sound/
6754F: include/sound/
6755F: sound/
6756
6757SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6758M: Liam Girdwood <lrg@ti.com>
6759M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6760T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
6761L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6762W: http://alsa-project.org/main/index.php/ASoC
6763S: Supported
6764F: sound/soc/
6765F: include/sound/soc*
6766
6767SPARC + UltraSPARC (sparc/sparc64)
6768M: "David S. Miller" <davem@davemloft.net>
6769L: sparclinux@vger.kernel.org
6770Q: http://patchwork.ozlabs.org/project/sparclinux/list/
6771T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6772T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6773S: Maintained
6774F: arch/sparc/
6775F: drivers/sbus/
6776
6777SPARC SERIAL DRIVERS
6778M: "David S. Miller" <davem@davemloft.net>
6779L: sparclinux@vger.kernel.org
6780T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6781T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6782S: Maintained
6783F: include/linux/sunserialcore.h
6784F: drivers/tty/serial/suncore.c
6785F: drivers/tty/serial/sunhv.c
6786F: drivers/tty/serial/sunsab.c
6787F: drivers/tty/serial/sunsab.h
6788F: drivers/tty/serial/sunsu.c
6789F: drivers/tty/serial/sunzilog.c
6790F: drivers/tty/serial/sunzilog.h
6791
6792SPARSE CHECKER
6793M: "Christopher Li" <sparse@chrisli.org>
6794L: linux-sparse@vger.kernel.org
6795W: https://sparse.wiki.kernel.org/
6796T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
6797T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
6798S: Maintained
6799F: include/linux/compiler.h
6800
6801SPEAR PLATFORM SUPPORT
6802M: Viresh Kumar <viresh.linux@gmail.com>
6803M: Shiraz Hashim <shiraz.hashim@st.com>
6804L: spear-devel@list.st.com
6805L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6806W: http://www.st.com/spear
6807S: Maintained
6808F: arch/arm/plat-spear/
6809
6810SPEAR13XX MACHINE SUPPORT
6811M: Viresh Kumar <viresh.linux@gmail.com>
6812M: Shiraz Hashim <shiraz.hashim@st.com>
6813L: spear-devel@list.st.com
6814L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6815W: http://www.st.com/spear
6816S: Maintained
6817F: arch/arm/mach-spear13xx/
6818
6819SPEAR3XX MACHINE SUPPORT
6820M: Viresh Kumar <viresh.linux@gmail.com>
6821M: Shiraz Hashim <shiraz.hashim@st.com>
6822L: spear-devel@list.st.com
6823L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6824W: http://www.st.com/spear
6825S: Maintained
6826F: arch/arm/mach-spear3xx/
6827
6828SPEAR6XX MACHINE SUPPORT
6829M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
6830M: Shiraz Hashim <shiraz.hashim@st.com>
6831M: Viresh Kumar <viresh.linux@gmail.com>
6832L: spear-devel@list.st.com
6833L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6834W: http://www.st.com/spear
6835S: Maintained
6836F: arch/arm/mach-spear6xx/
6837
6838SPEAR CLOCK FRAMEWORK SUPPORT
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: drivers/clk/spear/
6845
6846SPI SUBSYSTEM
6847M: Grant Likely <grant.likely@secretlab.ca>
6848L: spi-devel-general@lists.sourceforge.net
6849Q: http://patchwork.kernel.org/project/spi-devel-general/list/
6850T: git git://git.secretlab.ca/git/linux-2.6.git
6851S: Maintained
6852F: Documentation/spi/
6853F: drivers/spi/
6854F: include/linux/spi/
6855
6856SPIDERNET NETWORK DRIVER for CELL
6857M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6858M: Jens Osterkamp <jens@de.ibm.com>
6859L: netdev@vger.kernel.org
6860S: Supported
6861F: Documentation/networking/spider_net.txt
6862F: drivers/net/ethernet/toshiba/spider_net*
6863
6864SPU FILE SYSTEM
6865M: Jeremy Kerr <jk@ozlabs.org>
6866L: linuxppc-dev@lists.ozlabs.org
6867L: cbe-oss-dev@lists.ozlabs.org
6868W: http://www.ibm.com/developerworks/power/cell/
6869S: Supported
6870F: Documentation/filesystems/spufs.txt
6871F: arch/powerpc/platforms/cell/spufs/
6872
6873SQUASHFS FILE SYSTEM
6874M: Phillip Lougher <phillip@squashfs.org.uk>
6875L: squashfs-devel@lists.sourceforge.net (subscribers-only)
6876W: http://squashfs.org.uk
6877S: Maintained
6878F: Documentation/filesystems/squashfs.txt
6879F: fs/squashfs/
6880
6881SRM (Alpha) environment access
6882M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
6883S: Maintained
6884F: arch/alpha/kernel/srm_env.c
6885
6886STABLE BRANCH
6887M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6888L: stable@vger.kernel.org
6889S: Supported
6890
6891STAGING SUBSYSTEM
6892M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6893T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
6894L: devel@driverdev.osuosl.org
6895S: Supported
6896F: drivers/staging/
6897
6898STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6899M: Henk de Groot <pe1dnn@amsat.org>
6900S: Odd Fixes
6901F: drivers/staging/wlags49_h2/
6902F: drivers/staging/wlags49_h25/
6903
6904STAGING - ASUS OLED
6905M: Jakub Schmidtke <sjakub@gmail.com>
6906S: Odd Fixes
6907F: drivers/staging/asus_oled/
6908
6909STAGING - COMEDI
6910M: Ian Abbott <abbotti@mev.co.uk>
6911M: Mori Hess <fmhess@users.sourceforge.net>
6912S: Odd Fixes
6913F: drivers/staging/comedi/
6914
6915STAGING - CRYSTAL HD VIDEO DECODER
6916M: Naren Sankar <nsankar@broadcom.com>
6917M: Jarod Wilson <jarod@wilsonet.com>
6918M: Scott Davilla <davilla@4pi.com>
6919M: Manu Abraham <abraham.manu@gmail.com>
6920S: Odd Fixes
6921F: drivers/staging/crystalhd/
6922
6923STAGING - ECHO CANCELLER
6924M: Steve Underwood <steveu@coppice.org>
6925M: David Rowe <david@rowetel.com>
6926S: Odd Fixes
6927F: drivers/staging/echo/
6928
6929STAGING - ET131X NETWORK DRIVER
6930M: Mark Einon <mark.einon@gmail.com>
6931S: Odd Fixes
6932F: drivers/staging/et131x/
6933
6934STAGING - FLARION FT1000 DRIVERS
6935M: Marek Belisko <marek.belisko@gmail.com>
6936S: Odd Fixes
6937F: drivers/staging/ft1000/
6938
6939STAGING - FRONTIER TRANZPORT AND ALPHATRACK
6940M: David Täht <d@teklibre.com>
6941S: Odd Fixes
6942F: drivers/staging/frontier/
6943
6944STAGING - INDUSTRIAL IO
6945M: Jonathan Cameron <jic23@cam.ac.uk>
6946L: linux-iio@vger.kernel.org
6947S: Odd Fixes
6948F: drivers/staging/iio/
6949
6950STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
6951M: Jarod Wilson <jarod@wilsonet.com>
6952W: http://www.lirc.org/
6953S: Odd Fixes
6954F: drivers/staging/media/lirc/
6955
6956STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
6957M: Julian Andres Klode <jak@jak-linux.org>
6958M: Marc Dietrich <marvin24@gmx.de>
6959L: ac100@lists.launchpad.net (moderated for non-subscribers)
6960S: Maintained
6961F: drivers/staging/nvec/
6962
6963STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
6964M: Andres Salomon <dilinger@queued.net>
6965M: Chris Ball <cjb@laptop.org>
6966M: Jon Nettleton <jon.nettleton@gmail.com>
6967W: http://wiki.laptop.org/go/DCON
6968S: Odd Fixes
6969F: drivers/staging/olpc_dcon/
6970
6971STAGING - OZMO DEVICES USB OVER WIFI DRIVER
6972M: Rupesh Gujare <rgujare@ozmodevices.com>
6973M: Chris Kelly <ckelly@ozmodevices.com>
6974S: Maintained
6975F: drivers/staging/ozwpan/
6976
6977STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
6978M: Willy Tarreau <willy@meta-x.org>
6979S: Odd Fixes
6980F: drivers/staging/panel/
6981
6982STAGING - REALTEK RTL8712U DRIVERS
6983M: Larry Finger <Larry.Finger@lwfinger.net>
6984M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
6985S: Odd Fixes
6986F: drivers/staging/rtl8712/
6987
6988STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
6989M: Teddy Wang <teddy.wang@siliconmotion.com.cn>
6990S: Odd Fixes
6991F: drivers/staging/sm7xx/
6992
6993STAGING - SOFTLOGIC 6x10 MPEG CODEC
6994M: Ben Collins <bcollins@bluecherry.net>
6995S: Odd Fixes
6996F: drivers/staging/media/solo6x10/
6997
6998STAGING - SPEAKUP CONSOLE SPEECH DRIVER
6999M: William Hubbs <w.d.hubbs@gmail.com>
7000M: Chris Brannon <chris@the-brannons.com>
7001M: Kirk Reiser <kirk@braille.uwo.ca>
7002M: Samuel Thibault <samuel.thibault@ens-lyon.org>
7003L: speakup@braille.uwo.ca
7004W: http://www.linux-speakup.org/
7005S: Odd Fixes
7006F: drivers/staging/speakup/
7007
7008STAGING - TI DSP BRIDGE DRIVERS
7009M: Omar Ramirez Luna <omar.ramirez@ti.com>
7010S: Odd Fixes
7011F: drivers/staging/tidspbridge/
7012
7013STAGING - USB ENE SM/MS CARD READER DRIVER
7014M: Al Cho <acho@novell.com>
7015S: Odd Fixes
7016F: drivers/staging/keucr/
7017
7018STAGING - VIA VT665X DRIVERS
7019M: Forest Bond <forest@alittletooquiet.net>
7020S: Odd Fixes
7021F: drivers/staging/vt665?/
7022
7023STAGING - WINBOND IS89C35 WLAN USB DRIVER
7024M: Pavel Machek <pavel@ucw.cz>
7025S: Odd Fixes
7026F: drivers/staging/winbond/
7027
7028STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
7029M: Arnaud Patard <arnaud.patard@rtp-net.org>
7030S: Odd Fixes
7031F: drivers/staging/xgifb/
7032
7033STARFIRE/DURALAN NETWORK DRIVER
7034M: Ion Badulescu <ionut@badula.org>
7035S: Odd Fixes
7036F: drivers/net/ethernet/adaptec/starfire*
7037
7038SUN3/3X
7039M: Sam Creasey <sammy@sammy.net>
7040W: http://sammy.net/sun3/
7041S: Maintained
7042F: arch/m68k/kernel/*sun3*
7043F: arch/m68k/sun3*/
7044F: arch/m68k/include/asm/sun3*
7045F: drivers/net/ethernet/i825xx/sun3*
7046
7047SUPERH
7048M: Paul Mundt <lethal@linux-sh.org>
7049L: linux-sh@vger.kernel.org
7050W: http://www.linux-sh.org
7051Q: http://patchwork.kernel.org/project/linux-sh/list/
7052T: git git://github.com/pmundt/linux-sh.git sh-latest
7053S: Supported
7054F: Documentation/sh/
7055F: arch/sh/
7056F: drivers/sh/
7057
7058SUSPEND TO RAM
7059M: Len Brown <len.brown@intel.com>
7060M: Pavel Machek <pavel@ucw.cz>
7061M: "Rafael J. Wysocki" <rjw@sisk.pl>
7062L: linux-pm@vger.kernel.org
7063S: Supported
7064F: Documentation/power/
7065F: arch/x86/kernel/acpi/
7066F: drivers/base/power/
7067F: kernel/power/
7068F: include/linux/suspend.h
7069F: include/linux/freezer.h
7070F: include/linux/pm.h
7071
7072SVGA HANDLING
7073M: Martin Mares <mj@ucw.cz>
7074L: linux-video@atrey.karlin.mff.cuni.cz
7075S: Maintained
7076F: Documentation/svga.txt
7077F: arch/x86/boot/video*
7078
7079SWIOTLB SUBSYSTEM
7080M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7081L: linux-kernel@vger.kernel.org
7082S: Supported
7083F: lib/swiotlb.c
7084F: arch/*/kernel/pci-swiotlb.c
7085F: include/linux/swiotlb.h
7086
7087SYSV FILESYSTEM
7088M: Christoph Hellwig <hch@infradead.org>
7089S: Maintained
7090F: Documentation/filesystems/sysv-fs.txt
7091F: fs/sysv/
7092F: include/linux/sysv_fs.h
7093
7094TARGET SUBSYSTEM
7095M: Nicholas A. Bellinger <nab@linux-iscsi.org>
7096L: linux-scsi@vger.kernel.org
7097L: target-devel@vger.kernel.org
7098L: http://groups.google.com/group/linux-iscsi-target-dev
7099W: http://www.linux-iscsi.org
7100T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
7101S: Supported
7102F: drivers/target/
7103F: include/target/
7104F: Documentation/target/
7105
7106TASKSTATS STATISTICS INTERFACE
7107M: Balbir Singh <bsingharora@gmail.com>
7108S: Maintained
7109F: Documentation/accounting/taskstats*
7110F: include/linux/taskstats*
7111F: kernel/taskstats.c
7112
7113TC CLASSIFIER
7114M: Jamal Hadi Salim <jhs@mojatatu.com>
7115L: netdev@vger.kernel.org
7116S: Maintained
7117F: include/linux/pkt_cls.h
7118F: include/net/pkt_cls.h
7119F: net/sched/
7120
7121TCP LOW PRIORITY MODULE
7122M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
7123M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
7124W: http://tcp-lp-mod.sourceforge.net/
7125S: Maintained
7126F: net/ipv4/tcp_lp.c
7127
7128TDA10071 MEDIA DRIVER
7129M: Antti Palosaari <crope@iki.fi>
7130L: linux-media@vger.kernel.org
7131W: http://linuxtv.org/
7132W: http://palosaari.fi/linux/
7133Q: http://patchwork.linuxtv.org/project/linux-media/list/
7134T: git git://linuxtv.org/anttip/media_tree.git
7135S: Maintained
7136F: drivers/media/dvb-frontends/tda10071*
7137
7138TDA18212 MEDIA DRIVER
7139M: Antti Palosaari <crope@iki.fi>
7140L: linux-media@vger.kernel.org
7141W: http://linuxtv.org/
7142W: http://palosaari.fi/linux/
7143Q: http://patchwork.linuxtv.org/project/linux-media/list/
7144T: git git://linuxtv.org/anttip/media_tree.git
7145S: Maintained
7146F: drivers/media/tuners/tda18212*
7147
7148TDA18218 MEDIA DRIVER
7149M: Antti Palosaari <crope@iki.fi>
7150L: linux-media@vger.kernel.org
7151W: http://linuxtv.org/
7152W: http://palosaari.fi/linux/
7153Q: http://patchwork.linuxtv.org/project/linux-media/list/
7154T: git git://linuxtv.org/anttip/media_tree.git
7155S: Maintained
7156F: drivers/media/tuners/tda18218*
7157
7158TDA18271 MEDIA DRIVER
7159M: Michael Krufky <mkrufky@linuxtv.org>
7160L: linux-media@vger.kernel.org
7161W: http://linuxtv.org/
7162W: http://github.com/mkrufky
7163Q: http://patchwork.linuxtv.org/project/linux-media/list/
7164T: git git://linuxtv.org/mkrufky/tuners.git
7165S: Maintained
7166F: drivers/media/tuners/tda18271*
7167
7168TDA827x MEDIA DRIVER
7169M: Michael Krufky <mkrufky@linuxtv.org>
7170L: linux-media@vger.kernel.org
7171W: http://linuxtv.org/
7172W: http://github.com/mkrufky
7173Q: http://patchwork.linuxtv.org/project/linux-media/list/
7174T: git git://linuxtv.org/mkrufky/tuners.git
7175S: Maintained
7176F: drivers/media/tuners/tda8290.*
7177
7178TDA8290 MEDIA DRIVER
7179M: Michael Krufky <mkrufky@linuxtv.org>
7180L: linux-media@vger.kernel.org
7181W: http://linuxtv.org/
7182W: http://github.com/mkrufky
7183Q: http://patchwork.linuxtv.org/project/linux-media/list/
7184T: git git://linuxtv.org/mkrufky/tuners.git
7185S: Maintained
7186F: drivers/media/tuners/tda8290.*
7187
7188TEAM DRIVER
7189M: Jiri Pirko <jpirko@redhat.com>
7190L: netdev@vger.kernel.org
7191S: Supported
7192F: drivers/net/team/
7193F: include/linux/if_team.h
7194
7195TEGRA SUPPORT
7196M: Stephen Warren <swarren@wwwdotorg.org>
7197L: linux-tegra@vger.kernel.org
7198Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
7199T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
7200S: Supported
7201F: arch/arm/mach-tegra
7202F: arch/arm/boot/dts/tegra*
7203F: arch/arm/configs/tegra_defconfig
7204
7205TEHUTI ETHERNET DRIVER
7206M: Andy Gospodarek <andy@greyhouse.net>
7207L: netdev@vger.kernel.org
7208S: Supported
7209F: drivers/net/ethernet/tehuti/*
7210
7211Telecom Clock Driver for MCPL0010
7212M: Mark Gross <mark.gross@intel.com>
7213S: Supported
7214F: drivers/char/tlclk.c
7215
7216TENSILICA XTENSA PORT (xtensa)
7217M: Chris Zankel <chris@zankel.net>
7218M: Max Filippov <jcmvbkbc@gmail.com>
7219L: linux-xtensa@linux-xtensa.org
7220S: Maintained
7221F: arch/xtensa/
7222
7223THINKPAD ACPI EXTRAS DRIVER
7224M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
7225L: ibm-acpi-devel@lists.sourceforge.net
7226L: platform-driver-x86@vger.kernel.org
7227W: http://ibm-acpi.sourceforge.net
7228W: http://thinkwiki.org/wiki/Ibm-acpi
7229T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
7230S: Maintained
7231F: drivers/platform/x86/thinkpad_acpi.c
7232
7233TI FLASH MEDIA INTERFACE DRIVER
7234M: Alex Dubov <oakad@yahoo.com>
7235S: Maintained
7236F: drivers/misc/tifm*
7237F: drivers/mmc/host/tifm_sd.c
7238F: include/linux/tifm.h
7239
7240TI LM49xxx FAMILY ASoC CODEC DRIVERS
7241M: M R Swami Reddy <mr.swami.reddy@ti.com>
7242M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
7243L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7244S: Maintained
7245F: sound/soc/codecs/lm49453*
7246F: sound/soc/codecs/isabelle*
7247
7248TI TWL4030 SERIES SOC CODEC DRIVER
7249M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7250L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7251S: Maintained
7252F: sound/soc/codecs/twl4030*
7253
7254TI WILINK WIRELESS DRIVERS
7255M: Luciano Coelho <coelho@ti.com>
7256L: linux-wireless@vger.kernel.org
7257W: http://wireless.kernel.org/en/users/Drivers/wl12xx
7258W: http://wireless.kernel.org/en/users/Drivers/wl1251
7259T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7260S: Maintained
7261F: drivers/net/wireless/ti/
7262F: include/linux/wl12xx.h
7263
7264TIPC NETWORK LAYER
7265M: Jon Maloy <jon.maloy@ericsson.com>
7266M: Allan Stephens <allan.stephens@windriver.com>
7267L: netdev@vger.kernel.org (core kernel code)
7268L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
7269W: http://tipc.sourceforge.net/
7270S: Maintained
7271F: include/linux/tipc*.h
7272F: net/tipc/
7273
7274TILE ARCHITECTURE
7275M: Chris Metcalf <cmetcalf@tilera.com>
7276W: http://www.tilera.com/scm/
7277S: Supported
7278F: arch/tile/
7279F: drivers/tty/hvc/hvc_tile.c
7280F: drivers/net/ethernet/tile/
7281F: drivers/edac/tile_edac.c
7282
7283TLAN NETWORK DRIVER
7284M: Samuel Chessman <chessman@tux.org>
7285L: tlan-devel@lists.sourceforge.net (subscribers-only)
7286W: http://sourceforge.net/projects/tlan/
7287S: Maintained
7288F: Documentation/networking/tlan.txt
7289F: drivers/net/ethernet/ti/tlan.*
7290
7291TOMOYO SECURITY MODULE
7292M: Kentaro Takeda <takedakn@nttdata.co.jp>
7293M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
7294L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
7295L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
7296L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
7297L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
7298W: http://tomoyo.sourceforge.jp/
7299T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
7300S: Maintained
7301F: security/tomoyo/
7302
7303TOPSTAR LAPTOP EXTRAS DRIVER
7304M: Herton Ronaldo Krzesinski <herton@canonical.com>
7305L: platform-driver-x86@vger.kernel.org
7306S: Maintained
7307F: drivers/platform/x86/topstar-laptop.c
7308
7309TOSHIBA ACPI EXTRAS DRIVER
7310L: platform-driver-x86@vger.kernel.org
7311S: Orphan
7312F: drivers/platform/x86/toshiba_acpi.c
7313
7314TOSHIBA SMM DRIVER
7315M: Jonathan Buzzard <jonathan@buzzard.org.uk>
7316L: tlinux-users@tce.toshiba-dme.co.jp
7317W: http://www.buzzard.org.uk/toshiba/
7318S: Maintained
7319F: drivers/char/toshiba.c
7320F: include/linux/toshiba.h
7321
7322TMIO MMC DRIVER
7323M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7324M: Ian Molton <ian@mnementh.co.uk>
7325L: linux-mmc@vger.kernel.org
7326S: Maintained
7327F: drivers/mmc/host/tmio_mmc*
7328F: drivers/mmc/host/sh_mobile_sdhi.c
7329F: include/linux/mmc/tmio.h
7330F: include/linux/mmc/sh_mobile_sdhi.h
7331
7332TMPFS (SHMEM FILESYSTEM)
7333M: Hugh Dickins <hughd@google.com>
7334L: linux-mm@kvack.org
7335S: Maintained
7336F: include/linux/shmem_fs.h
7337F: mm/shmem.c
7338
7339TM6000 VIDEO4LINUX DRIVER
7340M: Mauro Carvalho Chehab <mchehab@redhat.com>
7341L: linux-media@vger.kernel.org
7342W: http://linuxtv.org
7343T: git git://linuxtv.org/media_tree.git
7344S: Odd fixes
7345F: drivers/media/usb/tm6000/
7346
7347TPM DEVICE DRIVER
7348M: Kent Yoder <key@linux.vnet.ibm.com>
7349M: Rajiv Andrade <mail@srajiv.net>
7350W: http://tpmdd.sourceforge.net
7351M: Marcel Selhorst <tpmdd@selhorst.net>
7352M: Sirrix AG <tpmdd@sirrix.com>
7353W: http://www.sirrix.com
7354L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
7355S: Maintained
7356F: drivers/char/tpm/
7357
7358TRACING
7359M: Steven Rostedt <rostedt@goodmis.org>
7360M: Frederic Weisbecker <fweisbec@gmail.com>
7361M: Ingo Molnar <mingo@redhat.com>
7362T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7363S: Maintained
7364F: Documentation/trace/ftrace.txt
7365F: arch/*/*/*/ftrace.h
7366F: arch/*/kernel/ftrace.c
7367F: include/*/ftrace.h
7368F: include/linux/trace*.h
7369F: include/trace/
7370F: kernel/trace/
7371
7372TRIVIAL PATCHES
7373M: Jiri Kosina <trivial@kernel.org>
7374T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
7375S: Maintained
7376K: ^Subject:.*(?i)trivial
7377
7378TTY LAYER
7379M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7380S: Supported
7381T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
7382F: drivers/tty/
7383F: drivers/tty/serial/serial_core.c
7384F: include/linux/serial_core.h
7385F: include/linux/serial.h
7386F: include/linux/tty.h
7387
7388TUA9001 MEDIA DRIVER
7389M: Antti Palosaari <crope@iki.fi>
7390L: linux-media@vger.kernel.org
7391W: http://linuxtv.org/
7392W: http://palosaari.fi/linux/
7393Q: http://patchwork.linuxtv.org/project/linux-media/list/
7394T: git git://linuxtv.org/anttip/media_tree.git
7395S: Maintained
7396F: drivers/media/tuners/tua9001*
7397
7398TULIP NETWORK DRIVERS
7399M: Grant Grundler <grundler@parisc-linux.org>
7400L: netdev@vger.kernel.org
7401S: Maintained
7402F: drivers/net/ethernet/dec/tulip/
7403
7404TUN/TAP driver
7405M: Maxim Krasnyansky <maxk@qualcomm.com>
7406L: vtun@office.satix.net
7407W: http://vtun.sourceforge.net/tun
7408S: Maintained
7409F: Documentation/networking/tuntap.txt
7410F: arch/um/os-Linux/drivers/
7411
7412TURBOCHANNEL SUBSYSTEM
7413M: "Maciej W. Rozycki" <macro@linux-mips.org>
7414S: Maintained
7415F: drivers/tc/
7416F: include/linux/tc.h
7417
7418U14-34F SCSI DRIVER
7419M: Dario Ballabio <ballabio_dario@emc.com>
7420L: linux-scsi@vger.kernel.org
7421S: Maintained
7422F: drivers/scsi/u14-34f.c
7423
7424UBI FILE SYSTEM (UBIFS)
7425M: Artem Bityutskiy <dedekind1@gmail.com>
7426M: Adrian Hunter <adrian.hunter@intel.com>
7427L: linux-mtd@lists.infradead.org
7428T: git git://git.infradead.org/ubifs-2.6.git
7429W: http://www.linux-mtd.infradead.org/doc/ubifs.html
7430S: Maintained
7431F: Documentation/filesystems/ubifs.txt
7432F: fs/ubifs/
7433
7434UCLINUX (AND M68KNOMMU)
7435M: Greg Ungerer <gerg@uclinux.org>
7436W: http://www.uclinux.org/
7437L: uclinux-dev@uclinux.org (subscribers-only)
7438S: Maintained
7439F: arch/m68k/*/*_no.*
7440F: arch/m68k/include/asm/*_no.*
7441
7442UCLINUX FOR RENESAS H8/300 (H8300)
7443M: Yoshinori Sato <ysato@users.sourceforge.jp>
7444W: http://uclinux-h8.sourceforge.jp/
7445S: Supported
7446F: arch/h8300/
7447F: drivers/ide/ide-h8300.c
7448F: drivers/net/ethernet/8390/ne-h8300.c
7449
7450UDF FILESYSTEM
7451M: Jan Kara <jack@suse.cz>
7452S: Maintained
7453F: Documentation/filesystems/udf.txt
7454F: fs/udf/
7455
7456UFS FILESYSTEM
7457M: Evgeniy Dushistov <dushistov@mail.ru>
7458S: Maintained
7459F: Documentation/filesystems/ufs.txt
7460F: fs/ufs/
7461
7462UHID USERSPACE HID IO DRIVER:
7463M: David Herrmann <dh.herrmann@googlemail.com>
7464L: linux-input@vger.kernel.org
7465S: Maintained
7466F: drivers/hid/uhid.c
7467F: include/linux/uhid.h
7468
7469ULTRA-WIDEBAND (UWB) SUBSYSTEM:
7470L: linux-usb@vger.kernel.org
7471S: Orphan
7472F: drivers/uwb/
7473F: include/linux/uwb.h
7474F: include/linux/uwb/
7475
7476UNICORE32 ARCHITECTURE:
7477M: Guan Xuetao <gxt@mprc.pku.edu.cn>
7478W: http://mprc.pku.edu.cn/~guanxuetao/linux
7479S: Maintained
7480T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
7481F: arch/unicore32/
7482
7483UNIFDEF
7484M: Tony Finch <dot@dotat.at>
7485W: http://dotat.at/prog/unifdef
7486S: Maintained
7487F: scripts/unifdef.c
7488
7489UNIFORM CDROM DRIVER
7490M: Jens Axboe <axboe@kernel.dk>
7491W: http://www.kernel.dk
7492S: Maintained
7493F: Documentation/cdrom/
7494F: drivers/cdrom/cdrom.c
7495F: include/linux/cdrom.h
7496
7497UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
7498M: Vinayak Holikatti <vinholikatti@gmail.com>
7499M: Santosh Y <santoshsy@gmail.com>
7500L: linux-scsi@vger.kernel.org
7501S: Supported
7502F: Documentation/scsi/ufs.txt
7503F: drivers/scsi/ufs/
7504
7505UNSORTED BLOCK IMAGES (UBI)
7506M: Artem Bityutskiy <dedekind1@gmail.com>
7507W: http://www.linux-mtd.infradead.org/
7508L: linux-mtd@lists.infradead.org
7509T: git git://git.infradead.org/ubi-2.6.git
7510S: Maintained
7511F: drivers/mtd/ubi/
7512F: include/linux/mtd/ubi.h
7513F: include/mtd/ubi-user.h
7514
7515UNSORTED BLOCK IMAGES (UBI) Fastmap
7516M: Richard Weinberger <richard@nod.at>
7517L: linux-mtd@lists.infradead.org
7518S: Maintained
7519F: drivers/mtd/ubi/fastmap.c
7520
7521USB ACM DRIVER
7522M: Oliver Neukum <oliver@neukum.org>
7523L: linux-usb@vger.kernel.org
7524S: Maintained
7525F: Documentation/usb/acm.txt
7526F: drivers/usb/class/cdc-acm.*
7527
7528USB ATTACHED SCSI
7529M: Matthew Wilcox <willy@linux.intel.com>
7530M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
7531L: linux-usb@vger.kernel.org
7532L: linux-scsi@vger.kernel.org
7533S: Supported
7534F: drivers/usb/storage/uas.c
7535
7536USB BLOCK DRIVER (UB ub)
7537M: Pete Zaitcev <zaitcev@redhat.com>
7538L: linux-usb@vger.kernel.org
7539S: Supported
7540F: drivers/block/ub.c
7541
7542USB CDC ETHERNET DRIVER
7543M: Oliver Neukum <oliver@neukum.org>
7544L: linux-usb@vger.kernel.org
7545S: Maintained
7546F: drivers/net/usb/cdc_*.c
7547F: include/linux/usb/cdc.h
7548
7549USB CYPRESS C67X00 DRIVER
7550M: Peter Korsgaard <jacmet@sunsite.dk>
7551L: linux-usb@vger.kernel.org
7552S: Maintained
7553F: drivers/usb/c67x00/
7554
7555USB DAVICOM DM9601 DRIVER
7556M: Peter Korsgaard <jacmet@sunsite.dk>
7557L: netdev@vger.kernel.org
7558W: http://www.linux-usb.org/usbnet
7559S: Maintained
7560F: drivers/net/usb/dm9601.c
7561
7562USB DIAMOND RIO500 DRIVER
7563M: Cesar Miquel <miquel@df.uba.ar>
7564L: rio500-users@lists.sourceforge.net
7565W: http://rio500.sourceforge.net
7566S: Maintained
7567F: drivers/usb/misc/rio500*
7568
7569USB EHCI DRIVER
7570M: Alan Stern <stern@rowland.harvard.edu>
7571L: linux-usb@vger.kernel.org
7572S: Maintained
7573F: Documentation/usb/ehci.txt
7574F: drivers/usb/host/ehci*
7575
7576USB GADGET/PERIPHERAL SUBSYSTEM
7577M: Felipe Balbi <balbi@ti.com>
7578L: linux-usb@vger.kernel.org
7579W: http://www.linux-usb.org/gadget
7580T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7581S: Maintained
7582F: drivers/usb/gadget/
7583F: include/linux/usb/gadget*
7584
7585USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
7586M: Jiri Kosina <jkosina@suse.cz>
7587L: linux-usb@vger.kernel.org
7588T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
7589S: Maintained
7590F: Documentation/hid/hiddev.txt
7591F: drivers/hid/usbhid/
7592
7593USB/IP DRIVERS
7594M: Matt Mooney <mfm@muteddisk.com>
7595L: linux-usb@vger.kernel.org
7596S: Maintained
7597F: drivers/staging/usbip/
7598
7599USB ISP116X DRIVER
7600M: Olav Kongas <ok@artecdesign.ee>
7601L: linux-usb@vger.kernel.org
7602S: Maintained
7603F: drivers/usb/host/isp116x*
7604F: include/linux/usb/isp116x.h
7605
7606USB KAWASAKI LSI DRIVER
7607M: Oliver Neukum <oliver@neukum.org>
7608L: linux-usb@vger.kernel.org
7609S: Maintained
7610F: drivers/usb/serial/kl5kusb105.*
7611
7612USB MASS STORAGE DRIVER
7613M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
7614L: linux-usb@vger.kernel.org
7615L: usb-storage@lists.one-eyed-alien.net
7616S: Maintained
7617W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
7618F: drivers/usb/storage/
7619
7620USB MIDI DRIVER
7621M: Clemens Ladisch <clemens@ladisch.de>
7622L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7623T: git git://git.alsa-project.org/alsa-kernel.git
7624S: Maintained
7625F: sound/usb/midi.*
7626
7627USB OHCI DRIVER
7628M: Alan Stern <stern@rowland.harvard.edu>
7629L: linux-usb@vger.kernel.org
7630S: Maintained
7631F: Documentation/usb/ohci.txt
7632F: drivers/usb/host/ohci*
7633
7634USB OPTION-CARD DRIVER
7635M: Matthias Urlichs <smurf@smurf.noris.de>
7636L: linux-usb@vger.kernel.org
7637S: Maintained
7638F: drivers/usb/serial/option.c
7639
7640USB PEGASUS DRIVER
7641M: Petko Manolov <petkan@users.sourceforge.net>
7642L: linux-usb@vger.kernel.org
7643L: netdev@vger.kernel.org
7644W: http://pegasus2.sourceforge.net/
7645S: Maintained
7646F: drivers/net/usb/pegasus.*
7647
7648USB PHY LAYER
7649M: Felipe Balbi <balbi@ti.com>
7650L: linux-usb@vger.kernel.org
7651T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7652S: Maintained
7653F: drivers/usb/phy/
7654F: drivers/usb/otg/
7655
7656USB PRINTER DRIVER (usblp)
7657M: Pete Zaitcev <zaitcev@redhat.com>
7658L: linux-usb@vger.kernel.org
7659S: Supported
7660F: drivers/usb/class/usblp.c
7661
7662USB RTL8150 DRIVER
7663M: Petko Manolov <petkan@users.sourceforge.net>
7664L: linux-usb@vger.kernel.org
7665L: netdev@vger.kernel.org
7666W: http://pegasus2.sourceforge.net/
7667S: Maintained
7668F: drivers/net/usb/rtl8150.c
7669
7670USB SERIAL BELKIN F5U103 DRIVER
7671M: William Greathouse <wgreathouse@smva.com>
7672L: linux-usb@vger.kernel.org
7673S: Maintained
7674F: drivers/usb/serial/belkin_sa.*
7675
7676USB SERIAL CYPRESS M8 DRIVER
7677M: Lonnie Mendez <dignome@gmail.com>
7678L: linux-usb@vger.kernel.org
7679S: Maintained
7680W: http://geocities.com/i0xox0i
7681W: http://firstlight.net/cvs
7682F: drivers/usb/serial/cypress_m8.*
7683
7684USB SERIAL CYBERJACK DRIVER
7685M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
7686W: http://www.reiner-sct.de/support/treiber_cyberjack.php
7687S: Maintained
7688F: drivers/usb/serial/cyberjack.c
7689
7690USB SERIAL DIGI ACCELEPORT DRIVER
7691M: Peter Berger <pberger@brimson.com>
7692M: Al Borchers <alborchers@steinerpoint.com>
7693L: linux-usb@vger.kernel.org
7694S: Maintained
7695F: drivers/usb/serial/digi_acceleport.c
7696
7697USB SERIAL DRIVER
7698M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7699L: linux-usb@vger.kernel.org
7700S: Supported
7701F: Documentation/usb/usb-serial.txt
7702F: drivers/usb/serial/generic.c
7703F: drivers/usb/serial/usb-serial.c
7704F: include/linux/usb/serial.h
7705
7706USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
7707M: Gary Brubaker <xavyer@ix.netcom.com>
7708L: linux-usb@vger.kernel.org
7709S: Maintained
7710F: drivers/usb/serial/empeg.c
7711
7712USB SERIAL KEYSPAN DRIVER
7713M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7714L: linux-usb@vger.kernel.org
7715S: Maintained
7716F: drivers/usb/serial/*keyspan*
7717
7718USB SERIAL WHITEHEAT DRIVER
7719M: Support Department <support@connecttech.com>
7720L: linux-usb@vger.kernel.org
7721W: http://www.connecttech.com
7722S: Supported
7723F: drivers/usb/serial/whiteheat*
7724
7725USB SMSC75XX ETHERNET DRIVER
7726M: Steve Glendinning <steve.glendinning@shawell.net>
7727L: netdev@vger.kernel.org
7728S: Maintained
7729F: drivers/net/usb/smsc75xx.*
7730
7731USB SMSC95XX ETHERNET DRIVER
7732M: Steve Glendinning <steve.glendinning@shawell.net>
7733L: netdev@vger.kernel.org
7734S: Maintained
7735F: drivers/net/usb/smsc95xx.*
7736
7737USB SN9C1xx DRIVER
7738M: Luca Risolia <luca.risolia@studio.unibo.it>
7739L: linux-usb@vger.kernel.org
7740L: linux-media@vger.kernel.org
7741T: git git://linuxtv.org/media_tree.git
7742W: http://www.linux-projects.org
7743S: Maintained
7744F: Documentation/video4linux/sn9c102.txt
7745F: drivers/media/usb/sn9c102/
7746
7747USB SUBSYSTEM
7748M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7749L: linux-usb@vger.kernel.org
7750W: http://www.linux-usb.org
7751T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
7752S: Supported
7753F: Documentation/usb/
7754F: drivers/net/usb/
7755F: drivers/usb/
7756F: include/linux/usb.h
7757F: include/linux/usb/
7758
7759USB UHCI DRIVER
7760M: Alan Stern <stern@rowland.harvard.edu>
7761L: linux-usb@vger.kernel.org
7762S: Maintained
7763F: drivers/usb/host/uhci*
7764
7765USB "USBNET" DRIVER FRAMEWORK
7766M: Oliver Neukum <oneukum@suse.de>
7767L: netdev@vger.kernel.org
7768W: http://www.linux-usb.org/usbnet
7769S: Maintained
7770F: drivers/net/usb/usbnet.c
7771F: include/linux/usb/usbnet.h
7772
7773USB VIDEO CLASS
7774M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7775L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
7776L: linux-media@vger.kernel.org
7777T: git git://linuxtv.org/media_tree.git
7778W: http://www.ideasonboard.org/uvc/
7779S: Maintained
7780F: drivers/media/usb/uvc/
7781F: include/uapi/linux/uvcvideo.h
7782
7783USB WIRELESS RNDIS DRIVER (rndis_wlan)
7784M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
7785L: linux-wireless@vger.kernel.org
7786S: Maintained
7787F: drivers/net/wireless/rndis_wlan.c
7788
7789USB XHCI DRIVER
7790M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
7791L: linux-usb@vger.kernel.org
7792S: Supported
7793F: drivers/usb/host/xhci*
7794F: drivers/usb/host/pci-quirks*
7795
7796USB ZD1201 DRIVER
7797L: linux-wireless@vger.kernel.org
7798W: http://linux-lc100020.sourceforge.net
7799S: Orphan
7800F: drivers/net/wireless/zd1201.*
7801
7802USB ZR364XX DRIVER
7803M: Antoine Jacquet <royale@zerezo.com>
7804L: linux-usb@vger.kernel.org
7805L: linux-media@vger.kernel.org
7806T: git git://linuxtv.org/media_tree.git
7807W: http://royale.zerezo.com/zr364xx/
7808S: Maintained
7809F: Documentation/video4linux/zr364xx.txt
7810F: drivers/media/usb/zr364xx/
7811
7812USER-MODE LINUX (UML)
7813M: Jeff Dike <jdike@addtoit.com>
7814M: Richard Weinberger <richard@nod.at>
7815L: user-mode-linux-devel@lists.sourceforge.net
7816L: user-mode-linux-user@lists.sourceforge.net
7817W: http://user-mode-linux.sourceforge.net
7818S: Maintained
7819F: Documentation/virtual/uml/
7820F: arch/um/
7821F: arch/x86/um/
7822F: fs/hostfs/
7823F: fs/hppfs/
7824
7825USERSPACE I/O (UIO)
7826M: "Hans J. Koch" <hjk@hansjkoch.de>
7827M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7828S: Maintained
7829F: Documentation/DocBook/uio-howto.tmpl
7830F: drivers/uio/
7831F: include/linux/uio*.h
7832
7833UTIL-LINUX PACKAGE
7834M: Karel Zak <kzak@redhat.com>
7835L: util-linux@vger.kernel.org
7836W: http://en.wikipedia.org/wiki/Util-linux
7837T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
7838S: Maintained
7839
7840UVESAFB DRIVER
7841M: Michal Januszewski <spock@gentoo.org>
7842L: linux-fbdev@vger.kernel.org
7843W: http://dev.gentoo.org/~spock/projects/uvesafb/
7844S: Maintained
7845F: Documentation/fb/uvesafb.txt
7846F: drivers/video/uvesafb.*
7847
7848VFAT/FAT/MSDOS FILESYSTEM
7849M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
7850S: Maintained
7851F: Documentation/filesystems/vfat.txt
7852F: fs/fat/
7853
7854VFIO DRIVER
7855M: Alex Williamson <alex.williamson@redhat.com>
7856L: kvm@vger.kernel.org
7857S: Maintained
7858F: Documentation/vfio.txt
7859F: drivers/vfio/
7860F: include/linux/vfio.h
7861
7862VIDEOBUF2 FRAMEWORK
7863M: Pawel Osciak <pawel@osciak.com>
7864M: Marek Szyprowski <m.szyprowski@samsung.com>
7865M: Kyungmin Park <kyungmin.park@samsung.com>
7866L: linux-media@vger.kernel.org
7867S: Maintained
7868F: drivers/media/v4l2-core/videobuf2-*
7869F: include/media/videobuf2-*
7870
7871VIRTIO CONSOLE DRIVER
7872M: Amit Shah <amit.shah@redhat.com>
7873L: virtualization@lists.linux-foundation.org
7874S: Maintained
7875F: drivers/char/virtio_console.c
7876F: include/linux/virtio_console.h
7877
7878VIRTIO CORE, NET AND BLOCK DRIVERS
7879M: Rusty Russell <rusty@rustcorp.com.au>
7880M: "Michael S. Tsirkin" <mst@redhat.com>
7881L: virtualization@lists.linux-foundation.org
7882S: Maintained
7883F: drivers/virtio/
7884F: drivers/net/virtio_net.c
7885F: drivers/block/virtio_blk.c
7886F: include/linux/virtio_*.h
7887
7888VIRTIO HOST (VHOST)
7889M: "Michael S. Tsirkin" <mst@redhat.com>
7890L: kvm@vger.kernel.org
7891L: virtualization@lists.linux-foundation.org
7892L: netdev@vger.kernel.org
7893S: Maintained
7894F: drivers/vhost/
7895F: include/linux/vhost.h
7896
7897VIA RHINE NETWORK DRIVER
7898M: Roger Luethi <rl@hellgate.ch>
7899S: Maintained
7900F: drivers/net/ethernet/via/via-rhine.c
7901
7902VIAPRO SMBUS DRIVER
7903M: Jean Delvare <khali@linux-fr.org>
7904L: linux-i2c@vger.kernel.org
7905S: Maintained
7906F: Documentation/i2c/busses/i2c-viapro
7907F: drivers/i2c/busses/i2c-viapro.c
7908
7909VIA SD/MMC CARD CONTROLLER DRIVER
7910M: Bruce Chang <brucechang@via.com.tw>
7911M: Harald Welte <HaraldWelte@viatech.com>
7912S: Maintained
7913F: drivers/mmc/host/via-sdmmc.c
7914
7915VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
7916M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
7917L: linux-fbdev@vger.kernel.org
7918S: Maintained
7919F: include/linux/via-core.h
7920F: include/linux/via-gpio.h
7921F: include/linux/via_i2c.h
7922F: drivers/video/via/
7923
7924VIA VELOCITY NETWORK DRIVER
7925M: Francois Romieu <romieu@fr.zoreil.com>
7926L: netdev@vger.kernel.org
7927S: Maintained
7928F: drivers/net/ethernet/via/via-velocity.*
7929
7930VLAN (802.1Q)
7931M: Patrick McHardy <kaber@trash.net>
7932L: netdev@vger.kernel.org
7933S: Maintained
7934F: drivers/net/macvlan.c
7935F: include/linux/if_*vlan.h
7936F: net/8021q/
7937
7938VLYNQ BUS
7939M: Florian Fainelli <florian@openwrt.org>
7940L: openwrt-devel@lists.openwrt.org (subscribers-only)
7941S: Maintained
7942F: drivers/vlynq/vlynq.c
7943F: include/linux/vlynq.h
7944
7945VME SUBSYSTEM
7946M: Martyn Welch <martyn.welch@ge.com>
7947M: Manohar Vanga <manohar.vanga@gmail.com>
7948M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7949L: devel@driverdev.osuosl.org
7950S: Maintained
7951T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7952F: Documentation/vme_api.txt
7953F: drivers/staging/vme/
7954F: drivers/vme/
7955F: include/linux/vme*
7956
7957VMWARE VMXNET3 ETHERNET DRIVER
7958M: Shreyas Bhatewara <sbhatewara@vmware.com>
7959M: "VMware, Inc." <pv-drivers@vmware.com>
7960L: netdev@vger.kernel.org
7961S: Maintained
7962F: drivers/net/vmxnet3/
7963
7964VMware PVSCSI driver
7965M: Arvind Kumar <arvindkumar@vmware.com>
7966M: VMware PV-Drivers <pv-drivers@vmware.com>
7967L: linux-scsi@vger.kernel.org
7968S: Maintained
7969F: drivers/scsi/vmw_pvscsi.c
7970F: drivers/scsi/vmw_pvscsi.h
7971
7972VOLTAGE AND CURRENT REGULATOR FRAMEWORK
7973M: Liam Girdwood <lrg@ti.com>
7974M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7975W: http://opensource.wolfsonmicro.com/node/15
7976W: http://www.slimlogic.co.uk/?p=48
7977T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
7978S: Supported
7979F: drivers/regulator/
7980F: include/linux/regulator/
7981
7982VT1211 HARDWARE MONITOR DRIVER
7983M: Juerg Haefliger <juergh@gmail.com>
7984L: lm-sensors@lm-sensors.org
7985S: Maintained
7986F: Documentation/hwmon/vt1211
7987F: drivers/hwmon/vt1211.c
7988
7989VT8231 HARDWARE MONITOR DRIVER
7990M: Roger Lucas <vt8231@hiddenengine.co.uk>
7991L: lm-sensors@lm-sensors.org
7992S: Maintained
7993F: drivers/hwmon/vt8231.c
7994
7995VUB300 USB to SDIO/SD/MMC bridge chip
7996M: Tony Olech <tony.olech@elandigitalsystems.com>
7997L: linux-mmc@vger.kernel.org
7998L: linux-usb@vger.kernel.org
7999S: Supported
8000F: drivers/mmc/host/vub300.c
8001
8002W1 DALLAS'S 1-WIRE BUS
8003M: Evgeniy Polyakov <zbr@ioremap.net>
8004S: Maintained
8005F: Documentation/w1/
8006F: drivers/w1/
8007
8008W83791D HARDWARE MONITORING DRIVER
8009M: Marc Hulsman <m.hulsman@tudelft.nl>
8010L: lm-sensors@lm-sensors.org
8011S: Maintained
8012F: Documentation/hwmon/w83791d
8013F: drivers/hwmon/w83791d.c
8014
8015W83793 HARDWARE MONITORING DRIVER
8016M: Rudolf Marek <r.marek@assembler.cz>
8017L: lm-sensors@lm-sensors.org
8018S: Maintained
8019F: Documentation/hwmon/w83793
8020F: drivers/hwmon/w83793.c
8021
8022W83795 HARDWARE MONITORING DRIVER
8023M: Jean Delvare <khali@linux-fr.org>
8024L: lm-sensors@lm-sensors.org
8025S: Maintained
8026F: drivers/hwmon/w83795.c
8027
8028W83L51xD SD/MMC CARD INTERFACE DRIVER
8029M: Pierre Ossman <pierre@ossman.eu>
8030S: Maintained
8031F: drivers/mmc/host/wbsd.*
8032
8033WATCHDOG DEVICE DRIVERS
8034M: Wim Van Sebroeck <wim@iguana.be>
8035L: linux-watchdog@vger.kernel.org
8036W: http://www.linux-watchdog.org/
8037T: git git://www.linux-watchdog.org/linux-watchdog.git
8038S: Maintained
8039F: Documentation/watchdog/
8040F: drivers/watchdog/
8041F: include/linux/watchdog.h
8042
8043WD7000 SCSI DRIVER
8044M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
8045L: linux-scsi@vger.kernel.org
8046S: Maintained
8047F: drivers/scsi/wd7000.c
8048
8049WIIMOTE HID DRIVER
8050M: David Herrmann <dh.herrmann@googlemail.com>
8051L: linux-input@vger.kernel.org
8052S: Maintained
8053F: drivers/hid/hid-wiimote*
8054
8055WINBOND CIR DRIVER
8056M: David Härdeman <david@hardeman.nu>
8057S: Maintained
8058F: drivers/media/rc/winbond-cir.c
8059
8060WIMAX STACK
8061M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
8062M: linux-wimax@intel.com
8063L: wimax@linuxwimax.org
8064S: Supported
8065W: http://linuxwimax.org
8066F: Documentation/wimax/README.wimax
8067F: include/linux/wimax.h
8068F: include/linux/wimax/debug.h
8069F: include/net/wimax.h
8070F: net/wimax/
8071
8072WISTRON LAPTOP BUTTON DRIVER
8073M: Miloslav Trmac <mitr@volny.cz>
8074S: Maintained
8075F: drivers/input/misc/wistron_btns.c
8076
8077WL3501 WIRELESS PCMCIA CARD DRIVER
8078M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
8079L: linux-wireless@vger.kernel.org
8080W: http://oops.ghostprotocols.net:81/blog
8081S: Maintained
8082F: drivers/net/wireless/wl3501*
8083
8084WM97XX TOUCHSCREEN DRIVERS
8085M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8086M: Liam Girdwood <lrg@slimlogic.co.uk>
8087L: linux-input@vger.kernel.org
8088T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
8089W: http://opensource.wolfsonmicro.com/node/7
8090S: Supported
8091F: drivers/input/touchscreen/*wm97*
8092F: include/linux/wm97xx.h
8093
8094WOLFSON MICROELECTRONICS DRIVERS
8095M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8096L: patches@opensource.wolfsonmicro.com
8097T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
8098T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
8099W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
8100S: Supported
8101F: Documentation/hwmon/wm83??
8102F: arch/arm/mach-s3c64xx/mach-crag6410*
8103F: drivers/clk/clk-wm83*.c
8104F: drivers/extcon/extcon-arizona.c
8105F: drivers/leds/leds-wm83*.c
8106F: drivers/gpio/gpio-*wm*.c
8107F: drivers/gpio/gpio-arizona.c
8108F: drivers/hwmon/wm83??-hwmon.c
8109F: drivers/input/misc/wm831x-on.c
8110F: drivers/input/touchscreen/wm831x-ts.c
8111F: drivers/input/touchscreen/wm97*.c
8112F: drivers/mfd/arizona*
8113F: drivers/mfd/wm*.c
8114F: drivers/power/wm83*.c
8115F: drivers/rtc/rtc-wm83*.c
8116F: drivers/regulator/wm8*.c
8117F: drivers/video/backlight/wm83*_bl.c
8118F: drivers/watchdog/wm83*_wdt.c
8119F: include/linux/mfd/arizona/
8120F: include/linux/mfd/wm831x/
8121F: include/linux/mfd/wm8350/
8122F: include/linux/mfd/wm8400*
8123F: include/linux/wm97xx.h
8124F: include/sound/wm????.h
8125F: sound/soc/codecs/arizona.?
8126F: sound/soc/codecs/wm*
8127
8128WORKQUEUE
8129M: Tejun Heo <tj@kernel.org>
8130T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
8131S: Maintained
8132F: include/linux/workqueue.h
8133F: kernel/workqueue.c
8134F: Documentation/workqueue.txt
8135
8136X.25 NETWORK LAYER
8137M: Andrew Hendry <andrew.hendry@gmail.com>
8138L: linux-x25@vger.kernel.org
8139S: Odd Fixes
8140F: Documentation/networking/x25*
8141F: include/net/x25*
8142F: net/x25/
8143
8144X86 ARCHITECTURE (32-BIT AND 64-BIT)
8145M: Thomas Gleixner <tglx@linutronix.de>
8146M: Ingo Molnar <mingo@redhat.com>
8147M: "H. Peter Anvin" <hpa@zytor.com>
8148M: x86@kernel.org
8149T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
8150S: Maintained
8151F: Documentation/x86/
8152F: arch/x86/
8153
8154X86 PLATFORM DRIVERS
8155M: Matthew Garrett <mjg@redhat.com>
8156L: platform-driver-x86@vger.kernel.org
8157T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
8158S: Maintained
8159F: drivers/platform/x86
8160
8161X86 MCE INFRASTRUCTURE
8162M: Tony Luck <tony.luck@intel.com>
8163M: Borislav Petkov <bp@amd64.org>
8164L: linux-edac@vger.kernel.org
8165S: Maintained
8166F: arch/x86/kernel/cpu/mcheck/*
8167
8168XEN HYPERVISOR INTERFACE
8169M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8170M: Jeremy Fitzhardinge <jeremy@goop.org>
8171L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8172L: virtualization@lists.linux-foundation.org
8173S: Supported
8174F: arch/x86/xen/
8175F: drivers/*/xen-*front.c
8176F: drivers/xen/
8177F: arch/x86/include/asm/xen/
8178F: include/xen/
8179
8180XEN HYPERVISOR ARM
8181M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
8182L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8183S: Supported
8184F: arch/arm/xen/
8185F: arch/arm/include/asm/xen/
8186
8187XEN NETWORK BACKEND DRIVER
8188M: Ian Campbell <ian.campbell@citrix.com>
8189L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8190L: netdev@vger.kernel.org
8191S: Supported
8192F: drivers/net/xen-netback/*
8193
8194XEN PCI SUBSYSTEM
8195M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8196L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8197S: Supported
8198F: arch/x86/pci/*xen*
8199F: drivers/pci/*xen*
8200
8201XEN SWIOTLB SUBSYSTEM
8202M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8203L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8204S: Supported
8205F: arch/x86/xen/*swiotlb*
8206F: drivers/xen/*swiotlb*
8207
8208XFS FILESYSTEM
8209P: Silicon Graphics Inc
8210M: Ben Myers <bpm@sgi.com>
8211M: Alex Elder <elder@kernel.org>
8212M: xfs@oss.sgi.com
8213L: xfs@oss.sgi.com
8214W: http://oss.sgi.com/projects/xfs
8215T: git git://oss.sgi.com/xfs/xfs.git
8216S: Supported
8217F: Documentation/filesystems/xfs.txt
8218F: fs/xfs/
8219
8220XILINX AXI ETHERNET DRIVER
8221M: Anirudha Sarangi <anirudh@xilinx.com>
8222M: John Linn <John.Linn@xilinx.com>
8223S: Maintained
8224F: drivers/net/ethernet/xilinx/xilinx_axienet*
8225
8226XILINX SYSTEMACE DRIVER
8227M: Grant Likely <grant.likely@secretlab.ca>
8228W: http://www.secretlab.ca/
8229S: Maintained
8230F: drivers/block/xsysace.c
8231
8232XILINX UARTLITE SERIAL DRIVER
8233M: Peter Korsgaard <jacmet@sunsite.dk>
8234L: linux-serial@vger.kernel.org
8235S: Maintained
8236F: drivers/tty/serial/uartlite.c
8237
8238YAM DRIVER FOR AX.25
8239M: Jean-Paul Roubelat <jpr@f6fbb.org>
8240L: linux-hams@vger.kernel.org
8241S: Maintained
8242F: drivers/net/hamradio/yam*
8243F: include/linux/yam.h
8244
8245YEALINK PHONE DRIVER
8246M: Henk Vergonet <Henk.Vergonet@gmail.com>
8247L: usbb2k-api-dev@nongnu.org
8248S: Maintained
8249F: Documentation/input/yealink.txt
8250F: drivers/input/misc/yealink.*
8251
8252Z8530 DRIVER FOR AX.25
8253M: Joerg Reuter <jreuter@yaina.de>
8254W: http://yaina.de/jreuter/
8255W: http://www.qsl.net/dl1bke/
8256L: linux-hams@vger.kernel.org
8257S: Maintained
8258F: Documentation/networking/z8530drv.txt
8259F: drivers/net/hamradio/*scc.c
8260F: drivers/net/hamradio/z8530.h
8261
8262ZD1211RW WIRELESS DRIVER
8263M: Daniel Drake <dsd@gentoo.org>
8264M: Ulrich Kunitz <kune@deine-taler.de>
8265W: http://zd1211.ath.cx/wiki/DriverRewrite
8266L: linux-wireless@vger.kernel.org
8267L: zd1211-devs@lists.sourceforge.net (subscribers-only)
8268S: Maintained
8269F: drivers/net/wireless/zd1211rw/
8270
8271ZR36067 VIDEO FOR LINUX DRIVER
8272L: mjpeg-users@lists.sourceforge.net
8273L: linux-media@vger.kernel.org
8274W: http://mjpeg.sourceforge.net/driver-zoran/
8275T: Mercurial http://linuxtv.org/hg/v4l-dvb
8276S: Odd Fixes
8277F: drivers/media/pci/zoran/
8278
8279ZS DECSTATION Z85C30 SERIAL DRIVER
8280M: "Maciej W. Rozycki" <macro@linux-mips.org>
8281S: Maintained
8282F: drivers/tty/serial/zs.*
8283
8284THE REST
8285M: Linus Torvalds <torvalds@linux-foundation.org>
8286L: linux-kernel@vger.kernel.org
8287Q: http://patchwork.kernel.org/project/LKML/list/
8288T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
8289S: Buried alive in reporters
8290F: *
8291F: */