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