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