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