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