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