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