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