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