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