Root/MAINTAINERS

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

Archive Download this file



interactive