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