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