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