unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.h
[linux-2.6-block.git] / MAINTAINERS
... / ...
CommitLineData
1
2
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
203. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trival style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the OSDL certificate of contribution and should include a
55 Signed-off-by: line. The current version of this "Developer's
56 Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
596. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
637. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
678. Happy hacking.
68
69Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 L: Mailing list that is relevant to this area
74 W: Web-page with status/info
75 Q: Patchwork web based patch tracking system site
76 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
77 S: Status, one of the following:
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
96 F: net/
97 X: net/ipv6/
98 matches all files in and below net excluding net/ipv6/
99 K: Keyword perl extended regex pattern to match content in a
100 patch or file. For instance:
101 K: of_get_profile
102 matches patches or files that contain "of_get_profile"
103 K: \b(printk|pr_(info|err))\b
104 matches patches or files that contain one or more of the words
105 printk, pr_info or pr_err
106 One regex pattern per line. Multiple K: lines acceptable.
107
108Note: For the hard of thinking, this list is meant to remain in alphabetical
109order. If you could add yourselves to it in alphabetical order that would be
110so much easier [Ed]
111
112Maintainers List (try to look for most precise areas first)
113
114 -----------------------------------
115
1163C505 NETWORK DRIVER
117M: Philip Blundell <philb@gnu.org>
118L: netdev@vger.kernel.org
119S: Maintained
120F: drivers/net/ethernet/i825xx/3c505*
121
1223C59X NETWORK DRIVER
123M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
124L: netdev@vger.kernel.org
125S: Maintained
126F: Documentation/networking/vortex.txt
127F: drivers/net/ethernet/3com/3c59x.c
128
1293CR990 NETWORK DRIVER
130M: David Dillow <dave@thedillows.org>
131L: netdev@vger.kernel.org
132S: Maintained
133F: drivers/net/ethernet/3com/typhoon*
134
1353WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
136M: Adam Radford <linuxraid@lsi.com>
137L: linux-scsi@vger.kernel.org
138W: http://www.lsi.com
139S: Supported
140F: drivers/scsi/3w-*
141
14253C700 AND 53C700-66 SCSI DRIVER
143M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
144L: linux-scsi@vger.kernel.org
145S: Maintained
146F: drivers/scsi/53c700*
147
1486PACK NETWORK DRIVER FOR AX.25
149M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
150L: linux-hams@vger.kernel.org
151S: Maintained
152F: drivers/net/hamradio/6pack.c
153
1548169 10/100/1000 GIGABIT ETHERNET DRIVER
155M: Realtek linux nic maintainers <nic_swsd@realtek.com>
156M: Francois Romieu <romieu@fr.zoreil.com>
157L: netdev@vger.kernel.org
158S: Maintained
159F: drivers/net/ethernet/realtek/r8169.c
160
1618250/16?50 (AND CLONE UARTS) SERIAL DRIVER
162M: Greg Kroah-Hartman <gregkh@suse.de>
163L: linux-serial@vger.kernel.org
164W: http://serial.sourceforge.net
165S: Maintained
166T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
167F: drivers/tty/serial/8250*
168F: include/linux/serial_8250.h
169
1708390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
171L: netdev@vger.kernel.org
172S: Orphan / Obsolete
173F: drivers/net/ethernet/8390/
174
1759P FILE SYSTEM
176M: Eric Van Hensbergen <ericvh@gmail.com>
177M: Ron Minnich <rminnich@sandia.gov>
178M: Latchesar Ionkov <lucho@ionkov.net>
179L: v9fs-developer@lists.sourceforge.net
180W: http://swik.net/v9fs
181Q: http://patchwork.kernel.org/project/v9fs-devel/list/
182T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
183S: Maintained
184F: Documentation/filesystems/9p.txt
185F: fs/9p/
186
187AACRAID SCSI RAID DRIVER
188M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
189L: linux-scsi@vger.kernel.org
190W: http://www.adaptec.com/
191S: Supported
192F: Documentation/scsi/aacraid.txt
193F: drivers/scsi/aacraid/
194
195ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
196M: Hans de Goede <hdegoede@redhat.com>
197L: lm-sensors@lm-sensors.org
198S: Maintained
199F: drivers/hwmon/abituguru.c
200
201ABIT UGURU 3 HARDWARE MONITOR DRIVER
202M: Alistair John Strachan <alistair@devzero.co.uk>
203L: lm-sensors@lm-sensors.org
204S: Maintained
205F: drivers/hwmon/abituguru3.c
206
207ACENIC DRIVER
208M: Jes Sorensen <jes@trained-monkey.org>
209L: linux-acenic@sunsite.dk
210S: Maintained
211F: drivers/net/ethernet/alteon/acenic*
212
213ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
214M: Peter Feuerer <peter@piie.net>
215L: platform-driver-x86@vger.kernel.org
216W: http://piie.net/?section=acerhdf
217S: Maintained
218F: drivers/platform/x86/acerhdf.c
219
220ACER WMI LAPTOP EXTRAS
221M: Joey Lee <jlee@novell.com>
222L: platform-driver-x86@vger.kernel.org
223S: Maintained
224F: drivers/platform/x86/acer-wmi.c
225
226ACPI
227M: Len Brown <lenb@kernel.org>
228L: linux-acpi@vger.kernel.org
229W: http://www.lesswatts.org/projects/acpi/
230Q: http://patchwork.kernel.org/project/linux-acpi/list/
231T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
232S: Supported
233F: drivers/acpi/
234F: drivers/pnp/pnpacpi/
235F: include/linux/acpi.h
236F: include/acpi/
237
238ACPI FAN DRIVER
239M: Zhang Rui <rui.zhang@intel.com>
240L: linux-acpi@vger.kernel.org
241W: http://www.lesswatts.org/projects/acpi/
242S: Supported
243F: drivers/acpi/fan.c
244
245ACPI PROCESSOR AGGREGATOR DRIVER
246M: Shaohua Li <shaohua.li@intel.com>
247L: linux-acpi@vger.kernel.org
248W: http://www.lesswatts.org/projects/acpi/
249S: Supported
250F: drivers/acpi/acpi_pad.c
251
252ACPI THERMAL DRIVER
253M: Zhang Rui <rui.zhang@intel.com>
254L: linux-acpi@vger.kernel.org
255W: http://www.lesswatts.org/projects/acpi/
256S: Supported
257F: drivers/acpi/*thermal*
258
259ACPI VIDEO DRIVER
260M: Zhang Rui <rui.zhang@intel.com>
261L: linux-acpi@vger.kernel.org
262W: http://www.lesswatts.org/projects/acpi/
263S: Supported
264F: drivers/acpi/video.c
265
266ACPI WMI DRIVER
267L: platform-driver-x86@vger.kernel.org
268S: Orphan
269F: drivers/platform/x86/wmi.c
270
271AD1889 ALSA SOUND DRIVER
272M: Kyle McMartin <kyle@mcmartin.ca>
273M: Thibaut Varene <T-Bone@parisc-linux.org>
274W: http://wiki.parisc-linux.org/AD1889
275L: linux-parisc@vger.kernel.org
276S: Maintained
277F: sound/pci/ad1889.*
278
279AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
280M: Michael Hennerich <michael.hennerich@analog.com>
281L: device-drivers-devel@blackfin.uclinux.org
282W: http://wiki.analog.com/AD5254
283S: Supported
284F: drivers/misc/ad525x_dpot.c
285
286AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
287M: Michael Hennerich <michael.hennerich@analog.com>
288L: device-drivers-devel@blackfin.uclinux.org
289W: http://wiki.analog.com/AD5398
290S: Supported
291F: drivers/regulator/ad5398.c
292
293AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
294M: Michael Hennerich <michael.hennerich@analog.com>
295L: device-drivers-devel@blackfin.uclinux.org
296W: http://wiki.analog.com/AD7142
297S: Supported
298F: drivers/input/misc/ad714x.c
299
300AD7877 TOUCHSCREEN DRIVER
301M: Michael Hennerich <michael.hennerich@analog.com>
302L: device-drivers-devel@blackfin.uclinux.org
303W: http://wiki.analog.com/AD7877
304S: Supported
305F: drivers/input/touchscreen/ad7877.c
306
307AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
308M: Michael Hennerich <michael.hennerich@analog.com>
309L: device-drivers-devel@blackfin.uclinux.org
310W: http://wiki.analog.com/AD7879
311S: Supported
312F: drivers/input/touchscreen/ad7879.c
313
314ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
315M: Jiri Kosina <jkosina@suse.cz>
316S: Maintained
317
318ADM1025 HARDWARE MONITOR DRIVER
319M: Jean Delvare <khali@linux-fr.org>
320L: lm-sensors@lm-sensors.org
321S: Maintained
322F: Documentation/hwmon/adm1025
323F: drivers/hwmon/adm1025.c
324
325ADM1029 HARDWARE MONITOR DRIVER
326M: Corentin Labbe <corentin.labbe@geomatys.fr>
327L: lm-sensors@lm-sensors.org
328S: Maintained
329F: drivers/hwmon/adm1029.c
330
331ADM8211 WIRELESS DRIVER
332L: linux-wireless@vger.kernel.org
333W: http://linuxwireless.org/
334S: Orphan
335F: drivers/net/wireless/adm8211.*
336
337ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
338M: Michael Hennerich <michael.hennerich@analog.com>
339L: device-drivers-devel@blackfin.uclinux.org
340W: http://wiki.analog.com/ADP5520
341S: Supported
342F: drivers/mfd/adp5520.c
343F: drivers/video/backlight/adp5520_bl.c
344F: drivers/leds/leds-adp5520.c
345F: drivers/gpio/gpio-adp5520.c
346F: drivers/input/keyboard/adp5520-keys.c
347
348ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
349M: Michael Hennerich <michael.hennerich@analog.com>
350L: device-drivers-devel@blackfin.uclinux.org
351W: http://wiki.analog.com/ADP5588
352S: Supported
353F: drivers/input/keyboard/adp5588-keys.c
354F: drivers/gpio/gpio-adp5588.c
355
356ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
357M: Michael Hennerich <michael.hennerich@analog.com>
358L: device-drivers-devel@blackfin.uclinux.org
359W: http://wiki.analog.com/ADP8860
360S: Supported
361F: drivers/video/backlight/adp8860_bl.c
362
363ADS1015 HARDWARE MONITOR DRIVER
364M: Dirk Eibach <eibach@gdsys.de>
365L: lm-sensors@lm-sensors.org
366S: Maintained
367F: Documentation/hwmon/ads1015
368F: drivers/hwmon/ads1015.c
369F: include/linux/i2c/ads1015.h
370
371ADT746X FAN DRIVER
372M: Colin Leroy <colin@colino.net>
373S: Maintained
374F: drivers/macintosh/therm_adt746x.c
375
376ADT7475 HARDWARE MONITOR DRIVER
377M: Jean Delvare <khali@linux-fr.org>
378L: lm-sensors@lm-sensors.org
379S: Maintained
380F: Documentation/hwmon/adt7475
381F: drivers/hwmon/adt7475.c
382
383ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
384M: Michael Hennerich <michael.hennerich@analog.com>
385L: device-drivers-devel@blackfin.uclinux.org
386W: http://wiki.analog.com/ADXL345
387S: Supported
388F: drivers/input/misc/adxl34x.c
389
390ADVANSYS SCSI DRIVER
391M: Matthew Wilcox <matthew@wil.cx>
392L: linux-scsi@vger.kernel.org
393S: Maintained
394F: Documentation/scsi/advansys.txt
395F: drivers/scsi/advansys.c
396
397AEDSP16 DRIVER
398M: Riccardo Facchetti <fizban@tin.it>
399S: Maintained
400F: sound/oss/aedsp16.c
401
402AFFS FILE SYSTEM
403L: linux-fsdevel@vger.kernel.org
404S: Orphan
405F: Documentation/filesystems/affs.txt
406F: fs/affs/
407
408AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
409M: David Howells <dhowells@redhat.com>
410L: linux-afs@lists.infradead.org
411S: Supported
412F: fs/afs/
413F: include/net/af_rxrpc.h
414F: net/rxrpc/af_rxrpc.c
415
416AGPGART DRIVER
417M: David Airlie <airlied@linux.ie>
418T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
419S: Maintained
420F: drivers/char/agp/
421F: include/linux/agp*
422
423AHA152X SCSI DRIVER
424M: "Juergen E. Fischer" <fischer@norbit.de>
425L: linux-scsi@vger.kernel.org
426S: Maintained
427F: drivers/scsi/aha152x*
428F: drivers/scsi/pcmcia/aha152x*
429
430AIC7XXX / AIC79XX SCSI DRIVER
431M: Hannes Reinecke <hare@suse.de>
432L: linux-scsi@vger.kernel.org
433S: Maintained
434F: drivers/scsi/aic7xxx/
435F: drivers/scsi/aic7xxx_old/
436
437AIO
438M: Benjamin LaHaise <bcrl@kvack.org>
439L: linux-aio@kvack.org
440S: Supported
441F: fs/aio.c
442F: include/linux/*aio*.h
443
444ALCATEL SPEEDTOUCH USB DRIVER
445M: Duncan Sands <duncan.sands@free.fr>
446L: linux-usb@vger.kernel.org
447W: http://www.linux-usb.org/SpeedTouch/
448S: Maintained
449F: drivers/usb/atm/speedtch.c
450F: drivers/usb/atm/usbatm.c
451
452ALCHEMY AU1XX0 MMC DRIVER
453M: Manuel Lauss <manuel.lauss@gmail.com>
454S: Maintained
455F: drivers/mmc/host/au1xmmc.c
456
457ALI1563 I2C DRIVER
458M: Rudolf Marek <r.marek@assembler.cz>
459L: linux-i2c@vger.kernel.org
460S: Maintained
461F: Documentation/i2c/busses/i2c-ali1563
462F: drivers/i2c/busses/i2c-ali1563.c
463
464ALPHA PORT
465M: Richard Henderson <rth@twiddle.net>
466M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
467M: Matt Turner <mattst88@gmail.com>
468L: linux-alpha@vger.kernel.org
469F: arch/alpha/
470
471ALTERA UART/JTAG UART SERIAL DRIVERS
472M: Tobias Klauser <tklauser@distanz.ch>
473L: linux-serial@vger.kernel.org
474L: nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
475S: Maintained
476F: drivers/tty/serial/altera_uart.c
477F: drivers/tty/serial/altera_jtaguart.c
478F: include/linux/altera_uart.h
479F: include/linux/altera_jtaguart.h
480
481AMD FAM15H PROCESSOR POWER MONITORING DRIVER
482M: Andreas Herrmann <andreas.herrmann3@amd.com>
483L: lm-sensors@lm-sensors.org
484S: Maintained
485F: Documentation/hwmon/fam15h_power
486F: drivers/hwmon/fam15h_power.c
487
488AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
489M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
490L: linux-geode@lists.infradead.org (moderated for non-subscribers)
491S: Supported
492F: drivers/usb/gadget/amd5536udc.*
493
494AMD GEODE PROCESSOR/CHIPSET SUPPORT
495P: Andres Salomon <dilinger@queued.net>
496L: linux-geode@lists.infradead.org (moderated for non-subscribers)
497W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
498S: Supported
499F: drivers/char/hw_random/geode-rng.c
500F: drivers/crypto/geode*
501F: drivers/video/geode/
502F: arch/x86/include/asm/geode.h
503
504AMD IOMMU (AMD-VI)
505M: Joerg Roedel <joerg.roedel@amd.com>
506L: iommu@lists.linux-foundation.org
507T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
508S: Supported
509F: drivers/iommu/amd_iommu*.[ch]
510F: include/linux/amd-iommu.h
511
512AMD MICROCODE UPDATE SUPPORT
513M: Andreas Herrmann <andreas.herrmann3@amd.com>
514L: amd64-microcode@amd64.org
515S: Supported
516F: arch/x86/kernel/microcode_amd.c
517
518AMS (Apple Motion Sensor) DRIVER
519M: Michael Hanselmann <linux-kernel@hansmi.ch>
520S: Supported
521F: drivers/macintosh/ams/
522
523AMSO1100 RNIC DRIVER
524M: Tom Tucker <tom@opengridcomputing.com>
525M: Steve Wise <swise@opengridcomputing.com>
526L: linux-rdma@vger.kernel.org
527S: Maintained
528F: drivers/infiniband/hw/amso1100/
529
530ANALOG DEVICES INC ASOC CODEC DRIVERS
531M: Lars-Peter Clausen <lars@metafoo.de>
532L: device-drivers-devel@blackfin.uclinux.org
533L: alsa-devel@alsa-project.org (moderated for non-subscribers)
534W: http://wiki.analog.com/
535S: Supported
536F: sound/soc/codecs/adau*
537F: sound/soc/codecs/adav*
538F: sound/soc/codecs/ad1*
539F: sound/soc/codecs/ssm*
540F: sound/soc/codecs/sigmadsp.*
541
542ANALOG DEVICES INC ASOC DRIVERS
543L: uclinux-dist-devel@blackfin.uclinux.org
544L: alsa-devel@alsa-project.org (moderated for non-subscribers)
545W: http://blackfin.uclinux.org/
546S: Supported
547F: sound/soc/blackfin/*
548
549AOA (Apple Onboard Audio) ALSA DRIVER
550M: Johannes Berg <johannes@sipsolutions.net>
551L: linuxppc-dev@lists.ozlabs.org
552L: alsa-devel@alsa-project.org (moderated for non-subscribers)
553S: Maintained
554F: sound/aoa/
555
556APM DRIVER
557M: Jiri Kosina <jkosina@suse.cz>
558S: Odd fixes
559F: arch/x86/kernel/apm_32.c
560F: include/linux/apm_bios.h
561F: drivers/char/apm-emulation.c
562
563APPLE BCM5974 MULTITOUCH DRIVER
564M: Henrik Rydberg <rydberg@euromail.se>
565L: linux-input@vger.kernel.org
566S: Maintained
567F: drivers/input/mouse/bcm5974.c
568
569APPLE SMC DRIVER
570M: Henrik Rydberg <rydberg@euromail.se>
571L: lm-sensors@lm-sensors.org
572S: Maintained
573F: drivers/hwmon/applesmc.c
574
575APPLETALK NETWORK LAYER
576M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
577S: Maintained
578F: drivers/net/appletalk/
579F: net/appletalk/
580
581ARASAN COMPACT FLASH PATA CONTROLLER
582M: Viresh Kumar <viresh.kumar@st.com>
583L: linux-ide@vger.kernel.org
584S: Maintained
585F: include/linux/pata_arasan_cf_data.h
586F: drivers/ata/pata_arasan_cf.c
587
588ARC FRAMEBUFFER DRIVER
589M: Jaya Kumar <jayalk@intworks.biz>
590S: Maintained
591F: drivers/video/arcfb.c
592F: drivers/video/fb_defio.c
593
594ARM MFM AND FLOPPY DRIVERS
595M: Ian Molton <spyro@f2s.com>
596S: Maintained
597F: arch/arm/lib/floppydma.S
598F: arch/arm/include/asm/floppy.h
599
600ARM PMU PROFILING AND DEBUGGING
601M: Will Deacon <will.deacon@arm.com>
602S: Maintained
603F: arch/arm/kernel/perf_event*
604F: arch/arm/oprofile/common.c
605F: arch/arm/kernel/pmu.c
606F: arch/arm/include/asm/pmu.h
607F: arch/arm/kernel/hw_breakpoint.c
608F: arch/arm/include/asm/hw_breakpoint.h
609
610ARM PORT
611M: Russell King <linux@arm.linux.org.uk>
612L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
613W: http://www.arm.linux.org.uk/
614S: Maintained
615F: arch/arm/
616
617ARM PRIMECELL AACI PL041 DRIVER
618M: Russell King <linux@arm.linux.org.uk>
619S: Maintained
620F: sound/arm/aaci.*
621
622ARM PRIMECELL CLCD PL110 DRIVER
623M: Russell King <linux@arm.linux.org.uk>
624S: Maintained
625F: drivers/video/amba-clcd.*
626
627ARM PRIMECELL KMI PL050 DRIVER
628M: Russell King <linux@arm.linux.org.uk>
629S: Maintained
630F: drivers/input/serio/ambakmi.*
631F: include/linux/amba/kmi.h
632
633ARM PRIMECELL MMCI PL180/1 DRIVER
634S: Orphan
635F: drivers/mmc/host/mmci.*
636
637ARM PRIMECELL BUS SUPPORT
638M: Russell King <linux@arm.linux.org.uk>
639S: Maintained
640F: drivers/amba/
641F: include/linux/amba/bus.h
642
643ARM/ADI ROADRUNNER MACHINE SUPPORT
644M: Lennert Buytenhek <kernel@wantstofly.org>
645L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
646S: Maintained
647F: arch/arm/mach-ixp23xx/
648F: arch/arm/mach-ixp23xx/include/mach/
649
650ARM/ADS SPHERE MACHINE SUPPORT
651M: Lennert Buytenhek <kernel@wantstofly.org>
652L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
653S: Maintained
654
655ARM/AFEB9260 MACHINE SUPPORT
656M: Sergey Lapin <slapin@ossfans.org>
657L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
658S: Maintained
659
660ARM/AJECO 1ARM MACHINE SUPPORT
661M: Lennert Buytenhek <kernel@wantstofly.org>
662L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
663S: Maintained
664
665ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
666M: Andrew Victor <linux@maxim.org.za>
667M: Nicolas Ferre <nicolas.ferre@atmel.com>
668M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
669L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
670W: http://maxim.org.za/at91_26.html
671W: http://www.linux4sam.org
672S: Supported
673F: arch/arm/mach-at91/
674
675ARM/BCMRING ARM ARCHITECTURE
676M: Jiandong Zheng <jdzheng@broadcom.com>
677M: Scott Branden <sbranden@broadcom.com>
678L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
679S: Maintained
680F: arch/arm/mach-bcmring
681
682ARM/BCMRING MTD NAND DRIVER
683M: Jiandong Zheng <jdzheng@broadcom.com>
684M: Scott Branden <sbranden@broadcom.com>
685L: linux-mtd@lists.infradead.org
686S: Maintained
687F: drivers/mtd/nand/bcm_umi_nand.c
688F: drivers/mtd/nand/bcm_umi_bch.c
689F: drivers/mtd/nand/nand_bcm_umi.h
690
691ARM/CALXEDA HIGHBANK ARCHITECTURE
692M: Rob Herring <rob.herring@calxeda.com>
693L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
694S: Maintained
695F: arch/arm/mach-highbank/
696
697ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
698M: Anton Vorontsov <avorontsov@mvista.com>
699S: Maintained
700F: arch/arm/mach-cns3xxx/
701T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
702
703ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
704M: Hartley Sweeten <hsweeten@visionengravers.com>
705M: Ryan Mallon <rmallon@gmail.com>
706L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
707S: Maintained
708F: arch/arm/mach-ep93xx/
709F: arch/arm/mach-ep93xx/include/mach/
710
711ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
712M: Lennert Buytenhek <kernel@wantstofly.org>
713L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
714S: Maintained
715
716ARM/CLKDEV SUPPORT
717M: Russell King <linux@arm.linux.org.uk>
718L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
719F: arch/arm/include/asm/clkdev.h
720F: drivers/clk/clkdev.c
721
722ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
723M: Mike Rapoport <mike@compulab.co.il>
724L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
725S: Maintained
726
727ARM/CONTEC MICRO9 MACHINE SUPPORT
728M: Hubert Feurstein <hubert.feurstein@contec.at>
729S: Maintained
730F: arch/arm/mach-ep93xx/micro9.c
731
732ARM/CORGI MACHINE SUPPORT
733M: Richard Purdie <rpurdie@rpsys.net>
734S: Maintained
735
736ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
737M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
738L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
739T: git git://git.berlios.de/gemini-board
740S: Maintained
741F: arch/arm/mach-gemini/
742
743ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
744M: Barry Song <baohua.song@csr.com>
745L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
746S: Maintained
747F: arch/arm/mach-prima2/
748F: drivers/dma/sirf-dma*
749
750ARM/EBSA110 MACHINE SUPPORT
751M: Russell King <linux@arm.linux.org.uk>
752L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
753W: http://www.arm.linux.org.uk/
754S: Maintained
755F: arch/arm/mach-ebsa110/
756F: drivers/net/ethernet/amd/am79c961a.*
757
758ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
759M: Daniel Ribeiro <drwyrm@gmail.com>
760M: Stefan Schmidt <stefan@openezx.org>
761M: Harald Welte <laforge@openezx.org>
762L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
763W: http://www.openezx.org/
764S: Maintained
765T: topgit git://git.openezx.org/openezx.git
766F: arch/arm/mach-pxa/ezx.c
767
768ARM/FARADAY FA526 PORT
769M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
770L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
771S: Maintained
772T: git git://git.berlios.de/gemini-board
773F: arch/arm/mm/*-fa*
774
775ARM/FOOTBRIDGE ARCHITECTURE
776M: Russell King <linux@arm.linux.org.uk>
777L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
778W: http://www.arm.linux.org.uk/
779S: Maintained
780F: arch/arm/include/asm/hardware/dec21285.h
781F: arch/arm/mach-footbridge/
782
783ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
784M: Sascha Hauer <kernel@pengutronix.de>
785L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
786S: Maintained
787T: git git://git.pengutronix.de/git/imx/linux-2.6.git
788F: arch/arm/mach-mx*/
789F: arch/arm/mach-imx/
790F: arch/arm/plat-mxc/
791
792ARM/FREESCALE IMX51
793M: Amit Kucheria <amit.kucheria@canonical.com>
794L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
795S: Maintained
796F: arch/arm/mach-mx5/
797
798ARM/FREESCALE IMX6
799M: Shawn Guo <shawn.guo@linaro.org>
800L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
801S: Maintained
802T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
803F: arch/arm/mach-imx/*imx6*
804
805ARM/FREESCALE MXS ARM ARCHITECTURE
806M: Shawn Guo <shawn.guo@linaro.org>
807L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
808S: Maintained
809T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
810F: arch/arm/mach-mxs/
811
812ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
813M: Lennert Buytenhek <kernel@wantstofly.org>
814L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
815S: Maintained
816
817ARM/GUMSTIX MACHINE SUPPORT
818M: Steve Sakoman <sakoman@gmail.com>
819L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
820S: Maintained
821
822ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
823M: Philipp Zabel <philipp.zabel@gmail.com>
824S: Maintained
825F: arch/arm/mach-pxa/hx4700.c
826F: arch/arm/mach-pxa/include/mach/hx4700.h
827
828ARM/HP JORNADA 7XX MACHINE SUPPORT
829M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
830W: www.jlime.com
831S: Maintained
832T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
833F: arch/arm/mach-sa1100/jornada720.c
834F: arch/arm/mach-sa1100/include/mach/jornada720.h
835
836ARM/INCOME PXA270 SUPPORT
837M: Marek Vasut <marek.vasut@gmail.com>
838L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839S: Maintained
840F: arch/arm/mach-pxa/colibri-pxa270-income.c
841
842ARM/INTEL IOP32X ARM ARCHITECTURE
843M: Lennert Buytenhek <kernel@wantstofly.org>
844M: Dan Williams <dan.j.williams@intel.com>
845L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
846S: Maintained
847
848ARM/INTEL IOP33X ARM ARCHITECTURE
849M: Dan Williams <dan.j.williams@intel.com>
850L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
851S: Maintained
852
853ARM/INTEL IOP13XX ARM ARCHITECTURE
854M: Lennert Buytenhek <kernel@wantstofly.org>
855M: Dan Williams <dan.j.williams@intel.com>
856L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
857S: Maintained
858
859ARM/INTEL IQ81342EX MACHINE SUPPORT
860M: Lennert Buytenhek <kernel@wantstofly.org>
861M: Dan Williams <dan.j.williams@intel.com>
862L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
863S: Maintained
864
865ARM/INTEL IXP2000 ARM ARCHITECTURE
866M: Lennert Buytenhek <kernel@wantstofly.org>
867L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
868S: Maintained
869
870ARM/INTEL IXDP2850 MACHINE SUPPORT
871M: Lennert Buytenhek <kernel@wantstofly.org>
872L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
873S: Maintained
874
875ARM/INTEL IXP23XX ARM ARCHITECTURE
876M: Lennert Buytenhek <kernel@wantstofly.org>
877L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878S: Maintained
879
880ARM/INTEL IXP4XX ARM ARCHITECTURE
881M: Imre Kaloz <kaloz@openwrt.org>
882M: Krzysztof Halasa <khc@pm.waw.pl>
883L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884S: Maintained
885F: arch/arm/mach-ixp4xx/
886
887ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
888M: Jonathan Cameron <jic23@cam.ac.uk>
889L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
890S: Maintained
891F: arch/arm/mach-pxa/stargate2.c
892F: drivers/pcmcia/pxa2xx_stargate2.c
893
894ARM/INTEL XSC3 (MANZANO) ARM CORE
895M: Lennert Buytenhek <kernel@wantstofly.org>
896M: Dan Williams <dan.j.williams@intel.com>
897L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898S: Maintained
899
900ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
901M: Lennert Buytenhek <kernel@wantstofly.org>
902L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903S: Maintained
904
905ARM/LOGICPD PXA270 MACHINE SUPPORT
906M: Lennert Buytenhek <kernel@wantstofly.org>
907L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908S: Maintained
909
910ARM/MAGICIAN MACHINE SUPPORT
911M: Philipp Zabel <philipp.zabel@gmail.com>
912S: Maintained
913
914ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
915M: Lennert Buytenhek <kernel@wantstofly.org>
916M: Nicolas Pitre <nico@fluxnic.net>
917L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
918S: Odd Fixes
919F: arch/arm/mach-kirkwood/
920F: arch/arm/mach-mv78xx0/
921F: arch/arm/mach-orion5x/
922F: arch/arm/plat-orion/
923
924ARM/Orion SoC/Technologic Systems TS-78xx platform support
925M: Alexander Clouter <alex@digriz.org.uk>
926L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
927W: http://www.digriz.org.uk/ts78xx/kernel
928S: Maintained
929F: arch/arm/mach-orion5x/ts78xx-*
930
931ARM/MIOA701 MACHINE SUPPORT
932M: Robert Jarzmik <robert.jarzmik@free.fr>
933L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
934F: arch/arm/mach-pxa/mioa701.c
935S: Maintained
936
937ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
938M: Michael Petchkovsky <mkpetch@internode.on.net>
939S: Maintained
940
941ARM/NOMADIK ARCHITECTURE
942M: Alessandro Rubini <rubini@unipv.it>
943M: Linus Walleij <linus.walleij@stericsson.com>
944M: STEricsson <STEricsson_nomadik_linux@list.st.com>
945L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946S: Maintained
947F: arch/arm/mach-nomadik/
948F: arch/arm/plat-nomadik/
949F: drivers/i2c/busses/i2c-nomadik.c
950T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
951
952ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
953M: Nelson Castillo <arhuaco@freaks-unidos.net>
954L: openmoko-kernel@lists.openmoko.org (subscribers-only)
955W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
956S: Supported
957
958ARM/QUALCOMM MSM MACHINE SUPPORT
959M: David Brown <davidb@codeaurora.org>
960M: Daniel Walker <dwalker@fifo99.com>
961M: Bryan Huntsman <bryanh@codeaurora.org>
962L: linux-arm-msm@vger.kernel.org
963F: arch/arm/mach-msm/
964F: drivers/video/msm/
965F: drivers/mmc/host/msm_sdcc.c
966F: drivers/mmc/host/msm_sdcc.h
967F: drivers/tty/serial/msm_serial.h
968F: drivers/tty/serial/msm_serial.c
969F: drivers/platform/msm/
970F: drivers/*/pm8???-*
971F: include/linux/mfd/pm8xxx/
972T: git git://codeaurora.org/quic/kernel/davidb/linux-msm.git
973S: Maintained
974
975ARM/TOSA MACHINE SUPPORT
976M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
977M: Dirk Opfer <dirk@opfer-online.de>
978S: Maintained
979
980ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
981M: Marek Vasut <marek.vasut@gmail.com>
982L: linux-arm-kernel@lists.infradead.org
983W: http://hackndev.com
984S: Maintained
985F: arch/arm/mach-pxa/include/mach/palmtx.h
986F: arch/arm/mach-pxa/palmtx.c
987F: arch/arm/mach-pxa/include/mach/palmt5.h
988F: arch/arm/mach-pxa/palmt5.c
989F: arch/arm/mach-pxa/include/mach/palmld.h
990F: arch/arm/mach-pxa/palmld.c
991F: arch/arm/mach-pxa/include/mach/palmte2.h
992F: arch/arm/mach-pxa/palmte2.c
993F: arch/arm/mach-pxa/include/mach/palmtc.h
994F: arch/arm/mach-pxa/palmtc.c
995
996ARM/PALM TREO SUPPORT
997M: Tomas Cech <sleep_walker@suse.cz>
998L: linux-arm-kernel@lists.infradead.org
999W: http://hackndev.com
1000S: Maintained
1001F: arch/arm/mach-pxa/include/mach/palmtreo.h
1002F: arch/arm/mach-pxa/palmtreo.c
1003
1004ARM/PALMZ72 SUPPORT
1005M: Sergey Lapin <slapin@ossfans.org>
1006L: linux-arm-kernel@lists.infradead.org
1007W: http://hackndev.com
1008S: Maintained
1009F: arch/arm/mach-pxa/include/mach/palmz72.h
1010F: arch/arm/mach-pxa/palmz72.c
1011
1012ARM/PLEB SUPPORT
1013M: Peter Chubb <pleb@gelato.unsw.edu.au>
1014W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1015S: Maintained
1016
1017ARM/PT DIGITAL BOARD PORT
1018M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1019L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1020W: http://www.arm.linux.org.uk/
1021S: Maintained
1022
1023ARM/RADISYS ENP2611 MACHINE SUPPORT
1024M: Lennert Buytenhek <kernel@wantstofly.org>
1025L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1026S: Maintained
1027
1028ARM/RISCPC ARCHITECTURE
1029M: Russell King <linux@arm.linux.org.uk>
1030L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031W: http://www.arm.linux.org.uk/
1032S: Maintained
1033F: arch/arm/common/time-acorn.c
1034F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1035F: arch/arm/include/asm/hardware/ioc.h
1036F: arch/arm/include/asm/hardware/iomd.h
1037F: arch/arm/include/asm/hardware/memc.h
1038F: arch/arm/mach-rpc/
1039F: drivers/net/ethernet/8390/etherh.c
1040F: drivers/net/ethernet/i825xx/ether1*
1041F: drivers/net/ethernet/seeq/ether3*
1042F: drivers/scsi/arm/
1043
1044ARM/SHARK MACHINE SUPPORT
1045M: Alexander Schulz <alex@shark-linux.de>
1046W: http://www.shark-linux.de/shark.html
1047S: Maintained
1048
1049ARM/SAMSUNG ARM ARCHITECTURES
1050M: Ben Dooks <ben-linux@fluff.org>
1051M: Kukjin Kim <kgene.kim@samsung.com>
1052L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1054W: http://www.fluff.org/ben/linux/
1055S: Maintained
1056F: arch/arm/plat-samsung/
1057F: arch/arm/plat-s3c24xx/
1058F: arch/arm/plat-s5p/
1059F: arch/arm/mach-s3c24*/
1060F: arch/arm/mach-s3c64xx/
1061F: drivers/*/*s3c2410*
1062F: drivers/*/*/*s3c2410*
1063F: drivers/spi/spi-s3c*
1064F: sound/soc/samsung/*
1065
1066ARM/S5P EXYNOS ARM ARCHITECTURES
1067M: Kukjin Kim <kgene.kim@samsung.com>
1068L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1070S: Maintained
1071F: arch/arm/mach-s5p*/
1072F: arch/arm/mach-exynos*/
1073
1074ARM/SAMSUNG MOBILE MACHINE SUPPORT
1075M: Kyungmin Park <kyungmin.park@samsung.com>
1076L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077S: Maintained
1078F: arch/arm/mach-s5pv210/mach-aquila.c
1079F: arch/arm/mach-s5pv210/mach-goni.c
1080F: arch/arm/mach-exynos/mach-universal_c210.c
1081F: arch/arm/mach-exynos/mach-nuri.c
1082
1083ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1084M: Kyungmin Park <kyungmin.park@samsung.com>
1085M: Sylwester Nawrocki <s.nawrocki@samsung.com>
1086L: linux-arm-kernel@lists.infradead.org
1087L: linux-media@vger.kernel.org
1088S: Maintained
1089F: arch/arm/plat-s5p/dev-fimc*
1090F: arch/arm/plat-samsung/include/plat/*fimc*
1091F: drivers/media/video/s5p-fimc/
1092
1093ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1094M: Kyungmin Park <kyungmin.park@samsung.com>
1095M: Kamil Debski <k.debski@samsung.com>
1096M: Jeongtae Park <jtp.park@samsung.com>
1097L: linux-arm-kernel@lists.infradead.org
1098L: linux-media@vger.kernel.org
1099S: Maintained
1100F: arch/arm/plat-s5p/dev-mfc.c
1101F: drivers/media/video/s5p-mfc/
1102
1103ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1104M: Kyungmin Park <kyungmin.park@samsung.com>
1105M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1106L: linux-arm-kernel@lists.infradead.org
1107L: linux-media@vger.kernel.org
1108S: Maintained
1109F: drivers/media/video/s5p-tv/
1110
1111ARM/SHMOBILE ARM ARCHITECTURE
1112M: Paul Mundt <lethal@linux-sh.org>
1113M: Magnus Damm <magnus.damm@gmail.com>
1114L: linux-sh@vger.kernel.org
1115W: http://oss.renesas.com
1116Q: http://patchwork.kernel.org/project/linux-sh/list/
1117T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1118S: Supported
1119F: arch/arm/mach-shmobile/
1120F: drivers/sh/
1121
1122ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1123M: Lennert Buytenhek <kernel@wantstofly.org>
1124L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125S: Maintained
1126
1127ARM/TETON BGA MACHINE SUPPORT
1128M: "Mark F. Brown" <mark.brown314@gmail.com>
1129L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130S: Maintained
1131
1132ARM/THECUS N2100 MACHINE SUPPORT
1133M: Lennert Buytenhek <kernel@wantstofly.org>
1134L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135S: Maintained
1136
1137ARM/NUVOTON W90X900 ARM ARCHITECTURE
1138M: Wan ZongShun <mcuos.com@gmail.com>
1139L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140W: http://www.mcuos.com
1141S: Maintained
1142F: arch/arm/mach-w90x900/
1143F: drivers/input/keyboard/w90p910_keypad.c
1144F: drivers/input/touchscreen/w90p910_ts.c
1145F: drivers/watchdog/nuc900_wdt.c
1146F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1147F: drivers/mtd/nand/nuc900_nand.c
1148F: drivers/rtc/rtc-nuc900.c
1149F: drivers/spi/spi-nuc900.c
1150F: drivers/usb/host/ehci-w90x900.c
1151F: drivers/video/nuc900fb.c
1152
1153ARM/U300 MACHINE SUPPORT
1154M: Linus Walleij <linus.walleij@stericsson.com>
1155L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1156S: Supported
1157F: arch/arm/mach-u300/
1158F: drivers/i2c/busses/i2c-stu300.c
1159F: drivers/rtc/rtc-coh901331.c
1160F: drivers/watchdog/coh901327_wdt.c
1161F: drivers/dma/coh901318*
1162F: drivers/mfd/ab3100*
1163F: drivers/rtc/rtc-ab3100.c
1164F: drivers/rtc/rtc-coh901331.c
1165T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1166
1167ARM/Ux500 ARM ARCHITECTURE
1168M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1169M: Linus Walleij <linus.walleij@stericsson.com>
1170L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171S: Maintained
1172F: arch/arm/mach-ux500/
1173F: drivers/dma/ste_dma40*
1174F: drivers/mfd/abx500*
1175F: drivers/mfd/ab8500*
1176F: drivers/mfd/stmpe*
1177F: drivers/rtc/rtc-ab8500.c
1178T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1179
1180ARM/VFP SUPPORT
1181M: Russell King <linux@arm.linux.org.uk>
1182L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183W: http://www.arm.linux.org.uk/
1184S: Maintained
1185F: arch/arm/vfp/
1186
1187ARM/VOIPAC PXA270 SUPPORT
1188M: Marek Vasut <marek.vasut@gmail.com>
1189L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190S: Maintained
1191F: arch/arm/mach-pxa/vpac270.c
1192F: arch/arm/mach-pxa/include/mach/vpac270.h
1193
1194ARM/ZIPIT Z2 SUPPORT
1195M: Marek Vasut <marek.vasut@gmail.com>
1196L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197S: Maintained
1198F: arch/arm/mach-pxa/z2.c
1199F: arch/arm/mach-pxa/include/mach/z2.h
1200
1201ASC7621 HARDWARE MONITOR DRIVER
1202M: George Joseph <george.joseph@fairview5.com>
1203L: lm-sensors@lm-sensors.org
1204S: Maintained
1205F: Documentation/hwmon/asc7621
1206F: drivers/hwmon/asc7621.c
1207
1208ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1209M: Corentin Chary <corentincj@iksaif.net>
1210L: acpi4asus-user@lists.sourceforge.net
1211L: platform-driver-x86@vger.kernel.org
1212W: http://acpi4asus.sf.net
1213S: Maintained
1214F: drivers/platform/x86/asus*.c
1215F: drivers/platform/x86/eeepc*.c
1216
1217ASUS ASB100 HARDWARE MONITOR DRIVER
1218M: "Mark M. Hoffman" <mhoffman@lightlink.com>
1219L: lm-sensors@lm-sensors.org
1220S: Maintained
1221F: drivers/hwmon/asb100.c
1222
1223ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1224M: Dan Williams <dan.j.williams@intel.com>
1225W: http://sourceforge.net/projects/xscaleiop
1226S: Supported
1227F: Documentation/crypto/async-tx-api.txt
1228F: crypto/async_tx/
1229F: drivers/dma/
1230F: include/linux/dmaengine.h
1231F: include/linux/async_tx.h
1232
1233AT24 EEPROM DRIVER
1234M: Wolfram Sang <w.sang@pengutronix.de>
1235L: linux-i2c@vger.kernel.org
1236S: Maintained
1237F: drivers/misc/eeprom/at24.c
1238F: include/linux/i2c/at24.h
1239
1240ATA OVER ETHERNET (AOE) DRIVER
1241M: "Ed L. Cashin" <ecashin@coraid.com>
1242W: http://www.coraid.com/support/linux
1243S: Supported
1244F: Documentation/aoe/
1245F: drivers/block/aoe/
1246
1247ATHEROS ATH GENERIC UTILITIES
1248M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1249L: linux-wireless@vger.kernel.org
1250S: Supported
1251F: drivers/net/wireless/ath/*
1252
1253ATHEROS ATH5K WIRELESS DRIVER
1254M: Jiri Slaby <jirislaby@gmail.com>
1255M: Nick Kossifidis <mickflemm@gmail.com>
1256M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1257M: Bob Copeland <me@bobcopeland.com>
1258L: linux-wireless@vger.kernel.org
1259L: ath5k-devel@lists.ath5k.org
1260W: http://wireless.kernel.org/en/users/Drivers/ath5k
1261S: Maintained
1262F: drivers/net/wireless/ath/ath5k/
1263
1264ATHEROS ATH6KL WIRELESS DRIVER
1265M: Kalle Valo <kvalo@qca.qualcomm.com>
1266L: linux-wireless@vger.kernel.org
1267W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1268T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git
1269S: Supported
1270F: drivers/net/wireless/ath/ath6kl/
1271
1272ATHEROS ATH9K WIRELESS DRIVER
1273M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1274M: Jouni Malinen <jouni@qca.qualcomm.com>
1275M: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
1276M: Senthil Balasubramanian <senthilb@qca.qualcomm.com>
1277L: linux-wireless@vger.kernel.org
1278L: ath9k-devel@lists.ath9k.org
1279W: http://wireless.kernel.org/en/users/Drivers/ath9k
1280S: Supported
1281F: drivers/net/wireless/ath/ath9k/
1282
1283CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1284M: Christian Lamparter <chunkeey@googlemail.com>
1285L: linux-wireless@vger.kernel.org
1286W: http://wireless.kernel.org/en/users/Drivers/carl9170
1287S: Maintained
1288F: drivers/net/wireless/ath/carl9170/
1289
1290ATK0110 HWMON DRIVER
1291M: Luca Tettamanti <kronos.it@gmail.com>
1292L: lm-sensors@lm-sensors.org
1293S: Maintained
1294F: drivers/hwmon/asus_atk0110.c
1295
1296ATI_REMOTE2 DRIVER
1297M: Ville Syrjala <syrjala@sci.fi>
1298S: Maintained
1299F: drivers/input/misc/ati_remote2.c
1300
1301ATLX ETHERNET DRIVERS
1302M: Jay Cliburn <jcliburn@gmail.com>
1303M: Chris Snook <chris.snook@gmail.com>
1304L: netdev@vger.kernel.org
1305W: http://sourceforge.net/projects/atl1
1306W: http://atl1.sourceforge.net
1307S: Maintained
1308F: drivers/net/ethernet/atheros/
1309
1310ATM
1311M: Chas Williams <chas@cmf.nrl.navy.mil>
1312L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1313L: netdev@vger.kernel.org
1314W: http://linux-atm.sourceforge.net
1315S: Maintained
1316F: drivers/atm/
1317F: include/linux/atm*
1318
1319ATMEL AT91 MCI DRIVER
1320M: Nicolas Ferre <nicolas.ferre@atmel.com>
1321L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322W: http://www.atmel.com/products/AT91/
1323W: http://www.at91.com/
1324S: Maintained
1325F: drivers/mmc/host/at91_mci.c
1326
1327ATMEL AT91 / AT32 MCI DRIVER
1328M: Nicolas Ferre <nicolas.ferre@atmel.com>
1329S: Maintained
1330F: drivers/mmc/host/atmel-mci.c
1331F: drivers/mmc/host/atmel-mci-regs.h
1332
1333ATMEL AT91 / AT32 SERIAL DRIVER
1334M: Nicolas Ferre <nicolas.ferre@atmel.com>
1335S: Supported
1336F: drivers/tty/serial/atmel_serial.c
1337
1338ATMEL LCDFB DRIVER
1339M: Nicolas Ferre <nicolas.ferre@atmel.com>
1340L: linux-fbdev@vger.kernel.org
1341S: Maintained
1342F: drivers/video/atmel_lcdfb.c
1343F: include/video/atmel_lcdc.h
1344
1345ATMEL MACB ETHERNET DRIVER
1346M: Nicolas Ferre <nicolas.ferre@atmel.com>
1347S: Supported
1348F: drivers/net/ethernet/cadence/
1349
1350ATMEL SPI DRIVER
1351M: Nicolas Ferre <nicolas.ferre@atmel.com>
1352S: Supported
1353F: drivers/spi/spi-atmel.*
1354
1355ATMEL USBA UDC DRIVER
1356M: Nicolas Ferre <nicolas.ferre@atmel.com>
1357L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1358W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1359S: Supported
1360F: drivers/usb/gadget/atmel_usba_udc.*
1361
1362ATMEL WIRELESS DRIVER
1363M: Simon Kelley <simon@thekelleys.org.uk>
1364L: linux-wireless@vger.kernel.org
1365W: http://www.thekelleys.org.uk/atmel
1366W: http://atmelwlandriver.sourceforge.net/
1367S: Maintained
1368F: drivers/net/wireless/atmel*
1369
1370AUDIT SUBSYSTEM
1371M: Al Viro <viro@zeniv.linux.org.uk>
1372M: Eric Paris <eparis@redhat.com>
1373L: linux-audit@redhat.com (subscribers-only)
1374W: http://people.redhat.com/sgrubb/audit/
1375T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1376S: Maintained
1377F: include/linux/audit.h
1378F: kernel/audit*
1379
1380AUXILIARY DISPLAY DRIVERS
1381M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1382W: http://miguelojeda.es/auxdisplay.htm
1383W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1384S: Maintained
1385F: drivers/auxdisplay/
1386F: include/linux/cfag12864b.h
1387
1388AVR32 ARCHITECTURE
1389M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1390M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1391W: http://www.atmel.com/products/AVR32/
1392W: http://avr32linux.org/
1393W: http://avrfreaks.net/
1394S: Maintained
1395F: arch/avr32/
1396
1397AVR32/AT32AP MACHINE SUPPORT
1398M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1399M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1400S: Maintained
1401F: arch/avr32/mach-at32ap/
1402
1403AX.25 NETWORK LAYER
1404M: Ralf Baechle <ralf@linux-mips.org>
1405L: linux-hams@vger.kernel.org
1406W: http://www.linux-ax25.org/
1407S: Maintained
1408F: include/linux/ax25.h
1409F: include/net/ax25.h
1410F: net/ax25/
1411
1412B43 WIRELESS DRIVER
1413M: Stefano Brivio <stefano.brivio@polimi.it>
1414L: linux-wireless@vger.kernel.org
1415L: b43-dev@lists.infradead.org (moderated for non-subscribers)
1416W: http://linuxwireless.org/en/users/Drivers/b43
1417S: Maintained
1418F: drivers/net/wireless/b43/
1419
1420B43LEGACY WIRELESS DRIVER
1421M: Larry Finger <Larry.Finger@lwfinger.net>
1422M: Stefano Brivio <stefano.brivio@polimi.it>
1423L: linux-wireless@vger.kernel.org
1424W: http://linuxwireless.org/en/users/Drivers/b43
1425S: Maintained
1426F: drivers/net/wireless/b43legacy/
1427
1428BACKLIGHT CLASS/SUBSYSTEM
1429M: Richard Purdie <rpurdie@rpsys.net>
1430S: Maintained
1431F: drivers/video/backlight/
1432F: include/linux/backlight.h
1433
1434BATMAN ADVANCED
1435M: Marek Lindner <lindner_marek@yahoo.de>
1436M: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1437L: b.a.t.m.a.n@lists.open-mesh.org
1438W: http://www.open-mesh.org/
1439S: Maintained
1440F: net/batman-adv/
1441
1442BAYCOM/HDLCDRV DRIVERS FOR AX.25
1443M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1444L: linux-hams@vger.kernel.org
1445W: http://www.baycom.org/~tom/ham/ham.html
1446S: Maintained
1447F: drivers/net/hamradio/baycom*
1448
1449BEFS FILE SYSTEM
1450S: Orphan
1451F: Documentation/filesystems/befs.txt
1452F: fs/befs/
1453
1454BFS FILE SYSTEM
1455M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1456S: Maintained
1457F: Documentation/filesystems/bfs.txt
1458F: fs/bfs/
1459F: include/linux/bfs_fs.h
1460
1461BLACKFIN ARCHITECTURE
1462M: Mike Frysinger <vapier@gentoo.org>
1463L: uclinux-dist-devel@blackfin.uclinux.org
1464W: http://blackfin.uclinux.org
1465S: Supported
1466F: arch/blackfin/
1467
1468BLACKFIN EMAC DRIVER
1469L: uclinux-dist-devel@blackfin.uclinux.org
1470W: http://blackfin.uclinux.org
1471S: Supported
1472F: drivers/net/ethernet/adi/
1473
1474BLACKFIN RTC DRIVER
1475M: Mike Frysinger <vapier.adi@gmail.com>
1476L: uclinux-dist-devel@blackfin.uclinux.org
1477W: http://blackfin.uclinux.org
1478S: Supported
1479F: drivers/rtc/rtc-bfin.c
1480
1481BLACKFIN SDH DRIVER
1482M: Cliff Cai <cliff.cai@analog.com>
1483L: uclinux-dist-devel@blackfin.uclinux.org
1484W: http://blackfin.uclinux.org
1485S: Supported
1486F: drivers/mmc/host/bfin_sdh.c
1487
1488BLACKFIN SERIAL DRIVER
1489M: Sonic Zhang <sonic.zhang@analog.com>
1490L: uclinux-dist-devel@blackfin.uclinux.org
1491W: http://blackfin.uclinux.org
1492S: Supported
1493F: drivers/tty/serial/bfin_uart.c
1494
1495BLACKFIN WATCHDOG DRIVER
1496M: Mike Frysinger <vapier.adi@gmail.com>
1497L: uclinux-dist-devel@blackfin.uclinux.org
1498W: http://blackfin.uclinux.org
1499S: Supported
1500F: drivers/watchdog/bfin_wdt.c
1501
1502BLACKFIN I2C TWI DRIVER
1503M: Sonic Zhang <sonic.zhang@analog.com>
1504L: uclinux-dist-devel@blackfin.uclinux.org
1505W: http://blackfin.uclinux.org/
1506S: Supported
1507F: drivers/i2c/busses/i2c-bfin-twi.c
1508
1509BLOCK LAYER
1510M: Jens Axboe <axboe@kernel.dk>
1511T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1512S: Maintained
1513F: block/
1514
1515BLOCK2MTD DRIVER
1516M: Joern Engel <joern@lazybastard.org>
1517L: linux-mtd@lists.infradead.org
1518S: Maintained
1519F: drivers/mtd/devices/block2mtd.c
1520
1521BLUETOOTH DRIVERS
1522M: Marcel Holtmann <marcel@holtmann.org>
1523M: "Gustavo F. Padovan" <padovan@profusion.mobi>
1524L: linux-bluetooth@vger.kernel.org
1525W: http://www.bluez.org/
1526T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1527S: Maintained
1528F: drivers/bluetooth/
1529
1530BLUETOOTH SUBSYSTEM
1531M: Marcel Holtmann <marcel@holtmann.org>
1532M: "Gustavo F. Padovan" <padovan@profusion.mobi>
1533L: linux-bluetooth@vger.kernel.org
1534W: http://www.bluez.org/
1535T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1536S: Maintained
1537F: net/bluetooth/
1538F: include/net/bluetooth/
1539
1540BONDING DRIVER
1541M: Jay Vosburgh <fubar@us.ibm.com>
1542M: Andy Gospodarek <andy@greyhouse.net>
1543L: netdev@vger.kernel.org
1544W: http://sourceforge.net/projects/bonding/
1545S: Supported
1546F: drivers/net/bonding/
1547F: include/linux/if_bonding.h
1548
1549BROADCOM B44 10/100 ETHERNET DRIVER
1550M: Gary Zambrano <zambrano@broadcom.com>
1551L: netdev@vger.kernel.org
1552S: Supported
1553F: drivers/net/ethernet/broadcom/b44.*
1554
1555BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1556M: Michael Chan <mchan@broadcom.com>
1557L: netdev@vger.kernel.org
1558S: Supported
1559F: drivers/net/ethernet/broadcom/bnx2.*
1560F: drivers/net/ethernet/broadcom/bnx2_*
1561
1562BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1563M: Eilon Greenstein <eilong@broadcom.com>
1564L: netdev@vger.kernel.org
1565S: Supported
1566F: drivers/net/ethernet/broadcom/bnx2x/
1567
1568BROADCOM TG3 GIGABIT ETHERNET DRIVER
1569M: Matt Carlson <mcarlson@broadcom.com>
1570M: Michael Chan <mchan@broadcom.com>
1571L: netdev@vger.kernel.org
1572S: Supported
1573F: drivers/net/ethernet/broadcom/tg3.*
1574
1575BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1576M: Brett Rudley <brudley@broadcom.com>
1577M: Henry Ptasinski <henryp@broadcom.com>
1578M: Roland Vossen <rvossen@broadcom.com>
1579M: Arend van Spriel <arend@broadcom.com>
1580M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
1581M: Kan Yan <kanyan@broadcom.com>
1582L: linux-wireless@vger.kernel.org
1583S: Supported
1584F: drivers/net/wireless/brcm80211/
1585
1586BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1587M: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
1588L: linux-scsi@vger.kernel.org
1589S: Supported
1590F: drivers/scsi/bnx2fc/
1591
1592BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1593M: Rafał Miłecki <zajec5@gmail.com>
1594L: linux-wireless@vger.kernel.org
1595S: Maintained
1596F: drivers/bcma/
1597F: include/linux/bcma/
1598
1599BROCADE BFA FC SCSI DRIVER
1600M: Jing Huang <huangj@brocade.com>
1601L: linux-scsi@vger.kernel.org
1602S: Supported
1603F: drivers/scsi/bfa/
1604
1605BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1606M: Rasesh Mody <rmody@brocade.com>
1607L: netdev@vger.kernel.org
1608S: Supported
1609F: drivers/net/ethernet/brocade/bna/
1610
1611BSG (block layer generic sg v4 driver)
1612M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1613L: linux-scsi@vger.kernel.org
1614S: Supported
1615F: block/bsg.c
1616F: include/linux/bsg.h
1617
1618BT87X AUDIO DRIVER
1619M: Clemens Ladisch <clemens@ladisch.de>
1620L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1621T: git git://git.alsa-project.org/alsa-kernel.git
1622S: Maintained
1623F: Documentation/sound/alsa/Bt87x.txt
1624F: sound/pci/bt87x.c
1625
1626BT8XXGPIO DRIVER
1627M: Michael Buesch <m@bues.ch>
1628W: http://bu3sch.de/btgpio.php
1629S: Maintained
1630F: drivers/gpio/gpio-bt8xx.c
1631
1632BTRFS FILE SYSTEM
1633M: Chris Mason <chris.mason@oracle.com>
1634L: linux-btrfs@vger.kernel.org
1635W: http://btrfs.wiki.kernel.org/
1636Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1637T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1638S: Maintained
1639F: Documentation/filesystems/btrfs.txt
1640F: fs/btrfs/
1641
1642BTTV VIDEO4LINUX DRIVER
1643M: Mauro Carvalho Chehab <mchehab@infradead.org>
1644L: linux-media@vger.kernel.org
1645W: http://linuxtv.org
1646T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1647S: Maintained
1648F: Documentation/video4linux/bttv/
1649F: drivers/media/video/bt8xx/bttv*
1650
1651C-MEDIA CMI8788 DRIVER
1652M: Clemens Ladisch <clemens@ladisch.de>
1653L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1654T: git git://git.alsa-project.org/alsa-kernel.git
1655S: Maintained
1656F: sound/pci/oxygen/
1657
1658C6X ARCHITECTURE
1659M: Mark Salter <msalter@redhat.com>
1660M: Aurelien Jacquiot <a-jacquiot@ti.com>
1661L: linux-c6x-dev@linux-c6x.org
1662W: http://www.linux-c6x.org/wiki/index.php/Main_Page
1663S: Maintained
1664F: arch/c6x/
1665
1666CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1667M: David Howells <dhowells@redhat.com>
1668L: linux-cachefs@redhat.com
1669S: Supported
1670F: Documentation/filesystems/caching/cachefiles.txt
1671F: fs/cachefiles/
1672
1673CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1674M: Jonathan Corbet <corbet@lwn.net>
1675L: linux-media@vger.kernel.org
1676T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1677S: Maintained
1678F: Documentation/video4linux/cafe_ccic
1679F: drivers/media/video/marvell-ccic/
1680
1681CAIF NETWORK LAYER
1682M: Sjur Braendeland <sjur.brandeland@stericsson.com>
1683L: netdev@vger.kernel.org
1684S: Supported
1685F: Documentation/networking/caif/
1686F: drivers/net/caif/
1687F: include/linux/caif/
1688F: include/net/caif/
1689F: net/caif/
1690
1691CALGARY x86-64 IOMMU
1692M: Muli Ben-Yehuda <muli@il.ibm.com>
1693M: "Jon D. Mason" <jdmason@kudzu.us>
1694L: discuss@x86-64.org
1695S: Maintained
1696F: arch/x86/kernel/pci-calgary_64.c
1697F: arch/x86/kernel/tce_64.c
1698F: arch/x86/include/asm/calgary.h
1699F: arch/x86/include/asm/tce.h
1700
1701CAN NETWORK LAYER
1702M: Oliver Hartkopp <socketcan@hartkopp.net>
1703L: linux-can@vger.kernel.org
1704W: http://gitorious.org/linux-can
1705T: git git://gitorious.org/linux-can/linux-can-next.git
1706S: Maintained
1707F: net/can/
1708F: include/linux/can.h
1709F: include/linux/can/core.h
1710F: include/linux/can/bcm.h
1711F: include/linux/can/raw.h
1712F: include/linux/can/gw.h
1713
1714CAN NETWORK DRIVERS
1715M: Wolfgang Grandegger <wg@grandegger.com>
1716M: Marc Kleine-Budde <mkl@pengutronix.de>
1717L: linux-can@vger.kernel.org
1718W: http://gitorious.org/linux-can
1719T: git git://gitorious.org/linux-can/linux-can-next.git
1720S: Maintained
1721F: drivers/net/can/
1722F: include/linux/can/dev.h
1723F: include/linux/can/error.h
1724F: include/linux/can/netlink.h
1725F: include/linux/can/platform/
1726
1727CELL BROADBAND ENGINE ARCHITECTURE
1728M: Arnd Bergmann <arnd@arndb.de>
1729L: linuxppc-dev@lists.ozlabs.org
1730L: cbe-oss-dev@lists.ozlabs.org
1731W: http://www.ibm.com/developerworks/power/cell/
1732S: Supported
1733F: arch/powerpc/include/asm/cell*.h
1734F: arch/powerpc/include/asm/spu*.h
1735F: arch/powerpc/oprofile/*cell*
1736F: arch/powerpc/platforms/cell/
1737
1738CEPH DISTRIBUTED FILE SYSTEM CLIENT
1739M: Sage Weil <sage@newdream.net>
1740L: ceph-devel@vger.kernel.org
1741W: http://ceph.newdream.net/
1742T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1743S: Supported
1744F: Documentation/filesystems/ceph.txt
1745F: fs/ceph
1746F: net/ceph
1747F: include/linux/ceph
1748
1749CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1750L: linux-usb@vger.kernel.org
1751S: Orphan
1752F: Documentation/usb/WUSB-Design-overview.txt
1753F: Documentation/usb/wusb-cbaf
1754F: drivers/usb/host/hwa-hc.c
1755F: drivers/usb/host/whci/
1756F: drivers/usb/wusbcore/
1757F: include/linux/usb/wusb*
1758
1759CFAG12864B LCD DRIVER
1760M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1761W: http://miguelojeda.es/auxdisplay.htm
1762W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1763S: Maintained
1764F: drivers/auxdisplay/cfag12864b.c
1765F: include/linux/cfag12864b.h
1766
1767CFAG12864BFB LCD FRAMEBUFFER DRIVER
1768M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1769W: http://miguelojeda.es/auxdisplay.htm
1770W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1771S: Maintained
1772F: drivers/auxdisplay/cfag12864bfb.c
1773F: include/linux/cfag12864b.h
1774
1775CFG80211 and NL80211
1776M: Johannes Berg <johannes@sipsolutions.net>
1777L: linux-wireless@vger.kernel.org
1778S: Maintained
1779F: include/linux/nl80211.h
1780F: include/net/cfg80211.h
1781F: net/wireless/*
1782X: net/wireless/wext*
1783
1784CHAR and MISC DRIVERS
1785M: Arnd Bergmann <arnd@arndb.de>
1786M: Greg Kroah-Hartman <greg@kroah.com>
1787T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
1788S: Maintained
1789F: drivers/char/*
1790F: drivers/misc/*
1791
1792CHECKPATCH
1793M: Andy Whitcroft <apw@canonical.com>
1794S: Supported
1795F: scripts/checkpatch.pl
1796
1797CHINESE DOCUMENTATION
1798M: Harry Wei <harryxiyou@gmail.com>
1799L: xiyoulinuxkernelgroup@googlegroups.com
1800L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
1801S: Maintained
1802F: Documentation/zh_CN/
1803
1804CISCO VIC ETHERNET NIC DRIVER
1805M: Christian Benvenuti <benve@cisco.com>
1806M: Roopa Prabhu <roprabhu@cisco.com>
1807M: David Wang <dwang2@cisco.com>
1808S: Supported
1809F: drivers/net/ethernet/cisco/enic/
1810
1811CIRRUS LOGIC EP93XX ETHERNET DRIVER
1812M: Hartley Sweeten <hsweeten@visionengravers.com>
1813L: netdev@vger.kernel.org
1814S: Maintained
1815F: drivers/net/ethernet/cirrus/ep93xx_eth.c
1816
1817CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1818M: Lennert Buytenhek <kernel@wantstofly.org>
1819L: linux-usb@vger.kernel.org
1820S: Maintained
1821F: drivers/usb/host/ohci-ep93xx.c
1822
1823CIRRUS LOGIC CS4270 SOUND DRIVER
1824M: Timur Tabi <timur@freescale.com>
1825L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1826S: Supported
1827F: sound/soc/codecs/cs4270*
1828
1829CLK API
1830M: Russell King <linux@arm.linux.org.uk>
1831F: include/linux/clk.h
1832
1833CISCO FCOE HBA DRIVER
1834M: Abhijeet Joglekar <abjoglek@cisco.com>
1835M: Venkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com>
1836M: Brian Uchino <buchino@cisco.com>
1837L: linux-scsi@vger.kernel.org
1838S: Supported
1839F: drivers/scsi/fnic/
1840
1841CMPC ACPI DRIVER
1842M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1843M: Daniel Oliveira Nascimento <don@syst.com.br>
1844L: platform-driver-x86@vger.kernel.org
1845S: Supported
1846F: drivers/platform/x86/classmate-laptop.c
1847
1848COCCINELLE/Semantic Patches (SmPL)
1849M: Julia Lawall <julia@diku.dk>
1850M: Gilles Muller <Gilles.Muller@lip6.fr>
1851M: Nicolas Palix <npalix.work@gmail.com>
1852L: cocci@diku.dk (moderated for non-subscribers)
1853W: http://coccinelle.lip6.fr/
1854S: Supported
1855F: scripts/coccinelle/
1856F: scripts/coccicheck
1857
1858CODA FILE SYSTEM
1859M: Jan Harkes <jaharkes@cs.cmu.edu>
1860M: coda@cs.cmu.edu
1861L: codalist@coda.cs.cmu.edu
1862W: http://www.coda.cs.cmu.edu/
1863S: Maintained
1864F: Documentation/filesystems/coda.txt
1865F: fs/coda/
1866F: include/linux/coda*.h
1867
1868COMMON INTERNET FILE SYSTEM (CIFS)
1869M: Steve French <sfrench@samba.org>
1870L: linux-cifs@vger.kernel.org
1871L: samba-technical@lists.samba.org (moderated for non-subscribers)
1872W: http://linux-cifs.samba.org/
1873Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1874T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1875S: Supported
1876F: Documentation/filesystems/cifs.txt
1877F: fs/cifs/
1878
1879COMPACTPCI HOTPLUG CORE
1880M: Scott Murray <scott@spiteful.org>
1881L: linux-pci@vger.kernel.org
1882S: Maintained
1883F: drivers/pci/hotplug/cpci_hotplug*
1884
1885COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1886M: Scott Murray <scott@spiteful.org>
1887L: linux-pci@vger.kernel.org
1888S: Maintained
1889F: drivers/pci/hotplug/cpcihp_zt5550.*
1890
1891COMPACTPCI HOTPLUG GENERIC DRIVER
1892M: Scott Murray <scott@spiteful.org>
1893L: linux-pci@vger.kernel.org
1894S: Maintained
1895F: drivers/pci/hotplug/cpcihp_generic.c
1896
1897COMPAL LAPTOP SUPPORT
1898M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1899L: platform-driver-x86@vger.kernel.org
1900S: Maintained
1901F: drivers/platform/x86/compal-laptop.c
1902
1903CONEXANT ACCESSRUNNER USB DRIVER
1904M: Simon Arlott <cxacru@fire.lp0.eu>
1905L: accessrunner-general@lists.sourceforge.net
1906W: http://accessrunner.sourceforge.net/
1907S: Maintained
1908F: drivers/usb/atm/cxacru.c
1909
1910CONFIGFS
1911M: Joel Becker <jlbec@evilplan.org>
1912T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1913S: Supported
1914F: fs/configfs/
1915F: include/linux/configfs.h
1916
1917CONNECTOR
1918M: Evgeniy Polyakov <zbr@ioremap.net>
1919L: netdev@vger.kernel.org
1920S: Maintained
1921F: drivers/connector/
1922
1923CONTROL GROUPS (CGROUPS)
1924M: Tejun Heo <tj@kernel.org>
1925M: Li Zefan <lizf@cn.fujitsu.com>
1926L: containers@lists.linux-foundation.org
1927L: cgroups@vger.kernel.org
1928T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
1929S: Maintained
1930F: include/linux/cgroup*
1931F: kernel/cgroup*
1932F: mm/*cgroup*
1933
1934CORETEMP HARDWARE MONITORING DRIVER
1935M: Fenghua Yu <fenghua.yu@intel.com>
1936L: lm-sensors@lm-sensors.org
1937S: Maintained
1938F: Documentation/hwmon/coretemp
1939F: drivers/hwmon/coretemp.c
1940
1941COSA/SRP SYNC SERIAL DRIVER
1942M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1943W: http://www.fi.muni.cz/~kas/cosa/
1944S: Maintained
1945F: drivers/net/wan/cosa*
1946
1947CPMAC ETHERNET DRIVER
1948M: Florian Fainelli <florian@openwrt.org>
1949L: netdev@vger.kernel.org
1950S: Maintained
1951F: drivers/net/ethernet/ti/cpmac.c
1952
1953CPU FREQUENCY DRIVERS
1954M: Dave Jones <davej@redhat.com>
1955L: cpufreq@vger.kernel.org
1956W: http://www.codemonkey.org.uk/projects/cpufreq/
1957T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1958S: Maintained
1959F: drivers/cpufreq/
1960F: include/linux/cpufreq.h
1961
1962CPUID/MSR DRIVER
1963M: "H. Peter Anvin" <hpa@zytor.com>
1964S: Maintained
1965F: arch/x86/kernel/cpuid.c
1966F: arch/x86/kernel/msr.c
1967
1968CPU POWER MONITORING SUBSYSTEM
1969M: Dominik Brodowski <linux@dominikbrodowski.net>
1970M: Thomas Renninger <trenn@suse.de>
1971S: Maintained
1972F: tools/power/cpupower
1973
1974CPUSETS
1975M: Paul Menage <paul@paulmenage.org>
1976W: http://www.bullopensource.org/cpuset/
1977W: http://oss.sgi.com/projects/cpusets/
1978S: Supported
1979F: Documentation/cgroups/cpusets.txt
1980F: include/linux/cpuset.h
1981F: kernel/cpuset.c
1982
1983CRAMFS FILESYSTEM
1984W: http://sourceforge.net/projects/cramfs/
1985S: Orphan
1986F: Documentation/filesystems/cramfs.txt
1987F: fs/cramfs/
1988
1989CRIS PORT
1990M: Mikael Starvik <starvik@axis.com>
1991M: Jesper Nilsson <jesper.nilsson@axis.com>
1992L: linux-cris-kernel@axis.com
1993W: http://developer.axis.com
1994S: Maintained
1995F: arch/cris/
1996F: drivers/tty/serial/crisv10.*
1997
1998CRYPTO API
1999M: Herbert Xu <herbert@gondor.apana.org.au>
2000M: "David S. Miller" <davem@davemloft.net>
2001L: linux-crypto@vger.kernel.org
2002T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2003S: Maintained
2004F: Documentation/crypto/
2005F: arch/*/crypto/
2006F: crypto/
2007F: drivers/crypto/
2008F: include/crypto/
2009
2010CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2011M: Neil Horman <nhorman@tuxdriver.com>
2012L: linux-crypto@vger.kernel.org
2013S: Maintained
2014F: crypto/ansi_cprng.c
2015F: crypto/rng.c
2016
2017CS5535 Audio ALSA driver
2018M: Jaya Kumar <jayakumar.alsa@gmail.com>
2019S: Maintained
2020F: sound/pci/cs5535audio/
2021
2022CX18 VIDEO4LINUX DRIVER
2023M: Andy Walls <awalls@md.metrocast.net>
2024L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
2025L: linux-media@vger.kernel.org
2026T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2027W: http://linuxtv.org
2028W: http://www.ivtvdriver.org/index.php/Cx18
2029S: Maintained
2030F: Documentation/video4linux/cx18.txt
2031F: drivers/media/video/cx18/
2032
2033CXGB3 ETHERNET DRIVER (CXGB3)
2034M: Divy Le Ray <divy@chelsio.com>
2035L: netdev@vger.kernel.org
2036W: http://www.chelsio.com
2037S: Supported
2038F: drivers/net/ethernet/chelsio/cxgb3/
2039
2040CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2041M: Steve Wise <swise@chelsio.com>
2042L: linux-rdma@vger.kernel.org
2043W: http://www.openfabrics.org
2044S: Supported
2045F: drivers/infiniband/hw/cxgb3/
2046
2047CXGB4 ETHERNET DRIVER (CXGB4)
2048M: Dimitris Michailidis <dm@chelsio.com>
2049L: netdev@vger.kernel.org
2050W: http://www.chelsio.com
2051S: Supported
2052F: drivers/net/ethernet/chelsio/cxgb4/
2053
2054CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2055M: Steve Wise <swise@chelsio.com>
2056L: linux-rdma@vger.kernel.org
2057W: http://www.openfabrics.org
2058S: Supported
2059F: drivers/infiniband/hw/cxgb4/
2060
2061CXGB4VF ETHERNET DRIVER (CXGB4VF)
2062M: Casey Leedom <leedom@chelsio.com>
2063L: netdev@vger.kernel.org
2064W: http://www.chelsio.com
2065S: Supported
2066F: drivers/net/ethernet/chelsio/cxgb4vf/
2067
2068STMMAC ETHERNET DRIVER
2069M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
2070L: netdev@vger.kernel.org
2071W: http://www.stlinux.com
2072S: Supported
2073F: drivers/net/ethernet/stmicro/stmmac/
2074
2075CYBERPRO FB DRIVER
2076M: Russell King <linux@arm.linux.org.uk>
2077L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2078W: http://www.arm.linux.org.uk/
2079S: Maintained
2080F: drivers/video/cyber2000fb.*
2081
2082CYCLADES 2X SYNC CARD DRIVER
2083M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2084W: http://oops.ghostprotocols.net:81/blog
2085S: Maintained
2086F: drivers/net/wan/cycx*
2087
2088CYCLADES ASYNC MUX DRIVER
2089W: http://www.cyclades.com/
2090S: Orphan
2091F: drivers/tty/cyclades.c
2092F: include/linux/cyclades.h
2093
2094CYCLADES PC300 DRIVER
2095W: http://www.cyclades.com/
2096S: Orphan
2097F: drivers/net/wan/pc300*
2098
2099DAMA SLAVE for AX.25
2100M: Joerg Reuter <jreuter@yaina.de>
2101W: http://yaina.de/jreuter/
2102W: http://www.qsl.net/dl1bke/
2103L: linux-hams@vger.kernel.org
2104S: Maintained
2105F: net/ax25/af_ax25.c
2106F: net/ax25/ax25_dev.c
2107F: net/ax25/ax25_ds_*
2108F: net/ax25/ax25_in.c
2109F: net/ax25/ax25_out.c
2110F: net/ax25/ax25_timer.c
2111F: net/ax25/sysctl_net_ax25.c
2112
2113DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2114L: netdev@vger.kernel.org
2115S: Orphan
2116F: Documentation/networking/dmfe.txt
2117F: drivers/net/ethernet/dec/tulip/dmfe.c
2118
2119DC390/AM53C974 SCSI driver
2120M: Kurt Garloff <garloff@suse.de>
2121W: http://www.garloff.de/kurt/linux/dc390/
2122M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2123S: Maintained
2124F: drivers/scsi/tmscsim.*
2125
2126DC395x SCSI driver
2127M: Oliver Neukum <oliver@neukum.name>
2128M: Ali Akcaagac <aliakc@web.de>
2129M: Jamie Lenehan <lenehan@twibble.org>
2130W: http://twibble.org/dist/dc395x/
2131L: dc395x@twibble.org
2132L: http://lists.twibble.org/mailman/listinfo/dc395x/
2133S: Maintained
2134F: Documentation/scsi/dc395x.txt
2135F: drivers/scsi/dc395x.*
2136
2137DCCP PROTOCOL
2138M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2139L: dccp@vger.kernel.org
2140W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2141S: Maintained
2142F: include/linux/dccp.h
2143F: include/linux/tfrc.h
2144F: net/dccp/
2145
2146DECnet NETWORK LAYER
2147W: http://linux-decnet.sourceforge.net
2148L: linux-decnet-user@lists.sourceforge.net
2149S: Orphan
2150F: Documentation/networking/decnet.txt
2151F: net/decnet/
2152
2153DEFXX FDDI NETWORK DRIVER
2154M: "Maciej W. Rozycki" <macro@linux-mips.org>
2155S: Maintained
2156F: drivers/net/fddi/defxx.*
2157
2158DELL LAPTOP DRIVER
2159M: Matthew Garrett <mjg59@srcf.ucam.org>
2160L: platform-driver-x86@vger.kernel.org
2161S: Maintained
2162F: drivers/platform/x86/dell-laptop.c
2163
2164DELL LAPTOP SMM DRIVER
2165M: Massimo Dal Zotto <dz@debian.org>
2166W: http://www.debian.org/~dz/i8k/
2167S: Maintained
2168F: drivers/char/i8k.c
2169F: include/linux/i8k.h
2170
2171DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2172M: Doug Warzecha <Douglas_Warzecha@dell.com>
2173S: Maintained
2174F: Documentation/dcdbas.txt
2175F: drivers/firmware/dcdbas.*
2176
2177DELL WMI EXTRAS DRIVER
2178M: Matthew Garrett <mjg59@srcf.ucam.org>
2179S: Maintained
2180F: drivers/platform/x86/dell-wmi.c
2181
2182DESIGNWARE USB3 DRD IP DRIVER
2183M: Felipe Balbi <balbi@ti.com>
2184L: linux-usb@vger.kernel.org
2185L: linux-omap@vger.kernel.org
2186T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2187S: Maintained
2188F: drivers/usb/dwc3/
2189
2190DEVICE FREQUENCY (DEVFREQ)
2191M: MyungJoo Ham <myungjoo.ham@samsung.com>
2192M: Kyungmin Park <kyungmin.park@samsung.com>
2193L: linux-kernel@vger.kernel.org
2194S: Maintained
2195F: drivers/devfreq/
2196
2197DEVICE NUMBER REGISTRY
2198M: Torben Mathiasen <device@lanana.org>
2199W: http://lanana.org/docs/device-list/index.html
2200S: Maintained
2201
2202DEVICE-MAPPER (LVM)
2203P: Alasdair Kergon
2204L: dm-devel@redhat.com
2205W: http://sources.redhat.com/dm
2206Q: http://patchwork.kernel.org/project/dm-devel/list/
2207S: Maintained
2208F: Documentation/device-mapper/
2209F: drivers/md/dm*
2210F: include/linux/device-mapper.h
2211F: include/linux/dm-*.h
2212
2213DIOLAN U2C-12 I2C DRIVER
2214M: Guenter Roeck <guenter.roeck@ericsson.com>
2215L: linux-i2c@vger.kernel.org
2216S: Maintained
2217F: drivers/i2c/busses/i2c-diolan-u2c.c
2218
2219DIRECTORY NOTIFICATION (DNOTIFY)
2220M: Eric Paris <eparis@parisplace.org>
2221S: Maintained
2222F: Documentation/filesystems/dnotify.txt
2223F: fs/notify/dnotify/
2224F: include/linux/dnotify.h
2225
2226DISK GEOMETRY AND PARTITION HANDLING
2227M: Andries Brouwer <aeb@cwi.nl>
2228W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2229W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2230W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2231S: Maintained
2232
2233DISKQUOTA
2234M: Jan Kara <jack@suse.cz>
2235S: Maintained
2236F: Documentation/filesystems/quota.txt
2237F: fs/quota/
2238F: include/linux/quota*.h
2239
2240DISTRIBUTED LOCK MANAGER (DLM)
2241M: Christine Caulfield <ccaulfie@redhat.com>
2242M: David Teigland <teigland@redhat.com>
2243L: cluster-devel@redhat.com
2244W: http://sources.redhat.com/cluster/
2245T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2246S: Supported
2247F: fs/dlm/
2248
2249DMA 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>
4143L: logfs@logfs.org
4144W: logfs.org
4145S: Maintained
4146F: fs/logfs/
4147
4148LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4149M: Eric Moore <Eric.Moore@lsi.com>
4150M: support@lsi.com
4151L: DL-MPTFusionLinux@lsi.com
4152L: linux-scsi@vger.kernel.org
4153W: http://www.lsilogic.com/support
4154S: Supported
4155F: drivers/message/fusion/
4156
4157LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4158M: Matthew Wilcox <matthew@wil.cx>
4159L: linux-scsi@vger.kernel.org
4160S: Maintained
4161F: drivers/scsi/sym53c8xx_2/
4162
4163LTC4261 HARDWARE MONITOR DRIVER
4164M: Guenter Roeck <linux@roeck-us.net>
4165L: lm-sensors@lm-sensors.org
4166S: Maintained
4167F: Documentation/hwmon/ltc4261
4168F: drivers/hwmon/ltc4261.c
4169
4170LTP (Linux Test Project)
4171M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
4172M: Garrett Cooper <yanegomi@gmail.com>
4173M: Mike Frysinger <vapier@gentoo.org>
4174M: Subrata Modak <subrata@linux.vnet.ibm.com>
4175L: ltp-list@lists.sourceforge.net (subscribers-only)
4176W: http://ltp.sourceforge.net/
4177T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4178S: Maintained
4179
4180M32R ARCHITECTURE
4181M: Hirokazu Takata <takata@linux-m32r.org>
4182L: linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4183L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4184W: http://www.linux-m32r.org/
4185S: Maintained
4186F: arch/m32r/
4187
4188M68K ARCHITECTURE
4189M: Geert Uytterhoeven <geert@linux-m68k.org>
4190L: linux-m68k@lists.linux-m68k.org
4191W: http://www.linux-m68k.org/
4192T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4193S: Maintained
4194F: arch/m68k/
4195F: drivers/zorro/
4196
4197M68K ON APPLE MACINTOSH
4198M: Joshua Thompson <funaho@jurai.org>
4199W: http://www.mac.linux-m68k.org/
4200L: linux-m68k@lists.linux-m68k.org
4201S: Maintained
4202F: arch/m68k/mac/
4203
4204M68K ON HP9000/300
4205M: Philip Blundell <philb@gnu.org>
4206W: http://www.tazenda.demon.co.uk/phil/linux-hp
4207S: Maintained
4208F: arch/m68k/hp300/
4209
4210MAC80211
4211M: Johannes Berg <johannes@sipsolutions.net>
4212L: linux-wireless@vger.kernel.org
4213W: http://linuxwireless.org/
4214T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4215S: Maintained
4216F: Documentation/networking/mac80211-injection.txt
4217F: include/net/mac80211.h
4218F: net/mac80211/
4219
4220MAC80211 PID RATE CONTROL
4221M: Stefano Brivio <stefano.brivio@polimi.it>
4222M: Mattias Nissler <mattias.nissler@gmx.de>
4223L: linux-wireless@vger.kernel.org
4224W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
4225T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4226S: Maintained
4227F: net/mac80211/rc80211_pid*
4228
4229MACVLAN DRIVER
4230M: Patrick McHardy <kaber@trash.net>
4231L: netdev@vger.kernel.org
4232S: Maintained
4233F: drivers/net/macvlan.c
4234F: include/linux/if_macvlan.h
4235
4236MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4237M: Michael Kerrisk <mtk.manpages@gmail.com>
4238W: http://www.kernel.org/doc/man-pages
4239L: linux-man@vger.kernel.org
4240S: Maintained
4241
4242MARVELL LIBERTAS WIRELESS DRIVER
4243M: Dan Williams <dcbw@redhat.com>
4244L: libertas-dev@lists.infradead.org
4245S: Maintained
4246F: drivers/net/wireless/libertas/
4247
4248MARVELL MV643XX ETHERNET DRIVER
4249M: Lennert Buytenhek <buytenh@wantstofly.org>
4250L: netdev@vger.kernel.org
4251S: Maintained
4252F: drivers/net/ethernet/marvell/mv643xx_eth.*
4253F: include/linux/mv643xx.h
4254
4255MARVELL MWIFIEX WIRELESS DRIVER
4256M: Bing Zhao <bzhao@marvell.com>
4257L: linux-wireless@vger.kernel.org
4258S: Maintained
4259F: drivers/net/wireless/mwifiex/
4260
4261MARVELL MWL8K WIRELESS DRIVER
4262M: Lennert Buytenhek <buytenh@wantstofly.org>
4263L: linux-wireless@vger.kernel.org
4264S: Odd Fixes
4265F: drivers/net/wireless/mwl8k.c
4266
4267MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4268M: Nicolas Pitre <nico@fluxnic.net>
4269S: Odd Fixes
4270F: drivers/mmc/host/mvsdio.*
4271
4272MARVELL YUKON / SYSKONNECT DRIVER
4273M: Mirko Lindner <mlindner@syskonnect.de>
4274M: Ralph Roesler <rroesler@syskonnect.de>
4275W: http://www.syskonnect.com
4276S: Supported
4277
4278MATROX FRAMEBUFFER DRIVER
4279L: linux-fbdev@vger.kernel.org
4280S: Orphan
4281F: drivers/video/matrox/matroxfb_*
4282F: include/linux/matroxfb.h
4283
4284MAX1668 TEMPERATURE SENSOR DRIVER
4285M: "David George" <david.george@ska.ac.za>
4286L: lm-sensors@lm-sensors.org
4287S: Maintained
4288F: Documentation/hwmon/max1668
4289F: drivers/hwmon/max1668.c
4290
4291MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4292M: "Hans J. Koch" <hjk@hansjkoch.de>
4293L: lm-sensors@lm-sensors.org
4294S: Maintained
4295F: Documentation/hwmon/max6650
4296F: drivers/hwmon/max6650.c
4297
4298MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4299M: Mauro Carvalho Chehab <mchehab@infradead.org>
4300P: LinuxTV.org Project
4301L: linux-media@vger.kernel.org
4302W: http://linuxtv.org
4303Q: http://patchwork.kernel.org/project/linux-media/list/
4304T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4305S: Maintained
4306F: Documentation/dvb/
4307F: Documentation/video4linux/
4308F: Documentation/DocBook/media/
4309F: drivers/media/
4310F: drivers/staging/media/
4311F: include/media/
4312F: include/linux/dvb/
4313F: include/linux/videodev*.h
4314
4315MEGARAID SCSI DRIVERS
4316M: Neela Syam Kolli <megaraidlinux@lsi.com>
4317L: linux-scsi@vger.kernel.org
4318W: http://megaraid.lsilogic.com
4319S: Maintained
4320F: Documentation/scsi/megaraid.txt
4321F: drivers/scsi/megaraid.*
4322F: drivers/scsi/megaraid/
4323
4324MEMORY MANAGEMENT
4325L: linux-mm@kvack.org
4326W: http://www.linux-mm.org
4327S: Maintained
4328F: include/linux/mm.h
4329F: mm/
4330
4331MEMORY RESOURCE CONTROLLER
4332M: Johannes Weiner <hannes@cmpxchg.org>
4333M: Michal Hocko <mhocko@suse.cz>
4334M: Balbir Singh <bsingharora@gmail.com>
4335M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4336L: cgroups@vger.kernel.org
4337L: linux-mm@kvack.org
4338S: Maintained
4339F: mm/memcontrol.c
4340F: mm/page_cgroup.c
4341
4342MEMORY TECHNOLOGY DEVICES (MTD)
4343M: David Woodhouse <dwmw2@infradead.org>
4344L: linux-mtd@lists.infradead.org
4345W: http://www.linux-mtd.infradead.org/
4346Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
4347T: git git://git.infradead.org/mtd-2.6.git
4348S: Maintained
4349F: drivers/mtd/
4350F: include/linux/mtd/
4351F: include/mtd/
4352
4353MICROBLAZE ARCHITECTURE
4354M: Michal Simek <monstr@monstr.eu>
4355L: microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
4356W: http://www.monstr.eu/fdt/
4357T: git git://git.monstr.eu/linux-2.6-microblaze.git
4358S: Supported
4359F: arch/microblaze/
4360
4361MICROTEK X6 SCANNER
4362M: Oliver Neukum <oliver@neukum.name>
4363S: Maintained
4364F: drivers/usb/image/microtek.*
4365
4366MIPS
4367M: Ralf Baechle <ralf@linux-mips.org>
4368L: linux-mips@linux-mips.org
4369W: http://www.linux-mips.org/
4370T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
4371Q: http://patchwork.linux-mips.org/project/linux-mips/list/
4372S: Supported
4373F: Documentation/mips/
4374F: arch/mips/
4375
4376MISCELLANEOUS MCA-SUPPORT
4377M: James Bottomley <James.Bottomley@HansenPartnership.com>
4378S: Maintained
4379F: Documentation/ia64/mca.txt
4380F: Documentation/mca.txt
4381F: drivers/mca/
4382F: include/linux/mca*
4383
4384MODULE SUPPORT
4385M: Rusty Russell <rusty@rustcorp.com.au>
4386S: Maintained
4387F: include/linux/module.h
4388F: kernel/module.c
4389
4390MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4391W: http://popies.net/meye/
4392S: Orphan
4393F: Documentation/video4linux/meye.txt
4394F: drivers/media/video/meye.*
4395F: include/linux/meye.h
4396
4397MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4398M: Pavel Pisa <ppisa@pikron.com>
4399L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4400S: Maintained
4401F: drivers/mmc/host/imxmmc.*
4402
4403MOUSE AND MISC DEVICES [GENERAL]
4404M: Alessandro Rubini <rubini@ipvvis.unipv.it>
4405S: Maintained
4406F: drivers/input/mouse/
4407F: include/linux/gpio_mouse.h
4408
4409MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4410M: Jiri Slaby <jirislaby@gmail.com>
4411S: Maintained
4412F: Documentation/serial/moxa-smartio
4413F: drivers/tty/mxser.*
4414
4415MSI LAPTOP SUPPORT
4416M: "Lee, Chun-Yi" <jlee@novell.com>
4417L: platform-driver-x86@vger.kernel.org
4418S: Maintained
4419F: drivers/platform/x86/msi-laptop.c
4420
4421MSI WMI SUPPORT
4422M: Anisse Astier <anisse@astier.eu>
4423L: platform-driver-x86@vger.kernel.org
4424S: Supported
4425F: drivers/platform/x86/msi-wmi.c
4426
4427MULTIFUNCTION DEVICES (MFD)
4428M: Samuel Ortiz <sameo@linux.intel.com>
4429T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4430S: Supported
4431F: drivers/mfd/
4432
4433MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4434M: Chris Ball <cjb@laptop.org>
4435L: linux-mmc@vger.kernel.org
4436T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4437S: Maintained
4438F: drivers/mmc/
4439F: include/linux/mmc/
4440
4441MULTIMEDIA CARD (MMC) ETC. OVER SPI
4442S: Orphan
4443F: drivers/mmc/host/mmc_spi.c
4444F: include/linux/spi/mmc_spi.h
4445
4446MULTISOUND SOUND DRIVER
4447M: Andrew Veliath <andrewtv@usa.net>
4448S: Maintained
4449F: Documentation/sound/oss/MultiSound
4450F: sound/oss/msnd*
4451
4452MULTITECH MULTIPORT CARD (ISICOM)
4453S: Orphan
4454F: drivers/tty/isicom.c
4455F: include/linux/isicom.h
4456
4457MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4458M: Felipe Balbi <balbi@ti.com>
4459L: linux-usb@vger.kernel.org
4460T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4461S: Maintained
4462F: drivers/usb/musb/
4463
4464MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4465M: Jon Mason <mason@myri.com>
4466M: Andrew Gallatin <gallatin@myri.com>
4467L: netdev@vger.kernel.org
4468W: http://www.myri.com/scs/download-Myri10GE.html
4469S: Supported
4470F: drivers/net/ethernet/myricom/myri10ge/
4471
4472NATSEMI ETHERNET DRIVER (DP8381x)
4473M: Tim Hockin <thockin@hockin.org>
4474S: Maintained
4475F: drivers/net/ethernet/natsemi/natsemi.c
4476
4477NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
4478M: Daniel Mack <zonque@gmail.com>
4479S: Maintained
4480L: alsa-devel@alsa-project.org
4481W: http://www.native-instruments.com
4482F: sound/usb/caiaq/
4483
4484NCP FILESYSTEM
4485M: Petr Vandrovec <petr@vandrovec.name>
4486S: Odd Fixes
4487F: fs/ncpfs/
4488
4489NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4490M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4491L: linux-scsi@vger.kernel.org
4492S: Maintained
4493F: drivers/scsi/NCR_D700.*
4494
4495NETEFFECT IWARP RNIC DRIVER (IW_NES)
4496M: Faisal Latif <faisal.latif@intel.com>
4497L: linux-rdma@vger.kernel.org
4498W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4499S: Supported
4500F: drivers/infiniband/hw/nes/
4501
4502NETEM NETWORK EMULATOR
4503M: Stephen Hemminger <shemminger@vyatta.com>
4504L: netem@lists.linux-foundation.org
4505S: Maintained
4506F: net/sched/sch_netem.c
4507
4508NETERION 10GbE DRIVERS (s2io/vxge)
4509M: Jon Mason <jdmason@kudzu.us>
4510L: netdev@vger.kernel.org
4511W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4512W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4513S: Supported
4514F: Documentation/networking/s2io.txt
4515F: Documentation/networking/vxge.txt
4516F: drivers/net/ethernet/neterion/
4517
4518NETFILTER/IPTABLES/IPCHAINS
4519P: Harald Welte
4520P: Jozsef Kadlecsik
4521M: Pablo Neira Ayuso <pablo@netfilter.org>
4522M: Patrick McHardy <kaber@trash.net>
4523L: netfilter-devel@vger.kernel.org
4524L: netfilter@vger.kernel.org
4525L: coreteam@netfilter.org
4526W: http://www.netfilter.org/
4527W: http://www.iptables.org/
4528T: git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-2.6.git
4529T: git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next-2.6.git
4530S: Supported
4531F: include/linux/netfilter*
4532F: include/linux/netfilter/
4533F: include/net/netfilter/
4534F: net/*/netfilter.c
4535F: net/*/netfilter/
4536F: net/netfilter/
4537
4538NETLABEL
4539M: Paul Moore <paul@paul-moore.com>
4540W: http://netlabel.sf.net
4541L: netdev@vger.kernel.org
4542S: Maintained
4543F: Documentation/netlabel/
4544F: include/net/netlabel.h
4545F: net/netlabel/
4546
4547NETROM NETWORK LAYER
4548M: Ralf Baechle <ralf@linux-mips.org>
4549L: linux-hams@vger.kernel.org
4550W: http://www.linux-ax25.org/
4551S: Maintained
4552F: include/linux/netrom.h
4553F: include/net/netrom.h
4554F: net/netrom/
4555
4556NETWORK BLOCK DEVICE (NBD)
4557M: Paul Clements <Paul.Clements@steeleye.com>
4558S: Maintained
4559F: Documentation/blockdev/nbd.txt
4560F: drivers/block/nbd.c
4561F: include/linux/nbd.h
4562
4563NETWORK DROP MONITOR
4564M: Neil Horman <nhorman@tuxdriver.com>
4565L: netdev@vger.kernel.org
4566S: Maintained
4567W: https://fedorahosted.org/dropwatch/
4568F: net/core/drop_monitor.c
4569
4570NETWORKING [GENERAL]
4571M: "David S. Miller" <davem@davemloft.net>
4572L: netdev@vger.kernel.org
4573W: http://www.linuxfoundation.org/en/Net
4574W: http://patchwork.ozlabs.org/project/netdev/list/
4575T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4576T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
4577S: Maintained
4578F: net/
4579F: include/net/
4580F: include/linux/in.h
4581F: include/linux/net.h
4582F: include/linux/netdevice.h
4583
4584NETWORKING [IPv4/IPv6]
4585M: "David S. Miller" <davem@davemloft.net>
4586M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4587M: James Morris <jmorris@namei.org>
4588M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4589M: Patrick McHardy <kaber@trash.net>
4590L: netdev@vger.kernel.org
4591T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4592S: Maintained
4593F: net/ipv4/
4594F: net/ipv6/
4595F: include/net/ip*
4596F: arch/x86/net/*
4597
4598NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4599M: Paul Moore <paul@paul-moore.com>
4600L: netdev@vger.kernel.org
4601S: Maintained
4602
4603NETWORKING [WIRELESS]
4604M: "John W. Linville" <linville@tuxdriver.com>
4605L: linux-wireless@vger.kernel.org
4606Q: http://patchwork.kernel.org/project/linux-wireless/list/
4607T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4608S: Maintained
4609F: net/mac80211/
4610F: net/rfkill/
4611F: net/wireless/
4612F: include/net/ieee80211*
4613F: include/linux/wireless.h
4614F: include/net/iw_handler.h
4615F: drivers/net/wireless/
4616
4617NETWORKING DRIVERS
4618L: netdev@vger.kernel.org
4619W: http://www.linuxfoundation.org/en/Net
4620T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4621T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4622S: Odd Fixes
4623F: drivers/net/
4624F: include/linux/if_*
4625F: include/linux/*device.h
4626
4627NETXEN (1/10) GbE SUPPORT
4628M: Sony Chacko <sony.chacko@qlogic.com>
4629M: Rajesh Borundia <rajesh.borundia@qlogic.com>
4630L: netdev@vger.kernel.org
4631W: http://www.qlogic.com
4632S: Supported
4633F: drivers/net/ethernet/qlogic/netxen/
4634
4635NFC SUBSYSTEM
4636M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
4637M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
4638M: Samuel Ortiz <sameo@linux.intel.com>
4639L: linux-wireless@vger.kernel.org
4640S: Maintained
4641F: net/nfc/
4642F: include/linux/nfc.h
4643F: include/net/nfc/
4644F: drivers/nfc/
4645
4646NFS, SUNRPC, AND LOCKD CLIENTS
4647M: Trond Myklebust <Trond.Myklebust@netapp.com>
4648L: linux-nfs@vger.kernel.org
4649W: http://client.linux-nfs.org
4650T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4651S: Maintained
4652F: fs/lockd/
4653F: fs/nfs/
4654F: fs/nfs_common/
4655F: net/sunrpc/
4656F: include/linux/lockd/
4657F: include/linux/nfs*
4658F: include/linux/sunrpc/
4659
4660NI5010 NETWORK DRIVER
4661M: Jan-Pascal van Best <janpascal@vanbest.org>
4662M: Andreas Mohr <andi@lisas.de>
4663L: netdev@vger.kernel.org
4664S: Maintained
4665F: drivers/net/ethernet/racal/ni5010.*
4666
4667NILFS2 FILESYSTEM
4668M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4669L: linux-nilfs@vger.kernel.org
4670W: http://www.nilfs.org/en/
4671T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4672S: Supported
4673F: Documentation/filesystems/nilfs2.txt
4674F: fs/nilfs2/
4675F: include/linux/nilfs2_fs.h
4676
4677NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4678M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4679W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4680S: Maintained
4681F: Documentation/scsi/NinjaSCSI.txt
4682F: drivers/scsi/pcmcia/nsp_*
4683
4684NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4685M: GOTO Masanori <gotom@debian.or.jp>
4686M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4687W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4688S: Maintained
4689F: Documentation/scsi/NinjaSCSI.txt
4690F: drivers/scsi/nsp32*
4691
4692NTFS FILESYSTEM
4693M: Anton Altaparmakov <anton@tuxera.com>
4694L: linux-ntfs-dev@lists.sourceforge.net
4695W: http://www.tuxera.com/
4696T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4697S: Supported
4698F: Documentation/filesystems/ntfs.txt
4699F: fs/ntfs/
4700
4701NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4702M: Antonino Daplas <adaplas@gmail.com>
4703L: linux-fbdev@vger.kernel.org
4704S: Maintained
4705F: drivers/video/riva/
4706F: drivers/video/nvidia/
4707
4708OMAP SUPPORT
4709M: Tony Lindgren <tony@atomide.com>
4710L: linux-omap@vger.kernel.org
4711W: http://www.muru.com/linux/omap/
4712W: http://linux.omap.com/
4713Q: http://patchwork.kernel.org/project/linux-omap/list/
4714T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
4715S: Maintained
4716F: arch/arm/*omap*/
4717F: drivers/i2c/busses/i2c-omap.c
4718F: include/linux/i2c-omap.h
4719
4720OMAP CLOCK FRAMEWORK SUPPORT
4721M: Paul Walmsley <paul@pwsan.com>
4722L: linux-omap@vger.kernel.org
4723S: Maintained
4724F: arch/arm/*omap*/*clock*
4725
4726OMAP POWER MANAGEMENT SUPPORT
4727M: Kevin Hilman <khilman@ti.com>
4728L: linux-omap@vger.kernel.org
4729S: Maintained
4730F: arch/arm/*omap*/*pm*
4731
4732OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
4733M: Rajendra Nayak <rnayak@ti.com>
4734M: Paul Walmsley <paul@pwsan.com>
4735L: linux-omap@vger.kernel.org
4736S: Maintained
4737F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
4738F: arch/arm/mach-omap2/powerdomain44xx.c
4739F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
4740F: arch/arm/mach-omap2/clockdomain44xx.c
4741
4742OMAP AUDIO SUPPORT
4743M: Jarkko Nikula <jarkko.nikula@bitmer.com>
4744L: alsa-devel@alsa-project.org (subscribers-only)
4745L: linux-omap@vger.kernel.org
4746S: Maintained
4747F: sound/soc/omap/
4748
4749OMAP FRAMEBUFFER SUPPORT
4750M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4751L: linux-fbdev@vger.kernel.org
4752L: linux-omap@vger.kernel.org
4753S: Maintained
4754F: drivers/video/omap/
4755
4756OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4757M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4758L: linux-omap@vger.kernel.org
4759L: linux-fbdev@vger.kernel.org
4760S: Maintained
4761F: drivers/video/omap2/
4762F: Documentation/arm/OMAP/DSS
4763
4764OMAP HARDWARE SPINLOCK SUPPORT
4765M: Ohad Ben-Cohen <ohad@wizery.com>
4766L: linux-omap@vger.kernel.org
4767S: Maintained
4768F: drivers/hwspinlock/omap_hwspinlock.c
4769F: arch/arm/mach-omap2/hwspinlock.c
4770
4771OMAP MMC SUPPORT
4772M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4773L: linux-omap@vger.kernel.org
4774S: Maintained
4775F: drivers/mmc/host/omap.c
4776
4777OMAP HS MMC SUPPORT
4778L: linux-omap@vger.kernel.org
4779S: Orphan
4780F: drivers/mmc/host/omap_hsmmc.c
4781
4782OMAP RANDOM NUMBER GENERATOR SUPPORT
4783M: Deepak Saxena <dsaxena@plexity.net>
4784S: Maintained
4785F: drivers/char/hw_random/omap-rng.c
4786
4787OMAP HWMOD SUPPORT
4788M: Benoît Cousson <b-cousson@ti.com>
4789M: Paul Walmsley <paul@pwsan.com>
4790L: linux-omap@vger.kernel.org
4791S: Maintained
4792F: arch/arm/mach-omap2/omap_hwmod.c
4793F: arch/arm/plat-omap/include/plat/omap_hwmod.h
4794
4795OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4796M: Benoît Cousson <b-cousson@ti.com>
4797L: linux-omap@vger.kernel.org
4798S: Maintained
4799F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4800
4801OMAP IMAGE SIGNAL PROCESSOR (ISP)
4802M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4803L: linux-media@vger.kernel.org
4804S: Maintained
4805F: drivers/media/video/omap3isp/*
4806
4807OMAP USB SUPPORT
4808M: Felipe Balbi <balbi@ti.com>
4809L: linux-usb@vger.kernel.org
4810L: linux-omap@vger.kernel.org
4811T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4812S: Maintained
4813F: drivers/usb/*/*omap*
4814F: arch/arm/*omap*/usb*
4815
4816OMFS FILESYSTEM
4817M: Bob Copeland <me@bobcopeland.com>
4818L: linux-karma-devel@lists.sourceforge.net
4819S: Maintained
4820F: Documentation/filesystems/omfs.txt
4821F: fs/omfs/
4822
4823OMNIKEY CARDMAN 4000 DRIVER
4824M: Harald Welte <laforge@gnumonks.org>
4825S: Maintained
4826F: drivers/char/pcmcia/cm4000_cs.c
4827F: include/linux/cm4000_cs.h
4828
4829OMNIKEY CARDMAN 4040 DRIVER
4830M: Harald Welte <laforge@gnumonks.org>
4831S: Maintained
4832F: drivers/char/pcmcia/cm4040_cs.*
4833
4834OMNIVISION OV7670 SENSOR DRIVER
4835M: Jonathan Corbet <corbet@lwn.net>
4836L: linux-media@vger.kernel.org
4837T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4838S: Maintained
4839F: drivers/media/video/ov7670.c
4840
4841ONENAND FLASH DRIVER
4842M: Kyungmin Park <kyungmin.park@samsung.com>
4843L: linux-mtd@lists.infradead.org
4844S: Maintained
4845F: drivers/mtd/onenand/
4846F: include/linux/mtd/onenand*.h
4847
4848ONSTREAM SCSI TAPE DRIVER
4849M: Willem Riede <osst@riede.org>
4850L: osst-users@lists.sourceforge.net
4851L: linux-scsi@vger.kernel.org
4852S: Maintained
4853F: drivers/scsi/osst*
4854F: drivers/scsi/st*
4855
4856OPENCORES I2C BUS DRIVER
4857M: Peter Korsgaard <jacmet@sunsite.dk>
4858L: linux-i2c@vger.kernel.org
4859S: Maintained
4860F: Documentation/i2c/busses/i2c-ocores
4861F: drivers/i2c/busses/i2c-ocores.c
4862
4863OPEN FIRMWARE AND FLATTENED DEVICE TREE
4864M: Grant Likely <grant.likely@secretlab.ca>
4865M: Rob Herring <rob.herring@calxeda.com>
4866L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
4867W: http://fdt.secretlab.ca
4868T: git git://git.secretlab.ca/git/linux-2.6.git
4869S: Maintained
4870F: Documentation/devicetree
4871F: drivers/of
4872F: include/linux/of*.h
4873K: of_get_property
4874K: of_match_table
4875
4876OPENRISC ARCHITECTURE
4877M: Jonas Bonn <jonas@southpole.se>
4878W: http://openrisc.net
4879L: linux@lists.openrisc.net (moderated for non-subscribers)
4880S: Maintained
4881T: git git://openrisc.net/~jonas/linux
4882F: arch/openrisc
4883
4884OPENVSWITCH
4885M: Jesse Gross <jesse@nicira.com>
4886L: dev@openvswitch.org
4887W: http://openvswitch.org
4888T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
4889S: Maintained
4890F: net/openvswitch/
4891
4892OPL4 DRIVER
4893M: Clemens Ladisch <clemens@ladisch.de>
4894L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4895T: git git://git.alsa-project.org/alsa-kernel.git
4896S: Maintained
4897F: sound/drivers/opl4/
4898
4899OPROFILE
4900M: Robert Richter <robert.richter@amd.com>
4901L: oprofile-list@lists.sf.net
4902S: Maintained
4903F: arch/*/include/asm/oprofile*.h
4904F: arch/*/oprofile/
4905F: drivers/oprofile/
4906F: include/linux/oprofile.h
4907
4908ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4909M: Mark Fasheh <mfasheh@suse.com>
4910M: Joel Becker <jlbec@evilplan.org>
4911L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4912W: http://oss.oracle.com/projects/ocfs2/
4913T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4914S: Supported
4915F: Documentation/filesystems/ocfs2.txt
4916F: Documentation/filesystems/dlmfs.txt
4917F: fs/ocfs2/
4918
4919ORINOCO DRIVER
4920L: linux-wireless@vger.kernel.org
4921L: orinoco-users@lists.sourceforge.net
4922L: orinoco-devel@lists.sourceforge.net
4923W: http://linuxwireless.org/en/users/Drivers/orinoco
4924W: http://www.nongnu.org/orinoco/
4925S: Orphan
4926F: drivers/net/wireless/orinoco/
4927
4928OSD LIBRARY and FILESYSTEM
4929M: Boaz Harrosh <bharrosh@panasas.com>
4930M: Benny Halevy <bhalevy@tonian.com>
4931L: osd-dev@open-osd.org
4932W: http://open-osd.org
4933T: git git://git.open-osd.org/open-osd.git
4934S: Maintained
4935F: drivers/scsi/osd/
4936F: include/scsi/osd_*
4937F: fs/exofs/
4938
4939P54 WIRELESS DRIVER
4940M: Christian Lamparter <chunkeey@googlemail.com>
4941L: linux-wireless@vger.kernel.org
4942W: http://wireless.kernel.org/en/users/Drivers/p54
4943S: Maintained
4944F: drivers/net/wireless/p54/
4945
4946PA SEMI ETHERNET DRIVER
4947M: Olof Johansson <olof@lixom.net>
4948L: netdev@vger.kernel.org
4949S: Maintained
4950F: drivers/net/ethernet/pasemi/*
4951
4952PA SEMI SMBUS DRIVER
4953M: Olof Johansson <olof@lixom.net>
4954L: linux-i2c@vger.kernel.org
4955S: Maintained
4956F: drivers/i2c/busses/i2c-pasemi.c
4957
4958PADATA PARALLEL EXECUTION MECHANISM
4959M: Steffen Klassert <steffen.klassert@secunet.com>
4960L: linux-crypto@vger.kernel.org
4961S: Maintained
4962F: kernel/padata.c
4963F: include/linux/padata.h
4964F: Documentation/padata.txt
4965
4966PANASONIC LAPTOP ACPI EXTRAS DRIVER
4967M: Harald Welte <laforge@gnumonks.org>
4968L: platform-driver-x86@vger.kernel.org
4969S: Maintained
4970F: drivers/platform/x86/panasonic-laptop.c
4971
4972PANASONIC MN10300/AM33/AM34 PORT
4973M: David Howells <dhowells@redhat.com>
4974M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4975L: linux-am33-list@redhat.com (moderated for non-subscribers)
4976W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4977S: Maintained
4978F: Documentation/mn10300/
4979F: arch/mn10300/
4980
4981PARALLEL PORT SUPPORT
4982L: linux-parport@lists.infradead.org (subscribers-only)
4983S: Orphan
4984F: drivers/parport/
4985F: include/linux/parport*.h
4986F: drivers/char/ppdev.c
4987F: include/linux/ppdev.h
4988
4989PARAVIRT_OPS INTERFACE
4990M: Jeremy Fitzhardinge <jeremy@goop.org>
4991M: Chris Wright <chrisw@sous-sol.org>
4992M: Alok Kataria <akataria@vmware.com>
4993M: Rusty Russell <rusty@rustcorp.com.au>
4994L: virtualization@lists.linux-foundation.org
4995S: Supported
4996F: Documentation/ia64/paravirt_ops.txt
4997F: arch/*/kernel/paravirt*
4998F: arch/*/include/asm/paravirt.h
4999
5000PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5001M: Tim Waugh <tim@cyberelk.net>
5002L: linux-parport@lists.infradead.org (subscribers-only)
5003W: http://www.torque.net/linux-pp.html
5004S: Maintained
5005F: Documentation/blockdev/paride.txt
5006F: drivers/block/paride/
5007
5008PARISC ARCHITECTURE
5009M: Kyle McMartin <kyle@mcmartin.ca>
5010M: Helge Deller <deller@gmx.de>
5011M: "James E.J. Bottomley" <jejb@parisc-linux.org>
5012L: linux-parisc@vger.kernel.org
5013W: http://www.parisc-linux.org/
5014Q: http://patchwork.kernel.org/project/linux-parisc/list/
5015T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
5016S: Maintained
5017F: arch/parisc/
5018F: drivers/parisc/
5019
5020PC87360 HARDWARE MONITORING DRIVER
5021M: Jim Cromie <jim.cromie@gmail.com>
5022L: lm-sensors@lm-sensors.org
5023S: Maintained
5024F: Documentation/hwmon/pc87360
5025F: drivers/hwmon/pc87360.c
5026
5027PC8736x GPIO DRIVER
5028M: Jim Cromie <jim.cromie@gmail.com>
5029S: Maintained
5030F: drivers/char/pc8736x_gpio.c
5031
5032PC87427 HARDWARE MONITORING DRIVER
5033M: Jean Delvare <khali@linux-fr.org>
5034L: lm-sensors@lm-sensors.org
5035S: Maintained
5036F: Documentation/hwmon/pc87427
5037F: drivers/hwmon/pc87427.c
5038
5039PCA9532 LED DRIVER
5040M: Riku Voipio <riku.voipio@iki.fi>
5041S: Maintained
5042F: drivers/leds/leds-pca9532.c
5043F: include/linux/leds-pca9532.h
5044
5045PCA9541 I2C BUS MASTER SELECTOR DRIVER
5046M: Guenter Roeck <guenter.roeck@ericsson.com>
5047L: linux-i2c@vger.kernel.org
5048S: Maintained
5049F: drivers/i2c/muxes/pca9541.c
5050
5051PCA9564/PCA9665 I2C BUS DRIVER
5052M: Wolfram Sang <w.sang@pengutronix.de>
5053L: linux-i2c@vger.kernel.org
5054S: Maintained
5055F: drivers/i2c/algos/i2c-algo-pca.c
5056F: drivers/i2c/busses/i2c-pca-*
5057F: include/linux/i2c-algo-pca.h
5058F: include/linux/i2c-pca-platform.h
5059
5060PCI ERROR RECOVERY
5061M: Linas Vepstas <linasvepstas@gmail.com>
5062L: linux-pci@vger.kernel.org
5063S: Supported
5064F: Documentation/PCI/pci-error-recovery.txt
5065F: Documentation/powerpc/eeh-pci-error-recovery.txt
5066
5067PCI SUBSYSTEM
5068M: Jesse Barnes <jbarnes@virtuousgeek.org>
5069L: linux-pci@vger.kernel.org
5070Q: http://patchwork.kernel.org/project/linux-pci/list/
5071T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
5072S: Supported
5073F: Documentation/PCI/
5074F: drivers/pci/
5075F: include/linux/pci*
5076
5077PCI HOTPLUG
5078M: Jesse Barnes <jbarnes@virtuousgeek.org>
5079L: linux-pci@vger.kernel.org
5080S: Supported
5081F: drivers/pci/hotplug
5082
5083PCMCIA SUBSYSTEM
5084P: Linux PCMCIA Team
5085L: linux-pcmcia@lists.infradead.org
5086W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5087T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5088S: Maintained
5089F: Documentation/pcmcia/
5090F: drivers/pcmcia/
5091F: include/pcmcia/
5092
5093PCNET32 NETWORK DRIVER
5094M: Don Fry <pcnet32@frontier.com>
5095L: netdev@vger.kernel.org
5096S: Maintained
5097F: drivers/net/ethernet/amd/pcnet32.c
5098
5099PCRYPT PARALLEL CRYPTO ENGINE
5100M: Steffen Klassert <steffen.klassert@secunet.com>
5101L: linux-crypto@vger.kernel.org
5102S: Maintained
5103F: crypto/pcrypt.c
5104F: include/crypto/pcrypt.h
5105
5106PER-CPU MEMORY ALLOCATOR
5107M: Tejun Heo <tj@kernel.org>
5108M: Christoph Lameter <cl@linux-foundation.org>
5109T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5110S: Maintained
5111F: include/linux/percpu*.h
5112F: mm/percpu*.c
5113F: arch/*/include/asm/percpu.h
5114
5115PER-TASK DELAY ACCOUNTING
5116M: Balbir Singh <bsingharora@gmail.com>
5117S: Maintained
5118F: include/linux/delayacct.h
5119F: kernel/delayacct.c
5120
5121PERFORMANCE EVENTS SUBSYSTEM
5122M: Peter Zijlstra <a.p.zijlstra@chello.nl>
5123M: Paul Mackerras <paulus@samba.org>
5124M: Ingo Molnar <mingo@elte.hu>
5125M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5126T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5127S: Supported
5128F: kernel/events/*
5129F: include/linux/perf_event.h
5130F: arch/*/kernel/perf_event*.c
5131F: arch/*/kernel/*/perf_event*.c
5132F: arch/*/kernel/*/*/perf_event*.c
5133F: arch/*/include/asm/perf_event.h
5134F: arch/*/lib/perf_event*.c
5135F: arch/*/kernel/perf_callchain.c
5136F: tools/perf/
5137
5138PERSONALITY HANDLING
5139M: Christoph Hellwig <hch@infradead.org>
5140L: linux-abi-devel@lists.sourceforge.net
5141S: Maintained
5142F: include/linux/personality.h
5143
5144PHONET PROTOCOL
5145M: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
5146S: Supported
5147F: Documentation/networking/phonet.txt
5148F: include/linux/phonet.h
5149F: include/net/phonet/
5150F: net/phonet/
5151
5152PHRAM MTD DRIVER
5153M: Joern Engel <joern@lazybastard.org>
5154L: linux-mtd@lists.infradead.org
5155S: Maintained
5156F: drivers/mtd/devices/phram.c
5157
5158PICOXCELL SUPPORT
5159M: Jamie Iles <jamie@jamieiles.com>
5160L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5161T: git git://github.com/jamieiles/linux-2.6-ji.git
5162S: Supported
5163F: arch/arm/mach-picoxcell
5164F: drivers/*/picoxcell*
5165F: drivers/*/*/picoxcell*
5166
5167PIN CONTROL SUBSYSTEM
5168M: Linus Walleij <linus.walleij@linaro.org>
5169S: Maintained
5170F: drivers/pinctrl/
5171
5172PKTCDVD DRIVER
5173M: Peter Osterlund <petero2@telia.com>
5174S: Maintained
5175F: drivers/block/pktcdvd.c
5176F: include/linux/pktcdvd.h
5177
5178PKUNITY SOC DRIVERS
5179M: Guan Xuetao <gxt@mprc.pku.edu.cn>
5180W: http://mprc.pku.edu.cn/~guanxuetao/linux
5181S: Maintained
5182T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5183F: drivers/input/serio/i8042-unicore32io.h
5184F: drivers/i2c/busses/i2c-puv3.c
5185F: drivers/video/fb-puv3.c
5186F: drivers/rtc/rtc-puv3.c
5187
5188PMBUS HARDWARE MONITORING DRIVERS
5189M: Guenter Roeck <guenter.roeck@ericsson.com>
5190L: lm-sensors@lm-sensors.org
5191W: http://www.lm-sensors.org/
5192W: http://www.roeck-us.net/linux/drivers/
5193T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5194S: Maintained
5195F: Documentation/hwmon/pmbus
5196F: drivers/hwmon/pmbus/
5197F: include/linux/i2c/pmbus.h
5198
5199PMC SIERRA MaxRAID DRIVER
5200M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5201L: linux-scsi@vger.kernel.org
5202W: http://www.pmc-sierra.com/
5203S: Supported
5204F: drivers/scsi/pmcraid.*
5205
5206PMC SIERRA PM8001 DRIVER
5207M: jack_wang@usish.com
5208M: lindar_liu@usish.com
5209L: linux-scsi@vger.kernel.org
5210S: Supported
5211F: drivers/scsi/pm8001/
5212
5213POSIX CLOCKS and TIMERS
5214M: Thomas Gleixner <tglx@linutronix.de>
5215T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5216S: Supported
5217F: fs/timerfd.c
5218F: include/linux/timer*
5219F: kernel/*timer*
5220
5221POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5222M: Anton Vorontsov <cbou@mail.ru>
5223M: David Woodhouse <dwmw2@infradead.org>
5224T: git git://git.infradead.org/battery-2.6.git
5225S: Maintained
5226F: include/linux/power_supply.h
5227F: drivers/power/power_supply*
5228
5229PNP SUPPORT
5230M: Adam Belay <abelay@mit.edu>
5231M: Bjorn Helgaas <bhelgaas@google.com>
5232S: Maintained
5233F: drivers/pnp/
5234
5235PNXxxxx I2C DRIVER
5236M: Vitaly Wool <vitalywool@gmail.com>
5237L: linux-i2c@vger.kernel.org
5238S: Maintained
5239F: drivers/i2c/busses/i2c-pnx.c
5240
5241PPP PROTOCOL DRIVERS AND COMPRESSORS
5242M: Paul Mackerras <paulus@samba.org>
5243L: linux-ppp@vger.kernel.org
5244S: Maintained
5245F: drivers/net/ppp/ppp_*
5246
5247PPP OVER ATM (RFC 2364)
5248M: Mitchell Blank Jr <mitch@sfgoth.com>
5249S: Maintained
5250F: net/atm/pppoatm.c
5251F: include/linux/atmppp.h
5252
5253PPP OVER ETHERNET
5254M: Michal Ostrowski <mostrows@earthlink.net>
5255S: Maintained
5256F: drivers/net/ppp/pppoe.c
5257F: drivers/net/ppp/pppox.c
5258
5259PPP OVER L2TP
5260M: James Chapman <jchapman@katalix.com>
5261S: Maintained
5262F: net/l2tp/l2tp_ppp.c
5263F: include/linux/if_pppol2tp.h
5264
5265PPS SUPPORT
5266M: Rodolfo Giometti <giometti@enneenne.com>
5267W: http://wiki.enneenne.com/index.php/LinuxPPS_support
5268L: linuxpps@ml.enneenne.com (subscribers-only)
5269S: Maintained
5270F: Documentation/pps/
5271F: drivers/pps/
5272F: include/linux/pps*.h
5273
5274PPTP DRIVER
5275M: Dmitry Kozlov <xeb@mail.ru>
5276L: netdev@vger.kernel.org
5277S: Maintained
5278F: drivers/net/ppp/pptp.c
5279W: http://sourceforge.net/projects/accel-pptp
5280
5281PREEMPTIBLE KERNEL
5282M: Robert Love <rml@tech9.net>
5283L: kpreempt-tech@lists.sourceforge.net
5284W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5285S: Supported
5286F: Documentation/preempt-locking.txt
5287F: include/linux/preempt.h
5288
5289PRISM54 WIRELESS DRIVER
5290M: "Luis R. Rodriguez" <mcgrof@gmail.com>
5291L: linux-wireless@vger.kernel.org
5292W: http://wireless.kernel.org/en/users/Drivers/p54
5293S: Obsolete
5294F: drivers/net/wireless/prism54/
5295
5296PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5297M: Mikael Pettersson <mikpe@it.uu.se>
5298L: linux-ide@vger.kernel.org
5299S: Maintained
5300F: drivers/ata/sata_promise.*
5301
5302PS3 NETWORK SUPPORT
5303M: Geoff Levand <geoff@infradead.org>
5304L: netdev@vger.kernel.org
5305L: cbe-oss-dev@lists.ozlabs.org
5306S: Maintained
5307F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
5308
5309PS3 PLATFORM SUPPORT
5310M: Geoff Levand <geoff@infradead.org>
5311L: linuxppc-dev@lists.ozlabs.org
5312L: cbe-oss-dev@lists.ozlabs.org
5313S: Maintained
5314F: arch/powerpc/boot/ps3*
5315F: arch/powerpc/include/asm/lv1call.h
5316F: arch/powerpc/include/asm/ps3*.h
5317F: arch/powerpc/platforms/ps3/
5318F: drivers/*/ps3*
5319F: drivers/ps3/
5320F: drivers/rtc/rtc-ps3.c
5321F: drivers/usb/host/*ps3.c
5322F: sound/ppc/snd_ps3*
5323
5324PS3VRAM DRIVER
5325M: Jim Paris <jim@jtan.com>
5326L: cbe-oss-dev@lists.ozlabs.org
5327S: Maintained
5328F: drivers/block/ps3vram.c
5329
5330PTRACE SUPPORT
5331M: Roland McGrath <roland@redhat.com>
5332M: Oleg Nesterov <oleg@redhat.com>
5333S: Maintained
5334F: include/asm-generic/syscall.h
5335F: include/linux/ptrace.h
5336F: include/linux/regset.h
5337F: include/linux/tracehook.h
5338F: kernel/ptrace.c
5339
5340PVRUSB2 VIDEO4LINUX DRIVER
5341M: Mike Isely <isely@pobox.com>
5342L: pvrusb2@isely.net (subscribers-only)
5343L: linux-media@vger.kernel.org
5344W: http://www.isely.net/pvrusb2/
5345T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5346S: Maintained
5347F: Documentation/video4linux/README.pvrusb2
5348F: drivers/media/video/pvrusb2/
5349
5350PXA2xx/PXA3xx SUPPORT
5351M: Eric Miao <eric.y.miao@gmail.com>
5352M: Russell King <linux@arm.linux.org.uk>
5353M: Haojian Zhuang <haojian.zhuang@marvell.com>
5354L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5355T: git git://github.com/hzhuang1/linux.git
5356T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
5357S: Maintained
5358F: arch/arm/mach-pxa/
5359F: drivers/pcmcia/pxa2xx*
5360F: drivers/spi/spi-pxa2xx*
5361F: drivers/usb/gadget/pxa2*
5362F: include/sound/pxa2xx-lib.h
5363F: sound/arm/pxa*
5364F: sound/soc/pxa
5365
5366MMP SUPPORT
5367M: Eric Miao <eric.y.miao@gmail.com>
5368M: Haojian Zhuang <haojian.zhuang@marvell.com>
5369L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5370T: git git://github.com/hzhuang1/linux.git
5371T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
5372S: Maintained
5373F: arch/arm/mach-mmp/
5374
5375PXA MMCI DRIVER
5376S: Orphan
5377
5378PXA RTC DRIVER
5379M: Robert Jarzmik <robert.jarzmik@free.fr>
5380L: rtc-linux@googlegroups.com
5381S: Maintained
5382
5383QIB DRIVER
5384M: Mike Marciniszyn <infinipath@qlogic.com>
5385L: linux-rdma@vger.kernel.org
5386S: Supported
5387F: drivers/infiniband/hw/qib/
5388
5389QLOGIC QLA1280 SCSI DRIVER
5390M: Michael Reed <mdr@sgi.com>
5391L: linux-scsi@vger.kernel.org
5392S: Maintained
5393F: drivers/scsi/qla1280.[ch]
5394
5395QLOGIC QLA2XXX FC-SCSI DRIVER
5396M: Andrew Vasquez <andrew.vasquez@qlogic.com>
5397M: linux-driver@qlogic.com
5398L: linux-scsi@vger.kernel.org
5399S: Supported
5400F: Documentation/scsi/LICENSE.qla2xxx
5401F: drivers/scsi/qla2xxx/
5402
5403QLOGIC QLA4XXX iSCSI DRIVER
5404M: Ravi Anand <ravi.anand@qlogic.com>
5405M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5406M: iscsi-driver@qlogic.com
5407L: linux-scsi@vger.kernel.org
5408S: Supported
5409F: drivers/scsi/qla4xxx/
5410
5411QLOGIC QLA3XXX NETWORK DRIVER
5412M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5413M: Ron Mercer <ron.mercer@qlogic.com>
5414M: linux-driver@qlogic.com
5415L: netdev@vger.kernel.org
5416S: Supported
5417F: Documentation/networking/LICENSE.qla3xxx
5418F: drivers/net/ethernet/qlogic/qla3xxx.*
5419
5420QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5421M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5422M: Sony Chacko <sony.chacko@qlogic.com>
5423M: linux-driver@qlogic.com
5424L: netdev@vger.kernel.org
5425S: Supported
5426F: drivers/net/ethernet/qlogic/qlcnic/
5427
5428QLOGIC QLGE 10Gb ETHERNET DRIVER
5429M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5430M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5431M: Ron Mercer <ron.mercer@qlogic.com>
5432M: linux-driver@qlogic.com
5433L: netdev@vger.kernel.org
5434S: Supported
5435F: drivers/net/ethernet/qlogic/qlge/
5436
5437QNX4 FILESYSTEM
5438M: Anders Larsen <al@alarsen.net>
5439W: http://www.alarsen.net/linux/qnx4fs/
5440S: Maintained
5441F: fs/qnx4/
5442F: include/linux/qnx4_fs.h
5443F: include/linux/qnxtypes.h
5444
5445QUALCOMM HEXAGON ARCHITECTURE
5446M: Richard Kuo <rkuo@codeaurora.org>
5447L: linux-hexagon@vger.kernel.org
5448S: Supported
5449F: arch/hexagon/
5450
5451RADOS BLOCK DEVICE (RBD)
5452F: include/linux/qnxtypes.h
5453M: Yehuda Sadeh <yehuda@hq.newdream.net>
5454M: Sage Weil <sage@newdream.net>
5455M: ceph-devel@vger.kernel.org
5456S: Supported
5457F: drivers/block/rbd.c
5458F: drivers/block/rbd_types.h
5459
5460RADEON FRAMEBUFFER DISPLAY DRIVER
5461M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5462L: linux-fbdev@vger.kernel.org
5463S: Maintained
5464F: drivers/video/aty/radeon*
5465F: include/linux/radeonfb.h
5466
5467RAGE128 FRAMEBUFFER DISPLAY DRIVER
5468M: Paul Mackerras <paulus@samba.org>
5469L: linux-fbdev@vger.kernel.org
5470S: Maintained
5471F: drivers/video/aty/aty128fb.c
5472
5473RALINK RT2X00 WIRELESS LAN DRIVER
5474P: rt2x00 project
5475M: Ivo van Doorn <IvDoorn@gmail.com>
5476M: Gertjan van Wingerde <gwingerde@gmail.com>
5477M: Helmut Schaa <helmut.schaa@googlemail.com>
5478L: linux-wireless@vger.kernel.org
5479L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5480W: http://rt2x00.serialmonkey.com/
5481S: Maintained
5482T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5483F: drivers/net/wireless/rt2x00/
5484
5485RAMDISK RAM BLOCK DEVICE DRIVER
5486M: Nick Piggin <npiggin@kernel.dk>
5487S: Maintained
5488F: Documentation/blockdev/ramdisk.txt
5489F: drivers/block/brd.c
5490
5491RANDOM NUMBER DRIVER
5492M: Matt Mackall <mpm@selenic.com>
5493S: Maintained
5494F: drivers/char/random.c
5495
5496RAPIDIO SUBSYSTEM
5497M: Matt Porter <mporter@kernel.crashing.org>
5498M: Alexandre Bounine <alexandre.bounine@idt.com>
5499S: Maintained
5500F: drivers/rapidio/
5501
5502RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5503L: linux-wireless@vger.kernel.org
5504S: Orphan
5505F: drivers/net/wireless/ray*
5506
5507RCUTORTURE MODULE
5508M: Josh Triplett <josh@freedesktop.org>
5509M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5510S: Supported
5511T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5512F: Documentation/RCU/torture.txt
5513F: kernel/rcutorture.c
5514
5515RDC R-321X SoC
5516M: Florian Fainelli <florian@openwrt.org>
5517S: Maintained
5518
5519RDC R6040 FAST ETHERNET DRIVER
5520M: Florian Fainelli <florian@openwrt.org>
5521L: netdev@vger.kernel.org
5522S: Maintained
5523F: drivers/net/ethernet/rdc/r6040.c
5524
5525RDS - RELIABLE DATAGRAM SOCKETS
5526M: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
5527L: rds-devel@oss.oracle.com (moderated for non-subscribers)
5528S: Supported
5529F: net/rds/
5530
5531READ-COPY UPDATE (RCU)
5532M: Dipankar Sarma <dipankar@in.ibm.com>
5533M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5534W: http://www.rdrop.com/users/paulmck/rclock/
5535S: Supported
5536T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5537F: Documentation/RCU/
5538F: include/linux/rcu*
5539F: include/linux/srcu*
5540F: kernel/rcu*
5541F: kernel/srcu*
5542X: kernel/rcutorture.c
5543
5544REAL TIME CLOCK (RTC) SUBSYSTEM
5545M: Alessandro Zummo <a.zummo@towertech.it>
5546L: rtc-linux@googlegroups.com
5547Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
5548S: Maintained
5549F: Documentation/rtc.txt
5550F: drivers/rtc/
5551F: include/linux/rtc.h
5552
5553REISERFS FILE SYSTEM
5554L: reiserfs-devel@vger.kernel.org
5555S: Supported
5556F: fs/reiserfs/
5557
5558REGISTER MAP ABSTRACTION
5559M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5560T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
5561S: Supported
5562F: drivers/base/regmap/
5563F: include/linux/regmap.h
5564
5565RFKILL
5566M: Johannes Berg <johannes@sipsolutions.net>
5567L: linux-wireless@vger.kernel.org
5568S: Maintained
5569F: Documentation/rfkill.txt
5570F: net/rfkill/
5571
5572RICOH SMARTMEDIA/XD DRIVER
5573M: Maxim Levitsky <maximlevitsky@gmail.com>
5574S: Maintained
5575F: drivers/mtd/nand/r852.c
5576F: drivers/mtd/nand/r852.h
5577
5578RICOH R5C592 MEMORYSTICK DRIVER
5579M: Maxim Levitsky <maximlevitsky@gmail.com>
5580S: Maintained
5581F: drivers/memstick/host/r592.*
5582
5583ROCKETPORT DRIVER
5584P: Comtrol Corp.
5585W: http://www.comtrol.com
5586S: Maintained
5587F: Documentation/serial/rocket.txt
5588F: drivers/tty/rocket*
5589
5590ROSE NETWORK LAYER
5591M: Ralf Baechle <ralf@linux-mips.org>
5592L: linux-hams@vger.kernel.org
5593W: http://www.linux-ax25.org/
5594S: Maintained
5595F: include/linux/rose.h
5596F: include/net/rose.h
5597F: net/rose/
5598
5599RTL8180 WIRELESS DRIVER
5600M: "John W. Linville" <linville@tuxdriver.com>
5601L: linux-wireless@vger.kernel.org
5602W: http://linuxwireless.org/
5603T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5604S: Maintained
5605F: drivers/net/wireless/rtl818x/rtl8180/
5606
5607RTL8187 WIRELESS DRIVER
5608M: Herton Ronaldo Krzesinski <herton@canonical.com>
5609M: Hin-Tak Leung <htl10@users.sourceforge.net>
5610M: Larry Finger <Larry.Finger@lwfinger.net>
5611L: linux-wireless@vger.kernel.org
5612W: http://linuxwireless.org/
5613T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5614S: Maintained
5615F: drivers/net/wireless/rtl818x/rtl8187/
5616
5617RTL8192CE WIRELESS DRIVER
5618M: Larry Finger <Larry.Finger@lwfinger.net>
5619M: Chaoming Li <chaoming_li@realsil.com.cn>
5620L: linux-wireless@vger.kernel.org
5621W: http://linuxwireless.org/
5622T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5623S: Maintained
5624F: drivers/net/wireless/rtlwifi/
5625F: drivers/net/wireless/rtlwifi/rtl8192ce/
5626
5627S3 SAVAGE FRAMEBUFFER DRIVER
5628M: Antonino Daplas <adaplas@gmail.com>
5629L: linux-fbdev@vger.kernel.org
5630S: Maintained
5631F: drivers/video/savage/
5632
5633S390
5634M: Martin Schwidefsky <schwidefsky@de.ibm.com>
5635M: Heiko Carstens <heiko.carstens@de.ibm.com>
5636M: linux390@de.ibm.com
5637L: linux-s390@vger.kernel.org
5638W: http://www.ibm.com/developerworks/linux/linux390/
5639S: Supported
5640F: arch/s390/
5641F: drivers/s390/
5642F: fs/partitions/ibm.c
5643F: Documentation/s390/
5644F: Documentation/DocBook/s390*
5645
5646S390 NETWORK DRIVERS
5647M: Ursula Braun <ursula.braun@de.ibm.com>
5648M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
5649M: linux390@de.ibm.com
5650L: linux-s390@vger.kernel.org
5651W: http://www.ibm.com/developerworks/linux/linux390/
5652S: Supported
5653F: drivers/s390/net/
5654
5655S390 ZCRYPT DRIVER
5656M: Holger Dengler <hd@linux.vnet.ibm.com>
5657M: linux390@de.ibm.com
5658L: linux-s390@vger.kernel.org
5659W: http://www.ibm.com/developerworks/linux/linux390/
5660S: Supported
5661F: drivers/s390/crypto/
5662
5663S390 ZFCP DRIVER
5664M: Steffen Maier <maier@linux.vnet.ibm.com>
5665M: linux390@de.ibm.com
5666L: linux-s390@vger.kernel.org
5667W: http://www.ibm.com/developerworks/linux/linux390/
5668S: Supported
5669F: drivers/s390/scsi/zfcp_*
5670
5671S390 IUCV NETWORK LAYER
5672M: Ursula Braun <ursula.braun@de.ibm.com>
5673M: linux390@de.ibm.com
5674L: linux-s390@vger.kernel.org
5675W: http://www.ibm.com/developerworks/linux/linux390/
5676S: Supported
5677F: drivers/s390/net/*iucv*
5678F: include/net/iucv/
5679F: net/iucv/
5680
5681S3C24XX SD/MMC Driver
5682M: Ben Dooks <ben-linux@fluff.org>
5683L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5684S: Supported
5685F: drivers/mmc/host/s3cmci.*
5686
5687SAA7146 VIDEO4LINUX-2 DRIVER
5688M: Michael Hunold <michael@mihu.de>
5689L: linux-media@vger.kernel.org
5690T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5691W: http://www.mihu.de/linux/saa7146
5692S: Maintained
5693F: drivers/media/common/saa7146*
5694F: drivers/media/video/*7146*
5695F: include/media/*7146*
5696
5697SAMSUNG AUDIO (ASoC) DRIVERS
5698M: Sangbeom Kim <sbkim73@samsung.com>
5699L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5700S: Supported
5701F: sound/soc/samsung
5702
5703SAMSUNG FRAMEBUFFER DRIVER
5704M: Jingoo Han <jg1.han@samsung.com>
5705L: linux-fbdev@vger.kernel.org
5706S: Maintained
5707F: drivers/video/s3c-fb.c
5708
5709SERIAL DRIVERS
5710M: Alan Cox <alan@linux.intel.com>
5711L: linux-serial@vger.kernel.org
5712S: Maintained
5713F: drivers/tty/serial
5714
5715SYNOPSYS DESIGNWARE DMAC DRIVER
5716M: Viresh Kumar <viresh.kumar@st.com>
5717S: Maintained
5718F: include/linux/dw_dmac.h
5719F: drivers/dma/dw_dmac_regs.h
5720F: drivers/dma/dw_dmac.c
5721
5722TIMEKEEPING, NTP
5723M: John Stultz <johnstul@us.ibm.com>
5724M: Thomas Gleixner <tglx@linutronix.de>
5725T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5726S: Supported
5727F: include/linux/clocksource.h
5728F: include/linux/time.h
5729F: include/linux/timex.h
5730F: kernel/time/clocksource.c
5731F: kernel/time/time*.c
5732F: kernel/time/ntp.c
5733F: drivers/clocksource
5734
5735TLG2300 VIDEO4LINUX-2 DRIVER
5736M: Huang Shijie <shijie8@gmail.com>
5737M: Kang Yong <kangyong@telegent.com>
5738M: Zhang Xiaobing <xbzhang@telegent.com>
5739S: Supported
5740F: drivers/media/video/tlg2300
5741
5742SC1200 WDT DRIVER
5743M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
5744S: Maintained
5745F: drivers/watchdog/sc1200wdt.c
5746
5747SCHEDULER
5748M: Ingo Molnar <mingo@elte.hu>
5749M: Peter Zijlstra <peterz@infradead.org>
5750T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
5751S: Maintained
5752F: kernel/sched*
5753F: include/linux/sched.h
5754
5755SCORE ARCHITECTURE
5756M: Chen Liqin <liqin.chen@sunplusct.com>
5757M: Lennox Wu <lennox.wu@gmail.com>
5758W: http://www.sunplusct.com
5759S: Supported
5760F: arch/score/
5761
5762SCSI CDROM DRIVER
5763M: Jens Axboe <axboe@kernel.dk>
5764L: linux-scsi@vger.kernel.org
5765W: http://www.kernel.dk
5766S: Maintained
5767F: drivers/scsi/sr*
5768
5769SCSI RDMA PROTOCOL (SRP) INITIATOR
5770M: David Dillow <dillowda@ornl.gov>
5771L: linux-rdma@vger.kernel.org
5772S: Supported
5773W: http://www.openfabrics.org
5774Q: http://patchwork.kernel.org/project/linux-rdma/list/
5775T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5776F: drivers/infiniband/ulp/srp/
5777F: include/scsi/srp.h
5778
5779SCSI SG DRIVER
5780M: Doug Gilbert <dgilbert@interlog.com>
5781L: linux-scsi@vger.kernel.org
5782W: http://www.torque.net/sg
5783S: Maintained
5784F: drivers/scsi/sg.c
5785F: include/scsi/sg.h
5786
5787SCSI SUBSYSTEM
5788M: "James E.J. Bottomley" <JBottomley@parallels.com>
5789L: linux-scsi@vger.kernel.org
5790T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5791T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5792T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5793S: Maintained
5794F: drivers/scsi/
5795F: include/scsi/
5796
5797SCSI TAPE DRIVER
5798M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5799L: linux-scsi@vger.kernel.org
5800S: Maintained
5801F: Documentation/scsi/st.txt
5802F: drivers/scsi/st*
5803
5804SCTP PROTOCOL
5805M: Vlad Yasevich <vladislav.yasevich@hp.com>
5806M: Sridhar Samudrala <sri@us.ibm.com>
5807L: linux-sctp@vger.kernel.org
5808W: http://lksctp.sourceforge.net
5809S: Supported
5810F: Documentation/networking/sctp.txt
5811F: include/linux/sctp.h
5812F: include/net/sctp/
5813F: net/sctp/
5814
5815SCx200 CPU SUPPORT
5816M: Jim Cromie <jim.cromie@gmail.com>
5817S: Odd Fixes
5818F: Documentation/i2c/busses/scx200_acb
5819F: arch/x86/platform/scx200/
5820F: drivers/watchdog/scx200_wdt.c
5821F: drivers/i2c/busses/scx200*
5822F: drivers/mtd/maps/scx200_docflash.c
5823F: include/linux/scx200.h
5824
5825SCx200 GPIO DRIVER
5826M: Jim Cromie <jim.cromie@gmail.com>
5827S: Maintained
5828F: drivers/char/scx200_gpio.c
5829F: include/linux/scx200_gpio.h
5830
5831SCx200 HRT CLOCKSOURCE DRIVER
5832M: Jim Cromie <jim.cromie@gmail.com>
5833S: Maintained
5834F: drivers/clocksource/scx200_hrt.c
5835
5836SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5837M: Sascha Sommer <saschasommer@freenet.de>
5838L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5839S: Maintained
5840F: drivers/mmc/host/sdricoh_cs.c
5841
5842SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5843M: Chris Ball <cjb@laptop.org>
5844L: linux-mmc@vger.kernel.org
5845T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5846S: Maintained
5847F: drivers/mmc/host/sdhci.*
5848F: drivers/mmc/host/sdhci-pltfm.[ch]
5849
5850SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5851M: Anton Vorontsov <avorontsov@ru.mvista.com>
5852L: linuxppc-dev@lists.ozlabs.org
5853L: linux-mmc@vger.kernel.org
5854S: Maintained
5855F: drivers/mmc/host/sdhci-pltfm.[ch]
5856
5857SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5858M: Ben Dooks <ben-linux@fluff.org>
5859L: linux-mmc@vger.kernel.org
5860S: Maintained
5861F: drivers/mmc/host/sdhci-s3c.c
5862
5863SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5864M: Viresh Kumar <viresh.kumar@st.com>
5865L: linux-mmc@vger.kernel.org
5866S: Maintained
5867F: drivers/mmc/host/sdhci-spear.c
5868
5869SECURITY SUBSYSTEM
5870M: James Morris <jmorris@namei.org>
5871L: linux-security-module@vger.kernel.org (suggested Cc:)
5872T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
5873W: http://security.wiki.kernel.org/
5874S: Supported
5875F: security/
5876
5877SECURITY CONTACT
5878M: Security Officers <security@kernel.org>
5879S: Supported
5880
5881SELINUX SECURITY MODULE
5882M: Stephen Smalley <sds@tycho.nsa.gov>
5883M: James Morris <jmorris@namei.org>
5884M: Eric Paris <eparis@parisplace.org>
5885L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5886W: http://selinuxproject.org
5887T: git git://git.infradead.org/users/eparis/selinux.git
5888S: Supported
5889F: include/linux/selinux*
5890F: security/selinux/
5891F: scripts/selinux/
5892
5893APPARMOR SECURITY MODULE
5894M: John Johansen <john.johansen@canonical.com>
5895L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5896W: apparmor.wiki.kernel.org
5897T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5898S: Supported
5899F: security/apparmor/
5900
5901SENSABLE PHANTOM
5902M: Jiri Slaby <jirislaby@gmail.com>
5903S: Maintained
5904F: drivers/misc/phantom.c
5905F: include/linux/phantom.h
5906
5907SERIAL ATA (SATA) SUBSYSTEM
5908M: Jeff Garzik <jgarzik@pobox.com>
5909L: linux-ide@vger.kernel.org
5910T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5911S: Supported
5912F: drivers/ata/
5913F: include/linux/ata.h
5914F: include/linux/libata.h
5915
5916SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5917M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
5918L: linux-scsi@vger.kernel.org
5919W: http://www.emulex.com
5920S: Supported
5921F: drivers/scsi/be2iscsi/
5922
5923SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5924M: Sathya Perla <sathya.perla@emulex.com>
5925M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
5926M: Ajit Khaparde <ajit.khaparde@emulex.com>
5927L: netdev@vger.kernel.org
5928W: http://www.emulex.com
5929S: Supported
5930F: drivers/net/ethernet/emulex/benet/
5931
5932SFC NETWORK DRIVER
5933M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5934M: Ben Hutchings <bhutchings@solarflare.com>
5935L: netdev@vger.kernel.org
5936S: Supported
5937F: drivers/net/ethernet/sfc/
5938
5939SGI GRU DRIVER
5940M: Jack Steiner <steiner@sgi.com>
5941S: Maintained
5942F: drivers/misc/sgi-gru/
5943
5944SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5945M: Pat Gefre <pfg@sgi.com>
5946L: linux-ia64@vger.kernel.org
5947S: Supported
5948F: Documentation/ia64/serial.txt
5949F: drivers/tty/serial/ioc?_serial.c
5950F: include/linux/ioc?.h
5951
5952SGI VISUAL WORKSTATION 320 AND 540
5953M: Andrey Panin <pazke@donpac.ru>
5954L: linux-visws-devel@lists.sf.net
5955W: http://linux-visws.sf.net
5956S: Maintained for 2.6.
5957F: Documentation/sgi-visws.txt
5958
5959SGI XP/XPC/XPNET DRIVER
5960M: Robin Holt <holt@sgi.com>
5961S: Maintained
5962F: drivers/misc/sgi-xp/
5963
5964SIMPLE FIRMWARE INTERFACE (SFI)
5965M: Len Brown <lenb@kernel.org>
5966L: sfi-devel@simplefirmware.org
5967W: http://simplefirmware.org/
5968T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5969S: Supported
5970F: arch/x86/platform/sfi/
5971F: drivers/sfi/
5972F: include/linux/sfi*.h
5973
5974SIMTEC EB110ATX (Chalice CATS)
5975P: Ben Dooks
5976P: Vincent Sanders <vince@simtec.co.uk>
5977M: Simtec Linux Team <linux@simtec.co.uk>
5978W: http://www.simtec.co.uk/products/EB110ATX/
5979S: Supported
5980
5981SIMTEC EB2410ITX (BAST)
5982P: Ben Dooks
5983P: Vincent Sanders <vince@simtec.co.uk>
5984M: Simtec Linux Team <linux@simtec.co.uk>
5985W: http://www.simtec.co.uk/products/EB2410ITX/
5986S: Supported
5987F: arch/arm/mach-s3c2410/mach-bast.c
5988F: arch/arm/mach-s3c2410/bast-ide.c
5989F: arch/arm/mach-s3c2410/bast-irq.c
5990
5991TI DAVINCI MACHINE SUPPORT
5992M: Sekhar Nori <nsekhar@ti.com>
5993M: Kevin Hilman <khilman@ti.com>
5994L: davinci-linux-open-source@linux.davincidsp.com (subscribers-only)
5995Q: http://patchwork.kernel.org/project/linux-davinci/list/
5996S: Supported
5997F: arch/arm/mach-davinci
5998F: drivers/i2c/busses/i2c-davinci.c
5999
6000SIS 190 ETHERNET DRIVER
6001M: Francois Romieu <romieu@fr.zoreil.com>
6002L: netdev@vger.kernel.org
6003S: Maintained
6004F: drivers/net/ethernet/sis/sis190.c
6005
6006SIS 900/7016 FAST ETHERNET DRIVER
6007M: Daniele Venzano <venza@brownhat.org>
6008W: http://www.brownhat.org/sis900.html
6009L: netdev@vger.kernel.org
6010S: Maintained
6011F: drivers/net/ethernet/sis/sis900.*
6012
6013SIS 96X I2C/SMBUS DRIVER
6014M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6015L: linux-i2c@vger.kernel.org
6016S: Maintained
6017F: Documentation/i2c/busses/i2c-sis96x
6018F: drivers/i2c/busses/i2c-sis96x.c
6019
6020SIS FRAMEBUFFER DRIVER
6021M: Thomas Winischhofer <thomas@winischhofer.net>
6022W: http://www.winischhofer.net/linuxsisvga.shtml
6023S: Maintained
6024F: Documentation/fb/sisfb.txt
6025F: drivers/video/sis/
6026F: include/video/sisfb.h
6027
6028SIS USB2VGA DRIVER
6029M: Thomas Winischhofer <thomas@winischhofer.net>
6030W: http://www.winischhofer.at/linuxsisusbvga.shtml
6031S: Maintained
6032F: drivers/usb/misc/sisusbvga/
6033
6034SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
6035M: Stephen Hemminger <shemminger@vyatta.com>
6036L: netdev@vger.kernel.org
6037S: Maintained
6038F: drivers/net/ethernet/marvell/sk*
6039
6040SLAB ALLOCATOR
6041M: Christoph Lameter <cl@linux-foundation.org>
6042M: Pekka Enberg <penberg@kernel.org>
6043M: Matt Mackall <mpm@selenic.com>
6044L: linux-mm@kvack.org
6045S: Maintained
6046F: include/linux/sl?b*.h
6047F: mm/sl?b.c
6048
6049SMC91x ETHERNET DRIVER
6050M: Nicolas Pitre <nico@fluxnic.net>
6051S: Odd Fixes
6052F: drivers/net/ethernet/smsc/smc91x.*
6053
6054SMM665 HARDWARE MONITOR DRIVER
6055M: Guenter Roeck <linux@roeck-us.net>
6056L: lm-sensors@lm-sensors.org
6057S: Maintained
6058F: Documentation/hwmon/smm665
6059F: drivers/hwmon/smm665.c
6060
6061SMSC EMC2103 HARDWARE MONITOR DRIVER
6062M: Steve Glendinning <steve.glendinning@smsc.com>
6063L: lm-sensors@lm-sensors.org
6064S: Supported
6065F: Documentation/hwmon/emc2103
6066F: drivers/hwmon/emc2103.c
6067
6068SMSC SCH5627 HARDWARE MONITOR DRIVER
6069M: Hans de Goede <hdegoede@redhat.com>
6070L: lm-sensors@lm-sensors.org
6071S: Supported
6072F: Documentation/hwmon/sch5627
6073F: drivers/hwmon/sch5627.c
6074
6075SMSC47B397 HARDWARE MONITOR DRIVER
6076M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6077L: lm-sensors@lm-sensors.org
6078S: Maintained
6079F: Documentation/hwmon/smsc47b397
6080F: drivers/hwmon/smsc47b397.c
6081
6082SMSC911x ETHERNET DRIVER
6083M: Steve Glendinning <steve.glendinning@smsc.com>
6084L: netdev@vger.kernel.org
6085S: Supported
6086F: include/linux/smsc911x.h
6087F: drivers/net/ethernet/smsc/smsc911x.*
6088
6089SMSC9420 PCI ETHERNET DRIVER
6090M: Steve Glendinning <steve.glendinning@smsc.com>
6091L: netdev@vger.kernel.org
6092S: Supported
6093F: drivers/net/ethernet/smsc/smsc9420.*
6094
6095SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6096M: Steve Glendinning <steve.glendinning@smsc.com>
6097L: linux-fbdev@vger.kernel.org
6098S: Supported
6099F: drivers/video/smscufx.c
6100
6101SN-IA64 (Itanium) SUB-PLATFORM
6102M: Jes Sorensen <jes@sgi.com>
6103L: linux-altix@sgi.com
6104L: linux-ia64@vger.kernel.org
6105W: http://www.sgi.com/altix
6106S: Maintained
6107F: arch/ia64/sn/
6108
6109SOC-CAMERA V4L2 SUBSYSTEM
6110M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6111L: linux-media@vger.kernel.org
6112T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6113S: Maintained
6114F: include/media/v4l2*
6115F: drivers/media/video/v4l2*
6116
6117SOEKRIS NET48XX LED SUPPORT
6118M: Chris Boot <bootc@bootc.net>
6119S: Maintained
6120F: drivers/leds/leds-net48xx.c
6121
6122SOFTWARE RAID (Multiple Disks) SUPPORT
6123M: Neil Brown <neilb@suse.de>
6124L: linux-raid@vger.kernel.org
6125S: Supported
6126F: drivers/md/
6127F: include/linux/raid/
6128
6129SONIC NETWORK DRIVER
6130M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6131L: netdev@vger.kernel.org
6132S: Maintained
6133F: drivers/net/ethernet/natsemi/sonic.*
6134
6135SONICS SILICON BACKPLANE DRIVER (SSB)
6136M: Michael Buesch <m@bues.ch>
6137L: netdev@vger.kernel.org
6138S: Maintained
6139F: drivers/ssb/
6140F: include/linux/ssb/
6141
6142SONY VAIO CONTROL DEVICE DRIVER
6143M: Mattia Dongili <malattia@linux.it>
6144L: platform-driver-x86@vger.kernel.org
6145W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6146S: Maintained
6147F: Documentation/laptops/sony-laptop.txt
6148F: drivers/char/sonypi.c
6149F: drivers/platform/x86/sony-laptop.c
6150F: include/linux/sony-laptop.h
6151
6152SONY MEMORYSTICK CARD SUPPORT
6153M: Alex Dubov <oakad@yahoo.com>
6154W: http://tifmxx.berlios.de/
6155S: Maintained
6156F: drivers/memstick/host/tifm_ms.c
6157
6158SOUND
6159M: Jaroslav Kysela <perex@perex.cz>
6160M: Takashi Iwai <tiwai@suse.de>
6161L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6162W: http://www.alsa-project.org/
6163T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6164T: git git://git.alsa-project.org/alsa-kernel.git
6165S: Maintained
6166F: Documentation/sound/
6167F: include/sound/
6168F: sound/
6169
6170SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6171M: Liam Girdwood <lrg@ti.com>
6172M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6173T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
6174L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6175W: http://alsa-project.org/main/index.php/ASoC
6176S: Supported
6177F: sound/soc/
6178F: include/sound/soc*
6179
6180SPARC + UltraSPARC (sparc/sparc64)
6181M: "David S. Miller" <davem@davemloft.net>
6182L: sparclinux@vger.kernel.org
6183Q: http://patchwork.ozlabs.org/project/sparclinux/list/
6184T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
6185T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
6186S: Maintained
6187F: arch/sparc/
6188F: drivers/sbus/
6189
6190SPARC SERIAL DRIVERS
6191M: "David S. Miller" <davem@davemloft.net>
6192L: sparclinux@vger.kernel.org
6193T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
6194T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
6195S: Maintained
6196F: drivers/tty/serial/suncore.c
6197F: drivers/tty/serial/suncore.h
6198F: drivers/tty/serial/sunhv.c
6199F: drivers/tty/serial/sunsab.c
6200F: drivers/tty/serial/sunsab.h
6201F: drivers/tty/serial/sunsu.c
6202F: drivers/tty/serial/sunzilog.c
6203F: drivers/tty/serial/sunzilog.h
6204
6205SPEAR PLATFORM SUPPORT
6206M: Viresh Kumar <viresh.kumar@st.com>
6207W: http://www.st.com/spear
6208S: Maintained
6209F: arch/arm/plat-spear/
6210
6211SPEAR3XX MACHINE SUPPORT
6212M: Viresh Kumar <viresh.kumar@st.com>
6213W: http://www.st.com/spear
6214S: Maintained
6215F: arch/arm/mach-spear3xx/
6216
6217SPEAR6XX MACHINE SUPPORT
6218M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
6219W: http://www.st.com/spear
6220S: Maintained
6221F: arch/arm/mach-spear6xx/
6222
6223SPEAR CLOCK FRAMEWORK SUPPORT
6224M: Viresh Kumar <viresh.kumar@st.com>
6225W: http://www.st.com/spear
6226S: Maintained
6227F: arch/arm/mach-spear*/clock.c
6228F: arch/arm/plat-spear/clock.c
6229F: arch/arm/plat-spear/include/plat/clock.h
6230
6231SPEAR PAD MULTIPLEXING SUPPORT
6232M: Viresh Kumar <viresh.kumar@st.com>
6233W: http://www.st.com/spear
6234S: Maintained
6235F: arch/arm/plat-spear/include/plat/padmux.h
6236F: arch/arm/plat-spear/padmux.c
6237F: arch/arm/mach-spear*/spear*xx.c
6238F: arch/arm/mach-spear*/include/mach/generic.h
6239F: arch/arm/mach-spear3xx/spear3*0.c
6240F: arch/arm/mach-spear3xx/spear3*0_evb.c
6241F: arch/arm/mach-spear6xx/spear600.c
6242F: arch/arm/mach-spear6xx/spear600_evb.c
6243
6244SPI SUBSYSTEM
6245M: Grant Likely <grant.likely@secretlab.ca>
6246L: spi-devel-general@lists.sourceforge.net
6247Q: http://patchwork.kernel.org/project/spi-devel-general/list/
6248T: git git://git.secretlab.ca/git/linux-2.6.git
6249S: Maintained
6250F: Documentation/spi/
6251F: drivers/spi/
6252F: include/linux/spi/
6253
6254SPIDERNET NETWORK DRIVER for CELL
6255M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6256M: Jens Osterkamp <jens@de.ibm.com>
6257L: netdev@vger.kernel.org
6258S: Supported
6259F: Documentation/networking/spider_net.txt
6260F: drivers/net/ethernet/toshiba/spider_net*
6261
6262SPU FILE SYSTEM
6263M: Jeremy Kerr <jk@ozlabs.org>
6264L: linuxppc-dev@lists.ozlabs.org
6265L: cbe-oss-dev@lists.ozlabs.org
6266W: http://www.ibm.com/developerworks/power/cell/
6267S: Supported
6268F: Documentation/filesystems/spufs.txt
6269F: arch/powerpc/platforms/cell/spufs/
6270
6271SQUASHFS FILE SYSTEM
6272M: Phillip Lougher <phillip@squashfs.org.uk>
6273L: squashfs-devel@lists.sourceforge.net (subscribers-only)
6274W: http://squashfs.org.uk
6275S: Maintained
6276F: Documentation/filesystems/squashfs.txt
6277F: fs/squashfs/
6278
6279SRM (Alpha) environment access
6280M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
6281S: Maintained
6282F: arch/alpha/kernel/srm_env.c
6283
6284STABLE BRANCH
6285M: Greg Kroah-Hartman <greg@kroah.com>
6286L: stable@vger.kernel.org
6287S: Maintained
6288
6289STAGING SUBSYSTEM
6290M: Greg Kroah-Hartman <gregkh@suse.de>
6291T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
6292L: devel@driverdev.osuosl.org
6293S: Maintained
6294F: drivers/staging/
6295
6296STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6297M: Henk de Groot <pe1dnn@amsat.org>
6298S: Odd Fixes
6299F: drivers/staging/wlags49_h2/
6300F: drivers/staging/wlags49_h25/
6301
6302STAGING - ASUS OLED
6303M: Jakub Schmidtke <sjakub@gmail.com>
6304S: Odd Fixes
6305F: drivers/staging/asus_oled/
6306
6307STAGING - COMEDI
6308M: Ian Abbott <abbotti@mev.co.uk>
6309M: Mori Hess <fmhess@users.sourceforge.net>
6310S: Odd Fixes
6311F: drivers/staging/comedi/
6312
6313STAGING - CRYSTAL HD VIDEO DECODER
6314M: Naren Sankar <nsankar@broadcom.com>
6315M: Jarod Wilson <jarod@wilsonet.com>
6316M: Scott Davilla <davilla@4pi.com>
6317M: Manu Abraham <abraham.manu@gmail.com>
6318S: Odd Fixes
6319F: drivers/staging/crystalhd/
6320
6321STAGING - ECHO CANCELLER
6322M: Steve Underwood <steveu@coppice.org>
6323M: David Rowe <david@rowetel.com>
6324S: Odd Fixes
6325F: drivers/staging/echo/
6326
6327STAGING - ET131X NETWORK DRIVER
6328M: Mark Einon <mark.einon@gmail.com>
6329S: Odd Fixes
6330F: drivers/staging/et131x/
6331
6332STAGING - FLARION FT1000 DRIVERS
6333M: Marek Belisko <marek.belisko@gmail.com>
6334S: Odd Fixes
6335F: drivers/staging/ft1000/
6336
6337STAGING - FRONTIER TRANZPORT AND ALPHATRACK
6338M: David Täht <d@teklibre.com>
6339S: Odd Fixes
6340F: drivers/staging/frontier/
6341
6342STAGING - INDUSTRIAL IO
6343M: Jonathan Cameron <jic23@cam.ac.uk>
6344L: linux-iio@vger.kernel.org
6345S: Odd Fixes
6346F: drivers/staging/iio/
6347
6348STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
6349M: Jarod Wilson <jarod@wilsonet.com>
6350W: http://www.lirc.org/
6351S: Odd Fixes
6352F: drivers/staging/media/lirc/
6353
6354STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
6355M: Julian Andres Klode <jak@jak-linux.org>
6356M: Marc Dietrich <marvin24@gmx.de>
6357L: ac100@lists.launchpad.net (moderated for non-subscribers)
6358S: Maintained
6359F: drivers/staging/nvec/
6360
6361STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
6362M: Andres Salomon <dilinger@queued.net>
6363M: Chris Ball <cjb@laptop.org>
6364M: Jon Nettleton <jon.nettleton@gmail.com>
6365W: http://wiki.laptop.org/go/DCON
6366S: Odd Fixes
6367F: drivers/staging/olpc_dcon/
6368
6369STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
6370M: Willy Tarreau <willy@meta-x.org>
6371S: Odd Fixes
6372F: drivers/staging/panel/
6373
6374STAGING - REALTEK RTL8712U DRIVERS
6375M: Larry Finger <Larry.Finger@lwfinger.net>
6376M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
6377S: Odd Fixes
6378F: drivers/staging/rtl8712/
6379
6380STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
6381M: Teddy Wang <teddy.wang@siliconmotion.com.cn>
6382S: Odd Fixes
6383F: drivers/staging/sm7xx/
6384
6385STAGING - SOFTLOGIC 6x10 MPEG CODEC
6386M: Ben Collins <bcollins@bluecherry.net>
6387S: Odd Fixes
6388F: drivers/staging/media/solo6x10/
6389
6390STAGING - SPEAKUP CONSOLE SPEECH DRIVER
6391M: William Hubbs <w.d.hubbs@gmail.com>
6392M: Chris Brannon <chris@the-brannons.com>
6393M: Kirk Reiser <kirk@braille.uwo.ca>
6394M: Samuel Thibault <samuel.thibault@ens-lyon.org>
6395L: speakup@braille.uwo.ca
6396W: http://www.linux-speakup.org/
6397S: Odd Fixes
6398F: drivers/staging/speakup/
6399
6400STAGING - TI DSP BRIDGE DRIVERS
6401M: Omar Ramirez Luna <omar.ramirez@ti.com>
6402S: Odd Fixes
6403F: drivers/staging/tidspbridge/
6404
6405STAGING - TRIDENT TVMASTER TMxxxx USB VIDEO CAPTURE DRIVERS
6406L: linux-media@vger.kernel.org
6407S: Odd Fixes
6408F: drivers/staging/tm6000/
6409
6410STAGING - USB ENE SM/MS CARD READER DRIVER
6411M: Al Cho <acho@novell.com>
6412S: Odd Fixes
6413F: drivers/staging/keucr/
6414
6415STAGING - VIA VT665X DRIVERS
6416M: Forest Bond <forest@alittletooquiet.net>
6417S: Odd Fixes
6418F: drivers/staging/vt665?/
6419
6420STAGING - WINBOND IS89C35 WLAN USB DRIVER
6421M: Pavel Machek <pavel@ucw.cz>
6422S: Odd Fixes
6423F: drivers/staging/winbond/
6424
6425STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
6426M: Arnaud Patard <arnaud.patard@rtp-net.org>
6427S: Odd Fixes
6428F: drivers/staging/xgifb/
6429
6430STARFIRE/DURALAN NETWORK DRIVER
6431M: Ion Badulescu <ionut@badula.org>
6432S: Odd Fixes
6433F: drivers/net/ethernet/adaptec/starfire*
6434
6435SUN3/3X
6436M: Sam Creasey <sammy@sammy.net>
6437W: http://sammy.net/sun3/
6438S: Maintained
6439F: arch/m68k/kernel/*sun3*
6440F: arch/m68k/sun3*/
6441F: arch/m68k/include/asm/sun3*
6442F: drivers/net/ethernet/i825xx/sun3*
6443
6444SUPERH
6445M: Paul Mundt <lethal@linux-sh.org>
6446L: linux-sh@vger.kernel.org
6447W: http://www.linux-sh.org
6448Q: http://patchwork.kernel.org/project/linux-sh/list/
6449T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
6450S: Supported
6451F: Documentation/sh/
6452F: arch/sh/
6453F: drivers/sh/
6454
6455SUSPEND TO RAM
6456M: Len Brown <len.brown@intel.com>
6457M: Pavel Machek <pavel@ucw.cz>
6458M: "Rafael J. Wysocki" <rjw@sisk.pl>
6459L: linux-pm@vger.kernel.org
6460S: Supported
6461F: Documentation/power/
6462F: arch/x86/kernel/acpi/
6463F: drivers/base/power/
6464F: kernel/power/
6465F: include/linux/suspend.h
6466F: include/linux/freezer.h
6467F: include/linux/pm.h
6468
6469SVGA HANDLING
6470M: Martin Mares <mj@ucw.cz>
6471L: linux-video@atrey.karlin.mff.cuni.cz
6472S: Maintained
6473F: Documentation/svga.txt
6474F: arch/x86/boot/video*
6475
6476SYSV FILESYSTEM
6477M: Christoph Hellwig <hch@infradead.org>
6478S: Maintained
6479F: Documentation/filesystems/sysv-fs.txt
6480F: fs/sysv/
6481F: include/linux/sysv_fs.h
6482
6483TARGET SUBSYSTEM
6484M: Nicholas A. Bellinger <nab@linux-iscsi.org>
6485L: linux-scsi@vger.kernel.org
6486L: target-devel@vger.kernel.org
6487L: http://groups.google.com/group/linux-iscsi-target-dev
6488W: http://www.linux-iscsi.org
6489T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
6490S: Supported
6491F: drivers/target/
6492F: include/target/
6493F: Documentation/target/
6494
6495TASKSTATS STATISTICS INTERFACE
6496M: Balbir Singh <bsingharora@gmail.com>
6497S: Maintained
6498F: Documentation/accounting/taskstats*
6499F: include/linux/taskstats*
6500F: kernel/taskstats.c
6501
6502TC CLASSIFIER
6503M: Jamal Hadi Salim <hadi@cyberus.ca>
6504L: netdev@vger.kernel.org
6505S: Maintained
6506F: include/linux/pkt_cls.h
6507F: include/net/pkt_cls.h
6508F: net/sched/
6509
6510TCP LOW PRIORITY MODULE
6511M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6512M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6513W: http://tcp-lp-mod.sourceforge.net/
6514S: Maintained
6515F: net/ipv4/tcp_lp.c
6516
6517TEAM DRIVER
6518M: Jiri Pirko <jpirko@redhat.com>
6519L: netdev@vger.kernel.org
6520S: Supported
6521F: drivers/net/team/
6522F: include/linux/if_team.h
6523
6524TEGRA SUPPORT
6525M: Colin Cross <ccross@android.com>
6526M: Olof Johansson <olof@lixom.net>
6527M: Stephen Warren <swarren@nvidia.com>
6528L: linux-tegra@vger.kernel.org
6529T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git
6530S: Supported
6531F: arch/arm/mach-tegra
6532
6533TEHUTI ETHERNET DRIVER
6534M: Andy Gospodarek <andy@greyhouse.net>
6535L: netdev@vger.kernel.org
6536S: Supported
6537F: drivers/net/ethernet/tehuti/*
6538
6539Telecom Clock Driver for MCPL0010
6540M: Mark Gross <mark.gross@intel.com>
6541S: Supported
6542F: drivers/char/tlclk.c
6543
6544TENSILICA XTENSA PORT (xtensa)
6545M: Chris Zankel <chris@zankel.net>
6546S: Maintained
6547F: arch/xtensa/
6548
6549THINKPAD ACPI EXTRAS DRIVER
6550M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6551L: ibm-acpi-devel@lists.sourceforge.net
6552L: platform-driver-x86@vger.kernel.org
6553W: http://ibm-acpi.sourceforge.net
6554W: http://thinkwiki.org/wiki/Ibm-acpi
6555T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6556S: Maintained
6557F: drivers/platform/x86/thinkpad_acpi.c
6558
6559TI FLASH MEDIA INTERFACE DRIVER
6560M: Alex Dubov <oakad@yahoo.com>
6561S: Maintained
6562F: drivers/misc/tifm*
6563F: drivers/mmc/host/tifm_sd.c
6564F: include/linux/tifm.h
6565
6566TI TWL4030 SERIES SOC CODEC DRIVER
6567M: Peter Ujfalusi <peter.ujfalusi@ti.com>
6568L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6569S: Maintained
6570F: sound/soc/codecs/twl4030*
6571
6572TIPC NETWORK LAYER
6573M: Jon Maloy <jon.maloy@ericsson.com>
6574M: Allan Stephens <allan.stephens@windriver.com>
6575L: netdev@vger.kernel.org (core kernel code)
6576L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
6577W: http://tipc.sourceforge.net/
6578S: Maintained
6579F: include/linux/tipc*.h
6580F: net/tipc/
6581
6582TILE ARCHITECTURE
6583M: Chris Metcalf <cmetcalf@tilera.com>
6584W: http://www.tilera.com/scm/
6585S: Supported
6586F: arch/tile/
6587F: drivers/tty/hvc/hvc_tile.c
6588F: drivers/net/ethernet/tile/
6589F: drivers/edac/tile_edac.c
6590
6591TLAN NETWORK DRIVER
6592M: Samuel Chessman <chessman@tux.org>
6593L: tlan-devel@lists.sourceforge.net (subscribers-only)
6594W: http://sourceforge.net/projects/tlan/
6595S: Maintained
6596F: Documentation/networking/tlan.txt
6597F: drivers/net/ethernet/ti/tlan.*
6598
6599TOMOYO SECURITY MODULE
6600M: Kentaro Takeda <takedakn@nttdata.co.jp>
6601M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6602L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6603L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6604L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6605L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6606W: http://tomoyo.sourceforge.jp/
6607T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
6608S: Maintained
6609F: security/tomoyo/
6610
6611TOPSTAR LAPTOP EXTRAS DRIVER
6612M: Herton Ronaldo Krzesinski <herton@canonical.com>
6613L: platform-driver-x86@vger.kernel.org
6614S: Maintained
6615F: drivers/platform/x86/topstar-laptop.c
6616
6617TOSHIBA ACPI EXTRAS DRIVER
6618L: platform-driver-x86@vger.kernel.org
6619S: Orphan
6620F: drivers/platform/x86/toshiba_acpi.c
6621
6622TOSHIBA SMM DRIVER
6623M: Jonathan Buzzard <jonathan@buzzard.org.uk>
6624L: tlinux-users@tce.toshiba-dme.co.jp
6625W: http://www.buzzard.org.uk/toshiba/
6626S: Maintained
6627F: drivers/char/toshiba.c
6628F: include/linux/toshiba.h
6629
6630TMIO MMC DRIVER
6631M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6632M: Ian Molton <ian@mnementh.co.uk>
6633L: linux-mmc@vger.kernel.org
6634S: Maintained
6635F: drivers/mmc/host/tmio_mmc*
6636F: drivers/mmc/host/sh_mobile_sdhi.c
6637F: include/linux/mmc/tmio.h
6638F: include/linux/mmc/sh_mobile_sdhi.h
6639
6640TMPFS (SHMEM FILESYSTEM)
6641M: Hugh Dickins <hughd@google.com>
6642L: linux-mm@kvack.org
6643S: Maintained
6644F: include/linux/shmem_fs.h
6645F: mm/shmem.c
6646
6647TPM DEVICE DRIVER
6648M: Debora Velarde <debora@linux.vnet.ibm.com>
6649M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6650W: http://tpmdd.sourceforge.net
6651M: Marcel Selhorst <m.selhorst@sirrix.com>
6652W: http://www.sirrix.com
6653L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6654S: Maintained
6655F: drivers/char/tpm/
6656
6657TRACING
6658M: Steven Rostedt <rostedt@goodmis.org>
6659M: Frederic Weisbecker <fweisbec@gmail.com>
6660M: Ingo Molnar <mingo@redhat.com>
6661T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6662S: Maintained
6663F: Documentation/trace/ftrace.txt
6664F: arch/*/*/*/ftrace.h
6665F: arch/*/kernel/ftrace.c
6666F: include/*/ftrace.h
6667F: include/linux/trace*.h
6668F: include/trace/
6669F: kernel/trace/
6670
6671TRIVIAL PATCHES
6672M: Jiri Kosina <trivial@kernel.org>
6673T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6674S: Maintained
6675K: ^Subject:.*(?i)trivial
6676
6677TTY LAYER
6678M: Greg Kroah-Hartman <gregkh@suse.de>
6679S: Maintained
6680T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
6681F: drivers/tty/*
6682F: drivers/tty/serial/serial_core.c
6683F: include/linux/serial_core.h
6684F: include/linux/serial.h
6685F: include/linux/tty.h
6686
6687TULIP NETWORK DRIVERS
6688M: Grant Grundler <grundler@parisc-linux.org>
6689L: netdev@vger.kernel.org
6690S: Maintained
6691F: drivers/net/ethernet/dec/tulip/
6692
6693TUN/TAP driver
6694M: Maxim Krasnyansky <maxk@qualcomm.com>
6695L: vtun@office.satix.net
6696W: http://vtun.sourceforge.net/tun
6697S: Maintained
6698F: Documentation/networking/tuntap.txt
6699F: arch/um/os-Linux/drivers/
6700
6701TURBOCHANNEL SUBSYSTEM
6702M: "Maciej W. Rozycki" <macro@linux-mips.org>
6703S: Maintained
6704F: drivers/tc/
6705F: include/linux/tc.h
6706
6707U14-34F SCSI DRIVER
6708M: Dario Ballabio <ballabio_dario@emc.com>
6709L: linux-scsi@vger.kernel.org
6710S: Maintained
6711F: drivers/scsi/u14-34f.c
6712
6713UBI FILE SYSTEM (UBIFS)
6714M: Artem Bityutskiy <dedekind1@gmail.com>
6715M: Adrian Hunter <adrian.hunter@intel.com>
6716L: linux-mtd@lists.infradead.org
6717T: git git://git.infradead.org/ubifs-2.6.git
6718W: http://www.linux-mtd.infradead.org/doc/ubifs.html
6719S: Maintained
6720F: Documentation/filesystems/ubifs.txt
6721F: fs/ubifs/
6722
6723UCLINUX (AND M68KNOMMU)
6724M: Greg Ungerer <gerg@uclinux.org>
6725W: http://www.uclinux.org/
6726L: uclinux-dev@uclinux.org (subscribers-only)
6727S: Maintained
6728F: arch/m68k/*/*_no.*
6729F: arch/m68k/include/asm/*_no.*
6730
6731UCLINUX FOR RENESAS H8/300 (H8300)
6732M: Yoshinori Sato <ysato@users.sourceforge.jp>
6733W: http://uclinux-h8.sourceforge.jp/
6734S: Supported
6735F: arch/h8300/
6736F: drivers/ide/ide-h8300.c
6737F: drivers/net/ethernet/8390/ne-h8300.c
6738
6739UDF FILESYSTEM
6740M: Jan Kara <jack@suse.cz>
6741S: Maintained
6742F: Documentation/filesystems/udf.txt
6743F: fs/udf/
6744
6745UFS FILESYSTEM
6746M: Evgeniy Dushistov <dushistov@mail.ru>
6747S: Maintained
6748F: Documentation/filesystems/ufs.txt
6749F: fs/ufs/
6750
6751ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6752L: linux-usb@vger.kernel.org
6753S: Orphan
6754F: drivers/uwb/
6755F: include/linux/uwb.h
6756F: include/linux/uwb/
6757
6758UNICORE32 ARCHITECTURE:
6759M: Guan Xuetao <gxt@mprc.pku.edu.cn>
6760W: http://mprc.pku.edu.cn/~guanxuetao/linux
6761S: Maintained
6762T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6763F: arch/unicore32/
6764
6765UNIFDEF
6766M: Tony Finch <dot@dotat.at>
6767W: http://dotat.at/prog/unifdef
6768S: Maintained
6769F: scripts/unifdef.c
6770
6771UNIFORM CDROM DRIVER
6772M: Jens Axboe <axboe@kernel.dk>
6773W: http://www.kernel.dk
6774S: Maintained
6775F: Documentation/cdrom/
6776F: drivers/cdrom/cdrom.c
6777F: include/linux/cdrom.h
6778
6779UNSORTED BLOCK IMAGES (UBI)
6780M: Artem Bityutskiy <dedekind1@gmail.com>
6781W: http://www.linux-mtd.infradead.org/
6782L: linux-mtd@lists.infradead.org
6783T: git git://git.infradead.org/ubi-2.6.git
6784S: Maintained
6785F: drivers/mtd/ubi/
6786F: include/linux/mtd/ubi.h
6787F: include/mtd/ubi-user.h
6788
6789USB ACM DRIVER
6790M: Oliver Neukum <oliver@neukum.name>
6791L: linux-usb@vger.kernel.org
6792S: Maintained
6793F: Documentation/usb/acm.txt
6794F: drivers/usb/class/cdc-acm.*
6795
6796USB ATTACHED SCSI
6797M: Matthew Wilcox <willy@linux.intel.com>
6798M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6799L: linux-usb@vger.kernel.org
6800L: linux-scsi@vger.kernel.org
6801S: Supported
6802F: drivers/usb/storage/uas.c
6803
6804USB BLOCK DRIVER (UB ub)
6805M: Pete Zaitcev <zaitcev@redhat.com>
6806L: linux-usb@vger.kernel.org
6807S: Supported
6808F: drivers/block/ub.c
6809
6810USB CDC ETHERNET DRIVER
6811M: Oliver Neukum <oliver@neukum.name>
6812L: linux-usb@vger.kernel.org
6813S: Maintained
6814F: drivers/net/usb/cdc_*.c
6815F: include/linux/usb/cdc.h
6816
6817USB CYPRESS C67X00 DRIVER
6818M: Peter Korsgaard <jacmet@sunsite.dk>
6819L: linux-usb@vger.kernel.org
6820S: Maintained
6821F: drivers/usb/c67x00/
6822
6823USB DAVICOM DM9601 DRIVER
6824M: Peter Korsgaard <jacmet@sunsite.dk>
6825L: netdev@vger.kernel.org
6826W: http://www.linux-usb.org/usbnet
6827S: Maintained
6828F: drivers/net/usb/dm9601.c
6829
6830USB DIAMOND RIO500 DRIVER
6831M: Cesar Miquel <miquel@df.uba.ar>
6832L: rio500-users@lists.sourceforge.net
6833W: http://rio500.sourceforge.net
6834S: Maintained
6835F: drivers/usb/misc/rio500*
6836
6837USB EHCI DRIVER
6838M: Alan Stern <stern@rowland.harvard.edu>
6839L: linux-usb@vger.kernel.org
6840S: Maintained
6841F: Documentation/usb/ehci.txt
6842F: drivers/usb/host/ehci*
6843
6844USB ET61X[12]51 DRIVER
6845M: Luca Risolia <luca.risolia@studio.unibo.it>
6846L: linux-usb@vger.kernel.org
6847L: linux-media@vger.kernel.org
6848T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6849W: http://www.linux-projects.org
6850S: Maintained
6851F: drivers/media/video/et61x251/
6852
6853USB GADGET/PERIPHERAL SUBSYSTEM
6854M: Felipe Balbi <balbi@ti.com>
6855L: linux-usb@vger.kernel.org
6856W: http://www.linux-usb.org/gadget
6857T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6858S: Maintained
6859F: drivers/usb/gadget/
6860F: include/linux/usb/gadget*
6861
6862USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6863M: Jiri Kosina <jkosina@suse.cz>
6864L: linux-usb@vger.kernel.org
6865T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6866S: Maintained
6867F: Documentation/hid/hiddev.txt
6868F: drivers/hid/usbhid/
6869
6870USB/IP DRIVERS
6871M: Matt Mooney <mfm@muteddisk.com>
6872L: linux-usb@vger.kernel.org
6873S: Maintained
6874F: drivers/staging/usbip/
6875
6876USB ISP116X DRIVER
6877M: Olav Kongas <ok@artecdesign.ee>
6878L: linux-usb@vger.kernel.org
6879S: Maintained
6880F: drivers/usb/host/isp116x*
6881F: include/linux/usb/isp116x.h
6882
6883USB KAWASAKI LSI DRIVER
6884M: Oliver Neukum <oliver@neukum.name>
6885L: linux-usb@vger.kernel.org
6886S: Maintained
6887F: drivers/usb/serial/kl5kusb105.*
6888
6889USB MASS STORAGE DRIVER
6890M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6891L: linux-usb@vger.kernel.org
6892L: usb-storage@lists.one-eyed-alien.net
6893S: Maintained
6894W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
6895F: drivers/usb/storage/
6896
6897USB MIDI DRIVER
6898M: Clemens Ladisch <clemens@ladisch.de>
6899L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6900T: git git://git.alsa-project.org/alsa-kernel.git
6901S: Maintained
6902F: sound/usb/midi.*
6903
6904USB OHCI DRIVER
6905M: Alan Stern <stern@rowland.harvard.edu>
6906L: linux-usb@vger.kernel.org
6907S: Maintained
6908F: Documentation/usb/ohci.txt
6909F: drivers/usb/host/ohci*
6910
6911USB OPTION-CARD DRIVER
6912M: Matthias Urlichs <smurf@smurf.noris.de>
6913L: linux-usb@vger.kernel.org
6914S: Maintained
6915F: drivers/usb/serial/option.c
6916
6917USB PEGASUS DRIVER
6918M: Petko Manolov <petkan@users.sourceforge.net>
6919L: linux-usb@vger.kernel.org
6920L: netdev@vger.kernel.org
6921W: http://pegasus2.sourceforge.net/
6922S: Maintained
6923F: drivers/net/usb/pegasus.*
6924
6925USB PRINTER DRIVER (usblp)
6926M: Pete Zaitcev <zaitcev@redhat.com>
6927L: linux-usb@vger.kernel.org
6928S: Supported
6929F: drivers/usb/class/usblp.c
6930
6931USB RTL8150 DRIVER
6932M: Petko Manolov <petkan@users.sourceforge.net>
6933L: linux-usb@vger.kernel.org
6934L: netdev@vger.kernel.org
6935W: http://pegasus2.sourceforge.net/
6936S: Maintained
6937F: drivers/net/usb/rtl8150.c
6938
6939USB SERIAL BELKIN F5U103 DRIVER
6940M: William Greathouse <wgreathouse@smva.com>
6941L: linux-usb@vger.kernel.org
6942S: Maintained
6943F: drivers/usb/serial/belkin_sa.*
6944
6945USB SERIAL CYPRESS M8 DRIVER
6946M: Lonnie Mendez <dignome@gmail.com>
6947L: linux-usb@vger.kernel.org
6948S: Maintained
6949W: http://geocities.com/i0xox0i
6950W: http://firstlight.net/cvs
6951F: drivers/usb/serial/cypress_m8.*
6952
6953USB SERIAL CYBERJACK DRIVER
6954M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6955W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6956S: Maintained
6957F: drivers/usb/serial/cyberjack.c
6958
6959USB SERIAL DIGI ACCELEPORT DRIVER
6960M: Peter Berger <pberger@brimson.com>
6961M: Al Borchers <alborchers@steinerpoint.com>
6962L: linux-usb@vger.kernel.org
6963S: Maintained
6964F: drivers/usb/serial/digi_acceleport.c
6965
6966USB SERIAL DRIVER
6967M: Greg Kroah-Hartman <gregkh@suse.de>
6968L: linux-usb@vger.kernel.org
6969S: Supported
6970F: Documentation/usb/usb-serial.txt
6971F: drivers/usb/serial/generic.c
6972F: drivers/usb/serial/usb-serial.c
6973F: include/linux/usb/serial.h
6974
6975USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6976M: Gary Brubaker <xavyer@ix.netcom.com>
6977L: linux-usb@vger.kernel.org
6978S: Maintained
6979F: drivers/usb/serial/empeg.c
6980
6981USB SERIAL KEYSPAN DRIVER
6982M: Greg Kroah-Hartman <greg@kroah.com>
6983L: linux-usb@vger.kernel.org
6984W: http://www.kroah.com/linux/
6985S: Maintained
6986F: drivers/usb/serial/*keyspan*
6987
6988USB SERIAL WHITEHEAT DRIVER
6989M: Support Department <support@connecttech.com>
6990L: linux-usb@vger.kernel.org
6991W: http://www.connecttech.com
6992S: Supported
6993F: drivers/usb/serial/whiteheat*
6994
6995USB SMSC95XX ETHERNET DRIVER
6996M: Steve Glendinning <steve.glendinning@smsc.com>
6997L: netdev@vger.kernel.org
6998S: Supported
6999F: drivers/net/usb/smsc95xx.*
7000
7001USB SN9C1xx DRIVER
7002M: Luca Risolia <luca.risolia@studio.unibo.it>
7003L: linux-usb@vger.kernel.org
7004L: linux-media@vger.kernel.org
7005T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
7006W: http://www.linux-projects.org
7007S: Maintained
7008F: Documentation/video4linux/sn9c102.txt
7009F: drivers/media/video/sn9c102/
7010
7011USB SUBSYSTEM
7012M: Greg Kroah-Hartman <gregkh@suse.de>
7013L: linux-usb@vger.kernel.org
7014W: http://www.linux-usb.org
7015T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
7016S: Supported
7017F: Documentation/usb/
7018F: drivers/net/usb/
7019F: drivers/usb/
7020F: include/linux/usb.h
7021F: include/linux/usb/
7022
7023USB UHCI DRIVER
7024M: Alan Stern <stern@rowland.harvard.edu>
7025L: linux-usb@vger.kernel.org
7026S: Maintained
7027F: drivers/usb/host/uhci*
7028
7029USB "USBNET" DRIVER FRAMEWORK
7030M: Oliver Neukum <oneukum@suse.de>
7031L: netdev@vger.kernel.org
7032W: http://www.linux-usb.org/usbnet
7033S: Maintained
7034F: drivers/net/usb/usbnet.c
7035F: include/linux/usb/usbnet.h
7036
7037USB VIDEO CLASS
7038M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7039L: linux-uvc-devel@lists.berlios.de (subscribers-only)
7040L: linux-media@vger.kernel.org
7041T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
7042W: http://www.ideasonboard.org/uvc/
7043S: Maintained
7044F: drivers/media/video/uvc/
7045
7046USB W996[87]CF DRIVER
7047M: Luca Risolia <luca.risolia@studio.unibo.it>
7048L: linux-usb@vger.kernel.org
7049L: linux-media@vger.kernel.org
7050T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
7051W: http://www.linux-projects.org
7052S: Maintained
7053F: Documentation/video4linux/w9968cf.txt
7054F: drivers/media/video/w996*
7055
7056USB WIRELESS RNDIS DRIVER (rndis_wlan)
7057M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
7058L: linux-wireless@vger.kernel.org
7059S: Maintained
7060F: drivers/net/wireless/rndis_wlan.c
7061
7062USB XHCI DRIVER
7063M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
7064L: linux-usb@vger.kernel.org
7065S: Supported
7066F: drivers/usb/host/xhci*
7067F: drivers/usb/host/pci-quirks*
7068
7069USB ZD1201 DRIVER
7070L: linux-wireless@vger.kernel.org
7071W: http://linux-lc100020.sourceforge.net
7072S: Orphan
7073F: drivers/net/wireless/zd1201.*
7074
7075USB ZR364XX DRIVER
7076M: Antoine Jacquet <royale@zerezo.com>
7077L: linux-usb@vger.kernel.org
7078L: linux-media@vger.kernel.org
7079T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
7080W: http://royale.zerezo.com/zr364xx/
7081S: Maintained
7082F: Documentation/video4linux/zr364xx.txt
7083F: drivers/media/video/zr364xx.c
7084
7085USER-MODE LINUX (UML)
7086M: Jeff Dike <jdike@addtoit.com>
7087M: Richard Weinberger <richard@nod.at>
7088L: user-mode-linux-devel@lists.sourceforge.net
7089L: user-mode-linux-user@lists.sourceforge.net
7090W: http://user-mode-linux.sourceforge.net
7091S: Maintained
7092F: Documentation/virtual/uml/
7093F: arch/um/
7094F: fs/hostfs/
7095F: fs/hppfs/
7096
7097USERSPACE I/O (UIO)
7098M: "Hans J. Koch" <hjk@hansjkoch.de>
7099M: Greg Kroah-Hartman <gregkh@suse.de>
7100S: Maintained
7101F: Documentation/DocBook/uio-howto.tmpl
7102F: drivers/uio/
7103F: include/linux/uio*.h
7104
7105UTIL-LINUX-NG PACKAGE
7106M: Karel Zak <kzak@redhat.com>
7107L: util-linux-ng@vger.kernel.org
7108W: http://kernel.org/~kzak/util-linux-ng/
7109T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
7110S: Maintained
7111
7112UVESAFB DRIVER
7113M: Michal Januszewski <spock@gentoo.org>
7114L: linux-fbdev@vger.kernel.org
7115W: http://dev.gentoo.org/~spock/projects/uvesafb/
7116S: Maintained
7117F: Documentation/fb/uvesafb.txt
7118F: drivers/video/uvesafb.*
7119
7120VFAT/FAT/MSDOS FILESYSTEM
7121M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
7122S: Maintained
7123F: Documentation/filesystems/vfat.txt
7124F: fs/fat/
7125
7126VIDEOBUF2 FRAMEWORK
7127M: Pawel Osciak <pawel@osciak.com>
7128M: Marek Szyprowski <m.szyprowski@samsung.com>
7129M: Kyungmin Park <kyungmin.park@samsung.com>
7130L: linux-media@vger.kernel.org
7131S: Maintained
7132F: drivers/media/video/videobuf2-*
7133F: include/media/videobuf2-*
7134
7135VIRTIO CONSOLE DRIVER
7136M: Amit Shah <amit.shah@redhat.com>
7137L: virtualization@lists.linux-foundation.org
7138S: Maintained
7139F: drivers/char/virtio_console.c
7140F: include/linux/virtio_console.h
7141
7142VIRTIO CORE, NET AND BLOCK DRIVERS
7143M: Rusty Russell <rusty@rustcorp.com.au>
7144M: "Michael S. Tsirkin" <mst@redhat.com>
7145L: virtualization@lists.linux-foundation.org
7146S: Maintained
7147F: drivers/virtio/
7148F: drivers/net/virtio_net.c
7149F: drivers/block/virtio_blk.c
7150F: include/linux/virtio_*.h
7151
7152VIRTIO HOST (VHOST)
7153M: "Michael S. Tsirkin" <mst@redhat.com>
7154L: kvm@vger.kernel.org
7155L: virtualization@lists.linux-foundation.org
7156L: netdev@vger.kernel.org
7157S: Maintained
7158F: drivers/vhost/
7159F: include/linux/vhost.h
7160
7161VIA RHINE NETWORK DRIVER
7162M: Roger Luethi <rl@hellgate.ch>
7163S: Maintained
7164F: drivers/net/ethernet/via/via-rhine.c
7165
7166VIAPRO SMBUS DRIVER
7167M: Jean Delvare <khali@linux-fr.org>
7168L: linux-i2c@vger.kernel.org
7169S: Maintained
7170F: Documentation/i2c/busses/i2c-viapro
7171F: drivers/i2c/busses/i2c-viapro.c
7172
7173VIA SD/MMC CARD CONTROLLER DRIVER
7174M: Bruce Chang <brucechang@via.com.tw>
7175M: Harald Welte <HaraldWelte@viatech.com>
7176S: Maintained
7177F: drivers/mmc/host/via-sdmmc.c
7178
7179VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
7180M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
7181L: linux-fbdev@vger.kernel.org
7182S: Maintained
7183F: include/linux/via-core.h
7184F: include/linux/via-gpio.h
7185F: include/linux/via_i2c.h
7186F: drivers/video/via/
7187
7188VIA VELOCITY NETWORK DRIVER
7189M: Francois Romieu <romieu@fr.zoreil.com>
7190L: netdev@vger.kernel.org
7191S: Maintained
7192F: drivers/net/ethernet/via/via-velocity.*
7193
7194VLAN (802.1Q)
7195M: Patrick McHardy <kaber@trash.net>
7196L: netdev@vger.kernel.org
7197S: Maintained
7198F: drivers/net/macvlan.c
7199F: include/linux/if_*vlan.h
7200F: net/8021q/
7201
7202VLYNQ BUS
7203M: Florian Fainelli <florian@openwrt.org>
7204L: openwrt-devel@lists.openwrt.org (subscribers-only)
7205S: Maintained
7206F: drivers/vlynq/vlynq.c
7207F: include/linux/vlynq.h
7208
7209VMWARE VMXNET3 ETHERNET DRIVER
7210M: Shreyas Bhatewara <sbhatewara@vmware.com>
7211M: "VMware, Inc." <pv-drivers@vmware.com>
7212L: netdev@vger.kernel.org
7213S: Maintained
7214F: drivers/net/vmxnet3/
7215
7216VMware PVSCSI driver
7217M: Arvind Kumar <arvindkumar@vmware.com>
7218M: VMware PV-Drivers <pv-drivers@vmware.com>
7219L: linux-scsi@vger.kernel.org
7220S: Maintained
7221F: drivers/scsi/vmw_pvscsi.c
7222F: drivers/scsi/vmw_pvscsi.h
7223
7224VOLTAGE AND CURRENT REGULATOR FRAMEWORK
7225M: Liam Girdwood <lrg@ti.com>
7226M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7227W: http://opensource.wolfsonmicro.com/node/15
7228W: http://www.slimlogic.co.uk/?p=48
7229T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
7230S: Supported
7231F: drivers/regulator/
7232F: include/linux/regulator/
7233
7234VT1211 HARDWARE MONITOR DRIVER
7235M: Juerg Haefliger <juergh@gmail.com>
7236L: lm-sensors@lm-sensors.org
7237S: Maintained
7238F: Documentation/hwmon/vt1211
7239F: drivers/hwmon/vt1211.c
7240
7241VT8231 HARDWARE MONITOR DRIVER
7242M: Roger Lucas <vt8231@hiddenengine.co.uk>
7243L: lm-sensors@lm-sensors.org
7244S: Maintained
7245F: drivers/hwmon/vt8231.c
7246
7247VUB300 USB to SDIO/SD/MMC bridge chip
7248M: Tony Olech <tony.olech@elandigitalsystems.com>
7249L: linux-mmc@vger.kernel.org
7250L: linux-usb@vger.kernel.org
7251S: Supported
7252F: drivers/mmc/host/vub300.c
7253
7254W1 DALLAS'S 1-WIRE BUS
7255M: Evgeniy Polyakov <zbr@ioremap.net>
7256S: Maintained
7257F: Documentation/w1/
7258F: drivers/w1/
7259
7260W83791D HARDWARE MONITORING DRIVER
7261M: Marc Hulsman <m.hulsman@tudelft.nl>
7262L: lm-sensors@lm-sensors.org
7263S: Maintained
7264F: Documentation/hwmon/w83791d
7265F: drivers/hwmon/w83791d.c
7266
7267W83793 HARDWARE MONITORING DRIVER
7268M: Rudolf Marek <r.marek@assembler.cz>
7269L: lm-sensors@lm-sensors.org
7270S: Maintained
7271F: Documentation/hwmon/w83793
7272F: drivers/hwmon/w83793.c
7273
7274W83795 HARDWARE MONITORING DRIVER
7275M: Jean Delvare <khali@linux-fr.org>
7276L: lm-sensors@lm-sensors.org
7277S: Maintained
7278F: drivers/hwmon/w83795.c
7279
7280W83L51xD SD/MMC CARD INTERFACE DRIVER
7281M: Pierre Ossman <pierre@ossman.eu>
7282S: Maintained
7283F: drivers/mmc/host/wbsd.*
7284
7285WATCHDOG DEVICE DRIVERS
7286M: Wim Van Sebroeck <wim@iguana.be>
7287L: linux-watchdog@vger.kernel.org
7288W: http://www.linux-watchdog.org/
7289T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
7290S: Maintained
7291F: Documentation/watchdog/
7292F: drivers/watchdog/
7293F: include/linux/watchdog.h
7294
7295WD7000 SCSI DRIVER
7296M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
7297L: linux-scsi@vger.kernel.org
7298S: Maintained
7299F: drivers/scsi/wd7000.c
7300
7301WIIMOTE HID DRIVER
7302M: David Herrmann <dh.herrmann@googlemail.com>
7303L: linux-input@vger.kernel.org
7304S: Maintained
7305F: drivers/hid/hid-wiimote*
7306
7307WINBOND CIR DRIVER
7308M: David Härdeman <david@hardeman.nu>
7309S: Maintained
7310F: drivers/media/rc/winbond-cir.c
7311
7312WIMAX STACK
7313M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7314M: linux-wimax@intel.com
7315L: wimax@linuxwimax.org
7316S: Supported
7317W: http://linuxwimax.org
7318F: Documentation/wimax/README.wimax
7319F: include/linux/wimax.h
7320F: include/linux/wimax/debug.h
7321F: include/net/wimax.h
7322F: net/wimax/
7323
7324WISTRON LAPTOP BUTTON DRIVER
7325M: Miloslav Trmac <mitr@volny.cz>
7326S: Maintained
7327F: drivers/input/misc/wistron_btns.c
7328
7329WL1251 WIRELESS DRIVER
7330M: Luciano Coelho <coelho@ti.com>
7331L: linux-wireless@vger.kernel.org
7332W: http://wireless.kernel.org/en/users/Drivers/wl1251
7333T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7334S: Maintained
7335F: drivers/net/wireless/wl1251/*
7336
7337WL1271 WIRELESS DRIVER
7338M: Luciano Coelho <coelho@ti.com>
7339L: linux-wireless@vger.kernel.org
7340W: http://wireless.kernel.org/en/users/Drivers/wl12xx
7341T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7342S: Maintained
7343F: drivers/net/wireless/wl12xx/
7344F: include/linux/wl12xx.h
7345
7346WL3501 WIRELESS PCMCIA CARD DRIVER
7347M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7348L: linux-wireless@vger.kernel.org
7349W: http://oops.ghostprotocols.net:81/blog
7350S: Maintained
7351F: drivers/net/wireless/wl3501*
7352
7353WM97XX TOUCHSCREEN DRIVERS
7354M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7355M: Liam Girdwood <lrg@slimlogic.co.uk>
7356L: linux-input@vger.kernel.org
7357T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
7358W: http://opensource.wolfsonmicro.com/node/7
7359S: Supported
7360F: drivers/input/touchscreen/*wm97*
7361F: include/linux/wm97xx.h
7362
7363WOLFSON MICROELECTRONICS DRIVERS
7364M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7365M: Ian Lartey <ian@opensource.wolfsonmicro.com>
7366M: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
7367T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
7368T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
7369W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
7370S: Supported
7371F: Documentation/hwmon/wm83??
7372F: arch/arm/mach-s3c64xx/mach-crag6410*
7373F: drivers/leds/leds-wm83*.c
7374F: drivers/input/misc/wm831x-on.c
7375F: drivers/input/touchscreen/wm831x-ts.c
7376F: drivers/input/touchscreen/wm97*.c
7377F: drivers/mfd/wm8*.c
7378F: drivers/power/wm83*.c
7379F: drivers/rtc/rtc-wm83*.c
7380F: drivers/regulator/wm8*.c
7381F: drivers/video/backlight/wm83*_bl.c
7382F: drivers/watchdog/wm83*_wdt.c
7383F: include/linux/mfd/wm831x/
7384F: include/linux/mfd/wm8350/
7385F: include/linux/mfd/wm8400*
7386F: include/linux/wm97xx.h
7387F: include/sound/wm????.h
7388F: sound/soc/codecs/wm*
7389
7390WORKQUEUE
7391M: Tejun Heo <tj@kernel.org>
7392T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
7393S: Maintained
7394F: include/linux/workqueue.h
7395F: kernel/workqueue.c
7396F: Documentation/workqueue.txt
7397
7398X.25 NETWORK LAYER
7399M: Andrew Hendry <andrew.hendry@gmail.com>
7400L: linux-x25@vger.kernel.org
7401S: Odd Fixes
7402F: Documentation/networking/x25*
7403F: include/net/x25*
7404F: net/x25/
7405
7406X86 ARCHITECTURE (32-BIT AND 64-BIT)
7407M: Thomas Gleixner <tglx@linutronix.de>
7408M: Ingo Molnar <mingo@redhat.com>
7409M: "H. Peter Anvin" <hpa@zytor.com>
7410M: x86@kernel.org
7411T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
7412S: Maintained
7413F: Documentation/x86/
7414F: arch/x86/
7415
7416X86 PLATFORM DRIVERS
7417M: Matthew Garrett <mjg@redhat.com>
7418L: platform-driver-x86@vger.kernel.org
7419T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
7420S: Maintained
7421F: drivers/platform/x86
7422
7423X86 MCE INFRASTRUCTURE
7424M: Tony Luck <tony.luck@intel.com>
7425M: Borislav Petkov <bp@amd64.org>
7426L: linux-edac@vger.kernel.org
7427S: Maintained
7428F: arch/x86/kernel/cpu/mcheck/*
7429
7430XEN HYPERVISOR INTERFACE
7431M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7432M: Jeremy Fitzhardinge <jeremy@goop.org>
7433L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7434L: virtualization@lists.linux-foundation.org
7435S: Supported
7436F: arch/x86/xen/
7437F: drivers/*/xen-*front.c
7438F: drivers/xen/
7439F: arch/x86/include/asm/xen/
7440F: include/xen/
7441
7442XEN NETWORK BACKEND DRIVER
7443M: Ian Campbell <ian.campbell@citrix.com>
7444L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7445L: netdev@vger.kernel.org
7446S: Supported
7447F: drivers/net/xen-netback/*
7448
7449XEN PCI SUBSYSTEM
7450M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7451L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7452S: Supported
7453F: arch/x86/pci/*xen*
7454F: drivers/pci/*xen*
7455
7456XEN SWIOTLB SUBSYSTEM
7457M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7458L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7459S: Supported
7460F: arch/x86/xen/*swiotlb*
7461F: drivers/xen/*swiotlb*
7462
7463XFS FILESYSTEM
7464P: Silicon Graphics Inc
7465M: Ben Myers <bpm@sgi.com>
7466M: Alex Elder <elder@kernel.org>
7467M: xfs-masters@oss.sgi.com
7468L: xfs@oss.sgi.com
7469W: http://oss.sgi.com/projects/xfs
7470T: git git://oss.sgi.com/xfs/xfs.git
7471S: Supported
7472F: Documentation/filesystems/xfs.txt
7473F: fs/xfs/
7474
7475XILINX SYSTEMACE DRIVER
7476M: Grant Likely <grant.likely@secretlab.ca>
7477W: http://www.secretlab.ca/
7478S: Maintained
7479F: drivers/block/xsysace.c
7480
7481XILINX UARTLITE SERIAL DRIVER
7482M: Peter Korsgaard <jacmet@sunsite.dk>
7483L: linux-serial@vger.kernel.org
7484S: Maintained
7485F: drivers/tty/serial/uartlite.c
7486
7487YAM DRIVER FOR AX.25
7488M: Jean-Paul Roubelat <jpr@f6fbb.org>
7489L: linux-hams@vger.kernel.org
7490S: Maintained
7491F: drivers/net/hamradio/yam*
7492F: include/linux/yam.h
7493
7494YEALINK PHONE DRIVER
7495M: Henk Vergonet <Henk.Vergonet@gmail.com>
7496L: usbb2k-api-dev@nongnu.org
7497S: Maintained
7498F: Documentation/input/yealink.txt
7499F: drivers/input/misc/yealink.*
7500
7501Z8530 DRIVER FOR AX.25
7502M: Joerg Reuter <jreuter@yaina.de>
7503W: http://yaina.de/jreuter/
7504W: http://www.qsl.net/dl1bke/
7505L: linux-hams@vger.kernel.org
7506S: Maintained
7507F: Documentation/networking/z8530drv.txt
7508F: drivers/net/hamradio/*scc.c
7509F: drivers/net/hamradio/z8530.h
7510
7511ZD1211RW WIRELESS DRIVER
7512M: Daniel Drake <dsd@gentoo.org>
7513M: Ulrich Kunitz <kune@deine-taler.de>
7514W: http://zd1211.ath.cx/wiki/DriverRewrite
7515L: linux-wireless@vger.kernel.org
7516L: zd1211-devs@lists.sourceforge.net (subscribers-only)
7517S: Maintained
7518F: drivers/net/wireless/zd1211rw/
7519
7520ZR36067 VIDEO FOR LINUX DRIVER
7521L: mjpeg-users@lists.sourceforge.net
7522L: linux-media@vger.kernel.org
7523W: http://mjpeg.sourceforge.net/driver-zoran/
7524T: Mercurial http://linuxtv.org/hg/v4l-dvb
7525S: Odd Fixes
7526F: drivers/media/video/zoran/
7527
7528ZS DECSTATION Z85C30 SERIAL DRIVER
7529M: "Maciej W. Rozycki" <macro@linux-mips.org>
7530S: Maintained
7531F: drivers/tty/serial/zs.*
7532
7533THE REST
7534M: Linus Torvalds <torvalds@linux-foundation.org>
7535L: linux-kernel@vger.kernel.org
7536Q: http://patchwork.kernel.org/project/LKML/list/
7537T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
7538S: Buried alive in reporters
7539F: *
7540F: */