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