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