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