Root/MAINTAINERS

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

Archive Download this file



interactive