mm: use alloc_bootmem_node_nopanic() on really needed path
[linux-2.6-block.git] / MAINTAINERS
... / ...
CommitLineData
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
38
39 PLEASE CC: the maintainers and mailing lists that are generated
40 by scripts/get_maintainer.pl. The results returned by the
41 script will be best if you have git installed and are making
42 your changes in a branch derived from Linus' latest git tree.
43 See Documentation/SubmittingPatches for details.
44
45 PLEASE try to include any credit lines you want added with the
46 patch. It avoids people being missed off by mistake and makes
47 it easier to know who wants adding and who doesn't.
48
49 PLEASE document known bugs. If it doesn't work for everything
50 or does something very odd once a month document it.
51
52 PLEASE remember that submissions must be made under the terms
53 of the OSDL certificate of contribution and should include a
54 Signed-off-by: line. The current version of this "Developer's
55 Certificate of Origin" (DCO) is listed in the file
56 Documentation/SubmittingPatches.
57
586. Make sure you have the right to send any changes you make. If you
59 do changes at work you may find your employer owns the patch
60 not you.
61
627. When sending security related changes or reports to a maintainer
63 please Cc: security@kernel.org, especially if the maintainer
64 does not respond.
65
668. Happy hacking.
67
68Descriptions of section entries:
69
70 P: Person (obsolete)
71 M: Mail patches to: FullName <address@domain>
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 Q: Patchwork web based patch tracking system site
75 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
76 S: Status, one of the following:
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86 F: Files and directories with wildcard patterns.
87 A trailing slash includes all files and subdirectory files.
88 F: drivers/net/ all files in and below drivers/net
89 F: drivers/net/* all files in drivers/net, but not below
90 F: */net/* all files in "any top level directory"/net
91 One pattern per line. Multiple F: lines acceptable.
92 X: Files and directories that are NOT maintained, same rules as F:
93 Files exclusions are tested before file matches.
94 Can be useful for excluding a specific subdirectory, for instance:
95 F: net/
96 X: net/ipv6/
97 matches all files in and below net excluding net/ipv6/
98 K: Keyword perl extended regex pattern to match content in a
99 patch or file. For instance:
100 K: of_get_profile
101 matches patches or files that contain "of_get_profile"
102 K: \b(printk|pr_(info|err))\b
103 matches patches or files that contain one or more of the words
104 printk, pr_info or pr_err
105 One regex pattern per line. Multiple K: lines acceptable.
106
107Note: For the hard of thinking, this list is meant to remain in alphabetical
108order. If you could add yourselves to it in alphabetical order that would be
109so much easier [Ed]
110
111Maintainers List (try to look for most precise areas first)
112
113 -----------------------------------
114
1153C505 NETWORK DRIVER
116M: Philip Blundell <philb@gnu.org>
117L: netdev@vger.kernel.org
118S: Maintained
119F: drivers/net/3c505*
120
1213C59X NETWORK DRIVER
122M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
123L: netdev@vger.kernel.org
124S: Maintained
125F: Documentation/networking/vortex.txt
126F: drivers/net/3c59x.c
127
1283CR990 NETWORK DRIVER
129M: David Dillow <dave@thedillows.org>
130L: netdev@vger.kernel.org
131S: Maintained
132F: drivers/net/typhoon*
133
1343WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
135M: Adam Radford <linuxraid@lsi.com>
136L: linux-scsi@vger.kernel.org
137W: http://www.lsi.com
138S: Supported
139F: drivers/scsi/3w-*
140
14153C700 AND 53C700-66 SCSI DRIVER
142M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
143L: linux-scsi@vger.kernel.org
144S: Maintained
145F: drivers/scsi/53c700*
146
1476PACK NETWORK DRIVER FOR AX.25
148M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
149L: linux-hams@vger.kernel.org
150S: Maintained
151F: drivers/net/hamradio/6pack.c
152
1538169 10/100/1000 GIGABIT ETHERNET DRIVER
154M: Realtek linux nic maintainers <nic_swsd@realtek.com>
155M: Francois Romieu <romieu@fr.zoreil.com>
156L: netdev@vger.kernel.org
157S: Maintained
158F: drivers/net/r8169.c
159
1608250/16?50 (AND CLONE UARTS) SERIAL DRIVER
161M: Greg Kroah-Hartman <gregkh@suse.de>
162L: linux-serial@vger.kernel.org
163W: http://serial.sourceforge.net
164S: Maintained
165T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
166F: drivers/tty/serial/8250*
167F: include/linux/serial_8250.h
168
1698390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
170L: netdev@vger.kernel.org
171S: Orphan / Obsolete
172F: drivers/net/*8390*
173F: drivers/net/ax88796.c
174
1759P FILE SYSTEM
176M: Eric Van Hensbergen <ericvh@gmail.com>
177M: Ron Minnich <rminnich@sandia.gov>
178M: Latchesar Ionkov <lucho@ionkov.net>
179L: v9fs-developer@lists.sourceforge.net
180W: http://swik.net/v9fs
181Q: http://patchwork.kernel.org/project/v9fs-devel/list/
182T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
183S: Maintained
184F: Documentation/filesystems/9p.txt
185F: fs/9p/
186
187A2232 SERIAL BOARD DRIVER
188L: linux-m68k@lists.linux-m68k.org
189S: Orphan
190F: drivers/staging/generic_serial/ser_a2232*
191
192AACRAID SCSI RAID DRIVER
193M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
194L: linux-scsi@vger.kernel.org
195W: http://www.adaptec.com/
196S: Supported
197F: Documentation/scsi/aacraid.txt
198F: drivers/scsi/aacraid/
199
200ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
201M: Hans de Goede <hdegoede@redhat.com>
202L: lm-sensors@lm-sensors.org
203S: Maintained
204F: drivers/hwmon/abituguru.c
205
206ABIT UGURU 3 HARDWARE MONITOR DRIVER
207M: Alistair John Strachan <alistair@devzero.co.uk>
208L: lm-sensors@lm-sensors.org
209S: Maintained
210F: drivers/hwmon/abituguru3.c
211
212ACENIC DRIVER
213M: Jes Sorensen <jes@trained-monkey.org>
214L: linux-acenic@sunsite.dk
215S: Maintained
216F: drivers/net/acenic*
217
218ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
219M: Peter Feuerer <peter@piie.net>
220L: platform-driver-x86@vger.kernel.org
221W: http://piie.net/?section=acerhdf
222S: Maintained
223F: drivers/platform/x86/acerhdf.c
224
225ACER WMI LAPTOP EXTRAS
226M: Carlos Corbacho <carlos@strangeworlds.co.uk>
227L: aceracpi@googlegroups.com (subscribers-only)
228L: platform-driver-x86@vger.kernel.org
229W: http://code.google.com/p/aceracpi
230S: Maintained
231F: drivers/platform/x86/acer-wmi.c
232
233ACPI
234M: Len Brown <lenb@kernel.org>
235L: linux-acpi@vger.kernel.org
236W: http://www.lesswatts.org/projects/acpi/
237Q: http://patchwork.kernel.org/project/linux-acpi/list/
238T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
239S: Supported
240F: drivers/acpi/
241F: drivers/pnp/pnpacpi/
242F: include/linux/acpi.h
243F: include/acpi/
244
245ACPI FAN DRIVER
246M: Zhang Rui <rui.zhang@intel.com>
247L: linux-acpi@vger.kernel.org
248W: http://www.lesswatts.org/projects/acpi/
249S: Supported
250F: drivers/acpi/fan.c
251
252ACPI PROCESSOR AGGREGATOR DRIVER
253M: Shaohua Li <shaohua.li@intel.com>
254L: linux-acpi@vger.kernel.org
255W: http://www.lesswatts.org/projects/acpi/
256S: Supported
257F: drivers/acpi/acpi_pad.c
258
259ACPI THERMAL DRIVER
260M: Zhang Rui <rui.zhang@intel.com>
261L: linux-acpi@vger.kernel.org
262W: http://www.lesswatts.org/projects/acpi/
263S: Supported
264F: drivers/acpi/*thermal*
265
266ACPI VIDEO DRIVER
267M: Zhang Rui <rui.zhang@intel.com>
268L: linux-acpi@vger.kernel.org
269W: http://www.lesswatts.org/projects/acpi/
270S: Supported
271F: drivers/acpi/video.c
272
273ACPI WMI DRIVER
274M: Carlos Corbacho <carlos@strangeworlds.co.uk>
275L: platform-driver-x86@vger.kernel.org
276W: http://www.lesswatts.org/projects/acpi/
277S: Maintained
278F: drivers/platform/x86/wmi.c
279
280AD1889 ALSA SOUND DRIVER
281M: Kyle McMartin <kyle@mcmartin.ca>
282M: Thibaut Varene <T-Bone@parisc-linux.org>
283W: http://wiki.parisc-linux.org/AD1889
284L: linux-parisc@vger.kernel.org
285S: Maintained
286F: sound/pci/ad1889.*
287
288AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
289M: Michael Hennerich <michael.hennerich@analog.com>
290L: device-driver-devel@blackfin.uclinux.org
291W: http://wiki.analog.com/AD5254
292S: Supported
293F: drivers/misc/ad525x_dpot.c
294
295AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
296M: Michael Hennerich <michael.hennerich@analog.com>
297L: device-driver-devel@blackfin.uclinux.org
298W: http://wiki.analog.com/AD5398
299S: Supported
300F: drivers/regulator/ad5398.c
301
302AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
303M: Michael Hennerich <michael.hennerich@analog.com>
304L: device-driver-devel@blackfin.uclinux.org
305W: http://wiki.analog.com/AD7142
306S: Supported
307F: drivers/input/misc/ad714x.c
308
309AD7877 TOUCHSCREEN DRIVER
310M: Michael Hennerich <michael.hennerich@analog.com>
311L: device-driver-devel@blackfin.uclinux.org
312W: http://wiki.analog.com/AD7877
313S: Supported
314F: drivers/input/touchscreen/ad7877.c
315
316AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
317M: Michael Hennerich <michael.hennerich@analog.com>
318L: device-driver-devel@blackfin.uclinux.org
319W: http://wiki.analog.com/AD7879
320S: Supported
321F: drivers/input/touchscreen/ad7879.c
322
323ADM1025 HARDWARE MONITOR DRIVER
324M: Jean Delvare <khali@linux-fr.org>
325L: lm-sensors@lm-sensors.org
326S: Maintained
327F: Documentation/hwmon/adm1025
328F: drivers/hwmon/adm1025.c
329
330ADM1029 HARDWARE MONITOR DRIVER
331M: Corentin Labbe <corentin.labbe@geomatys.fr>
332L: lm-sensors@lm-sensors.org
333S: Maintained
334F: drivers/hwmon/adm1029.c
335
336ADM8211 WIRELESS DRIVER
337L: linux-wireless@vger.kernel.org
338W: http://linuxwireless.org/
339S: Orphan
340F: drivers/net/wireless/adm8211.*
341
342ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
343M: Michael Hennerich <michael.hennerich@analog.com>
344L: device-driver-devel@blackfin.uclinux.org
345W: http://wiki.analog.com/ADP5520
346S: Supported
347F: drivers/mfd/adp5520.c
348F: drivers/video/backlight/adp5520_bl.c
349F: drivers/leds/leds-adp5520.c
350F: drivers/gpio/adp5520-gpio.c
351F: drivers/input/keyboard/adp5520-keys.c
352
353ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
354M: Michael Hennerich <michael.hennerich@analog.com>
355L: device-driver-devel@blackfin.uclinux.org
356W: http://wiki.analog.com/ADP5588
357S: Supported
358F: drivers/input/keyboard/adp5588-keys.c
359F: drivers/gpio/adp5588-gpio.c
360
361ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
362M: Michael Hennerich <michael.hennerich@analog.com>
363L: device-driver-devel@blackfin.uclinux.org
364W: http://wiki.analog.com/ADP8860
365S: Supported
366F: drivers/video/backlight/adp8860_bl.c
367
368ADS1015 HARDWARE MONITOR DRIVER
369M: Dirk Eibach <eibach@gdsys.de>
370L: lm-sensors@lm-sensors.org
371S: Maintained
372F: Documentation/hwmon/ads1015
373F: drivers/hwmon/ads1015.c
374F: include/linux/i2c/ads1015.h
375
376ADT746X FAN DRIVER
377M: Colin Leroy <colin@colino.net>
378S: Maintained
379F: drivers/macintosh/therm_adt746x.c
380
381ADT7475 HARDWARE MONITOR DRIVER
382M: Jean Delvare <khali@linux-fr.org>
383L: lm-sensors@lm-sensors.org
384S: Maintained
385F: Documentation/hwmon/adt7475
386F: drivers/hwmon/adt7475.c
387
388ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
389M: Michael Hennerich <michael.hennerich@analog.com>
390L: device-driver-devel@blackfin.uclinux.org
391W: http://wiki.analog.com/ADXL345
392S: Supported
393F: drivers/input/misc/adxl34x.c
394
395ADVANSYS SCSI DRIVER
396M: Matthew Wilcox <matthew@wil.cx>
397L: linux-scsi@vger.kernel.org
398S: Maintained
399F: Documentation/scsi/advansys.txt
400F: drivers/scsi/advansys.c
401
402AEDSP16 DRIVER
403M: Riccardo Facchetti <fizban@tin.it>
404S: Maintained
405F: sound/oss/aedsp16.c
406
407AFFS FILE SYSTEM
408M: Roman Zippel <zippel@linux-m68k.org>
409S: Maintained
410F: Documentation/filesystems/affs.txt
411F: fs/affs/
412
413AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
414M: David Howells <dhowells@redhat.com>
415L: linux-afs@lists.infradead.org
416S: Supported
417F: fs/afs/
418F: include/net/af_rxrpc.h
419F: net/rxrpc/af_rxrpc.c
420
421AGPGART DRIVER
422M: David Airlie <airlied@linux.ie>
423T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
424S: Maintained
425F: drivers/char/agp/
426F: include/linux/agp*
427
428AHA152X SCSI DRIVER
429M: "Juergen E. Fischer" <fischer@norbit.de>
430L: linux-scsi@vger.kernel.org
431S: Maintained
432F: drivers/scsi/aha152x*
433F: drivers/scsi/pcmcia/aha152x*
434
435AIC7XXX / AIC79XX SCSI DRIVER
436M: Hannes Reinecke <hare@suse.de>
437L: linux-scsi@vger.kernel.org
438S: Maintained
439F: drivers/scsi/aic7xxx/
440F: drivers/scsi/aic7xxx_old/
441
442AIO
443M: Benjamin LaHaise <bcrl@kvack.org>
444L: linux-aio@kvack.org
445S: Supported
446F: fs/aio.c
447F: include/linux/*aio*.h
448
449ALCATEL SPEEDTOUCH USB DRIVER
450M: Duncan Sands <duncan.sands@free.fr>
451L: linux-usb@vger.kernel.org
452W: http://www.linux-usb.org/SpeedTouch/
453S: Maintained
454F: drivers/usb/atm/speedtch.c
455F: drivers/usb/atm/usbatm.c
456
457ALCHEMY AU1XX0 MMC DRIVER
458M: Manuel Lauss <manuel.lauss@gmail.com>
459S: Maintained
460F: drivers/mmc/host/au1xmmc.c
461
462ALI1563 I2C DRIVER
463M: Rudolf Marek <r.marek@assembler.cz>
464L: linux-i2c@vger.kernel.org
465S: Maintained
466F: Documentation/i2c/busses/i2c-ali1563
467F: drivers/i2c/busses/i2c-ali1563.c
468
469ALPHA PORT
470M: Richard Henderson <rth@twiddle.net>
471M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
472M: Matt Turner <mattst88@gmail.com>
473L: linux-alpha@vger.kernel.org
474F: arch/alpha/
475
476ALTERA UART/JTAG UART SERIAL DRIVERS
477M: Tobias Klauser <tklauser@distanz.ch>
478L: linux-serial@vger.kernel.org
479L: nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
480S: Maintained
481F: drivers/tty/serial/altera_uart.c
482F: drivers/tty/serial/altera_jtaguart.c
483F: include/linux/altera_uart.h
484F: include/linux/altera_jtaguart.h
485
486AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
487M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
488L: linux-geode@lists.infradead.org (moderated for non-subscribers)
489S: Supported
490F: drivers/usb/gadget/amd5536udc.*
491
492AMD GEODE PROCESSOR/CHIPSET SUPPORT
493P: Andres Salomon <dilinger@queued.net>
494L: linux-geode@lists.infradead.org (moderated for non-subscribers)
495W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
496S: Supported
497F: drivers/char/hw_random/geode-rng.c
498F: drivers/crypto/geode*
499F: drivers/video/geode/
500F: arch/x86/include/asm/geode.h
501
502AMD IOMMU (AMD-VI)
503M: Joerg Roedel <joerg.roedel@amd.com>
504L: iommu@lists.linux-foundation.org
505T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
506S: Supported
507F: arch/x86/kernel/amd_iommu*.c
508F: arch/x86/include/asm/amd_iommu*.h
509
510AMD MICROCODE UPDATE SUPPORT
511M: Andreas Herrmann <andreas.herrmann3@amd.com>
512L: amd64-microcode@amd64.org
513S: Supported
514F: arch/x86/kernel/microcode_amd.c
515
516AMS (Apple Motion Sensor) DRIVER
517M: Michael Hanselmann <linux-kernel@hansmi.ch>
518S: Supported
519F: drivers/macintosh/ams/
520
521AMSO1100 RNIC DRIVER
522M: Tom Tucker <tom@opengridcomputing.com>
523M: Steve Wise <swise@opengridcomputing.com>
524L: linux-rdma@vger.kernel.org
525S: Maintained
526F: drivers/infiniband/hw/amso1100/
527
528ANALOG DEVICES INC ASOC CODEC DRIVERS
529L: device-driver-devel@blackfin.uclinux.org
530L: alsa-devel@alsa-project.org (moderated for non-subscribers)
531W: http://wiki.analog.com/
532S: Supported
533F: sound/soc/codecs/ad1*
534F: sound/soc/codecs/ssm*
535
536ANALOG DEVICES INC ASOC DRIVERS
537L: uclinux-dist-devel@blackfin.uclinux.org
538L: alsa-devel@alsa-project.org (moderated for non-subscribers)
539W: http://blackfin.uclinux.org/
540S: Supported
541F: sound/soc/blackfin/*
542
543AOA (Apple Onboard Audio) ALSA DRIVER
544M: Johannes Berg <johannes@sipsolutions.net>
545L: linuxppc-dev@lists.ozlabs.org
546L: alsa-devel@alsa-project.org (moderated for non-subscribers)
547S: Maintained
548F: sound/aoa/
549
550APM DRIVER
551L: linux-laptop@vger.kernel.org
552S: Orphan
553F: arch/x86/kernel/apm_32.c
554F: include/linux/apm_bios.h
555
556APPLE BCM5974 MULTITOUCH DRIVER
557M: Henrik Rydberg <rydberg@euromail.se>
558L: linux-input@vger.kernel.org
559S: Maintained
560F: drivers/input/mouse/bcm5974.c
561
562APPLE SMC DRIVER
563M: Henrik Rydberg <rydberg@euromail.se>
564L: lm-sensors@lm-sensors.org
565S: Maintained
566F: drivers/hwmon/applesmc.c
567
568APPLETALK NETWORK LAYER
569M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
570S: Maintained
571F: drivers/net/appletalk/
572F: net/appletalk/
573
574ARASAN COMPACT FLASH PATA CONTROLLER
575M: Viresh Kumar <viresh.kumar@st.com>
576L: linux-ide@vger.kernel.org
577S: Maintained
578F: include/linux/pata_arasan_cf_data.h
579F: drivers/ata/pata_arasan_cf.c
580
581ARC FRAMEBUFFER DRIVER
582M: Jaya Kumar <jayalk@intworks.biz>
583S: Maintained
584F: drivers/video/arcfb.c
585F: drivers/video/fb_defio.c
586
587ARM MFM AND FLOPPY DRIVERS
588M: Ian Molton <spyro@f2s.com>
589S: Maintained
590F: arch/arm/lib/floppydma.S
591F: arch/arm/include/asm/floppy.h
592
593ARM PORT
594M: Russell King <linux@arm.linux.org.uk>
595L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
596W: http://www.arm.linux.org.uk/
597S: Maintained
598F: arch/arm/
599
600ARM PRIMECELL AACI PL041 DRIVER
601M: Russell King <linux@arm.linux.org.uk>
602S: Maintained
603F: sound/arm/aaci.*
604
605ARM PRIMECELL CLCD PL110 DRIVER
606M: Russell King <linux@arm.linux.org.uk>
607S: Maintained
608F: drivers/video/amba-clcd.*
609
610ARM PRIMECELL KMI PL050 DRIVER
611M: Russell King <linux@arm.linux.org.uk>
612S: Maintained
613F: drivers/input/serio/ambakmi.*
614F: include/linux/amba/kmi.h
615
616ARM PRIMECELL MMCI PL180/1 DRIVER
617S: Orphan
618F: drivers/mmc/host/mmci.*
619
620ARM PRIMECELL BUS SUPPORT
621M: Russell King <linux@arm.linux.org.uk>
622S: Maintained
623F: drivers/amba/
624F: include/linux/amba/bus.h
625
626ARM/ADI ROADRUNNER MACHINE SUPPORT
627M: Lennert Buytenhek <kernel@wantstofly.org>
628L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
629S: Maintained
630F: arch/arm/mach-ixp23xx/
631F: arch/arm/mach-ixp23xx/include/mach/
632
633ARM/ADS SPHERE MACHINE SUPPORT
634M: Lennert Buytenhek <kernel@wantstofly.org>
635L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
636S: Maintained
637
638ARM/AFEB9260 MACHINE SUPPORT
639M: Sergey Lapin <slapin@ossfans.org>
640L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
641S: Maintained
642
643ARM/AJECO 1ARM MACHINE SUPPORT
644M: Lennert Buytenhek <kernel@wantstofly.org>
645L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
646S: Maintained
647
648ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
649M: Andrew Victor <linux@maxim.org.za>
650M: Nicolas Ferre <nicolas.ferre@atmel.com>
651M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
652L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
653W: http://maxim.org.za/at91_26.html
654W: http://www.linux4sam.org
655S: Supported
656F: arch/arm/mach-at91/
657
658ARM/BCMRING ARM ARCHITECTURE
659M: Jiandong Zheng <jdzheng@broadcom.com>
660M: Scott Branden <sbranden@broadcom.com>
661L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
662S: Maintained
663F: arch/arm/mach-bcmring
664
665ARM/BCMRING MTD NAND DRIVER
666M: Jiandong Zheng <jdzheng@broadcom.com>
667M: Scott Branden <sbranden@broadcom.com>
668L: linux-mtd@lists.infradead.org
669S: Maintained
670F: drivers/mtd/nand/bcm_umi_nand.c
671F: drivers/mtd/nand/bcm_umi_bch.c
672F: drivers/mtd/nand/nand_bcm_umi.h
673
674ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
675M: Anton Vorontsov <avorontsov@mvista.com>
676S: Maintained
677F: arch/arm/mach-cns3xxx/
678T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
679
680ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
681M: Hartley Sweeten <hsweeten@visionengravers.com>
682M: Ryan Mallon <ryan@bluewatersys.com>
683L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
684S: Maintained
685F: arch/arm/mach-ep93xx/
686F: arch/arm/mach-ep93xx/include/mach/
687
688ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
689M: Lennert Buytenhek <kernel@wantstofly.org>
690L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
691S: Maintained
692
693ARM/CLKDEV SUPPORT
694M: Russell King <linux@arm.linux.org.uk>
695L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
696F: arch/arm/include/asm/clkdev.h
697F: drivers/clk/clkdev.c
698
699ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
700M: Mike Rapoport <mike@compulab.co.il>
701L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
702S: Maintained
703
704ARM/CONTEC MICRO9 MACHINE SUPPORT
705M: Hubert Feurstein <hubert.feurstein@contec.at>
706S: Maintained
707F: arch/arm/mach-ep93xx/micro9.c
708
709ARM/CORGI MACHINE SUPPORT
710M: Richard Purdie <rpurdie@rpsys.net>
711S: Maintained
712
713ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
714M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
715L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
716T: git git://git.berlios.de/gemini-board
717S: Maintained
718F: arch/arm/mach-gemini/
719
720ARM/EBSA110 MACHINE SUPPORT
721M: Russell King <linux@arm.linux.org.uk>
722L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
723W: http://www.arm.linux.org.uk/
724S: Maintained
725F: arch/arm/mach-ebsa110/
726F: drivers/net/arm/am79c961a.*
727
728ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
729M: Daniel Ribeiro <drwyrm@gmail.com>
730M: Stefan Schmidt <stefan@openezx.org>
731M: Harald Welte <laforge@openezx.org>
732L: openezx-devel@lists.openezx.org (subscribers-only)
733W: http://www.openezx.org/
734S: Maintained
735T: topgit git://git.openezx.org/openezx.git
736F: arch/arm/mach-pxa/ezx.c
737
738ARM/FARADAY FA526 PORT
739M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
740L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
741S: Maintained
742T: git git://git.berlios.de/gemini-board
743F: arch/arm/mm/*-fa*
744
745ARM/FOOTBRIDGE ARCHITECTURE
746M: Russell King <linux@arm.linux.org.uk>
747L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
748W: http://www.arm.linux.org.uk/
749S: Maintained
750F: arch/arm/include/asm/hardware/dec21285.h
751F: arch/arm/mach-footbridge/
752
753ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
754M: Sascha Hauer <kernel@pengutronix.de>
755L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
756S: Maintained
757T: git git://git.pengutronix.de/git/imx/linux-2.6.git
758F: arch/arm/mach-mx*/
759F: arch/arm/plat-mxc/
760
761ARM/FREESCALE IMX51
762M: Amit Kucheria <amit.kucheria@canonical.com>
763L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
764S: Maintained
765F: arch/arm/mach-mx5/
766
767ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
768M: Lennert Buytenhek <kernel@wantstofly.org>
769L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
770S: Maintained
771
772ARM/GUMSTIX MACHINE SUPPORT
773M: Steve Sakoman <sakoman@gmail.com>
774L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
775S: Maintained
776
777ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
778M: Philipp Zabel <philipp.zabel@gmail.com>
779S: Maintained
780F: arch/arm/mach-pxa/hx4700.c
781F: arch/arm/mach-pxa/include/mach/hx4700.h
782
783ARM/HP JORNADA 7XX MACHINE SUPPORT
784M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
785W: www.jlime.com
786S: Maintained
787T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
788F: arch/arm/mach-sa1100/jornada720.c
789F: arch/arm/mach-sa1100/include/mach/jornada720.h
790
791ARM/INCOME PXA270 SUPPORT
792M: Marek Vasut <marek.vasut@gmail.com>
793L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
794S: Maintained
795F: arch/arm/mach-pxa/colibri-pxa270-income.c
796
797ARM/INTEL IOP32X ARM ARCHITECTURE
798M: Lennert Buytenhek <kernel@wantstofly.org>
799M: Dan Williams <dan.j.williams@intel.com>
800L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
801S: Maintained
802
803ARM/INTEL IOP33X ARM ARCHITECTURE
804M: Dan Williams <dan.j.williams@intel.com>
805L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
806S: Maintained
807
808ARM/INTEL IOP13XX ARM ARCHITECTURE
809M: Lennert Buytenhek <kernel@wantstofly.org>
810M: Dan Williams <dan.j.williams@intel.com>
811L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
812S: Maintained
813
814ARM/INTEL IQ81342EX MACHINE SUPPORT
815M: Lennert Buytenhek <kernel@wantstofly.org>
816M: Dan Williams <dan.j.williams@intel.com>
817L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
818S: Maintained
819
820ARM/INTEL IXP2000 ARM ARCHITECTURE
821M: Lennert Buytenhek <kernel@wantstofly.org>
822L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
823S: Maintained
824
825ARM/INTEL IXDP2850 MACHINE SUPPORT
826M: Lennert Buytenhek <kernel@wantstofly.org>
827L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
828S: Maintained
829
830ARM/INTEL IXP23XX ARM ARCHITECTURE
831M: Lennert Buytenhek <kernel@wantstofly.org>
832L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
833S: Maintained
834
835ARM/INTEL IXP4XX ARM ARCHITECTURE
836M: Imre Kaloz <kaloz@openwrt.org>
837M: Krzysztof Halasa <khc@pm.waw.pl>
838L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839S: Maintained
840F: arch/arm/mach-ixp4xx/
841
842ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
843M: Jonathan Cameron <jic23@cam.ac.uk>
844L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
845S: Maintained
846F: arch/arm/mach-pxa/stargate2.c
847F: drivers/pcmcia/pxa2xx_stargate2.c
848
849ARM/INTEL XSC3 (MANZANO) ARM CORE
850M: Lennert Buytenhek <kernel@wantstofly.org>
851M: Dan Williams <dan.j.williams@intel.com>
852L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
853S: Maintained
854
855ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
856M: Lennert Buytenhek <kernel@wantstofly.org>
857L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
858S: Maintained
859
860ARM/LOGICPD PXA270 MACHINE SUPPORT
861M: Lennert Buytenhek <kernel@wantstofly.org>
862L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
863S: Maintained
864
865ARM/MAGICIAN MACHINE SUPPORT
866M: Philipp Zabel <philipp.zabel@gmail.com>
867S: Maintained
868
869ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
870M: Lennert Buytenhek <kernel@wantstofly.org>
871M: Nicolas Pitre <nico@fluxnic.net>
872L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
873S: Odd Fixes
874F: arch/arm/mach-loki/
875F: arch/arm/mach-kirkwood/
876F: arch/arm/mach-mv78xx0/
877F: arch/arm/mach-orion5x/
878F: arch/arm/plat-orion/
879
880ARM/Orion SoC/Technologic Systems TS-78xx platform support
881M: Alexander Clouter <alex@digriz.org.uk>
882L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
883W: http://www.digriz.org.uk/ts78xx/kernel
884S: Maintained
885F: arch/arm/mach-orion5x/ts78xx-*
886
887ARM/MIOA701 MACHINE SUPPORT
888M: Robert Jarzmik <robert.jarzmik@free.fr>
889L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
890F: arch/arm/mach-pxa/mioa701.c
891S: Maintained
892
893ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
894M: Michael Petchkovsky <mkpetch@internode.on.net>
895S: Maintained
896
897ARM/NOMADIK ARCHITECTURE
898M: Alessandro Rubini <rubini@unipv.it>
899M: Linus Walleij <linus.walleij@stericsson.com>
900M: STEricsson <STEricsson_nomadik_linux@list.st.com>
901L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
902S: Maintained
903F: arch/arm/mach-nomadik/
904F: arch/arm/plat-nomadik/
905F: drivers/i2c/busses/i2c-nomadik.c
906T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
907
908ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
909M: Nelson Castillo <arhuaco@freaks-unidos.net>
910L: openmoko-kernel@lists.openmoko.org (subscribers-only)
911W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
912S: Supported
913
914ARM/QUALCOMM MSM MACHINE SUPPORT
915M: David Brown <davidb@codeaurora.org>
916M: Daniel Walker <dwalker@fifo99.com>
917M: Bryan Huntsman <bryanh@codeaurora.org>
918L: linux-arm-msm@vger.kernel.org
919F: arch/arm/mach-msm/
920F: drivers/video/msm/
921F: drivers/mmc/host/msm_sdcc.c
922F: drivers/mmc/host/msm_sdcc.h
923F: drivers/tty/serial/msm_serial.h
924F: drivers/tty/serial/msm_serial.c
925F: drivers/platform/msm/
926T: git git://codeaurora.org/quic/kernel/davidb/linux-msm.git
927S: Maintained
928
929ARM/TOSA MACHINE SUPPORT
930M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
931M: Dirk Opfer <dirk@opfer-online.de>
932S: Maintained
933
934ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
935M: Marek Vasut <marek.vasut@gmail.com>
936L: linux-arm-kernel@lists.infradead.org
937W: http://hackndev.com
938S: Maintained
939F: arch/arm/mach-pxa/include/mach/palmtx.h
940F: arch/arm/mach-pxa/palmtx.c
941F: arch/arm/mach-pxa/include/mach/palmt5.h
942F: arch/arm/mach-pxa/palmt5.c
943F: arch/arm/mach-pxa/include/mach/palmld.h
944F: arch/arm/mach-pxa/palmld.c
945F: arch/arm/mach-pxa/include/mach/palmte2.h
946F: arch/arm/mach-pxa/palmte2.c
947F: arch/arm/mach-pxa/include/mach/palmtc.h
948F: arch/arm/mach-pxa/palmtc.c
949
950ARM/PALM TREO SUPPORT
951M: Tomas Cech <sleep_walker@suse.cz>
952L: linux-arm-kernel@lists.infradead.org
953W: http://hackndev.com
954S: Maintained
955F: arch/arm/mach-pxa/include/mach/palmtreo.h
956F: arch/arm/mach-pxa/palmtreo.c
957
958ARM/PALMZ72 SUPPORT
959M: Sergey Lapin <slapin@ossfans.org>
960L: linux-arm-kernel@lists.infradead.org
961W: http://hackndev.com
962S: Maintained
963F: arch/arm/mach-pxa/include/mach/palmz72.h
964F: arch/arm/mach-pxa/palmz72.c
965
966ARM/PLEB SUPPORT
967M: Peter Chubb <pleb@gelato.unsw.edu.au>
968W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
969S: Maintained
970
971ARM/PT DIGITAL BOARD PORT
972M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
973L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974W: http://www.arm.linux.org.uk/
975S: Maintained
976
977ARM/RADISYS ENP2611 MACHINE SUPPORT
978M: Lennert Buytenhek <kernel@wantstofly.org>
979L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980S: Maintained
981
982ARM/RISCPC ARCHITECTURE
983M: Russell King <linux@arm.linux.org.uk>
984L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
985W: http://www.arm.linux.org.uk/
986S: Maintained
987F: arch/arm/common/time-acorn.c
988F: arch/arm/include/asm/hardware/entry-macro-iomd.S
989F: arch/arm/include/asm/hardware/ioc.h
990F: arch/arm/include/asm/hardware/iomd.h
991F: arch/arm/include/asm/hardware/memc.h
992F: arch/arm/mach-rpc/
993F: drivers/net/arm/ether*
994F: drivers/scsi/arm/
995
996ARM/SHARK MACHINE SUPPORT
997M: Alexander Schulz <alex@shark-linux.de>
998W: http://www.shark-linux.de/shark.html
999S: Maintained
1000
1001ARM/SAMSUNG ARM ARCHITECTURES
1002M: Ben Dooks <ben-linux@fluff.org>
1003M: Kukjin Kim <kgene.kim@samsung.com>
1004L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005W: http://www.fluff.org/ben/linux/
1006S: Maintained
1007F: arch/arm/plat-samsung/
1008F: arch/arm/plat-s3c24xx/
1009F: arch/arm/plat-s5p/
1010F: drivers/*/*s3c2410*
1011F: drivers/*/*/*s3c2410*
1012
1013ARM/S3C2410 ARM ARCHITECTURE
1014M: Ben Dooks <ben-linux@fluff.org>
1015L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016W: http://www.fluff.org/ben/linux/
1017S: Maintained
1018F: arch/arm/mach-s3c2410/
1019
1020ARM/S3C244x ARM ARCHITECTURE
1021M: Ben Dooks <ben-linux@fluff.org>
1022L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023W: http://www.fluff.org/ben/linux/
1024S: Maintained
1025F: arch/arm/mach-s3c2440/
1026F: arch/arm/mach-s3c2443/
1027
1028ARM/S3C64xx ARM ARCHITECTURE
1029M: Ben Dooks <ben-linux@fluff.org>
1030L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031W: http://www.fluff.org/ben/linux/
1032S: Maintained
1033F: arch/arm/mach-s3c64xx/
1034
1035ARM/S5P EXYNOS ARM ARCHITECTURES
1036M: Kukjin Kim <kgene.kim@samsung.com>
1037L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1039S: Maintained
1040F: arch/arm/mach-s5p*/
1041F: arch/arm/mach-exynos*/
1042
1043ARM/SAMSUNG MOBILE MACHINE SUPPORT
1044M: Kyungmin Park <kyungmin.park@samsung.com>
1045L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046S: Maintained
1047F: arch/arm/mach-s5pv210/mach-aquila.c
1048F: arch/arm/mach-s5pv210/mach-goni.c
1049F: arch/arm/mach-exynos4/mach-universal_c210.c
1050F: arch/arm/mach-exynos4/mach-nuri.c
1051
1052ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1053M: Kyungmin Park <kyungmin.park@samsung.com>
1054M: Sylwester Nawrocki <s.nawrocki@samsung.com>
1055L: linux-arm-kernel@lists.infradead.org
1056L: linux-media@vger.kernel.org
1057S: Maintained
1058F: arch/arm/plat-s5p/dev-fimc*
1059F: arch/arm/plat-samsung/include/plat/*fimc*
1060F: drivers/media/video/s5p-fimc/
1061
1062ARM/SHMOBILE ARM ARCHITECTURE
1063M: Paul Mundt <lethal@linux-sh.org>
1064M: Magnus Damm <magnus.damm@gmail.com>
1065L: linux-sh@vger.kernel.org
1066W: http://oss.renesas.com
1067Q: http://patchwork.kernel.org/project/linux-sh/list/
1068T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1069S: Supported
1070F: arch/arm/mach-shmobile/
1071F: drivers/sh/
1072
1073ARM/TELECHIPS ARM ARCHITECTURE
1074M: "Hans J. Koch" <hjk@hansjkoch.de>
1075L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076S: Maintained
1077F: arch/arm/plat-tcc/
1078F: arch/arm/mach-tcc8k/
1079
1080ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1081M: Lennert Buytenhek <kernel@wantstofly.org>
1082L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1083S: Maintained
1084
1085ARM/TETON BGA MACHINE SUPPORT
1086M: "Mark F. Brown" <mark.brown314@gmail.com>
1087L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1088S: Maintained
1089
1090ARM/THECUS N2100 MACHINE SUPPORT
1091M: Lennert Buytenhek <kernel@wantstofly.org>
1092L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093S: Maintained
1094
1095ARM/NUVOTON W90X900 ARM ARCHITECTURE
1096M: Wan ZongShun <mcuos.com@gmail.com>
1097L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098W: http://www.mcuos.com
1099S: Maintained
1100F: arch/arm/mach-w90x900/
1101F: arch/arm/mach-nuc93x/
1102F: drivers/input/keyboard/w90p910_keypad.c
1103F: drivers/input/touchscreen/w90p910_ts.c
1104F: drivers/watchdog/nuc900_wdt.c
1105F: drivers/net/arm/w90p910_ether.c
1106F: drivers/mtd/nand/nuc900_nand.c
1107F: drivers/rtc/rtc-nuc900.c
1108F: drivers/spi/spi_nuc900.c
1109F: drivers/usb/host/ehci-w90x900.c
1110F: drivers/video/nuc900fb.c
1111
1112ARM/U300 MACHINE SUPPORT
1113M: Linus Walleij <linus.walleij@stericsson.com>
1114L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115S: Supported
1116F: arch/arm/mach-u300/
1117F: drivers/i2c/busses/i2c-stu300.c
1118F: drivers/rtc/rtc-coh901331.c
1119F: drivers/watchdog/coh901327_wdt.c
1120F: drivers/dma/coh901318*
1121F: drivers/mfd/ab3100*
1122F: drivers/rtc/rtc-ab3100.c
1123F: drivers/rtc/rtc-coh901331.c
1124T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1125
1126ARM/Ux500 ARM ARCHITECTURE
1127M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1128M: Linus Walleij <linus.walleij@stericsson.com>
1129L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130S: Maintained
1131F: arch/arm/mach-ux500/
1132F: drivers/dma/ste_dma40*
1133F: drivers/mfd/ab3550*
1134F: drivers/mfd/abx500*
1135F: drivers/mfd/ab8500*
1136F: drivers/mfd/stmpe*
1137F: drivers/rtc/rtc-ab8500.c
1138T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1139
1140ARM/VFP SUPPORT
1141M: Russell King <linux@arm.linux.org.uk>
1142L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143W: http://www.arm.linux.org.uk/
1144S: Maintained
1145F: arch/arm/vfp/
1146
1147ARM/VOIPAC PXA270 SUPPORT
1148M: Marek Vasut <marek.vasut@gmail.com>
1149L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150S: Maintained
1151F: arch/arm/mach-pxa/vpac270.c
1152F: arch/arm/mach-pxa/include/mach/vpac270.h
1153
1154ARM/ZIPIT Z2 SUPPORT
1155M: Marek Vasut <marek.vasut@gmail.com>
1156L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157S: Maintained
1158F: arch/arm/mach-pxa/z2.c
1159F: arch/arm/mach-pxa/include/mach/z2.h
1160
1161ASC7621 HARDWARE MONITOR DRIVER
1162M: George Joseph <george.joseph@fairview5.com>
1163L: lm-sensors@lm-sensors.org
1164S: Maintained
1165F: Documentation/hwmon/asc7621
1166F: drivers/hwmon/asc7621.c
1167
1168ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1169M: Corentin Chary <corentincj@iksaif.net>
1170L: acpi4asus-user@lists.sourceforge.net
1171L: platform-driver-x86@vger.kernel.org
1172W: http://acpi4asus.sf.net
1173S: Maintained
1174F: drivers/platform/x86/asus*.c
1175F: drivers/platform/x86/eeepc*.c
1176
1177ASUS ASB100 HARDWARE MONITOR DRIVER
1178M: "Mark M. Hoffman" <mhoffman@lightlink.com>
1179L: lm-sensors@lm-sensors.org
1180S: Maintained
1181F: drivers/hwmon/asb100.c
1182
1183ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1184M: Dan Williams <dan.j.williams@intel.com>
1185W: http://sourceforge.net/projects/xscaleiop
1186S: Supported
1187F: Documentation/crypto/async-tx-api.txt
1188F: crypto/async_tx/
1189F: drivers/dma/
1190F: include/linux/dmaengine.h
1191F: include/linux/async_tx.h
1192
1193AT24 EEPROM DRIVER
1194M: Wolfram Sang <w.sang@pengutronix.de>
1195L: linux-i2c@vger.kernel.org
1196S: Maintained
1197F: drivers/misc/eeprom/at24.c
1198F: include/linux/i2c/at24.h
1199
1200ATA OVER ETHERNET (AOE) DRIVER
1201M: "Ed L. Cashin" <ecashin@coraid.com>
1202W: http://www.coraid.com/support/linux
1203S: Supported
1204F: Documentation/aoe/
1205F: drivers/block/aoe/
1206
1207ATHEROS ATH GENERIC UTILITIES
1208M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1209L: linux-wireless@vger.kernel.org
1210S: Supported
1211F: drivers/net/wireless/ath/*
1212
1213ATHEROS ATH5K WIRELESS DRIVER
1214M: Jiri Slaby <jirislaby@gmail.com>
1215M: Nick Kossifidis <mickflemm@gmail.com>
1216M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1217M: Bob Copeland <me@bobcopeland.com>
1218L: linux-wireless@vger.kernel.org
1219L: ath5k-devel@lists.ath5k.org
1220W: http://wireless.kernel.org/en/users/Drivers/ath5k
1221S: Maintained
1222F: drivers/net/wireless/ath/ath5k/
1223
1224ATHEROS ATH9K WIRELESS DRIVER
1225M: "Luis R. Rodriguez" <lrodriguez@atheros.com>
1226M: Jouni Malinen <jmalinen@atheros.com>
1227M: Vasanthakumar Thiagarajan <vasanth@atheros.com>
1228M: Senthil Balasubramanian <senthilkumar@atheros.com>
1229L: linux-wireless@vger.kernel.org
1230L: ath9k-devel@lists.ath9k.org
1231W: http://wireless.kernel.org/en/users/Drivers/ath9k
1232S: Supported
1233F: drivers/net/wireless/ath/ath9k/
1234
1235ATHEROS AR9170 WIRELESS DRIVER
1236M: Christian Lamparter <chunkeey@web.de>
1237L: linux-wireless@vger.kernel.org
1238W: http://wireless.kernel.org/en/users/Drivers/ar9170
1239S: Obsolete
1240F: drivers/net/wireless/ath/ar9170/
1241
1242CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1243M: Christian Lamparter <chunkeey@googlemail.com>
1244L: linux-wireless@vger.kernel.org
1245W: http://wireless.kernel.org/en/users/Drivers/carl9170
1246S: Maintained
1247F: drivers/net/wireless/ath/carl9170/
1248
1249ATK0110 HWMON DRIVER
1250M: Luca Tettamanti <kronos.it@gmail.com>
1251L: lm-sensors@lm-sensors.org
1252S: Maintained
1253F: drivers/hwmon/asus_atk0110.c
1254
1255ATI_REMOTE2 DRIVER
1256M: Ville Syrjala <syrjala@sci.fi>
1257S: Maintained
1258F: drivers/input/misc/ati_remote2.c
1259
1260ATLX ETHERNET DRIVERS
1261M: Jay Cliburn <jcliburn@gmail.com>
1262M: Chris Snook <chris.snook@gmail.com>
1263M: Jie Yang <jie.yang@atheros.com>
1264L: netdev@vger.kernel.org
1265W: http://sourceforge.net/projects/atl1
1266W: http://atl1.sourceforge.net
1267S: Maintained
1268F: drivers/net/atlx/
1269
1270ATM
1271M: Chas Williams <chas@cmf.nrl.navy.mil>
1272L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1273L: netdev@vger.kernel.org
1274W: http://linux-atm.sourceforge.net
1275S: Maintained
1276F: drivers/atm/
1277F: include/linux/atm*
1278
1279ATMEL AT91 MCI DRIVER
1280M: Nicolas Ferre <nicolas.ferre@atmel.com>
1281L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1282W: http://www.atmel.com/products/AT91/
1283W: http://www.at91.com/
1284S: Maintained
1285F: drivers/mmc/host/at91_mci.c
1286
1287ATMEL AT91 / AT32 MCI DRIVER
1288M: Nicolas Ferre <nicolas.ferre@atmel.com>
1289S: Maintained
1290F: drivers/mmc/host/atmel-mci.c
1291F: drivers/mmc/host/atmel-mci-regs.h
1292
1293ATMEL AT91 / AT32 SERIAL DRIVER
1294M: Nicolas Ferre <nicolas.ferre@atmel.com>
1295S: Supported
1296F: drivers/tty/serial/atmel_serial.c
1297
1298ATMEL LCDFB DRIVER
1299M: Nicolas Ferre <nicolas.ferre@atmel.com>
1300L: linux-fbdev@vger.kernel.org
1301S: Maintained
1302F: drivers/video/atmel_lcdfb.c
1303F: include/video/atmel_lcdc.h
1304
1305ATMEL MACB ETHERNET DRIVER
1306M: Nicolas Ferre <nicolas.ferre@atmel.com>
1307S: Supported
1308F: drivers/net/macb.*
1309
1310ATMEL SPI DRIVER
1311M: Nicolas Ferre <nicolas.ferre@atmel.com>
1312S: Supported
1313F: drivers/spi/atmel_spi.*
1314
1315ATMEL USBA UDC DRIVER
1316M: Nicolas Ferre <nicolas.ferre@atmel.com>
1317L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1318W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1319S: Supported
1320F: drivers/usb/gadget/atmel_usba_udc.*
1321
1322ATMEL WIRELESS DRIVER
1323M: Simon Kelley <simon@thekelleys.org.uk>
1324L: linux-wireless@vger.kernel.org
1325W: http://www.thekelleys.org.uk/atmel
1326W: http://atmelwlandriver.sourceforge.net/
1327S: Maintained
1328F: drivers/net/wireless/atmel*
1329
1330AUDIT SUBSYSTEM
1331M: Al Viro <viro@zeniv.linux.org.uk>
1332M: Eric Paris <eparis@redhat.com>
1333L: linux-audit@redhat.com (subscribers-only)
1334W: http://people.redhat.com/sgrubb/audit/
1335T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1336S: Maintained
1337F: include/linux/audit.h
1338F: kernel/audit*
1339
1340AUXILIARY DISPLAY DRIVERS
1341M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1342W: http://miguelojeda.es/auxdisplay.htm
1343W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1344S: Maintained
1345F: drivers/auxdisplay/
1346F: include/linux/cfag12864b.h
1347
1348AVR32 ARCHITECTURE
1349M: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1350W: http://www.atmel.com/products/AVR32/
1351W: http://avr32linux.org/
1352W: http://avrfreaks.net/
1353S: Supported
1354F: arch/avr32/
1355
1356AVR32/AT32AP MACHINE SUPPORT
1357M: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1358S: Supported
1359F: arch/avr32/mach-at32ap/
1360
1361AX.25 NETWORK LAYER
1362M: Ralf Baechle <ralf@linux-mips.org>
1363L: linux-hams@vger.kernel.org
1364W: http://www.linux-ax25.org/
1365S: Maintained
1366F: include/linux/ax25.h
1367F: include/net/ax25.h
1368F: net/ax25/
1369
1370B43 WIRELESS DRIVER
1371M: Stefano Brivio <stefano.brivio@polimi.it>
1372L: linux-wireless@vger.kernel.org
1373W: http://linuxwireless.org/en/users/Drivers/b43
1374S: Maintained
1375F: drivers/net/wireless/b43/
1376
1377B43LEGACY WIRELESS DRIVER
1378M: Larry Finger <Larry.Finger@lwfinger.net>
1379M: Stefano Brivio <stefano.brivio@polimi.it>
1380L: linux-wireless@vger.kernel.org
1381W: http://linuxwireless.org/en/users/Drivers/b43
1382S: Maintained
1383F: drivers/net/wireless/b43legacy/
1384
1385BACKLIGHT CLASS/SUBSYSTEM
1386M: Richard Purdie <rpurdie@rpsys.net>
1387S: Maintained
1388F: drivers/video/backlight/
1389F: include/linux/backlight.h
1390
1391BATMAN ADVANCED
1392M: Marek Lindner <lindner_marek@yahoo.de>
1393M: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1394M: Sven Eckelmann <sven@narfation.org>
1395L: b.a.t.m.a.n@lists.open-mesh.org
1396W: http://www.open-mesh.org/
1397S: Maintained
1398F: net/batman-adv/
1399
1400BAYCOM/HDLCDRV DRIVERS FOR AX.25
1401M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1402L: linux-hams@vger.kernel.org
1403W: http://www.baycom.org/~tom/ham/ham.html
1404S: Maintained
1405F: drivers/net/hamradio/baycom*
1406
1407BEFS FILE SYSTEM
1408S: Orphan
1409F: Documentation/filesystems/befs.txt
1410F: fs/befs/
1411
1412BFS FILE SYSTEM
1413M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1414S: Maintained
1415F: Documentation/filesystems/bfs.txt
1416F: fs/bfs/
1417F: include/linux/bfs_fs.h
1418
1419BLACKFIN ARCHITECTURE
1420M: Mike Frysinger <vapier@gentoo.org>
1421L: uclinux-dist-devel@blackfin.uclinux.org
1422W: http://blackfin.uclinux.org
1423S: Supported
1424F: arch/blackfin/
1425
1426BLACKFIN EMAC DRIVER
1427M: Michael Hennerich <michael.hennerich@analog.com>
1428L: uclinux-dist-devel@blackfin.uclinux.org
1429W: http://blackfin.uclinux.org
1430S: Supported
1431F: drivers/net/bfin_mac.*
1432
1433BLACKFIN RTC DRIVER
1434M: Mike Frysinger <vapier.adi@gmail.com>
1435L: uclinux-dist-devel@blackfin.uclinux.org
1436W: http://blackfin.uclinux.org
1437S: Supported
1438F: drivers/rtc/rtc-bfin.c
1439
1440BLACKFIN SDH DRIVER
1441M: Cliff Cai <cliff.cai@analog.com>
1442L: uclinux-dist-devel@blackfin.uclinux.org
1443W: http://blackfin.uclinux.org
1444S: Supported
1445F: drivers/mmc/host/bfin_sdh.c
1446
1447BLACKFIN SERIAL DRIVER
1448M: Sonic Zhang <sonic.zhang@analog.com>
1449L: uclinux-dist-devel@blackfin.uclinux.org
1450W: http://blackfin.uclinux.org
1451S: Supported
1452F: drivers/tty/serial/bfin_5xx.c
1453
1454BLACKFIN WATCHDOG DRIVER
1455M: Mike Frysinger <vapier.adi@gmail.com>
1456L: uclinux-dist-devel@blackfin.uclinux.org
1457W: http://blackfin.uclinux.org
1458S: Supported
1459F: drivers/watchdog/bfin_wdt.c
1460
1461BLACKFIN I2C TWI DRIVER
1462M: Sonic Zhang <sonic.zhang@analog.com>
1463L: uclinux-dist-devel@blackfin.uclinux.org
1464W: http://blackfin.uclinux.org/
1465S: Supported
1466F: drivers/i2c/busses/i2c-bfin-twi.c
1467
1468BLOCK LAYER
1469M: Jens Axboe <axboe@kernel.dk>
1470T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1471S: Maintained
1472F: block/
1473
1474BLOCK2MTD DRIVER
1475M: Joern Engel <joern@lazybastard.org>
1476L: linux-mtd@lists.infradead.org
1477S: Maintained
1478F: drivers/mtd/devices/block2mtd.c
1479
1480BLUETOOTH DRIVERS
1481M: Marcel Holtmann <marcel@holtmann.org>
1482M: "Gustavo F. Padovan" <padovan@profusion.mobi>
1483L: linux-bluetooth@vger.kernel.org
1484W: http://www.bluez.org/
1485T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1486S: Maintained
1487F: drivers/bluetooth/
1488
1489BLUETOOTH SUBSYSTEM
1490M: Marcel Holtmann <marcel@holtmann.org>
1491M: "Gustavo F. Padovan" <padovan@profusion.mobi>
1492L: linux-bluetooth@vger.kernel.org
1493W: http://www.bluez.org/
1494T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1495S: Maintained
1496F: net/bluetooth/
1497F: include/net/bluetooth/
1498
1499BONDING DRIVER
1500M: Jay Vosburgh <fubar@us.ibm.com>
1501M: Andy Gospodarek <andy@greyhouse.net>
1502L: netdev@vger.kernel.org
1503W: http://sourceforge.net/projects/bonding/
1504S: Supported
1505F: drivers/net/bonding/
1506F: include/linux/if_bonding.h
1507
1508BROADCOM B44 10/100 ETHERNET DRIVER
1509M: Gary Zambrano <zambrano@broadcom.com>
1510L: netdev@vger.kernel.org
1511S: Supported
1512F: drivers/net/b44.*
1513
1514BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1515M: Michael Chan <mchan@broadcom.com>
1516L: netdev@vger.kernel.org
1517S: Supported
1518F: drivers/net/bnx2.*
1519F: drivers/net/bnx2_*
1520
1521BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1522M: Eilon Greenstein <eilong@broadcom.com>
1523L: netdev@vger.kernel.org
1524S: Supported
1525F: drivers/net/bnx2x/
1526
1527BROADCOM TG3 GIGABIT ETHERNET DRIVER
1528M: Matt Carlson <mcarlson@broadcom.com>
1529M: Michael Chan <mchan@broadcom.com>
1530L: netdev@vger.kernel.org
1531S: Supported
1532F: drivers/net/tg3.*
1533
1534BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1535M: Brett Rudley <brudley@broadcom.com>
1536M: Henry Ptasinski <henryp@broadcom.com>
1537M: Dowan Kim <dowan@broadcom.com>
1538M: Roland Vossen <rvossen@broadcom.com>
1539M: Arend van Spriel <arend@broadcom.com>
1540L: linux-wireless@vger.kernel.org
1541S: Supported
1542F: drivers/staging/brcm80211/
1543
1544BROCADE BFA FC SCSI DRIVER
1545M: Jing Huang <huangj@brocade.com>
1546L: linux-scsi@vger.kernel.org
1547S: Supported
1548F: drivers/scsi/bfa/
1549
1550BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1551M: Rasesh Mody <rmody@brocade.com>
1552M: Debashis Dutt <ddutt@brocade.com>
1553L: netdev@vger.kernel.org
1554S: Supported
1555F: drivers/net/bna/
1556
1557BSG (block layer generic sg v4 driver)
1558M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1559L: linux-scsi@vger.kernel.org
1560S: Supported
1561F: block/bsg.c
1562F: include/linux/bsg.h
1563
1564BT87X AUDIO DRIVER
1565M: Clemens Ladisch <clemens@ladisch.de>
1566L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1567T: git git://git.alsa-project.org/alsa-kernel.git
1568S: Maintained
1569F: Documentation/sound/alsa/Bt87x.txt
1570F: sound/pci/bt87x.c
1571
1572BT8XXGPIO DRIVER
1573M: Michael Buesch <mb@bu3sch.de>
1574W: http://bu3sch.de/btgpio.php
1575S: Maintained
1576F: drivers/gpio/bt8xxgpio.c
1577
1578BTRFS FILE SYSTEM
1579M: Chris Mason <chris.mason@oracle.com>
1580L: linux-btrfs@vger.kernel.org
1581W: http://btrfs.wiki.kernel.org/
1582Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1583T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1584S: Maintained
1585F: Documentation/filesystems/btrfs.txt
1586F: fs/btrfs/
1587
1588BTTV VIDEO4LINUX DRIVER
1589M: Mauro Carvalho Chehab <mchehab@infradead.org>
1590L: linux-media@vger.kernel.org
1591W: http://linuxtv.org
1592T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1593S: Maintained
1594F: Documentation/video4linux/bttv/
1595F: drivers/media/video/bt8xx/bttv*
1596
1597C-MEDIA CMI8788 DRIVER
1598M: Clemens Ladisch <clemens@ladisch.de>
1599L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1600T: git git://git.alsa-project.org/alsa-kernel.git
1601S: Maintained
1602F: sound/pci/oxygen/
1603
1604CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1605M: David Howells <dhowells@redhat.com>
1606L: linux-cachefs@redhat.com
1607S: Supported
1608F: Documentation/filesystems/caching/cachefiles.txt
1609F: fs/cachefiles/
1610
1611CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1612M: Jonathan Corbet <corbet@lwn.net>
1613L: linux-media@vger.kernel.org
1614T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1615S: Maintained
1616F: Documentation/video4linux/cafe_ccic
1617F: drivers/media/video/cafe_ccic*
1618
1619CAIF NETWORK LAYER
1620M: Sjur Braendeland <sjur.brandeland@stericsson.com>
1621L: netdev@vger.kernel.org
1622S: Supported
1623F: Documentation/networking/caif/
1624F: drivers/net/caif/
1625F: include/linux/caif/
1626F: include/net/caif/
1627F: net/caif/
1628
1629CALGARY x86-64 IOMMU
1630M: Muli Ben-Yehuda <muli@il.ibm.com>
1631M: "Jon D. Mason" <jdmason@kudzu.us>
1632L: discuss@x86-64.org
1633S: Maintained
1634F: arch/x86/kernel/pci-calgary_64.c
1635F: arch/x86/kernel/tce_64.c
1636F: arch/x86/include/asm/calgary.h
1637F: arch/x86/include/asm/tce.h
1638
1639CAN NETWORK LAYER
1640M: Oliver Hartkopp <socketcan@hartkopp.net>
1641M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1642M: Urs Thuermann <urs.thuermann@volkswagen.de>
1643L: socketcan-core@lists.berlios.de
1644L: netdev@vger.kernel.org
1645W: http://developer.berlios.de/projects/socketcan/
1646S: Maintained
1647F: net/can/
1648F: include/linux/can.h
1649F: include/linux/can/core.h
1650F: include/linux/can/bcm.h
1651F: include/linux/can/raw.h
1652
1653CAN NETWORK DRIVERS
1654M: Wolfgang Grandegger <wg@grandegger.com>
1655L: socketcan-core@lists.berlios.de
1656L: netdev@vger.kernel.org
1657W: http://developer.berlios.de/projects/socketcan/
1658S: Maintained
1659F: drivers/net/can/
1660F: include/linux/can/dev.h
1661F: include/linux/can/error.h
1662F: include/linux/can/netlink.h
1663F: include/linux/can/platform/
1664
1665CELL BROADBAND ENGINE ARCHITECTURE
1666M: Arnd Bergmann <arnd@arndb.de>
1667L: linuxppc-dev@lists.ozlabs.org
1668L: cbe-oss-dev@lists.ozlabs.org
1669W: http://www.ibm.com/developerworks/power/cell/
1670S: Supported
1671F: arch/powerpc/include/asm/cell*.h
1672F: arch/powerpc/include/asm/spu*.h
1673F: arch/powerpc/oprofile/*cell*
1674F: arch/powerpc/platforms/cell/
1675
1676CEPH DISTRIBUTED FILE SYSTEM CLIENT
1677M: Sage Weil <sage@newdream.net>
1678L: ceph-devel@vger.kernel.org
1679W: http://ceph.newdream.net/
1680T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1681S: Supported
1682F: Documentation/filesystems/ceph.txt
1683F: fs/ceph
1684F: net/ceph
1685F: include/linux/ceph
1686
1687CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1688L: linux-usb@vger.kernel.org
1689S: Orphan
1690F: Documentation/usb/WUSB-Design-overview.txt
1691F: Documentation/usb/wusb-cbaf
1692F: drivers/usb/host/hwa-hc.c
1693F: drivers/usb/host/whci/
1694F: drivers/usb/wusbcore/
1695F: include/linux/usb/wusb*
1696
1697CFAG12864B LCD DRIVER
1698M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1699W: http://miguelojeda.es/auxdisplay.htm
1700W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1701S: Maintained
1702F: drivers/auxdisplay/cfag12864b.c
1703F: include/linux/cfag12864b.h
1704
1705CFAG12864BFB LCD FRAMEBUFFER DRIVER
1706M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1707W: http://miguelojeda.es/auxdisplay.htm
1708W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1709S: Maintained
1710F: drivers/auxdisplay/cfag12864bfb.c
1711F: include/linux/cfag12864b.h
1712
1713CFG80211 and NL80211
1714M: Johannes Berg <johannes@sipsolutions.net>
1715L: linux-wireless@vger.kernel.org
1716S: Maintained
1717F: include/linux/nl80211.h
1718F: include/net/cfg80211.h
1719F: net/wireless/*
1720X: net/wireless/wext*
1721
1722CHECKPATCH
1723M: Andy Whitcroft <apw@canonical.com>
1724S: Supported
1725F: scripts/checkpatch.pl
1726
1727CHINESE DOCUMENTATION
1728M: Harry Wei <harryxiyou@gmail.com>
1729L: xiyoulinuxkernelgroup@googlegroups.com
1730L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
1731S: Maintained
1732F: Documentation/zh_CN/
1733
1734CISCO VIC ETHERNET NIC DRIVER
1735M: Christian Benvenuti <benve@cisco.com>
1736M: Vasanthy Kolluri <vkolluri@cisco.com>
1737M: Roopa Prabhu <roprabhu@cisco.com>
1738M: David Wang <dwang2@cisco.com>
1739S: Supported
1740F: drivers/net/enic/
1741
1742CIRRUS LOGIC EP93XX ETHERNET DRIVER
1743M: Lennert Buytenhek <kernel@wantstofly.org>
1744L: netdev@vger.kernel.org
1745S: Maintained
1746F: drivers/net/arm/ep93xx_eth.c
1747
1748CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1749M: Lennert Buytenhek <kernel@wantstofly.org>
1750L: linux-usb@vger.kernel.org
1751S: Maintained
1752F: drivers/usb/host/ohci-ep93xx.c
1753
1754CIRRUS LOGIC CS4270 SOUND DRIVER
1755M: Timur Tabi <timur@freescale.com>
1756L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1757S: Supported
1758F: sound/soc/codecs/cs4270*
1759
1760CLK API
1761M: Russell King <linux@arm.linux.org.uk>
1762F: include/linux/clk.h
1763
1764CISCO FCOE HBA DRIVER
1765M: Abhijeet Joglekar <abjoglek@cisco.com>
1766M: Joe Eykholt <jeykholt@cisco.com>
1767L: linux-scsi@vger.kernel.org
1768S: Supported
1769F: drivers/scsi/fnic/
1770
1771CMPC ACPI DRIVER
1772M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1773M: Daniel Oliveira Nascimento <don@syst.com.br>
1774L: platform-driver-x86@vger.kernel.org
1775S: Supported
1776F: drivers/platform/x86/classmate-laptop.c
1777
1778COCCINELLE/Semantic Patches (SmPL)
1779M: Julia Lawall <julia@diku.dk>
1780M: Gilles Muller <Gilles.Muller@lip6.fr>
1781M: Nicolas Palix <npalix.work@gmail.com>
1782L: cocci@diku.dk (moderated for non-subscribers)
1783W: http://coccinelle.lip6.fr/
1784S: Supported
1785F: scripts/coccinelle/
1786F: scripts/coccicheck
1787
1788CODA FILE SYSTEM
1789M: Jan Harkes <jaharkes@cs.cmu.edu>
1790M: coda@cs.cmu.edu
1791L: codalist@coda.cs.cmu.edu
1792W: http://www.coda.cs.cmu.edu/
1793S: Maintained
1794F: Documentation/filesystems/coda.txt
1795F: fs/coda/
1796F: include/linux/coda*.h
1797
1798COMMON INTERNET FILE SYSTEM (CIFS)
1799M: Steve French <sfrench@samba.org>
1800L: linux-cifs@vger.kernel.org
1801L: samba-technical@lists.samba.org (moderated for non-subscribers)
1802W: http://linux-cifs.samba.org/
1803Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1804T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1805S: Supported
1806F: Documentation/filesystems/cifs.txt
1807F: fs/cifs/
1808
1809COMPACTPCI HOTPLUG CORE
1810M: Scott Murray <scott@spiteful.org>
1811L: linux-pci@vger.kernel.org
1812S: Maintained
1813F: drivers/pci/hotplug/cpci_hotplug*
1814
1815COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1816M: Scott Murray <scott@spiteful.org>
1817L: linux-pci@vger.kernel.org
1818S: Maintained
1819F: drivers/pci/hotplug/cpcihp_zt5550.*
1820
1821COMPACTPCI HOTPLUG GENERIC DRIVER
1822M: Scott Murray <scott@spiteful.org>
1823L: linux-pci@vger.kernel.org
1824S: Maintained
1825F: drivers/pci/hotplug/cpcihp_generic.c
1826
1827COMPAL LAPTOP SUPPORT
1828M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1829L: platform-driver-x86@vger.kernel.org
1830S: Maintained
1831F: drivers/platform/x86/compal-laptop.c
1832
1833COMPUTONE INTELLIPORT MULTIPORT CARD
1834W: http://www.wittsend.com/computone.html
1835S: Orphan
1836F: Documentation/serial/computone.txt
1837F: drivers/staging/tty/ip2/
1838
1839CONEXANT ACCESSRUNNER USB DRIVER
1840M: Simon Arlott <cxacru@fire.lp0.eu>
1841L: accessrunner-general@lists.sourceforge.net
1842W: http://accessrunner.sourceforge.net/
1843S: Maintained
1844F: drivers/usb/atm/cxacru.c
1845
1846CONFIGFS
1847M: Joel Becker <jlbec@evilplan.org>
1848T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1849S: Supported
1850F: fs/configfs/
1851F: include/linux/configfs.h
1852
1853CONNECTOR
1854M: Evgeniy Polyakov <zbr@ioremap.net>
1855L: netdev@vger.kernel.org
1856S: Maintained
1857F: drivers/connector/
1858
1859CONTROL GROUPS (CGROUPS)
1860M: Paul Menage <menage@google.com>
1861M: Li Zefan <lizf@cn.fujitsu.com>
1862L: containers@lists.linux-foundation.org
1863S: Maintained
1864F: include/linux/cgroup*
1865F: kernel/cgroup*
1866F: mm/*cgroup*
1867
1868CORETEMP HARDWARE MONITORING DRIVER
1869M: Fenghua Yu <fenghua.yu@intel.com>
1870L: lm-sensors@lm-sensors.org
1871S: Maintained
1872F: Documentation/hwmon/coretemp
1873F: drivers/hwmon/coretemp.c
1874
1875COSA/SRP SYNC SERIAL DRIVER
1876M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1877W: http://www.fi.muni.cz/~kas/cosa/
1878S: Maintained
1879F: drivers/net/wan/cosa*
1880
1881CPMAC ETHERNET DRIVER
1882M: Florian Fainelli <florian@openwrt.org>
1883L: netdev@vger.kernel.org
1884S: Maintained
1885F: drivers/net/cpmac.c
1886
1887CPU FREQUENCY DRIVERS
1888M: Dave Jones <davej@redhat.com>
1889L: cpufreq@vger.kernel.org
1890W: http://www.codemonkey.org.uk/projects/cpufreq/
1891T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1892S: Maintained
1893F: arch/x86/kernel/cpu/cpufreq/
1894F: drivers/cpufreq/
1895F: include/linux/cpufreq.h
1896
1897CPUID/MSR DRIVER
1898M: "H. Peter Anvin" <hpa@zytor.com>
1899S: Maintained
1900F: arch/x86/kernel/cpuid.c
1901F: arch/x86/kernel/msr.c
1902
1903CPUSETS
1904M: Paul Menage <menage@google.com>
1905W: http://www.bullopensource.org/cpuset/
1906W: http://oss.sgi.com/projects/cpusets/
1907S: Supported
1908F: Documentation/cgroups/cpusets.txt
1909F: include/linux/cpuset.h
1910F: kernel/cpuset.c
1911
1912CRAMFS FILESYSTEM
1913W: http://sourceforge.net/projects/cramfs/
1914S: Orphan
1915F: Documentation/filesystems/cramfs.txt
1916F: fs/cramfs/
1917
1918CRIS PORT
1919M: Mikael Starvik <starvik@axis.com>
1920M: Jesper Nilsson <jesper.nilsson@axis.com>
1921L: linux-cris-kernel@axis.com
1922W: http://developer.axis.com
1923S: Maintained
1924F: arch/cris/
1925F: drivers/tty/serial/crisv10.*
1926
1927CRYPTO API
1928M: Herbert Xu <herbert@gondor.apana.org.au>
1929M: "David S. Miller" <davem@davemloft.net>
1930L: linux-crypto@vger.kernel.org
1931T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1932S: Maintained
1933F: Documentation/crypto/
1934F: arch/*/crypto/
1935F: crypto/
1936F: drivers/crypto/
1937F: include/crypto/
1938
1939CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1940M: Neil Horman <nhorman@tuxdriver.com>
1941L: linux-crypto@vger.kernel.org
1942S: Maintained
1943F: crypto/ansi_cprng.c
1944F: crypto/rng.c
1945
1946CS5535 Audio ALSA driver
1947M: Jaya Kumar <jayakumar.alsa@gmail.com>
1948S: Maintained
1949F: sound/pci/cs5535audio/
1950
1951CX18 VIDEO4LINUX DRIVER
1952M: Andy Walls <awalls@md.metrocast.net>
1953L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1954L: linux-media@vger.kernel.org
1955T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1956W: http://linuxtv.org
1957W: http://www.ivtvdriver.org/index.php/Cx18
1958S: Maintained
1959F: Documentation/video4linux/cx18.txt
1960F: drivers/media/video/cx18/
1961
1962CXGB3 ETHERNET DRIVER (CXGB3)
1963M: Divy Le Ray <divy@chelsio.com>
1964L: netdev@vger.kernel.org
1965W: http://www.chelsio.com
1966S: Supported
1967F: drivers/net/cxgb3/
1968
1969CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1970M: Steve Wise <swise@chelsio.com>
1971L: linux-rdma@vger.kernel.org
1972W: http://www.openfabrics.org
1973S: Supported
1974F: drivers/infiniband/hw/cxgb3/
1975
1976CXGB4 ETHERNET DRIVER (CXGB4)
1977M: Dimitris Michailidis <dm@chelsio.com>
1978L: netdev@vger.kernel.org
1979W: http://www.chelsio.com
1980S: Supported
1981F: drivers/net/cxgb4/
1982
1983CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
1984M: Steve Wise <swise@chelsio.com>
1985L: linux-rdma@vger.kernel.org
1986W: http://www.openfabrics.org
1987S: Supported
1988F: drivers/infiniband/hw/cxgb4/
1989
1990CXGB4VF ETHERNET DRIVER (CXGB4VF)
1991M: Casey Leedom <leedom@chelsio.com>
1992L: netdev@vger.kernel.org
1993W: http://www.chelsio.com
1994S: Supported
1995F: drivers/net/cxgb4vf/
1996
1997STMMAC ETHERNET DRIVER
1998M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
1999L: netdev@vger.kernel.org
2000W: http://www.stlinux.com
2001S: Supported
2002F: drivers/net/stmmac/
2003
2004CYBERPRO FB DRIVER
2005M: Russell King <linux@arm.linux.org.uk>
2006L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2007W: http://www.arm.linux.org.uk/
2008S: Maintained
2009F: drivers/video/cyber2000fb.*
2010
2011CYCLADES 2X SYNC CARD DRIVER
2012M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2013W: http://oops.ghostprotocols.net:81/blog
2014S: Maintained
2015F: drivers/net/wan/cycx*
2016
2017CYCLADES ASYNC MUX DRIVER
2018W: http://www.cyclades.com/
2019S: Orphan
2020F: drivers/tty/cyclades.c
2021F: include/linux/cyclades.h
2022
2023CYCLADES PC300 DRIVER
2024W: http://www.cyclades.com/
2025S: Orphan
2026F: drivers/net/wan/pc300*
2027
2028DAMA SLAVE for AX.25
2029M: Joerg Reuter <jreuter@yaina.de>
2030W: http://yaina.de/jreuter/
2031W: http://www.qsl.net/dl1bke/
2032L: linux-hams@vger.kernel.org
2033S: Maintained
2034F: net/ax25/af_ax25.c
2035F: net/ax25/ax25_dev.c
2036F: net/ax25/ax25_ds_*
2037F: net/ax25/ax25_in.c
2038F: net/ax25/ax25_out.c
2039F: net/ax25/ax25_timer.c
2040F: net/ax25/sysctl_net_ax25.c
2041
2042DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2043M: Tobias Ringstrom <tori@unhappy.mine.nu>
2044L: netdev@vger.kernel.org
2045S: Maintained
2046F: Documentation/networking/dmfe.txt
2047F: drivers/net/tulip/dmfe.c
2048
2049DC390/AM53C974 SCSI driver
2050M: Kurt Garloff <garloff@suse.de>
2051W: http://www.garloff.de/kurt/linux/dc390/
2052M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2053S: Maintained
2054F: drivers/scsi/tmscsim.*
2055
2056DC395x SCSI driver
2057M: Oliver Neukum <oliver@neukum.name>
2058M: Ali Akcaagac <aliakc@web.de>
2059M: Jamie Lenehan <lenehan@twibble.org>
2060W: http://twibble.org/dist/dc395x/
2061L: dc395x@twibble.org
2062L: http://lists.twibble.org/mailman/listinfo/dc395x/
2063S: Maintained
2064F: Documentation/scsi/dc395x.txt
2065F: drivers/scsi/dc395x.*
2066
2067DCCP PROTOCOL
2068M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2069L: dccp@vger.kernel.org
2070W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2071S: Maintained
2072F: include/linux/dccp.h
2073F: include/linux/tfrc.h
2074F: net/dccp/
2075
2076DECnet NETWORK LAYER
2077W: http://linux-decnet.sourceforge.net
2078L: linux-decnet-user@lists.sourceforge.net
2079S: Orphan
2080F: Documentation/networking/decnet.txt
2081F: net/decnet/
2082
2083DEFXX FDDI NETWORK DRIVER
2084M: "Maciej W. Rozycki" <macro@linux-mips.org>
2085S: Maintained
2086F: drivers/net/defxx.*
2087
2088DELL LAPTOP DRIVER
2089M: Matthew Garrett <mjg59@srcf.ucam.org>
2090L: platform-driver-x86@vger.kernel.org
2091S: Maintained
2092F: drivers/platform/x86/dell-laptop.c
2093
2094DELL LAPTOP SMM DRIVER
2095M: Massimo Dal Zotto <dz@debian.org>
2096W: http://www.debian.org/~dz/i8k/
2097S: Maintained
2098F: drivers/char/i8k.c
2099F: include/linux/i8k.h
2100
2101DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2102M: Doug Warzecha <Douglas_Warzecha@dell.com>
2103S: Maintained
2104F: Documentation/dcdbas.txt
2105F: drivers/firmware/dcdbas.*
2106
2107DELL WMI EXTRAS DRIVER
2108M: Matthew Garrett <mjg59@srcf.ucam.org>
2109S: Maintained
2110F: drivers/platform/x86/dell-wmi.c
2111
2112DEVICE NUMBER REGISTRY
2113M: Torben Mathiasen <device@lanana.org>
2114W: http://lanana.org/docs/device-list/index.html
2115S: Maintained
2116
2117DEVICE-MAPPER (LVM)
2118P: Alasdair Kergon
2119L: dm-devel@redhat.com
2120W: http://sources.redhat.com/dm
2121Q: http://patchwork.kernel.org/project/dm-devel/list/
2122S: Maintained
2123F: Documentation/device-mapper/
2124F: drivers/md/dm*
2125F: include/linux/device-mapper.h
2126F: include/linux/dm-*.h
2127
2128DIGI INTL. EPCA DRIVER
2129M: "Digi International, Inc" <Eng.Linux@digi.com>
2130L: Eng.Linux@digi.com
2131W: http://www.digi.com
2132S: Orphan
2133F: Documentation/serial/digiepca.txt
2134F: drivers/staging/tty/epca*
2135F: drivers/staging/tty/digi*
2136
2137DIOLAN U2C-12 I2C DRIVER
2138M: Guenter Roeck <guenter.roeck@ericsson.com>
2139L: linux-i2c@vger.kernel.org
2140S: Maintained
2141F: drivers/i2c/busses/i2c-diolan-u2c.c
2142
2143DIRECTORY NOTIFICATION (DNOTIFY)
2144M: Eric Paris <eparis@parisplace.org>
2145S: Maintained
2146F: Documentation/filesystems/dnotify.txt
2147F: fs/notify/dnotify/
2148F: include/linux/dnotify.h
2149
2150DISK GEOMETRY AND PARTITION HANDLING
2151M: Andries Brouwer <aeb@cwi.nl>
2152W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2153W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2154W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2155S: Maintained
2156
2157DISKQUOTA
2158M: Jan Kara <jack@suse.cz>
2159S: Maintained
2160F: Documentation/filesystems/quota.txt
2161F: fs/quota/
2162F: include/linux/quota*.h
2163
2164DISTRIBUTED LOCK MANAGER (DLM)
2165M: Christine Caulfield <ccaulfie@redhat.com>
2166M: David Teigland <teigland@redhat.com>
2167L: cluster-devel@redhat.com
2168W: http://sources.redhat.com/cluster/
2169T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2170S: Supported
2171F: fs/dlm/
2172
2173DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2174M: Vinod Koul <vinod.koul@intel.com>
2175M: Dan Williams <dan.j.williams@intel.com>
2176S: Supported
2177F: drivers/dma/
2178F: include/linux/dma*
2179
2180DME1737 HARDWARE MONITOR DRIVER
2181M: Juerg Haefliger <juergh@gmail.com>
2182L: lm-sensors@lm-sensors.org
2183S: Maintained
2184F: Documentation/hwmon/dme1737
2185F: drivers/hwmon/dme1737.c
2186
2187DOCBOOK FOR DOCUMENTATION
2188M: Randy Dunlap <rdunlap@xenotime.net>
2189S: Maintained
2190F: scripts/kernel-doc
2191
2192DOCKING STATION DRIVER
2193M: Shaohua Li <shaohua.li@intel.com>
2194L: linux-acpi@vger.kernel.org
2195S: Supported
2196F: drivers/acpi/dock.c
2197
2198DOCUMENTATION
2199M: Randy Dunlap <rdunlap@xenotime.net>
2200L: linux-doc@vger.kernel.org
2201T: quilt oss.oracle.com/~rdunlap/kernel-doc-patches/current/
2202S: Maintained
2203F: Documentation/
2204
2205DOUBLETALK DRIVER
2206M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
2207L: blinux-list@redhat.com
2208S: Maintained
2209F: drivers/char/dtlk.c
2210F: include/linux/dtlk.h
2211
2212DPT_I2O SCSI RAID DRIVER
2213M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2214L: linux-scsi@vger.kernel.org
2215W: http://www.adaptec.com/
2216S: Maintained
2217F: drivers/scsi/dpt*
2218F: drivers/scsi/dpt/
2219
2220DRBD DRIVER
2221P: Philipp Reisner
2222P: Lars Ellenberg
2223M: drbd-dev@lists.linbit.com
2224L: drbd-user@lists.linbit.com
2225W: http://www.drbd.org
2226T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2227T: git git://git.drbd.org/drbd-8.3.git
2228S: Supported
2229F: drivers/block/drbd/
2230F: lib/lru_cache.c
2231F: Documentation/blockdev/drbd/
2232
2233DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2234M: Greg Kroah-Hartman <gregkh@suse.de>
2235T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git
2236S: Supported
2237F: Documentation/kobject.txt
2238F: drivers/base/
2239F: fs/sysfs/
2240F: fs/debugfs/
2241F: include/linux/kobj*
2242F: include/linux/debugfs.h
2243F: lib/kobj*
2244
2245DRM DRIVERS
2246M: David Airlie <airlied@linux.ie>
2247L: dri-devel@lists.freedesktop.org
2248T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2249S: Maintained
2250F: drivers/gpu/drm/
2251F: include/drm/
2252
2253INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2254M: Chris Wilson <chris@chris-wilson.co.uk>
2255L: intel-gfx@lists.freedesktop.org (subscribers-only)
2256L: dri-devel@lists.freedesktop.org
2257T: git git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git
2258S: Supported
2259F: drivers/gpu/drm/i915
2260F: include/drm/i915*
2261
2262DSCC4 DRIVER
2263M: Francois Romieu <romieu@fr.zoreil.com>
2264L: netdev@vger.kernel.org
2265S: Maintained
2266F: drivers/net/wan/dscc4.c
2267
2268DZ DECSTATION DZ11 SERIAL DRIVER
2269M: "Maciej W. Rozycki" <macro@linux-mips.org>
2270S: Maintained
2271F: drivers/tty/serial/dz.*
2272
2273EATA-DMA SCSI DRIVER
2274M: Michael Neuffer <mike@i-Connect.Net>
2275L: linux-eata@i-connect.net
2276L: linux-scsi@vger.kernel.org
2277S: Maintained
2278F: drivers/scsi/eata*
2279
2280EATA ISA/EISA/PCI SCSI DRIVER
2281M: Dario Ballabio <ballabio_dario@emc.com>
2282L: linux-scsi@vger.kernel.org
2283S: Maintained
2284F: drivers/scsi/eata.c
2285
2286EATA-PIO SCSI DRIVER
2287M: Michael Neuffer <mike@i-Connect.Net>
2288L: linux-eata@i-connect.net
2289L: linux-scsi@vger.kernel.org
2290S: Maintained
2291F: drivers/scsi/eata_pio.*
2292
2293EBTABLES
2294M: Bart De Schuymer <bart.de.schuymer@pandora.be>
2295L: ebtables-user@lists.sourceforge.net
2296L: ebtables-devel@lists.sourceforge.net
2297W: http://ebtables.sourceforge.net/
2298S: Maintained
2299F: include/linux/netfilter_bridge/ebt_*.h
2300F: net/bridge/netfilter/ebt*.c
2301
2302ECRYPT FILE SYSTEM
2303M: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2304M: Dustin Kirkland <kirkland@canonical.com>
2305L: ecryptfs-devel@lists.launchpad.net
2306W: https://launchpad.net/ecryptfs
2307S: Supported
2308F: Documentation/filesystems/ecryptfs.txt
2309F: fs/ecryptfs/
2310
2311EDAC-CORE
2312M: Doug Thompson <dougthompson@xmission.com>
2313L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2314W: bluesmoke.sourceforge.net
2315S: Supported
2316F: Documentation/edac.txt
2317F: drivers/edac/edac_*
2318F: include/linux/edac.h
2319
2320EDAC-AMD64
2321M: Doug Thompson <dougthompson@xmission.com>
2322M: Borislav Petkov <borislav.petkov@amd.com>
2323L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2324W: bluesmoke.sourceforge.net
2325S: Supported
2326F: drivers/edac/amd64_edac*
2327
2328EDAC-E752X
2329M: Mark Gross <mark.gross@intel.com>
2330M: Doug Thompson <dougthompson@xmission.com>
2331L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2332W: bluesmoke.sourceforge.net
2333S: Maintained
2334F: drivers/edac/e752x_edac.c
2335
2336EDAC-E7XXX
2337M: Doug Thompson <dougthompson@xmission.com>
2338L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2339W: bluesmoke.sourceforge.net
2340S: Maintained
2341F: drivers/edac/e7xxx_edac.c
2342
2343EDAC-I82443BXGX
2344M: Tim Small <tim@buttersideup.com>
2345L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2346W: bluesmoke.sourceforge.net
2347S: Maintained
2348F: drivers/edac/i82443bxgx_edac.c
2349
2350EDAC-I3000
2351M: Jason Uhlenkott <juhlenko@akamai.com>
2352L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2353W: bluesmoke.sourceforge.net
2354S: Maintained
2355F: drivers/edac/i3000_edac.c
2356
2357EDAC-I5000
2358M: Doug Thompson <dougthompson@xmission.com>
2359L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2360W: bluesmoke.sourceforge.net
2361S: Maintained
2362F: drivers/edac/i5000_edac.c
2363
2364EDAC-I5400
2365M: Mauro Carvalho Chehab <mchehab@redhat.com>
2366L: linux-edac@vger.kernel.org
2367W: bluesmoke.sourceforge.net
2368S: Maintained
2369F: drivers/edac/i5400_edac.c
2370
2371EDAC-I7300
2372M: Mauro Carvalho Chehab <mchehab@redhat.com>
2373L: linux-edac@vger.kernel.org
2374W: bluesmoke.sourceforge.net
2375S: Maintained
2376F: drivers/edac/i7300_edac.c
2377
2378EDAC-I7CORE
2379M: Mauro Carvalho Chehab <mchehab@redhat.com>
2380L: linux-edac@vger.kernel.org
2381W: bluesmoke.sourceforge.net
2382S: Maintained
2383F: drivers/edac/i7core_edac.c
2384F: drivers/edac/edac_mce.c
2385F: include/linux/edac_mce.h
2386
2387EDAC-I82975X
2388M: Ranganathan Desikan <ravi@jetztechnologies.com>
2389M: "Arvind R." <arvino55@gmail.com>
2390L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2391W: bluesmoke.sourceforge.net
2392S: Maintained
2393F: drivers/edac/i82975x_edac.c
2394
2395EDAC-PASEMI
2396M: Egor Martovetsky <egor@pasemi.com>
2397L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2398W: bluesmoke.sourceforge.net
2399S: Maintained
2400F: drivers/edac/pasemi_edac.c
2401
2402EDAC-R82600
2403M: Tim Small <tim@buttersideup.com>
2404L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2405W: bluesmoke.sourceforge.net
2406S: Maintained
2407F: drivers/edac/r82600_edac.c
2408
2409EDIROL UA-101/UA-1000 DRIVER
2410M: Clemens Ladisch <clemens@ladisch.de>
2411L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2412T: git git://git.alsa-project.org/alsa-kernel.git
2413S: Maintained
2414F: sound/usb/misc/ua101.c
2415
2416EFIFB FRAMEBUFFER DRIVER
2417L: linux-fbdev@vger.kernel.org
2418M: Peter Jones <pjones@redhat.com>
2419S: Maintained
2420F: drivers/video/efifb.c
2421
2422EFS FILESYSTEM
2423W: http://aeschi.ch.eu.org/efs/
2424S: Orphan
2425F: fs/efs/
2426
2427EHCA (IBM GX bus InfiniBand adapter) DRIVER
2428M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2429M: Christoph Raisch <raisch@de.ibm.com>
2430L: linux-rdma@vger.kernel.org
2431S: Supported
2432F: drivers/infiniband/hw/ehca/
2433
2434EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2435M: Breno Leitao <leitao@linux.vnet.ibm.com>
2436L: netdev@vger.kernel.org
2437S: Maintained
2438F: drivers/net/ehea/
2439
2440EMBEDDED LINUX
2441M: Paul Gortmaker <paul.gortmaker@windriver.com>
2442M: Matt Mackall <mpm@selenic.com>
2443M: David Woodhouse <dwmw2@infradead.org>
2444L: linux-embedded@vger.kernel.org
2445S: Maintained
2446
2447EMULEX LPFC FC SCSI DRIVER
2448M: James Smart <james.smart@emulex.com>
2449L: linux-scsi@vger.kernel.org
2450W: http://sourceforge.net/projects/lpfcxxxx
2451S: Supported
2452F: drivers/scsi/lpfc/
2453
2454ENE CB710 FLASH CARD READER DRIVER
2455M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
2456S: Maintained
2457F: drivers/misc/cb710/
2458F: drivers/mmc/host/cb710-mmc.*
2459F: include/linux/cb710.h
2460
2461ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2462M: Maxim Levitsky <maximlevitsky@gmail.com>
2463S: Maintained
2464F: drivers/media/rc/ene_ir.*
2465
2466EPSON 1355 FRAMEBUFFER DRIVER
2467M: Christopher Hoover <ch@murgatroid.com>
2468M: Christopher Hoover <ch@hpl.hp.com>
2469S: Maintained
2470F: drivers/video/epson1355fb.c
2471
2472EPSON S1D13XXX FRAMEBUFFER DRIVER
2473M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2474S: Maintained
2475T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2476F: drivers/video/s1d13xxxfb.c
2477F: include/video/s1d13xxxfb.h
2478
2479ETHEREXPRESS-16 NETWORK DRIVER
2480M: Philip Blundell <philb@gnu.org>
2481L: netdev@vger.kernel.org
2482S: Maintained
2483F: drivers/net/eexpress.*
2484
2485ETHERNET BRIDGE
2486M: Stephen Hemminger <shemminger@linux-foundation.org>
2487L: bridge@lists.linux-foundation.org
2488L: netdev@vger.kernel.org
2489W: http://www.linuxfoundation.org/en/Net:Bridge
2490S: Maintained
2491F: include/linux/netfilter_bridge/
2492F: net/bridge/
2493
2494ETHERTEAM 16I DRIVER
2495M: Mika Kuoppala <miku@iki.fi>
2496S: Maintained
2497F: drivers/net/eth16i.c
2498
2499EXT2 FILE SYSTEM
2500M: Jan Kara <jack@suse.cz>
2501L: linux-ext4@vger.kernel.org
2502S: Maintained
2503F: Documentation/filesystems/ext2.txt
2504F: fs/ext2/
2505F: include/linux/ext2*
2506
2507EXT3 FILE SYSTEM
2508M: Jan Kara <jack@suse.cz>
2509M: Andrew Morton <akpm@linux-foundation.org>
2510M: Andreas Dilger <adilger.kernel@dilger.ca>
2511L: linux-ext4@vger.kernel.org
2512S: Maintained
2513F: Documentation/filesystems/ext3.txt
2514F: fs/ext3/
2515F: include/linux/ext3*
2516
2517EXT4 FILE SYSTEM
2518M: "Theodore Ts'o" <tytso@mit.edu>
2519M: Andreas Dilger <adilger.kernel@dilger.ca>
2520L: linux-ext4@vger.kernel.org
2521W: http://ext4.wiki.kernel.org
2522Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2523S: Maintained
2524F: Documentation/filesystems/ext4.txt
2525F: fs/ext4/
2526
2527F71805F HARDWARE MONITORING DRIVER
2528M: Jean Delvare <khali@linux-fr.org>
2529L: lm-sensors@lm-sensors.org
2530S: Maintained
2531F: Documentation/hwmon/f71805f
2532F: drivers/hwmon/f71805f.c
2533
2534FANOTIFY
2535M: Eric Paris <eparis@redhat.com>
2536S: Maintained
2537F: fs/notify/fanotify/
2538F: include/linux/fanotify.h
2539
2540FARSYNC SYNCHRONOUS DRIVER
2541M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2542W: http://www.farsite.co.uk/
2543S: Supported
2544F: drivers/net/wan/farsync.*
2545
2546FAULT INJECTION SUPPORT
2547M: Akinobu Mita <akinobu.mita@gmail.com>
2548S: Supported
2549F: Documentation/fault-injection/
2550F: lib/fault-inject.c
2551
2552FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2553M: Robert Love <robert.w.love@intel.com>
2554L: devel@open-fcoe.org
2555W: www.Open-FCoE.org
2556S: Supported
2557F: drivers/scsi/libfc/
2558F: drivers/scsi/fcoe/
2559F: include/scsi/fc/
2560F: include/scsi/libfc.h
2561F: include/scsi/libfcoe.h
2562
2563FILE LOCKING (flock() and fcntl()/lockf())
2564M: Matthew Wilcox <matthew@wil.cx>
2565L: linux-fsdevel@vger.kernel.org
2566S: Maintained
2567F: include/linux/fcntl.h
2568F: include/linux/fs.h
2569F: fs/fcntl.c
2570F: fs/locks.c
2571
2572FILESYSTEMS (VFS and infrastructure)
2573M: Alexander Viro <viro@zeniv.linux.org.uk>
2574L: linux-fsdevel@vger.kernel.org
2575S: Maintained
2576F: fs/*
2577
2578FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2579M: Riku Voipio <riku.voipio@iki.fi>
2580L: lm-sensors@lm-sensors.org
2581S: Maintained
2582F: drivers/hwmon/f75375s.c
2583F: include/linux/f75375s.h
2584
2585FIREWIRE SUBSYSTEM
2586M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2587L: linux1394-devel@lists.sourceforge.net
2588W: http://ieee1394.wiki.kernel.org/
2589T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2590S: Maintained
2591F: drivers/firewire/
2592F: include/linux/firewire*.h
2593F: tools/firewire/
2594
2595FIRMWARE LOADER (request_firmware)
2596S: Orphan
2597F: Documentation/firmware_class/
2598F: drivers/base/firmware*.c
2599F: include/linux/firmware.h
2600
2601FPU EMULATOR
2602M: Bill Metzenthen <billm@melbpc.org.au>
2603W: http://floatingpoint.sourceforge.net/emulator/index.html
2604S: Maintained
2605F: arch/x86/math-emu/
2606
2607FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2608M: Mike McLagan <mike.mclagan@linux.org>
2609L: netdev@vger.kernel.org
2610S: Maintained
2611F: drivers/net/wan/dlci.c
2612F: drivers/net/wan/sdla.c
2613
2614FRAMEBUFFER LAYER
2615M: Paul Mundt <lethal@linux-sh.org>
2616L: linux-fbdev@vger.kernel.org
2617W: http://linux-fbdev.sourceforge.net/
2618Q: http://patchwork.kernel.org/project/linux-fbdev/list/
2619T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git
2620S: Maintained
2621F: Documentation/fb/
2622F: Documentation/devicetree/bindings/fb/
2623F: drivers/video/
2624F: include/video/
2625F: include/linux/fb.h
2626
2627FREESCALE DMA DRIVER
2628M: Li Yang <leoli@freescale.com>
2629M: Zhang Wei <zw@zh-kernel.org>
2630L: linuxppc-dev@lists.ozlabs.org
2631S: Maintained
2632F: drivers/dma/fsldma.*
2633
2634FREESCALE I2C CPM DRIVER
2635M: Jochen Friedrich <jochen@scram.de>
2636L: linuxppc-dev@lists.ozlabs.org
2637L: linux-i2c@vger.kernel.org
2638S: Maintained
2639F: drivers/i2c/busses/i2c-cpm.c
2640
2641FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2642M: Sascha Hauer <kernel@pengutronix.de>
2643L: linux-fbdev@vger.kernel.org
2644L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2645S: Maintained
2646F: arch/arm/plat-mxc/include/mach/imxfb.h
2647F: drivers/video/imxfb.c
2648
2649FREESCALE SOC FS_ENET DRIVER
2650M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2651M: Vitaly Bordug <vbordug@ru.mvista.com>
2652L: linuxppc-dev@lists.ozlabs.org
2653L: netdev@vger.kernel.org
2654S: Maintained
2655F: drivers/net/fs_enet/
2656F: include/linux/fs_enet_pd.h
2657
2658FREESCALE QUICC ENGINE LIBRARY
2659M: Timur Tabi <timur@freescale.com>
2660L: linuxppc-dev@lists.ozlabs.org
2661S: Supported
2662F: arch/powerpc/sysdev/qe_lib/
2663F: arch/powerpc/include/asm/*qe.h
2664
2665FREESCALE USB PERIPHERAL DRIVERS
2666M: Li Yang <leoli@freescale.com>
2667L: linux-usb@vger.kernel.org
2668L: linuxppc-dev@lists.ozlabs.org
2669S: Maintained
2670F: drivers/usb/gadget/fsl*
2671
2672FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2673M: Li Yang <leoli@freescale.com>
2674L: netdev@vger.kernel.org
2675L: linuxppc-dev@lists.ozlabs.org
2676S: Maintained
2677F: drivers/net/ucc_geth*
2678
2679FREESCALE QUICC ENGINE UCC UART DRIVER
2680M: Timur Tabi <timur@freescale.com>
2681L: linuxppc-dev@lists.ozlabs.org
2682S: Supported
2683F: drivers/tty/serial/ucc_uart.c
2684
2685FREESCALE SOC SOUND DRIVERS
2686M: Timur Tabi <timur@freescale.com>
2687L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2688L: linuxppc-dev@lists.ozlabs.org
2689S: Supported
2690F: sound/soc/fsl/fsl*
2691F: sound/soc/fsl/mpc8610_hpcd.c
2692
2693FREEVXFS FILESYSTEM
2694M: Christoph Hellwig <hch@infradead.org>
2695W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2696S: Maintained
2697F: fs/freevxfs/
2698
2699FREEZER
2700M: Pavel Machek <pavel@ucw.cz>
2701M: "Rafael J. Wysocki" <rjw@sisk.pl>
2702L: linux-pm@lists.linux-foundation.org
2703S: Supported
2704F: Documentation/power/freezing-of-tasks.txt
2705F: include/linux/freezer.h
2706F: kernel/freezer.c
2707
2708FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2709M: David Howells <dhowells@redhat.com>
2710L: linux-cachefs@redhat.com
2711S: Supported
2712F: Documentation/filesystems/caching/
2713F: fs/fscache/
2714F: include/linux/fscache*.h
2715
2716FUJITSU FR-V (FRV) PORT
2717M: David Howells <dhowells@redhat.com>
2718S: Maintained
2719F: arch/frv/
2720
2721FUJITSU LAPTOP EXTRAS
2722M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2723L: platform-driver-x86@vger.kernel.org
2724S: Maintained
2725F: drivers/platform/x86/fujitsu-laptop.c
2726
2727FUSE: FILESYSTEM IN USERSPACE
2728M: Miklos Szeredi <miklos@szeredi.hu>
2729L: fuse-devel@lists.sourceforge.net
2730W: http://fuse.sourceforge.net/
2731S: Maintained
2732F: fs/fuse/
2733F: include/linux/fuse.h
2734
2735FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2736M: Rik Faith <faith@cs.unc.edu>
2737L: linux-scsi@vger.kernel.org
2738S: Odd Fixes (e.g., new signatures)
2739F: drivers/scsi/fdomain.*
2740
2741GDT SCSI DISK ARRAY CONTROLLER DRIVER
2742M: Achim Leubner <achim_leubner@adaptec.com>
2743L: linux-scsi@vger.kernel.org
2744W: http://www.icp-vortex.com/
2745S: Supported
2746F: drivers/scsi/gdt*
2747
2748GENERIC GPIO I2C DRIVER
2749M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2750S: Supported
2751F: drivers/i2c/busses/i2c-gpio.c
2752F: include/linux/i2c-gpio.h
2753
2754GENERIC GPIO I2C MULTIPLEXER DRIVER
2755M: Peter Korsgaard <peter.korsgaard@barco.com>
2756L: linux-i2c@vger.kernel.org
2757S: Supported
2758F: drivers/i2c/muxes/gpio-i2cmux.c
2759F: include/linux/gpio-i2cmux.h
2760F: Documentation/i2c/muxes/gpio-i2cmux
2761
2762GENERIC HDLC (WAN) DRIVERS
2763M: Krzysztof Halasa <khc@pm.waw.pl>
2764W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2765S: Maintained
2766F: drivers/net/wan/c101.c
2767F: drivers/net/wan/hd6457*
2768F: drivers/net/wan/hdlc*
2769F: drivers/net/wan/n2.c
2770F: drivers/net/wan/pc300too.c
2771F: drivers/net/wan/pci200syn.c
2772F: drivers/net/wan/wanxl*
2773
2774GENERIC INCLUDE/ASM HEADER FILES
2775M: Arnd Bergmann <arnd@arndb.de>
2776L: linux-arch@vger.kernel.org
2777T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2778S: Maintained
2779F: include/asm-generic
2780
2781GENERIC UIO DRIVER FOR PCI DEVICES
2782M: "Michael S. Tsirkin" <mst@redhat.com>
2783L: kvm@vger.kernel.org
2784S: Supported
2785F: drivers/uio/uio_pci_generic.c
2786
2787GFS2 FILE SYSTEM
2788M: Steven Whitehouse <swhiteho@redhat.com>
2789L: cluster-devel@redhat.com
2790W: http://sources.redhat.com/cluster/
2791T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2792T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2793S: Supported
2794F: Documentation/filesystems/gfs2*.txt
2795F: fs/gfs2/
2796F: include/linux/gfs2_ondisk.h
2797
2798GIGASET ISDN DRIVERS
2799M: Hansjoerg Lipp <hjlipp@web.de>
2800M: Tilman Schmidt <tilman@imap.cc>
2801L: gigaset307x-common@lists.sourceforge.net
2802W: http://gigaset307x.sourceforge.net/
2803S: Maintained
2804F: Documentation/isdn/README.gigaset
2805F: drivers/isdn/gigaset/
2806F: include/linux/gigaset_dev.h
2807
2808GPIO SUBSYSTEM
2809M: Grant Likely <grant.likely@secretlab.ca>
2810S: Maintained
2811T: git git://git.secretlab.ca/git/linux-2.6.git
2812F: Documentation/gpio.txt
2813F: drivers/gpio/
2814F: include/linux/gpio*
2815
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@hansjkoch.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/tty/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/tty/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/staging/tty/riscom8*
5284
5285ROCKETPORT DRIVER
5286P: Comtrol Corp.
5287W: http://www.comtrol.com
5288S: Maintained
5289F: Documentation/serial/rocket.txt
5290F: drivers/tty/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 <jassisinghbrar@gmail.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
5926S: Orphan
5927F: Documentation/serial/specialix.txt
5928F: drivers/staging/tty/specialix*
5929
5930SPI SUBSYSTEM
5931M: David Brownell <dbrownell@users.sourceforge.net>
5932M: Grant Likely <grant.likely@secretlab.ca>
5933L: spi-devel-general@lists.sourceforge.net
5934Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5935T: git git://git.secretlab.ca/git/linux-2.6.git
5936S: Maintained
5937F: Documentation/spi/
5938F: drivers/spi/
5939F: include/linux/spi/
5940
5941SPIDERNET NETWORK DRIVER for CELL
5942M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5943M: Jens Osterkamp <jens@de.ibm.com>
5944L: netdev@vger.kernel.org
5945S: Supported
5946F: Documentation/networking/spider_net.txt
5947F: drivers/net/spider_net*
5948
5949SPU FILE SYSTEM
5950M: Jeremy Kerr <jk@ozlabs.org>
5951L: linuxppc-dev@lists.ozlabs.org
5952L: cbe-oss-dev@lists.ozlabs.org
5953W: http://www.ibm.com/developerworks/power/cell/
5954S: Supported
5955F: Documentation/filesystems/spufs.txt
5956F: arch/powerpc/platforms/cell/spufs/
5957
5958SQUASHFS FILE SYSTEM
5959M: Phillip Lougher <phillip@lougher.demon.co.uk>
5960L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5961W: http://squashfs.org.uk
5962S: Maintained
5963F: Documentation/filesystems/squashfs.txt
5964F: fs/squashfs/
5965
5966SRM (Alpha) environment access
5967M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
5968S: Maintained
5969F: arch/alpha/kernel/srm_env.c
5970
5971STABLE BRANCH
5972M: Greg Kroah-Hartman <greg@kroah.com>
5973L: stable@kernel.org
5974S: Maintained
5975
5976STAGING SUBSYSTEM
5977M: Greg Kroah-Hartman <gregkh@suse.de>
5978T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
5979L: devel@driverdev.osuosl.org
5980S: Maintained
5981F: drivers/staging/
5982
5983STARFIRE/DURALAN NETWORK DRIVER
5984M: Ion Badulescu <ionut@badula.org>
5985S: Odd Fixes
5986F: drivers/net/starfire*
5987
5988SUN3/3X
5989M: Sam Creasey <sammy@sammy.net>
5990W: http://sammy.net/sun3/
5991S: Maintained
5992F: arch/m68k/kernel/*sun3*
5993F: arch/m68k/sun3*/
5994F: arch/m68k/include/asm/sun3*
5995
5996SUPERH
5997M: Paul Mundt <lethal@linux-sh.org>
5998L: linux-sh@vger.kernel.org
5999W: http://www.linux-sh.org
6000Q: http://patchwork.kernel.org/project/linux-sh/list/
6001T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
6002S: Supported
6003F: Documentation/sh/
6004F: arch/sh/
6005F: drivers/sh/
6006
6007SUSPEND TO RAM
6008M: Len Brown <len.brown@intel.com>
6009M: Pavel Machek <pavel@ucw.cz>
6010M: "Rafael J. Wysocki" <rjw@sisk.pl>
6011L: linux-pm@lists.linux-foundation.org
6012S: Supported
6013F: Documentation/power/
6014F: arch/x86/kernel/acpi/
6015F: drivers/base/power/
6016F: kernel/power/
6017F: include/linux/suspend.h
6018F: include/linux/freezer.h
6019F: include/linux/pm.h
6020
6021SVGA HANDLING
6022M: Martin Mares <mj@ucw.cz>
6023L: linux-video@atrey.karlin.mff.cuni.cz
6024S: Maintained
6025F: Documentation/svga.txt
6026F: arch/x86/boot/video*
6027
6028SYSV FILESYSTEM
6029M: Christoph Hellwig <hch@infradead.org>
6030S: Maintained
6031F: Documentation/filesystems/sysv-fs.txt
6032F: fs/sysv/
6033F: include/linux/sysv_fs.h
6034
6035TASKSTATS STATISTICS INTERFACE
6036M: Balbir Singh <balbir@linux.vnet.ibm.com>
6037S: Maintained
6038F: Documentation/accounting/taskstats*
6039F: include/linux/taskstats*
6040F: kernel/taskstats.c
6041
6042TC CLASSIFIER
6043M: Jamal Hadi Salim <hadi@cyberus.ca>
6044L: netdev@vger.kernel.org
6045S: Maintained
6046F: include/linux/pkt_cls.h
6047F: include/net/pkt_cls.h
6048F: net/sched/
6049
6050TCP LOW PRIORITY MODULE
6051M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6052M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6053W: http://tcp-lp-mod.sourceforge.net/
6054S: Maintained
6055F: net/ipv4/tcp_lp.c
6056
6057TEGRA SUPPORT
6058M: Colin Cross <ccross@android.com>
6059M: Erik Gilling <konkers@android.com>
6060M: Olof Johansson <olof@lixom.net>
6061L: linux-tegra@vger.kernel.org
6062T: git git://android.git.kernel.org/kernel/tegra.git
6063S: Supported
6064F: arch/arm/mach-tegra
6065
6066TEHUTI ETHERNET DRIVER
6067M: Alexander Indenbaum <baum@tehutinetworks.net>
6068M: Andy Gospodarek <andy@greyhouse.net>
6069L: netdev@vger.kernel.org
6070S: Supported
6071F: drivers/net/tehuti*
6072
6073Telecom Clock Driver for MCPL0010
6074M: Mark Gross <mark.gross@intel.com>
6075S: Supported
6076F: drivers/char/tlclk.c
6077
6078TENSILICA XTENSA PORT (xtensa)
6079M: Chris Zankel <chris@zankel.net>
6080S: Maintained
6081F: arch/xtensa/
6082
6083THINKPAD ACPI EXTRAS DRIVER
6084M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6085L: ibm-acpi-devel@lists.sourceforge.net
6086L: platform-driver-x86@vger.kernel.org
6087W: http://ibm-acpi.sourceforge.net
6088W: http://thinkwiki.org/wiki/Ibm-acpi
6089T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6090S: Maintained
6091F: drivers/platform/x86/thinkpad_acpi.c
6092
6093TI FLASH MEDIA INTERFACE DRIVER
6094M: Alex Dubov <oakad@yahoo.com>
6095S: Maintained
6096F: drivers/misc/tifm*
6097F: drivers/mmc/host/tifm_sd.c
6098F: include/linux/tifm.h
6099
6100TI TWL4030 SERIES SOC CODEC DRIVER
6101M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
6102L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6103S: Maintained
6104F: sound/soc/codecs/twl4030*
6105
6106TIPC NETWORK LAYER
6107M: Jon Maloy <jon.maloy@ericsson.com>
6108M: Allan Stephens <allan.stephens@windriver.com>
6109L: netdev@vger.kernel.org (core kernel code)
6110L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
6111W: http://tipc.sourceforge.net/
6112S: Maintained
6113F: include/linux/tipc*.h
6114F: net/tipc/
6115
6116TILE ARCHITECTURE
6117M: Chris Metcalf <cmetcalf@tilera.com>
6118W: http://www.tilera.com/scm/
6119S: Supported
6120F: arch/tile/
6121F: drivers/tty/hvc/hvc_tile.c
6122F: drivers/net/tile/
6123F: drivers/edac/tile_edac.c
6124
6125TLAN NETWORK DRIVER
6126M: Samuel Chessman <chessman@tux.org>
6127L: tlan-devel@lists.sourceforge.net (subscribers-only)
6128W: http://sourceforge.net/projects/tlan/
6129S: Maintained
6130F: Documentation/networking/tlan.txt
6131F: drivers/net/tlan.*
6132
6133TOMOYO SECURITY MODULE
6134M: Kentaro Takeda <takedakn@nttdata.co.jp>
6135M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6136L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6137L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6138L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6139L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6140W: http://tomoyo.sourceforge.jp/
6141T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
6142S: Maintained
6143F: security/tomoyo/
6144
6145TOPSTAR LAPTOP EXTRAS DRIVER
6146M: Herton Ronaldo Krzesinski <herton@canonical.com>
6147L: platform-driver-x86@vger.kernel.org
6148S: Maintained
6149F: drivers/platform/x86/topstar-laptop.c
6150
6151TOSHIBA ACPI EXTRAS DRIVER
6152L: platform-driver-x86@vger.kernel.org
6153S: Orphan
6154F: drivers/platform/x86/toshiba_acpi.c
6155
6156TOSHIBA SMM DRIVER
6157M: Jonathan Buzzard <jonathan@buzzard.org.uk>
6158L: tlinux-users@tce.toshiba-dme.co.jp
6159W: http://www.buzzard.org.uk/toshiba/
6160S: Maintained
6161F: drivers/char/toshiba.c
6162F: include/linux/toshiba.h
6163
6164TMIO MMC DRIVER
6165M: Ian Molton <ian@mnementh.co.uk>
6166S: Maintained
6167F: drivers/mmc/host/tmio_mmc.*
6168
6169TMPFS (SHMEM FILESYSTEM)
6170M: Hugh Dickins <hughd@google.com>
6171L: linux-mm@kvack.org
6172S: Maintained
6173F: include/linux/shmem_fs.h
6174F: mm/shmem.c
6175
6176TPM DEVICE DRIVER
6177M: Debora Velarde <debora@linux.vnet.ibm.com>
6178M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6179W: http://tpmdd.sourceforge.net
6180M: Marcel Selhorst <m.selhorst@sirrix.com>
6181W: http://www.sirrix.com
6182L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6183S: Maintained
6184F: drivers/char/tpm/
6185
6186TRACING
6187M: Steven Rostedt <rostedt@goodmis.org>
6188M: Frederic Weisbecker <fweisbec@gmail.com>
6189M: Ingo Molnar <mingo@redhat.com>
6190T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
6191S: Maintained
6192F: Documentation/trace/ftrace.txt
6193F: arch/*/*/*/ftrace.h
6194F: arch/*/kernel/ftrace.c
6195F: include/*/ftrace.h
6196F: include/linux/trace*.h
6197F: include/trace/
6198F: kernel/trace/
6199
6200TRIVIAL PATCHES
6201M: Jiri Kosina <trivial@kernel.org>
6202T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6203S: Maintained
6204
6205TTY LAYER
6206M: Greg Kroah-Hartman <gregkh@suse.de>
6207S: Maintained
6208T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
6209F: drivers/tty/*
6210F: drivers/tty/serial/serial_core.c
6211F: include/linux/serial_core.h
6212F: include/linux/serial.h
6213F: include/linux/tty.h
6214
6215TULIP NETWORK DRIVERS
6216M: Grant Grundler <grundler@parisc-linux.org>
6217L: netdev@vger.kernel.org
6218S: Maintained
6219F: drivers/net/tulip/
6220
6221TUN/TAP driver
6222M: Maxim Krasnyansky <maxk@qualcomm.com>
6223L: vtun@office.satix.net
6224W: http://vtun.sourceforge.net/tun
6225S: Maintained
6226F: Documentation/networking/tuntap.txt
6227F: arch/um/os-Linux/drivers/
6228
6229TURBOCHANNEL SUBSYSTEM
6230M: "Maciej W. Rozycki" <macro@linux-mips.org>
6231S: Maintained
6232F: drivers/tc/
6233F: include/linux/tc.h
6234
6235U14-34F SCSI DRIVER
6236M: Dario Ballabio <ballabio_dario@emc.com>
6237L: linux-scsi@vger.kernel.org
6238S: Maintained
6239F: drivers/scsi/u14-34f.c
6240
6241UBI FILE SYSTEM (UBIFS)
6242M: Artem Bityutskiy <dedekind1@gmail.com>
6243M: Adrian Hunter <adrian.hunter@nokia.com>
6244L: linux-mtd@lists.infradead.org
6245T: git git://git.infradead.org/ubifs-2.6.git
6246W: http://www.linux-mtd.infradead.org/doc/ubifs.html
6247S: Maintained
6248F: Documentation/filesystems/ubifs.txt
6249F: fs/ubifs/
6250
6251UCLINUX (AND M68KNOMMU)
6252M: Greg Ungerer <gerg@uclinux.org>
6253W: http://www.uclinux.org/
6254L: uclinux-dev@uclinux.org (subscribers-only)
6255S: Maintained
6256F: arch/m68k/*/*_no.*
6257F: arch/m68k/include/asm/*_no.*
6258
6259UCLINUX FOR RENESAS H8/300 (H8300)
6260M: Yoshinori Sato <ysato@users.sourceforge.jp>
6261W: http://uclinux-h8.sourceforge.jp/
6262S: Supported
6263F: arch/h8300/
6264F: drivers/ide/ide-h8300.c
6265F: drivers/net/ne-h8300.c
6266
6267UDF FILESYSTEM
6268M: Jan Kara <jack@suse.cz>
6269W: http://linux-udf.sourceforge.net
6270S: Maintained
6271F: Documentation/filesystems/udf.txt
6272F: fs/udf/
6273
6274UFS FILESYSTEM
6275M: Evgeniy Dushistov <dushistov@mail.ru>
6276S: Maintained
6277F: Documentation/filesystems/ufs.txt
6278F: fs/ufs/
6279
6280ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6281L: linux-usb@vger.kernel.org
6282S: Orphan
6283F: drivers/uwb/
6284F: include/linux/uwb.h
6285F: include/linux/uwb/
6286
6287UNICORE32 ARCHITECTURE:
6288M: Guan Xuetao <gxt@mprc.pku.edu.cn>
6289W: http://mprc.pku.edu.cn/~guanxuetao/linux
6290S: Maintained
6291T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6292F: arch/unicore32/
6293
6294UNIFDEF
6295M: Tony Finch <dot@dotat.at>
6296W: http://dotat.at/prog/unifdef
6297S: Maintained
6298F: scripts/unifdef.c
6299
6300UNIFORM CDROM DRIVER
6301M: Jens Axboe <axboe@kernel.dk>
6302W: http://www.kernel.dk
6303S: Maintained
6304F: Documentation/cdrom/
6305F: drivers/cdrom/cdrom.c
6306F: include/linux/cdrom.h
6307
6308UNSORTED BLOCK IMAGES (UBI)
6309M: Artem Bityutskiy <dedekind1@gmail.com>
6310W: http://www.linux-mtd.infradead.org/
6311L: linux-mtd@lists.infradead.org
6312T: git git://git.infradead.org/ubi-2.6.git
6313S: Maintained
6314F: drivers/mtd/ubi/
6315F: include/linux/mtd/ubi.h
6316F: include/mtd/ubi-user.h
6317
6318USB ACM DRIVER
6319M: Oliver Neukum <oliver@neukum.name>
6320L: linux-usb@vger.kernel.org
6321S: Maintained
6322F: Documentation/usb/acm.txt
6323F: drivers/usb/class/cdc-acm.*
6324
6325USB ATTACHED SCSI
6326M: Matthew Wilcox <willy@linux.intel.com>
6327M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6328L: linux-usb@vger.kernel.org
6329L: linux-scsi@vger.kernel.org
6330S: Supported
6331F: drivers/usb/storage/uas.c
6332
6333USB BLOCK DRIVER (UB ub)
6334M: Pete Zaitcev <zaitcev@redhat.com>
6335L: linux-usb@vger.kernel.org
6336S: Supported
6337F: drivers/block/ub.c
6338
6339USB CDC ETHERNET DRIVER
6340M: Oliver Neukum <oliver@neukum.name>
6341L: linux-usb@vger.kernel.org
6342S: Maintained
6343F: drivers/net/usb/cdc_*.c
6344F: include/linux/usb/cdc.h
6345
6346USB CYPRESS C67X00 DRIVER
6347M: Peter Korsgaard <jacmet@sunsite.dk>
6348L: linux-usb@vger.kernel.org
6349S: Maintained
6350F: drivers/usb/c67x00/
6351
6352USB DAVICOM DM9601 DRIVER
6353M: Peter Korsgaard <jacmet@sunsite.dk>
6354L: netdev@vger.kernel.org
6355W: http://www.linux-usb.org/usbnet
6356S: Maintained
6357F: drivers/net/usb/dm9601.c
6358
6359USB DIAMOND RIO500 DRIVER
6360M: Cesar Miquel <miquel@df.uba.ar>
6361L: rio500-users@lists.sourceforge.net
6362W: http://rio500.sourceforge.net
6363S: Maintained
6364F: drivers/usb/misc/rio500*
6365
6366USB EHCI DRIVER
6367M: David Brownell <dbrownell@users.sourceforge.net>
6368L: linux-usb@vger.kernel.org
6369S: Odd Fixes
6370F: Documentation/usb/ehci.txt
6371F: drivers/usb/host/ehci*
6372
6373USB ET61X[12]51 DRIVER
6374M: Luca Risolia <luca.risolia@studio.unibo.it>
6375L: linux-usb@vger.kernel.org
6376L: linux-media@vger.kernel.org
6377T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6378W: http://www.linux-projects.org
6379S: Maintained
6380F: drivers/media/video/et61x251/
6381
6382USB GADGET/PERIPHERAL SUBSYSTEM
6383M: David Brownell <dbrownell@users.sourceforge.net>
6384L: linux-usb@vger.kernel.org
6385W: http://www.linux-usb.org/gadget
6386S: Maintained
6387F: drivers/usb/gadget/
6388F: include/linux/usb/gadget*
6389
6390USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6391M: Jiri Kosina <jkosina@suse.cz>
6392L: linux-usb@vger.kernel.org
6393T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6394S: Maintained
6395F: Documentation/usb/hiddev.txt
6396F: drivers/hid/usbhid/
6397
6398USB ISP116X DRIVER
6399M: Olav Kongas <ok@artecdesign.ee>
6400L: linux-usb@vger.kernel.org
6401S: Maintained
6402F: drivers/usb/host/isp116x*
6403F: include/linux/usb/isp116x.h
6404
6405USB KAWASAKI LSI DRIVER
6406M: Oliver Neukum <oliver@neukum.name>
6407L: linux-usb@vger.kernel.org
6408S: Maintained
6409F: drivers/usb/serial/kl5kusb105.*
6410
6411USB MASS STORAGE DRIVER
6412M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6413L: linux-usb@vger.kernel.org
6414L: usb-storage@lists.one-eyed-alien.net
6415S: Maintained
6416W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
6417F: drivers/usb/storage/
6418
6419USB MIDI DRIVER
6420M: Clemens Ladisch <clemens@ladisch.de>
6421L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6422T: git git://git.alsa-project.org/alsa-kernel.git
6423S: Maintained
6424F: sound/usb/midi.*
6425
6426USB OHCI DRIVER
6427M: David Brownell <dbrownell@users.sourceforge.net>
6428L: linux-usb@vger.kernel.org
6429S: Odd Fixes
6430F: Documentation/usb/ohci.txt
6431F: drivers/usb/host/ohci*
6432
6433USB OPTION-CARD DRIVER
6434M: Matthias Urlichs <smurf@smurf.noris.de>
6435L: linux-usb@vger.kernel.org
6436S: Maintained
6437F: drivers/usb/serial/option.c
6438
6439USB PEGASUS DRIVER
6440M: Petko Manolov <petkan@users.sourceforge.net>
6441L: linux-usb@vger.kernel.org
6442L: netdev@vger.kernel.org
6443W: http://pegasus2.sourceforge.net/
6444S: Maintained
6445F: drivers/net/usb/pegasus.*
6446
6447USB PRINTER DRIVER (usblp)
6448M: Pete Zaitcev <zaitcev@redhat.com>
6449L: linux-usb@vger.kernel.org
6450S: Supported
6451F: drivers/usb/class/usblp.c
6452
6453USB RTL8150 DRIVER
6454M: Petko Manolov <petkan@users.sourceforge.net>
6455L: linux-usb@vger.kernel.org
6456L: netdev@vger.kernel.org
6457W: http://pegasus2.sourceforge.net/
6458S: Maintained
6459F: drivers/net/usb/rtl8150.c
6460
6461USB SE401 DRIVER
6462L: linux-usb@vger.kernel.org
6463W: http://www.chello.nl/~j.vreeken/se401/
6464S: Orphan
6465F: Documentation/video4linux/se401.txt
6466F: drivers/staging/se401/
6467
6468USB SERIAL BELKIN F5U103 DRIVER
6469M: William Greathouse <wgreathouse@smva.com>
6470L: linux-usb@vger.kernel.org
6471S: Maintained
6472F: drivers/usb/serial/belkin_sa.*
6473
6474USB SERIAL CYPRESS M8 DRIVER
6475M: Lonnie Mendez <dignome@gmail.com>
6476L: linux-usb@vger.kernel.org
6477S: Maintained
6478W: http://geocities.com/i0xox0i
6479W: http://firstlight.net/cvs
6480F: drivers/usb/serial/cypress_m8.*
6481
6482USB SERIAL CYBERJACK DRIVER
6483M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6484W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6485S: Maintained
6486F: drivers/usb/serial/cyberjack.c
6487
6488USB SERIAL DIGI ACCELEPORT DRIVER
6489M: Peter Berger <pberger@brimson.com>
6490M: Al Borchers <alborchers@steinerpoint.com>
6491L: linux-usb@vger.kernel.org
6492S: Maintained
6493F: drivers/usb/serial/digi_acceleport.c
6494
6495USB SERIAL DRIVER
6496M: Greg Kroah-Hartman <gregkh@suse.de>
6497L: linux-usb@vger.kernel.org
6498S: Supported
6499F: Documentation/usb/usb-serial.txt
6500F: drivers/usb/serial/generic.c
6501F: drivers/usb/serial/usb-serial.c
6502F: include/linux/usb/serial.h
6503
6504USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6505M: Gary Brubaker <xavyer@ix.netcom.com>
6506L: linux-usb@vger.kernel.org
6507S: Maintained
6508F: drivers/usb/serial/empeg.c
6509
6510USB SERIAL KEYSPAN DRIVER
6511M: Greg Kroah-Hartman <greg@kroah.com>
6512L: linux-usb@vger.kernel.org
6513W: http://www.kroah.com/linux/
6514S: Maintained
6515F: drivers/usb/serial/*keyspan*
6516
6517USB SERIAL WHITEHEAT DRIVER
6518M: Support Department <support@connecttech.com>
6519L: linux-usb@vger.kernel.org
6520W: http://www.connecttech.com
6521S: Supported
6522F: drivers/usb/serial/whiteheat*
6523
6524USB SMSC95XX ETHERNET DRIVER
6525M: Steve Glendinning <steve.glendinning@smsc.com>
6526L: netdev@vger.kernel.org
6527S: Supported
6528F: drivers/net/usb/smsc95xx.*
6529
6530USB SN9C1xx DRIVER
6531M: Luca Risolia <luca.risolia@studio.unibo.it>
6532L: linux-usb@vger.kernel.org
6533L: linux-media@vger.kernel.org
6534T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6535W: http://www.linux-projects.org
6536S: Maintained
6537F: Documentation/video4linux/sn9c102.txt
6538F: drivers/media/video/sn9c102/
6539
6540USB SUBSYSTEM
6541M: Greg Kroah-Hartman <gregkh@suse.de>
6542L: linux-usb@vger.kernel.org
6543W: http://www.linux-usb.org
6544T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
6545S: Supported
6546F: Documentation/usb/
6547F: drivers/net/usb/
6548F: drivers/usb/
6549F: include/linux/usb.h
6550F: include/linux/usb/
6551
6552USB UHCI DRIVER
6553M: Alan Stern <stern@rowland.harvard.edu>
6554L: linux-usb@vger.kernel.org
6555S: Maintained
6556F: drivers/usb/host/uhci*
6557
6558USB "USBNET" DRIVER FRAMEWORK
6559M: Oliver Neukum <oneukum@suse.de>
6560L: netdev@vger.kernel.org
6561W: http://www.linux-usb.org/usbnet
6562S: Maintained
6563F: drivers/net/usb/usbnet.c
6564F: include/linux/usb/usbnet.h
6565
6566USB VIDEO CLASS
6567M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6568L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6569L: linux-media@vger.kernel.org
6570T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6571W: http://www.ideasonboard.org/uvc/
6572S: Maintained
6573F: drivers/media/video/uvc/
6574
6575USB W996[87]CF DRIVER
6576M: Luca Risolia <luca.risolia@studio.unibo.it>
6577L: linux-usb@vger.kernel.org
6578L: linux-media@vger.kernel.org
6579T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6580W: http://www.linux-projects.org
6581S: Maintained
6582F: Documentation/video4linux/w9968cf.txt
6583F: drivers/media/video/w996*
6584
6585USB WIRELESS RNDIS DRIVER (rndis_wlan)
6586M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6587L: linux-wireless@vger.kernel.org
6588S: Maintained
6589F: drivers/net/wireless/rndis_wlan.c
6590
6591USB XHCI DRIVER
6592M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6593L: linux-usb@vger.kernel.org
6594S: Supported
6595F: drivers/usb/host/xhci*
6596F: drivers/usb/host/pci-quirks*
6597
6598USB ZD1201 DRIVER
6599L: linux-wireless@vger.kernel.org
6600W: http://linux-lc100020.sourceforge.net
6601S: Orphan
6602F: drivers/net/wireless/zd1201.*
6603
6604USB ZR364XX DRIVER
6605M: Antoine Jacquet <royale@zerezo.com>
6606L: linux-usb@vger.kernel.org
6607L: linux-media@vger.kernel.org
6608T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6609W: http://royale.zerezo.com/zr364xx/
6610S: Maintained
6611F: Documentation/video4linux/zr364xx.txt
6612F: drivers/media/video/zr364xx.c
6613
6614USER-MODE LINUX (UML)
6615M: Jeff Dike <jdike@addtoit.com>
6616M: Richard Weinberger <richard@nod.at>
6617L: user-mode-linux-devel@lists.sourceforge.net
6618L: user-mode-linux-user@lists.sourceforge.net
6619W: http://user-mode-linux.sourceforge.net
6620S: Maintained
6621F: Documentation/uml/
6622F: arch/um/
6623F: fs/hostfs/
6624F: fs/hppfs/
6625
6626USERSPACE I/O (UIO)
6627M: "Hans J. Koch" <hjk@hansjkoch.de>
6628M: Greg Kroah-Hartman <gregkh@suse.de>
6629S: Maintained
6630F: Documentation/DocBook/uio-howto.tmpl
6631F: drivers/uio/
6632F: include/linux/uio*.h
6633
6634UTIL-LINUX-NG PACKAGE
6635M: Karel Zak <kzak@redhat.com>
6636L: util-linux-ng@vger.kernel.org
6637W: http://kernel.org/~kzak/util-linux-ng/
6638T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6639S: Maintained
6640
6641UVESAFB DRIVER
6642M: Michal Januszewski <spock@gentoo.org>
6643L: linux-fbdev@vger.kernel.org
6644W: http://dev.gentoo.org/~spock/projects/uvesafb/
6645S: Maintained
6646F: Documentation/fb/uvesafb.txt
6647F: drivers/video/uvesafb.*
6648
6649VFAT/FAT/MSDOS FILESYSTEM
6650M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6651S: Maintained
6652F: Documentation/filesystems/vfat.txt
6653F: fs/fat/
6654
6655VIRTIO CONSOLE DRIVER
6656M: Amit Shah <amit.shah@redhat.com>
6657L: virtualization@lists.linux-foundation.org
6658S: Maintained
6659F: drivers/char/virtio_console.c
6660F: include/linux/virtio_console.h
6661
6662VIRTIO CORE, NET AND BLOCK DRIVERS
6663M: Rusty Russell <rusty@rustcorp.com.au>
6664M: "Michael S. Tsirkin" <mst@redhat.com>
6665L: virtualization@lists.linux-foundation.org
6666S: Maintained
6667F: drivers/virtio/
6668F: drivers/net/virtio_net.c
6669F: drivers/block/virtio_blk.c
6670F: include/linux/virtio_*.h
6671
6672VIRTIO HOST (VHOST)
6673M: "Michael S. Tsirkin" <mst@redhat.com>
6674L: kvm@vger.kernel.org
6675L: virtualization@lists.linux-foundation.org
6676L: netdev@vger.kernel.org
6677S: Maintained
6678F: drivers/vhost/
6679F: include/linux/vhost.h
6680
6681VIA RHINE NETWORK DRIVER
6682M: Roger Luethi <rl@hellgate.ch>
6683S: Maintained
6684F: drivers/net/via-rhine.c
6685
6686VIAPRO SMBUS DRIVER
6687M: Jean Delvare <khali@linux-fr.org>
6688L: linux-i2c@vger.kernel.org
6689S: Maintained
6690F: Documentation/i2c/busses/i2c-viapro
6691F: drivers/i2c/busses/i2c-viapro.c
6692
6693VIA SD/MMC CARD CONTROLLER DRIVER
6694M: Bruce Chang <brucechang@via.com.tw>
6695M: Harald Welte <HaraldWelte@viatech.com>
6696S: Maintained
6697F: drivers/mmc/host/via-sdmmc.c
6698
6699VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6700M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6701L: linux-fbdev@vger.kernel.org
6702S: Maintained
6703F: include/linux/via-core.h
6704F: include/linux/via-gpio.h
6705F: include/linux/via_i2c.h
6706F: drivers/video/via/
6707
6708VIA VELOCITY NETWORK DRIVER
6709M: Francois Romieu <romieu@fr.zoreil.com>
6710L: netdev@vger.kernel.org
6711S: Maintained
6712F: drivers/net/via-velocity.*
6713
6714VLAN (802.1Q)
6715M: Patrick McHardy <kaber@trash.net>
6716L: netdev@vger.kernel.org
6717S: Maintained
6718F: drivers/net/macvlan.c
6719F: include/linux/if_*vlan.h
6720F: net/8021q/
6721
6722VLYNQ BUS
6723M: Florian Fainelli <florian@openwrt.org>
6724L: openwrt-devel@lists.openwrt.org (subscribers-only)
6725S: Maintained
6726F: drivers/vlynq/vlynq.c
6727F: include/linux/vlynq.h
6728
6729VMWARE VMXNET3 ETHERNET DRIVER
6730M: Shreyas Bhatewara <sbhatewara@vmware.com>
6731M: "VMware, Inc." <pv-drivers@vmware.com>
6732L: netdev@vger.kernel.org
6733S: Maintained
6734F: drivers/net/vmxnet3/
6735
6736VMware PVSCSI driver
6737M: Alok Kataria <akataria@vmware.com>
6738M: VMware PV-Drivers <pv-drivers@vmware.com>
6739L: linux-scsi@vger.kernel.org
6740S: Maintained
6741F: drivers/scsi/vmw_pvscsi.c
6742F: drivers/scsi/vmw_pvscsi.h
6743
6744VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6745M: Liam Girdwood <lrg@slimlogic.co.uk>
6746M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6747W: http://opensource.wolfsonmicro.com/node/15
6748W: http://www.slimlogic.co.uk/?p=48
6749T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6750S: Supported
6751F: drivers/regulator/
6752F: include/linux/regulator/
6753
6754VT1211 HARDWARE MONITOR DRIVER
6755M: Juerg Haefliger <juergh@gmail.com>
6756L: lm-sensors@lm-sensors.org
6757S: Maintained
6758F: Documentation/hwmon/vt1211
6759F: drivers/hwmon/vt1211.c
6760
6761VT8231 HARDWARE MONITOR DRIVER
6762M: Roger Lucas <vt8231@hiddenengine.co.uk>
6763L: lm-sensors@lm-sensors.org
6764S: Maintained
6765F: drivers/hwmon/vt8231.c
6766
6767W1 DALLAS'S 1-WIRE BUS
6768M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6769S: Maintained
6770F: Documentation/w1/
6771F: drivers/w1/
6772
6773W83791D HARDWARE MONITORING DRIVER
6774M: Marc Hulsman <m.hulsman@tudelft.nl>
6775L: lm-sensors@lm-sensors.org
6776S: Maintained
6777F: Documentation/hwmon/w83791d
6778F: drivers/hwmon/w83791d.c
6779
6780W83793 HARDWARE MONITORING DRIVER
6781M: Rudolf Marek <r.marek@assembler.cz>
6782L: lm-sensors@lm-sensors.org
6783S: Maintained
6784F: Documentation/hwmon/w83793
6785F: drivers/hwmon/w83793.c
6786
6787W83795 HARDWARE MONITORING DRIVER
6788M: Jean Delvare <khali@linux-fr.org>
6789L: lm-sensors@lm-sensors.org
6790S: Maintained
6791F: drivers/hwmon/w83795.c
6792
6793W83L51xD SD/MMC CARD INTERFACE DRIVER
6794M: Pierre Ossman <pierre@ossman.eu>
6795S: Maintained
6796F: drivers/mmc/host/wbsd.*
6797
6798WATCHDOG DEVICE DRIVERS
6799M: Wim Van Sebroeck <wim@iguana.be>
6800L: linux-watchdog@vger.kernel.org
6801W: http://www.linux-watchdog.org/
6802T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6803S: Maintained
6804F: Documentation/watchdog/
6805F: drivers/watchdog/
6806F: include/linux/watchdog.h
6807
6808WD7000 SCSI DRIVER
6809M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
6810L: linux-scsi@vger.kernel.org
6811S: Maintained
6812F: drivers/scsi/wd7000.c
6813
6814WINBOND CIR DRIVER
6815M: David Härdeman <david@hardeman.nu>
6816S: Maintained
6817F: drivers/media/rc/winbond-cir.c
6818
6819WIMAX STACK
6820M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6821M: linux-wimax@intel.com
6822L: wimax@linuxwimax.org
6823S: Supported
6824W: http://linuxwimax.org
6825F: Documentation/wimax/README.wimax
6826F: include/linux/wimax.h
6827F: include/linux/wimax/debug.h
6828F: include/net/wimax.h
6829F: net/wimax/
6830
6831WISTRON LAPTOP BUTTON DRIVER
6832M: Miloslav Trmac <mitr@volny.cz>
6833S: Maintained
6834F: drivers/input/misc/wistron_btns.c
6835
6836WL1251 WIRELESS DRIVER
6837M: Kalle Valo <kvalo@adurom.com>
6838L: linux-wireless@vger.kernel.org
6839W: http://wireless.kernel.org
6840T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6841S: Maintained
6842F: drivers/net/wireless/wl1251/*
6843
6844WL1271 WIRELESS DRIVER
6845M: Luciano Coelho <coelho@ti.com>
6846L: linux-wireless@vger.kernel.org
6847W: http://wireless.kernel.org/en/users/Drivers/wl12xx
6848T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
6849S: Maintained
6850F: drivers/net/wireless/wl12xx/
6851F: include/linux/wl12xx.h
6852
6853WL3501 WIRELESS PCMCIA CARD DRIVER
6854M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6855L: linux-wireless@vger.kernel.org
6856W: http://oops.ghostprotocols.net:81/blog
6857S: Maintained
6858F: drivers/net/wireless/wl3501*
6859
6860WM97XX TOUCHSCREEN DRIVERS
6861M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6862M: Liam Girdwood <lrg@slimlogic.co.uk>
6863L: linux-input@vger.kernel.org
6864T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6865W: http://opensource.wolfsonmicro.com/node/7
6866S: Supported
6867F: drivers/input/touchscreen/*wm97*
6868F: include/linux/wm97xx.h
6869
6870WOLFSON MICROELECTRONICS DRIVERS
6871M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6872M: Ian Lartey <ian@opensource.wolfsonmicro.com>
6873M: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
6874T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
6875T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6876W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
6877S: Supported
6878F: Documentation/hwmon/wm83??
6879F: drivers/leds/leds-wm83*.c
6880F: drivers/mfd/wm8*.c
6881F: drivers/power/wm83*.c
6882F: drivers/rtc/rtc-wm83*.c
6883F: drivers/regulator/wm8*.c
6884F: drivers/video/backlight/wm83*_bl.c
6885F: drivers/watchdog/wm83*_wdt.c
6886F: include/linux/mfd/wm831x/
6887F: include/linux/mfd/wm8350/
6888F: include/linux/mfd/wm8400*
6889F: include/sound/wm????.h
6890F: sound/soc/codecs/wm*
6891
6892WORKQUEUE
6893M: Tejun Heo <tj@kernel.org>
6894T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
6895S: Maintained
6896F: include/linux/workqueue.h
6897F: kernel/workqueue.c
6898F: Documentation/workqueue.txt
6899
6900X.25 NETWORK LAYER
6901M: Andrew Hendry <andrew.hendry@gmail.com>
6902L: linux-x25@vger.kernel.org
6903S: Odd Fixes
6904F: Documentation/networking/x25*
6905F: include/net/x25*
6906F: net/x25/
6907
6908X86 ARCHITECTURE (32-BIT AND 64-BIT)
6909M: Thomas Gleixner <tglx@linutronix.de>
6910M: Ingo Molnar <mingo@redhat.com>
6911M: "H. Peter Anvin" <hpa@zytor.com>
6912M: x86@kernel.org
6913T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6914S: Maintained
6915F: Documentation/x86/
6916F: arch/x86/
6917
6918X86 PLATFORM DRIVERS
6919M: Matthew Garrett <mjg@redhat.com>
6920L: platform-driver-x86@vger.kernel.org
6921T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6922S: Maintained
6923F: drivers/platform/x86
6924
6925XEN HYPERVISOR INTERFACE
6926M: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
6927M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6928L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6929L: virtualization@lists.linux-foundation.org
6930S: Supported
6931F: arch/x86/xen/
6932F: drivers/*/xen-*front.c
6933F: drivers/xen/
6934F: arch/x86/include/asm/xen/
6935F: include/xen/
6936
6937XEN NETWORK BACKEND DRIVER
6938M: Ian Campbell <ian.campbell@citrix.com>
6939L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6940L: netdev@vger.kernel.org
6941S: Supported
6942F: drivers/net/xen-netback/*
6943
6944XEN PCI SUBSYSTEM
6945M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6946L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6947S: Supported
6948F: arch/x86/pci/*xen*
6949F: drivers/pci/*xen*
6950
6951XEN SWIOTLB SUBSYSTEM
6952M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6953L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6954S: Supported
6955F: arch/x86/xen/*swiotlb*
6956F: drivers/xen/*swiotlb*
6957
6958XFS FILESYSTEM
6959P: Silicon Graphics Inc
6960M: Alex Elder <aelder@sgi.com>
6961M: xfs-masters@oss.sgi.com
6962L: xfs@oss.sgi.com
6963W: http://oss.sgi.com/projects/xfs
6964T: git git://oss.sgi.com/xfs/xfs.git
6965S: Supported
6966F: Documentation/filesystems/xfs.txt
6967F: fs/xfs/
6968
6969XILINX SYSTEMACE DRIVER
6970M: Grant Likely <grant.likely@secretlab.ca>
6971W: http://www.secretlab.ca/
6972S: Maintained
6973F: drivers/block/xsysace.c
6974
6975XILINX UARTLITE SERIAL DRIVER
6976M: Peter Korsgaard <jacmet@sunsite.dk>
6977L: linux-serial@vger.kernel.org
6978S: Maintained
6979F: drivers/tty/serial/uartlite.c
6980
6981YAM DRIVER FOR AX.25
6982M: Jean-Paul Roubelat <jpr@f6fbb.org>
6983L: linux-hams@vger.kernel.org
6984S: Maintained
6985F: drivers/net/hamradio/yam*
6986F: include/linux/yam.h
6987
6988YEALINK PHONE DRIVER
6989M: Henk Vergonet <Henk.Vergonet@gmail.com>
6990L: usbb2k-api-dev@nongnu.org
6991S: Maintained
6992F: Documentation/input/yealink.txt
6993F: drivers/input/misc/yealink.*
6994
6995Z8530 DRIVER FOR AX.25
6996M: Joerg Reuter <jreuter@yaina.de>
6997W: http://yaina.de/jreuter/
6998W: http://www.qsl.net/dl1bke/
6999L: linux-hams@vger.kernel.org
7000S: Maintained
7001F: Documentation/networking/z8530drv.txt
7002F: drivers/net/hamradio/*scc.c
7003F: drivers/net/hamradio/z8530.h
7004
7005ZD1211RW WIRELESS DRIVER
7006M: Daniel Drake <dsd@gentoo.org>
7007M: Ulrich Kunitz <kune@deine-taler.de>
7008W: http://zd1211.ath.cx/wiki/DriverRewrite
7009L: linux-wireless@vger.kernel.org
7010L: zd1211-devs@lists.sourceforge.net (subscribers-only)
7011S: Maintained
7012F: drivers/net/wireless/zd1211rw/
7013
7014ZR36067 VIDEO FOR LINUX DRIVER
7015L: mjpeg-users@lists.sourceforge.net
7016L: linux-media@vger.kernel.org
7017W: http://mjpeg.sourceforge.net/driver-zoran/
7018T: Mercurial http://linuxtv.org/hg/v4l-dvb
7019S: Odd Fixes
7020F: drivers/media/video/zoran/
7021
7022ZS DECSTATION Z85C30 SERIAL DRIVER
7023M: "Maciej W. Rozycki" <macro@linux-mips.org>
7024S: Maintained
7025F: drivers/tty/serial/zs.*
7026
7027GRE DEMULTIPLEXER DRIVER
7028M: Dmitry Kozlov <xeb@mail.ru>
7029L: netdev@vger.kernel.org
7030S: Maintained
7031F: net/ipv4/gre.c
7032F: include/net/gre.h
7033
7034PPTP DRIVER
7035M: Dmitry Kozlov <xeb@mail.ru>
7036L: netdev@vger.kernel.org
7037S: Maintained
7038F: drivers/net/pptp.c
7039W: http://sourceforge.net/projects/accel-pptp
7040
7041THE REST
7042M: Linus Torvalds <torvalds@linux-foundation.org>
7043L: linux-kernel@vger.kernel.org
7044Q: http://patchwork.kernel.org/project/LKML/list/
7045T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
7046S: Buried alive in reporters
7047F: *
7048F: */