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