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