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