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