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