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