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