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