usb: gadget: r8a66597-udc: use dev_*() instead of printk()
[deliverable/linux.git] / MAINTAINERS
... / ...
CommitLineData
1
2
3 List of maintainers and how to submit kernel changes
4
5Please try to follow the guidelines below. This will make things
6easier on the maintainers. Not all of these guidelines matter for every
7trivial patch so apply some common sense.
8
91. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
122. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
203. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
244. When you are happy with a change make it generally available for
25 testing and await feedback.
26
275. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trival style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the OSDL certificate of contribution and should include a
55 Signed-off-by: line. The current version of this "Developer's
56 Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
596. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
637. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
678. Happy hacking.
68
69Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 L: Mailing list that is relevant to this area
74 W: Web-page with status/info
75 Q: Patchwork web based patch tracking system site
76 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
77 S: Status, one of the following:
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87 F: Files and directories with wildcard patterns.
88 A trailing slash includes all files and subdirectory files.
89 F: drivers/net/ all files in and below drivers/net
90 F: drivers/net/* all files in drivers/net, but not below
91 F: */net/* all files in "any top level directory"/net
92 One pattern per line. Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94 Files exclusions are tested before file matches.
95 Can be useful for excluding a specific subdirectory, for instance:
96 F: net/
97 X: net/ipv6/
98 matches all files in and below net excluding net/ipv6/
99 K: Keyword perl extended regex pattern to match content in a
100 patch or file. For instance:
101 K: of_get_profile
102 matches patches or files that contain "of_get_profile"
103 K: \b(printk|pr_(info|err))\b
104 matches patches or files that contain one or more of the words
105 printk, pr_info or pr_err
106 One regex pattern per line. Multiple K: lines acceptable.
107
108Note: For the hard of thinking, this list is meant to remain in alphabetical
109order. If you could add yourselves to it in alphabetical order that would be
110so much easier [Ed]
111
112Maintainers List (try to look for most precise areas first)
113
114 -----------------------------------
115
1163C505 NETWORK DRIVER
117M: Philip Blundell <philb@gnu.org>
118L: netdev@vger.kernel.org
119S: Maintained
120F: drivers/net/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>
1281M: Jie Yang <jie.yang@atheros.com>
1282L: netdev@vger.kernel.org
1283W: http://sourceforge.net/projects/atl1
1284W: http://atl1.sourceforge.net
1285S: Maintained
1286F: drivers/net/atlx/
1287
1288ATM
1289M: Chas Williams <chas@cmf.nrl.navy.mil>
1290L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1291L: netdev@vger.kernel.org
1292W: http://linux-atm.sourceforge.net
1293S: Maintained
1294F: drivers/atm/
1295F: include/linux/atm*
1296
1297ATMEL AT91 MCI DRIVER
1298M: Nicolas Ferre <nicolas.ferre@atmel.com>
1299L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1300W: http://www.atmel.com/products/AT91/
1301W: http://www.at91.com/
1302S: Maintained
1303F: drivers/mmc/host/at91_mci.c
1304
1305ATMEL AT91 / AT32 MCI DRIVER
1306M: Nicolas Ferre <nicolas.ferre@atmel.com>
1307S: Maintained
1308F: drivers/mmc/host/atmel-mci.c
1309F: drivers/mmc/host/atmel-mci-regs.h
1310
1311ATMEL AT91 / AT32 SERIAL DRIVER
1312M: Nicolas Ferre <nicolas.ferre@atmel.com>
1313S: Supported
1314F: drivers/tty/serial/atmel_serial.c
1315
1316ATMEL LCDFB DRIVER
1317M: Nicolas Ferre <nicolas.ferre@atmel.com>
1318L: linux-fbdev@vger.kernel.org
1319S: Maintained
1320F: drivers/video/atmel_lcdfb.c
1321F: include/video/atmel_lcdc.h
1322
1323ATMEL MACB ETHERNET DRIVER
1324M: Nicolas Ferre <nicolas.ferre@atmel.com>
1325S: Supported
1326F: drivers/net/macb.*
1327
1328ATMEL SPI DRIVER
1329M: Nicolas Ferre <nicolas.ferre@atmel.com>
1330S: Supported
1331F: drivers/spi/atmel_spi.*
1332
1333ATMEL USBA UDC DRIVER
1334M: Nicolas Ferre <nicolas.ferre@atmel.com>
1335L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1337S: Supported
1338F: drivers/usb/gadget/atmel_usba_udc.*
1339
1340ATMEL WIRELESS DRIVER
1341M: Simon Kelley <simon@thekelleys.org.uk>
1342L: linux-wireless@vger.kernel.org
1343W: http://www.thekelleys.org.uk/atmel
1344W: http://atmelwlandriver.sourceforge.net/
1345S: Maintained
1346F: drivers/net/wireless/atmel*
1347
1348AUDIT SUBSYSTEM
1349M: Al Viro <viro@zeniv.linux.org.uk>
1350M: Eric Paris <eparis@redhat.com>
1351L: linux-audit@redhat.com (subscribers-only)
1352W: http://people.redhat.com/sgrubb/audit/
1353T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1354S: Maintained
1355F: include/linux/audit.h
1356F: kernel/audit*
1357
1358AUXILIARY DISPLAY DRIVERS
1359M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1360W: http://miguelojeda.es/auxdisplay.htm
1361W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1362S: Maintained
1363F: drivers/auxdisplay/
1364F: include/linux/cfag12864b.h
1365
1366AVR32 ARCHITECTURE
1367M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1368M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1369W: http://www.atmel.com/products/AVR32/
1370W: http://avr32linux.org/
1371W: http://avrfreaks.net/
1372S: Maintained
1373F: arch/avr32/
1374
1375AVR32/AT32AP MACHINE SUPPORT
1376M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1377M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1378S: Maintained
1379F: arch/avr32/mach-at32ap/
1380
1381AX.25 NETWORK LAYER
1382M: Ralf Baechle <ralf@linux-mips.org>
1383L: linux-hams@vger.kernel.org
1384W: http://www.linux-ax25.org/
1385S: Maintained
1386F: include/linux/ax25.h
1387F: include/net/ax25.h
1388F: net/ax25/
1389
1390B43 WIRELESS DRIVER
1391M: Stefano Brivio <stefano.brivio@polimi.it>
1392L: linux-wireless@vger.kernel.org
1393W: http://linuxwireless.org/en/users/Drivers/b43
1394S: Maintained
1395F: drivers/net/wireless/b43/
1396
1397B43LEGACY WIRELESS DRIVER
1398M: Larry Finger <Larry.Finger@lwfinger.net>
1399M: Stefano Brivio <stefano.brivio@polimi.it>
1400L: linux-wireless@vger.kernel.org
1401W: http://linuxwireless.org/en/users/Drivers/b43
1402S: Maintained
1403F: drivers/net/wireless/b43legacy/
1404
1405BACKLIGHT CLASS/SUBSYSTEM
1406M: Richard Purdie <rpurdie@rpsys.net>
1407S: Maintained
1408F: drivers/video/backlight/
1409F: include/linux/backlight.h
1410
1411BATMAN ADVANCED
1412M: Marek Lindner <lindner_marek@yahoo.de>
1413M: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1414L: b.a.t.m.a.n@lists.open-mesh.org
1415W: http://www.open-mesh.org/
1416S: Maintained
1417F: net/batman-adv/
1418
1419BAYCOM/HDLCDRV DRIVERS FOR AX.25
1420M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1421L: linux-hams@vger.kernel.org
1422W: http://www.baycom.org/~tom/ham/ham.html
1423S: Maintained
1424F: drivers/net/hamradio/baycom*
1425
1426BEFS FILE SYSTEM
1427S: Orphan
1428F: Documentation/filesystems/befs.txt
1429F: fs/befs/
1430
1431BFS FILE SYSTEM
1432M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1433S: Maintained
1434F: Documentation/filesystems/bfs.txt
1435F: fs/bfs/
1436F: include/linux/bfs_fs.h
1437
1438BLACKFIN ARCHITECTURE
1439M: Mike Frysinger <vapier@gentoo.org>
1440L: uclinux-dist-devel@blackfin.uclinux.org
1441W: http://blackfin.uclinux.org
1442S: Supported
1443F: arch/blackfin/
1444
1445BLACKFIN EMAC DRIVER
1446L: uclinux-dist-devel@blackfin.uclinux.org
1447W: http://blackfin.uclinux.org
1448S: Supported
1449F: drivers/net/bfin_mac.*
1450
1451BLACKFIN RTC DRIVER
1452M: Mike Frysinger <vapier.adi@gmail.com>
1453L: uclinux-dist-devel@blackfin.uclinux.org
1454W: http://blackfin.uclinux.org
1455S: Supported
1456F: drivers/rtc/rtc-bfin.c
1457
1458BLACKFIN SDH DRIVER
1459M: Cliff Cai <cliff.cai@analog.com>
1460L: uclinux-dist-devel@blackfin.uclinux.org
1461W: http://blackfin.uclinux.org
1462S: Supported
1463F: drivers/mmc/host/bfin_sdh.c
1464
1465BLACKFIN SERIAL DRIVER
1466M: Sonic Zhang <sonic.zhang@analog.com>
1467L: uclinux-dist-devel@blackfin.uclinux.org
1468W: http://blackfin.uclinux.org
1469S: Supported
1470F: drivers/tty/serial/bfin_5xx.c
1471
1472BLACKFIN WATCHDOG DRIVER
1473M: Mike Frysinger <vapier.adi@gmail.com>
1474L: uclinux-dist-devel@blackfin.uclinux.org
1475W: http://blackfin.uclinux.org
1476S: Supported
1477F: drivers/watchdog/bfin_wdt.c
1478
1479BLACKFIN I2C TWI DRIVER
1480M: Sonic Zhang <sonic.zhang@analog.com>
1481L: uclinux-dist-devel@blackfin.uclinux.org
1482W: http://blackfin.uclinux.org/
1483S: Supported
1484F: drivers/i2c/busses/i2c-bfin-twi.c
1485
1486BLOCK LAYER
1487M: Jens Axboe <axboe@kernel.dk>
1488T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1489S: Maintained
1490F: block/
1491
1492BLOCK2MTD DRIVER
1493M: Joern Engel <joern@lazybastard.org>
1494L: linux-mtd@lists.infradead.org
1495S: Maintained
1496F: drivers/mtd/devices/block2mtd.c
1497
1498BLUETOOTH DRIVERS
1499M: Marcel Holtmann <marcel@holtmann.org>
1500M: "Gustavo F. Padovan" <padovan@profusion.mobi>
1501L: linux-bluetooth@vger.kernel.org
1502W: http://www.bluez.org/
1503T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1504S: Maintained
1505F: drivers/bluetooth/
1506
1507BLUETOOTH SUBSYSTEM
1508M: Marcel Holtmann <marcel@holtmann.org>
1509M: "Gustavo F. Padovan" <padovan@profusion.mobi>
1510L: linux-bluetooth@vger.kernel.org
1511W: http://www.bluez.org/
1512T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1513S: Maintained
1514F: net/bluetooth/
1515F: include/net/bluetooth/
1516
1517BONDING DRIVER
1518M: Jay Vosburgh <fubar@us.ibm.com>
1519M: Andy Gospodarek <andy@greyhouse.net>
1520L: netdev@vger.kernel.org
1521W: http://sourceforge.net/projects/bonding/
1522S: Supported
1523F: drivers/net/bonding/
1524F: include/linux/if_bonding.h
1525
1526BROADCOM B44 10/100 ETHERNET DRIVER
1527M: Gary Zambrano <zambrano@broadcom.com>
1528L: netdev@vger.kernel.org
1529S: Supported
1530F: drivers/net/b44.*
1531
1532BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1533M: Michael Chan <mchan@broadcom.com>
1534L: netdev@vger.kernel.org
1535S: Supported
1536F: drivers/net/bnx2.*
1537F: drivers/net/bnx2_*
1538
1539BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1540M: Eilon Greenstein <eilong@broadcom.com>
1541L: netdev@vger.kernel.org
1542S: Supported
1543F: drivers/net/bnx2x/
1544
1545BROADCOM TG3 GIGABIT ETHERNET DRIVER
1546M: Matt Carlson <mcarlson@broadcom.com>
1547M: Michael Chan <mchan@broadcom.com>
1548L: netdev@vger.kernel.org
1549S: Supported
1550F: drivers/net/tg3.*
1551
1552BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1553M: Brett Rudley <brudley@broadcom.com>
1554M: Henry Ptasinski <henryp@broadcom.com>
1555M: Roland Vossen <rvossen@broadcom.com>
1556M: Arend van Spriel <arend@broadcom.com>
1557M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
1558M: Kan Yan <kanyan@broadcom.com>
1559L: linux-wireless@vger.kernel.org
1560S: Supported
1561F: drivers/staging/brcm80211/
1562
1563BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1564M: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
1565L: linux-scsi@vger.kernel.org
1566S: Supported
1567F: drivers/scsi/bnx2fc/
1568
1569BROCADE BFA FC SCSI DRIVER
1570M: Jing Huang <huangj@brocade.com>
1571L: linux-scsi@vger.kernel.org
1572S: Supported
1573F: drivers/scsi/bfa/
1574
1575BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1576M: Rasesh Mody <rmody@brocade.com>
1577M: Debashis Dutt <ddutt@brocade.com>
1578L: netdev@vger.kernel.org
1579S: Supported
1580F: drivers/net/bna/
1581
1582BSG (block layer generic sg v4 driver)
1583M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1584L: linux-scsi@vger.kernel.org
1585S: Supported
1586F: block/bsg.c
1587F: include/linux/bsg.h
1588
1589BT87X AUDIO DRIVER
1590M: Clemens Ladisch <clemens@ladisch.de>
1591L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1592T: git git://git.alsa-project.org/alsa-kernel.git
1593S: Maintained
1594F: Documentation/sound/alsa/Bt87x.txt
1595F: sound/pci/bt87x.c
1596
1597BT8XXGPIO DRIVER
1598M: Michael Buesch <m@bues.ch>
1599W: http://bu3sch.de/btgpio.php
1600S: Maintained
1601F: drivers/gpio/bt8xxgpio.c
1602
1603BTRFS FILE SYSTEM
1604M: Chris Mason <chris.mason@oracle.com>
1605L: linux-btrfs@vger.kernel.org
1606W: http://btrfs.wiki.kernel.org/
1607Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1608T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1609S: Maintained
1610F: Documentation/filesystems/btrfs.txt
1611F: fs/btrfs/
1612
1613BTTV VIDEO4LINUX DRIVER
1614M: Mauro Carvalho Chehab <mchehab@infradead.org>
1615L: linux-media@vger.kernel.org
1616W: http://linuxtv.org
1617T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1618S: Maintained
1619F: Documentation/video4linux/bttv/
1620F: drivers/media/video/bt8xx/bttv*
1621
1622C-MEDIA CMI8788 DRIVER
1623M: Clemens Ladisch <clemens@ladisch.de>
1624L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1625T: git git://git.alsa-project.org/alsa-kernel.git
1626S: Maintained
1627F: sound/pci/oxygen/
1628
1629CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1630M: David Howells <dhowells@redhat.com>
1631L: linux-cachefs@redhat.com
1632S: Supported
1633F: Documentation/filesystems/caching/cachefiles.txt
1634F: fs/cachefiles/
1635
1636CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1637M: Jonathan Corbet <corbet@lwn.net>
1638L: linux-media@vger.kernel.org
1639T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1640S: Maintained
1641F: Documentation/video4linux/cafe_ccic
1642F: drivers/media/video/cafe_ccic*
1643
1644CAIF NETWORK LAYER
1645M: Sjur Braendeland <sjur.brandeland@stericsson.com>
1646L: netdev@vger.kernel.org
1647S: Supported
1648F: Documentation/networking/caif/
1649F: drivers/net/caif/
1650F: include/linux/caif/
1651F: include/net/caif/
1652F: net/caif/
1653
1654CALGARY x86-64 IOMMU
1655M: Muli Ben-Yehuda <muli@il.ibm.com>
1656M: "Jon D. Mason" <jdmason@kudzu.us>
1657L: discuss@x86-64.org
1658S: Maintained
1659F: arch/x86/kernel/pci-calgary_64.c
1660F: arch/x86/kernel/tce_64.c
1661F: arch/x86/include/asm/calgary.h
1662F: arch/x86/include/asm/tce.h
1663
1664CAN NETWORK LAYER
1665M: Oliver Hartkopp <socketcan@hartkopp.net>
1666M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1667M: Urs Thuermann <urs.thuermann@volkswagen.de>
1668L: socketcan-core@lists.berlios.de (subscribers-only)
1669L: netdev@vger.kernel.org
1670W: http://developer.berlios.de/projects/socketcan/
1671S: Maintained
1672F: net/can/
1673F: include/linux/can.h
1674F: include/linux/can/core.h
1675F: include/linux/can/bcm.h
1676F: include/linux/can/raw.h
1677
1678CAN NETWORK DRIVERS
1679M: Wolfgang Grandegger <wg@grandegger.com>
1680L: socketcan-core@lists.berlios.de (subscribers-only)
1681L: netdev@vger.kernel.org
1682W: http://developer.berlios.de/projects/socketcan/
1683S: Maintained
1684F: drivers/net/can/
1685F: include/linux/can/dev.h
1686F: include/linux/can/error.h
1687F: include/linux/can/netlink.h
1688F: include/linux/can/platform/
1689
1690CELL BROADBAND ENGINE ARCHITECTURE
1691M: Arnd Bergmann <arnd@arndb.de>
1692L: linuxppc-dev@lists.ozlabs.org
1693L: cbe-oss-dev@lists.ozlabs.org
1694W: http://www.ibm.com/developerworks/power/cell/
1695S: Supported
1696F: arch/powerpc/include/asm/cell*.h
1697F: arch/powerpc/include/asm/spu*.h
1698F: arch/powerpc/oprofile/*cell*
1699F: arch/powerpc/platforms/cell/
1700
1701CEPH DISTRIBUTED FILE SYSTEM CLIENT
1702M: Sage Weil <sage@newdream.net>
1703L: ceph-devel@vger.kernel.org
1704W: http://ceph.newdream.net/
1705T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1706S: Supported
1707F: Documentation/filesystems/ceph.txt
1708F: fs/ceph
1709F: net/ceph
1710F: include/linux/ceph
1711
1712CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1713L: linux-usb@vger.kernel.org
1714S: Orphan
1715F: Documentation/usb/WUSB-Design-overview.txt
1716F: Documentation/usb/wusb-cbaf
1717F: drivers/usb/host/hwa-hc.c
1718F: drivers/usb/host/whci/
1719F: drivers/usb/wusbcore/
1720F: include/linux/usb/wusb*
1721
1722CFAG12864B LCD DRIVER
1723M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1724W: http://miguelojeda.es/auxdisplay.htm
1725W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1726S: Maintained
1727F: drivers/auxdisplay/cfag12864b.c
1728F: include/linux/cfag12864b.h
1729
1730CFAG12864BFB LCD FRAMEBUFFER DRIVER
1731M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1732W: http://miguelojeda.es/auxdisplay.htm
1733W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1734S: Maintained
1735F: drivers/auxdisplay/cfag12864bfb.c
1736F: include/linux/cfag12864b.h
1737
1738CFG80211 and NL80211
1739M: Johannes Berg <johannes@sipsolutions.net>
1740L: linux-wireless@vger.kernel.org
1741S: Maintained
1742F: include/linux/nl80211.h
1743F: include/net/cfg80211.h
1744F: net/wireless/*
1745X: net/wireless/wext*
1746
1747CHECKPATCH
1748M: Andy Whitcroft <apw@canonical.com>
1749S: Supported
1750F: scripts/checkpatch.pl
1751
1752CHINESE DOCUMENTATION
1753M: Harry Wei <harryxiyou@gmail.com>
1754L: xiyoulinuxkernelgroup@googlegroups.com
1755L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
1756S: Maintained
1757F: Documentation/zh_CN/
1758
1759CISCO VIC ETHERNET NIC DRIVER
1760M: Christian Benvenuti <benve@cisco.com>
1761M: Vasanthy Kolluri <vkolluri@cisco.com>
1762M: Roopa Prabhu <roprabhu@cisco.com>
1763M: David Wang <dwang2@cisco.com>
1764S: Supported
1765F: drivers/net/enic/
1766
1767CIRRUS LOGIC EP93XX ETHERNET DRIVER
1768M: Hartley Sweeten <hsweeten@visionengravers.com>
1769L: netdev@vger.kernel.org
1770S: Maintained
1771F: drivers/net/arm/ep93xx_eth.c
1772
1773CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1774M: Lennert Buytenhek <kernel@wantstofly.org>
1775L: linux-usb@vger.kernel.org
1776S: Maintained
1777F: drivers/usb/host/ohci-ep93xx.c
1778
1779CIRRUS LOGIC CS4270 SOUND DRIVER
1780M: Timur Tabi <timur@freescale.com>
1781L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1782S: Supported
1783F: sound/soc/codecs/cs4270*
1784
1785CLK API
1786M: Russell King <linux@arm.linux.org.uk>
1787F: include/linux/clk.h
1788
1789CISCO FCOE HBA DRIVER
1790M: Abhijeet Joglekar <abjoglek@cisco.com>
1791M: Venkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com>
1792M: Brian Uchino <buchino@cisco.com>
1793L: linux-scsi@vger.kernel.org
1794S: Supported
1795F: drivers/scsi/fnic/
1796
1797CMPC ACPI DRIVER
1798M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1799M: Daniel Oliveira Nascimento <don@syst.com.br>
1800L: platform-driver-x86@vger.kernel.org
1801S: Supported
1802F: drivers/platform/x86/classmate-laptop.c
1803
1804COCCINELLE/Semantic Patches (SmPL)
1805M: Julia Lawall <julia@diku.dk>
1806M: Gilles Muller <Gilles.Muller@lip6.fr>
1807M: Nicolas Palix <npalix.work@gmail.com>
1808L: cocci@diku.dk (moderated for non-subscribers)
1809W: http://coccinelle.lip6.fr/
1810S: Supported
1811F: scripts/coccinelle/
1812F: scripts/coccicheck
1813
1814CODA FILE SYSTEM
1815M: Jan Harkes <jaharkes@cs.cmu.edu>
1816M: coda@cs.cmu.edu
1817L: codalist@coda.cs.cmu.edu
1818W: http://www.coda.cs.cmu.edu/
1819S: Maintained
1820F: Documentation/filesystems/coda.txt
1821F: fs/coda/
1822F: include/linux/coda*.h
1823
1824COMMON INTERNET FILE SYSTEM (CIFS)
1825M: Steve French <sfrench@samba.org>
1826L: linux-cifs@vger.kernel.org
1827L: samba-technical@lists.samba.org (moderated for non-subscribers)
1828W: http://linux-cifs.samba.org/
1829Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1830T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1831S: Supported
1832F: Documentation/filesystems/cifs.txt
1833F: fs/cifs/
1834
1835COMPACTPCI HOTPLUG CORE
1836M: Scott Murray <scott@spiteful.org>
1837L: linux-pci@vger.kernel.org
1838S: Maintained
1839F: drivers/pci/hotplug/cpci_hotplug*
1840
1841COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1842M: Scott Murray <scott@spiteful.org>
1843L: linux-pci@vger.kernel.org
1844S: Maintained
1845F: drivers/pci/hotplug/cpcihp_zt5550.*
1846
1847COMPACTPCI HOTPLUG GENERIC DRIVER
1848M: Scott Murray <scott@spiteful.org>
1849L: linux-pci@vger.kernel.org
1850S: Maintained
1851F: drivers/pci/hotplug/cpcihp_generic.c
1852
1853COMPAL LAPTOP SUPPORT
1854M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1855L: platform-driver-x86@vger.kernel.org
1856S: Maintained
1857F: drivers/platform/x86/compal-laptop.c
1858
1859COMPUTONE INTELLIPORT MULTIPORT CARD
1860W: http://www.wittsend.com/computone.html
1861S: Orphan
1862F: Documentation/serial/computone.txt
1863F: drivers/staging/tty/ip2/
1864
1865CONEXANT ACCESSRUNNER USB DRIVER
1866M: Simon Arlott <cxacru@fire.lp0.eu>
1867L: accessrunner-general@lists.sourceforge.net
1868W: http://accessrunner.sourceforge.net/
1869S: Maintained
1870F: drivers/usb/atm/cxacru.c
1871
1872CONFIGFS
1873M: Joel Becker <jlbec@evilplan.org>
1874T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1875S: Supported
1876F: fs/configfs/
1877F: include/linux/configfs.h
1878
1879CONNECTOR
1880M: Evgeniy Polyakov <zbr@ioremap.net>
1881L: netdev@vger.kernel.org
1882S: Maintained
1883F: drivers/connector/
1884
1885CONTROL GROUPS (CGROUPS)
1886M: Paul Menage <paul@paulmenage.org>
1887M: Li Zefan <lizf@cn.fujitsu.com>
1888L: containers@lists.linux-foundation.org
1889S: Maintained
1890F: include/linux/cgroup*
1891F: kernel/cgroup*
1892F: mm/*cgroup*
1893
1894CORETEMP HARDWARE MONITORING DRIVER
1895M: Fenghua Yu <fenghua.yu@intel.com>
1896L: lm-sensors@lm-sensors.org
1897S: Maintained
1898F: Documentation/hwmon/coretemp
1899F: drivers/hwmon/coretemp.c
1900
1901COSA/SRP SYNC SERIAL DRIVER
1902M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1903W: http://www.fi.muni.cz/~kas/cosa/
1904S: Maintained
1905F: drivers/net/wan/cosa*
1906
1907CPMAC ETHERNET DRIVER
1908M: Florian Fainelli <florian@openwrt.org>
1909L: netdev@vger.kernel.org
1910S: Maintained
1911F: drivers/net/cpmac.c
1912
1913CPU FREQUENCY DRIVERS
1914M: Dave Jones <davej@redhat.com>
1915L: cpufreq@vger.kernel.org
1916W: http://www.codemonkey.org.uk/projects/cpufreq/
1917T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1918S: Maintained
1919F: drivers/cpufreq/
1920F: include/linux/cpufreq.h
1921
1922CPUID/MSR DRIVER
1923M: "H. Peter Anvin" <hpa@zytor.com>
1924S: Maintained
1925F: arch/x86/kernel/cpuid.c
1926F: arch/x86/kernel/msr.c
1927
1928CPU POWER MONITORING SUBSYSTEM
1929M: Dominik Brodowski <linux@dominikbrodowski.net>
1930M: Thomas Renninger <trenn@suse.de>
1931S: Maintained
1932F: tools/power/cpupower
1933
1934CPUSETS
1935M: Paul Menage <paul@paulmenage.org>
1936W: http://www.bullopensource.org/cpuset/
1937W: http://oss.sgi.com/projects/cpusets/
1938S: Supported
1939F: Documentation/cgroups/cpusets.txt
1940F: include/linux/cpuset.h
1941F: kernel/cpuset.c
1942
1943CRAMFS FILESYSTEM
1944W: http://sourceforge.net/projects/cramfs/
1945S: Orphan
1946F: Documentation/filesystems/cramfs.txt
1947F: fs/cramfs/
1948
1949CRIS PORT
1950M: Mikael Starvik <starvik@axis.com>
1951M: Jesper Nilsson <jesper.nilsson@axis.com>
1952L: linux-cris-kernel@axis.com
1953W: http://developer.axis.com
1954S: Maintained
1955F: arch/cris/
1956F: drivers/tty/serial/crisv10.*
1957
1958CRYPTO API
1959M: Herbert Xu <herbert@gondor.apana.org.au>
1960M: "David S. Miller" <davem@davemloft.net>
1961L: linux-crypto@vger.kernel.org
1962T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1963S: Maintained
1964F: Documentation/crypto/
1965F: arch/*/crypto/
1966F: crypto/
1967F: drivers/crypto/
1968F: include/crypto/
1969
1970CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1971M: Neil Horman <nhorman@tuxdriver.com>
1972L: linux-crypto@vger.kernel.org
1973S: Maintained
1974F: crypto/ansi_cprng.c
1975F: crypto/rng.c
1976
1977CS5535 Audio ALSA driver
1978M: Jaya Kumar <jayakumar.alsa@gmail.com>
1979S: Maintained
1980F: sound/pci/cs5535audio/
1981
1982CX18 VIDEO4LINUX DRIVER
1983M: Andy Walls <awalls@md.metrocast.net>
1984L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1985L: linux-media@vger.kernel.org
1986T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1987W: http://linuxtv.org
1988W: http://www.ivtvdriver.org/index.php/Cx18
1989S: Maintained
1990F: Documentation/video4linux/cx18.txt
1991F: drivers/media/video/cx18/
1992
1993CXGB3 ETHERNET DRIVER (CXGB3)
1994M: Divy Le Ray <divy@chelsio.com>
1995L: netdev@vger.kernel.org
1996W: http://www.chelsio.com
1997S: Supported
1998F: drivers/net/cxgb3/
1999
2000CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2001M: Steve Wise <swise@chelsio.com>
2002L: linux-rdma@vger.kernel.org
2003W: http://www.openfabrics.org
2004S: Supported
2005F: drivers/infiniband/hw/cxgb3/
2006
2007CXGB4 ETHERNET DRIVER (CXGB4)
2008M: Dimitris Michailidis <dm@chelsio.com>
2009L: netdev@vger.kernel.org
2010W: http://www.chelsio.com
2011S: Supported
2012F: drivers/net/cxgb4/
2013
2014CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2015M: Steve Wise <swise@chelsio.com>
2016L: linux-rdma@vger.kernel.org
2017W: http://www.openfabrics.org
2018S: Supported
2019F: drivers/infiniband/hw/cxgb4/
2020
2021CXGB4VF ETHERNET DRIVER (CXGB4VF)
2022M: Casey Leedom <leedom@chelsio.com>
2023L: netdev@vger.kernel.org
2024W: http://www.chelsio.com
2025S: Supported
2026F: drivers/net/cxgb4vf/
2027
2028STMMAC ETHERNET DRIVER
2029M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
2030L: netdev@vger.kernel.org
2031W: http://www.stlinux.com
2032S: Supported
2033F: drivers/net/stmmac/
2034
2035CYBERPRO FB DRIVER
2036M: Russell King <linux@arm.linux.org.uk>
2037L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2038W: http://www.arm.linux.org.uk/
2039S: Maintained
2040F: drivers/video/cyber2000fb.*
2041
2042CYCLADES 2X SYNC CARD DRIVER
2043M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2044W: http://oops.ghostprotocols.net:81/blog
2045S: Maintained
2046F: drivers/net/wan/cycx*
2047
2048CYCLADES ASYNC MUX DRIVER
2049W: http://www.cyclades.com/
2050S: Orphan
2051F: drivers/tty/cyclades.c
2052F: include/linux/cyclades.h
2053
2054CYCLADES PC300 DRIVER
2055W: http://www.cyclades.com/
2056S: Orphan
2057F: drivers/net/wan/pc300*
2058
2059DAMA SLAVE for AX.25
2060M: Joerg Reuter <jreuter@yaina.de>
2061W: http://yaina.de/jreuter/
2062W: http://www.qsl.net/dl1bke/
2063L: linux-hams@vger.kernel.org
2064S: Maintained
2065F: net/ax25/af_ax25.c
2066F: net/ax25/ax25_dev.c
2067F: net/ax25/ax25_ds_*
2068F: net/ax25/ax25_in.c
2069F: net/ax25/ax25_out.c
2070F: net/ax25/ax25_timer.c
2071F: net/ax25/sysctl_net_ax25.c
2072
2073DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2074L: netdev@vger.kernel.org
2075S: Orphan
2076F: Documentation/networking/dmfe.txt
2077F: drivers/net/tulip/dmfe.c
2078
2079DC390/AM53C974 SCSI driver
2080M: Kurt Garloff <garloff@suse.de>
2081W: http://www.garloff.de/kurt/linux/dc390/
2082M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2083S: Maintained
2084F: drivers/scsi/tmscsim.*
2085
2086DC395x SCSI driver
2087M: Oliver Neukum <oliver@neukum.name>
2088M: Ali Akcaagac <aliakc@web.de>
2089M: Jamie Lenehan <lenehan@twibble.org>
2090W: http://twibble.org/dist/dc395x/
2091L: dc395x@twibble.org
2092L: http://lists.twibble.org/mailman/listinfo/dc395x/
2093S: Maintained
2094F: Documentation/scsi/dc395x.txt
2095F: drivers/scsi/dc395x.*
2096
2097DCCP PROTOCOL
2098M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2099L: dccp@vger.kernel.org
2100W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2101S: Maintained
2102F: include/linux/dccp.h
2103F: include/linux/tfrc.h
2104F: net/dccp/
2105
2106DECnet NETWORK LAYER
2107W: http://linux-decnet.sourceforge.net
2108L: linux-decnet-user@lists.sourceforge.net
2109S: Orphan
2110F: Documentation/networking/decnet.txt
2111F: net/decnet/
2112
2113DEFXX FDDI NETWORK DRIVER
2114M: "Maciej W. Rozycki" <macro@linux-mips.org>
2115S: Maintained
2116F: drivers/net/defxx.*
2117
2118DELL LAPTOP DRIVER
2119M: Matthew Garrett <mjg59@srcf.ucam.org>
2120L: platform-driver-x86@vger.kernel.org
2121S: Maintained
2122F: drivers/platform/x86/dell-laptop.c
2123
2124DELL LAPTOP SMM DRIVER
2125M: Massimo Dal Zotto <dz@debian.org>
2126W: http://www.debian.org/~dz/i8k/
2127S: Maintained
2128F: drivers/char/i8k.c
2129F: include/linux/i8k.h
2130
2131DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2132M: Doug Warzecha <Douglas_Warzecha@dell.com>
2133S: Maintained
2134F: Documentation/dcdbas.txt
2135F: drivers/firmware/dcdbas.*
2136
2137DELL WMI EXTRAS DRIVER
2138M: Matthew Garrett <mjg59@srcf.ucam.org>
2139S: Maintained
2140F: drivers/platform/x86/dell-wmi.c
2141
2142DESIGNWARE USB3 DRD IP DRIVER
2143M: Felipe Balbi <balbi@ti.com>
2144L: linux-usb@vger.kernel.org
2145L: linux-omap@vger.kernel.org
2146T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2147S: Maintained
2148F: drivers/usb/dwc3/
2149
2150DEVICE NUMBER REGISTRY
2151M: Torben Mathiasen <device@lanana.org>
2152W: http://lanana.org/docs/device-list/index.html
2153S: Maintained
2154
2155DEVICE-MAPPER (LVM)
2156P: Alasdair Kergon
2157L: dm-devel@redhat.com
2158W: http://sources.redhat.com/dm
2159Q: http://patchwork.kernel.org/project/dm-devel/list/
2160S: Maintained
2161F: Documentation/device-mapper/
2162F: drivers/md/dm*
2163F: include/linux/device-mapper.h
2164F: include/linux/dm-*.h
2165
2166DIGI INTL. EPCA DRIVER
2167M: "Digi International, Inc" <Eng.Linux@digi.com>
2168L: Eng.Linux@digi.com
2169W: http://www.digi.com
2170S: Orphan
2171F: Documentation/serial/digiepca.txt
2172F: drivers/staging/tty/epca*
2173F: drivers/staging/tty/digi*
2174
2175DIOLAN U2C-12 I2C DRIVER
2176M: Guenter Roeck <guenter.roeck@ericsson.com>
2177L: linux-i2c@vger.kernel.org
2178S: Maintained
2179F: drivers/i2c/busses/i2c-diolan-u2c.c
2180
2181DIRECTORY NOTIFICATION (DNOTIFY)
2182M: Eric Paris <eparis@parisplace.org>
2183S: Maintained
2184F: Documentation/filesystems/dnotify.txt
2185F: fs/notify/dnotify/
2186F: include/linux/dnotify.h
2187
2188DISK GEOMETRY AND PARTITION HANDLING
2189M: Andries Brouwer <aeb@cwi.nl>
2190W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2191W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2192W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2193S: Maintained
2194
2195DISKQUOTA
2196M: Jan Kara <jack@suse.cz>
2197S: Maintained
2198F: Documentation/filesystems/quota.txt
2199F: fs/quota/
2200F: include/linux/quota*.h
2201
2202DISTRIBUTED LOCK MANAGER (DLM)
2203M: Christine Caulfield <ccaulfie@redhat.com>
2204M: David Teigland <teigland@redhat.com>
2205L: cluster-devel@redhat.com
2206W: http://sources.redhat.com/cluster/
2207T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2208S: Supported
2209F: fs/dlm/
2210
2211DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2212M: Vinod Koul <vinod.koul@intel.com>
2213M: Dan Williams <dan.j.williams@intel.com>
2214S: Supported
2215F: drivers/dma/
2216F: include/linux/dma*
2217T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2218T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2219
2220DME1737 HARDWARE MONITOR DRIVER
2221M: Juerg Haefliger <juergh@gmail.com>
2222L: lm-sensors@lm-sensors.org
2223S: Maintained
2224F: Documentation/hwmon/dme1737
2225F: drivers/hwmon/dme1737.c
2226
2227DOCBOOK FOR DOCUMENTATION
2228M: Randy Dunlap <rdunlap@xenotime.net>
2229S: Maintained
2230F: scripts/kernel-doc
2231
2232DOCKING STATION DRIVER
2233M: Shaohua Li <shaohua.li@intel.com>
2234L: linux-acpi@vger.kernel.org
2235S: Supported
2236F: drivers/acpi/dock.c
2237
2238DOCUMENTATION
2239M: Randy Dunlap <rdunlap@xenotime.net>
2240L: linux-doc@vger.kernel.org
2241T: quilt http://userweb.kernel.org/~rdunlap/kernel-doc-patches/current/
2242S: Maintained
2243F: Documentation/
2244
2245DOUBLETALK DRIVER
2246M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
2247L: blinux-list@redhat.com
2248S: Maintained
2249F: drivers/char/dtlk.c
2250F: include/linux/dtlk.h
2251
2252DPT_I2O SCSI RAID DRIVER
2253M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2254L: linux-scsi@vger.kernel.org
2255W: http://www.adaptec.com/
2256S: Maintained
2257F: drivers/scsi/dpt*
2258F: drivers/scsi/dpt/
2259
2260DRBD DRIVER
2261P: Philipp Reisner
2262P: Lars Ellenberg
2263M: drbd-dev@lists.linbit.com
2264L: drbd-user@lists.linbit.com
2265W: http://www.drbd.org
2266T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2267T: git git://git.drbd.org/drbd-8.3.git
2268S: Supported
2269F: drivers/block/drbd/
2270F: lib/lru_cache.c
2271F: Documentation/blockdev/drbd/
2272
2273DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2274M: Greg Kroah-Hartman <gregkh@suse.de>
2275T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git
2276S: Supported
2277F: Documentation/kobject.txt
2278F: drivers/base/
2279F: fs/sysfs/
2280F: fs/debugfs/
2281F: include/linux/kobj*
2282F: include/linux/debugfs.h
2283F: lib/kobj*
2284
2285DRM DRIVERS
2286M: David Airlie <airlied@linux.ie>
2287L: dri-devel@lists.freedesktop.org
2288T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2289S: Maintained
2290F: drivers/gpu/drm/
2291F: include/drm/
2292
2293INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2294M: Keith Packard <keithp@keithp.com>
2295L: intel-gfx@lists.freedesktop.org (subscribers-only)
2296L: dri-devel@lists.freedesktop.org
2297T: git git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6.git
2298S: Supported
2299F: drivers/gpu/drm/i915
2300F: include/drm/i915*
2301
2302DSCC4 DRIVER
2303M: Francois Romieu <romieu@fr.zoreil.com>
2304L: netdev@vger.kernel.org
2305S: Maintained
2306F: drivers/net/wan/dscc4.c
2307
2308DZ DECSTATION DZ11 SERIAL DRIVER
2309M: "Maciej W. Rozycki" <macro@linux-mips.org>
2310S: Maintained
2311F: drivers/tty/serial/dz.*
2312
2313EATA-DMA SCSI DRIVER
2314M: Michael Neuffer <mike@i-Connect.Net>
2315L: linux-eata@i-connect.net
2316L: linux-scsi@vger.kernel.org
2317S: Maintained
2318F: drivers/scsi/eata*
2319
2320EATA ISA/EISA/PCI SCSI DRIVER
2321M: Dario Ballabio <ballabio_dario@emc.com>
2322L: linux-scsi@vger.kernel.org
2323S: Maintained
2324F: drivers/scsi/eata.c
2325
2326EATA-PIO SCSI DRIVER
2327M: Michael Neuffer <mike@i-Connect.Net>
2328L: linux-eata@i-connect.net
2329L: linux-scsi@vger.kernel.org
2330S: Maintained
2331F: drivers/scsi/eata_pio.*
2332
2333EBTABLES
2334M: Bart De Schuymer <bart.de.schuymer@pandora.be>
2335L: netfilter-devel@vger.kernel.org
2336W: http://ebtables.sourceforge.net/
2337S: Maintained
2338F: include/linux/netfilter_bridge/ebt_*.h
2339F: net/bridge/netfilter/ebt*.c
2340
2341ECRYPT FILE SYSTEM
2342M: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2343M: Dustin Kirkland <kirkland@canonical.com>
2344L: ecryptfs@vger.kernel.org
2345W: https://launchpad.net/ecryptfs
2346S: Supported
2347F: Documentation/filesystems/ecryptfs.txt
2348F: fs/ecryptfs/
2349
2350EDAC-CORE
2351M: Doug Thompson <dougthompson@xmission.com>
2352L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2353W: bluesmoke.sourceforge.net
2354S: Supported
2355F: Documentation/edac.txt
2356F: drivers/edac/edac_*
2357F: include/linux/edac.h
2358
2359EDAC-AMD64
2360M: Doug Thompson <dougthompson@xmission.com>
2361M: Borislav Petkov <borislav.petkov@amd.com>
2362L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2363W: bluesmoke.sourceforge.net
2364S: Supported
2365F: drivers/edac/amd64_edac*
2366
2367EDAC-E752X
2368M: Mark Gross <mark.gross@intel.com>
2369M: Doug Thompson <dougthompson@xmission.com>
2370L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2371W: bluesmoke.sourceforge.net
2372S: Maintained
2373F: drivers/edac/e752x_edac.c
2374
2375EDAC-E7XXX
2376M: Doug Thompson <dougthompson@xmission.com>
2377L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2378W: bluesmoke.sourceforge.net
2379S: Maintained
2380F: drivers/edac/e7xxx_edac.c
2381
2382EDAC-I82443BXGX
2383M: Tim Small <tim@buttersideup.com>
2384L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2385W: bluesmoke.sourceforge.net
2386S: Maintained
2387F: drivers/edac/i82443bxgx_edac.c
2388
2389EDAC-I3000
2390M: Jason Uhlenkott <juhlenko@akamai.com>
2391L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2392W: bluesmoke.sourceforge.net
2393S: Maintained
2394F: drivers/edac/i3000_edac.c
2395
2396EDAC-I5000
2397M: Doug Thompson <dougthompson@xmission.com>
2398L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2399W: bluesmoke.sourceforge.net
2400S: Maintained
2401F: drivers/edac/i5000_edac.c
2402
2403EDAC-I5400
2404M: Mauro Carvalho Chehab <mchehab@redhat.com>
2405L: linux-edac@vger.kernel.org
2406W: bluesmoke.sourceforge.net
2407S: Maintained
2408F: drivers/edac/i5400_edac.c
2409
2410EDAC-I7300
2411M: Mauro Carvalho Chehab <mchehab@redhat.com>
2412L: linux-edac@vger.kernel.org
2413W: bluesmoke.sourceforge.net
2414S: Maintained
2415F: drivers/edac/i7300_edac.c
2416
2417EDAC-I7CORE
2418M: Mauro Carvalho Chehab <mchehab@redhat.com>
2419L: linux-edac@vger.kernel.org
2420W: bluesmoke.sourceforge.net
2421S: Maintained
2422F: drivers/edac/i7core_edac.c
2423F: drivers/edac/edac_mce.c
2424F: include/linux/edac_mce.h
2425
2426EDAC-I82975X
2427M: Ranganathan Desikan <ravi@jetztechnologies.com>
2428M: "Arvind R." <arvino55@gmail.com>
2429L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2430W: bluesmoke.sourceforge.net
2431S: Maintained
2432F: drivers/edac/i82975x_edac.c
2433
2434EDAC-PASEMI
2435M: Egor Martovetsky <egor@pasemi.com>
2436L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2437W: bluesmoke.sourceforge.net
2438S: Maintained
2439F: drivers/edac/pasemi_edac.c
2440
2441EDAC-R82600
2442M: Tim Small <tim@buttersideup.com>
2443L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2444W: bluesmoke.sourceforge.net
2445S: Maintained
2446F: drivers/edac/r82600_edac.c
2447
2448EDIROL UA-101/UA-1000 DRIVER
2449M: Clemens Ladisch <clemens@ladisch.de>
2450L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2451T: git git://git.alsa-project.org/alsa-kernel.git
2452S: Maintained
2453F: sound/usb/misc/ua101.c
2454
2455EFIFB FRAMEBUFFER DRIVER
2456L: linux-fbdev@vger.kernel.org
2457M: Peter Jones <pjones@redhat.com>
2458S: Maintained
2459F: drivers/video/efifb.c
2460
2461EFS FILESYSTEM
2462W: http://aeschi.ch.eu.org/efs/
2463S: Orphan
2464F: fs/efs/
2465
2466EHCA (IBM GX bus InfiniBand adapter) DRIVER
2467M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2468M: Christoph Raisch <raisch@de.ibm.com>
2469L: linux-rdma@vger.kernel.org
2470S: Supported
2471F: drivers/infiniband/hw/ehca/
2472
2473EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2474M: Breno Leitao <leitao@linux.vnet.ibm.com>
2475L: netdev@vger.kernel.org
2476S: Maintained
2477F: drivers/net/ehea/
2478
2479EMBEDDED LINUX
2480M: Paul Gortmaker <paul.gortmaker@windriver.com>
2481M: Matt Mackall <mpm@selenic.com>
2482M: David Woodhouse <dwmw2@infradead.org>
2483L: linux-embedded@vger.kernel.org
2484S: Maintained
2485
2486EMULEX LPFC FC SCSI DRIVER
2487M: James Smart <james.smart@emulex.com>
2488L: linux-scsi@vger.kernel.org
2489W: http://sourceforge.net/projects/lpfcxxxx
2490S: Supported
2491F: drivers/scsi/lpfc/
2492
2493ENE CB710 FLASH CARD READER DRIVER
2494M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
2495S: Maintained
2496F: drivers/misc/cb710/
2497F: drivers/mmc/host/cb710-mmc.*
2498F: include/linux/cb710.h
2499
2500ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2501M: Maxim Levitsky <maximlevitsky@gmail.com>
2502S: Maintained
2503F: drivers/media/rc/ene_ir.*
2504
2505EPSON 1355 FRAMEBUFFER DRIVER
2506M: Christopher Hoover <ch@murgatroid.com>
2507M: Christopher Hoover <ch@hpl.hp.com>
2508S: Maintained
2509F: drivers/video/epson1355fb.c
2510
2511EPSON S1D13XXX FRAMEBUFFER DRIVER
2512M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2513S: Maintained
2514T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2515F: drivers/video/s1d13xxxfb.c
2516F: include/video/s1d13xxxfb.h
2517
2518ETHEREXPRESS-16 NETWORK DRIVER
2519M: Philip Blundell <philb@gnu.org>
2520L: netdev@vger.kernel.org
2521S: Maintained
2522F: drivers/net/eexpress.*
2523
2524ETHERNET BRIDGE
2525M: Stephen Hemminger <shemminger@linux-foundation.org>
2526L: bridge@lists.linux-foundation.org
2527L: netdev@vger.kernel.org
2528W: http://www.linuxfoundation.org/en/Net:Bridge
2529S: Maintained
2530F: include/linux/netfilter_bridge/
2531F: net/bridge/
2532
2533ETHERTEAM 16I DRIVER
2534M: Mika Kuoppala <miku@iki.fi>
2535S: Maintained
2536F: drivers/net/eth16i.c
2537
2538EXT2 FILE SYSTEM
2539M: Jan Kara <jack@suse.cz>
2540L: linux-ext4@vger.kernel.org
2541S: Maintained
2542F: Documentation/filesystems/ext2.txt
2543F: fs/ext2/
2544F: include/linux/ext2*
2545
2546EXT3 FILE SYSTEM
2547M: Jan Kara <jack@suse.cz>
2548M: Andrew Morton <akpm@linux-foundation.org>
2549M: Andreas Dilger <adilger.kernel@dilger.ca>
2550L: linux-ext4@vger.kernel.org
2551S: Maintained
2552F: Documentation/filesystems/ext3.txt
2553F: fs/ext3/
2554F: include/linux/ext3*
2555
2556EXT4 FILE SYSTEM
2557M: "Theodore Ts'o" <tytso@mit.edu>
2558M: Andreas Dilger <adilger.kernel@dilger.ca>
2559L: linux-ext4@vger.kernel.org
2560W: http://ext4.wiki.kernel.org
2561Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2562S: Maintained
2563F: Documentation/filesystems/ext4.txt
2564F: fs/ext4/
2565
2566F71805F HARDWARE MONITORING DRIVER
2567M: Jean Delvare <khali@linux-fr.org>
2568L: lm-sensors@lm-sensors.org
2569S: Maintained
2570F: Documentation/hwmon/f71805f
2571F: drivers/hwmon/f71805f.c
2572
2573FANOTIFY
2574M: Eric Paris <eparis@redhat.com>
2575S: Maintained
2576F: fs/notify/fanotify/
2577F: include/linux/fanotify.h
2578
2579FARSYNC SYNCHRONOUS DRIVER
2580M: Kevin Curtis <kevin.curtis@farsite.co.uk>
2581W: http://www.farsite.co.uk/
2582S: Supported
2583F: drivers/net/wan/farsync.*
2584
2585FAULT INJECTION SUPPORT
2586M: Akinobu Mita <akinobu.mita@gmail.com>
2587S: Supported
2588F: Documentation/fault-injection/
2589F: lib/fault-inject.c
2590
2591FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2592M: Robert Love <robert.w.love@intel.com>
2593L: devel@open-fcoe.org
2594W: www.Open-FCoE.org
2595S: Supported
2596F: drivers/scsi/libfc/
2597F: drivers/scsi/fcoe/
2598F: include/scsi/fc/
2599F: include/scsi/libfc.h
2600F: include/scsi/libfcoe.h
2601
2602FILE LOCKING (flock() and fcntl()/lockf())
2603M: Matthew Wilcox <matthew@wil.cx>
2604L: linux-fsdevel@vger.kernel.org
2605S: Maintained
2606F: include/linux/fcntl.h
2607F: include/linux/fs.h
2608F: fs/fcntl.c
2609F: fs/locks.c
2610
2611FILESYSTEMS (VFS and infrastructure)
2612M: Alexander Viro <viro@zeniv.linux.org.uk>
2613L: linux-fsdevel@vger.kernel.org
2614S: Maintained
2615F: fs/*
2616
2617FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2618M: Riku Voipio <riku.voipio@iki.fi>
2619L: lm-sensors@lm-sensors.org
2620S: Maintained
2621F: drivers/hwmon/f75375s.c
2622F: include/linux/f75375s.h
2623
2624FIREWIRE AUDIO DRIVERS
2625M: Clemens Ladisch <clemens@ladisch.de>
2626L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2627T: git git://git.alsa-project.org/alsa-kernel.git
2628S: Maintained
2629F: sound/firewire/
2630
2631FIREWIRE SUBSYSTEM
2632M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2633L: linux1394-devel@lists.sourceforge.net
2634W: http://ieee1394.wiki.kernel.org/
2635T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2636S: Maintained
2637F: drivers/firewire/
2638F: include/linux/firewire*.h
2639F: tools/firewire/
2640
2641FIRMWARE LOADER (request_firmware)
2642S: Orphan
2643F: Documentation/firmware_class/
2644F: drivers/base/firmware*.c
2645F: include/linux/firmware.h
2646
2647FPU EMULATOR
2648M: Bill Metzenthen <billm@melbpc.org.au>
2649W: http://floatingpoint.sourceforge.net/emulator/index.html
2650S: Maintained
2651F: arch/x86/math-emu/
2652
2653FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2654L: netdev@vger.kernel.org
2655S: Orphan
2656F: drivers/net/wan/dlci.c
2657F: drivers/net/wan/sdla.c
2658
2659FRAMEBUFFER LAYER
2660M: Paul Mundt <lethal@linux-sh.org>
2661L: linux-fbdev@vger.kernel.org
2662W: http://linux-fbdev.sourceforge.net/
2663Q: http://patchwork.kernel.org/project/linux-fbdev/list/
2664T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git
2665S: Maintained
2666F: Documentation/fb/
2667F: Documentation/devicetree/bindings/fb/
2668F: drivers/video/
2669F: include/video/
2670F: include/linux/fb.h
2671
2672FREESCALE DMA DRIVER
2673M: Li Yang <leoli@freescale.com>
2674M: Zhang Wei <zw@zh-kernel.org>
2675L: linuxppc-dev@lists.ozlabs.org
2676S: Maintained
2677F: drivers/dma/fsldma.*
2678
2679FREESCALE I2C CPM DRIVER
2680M: Jochen Friedrich <jochen@scram.de>
2681L: linuxppc-dev@lists.ozlabs.org
2682L: linux-i2c@vger.kernel.org
2683S: Maintained
2684F: drivers/i2c/busses/i2c-cpm.c
2685
2686FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2687M: Sascha Hauer <kernel@pengutronix.de>
2688L: linux-fbdev@vger.kernel.org
2689L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2690S: Maintained
2691F: arch/arm/plat-mxc/include/mach/imxfb.h
2692F: drivers/video/imxfb.c
2693
2694FREESCALE SOC FS_ENET DRIVER
2695M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2696M: Vitaly Bordug <vbordug@ru.mvista.com>
2697L: linuxppc-dev@lists.ozlabs.org
2698L: netdev@vger.kernel.org
2699S: Maintained
2700F: drivers/net/fs_enet/
2701F: include/linux/fs_enet_pd.h
2702
2703FREESCALE QUICC ENGINE LIBRARY
2704M: Timur Tabi <timur@freescale.com>
2705L: linuxppc-dev@lists.ozlabs.org
2706S: Supported
2707F: arch/powerpc/sysdev/qe_lib/
2708F: arch/powerpc/include/asm/*qe.h
2709
2710FREESCALE USB PERIPHERAL DRIVERS
2711M: Li Yang <leoli@freescale.com>
2712L: linux-usb@vger.kernel.org
2713L: linuxppc-dev@lists.ozlabs.org
2714S: Maintained
2715F: drivers/usb/gadget/fsl*
2716
2717FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2718M: Li Yang <leoli@freescale.com>
2719L: netdev@vger.kernel.org
2720L: linuxppc-dev@lists.ozlabs.org
2721S: Maintained
2722F: drivers/net/ucc_geth*
2723
2724FREESCALE QUICC ENGINE UCC UART DRIVER
2725M: Timur Tabi <timur@freescale.com>
2726L: linuxppc-dev@lists.ozlabs.org
2727S: Supported
2728F: drivers/tty/serial/ucc_uart.c
2729
2730FREESCALE SOC SOUND DRIVERS
2731M: Timur Tabi <timur@freescale.com>
2732L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2733L: linuxppc-dev@lists.ozlabs.org
2734S: Supported
2735F: sound/soc/fsl/fsl*
2736F: sound/soc/fsl/mpc8610_hpcd.c
2737
2738FREEVXFS FILESYSTEM
2739M: Christoph Hellwig <hch@infradead.org>
2740W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2741S: Maintained
2742F: fs/freevxfs/
2743
2744FREEZER
2745M: Pavel Machek <pavel@ucw.cz>
2746M: "Rafael J. Wysocki" <rjw@sisk.pl>
2747L: linux-pm@lists.linux-foundation.org
2748S: Supported
2749F: Documentation/power/freezing-of-tasks.txt
2750F: include/linux/freezer.h
2751F: kernel/freezer.c
2752
2753FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2754M: David Howells <dhowells@redhat.com>
2755L: linux-cachefs@redhat.com
2756S: Supported
2757F: Documentation/filesystems/caching/
2758F: fs/fscache/
2759F: include/linux/fscache*.h
2760
2761FUJITSU FR-V (FRV) PORT
2762M: David Howells <dhowells@redhat.com>
2763S: Maintained
2764F: arch/frv/
2765
2766FUJITSU LAPTOP EXTRAS
2767M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2768L: platform-driver-x86@vger.kernel.org
2769S: Maintained
2770F: drivers/platform/x86/fujitsu-laptop.c
2771
2772FUSE: FILESYSTEM IN USERSPACE
2773M: Miklos Szeredi <miklos@szeredi.hu>
2774L: fuse-devel@lists.sourceforge.net
2775W: http://fuse.sourceforge.net/
2776S: Maintained
2777F: fs/fuse/
2778F: include/linux/fuse.h
2779
2780FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2781M: Rik Faith <faith@cs.unc.edu>
2782L: linux-scsi@vger.kernel.org
2783S: Odd Fixes (e.g., new signatures)
2784F: drivers/scsi/fdomain.*
2785
2786GDT SCSI DISK ARRAY CONTROLLER DRIVER
2787M: Achim Leubner <achim_leubner@adaptec.com>
2788L: linux-scsi@vger.kernel.org
2789W: http://www.icp-vortex.com/
2790S: Supported
2791F: drivers/scsi/gdt*
2792
2793GENERIC GPIO I2C DRIVER
2794M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2795S: Supported
2796F: drivers/i2c/busses/i2c-gpio.c
2797F: include/linux/i2c-gpio.h
2798
2799GENERIC GPIO I2C MULTIPLEXER DRIVER
2800M: Peter Korsgaard <peter.korsgaard@barco.com>
2801L: linux-i2c@vger.kernel.org
2802S: Supported
2803F: drivers/i2c/muxes/gpio-i2cmux.c
2804F: include/linux/gpio-i2cmux.h
2805F: Documentation/i2c/muxes/gpio-i2cmux
2806
2807GENERIC HDLC (WAN) DRIVERS
2808M: Krzysztof Halasa <khc@pm.waw.pl>
2809W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2810S: Maintained
2811F: drivers/net/wan/c101.c
2812F: drivers/net/wan/hd6457*
2813F: drivers/net/wan/hdlc*
2814F: drivers/net/wan/n2.c
2815F: drivers/net/wan/pc300too.c
2816F: drivers/net/wan/pci200syn.c
2817F: drivers/net/wan/wanxl*
2818
2819GENERIC INCLUDE/ASM HEADER FILES
2820M: Arnd Bergmann <arnd@arndb.de>
2821L: linux-arch@vger.kernel.org
2822T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2823S: Maintained
2824F: include/asm-generic
2825
2826GENERIC UIO DRIVER FOR PCI DEVICES
2827M: "Michael S. Tsirkin" <mst@redhat.com>
2828L: kvm@vger.kernel.org
2829S: Supported
2830F: drivers/uio/uio_pci_generic.c
2831
2832GFS2 FILE SYSTEM
2833M: Steven Whitehouse <swhiteho@redhat.com>
2834L: cluster-devel@redhat.com
2835W: http://sources.redhat.com/cluster/
2836T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2837T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2838S: Supported
2839F: Documentation/filesystems/gfs2*.txt
2840F: fs/gfs2/
2841F: include/linux/gfs2_ondisk.h
2842
2843GIGASET ISDN DRIVERS
2844M: Hansjoerg Lipp <hjlipp@web.de>
2845M: Tilman Schmidt <tilman@imap.cc>
2846L: gigaset307x-common@lists.sourceforge.net
2847W: http://gigaset307x.sourceforge.net/
2848S: Maintained
2849F: Documentation/isdn/README.gigaset
2850F: drivers/isdn/gigaset/
2851F: include/linux/gigaset_dev.h
2852
2853GPIO SUBSYSTEM
2854M: Grant Likely <grant.likely@secretlab.ca>
2855S: Maintained
2856T: git git://git.secretlab.ca/git/linux-2.6.git
2857F: Documentation/gpio.txt
2858F: drivers/gpio/
2859F: include/linux/gpio*
2860
2861GRE DEMULTIPLEXER DRIVER
2862M: Dmitry Kozlov <xeb@mail.ru>
2863L: netdev@vger.kernel.org
2864S: Maintained
2865F: net/ipv4/gre.c
2866F: include/net/gre.h
2867
2868GRETH 10/100/1G Ethernet MAC device driver
2869M: Kristoffer Glembo <kristoffer@gaisler.com>
2870L: netdev@vger.kernel.org
2871S: Maintained
2872F: drivers/net/greth*
2873
2874GSPCA FINEPIX SUBDRIVER
2875M: Frank Zago <frank@zago.net>
2876L: linux-media@vger.kernel.org
2877T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2878S: Maintained
2879F: drivers/media/video/gspca/finepix.c
2880
2881GSPCA GL860 SUBDRIVER
2882M: Olivier Lorin <o.lorin@laposte.net>
2883L: linux-media@vger.kernel.org
2884T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2885S: Maintained
2886F: drivers/media/video/gspca/gl860/
2887
2888GSPCA M5602 SUBDRIVER
2889M: Erik Andren <erik.andren@gmail.com>
2890L: linux-media@vger.kernel.org
2891T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2892S: Maintained
2893F: drivers/media/video/gspca/m5602/
2894
2895GSPCA PAC207 SONIXB SUBDRIVER
2896M: Hans de Goede <hdegoede@redhat.com>
2897L: linux-media@vger.kernel.org
2898T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2899S: Maintained
2900F: drivers/media/video/gspca/pac207.c
2901
2902GSPCA SN9C20X SUBDRIVER
2903M: Brian Johnson <brijohn@gmail.com>
2904L: linux-media@vger.kernel.org
2905T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2906S: Maintained
2907F: drivers/media/video/gspca/sn9c20x.c
2908
2909GSPCA T613 SUBDRIVER
2910M: Leandro Costantino <lcostantino@gmail.com>
2911L: linux-media@vger.kernel.org
2912T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2913S: Maintained
2914F: drivers/media/video/gspca/t613.c
2915
2916GSPCA USB WEBCAM DRIVER
2917M: Jean-Francois Moine <moinejf@free.fr>
2918W: http://moinejf.free.fr
2919L: linux-media@vger.kernel.org
2920T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2921S: Maintained
2922F: drivers/media/video/gspca/
2923
2924HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2925M: Frank Seidel <frank@f-seidel.de>
2926L: platform-driver-x86@vger.kernel.org
2927W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2928S: Maintained
2929F: drivers/platform/x86/hdaps.c
2930
2931HWPOISON MEMORY FAILURE HANDLING
2932M: Andi Kleen <andi@firstfloor.org>
2933L: linux-mm@kvack.org
2934T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2935S: Maintained
2936F: mm/memory-failure.c
2937F: mm/hwpoison-inject.c
2938
2939HYPERVISOR VIRTUAL CONSOLE DRIVER
2940L: linuxppc-dev@lists.ozlabs.org
2941S: Odd Fixes
2942F: drivers/tty/hvc/
2943
2944HARDWARE MONITORING
2945M: Jean Delvare <khali@linux-fr.org>
2946M: Guenter Roeck <guenter.roeck@ericsson.com>
2947L: lm-sensors@lm-sensors.org
2948W: http://www.lm-sensors.org/
2949T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
2950T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
2951S: Maintained
2952F: Documentation/hwmon/
2953F: drivers/hwmon/
2954F: include/linux/hwmon*.h
2955
2956HARDWARE RANDOM NUMBER GENERATOR CORE
2957M: Matt Mackall <mpm@selenic.com>
2958M: Herbert Xu <herbert@gondor.apana.org.au>
2959S: Odd fixes
2960F: Documentation/hw_random.txt
2961F: drivers/char/hw_random/
2962F: include/linux/hw_random.h
2963
2964HARMONY SOUND DRIVER
2965M: Kyle McMartin <kyle@mcmartin.ca>
2966L: linux-parisc@vger.kernel.org
2967S: Maintained
2968F: sound/parisc/harmony.*
2969
2970HEWLETT-PACKARD SMART2 RAID DRIVER
2971M: Chirag Kantharia <chirag.kantharia@hp.com>
2972L: iss_storagedev@hp.com
2973S: Maintained
2974F: Documentation/blockdev/cpqarray.txt
2975F: drivers/block/cpqarray.*
2976
2977HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2978M: "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
2979L: iss_storagedev@hp.com
2980S: Supported
2981F: Documentation/scsi/hpsa.txt
2982F: drivers/scsi/hpsa*.[ch]
2983F: include/linux/cciss*.h
2984
2985HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2986M: Mike Miller <mike.miller@hp.com>
2987L: iss_storagedev@hp.com
2988S: Supported
2989F: Documentation/blockdev/cciss.txt
2990F: drivers/block/cciss*
2991F: include/linux/cciss_ioctl.h
2992
2993HFS FILESYSTEM
2994L: linux-fsdevel@vger.kernel.org
2995S: Orphan
2996F: Documentation/filesystems/hfs.txt
2997F: fs/hfs/
2998
2999HGA FRAMEBUFFER DRIVER
3000M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3001L: linux-nvidia@lists.surfsouth.com
3002W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3003S: Maintained
3004F: drivers/video/hgafb.c
3005
3006HIBERNATION (aka Software Suspend, aka swsusp)
3007M: Pavel Machek <pavel@ucw.cz>
3008M: "Rafael J. Wysocki" <rjw@sisk.pl>
3009L: linux-pm@lists.linux-foundation.org
3010S: Supported
3011F: arch/x86/power/
3012F: drivers/base/power/
3013F: kernel/power/
3014F: include/linux/suspend.h
3015F: include/linux/freezer.h
3016F: include/linux/pm.h
3017F: arch/*/include/asm/suspend*.h
3018
3019HID CORE LAYER
3020M: Jiri Kosina <jkosina@suse.cz>
3021L: linux-input@vger.kernel.org
3022T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3023S: Maintained
3024F: drivers/hid/
3025F: include/linux/hid*
3026
3027HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3028M: Thomas Gleixner <tglx@linutronix.de>
3029S: Maintained
3030F: Documentation/timers/
3031F: kernel/hrtimer.c
3032F: kernel/time/clockevents.c
3033F: kernel/time/tick*.*
3034F: kernel/time/timer_*.c
3035F: include/linux/clockchips.h
3036F: include/linux/hrtimer.h
3037
3038HIGH-SPEED SCC DRIVER FOR AX.25
3039M: Klaus Kudielka <klaus.kudielka@ieee.org>
3040L: linux-hams@vger.kernel.org
3041W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
3042S: Maintained
3043F: drivers/net/hamradio/dmascc.c
3044F: drivers/net/hamradio/scc.c
3045
3046HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3047M: HighPoint Linux Team <linux@highpoint-tech.com>
3048W: http://www.highpoint-tech.com
3049S: Supported
3050F: Documentation/scsi/hptiop.txt
3051F: drivers/scsi/hptiop.c
3052
3053HIPPI
3054M: Jes Sorensen <jes@trained-monkey.org>
3055L: linux-hippi@sunsite.dk
3056S: Maintained
3057F: include/linux/hippidevice.h
3058F: include/linux/if_hippi.h
3059F: net/802/hippi.c
3060
3061HOST AP DRIVER
3062M: Jouni Malinen <j@w1.fi>
3063L: hostap@shmoo.com (subscribers-only)
3064L: linux-wireless@vger.kernel.org
3065W: http://hostap.epitest.fi/
3066S: Maintained
3067F: drivers/net/wireless/hostap/
3068
3069HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3070L: platform-driver-x86@vger.kernel.org
3071S: Orphan
3072F: drivers/platform/x86/tc1100-wmi.c
3073
3074HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3075M: Jaroslav Kysela <perex@perex.cz>
3076S: Maintained
3077F: drivers/net/hp100.*
3078
3079HPET: High Precision Event Timers driver
3080M: Clemens Ladisch <clemens@ladisch.de>
3081S: Maintained
3082F: Documentation/timers/hpet.txt
3083F: drivers/char/hpet.c
3084F: include/linux/hpet.h
3085
3086HPET: x86
3087M: "Venkatesh Pallipadi (Venki)" <venki@google.com>
3088S: Maintained
3089F: arch/x86/kernel/hpet.c
3090F: arch/x86/include/asm/hpet.h
3091
3092HPFS FILESYSTEM
3093M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3094W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3095S: Maintained
3096F: fs/hpfs/
3097
3098HSO 3G MODEM DRIVER
3099M: Jan Dumon <j.dumon@option.com>
3100W: http://www.pharscape.org
3101S: Maintained
3102F: drivers/net/usb/hso.c
3103
3104HTCPEN TOUCHSCREEN DRIVER
3105M: Pau Oliva Fora <pof@eslack.org>
3106L: linux-input@vger.kernel.org
3107S: Maintained
3108F: drivers/input/touchscreen/htcpen.c
3109
3110HUGETLB FILESYSTEM
3111M: William Irwin <wli@holomorphy.com>
3112S: Maintained
3113F: fs/hugetlbfs/
3114
3115I2C/SMBUS STUB DRIVER
3116M: "Mark M. Hoffman" <mhoffman@lightlink.com>
3117L: linux-i2c@vger.kernel.org
3118S: Maintained
3119F: drivers/i2c/busses/i2c-stub.c
3120
3121I2C SUBSYSTEM
3122M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3123M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3124L: linux-i2c@vger.kernel.org
3125W: http://i2c.wiki.kernel.org/
3126T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3127T: git git://git.fluff.org/bjdooks/linux.git
3128S: Maintained
3129F: Documentation/i2c/
3130F: drivers/i2c/
3131F: include/linux/i2c.h
3132F: include/linux/i2c-*.h
3133
3134I2C-TINY-USB DRIVER
3135M: Till Harbaum <till@harbaum.org>
3136L: linux-i2c@vger.kernel.org
3137W: http://www.harbaum.org/till/i2c_tiny_usb
3138S: Maintained
3139F: drivers/i2c/busses/i2c-tiny-usb.c
3140
3141i386 BOOT CODE
3142M: "H. Peter Anvin" <hpa@zytor.com>
3143S: Maintained
3144F: arch/x86/boot/
3145
3146i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3147M: "H. Peter Anvin" <hpa@zytor.com>
3148T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3149S: Maintained
3150
3151IA64 (Itanium) PLATFORM
3152M: Tony Luck <tony.luck@intel.com>
3153M: Fenghua Yu <fenghua.yu@intel.com>
3154L: linux-ia64@vger.kernel.org
3155W: http://www.ia64-linux.org/
3156T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
3157S: Maintained
3158F: arch/ia64/
3159
3160IBM MCA SCSI SUBSYSTEM DRIVER
3161M: Michael Lang <langa2@kph.uni-mainz.de>
3162W: http://www.uni-mainz.de/~langm000/linux.html
3163S: Maintained
3164F: drivers/scsi/ibmmca.c
3165
3166IBM Power Linux RAID adapter
3167M: Brian King <brking@us.ibm.com>
3168S: Supported
3169F: drivers/scsi/ipr.*
3170
3171IBM Power Virtual Ethernet Device Driver
3172M: Santiago Leon <santil@linux.vnet.ibm.com>
3173L: netdev@vger.kernel.org
3174S: Supported
3175F: drivers/net/ibmveth.*
3176
3177IBM ServeRAID RAID DRIVER
3178P: Jack Hammer
3179M: Dave Jeffery <ipslinux@adaptec.com>
3180W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3181S: Supported
3182F: drivers/scsi/ips.*
3183
3184IDE SUBSYSTEM
3185M: "David S. Miller" <davem@davemloft.net>
3186L: linux-ide@vger.kernel.org
3187Q: http://patchwork.ozlabs.org/project/linux-ide/list/
3188T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
3189S: Maintained
3190F: Documentation/ide/
3191F: drivers/ide/
3192F: include/linux/ide.h
3193
3194IDE/ATAPI DRIVERS
3195M: Borislav Petkov <petkovbb@gmail.com>
3196L: linux-ide@vger.kernel.org
3197S: Maintained
3198F: Documentation/cdrom/ide-cd
3199F: drivers/ide/ide-cd*
3200
3201IDLE-I7300
3202M: Andy Henroid <andrew.d.henroid@intel.com>
3203L: linux-pm@lists.linux-foundation.org
3204S: Supported
3205F: drivers/idle/i7300_idle.c
3206
3207IEEE 802.15.4 SUBSYSTEM
3208M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3209M: Sergey Lapin <slapin@ossfans.org>
3210L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3211W: http://apps.sourceforge.net/trac/linux-zigbee
3212T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3213S: Maintained
3214F: net/ieee802154/
3215F: drivers/ieee802154/
3216
3217IKANOS/ADI EAGLE ADSL USB DRIVER
3218M: Matthieu Castet <castet.matthieu@free.fr>
3219M: Stanislaw Gruszka <stf_xl@wp.pl>
3220S: Maintained
3221F: drivers/usb/atm/ueagle-atm.c
3222
3223INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3224M: Mimi Zohar <zohar@us.ibm.com>
3225S: Supported
3226F: security/integrity/ima/
3227
3228IMS TWINTURBO FRAMEBUFFER DRIVER
3229L: linux-fbdev@vger.kernel.org
3230S: Orphan
3231F: drivers/video/imsttfb.c
3232
3233INFINIBAND SUBSYSTEM
3234M: Roland Dreier <roland@kernel.org>
3235M: Sean Hefty <sean.hefty@intel.com>
3236M: Hal Rosenstock <hal.rosenstock@gmail.com>
3237L: linux-rdma@vger.kernel.org
3238W: http://www.openfabrics.org/
3239Q: http://patchwork.kernel.org/project/linux-rdma/list/
3240T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3241S: Supported
3242F: Documentation/infiniband/
3243F: drivers/infiniband/
3244F: include/linux/if_infiniband.h
3245
3246INOTIFY
3247M: John McCutchan <john@johnmccutchan.com>
3248M: Robert Love <rlove@rlove.org>
3249M: Eric Paris <eparis@parisplace.org>
3250S: Maintained
3251F: Documentation/filesystems/inotify.txt
3252F: fs/notify/inotify/
3253F: include/linux/inotify.h
3254
3255INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3256M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
3257M: Dmitry Torokhov <dtor@mail.ru>
3258L: linux-input@vger.kernel.org
3259Q: http://patchwork.kernel.org/project/linux-input/list/
3260T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3261S: Maintained
3262F: drivers/input/
3263
3264INPUT MULTITOUCH (MT) PROTOCOL
3265M: Henrik Rydberg <rydberg@euromail.se>
3266L: linux-input@vger.kernel.org
3267T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3268S: Maintained
3269F: Documentation/input/multi-touch-protocol.txt
3270F: drivers/input/input-mt.c
3271K: \b(ABS|SYN)_MT_
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/pci/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/kaber/nf-2.6.git
4416S: Supported
4417F: include/linux/netfilter*
4418F: include/linux/netfilter/
4419F: include/net/netfilter/
4420F: net/*/netfilter.c
4421F: net/*/netfilter/
4422F: net/netfilter/
4423
4424NETLABEL
4425M: Paul Moore <paul@paul-moore.com>
4426W: http://netlabel.sf.net
4427L: netdev@vger.kernel.org
4428S: Maintained
4429F: Documentation/netlabel/
4430F: include/net/netlabel.h
4431F: net/netlabel/
4432
4433NETROM NETWORK LAYER
4434M: Ralf Baechle <ralf@linux-mips.org>
4435L: linux-hams@vger.kernel.org
4436W: http://www.linux-ax25.org/
4437S: Maintained
4438F: include/linux/netrom.h
4439F: include/net/netrom.h
4440F: net/netrom/
4441
4442NETWORK BLOCK DEVICE (NBD)
4443M: Paul Clements <Paul.Clements@steeleye.com>
4444S: Maintained
4445F: Documentation/blockdev/nbd.txt
4446F: drivers/block/nbd.c
4447F: include/linux/nbd.h
4448
4449NETWORK DROP MONITOR
4450M: Neil Horman <nhorman@tuxdriver.com>
4451L: netdev@vger.kernel.org
4452S: Maintained
4453W: https://fedorahosted.org/dropwatch/
4454F: net/core/drop_monitor.c
4455
4456NETWORKING [GENERAL]
4457M: "David S. Miller" <davem@davemloft.net>
4458L: netdev@vger.kernel.org
4459W: http://www.linuxfoundation.org/en/Net
4460W: http://patchwork.ozlabs.org/project/netdev/list/
4461T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4462T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4463S: Maintained
4464F: net/
4465F: include/net/
4466F: include/linux/in.h
4467F: include/linux/net.h
4468F: include/linux/netdevice.h
4469
4470NETWORKING [IPv4/IPv6]
4471M: "David S. Miller" <davem@davemloft.net>
4472M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4473M: James Morris <jmorris@namei.org>
4474M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4475M: Patrick McHardy <kaber@trash.net>
4476L: netdev@vger.kernel.org
4477T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4478S: Maintained
4479F: net/ipv4/
4480F: net/ipv6/
4481F: include/net/ip*
4482F: arch/x86/net/*
4483
4484NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4485M: Paul Moore <paul@paul-moore.com>
4486L: netdev@vger.kernel.org
4487S: Maintained
4488
4489NETWORKING [WIRELESS]
4490M: "John W. Linville" <linville@tuxdriver.com>
4491L: linux-wireless@vger.kernel.org
4492Q: http://patchwork.kernel.org/project/linux-wireless/list/
4493T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4494S: Maintained
4495F: net/mac80211/
4496F: net/rfkill/
4497F: net/wireless/
4498F: include/net/ieee80211*
4499F: include/linux/wireless.h
4500F: include/net/iw_handler.h
4501F: drivers/net/wireless/
4502
4503NETWORKING DRIVERS
4504L: netdev@vger.kernel.org
4505W: http://www.linuxfoundation.org/en/Net
4506T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4507T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4508S: Odd Fixes
4509F: drivers/net/
4510F: include/linux/if_*
4511F: include/linux/*device.h
4512
4513NETXEN (1/10) GbE SUPPORT
4514M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4515L: netdev@vger.kernel.org
4516W: http://www.qlogic.com
4517S: Supported
4518F: drivers/net/netxen/
4519
4520NFS, SUNRPC, AND LOCKD CLIENTS
4521M: Trond Myklebust <Trond.Myklebust@netapp.com>
4522L: linux-nfs@vger.kernel.org
4523W: http://client.linux-nfs.org
4524T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4525S: Maintained
4526F: fs/lockd/
4527F: fs/nfs/
4528F: fs/nfs_common/
4529F: net/sunrpc/
4530F: include/linux/lockd/
4531F: include/linux/nfs*
4532F: include/linux/sunrpc/
4533
4534NI5010 NETWORK DRIVER
4535M: Jan-Pascal van Best <janpascal@vanbest.org>
4536M: Andreas Mohr <andi@lisas.de>
4537L: netdev@vger.kernel.org
4538S: Maintained
4539F: drivers/net/ni5010.*
4540
4541NILFS2 FILESYSTEM
4542M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4543L: linux-nilfs@vger.kernel.org
4544W: http://www.nilfs.org/en/
4545T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4546S: Supported
4547F: Documentation/filesystems/nilfs2.txt
4548F: fs/nilfs2/
4549F: include/linux/nilfs2_fs.h
4550
4551NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4552M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4553W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4554S: Maintained
4555F: Documentation/scsi/NinjaSCSI.txt
4556F: drivers/scsi/pcmcia/nsp_*
4557
4558NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4559M: GOTO Masanori <gotom@debian.or.jp>
4560M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4561W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4562S: Maintained
4563F: Documentation/scsi/NinjaSCSI.txt
4564F: drivers/scsi/nsp32*
4565
4566NTFS FILESYSTEM
4567M: Anton Altaparmakov <anton@tuxera.com>
4568L: linux-ntfs-dev@lists.sourceforge.net
4569W: http://www.tuxera.com/
4570T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4571S: Supported
4572F: Documentation/filesystems/ntfs.txt
4573F: fs/ntfs/
4574
4575NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4576M: Antonino Daplas <adaplas@gmail.com>
4577L: linux-fbdev@vger.kernel.org
4578S: Maintained
4579F: drivers/video/riva/
4580F: drivers/video/nvidia/
4581
4582OMAP SUPPORT
4583M: Tony Lindgren <tony@atomide.com>
4584L: linux-omap@vger.kernel.org
4585W: http://www.muru.com/linux/omap/
4586W: http://linux.omap.com/
4587Q: http://patchwork.kernel.org/project/linux-omap/list/
4588T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4589S: Maintained
4590F: arch/arm/*omap*/
4591
4592OMAP CLOCK FRAMEWORK SUPPORT
4593M: Paul Walmsley <paul@pwsan.com>
4594L: linux-omap@vger.kernel.org
4595S: Maintained
4596F: arch/arm/*omap*/*clock*
4597
4598OMAP POWER MANAGEMENT SUPPORT
4599M: Kevin Hilman <khilman@ti.com>
4600L: linux-omap@vger.kernel.org
4601S: Maintained
4602F: arch/arm/*omap*/*pm*
4603
4604OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
4605M: Rajendra Nayak <rnayak@ti.com>
4606M: Paul Walmsley <paul@pwsan.com>
4607L: linux-omap@vger.kernel.org
4608S: Maintained
4609F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
4610F: arch/arm/mach-omap2/powerdomain44xx.c
4611F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
4612F: arch/arm/mach-omap2/clockdomain44xx.c
4613
4614OMAP AUDIO SUPPORT
4615M: Jarkko Nikula <jarkko.nikula@bitmer.com>
4616L: alsa-devel@alsa-project.org (subscribers-only)
4617L: linux-omap@vger.kernel.org
4618S: Maintained
4619F: sound/soc/omap/
4620
4621OMAP FRAMEBUFFER SUPPORT
4622M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4623L: linux-fbdev@vger.kernel.org
4624L: linux-omap@vger.kernel.org
4625S: Maintained
4626F: drivers/video/omap/
4627
4628OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4629M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4630L: linux-omap@vger.kernel.org
4631L: linux-fbdev@vger.kernel.org
4632S: Maintained
4633F: drivers/video/omap2/
4634F: Documentation/arm/OMAP/DSS
4635
4636OMAP MMC SUPPORT
4637M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4638L: linux-omap@vger.kernel.org
4639S: Maintained
4640F: drivers/mmc/host/omap.c
4641
4642OMAP HS MMC SUPPORT
4643L: linux-omap@vger.kernel.org
4644S: Orphan
4645F: drivers/mmc/host/omap_hsmmc.c
4646
4647OMAP RANDOM NUMBER GENERATOR SUPPORT
4648M: Deepak Saxena <dsaxena@plexity.net>
4649S: Maintained
4650F: drivers/char/hw_random/omap-rng.c
4651
4652OMAP HWMOD SUPPORT
4653M: Benoît Cousson <b-cousson@ti.com>
4654M: Paul Walmsley <paul@pwsan.com>
4655L: linux-omap@vger.kernel.org
4656S: Maintained
4657F: arch/arm/mach-omap2/omap_hwmod.c
4658F: arch/arm/plat-omap/include/plat/omap_hwmod.h
4659
4660OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4661M: Benoît Cousson <b-cousson@ti.com>
4662L: linux-omap@vger.kernel.org
4663S: Maintained
4664F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4665
4666OMAP IMAGE SIGNAL PROCESSOR (ISP)
4667M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4668L: linux-media@vger.kernel.org
4669S: Maintained
4670F: drivers/media/video/omap3isp/*
4671
4672OMAP USB SUPPORT
4673M: Felipe Balbi <balbi@ti.com>
4674L: linux-usb@vger.kernel.org
4675L: linux-omap@vger.kernel.org
4676T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4677S: Maintained
4678F: drivers/usb/*/*omap*
4679F: arch/arm/*omap*/usb*
4680
4681OMFS FILESYSTEM
4682M: Bob Copeland <me@bobcopeland.com>
4683L: linux-karma-devel@lists.sourceforge.net
4684S: Maintained
4685F: Documentation/filesystems/omfs.txt
4686F: fs/omfs/
4687
4688OMNIKEY CARDMAN 4000 DRIVER
4689M: Harald Welte <laforge@gnumonks.org>
4690S: Maintained
4691F: drivers/char/pcmcia/cm4000_cs.c
4692F: include/linux/cm4000_cs.h
4693
4694OMNIKEY CARDMAN 4040 DRIVER
4695M: Harald Welte <laforge@gnumonks.org>
4696S: Maintained
4697F: drivers/char/pcmcia/cm4040_cs.*
4698
4699OMNIVISION OV7670 SENSOR DRIVER
4700M: Jonathan Corbet <corbet@lwn.net>
4701L: linux-media@vger.kernel.org
4702T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4703S: Maintained
4704F: drivers/media/video/ov7670.c
4705
4706ONENAND FLASH DRIVER
4707M: Kyungmin Park <kyungmin.park@samsung.com>
4708L: linux-mtd@lists.infradead.org
4709S: Maintained
4710F: drivers/mtd/onenand/
4711F: include/linux/mtd/onenand*.h
4712
4713ONSTREAM SCSI TAPE DRIVER
4714M: Willem Riede <osst@riede.org>
4715L: osst-users@lists.sourceforge.net
4716L: linux-scsi@vger.kernel.org
4717S: Maintained
4718F: drivers/scsi/osst*
4719F: drivers/scsi/st*
4720
4721OPENCORES I2C BUS DRIVER
4722M: Peter Korsgaard <jacmet@sunsite.dk>
4723L: linux-i2c@vger.kernel.org
4724S: Maintained
4725F: Documentation/i2c/busses/i2c-ocores
4726F: drivers/i2c/busses/i2c-ocores.c
4727
4728OPEN FIRMWARE AND FLATTENED DEVICE TREE
4729M: Grant Likely <grant.likely@secretlab.ca>
4730L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
4731W: http://fdt.secretlab.ca
4732T: git git://git.secretlab.ca/git/linux-2.6.git
4733S: Maintained
4734F: drivers/of
4735F: include/linux/of*.h
4736K: of_get_property
4737K: of_match_table
4738
4739OPENRISC ARCHITECTURE
4740M: Jonas Bonn <jonas@southpole.se>
4741W: http://openrisc.net
4742L: linux@lists.openrisc.net
4743S: Maintained
4744T: git git://openrisc.net/~jonas/linux
4745F: arch/openrisc
4746
4747OPL4 DRIVER
4748M: Clemens Ladisch <clemens@ladisch.de>
4749L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4750T: git git://git.alsa-project.org/alsa-kernel.git
4751S: Maintained
4752F: sound/drivers/opl4/
4753
4754OPROFILE
4755M: Robert Richter <robert.richter@amd.com>
4756L: oprofile-list@lists.sf.net
4757S: Maintained
4758F: arch/*/include/asm/oprofile*.h
4759F: arch/*/oprofile/
4760F: drivers/oprofile/
4761F: include/linux/oprofile.h
4762
4763ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4764M: Mark Fasheh <mfasheh@suse.com>
4765M: Joel Becker <jlbec@evilplan.org>
4766L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4767W: http://oss.oracle.com/projects/ocfs2/
4768T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4769S: Supported
4770F: Documentation/filesystems/ocfs2.txt
4771F: Documentation/filesystems/dlmfs.txt
4772F: fs/ocfs2/
4773
4774ORINOCO DRIVER
4775L: linux-wireless@vger.kernel.org
4776L: orinoco-users@lists.sourceforge.net
4777L: orinoco-devel@lists.sourceforge.net
4778W: http://linuxwireless.org/en/users/Drivers/orinoco
4779W: http://www.nongnu.org/orinoco/
4780S: Orphan
4781F: drivers/net/wireless/orinoco/
4782
4783OSD LIBRARY and FILESYSTEM
4784M: Boaz Harrosh <bharrosh@panasas.com>
4785M: Benny Halevy <bhalevy@panasas.com>
4786L: osd-dev@open-osd.org
4787W: http://open-osd.org
4788T: git git://git.open-osd.org/open-osd.git
4789S: Maintained
4790F: drivers/scsi/osd/
4791F: include/scsi/osd_*
4792F: fs/exofs/
4793
4794P54 WIRELESS DRIVER
4795M: Christian Lamparter <chunkeey@googlemail.com>
4796L: linux-wireless@vger.kernel.org
4797W: http://wireless.kernel.org/en/users/Drivers/p54
4798S: Maintained
4799F: drivers/net/wireless/p54/
4800
4801PA SEMI ETHERNET DRIVER
4802M: Olof Johansson <olof@lixom.net>
4803L: netdev@vger.kernel.org
4804S: Maintained
4805F: drivers/net/pasemi_mac.*
4806
4807PA SEMI SMBUS DRIVER
4808M: Olof Johansson <olof@lixom.net>
4809L: linux-i2c@vger.kernel.org
4810S: Maintained
4811F: drivers/i2c/busses/i2c-pasemi.c
4812
4813PADATA PARALLEL EXECUTION MECHANISM
4814M: Steffen Klassert <steffen.klassert@secunet.com>
4815L: linux-crypto@vger.kernel.org
4816S: Maintained
4817F: kernel/padata.c
4818F: include/linux/padata.h
4819F: Documentation/padata.txt
4820
4821PANASONIC LAPTOP ACPI EXTRAS DRIVER
4822M: Harald Welte <laforge@gnumonks.org>
4823L: platform-driver-x86@vger.kernel.org
4824S: Maintained
4825F: drivers/platform/x86/panasonic-laptop.c
4826
4827PANASONIC MN10300/AM33/AM34 PORT
4828M: David Howells <dhowells@redhat.com>
4829M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4830L: linux-am33-list@redhat.com (moderated for non-subscribers)
4831W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4832S: Maintained
4833F: Documentation/mn10300/
4834F: arch/mn10300/
4835
4836PARALLEL PORT SUPPORT
4837L: linux-parport@lists.infradead.org (subscribers-only)
4838S: Orphan
4839F: drivers/parport/
4840F: include/linux/parport*.h
4841F: drivers/char/ppdev.c
4842F: include/linux/ppdev.h
4843
4844PARAVIRT_OPS INTERFACE
4845M: Jeremy Fitzhardinge <jeremy@xensource.com>
4846M: Chris Wright <chrisw@sous-sol.org>
4847M: Alok Kataria <akataria@vmware.com>
4848M: Rusty Russell <rusty@rustcorp.com.au>
4849L: virtualization@lists.linux-foundation.org
4850S: Supported
4851F: Documentation/ia64/paravirt_ops.txt
4852F: arch/*/kernel/paravirt*
4853F: arch/*/include/asm/paravirt.h
4854
4855PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4856M: Tim Waugh <tim@cyberelk.net>
4857L: linux-parport@lists.infradead.org (subscribers-only)
4858W: http://www.torque.net/linux-pp.html
4859S: Maintained
4860F: Documentation/blockdev/paride.txt
4861F: drivers/block/paride/
4862
4863PARISC ARCHITECTURE
4864M: Kyle McMartin <kyle@mcmartin.ca>
4865M: Helge Deller <deller@gmx.de>
4866M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4867L: linux-parisc@vger.kernel.org
4868W: http://www.parisc-linux.org/
4869Q: http://patchwork.kernel.org/project/linux-parisc/list/
4870T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4871S: Maintained
4872F: arch/parisc/
4873F: drivers/parisc/
4874
4875PC87360 HARDWARE MONITORING DRIVER
4876M: Jim Cromie <jim.cromie@gmail.com>
4877L: lm-sensors@lm-sensors.org
4878S: Maintained
4879F: Documentation/hwmon/pc87360
4880F: drivers/hwmon/pc87360.c
4881
4882PC8736x GPIO DRIVER
4883M: Jim Cromie <jim.cromie@gmail.com>
4884S: Maintained
4885F: drivers/char/pc8736x_gpio.c
4886
4887PC87427 HARDWARE MONITORING DRIVER
4888M: Jean Delvare <khali@linux-fr.org>
4889L: lm-sensors@lm-sensors.org
4890S: Maintained
4891F: Documentation/hwmon/pc87427
4892F: drivers/hwmon/pc87427.c
4893
4894PCA9532 LED DRIVER
4895M: Riku Voipio <riku.voipio@iki.fi>
4896S: Maintained
4897F: drivers/leds/leds-pca9532.c
4898F: include/linux/leds-pca9532.h
4899
4900PCA9541 I2C BUS MASTER SELECTOR DRIVER
4901M: Guenter Roeck <guenter.roeck@ericsson.com>
4902L: linux-i2c@vger.kernel.org
4903S: Maintained
4904F: drivers/i2c/muxes/pca9541.c
4905
4906PCA9564/PCA9665 I2C BUS DRIVER
4907M: Wolfram Sang <w.sang@pengutronix.de>
4908L: linux-i2c@vger.kernel.org
4909S: Maintained
4910F: drivers/i2c/algos/i2c-algo-pca.c
4911F: drivers/i2c/busses/i2c-pca-*
4912F: include/linux/i2c-algo-pca.h
4913F: include/linux/i2c-pca-platform.h
4914
4915PCI ERROR RECOVERY
4916M: Linas Vepstas <linas@austin.ibm.com>
4917L: linux-pci@vger.kernel.org
4918S: Supported
4919F: Documentation/PCI/pci-error-recovery.txt
4920F: Documentation/powerpc/eeh-pci-error-recovery.txt
4921
4922PCI SUBSYSTEM
4923M: Jesse Barnes <jbarnes@virtuousgeek.org>
4924L: linux-pci@vger.kernel.org
4925Q: http://patchwork.kernel.org/project/linux-pci/list/
4926T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4927S: Supported
4928F: Documentation/PCI/
4929F: drivers/pci/
4930F: include/linux/pci*
4931
4932PCI HOTPLUG
4933M: Jesse Barnes <jbarnes@virtuousgeek.org>
4934L: linux-pci@vger.kernel.org
4935S: Supported
4936F: drivers/pci/hotplug
4937
4938PCMCIA SUBSYSTEM
4939P: Linux PCMCIA Team
4940L: linux-pcmcia@lists.infradead.org
4941W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4942T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4943S: Maintained
4944F: Documentation/pcmcia/
4945F: drivers/pcmcia/
4946F: include/pcmcia/
4947
4948PCNET32 NETWORK DRIVER
4949M: Don Fry <pcnet32@frontier.com>
4950L: netdev@vger.kernel.org
4951S: Maintained
4952F: drivers/net/pcnet32.c
4953
4954PCRYPT PARALLEL CRYPTO ENGINE
4955M: Steffen Klassert <steffen.klassert@secunet.com>
4956L: linux-crypto@vger.kernel.org
4957S: Maintained
4958F: crypto/pcrypt.c
4959F: include/crypto/pcrypt.h
4960
4961PER-CPU MEMORY ALLOCATOR
4962M: Tejun Heo <tj@kernel.org>
4963M: Christoph Lameter <cl@linux-foundation.org>
4964T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
4965S: Maintained
4966F: include/linux/percpu*.h
4967F: mm/percpu*.c
4968F: arch/*/include/asm/percpu.h
4969
4970PER-TASK DELAY ACCOUNTING
4971M: Balbir Singh <bsingharora@gmail.com>
4972S: Maintained
4973F: include/linux/delayacct.h
4974F: kernel/delayacct.c
4975
4976PERFORMANCE EVENTS SUBSYSTEM
4977M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4978M: Paul Mackerras <paulus@samba.org>
4979M: Ingo Molnar <mingo@elte.hu>
4980M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4981S: Supported
4982F: kernel/events/*
4983F: include/linux/perf_event.h
4984F: arch/*/kernel/perf_event*.c
4985F: arch/*/kernel/*/perf_event*.c
4986F: arch/*/kernel/*/*/perf_event*.c
4987F: arch/*/include/asm/perf_event.h
4988F: arch/*/lib/perf_event*.c
4989F: arch/*/kernel/perf_callchain.c
4990F: tools/perf/
4991
4992PERSONALITY HANDLING
4993M: Christoph Hellwig <hch@infradead.org>
4994L: linux-abi-devel@lists.sourceforge.net
4995S: Maintained
4996F: include/linux/personality.h
4997
4998PHONET PROTOCOL
4999M: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
5000S: Supported
5001F: Documentation/networking/phonet.txt
5002F: include/linux/phonet.h
5003F: include/net/phonet/
5004F: net/phonet/
5005
5006PHRAM MTD DRIVER
5007M: Joern Engel <joern@lazybastard.org>
5008L: linux-mtd@lists.infradead.org
5009S: Maintained
5010F: drivers/mtd/devices/phram.c
5011
5012PKTCDVD DRIVER
5013M: Peter Osterlund <petero2@telia.com>
5014S: Maintained
5015F: drivers/block/pktcdvd.c
5016F: include/linux/pktcdvd.h
5017
5018PKUNITY SOC DRIVERS
5019M: Guan Xuetao <gxt@mprc.pku.edu.cn>
5020W: http://mprc.pku.edu.cn/~guanxuetao/linux
5021S: Maintained
5022T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5023F: drivers/input/serio/i8042-unicore32io.h
5024F: drivers/i2c/busses/i2c-puv3.c
5025F: drivers/video/fb-puv3.c
5026F: drivers/rtc/rtc-puv3.c
5027
5028PMBUS HARDWARE MONITORING DRIVERS
5029M: Guenter Roeck <guenter.roeck@ericsson.com>
5030L: lm-sensors@lm-sensors.org
5031W: http://www.lm-sensors.org/
5032W: http://www.roeck-us.net/linux/drivers/
5033T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5034S: Maintained
5035F: Documentation/hwmon/pmbus
5036F: drivers/hwmon/pmbus/
5037F: include/linux/i2c/pmbus.h
5038
5039PMC SIERRA MaxRAID DRIVER
5040M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5041L: linux-scsi@vger.kernel.org
5042W: http://www.pmc-sierra.com/
5043S: Supported
5044F: drivers/scsi/pmcraid.*
5045
5046PMC SIERRA PM8001 DRIVER
5047M: jack_wang@usish.com
5048M: lindar_liu@usish.com
5049L: linux-scsi@vger.kernel.org
5050S: Supported
5051F: drivers/scsi/pm8001/
5052
5053POSIX CLOCKS and TIMERS
5054M: Thomas Gleixner <tglx@linutronix.de>
5055S: Supported
5056F: fs/timerfd.c
5057F: include/linux/timer*
5058F: kernel/*timer*
5059
5060POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5061M: Anton Vorontsov <cbou@mail.ru>
5062M: David Woodhouse <dwmw2@infradead.org>
5063T: git git://git.infradead.org/battery-2.6.git
5064S: Maintained
5065F: include/linux/power_supply.h
5066F: drivers/power/power_supply*
5067
5068PNP SUPPORT
5069M: Adam Belay <abelay@mit.edu>
5070M: Bjorn Helgaas <bhelgaas@google.com>
5071S: Maintained
5072F: drivers/pnp/
5073
5074PNXxxxx I2C DRIVER
5075M: Vitaly Wool <vitalywool@gmail.com>
5076L: linux-i2c@vger.kernel.org
5077S: Maintained
5078F: drivers/i2c/busses/i2c-pnx.c
5079
5080PPP PROTOCOL DRIVERS AND COMPRESSORS
5081M: Paul Mackerras <paulus@samba.org>
5082L: linux-ppp@vger.kernel.org
5083S: Maintained
5084F: drivers/net/ppp_*
5085
5086PPP OVER ATM (RFC 2364)
5087M: Mitchell Blank Jr <mitch@sfgoth.com>
5088S: Maintained
5089F: net/atm/pppoatm.c
5090F: include/linux/atmppp.h
5091
5092PPP OVER ETHERNET
5093M: Michal Ostrowski <mostrows@earthlink.net>
5094S: Maintained
5095F: drivers/net/pppoe.c
5096F: drivers/net/pppox.c
5097
5098PPP OVER L2TP
5099M: James Chapman <jchapman@katalix.com>
5100S: Maintained
5101F: net/l2tp/l2tp_ppp.c
5102F: include/linux/if_pppol2tp.h
5103
5104PPS SUPPORT
5105M: Rodolfo Giometti <giometti@enneenne.com>
5106W: http://wiki.enneenne.com/index.php/LinuxPPS_support
5107L: linuxpps@ml.enneenne.com (subscribers-only)
5108S: Maintained
5109F: Documentation/pps/
5110F: drivers/pps/
5111F: include/linux/pps*.h
5112
5113PPTP DRIVER
5114M: Dmitry Kozlov <xeb@mail.ru>
5115L: netdev@vger.kernel.org
5116S: Maintained
5117F: drivers/net/pptp.c
5118W: http://sourceforge.net/projects/accel-pptp
5119
5120PREEMPTIBLE KERNEL
5121M: Robert Love <rml@tech9.net>
5122L: kpreempt-tech@lists.sourceforge.net
5123W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5124S: Supported
5125F: Documentation/preempt-locking.txt
5126F: include/linux/preempt.h
5127
5128PRISM54 WIRELESS DRIVER
5129M: "Luis R. Rodriguez" <mcgrof@gmail.com>
5130L: linux-wireless@vger.kernel.org
5131W: http://wireless.kernel.org/en/users/Drivers/p54
5132S: Obsolete
5133F: drivers/net/wireless/prism54/
5134
5135PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5136M: Mikael Pettersson <mikpe@it.uu.se>
5137L: linux-ide@vger.kernel.org
5138S: Maintained
5139F: drivers/ata/sata_promise.*
5140
5141PS3 NETWORK SUPPORT
5142M: Geoff Levand <geoff@infradead.org>
5143L: netdev@vger.kernel.org
5144L: cbe-oss-dev@lists.ozlabs.org
5145S: Maintained
5146F: drivers/net/ps3_gelic_net.*
5147
5148PS3 PLATFORM SUPPORT
5149M: Geoff Levand <geoff@infradead.org>
5150L: linuxppc-dev@lists.ozlabs.org
5151L: cbe-oss-dev@lists.ozlabs.org
5152S: Maintained
5153F: arch/powerpc/boot/ps3*
5154F: arch/powerpc/include/asm/lv1call.h
5155F: arch/powerpc/include/asm/ps3*.h
5156F: arch/powerpc/platforms/ps3/
5157F: drivers/*/ps3*
5158F: drivers/ps3/
5159F: drivers/rtc/rtc-ps3.c
5160F: drivers/usb/host/*ps3.c
5161F: sound/ppc/snd_ps3*
5162
5163PS3VRAM DRIVER
5164M: Jim Paris <jim@jtan.com>
5165L: cbe-oss-dev@lists.ozlabs.org
5166S: Maintained
5167F: drivers/block/ps3vram.c
5168
5169PTRACE SUPPORT
5170M: Roland McGrath <roland@redhat.com>
5171M: Oleg Nesterov <oleg@redhat.com>
5172S: Maintained
5173F: include/asm-generic/syscall.h
5174F: include/linux/ptrace.h
5175F: include/linux/regset.h
5176F: include/linux/tracehook.h
5177F: kernel/ptrace.c
5178
5179PVRUSB2 VIDEO4LINUX DRIVER
5180M: Mike Isely <isely@pobox.com>
5181L: pvrusb2@isely.net (subscribers-only)
5182L: linux-media@vger.kernel.org
5183W: http://www.isely.net/pvrusb2/
5184T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5185S: Maintained
5186F: Documentation/video4linux/README.pvrusb2
5187F: drivers/media/video/pvrusb2/
5188
5189PXA2xx/PXA3xx SUPPORT
5190M: Eric Miao <eric.y.miao@gmail.com>
5191M: Russell King <linux@arm.linux.org.uk>
5192L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5193S: Maintained
5194F: arch/arm/mach-pxa/
5195F: drivers/pcmcia/pxa2xx*
5196F: drivers/spi/pxa2xx*
5197F: drivers/usb/gadget/pxa2*
5198F: include/sound/pxa2xx-lib.h
5199F: sound/arm/pxa*
5200F: sound/soc/pxa
5201
5202PXA168 SUPPORT
5203M: Eric Miao <eric.y.miao@gmail.com>
5204M: Jason Chagas <jason.chagas@marvell.com>
5205L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5206T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5207S: Maintained
5208
5209PXA910 SUPPORT
5210M: Eric Miao <eric.y.miao@gmail.com>
5211L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5212T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5213S: Maintained
5214
5215MMP2 SUPPORT (aka ARMADA610)
5216M: Haojian Zhuang <haojian.zhuang@marvell.com>
5217M: Eric Miao <eric.y.miao@gmail.com>
5218L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5219T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5220S: Maintained
5221
5222PXA MMCI DRIVER
5223S: Orphan
5224
5225PXA RTC DRIVER
5226M: Robert Jarzmik <robert.jarzmik@free.fr>
5227L: rtc-linux@googlegroups.com
5228S: Maintained
5229
5230QIB DRIVER
5231M: Mike Marciniszyn <infinipath@qlogic.com>
5232L: linux-rdma@vger.kernel.org
5233S: Supported
5234F: drivers/infiniband/hw/qib/
5235
5236QLOGIC QLA1280 SCSI DRIVER
5237M: Michael Reed <mdr@sgi.com>
5238L: linux-scsi@vger.kernel.org
5239S: Maintained
5240F: drivers/scsi/qla1280.[ch]
5241
5242QLOGIC QLA2XXX FC-SCSI DRIVER
5243M: Andrew Vasquez <andrew.vasquez@qlogic.com>
5244M: linux-driver@qlogic.com
5245L: linux-scsi@vger.kernel.org
5246S: Supported
5247F: Documentation/scsi/LICENSE.qla2xxx
5248F: drivers/scsi/qla2xxx/
5249
5250QLOGIC QLA4XXX iSCSI DRIVER
5251M: Ravi Anand <ravi.anand@qlogic.com>
5252M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5253M: iscsi-driver@qlogic.com
5254L: linux-scsi@vger.kernel.org
5255S: Supported
5256F: drivers/scsi/qla4xxx/
5257
5258QLOGIC QLA3XXX NETWORK DRIVER
5259M: Ron Mercer <ron.mercer@qlogic.com>
5260M: linux-driver@qlogic.com
5261L: netdev@vger.kernel.org
5262S: Supported
5263F: Documentation/networking/LICENSE.qla3xxx
5264F: drivers/net/qla3xxx.*
5265
5266QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5267M: Amit Kumar Salecha <amit.salecha@qlogic.com>
5268M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5269M: linux-driver@qlogic.com
5270L: netdev@vger.kernel.org
5271S: Supported
5272F: drivers/net/qlcnic/
5273
5274QLOGIC QLGE 10Gb ETHERNET DRIVER
5275M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5276M: Ron Mercer <ron.mercer@qlogic.com>
5277M: linux-driver@qlogic.com
5278L: netdev@vger.kernel.org
5279S: Supported
5280F: drivers/net/qlge/
5281
5282QNX4 FILESYSTEM
5283M: Anders Larsen <al@alarsen.net>
5284W: http://www.alarsen.net/linux/qnx4fs/
5285S: Maintained
5286F: fs/qnx4/
5287F: include/linux/qnx4_fs.h
5288F: include/linux/qnxtypes.h
5289
5290RADOS BLOCK DEVICE (RBD)
5291F: include/linux/qnxtypes.h
5292M: Yehuda Sadeh <yehuda@hq.newdream.net>
5293M: Sage Weil <sage@newdream.net>
5294M: ceph-devel@vger.kernel.org
5295S: Supported
5296F: drivers/block/rbd.c
5297F: drivers/block/rbd_types.h
5298
5299RADEON FRAMEBUFFER DISPLAY DRIVER
5300M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5301L: linux-fbdev@vger.kernel.org
5302S: Maintained
5303F: drivers/video/aty/radeon*
5304F: include/linux/radeonfb.h
5305
5306RAGE128 FRAMEBUFFER DISPLAY DRIVER
5307M: Paul Mackerras <paulus@samba.org>
5308L: linux-fbdev@vger.kernel.org
5309S: Maintained
5310F: drivers/video/aty/aty128fb.c
5311
5312RALINK RT2X00 WIRELESS LAN DRIVER
5313P: rt2x00 project
5314M: Ivo van Doorn <IvDoorn@gmail.com>
5315M: Gertjan van Wingerde <gwingerde@gmail.com>
5316M: Helmut Schaa <helmut.schaa@googlemail.com>
5317L: linux-wireless@vger.kernel.org
5318L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5319W: http://rt2x00.serialmonkey.com/
5320S: Maintained
5321T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5322F: drivers/net/wireless/rt2x00/
5323
5324RAMDISK RAM BLOCK DEVICE DRIVER
5325M: Nick Piggin <npiggin@kernel.dk>
5326S: Maintained
5327F: Documentation/blockdev/ramdisk.txt
5328F: drivers/block/brd.c
5329
5330RANDOM NUMBER DRIVER
5331M: Matt Mackall <mpm@selenic.com>
5332S: Maintained
5333F: drivers/char/random.c
5334
5335RAPIDIO SUBSYSTEM
5336M: Matt Porter <mporter@kernel.crashing.org>
5337M: Alexandre Bounine <alexandre.bounine@idt.com>
5338S: Maintained
5339F: drivers/rapidio/
5340
5341RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5342L: linux-wireless@vger.kernel.org
5343S: Orphan
5344F: drivers/net/wireless/ray*
5345
5346RCUTORTURE MODULE
5347M: Josh Triplett <josh@freedesktop.org>
5348M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5349S: Supported
5350T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5351F: Documentation/RCU/torture.txt
5352F: kernel/rcutorture.c
5353
5354RDC R-321X SoC
5355M: Florian Fainelli <florian@openwrt.org>
5356S: Maintained
5357
5358RDC R6040 FAST ETHERNET DRIVER
5359M: Florian Fainelli <florian@openwrt.org>
5360L: netdev@vger.kernel.org
5361S: Maintained
5362F: drivers/net/r6040.c
5363
5364RDS - RELIABLE DATAGRAM SOCKETS
5365M: Andy Grover <andy.grover@oracle.com>
5366L: rds-devel@oss.oracle.com (moderated for non-subscribers)
5367S: Supported
5368F: net/rds/
5369
5370READ-COPY UPDATE (RCU)
5371M: Dipankar Sarma <dipankar@in.ibm.com>
5372M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5373W: http://www.rdrop.com/users/paulmck/rclock/
5374S: Supported
5375T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5376F: Documentation/RCU/
5377F: include/linux/rcu*
5378F: include/linux/srcu*
5379F: kernel/rcu*
5380F: kernel/srcu*
5381X: kernel/rcutorture.c
5382
5383REAL TIME CLOCK (RTC) SUBSYSTEM
5384M: Alessandro Zummo <a.zummo@towertech.it>
5385L: rtc-linux@googlegroups.com
5386Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
5387S: Maintained
5388F: Documentation/rtc.txt
5389F: drivers/rtc/
5390F: include/linux/rtc.h
5391
5392REISERFS FILE SYSTEM
5393L: reiserfs-devel@vger.kernel.org
5394S: Supported
5395F: fs/reiserfs/
5396
5397REGISTER MAP ABSTRACTION
5398M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5399T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
5400S: Supported
5401F: drivers/base/regmap/
5402F: include/linux/regmap.h
5403
5404RFKILL
5405M: Johannes Berg <johannes@sipsolutions.net>
5406L: linux-wireless@vger.kernel.org
5407S: Maintained
5408F: Documentation/rfkill.txt
5409F: net/rfkill/
5410
5411RICOH SMARTMEDIA/XD DRIVER
5412M: Maxim Levitsky <maximlevitsky@gmail.com>
5413S: Maintained
5414F: drivers/mtd/nand/r852.c
5415F: drivers/mtd/nand/r852.h
5416
5417RICOH R5C592 MEMORYSTICK DRIVER
5418M: Maxim Levitsky <maximlevitsky@gmail.com>
5419S: Maintained
5420F: drivers/memstick/host/r592.*
5421
5422RISCOM8 DRIVER
5423S: Orphan
5424F: Documentation/serial/riscom8.txt
5425F: drivers/staging/tty/riscom8*
5426
5427ROCKETPORT DRIVER
5428P: Comtrol Corp.
5429W: http://www.comtrol.com
5430S: Maintained
5431F: Documentation/serial/rocket.txt
5432F: drivers/tty/rocket*
5433
5434ROSE NETWORK LAYER
5435M: Ralf Baechle <ralf@linux-mips.org>
5436L: linux-hams@vger.kernel.org
5437W: http://www.linux-ax25.org/
5438S: Maintained
5439F: include/linux/rose.h
5440F: include/net/rose.h
5441F: net/rose/
5442
5443RTL8180 WIRELESS DRIVER
5444M: "John W. Linville" <linville@tuxdriver.com>
5445L: linux-wireless@vger.kernel.org
5446W: http://linuxwireless.org/
5447T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5448S: Maintained
5449F: drivers/net/wireless/rtl818x/rtl8180/
5450
5451RTL8187 WIRELESS DRIVER
5452M: Herton Ronaldo Krzesinski <herton@canonical.com>
5453M: Hin-Tak Leung <htl10@users.sourceforge.net>
5454M: Larry Finger <Larry.Finger@lwfinger.net>
5455L: linux-wireless@vger.kernel.org
5456W: http://linuxwireless.org/
5457T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5458S: Maintained
5459F: drivers/net/wireless/rtl818x/rtl8187/
5460
5461RTL8192CE WIRELESS DRIVER
5462M: Larry Finger <Larry.Finger@lwfinger.net>
5463M: Chaoming Li <chaoming_li@realsil.com.cn>
5464L: linux-wireless@vger.kernel.org
5465W: http://linuxwireless.org/
5466T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5467S: Maintained
5468F: drivers/net/wireless/rtlwifi/
5469F: drivers/net/wireless/rtlwifi/rtl8192ce/
5470
5471S3 SAVAGE FRAMEBUFFER DRIVER
5472M: Antonino Daplas <adaplas@gmail.com>
5473L: linux-fbdev@vger.kernel.org
5474S: Maintained
5475F: drivers/video/savage/
5476
5477S390
5478M: Martin Schwidefsky <schwidefsky@de.ibm.com>
5479M: Heiko Carstens <heiko.carstens@de.ibm.com>
5480M: linux390@de.ibm.com
5481L: linux-s390@vger.kernel.org
5482W: http://www.ibm.com/developerworks/linux/linux390/
5483S: Supported
5484F: arch/s390/
5485F: drivers/s390/
5486F: fs/partitions/ibm.c
5487F: Documentation/s390/
5488F: Documentation/DocBook/s390*
5489
5490S390 NETWORK DRIVERS
5491M: Ursula Braun <ursula.braun@de.ibm.com>
5492M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
5493M: linux390@de.ibm.com
5494L: linux-s390@vger.kernel.org
5495W: http://www.ibm.com/developerworks/linux/linux390/
5496S: Supported
5497F: drivers/s390/net/
5498
5499S390 ZCRYPT DRIVER
5500M: Holger Dengler <hd@linux.vnet.ibm.com>
5501M: linux390@de.ibm.com
5502L: linux-s390@vger.kernel.org
5503W: http://www.ibm.com/developerworks/linux/linux390/
5504S: Supported
5505F: drivers/s390/crypto/
5506
5507S390 ZFCP DRIVER
5508M: Steffen Maier <maier@linux.vnet.ibm.com>
5509M: linux390@de.ibm.com
5510L: linux-s390@vger.kernel.org
5511W: http://www.ibm.com/developerworks/linux/linux390/
5512S: Supported
5513F: drivers/s390/scsi/zfcp_*
5514
5515S390 IUCV NETWORK LAYER
5516M: Ursula Braun <ursula.braun@de.ibm.com>
5517M: linux390@de.ibm.com
5518L: linux-s390@vger.kernel.org
5519W: http://www.ibm.com/developerworks/linux/linux390/
5520S: Supported
5521F: drivers/s390/net/*iucv*
5522F: include/net/iucv/
5523F: net/iucv/
5524
5525S3C24XX SD/MMC Driver
5526M: Ben Dooks <ben-linux@fluff.org>
5527L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5528S: Supported
5529F: drivers/mmc/host/s3cmci.*
5530
5531SAA7146 VIDEO4LINUX-2 DRIVER
5532M: Michael Hunold <michael@mihu.de>
5533L: linux-media@vger.kernel.org
5534T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5535W: http://www.mihu.de/linux/saa7146
5536S: Maintained
5537F: drivers/media/common/saa7146*
5538F: drivers/media/video/*7146*
5539F: include/media/*7146*
5540
5541SAMSUNG AUDIO (ASoC) DRIVERS
5542M: Jassi Brar <jassisinghbrar@gmail.com>
5543M: Sangbeom Kim <sbkim73@samsung.com>
5544L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5545S: Supported
5546F: sound/soc/samsung
5547
5548SERIAL DRIVERS
5549M: Alan Cox <alan@linux.intel.com>
5550L: linux-serial@vger.kernel.org
5551S: Maintained
5552F: drivers/tty/serial
5553
5554SYNOPSYS DESIGNWARE DMAC DRIVER
5555M: Viresh Kumar <viresh.kumar@st.com>
5556S: Maintained
5557F: include/linux/dw_dmac.h
5558F: drivers/dma/dw_dmac_regs.h
5559F: drivers/dma/dw_dmac.c
5560
5561TIMEKEEPING, NTP
5562M: John Stultz <johnstul@us.ibm.com>
5563M: Thomas Gleixner <tglx@linutronix.de>
5564S: Supported
5565F: include/linux/clocksource.h
5566F: include/linux/time.h
5567F: include/linux/timex.h
5568F: kernel/time/clocksource.c
5569F: kernel/time/time*.c
5570F: kernel/time/ntp.c
5571F: drivers/clocksource
5572
5573TLG2300 VIDEO4LINUX-2 DRIVER
5574M: Huang Shijie <shijie8@gmail.com>
5575M: Kang Yong <kangyong@telegent.com>
5576M: Zhang Xiaobing <xbzhang@telegent.com>
5577S: Supported
5578F: drivers/media/video/tlg2300
5579
5580SC1200 WDT DRIVER
5581M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
5582S: Maintained
5583F: drivers/watchdog/sc1200wdt.c
5584
5585SCHEDULER
5586M: Ingo Molnar <mingo@elte.hu>
5587M: Peter Zijlstra <peterz@infradead.org>
5588S: Maintained
5589F: kernel/sched*
5590F: include/linux/sched.h
5591
5592SCORE ARCHITECTURE
5593M: Chen Liqin <liqin.chen@sunplusct.com>
5594M: Lennox Wu <lennox.wu@gmail.com>
5595W: http://www.sunplusct.com
5596S: Supported
5597F: arch/score/
5598
5599SCSI CDROM DRIVER
5600M: Jens Axboe <axboe@kernel.dk>
5601L: linux-scsi@vger.kernel.org
5602W: http://www.kernel.dk
5603S: Maintained
5604F: drivers/scsi/sr*
5605
5606SCSI RDMA PROTOCOL (SRP) INITIATOR
5607M: David Dillow <dillowda@ornl.gov>
5608L: linux-rdma@vger.kernel.org
5609S: Supported
5610W: http://www.openfabrics.org
5611Q: http://patchwork.kernel.org/project/linux-rdma/list/
5612T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5613F: drivers/infiniband/ulp/srp/
5614F: include/scsi/srp.h
5615
5616SCSI SG DRIVER
5617M: Doug Gilbert <dgilbert@interlog.com>
5618L: linux-scsi@vger.kernel.org
5619W: http://www.torque.net/sg
5620S: Maintained
5621F: drivers/scsi/sg.c
5622F: include/scsi/sg.h
5623
5624SCSI SUBSYSTEM
5625M: "James E.J. Bottomley" <JBottomley@parallels.com>
5626L: linux-scsi@vger.kernel.org
5627T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5628T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5629T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5630S: Maintained
5631F: drivers/scsi/
5632F: include/scsi/
5633
5634SCSI TAPE DRIVER
5635M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5636L: linux-scsi@vger.kernel.org
5637S: Maintained
5638F: Documentation/scsi/st.txt
5639F: drivers/scsi/st*
5640
5641SCTP PROTOCOL
5642M: Vlad Yasevich <vladislav.yasevich@hp.com>
5643M: Sridhar Samudrala <sri@us.ibm.com>
5644L: linux-sctp@vger.kernel.org
5645W: http://lksctp.sourceforge.net
5646S: Supported
5647F: Documentation/networking/sctp.txt
5648F: include/linux/sctp.h
5649F: include/net/sctp/
5650F: net/sctp/
5651
5652SCx200 CPU SUPPORT
5653M: Jim Cromie <jim.cromie@gmail.com>
5654S: Odd Fixes
5655F: Documentation/i2c/busses/scx200_acb
5656F: arch/x86/platform/scx200/
5657F: drivers/watchdog/scx200_wdt.c
5658F: drivers/i2c/busses/scx200*
5659F: drivers/mtd/maps/scx200_docflash.c
5660F: include/linux/scx200.h
5661
5662SCx200 GPIO DRIVER
5663M: Jim Cromie <jim.cromie@gmail.com>
5664S: Maintained
5665F: drivers/char/scx200_gpio.c
5666F: include/linux/scx200_gpio.h
5667
5668SCx200 HRT CLOCKSOURCE DRIVER
5669M: Jim Cromie <jim.cromie@gmail.com>
5670S: Maintained
5671F: drivers/clocksource/scx200_hrt.c
5672
5673SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5674M: Sascha Sommer <saschasommer@freenet.de>
5675L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5676S: Maintained
5677F: drivers/mmc/host/sdricoh_cs.c
5678
5679SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5680M: Chris Ball <cjb@laptop.org>
5681L: linux-mmc@vger.kernel.org
5682T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5683S: Maintained
5684F: drivers/mmc/host/sdhci.*
5685
5686SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5687M: Anton Vorontsov <avorontsov@ru.mvista.com>
5688L: linuxppc-dev@lists.ozlabs.org
5689L: linux-mmc@vger.kernel.org
5690S: Maintained
5691F: drivers/mmc/host/sdhci-of.*
5692
5693SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5694M: Ben Dooks <ben-linux@fluff.org>
5695L: linux-mmc@vger.kernel.org
5696S: Maintained
5697F: drivers/mmc/host/sdhci-s3c.c
5698
5699SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5700M: Viresh Kumar <viresh.kumar@st.com>
5701L: linux-mmc@vger.kernel.org
5702S: Maintained
5703F: drivers/mmc/host/sdhci-spear.c
5704
5705SECURITY SUBSYSTEM
5706M: James Morris <jmorris@namei.org>
5707L: linux-security-module@vger.kernel.org (suggested Cc:)
5708T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5709W: http://security.wiki.kernel.org/
5710S: Supported
5711F: security/
5712
5713SECURITY CONTACT
5714M: Security Officers <security@kernel.org>
5715S: Supported
5716
5717SELINUX SECURITY MODULE
5718M: Stephen Smalley <sds@tycho.nsa.gov>
5719M: James Morris <jmorris@namei.org>
5720M: Eric Paris <eparis@parisplace.org>
5721L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5722W: http://selinuxproject.org
5723T: git git://git.infradead.org/users/eparis/selinux.git
5724S: Supported
5725F: include/linux/selinux*
5726F: security/selinux/
5727F: scripts/selinux/
5728
5729APPARMOR SECURITY MODULE
5730M: John Johansen <john.johansen@canonical.com>
5731L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5732W: apparmor.wiki.kernel.org
5733T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5734S: Supported
5735F: security/apparmor/
5736
5737SENSABLE PHANTOM
5738M: Jiri Slaby <jirislaby@gmail.com>
5739S: Maintained
5740F: drivers/misc/phantom.c
5741F: include/linux/phantom.h
5742
5743SERIAL ATA (SATA) SUBSYSTEM
5744M: Jeff Garzik <jgarzik@pobox.com>
5745L: linux-ide@vger.kernel.org
5746T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5747S: Supported
5748F: drivers/ata/
5749F: include/linux/ata.h
5750F: include/linux/libata.h
5751
5752SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5753M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
5754L: linux-scsi@vger.kernel.org
5755W: http://www.emulex.com
5756S: Supported
5757F: drivers/scsi/be2iscsi/
5758
5759SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5760M: Sathya Perla <sathya.perla@emulex.com>
5761M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
5762M: Ajit Khaparde <ajit.khaparde@emulex.com>
5763L: netdev@vger.kernel.org
5764W: http://www.emulex.com
5765S: Supported
5766F: drivers/net/benet/
5767
5768SFC NETWORK DRIVER
5769M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5770M: Steve Hodgson <shodgson@solarflare.com>
5771M: Ben Hutchings <bhutchings@solarflare.com>
5772L: netdev@vger.kernel.org
5773S: Supported
5774F: drivers/net/sfc/
5775
5776SGI GRU DRIVER
5777M: Jack Steiner <steiner@sgi.com>
5778S: Maintained
5779F: drivers/misc/sgi-gru/
5780
5781SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5782M: Pat Gefre <pfg@sgi.com>
5783L: linux-ia64@vger.kernel.org
5784S: Supported
5785F: Documentation/ia64/serial.txt
5786F: drivers/tty/serial/ioc?_serial.c
5787F: include/linux/ioc?.h
5788
5789SGI VISUAL WORKSTATION 320 AND 540
5790M: Andrey Panin <pazke@donpac.ru>
5791L: linux-visws-devel@lists.sf.net
5792W: http://linux-visws.sf.net
5793S: Maintained for 2.6.
5794F: Documentation/sgi-visws.txt
5795
5796SGI XP/XPC/XPNET DRIVER
5797M: Robin Holt <holt@sgi.com>
5798S: Maintained
5799F: drivers/misc/sgi-xp/
5800
5801SIMPLE FIRMWARE INTERFACE (SFI)
5802M: Len Brown <lenb@kernel.org>
5803L: sfi-devel@simplefirmware.org
5804W: http://simplefirmware.org/
5805T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5806S: Supported
5807F: arch/x86/platform/sfi/
5808F: drivers/sfi/
5809F: include/linux/sfi*.h
5810
5811SIMTEC EB110ATX (Chalice CATS)
5812P: Ben Dooks
5813P: Vincent Sanders <vince@simtec.co.uk>
5814M: Simtec Linux Team <linux@simtec.co.uk>
5815W: http://www.simtec.co.uk/products/EB110ATX/
5816S: Supported
5817
5818SIMTEC EB2410ITX (BAST)
5819P: Ben Dooks
5820P: Vincent Sanders <vince@simtec.co.uk>
5821M: Simtec Linux Team <linux@simtec.co.uk>
5822W: http://www.simtec.co.uk/products/EB2410ITX/
5823S: Supported
5824F: arch/arm/mach-s3c2410/mach-bast.c
5825F: arch/arm/mach-s3c2410/bast-ide.c
5826F: arch/arm/mach-s3c2410/bast-irq.c
5827
5828TI DAVINCI MACHINE SUPPORT
5829M: Sekhar Nori <nsekhar@ti.com>
5830M: Kevin Hilman <khilman@ti.com>
5831L: davinci-linux-open-source@linux.davincidsp.com (subscribers-only)
5832Q: http://patchwork.kernel.org/project/linux-davinci/list/
5833S: Supported
5834F: arch/arm/mach-davinci
5835
5836SIS 190 ETHERNET DRIVER
5837M: Francois Romieu <romieu@fr.zoreil.com>
5838L: netdev@vger.kernel.org
5839S: Maintained
5840F: drivers/net/sis190.c
5841
5842SIS 900/7016 FAST ETHERNET DRIVER
5843M: Daniele Venzano <venza@brownhat.org>
5844W: http://www.brownhat.org/sis900.html
5845L: netdev@vger.kernel.org
5846S: Maintained
5847F: drivers/net/sis900.*
5848
5849SIS 96X I2C/SMBUS DRIVER
5850M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5851L: linux-i2c@vger.kernel.org
5852S: Maintained
5853F: Documentation/i2c/busses/i2c-sis96x
5854F: drivers/i2c/busses/i2c-sis96x.c
5855
5856SIS FRAMEBUFFER DRIVER
5857M: Thomas Winischhofer <thomas@winischhofer.net>
5858W: http://www.winischhofer.net/linuxsisvga.shtml
5859S: Maintained
5860F: Documentation/fb/sisfb.txt
5861F: drivers/video/sis/
5862F: include/video/sisfb.h
5863
5864SIS USB2VGA DRIVER
5865M: Thomas Winischhofer <thomas@winischhofer.net>
5866W: http://www.winischhofer.at/linuxsisusbvga.shtml
5867S: Maintained
5868F: drivers/usb/misc/sisusbvga/
5869
5870SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5871M: Stephen Hemminger <shemminger@linux-foundation.org>
5872L: netdev@vger.kernel.org
5873S: Maintained
5874F: drivers/net/skge.*
5875F: drivers/net/sky2.*
5876
5877SLAB ALLOCATOR
5878M: Christoph Lameter <cl@linux-foundation.org>
5879M: Pekka Enberg <penberg@kernel.org>
5880M: Matt Mackall <mpm@selenic.com>
5881L: linux-mm@kvack.org
5882S: Maintained
5883F: include/linux/sl?b*.h
5884F: mm/sl?b.c
5885
5886SMC91x ETHERNET DRIVER
5887M: Nicolas Pitre <nico@fluxnic.net>
5888S: Odd Fixes
5889F: drivers/net/smc91x.*
5890
5891SMM665 HARDWARE MONITOR DRIVER
5892M: Guenter Roeck <linux@roeck-us.net>
5893L: lm-sensors@lm-sensors.org
5894S: Maintained
5895F: Documentation/hwmon/smm665
5896F: drivers/hwmon/smm665.c
5897
5898SMSC EMC2103 HARDWARE MONITOR DRIVER
5899M: Steve Glendinning <steve.glendinning@smsc.com>
5900L: lm-sensors@lm-sensors.org
5901S: Supported
5902F: Documentation/hwmon/emc2103
5903F: drivers/hwmon/emc2103.c
5904
5905SMSC SCH5627 HARDWARE MONITOR DRIVER
5906M: Hans de Goede <hdegoede@redhat.com>
5907L: lm-sensors@lm-sensors.org
5908S: Supported
5909F: Documentation/hwmon/sch5627
5910F: drivers/hwmon/sch5627.c
5911
5912SMSC47B397 HARDWARE MONITOR DRIVER
5913M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5914L: lm-sensors@lm-sensors.org
5915S: Maintained
5916F: Documentation/hwmon/smsc47b397
5917F: drivers/hwmon/smsc47b397.c
5918
5919SMSC911x ETHERNET DRIVER
5920M: Steve Glendinning <steve.glendinning@smsc.com>
5921L: netdev@vger.kernel.org
5922S: Supported
5923F: include/linux/smsc911x.h
5924F: drivers/net/smsc911x.*
5925
5926SMSC9420 PCI ETHERNET DRIVER
5927M: Steve Glendinning <steve.glendinning@smsc.com>
5928L: netdev@vger.kernel.org
5929S: Supported
5930F: drivers/net/smsc9420.*
5931
5932SN-IA64 (Itanium) SUB-PLATFORM
5933M: Jes Sorensen <jes@sgi.com>
5934L: linux-altix@sgi.com
5935L: linux-ia64@vger.kernel.org
5936W: http://www.sgi.com/altix
5937S: Maintained
5938F: arch/ia64/sn/
5939
5940SOC-CAMERA V4L2 SUBSYSTEM
5941M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5942L: linux-media@vger.kernel.org
5943T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5944S: Maintained
5945F: include/media/v4l2*
5946F: drivers/media/video/v4l2*
5947
5948SOEKRIS NET48XX LED SUPPORT
5949M: Chris Boot <bootc@bootc.net>
5950S: Maintained
5951F: drivers/leds/leds-net48xx.c
5952
5953SOFTWARE RAID (Multiple Disks) SUPPORT
5954M: Neil Brown <neilb@suse.de>
5955L: linux-raid@vger.kernel.org
5956S: Supported
5957F: drivers/md/
5958F: include/linux/raid/
5959
5960SONIC NETWORK DRIVER
5961M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5962L: netdev@vger.kernel.org
5963S: Maintained
5964F: drivers/net/sonic.*
5965
5966SONICS SILICON BACKPLANE DRIVER (SSB)
5967M: Michael Buesch <m@bues.ch>
5968L: netdev@vger.kernel.org
5969S: Maintained
5970F: drivers/ssb/
5971F: include/linux/ssb/
5972
5973BROADCOM SPECIFIC AMBA DRIVER (BCMA)
5974M: Rafał Miłecki <zajec5@gmail.com>
5975L: linux-wireless@vger.kernel.org
5976S: Maintained
5977F: drivers/bcma/
5978F: include/linux/bcma/
5979
5980SONY VAIO CONTROL DEVICE DRIVER
5981M: Mattia Dongili <malattia@linux.it>
5982L: platform-driver-x86@vger.kernel.org
5983W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5984S: Maintained
5985F: Documentation/laptops/sony-laptop.txt
5986F: drivers/char/sonypi.c
5987F: drivers/platform/x86/sony-laptop.c
5988F: include/linux/sony-laptop.h
5989
5990SONY MEMORYSTICK CARD SUPPORT
5991M: Alex Dubov <oakad@yahoo.com>
5992W: http://tifmxx.berlios.de/
5993S: Maintained
5994F: drivers/memstick/host/tifm_ms.c
5995
5996SOUND
5997M: Jaroslav Kysela <perex@perex.cz>
5998M: Takashi Iwai <tiwai@suse.de>
5999L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6000W: http://www.alsa-project.org/
6001T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
6002T: git git://git.alsa-project.org/alsa-kernel.git
6003S: Maintained
6004F: Documentation/sound/
6005F: include/sound/
6006F: sound/
6007
6008SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6009M: Liam Girdwood <lrg@ti.com>
6010M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6011T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
6012L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6013W: http://alsa-project.org/main/index.php/ASoC
6014S: Supported
6015F: sound/soc/
6016F: include/sound/soc*
6017
6018SPARC + UltraSPARC (sparc/sparc64)
6019M: "David S. Miller" <davem@davemloft.net>
6020L: sparclinux@vger.kernel.org
6021Q: http://patchwork.ozlabs.org/project/sparclinux/list/
6022T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
6023T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
6024S: Maintained
6025F: arch/sparc/
6026F: drivers/sbus/
6027
6028SPARC SERIAL DRIVERS
6029M: "David S. Miller" <davem@davemloft.net>
6030L: sparclinux@vger.kernel.org
6031T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
6032T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
6033S: Maintained
6034F: drivers/tty/serial/suncore.c
6035F: drivers/tty/serial/suncore.h
6036F: drivers/tty/serial/sunhv.c
6037F: drivers/tty/serial/sunsab.c
6038F: drivers/tty/serial/sunsab.h
6039F: drivers/tty/serial/sunsu.c
6040F: drivers/tty/serial/sunzilog.c
6041F: drivers/tty/serial/sunzilog.h
6042
6043SPEAR PLATFORM SUPPORT
6044M: Viresh Kumar <viresh.kumar@st.com>
6045W: http://www.st.com/spear
6046S: Maintained
6047F: arch/arm/plat-spear/
6048
6049SPEAR3XX MACHINE SUPPORT
6050M: Viresh Kumar <viresh.kumar@st.com>
6051W: http://www.st.com/spear
6052S: Maintained
6053F: arch/arm/mach-spear3xx/
6054
6055SPEAR6XX MACHINE SUPPORT
6056M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
6057W: http://www.st.com/spear
6058S: Maintained
6059F: arch/arm/mach-spear6xx/
6060
6061SPEAR CLOCK FRAMEWORK SUPPORT
6062M: Viresh Kumar <viresh.kumar@st.com>
6063W: http://www.st.com/spear
6064S: Maintained
6065F: arch/arm/mach-spear*/clock.c
6066F: arch/arm/mach-spear*/include/mach/clkdev.h
6067F: arch/arm/plat-spear/clock.c
6068F: arch/arm/plat-spear/include/plat/clkdev.h
6069F: arch/arm/plat-spear/include/plat/clock.h
6070
6071SPEAR PAD MULTIPLEXING SUPPORT
6072M: Viresh Kumar <viresh.kumar@st.com>
6073W: http://www.st.com/spear
6074S: Maintained
6075F: arch/arm/plat-spear/include/plat/padmux.h
6076F: arch/arm/plat-spear/padmux.c
6077F: arch/arm/mach-spear*/spear*xx.c
6078F: arch/arm/mach-spear*/include/mach/generic.h
6079F: arch/arm/mach-spear3xx/spear3*0.c
6080F: arch/arm/mach-spear3xx/spear3*0_evb.c
6081F: arch/arm/mach-spear6xx/spear600.c
6082F: arch/arm/mach-spear6xx/spear600_evb.c
6083
6084SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
6085S: Orphan
6086F: Documentation/serial/specialix.txt
6087F: drivers/staging/tty/specialix*
6088
6089SPI SUBSYSTEM
6090M: Grant Likely <grant.likely@secretlab.ca>
6091L: spi-devel-general@lists.sourceforge.net
6092Q: http://patchwork.kernel.org/project/spi-devel-general/list/
6093T: git git://git.secretlab.ca/git/linux-2.6.git
6094S: Maintained
6095F: Documentation/spi/
6096F: drivers/spi/
6097F: include/linux/spi/
6098
6099SPIDERNET NETWORK DRIVER for CELL
6100M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6101M: Jens Osterkamp <jens@de.ibm.com>
6102L: netdev@vger.kernel.org
6103S: Supported
6104F: Documentation/networking/spider_net.txt
6105F: drivers/net/spider_net*
6106
6107SPU FILE SYSTEM
6108M: Jeremy Kerr <jk@ozlabs.org>
6109L: linuxppc-dev@lists.ozlabs.org
6110L: cbe-oss-dev@lists.ozlabs.org
6111W: http://www.ibm.com/developerworks/power/cell/
6112S: Supported
6113F: Documentation/filesystems/spufs.txt
6114F: arch/powerpc/platforms/cell/spufs/
6115
6116SQUASHFS FILE SYSTEM
6117M: Phillip Lougher <phillip@squashfs.org.uk>
6118L: squashfs-devel@lists.sourceforge.net (subscribers-only)
6119W: http://squashfs.org.uk
6120S: Maintained
6121F: Documentation/filesystems/squashfs.txt
6122F: fs/squashfs/
6123
6124SRM (Alpha) environment access
6125M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
6126S: Maintained
6127F: arch/alpha/kernel/srm_env.c
6128
6129STABLE BRANCH
6130M: Greg Kroah-Hartman <greg@kroah.com>
6131L: stable@kernel.org
6132S: Maintained
6133
6134STAGING SUBSYSTEM
6135M: Greg Kroah-Hartman <gregkh@suse.de>
6136T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
6137L: devel@driverdev.osuosl.org
6138S: Maintained
6139F: drivers/staging/
6140
6141STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6142M: Henk de Groot <pe1dnn@amsat.org>
6143S: Odd Fixes
6144F: drivers/staging/wlags49_h2/
6145F: drivers/staging/wlags49_h25/
6146
6147STAGING - ASUS OLED
6148M: Jakub Schmidtke <sjakub@gmail.com>
6149S: Odd Fixes
6150F: drivers/staging/asus_oled/
6151
6152STAGING - ATHEROS ATH6KL WIRELESS DRIVER
6153M: Luis R. Rodriguez <mcgrof@gmail.com>
6154M: Naveen Singh <nsingh@atheros.com>
6155S: Odd Fixes
6156F: drivers/staging/ath6kl/
6157
6158STAGING - COMEDI
6159M: Ian Abbott <abbotti@mev.co.uk>
6160M: Mori Hess <fmhess@users.sourceforge.net>
6161S: Odd Fixes
6162F: drivers/staging/comedi/
6163
6164STAGING - CRYSTAL HD VIDEO DECODER
6165M: Naren Sankar <nsankar@broadcom.com>
6166M: Jarod Wilson <jarod@wilsonet.com>
6167M: Scott Davilla <davilla@4pi.com>
6168M: Manu Abraham <abraham.manu@gmail.com>
6169S: Odd Fixes
6170F: drivers/staging/crystalhd/
6171
6172STAGING - CYPRESS WESTBRIDGE SUPPORT
6173M: David Cross <david.cross@cypress.com>
6174S: Odd Fixes
6175F: drivers/staging/westbridge/
6176
6177STAGING - ECHO CANCELLER
6178M: Steve Underwood <steveu@coppice.org>
6179M: David Rowe <david@rowetel.com>
6180S: Odd Fixes
6181F: drivers/staging/echo/
6182
6183STAGING - FLARION FT1000 DRIVERS
6184M: Marek Belisko <marek.belisko@gmail.com>
6185S: Odd Fixes
6186F: drivers/staging/ft1000/
6187
6188STAGING - FRONTIER TRANZPORT AND ALPHATRACK
6189M: David Täht <d@teklibre.com>
6190S: Odd Fixes
6191F: drivers/staging/frontier/
6192
6193STAGING - HYPER-V (MICROSOFT)
6194M: Hank Janssen <hjanssen@microsoft.com>
6195M: Haiyang Zhang <haiyangz@microsoft.com>
6196S: Odd Fixes
6197F: drivers/staging/hv/
6198
6199STAGING - INDUSTRIAL IO
6200M: Jonathan Cameron <jic23@cam.ac.uk>
6201L: linux-iio@vger.kernel.org
6202S: Odd Fixes
6203F: drivers/staging/iio/
6204
6205STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
6206M: Jarod Wilson <jarod@wilsonet.com>
6207W: http://www.lirc.org/
6208S: Odd Fixes
6209F: drivers/staging/lirc/
6210
6211STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
6212M: Andres Salomon <dilinger@queued.net>
6213M: Chris Ball <cjb@laptop.org>
6214M: Jon Nettleton <jon.nettleton@gmail.com>
6215W: http://wiki.laptop.org/go/DCON
6216S: Odd Fixes
6217F: drivers/staging/olpc_dcon/
6218
6219STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
6220M: Willy Tarreau <willy@meta-x.org>
6221S: Odd Fixes
6222F: drivers/staging/panel/
6223
6224STAGING - REALTEK RTL8712U DRIVERS
6225M: Larry Finger <Larry.Finger@lwfinger.net>
6226M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
6227S: Odd Fixes
6228F: drivers/staging/rtl8712/
6229
6230STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
6231M: Teddy Wang <teddy.wang@siliconmotion.com.cn>
6232S: Odd Fixes
6233F: drivers/staging/sm7xx/
6234
6235STAGING - SOFTLOGIC 6x10 MPEG CODEC
6236M: Ben Collins <bcollins@bluecherry.net>
6237S: Odd Fixes
6238F: drivers/staging/solo6x10/
6239
6240STAGING - SPEAKUP CONSOLE SPEECH DRIVER
6241M: William Hubbs <w.d.hubbs@gmail.com>
6242M: Chris Brannon <chris@the-brannons.com>
6243M: Kirk Reiser <kirk@braille.uwo.ca>
6244M: Samuel Thibault <samuel.thibault@ens-lyon.org>
6245L: speakup@braille.uwo.ca
6246W: http://www.linux-speakup.org/
6247S: Odd Fixes
6248F: drivers/staging/speakup/
6249
6250STAGING - TI DSP BRIDGE DRIVERS
6251M: Omar Ramirez Luna <omar.ramirez@ti.com>
6252S: Odd Fixes
6253F: drivers/staging/tidspbridge/
6254
6255STAGING - TRIDENT TVMASTER TMxxxx USB VIDEO CAPTURE DRIVERS
6256L: linux-media@vger.kernel.org
6257S: Odd Fixes
6258F: drivers/staging/tm6000/
6259
6260STAGING - USB ENE SM/MS CARD READER DRIVER
6261M: Al Cho <acho@novell.com>
6262S: Odd Fixes
6263F: drivers/staging/keucr/
6264
6265STAGING - VIA VT665X DRIVERS
6266M: Forest Bond <forest@alittletooquiet.net>
6267S: Odd Fixes
6268F: drivers/staging/vt665?/
6269
6270STAGING - WINBOND IS89C35 WLAN USB DRIVER
6271M: Pavel Machek <pavel@ucw.cz>
6272S: Odd Fixes
6273F: drivers/staging/winbond/
6274
6275STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
6276M: Arnaud Patard <apatard@mandriva.com>
6277S: Odd Fixes
6278F: drivers/staging/xgifb/
6279
6280STARFIRE/DURALAN NETWORK DRIVER
6281M: Ion Badulescu <ionut@badula.org>
6282S: Odd Fixes
6283F: drivers/net/starfire*
6284
6285SUN3/3X
6286M: Sam Creasey <sammy@sammy.net>
6287W: http://sammy.net/sun3/
6288S: Maintained
6289F: arch/m68k/kernel/*sun3*
6290F: arch/m68k/sun3*/
6291F: arch/m68k/include/asm/sun3*
6292
6293SUPERH
6294M: Paul Mundt <lethal@linux-sh.org>
6295L: linux-sh@vger.kernel.org
6296W: http://www.linux-sh.org
6297Q: http://patchwork.kernel.org/project/linux-sh/list/
6298T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
6299S: Supported
6300F: Documentation/sh/
6301F: arch/sh/
6302F: drivers/sh/
6303
6304SUSPEND TO RAM
6305M: Len Brown <len.brown@intel.com>
6306M: Pavel Machek <pavel@ucw.cz>
6307M: "Rafael J. Wysocki" <rjw@sisk.pl>
6308L: linux-pm@lists.linux-foundation.org
6309S: Supported
6310F: Documentation/power/
6311F: arch/x86/kernel/acpi/
6312F: drivers/base/power/
6313F: kernel/power/
6314F: include/linux/suspend.h
6315F: include/linux/freezer.h
6316F: include/linux/pm.h
6317
6318SVGA HANDLING
6319M: Martin Mares <mj@ucw.cz>
6320L: linux-video@atrey.karlin.mff.cuni.cz
6321S: Maintained
6322F: Documentation/svga.txt
6323F: arch/x86/boot/video*
6324
6325SYSV FILESYSTEM
6326M: Christoph Hellwig <hch@infradead.org>
6327S: Maintained
6328F: Documentation/filesystems/sysv-fs.txt
6329F: fs/sysv/
6330F: include/linux/sysv_fs.h
6331
6332TARGET SUBSYSTEM
6333M: Nicholas A. Bellinger <nab@linux-iscsi.org>
6334L: linux-scsi@vger.kernel.org
6335L: target-devel@vger.kernel.org
6336L: http://groups.google.com/group/linux-iscsi-target-dev
6337W: http://www.linux-iscsi.org
6338T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
6339S: Supported
6340F: drivers/target/
6341F: include/target/
6342F: Documentation/target/
6343
6344TASKSTATS STATISTICS INTERFACE
6345M: Balbir Singh <bsingharora@gmail.com>
6346S: Maintained
6347F: Documentation/accounting/taskstats*
6348F: include/linux/taskstats*
6349F: kernel/taskstats.c
6350
6351TC CLASSIFIER
6352M: Jamal Hadi Salim <hadi@cyberus.ca>
6353L: netdev@vger.kernel.org
6354S: Maintained
6355F: include/linux/pkt_cls.h
6356F: include/net/pkt_cls.h
6357F: net/sched/
6358
6359TCP LOW PRIORITY MODULE
6360M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6361M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6362W: http://tcp-lp-mod.sourceforge.net/
6363S: Maintained
6364F: net/ipv4/tcp_lp.c
6365
6366TEGRA SUPPORT
6367M: Colin Cross <ccross@android.com>
6368M: Erik Gilling <konkers@android.com>
6369M: Olof Johansson <olof@lixom.net>
6370L: linux-tegra@vger.kernel.org
6371T: git git://android.git.kernel.org/kernel/tegra.git
6372S: Supported
6373F: arch/arm/mach-tegra
6374
6375TEHUTI ETHERNET DRIVER
6376M: Alexander Indenbaum <baum@tehutinetworks.net>
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/mfd/wm8*.c
7212F: drivers/power/wm83*.c
7213F: drivers/rtc/rtc-wm83*.c
7214F: drivers/regulator/wm8*.c
7215F: drivers/video/backlight/wm83*_bl.c
7216F: drivers/watchdog/wm83*_wdt.c
7217F: include/linux/mfd/wm831x/
7218F: include/linux/mfd/wm8350/
7219F: include/linux/mfd/wm8400*
7220F: include/sound/wm????.h
7221F: sound/soc/codecs/wm*
7222
7223WORKQUEUE
7224M: Tejun Heo <tj@kernel.org>
7225T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
7226S: Maintained
7227F: include/linux/workqueue.h
7228F: kernel/workqueue.c
7229F: Documentation/workqueue.txt
7230
7231X.25 NETWORK LAYER
7232M: Andrew Hendry <andrew.hendry@gmail.com>
7233L: linux-x25@vger.kernel.org
7234S: Odd Fixes
7235F: Documentation/networking/x25*
7236F: include/net/x25*
7237F: net/x25/
7238
7239X86 ARCHITECTURE (32-BIT AND 64-BIT)
7240M: Thomas Gleixner <tglx@linutronix.de>
7241M: Ingo Molnar <mingo@redhat.com>
7242M: "H. Peter Anvin" <hpa@zytor.com>
7243M: x86@kernel.org
7244T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
7245S: Maintained
7246F: Documentation/x86/
7247F: arch/x86/
7248
7249X86 PLATFORM DRIVERS
7250M: Matthew Garrett <mjg@redhat.com>
7251L: platform-driver-x86@vger.kernel.org
7252T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
7253S: Maintained
7254F: drivers/platform/x86
7255
7256X86 MCE INFRASTRUCTURE
7257M: Tony Luck <tony.luck@intel.com>
7258M: Borislav Petkov <bp@amd64.org>
7259L: linux-edac@vger.kernel.org
7260S: Maintained
7261F: arch/x86/kernel/cpu/mcheck/*
7262
7263XEN HYPERVISOR INTERFACE
7264M: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
7265M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7266L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7267L: virtualization@lists.linux-foundation.org
7268S: Supported
7269F: arch/x86/xen/
7270F: drivers/*/xen-*front.c
7271F: drivers/xen/
7272F: arch/x86/include/asm/xen/
7273F: include/xen/
7274
7275XEN NETWORK BACKEND DRIVER
7276M: Ian Campbell <ian.campbell@citrix.com>
7277L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7278L: netdev@vger.kernel.org
7279S: Supported
7280F: drivers/net/xen-netback/*
7281
7282XEN PCI SUBSYSTEM
7283M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7284L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7285S: Supported
7286F: arch/x86/pci/*xen*
7287F: drivers/pci/*xen*
7288
7289XEN SWIOTLB SUBSYSTEM
7290M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7291L: xen-devel@lists.xensource.com (moderated for non-subscribers)
7292S: Supported
7293F: arch/x86/xen/*swiotlb*
7294F: drivers/xen/*swiotlb*
7295
7296XFS FILESYSTEM
7297P: Silicon Graphics Inc
7298M: Alex Elder <aelder@sgi.com>
7299M: xfs-masters@oss.sgi.com
7300L: xfs@oss.sgi.com
7301W: http://oss.sgi.com/projects/xfs
7302T: git git://oss.sgi.com/xfs/xfs.git
7303S: Supported
7304F: Documentation/filesystems/xfs.txt
7305F: fs/xfs/
7306
7307XILINX SYSTEMACE DRIVER
7308M: Grant Likely <grant.likely@secretlab.ca>
7309W: http://www.secretlab.ca/
7310S: Maintained
7311F: drivers/block/xsysace.c
7312
7313XILINX UARTLITE SERIAL DRIVER
7314M: Peter Korsgaard <jacmet@sunsite.dk>
7315L: linux-serial@vger.kernel.org
7316S: Maintained
7317F: drivers/tty/serial/uartlite.c
7318
7319YAM DRIVER FOR AX.25
7320M: Jean-Paul Roubelat <jpr@f6fbb.org>
7321L: linux-hams@vger.kernel.org
7322S: Maintained
7323F: drivers/net/hamradio/yam*
7324F: include/linux/yam.h
7325
7326YEALINK PHONE DRIVER
7327M: Henk Vergonet <Henk.Vergonet@gmail.com>
7328L: usbb2k-api-dev@nongnu.org
7329S: Maintained
7330F: Documentation/input/yealink.txt
7331F: drivers/input/misc/yealink.*
7332
7333Z8530 DRIVER FOR AX.25
7334M: Joerg Reuter <jreuter@yaina.de>
7335W: http://yaina.de/jreuter/
7336W: http://www.qsl.net/dl1bke/
7337L: linux-hams@vger.kernel.org
7338S: Maintained
7339F: Documentation/networking/z8530drv.txt
7340F: drivers/net/hamradio/*scc.c
7341F: drivers/net/hamradio/z8530.h
7342
7343ZD1211RW WIRELESS DRIVER
7344M: Daniel Drake <dsd@gentoo.org>
7345M: Ulrich Kunitz <kune@deine-taler.de>
7346W: http://zd1211.ath.cx/wiki/DriverRewrite
7347L: linux-wireless@vger.kernel.org
7348L: zd1211-devs@lists.sourceforge.net (subscribers-only)
7349S: Maintained
7350F: drivers/net/wireless/zd1211rw/
7351
7352ZR36067 VIDEO FOR LINUX DRIVER
7353L: mjpeg-users@lists.sourceforge.net
7354L: linux-media@vger.kernel.org
7355W: http://mjpeg.sourceforge.net/driver-zoran/
7356T: Mercurial http://linuxtv.org/hg/v4l-dvb
7357S: Odd Fixes
7358F: drivers/media/video/zoran/
7359
7360ZS DECSTATION Z85C30 SERIAL DRIVER
7361M: "Maciej W. Rozycki" <macro@linux-mips.org>
7362S: Maintained
7363F: drivers/tty/serial/zs.*
7364
7365THE REST
7366M: Linus Torvalds <torvalds@linux-foundation.org>
7367L: linux-kernel@vger.kernel.org
7368Q: http://patchwork.kernel.org/project/LKML/list/
7369T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
7370S: Buried alive in reporters
7371F: *
7372F: */
This page took 0.048873 seconds and 5 git commands to generate.