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