e1000e: Minimum packet size must be 17 bytes
[linux-2.6-block.git] / MAINTAINERS
... / ...
CommitLineData
1
2
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
203. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trival style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the OSDL certificate of contribution and should include a
55 Signed-off-by: line. The current version of this "Developer's
56 Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
596. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
637. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
678. Happy hacking.
68
69Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 L: Mailing list that is relevant to this area
74 W: Web-page with status/info
75 Q: Patchwork web based patch tracking system site
76 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
77 S: Status, one of the following:
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
96 F: net/
97 X: net/ipv6/
98 matches all files in and below net excluding net/ipv6/
99 K: Keyword perl extended regex pattern to match content in a
100 patch or file. For instance:
101 K: of_get_profile
102 matches patches or files that contain "of_get_profile"
103 K: \b(printk|pr_(info|err))\b
104 matches patches or files that contain one or more of the words
105 printk, pr_info or pr_err
106 One regex pattern per line. Multiple K: lines acceptable.
107
108Note: For the hard of thinking, this list is meant to remain in alphabetical
109order. If you could add yourselves to it in alphabetical order that would be
110so much easier [Ed]
111
112Maintainers List (try to look for most precise areas first)
113
114 -----------------------------------
115
1163C505 NETWORK DRIVER
117M: Philip Blundell <philb@gnu.org>
118L: netdev@vger.kernel.org
119S: Maintained
120F: drivers/net/ethernet/i825xx/3c505*
121
1223C59X NETWORK DRIVER
123M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
124L: netdev@vger.kernel.org
125S: Maintained
126F: Documentation/networking/vortex.txt
127F: drivers/net/ethernet/3com/3c59x.c
128
1293CR990 NETWORK DRIVER
130M: David Dillow <dave@thedillows.org>
131L: netdev@vger.kernel.org
132S: Maintained
133F: drivers/net/ethernet/3com/typhoon*
134
1353WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
136M: Adam Radford <linuxraid@lsi.com>
137L: linux-scsi@vger.kernel.org
138W: http://www.lsi.com
139S: Supported
140F: drivers/scsi/3w-*
141
14253C700 AND 53C700-66 SCSI DRIVER
143M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
144L: linux-scsi@vger.kernel.org
145S: Maintained
146F: drivers/scsi/53c700*
147
1486PACK NETWORK DRIVER FOR AX.25
149M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
150L: linux-hams@vger.kernel.org
151S: Maintained
152F: drivers/net/hamradio/6pack.c
153
1548169 10/100/1000 GIGABIT ETHERNET DRIVER
155M: Realtek linux nic maintainers <nic_swsd@realtek.com>
156M: Francois Romieu <romieu@fr.zoreil.com>
157L: netdev@vger.kernel.org
158S: Maintained
159F: drivers/net/ethernet/realtek/r8169.c
160
1618250/16?50 (AND CLONE UARTS) SERIAL DRIVER
162M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
163L: linux-serial@vger.kernel.org
164W: http://serial.sourceforge.net
165S: Maintained
166T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
167F: drivers/tty/serial/8250*
168F: include/linux/serial_8250.h
169
1708390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
171L: netdev@vger.kernel.org
172S: Orphan / Obsolete
173F: drivers/net/ethernet/8390/
174
1759P FILE SYSTEM
176M: Eric Van Hensbergen <ericvh@gmail.com>
177M: Ron Minnich <rminnich@sandia.gov>
178M: Latchesar Ionkov <lucho@ionkov.net>
179L: v9fs-developer@lists.sourceforge.net
180W: http://swik.net/v9fs
181Q: http://patchwork.kernel.org/project/v9fs-devel/list/
182T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
183S: Maintained
184F: Documentation/filesystems/9p.txt
185F: fs/9p/
186
187A8293 MEDIA DRIVER
188M: Antti Palosaari <crope@iki.fi>
189L: linux-media@vger.kernel.org
190W: http://linuxtv.org/
191W: http://palosaari.fi/linux/
192Q: http://patchwork.linuxtv.org/project/linux-media/list/
193T: git git://linuxtv.org/anttip/media_tree.git
194S: Maintained
195F: drivers/media/dvb-frontends/a8293*
196
197AACRAID SCSI RAID DRIVER
198M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
199L: linux-scsi@vger.kernel.org
200W: http://www.adaptec.com/
201S: Supported
202F: Documentation/scsi/aacraid.txt
203F: drivers/scsi/aacraid/
204
205ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
206M: Hans de Goede <hdegoede@redhat.com>
207L: lm-sensors@lm-sensors.org
208S: Maintained
209F: drivers/hwmon/abituguru.c
210
211ABIT UGURU 3 HARDWARE MONITOR DRIVER
212M: Alistair John Strachan <alistair@devzero.co.uk>
213L: lm-sensors@lm-sensors.org
214S: Maintained
215F: drivers/hwmon/abituguru3.c
216
217ACENIC DRIVER
218M: Jes Sorensen <jes@trained-monkey.org>
219L: linux-acenic@sunsite.dk
220S: Maintained
221F: drivers/net/ethernet/alteon/acenic*
222
223ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
224M: Peter Feuerer <peter@piie.net>
225L: platform-driver-x86@vger.kernel.org
226W: http://piie.net/?section=acerhdf
227S: Maintained
228F: drivers/platform/x86/acerhdf.c
229
230ACER WMI LAPTOP EXTRAS
231M: Joey Lee <jlee@novell.com>
232L: platform-driver-x86@vger.kernel.org
233S: Maintained
234F: drivers/platform/x86/acer-wmi.c
235
236ACPI
237M: Len Brown <lenb@kernel.org>
238L: linux-acpi@vger.kernel.org
239W: http://www.lesswatts.org/projects/acpi/
240Q: http://patchwork.kernel.org/project/linux-acpi/list/
241T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
242S: Supported
243F: drivers/acpi/
244F: drivers/pnp/pnpacpi/
245F: include/linux/acpi.h
246F: include/acpi/
247
248ACPI FAN DRIVER
249M: Zhang Rui <rui.zhang@intel.com>
250L: linux-acpi@vger.kernel.org
251W: http://www.lesswatts.org/projects/acpi/
252S: Supported
253F: drivers/acpi/fan.c
254
255ACPI THERMAL DRIVER
256M: Zhang Rui <rui.zhang@intel.com>
257L: linux-acpi@vger.kernel.org
258W: http://www.lesswatts.org/projects/acpi/
259S: Supported
260F: drivers/acpi/*thermal*
261
262ACPI VIDEO DRIVER
263M: Zhang Rui <rui.zhang@intel.com>
264L: linux-acpi@vger.kernel.org
265W: http://www.lesswatts.org/projects/acpi/
266S: Supported
267F: drivers/acpi/video.c
268
269ACPI WMI DRIVER
270L: platform-driver-x86@vger.kernel.org
271S: Orphan
272F: drivers/platform/x86/wmi.c
273
274AD1889 ALSA SOUND DRIVER
275M: Thibaut Varene <T-Bone@parisc-linux.org>
276W: http://wiki.parisc-linux.org/AD1889
277L: linux-parisc@vger.kernel.org
278S: Maintained
279F: sound/pci/ad1889.*
280
281AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
282M: Michael Hennerich <michael.hennerich@analog.com>
283L: device-drivers-devel@blackfin.uclinux.org
284W: http://wiki.analog.com/AD5254
285S: Supported
286F: drivers/misc/ad525x_dpot.c
287
288AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
289M: Michael Hennerich <michael.hennerich@analog.com>
290L: device-drivers-devel@blackfin.uclinux.org
291W: http://wiki.analog.com/AD5398
292S: Supported
293F: drivers/regulator/ad5398.c
294
295AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
296M: Michael Hennerich <michael.hennerich@analog.com>
297L: device-drivers-devel@blackfin.uclinux.org
298W: http://wiki.analog.com/AD7142
299S: Supported
300F: drivers/input/misc/ad714x.c
301
302AD7877 TOUCHSCREEN DRIVER
303M: Michael Hennerich <michael.hennerich@analog.com>
304L: device-drivers-devel@blackfin.uclinux.org
305W: http://wiki.analog.com/AD7877
306S: Supported
307F: drivers/input/touchscreen/ad7877.c
308
309AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
310M: Michael Hennerich <michael.hennerich@analog.com>
311L: device-drivers-devel@blackfin.uclinux.org
312W: http://wiki.analog.com/AD7879
313S: Supported
314F: drivers/input/touchscreen/ad7879.c
315
316ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
317M: Jiri Kosina <jkosina@suse.cz>
318S: Maintained
319
320ADM1025 HARDWARE MONITOR DRIVER
321M: Jean Delvare <khali@linux-fr.org>
322L: lm-sensors@lm-sensors.org
323S: Maintained
324F: Documentation/hwmon/adm1025
325F: drivers/hwmon/adm1025.c
326
327ADM1029 HARDWARE MONITOR DRIVER
328M: Corentin Labbe <corentin.labbe@geomatys.fr>
329L: lm-sensors@lm-sensors.org
330S: Maintained
331F: drivers/hwmon/adm1029.c
332
333ADM8211 WIRELESS DRIVER
334L: linux-wireless@vger.kernel.org
335W: http://wireless.kernel.org/
336S: Orphan
337F: drivers/net/wireless/adm8211.*
338
339ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
340M: Michael Hennerich <michael.hennerich@analog.com>
341L: device-drivers-devel@blackfin.uclinux.org
342W: http://wiki.analog.com/ADP5520
343S: Supported
344F: drivers/mfd/adp5520.c
345F: drivers/video/backlight/adp5520_bl.c
346F: drivers/leds/leds-adp5520.c
347F: drivers/gpio/gpio-adp5520.c
348F: drivers/input/keyboard/adp5520-keys.c
349
350ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
351M: Michael Hennerich <michael.hennerich@analog.com>
352L: device-drivers-devel@blackfin.uclinux.org
353W: http://wiki.analog.com/ADP5588
354S: Supported
355F: drivers/input/keyboard/adp5588-keys.c
356F: drivers/gpio/gpio-adp5588.c
357
358ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
359M: Michael Hennerich <michael.hennerich@analog.com>
360L: device-drivers-devel@blackfin.uclinux.org
361W: http://wiki.analog.com/ADP8860
362S: Supported
363F: drivers/video/backlight/adp8860_bl.c
364
365ADS1015 HARDWARE MONITOR DRIVER
366M: Dirk Eibach <eibach@gdsys.de>
367L: lm-sensors@lm-sensors.org
368S: Maintained
369F: Documentation/hwmon/ads1015
370F: drivers/hwmon/ads1015.c
371F: include/linux/i2c/ads1015.h
372
373ADT746X FAN DRIVER
374M: Colin Leroy <colin@colino.net>
375S: Maintained
376F: drivers/macintosh/therm_adt746x.c
377
378ADT7475 HARDWARE MONITOR DRIVER
379M: Jean Delvare <khali@linux-fr.org>
380L: lm-sensors@lm-sensors.org
381S: Maintained
382F: Documentation/hwmon/adt7475
383F: drivers/hwmon/adt7475.c
384
385ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
386M: Michael Hennerich <michael.hennerich@analog.com>
387L: device-drivers-devel@blackfin.uclinux.org
388W: http://wiki.analog.com/ADXL345
389S: Supported
390F: drivers/input/misc/adxl34x.c
391
392ADVANSYS SCSI DRIVER
393M: Matthew Wilcox <matthew@wil.cx>
394L: linux-scsi@vger.kernel.org
395S: Maintained
396F: Documentation/scsi/advansys.txt
397F: drivers/scsi/advansys.c
398
399AEDSP16 DRIVER
400M: Riccardo Facchetti <fizban@tin.it>
401S: Maintained
402F: sound/oss/aedsp16.c
403
404AF9013 MEDIA DRIVER
405M: Antti Palosaari <crope@iki.fi>
406L: linux-media@vger.kernel.org
407W: http://linuxtv.org/
408W: http://palosaari.fi/linux/
409Q: http://patchwork.linuxtv.org/project/linux-media/list/
410T: git git://linuxtv.org/anttip/media_tree.git
411S: Maintained
412F: drivers/media/dvb-frontends/af9013*
413
414AF9033 MEDIA DRIVER
415M: Antti Palosaari <crope@iki.fi>
416L: linux-media@vger.kernel.org
417W: http://linuxtv.org/
418W: http://palosaari.fi/linux/
419Q: http://patchwork.linuxtv.org/project/linux-media/list/
420T: git git://linuxtv.org/anttip/media_tree.git
421S: Maintained
422F: drivers/media/dvb-frontends/af9033*
423
424AFFS FILE SYSTEM
425L: linux-fsdevel@vger.kernel.org
426S: Orphan
427F: Documentation/filesystems/affs.txt
428F: fs/affs/
429
430AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
431M: David Howells <dhowells@redhat.com>
432L: linux-afs@lists.infradead.org
433S: Supported
434F: fs/afs/
435F: include/net/af_rxrpc.h
436F: net/rxrpc/af_rxrpc.c
437
438AGPGART DRIVER
439M: David Airlie <airlied@linux.ie>
440T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
441S: Maintained
442F: drivers/char/agp/
443F: include/linux/agp*
444
445AHA152X SCSI DRIVER
446M: "Juergen E. Fischer" <fischer@norbit.de>
447L: linux-scsi@vger.kernel.org
448S: Maintained
449F: drivers/scsi/aha152x*
450F: drivers/scsi/pcmcia/aha152x*
451
452AIC7XXX / AIC79XX SCSI DRIVER
453M: Hannes Reinecke <hare@suse.de>
454L: linux-scsi@vger.kernel.org
455S: Maintained
456F: drivers/scsi/aic7xxx/
457F: drivers/scsi/aic7xxx_old/
458
459AIO
460M: Benjamin LaHaise <bcrl@kvack.org>
461L: linux-aio@kvack.org
462S: Supported
463F: fs/aio.c
464F: include/linux/*aio*.h
465
466ALCATEL SPEEDTOUCH USB DRIVER
467M: Duncan Sands <duncan.sands@free.fr>
468L: linux-usb@vger.kernel.org
469W: http://www.linux-usb.org/SpeedTouch/
470S: Maintained
471F: drivers/usb/atm/speedtch.c
472F: drivers/usb/atm/usbatm.c
473
474ALCHEMY AU1XX0 MMC DRIVER
475M: Manuel Lauss <manuel.lauss@gmail.com>
476S: Maintained
477F: drivers/mmc/host/au1xmmc.c
478
479ALI1563 I2C DRIVER
480M: Rudolf Marek <r.marek@assembler.cz>
481L: linux-i2c@vger.kernel.org
482S: Maintained
483F: Documentation/i2c/busses/i2c-ali1563
484F: drivers/i2c/busses/i2c-ali1563.c
485
486ALPHA PORT
487M: Richard Henderson <rth@twiddle.net>
488M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
489M: Matt Turner <mattst88@gmail.com>
490S: Odd Fixes
491L: linux-alpha@vger.kernel.org
492F: arch/alpha/
493
494ALTERA UART/JTAG UART SERIAL DRIVERS
495M: Tobias Klauser <tklauser@distanz.ch>
496L: linux-serial@vger.kernel.org
497L: nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
498S: Maintained
499F: drivers/tty/serial/altera_uart.c
500F: drivers/tty/serial/altera_jtaguart.c
501F: include/linux/altera_uart.h
502F: include/linux/altera_jtaguart.h
503
504AMD FAM15H PROCESSOR POWER MONITORING DRIVER
505M: Andreas Herrmann <andreas.herrmann3@amd.com>
506L: lm-sensors@lm-sensors.org
507S: Maintained
508F: Documentation/hwmon/fam15h_power
509F: drivers/hwmon/fam15h_power.c
510
511AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
512M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
513L: linux-geode@lists.infradead.org (moderated for non-subscribers)
514S: Supported
515F: drivers/usb/gadget/amd5536udc.*
516
517AMD GEODE PROCESSOR/CHIPSET SUPPORT
518P: Andres Salomon <dilinger@queued.net>
519L: linux-geode@lists.infradead.org (moderated for non-subscribers)
520W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
521S: Supported
522F: drivers/char/hw_random/geode-rng.c
523F: drivers/crypto/geode*
524F: drivers/video/geode/
525F: arch/x86/include/asm/geode.h
526
527AMD IOMMU (AMD-VI)
528M: Joerg Roedel <joerg.roedel@amd.com>
529L: iommu@lists.linux-foundation.org
530T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
531S: Supported
532F: drivers/iommu/amd_iommu*.[ch]
533F: include/linux/amd-iommu.h
534
535AMD MICROCODE UPDATE SUPPORT
536M: Andreas Herrmann <andreas.herrmann3@amd.com>
537L: amd64-microcode@amd64.org
538S: Supported
539F: arch/x86/kernel/microcode_amd.c
540
541AMS (Apple Motion Sensor) DRIVER
542M: Michael Hanselmann <linux-kernel@hansmi.ch>
543S: Supported
544F: drivers/macintosh/ams/
545
546AMSO1100 RNIC DRIVER
547M: Tom Tucker <tom@opengridcomputing.com>
548M: Steve Wise <swise@opengridcomputing.com>
549L: linux-rdma@vger.kernel.org
550S: Maintained
551F: drivers/infiniband/hw/amso1100/
552
553ANALOG DEVICES INC ASOC CODEC DRIVERS
554M: Lars-Peter Clausen <lars@metafoo.de>
555L: device-drivers-devel@blackfin.uclinux.org
556L: alsa-devel@alsa-project.org (moderated for non-subscribers)
557W: http://wiki.analog.com/
558S: Supported
559F: sound/soc/codecs/adau*
560F: sound/soc/codecs/adav*
561F: sound/soc/codecs/ad1*
562F: sound/soc/codecs/ssm*
563F: sound/soc/codecs/sigmadsp.*
564
565ANALOG DEVICES INC ASOC DRIVERS
566L: uclinux-dist-devel@blackfin.uclinux.org
567L: alsa-devel@alsa-project.org (moderated for non-subscribers)
568W: http://blackfin.uclinux.org/
569S: Supported
570F: sound/soc/blackfin/*
571
572AOA (Apple Onboard Audio) ALSA DRIVER
573M: Johannes Berg <johannes@sipsolutions.net>
574L: linuxppc-dev@lists.ozlabs.org
575L: alsa-devel@alsa-project.org (moderated for non-subscribers)
576S: Maintained
577F: sound/aoa/
578
579APM DRIVER
580M: Jiri Kosina <jkosina@suse.cz>
581S: Odd fixes
582F: arch/x86/kernel/apm_32.c
583F: include/linux/apm_bios.h
584F: drivers/char/apm-emulation.c
585
586APPLE BCM5974 MULTITOUCH DRIVER
587M: Henrik Rydberg <rydberg@euromail.se>
588L: linux-input@vger.kernel.org
589S: Maintained
590F: drivers/input/mouse/bcm5974.c
591
592APPLE SMC DRIVER
593M: Henrik Rydberg <rydberg@euromail.se>
594L: lm-sensors@lm-sensors.org
595S: Maintained
596F: drivers/hwmon/applesmc.c
597
598APPLETALK NETWORK LAYER
599M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
600S: Maintained
601F: drivers/net/appletalk/
602F: net/appletalk/
603
604ARASAN COMPACT FLASH PATA CONTROLLER
605M: Viresh Kumar <viresh.linux@gmail.com>
606L: linux-ide@vger.kernel.org
607S: Maintained
608F: include/linux/pata_arasan_cf_data.h
609F: drivers/ata/pata_arasan_cf.c
610
611ARC FRAMEBUFFER DRIVER
612M: Jaya Kumar <jayalk@intworks.biz>
613S: Maintained
614F: drivers/video/arcfb.c
615F: drivers/video/fb_defio.c
616
617ARM MFM AND FLOPPY DRIVERS
618M: Ian Molton <spyro@f2s.com>
619S: Maintained
620F: arch/arm/lib/floppydma.S
621F: arch/arm/include/asm/floppy.h
622
623ARM PMU PROFILING AND DEBUGGING
624M: Will Deacon <will.deacon@arm.com>
625S: Maintained
626F: arch/arm/kernel/perf_event*
627F: arch/arm/oprofile/common.c
628F: arch/arm/include/asm/pmu.h
629F: arch/arm/kernel/hw_breakpoint.c
630F: arch/arm/include/asm/hw_breakpoint.h
631
632ARM PORT
633M: Russell King <linux@arm.linux.org.uk>
634L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
635W: http://www.arm.linux.org.uk/
636S: Maintained
637F: arch/arm/
638
639ARM PRIMECELL AACI PL041 DRIVER
640M: Russell King <linux@arm.linux.org.uk>
641S: Maintained
642F: sound/arm/aaci.*
643
644ARM PRIMECELL CLCD PL110 DRIVER
645M: Russell King <linux@arm.linux.org.uk>
646S: Maintained
647F: drivers/video/amba-clcd.*
648
649ARM PRIMECELL KMI PL050 DRIVER
650M: Russell King <linux@arm.linux.org.uk>
651S: Maintained
652F: drivers/input/serio/ambakmi.*
653F: include/linux/amba/kmi.h
654
655ARM PRIMECELL MMCI PL180/1 DRIVER
656S: Orphan
657F: drivers/mmc/host/mmci.*
658
659ARM PRIMECELL BUS SUPPORT
660M: Russell King <linux@arm.linux.org.uk>
661S: Maintained
662F: drivers/amba/
663F: include/linux/amba/bus.h
664
665ARM/ADS SPHERE MACHINE SUPPORT
666M: Lennert Buytenhek <kernel@wantstofly.org>
667L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
668S: Maintained
669
670ARM/AFEB9260 MACHINE SUPPORT
671M: Sergey Lapin <slapin@ossfans.org>
672L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
673S: Maintained
674
675ARM/AJECO 1ARM MACHINE SUPPORT
676M: Lennert Buytenhek <kernel@wantstofly.org>
677L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
678S: Maintained
679
680ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
681M: Andrew Victor <linux@maxim.org.za>
682M: Nicolas Ferre <nicolas.ferre@atmel.com>
683M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
684L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
685W: http://maxim.org.za/at91_26.html
686W: http://www.linux4sam.org
687S: Supported
688F: arch/arm/mach-at91/
689
690ARM/CALXEDA HIGHBANK ARCHITECTURE
691M: Rob Herring <rob.herring@calxeda.com>
692L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
693S: Maintained
694F: arch/arm/mach-highbank/
695
696ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
697M: Anton Vorontsov <avorontsov@mvista.com>
698S: Maintained
699F: arch/arm/mach-cns3xxx/
700T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
701
702ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
703M: Hartley Sweeten <hsweeten@visionengravers.com>
704M: Ryan Mallon <rmallon@gmail.com>
705L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
706S: Maintained
707F: arch/arm/mach-ep93xx/
708F: arch/arm/mach-ep93xx/include/mach/
709
710ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
711M: Lennert Buytenhek <kernel@wantstofly.org>
712L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
713S: Maintained
714
715ARM/CLKDEV SUPPORT
716M: Russell King <linux@arm.linux.org.uk>
717L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
718S: Maintained
719F: arch/arm/include/asm/clkdev.h
720F: drivers/clk/clkdev.c
721
722ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
723M: Mike Rapoport <mike@compulab.co.il>
724L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
725S: Maintained
726
727ARM/CONTEC MICRO9 MACHINE SUPPORT
728M: Hubert Feurstein <hubert.feurstein@contec.at>
729S: Maintained
730F: arch/arm/mach-ep93xx/micro9.c
731
732ARM/CORGI MACHINE SUPPORT
733M: Richard Purdie <rpurdie@rpsys.net>
734S: Maintained
735
736ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
737M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
738L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
739T: git git://git.berlios.de/gemini-board
740S: Maintained
741F: arch/arm/mach-gemini/
742
743ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
744M: Barry Song <baohua.song@csr.com>
745L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
746S: Maintained
747F: arch/arm/mach-prima2/
748F: drivers/dma/sirf-dma.c
749F: drivers/i2c/busses/i2c-sirf.c
750F: drivers/pinctrl/pinctrl-sirf.c
751F: drivers/spi/spi-sirf.c
752
753ARM/EBSA110 MACHINE SUPPORT
754M: Russell King <linux@arm.linux.org.uk>
755L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
756W: http://www.arm.linux.org.uk/
757S: Maintained
758F: arch/arm/mach-ebsa110/
759F: drivers/net/ethernet/amd/am79c961a.*
760
761ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
762M: Daniel Ribeiro <drwyrm@gmail.com>
763M: Stefan Schmidt <stefan@openezx.org>
764M: Harald Welte <laforge@openezx.org>
765L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
766W: http://www.openezx.org/
767S: Maintained
768T: topgit git://git.openezx.org/openezx.git
769F: arch/arm/mach-pxa/ezx.c
770
771ARM/FARADAY FA526 PORT
772M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
773L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
774S: Maintained
775T: git git://git.berlios.de/gemini-board
776F: arch/arm/mm/*-fa*
777
778ARM/FOOTBRIDGE ARCHITECTURE
779M: Russell King <linux@arm.linux.org.uk>
780L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
781W: http://www.arm.linux.org.uk/
782S: Maintained
783F: arch/arm/include/asm/hardware/dec21285.h
784F: arch/arm/mach-footbridge/
785
786ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
787M: Sascha Hauer <kernel@pengutronix.de>
788L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
789S: Maintained
790T: git git://git.pengutronix.de/git/imx/linux-2.6.git
791F: arch/arm/mach-imx/
792F: arch/arm/plat-mxc/
793F: arch/arm/configs/imx*_defconfig
794
795ARM/FREESCALE IMX6
796M: Shawn Guo <shawn.guo@linaro.org>
797L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
798S: Maintained
799T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
800F: arch/arm/mach-imx/*imx6*
801
802ARM/FREESCALE MXS ARM ARCHITECTURE
803M: Shawn Guo <shawn.guo@linaro.org>
804L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
805S: Maintained
806T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
807F: arch/arm/mach-mxs/
808
809ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
810M: Lennert Buytenhek <kernel@wantstofly.org>
811L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
812S: Maintained
813
814ARM/GUMSTIX MACHINE SUPPORT
815M: Steve Sakoman <sakoman@gmail.com>
816L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
817S: Maintained
818
819ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
820M: Philipp Zabel <philipp.zabel@gmail.com>
821M: Paul Parsons <lost.distance@yahoo.com>
822L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
823S: Maintained
824F: arch/arm/mach-pxa/hx4700.c
825F: arch/arm/mach-pxa/include/mach/hx4700.h
826F: sound/soc/pxa/hx4700.c
827
828ARM/HP JORNADA 7XX MACHINE SUPPORT
829M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
830W: www.jlime.com
831S: Maintained
832T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
833F: arch/arm/mach-sa1100/jornada720.c
834F: arch/arm/mach-sa1100/include/mach/jornada720.h
835
836ARM/INCOME PXA270 SUPPORT
837M: Marek Vasut <marek.vasut@gmail.com>
838L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839S: Maintained
840F: arch/arm/mach-pxa/colibri-pxa270-income.c
841
842ARM/INTEL IOP32X ARM ARCHITECTURE
843M: Lennert Buytenhek <kernel@wantstofly.org>
844M: Dan Williams <djbw@fb.com>
845L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
846S: Maintained
847
848ARM/INTEL IOP33X ARM ARCHITECTURE
849M: Dan Williams <djbw@fb.com>
850L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
851S: Maintained
852
853ARM/INTEL IOP13XX ARM ARCHITECTURE
854M: Lennert Buytenhek <kernel@wantstofly.org>
855M: Dan Williams <djbw@fb.com>
856L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
857S: Maintained
858
859ARM/INTEL IQ81342EX MACHINE SUPPORT
860M: Lennert Buytenhek <kernel@wantstofly.org>
861M: Dan Williams <djbw@fb.com>
862L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
863S: Maintained
864
865ARM/INTEL IXDP2850 MACHINE SUPPORT
866M: Lennert Buytenhek <kernel@wantstofly.org>
867L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
868S: Maintained
869
870ARM/INTEL IXP4XX ARM ARCHITECTURE
871M: Imre Kaloz <kaloz@openwrt.org>
872M: Krzysztof Halasa <khc@pm.waw.pl>
873L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874S: Maintained
875F: arch/arm/mach-ixp4xx/
876
877ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
878M: Jonathan Cameron <jic23@cam.ac.uk>
879L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
880S: Maintained
881F: arch/arm/mach-pxa/stargate2.c
882F: drivers/pcmcia/pxa2xx_stargate2.c
883
884ARM/INTEL XSC3 (MANZANO) ARM CORE
885M: Lennert Buytenhek <kernel@wantstofly.org>
886M: Dan Williams <djbw@fb.com>
887L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
888S: Maintained
889
890ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
891M: Lennert Buytenhek <kernel@wantstofly.org>
892L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
893S: Maintained
894
895ARM/LOGICPD PXA270 MACHINE SUPPORT
896M: Lennert Buytenhek <kernel@wantstofly.org>
897L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898S: Maintained
899
900ARM/MAGICIAN MACHINE SUPPORT
901M: Philipp Zabel <philipp.zabel@gmail.com>
902S: Maintained
903
904ARM/Marvell Armada 370 and Armada XP SOC support
905M: Jason Cooper <jason@lakedaemon.net>
906M: Andrew Lunn <andrew@lunn.ch>
907M: Gregory Clement <gregory.clement@free-electrons.com>
908L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
909S: Maintained
910F: arch/arm/mach-mvebu/
911
912ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
913M: Jason Cooper <jason@lakedaemon.net>
914M: Andrew Lunn <andrew@lunn.ch>
915L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916S: Maintained
917F: arch/arm/mach-dove/
918F: arch/arm/mach-kirkwood/
919F: arch/arm/mach-mv78xx0/
920F: arch/arm/mach-orion5x/
921F: arch/arm/plat-orion/
922
923ARM/Orion SoC/Technologic Systems TS-78xx platform support
924M: Alexander Clouter <alex@digriz.org.uk>
925L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926W: http://www.digriz.org.uk/ts78xx/kernel
927S: Maintained
928F: arch/arm/mach-orion5x/ts78xx-*
929
930ARM/MICREL KS8695 ARCHITECTURE
931M: Greg Ungerer <gerg@uclinux.org>
932L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
933F: arch/arm/mach-ks8695
934S: Odd Fixes
935
936ARM/MIOA701 MACHINE SUPPORT
937M: Robert Jarzmik <robert.jarzmik@free.fr>
938L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
939F: arch/arm/mach-pxa/mioa701.c
940S: Maintained
941
942ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
943M: Michael Petchkovsky <mkpetch@internode.on.net>
944S: Maintained
945
946ARM/NOMADIK ARCHITECTURE
947M: Alessandro Rubini <rubini@unipv.it>
948M: Linus Walleij <linus.walleij@linaro.org>
949M: STEricsson <STEricsson_nomadik_linux@list.st.com>
950L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951S: Maintained
952F: arch/arm/mach-nomadik/
953F: arch/arm/plat-nomadik/
954F: drivers/i2c/busses/i2c-nomadik.c
955T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
956
957ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
958M: Nelson Castillo <arhuaco@freaks-unidos.net>
959L: openmoko-kernel@lists.openmoko.org (subscribers-only)
960W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
961S: Supported
962
963ARM/QUALCOMM MSM MACHINE SUPPORT
964M: David Brown <davidb@codeaurora.org>
965M: Daniel Walker <dwalker@fifo99.com>
966M: Bryan Huntsman <bryanh@codeaurora.org>
967L: linux-arm-msm@vger.kernel.org
968F: arch/arm/mach-msm/
969F: drivers/video/msm/
970F: drivers/mmc/host/msm_sdcc.c
971F: drivers/mmc/host/msm_sdcc.h
972F: drivers/tty/serial/msm_serial.h
973F: drivers/tty/serial/msm_serial.c
974F: drivers/platform/msm/
975F: drivers/*/pm8???-*
976F: include/linux/mfd/pm8xxx/
977T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
978S: Maintained
979
980ARM/TOSA MACHINE SUPPORT
981M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
982M: Dirk Opfer <dirk@opfer-online.de>
983S: Maintained
984
985ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
986M: Marek Vasut <marek.vasut@gmail.com>
987L: linux-arm-kernel@lists.infradead.org
988W: http://hackndev.com
989S: Maintained
990F: arch/arm/mach-pxa/include/mach/palmtx.h
991F: arch/arm/mach-pxa/palmtx.c
992F: arch/arm/mach-pxa/include/mach/palmt5.h
993F: arch/arm/mach-pxa/palmt5.c
994F: arch/arm/mach-pxa/include/mach/palmld.h
995F: arch/arm/mach-pxa/palmld.c
996F: arch/arm/mach-pxa/include/mach/palmte2.h
997F: arch/arm/mach-pxa/palmte2.c
998F: arch/arm/mach-pxa/include/mach/palmtc.h
999F: arch/arm/mach-pxa/palmtc.c
1000
1001ARM/PALM TREO SUPPORT
1002M: Tomas Cech <sleep_walker@suse.cz>
1003L: linux-arm-kernel@lists.infradead.org
1004W: http://hackndev.com
1005S: Maintained
1006F: arch/arm/mach-pxa/include/mach/palmtreo.h
1007F: arch/arm/mach-pxa/palmtreo.c
1008
1009ARM/PALMZ72 SUPPORT
1010M: Sergey Lapin <slapin@ossfans.org>
1011L: linux-arm-kernel@lists.infradead.org
1012W: http://hackndev.com
1013S: Maintained
1014F: arch/arm/mach-pxa/include/mach/palmz72.h
1015F: arch/arm/mach-pxa/palmz72.c
1016
1017ARM/PLEB SUPPORT
1018M: Peter Chubb <pleb@gelato.unsw.edu.au>
1019W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1020S: Maintained
1021
1022ARM/PT DIGITAL BOARD PORT
1023M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1024L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025W: http://www.arm.linux.org.uk/
1026S: Maintained
1027
1028ARM/RADISYS ENP2611 MACHINE SUPPORT
1029M: Lennert Buytenhek <kernel@wantstofly.org>
1030L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031S: Maintained
1032
1033ARM/RISCPC ARCHITECTURE
1034M: Russell King <linux@arm.linux.org.uk>
1035L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1036W: http://www.arm.linux.org.uk/
1037S: Maintained
1038F: arch/arm/common/time-acorn.c
1039F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1040F: arch/arm/include/asm/hardware/ioc.h
1041F: arch/arm/include/asm/hardware/iomd.h
1042F: arch/arm/include/asm/hardware/memc.h
1043F: arch/arm/mach-rpc/
1044F: drivers/net/ethernet/8390/etherh.c
1045F: drivers/net/ethernet/i825xx/ether1*
1046F: drivers/net/ethernet/seeq/ether3*
1047F: drivers/scsi/arm/
1048
1049ARM/SHARK MACHINE SUPPORT
1050M: Alexander Schulz <alex@shark-linux.de>
1051W: http://www.shark-linux.de/shark.html
1052S: Maintained
1053
1054ARM/SAMSUNG ARM ARCHITECTURES
1055M: Ben Dooks <ben-linux@fluff.org>
1056M: Kukjin Kim <kgene.kim@samsung.com>
1057L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1058L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1059W: http://www.fluff.org/ben/linux/
1060S: Maintained
1061F: arch/arm/plat-samsung/
1062F: arch/arm/plat-s3c24xx/
1063F: arch/arm/plat-s5p/
1064F: arch/arm/mach-s3c24*/
1065F: arch/arm/mach-s3c64xx/
1066F: drivers/*/*s3c2410*
1067F: drivers/*/*/*s3c2410*
1068F: drivers/spi/spi-s3c*
1069F: sound/soc/samsung/*
1070
1071ARM/S5P EXYNOS ARM ARCHITECTURES
1072M: Kukjin Kim <kgene.kim@samsung.com>
1073L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1074L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1075S: Maintained
1076F: arch/arm/mach-s5p*/
1077F: arch/arm/mach-exynos*/
1078
1079ARM/SAMSUNG MOBILE MACHINE SUPPORT
1080M: Kyungmin Park <kyungmin.park@samsung.com>
1081L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082S: Maintained
1083F: arch/arm/mach-s5pv210/mach-aquila.c
1084F: arch/arm/mach-s5pv210/mach-goni.c
1085F: arch/arm/mach-exynos/mach-universal_c210.c
1086F: arch/arm/mach-exynos/mach-nuri.c
1087
1088ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1089M: Kyungmin Park <kyungmin.park@samsung.com>
1090M: Sylwester Nawrocki <s.nawrocki@samsung.com>
1091L: linux-arm-kernel@lists.infradead.org
1092L: linux-media@vger.kernel.org
1093S: Maintained
1094F: arch/arm/plat-s5p/dev-fimc*
1095F: arch/arm/plat-samsung/include/plat/*fimc*
1096F: drivers/media/platform/s5p-fimc/
1097
1098ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1099M: Kyungmin Park <kyungmin.park@samsung.com>
1100M: Kamil Debski <k.debski@samsung.com>
1101M: Jeongtae Park <jtp.park@samsung.com>
1102L: linux-arm-kernel@lists.infradead.org
1103L: linux-media@vger.kernel.org
1104S: Maintained
1105F: arch/arm/plat-s5p/dev-mfc.c
1106F: drivers/media/platform/s5p-mfc/
1107
1108ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1109M: Kyungmin Park <kyungmin.park@samsung.com>
1110M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1111L: linux-arm-kernel@lists.infradead.org
1112L: linux-media@vger.kernel.org
1113S: Maintained
1114F: drivers/media/platform/s5p-tv/
1115
1116ARM/SHMOBILE ARM ARCHITECTURE
1117M: Paul Mundt <lethal@linux-sh.org>
1118M: Magnus Damm <magnus.damm@gmail.com>
1119L: linux-sh@vger.kernel.org
1120W: http://oss.renesas.com
1121Q: http://patchwork.kernel.org/project/linux-sh/list/
1122T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1123S: Supported
1124F: arch/arm/mach-shmobile/
1125F: drivers/sh/
1126
1127ARM/SOCFPGA ARCHITECTURE
1128M: Dinh Nguyen <dinguyen@altera.com>
1129S: Maintained
1130F: arch/arm/mach-socfpga/
1131
1132ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1133M: Dinh Nguyen <dinguyen@altera.com>
1134S: Maintained
1135F: drivers/clk/socfpga/
1136
1137ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1138M: Lennert Buytenhek <kernel@wantstofly.org>
1139L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140S: Maintained
1141
1142ARM/TETON BGA MACHINE SUPPORT
1143M: "Mark F. Brown" <mark.brown314@gmail.com>
1144L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145S: Maintained
1146
1147ARM/THECUS N2100 MACHINE SUPPORT
1148M: Lennert Buytenhek <kernel@wantstofly.org>
1149L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150S: Maintained
1151
1152ARM/NUVOTON W90X900 ARM ARCHITECTURE
1153M: Wan ZongShun <mcuos.com@gmail.com>
1154L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155W: http://www.mcuos.com
1156S: Maintained
1157F: arch/arm/mach-w90x900/
1158F: drivers/input/keyboard/w90p910_keypad.c
1159F: drivers/input/touchscreen/w90p910_ts.c
1160F: drivers/watchdog/nuc900_wdt.c
1161F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1162F: drivers/mtd/nand/nuc900_nand.c
1163F: drivers/rtc/rtc-nuc900.c
1164F: drivers/spi/spi-nuc900.c
1165F: drivers/usb/host/ehci-w90x900.c
1166F: drivers/video/nuc900fb.c
1167
1168ARM/U300 MACHINE SUPPORT
1169M: Linus Walleij <linus.walleij@linaro.org>
1170L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171S: Supported
1172F: arch/arm/mach-u300/
1173F: drivers/i2c/busses/i2c-stu300.c
1174F: drivers/rtc/rtc-coh901331.c
1175F: drivers/watchdog/coh901327_wdt.c
1176F: drivers/dma/coh901318*
1177F: drivers/mfd/ab3100*
1178F: drivers/rtc/rtc-ab3100.c
1179F: drivers/rtc/rtc-coh901331.c
1180T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1181
1182ARM/Ux500 ARM ARCHITECTURE
1183M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1184M: Linus Walleij <linus.walleij@linaro.org>
1185L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186S: Maintained
1187F: arch/arm/mach-ux500/
1188F: drivers/clocksource/clksrc-dbx500-prcmu.c
1189F: drivers/dma/ste_dma40*
1190F: drivers/hwspinlock/u8500_hsem.c
1191F: drivers/mfd/abx500*
1192F: drivers/mfd/ab8500*
1193F: drivers/mfd/dbx500*
1194F: drivers/mfd/db8500*
1195F: drivers/pinctrl/pinctrl-nomadik*
1196F: drivers/rtc/rtc-ab8500.c
1197F: drivers/rtc/rtc-pl031.c
1198T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1199
1200ARM/VFP SUPPORT
1201M: Russell King <linux@arm.linux.org.uk>
1202L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203W: http://www.arm.linux.org.uk/
1204S: Maintained
1205F: arch/arm/vfp/
1206
1207ARM/VOIPAC PXA270 SUPPORT
1208M: Marek Vasut <marek.vasut@gmail.com>
1209L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210S: Maintained
1211F: arch/arm/mach-pxa/vpac270.c
1212F: arch/arm/mach-pxa/include/mach/vpac270.h
1213
1214ARM/VT8500 ARM ARCHITECTURE
1215M: Tony Prisk <linux@prisktech.co.nz>
1216L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217S: Maintained
1218F: arch/arm/mach-vt8500/
1219F: drivers/video/vt8500lcdfb.*
1220F: drivers/video/wm8505fb*
1221F: drivers/video/wmt_ge_rops.*
1222F: drivers/tty/serial/vt8500_serial.c
1223F: drivers/rtc/rtc-vt8500-c
1224
1225ARM/ZIPIT Z2 SUPPORT
1226M: Marek Vasut <marek.vasut@gmail.com>
1227L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228S: Maintained
1229F: arch/arm/mach-pxa/z2.c
1230F: arch/arm/mach-pxa/include/mach/z2.h
1231
1232ARM64 PORT (AARCH64 ARCHITECTURE)
1233M: Catalin Marinas <catalin.marinas@arm.com>
1234L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235S: Maintained
1236F: arch/arm64/
1237
1238ASC7621 HARDWARE MONITOR DRIVER
1239M: George Joseph <george.joseph@fairview5.com>
1240L: lm-sensors@lm-sensors.org
1241S: Maintained
1242F: Documentation/hwmon/asc7621
1243F: drivers/hwmon/asc7621.c
1244
1245ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1246M: Corentin Chary <corentincj@iksaif.net>
1247L: acpi4asus-user@lists.sourceforge.net
1248L: platform-driver-x86@vger.kernel.org
1249W: http://acpi4asus.sf.net
1250S: Maintained
1251F: drivers/platform/x86/asus*.c
1252F: drivers/platform/x86/eeepc*.c
1253
1254ASUS ASB100 HARDWARE MONITOR DRIVER
1255M: "Mark M. Hoffman" <mhoffman@lightlink.com>
1256L: lm-sensors@lm-sensors.org
1257S: Maintained
1258F: drivers/hwmon/asb100.c
1259
1260ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1261M: Dan Williams <djbw@fb.com>
1262W: http://sourceforge.net/projects/xscaleiop
1263S: Maintained
1264F: Documentation/crypto/async-tx-api.txt
1265F: crypto/async_tx/
1266F: drivers/dma/
1267F: include/linux/dmaengine.h
1268F: include/linux/async_tx.h
1269
1270AT24 EEPROM DRIVER
1271M: Wolfram Sang <w.sang@pengutronix.de>
1272L: linux-i2c@vger.kernel.org
1273S: Maintained
1274F: drivers/misc/eeprom/at24.c
1275F: include/linux/i2c/at24.h
1276
1277ATA OVER ETHERNET (AOE) DRIVER
1278M: "Ed L. Cashin" <ecashin@coraid.com>
1279W: http://support.coraid.com/support/linux
1280S: Supported
1281F: Documentation/aoe/
1282F: drivers/block/aoe/
1283
1284ATHEROS ATH GENERIC UTILITIES
1285M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1286L: linux-wireless@vger.kernel.org
1287S: Supported
1288F: drivers/net/wireless/ath/*
1289
1290ATHEROS ATH5K WIRELESS DRIVER
1291M: Jiri Slaby <jirislaby@gmail.com>
1292M: Nick Kossifidis <mickflemm@gmail.com>
1293M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1294L: linux-wireless@vger.kernel.org
1295L: ath5k-devel@lists.ath5k.org
1296W: http://wireless.kernel.org/en/users/Drivers/ath5k
1297S: Maintained
1298F: drivers/net/wireless/ath/ath5k/
1299
1300ATHEROS ATH6KL WIRELESS DRIVER
1301M: Kalle Valo <kvalo@qca.qualcomm.com>
1302L: linux-wireless@vger.kernel.org
1303W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1304T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git
1305S: Supported
1306F: drivers/net/wireless/ath/ath6kl/
1307
1308ATHEROS ATH9K WIRELESS DRIVER
1309M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1310M: Jouni Malinen <jouni@qca.qualcomm.com>
1311M: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
1312M: Senthil Balasubramanian <senthilb@qca.qualcomm.com>
1313L: linux-wireless@vger.kernel.org
1314L: ath9k-devel@lists.ath9k.org
1315W: http://wireless.kernel.org/en/users/Drivers/ath9k
1316S: Supported
1317F: drivers/net/wireless/ath/ath9k/
1318
1319CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1320M: Christian Lamparter <chunkeey@googlemail.com>
1321L: linux-wireless@vger.kernel.org
1322W: http://wireless.kernel.org/en/users/Drivers/carl9170
1323S: Maintained
1324F: drivers/net/wireless/ath/carl9170/
1325
1326ATK0110 HWMON DRIVER
1327M: Luca Tettamanti <kronos.it@gmail.com>
1328L: lm-sensors@lm-sensors.org
1329S: Maintained
1330F: drivers/hwmon/asus_atk0110.c
1331
1332ATI_REMOTE2 DRIVER
1333M: Ville Syrjala <syrjala@sci.fi>
1334S: Maintained
1335F: drivers/input/misc/ati_remote2.c
1336
1337ATLX ETHERNET DRIVERS
1338M: Jay Cliburn <jcliburn@gmail.com>
1339M: Chris Snook <chris.snook@gmail.com>
1340L: netdev@vger.kernel.org
1341W: http://sourceforge.net/projects/atl1
1342W: http://atl1.sourceforge.net
1343S: Maintained
1344F: drivers/net/ethernet/atheros/
1345
1346ATM
1347M: Chas Williams <chas@cmf.nrl.navy.mil>
1348L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1349L: netdev@vger.kernel.org
1350W: http://linux-atm.sourceforge.net
1351S: Maintained
1352F: drivers/atm/
1353F: include/linux/atm*
1354
1355ATMEL AT91 MCI DRIVER
1356M: Ludovic Desroches <ludovic.desroches@atmel.com>
1357L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1358W: http://www.atmel.com/products/AT91/
1359W: http://www.at91.com/
1360S: Maintained
1361F: drivers/mmc/host/at91_mci.c
1362
1363ATMEL AT91 / AT32 MCI DRIVER
1364M: Ludovic Desroches <ludovic.desroches@atmel.com>
1365S: Maintained
1366F: drivers/mmc/host/atmel-mci.c
1367F: drivers/mmc/host/atmel-mci-regs.h
1368
1369ATMEL AT91 / AT32 SERIAL DRIVER
1370M: Nicolas Ferre <nicolas.ferre@atmel.com>
1371S: Supported
1372F: drivers/tty/serial/atmel_serial.c
1373
1374ATMEL DMA DRIVER
1375M: Nicolas Ferre <nicolas.ferre@atmel.com>
1376L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1377S: Supported
1378F: drivers/dma/at_hdmac.c
1379F: drivers/dma/at_hdmac_regs.h
1380F: arch/arm/mach-at91/include/mach/at_hdmac.h
1381
1382ATMEL ISI DRIVER
1383M: Josh Wu <josh.wu@atmel.com>
1384L: linux-media@vger.kernel.org
1385S: Supported
1386F: drivers/media/platform/atmel-isi.c
1387F: include/media/atmel-isi.h
1388
1389ATMEL LCDFB DRIVER
1390M: Nicolas Ferre <nicolas.ferre@atmel.com>
1391L: linux-fbdev@vger.kernel.org
1392S: Maintained
1393F: drivers/video/atmel_lcdfb.c
1394F: include/video/atmel_lcdc.h
1395
1396ATMEL MACB ETHERNET DRIVER
1397M: Nicolas Ferre <nicolas.ferre@atmel.com>
1398S: Supported
1399F: drivers/net/ethernet/cadence/
1400
1401ATMEL SPI DRIVER
1402M: Nicolas Ferre <nicolas.ferre@atmel.com>
1403S: Supported
1404F: drivers/spi/spi-atmel.*
1405
1406ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1407M: Nicolas Ferre <nicolas.ferre@atmel.com>
1408L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409S: Supported
1410F: drivers/misc/atmel_tclib.c
1411F: drivers/clocksource/tcb_clksrc.c
1412
1413ATMEL TSADCC DRIVER
1414M: Josh Wu <josh.wu@atmel.com>
1415L: linux-input@vger.kernel.org
1416S: Supported
1417F: drivers/input/touchscreen/atmel_tsadcc.c
1418
1419ATMEL USBA UDC DRIVER
1420M: Nicolas Ferre <nicolas.ferre@atmel.com>
1421L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1422S: Supported
1423F: drivers/usb/gadget/atmel_usba_udc.*
1424
1425ATMEL WIRELESS DRIVER
1426M: Simon Kelley <simon@thekelleys.org.uk>
1427L: linux-wireless@vger.kernel.org
1428W: http://www.thekelleys.org.uk/atmel
1429W: http://atmelwlandriver.sourceforge.net/
1430S: Maintained
1431F: drivers/net/wireless/atmel*
1432
1433AUDIT SUBSYSTEM
1434M: Al Viro <viro@zeniv.linux.org.uk>
1435M: Eric Paris <eparis@redhat.com>
1436L: linux-audit@redhat.com (subscribers-only)
1437W: http://people.redhat.com/sgrubb/audit/
1438T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1439S: Maintained
1440F: include/linux/audit.h
1441F: kernel/audit*
1442
1443AUXILIARY DISPLAY DRIVERS
1444M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1445W: http://miguelojeda.es/auxdisplay.htm
1446W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1447S: Maintained
1448F: drivers/auxdisplay/
1449F: include/linux/cfag12864b.h
1450
1451AVR32 ARCHITECTURE
1452M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1453M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1454W: http://www.atmel.com/products/AVR32/
1455W: http://avr32linux.org/
1456W: http://avrfreaks.net/
1457S: Maintained
1458F: arch/avr32/
1459
1460AVR32/AT32AP MACHINE SUPPORT
1461M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1462M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1463S: Maintained
1464F: arch/avr32/mach-at32ap/
1465
1466AX.25 NETWORK LAYER
1467M: Ralf Baechle <ralf@linux-mips.org>
1468L: linux-hams@vger.kernel.org
1469W: http://www.linux-ax25.org/
1470S: Maintained
1471F: include/linux/ax25.h
1472F: include/net/ax25.h
1473F: net/ax25/
1474
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@infradead.org>
1728L: linux-media@vger.kernel.org
1729W: http://linuxtv.org
1730T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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 <cooloney@gmail.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@infradead.org>
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://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.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 [IPSEC]
5023M: Steffen Klassert <steffen.klassert@secunet.com>
5024M: Herbert Xu <herbert@gondor.apana.org.au>
5025M: "David S. Miller" <davem@davemloft.net>
5026L: netdev@vger.kernel.org
5027T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5028S: Maintained
5029F: net/xfrm/
5030F: net/key/
5031F: net/ipv4/xfrm*
5032F: net/ipv6/xfrm*
5033F: include/uapi/linux/xfrm.h
5034F: include/net/xfrm.h
5035
5036NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5037M: Paul Moore <paul@paul-moore.com>
5038L: netdev@vger.kernel.org
5039S: Maintained
5040
5041NETWORKING [WIRELESS]
5042M: "John W. Linville" <linville@tuxdriver.com>
5043L: linux-wireless@vger.kernel.org
5044Q: http://patchwork.kernel.org/project/linux-wireless/list/
5045T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5046S: Maintained
5047F: net/mac80211/
5048F: net/rfkill/
5049F: net/wireless/
5050F: include/net/ieee80211*
5051F: include/linux/wireless.h
5052F: include/net/iw_handler.h
5053F: drivers/net/wireless/
5054
5055NETWORKING DRIVERS
5056L: netdev@vger.kernel.org
5057W: http://www.linuxfoundation.org/en/Net
5058T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5059T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5060S: Odd Fixes
5061F: drivers/net/
5062F: include/linux/if_*
5063F: include/linux/*device.h
5064
5065NETXEN (1/10) GbE SUPPORT
5066M: Sony Chacko <sony.chacko@qlogic.com>
5067M: Rajesh Borundia <rajesh.borundia@qlogic.com>
5068L: netdev@vger.kernel.org
5069W: http://www.qlogic.com
5070S: Supported
5071F: drivers/net/ethernet/qlogic/netxen/
5072
5073NFC SUBSYSTEM
5074M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5075M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5076M: Samuel Ortiz <sameo@linux.intel.com>
5077L: linux-wireless@vger.kernel.org
5078L: linux-nfc@lists.01.org (moderated for non-subscribers)
5079S: Maintained
5080F: net/nfc/
5081F: include/linux/nfc.h
5082F: include/net/nfc/
5083F: drivers/nfc/
5084
5085NFS, SUNRPC, AND LOCKD CLIENTS
5086M: Trond Myklebust <Trond.Myklebust@netapp.com>
5087L: linux-nfs@vger.kernel.org
5088W: http://client.linux-nfs.org
5089T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5090S: Maintained
5091F: fs/lockd/
5092F: fs/nfs/
5093F: fs/nfs_common/
5094F: net/sunrpc/
5095F: include/linux/lockd/
5096F: include/linux/nfs*
5097F: include/linux/sunrpc/
5098
5099NI5010 NETWORK DRIVER
5100M: Jan-Pascal van Best <janpascal@vanbest.org>
5101M: Andreas Mohr <andi@lisas.de>
5102L: netdev@vger.kernel.org
5103S: Maintained
5104F: drivers/net/ethernet/racal/ni5010.*
5105
5106NILFS2 FILESYSTEM
5107M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5108L: linux-nilfs@vger.kernel.org
5109W: http://www.nilfs.org/en/
5110T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5111S: Supported
5112F: Documentation/filesystems/nilfs2.txt
5113F: fs/nilfs2/
5114F: include/linux/nilfs2_fs.h
5115
5116NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5117M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5118W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5119S: Maintained
5120F: Documentation/scsi/NinjaSCSI.txt
5121F: drivers/scsi/pcmcia/nsp_*
5122
5123NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5124M: GOTO Masanori <gotom@debian.or.jp>
5125M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5126W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5127S: Maintained
5128F: Documentation/scsi/NinjaSCSI.txt
5129F: drivers/scsi/nsp32*
5130
5131NTFS FILESYSTEM
5132M: Anton Altaparmakov <anton@tuxera.com>
5133L: linux-ntfs-dev@lists.sourceforge.net
5134W: http://www.tuxera.com/
5135T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5136S: Supported
5137F: Documentation/filesystems/ntfs.txt
5138F: fs/ntfs/
5139
5140NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5141M: Antonino Daplas <adaplas@gmail.com>
5142L: linux-fbdev@vger.kernel.org
5143S: Maintained
5144F: drivers/video/riva/
5145F: drivers/video/nvidia/
5146
5147OMAP SUPPORT
5148M: Tony Lindgren <tony@atomide.com>
5149L: linux-omap@vger.kernel.org
5150W: http://www.muru.com/linux/omap/
5151W: http://linux.omap.com/
5152Q: http://patchwork.kernel.org/project/linux-omap/list/
5153T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5154S: Maintained
5155F: arch/arm/*omap*/
5156F: drivers/i2c/busses/i2c-omap.c
5157F: include/linux/i2c-omap.h
5158
5159OMAP CLOCK FRAMEWORK SUPPORT
5160M: Paul Walmsley <paul@pwsan.com>
5161L: linux-omap@vger.kernel.org
5162S: Maintained
5163F: arch/arm/*omap*/*clock*
5164
5165OMAP POWER MANAGEMENT SUPPORT
5166M: Kevin Hilman <khilman@ti.com>
5167L: linux-omap@vger.kernel.org
5168S: Maintained
5169F: arch/arm/*omap*/*pm*
5170F: drivers/cpufreq/omap-cpufreq.c
5171
5172OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5173M: Rajendra Nayak <rnayak@ti.com>
5174M: Paul Walmsley <paul@pwsan.com>
5175L: linux-omap@vger.kernel.org
5176S: Maintained
5177F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5178F: arch/arm/mach-omap2/powerdomain44xx.c
5179F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5180F: arch/arm/mach-omap2/clockdomain44xx.c
5181
5182OMAP AUDIO SUPPORT
5183M: Peter Ujfalusi <peter.ujfalusi@ti.com>
5184M: Jarkko Nikula <jarkko.nikula@bitmer.com>
5185L: alsa-devel@alsa-project.org (subscribers-only)
5186L: linux-omap@vger.kernel.org
5187S: Maintained
5188F: sound/soc/omap/
5189
5190OMAP FRAMEBUFFER SUPPORT
5191M: Tomi Valkeinen <tomi.valkeinen@ti.com>
5192L: linux-fbdev@vger.kernel.org
5193L: linux-omap@vger.kernel.org
5194S: Maintained
5195F: drivers/video/omap/
5196
5197OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5198M: Tomi Valkeinen <tomi.valkeinen@ti.com>
5199L: linux-omap@vger.kernel.org
5200L: linux-fbdev@vger.kernel.org
5201S: Maintained
5202F: drivers/video/omap2/
5203F: Documentation/arm/OMAP/DSS
5204
5205OMAP HARDWARE SPINLOCK SUPPORT
5206M: Ohad Ben-Cohen <ohad@wizery.com>
5207L: linux-omap@vger.kernel.org
5208S: Maintained
5209F: drivers/hwspinlock/omap_hwspinlock.c
5210F: arch/arm/mach-omap2/hwspinlock.c
5211
5212OMAP MMC SUPPORT
5213M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
5214L: linux-omap@vger.kernel.org
5215S: Maintained
5216F: drivers/mmc/host/omap.c
5217
5218OMAP HS MMC SUPPORT
5219M: Venkatraman S <svenkatr@ti.com>
5220L: linux-mmc@vger.kernel.org
5221L: linux-omap@vger.kernel.org
5222S: Maintained
5223F: drivers/mmc/host/omap_hsmmc.c
5224
5225OMAP RANDOM NUMBER GENERATOR SUPPORT
5226M: Deepak Saxena <dsaxena@plexity.net>
5227S: Maintained
5228F: drivers/char/hw_random/omap-rng.c
5229
5230OMAP HWMOD SUPPORT
5231M: Benoît Cousson <b-cousson@ti.com>
5232M: Paul Walmsley <paul@pwsan.com>
5233L: linux-omap@vger.kernel.org
5234S: Maintained
5235F: arch/arm/mach-omap2/omap_hwmod.c
5236F: arch/arm/plat-omap/include/plat/omap_hwmod.h
5237
5238OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5239M: Benoît Cousson <b-cousson@ti.com>
5240L: linux-omap@vger.kernel.org
5241S: Maintained
5242F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5243
5244OMAP IMAGE SIGNAL PROCESSOR (ISP)
5245M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5246L: linux-media@vger.kernel.org
5247S: Maintained
5248F: drivers/media/platform/omap3isp/
5249
5250OMAP USB SUPPORT
5251M: Felipe Balbi <balbi@ti.com>
5252L: linux-usb@vger.kernel.org
5253L: linux-omap@vger.kernel.org
5254T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5255S: Maintained
5256F: drivers/usb/*/*omap*
5257F: arch/arm/*omap*/usb*
5258
5259OMAP GPIO DRIVER
5260M: Santosh Shilimkar <santosh.shilimkar@ti.com>
5261M: Kevin Hilman <khilman@ti.com>
5262L: linux-omap@vger.kernel.org
5263S: Maintained
5264F: drivers/gpio/gpio-omap.c
5265
5266OMFS FILESYSTEM
5267M: Bob Copeland <me@bobcopeland.com>
5268L: linux-karma-devel@lists.sourceforge.net
5269S: Maintained
5270F: Documentation/filesystems/omfs.txt
5271F: fs/omfs/
5272
5273OMNIKEY CARDMAN 4000 DRIVER
5274M: Harald Welte <laforge@gnumonks.org>
5275S: Maintained
5276F: drivers/char/pcmcia/cm4000_cs.c
5277F: include/linux/cm4000_cs.h
5278
5279OMNIKEY CARDMAN 4040 DRIVER
5280M: Harald Welte <laforge@gnumonks.org>
5281S: Maintained
5282F: drivers/char/pcmcia/cm4040_cs.*
5283
5284OMNIVISION OV7670 SENSOR DRIVER
5285M: Jonathan Corbet <corbet@lwn.net>
5286L: linux-media@vger.kernel.org
5287T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5288S: Maintained
5289F: drivers/media/i2c/ov7670.c
5290
5291ONENAND FLASH DRIVER
5292M: Kyungmin Park <kyungmin.park@samsung.com>
5293L: linux-mtd@lists.infradead.org
5294S: Maintained
5295F: drivers/mtd/onenand/
5296F: include/linux/mtd/onenand*.h
5297
5298ONSTREAM SCSI TAPE DRIVER
5299M: Willem Riede <osst@riede.org>
5300L: osst-users@lists.sourceforge.net
5301L: linux-scsi@vger.kernel.org
5302S: Maintained
5303F: drivers/scsi/osst*
5304F: drivers/scsi/st*
5305
5306OPENCORES I2C BUS DRIVER
5307M: Peter Korsgaard <jacmet@sunsite.dk>
5308L: linux-i2c@vger.kernel.org
5309S: Maintained
5310F: Documentation/i2c/busses/i2c-ocores
5311F: drivers/i2c/busses/i2c-ocores.c
5312
5313OPEN FIRMWARE AND FLATTENED DEVICE TREE
5314M: Grant Likely <grant.likely@secretlab.ca>
5315M: Rob Herring <rob.herring@calxeda.com>
5316L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5317W: http://fdt.secretlab.ca
5318T: git git://git.secretlab.ca/git/linux-2.6.git
5319S: Maintained
5320F: Documentation/devicetree
5321F: drivers/of
5322F: include/linux/of*.h
5323F: scripts/dtc
5324K: of_get_property
5325K: of_match_table
5326
5327OPENRISC ARCHITECTURE
5328M: Jonas Bonn <jonas@southpole.se>
5329W: http://openrisc.net
5330L: linux@lists.openrisc.net (moderated for non-subscribers)
5331S: Maintained
5332T: git git://openrisc.net/~jonas/linux
5333F: arch/openrisc
5334
5335OPENVSWITCH
5336M: Jesse Gross <jesse@nicira.com>
5337L: dev@openvswitch.org
5338W: http://openvswitch.org
5339T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5340S: Maintained
5341F: net/openvswitch/
5342
5343OPL4 DRIVER
5344M: Clemens Ladisch <clemens@ladisch.de>
5345L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5346T: git git://git.alsa-project.org/alsa-kernel.git
5347S: Maintained
5348F: sound/drivers/opl4/
5349
5350OPROFILE
5351M: Robert Richter <robert.richter@amd.com>
5352L: oprofile-list@lists.sf.net
5353S: Maintained
5354F: arch/*/include/asm/oprofile*.h
5355F: arch/*/oprofile/
5356F: drivers/oprofile/
5357F: include/linux/oprofile.h
5358
5359ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5360M: Mark Fasheh <mfasheh@suse.com>
5361M: Joel Becker <jlbec@evilplan.org>
5362L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
5363W: http://oss.oracle.com/projects/ocfs2/
5364T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5365S: Supported
5366F: Documentation/filesystems/ocfs2.txt
5367F: Documentation/filesystems/dlmfs.txt
5368F: fs/ocfs2/
5369
5370ORINOCO DRIVER
5371L: linux-wireless@vger.kernel.org
5372W: http://wireless.kernel.org/en/users/Drivers/orinoco
5373W: http://www.nongnu.org/orinoco/
5374S: Orphan
5375F: drivers/net/wireless/orinoco/
5376
5377OSD LIBRARY and FILESYSTEM
5378M: Boaz Harrosh <bharrosh@panasas.com>
5379M: Benny Halevy <bhalevy@tonian.com>
5380L: osd-dev@open-osd.org
5381W: http://open-osd.org
5382T: git git://git.open-osd.org/open-osd.git
5383S: Maintained
5384F: drivers/scsi/osd/
5385F: include/scsi/osd_*
5386F: fs/exofs/
5387
5388P54 WIRELESS DRIVER
5389M: Christian Lamparter <chunkeey@googlemail.com>
5390L: linux-wireless@vger.kernel.org
5391W: http://wireless.kernel.org/en/users/Drivers/p54
5392S: Maintained
5393F: drivers/net/wireless/p54/
5394
5395PA SEMI ETHERNET DRIVER
5396M: Olof Johansson <olof@lixom.net>
5397L: netdev@vger.kernel.org
5398S: Maintained
5399F: drivers/net/ethernet/pasemi/*
5400
5401PA SEMI SMBUS DRIVER
5402M: Olof Johansson <olof@lixom.net>
5403L: linux-i2c@vger.kernel.org
5404S: Maintained
5405F: drivers/i2c/busses/i2c-pasemi.c
5406
5407PADATA PARALLEL EXECUTION MECHANISM
5408M: Steffen Klassert <steffen.klassert@secunet.com>
5409L: linux-crypto@vger.kernel.org
5410S: Maintained
5411F: kernel/padata.c
5412F: include/linux/padata.h
5413F: Documentation/padata.txt
5414
5415PANASONIC LAPTOP ACPI EXTRAS DRIVER
5416M: Harald Welte <laforge@gnumonks.org>
5417L: platform-driver-x86@vger.kernel.org
5418S: Maintained
5419F: drivers/platform/x86/panasonic-laptop.c
5420
5421PANASONIC MN10300/AM33/AM34 PORT
5422M: David Howells <dhowells@redhat.com>
5423M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5424L: linux-am33-list@redhat.com (moderated for non-subscribers)
5425W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5426S: Maintained
5427F: Documentation/mn10300/
5428F: arch/mn10300/
5429
5430PARALLEL PORT SUPPORT
5431L: linux-parport@lists.infradead.org (subscribers-only)
5432S: Orphan
5433F: drivers/parport/
5434F: include/linux/parport*.h
5435F: drivers/char/ppdev.c
5436F: include/linux/ppdev.h
5437
5438PARAVIRT_OPS INTERFACE
5439M: Jeremy Fitzhardinge <jeremy@goop.org>
5440M: Chris Wright <chrisw@sous-sol.org>
5441M: Alok Kataria <akataria@vmware.com>
5442M: Rusty Russell <rusty@rustcorp.com.au>
5443L: virtualization@lists.linux-foundation.org
5444S: Supported
5445F: Documentation/ia64/paravirt_ops.txt
5446F: arch/*/kernel/paravirt*
5447F: arch/*/include/asm/paravirt.h
5448
5449PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5450M: Tim Waugh <tim@cyberelk.net>
5451L: linux-parport@lists.infradead.org (subscribers-only)
5452W: http://www.torque.net/linux-pp.html
5453S: Maintained
5454F: Documentation/blockdev/paride.txt
5455F: drivers/block/paride/
5456
5457PARISC ARCHITECTURE
5458M: "James E.J. Bottomley" <jejb@parisc-linux.org>
5459M: Helge Deller <deller@gmx.de>
5460L: linux-parisc@vger.kernel.org
5461W: http://www.parisc-linux.org/
5462Q: http://patchwork.kernel.org/project/linux-parisc/list/
5463T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5464S: Maintained
5465F: arch/parisc/
5466F: drivers/parisc/
5467
5468PC87360 HARDWARE MONITORING DRIVER
5469M: Jim Cromie <jim.cromie@gmail.com>
5470L: lm-sensors@lm-sensors.org
5471S: Maintained
5472F: Documentation/hwmon/pc87360
5473F: drivers/hwmon/pc87360.c
5474
5475PC8736x GPIO DRIVER
5476M: Jim Cromie <jim.cromie@gmail.com>
5477S: Maintained
5478F: drivers/char/pc8736x_gpio.c
5479
5480PC87427 HARDWARE MONITORING DRIVER
5481M: Jean Delvare <khali@linux-fr.org>
5482L: lm-sensors@lm-sensors.org
5483S: Maintained
5484F: Documentation/hwmon/pc87427
5485F: drivers/hwmon/pc87427.c
5486
5487PCA9532 LED DRIVER
5488M: Riku Voipio <riku.voipio@iki.fi>
5489S: Maintained
5490F: drivers/leds/leds-pca9532.c
5491F: include/linux/leds-pca9532.h
5492
5493PCA9541 I2C BUS MASTER SELECTOR DRIVER
5494M: Guenter Roeck <linux@roeck-us.net>
5495L: linux-i2c@vger.kernel.org
5496S: Maintained
5497F: drivers/i2c/muxes/i2c-mux-pca9541.c
5498
5499PCA9564/PCA9665 I2C BUS DRIVER
5500M: Wolfram Sang <w.sang@pengutronix.de>
5501L: linux-i2c@vger.kernel.org
5502S: Maintained
5503F: drivers/i2c/algos/i2c-algo-pca.c
5504F: drivers/i2c/busses/i2c-pca-*
5505F: include/linux/i2c-algo-pca.h
5506F: include/linux/i2c-pca-platform.h
5507
5508PCDP - PRIMARY CONSOLE AND DEBUG PORT
5509M: Khalid Aziz <khalid@gonehiking.org>
5510S: Maintained
5511F: drivers/firmware/pcdp.*
5512
5513PCI ERROR RECOVERY
5514M: Linas Vepstas <linasvepstas@gmail.com>
5515L: linux-pci@vger.kernel.org
5516S: Supported
5517F: Documentation/PCI/pci-error-recovery.txt
5518F: Documentation/powerpc/eeh-pci-error-recovery.txt
5519
5520PCI SUBSYSTEM
5521M: Bjorn Helgaas <bhelgaas@google.com>
5522L: linux-pci@vger.kernel.org
5523Q: http://patchwork.ozlabs.org/project/linux-pci/list/
5524T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
5525S: Supported
5526F: Documentation/PCI/
5527F: drivers/pci/
5528F: include/linux/pci*
5529
5530PCMCIA SUBSYSTEM
5531P: Linux PCMCIA Team
5532L: linux-pcmcia@lists.infradead.org
5533W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5534T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5535S: Maintained
5536F: Documentation/pcmcia/
5537F: drivers/pcmcia/
5538F: include/pcmcia/
5539
5540PCNET32 NETWORK DRIVER
5541M: Don Fry <pcnet32@frontier.com>
5542L: netdev@vger.kernel.org
5543S: Maintained
5544F: drivers/net/ethernet/amd/pcnet32.c
5545
5546PCRYPT PARALLEL CRYPTO ENGINE
5547M: Steffen Klassert <steffen.klassert@secunet.com>
5548L: linux-crypto@vger.kernel.org
5549S: Maintained
5550F: crypto/pcrypt.c
5551F: include/crypto/pcrypt.h
5552
5553PER-CPU MEMORY ALLOCATOR
5554M: Tejun Heo <tj@kernel.org>
5555M: Christoph Lameter <cl@linux-foundation.org>
5556T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5557S: Maintained
5558F: include/linux/percpu*.h
5559F: mm/percpu*.c
5560F: arch/*/include/asm/percpu.h
5561
5562PER-TASK DELAY ACCOUNTING
5563M: Balbir Singh <bsingharora@gmail.com>
5564S: Maintained
5565F: include/linux/delayacct.h
5566F: kernel/delayacct.c
5567
5568PERFORMANCE EVENTS SUBSYSTEM
5569M: Peter Zijlstra <a.p.zijlstra@chello.nl>
5570M: Paul Mackerras <paulus@samba.org>
5571M: Ingo Molnar <mingo@redhat.com>
5572M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5573T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5574S: Supported
5575F: kernel/events/*
5576F: include/linux/perf_event.h
5577F: arch/*/kernel/perf_event*.c
5578F: arch/*/kernel/*/perf_event*.c
5579F: arch/*/kernel/*/*/perf_event*.c
5580F: arch/*/include/asm/perf_event.h
5581F: arch/*/lib/perf_event*.c
5582F: arch/*/kernel/perf_callchain.c
5583F: tools/perf/
5584
5585PERSONALITY HANDLING
5586M: Christoph Hellwig <hch@infradead.org>
5587L: linux-abi-devel@lists.sourceforge.net
5588S: Maintained
5589F: include/linux/personality.h
5590
5591PHONET PROTOCOL
5592M: Remi Denis-Courmont <courmisch@gmail.com>
5593S: Supported
5594F: Documentation/networking/phonet.txt
5595F: include/linux/phonet.h
5596F: include/net/phonet/
5597F: net/phonet/
5598
5599PHRAM MTD DRIVER
5600M: Joern Engel <joern@lazybastard.org>
5601L: linux-mtd@lists.infradead.org
5602S: Maintained
5603F: drivers/mtd/devices/phram.c
5604
5605PICOLCD HID DRIVER
5606M: Bruno Prémont <bonbons@linux-vserver.org>
5607L: linux-input@vger.kernel.org
5608S: Maintained
5609F: drivers/hid/hid-picolcd*
5610
5611PICOXCELL SUPPORT
5612M: Jamie Iles <jamie@jamieiles.com>
5613L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5614T: git git://github.com/jamieiles/linux-2.6-ji.git
5615S: Supported
5616F: arch/arm/mach-picoxcell
5617F: drivers/*/picoxcell*
5618F: drivers/*/*/picoxcell*
5619
5620PIN CONTROL SUBSYSTEM
5621M: Linus Walleij <linus.walleij@linaro.org>
5622S: Maintained
5623F: drivers/pinctrl/
5624F: include/linux/pinctrl/
5625
5626PIN CONTROLLER - ST SPEAR
5627M: Viresh Kumar <viresh.linux@gmail.com>
5628L: spear-devel@list.st.com
5629L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5630W: http://www.st.com/spear
5631S: Maintained
5632F: drivers/pinctrl/spear/
5633
5634PKTCDVD DRIVER
5635M: Peter Osterlund <petero2@telia.com>
5636S: Maintained
5637F: drivers/block/pktcdvd.c
5638F: include/linux/pktcdvd.h
5639
5640PKUNITY SOC DRIVERS
5641M: Guan Xuetao <gxt@mprc.pku.edu.cn>
5642W: http://mprc.pku.edu.cn/~guanxuetao/linux
5643S: Maintained
5644T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5645F: drivers/input/serio/i8042-unicore32io.h
5646F: drivers/i2c/busses/i2c-puv3.c
5647F: drivers/video/fb-puv3.c
5648F: drivers/rtc/rtc-puv3.c
5649
5650PMBUS HARDWARE MONITORING DRIVERS
5651M: Guenter Roeck <linux@roeck-us.net>
5652L: lm-sensors@lm-sensors.org
5653W: http://www.lm-sensors.org/
5654W: http://www.roeck-us.net/linux/drivers/
5655T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5656S: Maintained
5657F: Documentation/hwmon/pmbus
5658F: drivers/hwmon/pmbus/
5659F: include/linux/i2c/pmbus.h
5660
5661PMC SIERRA MaxRAID DRIVER
5662M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5663L: linux-scsi@vger.kernel.org
5664W: http://www.pmc-sierra.com/
5665S: Supported
5666F: drivers/scsi/pmcraid.*
5667
5668PMC SIERRA PM8001 DRIVER
5669M: jack_wang@usish.com
5670M: lindar_liu@usish.com
5671L: linux-scsi@vger.kernel.org
5672S: Supported
5673F: drivers/scsi/pm8001/
5674
5675POSIX CLOCKS and TIMERS
5676M: Thomas Gleixner <tglx@linutronix.de>
5677T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5678S: Supported
5679F: fs/timerfd.c
5680F: include/linux/timer*
5681F: kernel/*timer*
5682
5683POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5684M: Anton Vorontsov <cbou@mail.ru>
5685M: David Woodhouse <dwmw2@infradead.org>
5686T: git git://git.infradead.org/battery-2.6.git
5687S: Maintained
5688F: include/linux/power_supply.h
5689F: drivers/power/
5690
5691PNP SUPPORT
5692M: Adam Belay <abelay@mit.edu>
5693M: Bjorn Helgaas <bhelgaas@google.com>
5694S: Maintained
5695F: drivers/pnp/
5696
5697PNXxxxx I2C DRIVER
5698M: Vitaly Wool <vitalywool@gmail.com>
5699L: linux-i2c@vger.kernel.org
5700S: Maintained
5701F: drivers/i2c/busses/i2c-pnx.c
5702
5703PPP PROTOCOL DRIVERS AND COMPRESSORS
5704M: Paul Mackerras <paulus@samba.org>
5705L: linux-ppp@vger.kernel.org
5706S: Maintained
5707F: drivers/net/ppp/ppp_*
5708
5709PPP OVER ATM (RFC 2364)
5710M: Mitchell Blank Jr <mitch@sfgoth.com>
5711S: Maintained
5712F: net/atm/pppoatm.c
5713F: include/linux/atmppp.h
5714
5715PPP OVER ETHERNET
5716M: Michal Ostrowski <mostrows@earthlink.net>
5717S: Maintained
5718F: drivers/net/ppp/pppoe.c
5719F: drivers/net/ppp/pppox.c
5720
5721PPP OVER L2TP
5722M: James Chapman <jchapman@katalix.com>
5723S: Maintained
5724F: net/l2tp/l2tp_ppp.c
5725F: include/linux/if_pppol2tp.h
5726
5727PPS SUPPORT
5728M: Rodolfo Giometti <giometti@enneenne.com>
5729W: http://wiki.enneenne.com/index.php/LinuxPPS_support
5730L: linuxpps@ml.enneenne.com (subscribers-only)
5731S: Maintained
5732F: Documentation/pps/
5733F: drivers/pps/
5734F: include/linux/pps*.h
5735
5736PPTP DRIVER
5737M: Dmitry Kozlov <xeb@mail.ru>
5738L: netdev@vger.kernel.org
5739S: Maintained
5740F: drivers/net/ppp/pptp.c
5741W: http://sourceforge.net/projects/accel-pptp
5742
5743PREEMPTIBLE KERNEL
5744M: Robert Love <rml@tech9.net>
5745L: kpreempt-tech@lists.sourceforge.net
5746W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5747S: Supported
5748F: Documentation/preempt-locking.txt
5749F: include/linux/preempt.h
5750
5751PRISM54 WIRELESS DRIVER
5752M: "Luis R. Rodriguez" <mcgrof@gmail.com>
5753L: linux-wireless@vger.kernel.org
5754W: http://wireless.kernel.org/en/users/Drivers/p54
5755S: Obsolete
5756F: drivers/net/wireless/prism54/
5757
5758PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5759M: Mikael Pettersson <mikpe@it.uu.se>
5760L: linux-ide@vger.kernel.org
5761S: Maintained
5762F: drivers/ata/sata_promise.*
5763
5764PS3 NETWORK SUPPORT
5765M: Geoff Levand <geoff@infradead.org>
5766L: netdev@vger.kernel.org
5767L: cbe-oss-dev@lists.ozlabs.org
5768S: Maintained
5769F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
5770
5771PS3 PLATFORM SUPPORT
5772M: Geoff Levand <geoff@infradead.org>
5773L: linuxppc-dev@lists.ozlabs.org
5774L: cbe-oss-dev@lists.ozlabs.org
5775S: Maintained
5776F: arch/powerpc/boot/ps3*
5777F: arch/powerpc/include/asm/lv1call.h
5778F: arch/powerpc/include/asm/ps3*.h
5779F: arch/powerpc/platforms/ps3/
5780F: drivers/*/ps3*
5781F: drivers/ps3/
5782F: drivers/rtc/rtc-ps3.c
5783F: drivers/usb/host/*ps3.c
5784F: sound/ppc/snd_ps3*
5785
5786PS3VRAM DRIVER
5787M: Jim Paris <jim@jtan.com>
5788L: cbe-oss-dev@lists.ozlabs.org
5789S: Maintained
5790F: drivers/block/ps3vram.c
5791
5792PSTORE FILESYSTEM
5793M: Anton Vorontsov <cbouatmailru@gmail.com>
5794M: Colin Cross <ccross@android.com>
5795M: Kees Cook <keescook@chromium.org>
5796M: Tony Luck <tony.luck@intel.com>
5797S: Maintained
5798T: git git://git.infradead.org/users/cbou/linux-pstore.git
5799F: fs/pstore/
5800F: include/linux/pstore*
5801F: drivers/firmware/efivars.c
5802F: drivers/acpi/apei/erst.c
5803
5804PTP HARDWARE CLOCK SUPPORT
5805M: Richard Cochran <richardcochran@gmail.com>
5806S: Maintained
5807W: http://linuxptp.sourceforge.net/
5808F: Documentation/ABI/testing/sysfs-ptp
5809F: Documentation/ptp/*
5810F: drivers/net/ethernet/freescale/gianfar_ptp.c
5811F: drivers/net/phy/dp83640*
5812F: drivers/ptp/*
5813F: include/linux/ptp_cl*
5814
5815PTRACE SUPPORT
5816M: Roland McGrath <roland@redhat.com>
5817M: Oleg Nesterov <oleg@redhat.com>
5818S: Maintained
5819F: include/asm-generic/syscall.h
5820F: include/linux/ptrace.h
5821F: include/linux/regset.h
5822F: include/linux/tracehook.h
5823F: kernel/ptrace.c
5824
5825PVRUSB2 VIDEO4LINUX DRIVER
5826M: Mike Isely <isely@pobox.com>
5827L: pvrusb2@isely.net (subscribers-only)
5828L: linux-media@vger.kernel.org
5829W: http://www.isely.net/pvrusb2/
5830T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5831S: Maintained
5832F: Documentation/video4linux/README.pvrusb2
5833F: drivers/media/usb/pvrusb2/
5834
5835PWM SUBSYSTEM
5836M: Thierry Reding <thierry.reding@avionic-design.de>
5837L: linux-kernel@vger.kernel.org
5838S: Maintained
5839W: http://gitorious.org/linux-pwm
5840T: git git://gitorious.org/linux-pwm/linux-pwm.git
5841F: Documentation/pwm.txt
5842F: Documentation/devicetree/bindings/pwm/
5843F: include/linux/pwm.h
5844F: include/linux/of_pwm.h
5845F: drivers/pwm/
5846F: drivers/video/backlight/pwm_bl.c
5847F: include/linux/pwm_backlight.h
5848
5849PXA2xx/PXA3xx SUPPORT
5850M: Eric Miao <eric.y.miao@gmail.com>
5851M: Russell King <linux@arm.linux.org.uk>
5852M: Haojian Zhuang <haojian.zhuang@gmail.com>
5853L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5854T: git git://github.com/hzhuang1/linux.git
5855T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
5856S: Maintained
5857F: arch/arm/mach-pxa/
5858F: drivers/pcmcia/pxa2xx*
5859F: drivers/spi/spi-pxa2xx*
5860F: drivers/usb/gadget/pxa2*
5861F: include/sound/pxa2xx-lib.h
5862F: sound/arm/pxa*
5863F: sound/soc/pxa
5864
5865MMP SUPPORT
5866M: Eric Miao <eric.y.miao@gmail.com>
5867M: Haojian Zhuang <haojian.zhuang@gmail.com>
5868L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5869T: git git://github.com/hzhuang1/linux.git
5870T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
5871S: Maintained
5872F: arch/arm/mach-mmp/
5873
5874PXA MMCI DRIVER
5875S: Orphan
5876
5877PXA RTC DRIVER
5878M: Robert Jarzmik <robert.jarzmik@free.fr>
5879L: rtc-linux@googlegroups.com
5880S: Maintained
5881
5882QIB DRIVER
5883M: Mike Marciniszyn <infinipath@intel.com>
5884L: linux-rdma@vger.kernel.org
5885S: Supported
5886F: drivers/infiniband/hw/qib/
5887
5888QLOGIC QLA1280 SCSI DRIVER
5889M: Michael Reed <mdr@sgi.com>
5890L: linux-scsi@vger.kernel.org
5891S: Maintained
5892F: drivers/scsi/qla1280.[ch]
5893
5894QLOGIC QLA2XXX FC-SCSI DRIVER
5895M: Andrew Vasquez <andrew.vasquez@qlogic.com>
5896M: linux-driver@qlogic.com
5897L: linux-scsi@vger.kernel.org
5898S: Supported
5899F: Documentation/scsi/LICENSE.qla2xxx
5900F: drivers/scsi/qla2xxx/
5901
5902QLOGIC QLA4XXX iSCSI DRIVER
5903M: Ravi Anand <ravi.anand@qlogic.com>
5904M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5905M: iscsi-driver@qlogic.com
5906L: linux-scsi@vger.kernel.org
5907S: Supported
5908F: drivers/scsi/qla4xxx/
5909
5910QLOGIC QLA3XXX NETWORK DRIVER
5911M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5912M: Ron Mercer <ron.mercer@qlogic.com>
5913M: linux-driver@qlogic.com
5914L: netdev@vger.kernel.org
5915S: Supported
5916F: Documentation/networking/LICENSE.qla3xxx
5917F: drivers/net/ethernet/qlogic/qla3xxx.*
5918
5919QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5920M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5921M: Sony Chacko <sony.chacko@qlogic.com>
5922M: linux-driver@qlogic.com
5923L: netdev@vger.kernel.org
5924S: Supported
5925F: drivers/net/ethernet/qlogic/qlcnic/
5926
5927QLOGIC QLGE 10Gb ETHERNET DRIVER
5928M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5929M: Ron Mercer <ron.mercer@qlogic.com>
5930M: linux-driver@qlogic.com
5931L: netdev@vger.kernel.org
5932S: Supported
5933F: drivers/net/ethernet/qlogic/qlge/
5934
5935QNX4 FILESYSTEM
5936M: Anders Larsen <al@alarsen.net>
5937W: http://www.alarsen.net/linux/qnx4fs/
5938S: Maintained
5939F: fs/qnx4/
5940F: include/linux/qnx4_fs.h
5941F: include/linux/qnxtypes.h
5942
5943QT1010 MEDIA DRIVER
5944M: Antti Palosaari <crope@iki.fi>
5945L: linux-media@vger.kernel.org
5946W: http://linuxtv.org/
5947W: http://palosaari.fi/linux/
5948Q: http://patchwork.linuxtv.org/project/linux-media/list/
5949T: git git://linuxtv.org/anttip/media_tree.git
5950S: Maintained
5951F: drivers/media/tuners/qt1010*
5952
5953QUALCOMM HEXAGON ARCHITECTURE
5954M: Richard Kuo <rkuo@codeaurora.org>
5955L: linux-hexagon@vger.kernel.org
5956S: Supported
5957F: arch/hexagon/
5958
5959RADOS BLOCK DEVICE (RBD)
5960M: Yehuda Sadeh <yehuda@inktank.com>
5961M: Sage Weil <sage@inktank.com>
5962M: Alex Elder <elder@inktank.com>
5963M: ceph-devel@vger.kernel.org
5964W: http://ceph.com/
5965T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
5966S: Supported
5967F: drivers/block/rbd.c
5968F: drivers/block/rbd_types.h
5969
5970RADEON FRAMEBUFFER DISPLAY DRIVER
5971M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5972L: linux-fbdev@vger.kernel.org
5973S: Maintained
5974F: drivers/video/aty/radeon*
5975F: include/linux/radeonfb.h
5976
5977RAGE128 FRAMEBUFFER DISPLAY DRIVER
5978M: Paul Mackerras <paulus@samba.org>
5979L: linux-fbdev@vger.kernel.org
5980S: Maintained
5981F: drivers/video/aty/aty128fb.c
5982
5983RALINK RT2X00 WIRELESS LAN DRIVER
5984P: rt2x00 project
5985M: Ivo van Doorn <IvDoorn@gmail.com>
5986M: Gertjan van Wingerde <gwingerde@gmail.com>
5987M: Helmut Schaa <helmut.schaa@googlemail.com>
5988L: linux-wireless@vger.kernel.org
5989L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5990W: http://rt2x00.serialmonkey.com/
5991S: Maintained
5992T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5993F: drivers/net/wireless/rt2x00/
5994
5995RAMDISK RAM BLOCK DEVICE DRIVER
5996M: Nick Piggin <npiggin@kernel.dk>
5997S: Maintained
5998F: Documentation/blockdev/ramdisk.txt
5999F: drivers/block/brd.c
6000
6001RANDOM NUMBER DRIVER
6002M: Theodore Ts'o" <tytso@mit.edu>
6003S: Maintained
6004F: drivers/char/random.c
6005
6006RAPIDIO SUBSYSTEM
6007M: Matt Porter <mporter@kernel.crashing.org>
6008M: Alexandre Bounine <alexandre.bounine@idt.com>
6009S: Maintained
6010F: drivers/rapidio/
6011
6012RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6013L: linux-wireless@vger.kernel.org
6014S: Orphan
6015F: drivers/net/wireless/ray*
6016
6017RCUTORTURE MODULE
6018M: Josh Triplett <josh@freedesktop.org>
6019M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6020S: Supported
6021T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6022F: Documentation/RCU/torture.txt
6023F: kernel/rcutorture.c
6024
6025RDC R-321X SoC
6026M: Florian Fainelli <florian@openwrt.org>
6027S: Maintained
6028
6029RDC R6040 FAST ETHERNET DRIVER
6030M: Florian Fainelli <florian@openwrt.org>
6031L: netdev@vger.kernel.org
6032S: Maintained
6033F: drivers/net/ethernet/rdc/r6040.c
6034
6035RDS - RELIABLE DATAGRAM SOCKETS
6036M: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6037L: rds-devel@oss.oracle.com (moderated for non-subscribers)
6038S: Supported
6039F: net/rds/
6040
6041READ-COPY UPDATE (RCU)
6042M: Dipankar Sarma <dipankar@in.ibm.com>
6043M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6044W: http://www.rdrop.com/users/paulmck/RCU/
6045S: Supported
6046T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6047F: Documentation/RCU/
6048X: Documentation/RCU/torture.txt
6049F: include/linux/rcu*
6050F: kernel/rcu*
6051X: kernel/rcutorture.c
6052
6053REAL TIME CLOCK (RTC) SUBSYSTEM
6054M: Alessandro Zummo <a.zummo@towertech.it>
6055L: rtc-linux@googlegroups.com
6056Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
6057S: Maintained
6058F: Documentation/rtc.txt
6059F: drivers/rtc/
6060F: include/linux/rtc.h
6061
6062REISERFS FILE SYSTEM
6063L: reiserfs-devel@vger.kernel.org
6064S: Supported
6065F: fs/reiserfs/
6066
6067REGISTER MAP ABSTRACTION
6068M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6069T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6070S: Supported
6071F: drivers/base/regmap/
6072F: include/linux/regmap.h
6073
6074REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6075M: Ohad Ben-Cohen <ohad@wizery.com>
6076T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6077S: Maintained
6078F: drivers/remoteproc/
6079F: Documentation/remoteproc.txt
6080F: include/linux/remoteproc.h
6081
6082RFKILL
6083M: Johannes Berg <johannes@sipsolutions.net>
6084L: linux-wireless@vger.kernel.org
6085W: http://wireless.kernel.org/
6086T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6087T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6088S: Maintained
6089F: Documentation/rfkill.txt
6090F: net/rfkill/
6091
6092RICOH SMARTMEDIA/XD DRIVER
6093M: Maxim Levitsky <maximlevitsky@gmail.com>
6094S: Maintained
6095F: drivers/mtd/nand/r852.c
6096F: drivers/mtd/nand/r852.h
6097
6098RICOH R5C592 MEMORYSTICK DRIVER
6099M: Maxim Levitsky <maximlevitsky@gmail.com>
6100S: Maintained
6101F: drivers/memstick/host/r592.*
6102
6103ROCKETPORT DRIVER
6104P: Comtrol Corp.
6105W: http://www.comtrol.com
6106S: Maintained
6107F: Documentation/serial/rocket.txt
6108F: drivers/tty/rocket*
6109
6110ROSE NETWORK LAYER
6111M: Ralf Baechle <ralf@linux-mips.org>
6112L: linux-hams@vger.kernel.org
6113W: http://www.linux-ax25.org/
6114S: Maintained
6115F: include/linux/rose.h
6116F: include/net/rose.h
6117F: net/rose/
6118
6119RTL2830 MEDIA DRIVER
6120M: Antti Palosaari <crope@iki.fi>
6121L: linux-media@vger.kernel.org
6122W: http://linuxtv.org/
6123W: http://palosaari.fi/linux/
6124Q: http://patchwork.linuxtv.org/project/linux-media/list/
6125T: git git://linuxtv.org/anttip/media_tree.git
6126S: Maintained
6127F: drivers/media/dvb-frontends/rtl2830*
6128
6129RTL8180 WIRELESS DRIVER
6130M: "John W. Linville" <linville@tuxdriver.com>
6131L: linux-wireless@vger.kernel.org
6132W: http://wireless.kernel.org/
6133T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6134S: Maintained
6135F: drivers/net/wireless/rtl818x/rtl8180/
6136
6137RTL8187 WIRELESS DRIVER
6138M: Herton Ronaldo Krzesinski <herton@canonical.com>
6139M: Hin-Tak Leung <htl10@users.sourceforge.net>
6140M: Larry Finger <Larry.Finger@lwfinger.net>
6141L: linux-wireless@vger.kernel.org
6142W: http://wireless.kernel.org/
6143T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6144S: Maintained
6145F: drivers/net/wireless/rtl818x/rtl8187/
6146
6147RTL8192CE WIRELESS DRIVER
6148M: Larry Finger <Larry.Finger@lwfinger.net>
6149M: Chaoming Li <chaoming_li@realsil.com.cn>
6150L: linux-wireless@vger.kernel.org
6151W: http://wireless.kernel.org/
6152T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6153S: Maintained
6154F: drivers/net/wireless/rtlwifi/
6155F: drivers/net/wireless/rtlwifi/rtl8192ce/
6156
6157S3 SAVAGE FRAMEBUFFER DRIVER
6158M: Antonino Daplas <adaplas@gmail.com>
6159L: linux-fbdev@vger.kernel.org
6160S: Maintained
6161F: drivers/video/savage/
6162
6163S390
6164M: Martin Schwidefsky <schwidefsky@de.ibm.com>
6165M: Heiko Carstens <heiko.carstens@de.ibm.com>
6166M: linux390@de.ibm.com
6167L: linux-s390@vger.kernel.org
6168W: http://www.ibm.com/developerworks/linux/linux390/
6169S: Supported
6170F: arch/s390/
6171F: drivers/s390/
6172F: block/partitions/ibm.c
6173F: Documentation/s390/
6174F: Documentation/DocBook/s390*
6175
6176S390 NETWORK DRIVERS
6177M: Ursula Braun <ursula.braun@de.ibm.com>
6178M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
6179M: linux390@de.ibm.com
6180L: linux-s390@vger.kernel.org
6181W: http://www.ibm.com/developerworks/linux/linux390/
6182S: Supported
6183F: drivers/s390/net/
6184
6185S390 ZCRYPT DRIVER
6186M: Holger Dengler <hd@linux.vnet.ibm.com>
6187M: linux390@de.ibm.com
6188L: linux-s390@vger.kernel.org
6189W: http://www.ibm.com/developerworks/linux/linux390/
6190S: Supported
6191F: drivers/s390/crypto/
6192
6193S390 ZFCP DRIVER
6194M: Steffen Maier <maier@linux.vnet.ibm.com>
6195M: linux390@de.ibm.com
6196L: linux-s390@vger.kernel.org
6197W: http://www.ibm.com/developerworks/linux/linux390/
6198S: Supported
6199F: drivers/s390/scsi/zfcp_*
6200
6201S390 IUCV NETWORK LAYER
6202M: Ursula Braun <ursula.braun@de.ibm.com>
6203M: linux390@de.ibm.com
6204L: linux-s390@vger.kernel.org
6205W: http://www.ibm.com/developerworks/linux/linux390/
6206S: Supported
6207F: drivers/s390/net/*iucv*
6208F: include/net/iucv/
6209F: net/iucv/
6210
6211S3C24XX SD/MMC Driver
6212M: Ben Dooks <ben-linux@fluff.org>
6213L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6214S: Supported
6215F: drivers/mmc/host/s3cmci.*
6216
6217SAA7146 VIDEO4LINUX-2 DRIVER
6218M: Michael Hunold <michael@mihu.de>
6219L: linux-media@vger.kernel.org
6220T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6221W: http://www.mihu.de/linux/saa7146
6222S: Maintained
6223F: drivers/media/common/saa7146/
6224F: drivers/media/pci/saa7146/
6225F: include/media/saa7146*
6226
6227SAMSUNG LAPTOP DRIVER
6228M: Corentin Chary <corentincj@iksaif.net>
6229L: platform-driver-x86@vger.kernel.org
6230S: Maintained
6231F: drivers/platform/x86/samsung-laptop.c
6232
6233SAMSUNG AUDIO (ASoC) DRIVERS
6234M: Sangbeom Kim <sbkim73@samsung.com>
6235L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6236S: Supported
6237F: sound/soc/samsung
6238
6239SAMSUNG FRAMEBUFFER DRIVER
6240M: Jingoo Han <jg1.han@samsung.com>
6241L: linux-fbdev@vger.kernel.org
6242S: Maintained
6243F: drivers/video/s3c-fb.c
6244
6245SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6246M: Sangbeom Kim <sbkim73@samsung.com>
6247L: linux-kernel@vger.kernel.org
6248S: Supported
6249F: drivers/mfd/sec*.c
6250F: drivers/regulator/s2m*.c
6251F: drivers/regulator/s5m*.c
6252F: drivers/rtc/rtc-sec.c
6253F: include/linux/mfd/samsung/
6254
6255SERIAL DRIVERS
6256M: Alan Cox <alan@linux.intel.com>
6257L: linux-serial@vger.kernel.org
6258S: Maintained
6259F: drivers/tty/serial
6260
6261SYNOPSYS DESIGNWARE DMAC DRIVER
6262M: Viresh Kumar <viresh.linux@gmail.com>
6263S: Maintained
6264F: include/linux/dw_dmac.h
6265F: drivers/dma/dw_dmac_regs.h
6266F: drivers/dma/dw_dmac.c
6267
6268TIMEKEEPING, NTP
6269M: John Stultz <johnstul@us.ibm.com>
6270M: Thomas Gleixner <tglx@linutronix.de>
6271T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6272S: Supported
6273F: include/linux/clocksource.h
6274F: include/linux/time.h
6275F: include/linux/timex.h
6276F: kernel/time/clocksource.c
6277F: kernel/time/time*.c
6278F: kernel/time/ntp.c
6279F: drivers/clocksource
6280
6281TLG2300 VIDEO4LINUX-2 DRIVER
6282M: Huang Shijie <shijie8@gmail.com>
6283M: Kang Yong <kangyong@telegent.com>
6284M: Zhang Xiaobing <xbzhang@telegent.com>
6285S: Supported
6286F: drivers/media/usb/tlg2300
6287
6288SC1200 WDT DRIVER
6289M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
6290S: Maintained
6291F: drivers/watchdog/sc1200wdt.c
6292
6293SCHEDULER
6294M: Ingo Molnar <mingo@redhat.com>
6295M: Peter Zijlstra <peterz@infradead.org>
6296T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
6297S: Maintained
6298F: kernel/sched/
6299F: include/linux/sched.h
6300
6301SCORE ARCHITECTURE
6302M: Chen Liqin <liqin.chen@sunplusct.com>
6303M: Lennox Wu <lennox.wu@gmail.com>
6304W: http://www.sunplusct.com
6305S: Supported
6306F: arch/score/
6307
6308SCSI CDROM DRIVER
6309M: Jens Axboe <axboe@kernel.dk>
6310L: linux-scsi@vger.kernel.org
6311W: http://www.kernel.dk
6312S: Maintained
6313F: drivers/scsi/sr*
6314
6315SCSI RDMA PROTOCOL (SRP) INITIATOR
6316M: David Dillow <dillowda@ornl.gov>
6317L: linux-rdma@vger.kernel.org
6318S: Supported
6319W: http://www.openfabrics.org
6320Q: http://patchwork.kernel.org/project/linux-rdma/list/
6321T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
6322F: drivers/infiniband/ulp/srp/
6323F: include/scsi/srp.h
6324
6325SCSI SG DRIVER
6326M: Doug Gilbert <dgilbert@interlog.com>
6327L: linux-scsi@vger.kernel.org
6328W: http://www.torque.net/sg
6329S: Maintained
6330F: drivers/scsi/sg.c
6331F: include/scsi/sg.h
6332
6333SCSI SUBSYSTEM
6334M: "James E.J. Bottomley" <JBottomley@parallels.com>
6335L: linux-scsi@vger.kernel.org
6336T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
6337T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
6338T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
6339S: Maintained
6340F: drivers/scsi/
6341F: include/scsi/
6342
6343SCSI TAPE DRIVER
6344M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
6345L: linux-scsi@vger.kernel.org
6346S: Maintained
6347F: Documentation/scsi/st.txt
6348F: drivers/scsi/st*
6349
6350SCTP PROTOCOL
6351M: Vlad Yasevich <vyasevich@gmail.com>
6352M: Sridhar Samudrala <sri@us.ibm.com>
6353L: linux-sctp@vger.kernel.org
6354W: http://lksctp.sourceforge.net
6355S: Maintained
6356F: Documentation/networking/sctp.txt
6357F: include/linux/sctp.h
6358F: include/net/sctp/
6359F: net/sctp/
6360
6361SCx200 CPU SUPPORT
6362M: Jim Cromie <jim.cromie@gmail.com>
6363S: Odd Fixes
6364F: Documentation/i2c/busses/scx200_acb
6365F: arch/x86/platform/scx200/
6366F: drivers/watchdog/scx200_wdt.c
6367F: drivers/i2c/busses/scx200*
6368F: drivers/mtd/maps/scx200_docflash.c
6369F: include/linux/scx200.h
6370
6371SCx200 GPIO DRIVER
6372M: Jim Cromie <jim.cromie@gmail.com>
6373S: Maintained
6374F: drivers/char/scx200_gpio.c
6375F: include/linux/scx200_gpio.h
6376
6377SCx200 HRT CLOCKSOURCE DRIVER
6378M: Jim Cromie <jim.cromie@gmail.com>
6379S: Maintained
6380F: drivers/clocksource/scx200_hrt.c
6381
6382SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
6383M: Sascha Sommer <saschasommer@freenet.de>
6384L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
6385S: Maintained
6386F: drivers/mmc/host/sdricoh_cs.c
6387
6388SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6389M: Chris Ball <cjb@laptop.org>
6390L: linux-mmc@vger.kernel.org
6391T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6392S: Maintained
6393F: drivers/mmc/host/sdhci.*
6394F: drivers/mmc/host/sdhci-pltfm.[ch]
6395
6396SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
6397M: Anton Vorontsov <avorontsov@ru.mvista.com>
6398L: linuxppc-dev@lists.ozlabs.org
6399L: linux-mmc@vger.kernel.org
6400S: Maintained
6401F: drivers/mmc/host/sdhci-pltfm.[ch]
6402
6403SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
6404M: Ben Dooks <ben-linux@fluff.org>
6405L: linux-mmc@vger.kernel.org
6406S: Maintained
6407F: drivers/mmc/host/sdhci-s3c.c
6408
6409SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
6410M: Viresh Kumar <viresh.linux@gmail.com>
6411L: spear-devel@list.st.com
6412L: linux-mmc@vger.kernel.org
6413S: Maintained
6414F: drivers/mmc/host/sdhci-spear.c
6415
6416SECURITY SUBSYSTEM
6417M: James Morris <james.l.morris@oracle.com>
6418L: linux-security-module@vger.kernel.org (suggested Cc:)
6419T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
6420W: http://kernsec.org/
6421S: Supported
6422F: security/
6423
6424SECURITY CONTACT
6425M: Security Officers <security@kernel.org>
6426S: Supported
6427
6428SELINUX SECURITY MODULE
6429M: Stephen Smalley <sds@tycho.nsa.gov>
6430M: James Morris <james.l.morris@oracle.com>
6431M: Eric Paris <eparis@parisplace.org>
6432L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
6433W: http://selinuxproject.org
6434T: git git://git.infradead.org/users/eparis/selinux.git
6435S: Supported
6436F: include/linux/selinux*
6437F: security/selinux/
6438F: scripts/selinux/
6439
6440APPARMOR SECURITY MODULE
6441M: John Johansen <john.johansen@canonical.com>
6442L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
6443W: apparmor.wiki.kernel.org
6444T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
6445S: Supported
6446F: security/apparmor/
6447
6448SENSABLE PHANTOM
6449M: Jiri Slaby <jirislaby@gmail.com>
6450S: Maintained
6451F: drivers/misc/phantom.c
6452F: include/linux/phantom.h
6453
6454SERIAL ATA (SATA) SUBSYSTEM
6455M: Jeff Garzik <jgarzik@pobox.com>
6456L: linux-ide@vger.kernel.org
6457T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
6458S: Supported
6459F: drivers/ata/
6460F: include/linux/ata.h
6461F: include/linux/libata.h
6462
6463SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
6464M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
6465L: linux-scsi@vger.kernel.org
6466W: http://www.emulex.com
6467S: Supported
6468F: drivers/scsi/be2iscsi/
6469
6470SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
6471M: Sathya Perla <sathya.perla@emulex.com>
6472M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
6473M: Ajit Khaparde <ajit.khaparde@emulex.com>
6474L: netdev@vger.kernel.org
6475W: http://www.emulex.com
6476S: Supported
6477F: drivers/net/ethernet/emulex/benet/
6478
6479SFC NETWORK DRIVER
6480M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6481M: Ben Hutchings <bhutchings@solarflare.com>
6482L: netdev@vger.kernel.org
6483S: Supported
6484F: drivers/net/ethernet/sfc/
6485
6486SGI GRU DRIVER
6487M: Jack Steiner <steiner@sgi.com>
6488S: Maintained
6489F: drivers/misc/sgi-gru/
6490
6491SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6492M: Pat Gefre <pfg@sgi.com>
6493L: linux-ia64@vger.kernel.org
6494S: Supported
6495F: Documentation/ia64/serial.txt
6496F: drivers/tty/serial/ioc?_serial.c
6497F: include/linux/ioc?.h
6498
6499SGI VISUAL WORKSTATION 320 AND 540
6500M: Andrey Panin <pazke@donpac.ru>
6501L: linux-visws-devel@lists.sf.net
6502W: http://linux-visws.sf.net
6503S: Maintained for 2.6.
6504F: Documentation/sgi-visws.txt
6505
6506SGI XP/XPC/XPNET DRIVER
6507M: Robin Holt <holt@sgi.com>
6508S: Maintained
6509F: drivers/misc/sgi-xp/
6510
6511SIMPLE FIRMWARE INTERFACE (SFI)
6512M: Len Brown <lenb@kernel.org>
6513L: sfi-devel@simplefirmware.org
6514W: http://simplefirmware.org/
6515T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6516S: Supported
6517F: arch/x86/platform/sfi/
6518F: drivers/sfi/
6519F: include/linux/sfi*.h
6520
6521SIMTEC EB110ATX (Chalice CATS)
6522P: Ben Dooks
6523P: Vincent Sanders <vince@simtec.co.uk>
6524M: Simtec Linux Team <linux@simtec.co.uk>
6525W: http://www.simtec.co.uk/products/EB110ATX/
6526S: Supported
6527
6528SIMTEC EB2410ITX (BAST)
6529P: Ben Dooks
6530P: Vincent Sanders <vince@simtec.co.uk>
6531M: Simtec Linux Team <linux@simtec.co.uk>
6532W: http://www.simtec.co.uk/products/EB2410ITX/
6533S: Supported
6534F: arch/arm/mach-s3c2410/mach-bast.c
6535F: arch/arm/mach-s3c2410/bast-ide.c
6536F: arch/arm/mach-s3c2410/bast-irq.c
6537
6538TI DAVINCI MACHINE SUPPORT
6539M: Sekhar Nori <nsekhar@ti.com>
6540M: Kevin Hilman <khilman@ti.com>
6541L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6542T: git git://gitorious.org/linux-davinci/linux-davinci.git
6543Q: http://patchwork.kernel.org/project/linux-davinci/list/
6544S: Supported
6545F: arch/arm/mach-davinci
6546F: drivers/i2c/busses/i2c-davinci.c
6547
6548SIS 190 ETHERNET DRIVER
6549M: Francois Romieu <romieu@fr.zoreil.com>
6550L: netdev@vger.kernel.org
6551S: Maintained
6552F: drivers/net/ethernet/sis/sis190.c
6553
6554SIS 900/7016 FAST ETHERNET DRIVER
6555M: Daniele Venzano <venza@brownhat.org>
6556W: http://www.brownhat.org/sis900.html
6557L: netdev@vger.kernel.org
6558S: Maintained
6559F: drivers/net/ethernet/sis/sis900.*
6560
6561SIS 96X I2C/SMBUS DRIVER
6562M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6563L: linux-i2c@vger.kernel.org
6564S: Maintained
6565F: Documentation/i2c/busses/i2c-sis96x
6566F: drivers/i2c/busses/i2c-sis96x.c
6567
6568SIS FRAMEBUFFER DRIVER
6569M: Thomas Winischhofer <thomas@winischhofer.net>
6570W: http://www.winischhofer.net/linuxsisvga.shtml
6571S: Maintained
6572F: Documentation/fb/sisfb.txt
6573F: drivers/video/sis/
6574F: include/video/sisfb.h
6575
6576SIS USB2VGA DRIVER
6577M: Thomas Winischhofer <thomas@winischhofer.net>
6578W: http://www.winischhofer.at/linuxsisusbvga.shtml
6579S: Maintained
6580F: drivers/usb/misc/sisusbvga/
6581
6582SLAB ALLOCATOR
6583M: Christoph Lameter <cl@linux-foundation.org>
6584M: Pekka Enberg <penberg@kernel.org>
6585M: Matt Mackall <mpm@selenic.com>
6586L: linux-mm@kvack.org
6587S: Maintained
6588F: include/linux/sl?b*.h
6589F: mm/sl?b.c
6590
6591SLEEPABLE READ-COPY UPDATE (SRCU)
6592M: Lai Jiangshan <laijs@cn.fujitsu.com>
6593M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6594W: http://www.rdrop.com/users/paulmck/RCU/
6595S: Supported
6596T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6597F: include/linux/srcu*
6598F: kernel/srcu*
6599
6600SMACK SECURITY MODULE
6601M: Casey Schaufler <casey@schaufler-ca.com>
6602L: linux-security-module@vger.kernel.org
6603W: http://schaufler-ca.com
6604T: git git://git.gitorious.org/smack-next/kernel.git
6605S: Maintained
6606F: Documentation/security/Smack.txt
6607F: security/smack/
6608
6609SMC91x ETHERNET DRIVER
6610M: Nicolas Pitre <nico@fluxnic.net>
6611S: Odd Fixes
6612F: drivers/net/ethernet/smsc/smc91x.*
6613
6614SMM665 HARDWARE MONITOR DRIVER
6615M: Guenter Roeck <linux@roeck-us.net>
6616L: lm-sensors@lm-sensors.org
6617S: Maintained
6618F: Documentation/hwmon/smm665
6619F: drivers/hwmon/smm665.c
6620
6621SMSC EMC2103 HARDWARE MONITOR DRIVER
6622M: Steve Glendinning <steve.glendinning@shawell.net>
6623L: lm-sensors@lm-sensors.org
6624S: Maintained
6625F: Documentation/hwmon/emc2103
6626F: drivers/hwmon/emc2103.c
6627
6628SMSC SCH5627 HARDWARE MONITOR DRIVER
6629M: Hans de Goede <hdegoede@redhat.com>
6630L: lm-sensors@lm-sensors.org
6631S: Supported
6632F: Documentation/hwmon/sch5627
6633F: drivers/hwmon/sch5627.c
6634
6635SMSC47B397 HARDWARE MONITOR DRIVER
6636M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6637L: lm-sensors@lm-sensors.org
6638S: Maintained
6639F: Documentation/hwmon/smsc47b397
6640F: drivers/hwmon/smsc47b397.c
6641
6642SMSC911x ETHERNET DRIVER
6643M: Steve Glendinning <steve.glendinning@shawell.net>
6644L: netdev@vger.kernel.org
6645S: Maintained
6646F: include/linux/smsc911x.h
6647F: drivers/net/ethernet/smsc/smsc911x.*
6648
6649SMSC9420 PCI ETHERNET DRIVER
6650M: Steve Glendinning <steve.glendinning@shawell.net>
6651L: netdev@vger.kernel.org
6652S: Maintained
6653F: drivers/net/ethernet/smsc/smsc9420.*
6654
6655SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6656M: Steve Glendinning <steve.glendinning@shawell.net>
6657L: linux-fbdev@vger.kernel.org
6658S: Maintained
6659F: drivers/video/smscufx.c
6660
6661SN-IA64 (Itanium) SUB-PLATFORM
6662M: Jes Sorensen <jes@sgi.com>
6663L: linux-altix@sgi.com
6664L: linux-ia64@vger.kernel.org
6665W: http://www.sgi.com/altix
6666S: Maintained
6667F: arch/ia64/sn/
6668
6669SOC-CAMERA V4L2 SUBSYSTEM
6670M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6671L: linux-media@vger.kernel.org
6672T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6673S: Maintained
6674F: include/media/soc*
6675F: drivers/media/i2c/soc_camera/
6676F: drivers/media/platform/soc_camera/
6677
6678SOEKRIS NET48XX LED SUPPORT
6679M: Chris Boot <bootc@bootc.net>
6680S: Maintained
6681F: drivers/leds/leds-net48xx.c
6682
6683SOFTWARE RAID (Multiple Disks) SUPPORT
6684M: Neil Brown <neilb@suse.de>
6685L: linux-raid@vger.kernel.org
6686S: Supported
6687F: drivers/md/
6688F: include/linux/raid/
6689
6690SONIC NETWORK DRIVER
6691M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6692L: netdev@vger.kernel.org
6693S: Maintained
6694F: drivers/net/ethernet/natsemi/sonic.*
6695
6696SONICS SILICON BACKPLANE DRIVER (SSB)
6697M: Michael Buesch <m@bues.ch>
6698L: netdev@vger.kernel.org
6699S: Maintained
6700F: drivers/ssb/
6701F: include/linux/ssb/
6702
6703SONY VAIO CONTROL DEVICE DRIVER
6704M: Mattia Dongili <malattia@linux.it>
6705L: platform-driver-x86@vger.kernel.org
6706W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6707S: Maintained
6708F: Documentation/laptops/sony-laptop.txt
6709F: drivers/char/sonypi.c
6710F: drivers/platform/x86/sony-laptop.c
6711F: include/linux/sony-laptop.h
6712
6713SONY MEMORYSTICK CARD SUPPORT
6714M: Alex Dubov <oakad@yahoo.com>
6715W: http://tifmxx.berlios.de/
6716S: Maintained
6717F: drivers/memstick/host/tifm_ms.c
6718
6719SOUND
6720M: Jaroslav Kysela <perex@perex.cz>
6721M: Takashi Iwai <tiwai@suse.de>
6722L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6723W: http://www.alsa-project.org/
6724T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6725T: git git://git.alsa-project.org/alsa-kernel.git
6726S: Maintained
6727F: Documentation/sound/
6728F: include/sound/
6729F: sound/
6730
6731SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6732M: Liam Girdwood <lrg@ti.com>
6733M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6734T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
6735L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6736W: http://alsa-project.org/main/index.php/ASoC
6737S: Supported
6738F: sound/soc/
6739F: include/sound/soc*
6740
6741SPARC + UltraSPARC (sparc/sparc64)
6742M: "David S. Miller" <davem@davemloft.net>
6743L: sparclinux@vger.kernel.org
6744Q: http://patchwork.ozlabs.org/project/sparclinux/list/
6745T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6746T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6747S: Maintained
6748F: arch/sparc/
6749F: drivers/sbus/
6750
6751SPARC SERIAL DRIVERS
6752M: "David S. Miller" <davem@davemloft.net>
6753L: sparclinux@vger.kernel.org
6754T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6755T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6756S: Maintained
6757F: include/linux/sunserialcore.h
6758F: drivers/tty/serial/suncore.c
6759F: drivers/tty/serial/sunhv.c
6760F: drivers/tty/serial/sunsab.c
6761F: drivers/tty/serial/sunsab.h
6762F: drivers/tty/serial/sunsu.c
6763F: drivers/tty/serial/sunzilog.c
6764F: drivers/tty/serial/sunzilog.h
6765
6766SPARSE CHECKER
6767M: "Christopher Li" <sparse@chrisli.org>
6768L: linux-sparse@vger.kernel.org
6769W: https://sparse.wiki.kernel.org/
6770T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
6771T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
6772S: Maintained
6773F: include/linux/compiler.h
6774
6775SPEAR PLATFORM SUPPORT
6776M: Viresh Kumar <viresh.linux@gmail.com>
6777M: Shiraz Hashim <shiraz.hashim@st.com>
6778L: spear-devel@list.st.com
6779L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6780W: http://www.st.com/spear
6781S: Maintained
6782F: arch/arm/plat-spear/
6783
6784SPEAR13XX MACHINE SUPPORT
6785M: Viresh Kumar <viresh.linux@gmail.com>
6786M: Shiraz Hashim <shiraz.hashim@st.com>
6787L: spear-devel@list.st.com
6788L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6789W: http://www.st.com/spear
6790S: Maintained
6791F: arch/arm/mach-spear13xx/
6792
6793SPEAR3XX MACHINE SUPPORT
6794M: Viresh Kumar <viresh.linux@gmail.com>
6795M: Shiraz Hashim <shiraz.hashim@st.com>
6796L: spear-devel@list.st.com
6797L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6798W: http://www.st.com/spear
6799S: Maintained
6800F: arch/arm/mach-spear3xx/
6801
6802SPEAR6XX MACHINE SUPPORT
6803M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
6804M: Shiraz Hashim <shiraz.hashim@st.com>
6805M: Viresh Kumar <viresh.linux@gmail.com>
6806L: spear-devel@list.st.com
6807L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6808W: http://www.st.com/spear
6809S: Maintained
6810F: arch/arm/mach-spear6xx/
6811
6812SPEAR CLOCK FRAMEWORK SUPPORT
6813M: Viresh Kumar <viresh.linux@gmail.com>
6814L: spear-devel@list.st.com
6815L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6816W: http://www.st.com/spear
6817S: Maintained
6818F: drivers/clk/spear/
6819
6820SPI SUBSYSTEM
6821M: Grant Likely <grant.likely@secretlab.ca>
6822L: spi-devel-general@lists.sourceforge.net
6823Q: http://patchwork.kernel.org/project/spi-devel-general/list/
6824T: git git://git.secretlab.ca/git/linux-2.6.git
6825S: Maintained
6826F: Documentation/spi/
6827F: drivers/spi/
6828F: include/linux/spi/
6829
6830SPIDERNET NETWORK DRIVER for CELL
6831M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6832M: Jens Osterkamp <jens@de.ibm.com>
6833L: netdev@vger.kernel.org
6834S: Supported
6835F: Documentation/networking/spider_net.txt
6836F: drivers/net/ethernet/toshiba/spider_net*
6837
6838SPU FILE SYSTEM
6839M: Jeremy Kerr <jk@ozlabs.org>
6840L: linuxppc-dev@lists.ozlabs.org
6841L: cbe-oss-dev@lists.ozlabs.org
6842W: http://www.ibm.com/developerworks/power/cell/
6843S: Supported
6844F: Documentation/filesystems/spufs.txt
6845F: arch/powerpc/platforms/cell/spufs/
6846
6847SQUASHFS FILE SYSTEM
6848M: Phillip Lougher <phillip@squashfs.org.uk>
6849L: squashfs-devel@lists.sourceforge.net (subscribers-only)
6850W: http://squashfs.org.uk
6851S: Maintained
6852F: Documentation/filesystems/squashfs.txt
6853F: fs/squashfs/
6854
6855SRM (Alpha) environment access
6856M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
6857S: Maintained
6858F: arch/alpha/kernel/srm_env.c
6859
6860STABLE BRANCH
6861M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6862L: stable@vger.kernel.org
6863S: Supported
6864
6865STAGING SUBSYSTEM
6866M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6867T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
6868L: devel@driverdev.osuosl.org
6869S: Supported
6870F: drivers/staging/
6871
6872STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6873M: Henk de Groot <pe1dnn@amsat.org>
6874S: Odd Fixes
6875F: drivers/staging/wlags49_h2/
6876F: drivers/staging/wlags49_h25/
6877
6878STAGING - ASUS OLED
6879M: Jakub Schmidtke <sjakub@gmail.com>
6880S: Odd Fixes
6881F: drivers/staging/asus_oled/
6882
6883STAGING - COMEDI
6884M: Ian Abbott <abbotti@mev.co.uk>
6885M: Mori Hess <fmhess@users.sourceforge.net>
6886S: Odd Fixes
6887F: drivers/staging/comedi/
6888
6889STAGING - CRYSTAL HD VIDEO DECODER
6890M: Naren Sankar <nsankar@broadcom.com>
6891M: Jarod Wilson <jarod@wilsonet.com>
6892M: Scott Davilla <davilla@4pi.com>
6893M: Manu Abraham <abraham.manu@gmail.com>
6894S: Odd Fixes
6895F: drivers/staging/crystalhd/
6896
6897STAGING - ECHO CANCELLER
6898M: Steve Underwood <steveu@coppice.org>
6899M: David Rowe <david@rowetel.com>
6900S: Odd Fixes
6901F: drivers/staging/echo/
6902
6903STAGING - ET131X NETWORK DRIVER
6904M: Mark Einon <mark.einon@gmail.com>
6905S: Odd Fixes
6906F: drivers/staging/et131x/
6907
6908STAGING - FLARION FT1000 DRIVERS
6909M: Marek Belisko <marek.belisko@gmail.com>
6910S: Odd Fixes
6911F: drivers/staging/ft1000/
6912
6913STAGING - FRONTIER TRANZPORT AND ALPHATRACK
6914M: David Täht <d@teklibre.com>
6915S: Odd Fixes
6916F: drivers/staging/frontier/
6917
6918STAGING - INDUSTRIAL IO
6919M: Jonathan Cameron <jic23@cam.ac.uk>
6920L: linux-iio@vger.kernel.org
6921S: Odd Fixes
6922F: drivers/staging/iio/
6923
6924STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
6925M: Jarod Wilson <jarod@wilsonet.com>
6926W: http://www.lirc.org/
6927S: Odd Fixes
6928F: drivers/staging/media/lirc/
6929
6930STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
6931M: Julian Andres Klode <jak@jak-linux.org>
6932M: Marc Dietrich <marvin24@gmx.de>
6933L: ac100@lists.launchpad.net (moderated for non-subscribers)
6934S: Maintained
6935F: drivers/staging/nvec/
6936
6937STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
6938M: Andres Salomon <dilinger@queued.net>
6939M: Chris Ball <cjb@laptop.org>
6940M: Jon Nettleton <jon.nettleton@gmail.com>
6941W: http://wiki.laptop.org/go/DCON
6942S: Odd Fixes
6943F: drivers/staging/olpc_dcon/
6944
6945STAGING - OZMO DEVICES USB OVER WIFI DRIVER
6946M: Rupesh Gujare <rgujare@ozmodevices.com>
6947M: Chris Kelly <ckelly@ozmodevices.com>
6948S: Maintained
6949F: drivers/staging/ozwpan/
6950
6951STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
6952M: Willy Tarreau <willy@meta-x.org>
6953S: Odd Fixes
6954F: drivers/staging/panel/
6955
6956STAGING - REALTEK RTL8712U DRIVERS
6957M: Larry Finger <Larry.Finger@lwfinger.net>
6958M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
6959S: Odd Fixes
6960F: drivers/staging/rtl8712/
6961
6962STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
6963M: Teddy Wang <teddy.wang@siliconmotion.com.cn>
6964S: Odd Fixes
6965F: drivers/staging/sm7xx/
6966
6967STAGING - SOFTLOGIC 6x10 MPEG CODEC
6968M: Ben Collins <bcollins@bluecherry.net>
6969S: Odd Fixes
6970F: drivers/staging/media/solo6x10/
6971
6972STAGING - SPEAKUP CONSOLE SPEECH DRIVER
6973M: William Hubbs <w.d.hubbs@gmail.com>
6974M: Chris Brannon <chris@the-brannons.com>
6975M: Kirk Reiser <kirk@braille.uwo.ca>
6976M: Samuel Thibault <samuel.thibault@ens-lyon.org>
6977L: speakup@braille.uwo.ca
6978W: http://www.linux-speakup.org/
6979S: Odd Fixes
6980F: drivers/staging/speakup/
6981
6982STAGING - TI DSP BRIDGE DRIVERS
6983M: Omar Ramirez Luna <omar.ramirez@ti.com>
6984S: Odd Fixes
6985F: drivers/staging/tidspbridge/
6986
6987STAGING - USB ENE SM/MS CARD READER DRIVER
6988M: Al Cho <acho@novell.com>
6989S: Odd Fixes
6990F: drivers/staging/keucr/
6991
6992STAGING - VIA VT665X DRIVERS
6993M: Forest Bond <forest@alittletooquiet.net>
6994S: Odd Fixes
6995F: drivers/staging/vt665?/
6996
6997STAGING - WINBOND IS89C35 WLAN USB DRIVER
6998M: Pavel Machek <pavel@ucw.cz>
6999S: Odd Fixes
7000F: drivers/staging/winbond/
7001
7002STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
7003M: Arnaud Patard <arnaud.patard@rtp-net.org>
7004S: Odd Fixes
7005F: drivers/staging/xgifb/
7006
7007STARFIRE/DURALAN NETWORK DRIVER
7008M: Ion Badulescu <ionut@badula.org>
7009S: Odd Fixes
7010F: drivers/net/ethernet/adaptec/starfire*
7011
7012SUN3/3X
7013M: Sam Creasey <sammy@sammy.net>
7014W: http://sammy.net/sun3/
7015S: Maintained
7016F: arch/m68k/kernel/*sun3*
7017F: arch/m68k/sun3*/
7018F: arch/m68k/include/asm/sun3*
7019F: drivers/net/ethernet/i825xx/sun3*
7020
7021SUPERH
7022M: Paul Mundt <lethal@linux-sh.org>
7023L: linux-sh@vger.kernel.org
7024W: http://www.linux-sh.org
7025Q: http://patchwork.kernel.org/project/linux-sh/list/
7026T: git git://github.com/pmundt/linux-sh.git sh-latest
7027S: Supported
7028F: Documentation/sh/
7029F: arch/sh/
7030F: drivers/sh/
7031
7032SUSPEND TO RAM
7033M: Len Brown <len.brown@intel.com>
7034M: Pavel Machek <pavel@ucw.cz>
7035M: "Rafael J. Wysocki" <rjw@sisk.pl>
7036L: linux-pm@vger.kernel.org
7037S: Supported
7038F: Documentation/power/
7039F: arch/x86/kernel/acpi/
7040F: drivers/base/power/
7041F: kernel/power/
7042F: include/linux/suspend.h
7043F: include/linux/freezer.h
7044F: include/linux/pm.h
7045
7046SVGA HANDLING
7047M: Martin Mares <mj@ucw.cz>
7048L: linux-video@atrey.karlin.mff.cuni.cz
7049S: Maintained
7050F: Documentation/svga.txt
7051F: arch/x86/boot/video*
7052
7053SWIOTLB SUBSYSTEM
7054M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7055L: linux-kernel@vger.kernel.org
7056S: Supported
7057F: lib/swiotlb.c
7058F: arch/*/kernel/pci-swiotlb.c
7059F: include/linux/swiotlb.h
7060
7061SYSV FILESYSTEM
7062M: Christoph Hellwig <hch@infradead.org>
7063S: Maintained
7064F: Documentation/filesystems/sysv-fs.txt
7065F: fs/sysv/
7066F: include/linux/sysv_fs.h
7067
7068TARGET SUBSYSTEM
7069M: Nicholas A. Bellinger <nab@linux-iscsi.org>
7070L: linux-scsi@vger.kernel.org
7071L: target-devel@vger.kernel.org
7072L: http://groups.google.com/group/linux-iscsi-target-dev
7073W: http://www.linux-iscsi.org
7074T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
7075S: Supported
7076F: drivers/target/
7077F: include/target/
7078F: Documentation/target/
7079
7080TASKSTATS STATISTICS INTERFACE
7081M: Balbir Singh <bsingharora@gmail.com>
7082S: Maintained
7083F: Documentation/accounting/taskstats*
7084F: include/linux/taskstats*
7085F: kernel/taskstats.c
7086
7087TC CLASSIFIER
7088M: Jamal Hadi Salim <jhs@mojatatu.com>
7089L: netdev@vger.kernel.org
7090S: Maintained
7091F: include/linux/pkt_cls.h
7092F: include/net/pkt_cls.h
7093F: net/sched/
7094
7095TCP LOW PRIORITY MODULE
7096M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
7097M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
7098W: http://tcp-lp-mod.sourceforge.net/
7099S: Maintained
7100F: net/ipv4/tcp_lp.c
7101
7102TDA10071 MEDIA DRIVER
7103M: Antti Palosaari <crope@iki.fi>
7104L: linux-media@vger.kernel.org
7105W: http://linuxtv.org/
7106W: http://palosaari.fi/linux/
7107Q: http://patchwork.linuxtv.org/project/linux-media/list/
7108T: git git://linuxtv.org/anttip/media_tree.git
7109S: Maintained
7110F: drivers/media/dvb-frontends/tda10071*
7111
7112TDA18212 MEDIA DRIVER
7113M: Antti Palosaari <crope@iki.fi>
7114L: linux-media@vger.kernel.org
7115W: http://linuxtv.org/
7116W: http://palosaari.fi/linux/
7117Q: http://patchwork.linuxtv.org/project/linux-media/list/
7118T: git git://linuxtv.org/anttip/media_tree.git
7119S: Maintained
7120F: drivers/media/tuners/tda18212*
7121
7122TDA18218 MEDIA DRIVER
7123M: Antti Palosaari <crope@iki.fi>
7124L: linux-media@vger.kernel.org
7125W: http://linuxtv.org/
7126W: http://palosaari.fi/linux/
7127Q: http://patchwork.linuxtv.org/project/linux-media/list/
7128T: git git://linuxtv.org/anttip/media_tree.git
7129S: Maintained
7130F: drivers/media/tuners/tda18218*
7131
7132TDA18271 MEDIA DRIVER
7133M: Michael Krufky <mkrufky@linuxtv.org>
7134L: linux-media@vger.kernel.org
7135W: http://linuxtv.org/
7136W: http://github.com/mkrufky
7137Q: http://patchwork.linuxtv.org/project/linux-media/list/
7138T: git git://linuxtv.org/mkrufky/tuners.git
7139S: Maintained
7140F: drivers/media/tuners/tda18271*
7141
7142TDA827x MEDIA DRIVER
7143M: Michael Krufky <mkrufky@linuxtv.org>
7144L: linux-media@vger.kernel.org
7145W: http://linuxtv.org/
7146W: http://github.com/mkrufky
7147Q: http://patchwork.linuxtv.org/project/linux-media/list/
7148T: git git://linuxtv.org/mkrufky/tuners.git
7149S: Maintained
7150F: drivers/media/tuners/tda8290.*
7151
7152TDA8290 MEDIA DRIVER
7153M: Michael Krufky <mkrufky@linuxtv.org>
7154L: linux-media@vger.kernel.org
7155W: http://linuxtv.org/
7156W: http://github.com/mkrufky
7157Q: http://patchwork.linuxtv.org/project/linux-media/list/
7158T: git git://linuxtv.org/mkrufky/tuners.git
7159S: Maintained
7160F: drivers/media/tuners/tda8290.*
7161
7162TEAM DRIVER
7163M: Jiri Pirko <jpirko@redhat.com>
7164L: netdev@vger.kernel.org
7165S: Supported
7166F: drivers/net/team/
7167F: include/linux/if_team.h
7168
7169TEGRA SUPPORT
7170M: Stephen Warren <swarren@wwwdotorg.org>
7171L: linux-tegra@vger.kernel.org
7172Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
7173T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
7174S: Supported
7175F: arch/arm/mach-tegra
7176F: arch/arm/boot/dts/tegra*
7177F: arch/arm/configs/tegra_defconfig
7178
7179TEHUTI ETHERNET DRIVER
7180M: Andy Gospodarek <andy@greyhouse.net>
7181L: netdev@vger.kernel.org
7182S: Supported
7183F: drivers/net/ethernet/tehuti/*
7184
7185Telecom Clock Driver for MCPL0010
7186M: Mark Gross <mark.gross@intel.com>
7187S: Supported
7188F: drivers/char/tlclk.c
7189
7190TENSILICA XTENSA PORT (xtensa)
7191M: Chris Zankel <chris@zankel.net>
7192M: Max Filippov <jcmvbkbc@gmail.com>
7193L: linux-xtensa@linux-xtensa.org
7194S: Maintained
7195F: arch/xtensa/
7196
7197THINKPAD ACPI EXTRAS DRIVER
7198M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
7199L: ibm-acpi-devel@lists.sourceforge.net
7200L: platform-driver-x86@vger.kernel.org
7201W: http://ibm-acpi.sourceforge.net
7202W: http://thinkwiki.org/wiki/Ibm-acpi
7203T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
7204S: Maintained
7205F: drivers/platform/x86/thinkpad_acpi.c
7206
7207TI FLASH MEDIA INTERFACE DRIVER
7208M: Alex Dubov <oakad@yahoo.com>
7209S: Maintained
7210F: drivers/misc/tifm*
7211F: drivers/mmc/host/tifm_sd.c
7212F: include/linux/tifm.h
7213
7214TI LM49xxx FAMILY ASoC CODEC DRIVERS
7215M: M R Swami Reddy <mr.swami.reddy@ti.com>
7216M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
7217L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7218S: Maintained
7219F: sound/soc/codecs/lm49453*
7220F: sound/soc/codecs/isabelle*
7221
7222TI TWL4030 SERIES SOC CODEC DRIVER
7223M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7224L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7225S: Maintained
7226F: sound/soc/codecs/twl4030*
7227
7228TI WILINK WIRELESS DRIVERS
7229M: Luciano Coelho <coelho@ti.com>
7230L: linux-wireless@vger.kernel.org
7231W: http://wireless.kernel.org/en/users/Drivers/wl12xx
7232W: http://wireless.kernel.org/en/users/Drivers/wl1251
7233T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7234S: Maintained
7235F: drivers/net/wireless/ti/
7236F: include/linux/wl12xx.h
7237
7238TIPC NETWORK LAYER
7239M: Jon Maloy <jon.maloy@ericsson.com>
7240M: Allan Stephens <allan.stephens@windriver.com>
7241L: netdev@vger.kernel.org (core kernel code)
7242L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
7243W: http://tipc.sourceforge.net/
7244S: Maintained
7245F: include/linux/tipc*.h
7246F: net/tipc/
7247
7248TILE ARCHITECTURE
7249M: Chris Metcalf <cmetcalf@tilera.com>
7250W: http://www.tilera.com/scm/
7251S: Supported
7252F: arch/tile/
7253F: drivers/tty/hvc/hvc_tile.c
7254F: drivers/net/ethernet/tile/
7255F: drivers/edac/tile_edac.c
7256
7257TLAN NETWORK DRIVER
7258M: Samuel Chessman <chessman@tux.org>
7259L: tlan-devel@lists.sourceforge.net (subscribers-only)
7260W: http://sourceforge.net/projects/tlan/
7261S: Maintained
7262F: Documentation/networking/tlan.txt
7263F: drivers/net/ethernet/ti/tlan.*
7264
7265TOMOYO SECURITY MODULE
7266M: Kentaro Takeda <takedakn@nttdata.co.jp>
7267M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
7268L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
7269L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
7270L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
7271L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
7272W: http://tomoyo.sourceforge.jp/
7273T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
7274S: Maintained
7275F: security/tomoyo/
7276
7277TOPSTAR LAPTOP EXTRAS DRIVER
7278M: Herton Ronaldo Krzesinski <herton@canonical.com>
7279L: platform-driver-x86@vger.kernel.org
7280S: Maintained
7281F: drivers/platform/x86/topstar-laptop.c
7282
7283TOSHIBA ACPI EXTRAS DRIVER
7284L: platform-driver-x86@vger.kernel.org
7285S: Orphan
7286F: drivers/platform/x86/toshiba_acpi.c
7287
7288TOSHIBA SMM DRIVER
7289M: Jonathan Buzzard <jonathan@buzzard.org.uk>
7290L: tlinux-users@tce.toshiba-dme.co.jp
7291W: http://www.buzzard.org.uk/toshiba/
7292S: Maintained
7293F: drivers/char/toshiba.c
7294F: include/linux/toshiba.h
7295
7296TMIO MMC DRIVER
7297M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7298M: Ian Molton <ian@mnementh.co.uk>
7299L: linux-mmc@vger.kernel.org
7300S: Maintained
7301F: drivers/mmc/host/tmio_mmc*
7302F: drivers/mmc/host/sh_mobile_sdhi.c
7303F: include/linux/mmc/tmio.h
7304F: include/linux/mmc/sh_mobile_sdhi.h
7305
7306TMPFS (SHMEM FILESYSTEM)
7307M: Hugh Dickins <hughd@google.com>
7308L: linux-mm@kvack.org
7309S: Maintained
7310F: include/linux/shmem_fs.h
7311F: mm/shmem.c
7312
7313TPM DEVICE DRIVER
7314M: Kent Yoder <key@linux.vnet.ibm.com>
7315M: Rajiv Andrade <mail@srajiv.net>
7316W: http://tpmdd.sourceforge.net
7317M: Marcel Selhorst <tpmdd@selhorst.net>
7318M: Sirrix AG <tpmdd@sirrix.com>
7319W: http://www.sirrix.com
7320L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
7321S: Maintained
7322F: drivers/char/tpm/
7323
7324TRACING
7325M: Steven Rostedt <rostedt@goodmis.org>
7326M: Frederic Weisbecker <fweisbec@gmail.com>
7327M: Ingo Molnar <mingo@redhat.com>
7328T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7329S: Maintained
7330F: Documentation/trace/ftrace.txt
7331F: arch/*/*/*/ftrace.h
7332F: arch/*/kernel/ftrace.c
7333F: include/*/ftrace.h
7334F: include/linux/trace*.h
7335F: include/trace/
7336F: kernel/trace/
7337
7338TRIVIAL PATCHES
7339M: Jiri Kosina <trivial@kernel.org>
7340T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
7341S: Maintained
7342K: ^Subject:.*(?i)trivial
7343
7344TTY LAYER
7345M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7346S: Supported
7347T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
7348F: drivers/tty/
7349F: drivers/tty/serial/serial_core.c
7350F: include/linux/serial_core.h
7351F: include/linux/serial.h
7352F: include/linux/tty.h
7353
7354TUA9001 MEDIA DRIVER
7355M: Antti Palosaari <crope@iki.fi>
7356L: linux-media@vger.kernel.org
7357W: http://linuxtv.org/
7358W: http://palosaari.fi/linux/
7359Q: http://patchwork.linuxtv.org/project/linux-media/list/
7360T: git git://linuxtv.org/anttip/media_tree.git
7361S: Maintained
7362F: drivers/media/tuners/tua9001*
7363
7364TULIP NETWORK DRIVERS
7365M: Grant Grundler <grundler@parisc-linux.org>
7366L: netdev@vger.kernel.org
7367S: Maintained
7368F: drivers/net/ethernet/dec/tulip/
7369
7370TUN/TAP driver
7371M: Maxim Krasnyansky <maxk@qualcomm.com>
7372L: vtun@office.satix.net
7373W: http://vtun.sourceforge.net/tun
7374S: Maintained
7375F: Documentation/networking/tuntap.txt
7376F: arch/um/os-Linux/drivers/
7377
7378TURBOCHANNEL SUBSYSTEM
7379M: "Maciej W. Rozycki" <macro@linux-mips.org>
7380S: Maintained
7381F: drivers/tc/
7382F: include/linux/tc.h
7383
7384U14-34F SCSI DRIVER
7385M: Dario Ballabio <ballabio_dario@emc.com>
7386L: linux-scsi@vger.kernel.org
7387S: Maintained
7388F: drivers/scsi/u14-34f.c
7389
7390UBI FILE SYSTEM (UBIFS)
7391M: Artem Bityutskiy <dedekind1@gmail.com>
7392M: Adrian Hunter <adrian.hunter@intel.com>
7393L: linux-mtd@lists.infradead.org
7394T: git git://git.infradead.org/ubifs-2.6.git
7395W: http://www.linux-mtd.infradead.org/doc/ubifs.html
7396S: Maintained
7397F: Documentation/filesystems/ubifs.txt
7398F: fs/ubifs/
7399
7400UCLINUX (AND M68KNOMMU)
7401M: Greg Ungerer <gerg@uclinux.org>
7402W: http://www.uclinux.org/
7403L: uclinux-dev@uclinux.org (subscribers-only)
7404S: Maintained
7405F: arch/m68k/*/*_no.*
7406F: arch/m68k/include/asm/*_no.*
7407
7408UCLINUX FOR RENESAS H8/300 (H8300)
7409M: Yoshinori Sato <ysato@users.sourceforge.jp>
7410W: http://uclinux-h8.sourceforge.jp/
7411S: Supported
7412F: arch/h8300/
7413F: drivers/ide/ide-h8300.c
7414F: drivers/net/ethernet/8390/ne-h8300.c
7415
7416UDF FILESYSTEM
7417M: Jan Kara <jack@suse.cz>
7418S: Maintained
7419F: Documentation/filesystems/udf.txt
7420F: fs/udf/
7421
7422UFS FILESYSTEM
7423M: Evgeniy Dushistov <dushistov@mail.ru>
7424S: Maintained
7425F: Documentation/filesystems/ufs.txt
7426F: fs/ufs/
7427
7428UHID USERSPACE HID IO DRIVER:
7429M: David Herrmann <dh.herrmann@googlemail.com>
7430L: linux-input@vger.kernel.org
7431S: Maintained
7432F: drivers/hid/uhid.c
7433F: include/linux/uhid.h
7434
7435ULTRA-WIDEBAND (UWB) SUBSYSTEM:
7436L: linux-usb@vger.kernel.org
7437S: Orphan
7438F: drivers/uwb/
7439F: include/linux/uwb.h
7440F: include/linux/uwb/
7441
7442UNICORE32 ARCHITECTURE:
7443M: Guan Xuetao <gxt@mprc.pku.edu.cn>
7444W: http://mprc.pku.edu.cn/~guanxuetao/linux
7445S: Maintained
7446T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
7447F: arch/unicore32/
7448
7449UNIFDEF
7450M: Tony Finch <dot@dotat.at>
7451W: http://dotat.at/prog/unifdef
7452S: Maintained
7453F: scripts/unifdef.c
7454
7455UNIFORM CDROM DRIVER
7456M: Jens Axboe <axboe@kernel.dk>
7457W: http://www.kernel.dk
7458S: Maintained
7459F: Documentation/cdrom/
7460F: drivers/cdrom/cdrom.c
7461F: include/linux/cdrom.h
7462
7463UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
7464M: Vinayak Holikatti <vinholikatti@gmail.com>
7465M: Santosh Y <santoshsy@gmail.com>
7466L: linux-scsi@vger.kernel.org
7467S: Supported
7468F: Documentation/scsi/ufs.txt
7469F: drivers/scsi/ufs/
7470
7471UNSORTED BLOCK IMAGES (UBI)
7472M: Artem Bityutskiy <dedekind1@gmail.com>
7473W: http://www.linux-mtd.infradead.org/
7474L: linux-mtd@lists.infradead.org
7475T: git git://git.infradead.org/ubi-2.6.git
7476S: Maintained
7477F: drivers/mtd/ubi/
7478F: include/linux/mtd/ubi.h
7479F: include/mtd/ubi-user.h
7480
7481UNSORTED BLOCK IMAGES (UBI) Fastmap
7482M: Richard Weinberger <richard@nod.at>
7483L: linux-mtd@lists.infradead.org
7484S: Maintained
7485F: drivers/mtd/ubi/fastmap.c
7486
7487USB ACM DRIVER
7488M: Oliver Neukum <oliver@neukum.org>
7489L: linux-usb@vger.kernel.org
7490S: Maintained
7491F: Documentation/usb/acm.txt
7492F: drivers/usb/class/cdc-acm.*
7493
7494USB ATTACHED SCSI
7495M: Matthew Wilcox <willy@linux.intel.com>
7496M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
7497L: linux-usb@vger.kernel.org
7498L: linux-scsi@vger.kernel.org
7499S: Supported
7500F: drivers/usb/storage/uas.c
7501
7502USB BLOCK DRIVER (UB ub)
7503M: Pete Zaitcev <zaitcev@redhat.com>
7504L: linux-usb@vger.kernel.org
7505S: Supported
7506F: drivers/block/ub.c
7507
7508USB CDC ETHERNET DRIVER
7509M: Oliver Neukum <oliver@neukum.org>
7510L: linux-usb@vger.kernel.org
7511S: Maintained
7512F: drivers/net/usb/cdc_*.c
7513F: include/linux/usb/cdc.h
7514
7515USB CYPRESS C67X00 DRIVER
7516M: Peter Korsgaard <jacmet@sunsite.dk>
7517L: linux-usb@vger.kernel.org
7518S: Maintained
7519F: drivers/usb/c67x00/
7520
7521USB DAVICOM DM9601 DRIVER
7522M: Peter Korsgaard <jacmet@sunsite.dk>
7523L: netdev@vger.kernel.org
7524W: http://www.linux-usb.org/usbnet
7525S: Maintained
7526F: drivers/net/usb/dm9601.c
7527
7528USB DIAMOND RIO500 DRIVER
7529M: Cesar Miquel <miquel@df.uba.ar>
7530L: rio500-users@lists.sourceforge.net
7531W: http://rio500.sourceforge.net
7532S: Maintained
7533F: drivers/usb/misc/rio500*
7534
7535USB EHCI DRIVER
7536M: Alan Stern <stern@rowland.harvard.edu>
7537L: linux-usb@vger.kernel.org
7538S: Maintained
7539F: Documentation/usb/ehci.txt
7540F: drivers/usb/host/ehci*
7541
7542USB GADGET/PERIPHERAL SUBSYSTEM
7543M: Felipe Balbi <balbi@ti.com>
7544L: linux-usb@vger.kernel.org
7545W: http://www.linux-usb.org/gadget
7546T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7547S: Maintained
7548F: drivers/usb/gadget/
7549F: include/linux/usb/gadget*
7550
7551USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
7552M: Jiri Kosina <jkosina@suse.cz>
7553L: linux-usb@vger.kernel.org
7554T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
7555S: Maintained
7556F: Documentation/hid/hiddev.txt
7557F: drivers/hid/usbhid/
7558
7559USB/IP DRIVERS
7560M: Matt Mooney <mfm@muteddisk.com>
7561L: linux-usb@vger.kernel.org
7562S: Maintained
7563F: drivers/staging/usbip/
7564
7565USB ISP116X DRIVER
7566M: Olav Kongas <ok@artecdesign.ee>
7567L: linux-usb@vger.kernel.org
7568S: Maintained
7569F: drivers/usb/host/isp116x*
7570F: include/linux/usb/isp116x.h
7571
7572USB KAWASAKI LSI DRIVER
7573M: Oliver Neukum <oliver@neukum.org>
7574L: linux-usb@vger.kernel.org
7575S: Maintained
7576F: drivers/usb/serial/kl5kusb105.*
7577
7578USB MASS STORAGE DRIVER
7579M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
7580L: linux-usb@vger.kernel.org
7581L: usb-storage@lists.one-eyed-alien.net
7582S: Maintained
7583W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
7584F: drivers/usb/storage/
7585
7586USB MIDI DRIVER
7587M: Clemens Ladisch <clemens@ladisch.de>
7588L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7589T: git git://git.alsa-project.org/alsa-kernel.git
7590S: Maintained
7591F: sound/usb/midi.*
7592
7593USB OHCI DRIVER
7594M: Alan Stern <stern@rowland.harvard.edu>
7595L: linux-usb@vger.kernel.org
7596S: Maintained
7597F: Documentation/usb/ohci.txt
7598F: drivers/usb/host/ohci*
7599
7600USB OPTION-CARD DRIVER
7601M: Matthias Urlichs <smurf@smurf.noris.de>
7602L: linux-usb@vger.kernel.org
7603S: Maintained
7604F: drivers/usb/serial/option.c
7605
7606USB PEGASUS DRIVER
7607M: Petko Manolov <petkan@users.sourceforge.net>
7608L: linux-usb@vger.kernel.org
7609L: netdev@vger.kernel.org
7610W: http://pegasus2.sourceforge.net/
7611S: Maintained
7612F: drivers/net/usb/pegasus.*
7613
7614USB PHY LAYER
7615M: Felipe Balbi <balbi@ti.com>
7616L: linux-usb@vger.kernel.org
7617T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7618S: Maintained
7619F: drivers/usb/phy/
7620F: drivers/usb/otg/
7621
7622USB PRINTER DRIVER (usblp)
7623M: Pete Zaitcev <zaitcev@redhat.com>
7624L: linux-usb@vger.kernel.org
7625S: Supported
7626F: drivers/usb/class/usblp.c
7627
7628USB RTL8150 DRIVER
7629M: Petko Manolov <petkan@users.sourceforge.net>
7630L: linux-usb@vger.kernel.org
7631L: netdev@vger.kernel.org
7632W: http://pegasus2.sourceforge.net/
7633S: Maintained
7634F: drivers/net/usb/rtl8150.c
7635
7636USB SERIAL BELKIN F5U103 DRIVER
7637M: William Greathouse <wgreathouse@smva.com>
7638L: linux-usb@vger.kernel.org
7639S: Maintained
7640F: drivers/usb/serial/belkin_sa.*
7641
7642USB SERIAL CYPRESS M8 DRIVER
7643M: Lonnie Mendez <dignome@gmail.com>
7644L: linux-usb@vger.kernel.org
7645S: Maintained
7646W: http://geocities.com/i0xox0i
7647W: http://firstlight.net/cvs
7648F: drivers/usb/serial/cypress_m8.*
7649
7650USB SERIAL CYBERJACK DRIVER
7651M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
7652W: http://www.reiner-sct.de/support/treiber_cyberjack.php
7653S: Maintained
7654F: drivers/usb/serial/cyberjack.c
7655
7656USB SERIAL DIGI ACCELEPORT DRIVER
7657M: Peter Berger <pberger@brimson.com>
7658M: Al Borchers <alborchers@steinerpoint.com>
7659L: linux-usb@vger.kernel.org
7660S: Maintained
7661F: drivers/usb/serial/digi_acceleport.c
7662
7663USB SERIAL DRIVER
7664M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7665L: linux-usb@vger.kernel.org
7666S: Supported
7667F: Documentation/usb/usb-serial.txt
7668F: drivers/usb/serial/generic.c
7669F: drivers/usb/serial/usb-serial.c
7670F: include/linux/usb/serial.h
7671
7672USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
7673M: Gary Brubaker <xavyer@ix.netcom.com>
7674L: linux-usb@vger.kernel.org
7675S: Maintained
7676F: drivers/usb/serial/empeg.c
7677
7678USB SERIAL KEYSPAN DRIVER
7679M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7680L: linux-usb@vger.kernel.org
7681S: Maintained
7682F: drivers/usb/serial/*keyspan*
7683
7684USB SERIAL WHITEHEAT DRIVER
7685M: Support Department <support@connecttech.com>
7686L: linux-usb@vger.kernel.org
7687W: http://www.connecttech.com
7688S: Supported
7689F: drivers/usb/serial/whiteheat*
7690
7691USB SMSC75XX ETHERNET DRIVER
7692M: Steve Glendinning <steve.glendinning@shawell.net>
7693L: netdev@vger.kernel.org
7694S: Maintained
7695F: drivers/net/usb/smsc75xx.*
7696
7697USB SMSC95XX ETHERNET DRIVER
7698M: Steve Glendinning <steve.glendinning@shawell.net>
7699L: netdev@vger.kernel.org
7700S: Maintained
7701F: drivers/net/usb/smsc95xx.*
7702
7703USB SN9C1xx DRIVER
7704M: Luca Risolia <luca.risolia@studio.unibo.it>
7705L: linux-usb@vger.kernel.org
7706L: linux-media@vger.kernel.org
7707T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7708W: http://www.linux-projects.org
7709S: Maintained
7710F: Documentation/video4linux/sn9c102.txt
7711F: drivers/media/usb/sn9c102/
7712
7713USB SUBSYSTEM
7714M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7715L: linux-usb@vger.kernel.org
7716W: http://www.linux-usb.org
7717T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
7718S: Supported
7719F: Documentation/usb/
7720F: drivers/net/usb/
7721F: drivers/usb/
7722F: include/linux/usb.h
7723F: include/linux/usb/
7724
7725USB UHCI DRIVER
7726M: Alan Stern <stern@rowland.harvard.edu>
7727L: linux-usb@vger.kernel.org
7728S: Maintained
7729F: drivers/usb/host/uhci*
7730
7731USB "USBNET" DRIVER FRAMEWORK
7732M: Oliver Neukum <oneukum@suse.de>
7733L: netdev@vger.kernel.org
7734W: http://www.linux-usb.org/usbnet
7735S: Maintained
7736F: drivers/net/usb/usbnet.c
7737F: include/linux/usb/usbnet.h
7738
7739USB VIDEO CLASS
7740M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7741L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
7742L: linux-media@vger.kernel.org
7743T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7744W: http://www.ideasonboard.org/uvc/
7745S: Maintained
7746F: drivers/media/usb/uvc/
7747
7748USB WIRELESS RNDIS DRIVER (rndis_wlan)
7749M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
7750L: linux-wireless@vger.kernel.org
7751S: Maintained
7752F: drivers/net/wireless/rndis_wlan.c
7753
7754USB XHCI DRIVER
7755M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
7756L: linux-usb@vger.kernel.org
7757S: Supported
7758F: drivers/usb/host/xhci*
7759F: drivers/usb/host/pci-quirks*
7760
7761USB ZD1201 DRIVER
7762L: linux-wireless@vger.kernel.org
7763W: http://linux-lc100020.sourceforge.net
7764S: Orphan
7765F: drivers/net/wireless/zd1201.*
7766
7767USB ZR364XX DRIVER
7768M: Antoine Jacquet <royale@zerezo.com>
7769L: linux-usb@vger.kernel.org
7770L: linux-media@vger.kernel.org
7771T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7772W: http://royale.zerezo.com/zr364xx/
7773S: Maintained
7774F: Documentation/video4linux/zr364xx.txt
7775F: drivers/media/usb/zr364xx/
7776
7777USER-MODE LINUX (UML)
7778M: Jeff Dike <jdike@addtoit.com>
7779M: Richard Weinberger <richard@nod.at>
7780L: user-mode-linux-devel@lists.sourceforge.net
7781L: user-mode-linux-user@lists.sourceforge.net
7782W: http://user-mode-linux.sourceforge.net
7783S: Maintained
7784F: Documentation/virtual/uml/
7785F: arch/um/
7786F: arch/x86/um/
7787F: fs/hostfs/
7788F: fs/hppfs/
7789
7790USERSPACE I/O (UIO)
7791M: "Hans J. Koch" <hjk@hansjkoch.de>
7792M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7793S: Maintained
7794F: Documentation/DocBook/uio-howto.tmpl
7795F: drivers/uio/
7796F: include/linux/uio*.h
7797
7798UTIL-LINUX PACKAGE
7799M: Karel Zak <kzak@redhat.com>
7800L: util-linux@vger.kernel.org
7801W: http://en.wikipedia.org/wiki/Util-linux
7802T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
7803S: Maintained
7804
7805UVESAFB DRIVER
7806M: Michal Januszewski <spock@gentoo.org>
7807L: linux-fbdev@vger.kernel.org
7808W: http://dev.gentoo.org/~spock/projects/uvesafb/
7809S: Maintained
7810F: Documentation/fb/uvesafb.txt
7811F: drivers/video/uvesafb.*
7812
7813VFAT/FAT/MSDOS FILESYSTEM
7814M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
7815S: Maintained
7816F: Documentation/filesystems/vfat.txt
7817F: fs/fat/
7818
7819VFIO DRIVER
7820M: Alex Williamson <alex.williamson@redhat.com>
7821L: kvm@vger.kernel.org
7822S: Maintained
7823F: Documentation/vfio.txt
7824F: drivers/vfio/
7825F: include/linux/vfio.h
7826
7827VIDEOBUF2 FRAMEWORK
7828M: Pawel Osciak <pawel@osciak.com>
7829M: Marek Szyprowski <m.szyprowski@samsung.com>
7830M: Kyungmin Park <kyungmin.park@samsung.com>
7831L: linux-media@vger.kernel.org
7832S: Maintained
7833F: drivers/media/v4l2-core/videobuf2-*
7834F: include/media/videobuf2-*
7835
7836VIRTIO CONSOLE DRIVER
7837M: Amit Shah <amit.shah@redhat.com>
7838L: virtualization@lists.linux-foundation.org
7839S: Maintained
7840F: drivers/char/virtio_console.c
7841F: include/linux/virtio_console.h
7842
7843VIRTIO CORE, NET AND BLOCK DRIVERS
7844M: Rusty Russell <rusty@rustcorp.com.au>
7845M: "Michael S. Tsirkin" <mst@redhat.com>
7846L: virtualization@lists.linux-foundation.org
7847S: Maintained
7848F: drivers/virtio/
7849F: drivers/net/virtio_net.c
7850F: drivers/block/virtio_blk.c
7851F: include/linux/virtio_*.h
7852
7853VIRTIO HOST (VHOST)
7854M: "Michael S. Tsirkin" <mst@redhat.com>
7855L: kvm@vger.kernel.org
7856L: virtualization@lists.linux-foundation.org
7857L: netdev@vger.kernel.org
7858S: Maintained
7859F: drivers/vhost/
7860F: include/linux/vhost.h
7861
7862VIA RHINE NETWORK DRIVER
7863M: Roger Luethi <rl@hellgate.ch>
7864S: Maintained
7865F: drivers/net/ethernet/via/via-rhine.c
7866
7867VIAPRO SMBUS DRIVER
7868M: Jean Delvare <khali@linux-fr.org>
7869L: linux-i2c@vger.kernel.org
7870S: Maintained
7871F: Documentation/i2c/busses/i2c-viapro
7872F: drivers/i2c/busses/i2c-viapro.c
7873
7874VIA SD/MMC CARD CONTROLLER DRIVER
7875M: Bruce Chang <brucechang@via.com.tw>
7876M: Harald Welte <HaraldWelte@viatech.com>
7877S: Maintained
7878F: drivers/mmc/host/via-sdmmc.c
7879
7880VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
7881M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
7882L: linux-fbdev@vger.kernel.org
7883S: Maintained
7884F: include/linux/via-core.h
7885F: include/linux/via-gpio.h
7886F: include/linux/via_i2c.h
7887F: drivers/video/via/
7888
7889VIA VELOCITY NETWORK DRIVER
7890M: Francois Romieu <romieu@fr.zoreil.com>
7891L: netdev@vger.kernel.org
7892S: Maintained
7893F: drivers/net/ethernet/via/via-velocity.*
7894
7895VLAN (802.1Q)
7896M: Patrick McHardy <kaber@trash.net>
7897L: netdev@vger.kernel.org
7898S: Maintained
7899F: drivers/net/macvlan.c
7900F: include/linux/if_*vlan.h
7901F: net/8021q/
7902
7903VLYNQ BUS
7904M: Florian Fainelli <florian@openwrt.org>
7905L: openwrt-devel@lists.openwrt.org (subscribers-only)
7906S: Maintained
7907F: drivers/vlynq/vlynq.c
7908F: include/linux/vlynq.h
7909
7910VME SUBSYSTEM
7911M: Martyn Welch <martyn.welch@ge.com>
7912M: Manohar Vanga <manohar.vanga@gmail.com>
7913M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7914L: devel@driverdev.osuosl.org
7915S: Maintained
7916T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7917F: Documentation/vme_api.txt
7918F: drivers/staging/vme/
7919F: drivers/vme/
7920F: include/linux/vme*
7921
7922VMWARE VMXNET3 ETHERNET DRIVER
7923M: Shreyas Bhatewara <sbhatewara@vmware.com>
7924M: "VMware, Inc." <pv-drivers@vmware.com>
7925L: netdev@vger.kernel.org
7926S: Maintained
7927F: drivers/net/vmxnet3/
7928
7929VMware PVSCSI driver
7930M: Arvind Kumar <arvindkumar@vmware.com>
7931M: VMware PV-Drivers <pv-drivers@vmware.com>
7932L: linux-scsi@vger.kernel.org
7933S: Maintained
7934F: drivers/scsi/vmw_pvscsi.c
7935F: drivers/scsi/vmw_pvscsi.h
7936
7937VOLTAGE AND CURRENT REGULATOR FRAMEWORK
7938M: Liam Girdwood <lrg@ti.com>
7939M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7940W: http://opensource.wolfsonmicro.com/node/15
7941W: http://www.slimlogic.co.uk/?p=48
7942T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
7943S: Supported
7944F: drivers/regulator/
7945F: include/linux/regulator/
7946
7947VT1211 HARDWARE MONITOR DRIVER
7948M: Juerg Haefliger <juergh@gmail.com>
7949L: lm-sensors@lm-sensors.org
7950S: Maintained
7951F: Documentation/hwmon/vt1211
7952F: drivers/hwmon/vt1211.c
7953
7954VT8231 HARDWARE MONITOR DRIVER
7955M: Roger Lucas <vt8231@hiddenengine.co.uk>
7956L: lm-sensors@lm-sensors.org
7957S: Maintained
7958F: drivers/hwmon/vt8231.c
7959
7960VUB300 USB to SDIO/SD/MMC bridge chip
7961M: Tony Olech <tony.olech@elandigitalsystems.com>
7962L: linux-mmc@vger.kernel.org
7963L: linux-usb@vger.kernel.org
7964S: Supported
7965F: drivers/mmc/host/vub300.c
7966
7967W1 DALLAS'S 1-WIRE BUS
7968M: Evgeniy Polyakov <zbr@ioremap.net>
7969S: Maintained
7970F: Documentation/w1/
7971F: drivers/w1/
7972
7973W83791D HARDWARE MONITORING DRIVER
7974M: Marc Hulsman <m.hulsman@tudelft.nl>
7975L: lm-sensors@lm-sensors.org
7976S: Maintained
7977F: Documentation/hwmon/w83791d
7978F: drivers/hwmon/w83791d.c
7979
7980W83793 HARDWARE MONITORING DRIVER
7981M: Rudolf Marek <r.marek@assembler.cz>
7982L: lm-sensors@lm-sensors.org
7983S: Maintained
7984F: Documentation/hwmon/w83793
7985F: drivers/hwmon/w83793.c
7986
7987W83795 HARDWARE MONITORING DRIVER
7988M: Jean Delvare <khali@linux-fr.org>
7989L: lm-sensors@lm-sensors.org
7990S: Maintained
7991F: drivers/hwmon/w83795.c
7992
7993W83L51xD SD/MMC CARD INTERFACE DRIVER
7994M: Pierre Ossman <pierre@ossman.eu>
7995S: Maintained
7996F: drivers/mmc/host/wbsd.*
7997
7998WATCHDOG DEVICE DRIVERS
7999M: Wim Van Sebroeck <wim@iguana.be>
8000L: linux-watchdog@vger.kernel.org
8001W: http://www.linux-watchdog.org/
8002T: git git://www.linux-watchdog.org/linux-watchdog.git
8003S: Maintained
8004F: Documentation/watchdog/
8005F: drivers/watchdog/
8006F: include/linux/watchdog.h
8007
8008WD7000 SCSI DRIVER
8009M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
8010L: linux-scsi@vger.kernel.org
8011S: Maintained
8012F: drivers/scsi/wd7000.c
8013
8014WIIMOTE HID DRIVER
8015M: David Herrmann <dh.herrmann@googlemail.com>
8016L: linux-input@vger.kernel.org
8017S: Maintained
8018F: drivers/hid/hid-wiimote*
8019
8020WINBOND CIR DRIVER
8021M: David Härdeman <david@hardeman.nu>
8022S: Maintained
8023F: drivers/media/rc/winbond-cir.c
8024
8025WIMAX STACK
8026M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
8027M: linux-wimax@intel.com
8028L: wimax@linuxwimax.org
8029S: Supported
8030W: http://linuxwimax.org
8031F: Documentation/wimax/README.wimax
8032F: include/linux/wimax.h
8033F: include/linux/wimax/debug.h
8034F: include/net/wimax.h
8035F: net/wimax/
8036
8037WISTRON LAPTOP BUTTON DRIVER
8038M: Miloslav Trmac <mitr@volny.cz>
8039S: Maintained
8040F: drivers/input/misc/wistron_btns.c
8041
8042WL3501 WIRELESS PCMCIA CARD DRIVER
8043M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
8044L: linux-wireless@vger.kernel.org
8045W: http://oops.ghostprotocols.net:81/blog
8046S: Maintained
8047F: drivers/net/wireless/wl3501*
8048
8049WM97XX TOUCHSCREEN DRIVERS
8050M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8051M: Liam Girdwood <lrg@slimlogic.co.uk>
8052L: linux-input@vger.kernel.org
8053T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
8054W: http://opensource.wolfsonmicro.com/node/7
8055S: Supported
8056F: drivers/input/touchscreen/*wm97*
8057F: include/linux/wm97xx.h
8058
8059WOLFSON MICROELECTRONICS DRIVERS
8060M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8061L: patches@opensource.wolfsonmicro.com
8062T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
8063T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
8064W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
8065S: Supported
8066F: Documentation/hwmon/wm83??
8067F: arch/arm/mach-s3c64xx/mach-crag6410*
8068F: drivers/clk/clk-wm83*.c
8069F: drivers/extcon/extcon-arizona.c
8070F: drivers/leds/leds-wm83*.c
8071F: drivers/gpio/gpio-*wm*.c
8072F: drivers/gpio/gpio-arizona.c
8073F: drivers/hwmon/wm83??-hwmon.c
8074F: drivers/input/misc/wm831x-on.c
8075F: drivers/input/touchscreen/wm831x-ts.c
8076F: drivers/input/touchscreen/wm97*.c
8077F: drivers/mfd/arizona*
8078F: drivers/mfd/wm*.c
8079F: drivers/power/wm83*.c
8080F: drivers/rtc/rtc-wm83*.c
8081F: drivers/regulator/wm8*.c
8082F: drivers/video/backlight/wm83*_bl.c
8083F: drivers/watchdog/wm83*_wdt.c
8084F: include/linux/mfd/arizona/
8085F: include/linux/mfd/wm831x/
8086F: include/linux/mfd/wm8350/
8087F: include/linux/mfd/wm8400*
8088F: include/linux/wm97xx.h
8089F: include/sound/wm????.h
8090F: sound/soc/codecs/arizona.?
8091F: sound/soc/codecs/wm*
8092
8093WORKQUEUE
8094M: Tejun Heo <tj@kernel.org>
8095T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
8096S: Maintained
8097F: include/linux/workqueue.h
8098F: kernel/workqueue.c
8099F: Documentation/workqueue.txt
8100
8101X.25 NETWORK LAYER
8102M: Andrew Hendry <andrew.hendry@gmail.com>
8103L: linux-x25@vger.kernel.org
8104S: Odd Fixes
8105F: Documentation/networking/x25*
8106F: include/net/x25*
8107F: net/x25/
8108
8109X86 ARCHITECTURE (32-BIT AND 64-BIT)
8110M: Thomas Gleixner <tglx@linutronix.de>
8111M: Ingo Molnar <mingo@redhat.com>
8112M: "H. Peter Anvin" <hpa@zytor.com>
8113M: x86@kernel.org
8114T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
8115S: Maintained
8116F: Documentation/x86/
8117F: arch/x86/
8118
8119X86 PLATFORM DRIVERS
8120M: Matthew Garrett <mjg@redhat.com>
8121L: platform-driver-x86@vger.kernel.org
8122T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
8123S: Maintained
8124F: drivers/platform/x86
8125
8126X86 MCE INFRASTRUCTURE
8127M: Tony Luck <tony.luck@intel.com>
8128M: Borislav Petkov <bp@amd64.org>
8129L: linux-edac@vger.kernel.org
8130S: Maintained
8131F: arch/x86/kernel/cpu/mcheck/*
8132
8133XEN HYPERVISOR INTERFACE
8134M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8135M: Jeremy Fitzhardinge <jeremy@goop.org>
8136L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8137L: virtualization@lists.linux-foundation.org
8138S: Supported
8139F: arch/x86/xen/
8140F: drivers/*/xen-*front.c
8141F: drivers/xen/
8142F: arch/x86/include/asm/xen/
8143F: include/xen/
8144
8145XEN HYPERVISOR ARM
8146M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
8147L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8148S: Supported
8149F: arch/arm/xen/
8150F: arch/arm/include/asm/xen/
8151
8152XEN NETWORK BACKEND DRIVER
8153M: Ian Campbell <ian.campbell@citrix.com>
8154L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8155L: netdev@vger.kernel.org
8156S: Supported
8157F: drivers/net/xen-netback/*
8158
8159XEN PCI SUBSYSTEM
8160M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8161L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8162S: Supported
8163F: arch/x86/pci/*xen*
8164F: drivers/pci/*xen*
8165
8166XEN SWIOTLB SUBSYSTEM
8167M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8168L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8169S: Supported
8170F: arch/x86/xen/*swiotlb*
8171F: drivers/xen/*swiotlb*
8172
8173XFS FILESYSTEM
8174P: Silicon Graphics Inc
8175M: Ben Myers <bpm@sgi.com>
8176M: Alex Elder <elder@kernel.org>
8177M: xfs@oss.sgi.com
8178L: xfs@oss.sgi.com
8179W: http://oss.sgi.com/projects/xfs
8180T: git git://oss.sgi.com/xfs/xfs.git
8181S: Supported
8182F: Documentation/filesystems/xfs.txt
8183F: fs/xfs/
8184
8185XILINX AXI ETHERNET DRIVER
8186M: Anirudha Sarangi <anirudh@xilinx.com>
8187M: John Linn <John.Linn@xilinx.com>
8188S: Maintained
8189F: drivers/net/ethernet/xilinx/xilinx_axienet*
8190
8191XILINX SYSTEMACE DRIVER
8192M: Grant Likely <grant.likely@secretlab.ca>
8193W: http://www.secretlab.ca/
8194S: Maintained
8195F: drivers/block/xsysace.c
8196
8197XILINX UARTLITE SERIAL DRIVER
8198M: Peter Korsgaard <jacmet@sunsite.dk>
8199L: linux-serial@vger.kernel.org
8200S: Maintained
8201F: drivers/tty/serial/uartlite.c
8202
8203YAM DRIVER FOR AX.25
8204M: Jean-Paul Roubelat <jpr@f6fbb.org>
8205L: linux-hams@vger.kernel.org
8206S: Maintained
8207F: drivers/net/hamradio/yam*
8208F: include/linux/yam.h
8209
8210YEALINK PHONE DRIVER
8211M: Henk Vergonet <Henk.Vergonet@gmail.com>
8212L: usbb2k-api-dev@nongnu.org
8213S: Maintained
8214F: Documentation/input/yealink.txt
8215F: drivers/input/misc/yealink.*
8216
8217Z8530 DRIVER FOR AX.25
8218M: Joerg Reuter <jreuter@yaina.de>
8219W: http://yaina.de/jreuter/
8220W: http://www.qsl.net/dl1bke/
8221L: linux-hams@vger.kernel.org
8222S: Maintained
8223F: Documentation/networking/z8530drv.txt
8224F: drivers/net/hamradio/*scc.c
8225F: drivers/net/hamradio/z8530.h
8226
8227ZD1211RW WIRELESS DRIVER
8228M: Daniel Drake <dsd@gentoo.org>
8229M: Ulrich Kunitz <kune@deine-taler.de>
8230W: http://zd1211.ath.cx/wiki/DriverRewrite
8231L: linux-wireless@vger.kernel.org
8232L: zd1211-devs@lists.sourceforge.net (subscribers-only)
8233S: Maintained
8234F: drivers/net/wireless/zd1211rw/
8235
8236ZR36067 VIDEO FOR LINUX DRIVER
8237L: mjpeg-users@lists.sourceforge.net
8238L: linux-media@vger.kernel.org
8239W: http://mjpeg.sourceforge.net/driver-zoran/
8240T: Mercurial http://linuxtv.org/hg/v4l-dvb
8241S: Odd Fixes
8242F: drivers/media/pci/zoran/
8243
8244ZS DECSTATION Z85C30 SERIAL DRIVER
8245M: "Maciej W. Rozycki" <macro@linux-mips.org>
8246S: Maintained
8247F: drivers/tty/serial/zs.*
8248
8249THE REST
8250M: Linus Torvalds <torvalds@linux-foundation.org>
8251L: linux-kernel@vger.kernel.org
8252Q: http://patchwork.kernel.org/project/LKML/list/
8253T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
8254S: Buried alive in reporters
8255F: *
8256F: */