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