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