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