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