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