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