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