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