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