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