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