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