Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         L: Mailing list that is relevant to this area
74         W: Web-page with status/info
75         Q: Patchwork web based patch tracking system site
76         T: SCM tree type and location.
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 TRIPLE SPEED ETHERNET DRIVER
540 M:      Vince Bridgers <vbridgers2013@gmail.com
541 L:      netdev@vger.kernel.org
542 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
543 S:      Maintained
544 F:      drivers/net/ethernet/altera/
545
546 ALTERA UART/JTAG UART SERIAL DRIVERS
547 M:      Tobias Klauser <tklauser@distanz.ch>
548 L:      linux-serial@vger.kernel.org
549 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
550 S:      Maintained
551 F:      drivers/tty/serial/altera_uart.c
552 F:      drivers/tty/serial/altera_jtaguart.c
553 F:      include/linux/altera_uart.h
554 F:      include/linux/altera_jtaguart.h
555
556 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
557 M:      Tom Lendacky <thomas.lendacky@amd.com>
558 L:      linux-crypto@vger.kernel.org
559 S:      Supported
560 F:      drivers/crypto/ccp/
561 F:      include/linux/ccp.h
562
563 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
564 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
565 L:      lm-sensors@lm-sensors.org
566 S:      Maintained
567 F:      Documentation/hwmon/fam15h_power
568 F:      drivers/hwmon/fam15h_power.c
569
570 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
571 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
572 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
573 S:      Supported
574 F:      drivers/usb/gadget/amd5536udc.*
575
576 AMD GEODE PROCESSOR/CHIPSET SUPPORT
577 P:      Andres Salomon <dilinger@queued.net>
578 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
579 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
580 S:      Supported
581 F:      drivers/char/hw_random/geode-rng.c
582 F:      drivers/crypto/geode*
583 F:      drivers/video/geode/
584 F:      arch/x86/include/asm/geode.h
585
586 AMD IOMMU (AMD-VI)
587 M:      Joerg Roedel <joro@8bytes.org>
588 L:      iommu@lists.linux-foundation.org
589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
590 S:      Maintained
591 F:      drivers/iommu/amd_iommu*.[ch]
592 F:      include/linux/amd-iommu.h
593
594 AMD MICROCODE UPDATE SUPPORT
595 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
596 L:      amd64-microcode@amd64.org
597 S:      Maintained
598 F:      arch/x86/kernel/microcode_amd.c
599
600 AMS (Apple Motion Sensor) DRIVER
601 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
602 S:      Supported
603 F:      drivers/macintosh/ams/
604
605 AMSO1100 RNIC DRIVER
606 M:      Tom Tucker <tom@opengridcomputing.com>
607 M:      Steve Wise <swise@opengridcomputing.com>
608 L:      linux-rdma@vger.kernel.org
609 S:      Maintained
610 F:      drivers/infiniband/hw/amso1100/
611
612 ANALOG DEVICES INC AD9389B DRIVER
613 M:      Hans Verkuil <hans.verkuil@cisco.com>
614 L:      linux-media@vger.kernel.org
615 S:      Maintained
616 F:      drivers/media/i2c/ad9389b*
617
618 ANALOG DEVICES INC ADV7511 DRIVER
619 M:      Hans Verkuil <hans.verkuil@cisco.com>
620 L:      linux-media@vger.kernel.org
621 S:      Maintained
622 F:      drivers/media/i2c/adv7511*
623
624 ANALOG DEVICES INC ADV7604 DRIVER
625 M:      Hans Verkuil <hans.verkuil@cisco.com>
626 L:      linux-media@vger.kernel.org
627 S:      Maintained
628 F:      drivers/media/i2c/adv7604*
629
630 ANALOG DEVICES INC ADV7842 DRIVER
631 M:      Hans Verkuil <hans.verkuil@cisco.com>
632 L:      linux-media@vger.kernel.org
633 S:      Maintained
634 F:      drivers/media/i2c/adv7842*
635
636 ANALOG DEVICES INC ASOC CODEC DRIVERS
637 M:      Lars-Peter Clausen <lars@metafoo.de>
638 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
639 W:      http://wiki.analog.com/
640 W:      http://ez.analog.com/community/linux-device-drivers
641 S:      Supported
642 F:      sound/soc/codecs/adau*
643 F:      sound/soc/codecs/adav*
644 F:      sound/soc/codecs/ad1*
645 F:      sound/soc/codecs/ad7*
646 F:      sound/soc/codecs/ssm*
647 F:      sound/soc/codecs/sigmadsp.*
648
649 ANALOG DEVICES INC ASOC DRIVERS
650 L:      adi-buildroot-devel@lists.sourceforge.net
651 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
652 W:      http://blackfin.uclinux.org/
653 S:      Supported
654 F:      sound/soc/blackfin/*
655
656 AOA (Apple Onboard Audio) ALSA DRIVER
657 M:      Johannes Berg <johannes@sipsolutions.net>
658 L:      linuxppc-dev@lists.ozlabs.org
659 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
660 S:      Maintained
661 F:      sound/aoa/
662
663 APM DRIVER
664 M:      Jiri Kosina <jkosina@suse.cz>
665 S:      Odd fixes
666 F:      arch/x86/kernel/apm_32.c
667 F:      include/linux/apm_bios.h
668 F:      include/uapi/linux/apm_bios.h
669 F:      drivers/char/apm-emulation.c
670
671 APPLE BCM5974 MULTITOUCH DRIVER
672 M:      Henrik Rydberg <rydberg@euromail.se>
673 L:      linux-input@vger.kernel.org
674 S:      Maintained
675 F:      drivers/input/mouse/bcm5974.c
676
677 APPLE SMC DRIVER
678 M:      Henrik Rydberg <rydberg@euromail.se>
679 L:      lm-sensors@lm-sensors.org
680 S:      Maintained
681 F:      drivers/hwmon/applesmc.c
682
683 APPLETALK NETWORK LAYER
684 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
685 S:      Maintained
686 F:      drivers/net/appletalk/
687 F:      net/appletalk/
688
689 APTINA CAMERA SENSOR PLL
690 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
691 L:      linux-media@vger.kernel.org
692 S:      Maintained
693 F:      drivers/media/i2c/aptina-pll.*
694
695 ARASAN COMPACT FLASH PATA CONTROLLER
696 M:      Viresh Kumar <viresh.linux@gmail.com>
697 L:      linux-ide@vger.kernel.org
698 S:      Maintained
699 F:      include/linux/pata_arasan_cf_data.h
700 F:      drivers/ata/pata_arasan_cf.c
701
702 ARC FRAMEBUFFER DRIVER
703 M:      Jaya Kumar <jayalk@intworks.biz>
704 S:      Maintained
705 F:      drivers/video/arcfb.c
706 F:      drivers/video/fb_defio.c
707
708 ARM MFM AND FLOPPY DRIVERS
709 M:      Ian Molton <spyro@f2s.com>
710 S:      Maintained
711 F:      arch/arm/lib/floppydma.S
712 F:      arch/arm/include/asm/floppy.h
713
714 ARM PMU PROFILING AND DEBUGGING
715 M:      Will Deacon <will.deacon@arm.com>
716 S:      Maintained
717 F:      arch/arm/kernel/perf_event*
718 F:      arch/arm/oprofile/common.c
719 F:      arch/arm/include/asm/pmu.h
720 F:      arch/arm/kernel/hw_breakpoint.c
721 F:      arch/arm/include/asm/hw_breakpoint.h
722
723 ARM PORT
724 M:      Russell King <linux@arm.linux.org.uk>
725 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
726 W:      http://www.arm.linux.org.uk/
727 S:      Maintained
728 F:      arch/arm/
729
730 ARM SUB-ARCHITECTURES
731 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
732 S:      Maintained
733 F:      arch/arm/mach-*/
734 F:      arch/arm/plat-*/
735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
736
737 ARM PRIMECELL AACI PL041 DRIVER
738 M:      Russell King <linux@arm.linux.org.uk>
739 S:      Maintained
740 F:      sound/arm/aaci.*
741
742 ARM PRIMECELL CLCD PL110 DRIVER
743 M:      Russell King <linux@arm.linux.org.uk>
744 S:      Maintained
745 F:      drivers/video/amba-clcd.*
746
747 ARM PRIMECELL KMI PL050 DRIVER
748 M:      Russell King <linux@arm.linux.org.uk>
749 S:      Maintained
750 F:      drivers/input/serio/ambakmi.*
751 F:      include/linux/amba/kmi.h
752
753 ARM PRIMECELL MMCI PL180/1 DRIVER
754 M:      Russell King <linux@arm.linux.org.uk>
755 S:      Maintained
756 F:      drivers/mmc/host/mmci.*
757 F:      include/linux/amba/mmci.h
758
759 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
760 M:      Russell King <linux@arm.linux.org.uk>
761 S:      Maintained
762 F:      drivers/tty/serial/amba-pl01*.c
763 F:      include/linux/amba/serial.h
764
765 ARM PRIMECELL BUS SUPPORT
766 M:      Russell King <linux@arm.linux.org.uk>
767 S:      Maintained
768 F:      drivers/amba/
769 F:      include/linux/amba/bus.h
770
771 ARM/ADS SPHERE MACHINE SUPPORT
772 M:      Lennert Buytenhek <kernel@wantstofly.org>
773 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
774 S:      Maintained
775
776 ARM/AFEB9260 MACHINE SUPPORT
777 M:      Sergey Lapin <slapin@ossfans.org>
778 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
779 S:      Maintained
780
781 ARM/AJECO 1ARM MACHINE SUPPORT
782 M:      Lennert Buytenhek <kernel@wantstofly.org>
783 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
784 S:      Maintained
785
786 ARM/Allwinner A1X SoC support
787 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
788 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
789 S:      Maintained
790 N:      sun[x4567]i
791
792 ARM/Allwinner SoC Clock Support
793 M:      Emilio López <emilio@elopez.com.ar>
794 S:      Maintained
795 F:      drivers/clk/sunxi/
796
797 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
798 M:      Andrew Victor <linux@maxim.org.za>
799 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
800 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
801 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
802 W:      http://maxim.org.za/at91_26.html
803 W:      http://www.linux4sam.org
804 S:      Supported
805 F:      arch/arm/mach-at91/
806 F:      arch/arm/boot/dts/at91*.dts
807 F:      arch/arm/boot/dts/at91*.dtsi
808 F:      arch/arm/boot/dts/sama*.dts
809 F:      arch/arm/boot/dts/sama*.dtsi
810
811 ARM/CALXEDA HIGHBANK ARCHITECTURE
812 M:      Rob Herring <robh@kernel.org>
813 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
814 S:      Maintained
815 F:      arch/arm/mach-highbank/
816
817 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
818 M:      Anton Vorontsov <anton@enomsg.org>
819 S:      Maintained
820 F:      arch/arm/mach-cns3xxx/
821 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
822
823 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
824 M:      Alexander Shiyan <shc_work@mail.ru>
825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
826 S:      Odd Fixes
827 F:      arch/arm/mach-clps711x/
828
829 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
830 M:      Hartley Sweeten <hsweeten@visionengravers.com>
831 M:      Ryan Mallon <rmallon@gmail.com>
832 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
833 S:      Maintained
834 F:      arch/arm/mach-ep93xx/
835 F:      arch/arm/mach-ep93xx/include/mach/
836
837 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
838 M:      Lennert Buytenhek <kernel@wantstofly.org>
839 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
840 S:      Maintained
841
842 ARM/CLKDEV SUPPORT
843 M:      Russell King <linux@arm.linux.org.uk>
844 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
845 S:      Maintained
846 F:      arch/arm/include/asm/clkdev.h
847 F:      drivers/clk/clkdev.c
848
849 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
850 M:      Mike Rapoport <mike@compulab.co.il>
851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
852 S:      Maintained
853
854 ARM/CONTEC MICRO9 MACHINE SUPPORT
855 M:      Hubert Feurstein <hubert.feurstein@contec.at>
856 S:      Maintained
857 F:      arch/arm/mach-ep93xx/micro9.c
858
859 ARM/CORGI MACHINE SUPPORT
860 M:      Richard Purdie <rpurdie@rpsys.net>
861 S:      Maintained
862
863 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
864 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
866 T:      git git://git.berlios.de/gemini-board
867 S:      Maintained
868 F:      arch/arm/mach-gemini/
869
870 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
871 M:      Barry Song <baohua@kernel.org>
872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
874 S:      Maintained
875 F:      arch/arm/mach-prima2/
876 F:      drivers/clk/clk-prima2.c
877 F:      drivers/clocksource/timer-prima2.c
878 F:      drivers/clocksource/timer-marco.c
879 N:      [^a-z]sirf
880
881 ARM/EBSA110 MACHINE SUPPORT
882 M:      Russell King <linux@arm.linux.org.uk>
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 W:      http://www.arm.linux.org.uk/
885 S:      Maintained
886 F:      arch/arm/mach-ebsa110/
887 F:      drivers/net/ethernet/amd/am79c961a.*
888
889 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
890 M:      Uwe Kleine-König <kernel@pengutronix.de>
891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 S:      Maintained
893 N:      efm32
894
895 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
896 M:      Daniel Ribeiro <drwyrm@gmail.com>
897 M:      Stefan Schmidt <stefan@openezx.org>
898 M:      Harald Welte <laforge@openezx.org>
899 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
900 W:      http://www.openezx.org/
901 S:      Maintained
902 T:      topgit git://git.openezx.org/openezx.git
903 F:      arch/arm/mach-pxa/ezx.c
904
905 ARM/FARADAY FA526 PORT
906 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
907 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908 S:      Maintained
909 T:      git git://git.berlios.de/gemini-board
910 F:      arch/arm/mm/*-fa*
911
912 ARM/FOOTBRIDGE ARCHITECTURE
913 M:      Russell King <linux@arm.linux.org.uk>
914 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
915 W:      http://www.arm.linux.org.uk/
916 S:      Maintained
917 F:      arch/arm/include/asm/hardware/dec21285.h
918 F:      arch/arm/mach-footbridge/
919
920 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
921 M:      Shawn Guo <shawn.guo@freescale.com>
922 M:      Sascha Hauer <kernel@pengutronix.de>
923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
924 S:      Maintained
925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
926 F:      arch/arm/mach-imx/
927 F:      arch/arm/boot/dts/imx*
928 F:      arch/arm/configs/imx*_defconfig
929
930 ARM/FREESCALE MXS ARM ARCHITECTURE
931 M:      Shawn Guo <shawn.guo@linaro.org>
932 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
933 S:      Maintained
934 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
935 F:      arch/arm/mach-mxs/
936
937 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
938 M:      Lennert Buytenhek <kernel@wantstofly.org>
939 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
940 S:      Maintained
941
942 ARM/GUMSTIX MACHINE SUPPORT
943 M:      Steve Sakoman <sakoman@gmail.com>
944 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
945 S:      Maintained
946
947 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
948 M:      Philipp Zabel <philipp.zabel@gmail.com>
949 M:      Paul Parsons <lost.distance@yahoo.com>
950 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 S:      Maintained
952 F:      arch/arm/mach-pxa/hx4700.c
953 F:      arch/arm/mach-pxa/include/mach/hx4700.h
954 F:      sound/soc/pxa/hx4700.c
955
956 ARM/HP JORNADA 7XX MACHINE SUPPORT
957 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
958 W:      www.jlime.com
959 S:      Maintained
960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
961 F:      arch/arm/mach-sa1100/jornada720.c
962 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
963
964 ARM/IGEP MACHINE SUPPORT
965 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
966 M:      Javier Martinez Canillas <javier@dowhile0.org>
967 L:      linux-omap@vger.kernel.org
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Maintained
970 F:      arch/arm/boot/dts/omap3-igep*
971
972 ARM/INCOME PXA270 SUPPORT
973 M:      Marek Vasut <marek.vasut@gmail.com>
974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
975 S:      Maintained
976 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
977
978 ARM/INTEL IOP32X ARM ARCHITECTURE
979 M:      Lennert Buytenhek <kernel@wantstofly.org>
980 M:      Dan Williams <dan.j.williams@intel.com>
981 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
982 S:      Maintained
983
984 ARM/INTEL IOP33X ARM ARCHITECTURE
985 M:      Dan Williams <dan.j.williams@intel.com>
986 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
987 S:      Maintained
988
989 ARM/INTEL IOP13XX ARM ARCHITECTURE
990 M:      Lennert Buytenhek <kernel@wantstofly.org>
991 M:      Dan Williams <dan.j.williams@intel.com>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 S:      Maintained
994
995 ARM/INTEL IQ81342EX MACHINE SUPPORT
996 M:      Lennert Buytenhek <kernel@wantstofly.org>
997 M:      Dan Williams <dan.j.williams@intel.com>
998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 S:      Maintained
1000
1001 ARM/INTEL IXDP2850 MACHINE SUPPORT
1002 M:      Lennert Buytenhek <kernel@wantstofly.org>
1003 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1004 S:      Maintained
1005
1006 ARM/INTEL IXP4XX ARM ARCHITECTURE
1007 M:      Imre Kaloz <kaloz@openwrt.org>
1008 M:      Krzysztof Halasa <khc@pm.waw.pl>
1009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1010 S:      Maintained
1011 F:      arch/arm/mach-ixp4xx/
1012
1013 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1014 M:      Jonathan Cameron <jic23@cam.ac.uk>
1015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 S:      Maintained
1017 F:      arch/arm/mach-pxa/stargate2.c
1018 F:      drivers/pcmcia/pxa2xx_stargate2.c
1019
1020 ARM/INTEL XSC3 (MANZANO) ARM CORE
1021 M:      Lennert Buytenhek <kernel@wantstofly.org>
1022 M:      Dan Williams <dan.j.williams@intel.com>
1023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 S:      Maintained
1025
1026 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1027 M:      Lennert Buytenhek <kernel@wantstofly.org>
1028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S:      Maintained
1030
1031 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1032 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
1033 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1034 S:      Maintained
1035 F:      arch/arm/mach-keystone/
1036 F:      drivers/clk/keystone/
1037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1038
1039 ARM/LOGICPD PXA270 MACHINE SUPPORT
1040 M:      Lennert Buytenhek <kernel@wantstofly.org>
1041 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1042 S:      Maintained
1043
1044 ARM/MAGICIAN MACHINE SUPPORT
1045 M:      Philipp Zabel <philipp.zabel@gmail.com>
1046 S:      Maintained
1047
1048 ARM/Marvell Armada 370 and Armada XP SOC support
1049 M:      Jason Cooper <jason@lakedaemon.net>
1050 M:      Andrew Lunn <andrew@lunn.ch>
1051 M:      Gregory Clement <gregory.clement@free-electrons.com>
1052 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S:      Maintained
1055 F:      arch/arm/mach-mvebu/
1056
1057 ARM/Marvell Berlin SoC support
1058 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060 S:      Maintained
1061 F:      arch/arm/mach-berlin/
1062
1063 ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
1064 M:      Jason Cooper <jason@lakedaemon.net>
1065 M:      Andrew Lunn <andrew@lunn.ch>
1066 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S:      Maintained
1069 F:      arch/arm/mach-dove/
1070 F:      arch/arm/mach-kirkwood/
1071 F:      arch/arm/mach-mv78xx0/
1072 F:      arch/arm/mach-orion5x/
1073 F:      arch/arm/plat-orion/
1074
1075 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1076 M:      Alexander Clouter <alex@digriz.org.uk>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 W:      http://www.digriz.org.uk/ts78xx/kernel
1079 S:      Maintained
1080 F:      arch/arm/mach-orion5x/ts78xx-*
1081
1082 ARM/MICREL KS8695 ARCHITECTURE
1083 M:      Greg Ungerer <gerg@uclinux.org>
1084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085 F:      arch/arm/mach-ks8695/
1086 S:      Odd Fixes
1087
1088 ARM/MIOA701 MACHINE SUPPORT
1089 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 F:      arch/arm/mach-pxa/mioa701.c
1092 S:      Maintained
1093
1094 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1095 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1096 S:      Maintained
1097
1098 ARM/NOMADIK ARCHITECTURE
1099 M:      Alessandro Rubini <rubini@unipv.it>
1100 M:      Linus Walleij <linus.walleij@linaro.org>
1101 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 S:      Maintained
1103 F:      arch/arm/mach-nomadik/
1104 F:      drivers/i2c/busses/i2c-nomadik.c
1105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1106
1107 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1108 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1109 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1110 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1111 S:      Supported
1112
1113 ARM/QUALCOMM MSM MACHINE SUPPORT
1114 M:      David Brown <davidb@codeaurora.org>
1115 M:      Daniel Walker <dwalker@fifo99.com>
1116 M:      Bryan Huntsman <bryanh@codeaurora.org>
1117 L:      linux-arm-msm@vger.kernel.org
1118 F:      arch/arm/mach-msm/
1119 F:      drivers/video/msm/
1120 F:      drivers/mmc/host/msm_sdcc.c
1121 F:      drivers/mmc/host/msm_sdcc.h
1122 F:      drivers/tty/serial/msm_serial.h
1123 F:      drivers/tty/serial/msm_serial.c
1124 F:      drivers/*/pm8???-*
1125 F:      drivers/mfd/ssbi/
1126 F:      include/linux/mfd/pm8xxx/
1127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1128 S:      Maintained
1129
1130 ARM/TOSA MACHINE SUPPORT
1131 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1132 M:      Dirk Opfer <dirk@opfer-online.de>
1133 S:      Maintained
1134
1135 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1136 M:      Marek Vasut <marek.vasut@gmail.com>
1137 L:      linux-arm-kernel@lists.infradead.org
1138 W:      http://hackndev.com
1139 S:      Maintained
1140 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1141 F:      arch/arm/mach-pxa/palmtx.c
1142 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1143 F:      arch/arm/mach-pxa/palmt5.c
1144 F:      arch/arm/mach-pxa/include/mach/palmld.h
1145 F:      arch/arm/mach-pxa/palmld.c
1146 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1147 F:      arch/arm/mach-pxa/palmte2.c
1148 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1149 F:      arch/arm/mach-pxa/palmtc.c
1150
1151 ARM/PALM TREO SUPPORT
1152 M:      Tomas Cech <sleep_walker@suse.cz>
1153 L:      linux-arm-kernel@lists.infradead.org
1154 W:      http://hackndev.com
1155 S:      Maintained
1156 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1157 F:      arch/arm/mach-pxa/palmtreo.c
1158
1159 ARM/PALMZ72 SUPPORT
1160 M:      Sergey Lapin <slapin@ossfans.org>
1161 L:      linux-arm-kernel@lists.infradead.org
1162 W:      http://hackndev.com
1163 S:      Maintained
1164 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1165 F:      arch/arm/mach-pxa/palmz72.c
1166
1167 ARM/PLEB SUPPORT
1168 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1169 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1170 S:      Maintained
1171
1172 ARM/PT DIGITAL BOARD PORT
1173 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 W:      http://www.arm.linux.org.uk/
1176 S:      Maintained
1177
1178 ARM/RADISYS ENP2611 MACHINE SUPPORT
1179 M:      Lennert Buytenhek <kernel@wantstofly.org>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Maintained
1182
1183 ARM/RISCPC ARCHITECTURE
1184 M:      Russell King <linux@arm.linux.org.uk>
1185 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 W:      http://www.arm.linux.org.uk/
1187 S:      Maintained
1188 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1189 F:      arch/arm/include/asm/hardware/ioc.h
1190 F:      arch/arm/include/asm/hardware/iomd.h
1191 F:      arch/arm/include/asm/hardware/memc.h
1192 F:      arch/arm/mach-rpc/
1193 F:      drivers/net/ethernet/8390/etherh.c
1194 F:      drivers/net/ethernet/i825xx/ether1*
1195 F:      drivers/net/ethernet/seeq/ether3*
1196 F:      drivers/scsi/arm/
1197
1198 ARM/Rockchip SoC support
1199 M:      Heiko Stuebner <heiko@sntech.de>
1200 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201 S:      Maintained
1202 F:      arch/arm/mach-rockchip/
1203 F:      drivers/*/*rockchip*
1204
1205 ARM/SAMSUNG ARM ARCHITECTURES
1206 M:      Ben Dooks <ben-linux@fluff.org>
1207 M:      Kukjin Kim <kgene.kim@samsung.com>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1210 W:      http://www.fluff.org/ben/linux/
1211 S:      Maintained
1212 F:      arch/arm/boot/dts/s3c*
1213 F:      arch/arm/boot/dts/exynos*
1214 F:      arch/arm/plat-samsung/
1215 F:      arch/arm/mach-s3c24*/
1216 F:      arch/arm/mach-s3c64xx/
1217 F:      drivers/*/*s3c2410*
1218 F:      drivers/*/*/*s3c2410*
1219 F:      drivers/spi/spi-s3c*
1220 F:      sound/soc/samsung/*
1221
1222 ARM/S5P EXYNOS ARM ARCHITECTURES
1223 M:      Kukjin Kim <kgene.kim@samsung.com>
1224 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1226 S:      Maintained
1227 F:      arch/arm/mach-s5p*/
1228 F:      arch/arm/mach-exynos*/
1229 N:      exynos
1230
1231 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1232 M:      Kyungmin Park <kyungmin.park@samsung.com>
1233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 S:      Maintained
1235 F:      arch/arm/mach-s5pv210/mach-aquila.c
1236 F:      arch/arm/mach-s5pv210/mach-goni.c
1237
1238 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1239 M:      Kyungmin Park <kyungmin.park@samsung.com>
1240 M:      Kamil Debski <k.debski@samsung.com>
1241 L:      linux-arm-kernel@lists.infradead.org
1242 L:      linux-media@vger.kernel.org
1243 S:      Maintained
1244 F:      drivers/media/platform/s5p-g2d/
1245
1246 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1247 M:      Kyungmin Park <kyungmin.park@samsung.com>
1248 M:      Kamil Debski <k.debski@samsung.com>
1249 M:      Jeongtae Park <jtp.park@samsung.com>
1250 L:      linux-arm-kernel@lists.infradead.org
1251 L:      linux-media@vger.kernel.org
1252 S:      Maintained
1253 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1254 F:      drivers/media/platform/s5p-mfc/
1255
1256 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1257 M:      Kyungmin Park <kyungmin.park@samsung.com>
1258 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1259 L:      linux-arm-kernel@lists.infradead.org
1260 L:      linux-media@vger.kernel.org
1261 S:      Maintained
1262 F:      drivers/media/platform/s5p-tv/
1263
1264 ARM/SHMOBILE ARM ARCHITECTURE
1265 M:      Simon Horman <horms@verge.net.au>
1266 M:      Magnus Damm <magnus.damm@gmail.com>
1267 L:      linux-sh@vger.kernel.org
1268 W:      http://oss.renesas.com
1269 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1271 S:      Supported
1272 F:      arch/arm/mach-shmobile/
1273 F:      drivers/sh/
1274
1275 ARM/SOCFPGA ARCHITECTURE
1276 M:      Dinh Nguyen <dinguyen@altera.com>
1277 S:      Maintained
1278 F:      arch/arm/mach-socfpga/
1279
1280 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1281 M:      Dinh Nguyen <dinguyen@altera.com>
1282 S:      Maintained
1283 F:      drivers/clk/socfpga/
1284
1285 ARM/STI ARCHITECTURE
1286 M:      Srinivas Kandagatla <srinivas.kandagatla@st.com>
1287 M:      Stuart Menefy <stuart.menefy@st.com>
1288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 L:      kernel@stlinux.com
1290 W:      http://www.stlinux.com
1291 S:      Maintained
1292 F:      arch/arm/mach-sti/
1293
1294 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1295 M:      Lennert Buytenhek <kernel@wantstofly.org>
1296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 S:      Maintained
1298
1299 ARM/TETON BGA MACHINE SUPPORT
1300 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1301 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 S:      Maintained
1303
1304 ARM/THECUS N2100 MACHINE SUPPORT
1305 M:      Lennert Buytenhek <kernel@wantstofly.org>
1306 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 S:      Maintained
1308
1309 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1310 M:      Wan ZongShun <mcuos.com@gmail.com>
1311 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1312 W:      http://www.mcuos.com
1313 S:      Maintained
1314 F:      arch/arm/mach-w90x900/
1315 F:      drivers/input/keyboard/w90p910_keypad.c
1316 F:      drivers/input/touchscreen/w90p910_ts.c
1317 F:      drivers/watchdog/nuc900_wdt.c
1318 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1319 F:      drivers/mtd/nand/nuc900_nand.c
1320 F:      drivers/rtc/rtc-nuc900.c
1321 F:      drivers/spi/spi-nuc900.c
1322 F:      drivers/usb/host/ehci-w90x900.c
1323 F:      drivers/video/nuc900fb.c
1324
1325 ARM/U300 MACHINE SUPPORT
1326 M:      Linus Walleij <linus.walleij@linaro.org>
1327 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1328 S:      Supported
1329 F:      arch/arm/mach-u300/
1330 F:      drivers/i2c/busses/i2c-stu300.c
1331 F:      drivers/rtc/rtc-coh901331.c
1332 F:      drivers/watchdog/coh901327_wdt.c
1333 F:      drivers/dma/coh901318*
1334 F:      drivers/mfd/ab3100*
1335 F:      drivers/rtc/rtc-ab3100.c
1336 F:      drivers/rtc/rtc-coh901331.c
1337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1338
1339 ARM/Ux500 ARM ARCHITECTURE
1340 M:      Linus Walleij <linus.walleij@linaro.org>
1341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 S:      Maintained
1343 F:      arch/arm/mach-ux500/
1344 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1345 F:      drivers/dma/ste_dma40*
1346 F:      drivers/hwspinlock/u8500_hsem.c
1347 F:      drivers/mfd/abx500*
1348 F:      drivers/mfd/ab8500*
1349 F:      drivers/mfd/dbx500*
1350 F:      drivers/mfd/db8500*
1351 F:      drivers/pinctrl/pinctrl-nomadik*
1352 F:      drivers/rtc/rtc-ab8500.c
1353 F:      drivers/rtc/rtc-pl031.c
1354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1355
1356 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1357 M:      Ulf Hansson <ulf.hansson@linaro.org>
1358 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359 T:      git git://git.linaro.org/people/ulfh/clk.git
1360 S:      Maintained
1361 F:      drivers/clk/ux500/
1362 F:      include/linux/platform_data/clk-ux500.h
1363
1364 ARM/VFP SUPPORT
1365 M:      Russell King <linux@arm.linux.org.uk>
1366 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1367 W:      http://www.arm.linux.org.uk/
1368 S:      Maintained
1369 F:      arch/arm/vfp/
1370
1371 ARM/VOIPAC PXA270 SUPPORT
1372 M:      Marek Vasut <marek.vasut@gmail.com>
1373 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S:      Maintained
1375 F:      arch/arm/mach-pxa/vpac270.c
1376 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1377
1378 ARM/VT8500 ARM ARCHITECTURE
1379 M:      Tony Prisk <linux@prisktech.co.nz>
1380 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1381 S:      Maintained
1382 F:      arch/arm/mach-vt8500/
1383 F:      drivers/clocksource/vt8500_timer.c
1384 F:      drivers/i2c/busses/i2c-wmt.c
1385 F:      drivers/mmc/host/wmt-sdmmc.c
1386 F:      drivers/pwm/pwm-vt8500.c
1387 F:      drivers/rtc/rtc-vt8500.c
1388 F:      drivers/tty/serial/vt8500_serial.c
1389 F:      drivers/usb/host/ehci-platform.c
1390 F:      drivers/usb/host/uhci-platform.c
1391 F:      drivers/video/vt8500lcdfb.*
1392 F:      drivers/video/wm8505fb*
1393 F:      drivers/video/wmt_ge_rops.*
1394
1395 ARM/ZIPIT Z2 SUPPORT
1396 M:      Marek Vasut <marek.vasut@gmail.com>
1397 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1398 S:      Maintained
1399 F:      arch/arm/mach-pxa/z2.c
1400 F:      arch/arm/mach-pxa/include/mach/z2.h
1401
1402 ARM/ZYNQ ARCHITECTURE
1403 M:      Michal Simek <michal.simek@xilinx.com>
1404 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405 W:      http://wiki.xilinx.com
1406 T:      git git://git.xilinx.com/linux-xlnx.git
1407 S:      Supported
1408 F:      arch/arm/mach-zynq/
1409 F:      drivers/cpuidle/cpuidle-zynq.c
1410 N:      zynq
1411 N:      xilinx
1412 F:      drivers/clocksource/cadence_ttc_timer.c
1413 F:      drivers/mmc/host/sdhci-of-arasan.c
1414
1415 ARM SMMU DRIVER
1416 M:      Will Deacon <will.deacon@arm.com>
1417 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1418 S:      Maintained
1419 F:      drivers/iommu/arm-smmu.c
1420
1421 ARM64 PORT (AARCH64 ARCHITECTURE)
1422 M:      Catalin Marinas <catalin.marinas@arm.com>
1423 M:      Will Deacon <will.deacon@arm.com>
1424 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1425 S:      Maintained
1426 F:      arch/arm64/
1427 F:      Documentation/arm64/
1428
1429 AS3645A LED FLASH CONTROLLER DRIVER
1430 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1431 L:      linux-media@vger.kernel.org
1432 T:      git git://linuxtv.org/media_tree.git
1433 S:      Maintained
1434 F:      drivers/media/i2c/as3645a.c
1435 F:      include/media/as3645a.h
1436
1437 ASC7621 HARDWARE MONITOR DRIVER
1438 M:      George Joseph <george.joseph@fairview5.com>
1439 L:      lm-sensors@lm-sensors.org
1440 S:      Maintained
1441 F:      Documentation/hwmon/asc7621
1442 F:      drivers/hwmon/asc7621.c
1443
1444 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1445 M:      Corentin Chary <corentin.chary@gmail.com>
1446 L:      acpi4asus-user@lists.sourceforge.net
1447 L:      platform-driver-x86@vger.kernel.org
1448 W:      http://acpi4asus.sf.net
1449 S:      Maintained
1450 F:      drivers/platform/x86/asus*.c
1451 F:      drivers/platform/x86/eeepc*.c
1452
1453 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1454 M:      Dan Williams <dan.j.williams@intel.com>
1455 W:      http://sourceforge.net/projects/xscaleiop
1456 S:      Maintained
1457 F:      Documentation/crypto/async-tx-api.txt
1458 F:      crypto/async_tx/
1459 F:      drivers/dma/
1460 F:      include/linux/dmaengine.h
1461 F:      include/linux/async_tx.h
1462
1463 AT24 EEPROM DRIVER
1464 M:      Wolfram Sang <wsa@the-dreams.de>
1465 L:      linux-i2c@vger.kernel.org
1466 S:      Maintained
1467 F:      drivers/misc/eeprom/at24.c
1468 F:      include/linux/platform_data/at24.h
1469
1470 ATA OVER ETHERNET (AOE) DRIVER
1471 M:      "Ed L. Cashin" <ecashin@coraid.com>
1472 W:      http://support.coraid.com/support/linux
1473 S:      Supported
1474 F:      Documentation/aoe/
1475 F:      drivers/block/aoe/
1476
1477 ATHEROS ATH GENERIC UTILITIES
1478 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1479 L:      linux-wireless@vger.kernel.org
1480 S:      Supported
1481 F:      drivers/net/wireless/ath/*
1482
1483 ATHEROS ATH5K WIRELESS DRIVER
1484 M:      Jiri Slaby <jirislaby@gmail.com>
1485 M:      Nick Kossifidis <mickflemm@gmail.com>
1486 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1487 L:      linux-wireless@vger.kernel.org
1488 L:      ath5k-devel@lists.ath5k.org
1489 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1490 S:      Maintained
1491 F:      drivers/net/wireless/ath/ath5k/
1492
1493 ATHEROS ATH6KL WIRELESS DRIVER
1494 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1495 L:      linux-wireless@vger.kernel.org
1496 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1497 T:      git git://github.com/kvalo/ath.git
1498 S:      Supported
1499 F:      drivers/net/wireless/ath/ath6kl/
1500
1501 WILOCITY WIL6210 WIRELESS DRIVER
1502 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1503 L:      linux-wireless@vger.kernel.org
1504 L:      wil6210@qca.qualcomm.com
1505 S:      Supported
1506 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1507 F:      drivers/net/wireless/ath/wil6210/
1508
1509 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1510 M:      Christian Lamparter <chunkeey@googlemail.com>
1511 L:      linux-wireless@vger.kernel.org
1512 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1513 S:      Maintained
1514 F:      drivers/net/wireless/ath/carl9170/
1515
1516 ATK0110 HWMON DRIVER
1517 M:      Luca Tettamanti <kronos.it@gmail.com>
1518 L:      lm-sensors@lm-sensors.org
1519 S:      Maintained
1520 F:      drivers/hwmon/asus_atk0110.c
1521
1522 ATI_REMOTE2 DRIVER
1523 M:      Ville Syrjala <syrjala@sci.fi>
1524 S:      Maintained
1525 F:      drivers/input/misc/ati_remote2.c
1526
1527 ATLX ETHERNET DRIVERS
1528 M:      Jay Cliburn <jcliburn@gmail.com>
1529 M:      Chris Snook <chris.snook@gmail.com>
1530 L:      netdev@vger.kernel.org
1531 W:      http://sourceforge.net/projects/atl1
1532 W:      http://atl1.sourceforge.net
1533 S:      Maintained
1534 F:      drivers/net/ethernet/atheros/
1535
1536 ATM
1537 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1538 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1539 L:      netdev@vger.kernel.org
1540 W:      http://linux-atm.sourceforge.net
1541 S:      Maintained
1542 F:      drivers/atm/
1543 F:      include/linux/atm*
1544 F:      include/uapi/linux/atm*
1545
1546 ATMEL AT91 / AT32 MCI DRIVER
1547 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1548 S:      Maintained
1549 F:      drivers/mmc/host/atmel-mci.c
1550 F:      drivers/mmc/host/atmel-mci-regs.h
1551
1552 ATMEL AT91 / AT32 SERIAL DRIVER
1553 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1554 S:      Supported
1555 F:      drivers/tty/serial/atmel_serial.c
1556
1557 ATMEL DMA DRIVER
1558 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1559 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560 S:      Supported
1561 F:      drivers/dma/at_hdmac.c
1562 F:      drivers/dma/at_hdmac_regs.h
1563 F:      include/linux/platform_data/dma-atmel.h
1564
1565 ATMEL I2C DRIVER
1566 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1567 L:      linux-i2c@vger.kernel.org
1568 S:      Supported
1569 F:      drivers/i2c/busses/i2c-at91.c
1570
1571 ATMEL ISI DRIVER
1572 M:      Josh Wu <josh.wu@atmel.com>
1573 L:      linux-media@vger.kernel.org
1574 S:      Supported
1575 F:      drivers/media/platform/soc_camera/atmel-isi.c
1576 F:      include/media/atmel-isi.h
1577
1578 ATMEL LCDFB DRIVER
1579 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1580 L:      linux-fbdev@vger.kernel.org
1581 S:      Maintained
1582 F:      drivers/video/atmel_lcdfb.c
1583 F:      include/video/atmel_lcdc.h
1584
1585 ATMEL MACB ETHERNET DRIVER
1586 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1587 S:      Supported
1588 F:      drivers/net/ethernet/cadence/
1589
1590 ATMEL SPI DRIVER
1591 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1592 S:      Supported
1593 F:      drivers/spi/spi-atmel.*
1594
1595 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1596 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1597 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1598 S:      Supported
1599 F:      drivers/misc/atmel_tclib.c
1600 F:      drivers/clocksource/tcb_clksrc.c
1601
1602 ATMEL TSADCC DRIVER
1603 M:      Josh Wu <josh.wu@atmel.com>
1604 L:      linux-input@vger.kernel.org
1605 S:      Supported
1606 F:      drivers/input/touchscreen/atmel_tsadcc.c
1607
1608 ATMEL USBA UDC DRIVER
1609 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 S:      Supported
1612 F:      drivers/usb/gadget/atmel_usba_udc.*
1613
1614 ATMEL WIRELESS DRIVER
1615 M:      Simon Kelley <simon@thekelleys.org.uk>
1616 L:      linux-wireless@vger.kernel.org
1617 W:      http://www.thekelleys.org.uk/atmel
1618 W:      http://atmelwlandriver.sourceforge.net/
1619 S:      Maintained
1620 F:      drivers/net/wireless/atmel*
1621
1622 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1623 M:      Bradley Grove <linuxdrivers@attotech.com>
1624 L:      linux-scsi@vger.kernel.org
1625 W:      http://www.attotech.com
1626 S:      Supported
1627 F:      drivers/scsi/esas2r
1628
1629 AUDIT SUBSYSTEM
1630 M:      Eric Paris <eparis@redhat.com>
1631 L:      linux-audit@redhat.com (subscribers-only)
1632 W:      http://people.redhat.com/sgrubb/audit/
1633 T:      git git://git.infradead.org/users/eparis/audit.git
1634 S:      Maintained
1635 F:      include/linux/audit.h
1636 F:      include/uapi/linux/audit.h
1637 F:      kernel/audit*
1638
1639 AUXILIARY DISPLAY DRIVERS
1640 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1641 W:      http://miguelojeda.es/auxdisplay.htm
1642 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1643 S:      Maintained
1644 F:      drivers/auxdisplay/
1645 F:      include/linux/cfag12864b.h
1646
1647 AVR32 ARCHITECTURE
1648 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1649 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1650 W:      http://www.atmel.com/products/AVR32/
1651 W:      http://mirror.egtvedt.no/avr32linux.org/
1652 W:      http://avrfreaks.net/
1653 S:      Maintained
1654 F:      arch/avr32/
1655
1656 AVR32/AT32AP MACHINE SUPPORT
1657 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1658 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1659 S:      Maintained
1660 F:      arch/avr32/mach-at32ap/
1661
1662 AX.25 NETWORK LAYER
1663 M:      Ralf Baechle <ralf@linux-mips.org>
1664 L:      linux-hams@vger.kernel.org
1665 W:      http://www.linux-ax25.org/
1666 S:      Maintained
1667 F:      include/uapi/linux/ax25.h
1668 F:      include/net/ax25.h
1669 F:      net/ax25/
1670
1671 AZ6007 DVB DRIVER
1672 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
1673 L:      linux-media@vger.kernel.org
1674 W:      http://linuxtv.org
1675 T:      git git://linuxtv.org/media_tree.git
1676 S:      Maintained
1677 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1678
1679 AZTECH FM RADIO RECEIVER DRIVER
1680 M:      Hans Verkuil <hverkuil@xs4all.nl>
1681 L:      linux-media@vger.kernel.org
1682 T:      git git://linuxtv.org/media_tree.git
1683 W:      http://linuxtv.org
1684 S:      Maintained
1685 F:      drivers/media/radio/radio-aztech*
1686
1687 B43 WIRELESS DRIVER
1688 M:      Stefano Brivio <stefano.brivio@polimi.it>
1689 L:      linux-wireless@vger.kernel.org
1690 L:      b43-dev@lists.infradead.org
1691 W:      http://wireless.kernel.org/en/users/Drivers/b43
1692 S:      Maintained
1693 F:      drivers/net/wireless/b43/
1694
1695 B43LEGACY WIRELESS DRIVER
1696 M:      Larry Finger <Larry.Finger@lwfinger.net>
1697 M:      Stefano Brivio <stefano.brivio@polimi.it>
1698 L:      linux-wireless@vger.kernel.org
1699 L:      b43-dev@lists.infradead.org
1700 W:      http://wireless.kernel.org/en/users/Drivers/b43
1701 S:      Maintained
1702 F:      drivers/net/wireless/b43legacy/
1703
1704 BACKLIGHT CLASS/SUBSYSTEM
1705 M:      Jingoo Han <jg1.han@samsung.com>
1706 S:      Maintained
1707 F:      drivers/video/backlight/
1708 F:      include/linux/backlight.h
1709
1710 BATMAN ADVANCED
1711 M:      Marek Lindner <mareklindner@neomailbox.ch>
1712 M:      Simon Wunderlich <sw@simonwunderlich.de>
1713 M:      Antonio Quartulli <antonio@meshcoding.com>
1714 L:      b.a.t.m.a.n@lists.open-mesh.org
1715 W:      http://www.open-mesh.org/
1716 S:      Maintained
1717 F:      net/batman-adv/
1718
1719 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1720 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1721 L:      linux-hams@vger.kernel.org
1722 W:      http://www.baycom.org/~tom/ham/ham.html
1723 S:      Maintained
1724 F:      drivers/net/hamradio/baycom*
1725
1726 BCACHE (BLOCK LAYER CACHE)
1727 M:      Kent Overstreet <kmo@daterainc.com>
1728 L:      linux-bcache@vger.kernel.org
1729 W:      http://bcache.evilpiepirate.org
1730 S:      Maintained:
1731 F:      drivers/md/bcache/
1732
1733 BEFS FILE SYSTEM
1734 S:      Orphan
1735 F:      Documentation/filesystems/befs.txt
1736 F:      fs/befs/
1737
1738 BFS FILE SYSTEM
1739 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1740 S:      Maintained
1741 F:      Documentation/filesystems/bfs.txt
1742 F:      fs/bfs/
1743 F:      include/uapi/linux/bfs_fs.h
1744
1745 BLACKFIN ARCHITECTURE
1746 M:      Steven Miao <realmz6@gmail.com>
1747 L:      adi-buildroot-devel@lists.sourceforge.net
1748 T:      git git://git.code.sf.net/p/adi-linux/code
1749 W:      http://blackfin.uclinux.org
1750 S:      Supported
1751 F:      arch/blackfin/
1752
1753 BLACKFIN EMAC DRIVER
1754 L:      adi-buildroot-devel@lists.sourceforge.net
1755 W:      http://blackfin.uclinux.org
1756 S:      Supported
1757 F:      drivers/net/ethernet/adi/
1758
1759 BLACKFIN RTC DRIVER
1760 L:      adi-buildroot-devel@lists.sourceforge.net
1761 W:      http://blackfin.uclinux.org
1762 S:      Supported
1763 F:      drivers/rtc/rtc-bfin.c
1764
1765 BLACKFIN SDH DRIVER
1766 M:      Sonic Zhang <sonic.zhang@analog.com>
1767 L:      adi-buildroot-devel@lists.sourceforge.net
1768 W:      http://blackfin.uclinux.org
1769 S:      Supported
1770 F:      drivers/mmc/host/bfin_sdh.c
1771
1772 BLACKFIN SERIAL DRIVER
1773 M:      Sonic Zhang <sonic.zhang@analog.com>
1774 L:      adi-buildroot-devel@lists.sourceforge.net
1775 W:      http://blackfin.uclinux.org
1776 S:      Supported
1777 F:      drivers/tty/serial/bfin_uart.c
1778
1779 BLACKFIN WATCHDOG DRIVER
1780 L:      adi-buildroot-devel@lists.sourceforge.net
1781 W:      http://blackfin.uclinux.org
1782 S:      Supported
1783 F:      drivers/watchdog/bfin_wdt.c
1784
1785 BLACKFIN I2C TWI DRIVER
1786 M:      Sonic Zhang <sonic.zhang@analog.com>
1787 L:      adi-buildroot-devel@lists.sourceforge.net
1788 W:      http://blackfin.uclinux.org/
1789 S:      Supported
1790 F:      drivers/i2c/busses/i2c-bfin-twi.c
1791
1792 BLACKFIN MEDIA DRIVER
1793 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1794 L:      adi-buildroot-devel@lists.sourceforge.net
1795 W:      http://blackfin.uclinux.org/
1796 S:      Supported
1797 F:      drivers/media/platform/blackfin/
1798 F:      drivers/media/i2c/adv7183*
1799 F:      drivers/media/i2c/vs6624*
1800
1801 BLINKM RGB LED DRIVER
1802 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
1803 S:      Maintained
1804 F:      drivers/leds/leds-blinkm.c
1805
1806 BLOCK LAYER
1807 M:      Jens Axboe <axboe@kernel.dk>
1808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1809 S:      Maintained
1810 F:      block/
1811
1812 BLOCK2MTD DRIVER
1813 M:      Joern Engel <joern@lazybastard.org>
1814 L:      linux-mtd@lists.infradead.org
1815 S:      Maintained
1816 F:      drivers/mtd/devices/block2mtd.c
1817
1818 BLUETOOTH DRIVERS
1819 M:      Marcel Holtmann <marcel@holtmann.org>
1820 M:      Gustavo Padovan <gustavo@padovan.org>
1821 M:      Johan Hedberg <johan.hedberg@gmail.com>
1822 L:      linux-bluetooth@vger.kernel.org
1823 W:      http://www.bluez.org/
1824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1826 S:      Maintained
1827 F:      drivers/bluetooth/
1828
1829 BLUETOOTH SUBSYSTEM
1830 M:      Marcel Holtmann <marcel@holtmann.org>
1831 M:      Gustavo Padovan <gustavo@padovan.org>
1832 M:      Johan Hedberg <johan.hedberg@gmail.com>
1833 L:      linux-bluetooth@vger.kernel.org
1834 W:      http://www.bluez.org/
1835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1837 S:      Maintained
1838 F:      net/bluetooth/
1839 F:      include/net/bluetooth/
1840
1841 BONDING DRIVER
1842 M:      Jay Vosburgh <j.vosburgh@gmail.com>
1843 M:      Veaceslav Falico <vfalico@gmail.com>
1844 M:      Andy Gospodarek <andy@greyhouse.net>
1845 L:      netdev@vger.kernel.org
1846 W:      http://sourceforge.net/projects/bonding/
1847 S:      Supported
1848 F:      drivers/net/bonding/
1849 F:      include/uapi/linux/if_bonding.h
1850
1851 BROADCOM B44 10/100 ETHERNET DRIVER
1852 M:      Gary Zambrano <zambrano@broadcom.com>
1853 L:      netdev@vger.kernel.org
1854 S:      Supported
1855 F:      drivers/net/ethernet/broadcom/b44.*
1856
1857 BROADCOM GENET ETHERNET DRIVER
1858 M:      Florian Fainelli <f.fainelli@gmail.com>
1859 L:      netdev@vger.kernel.org
1860 S:      Supported
1861 F:      drivers/net/ethernet/broadcom/genet/
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:      Rob Landley <rob@landley.net>
2818 L:      linux-doc@vger.kernel.org
2819 T:      TBD
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 M32R ARCHITECTURE
5435 M:      Hirokazu Takata <takata@linux-m32r.org>
5436 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
5437 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
5438 W:      http://www.linux-m32r.org/
5439 S:      Maintained
5440 F:      arch/m32r/
5441
5442 M68K ARCHITECTURE
5443 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5444 L:      linux-m68k@lists.linux-m68k.org
5445 W:      http://www.linux-m68k.org/
5446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5447 S:      Maintained
5448 F:      arch/m68k/
5449 F:      drivers/zorro/
5450
5451 M68K ON APPLE MACINTOSH
5452 M:      Joshua Thompson <funaho@jurai.org>
5453 W:      http://www.mac.linux-m68k.org/
5454 L:      linux-m68k@lists.linux-m68k.org
5455 S:      Maintained
5456 F:      arch/m68k/mac/
5457
5458 M68K ON HP9000/300
5459 M:      Philip Blundell <philb@gnu.org>
5460 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5461 S:      Maintained
5462 F:      arch/m68k/hp300/
5463
5464 M88DS3103 MEDIA DRIVER
5465 M:      Antti Palosaari <crope@iki.fi>
5466 L:      linux-media@vger.kernel.org
5467 W:      http://linuxtv.org/
5468 W:      http://palosaari.fi/linux/
5469 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5470 T:      git git://linuxtv.org/anttip/media_tree.git
5471 S:      Maintained
5472 F:      drivers/media/dvb-frontends/m88ds3103*
5473
5474 M88RS2000 MEDIA DRIVER
5475 M:      Malcolm Priestley <tvboxspy@gmail.com>
5476 L:      linux-media@vger.kernel.org
5477 W:      http://linuxtv.org/
5478 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5479 S:      Maintained
5480 F:      drivers/media/dvb-frontends/m88rs2000*
5481
5482 M88TS2022 MEDIA DRIVER
5483 M:      Antti Palosaari <crope@iki.fi>
5484 L:      linux-media@vger.kernel.org
5485 W:      http://linuxtv.org/
5486 W:      http://palosaari.fi/linux/
5487 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5488 T:      git git://linuxtv.org/anttip/media_tree.git
5489 S:      Maintained
5490 F:      drivers/media/tuners/m88ts2022*
5491
5492 MA901 MASTERKIT USB FM RADIO DRIVER
5493 M:      Alexey Klimov <klimov.linux@gmail.com>
5494 L:      linux-media@vger.kernel.org
5495 T:      git git://linuxtv.org/media_tree.git
5496 S:      Maintained
5497 F:      drivers/media/radio/radio-ma901.c
5498
5499 MAC80211
5500 M:      Johannes Berg <johannes@sipsolutions.net>
5501 L:      linux-wireless@vger.kernel.org
5502 W:      http://wireless.kernel.org/
5503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5505 S:      Maintained
5506 F:      Documentation/networking/mac80211-injection.txt
5507 F:      include/net/mac80211.h
5508 F:      net/mac80211/
5509
5510 MAC80211 PID RATE CONTROL
5511 M:      Stefano Brivio <stefano.brivio@polimi.it>
5512 M:      Mattias Nissler <mattias.nissler@gmx.de>
5513 L:      linux-wireless@vger.kernel.org
5514 W:      http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
5515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5517 S:      Maintained
5518 F:      net/mac80211/rc80211_pid*
5519
5520 MACVLAN DRIVER
5521 M:      Patrick McHardy <kaber@trash.net>
5522 L:      netdev@vger.kernel.org
5523 S:      Maintained
5524 F:      drivers/net/macvlan.c
5525 F:      include/linux/if_macvlan.h
5526
5527 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5528 M:      Michael Kerrisk <mtk.manpages@gmail.com>
5529 W:      http://www.kernel.org/doc/man-pages
5530 L:      linux-man@vger.kernel.org
5531 S:      Maintained
5532
5533 MARVELL ARMADA DRM SUPPORT
5534 M:      Russell King <rmk+kernel@arm.linux.org.uk>
5535 S:      Maintained
5536 F:      drivers/gpu/drm/armada/
5537
5538 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5539 M:      Mirko Lindner <mlindner@marvell.com>
5540 M:      Stephen Hemminger <stephen@networkplumber.org>
5541 L:      netdev@vger.kernel.org
5542 S:      Maintained
5543 F:      drivers/net/ethernet/marvell/sk*
5544
5545 MARVELL LIBERTAS WIRELESS DRIVER
5546 L:      libertas-dev@lists.infradead.org
5547 S:      Orphan
5548 F:      drivers/net/wireless/libertas/
5549
5550 MARVELL MV643XX ETHERNET DRIVER
5551 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
5552 L:      netdev@vger.kernel.org
5553 S:      Maintained
5554 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
5555 F:      include/linux/mv643xx.h
5556
5557 MARVELL MVNETA ETHERNET DRIVER
5558 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5559 L:      netdev@vger.kernel.org
5560 S:      Maintained
5561 F:      drivers/net/ethernet/marvell/mvneta.*
5562
5563 MARVELL MWIFIEX WIRELESS DRIVER
5564 M:      Bing Zhao <bzhao@marvell.com>
5565 L:      linux-wireless@vger.kernel.org
5566 S:      Maintained
5567 F:      drivers/net/wireless/mwifiex/
5568
5569 MARVELL MWL8K WIRELESS DRIVER
5570 M:      Lennert Buytenhek <buytenh@wantstofly.org>
5571 L:      linux-wireless@vger.kernel.org
5572 S:      Odd Fixes
5573 F:      drivers/net/wireless/mwl8k.c
5574
5575 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
5576 M:      Nicolas Pitre <nico@fluxnic.net>
5577 S:      Odd Fixes
5578 F:      drivers/mmc/host/mvsdio.*
5579
5580 MATROX FRAMEBUFFER DRIVER
5581 L:      linux-fbdev@vger.kernel.org
5582 S:      Orphan
5583 F:      drivers/video/matrox/matroxfb_*
5584 F:      include/uapi/linux/matroxfb.h
5585
5586 MAX16065 HARDWARE MONITOR DRIVER
5587 M:      Guenter Roeck <linux@roeck-us.net>
5588 L:      lm-sensors@lm-sensors.org
5589 S:      Maintained
5590 F:      Documentation/hwmon/max16065
5591 F:      drivers/hwmon/max16065.c
5592
5593 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5594 M:      "Hans J. Koch" <hjk@hansjkoch.de>
5595 L:      lm-sensors@lm-sensors.org
5596 S:      Maintained
5597 F:      Documentation/hwmon/max6650
5598 F:      drivers/hwmon/max6650.c
5599
5600 MAX6697 HARDWARE MONITOR DRIVER
5601 M:      Guenter Roeck <linux@roeck-us.net>
5602 L:      lm-sensors@lm-sensors.org
5603 S:      Maintained
5604 F:      Documentation/hwmon/max6697
5605 F:      Documentation/devicetree/bindings/i2c/max6697.txt
5606 F:      drivers/hwmon/max6697.c
5607 F:      include/linux/platform_data/max6697.h
5608
5609 MAXIRADIO FM RADIO RECEIVER DRIVER
5610 M:      Hans Verkuil <hverkuil@xs4all.nl>
5611 L:      linux-media@vger.kernel.org
5612 T:      git git://linuxtv.org/media_tree.git
5613 W:      http://linuxtv.org
5614 S:      Maintained
5615 F:      drivers/media/radio/radio-maxiradio*
5616
5617 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
5618 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
5619 P:      LinuxTV.org Project
5620 L:      linux-media@vger.kernel.org
5621 W:      http://linuxtv.org
5622 Q:      http://patchwork.kernel.org/project/linux-media/list/
5623 T:      git git://linuxtv.org/media_tree.git
5624 S:      Maintained
5625 F:      Documentation/dvb/
5626 F:      Documentation/video4linux/
5627 F:      Documentation/DocBook/media/
5628 F:      drivers/media/
5629 F:      drivers/staging/media/
5630 F:      include/media/
5631 F:      include/uapi/linux/dvb/
5632 F:      include/uapi/linux/videodev2.h
5633 F:      include/uapi/linux/media.h
5634 F:      include/uapi/linux/v4l2-*
5635 F:      include/uapi/linux/meye.h
5636 F:      include/uapi/linux/ivtv*
5637 F:      include/uapi/linux/uvcvideo.h
5638
5639 MEDIAVISION PRO MOVIE STUDIO DRIVER
5640 M:      Hans Verkuil <hverkuil@xs4all.nl>
5641 L:      linux-media@vger.kernel.org
5642 T:      git git://linuxtv.org/media_tree.git
5643 W:      http://linuxtv.org
5644 S:      Odd Fixes
5645 F:      drivers/media/parport/pms*
5646
5647 MEGARAID SCSI DRIVERS
5648 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
5649 L:      linux-scsi@vger.kernel.org
5650 W:      http://megaraid.lsilogic.com
5651 S:      Maintained
5652 F:      Documentation/scsi/megaraid.txt
5653 F:      drivers/scsi/megaraid.*
5654 F:      drivers/scsi/megaraid/
5655
5656 MELLANOX ETHERNET DRIVER (mlx4_en)
5657 M:      Amir Vadai <amirv@mellanox.com>
5658 L:      netdev@vger.kernel.org
5659 S:      Supported
5660 W:      http://www.mellanox.com
5661 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5662 F:      drivers/net/ethernet/mellanox/mlx4/en_*
5663
5664 MEMORY MANAGEMENT
5665 L:      linux-mm@kvack.org
5666 W:      http://www.linux-mm.org
5667 S:      Maintained
5668 F:      include/linux/mm.h
5669 F:      include/linux/gfp.h
5670 F:      include/linux/mmzone.h
5671 F:      include/linux/memory_hotplug.h
5672 F:      include/linux/vmalloc.h
5673 F:      mm/
5674
5675 MEMORY RESOURCE CONTROLLER
5676 M:      Johannes Weiner <hannes@cmpxchg.org>
5677 M:      Michal Hocko <mhocko@suse.cz>
5678 M:      Balbir Singh <bsingharora@gmail.com>
5679 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
5680 L:      cgroups@vger.kernel.org
5681 L:      linux-mm@kvack.org
5682 S:      Maintained
5683 F:      mm/memcontrol.c
5684 F:      mm/page_cgroup.c
5685
5686 MEMORY TECHNOLOGY DEVICES (MTD)
5687 M:      David Woodhouse <dwmw2@infradead.org>
5688 M:      Brian Norris <computersforpeace@gmail.com>
5689 L:      linux-mtd@lists.infradead.org
5690 W:      http://www.linux-mtd.infradead.org/
5691 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
5692 T:      git git://git.infradead.org/linux-mtd.git
5693 S:      Maintained
5694 F:      drivers/mtd/
5695 F:      include/linux/mtd/
5696 F:      include/uapi/mtd/
5697
5698 MEN A21 WATCHDOG DRIVER
5699 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
5700 L:      linux-watchdog@vger.kernel.org
5701 S:      Supported
5702 F:      drivers/watchdog/mena21_wdt.c
5703
5704 METAG ARCHITECTURE
5705 M:      James Hogan <james.hogan@imgtec.com>
5706 L:      linux-metag@vger.kernel.org
5707 S:      Supported
5708 F:      arch/metag/
5709 F:      Documentation/metag/
5710 F:      Documentation/devicetree/bindings/metag/
5711 F:      drivers/clocksource/metag_generic.c
5712 F:      drivers/irqchip/irq-metag.c
5713 F:      drivers/irqchip/irq-metag-ext.c
5714 F:      drivers/tty/metag_da.c
5715 F:      fs/imgdafs/
5716
5717 MICROBLAZE ARCHITECTURE
5718 M:      Michal Simek <monstr@monstr.eu>
5719 L:      microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
5720 W:      http://www.monstr.eu/fdt/
5721 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
5722 S:      Supported
5723 F:      arch/microblaze/
5724
5725 MICROTEK X6 SCANNER
5726 M:      Oliver Neukum <oliver@neukum.org>
5727 S:      Maintained
5728 F:      drivers/usb/image/microtek.*
5729
5730 MIPS
5731 M:      Ralf Baechle <ralf@linux-mips.org>
5732 L:      linux-mips@linux-mips.org
5733 W:      http://www.linux-mips.org/
5734 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
5735 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
5736 S:      Supported
5737 F:      Documentation/mips/
5738 F:      arch/mips/
5739
5740 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5741 M:      Hans Verkuil <hverkuil@xs4all.nl>
5742 L:      linux-media@vger.kernel.org
5743 T:      git git://linuxtv.org/media_tree.git
5744 W:      http://linuxtv.org
5745 S:      Odd Fixes
5746 F:      drivers/media/radio/radio-miropcm20*
5747
5748 Mellanox MLX5 core VPI driver
5749 M:      Eli Cohen <eli@mellanox.com>
5750 L:      netdev@vger.kernel.org
5751 L:      linux-rdma@vger.kernel.org
5752 W:      http://www.mellanox.com
5753 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5754 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5755 T:      git git://openfabrics.org/~eli/connect-ib.git
5756 S:      Supported
5757 F:      drivers/net/ethernet/mellanox/mlx5/core/
5758 F:      include/linux/mlx5/
5759
5760 Mellanox MLX5 IB driver
5761 M:      Eli Cohen <eli@mellanox.com>
5762 L:      linux-rdma@vger.kernel.org
5763 W:      http://www.mellanox.com
5764 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5765 T:      git git://openfabrics.org/~eli/connect-ib.git
5766 S:      Supported
5767 F:      include/linux/mlx5/
5768 F:      drivers/infiniband/hw/mlx5/
5769
5770 MODULE SUPPORT
5771 M:      Rusty Russell <rusty@rustcorp.com.au>
5772 S:      Maintained
5773 F:      include/linux/module.h
5774 F:      kernel/module.c
5775
5776 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5777 W:      http://popies.net/meye/
5778 S:      Orphan
5779 F:      Documentation/video4linux/meye.txt
5780 F:      drivers/media/pci/meye/
5781 F:      include/uapi/linux/meye.h
5782
5783 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5784 M:      Jiri Slaby <jirislaby@gmail.com>
5785 S:      Maintained
5786 F:      Documentation/serial/moxa-smartio
5787 F:      drivers/tty/mxser.*
5788
5789 MR800 AVERMEDIA USB FM RADIO DRIVER
5790 M:      Alexey Klimov <klimov.linux@gmail.com>
5791 L:      linux-media@vger.kernel.org
5792 T:      git git://linuxtv.org/media_tree.git
5793 S:      Maintained
5794 F:      drivers/media/radio/radio-mr800.c
5795
5796 MSI LAPTOP SUPPORT
5797 M:      "Lee, Chun-Yi" <jlee@suse.com>
5798 L:      platform-driver-x86@vger.kernel.org
5799 S:      Maintained
5800 F:      drivers/platform/x86/msi-laptop.c
5801
5802 MSI WMI SUPPORT
5803 M:      Anisse Astier <anisse@astier.eu>
5804 L:      platform-driver-x86@vger.kernel.org
5805 S:      Supported
5806 F:      drivers/platform/x86/msi-wmi.c
5807
5808 MT9M032 APTINA SENSOR DRIVER
5809 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5810 L:      linux-media@vger.kernel.org
5811 T:      git git://linuxtv.org/media_tree.git
5812 S:      Maintained
5813 F:      drivers/media/i2c/mt9m032.c
5814 F:      include/media/mt9m032.h
5815
5816 MT9P031 APTINA CAMERA SENSOR
5817 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5818 L:      linux-media@vger.kernel.org
5819 T:      git git://linuxtv.org/media_tree.git
5820 S:      Maintained
5821 F:      drivers/media/i2c/mt9p031.c
5822 F:      include/media/mt9p031.h
5823
5824 MT9T001 APTINA CAMERA SENSOR
5825 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5826 L:      linux-media@vger.kernel.org
5827 T:      git git://linuxtv.org/media_tree.git
5828 S:      Maintained
5829 F:      drivers/media/i2c/mt9t001.c
5830 F:      include/media/mt9t001.h
5831
5832 MT9V032 APTINA CAMERA SENSOR
5833 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5834 L:      linux-media@vger.kernel.org
5835 T:      git git://linuxtv.org/media_tree.git
5836 S:      Maintained
5837 F:      drivers/media/i2c/mt9v032.c
5838 F:      include/media/mt9v032.h
5839
5840 MULTIFUNCTION DEVICES (MFD)
5841 M:      Samuel Ortiz <sameo@linux.intel.com>
5842 M:      Lee Jones <lee.jones@linaro.org>
5843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next.git
5844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes.git
5845 S:      Supported
5846 F:      drivers/mfd/
5847 F:      include/linux/mfd/
5848
5849 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5850 M:      Chris Ball <chris@printf.net>
5851 L:      linux-mmc@vger.kernel.org
5852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5853 S:      Maintained
5854 F:      drivers/mmc/
5855 F:      include/linux/mmc/
5856 F:      include/uapi/linux/mmc/
5857
5858 MULTIMEDIA CARD (MMC) ETC. OVER SPI
5859 S:      Orphan
5860 F:      drivers/mmc/host/mmc_spi.c
5861 F:      include/linux/spi/mmc_spi.h
5862
5863 MULTISOUND SOUND DRIVER
5864 M:      Andrew Veliath <andrewtv@usa.net>
5865 S:      Maintained
5866 F:      Documentation/sound/oss/MultiSound
5867 F:      sound/oss/msnd*
5868
5869 MULTITECH MULTIPORT CARD (ISICOM)
5870 S:      Orphan
5871 F:      drivers/tty/isicom.c
5872 F:      include/linux/isicom.h
5873
5874 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5875 M:      Felipe Balbi <balbi@ti.com>
5876 L:      linux-usb@vger.kernel.org
5877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5878 S:      Maintained
5879 F:      drivers/usb/musb/
5880
5881 MXL5007T MEDIA DRIVER
5882 M:      Michael Krufky <mkrufky@linuxtv.org>
5883 L:      linux-media@vger.kernel.org
5884 W:      http://linuxtv.org/
5885 W:      http://github.com/mkrufky
5886 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5887 T:      git git://linuxtv.org/mkrufky/tuners.git
5888 S:      Maintained
5889 F:      drivers/media/tuners/mxl5007t.*
5890
5891 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5892 M:      Hyong-Youb Kim <hykim@myri.com>
5893 L:      netdev@vger.kernel.org
5894 W:      https://www.myricom.com/support/downloads/myri10ge.html
5895 S:      Supported
5896 F:      drivers/net/ethernet/myricom/myri10ge/
5897
5898 NATSEMI ETHERNET DRIVER (DP8381x)
5899 S:      Orphan
5900 F:      drivers/net/ethernet/natsemi/natsemi.c
5901
5902 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5903 M:      Daniel Mack <zonque@gmail.com>
5904 S:      Maintained
5905 L:      alsa-devel@alsa-project.org
5906 W:      http://www.native-instruments.com
5907 F:      sound/usb/caiaq/
5908
5909 NCP FILESYSTEM
5910 M:      Petr Vandrovec <petr@vandrovec.name>
5911 S:      Odd Fixes
5912 F:      fs/ncpfs/
5913
5914 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5915 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5916 L:      linux-scsi@vger.kernel.org
5917 S:      Maintained
5918 F:      drivers/scsi/NCR_D700.*
5919
5920 NCT6775 HARDWARE MONITOR DRIVER
5921 M:      Guenter Roeck <linux@roeck-us.net>
5922 L:      lm-sensors@lm-sensors.org
5923 S:      Maintained
5924 F:      Documentation/hwmon/nct6775
5925 F:      drivers/hwmon/nct6775.c
5926
5927 NETEFFECT IWARP RNIC DRIVER (IW_NES)
5928 M:      Faisal Latif <faisal.latif@intel.com>
5929 L:      linux-rdma@vger.kernel.org
5930 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5931 S:      Supported
5932 F:      drivers/infiniband/hw/nes/
5933
5934 NETEM NETWORK EMULATOR
5935 M:      Stephen Hemminger <stephen@networkplumber.org>
5936 L:      netem@lists.linux-foundation.org
5937 S:      Maintained
5938 F:      net/sched/sch_netem.c
5939
5940 NETERION 10GbE DRIVERS (s2io/vxge)
5941 M:      Jon Mason <jdmason@kudzu.us>
5942 L:      netdev@vger.kernel.org
5943 S:      Supported
5944 F:      Documentation/networking/s2io.txt
5945 F:      Documentation/networking/vxge.txt
5946 F:      drivers/net/ethernet/neterion/
5947
5948 NETFILTER/IPTABLES
5949 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5950 M:      Patrick McHardy <kaber@trash.net>
5951 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
5952 L:      netfilter-devel@vger.kernel.org
5953 L:      netfilter@vger.kernel.org
5954 L:      coreteam@netfilter.org
5955 W:      http://www.netfilter.org/
5956 W:      http://www.iptables.org/
5957 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
5958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
5959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
5960 S:      Supported
5961 F:      include/linux/netfilter*
5962 F:      include/linux/netfilter/
5963 F:      include/net/netfilter/
5964 F:      include/uapi/linux/netfilter*
5965 F:      include/uapi/linux/netfilter/
5966 F:      net/*/netfilter.c
5967 F:      net/*/netfilter/
5968 F:      net/netfilter/
5969
5970 NETLABEL
5971 M:      Paul Moore <paul@paul-moore.com>
5972 W:      http://netlabel.sf.net
5973 L:      netdev@vger.kernel.org
5974 S:      Maintained
5975 F:      Documentation/netlabel/
5976 F:      include/net/netlabel.h
5977 F:      net/netlabel/
5978
5979 NETROM NETWORK LAYER
5980 M:      Ralf Baechle <ralf@linux-mips.org>
5981 L:      linux-hams@vger.kernel.org
5982 W:      http://www.linux-ax25.org/
5983 S:      Maintained
5984 F:      include/net/netrom.h
5985 F:      include/uapi/linux/netrom.h
5986 F:      net/netrom/
5987
5988 NETWORK BLOCK DEVICE (NBD)
5989 M:      Paul Clements <Paul.Clements@steeleye.com>
5990 S:      Maintained
5991 L:      nbd-general@lists.sourceforge.net
5992 F:      Documentation/blockdev/nbd.txt
5993 F:      drivers/block/nbd.c
5994 F:      include/linux/nbd.h
5995 F:      include/uapi/linux/nbd.h
5996
5997 NETWORK DROP MONITOR
5998 M:      Neil Horman <nhorman@tuxdriver.com>
5999 L:      netdev@vger.kernel.org
6000 S:      Maintained
6001 W:      https://fedorahosted.org/dropwatch/
6002 F:      net/core/drop_monitor.c
6003
6004 NETWORKING [GENERAL]
6005 M:      "David S. Miller" <davem@davemloft.net>
6006 L:      netdev@vger.kernel.org
6007 W:      http://www.linuxfoundation.org/en/Net
6008 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6011 S:      Maintained
6012 F:      net/
6013 F:      include/net/
6014 F:      include/linux/in.h
6015 F:      include/linux/net.h
6016 F:      include/linux/netdevice.h
6017 F:      include/uapi/linux/in.h
6018 F:      include/uapi/linux/net.h
6019 F:      include/uapi/linux/netdevice.h
6020 F:      tools/net/
6021 F:      tools/testing/selftests/net/
6022 F:      lib/random32.c
6023
6024 NETWORKING [IPv4/IPv6]
6025 M:      "David S. Miller" <davem@davemloft.net>
6026 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6027 M:      James Morris <jmorris@namei.org>
6028 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6029 M:      Patrick McHardy <kaber@trash.net>
6030 L:      netdev@vger.kernel.org
6031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6032 S:      Maintained
6033 F:      net/ipv4/
6034 F:      net/ipv6/
6035 F:      include/net/ip*
6036 F:      arch/x86/net/*
6037
6038 NETWORKING [IPSEC]
6039 M:      Steffen Klassert <steffen.klassert@secunet.com>
6040 M:      Herbert Xu <herbert@gondor.apana.org.au>
6041 M:      "David S. Miller" <davem@davemloft.net>
6042 L:      netdev@vger.kernel.org
6043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6045 S:      Maintained
6046 F:      net/core/flow.c
6047 F:      net/xfrm/
6048 F:      net/key/
6049 F:      net/ipv4/xfrm*
6050 F:      net/ipv4/esp4.c
6051 F:      net/ipv4/ah4.c
6052 F:      net/ipv4/ipcomp.c
6053 F:      net/ipv4/ip_vti.c
6054 F:      net/ipv6/xfrm*
6055 F:      net/ipv6/esp6.c
6056 F:      net/ipv6/ah6.c
6057 F:      net/ipv6/ipcomp6.c
6058 F:      net/ipv6/ip6_vti.c
6059 F:      include/uapi/linux/xfrm.h
6060 F:      include/net/xfrm.h
6061
6062 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6063 M:      Paul Moore <paul@paul-moore.com>
6064 L:      netdev@vger.kernel.org
6065 S:      Maintained
6066
6067 NETWORKING [WIRELESS]
6068 M:      "John W. Linville" <linville@tuxdriver.com>
6069 L:      linux-wireless@vger.kernel.org
6070 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
6072 S:      Maintained
6073 F:      net/mac80211/
6074 F:      net/rfkill/
6075 F:      net/wireless/
6076 F:      include/net/ieee80211*
6077 F:      include/linux/wireless.h
6078 F:      include/uapi/linux/wireless.h
6079 F:      include/net/iw_handler.h
6080 F:      drivers/net/wireless/
6081
6082 NETWORKING DRIVERS
6083 L:      netdev@vger.kernel.org
6084 W:      http://www.linuxfoundation.org/en/Net
6085 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6088 S:      Odd Fixes
6089 F:      drivers/net/
6090 F:      include/linux/if_*
6091 F:      include/linux/netdevice.h
6092 F:      include/linux/arcdevice.h
6093 F:      include/linux/etherdevice.h
6094 F:      include/linux/fcdevice.h
6095 F:      include/linux/fddidevice.h
6096 F:      include/linux/hippidevice.h
6097 F:      include/linux/inetdevice.h
6098 F:      include/uapi/linux/if_*
6099 F:      include/uapi/linux/netdevice.h
6100
6101 NETXEN (1/10) GbE SUPPORT
6102 M:      Manish Chopra <manish.chopra@qlogic.com>
6103 M:      Sony Chacko <sony.chacko@qlogic.com>
6104 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6105 L:      netdev@vger.kernel.org
6106 W:      http://www.qlogic.com
6107 S:      Supported
6108 F:      drivers/net/ethernet/qlogic/netxen/
6109
6110 NFC SUBSYSTEM
6111 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6112 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6113 M:      Samuel Ortiz <sameo@linux.intel.com>
6114 L:      linux-wireless@vger.kernel.org
6115 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
6116 S:      Supported
6117 F:      net/nfc/
6118 F:      include/net/nfc/
6119 F:      include/uapi/linux/nfc.h
6120 F:      drivers/nfc/
6121 F:      include/linux/platform_data/pn544.h
6122 F:      Documentation/devicetree/bindings/net/nfc/
6123
6124 NFS, SUNRPC, AND LOCKD CLIENTS
6125 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6126 L:      linux-nfs@vger.kernel.org
6127 W:      http://client.linux-nfs.org
6128 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6129 S:      Maintained
6130 F:      fs/lockd/
6131 F:      fs/nfs/
6132 F:      fs/nfs_common/
6133 F:      net/sunrpc/
6134 F:      include/linux/lockd/
6135 F:      include/linux/nfs*
6136 F:      include/linux/sunrpc/
6137 F:      include/uapi/linux/nfs*
6138 F:      include/uapi/linux/sunrpc/
6139
6140 NILFS2 FILESYSTEM
6141 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
6142 L:      linux-nilfs@vger.kernel.org
6143 W:      http://www.nilfs.org/en/
6144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
6145 S:      Supported
6146 F:      Documentation/filesystems/nilfs2.txt
6147 F:      fs/nilfs2/
6148 F:      include/linux/nilfs2_fs.h
6149
6150 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6151 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6152 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6153 S:      Maintained
6154 F:      Documentation/scsi/NinjaSCSI.txt
6155 F:      drivers/scsi/pcmcia/nsp_*
6156
6157 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6158 M:      GOTO Masanori <gotom@debian.or.jp>
6159 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6160 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6161 S:      Maintained
6162 F:      Documentation/scsi/NinjaSCSI.txt
6163 F:      drivers/scsi/nsp32*
6164
6165 NTB DRIVER
6166 M:      Jon Mason <jon.mason@intel.com>
6167 S:      Supported
6168 W:      https://github.com/jonmason/ntb/wiki
6169 T:      git git://github.com/jonmason/ntb.git
6170 F:      drivers/ntb/
6171 F:      drivers/net/ntb_netdev.c
6172 F:      include/linux/ntb.h
6173
6174 NTFS FILESYSTEM
6175 M:      Anton Altaparmakov <anton@tuxera.com>
6176 L:      linux-ntfs-dev@lists.sourceforge.net
6177 W:      http://www.tuxera.com/
6178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6179 S:      Supported
6180 F:      Documentation/filesystems/ntfs.txt
6181 F:      fs/ntfs/
6182
6183 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6184 M:      Antonino Daplas <adaplas@gmail.com>
6185 L:      linux-fbdev@vger.kernel.org
6186 S:      Maintained
6187 F:      drivers/video/riva/
6188 F:      drivers/video/nvidia/
6189
6190 NVM EXPRESS DRIVER
6191 M:      Matthew Wilcox <willy@linux.intel.com>
6192 L:      linux-nvme@lists.infradead.org
6193 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6194 S:      Supported
6195 F:      drivers/block/nvme*
6196 F:      include/linux/nvme.h
6197
6198 NXP TDA998X DRM DRIVER
6199 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6200 S:      Supported
6201 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6202 F:      include/drm/i2c/tda998x.h
6203
6204 OMAP SUPPORT
6205 M:      Tony Lindgren <tony@atomide.com>
6206 L:      linux-omap@vger.kernel.org
6207 W:      http://www.muru.com/linux/omap/
6208 W:      http://linux.omap.com/
6209 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6211 S:      Maintained
6212 F:      arch/arm/*omap*/
6213 F:      drivers/i2c/busses/i2c-omap.c
6214 F:      include/linux/i2c-omap.h
6215
6216 OMAP DEVICE TREE SUPPORT
6217 M:      Benoît Cousson <bcousson@baylibre.com>
6218 M:      Tony Lindgren <tony@atomide.com>
6219 L:      linux-omap@vger.kernel.org
6220 L:      devicetree@vger.kernel.org
6221 S:      Maintained
6222 F:      arch/arm/boot/dts/*omap*
6223 F:      arch/arm/boot/dts/*am3*
6224
6225 OMAP CLOCK FRAMEWORK SUPPORT
6226 M:      Paul Walmsley <paul@pwsan.com>
6227 L:      linux-omap@vger.kernel.org
6228 S:      Maintained
6229 F:      arch/arm/*omap*/*clock*
6230
6231 OMAP POWER MANAGEMENT SUPPORT
6232 M:      Kevin Hilman <khilman@deeprootsystems.com>
6233 L:      linux-omap@vger.kernel.org
6234 S:      Maintained
6235 F:      arch/arm/*omap*/*pm*
6236 F:      drivers/cpufreq/omap-cpufreq.c
6237
6238 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6239 M:      Rajendra Nayak <rnayak@ti.com>
6240 M:      Paul Walmsley <paul@pwsan.com>
6241 L:      linux-omap@vger.kernel.org
6242 S:      Maintained
6243 F:      arch/arm/mach-omap2/prm*
6244
6245 OMAP AUDIO SUPPORT
6246 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6247 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6248 L:      alsa-devel@alsa-project.org (subscribers-only)
6249 L:      linux-omap@vger.kernel.org
6250 S:      Maintained
6251 F:      sound/soc/omap/
6252
6253 OMAP FRAMEBUFFER SUPPORT
6254 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6255 L:      linux-fbdev@vger.kernel.org
6256 L:      linux-omap@vger.kernel.org
6257 S:      Maintained
6258 F:      drivers/video/omap/
6259
6260 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6261 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6262 L:      linux-omap@vger.kernel.org
6263 L:      linux-fbdev@vger.kernel.org
6264 S:      Maintained
6265 F:      drivers/video/omap2/
6266 F:      Documentation/arm/OMAP/DSS
6267
6268 OMAP HARDWARE SPINLOCK SUPPORT
6269 M:      Ohad Ben-Cohen <ohad@wizery.com>
6270 L:      linux-omap@vger.kernel.org
6271 S:      Maintained
6272 F:      drivers/hwspinlock/omap_hwspinlock.c
6273 F:      arch/arm/mach-omap2/hwspinlock.c
6274
6275 OMAP MMC SUPPORT
6276 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6277 L:      linux-omap@vger.kernel.org
6278 S:      Maintained
6279 F:      drivers/mmc/host/omap.c
6280
6281 OMAP HS MMC SUPPORT
6282 M:      Balaji T K <balajitk@ti.com>
6283 L:      linux-mmc@vger.kernel.org
6284 L:      linux-omap@vger.kernel.org
6285 S:      Maintained
6286 F:      drivers/mmc/host/omap_hsmmc.c
6287
6288 OMAP RANDOM NUMBER GENERATOR SUPPORT
6289 M:      Deepak Saxena <dsaxena@plexity.net>
6290 S:      Maintained
6291 F:      drivers/char/hw_random/omap-rng.c
6292
6293 OMAP HWMOD SUPPORT
6294 M:      Benoît Cousson <bcousson@baylibre.com>
6295 M:      Paul Walmsley <paul@pwsan.com>
6296 L:      linux-omap@vger.kernel.org
6297 S:      Maintained
6298 F:      arch/arm/mach-omap2/omap_hwmod.*
6299
6300 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6301 M:      Benoît Cousson <bcousson@baylibre.com>
6302 L:      linux-omap@vger.kernel.org
6303 S:      Maintained
6304 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6305
6306 OMAP IMAGE SIGNAL PROCESSOR (ISP)
6307 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6308 L:      linux-media@vger.kernel.org
6309 S:      Maintained
6310 F:      drivers/media/platform/omap3isp/
6311
6312 OMAP USB SUPPORT
6313 M:      Felipe Balbi <balbi@ti.com>
6314 L:      linux-usb@vger.kernel.org
6315 L:      linux-omap@vger.kernel.org
6316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6317 S:      Maintained
6318 F:      drivers/usb/*/*omap*
6319 F:      arch/arm/*omap*/usb*
6320
6321 OMAP GPIO DRIVER
6322 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
6323 M:      Kevin Hilman <khilman@deeprootsystems.com>
6324 L:      linux-omap@vger.kernel.org
6325 S:      Maintained
6326 F:      drivers/gpio/gpio-omap.c
6327
6328 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6329 M:      Mark Jackson <mpfj@newflow.co.uk>
6330 L:      linux-omap@vger.kernel.org
6331 S:      Maintained
6332 F:      arch/arm/boot/dts/am335x-nano.dts
6333
6334 OMFS FILESYSTEM
6335 M:      Bob Copeland <me@bobcopeland.com>
6336 L:      linux-karma-devel@lists.sourceforge.net
6337 S:      Maintained
6338 F:      Documentation/filesystems/omfs.txt
6339 F:      fs/omfs/
6340
6341 OMNIKEY CARDMAN 4000 DRIVER
6342 M:      Harald Welte <laforge@gnumonks.org>
6343 S:      Maintained
6344 F:      drivers/char/pcmcia/cm4000_cs.c
6345 F:      include/linux/cm4000_cs.h
6346 F:      include/uapi/linux/cm4000_cs.h
6347
6348 OMNIKEY CARDMAN 4040 DRIVER
6349 M:      Harald Welte <laforge@gnumonks.org>
6350 S:      Maintained
6351 F:      drivers/char/pcmcia/cm4040_cs.*
6352
6353 OMNIVISION OV7670 SENSOR DRIVER
6354 M:      Jonathan Corbet <corbet@lwn.net>
6355 L:      linux-media@vger.kernel.org
6356 T:      git git://linuxtv.org/media_tree.git
6357 S:      Maintained
6358 F:      drivers/media/i2c/ov7670.c
6359
6360 ONENAND FLASH DRIVER
6361 M:      Kyungmin Park <kyungmin.park@samsung.com>
6362 L:      linux-mtd@lists.infradead.org
6363 S:      Maintained
6364 F:      drivers/mtd/onenand/
6365 F:      include/linux/mtd/onenand*.h
6366
6367 ONSTREAM SCSI TAPE DRIVER
6368 M:      Willem Riede <osst@riede.org>
6369 L:      osst-users@lists.sourceforge.net
6370 L:      linux-scsi@vger.kernel.org
6371 S:      Maintained
6372 F:      Documentation/scsi/osst.txt
6373 F:      drivers/scsi/osst.*
6374 F:      drivers/scsi/osst_*.h
6375 F:      drivers/scsi/st.h
6376
6377 OPENCORES I2C BUS DRIVER
6378 M:      Peter Korsgaard <jacmet@sunsite.dk>
6379 L:      linux-i2c@vger.kernel.org
6380 S:      Maintained
6381 F:      Documentation/i2c/busses/i2c-ocores
6382 F:      drivers/i2c/busses/i2c-ocores.c
6383
6384 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6385 M:      Grant Likely <grant.likely@linaro.org>
6386 M:      Rob Herring <robh+dt@kernel.org>
6387 L:      devicetree@vger.kernel.org
6388 W:      http://fdt.secretlab.ca
6389 T:      git git://git.secretlab.ca/git/linux-2.6.git
6390 S:      Maintained
6391 F:      drivers/of/
6392 F:      include/linux/of*.h
6393 F:      scripts/dtc/
6394 K:      of_get_property
6395 K:      of_match_table
6396
6397 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6398 M:      Rob Herring <robh+dt@kernel.org>
6399 M:      Pawel Moll <pawel.moll@arm.com>
6400 M:      Mark Rutland <mark.rutland@arm.com>
6401 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
6402 M:      Kumar Gala <galak@codeaurora.org>
6403 L:      devicetree@vger.kernel.org
6404 S:      Maintained
6405 F:      Documentation/devicetree/
6406 F:      arch/*/boot/dts/
6407 F:      include/dt-bindings/
6408
6409 OPENRISC ARCHITECTURE
6410 M:      Jonas Bonn <jonas@southpole.se>
6411 W:      http://openrisc.net
6412 L:      linux@lists.openrisc.net (moderated for non-subscribers)
6413 S:      Maintained
6414 T:      git git://openrisc.net/~jonas/linux
6415 F:      arch/openrisc/
6416
6417 OPENVSWITCH
6418 M:      Jesse Gross <jesse@nicira.com>
6419 L:      dev@openvswitch.org
6420 W:      http://openvswitch.org
6421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
6422 S:      Maintained
6423 F:      net/openvswitch/
6424
6425 OPL4 DRIVER
6426 M:      Clemens Ladisch <clemens@ladisch.de>
6427 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6428 T:      git git://git.alsa-project.org/alsa-kernel.git
6429 S:      Maintained
6430 F:      sound/drivers/opl4/
6431
6432 OPROFILE
6433 M:      Robert Richter <rric@kernel.org>
6434 L:      oprofile-list@lists.sf.net
6435 S:      Maintained
6436 F:      arch/*/include/asm/oprofile*.h
6437 F:      arch/*/oprofile/
6438 F:      drivers/oprofile/
6439 F:      include/linux/oprofile.h
6440
6441 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
6442 M:      Mark Fasheh <mfasheh@suse.com>
6443 M:      Joel Becker <jlbec@evilplan.org>
6444 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
6445 W:      http://oss.oracle.com/projects/ocfs2/
6446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
6447 S:      Supported
6448 F:      Documentation/filesystems/ocfs2.txt
6449 F:      Documentation/filesystems/dlmfs.txt
6450 F:      fs/ocfs2/
6451
6452 ORINOCO DRIVER
6453 L:      linux-wireless@vger.kernel.org
6454 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
6455 W:      http://www.nongnu.org/orinoco/
6456 S:      Orphan
6457 F:      drivers/net/wireless/orinoco/
6458
6459 OSD LIBRARY and FILESYSTEM
6460 M:      Boaz Harrosh <bharrosh@panasas.com>
6461 M:      Benny Halevy <bhalevy@tonian.com>
6462 L:      osd-dev@open-osd.org
6463 W:      http://open-osd.org
6464 T:      git git://git.open-osd.org/open-osd.git
6465 S:      Maintained
6466 F:      drivers/scsi/osd/
6467 F:      include/scsi/osd_*
6468 F:      fs/exofs/
6469
6470 P54 WIRELESS DRIVER
6471 M:      Christian Lamparter <chunkeey@googlemail.com>
6472 L:      linux-wireless@vger.kernel.org
6473 W:      http://wireless.kernel.org/en/users/Drivers/p54
6474 S:      Maintained
6475 F:      drivers/net/wireless/p54/
6476
6477 PA SEMI ETHERNET DRIVER
6478 M:      Olof Johansson <olof@lixom.net>
6479 L:      netdev@vger.kernel.org
6480 S:      Maintained
6481 F:      drivers/net/ethernet/pasemi/*
6482
6483 PA SEMI SMBUS DRIVER
6484 M:      Olof Johansson <olof@lixom.net>
6485 L:      linux-i2c@vger.kernel.org
6486 S:      Maintained
6487 F:      drivers/i2c/busses/i2c-pasemi.c
6488
6489 PADATA PARALLEL EXECUTION MECHANISM
6490 M:      Steffen Klassert <steffen.klassert@secunet.com>
6491 L:      linux-crypto@vger.kernel.org
6492 S:      Maintained
6493 F:      kernel/padata.c
6494 F:      include/linux/padata.h
6495 F:      Documentation/padata.txt
6496
6497 PANASONIC LAPTOP ACPI EXTRAS DRIVER
6498 M:      Harald Welte <laforge@gnumonks.org>
6499 L:      platform-driver-x86@vger.kernel.org
6500 S:      Maintained
6501 F:      drivers/platform/x86/panasonic-laptop.c
6502
6503 PANASONIC MN10300/AM33/AM34 PORT
6504 M:      David Howells <dhowells@redhat.com>
6505 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
6506 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
6507 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
6508 S:      Maintained
6509 F:      Documentation/mn10300/
6510 F:      arch/mn10300/
6511
6512 PARALLEL PORT SUPPORT
6513 L:      linux-parport@lists.infradead.org (subscribers-only)
6514 S:      Orphan
6515 F:      drivers/parport/
6516 F:      include/linux/parport*.h
6517 F:      drivers/char/ppdev.c
6518 F:      include/uapi/linux/ppdev.h
6519
6520 PARAVIRT_OPS INTERFACE
6521 M:      Jeremy Fitzhardinge <jeremy@goop.org>
6522 M:      Chris Wright <chrisw@sous-sol.org>
6523 M:      Alok Kataria <akataria@vmware.com>
6524 M:      Rusty Russell <rusty@rustcorp.com.au>
6525 L:      virtualization@lists.linux-foundation.org
6526 S:      Supported
6527 F:      Documentation/ia64/paravirt_ops.txt
6528 F:      arch/*/kernel/paravirt*
6529 F:      arch/*/include/asm/paravirt.h
6530
6531 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
6532 M:      Tim Waugh <tim@cyberelk.net>
6533 L:      linux-parport@lists.infradead.org (subscribers-only)
6534 W:      http://www.torque.net/linux-pp.html
6535 S:      Maintained
6536 F:      Documentation/blockdev/paride.txt
6537 F:      drivers/block/paride/
6538
6539 PARISC ARCHITECTURE
6540 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
6541 M:      Helge Deller <deller@gmx.de>
6542 L:      linux-parisc@vger.kernel.org
6543 W:      http://www.parisc-linux.org/
6544 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
6545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
6546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
6547 S:      Maintained
6548 F:      arch/parisc/
6549 F:      Documentation/parisc/
6550 F:      drivers/parisc/
6551 F:      drivers/char/agp/parisc-agp.c
6552 F:      drivers/input/serio/gscps2.c
6553 F:      drivers/parport/parport_gsc.*
6554 F:      drivers/tty/serial/8250/8250_gsc.c
6555 F:      drivers/video/sti*
6556 F:      drivers/video/console/sti*
6557 F:      drivers/video/logo/logo_parisc*
6558
6559 PC87360 HARDWARE MONITORING DRIVER
6560 M:      Jim Cromie <jim.cromie@gmail.com>
6561 L:      lm-sensors@lm-sensors.org
6562 S:      Maintained
6563 F:      Documentation/hwmon/pc87360
6564 F:      drivers/hwmon/pc87360.c
6565
6566 PC8736x GPIO DRIVER
6567 M:      Jim Cromie <jim.cromie@gmail.com>
6568 S:      Maintained
6569 F:      drivers/char/pc8736x_gpio.c
6570
6571 PC87427 HARDWARE MONITORING DRIVER
6572 M:      Jean Delvare <jdelvare@suse.de>
6573 L:      lm-sensors@lm-sensors.org
6574 S:      Maintained
6575 F:      Documentation/hwmon/pc87427
6576 F:      drivers/hwmon/pc87427.c
6577
6578 PCA9532 LED DRIVER
6579 M:      Riku Voipio <riku.voipio@iki.fi>
6580 S:      Maintained
6581 F:      drivers/leds/leds-pca9532.c
6582 F:      include/linux/leds-pca9532.h
6583
6584 PCA9541 I2C BUS MASTER SELECTOR DRIVER
6585 M:      Guenter Roeck <linux@roeck-us.net>
6586 L:      linux-i2c@vger.kernel.org
6587 S:      Maintained
6588 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
6589
6590 PCDP - PRIMARY CONSOLE AND DEBUG PORT
6591 M:      Khalid Aziz <khalid@gonehiking.org>
6592 S:      Maintained
6593 F:      drivers/firmware/pcdp.*
6594
6595 PCI ERROR RECOVERY
6596 M:      Linas Vepstas <linasvepstas@gmail.com>
6597 L:      linux-pci@vger.kernel.org
6598 S:      Supported
6599 F:      Documentation/PCI/pci-error-recovery.txt
6600
6601 PCI SUBSYSTEM
6602 M:      Bjorn Helgaas <bhelgaas@google.com>
6603 L:      linux-pci@vger.kernel.org
6604 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
6605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
6606 S:      Supported
6607 F:      Documentation/PCI/
6608 F:      drivers/pci/
6609 F:      include/linux/pci*
6610 F:      arch/x86/pci/
6611
6612 PCI DRIVER FOR IMX6
6613 M:      Richard Zhu <r65037@freescale.com>
6614 M:      Shawn Guo <shawn.guo@linaro.org>
6615 L:      linux-pci@vger.kernel.org
6616 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6617 S:      Maintained
6618 F:      drivers/pci/host/*imx6*
6619
6620 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
6621 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6622 M:      Jason Cooper <jason@lakedaemon.net>
6623 L:      linux-pci@vger.kernel.org
6624 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6625 S:      Maintained
6626 F:      drivers/pci/host/*mvebu*
6627
6628 PCI DRIVER FOR NVIDIA TEGRA
6629 M:      Thierry Reding <thierry.reding@gmail.com>
6630 L:      linux-tegra@vger.kernel.org
6631 L:      linux-pci@vger.kernel.org
6632 S:      Supported
6633 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
6634 F:      drivers/pci/host/pci-tegra.c
6635
6636 PCI DRIVER FOR RENESAS R-CAR
6637 M:      Simon Horman <horms@verge.net.au>
6638 L:      linux-pci@vger.kernel.org
6639 L:      linux-sh@vger.kernel.org
6640 S:      Maintained
6641 F:      drivers/pci/host/*rcar*
6642
6643 PCI DRIVER FOR SAMSUNG EXYNOS
6644 M:      Jingoo Han <jg1.han@samsung.com>
6645 L:      linux-pci@vger.kernel.org
6646 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6647 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6648 S:      Maintained
6649 F:      drivers/pci/host/pci-exynos.c
6650
6651 PCI DRIVER FOR SYNOPSIS DESIGNWARE
6652 M:      Mohit Kumar <mohit.kumar@st.com>
6653 M:      Jingoo Han <jg1.han@samsung.com>
6654 L:      linux-pci@vger.kernel.org
6655 S:      Maintained
6656 F:      drivers/pci/host/*designware*
6657
6658 PCMCIA SUBSYSTEM
6659 P:      Linux PCMCIA Team
6660 L:      linux-pcmcia@lists.infradead.org
6661 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6663 S:      Maintained
6664 F:      Documentation/pcmcia/
6665 F:      drivers/pcmcia/
6666 F:      include/pcmcia/
6667
6668 PCNET32 NETWORK DRIVER
6669 M:      Don Fry <pcnet32@frontier.com>
6670 L:      netdev@vger.kernel.org
6671 S:      Maintained
6672 F:      drivers/net/ethernet/amd/pcnet32.c
6673
6674 PCRYPT PARALLEL CRYPTO ENGINE
6675 M:      Steffen Klassert <steffen.klassert@secunet.com>
6676 L:      linux-crypto@vger.kernel.org
6677 S:      Maintained
6678 F:      crypto/pcrypt.c
6679 F:      include/crypto/pcrypt.h
6680
6681 PER-CPU MEMORY ALLOCATOR
6682 M:      Tejun Heo <tj@kernel.org>
6683 M:      Christoph Lameter <cl@linux-foundation.org>
6684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6685 S:      Maintained
6686 F:      include/linux/percpu*.h
6687 F:      mm/percpu*.c
6688 F:      arch/*/include/asm/percpu.h
6689
6690 PER-TASK DELAY ACCOUNTING
6691 M:      Balbir Singh <bsingharora@gmail.com>
6692 S:      Maintained
6693 F:      include/linux/delayacct.h
6694 F:      kernel/delayacct.c
6695
6696 PERFORMANCE EVENTS SUBSYSTEM
6697 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
6698 M:      Paul Mackerras <paulus@samba.org>
6699 M:      Ingo Molnar <mingo@redhat.com>
6700 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6701 L:      linux-kernel@vger.kernel.org
6702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6703 S:      Supported
6704 F:      kernel/events/*
6705 F:      include/linux/perf_event.h
6706 F:      include/uapi/linux/perf_event.h
6707 F:      arch/*/kernel/perf_event*.c
6708 F:      arch/*/kernel/*/perf_event*.c
6709 F:      arch/*/kernel/*/*/perf_event*.c
6710 F:      arch/*/include/asm/perf_event.h
6711 F:      arch/*/kernel/perf_callchain.c
6712 F:      tools/perf/
6713
6714 PERSONALITY HANDLING
6715 M:      Christoph Hellwig <hch@infradead.org>
6716 L:      linux-abi-devel@lists.sourceforge.net
6717 S:      Maintained
6718 F:      include/linux/personality.h
6719 F:      include/uapi/linux/personality.h
6720
6721 PHONET PROTOCOL
6722 M:      Remi Denis-Courmont <courmisch@gmail.com>
6723 S:      Supported
6724 F:      Documentation/networking/phonet.txt
6725 F:      include/linux/phonet.h
6726 F:      include/net/phonet/
6727 F:      include/uapi/linux/phonet.h
6728 F:      net/phonet/
6729
6730 PHRAM MTD DRIVER
6731 M:      Joern Engel <joern@lazybastard.org>
6732 L:      linux-mtd@lists.infradead.org
6733 S:      Maintained
6734 F:      drivers/mtd/devices/phram.c
6735
6736 PICOLCD HID DRIVER
6737 M:      Bruno Prémont <bonbons@linux-vserver.org>
6738 L:      linux-input@vger.kernel.org
6739 S:      Maintained
6740 F:      drivers/hid/hid-picolcd*
6741
6742 PICOXCELL SUPPORT
6743 M:      Jamie Iles <jamie@jamieiles.com>
6744 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6745 T:      git git://github.com/jamieiles/linux-2.6-ji.git
6746 S:      Supported
6747 F:      arch/arm/mach-picoxcell/
6748 F:      drivers/*/picoxcell*
6749 F:      drivers/*/*/picoxcell*
6750
6751 PIN CONTROL SUBSYSTEM
6752 M:      Linus Walleij <linus.walleij@linaro.org>
6753 S:      Maintained
6754 F:      drivers/pinctrl/
6755 F:      include/linux/pinctrl/
6756
6757 PIN CONTROLLER - ATMEL AT91
6758 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
6759 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6760 S:      Maintained
6761 F:      drivers/pinctrl/pinctrl-at91.c
6762
6763 PIN CONTROLLER - SAMSUNG
6764 M:      Tomasz Figa <t.figa@samsung.com>
6765 M:      Thomas Abraham <thomas.abraham@linaro.org>
6766 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6767 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6768 S:      Maintained
6769 F:      drivers/pinctrl/pinctrl-exynos.*
6770 F:      drivers/pinctrl/pinctrl-s3c*
6771 F:      drivers/pinctrl/pinctrl-samsung.*
6772
6773 PIN CONTROLLER - ST SPEAR
6774 M:      Viresh Kumar <viresh.linux@gmail.com>
6775 L:      spear-devel@list.st.com
6776 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6777 W:      http://www.st.com/spear
6778 S:      Maintained
6779 F:      drivers/pinctrl/spear/
6780
6781 PKTCDVD DRIVER
6782 M:      Jiri Kosina <jkosina@suse.cz>
6783 S:      Maintained
6784 F:      drivers/block/pktcdvd.c
6785 F:      include/linux/pktcdvd.h
6786 F:      include/uapi/linux/pktcdvd.h
6787
6788 PKUNITY SOC DRIVERS
6789 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6790 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6791 S:      Maintained
6792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6793 F:      drivers/input/serio/i8042-unicore32io.h
6794 F:      drivers/i2c/busses/i2c-puv3.c
6795 F:      drivers/video/fb-puv3.c
6796 F:      drivers/rtc/rtc-puv3.c
6797
6798 PMBUS HARDWARE MONITORING DRIVERS
6799 M:      Guenter Roeck <linux@roeck-us.net>
6800 L:      lm-sensors@lm-sensors.org
6801 W:      http://www.lm-sensors.org/
6802 W:      http://www.roeck-us.net/linux/drivers/
6803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6804 S:      Maintained
6805 F:      Documentation/hwmon/pmbus
6806 F:      drivers/hwmon/pmbus/
6807 F:      include/linux/i2c/pmbus.h
6808
6809 PMC SIERRA MaxRAID DRIVER
6810 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
6811 L:      linux-scsi@vger.kernel.org
6812 W:      http://www.pmc-sierra.com/
6813 S:      Supported
6814 F:      drivers/scsi/pmcraid.*
6815
6816 PMC SIERRA PM8001 DRIVER
6817 M:      xjtuwjp@gmail.com
6818 M:      lindar_liu@usish.com
6819 L:      linux-scsi@vger.kernel.org
6820 S:      Supported
6821 F:      drivers/scsi/pm8001/
6822
6823 POSIX CLOCKS and TIMERS
6824 M:      Thomas Gleixner <tglx@linutronix.de>
6825 L:      linux-kernel@vger.kernel.org
6826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6827 S:      Supported
6828 F:      fs/timerfd.c
6829 F:      include/linux/timer*
6830 F:      kernel/*timer*
6831
6832 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6833 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
6834 M:      David Woodhouse <dwmw2@infradead.org>
6835 T:      git git://git.infradead.org/battery-2.6.git
6836 S:      Maintained
6837 F:      include/linux/power_supply.h
6838 F:      drivers/power/
6839
6840 PNP SUPPORT
6841 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
6842 M:      Bjorn Helgaas <bhelgaas@google.com>
6843 S:      Maintained
6844 F:      drivers/pnp/
6845
6846 PNXxxxx I2C DRIVER
6847 M:      Vitaly Wool <vitalywool@gmail.com>
6848 L:      linux-i2c@vger.kernel.org
6849 S:      Maintained
6850 F:      drivers/i2c/busses/i2c-pnx.c
6851
6852 PPP PROTOCOL DRIVERS AND COMPRESSORS
6853 M:      Paul Mackerras <paulus@samba.org>
6854 L:      linux-ppp@vger.kernel.org
6855 S:      Maintained
6856 F:      drivers/net/ppp/ppp_*
6857
6858 PPP OVER ATM (RFC 2364)
6859 M:      Mitchell Blank Jr <mitch@sfgoth.com>
6860 S:      Maintained
6861 F:      net/atm/pppoatm.c
6862 F:      include/uapi/linux/atmppp.h
6863
6864 PPP OVER ETHERNET
6865 M:      Michal Ostrowski <mostrows@earthlink.net>
6866 S:      Maintained
6867 F:      drivers/net/ppp/pppoe.c
6868 F:      drivers/net/ppp/pppox.c
6869
6870 PPP OVER L2TP
6871 M:      James Chapman <jchapman@katalix.com>
6872 S:      Maintained
6873 F:      net/l2tp/l2tp_ppp.c
6874 F:      include/linux/if_pppol2tp.h
6875 F:      include/uapi/linux/if_pppol2tp.h
6876
6877 PPS SUPPORT
6878 M:      Rodolfo Giometti <giometti@enneenne.com>
6879 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
6880 L:      linuxpps@ml.enneenne.com (subscribers-only)
6881 S:      Maintained
6882 F:      Documentation/pps/
6883 F:      drivers/pps/
6884 F:      include/linux/pps*.h
6885
6886 PPTP DRIVER
6887 M:      Dmitry Kozlov <xeb@mail.ru>
6888 L:      netdev@vger.kernel.org
6889 S:      Maintained
6890 F:      drivers/net/ppp/pptp.c
6891 W:      http://sourceforge.net/projects/accel-pptp
6892
6893 PREEMPTIBLE KERNEL
6894 M:      Robert Love <rml@tech9.net>
6895 L:      kpreempt-tech@lists.sourceforge.net
6896 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
6897 S:      Supported
6898 F:      Documentation/preempt-locking.txt
6899 F:      include/linux/preempt.h
6900
6901 PRISM54 WIRELESS DRIVER
6902 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
6903 L:      linux-wireless@vger.kernel.org
6904 W:      http://wireless.kernel.org/en/users/Drivers/p54
6905 S:      Obsolete
6906 F:      drivers/net/wireless/prism54/
6907
6908 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
6909 M:      Mikael Pettersson <mikpelinux@gmail.com>
6910 L:      linux-ide@vger.kernel.org
6911 S:      Maintained
6912 F:      drivers/ata/sata_promise.*
6913
6914 PS3 NETWORK SUPPORT
6915 M:      Geoff Levand <geoff@infradead.org>
6916 L:      netdev@vger.kernel.org
6917 L:      cbe-oss-dev@lists.ozlabs.org
6918 S:      Maintained
6919 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
6920
6921 PS3 PLATFORM SUPPORT
6922 M:      Geoff Levand <geoff@infradead.org>
6923 L:      linuxppc-dev@lists.ozlabs.org
6924 L:      cbe-oss-dev@lists.ozlabs.org
6925 S:      Maintained
6926 F:      arch/powerpc/boot/ps3*
6927 F:      arch/powerpc/include/asm/lv1call.h
6928 F:      arch/powerpc/include/asm/ps3*.h
6929 F:      arch/powerpc/platforms/ps3/
6930 F:      drivers/*/ps3*
6931 F:      drivers/ps3/
6932 F:      drivers/rtc/rtc-ps3.c
6933 F:      drivers/usb/host/*ps3.c
6934 F:      sound/ppc/snd_ps3*
6935
6936 PS3VRAM DRIVER
6937 M:      Jim Paris <jim@jtan.com>
6938 L:      cbe-oss-dev@lists.ozlabs.org
6939 S:      Maintained
6940 F:      drivers/block/ps3vram.c
6941
6942 PSTORE FILESYSTEM
6943 M:      Anton Vorontsov <anton@enomsg.org>
6944 M:      Colin Cross <ccross@android.com>
6945 M:      Kees Cook <keescook@chromium.org>
6946 M:      Tony Luck <tony.luck@intel.com>
6947 S:      Maintained
6948 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
6949 F:      fs/pstore/
6950 F:      include/linux/pstore*
6951 F:      drivers/firmware/efi/efi-pstore.c
6952 F:      drivers/acpi/apei/erst.c
6953
6954 PTP HARDWARE CLOCK SUPPORT
6955 M:      Richard Cochran <richardcochran@gmail.com>
6956 L:      netdev@vger.kernel.org
6957 S:      Maintained
6958 W:      http://linuxptp.sourceforge.net/
6959 F:      Documentation/ABI/testing/sysfs-ptp
6960 F:      Documentation/ptp/*
6961 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
6962 F:      drivers/net/phy/dp83640*
6963 F:      drivers/ptp/*
6964 F:      include/linux/ptp_cl*
6965
6966 PTRACE SUPPORT
6967 M:      Roland McGrath <roland@redhat.com>
6968 M:      Oleg Nesterov <oleg@redhat.com>
6969 S:      Maintained
6970 F:      include/asm-generic/syscall.h
6971 F:      include/linux/ptrace.h
6972 F:      include/linux/regset.h
6973 F:      include/linux/tracehook.h
6974 F:      include/uapi/linux/ptrace.h
6975 F:      kernel/ptrace.c
6976
6977 PVRUSB2 VIDEO4LINUX DRIVER
6978 M:      Mike Isely <isely@pobox.com>
6979 L:      pvrusb2@isely.net       (subscribers-only)
6980 L:      linux-media@vger.kernel.org
6981 W:      http://www.isely.net/pvrusb2/
6982 T:      git git://linuxtv.org/media_tree.git
6983 S:      Maintained
6984 F:      Documentation/video4linux/README.pvrusb2
6985 F:      drivers/media/usb/pvrusb2/
6986
6987 PWC WEBCAM DRIVER
6988 M:      Hans de Goede <hdegoede@redhat.com>
6989 L:      linux-media@vger.kernel.org
6990 T:      git git://linuxtv.org/media_tree.git
6991 S:      Maintained
6992 F:      drivers/media/usb/pwc/*
6993
6994 PWM SUBSYSTEM
6995 M:      Thierry Reding <thierry.reding@gmail.com>
6996 L:      linux-pwm@vger.kernel.org
6997 S:      Maintained
6998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
6999 F:      Documentation/pwm.txt
7000 F:      Documentation/devicetree/bindings/pwm/
7001 F:      include/linux/pwm.h
7002 F:      drivers/pwm/
7003 F:      drivers/video/backlight/pwm_bl.c
7004 F:      include/linux/pwm_backlight.h
7005
7006 PXA2xx/PXA3xx SUPPORT
7007 M:      Eric Miao <eric.y.miao@gmail.com>
7008 M:      Russell King <linux@arm.linux.org.uk>
7009 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7011 T:      git git://github.com/hzhuang1/linux.git
7012 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7013 S:      Maintained
7014 F:      arch/arm/mach-pxa/
7015 F:      drivers/pcmcia/pxa2xx*
7016 F:      drivers/spi/spi-pxa2xx*
7017 F:      drivers/usb/gadget/pxa2*
7018 F:      include/sound/pxa2xx-lib.h
7019 F:      sound/arm/pxa*
7020 F:      sound/soc/pxa/
7021
7022 PXA3xx NAND FLASH DRIVER
7023 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7024 L:      linux-mtd@lists.infradead.org
7025 S:      Maintained
7026 F:      drivers/mtd/nand/pxa3xx-nand.c
7027
7028 MMP SUPPORT
7029 M:      Eric Miao <eric.y.miao@gmail.com>
7030 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7032 T:      git git://github.com/hzhuang1/linux.git
7033 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7034 S:      Maintained
7035 F:      arch/arm/mach-mmp/
7036
7037 PXA MMCI DRIVER
7038 S:      Orphan
7039
7040 PXA RTC DRIVER
7041 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7042 L:      rtc-linux@googlegroups.com
7043 S:      Maintained
7044
7045 QIB DRIVER
7046 M:      Mike Marciniszyn <infinipath@intel.com>
7047 L:      linux-rdma@vger.kernel.org
7048 S:      Supported
7049 F:      drivers/infiniband/hw/qib/
7050
7051 QLOGIC QLA1280 SCSI DRIVER
7052 M:      Michael Reed <mdr@sgi.com>
7053 L:      linux-scsi@vger.kernel.org
7054 S:      Maintained
7055 F:      drivers/scsi/qla1280.[ch]
7056
7057 QLOGIC QLA2XXX FC-SCSI DRIVER
7058 M:      qla2xxx-upstream@qlogic.com
7059 L:      linux-scsi@vger.kernel.org
7060 S:      Supported
7061 F:      Documentation/scsi/LICENSE.qla2xxx
7062 F:      drivers/scsi/qla2xxx/
7063
7064 QLOGIC QLA4XXX iSCSI DRIVER
7065 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
7066 M:      iscsi-driver@qlogic.com
7067 L:      linux-scsi@vger.kernel.org
7068 S:      Supported
7069 F:      Documentation/scsi/LICENSE.qla4xxx
7070 F:      drivers/scsi/qla4xxx/
7071
7072 QLOGIC QLA3XXX NETWORK DRIVER
7073 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7074 M:      Ron Mercer <ron.mercer@qlogic.com>
7075 M:      linux-driver@qlogic.com
7076 L:      netdev@vger.kernel.org
7077 S:      Supported
7078 F:      Documentation/networking/LICENSE.qla3xxx
7079 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7080
7081 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7082 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7083 M:      Dept-HSGLinuxNICDev@qlogic.com
7084 L:      netdev@vger.kernel.org
7085 S:      Supported
7086 F:      drivers/net/ethernet/qlogic/qlcnic/
7087
7088 QLOGIC QLGE 10Gb ETHERNET DRIVER
7089 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7090 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7091 M:      Ron Mercer <ron.mercer@qlogic.com>
7092 M:      linux-driver@qlogic.com
7093 L:      netdev@vger.kernel.org
7094 S:      Supported
7095 F:      drivers/net/ethernet/qlogic/qlge/
7096
7097 QNX4 FILESYSTEM
7098 M:      Anders Larsen <al@alarsen.net>
7099 W:      http://www.alarsen.net/linux/qnx4fs/
7100 S:      Maintained
7101 F:      fs/qnx4/
7102 F:      include/uapi/linux/qnx4_fs.h
7103 F:      include/uapi/linux/qnxtypes.h
7104
7105 QT1010 MEDIA DRIVER
7106 M:      Antti Palosaari <crope@iki.fi>
7107 L:      linux-media@vger.kernel.org
7108 W:      http://linuxtv.org/
7109 W:      http://palosaari.fi/linux/
7110 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7111 T:      git git://linuxtv.org/anttip/media_tree.git
7112 S:      Maintained
7113 F:      drivers/media/tuners/qt1010*
7114
7115 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7116 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7117 L:      linux-wireless@vger.kernel.org
7118 L:      ath9k-devel@lists.ath9k.org
7119 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7120 S:      Supported
7121 F:      drivers/net/wireless/ath/ath9k/
7122
7123 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7124 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7125 L:      ath10k@lists.infradead.org
7126 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7127 T:      git git://github.com/kvalo/ath.git
7128 S:      Supported
7129 F:      drivers/net/wireless/ath/ath10k/
7130
7131 QUALCOMM HEXAGON ARCHITECTURE
7132 M:      Richard Kuo <rkuo@codeaurora.org>
7133 L:      linux-hexagon@vger.kernel.org
7134 S:      Supported
7135 F:      arch/hexagon/
7136
7137 QUALCOMM WCN36XX WIRELESS DRIVER
7138 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7139 L:      wcn36xx@lists.infradead.org
7140 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7141 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7142 S:      Supported
7143 F:      drivers/net/wireless/ath/wcn36xx/
7144
7145 QUICKCAM PARALLEL PORT WEBCAMS
7146 M:      Hans Verkuil <hverkuil@xs4all.nl>
7147 L:      linux-media@vger.kernel.org
7148 T:      git git://linuxtv.org/media_tree.git
7149 W:      http://linuxtv.org
7150 S:      Odd Fixes
7151 F:      drivers/media/parport/*-qcam*
7152
7153 RADOS BLOCK DEVICE (RBD)
7154 M:      Yehuda Sadeh <yehuda@inktank.com>
7155 M:      Sage Weil <sage@inktank.com>
7156 M:      Alex Elder <elder@kernel.org>
7157 M:      ceph-devel@vger.kernel.org
7158 W:      http://ceph.com/
7159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7160 S:      Supported
7161 F:      drivers/block/rbd.c
7162 F:      drivers/block/rbd_types.h
7163
7164 RADEON FRAMEBUFFER DISPLAY DRIVER
7165 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7166 L:      linux-fbdev@vger.kernel.org
7167 S:      Maintained
7168 F:      drivers/video/aty/radeon*
7169 F:      include/uapi/linux/radeonfb.h
7170
7171 RADIOSHARK RADIO DRIVER
7172 M:      Hans de Goede <hdegoede@redhat.com>
7173 L:      linux-media@vger.kernel.org
7174 T:      git git://linuxtv.org/media_tree.git
7175 S:      Maintained
7176 F:      drivers/media/radio/radio-shark.c
7177
7178 RADIOSHARK2 RADIO DRIVER
7179 M:      Hans de Goede <hdegoede@redhat.com>
7180 L:      linux-media@vger.kernel.org
7181 T:      git git://linuxtv.org/media_tree.git
7182 S:      Maintained
7183 F:      drivers/media/radio/radio-shark2.c
7184 F:      drivers/media/radio/radio-tea5777.c
7185
7186 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7187 M:      Paul Mackerras <paulus@samba.org>
7188 L:      linux-fbdev@vger.kernel.org
7189 S:      Maintained
7190 F:      drivers/video/aty/aty128fb.c
7191
7192 RALINK RT2X00 WIRELESS LAN DRIVER
7193 P:      rt2x00 project
7194 M:      Ivo van Doorn <IvDoorn@gmail.com>
7195 M:      Gertjan van Wingerde <gwingerde@gmail.com>
7196 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7197 L:      linux-wireless@vger.kernel.org
7198 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7199 W:      http://rt2x00.serialmonkey.com/
7200 S:      Maintained
7201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
7202 F:      drivers/net/wireless/rt2x00/
7203
7204 RAMDISK RAM BLOCK DEVICE DRIVER
7205 M:      Nick Piggin <npiggin@kernel.dk>
7206 S:      Maintained
7207 F:      Documentation/blockdev/ramdisk.txt
7208 F:      drivers/block/brd.c
7209
7210 RANDOM NUMBER DRIVER
7211 M:      Theodore Ts'o" <tytso@mit.edu>
7212 S:      Maintained
7213 F:      drivers/char/random.c
7214
7215 RAPIDIO SUBSYSTEM
7216 M:      Matt Porter <mporter@kernel.crashing.org>
7217 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7218 S:      Maintained
7219 F:      drivers/rapidio/
7220
7221 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7222 L:      linux-wireless@vger.kernel.org
7223 S:      Orphan
7224 F:      drivers/net/wireless/ray*
7225
7226 RCUTORTURE MODULE
7227 M:      Josh Triplett <josh@freedesktop.org>
7228 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7229 L:      linux-kernel@vger.kernel.org
7230 S:      Supported
7231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7232 F:      Documentation/RCU/torture.txt
7233 F:      kernel/rcu/torture.c
7234
7235 RCUTORTURE TEST FRAMEWORK
7236 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7237 L:      linux-kernel@vger.kernel.org
7238 S:      Supported
7239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7240 F:      tools/testing/selftests/rcutorture
7241
7242 RDC R-321X SoC
7243 M:      Florian Fainelli <florian@openwrt.org>
7244 S:      Maintained
7245
7246 RDC R6040 FAST ETHERNET DRIVER
7247 M:      Florian Fainelli <florian@openwrt.org>
7248 L:      netdev@vger.kernel.org
7249 S:      Maintained
7250 F:      drivers/net/ethernet/rdc/r6040.c
7251
7252 RDS - RELIABLE DATAGRAM SOCKETS
7253 M:      Chien Yen <chien.yen@oracle.com>
7254 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7255 S:      Supported
7256 F:      net/rds/
7257
7258 READ-COPY UPDATE (RCU)
7259 M:      Dipankar Sarma <dipankar@in.ibm.com>
7260 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7261 L:      linux-kernel@vger.kernel.org
7262 W:      http://www.rdrop.com/users/paulmck/RCU/
7263 S:      Supported
7264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7265 F:      Documentation/RCU/
7266 X:      Documentation/RCU/torture.txt
7267 F:      include/linux/rcu*
7268 X:      include/linux/srcu.h
7269 F:      kernel/rcu/
7270 X:      kernel/rcu/torture.c
7271
7272 REAL TIME CLOCK (RTC) SUBSYSTEM
7273 M:      Alessandro Zummo <a.zummo@towertech.it>
7274 L:      rtc-linux@googlegroups.com
7275 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7276 S:      Maintained
7277 F:      Documentation/rtc.txt
7278 F:      drivers/rtc/
7279 F:      include/linux/rtc.h
7280 F:      include/uapi/linux/rtc.h
7281
7282 REISERFS FILE SYSTEM
7283 L:      reiserfs-devel@vger.kernel.org
7284 S:      Supported
7285 F:      fs/reiserfs/
7286
7287 REGISTER MAP ABSTRACTION
7288 M:      Mark Brown <broonie@kernel.org>
7289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7290 S:      Supported
7291 F:      drivers/base/regmap/
7292 F:      include/linux/regmap.h
7293
7294 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7295 M:      Ohad Ben-Cohen <ohad@wizery.com>
7296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
7297 S:      Maintained
7298 F:      drivers/remoteproc/
7299 F:      Documentation/remoteproc.txt
7300 F:      include/linux/remoteproc.h
7301
7302 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
7303 M:      Ohad Ben-Cohen <ohad@wizery.com>
7304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
7305 S:      Maintained
7306 F:      drivers/rpmsg/
7307 F:      Documentation/rpmsg.txt
7308 F:      include/linux/rpmsg.h
7309
7310 RFKILL
7311 M:      Johannes Berg <johannes@sipsolutions.net>
7312 L:      linux-wireless@vger.kernel.org
7313 W:      http://wireless.kernel.org/
7314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7316 S:      Maintained
7317 F:      Documentation/rfkill.txt
7318 F:      net/rfkill/
7319
7320 RICOH SMARTMEDIA/XD DRIVER
7321 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7322 S:      Maintained
7323 F:      drivers/mtd/nand/r852.c
7324 F:      drivers/mtd/nand/r852.h
7325
7326 RICOH R5C592 MEMORYSTICK DRIVER
7327 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7328 S:      Maintained
7329 F:      drivers/memstick/host/r592.*
7330
7331 ROCCAT DRIVERS
7332 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
7333 W:      http://sourceforge.net/projects/roccat/
7334 S:      Maintained
7335 F:      drivers/hid/hid-roccat*
7336 F:      include/linux/hid-roccat*
7337 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
7338
7339 ROCKETPORT DRIVER
7340 P:      Comtrol Corp.
7341 W:      http://www.comtrol.com
7342 S:      Maintained
7343 F:      Documentation/serial/rocket.txt
7344 F:      drivers/tty/rocket*
7345
7346 ROSE NETWORK LAYER
7347 M:      Ralf Baechle <ralf@linux-mips.org>
7348 L:      linux-hams@vger.kernel.org
7349 W:      http://www.linux-ax25.org/
7350 S:      Maintained
7351 F:      include/net/rose.h
7352 F:      include/uapi/linux/rose.h
7353 F:      net/rose/
7354
7355 RTL2830 MEDIA DRIVER
7356 M:      Antti Palosaari <crope@iki.fi>
7357 L:      linux-media@vger.kernel.org
7358 W:      http://linuxtv.org/
7359 W:      http://palosaari.fi/linux/
7360 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7361 T:      git git://linuxtv.org/anttip/media_tree.git
7362 S:      Maintained
7363 F:      drivers/media/dvb-frontends/rtl2830*
7364
7365 RTL2832 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/rtl2832*
7374
7375 RTL8180 WIRELESS DRIVER
7376 M:      "John W. Linville" <linville@tuxdriver.com>
7377 L:      linux-wireless@vger.kernel.org
7378 W:      http://wireless.kernel.org/
7379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7380 S:      Maintained
7381 F:      drivers/net/wireless/rtl818x/rtl8180/
7382
7383 RTL8187 WIRELESS DRIVER
7384 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7385 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
7386 M:      Larry Finger <Larry.Finger@lwfinger.net>
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/rtl8187/
7392
7393 RTL8192CE WIRELESS DRIVER
7394 M:      Larry Finger <Larry.Finger@lwfinger.net>
7395 M:      Chaoming Li <chaoming_li@realsil.com.cn>
7396 L:      linux-wireless@vger.kernel.org
7397 W:      http://wireless.kernel.org/
7398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7399 S:      Maintained
7400 F:      drivers/net/wireless/rtlwifi/
7401 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
7402
7403 S3 SAVAGE FRAMEBUFFER DRIVER
7404 M:      Antonino Daplas <adaplas@gmail.com>
7405 L:      linux-fbdev@vger.kernel.org
7406 S:      Maintained
7407 F:      drivers/video/savage/
7408
7409 S390
7410 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
7411 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
7412 M:      linux390@de.ibm.com
7413 L:      linux-s390@vger.kernel.org
7414 W:      http://www.ibm.com/developerworks/linux/linux390/
7415 S:      Supported
7416 F:      arch/s390/
7417 F:      drivers/s390/
7418 F:      block/partitions/ibm.c
7419 F:      Documentation/s390/
7420 F:      Documentation/DocBook/s390*
7421
7422 S390 NETWORK DRIVERS
7423 M:      Ursula Braun <ursula.braun@de.ibm.com>
7424 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
7425 M:      linux390@de.ibm.com
7426 L:      linux-s390@vger.kernel.org
7427 W:      http://www.ibm.com/developerworks/linux/linux390/
7428 S:      Supported
7429 F:      drivers/s390/net/
7430
7431 S390 ZCRYPT DRIVER
7432 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
7433 M:      linux390@de.ibm.com
7434 L:      linux-s390@vger.kernel.org
7435 W:      http://www.ibm.com/developerworks/linux/linux390/
7436 S:      Supported
7437 F:      drivers/s390/crypto/
7438
7439 S390 ZFCP DRIVER
7440 M:      Steffen Maier <maier@linux.vnet.ibm.com>
7441 M:      linux390@de.ibm.com
7442 L:      linux-s390@vger.kernel.org
7443 W:      http://www.ibm.com/developerworks/linux/linux390/
7444 S:      Supported
7445 F:      drivers/s390/scsi/zfcp_*
7446
7447 S390 IUCV NETWORK LAYER
7448 M:      Ursula Braun <ursula.braun@de.ibm.com>
7449 M:      linux390@de.ibm.com
7450 L:      linux-s390@vger.kernel.org
7451 W:      http://www.ibm.com/developerworks/linux/linux390/
7452 S:      Supported
7453 F:      drivers/s390/net/*iucv*
7454 F:      include/net/iucv/
7455 F:      net/iucv/
7456
7457 S3C24XX SD/MMC Driver
7458 M:      Ben Dooks <ben-linux@fluff.org>
7459 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7460 S:      Supported
7461 F:      drivers/mmc/host/s3cmci.*
7462
7463 SAA6588 RDS RECEIVER DRIVER
7464 M:      Hans Verkuil <hverkuil@xs4all.nl>
7465 L:      linux-media@vger.kernel.org
7466 T:      git git://linuxtv.org/media_tree.git
7467 W:      http://linuxtv.org
7468 S:      Odd Fixes
7469 F:      drivers/media/i2c/saa6588*
7470
7471 SAA7134 VIDEO4LINUX DRIVER
7472 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7473 L:      linux-media@vger.kernel.org
7474 W:      http://linuxtv.org
7475 T:      git git://linuxtv.org/media_tree.git
7476 S:      Odd fixes
7477 F:      Documentation/video4linux/*.saa7134
7478 F:      drivers/media/pci/saa7134/
7479
7480 SAA7146 VIDEO4LINUX-2 DRIVER
7481 M:      Hans Verkuil <hverkuil@xs4all.nl>
7482 L:      linux-media@vger.kernel.org
7483 T:      git git://linuxtv.org/media_tree.git
7484 S:      Maintained
7485 F:      drivers/media/common/saa7146/
7486 F:      drivers/media/pci/saa7146/
7487 F:      include/media/saa7146*
7488
7489 SAMSUNG LAPTOP DRIVER
7490 M:      Corentin Chary <corentin.chary@gmail.com>
7491 L:      platform-driver-x86@vger.kernel.org
7492 S:      Maintained
7493 F:      drivers/platform/x86/samsung-laptop.c
7494
7495 SAMSUNG AUDIO (ASoC) DRIVERS
7496 M:      Sangbeom Kim <sbkim73@samsung.com>
7497 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7498 S:      Supported
7499 F:      sound/soc/samsung/
7500
7501 SAMSUNG FRAMEBUFFER DRIVER
7502 M:      Jingoo Han <jg1.han@samsung.com>
7503 L:      linux-fbdev@vger.kernel.org
7504 S:      Maintained
7505 F:      drivers/video/s3c-fb.c
7506
7507 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
7508 M:      Sangbeom Kim <sbkim73@samsung.com>
7509 L:      linux-kernel@vger.kernel.org
7510 S:      Supported
7511 F:      drivers/mfd/sec*.c
7512 F:      drivers/regulator/s2m*.c
7513 F:      drivers/regulator/s5m*.c
7514 F:      drivers/rtc/rtc-sec.c
7515 F:      include/linux/mfd/samsung/
7516
7517 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
7518 M:      Kyungmin Park <kyungmin.park@samsung.com>
7519 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
7520 L:      linux-media@vger.kernel.org
7521 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
7522 S:      Supported
7523 F:      drivers/media/platform/exynos4-is/
7524 F:      include/media/s5p_fimc.h
7525
7526 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
7527 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
7528 L:      linux-media@vger.kernel.org
7529 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7530 S:      Maintained
7531 F:      drivers/media/platform/s3c-camif/
7532 F:      include/media/s3c_camif.h
7533
7534 SAMSUNG S5C73M3 CAMERA DRIVER
7535 M:      Kyungmin Park <kyungmin.park@samsung.com>
7536 M:      Andrzej Hajda <a.hajda@samsung.com>
7537 L:      linux-media@vger.kernel.org
7538 S:      Supported
7539 F:      drivers/media/i2c/s5c73m3/*
7540
7541 SAMSUNG S5K5BAF CAMERA DRIVER
7542 M:      Kyungmin Park <kyungmin.park@samsung.com>
7543 M:      Andrzej Hajda <a.hajda@samsung.com>
7544 L:      linux-media@vger.kernel.org
7545 S:      Supported
7546 F:      drivers/media/i2c/s5k5baf.c
7547
7548 SAMSUNG SOC CLOCK DRIVERS
7549 M:      Tomasz Figa <t.figa@samsung.com>
7550 S:      Supported
7551 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7552 F:      drivers/clk/samsung/
7553
7554 SAMSUNG SXGBE DRIVERS
7555 M:      Byungho An <bh74.an@samsung.com>
7556 M:      Girish K S <ks.giri@samsung.com>
7557 M:      Siva Reddy Kallam <siva.kallam@samsung.com>
7558 M:      Vipul Pandya <vipul.pandya@samsung.com>
7559 S:      Supported
7560 L:      netdev@vger.kernel.org
7561 F:      drivers/net/ethernet/samsung/sxgbe/
7562
7563 SERIAL DRIVERS
7564 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7565 L:      linux-serial@vger.kernel.org
7566 S:      Maintained
7567 F:      drivers/tty/serial/
7568
7569 SYNOPSYS DESIGNWARE DMAC DRIVER
7570 M:      Viresh Kumar <viresh.linux@gmail.com>
7571 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7572 S:      Maintained
7573 F:      include/linux/dw_dmac.h
7574 F:      drivers/dma/dw/
7575
7576 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
7577 M:      Seungwon Jeon <tgih.jun@samsung.com>
7578 M:      Jaehoon Chung <jh80.chung@samsung.com>
7579 L:      linux-mmc@vger.kernel.org
7580 S:      Maintained
7581 F:      include/linux/mmc/dw_mmc.h
7582 F:      drivers/mmc/host/dw_mmc*
7583
7584 TIMEKEEPING, CLOCKSOURCE CORE, NTP
7585 M:      John Stultz <john.stultz@linaro.org>
7586 M:      Thomas Gleixner <tglx@linutronix.de>
7587 L:      linux-kernel@vger.kernel.org
7588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7589 S:      Supported
7590 F:      include/linux/clocksource.h
7591 F:      include/linux/time.h
7592 F:      include/linux/timex.h
7593 F:      include/uapi/linux/time.h
7594 F:      include/uapi/linux/timex.h
7595 F:      kernel/time/clocksource.c
7596 F:      kernel/time/time*.c
7597 F:      kernel/time/ntp.c
7598
7599 TLG2300 VIDEO4LINUX-2 DRIVER
7600 M:      Huang Shijie <shijie8@gmail.com>
7601 M:      Hans Verkuil <hverkuil@xs4all.nl>
7602 S:      Odd Fixes
7603 F:      drivers/media/usb/tlg2300/
7604
7605 SC1200 WDT DRIVER
7606 M:      Zwane Mwaikambo <zwanem@gmail.com>
7607 S:      Maintained
7608 F:      drivers/watchdog/sc1200wdt.c
7609
7610 SCHEDULER
7611 M:      Ingo Molnar <mingo@redhat.com>
7612 M:      Peter Zijlstra <peterz@infradead.org>
7613 L:      linux-kernel@vger.kernel.org
7614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7615 S:      Maintained
7616 F:      kernel/sched/
7617 F:      include/linux/sched.h
7618 F:      include/uapi/linux/sched.h
7619 F:      include/linux/wait.h
7620
7621 SCORE ARCHITECTURE
7622 M:      Chen Liqin <liqin.linux@gmail.com>
7623 M:      Lennox Wu <lennox.wu@gmail.com>
7624 W:      http://www.sunplus.com
7625 S:      Supported
7626 F:      arch/score/
7627
7628 SCSI CDROM DRIVER
7629 M:      Jens Axboe <axboe@kernel.dk>
7630 L:      linux-scsi@vger.kernel.org
7631 W:      http://www.kernel.dk
7632 S:      Maintained
7633 F:      drivers/scsi/sr*
7634
7635 SCSI RDMA PROTOCOL (SRP) INITIATOR
7636 M:      Bart Van Assche <bvanassche@acm.org>
7637 L:      linux-rdma@vger.kernel.org
7638 S:      Supported
7639 W:      http://www.openfabrics.org
7640 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
7642 F:      drivers/infiniband/ulp/srp/
7643 F:      include/scsi/srp.h
7644
7645 SCSI SG DRIVER
7646 M:      Doug Gilbert <dgilbert@interlog.com>
7647 L:      linux-scsi@vger.kernel.org
7648 W:      http://sg.danny.cz/sg
7649 S:      Maintained
7650 F:      Documentation/scsi/scsi-generic.txt
7651 F:      drivers/scsi/sg.c
7652 F:      include/scsi/sg.h
7653
7654 SCSI SUBSYSTEM
7655 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
7656 L:      linux-scsi@vger.kernel.org
7657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
7658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
7659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
7660 S:      Maintained
7661 F:      drivers/scsi/
7662 F:      include/scsi/
7663
7664 SCSI TAPE DRIVER
7665 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
7666 L:      linux-scsi@vger.kernel.org
7667 S:      Maintained
7668 F:      Documentation/scsi/st.txt
7669 F:      drivers/scsi/st.*
7670 F:      drivers/scsi/st_*.h
7671
7672 SCTP PROTOCOL
7673 M:      Vlad Yasevich <vyasevich@gmail.com>
7674 M:      Neil Horman <nhorman@tuxdriver.com>
7675 L:      linux-sctp@vger.kernel.org
7676 W:      http://lksctp.sourceforge.net
7677 S:      Maintained
7678 F:      Documentation/networking/sctp.txt
7679 F:      include/linux/sctp.h
7680 F:      include/uapi/linux/sctp.h
7681 F:      include/net/sctp/
7682 F:      net/sctp/
7683
7684 SCx200 CPU SUPPORT
7685 M:      Jim Cromie <jim.cromie@gmail.com>
7686 S:      Odd Fixes
7687 F:      Documentation/i2c/busses/scx200_acb
7688 F:      arch/x86/platform/scx200/
7689 F:      drivers/watchdog/scx200_wdt.c
7690 F:      drivers/i2c/busses/scx200*
7691 F:      drivers/mtd/maps/scx200_docflash.c
7692 F:      include/linux/scx200.h
7693
7694 SCx200 GPIO DRIVER
7695 M:      Jim Cromie <jim.cromie@gmail.com>
7696 S:      Maintained
7697 F:      drivers/char/scx200_gpio.c
7698 F:      include/linux/scx200_gpio.h
7699
7700 SCx200 HRT CLOCKSOURCE DRIVER
7701 M:      Jim Cromie <jim.cromie@gmail.com>
7702 S:      Maintained
7703 F:      drivers/clocksource/scx200_hrt.c
7704
7705 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
7706 M:      Sascha Sommer <saschasommer@freenet.de>
7707 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
7708 S:      Maintained
7709 F:      drivers/mmc/host/sdricoh_cs.c
7710
7711 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
7712 M:      Chris Ball <chris@printf.net>
7713 L:      linux-mmc@vger.kernel.org
7714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7715 S:      Maintained
7716 F:      drivers/mmc/host/sdhci.*
7717 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7718
7719 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
7720 M:      Anton Vorontsov <anton@enomsg.org>
7721 L:      linuxppc-dev@lists.ozlabs.org
7722 L:      linux-mmc@vger.kernel.org
7723 S:      Maintained
7724 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7725
7726 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
7727 M:      Ben Dooks <ben-linux@fluff.org>
7728 L:      linux-mmc@vger.kernel.org
7729 S:      Maintained
7730 F:      drivers/mmc/host/sdhci-s3c.c
7731
7732 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
7733 M:      Viresh Kumar <viresh.linux@gmail.com>
7734 L:      spear-devel@list.st.com
7735 L:      linux-mmc@vger.kernel.org
7736 S:      Maintained
7737 F:      drivers/mmc/host/sdhci-spear.c
7738
7739 SECURITY SUBSYSTEM
7740 M:      James Morris <james.l.morris@oracle.com>
7741 L:      linux-security-module@vger.kernel.org (suggested Cc:)
7742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
7743 W:      http://kernsec.org/
7744 S:      Supported
7745 F:      security/
7746
7747 SECURITY CONTACT
7748 M:      Security Officers <security@kernel.org>
7749 S:      Supported
7750
7751 SELINUX SECURITY MODULE
7752 M:      Stephen Smalley <sds@tycho.nsa.gov>
7753 M:      James Morris <james.l.morris@oracle.com>
7754 M:      Eric Paris <eparis@parisplace.org>
7755 M:      Paul Moore <paul@paul-moore.com>
7756 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
7757 W:      http://selinuxproject.org
7758 T:      git git://git.infradead.org/users/pcmoore/selinux
7759 S:      Supported
7760 F:      include/linux/selinux*
7761 F:      security/selinux/
7762 F:      scripts/selinux/
7763
7764 APPARMOR SECURITY MODULE
7765 M:      John Johansen <john.johansen@canonical.com>
7766 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
7767 W:      apparmor.wiki.kernel.org
7768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
7769 S:      Supported
7770 F:      security/apparmor/
7771
7772 SENSABLE PHANTOM
7773 M:      Jiri Slaby <jirislaby@gmail.com>
7774 S:      Maintained
7775 F:      drivers/misc/phantom.c
7776 F:      include/uapi/linux/phantom.h
7777
7778 SERIAL ATA (SATA) SUBSYSTEM
7779 M:      Tejun Heo <tj@kernel.org>
7780 L:      linux-ide@vger.kernel.org
7781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7782 S:      Supported
7783 F:      drivers/ata/
7784 F:      include/linux/ata.h
7785 F:      include/linux/libata.h
7786
7787 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
7788 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
7789 L:      linux-scsi@vger.kernel.org
7790 W:      http://www.emulex.com
7791 S:      Supported
7792 F:      drivers/scsi/be2iscsi/
7793
7794 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
7795 M:      Sathya Perla <sathya.perla@emulex.com>
7796 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
7797 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
7798 L:      netdev@vger.kernel.org
7799 W:      http://www.emulex.com
7800 S:      Supported
7801 F:      drivers/net/ethernet/emulex/benet/
7802
7803 SFC NETWORK DRIVER
7804 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
7805 M:      Shradha Shah <sshah@solarflare.com>
7806 L:      netdev@vger.kernel.org
7807 S:      Supported
7808 F:      drivers/net/ethernet/sfc/
7809
7810 SGI GRU DRIVER
7811 M:      Dimitri Sivanich <sivanich@sgi.com>
7812 S:      Maintained
7813 F:      drivers/misc/sgi-gru/
7814
7815 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
7816 M:      Pat Gefre <pfg@sgi.com>
7817 L:      linux-ia64@vger.kernel.org
7818 S:      Supported
7819 F:      Documentation/ia64/serial.txt
7820 F:      drivers/tty/serial/ioc?_serial.c
7821 F:      include/linux/ioc?.h
7822
7823 SGI VISUAL WORKSTATION 320 AND 540
7824 M:      Andrey Panin <pazke@donpac.ru>
7825 L:      linux-visws-devel@lists.sf.net
7826 W:      http://linux-visws.sf.net
7827 S:      Maintained for 2.6.
7828 F:      Documentation/sgi-visws.txt
7829
7830 SGI XP/XPC/XPNET DRIVER
7831 M:      Cliff Whickman <cpw@sgi.com>
7832 M:      Robin Holt <robinmholt@gmail.com>
7833 S:      Maintained
7834 F:      drivers/misc/sgi-xp/
7835
7836 SI470X FM RADIO RECEIVER I2C DRIVER
7837 M:      Hans Verkuil <hverkuil@xs4all.nl>
7838 L:      linux-media@vger.kernel.org
7839 T:      git git://linuxtv.org/media_tree.git
7840 W:      http://linuxtv.org
7841 S:      Odd Fixes
7842 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
7843
7844 SI470X FM RADIO RECEIVER USB DRIVER
7845 M:      Hans Verkuil <hverkuil@xs4all.nl>
7846 L:      linux-media@vger.kernel.org
7847 T:      git git://linuxtv.org/media_tree.git
7848 W:      http://linuxtv.org
7849 S:      Maintained
7850 F:      drivers/media/radio/si470x/radio-si470x-common.c
7851 F:      drivers/media/radio/si470x/radio-si470x.h
7852 F:      drivers/media/radio/si470x/radio-si470x-usb.c
7853
7854 SI4713 FM RADIO TRANSMITTER I2C DRIVER
7855 M:      Eduardo Valentin <edubezval@gmail.com>
7856 L:      linux-media@vger.kernel.org
7857 T:      git git://linuxtv.org/media_tree.git
7858 W:      http://linuxtv.org
7859 S:      Odd Fixes
7860 F:      drivers/media/radio/si4713/si4713.?
7861
7862 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
7863 M:      Eduardo Valentin <edubezval@gmail.com>
7864 L:      linux-media@vger.kernel.org
7865 T:      git git://linuxtv.org/media_tree.git
7866 W:      http://linuxtv.org
7867 S:      Odd Fixes
7868 F:      drivers/media/radio/si4713/radio-platform-si4713.c
7869
7870 SI4713 FM RADIO TRANSMITTER USB DRIVER
7871 M:      Hans Verkuil <hverkuil@xs4all.nl>
7872 L:      linux-media@vger.kernel.org
7873 T:      git git://linuxtv.org/media_tree.git
7874 W:      http://linuxtv.org
7875 S:      Maintained
7876 F:      drivers/media/radio/si4713/radio-usb-si4713.c
7877
7878 SIANO DVB DRIVER
7879 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7880 L:      linux-media@vger.kernel.org
7881 W:      http://linuxtv.org
7882 T:      git git://linuxtv.org/media_tree.git
7883 S:      Odd fixes
7884 F:      drivers/media/common/siano/
7885 F:      drivers/media/usb/siano/
7886 F:      drivers/media/usb/siano/
7887 F:      drivers/media/mmc/siano/
7888
7889 SH_VEU V4L2 MEM2MEM DRIVER
7890 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7891 L:      linux-media@vger.kernel.org
7892 S:      Maintained
7893 F:      drivers/media/platform/sh_veu.c
7894
7895 SH_VOU V4L2 OUTPUT DRIVER
7896 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7897 L:      linux-media@vger.kernel.org
7898 S:      Odd Fixes
7899 F:      drivers/media/platform/sh_vou.c
7900 F:      include/media/sh_vou.h
7901
7902 SIMPLE FIRMWARE INTERFACE (SFI)
7903 M:      Len Brown <lenb@kernel.org>
7904 L:      sfi-devel@simplefirmware.org
7905 W:      http://simplefirmware.org/
7906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
7907 S:      Supported
7908 F:      arch/x86/platform/sfi/
7909 F:      drivers/sfi/
7910 F:      include/linux/sfi*.h
7911
7912 SIMTEC EB110ATX (Chalice CATS)
7913 P:      Ben Dooks
7914 P:      Vincent Sanders <vince@simtec.co.uk>
7915 M:      Simtec Linux Team <linux@simtec.co.uk>
7916 W:      http://www.simtec.co.uk/products/EB110ATX/
7917 S:      Supported
7918
7919 SIMTEC EB2410ITX (BAST)
7920 P:      Ben Dooks
7921 P:      Vincent Sanders <vince@simtec.co.uk>
7922 M:      Simtec Linux Team <linux@simtec.co.uk>
7923 W:      http://www.simtec.co.uk/products/EB2410ITX/
7924 S:      Supported
7925 F:      arch/arm/mach-s3c24xx/mach-bast.c
7926 F:      arch/arm/mach-s3c24xx/bast-ide.c
7927 F:      arch/arm/mach-s3c24xx/bast-irq.c
7928
7929 TI DAVINCI MACHINE SUPPORT
7930 M:      Sekhar Nori <nsekhar@ti.com>
7931 M:      Kevin Hilman <khilman@deeprootsystems.com>
7932 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7933 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
7934 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
7935 S:      Supported
7936 F:      arch/arm/mach-davinci/
7937 F:      drivers/i2c/busses/i2c-davinci.c
7938
7939 TI DAVINCI SERIES MEDIA DRIVER
7940 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
7941 L:      linux-media@vger.kernel.org
7942 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7943 W:      http://linuxtv.org/
7944 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7945 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
7946 S:      Maintained
7947 F:      drivers/media/platform/davinci/
7948 F:      include/media/davinci/
7949
7950 SIS 190 ETHERNET DRIVER
7951 M:      Francois Romieu <romieu@fr.zoreil.com>
7952 L:      netdev@vger.kernel.org
7953 S:      Maintained
7954 F:      drivers/net/ethernet/sis/sis190.c
7955
7956 SIS 900/7016 FAST ETHERNET DRIVER
7957 M:      Daniele Venzano <venza@brownhat.org>
7958 W:      http://www.brownhat.org/sis900.html
7959 L:      netdev@vger.kernel.org
7960 S:      Maintained
7961 F:      drivers/net/ethernet/sis/sis900.*
7962
7963 SIS FRAMEBUFFER DRIVER
7964 M:      Thomas Winischhofer <thomas@winischhofer.net>
7965 W:      http://www.winischhofer.net/linuxsisvga.shtml
7966 S:      Maintained
7967 F:      Documentation/fb/sisfb.txt
7968 F:      drivers/video/sis/
7969 F:      include/video/sisfb.h
7970
7971 SIS USB2VGA DRIVER
7972 M:      Thomas Winischhofer <thomas@winischhofer.net>
7973 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
7974 S:      Maintained
7975 F:      drivers/usb/misc/sisusbvga/
7976
7977 SLAB ALLOCATOR
7978 M:      Christoph Lameter <cl@linux-foundation.org>
7979 M:      Pekka Enberg <penberg@kernel.org>
7980 M:      Matt Mackall <mpm@selenic.com>
7981 L:      linux-mm@kvack.org
7982 S:      Maintained
7983 F:      include/linux/sl?b*.h
7984 F:      mm/sl?b.c
7985
7986 SLEEPABLE READ-COPY UPDATE (SRCU)
7987 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
7988 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7989 L:      linux-kernel@vger.kernel.org
7990 W:      http://www.rdrop.com/users/paulmck/RCU/
7991 S:      Supported
7992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7993 F:      include/linux/srcu.h
7994 F:      kernel/rcu/srcu.c
7995
7996 SMACK SECURITY MODULE
7997 M:      Casey Schaufler <casey@schaufler-ca.com>
7998 L:      linux-security-module@vger.kernel.org
7999 W:      http://schaufler-ca.com
8000 T:      git git://git.gitorious.org/smack-next/kernel.git
8001 S:      Maintained
8002 F:      Documentation/security/Smack.txt
8003 F:      security/smack/
8004
8005 SMARTREFLEX DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8006 M:      Kevin Hilman <khilman@kernel.org>
8007 M:      Nishanth Menon <nm@ti.com>
8008 S:      Maintained
8009 F:      drivers/power/avs/smartreflex.c
8010 F:      include/linux/power/smartreflex.h
8011 L:      linux-pm@vger.kernel.org
8012
8013 SMC91x ETHERNET DRIVER
8014 M:      Nicolas Pitre <nico@fluxnic.net>
8015 S:      Odd Fixes
8016 F:      drivers/net/ethernet/smsc/smc91x.*
8017
8018 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8019 M:      Sakari Ailus <sakari.ailus@iki.fi>
8020 L:      linux-media@vger.kernel.org
8021 S:      Maintained
8022 F:      drivers/media/i2c/smiapp/
8023 F:      include/media/smiapp.h
8024 F:      drivers/media/i2c/smiapp-pll.c
8025 F:      drivers/media/i2c/smiapp-pll.h
8026
8027 SMM665 HARDWARE MONITOR DRIVER
8028 M:      Guenter Roeck <linux@roeck-us.net>
8029 L:      lm-sensors@lm-sensors.org
8030 S:      Maintained
8031 F:      Documentation/hwmon/smm665
8032 F:      drivers/hwmon/smm665.c
8033
8034 SMSC EMC2103 HARDWARE MONITOR DRIVER
8035 M:      Steve Glendinning <steve.glendinning@shawell.net>
8036 L:      lm-sensors@lm-sensors.org
8037 S:      Maintained
8038 F:      Documentation/hwmon/emc2103
8039 F:      drivers/hwmon/emc2103.c
8040
8041 SMSC SCH5627 HARDWARE MONITOR DRIVER
8042 M:      Hans de Goede <hdegoede@redhat.com>
8043 L:      lm-sensors@lm-sensors.org
8044 S:      Supported
8045 F:      Documentation/hwmon/sch5627
8046 F:      drivers/hwmon/sch5627.c
8047
8048 SMSC47B397 HARDWARE MONITOR DRIVER
8049 M:      Jean Delvare <jdelvare@suse.de>
8050 L:      lm-sensors@lm-sensors.org
8051 S:      Maintained
8052 F:      Documentation/hwmon/smsc47b397
8053 F:      drivers/hwmon/smsc47b397.c
8054
8055 SMSC911x ETHERNET DRIVER
8056 M:      Steve Glendinning <steve.glendinning@shawell.net>
8057 L:      netdev@vger.kernel.org
8058 S:      Maintained
8059 F:      include/linux/smsc911x.h
8060 F:      drivers/net/ethernet/smsc/smsc911x.*
8061
8062 SMSC9420 PCI ETHERNET DRIVER
8063 M:      Steve Glendinning <steve.glendinning@shawell.net>
8064 L:      netdev@vger.kernel.org
8065 S:      Maintained
8066 F:      drivers/net/ethernet/smsc/smsc9420.*
8067
8068 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8069 M:      Steve Glendinning <steve.glendinning@shawell.net>
8070 L:      linux-fbdev@vger.kernel.org
8071 S:      Maintained
8072 F:      drivers/video/smscufx.c
8073
8074 SOC-CAMERA V4L2 SUBSYSTEM
8075 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8076 L:      linux-media@vger.kernel.org
8077 T:      git git://linuxtv.org/media_tree.git
8078 S:      Maintained
8079 F:      include/media/soc*
8080 F:      drivers/media/i2c/soc_camera/
8081 F:      drivers/media/platform/soc_camera/
8082
8083 SOEKRIS NET48XX LED SUPPORT
8084 M:      Chris Boot <bootc@bootc.net>
8085 S:      Maintained
8086 F:      drivers/leds/leds-net48xx.c
8087
8088 SOFTWARE RAID (Multiple Disks) SUPPORT
8089 M:      Neil Brown <neilb@suse.de>
8090 L:      linux-raid@vger.kernel.org
8091 S:      Supported
8092 F:      drivers/md/
8093 F:      include/linux/raid/
8094 F:      include/uapi/linux/raid/
8095
8096 SONIC NETWORK DRIVER
8097 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8098 L:      netdev@vger.kernel.org
8099 S:      Maintained
8100 F:      drivers/net/ethernet/natsemi/sonic.*
8101
8102 SONICS SILICON BACKPLANE DRIVER (SSB)
8103 M:      Michael Buesch <m@bues.ch>
8104 L:      netdev@vger.kernel.org
8105 S:      Maintained
8106 F:      drivers/ssb/
8107 F:      include/linux/ssb/
8108
8109 SONY VAIO CONTROL DEVICE DRIVER
8110 M:      Mattia Dongili <malattia@linux.it>
8111 L:      platform-driver-x86@vger.kernel.org
8112 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8113 S:      Maintained
8114 F:      Documentation/laptops/sony-laptop.txt
8115 F:      drivers/char/sonypi.c
8116 F:      drivers/platform/x86/sony-laptop.c
8117 F:      include/linux/sony-laptop.h
8118
8119 SONY MEMORYSTICK CARD SUPPORT
8120 M:      Alex Dubov <oakad@yahoo.com>
8121 W:      http://tifmxx.berlios.de/
8122 S:      Maintained
8123 F:      drivers/memstick/host/tifm_ms.c
8124
8125 SONY MEMORYSTICK STANDARD SUPPORT
8126 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8127 S:      Maintained
8128 F:      drivers/memstick/core/ms_block.*
8129
8130 SOUND
8131 M:      Jaroslav Kysela <perex@perex.cz>
8132 M:      Takashi Iwai <tiwai@suse.de>
8133 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8134 W:      http://www.alsa-project.org/
8135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8136 T:      git git://git.alsa-project.org/alsa-kernel.git
8137 S:      Maintained
8138 F:      Documentation/sound/
8139 F:      include/sound/
8140 F:      include/uapi/sound/
8141 F:      sound/
8142
8143 SOUND - COMPRESSED AUDIO
8144 M:      Vinod Koul <vinod.koul@intel.com>
8145 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8147 S:      Supported
8148 F:      Documentation/sound/alsa/compress_offload.txt
8149 F:      include/sound/compress_driver.h
8150 F:      include/uapi/sound/compress_*
8151 F:      sound/core/compress_offload.c
8152 F:      sound/soc/soc-compress.c
8153
8154 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8155 M:      Liam Girdwood <lgirdwood@gmail.com>
8156 M:      Mark Brown <broonie@kernel.org>
8157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8158 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8159 W:      http://alsa-project.org/main/index.php/ASoC
8160 S:      Supported
8161 F:      Documentation/sound/alsa/soc/
8162 F:      sound/soc/
8163 F:      include/sound/soc*
8164
8165 SOUND - DMAENGINE HELPERS
8166 M:      Lars-Peter Clausen <lars@metafoo.de>
8167 S:      Supported
8168 F:      include/sound/dmaengine_pcm.h
8169 F:      sound/core/pcm_dmaengine.c
8170 F:      sound/soc/soc-generic-dmaengine-pcm.c
8171
8172 SPARC + UltraSPARC (sparc/sparc64)
8173 M:      "David S. Miller" <davem@davemloft.net>
8174 L:      sparclinux@vger.kernel.org
8175 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
8176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8178 S:      Maintained
8179 F:      arch/sparc/
8180 F:      drivers/sbus/
8181
8182 SPARC SERIAL DRIVERS
8183 M:      "David S. Miller" <davem@davemloft.net>
8184 L:      sparclinux@vger.kernel.org
8185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8187 S:      Maintained
8188 F:      include/linux/sunserialcore.h
8189 F:      drivers/tty/serial/suncore.c
8190 F:      drivers/tty/serial/sunhv.c
8191 F:      drivers/tty/serial/sunsab.c
8192 F:      drivers/tty/serial/sunsab.h
8193 F:      drivers/tty/serial/sunsu.c
8194 F:      drivers/tty/serial/sunzilog.c
8195 F:      drivers/tty/serial/sunzilog.h
8196
8197 SPARSE CHECKER
8198 M:      "Christopher Li" <sparse@chrisli.org>
8199 L:      linux-sparse@vger.kernel.org
8200 W:      https://sparse.wiki.kernel.org/
8201 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
8202 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
8203 S:      Maintained
8204 F:      include/linux/compiler.h
8205
8206 SPEAR PLATFORM SUPPORT
8207 M:      Viresh Kumar <viresh.linux@gmail.com>
8208 M:      Shiraz Hashim <shiraz.hashim@st.com>
8209 L:      spear-devel@list.st.com
8210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8211 W:      http://www.st.com/spear
8212 S:      Maintained
8213 F:      arch/arm/mach-spear/
8214
8215 SPEAR CLOCK FRAMEWORK SUPPORT
8216 M:      Viresh Kumar <viresh.linux@gmail.com>
8217 L:      spear-devel@list.st.com
8218 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8219 W:      http://www.st.com/spear
8220 S:      Maintained
8221 F:      drivers/clk/spear/
8222
8223 SPI SUBSYSTEM
8224 M:      Mark Brown <broonie@kernel.org>
8225 L:      linux-spi@vger.kernel.org
8226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
8227 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
8228 S:      Maintained
8229 F:      Documentation/spi/
8230 F:      drivers/spi/
8231 F:      include/linux/spi/
8232 F:      include/uapi/linux/spi/
8233
8234 SPIDERNET NETWORK DRIVER for CELL
8235 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
8236 M:      Jens Osterkamp <jens@de.ibm.com>
8237 L:      netdev@vger.kernel.org
8238 S:      Supported
8239 F:      Documentation/networking/spider_net.txt
8240 F:      drivers/net/ethernet/toshiba/spider_net*
8241
8242 SPU FILE SYSTEM
8243 M:      Jeremy Kerr <jk@ozlabs.org>
8244 L:      linuxppc-dev@lists.ozlabs.org
8245 L:      cbe-oss-dev@lists.ozlabs.org
8246 W:      http://www.ibm.com/developerworks/power/cell/
8247 S:      Supported
8248 F:      Documentation/filesystems/spufs.txt
8249 F:      arch/powerpc/platforms/cell/spufs/
8250
8251 SQUASHFS FILE SYSTEM
8252 M:      Phillip Lougher <phillip@squashfs.org.uk>
8253 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
8254 W:      http://squashfs.org.uk
8255 S:      Maintained
8256 F:      Documentation/filesystems/squashfs.txt
8257 F:      fs/squashfs/
8258
8259 SRM (Alpha) environment access
8260 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
8261 S:      Maintained
8262 F:      arch/alpha/kernel/srm_env.c
8263
8264 STABLE BRANCH
8265 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8266 L:      stable@vger.kernel.org
8267 S:      Supported
8268 F:      Documentation/stable_kernel_rules.txt
8269
8270 STAGING SUBSYSTEM
8271 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
8273 L:      devel@driverdev.osuosl.org
8274 S:      Supported
8275 F:      drivers/staging/
8276
8277 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
8278 M:      Henk de Groot <pe1dnn@amsat.org>
8279 S:      Odd Fixes
8280 F:      drivers/staging/wlags49_h2/
8281 F:      drivers/staging/wlags49_h25/
8282
8283 STAGING - ASUS OLED
8284 M:      Jakub Schmidtke <sjakub@gmail.com>
8285 S:      Odd Fixes
8286 F:      drivers/staging/asus_oled/
8287
8288 STAGING - COMEDI
8289 M:      Ian Abbott <abbotti@mev.co.uk>
8290 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
8291 S:      Odd Fixes
8292 F:      drivers/staging/comedi/
8293
8294 STAGING - CRYSTAL HD VIDEO DECODER
8295 M:      Naren Sankar <nsankar@broadcom.com>
8296 M:      Jarod Wilson <jarod@wilsonet.com>
8297 M:      Scott Davilla <davilla@4pi.com>
8298 M:      Manu Abraham <abraham.manu@gmail.com>
8299 S:      Odd Fixes
8300 F:      drivers/staging/crystalhd/
8301
8302 STAGING - ECHO CANCELLER
8303 M:      Steve Underwood <steveu@coppice.org>
8304 M:      David Rowe <david@rowetel.com>
8305 S:      Odd Fixes
8306 F:      drivers/staging/echo/
8307
8308 STAGING - ET131X NETWORK DRIVER
8309 M:      Mark Einon <mark.einon@gmail.com>
8310 S:      Odd Fixes
8311 F:      drivers/staging/et131x/
8312
8313 STAGING - FLARION FT1000 DRIVERS
8314 M:      Marek Belisko <marek.belisko@gmail.com>
8315 S:      Odd Fixes
8316 F:      drivers/staging/ft1000/
8317
8318 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
8319 M:      David Täht <d@teklibre.com>
8320 S:      Odd Fixes
8321 F:      drivers/staging/frontier/
8322
8323 STAGING - GO7007 MPEG CODEC
8324 M:      Hans Verkuil <hans.verkuil@cisco.com>
8325 S:      Maintained
8326 F:      drivers/staging/media/go7007/
8327
8328 STAGING - INDUSTRIAL IO
8329 M:      Jonathan Cameron <jic23@kernel.org>
8330 L:      linux-iio@vger.kernel.org
8331 S:      Odd Fixes
8332 F:      drivers/staging/iio/
8333
8334 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
8335 M:      Jarod Wilson <jarod@wilsonet.com>
8336 W:      http://www.lirc.org/
8337 S:      Odd Fixes
8338 F:      drivers/staging/media/lirc/
8339
8340 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
8341 M:      Julian Andres Klode <jak@jak-linux.org>
8342 M:      Marc Dietrich <marvin24@gmx.de>
8343 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
8344 L:      linux-tegra@vger.kernel.org
8345 S:      Maintained
8346 F:      drivers/staging/nvec/
8347
8348 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
8349 M:      Jens Frederich <jfrederich@gmail.com>
8350 M:      Daniel Drake <dsd@laptop.org>
8351 M:      Jon Nettleton <jon.nettleton@gmail.com>
8352 W:      http://wiki.laptop.org/go/DCON
8353 S:      Maintained
8354 F:      drivers/staging/olpc_dcon/
8355
8356 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
8357 M:      Rupesh Gujare <rupesh.gujare@atmel.com>
8358 S:      Maintained
8359 F:      drivers/staging/ozwpan/
8360
8361 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
8362 M:      Willy Tarreau <willy@meta-x.org>
8363 S:      Odd Fixes
8364 F:      drivers/staging/panel/
8365
8366 STAGING - REALTEK RTL8712U DRIVERS
8367 M:      Larry Finger <Larry.Finger@lwfinger.net>
8368 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
8369 S:      Odd Fixes
8370 F:      drivers/staging/rtl8712/
8371
8372 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
8373 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
8374 S:      Odd Fixes
8375 F:      drivers/staging/sm7xxfb/
8376
8377 STAGING - SOFTLOGIC 6x10 MPEG CODEC
8378 M:      Ismael Luceno <ismael.luceno@corp.bluecherry.net>
8379 S:      Supported
8380 F:      drivers/staging/media/solo6x10/
8381
8382 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
8383 M:      William Hubbs <w.d.hubbs@gmail.com>
8384 M:      Chris Brannon <chris@the-brannons.com>
8385 M:      Kirk Reiser <kirk@reisers.ca>
8386 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
8387 L:      speakup@braille.uwo.ca
8388 W:      http://www.linux-speakup.org/
8389 S:      Odd Fixes
8390 F:      drivers/staging/speakup/
8391
8392 STAGING - TI DSP BRIDGE DRIVERS
8393 M:      Omar Ramirez Luna <omar.ramirez@copitl.com>
8394 S:      Odd Fixes
8395 F:      drivers/staging/tidspbridge/
8396
8397 STAGING - USB ENE SM/MS CARD READER DRIVER
8398 M:      Al Cho <acho@novell.com>
8399 S:      Odd Fixes
8400 F:      drivers/staging/keucr/
8401
8402 STAGING - VIA VT665X DRIVERS
8403 M:      Forest Bond <forest@alittletooquiet.net>
8404 S:      Odd Fixes
8405 F:      drivers/staging/vt665?/
8406
8407 STAGING - WINBOND IS89C35 WLAN USB DRIVER
8408 M:      Pavel Machek <pavel@ucw.cz>
8409 S:      Odd Fixes
8410 F:      drivers/staging/winbond/
8411
8412 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
8413 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
8414 S:      Odd Fixes
8415 F:      drivers/staging/xgifb/
8416
8417 STARFIRE/DURALAN NETWORK DRIVER
8418 M:      Ion Badulescu <ionut@badula.org>
8419 S:      Odd Fixes
8420 F:      drivers/net/ethernet/adaptec/starfire*
8421
8422 SUN3/3X
8423 M:      Sam Creasey <sammy@sammy.net>
8424 W:      http://sammy.net/sun3/
8425 S:      Maintained
8426 F:      arch/m68k/kernel/*sun3*
8427 F:      arch/m68k/sun3*/
8428 F:      arch/m68k/include/asm/sun3*
8429 F:      drivers/net/ethernet/i825xx/sun3*
8430
8431 SUNDANCE NETWORK DRIVER
8432 M:      Denis Kirjanov <kda@linux-powerpc.org>
8433 L:      netdev@vger.kernel.org
8434 S:      Maintained
8435 F:      drivers/net/ethernet/dlink/sundance.c
8436
8437 SUPERH
8438 M:      Paul Mundt <lethal@linux-sh.org>
8439 L:      linux-sh@vger.kernel.org
8440 W:      http://www.linux-sh.org
8441 Q:      http://patchwork.kernel.org/project/linux-sh/list/
8442 T:      git git://github.com/pmundt/linux-sh.git sh-latest
8443 S:      Supported
8444 F:      Documentation/sh/
8445 F:      arch/sh/
8446 F:      drivers/sh/
8447
8448 SUSPEND TO RAM
8449 M:      Len Brown <len.brown@intel.com>
8450 M:      Pavel Machek <pavel@ucw.cz>
8451 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8452 L:      linux-pm@vger.kernel.org
8453 S:      Supported
8454 F:      Documentation/power/
8455 F:      arch/x86/kernel/acpi/
8456 F:      drivers/base/power/
8457 F:      kernel/power/
8458 F:      include/linux/suspend.h
8459 F:      include/linux/freezer.h
8460 F:      include/linux/pm.h
8461
8462 SVGA HANDLING
8463 M:      Martin Mares <mj@ucw.cz>
8464 L:      linux-video@atrey.karlin.mff.cuni.cz
8465 S:      Maintained
8466 F:      Documentation/svga.txt
8467 F:      arch/x86/boot/video*
8468
8469 SWIOTLB SUBSYSTEM
8470 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8471 L:      linux-kernel@vger.kernel.org
8472 S:      Supported
8473 F:      lib/swiotlb.c
8474 F:      arch/*/kernel/pci-swiotlb.c
8475 F:      include/linux/swiotlb.h
8476
8477 SYNOPSYS ARC ARCHITECTURE
8478 M:      Vineet Gupta <vgupta@synopsys.com>
8479 S:      Supported
8480 F:      arch/arc/
8481 F:      Documentation/devicetree/bindings/arc/
8482 F:      drivers/tty/serial/arc_uart.c
8483
8484 SYSV FILESYSTEM
8485 M:      Christoph Hellwig <hch@infradead.org>
8486 S:      Maintained
8487 F:      Documentation/filesystems/sysv-fs.txt
8488 F:      fs/sysv/
8489 F:      include/linux/sysv_fs.h
8490
8491 TARGET SUBSYSTEM
8492 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
8493 L:      linux-scsi@vger.kernel.org
8494 L:      target-devel@vger.kernel.org
8495 W:      http://www.linux-iscsi.org
8496 W:      http://groups.google.com/group/linux-iscsi-target-dev
8497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
8498 S:      Supported
8499 F:      drivers/target/
8500 F:      include/target/
8501 F:      Documentation/target/
8502
8503 TASKSTATS STATISTICS INTERFACE
8504 M:      Balbir Singh <bsingharora@gmail.com>
8505 S:      Maintained
8506 F:      Documentation/accounting/taskstats*
8507 F:      include/linux/taskstats*
8508 F:      kernel/taskstats.c
8509
8510 TC CLASSIFIER
8511 M:      Jamal Hadi Salim <jhs@mojatatu.com>
8512 L:      netdev@vger.kernel.org
8513 S:      Maintained
8514 F:      include/net/pkt_cls.h
8515 F:      include/uapi/linux/pkt_cls.h
8516 F:      net/sched/
8517
8518 TCP LOW PRIORITY MODULE
8519 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
8520 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
8521 W:      http://tcp-lp-mod.sourceforge.net/
8522 S:      Maintained
8523 F:      net/ipv4/tcp_lp.c
8524
8525 TDA10071 MEDIA DRIVER
8526 M:      Antti Palosaari <crope@iki.fi>
8527 L:      linux-media@vger.kernel.org
8528 W:      http://linuxtv.org/
8529 W:      http://palosaari.fi/linux/
8530 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8531 T:      git git://linuxtv.org/anttip/media_tree.git
8532 S:      Maintained
8533 F:      drivers/media/dvb-frontends/tda10071*
8534
8535 TDA18212 MEDIA DRIVER
8536 M:      Antti Palosaari <crope@iki.fi>
8537 L:      linux-media@vger.kernel.org
8538 W:      http://linuxtv.org/
8539 W:      http://palosaari.fi/linux/
8540 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8541 T:      git git://linuxtv.org/anttip/media_tree.git
8542 S:      Maintained
8543 F:      drivers/media/tuners/tda18212*
8544
8545 TDA18218 MEDIA DRIVER
8546 M:      Antti Palosaari <crope@iki.fi>
8547 L:      linux-media@vger.kernel.org
8548 W:      http://linuxtv.org/
8549 W:      http://palosaari.fi/linux/
8550 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8551 T:      git git://linuxtv.org/anttip/media_tree.git
8552 S:      Maintained
8553 F:      drivers/media/tuners/tda18218*
8554
8555 TDA18271 MEDIA DRIVER
8556 M:      Michael Krufky <mkrufky@linuxtv.org>
8557 L:      linux-media@vger.kernel.org
8558 W:      http://linuxtv.org/
8559 W:      http://github.com/mkrufky
8560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8561 T:      git git://linuxtv.org/mkrufky/tuners.git
8562 S:      Maintained
8563 F:      drivers/media/tuners/tda18271*
8564
8565 TDA827x MEDIA DRIVER
8566 M:      Michael Krufky <mkrufky@linuxtv.org>
8567 L:      linux-media@vger.kernel.org
8568 W:      http://linuxtv.org/
8569 W:      http://github.com/mkrufky
8570 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8571 T:      git git://linuxtv.org/mkrufky/tuners.git
8572 S:      Maintained
8573 F:      drivers/media/tuners/tda8290.*
8574
8575 TDA8290 MEDIA DRIVER
8576 M:      Michael Krufky <mkrufky@linuxtv.org>
8577 L:      linux-media@vger.kernel.org
8578 W:      http://linuxtv.org/
8579 W:      http://github.com/mkrufky
8580 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8581 T:      git git://linuxtv.org/mkrufky/tuners.git
8582 S:      Maintained
8583 F:      drivers/media/tuners/tda8290.*
8584
8585 TDA9840 MEDIA DRIVER
8586 M:      Hans Verkuil <hverkuil@xs4all.nl>
8587 L:      linux-media@vger.kernel.org
8588 T:      git git://linuxtv.org/media_tree.git
8589 W:      http://linuxtv.org
8590 S:      Maintained
8591 F:      drivers/media/i2c/tda9840*
8592
8593 TEA5761 TUNER DRIVER
8594 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8595 L:      linux-media@vger.kernel.org
8596 W:      http://linuxtv.org
8597 T:      git git://linuxtv.org/media_tree.git
8598 S:      Odd fixes
8599 F:      drivers/media/tuners/tea5761.*
8600
8601 TEA5767 TUNER DRIVER
8602 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8603 L:      linux-media@vger.kernel.org
8604 W:      http://linuxtv.org
8605 T:      git git://linuxtv.org/media_tree.git
8606 S:      Maintained
8607 F:      drivers/media/tuners/tea5767.*
8608
8609 TEA6415C MEDIA DRIVER
8610 M:      Hans Verkuil <hverkuil@xs4all.nl>
8611 L:      linux-media@vger.kernel.org
8612 T:      git git://linuxtv.org/media_tree.git
8613 W:      http://linuxtv.org
8614 S:      Maintained
8615 F:      drivers/media/i2c/tea6415c*
8616
8617 TEA6420 MEDIA DRIVER
8618 M:      Hans Verkuil <hverkuil@xs4all.nl>
8619 L:      linux-media@vger.kernel.org
8620 T:      git git://linuxtv.org/media_tree.git
8621 W:      http://linuxtv.org
8622 S:      Maintained
8623 F:      drivers/media/i2c/tea6420*
8624
8625 TEAM DRIVER
8626 M:      Jiri Pirko <jiri@resnulli.us>
8627 L:      netdev@vger.kernel.org
8628 S:      Supported
8629 F:      drivers/net/team/
8630 F:      include/linux/if_team.h
8631 F:      include/uapi/linux/if_team.h
8632
8633 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
8634 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
8635 S:      Maintained
8636 F:      arch/x86/platform/ts5500/
8637
8638 TECHNOTREND USB IR RECEIVER
8639 M:      Sean Young <sean@mess.org>
8640 L:      linux-media@vger.kernel.org
8641 S:      Maintained
8642 F:      drivers/media/rc/ttusbir.c
8643
8644 TEGRA ARCHITECTURE SUPPORT
8645 M:      Stephen Warren <swarren@wwwdotorg.org>
8646 M:      Thierry Reding <thierry.reding@gmail.com>
8647 L:      linux-tegra@vger.kernel.org
8648 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
8649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
8650 S:      Supported
8651 N:      [^a-z]tegra
8652
8653 TEGRA ASOC DRIVER
8654 M:      Stephen Warren <swarren@wwwdotorg.org>
8655 S:      Supported
8656 F:      sound/soc/tegra/
8657
8658 TEGRA CLOCK DRIVER
8659 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
8660 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
8661 S:      Supported
8662 F:      drivers/clk/tegra/
8663
8664 TEGRA DMA DRIVER
8665 M:      Laxman Dewangan <ldewangan@nvidia.com>
8666 S:      Supported
8667 F:      drivers/dma/tegra20-apb-dma.c
8668
8669 TEGRA GPIO DRIVER
8670 M:      Stephen Warren <swarren@wwwdotorg.org>
8671 S:      Supported
8672 F:      drivers/gpio/gpio-tegra.c
8673
8674 TEGRA I2C DRIVER
8675 M:      Laxman Dewangan <ldewangan@nvidia.com>
8676 S:      Supported
8677 F:      drivers/i2c/busses/i2c-tegra.c
8678
8679 TEGRA IOMMU DRIVERS
8680 M:      Hiroshi Doyu <hdoyu@nvidia.com>
8681 S:      Supported
8682 F:      drivers/iommu/tegra*
8683
8684 TEGRA KBC DRIVER
8685 M:      Rakesh Iyer <riyer@nvidia.com>
8686 M:      Laxman Dewangan <ldewangan@nvidia.com>
8687 S:      Supported
8688 F:      drivers/input/keyboard/tegra-kbc.c
8689
8690 TEGRA PINCTRL DRIVER
8691 M:      Stephen Warren <swarren@wwwdotorg.org>
8692 S:      Supported
8693 F:      drivers/pinctrl/pinctrl-tegra*
8694
8695 TEGRA PWM DRIVER
8696 M:      Thierry Reding <thierry.reding@gmail.com>
8697 S:      Supported
8698 F:      drivers/pwm/pwm-tegra.c
8699
8700 TEGRA SERIAL DRIVER
8701 M:      Laxman Dewangan <ldewangan@nvidia.com>
8702 S:      Supported
8703 F:      drivers/tty/serial/serial-tegra.c
8704
8705 TEGRA SPI DRIVER
8706 M:      Laxman Dewangan <ldewangan@nvidia.com>
8707 S:      Supported
8708 F:      drivers/spi/spi-tegra*
8709
8710 TEHUTI ETHERNET DRIVER
8711 M:      Andy Gospodarek <andy@greyhouse.net>
8712 L:      netdev@vger.kernel.org
8713 S:      Supported
8714 F:      drivers/net/ethernet/tehuti/*
8715
8716 Telecom Clock Driver for MCPL0010
8717 M:      Mark Gross <mark.gross@intel.com>
8718 S:      Supported
8719 F:      drivers/char/tlclk.c
8720
8721 TENSILICA XTENSA PORT (xtensa)
8722 M:      Chris Zankel <chris@zankel.net>
8723 M:      Max Filippov <jcmvbkbc@gmail.com>
8724 L:      linux-xtensa@linux-xtensa.org
8725 S:      Maintained
8726 F:      arch/xtensa/
8727
8728 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
8729 M:      Hans Verkuil <hverkuil@xs4all.nl>
8730 L:      linux-media@vger.kernel.org
8731 T:      git git://linuxtv.org/media_tree.git
8732 W:      http://linuxtv.org
8733 S:      Maintained
8734 F:      drivers/media/radio/radio-raremono.c
8735
8736 THERMAL
8737 M:      Zhang Rui <rui.zhang@intel.com>
8738 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8739 L:      linux-pm@vger.kernel.org
8740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
8741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
8742 Q:      https://patchwork.kernel.org/project/linux-pm/list/
8743 S:      Supported
8744 F:      drivers/thermal/
8745 F:      include/linux/thermal.h
8746 F:      include/linux/cpu_cooling.h
8747 F:      Documentation/devicetree/bindings/thermal/
8748
8749 THINGM BLINK(1) USB RGB LED DRIVER
8750 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8751 S:      Maintained
8752 F:      drivers/hid/hid-thingm.c
8753
8754 THINKPAD ACPI EXTRAS DRIVER
8755 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
8756 L:      ibm-acpi-devel@lists.sourceforge.net
8757 L:      platform-driver-x86@vger.kernel.org
8758 W:      http://ibm-acpi.sourceforge.net
8759 W:      http://thinkwiki.org/wiki/Ibm-acpi
8760 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
8761 S:      Maintained
8762 F:      drivers/platform/x86/thinkpad_acpi.c
8763
8764 TI BANDGAP AND THERMAL DRIVER
8765 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8766 L:      linux-pm@vger.kernel.org
8767 S:      Supported
8768 F:      drivers/thermal/ti-soc-thermal/
8769
8770 TI FLASH MEDIA INTERFACE DRIVER
8771 M:      Alex Dubov <oakad@yahoo.com>
8772 S:      Maintained
8773 F:      drivers/misc/tifm*
8774 F:      drivers/mmc/host/tifm_sd.c
8775 F:      include/linux/tifm.h
8776
8777 TI LM49xxx FAMILY ASoC CODEC DRIVERS
8778 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
8779 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
8780 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8781 S:      Maintained
8782 F:      sound/soc/codecs/lm49453*
8783 F:      sound/soc/codecs/isabelle*
8784
8785 TI LP855x BACKLIGHT DRIVER
8786 M:      Milo Kim <milo.kim@ti.com>
8787 S:      Maintained
8788 F:      Documentation/backlight/lp855x-driver.txt
8789 F:      drivers/video/backlight/lp855x_bl.c
8790 F:      include/linux/platform_data/lp855x.h
8791
8792 TI LP8727 CHARGER DRIVER
8793 M:      Milo Kim <milo.kim@ti.com>
8794 S:      Maintained
8795 F:      drivers/power/lp8727_charger.c
8796 F:      include/linux/platform_data/lp8727.h
8797
8798 TI LP8788 MFD DRIVER
8799 M:      Milo Kim <milo.kim@ti.com>
8800 S:      Maintained
8801 F:      drivers/iio/adc/lp8788_adc.c
8802 F:      drivers/leds/leds-lp8788.c
8803 F:      drivers/mfd/lp8788*.c
8804 F:      drivers/power/lp8788-charger.c
8805 F:      drivers/regulator/lp8788-*.c
8806 F:      include/linux/mfd/lp8788*.h
8807
8808 TI TWL4030 SERIES SOC CODEC DRIVER
8809 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8810 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8811 S:      Maintained
8812 F:      sound/soc/codecs/twl4030*
8813
8814 TI WILINK WIRELESS DRIVERS
8815 L:      linux-wireless@vger.kernel.org
8816 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
8817 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
8818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
8819 S:      Orphan
8820 F:      drivers/net/wireless/ti/
8821 F:      include/linux/wl12xx.h
8822
8823 TIPC NETWORK LAYER
8824 M:      Jon Maloy <jon.maloy@ericsson.com>
8825 M:      Allan Stephens <allan.stephens@windriver.com>
8826 L:      netdev@vger.kernel.org (core kernel code)
8827 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
8828 W:      http://tipc.sourceforge.net/
8829 S:      Maintained
8830 F:      include/uapi/linux/tipc*.h
8831 F:      net/tipc/
8832
8833 TILE ARCHITECTURE
8834 M:      Chris Metcalf <cmetcalf@tilera.com>
8835 W:      http://www.tilera.com/scm/
8836 S:      Supported
8837 F:      arch/tile/
8838 F:      drivers/char/tile-srom.c
8839 F:      drivers/edac/tile_edac.c
8840 F:      drivers/net/ethernet/tile/
8841 F:      drivers/rtc/rtc-tile.c
8842 F:      drivers/tty/hvc/hvc_tile.c
8843 F:      drivers/tty/serial/tilegx.c
8844 F:      drivers/usb/host/*-tilegx.c
8845 F:      include/linux/usb/tilegx.h
8846
8847 TLAN NETWORK DRIVER
8848 M:      Samuel Chessman <chessman@tux.org>
8849 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
8850 W:      http://sourceforge.net/projects/tlan/
8851 S:      Maintained
8852 F:      Documentation/networking/tlan.txt
8853 F:      drivers/net/ethernet/ti/tlan.*
8854
8855 TOMOYO SECURITY MODULE
8856 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
8857 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
8858 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
8859 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
8860 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
8861 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
8862 W:      http://tomoyo.sourceforge.jp/
8863 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
8864 S:      Maintained
8865 F:      security/tomoyo/
8866
8867 TOPSTAR LAPTOP EXTRAS DRIVER
8868 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8869 L:      platform-driver-x86@vger.kernel.org
8870 S:      Maintained
8871 F:      drivers/platform/x86/topstar-laptop.c
8872
8873 TOSHIBA ACPI EXTRAS DRIVER
8874 L:      platform-driver-x86@vger.kernel.org
8875 S:      Orphan
8876 F:      drivers/platform/x86/toshiba_acpi.c
8877
8878 TOSHIBA SMM DRIVER
8879 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
8880 L:      tlinux-users@tce.toshiba-dme.co.jp
8881 W:      http://www.buzzard.org.uk/toshiba/
8882 S:      Maintained
8883 F:      drivers/char/toshiba.c
8884 F:      include/linux/toshiba.h
8885 F:      include/uapi/linux/toshiba.h
8886
8887 TMIO MMC DRIVER
8888 M:      Ian Molton <ian@mnementh.co.uk>
8889 L:      linux-mmc@vger.kernel.org
8890 S:      Maintained
8891 F:      drivers/mmc/host/tmio_mmc*
8892 F:      drivers/mmc/host/sh_mobile_sdhi.c
8893 F:      include/linux/mmc/tmio.h
8894 F:      include/linux/mmc/sh_mobile_sdhi.h
8895
8896 TMP401 HARDWARE MONITOR DRIVER
8897 M:      Guenter Roeck <linux@roeck-us.net>
8898 L:      lm-sensors@lm-sensors.org
8899 S:      Maintained
8900 F:      Documentation/hwmon/tmp401
8901 F:      drivers/hwmon/tmp401.c
8902
8903 TMPFS (SHMEM FILESYSTEM)
8904 M:      Hugh Dickins <hughd@google.com>
8905 L:      linux-mm@kvack.org
8906 S:      Maintained
8907 F:      include/linux/shmem_fs.h
8908 F:      mm/shmem.c
8909
8910 TM6000 VIDEO4LINUX DRIVER
8911 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8912 L:      linux-media@vger.kernel.org
8913 W:      http://linuxtv.org
8914 T:      git git://linuxtv.org/media_tree.git
8915 S:      Odd fixes
8916 F:      drivers/media/usb/tm6000/
8917
8918 TPM DEVICE DRIVER
8919 M:      Peter Huewe <peterhuewe@gmx.de>
8920 M:      Ashley Lai <ashley@ashleylai.com>
8921 M:      Marcel Selhorst <tpmdd@selhorst.net>
8922 W:      http://tpmdd.sourceforge.net
8923 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
8924 S:      Maintained
8925 F:      drivers/char/tpm/
8926
8927 TRACING
8928 M:      Steven Rostedt <rostedt@goodmis.org>
8929 M:      Frederic Weisbecker <fweisbec@gmail.com>
8930 M:      Ingo Molnar <mingo@redhat.com>
8931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8932 S:      Maintained
8933 F:      Documentation/trace/ftrace.txt
8934 F:      arch/*/*/*/ftrace.h
8935 F:      arch/*/kernel/ftrace.c
8936 F:      include/*/ftrace.h
8937 F:      include/linux/trace*.h
8938 F:      include/trace/
8939 F:      kernel/trace/
8940
8941 TRIVIAL PATCHES
8942 M:      Jiri Kosina <trivial@kernel.org>
8943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
8944 S:      Maintained
8945 K:      ^Subject:.*(?i)trivial
8946
8947 TTY LAYER
8948 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8949 M:      Jiri Slaby <jslaby@suse.cz>
8950 S:      Supported
8951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8952 F:      drivers/tty/
8953 F:      drivers/tty/serial/serial_core.c
8954 F:      include/linux/serial_core.h
8955 F:      include/linux/serial.h
8956 F:      include/linux/tty.h
8957 F:      include/uapi/linux/serial_core.h
8958 F:      include/uapi/linux/serial.h
8959 F:      include/uapi/linux/tty.h
8960
8961 TUA9001 MEDIA DRIVER
8962 M:      Antti Palosaari <crope@iki.fi>
8963 L:      linux-media@vger.kernel.org
8964 W:      http://linuxtv.org/
8965 W:      http://palosaari.fi/linux/
8966 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8967 T:      git git://linuxtv.org/anttip/media_tree.git
8968 S:      Maintained
8969 F:      drivers/media/tuners/tua9001*
8970
8971 TULIP NETWORK DRIVERS
8972 M:      Grant Grundler <grundler@parisc-linux.org>
8973 L:      netdev@vger.kernel.org
8974 S:      Maintained
8975 F:      drivers/net/ethernet/dec/tulip/
8976
8977 TUN/TAP driver
8978 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
8979 W:      http://vtun.sourceforge.net/tun
8980 S:      Maintained
8981 F:      Documentation/networking/tuntap.txt
8982 F:      arch/um/os-Linux/drivers/
8983
8984 TURBOCHANNEL SUBSYSTEM
8985 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
8986 S:      Maintained
8987 F:      drivers/tc/
8988 F:      include/linux/tc.h
8989
8990 U14-34F SCSI DRIVER
8991 M:      Dario Ballabio <ballabio_dario@emc.com>
8992 L:      linux-scsi@vger.kernel.org
8993 S:      Maintained
8994 F:      drivers/scsi/u14-34f.c
8995
8996 UBI FILE SYSTEM (UBIFS)
8997 M:      Artem Bityutskiy <dedekind1@gmail.com>
8998 M:      Adrian Hunter <adrian.hunter@intel.com>
8999 L:      linux-mtd@lists.infradead.org
9000 T:      git git://git.infradead.org/ubifs-2.6.git
9001 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9002 S:      Maintained
9003 F:      Documentation/filesystems/ubifs.txt
9004 F:      fs/ubifs/
9005
9006 UCLINUX (AND M68KNOMMU)
9007 M:      Greg Ungerer <gerg@uclinux.org>
9008 W:      http://www.uclinux.org/
9009 L:      uclinux-dev@uclinux.org  (subscribers-only)
9010 S:      Maintained
9011 F:      arch/m68k/*/*_no.*
9012 F:      arch/m68k/include/asm/*_no.*
9013
9014 UDF FILESYSTEM
9015 M:      Jan Kara <jack@suse.cz>
9016 S:      Maintained
9017 F:      Documentation/filesystems/udf.txt
9018 F:      fs/udf/
9019
9020 UFS FILESYSTEM
9021 M:      Evgeniy Dushistov <dushistov@mail.ru>
9022 S:      Maintained
9023 F:      Documentation/filesystems/ufs.txt
9024 F:      fs/ufs/
9025
9026 UHID USERSPACE HID IO DRIVER:
9027 M:      David Herrmann <dh.herrmann@googlemail.com>
9028 L:      linux-input@vger.kernel.org
9029 S:      Maintained
9030 F:      drivers/hid/uhid.c
9031 F:      include/uapi/linux/uhid.h
9032
9033 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9034 L:      linux-usb@vger.kernel.org
9035 S:      Orphan
9036 F:      drivers/uwb/
9037 F:      include/linux/uwb.h
9038 F:      include/linux/uwb/
9039
9040 UNICORE32 ARCHITECTURE:
9041 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9042 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9043 S:      Maintained
9044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
9045 F:      arch/unicore32/
9046
9047 UNIFDEF
9048 M:      Tony Finch <dot@dotat.at>
9049 W:      http://dotat.at/prog/unifdef
9050 S:      Maintained
9051 F:      scripts/unifdef.c
9052
9053 UNIFORM CDROM DRIVER
9054 M:      Jens Axboe <axboe@kernel.dk>
9055 W:      http://www.kernel.dk
9056 S:      Maintained
9057 F:      Documentation/cdrom/
9058 F:      drivers/cdrom/cdrom.c
9059 F:      include/linux/cdrom.h
9060 F:      include/uapi/linux/cdrom.h
9061
9062 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9063 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9064 M:      Santosh Y <santoshsy@gmail.com>
9065 L:      linux-scsi@vger.kernel.org
9066 S:      Supported
9067 F:      Documentation/scsi/ufs.txt
9068 F:      drivers/scsi/ufs/
9069
9070 UNSORTED BLOCK IMAGES (UBI)
9071 M:      Artem Bityutskiy <dedekind1@gmail.com>
9072 W:      http://www.linux-mtd.infradead.org/
9073 L:      linux-mtd@lists.infradead.org
9074 T:      git git://git.infradead.org/ubifs-2.6.git
9075 S:      Maintained
9076 F:      drivers/mtd/ubi/
9077 F:      include/linux/mtd/ubi.h
9078 F:      include/uapi/mtd/ubi-user.h
9079
9080 UNSORTED BLOCK IMAGES (UBI) Fastmap
9081 M:      Richard Weinberger <richard@nod.at>
9082 L:      linux-mtd@lists.infradead.org
9083 S:      Maintained
9084 F:      drivers/mtd/ubi/fastmap.c
9085
9086 USB ACM DRIVER
9087 M:      Oliver Neukum <oliver@neukum.org>
9088 L:      linux-usb@vger.kernel.org
9089 S:      Maintained
9090 F:      Documentation/usb/acm.txt
9091 F:      drivers/usb/class/cdc-acm.*
9092
9093 USB AR5523 WIRELESS DRIVER
9094 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9095 L:      linux-wireless@vger.kernel.org
9096 S:      Maintained
9097 F:      drivers/net/wireless/ath/ar5523/
9098
9099 USB ATTACHED SCSI
9100 M:      Matthew Wilcox <willy@linux.intel.com>
9101 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
9102 M:      Gerd Hoffmann <kraxel@redhat.com>
9103 L:      linux-usb@vger.kernel.org
9104 L:      linux-scsi@vger.kernel.org
9105 S:      Maintained
9106 F:      drivers/usb/storage/uas.c
9107
9108 USB CDC ETHERNET DRIVER
9109 M:      Oliver Neukum <oliver@neukum.org>
9110 L:      linux-usb@vger.kernel.org
9111 S:      Maintained
9112 F:      drivers/net/usb/cdc_*.c
9113 F:      include/uapi/linux/usb/cdc.h
9114
9115 USB CYPRESS C67X00 DRIVER
9116 M:      Peter Korsgaard <jacmet@sunsite.dk>
9117 L:      linux-usb@vger.kernel.org
9118 S:      Maintained
9119 F:      drivers/usb/c67x00/
9120
9121 USB DAVICOM DM9601 DRIVER
9122 M:      Peter Korsgaard <jacmet@sunsite.dk>
9123 L:      netdev@vger.kernel.org
9124 W:      http://www.linux-usb.org/usbnet
9125 S:      Maintained
9126 F:      drivers/net/usb/dm9601.c
9127
9128 USB DIAMOND RIO500 DRIVER
9129 M:      Cesar Miquel <miquel@df.uba.ar>
9130 L:      rio500-users@lists.sourceforge.net
9131 W:      http://rio500.sourceforge.net
9132 S:      Maintained
9133 F:      drivers/usb/misc/rio500*
9134
9135 USB EHCI DRIVER
9136 M:      Alan Stern <stern@rowland.harvard.edu>
9137 L:      linux-usb@vger.kernel.org
9138 S:      Maintained
9139 F:      Documentation/usb/ehci.txt
9140 F:      drivers/usb/host/ehci*
9141
9142 USB GADGET/PERIPHERAL SUBSYSTEM
9143 M:      Felipe Balbi <balbi@ti.com>
9144 L:      linux-usb@vger.kernel.org
9145 W:      http://www.linux-usb.org/gadget
9146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9147 S:      Maintained
9148 F:      drivers/usb/gadget/
9149 F:      include/linux/usb/gadget*
9150
9151 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9152 M:      Jiri Kosina <jkosina@suse.cz>
9153 L:      linux-usb@vger.kernel.org
9154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9155 S:      Maintained
9156 F:      Documentation/hid/hiddev.txt
9157 F:      drivers/hid/usbhid/
9158
9159 USB/IP DRIVERS
9160 L:      linux-usb@vger.kernel.org
9161 S:      Orphan
9162 F:      drivers/staging/usbip/
9163
9164 USB ISP116X DRIVER
9165 M:      Olav Kongas <ok@artecdesign.ee>
9166 L:      linux-usb@vger.kernel.org
9167 S:      Maintained
9168 F:      drivers/usb/host/isp116x*
9169 F:      include/linux/usb/isp116x.h
9170
9171 USB KAWASAKI LSI DRIVER
9172 M:      Oliver Neukum <oliver@neukum.org>
9173 L:      linux-usb@vger.kernel.org
9174 S:      Maintained
9175 F:      drivers/usb/serial/kl5kusb105.*
9176
9177 USB MASS STORAGE DRIVER
9178 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9179 L:      linux-usb@vger.kernel.org
9180 L:      usb-storage@lists.one-eyed-alien.net
9181 S:      Maintained
9182 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9183 F:      drivers/usb/storage/
9184
9185 USB MIDI DRIVER
9186 M:      Clemens Ladisch <clemens@ladisch.de>
9187 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9188 T:      git git://git.alsa-project.org/alsa-kernel.git
9189 S:      Maintained
9190 F:      sound/usb/midi.*
9191
9192 USB NETWORKING DRIVERS
9193 L:      linux-usb@vger.kernel.org
9194 S:      Odd Fixes
9195 F:      drivers/net/usb/
9196
9197 USB OHCI DRIVER
9198 M:      Alan Stern <stern@rowland.harvard.edu>
9199 L:      linux-usb@vger.kernel.org
9200 S:      Maintained
9201 F:      Documentation/usb/ohci.txt
9202 F:      drivers/usb/host/ohci*
9203
9204 USB OPTION-CARD DRIVER
9205 M:      Matthias Urlichs <smurf@smurf.noris.de>
9206 L:      linux-usb@vger.kernel.org
9207 S:      Maintained
9208 F:      drivers/usb/serial/option.c
9209
9210 USB PEGASUS DRIVER
9211 M:      Petko Manolov <petkan@nucleusys.com>
9212 L:      linux-usb@vger.kernel.org
9213 L:      netdev@vger.kernel.org
9214 T:      git git://github.com/petkan/pegasus.git
9215 W:      https://github.com/petkan/pegasus
9216 S:      Maintained
9217 F:      drivers/net/usb/pegasus.*
9218
9219 USB PHY LAYER
9220 M:      Felipe Balbi <balbi@ti.com>
9221 L:      linux-usb@vger.kernel.org
9222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9223 S:      Maintained
9224 F:      drivers/usb/phy/
9225
9226 USB PRINTER DRIVER (usblp)
9227 M:      Pete Zaitcev <zaitcev@redhat.com>
9228 L:      linux-usb@vger.kernel.org
9229 S:      Supported
9230 F:      drivers/usb/class/usblp.c
9231
9232 USB RTL8150 DRIVER
9233 M:      Petko Manolov <petkan@nucleusys.com>
9234 L:      linux-usb@vger.kernel.org
9235 L:      netdev@vger.kernel.org
9236 T:      git git://github.com/petkan/rtl8150.git
9237 W:      https://github.com/petkan/rtl8150
9238 S:      Maintained
9239 F:      drivers/net/usb/rtl8150.c
9240
9241 USB SERIAL SUBSYSTEM
9242 M:      Johan Hovold <jhovold@gmail.com>
9243 L:      linux-usb@vger.kernel.org
9244 S:      Maintained
9245 F:      Documentation/usb/usb-serial.txt
9246 F:      drivers/usb/serial/
9247 F:      include/linux/usb/serial.h
9248
9249 USB SMSC75XX ETHERNET DRIVER
9250 M:      Steve Glendinning <steve.glendinning@shawell.net>
9251 L:      netdev@vger.kernel.org
9252 S:      Maintained
9253 F:      drivers/net/usb/smsc75xx.*
9254
9255 USB SMSC95XX ETHERNET DRIVER
9256 M:      Steve Glendinning <steve.glendinning@shawell.net>
9257 L:      netdev@vger.kernel.org
9258 S:      Maintained
9259 F:      drivers/net/usb/smsc95xx.*
9260
9261 USB SN9C1xx DRIVER
9262 M:      Luca Risolia <luca.risolia@studio.unibo.it>
9263 L:      linux-usb@vger.kernel.org
9264 L:      linux-media@vger.kernel.org
9265 T:      git git://linuxtv.org/media_tree.git
9266 W:      http://www.linux-projects.org
9267 S:      Maintained
9268 F:      drivers/staging/media/sn9c102/
9269
9270 USB SUBSYSTEM
9271 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9272 L:      linux-usb@vger.kernel.org
9273 W:      http://www.linux-usb.org
9274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
9275 S:      Supported
9276 F:      Documentation/usb/
9277 F:      drivers/usb/
9278 F:      include/linux/usb.h
9279 F:      include/linux/usb/
9280
9281 USB UHCI DRIVER
9282 M:      Alan Stern <stern@rowland.harvard.edu>
9283 L:      linux-usb@vger.kernel.org
9284 S:      Maintained
9285 F:      drivers/usb/host/uhci*
9286
9287 USB "USBNET" DRIVER FRAMEWORK
9288 M:      Oliver Neukum <oneukum@suse.de>
9289 L:      netdev@vger.kernel.org
9290 W:      http://www.linux-usb.org/usbnet
9291 S:      Maintained
9292 F:      drivers/net/usb/usbnet.c
9293 F:      include/linux/usb/usbnet.h
9294
9295 USB VIDEO CLASS
9296 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9297 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
9298 L:      linux-media@vger.kernel.org
9299 T:      git git://linuxtv.org/media_tree.git
9300 W:      http://www.ideasonboard.org/uvc/
9301 S:      Maintained
9302 F:      drivers/media/usb/uvc/
9303 F:      include/uapi/linux/uvcvideo.h
9304
9305 USB VISION DRIVER
9306 M:      Hans Verkuil <hverkuil@xs4all.nl>
9307 L:      linux-media@vger.kernel.org
9308 T:      git git://linuxtv.org/media_tree.git
9309 W:      http://linuxtv.org
9310 S:      Odd Fixes
9311 F:      drivers/media/usb/usbvision/
9312
9313 USB WEBCAM GADGET
9314 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9315 L:      linux-usb@vger.kernel.org
9316 S:      Maintained
9317 F:      drivers/usb/gadget/*uvc*.c
9318 F:      drivers/usb/gadget/webcam.c
9319
9320 USB WIRELESS RNDIS DRIVER (rndis_wlan)
9321 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
9322 L:      linux-wireless@vger.kernel.org
9323 S:      Maintained
9324 F:      drivers/net/wireless/rndis_wlan.c
9325
9326 USB XHCI DRIVER
9327 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
9328 L:      linux-usb@vger.kernel.org
9329 S:      Supported
9330 F:      drivers/usb/host/xhci*
9331 F:      drivers/usb/host/pci-quirks*
9332
9333 USB ZD1201 DRIVER
9334 L:      linux-wireless@vger.kernel.org
9335 W:      http://linux-lc100020.sourceforge.net
9336 S:      Orphan
9337 F:      drivers/net/wireless/zd1201.*
9338
9339 USB ZR364XX DRIVER
9340 M:      Antoine Jacquet <royale@zerezo.com>
9341 L:      linux-usb@vger.kernel.org
9342 L:      linux-media@vger.kernel.org
9343 T:      git git://linuxtv.org/media_tree.git
9344 W:      http://royale.zerezo.com/zr364xx/
9345 S:      Maintained
9346 F:      Documentation/video4linux/zr364xx.txt
9347 F:      drivers/media/usb/zr364xx/
9348
9349 USER-MODE LINUX (UML)
9350 M:      Jeff Dike <jdike@addtoit.com>
9351 M:      Richard Weinberger <richard@nod.at>
9352 L:      user-mode-linux-devel@lists.sourceforge.net
9353 L:      user-mode-linux-user@lists.sourceforge.net
9354 W:      http://user-mode-linux.sourceforge.net
9355 S:      Maintained
9356 F:      Documentation/virtual/uml/
9357 F:      arch/um/
9358 F:      arch/x86/um/
9359 F:      fs/hostfs/
9360 F:      fs/hppfs/
9361
9362 USERSPACE I/O (UIO)
9363 M:      "Hans J. Koch" <hjk@hansjkoch.de>
9364 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9365 S:      Maintained
9366 F:      Documentation/DocBook/uio-howto.tmpl
9367 F:      drivers/uio/
9368 F:      include/linux/uio*.h
9369
9370 UTIL-LINUX PACKAGE
9371 M:      Karel Zak <kzak@redhat.com>
9372 L:      util-linux@vger.kernel.org
9373 W:      http://en.wikipedia.org/wiki/Util-linux
9374 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
9375 S:      Maintained
9376
9377 UVESAFB DRIVER
9378 M:      Michal Januszewski <spock@gentoo.org>
9379 L:      linux-fbdev@vger.kernel.org
9380 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
9381 S:      Maintained
9382 F:      Documentation/fb/uvesafb.txt
9383 F:      drivers/video/uvesafb.*
9384
9385 VFAT/FAT/MSDOS FILESYSTEM
9386 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
9387 S:      Maintained
9388 F:      Documentation/filesystems/vfat.txt
9389 F:      fs/fat/
9390
9391 VFIO DRIVER
9392 M:      Alex Williamson <alex.williamson@redhat.com>
9393 L:      kvm@vger.kernel.org
9394 S:      Maintained
9395 F:      Documentation/vfio.txt
9396 F:      drivers/vfio/
9397 F:      include/linux/vfio.h
9398 F:      include/uapi/linux/vfio.h
9399
9400 VIDEOBUF2 FRAMEWORK
9401 M:      Pawel Osciak <pawel@osciak.com>
9402 M:      Marek Szyprowski <m.szyprowski@samsung.com>
9403 M:      Kyungmin Park <kyungmin.park@samsung.com>
9404 L:      linux-media@vger.kernel.org
9405 S:      Maintained
9406 F:      drivers/media/v4l2-core/videobuf2-*
9407 F:      include/media/videobuf2-*
9408
9409 VIRTIO CONSOLE DRIVER
9410 M:      Amit Shah <amit.shah@redhat.com>
9411 L:      virtio-dev@lists.oasis-open.org
9412 L:      virtualization@lists.linux-foundation.org
9413 S:      Maintained
9414 F:      drivers/char/virtio_console.c
9415 F:      include/linux/virtio_console.h
9416 F:      include/uapi/linux/virtio_console.h
9417
9418 VIRTIO CORE, NET AND BLOCK DRIVERS
9419 M:      Rusty Russell <rusty@rustcorp.com.au>
9420 M:      "Michael S. Tsirkin" <mst@redhat.com>
9421 L:      virtio-dev@lists.oasis-open.org
9422 L:      virtualization@lists.linux-foundation.org
9423 S:      Maintained
9424 F:      drivers/virtio/
9425 F:      tools/virtio/
9426 F:      drivers/net/virtio_net.c
9427 F:      drivers/block/virtio_blk.c
9428 F:      include/linux/virtio_*.h
9429 F:      include/uapi/linux/virtio_*.h
9430
9431 VIRTIO HOST (VHOST)
9432 M:      "Michael S. Tsirkin" <mst@redhat.com>
9433 L:      kvm@vger.kernel.org
9434 L:      virtio-dev@lists.oasis-open.org
9435 L:      virtualization@lists.linux-foundation.org
9436 L:      netdev@vger.kernel.org
9437 S:      Maintained
9438 F:      drivers/vhost/
9439 F:      include/uapi/linux/vhost.h
9440
9441 VIA RHINE NETWORK DRIVER
9442 M:      Roger Luethi <rl@hellgate.ch>
9443 S:      Maintained
9444 F:      drivers/net/ethernet/via/via-rhine.c
9445
9446 VIA SD/MMC CARD CONTROLLER DRIVER
9447 M:      Bruce Chang <brucechang@via.com.tw>
9448 M:      Harald Welte <HaraldWelte@viatech.com>
9449 S:      Maintained
9450 F:      drivers/mmc/host/via-sdmmc.c
9451
9452 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
9453 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
9454 L:      linux-fbdev@vger.kernel.org
9455 S:      Maintained
9456 F:      include/linux/via-core.h
9457 F:      include/linux/via-gpio.h
9458 F:      include/linux/via_i2c.h
9459 F:      drivers/video/via/
9460
9461 VIA VELOCITY NETWORK DRIVER
9462 M:      Francois Romieu <romieu@fr.zoreil.com>
9463 L:      netdev@vger.kernel.org
9464 S:      Maintained
9465 F:      drivers/net/ethernet/via/via-velocity.*
9466
9467 VIVI VIRTUAL VIDEO DRIVER
9468 M:      Hans Verkuil <hverkuil@xs4all.nl>
9469 L:      linux-media@vger.kernel.org
9470 T:      git git://linuxtv.org/media_tree.git
9471 W:      http://linuxtv.org
9472 S:      Maintained
9473 F:      drivers/media/platform/vivi*
9474
9475 VLAN (802.1Q)
9476 M:      Patrick McHardy <kaber@trash.net>
9477 L:      netdev@vger.kernel.org
9478 S:      Maintained
9479 F:      drivers/net/macvlan.c
9480 F:      include/linux/if_*vlan.h
9481 F:      net/8021q/
9482
9483 VLYNQ BUS
9484 M:      Florian Fainelli <florian@openwrt.org>
9485 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
9486 S:      Maintained
9487 F:      drivers/vlynq/vlynq.c
9488 F:      include/linux/vlynq.h
9489
9490 VME SUBSYSTEM
9491 M:      Martyn Welch <martyn.welch@ge.com>
9492 M:      Manohar Vanga <manohar.vanga@gmail.com>
9493 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9494 L:      devel@driverdev.osuosl.org
9495 S:      Maintained
9496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
9497 F:      Documentation/vme_api.txt
9498 F:      drivers/staging/vme/
9499 F:      drivers/vme/
9500 F:      include/linux/vme*
9501
9502 VMWARE HYPERVISOR INTERFACE
9503 M:      Alok Kataria <akataria@vmware.com>
9504 L:      virtualization@lists.linux-foundation.org
9505 S:      Supported
9506 F:      arch/x86/kernel/cpu/vmware.c
9507
9508 VMWARE VMXNET3 ETHERNET DRIVER
9509 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
9510 M:      "VMware, Inc." <pv-drivers@vmware.com>
9511 L:      netdev@vger.kernel.org
9512 S:      Maintained
9513 F:      drivers/net/vmxnet3/
9514
9515 VMware PVSCSI driver
9516 M:      Arvind Kumar <arvindkumar@vmware.com>
9517 M:      VMware PV-Drivers <pv-drivers@vmware.com>
9518 L:      linux-scsi@vger.kernel.org
9519 S:      Maintained
9520 F:      drivers/scsi/vmw_pvscsi.c
9521 F:      drivers/scsi/vmw_pvscsi.h
9522
9523 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
9524 M:      Liam Girdwood <lgirdwood@gmail.com>
9525 M:      Mark Brown <broonie@kernel.org>
9526 W:      http://opensource.wolfsonmicro.com/node/15
9527 W:      http://www.slimlogic.co.uk/?p=48
9528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
9529 S:      Supported
9530 F:      drivers/regulator/
9531 F:      include/linux/regulator/
9532
9533 VT1211 HARDWARE MONITOR DRIVER
9534 M:      Juerg Haefliger <juergh@gmail.com>
9535 L:      lm-sensors@lm-sensors.org
9536 S:      Maintained
9537 F:      Documentation/hwmon/vt1211
9538 F:      drivers/hwmon/vt1211.c
9539
9540 VT8231 HARDWARE MONITOR DRIVER
9541 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
9542 L:      lm-sensors@lm-sensors.org
9543 S:      Maintained
9544 F:      drivers/hwmon/vt8231.c
9545
9546 VUB300 USB to SDIO/SD/MMC bridge chip
9547 M:      Tony Olech <tony.olech@elandigitalsystems.com>
9548 L:      linux-mmc@vger.kernel.org
9549 L:      linux-usb@vger.kernel.org
9550 S:      Supported
9551 F:      drivers/mmc/host/vub300.c
9552
9553 W1 DALLAS'S 1-WIRE BUS
9554 M:      Evgeniy Polyakov <zbr@ioremap.net>
9555 S:      Maintained
9556 F:      Documentation/w1/
9557 F:      drivers/w1/
9558
9559 W83791D HARDWARE MONITORING DRIVER
9560 M:      Marc Hulsman <m.hulsman@tudelft.nl>
9561 L:      lm-sensors@lm-sensors.org
9562 S:      Maintained
9563 F:      Documentation/hwmon/w83791d
9564 F:      drivers/hwmon/w83791d.c
9565
9566 W83793 HARDWARE MONITORING DRIVER
9567 M:      Rudolf Marek <r.marek@assembler.cz>
9568 L:      lm-sensors@lm-sensors.org
9569 S:      Maintained
9570 F:      Documentation/hwmon/w83793
9571 F:      drivers/hwmon/w83793.c
9572
9573 W83795 HARDWARE MONITORING DRIVER
9574 M:      Jean Delvare <jdelvare@suse.de>
9575 L:      lm-sensors@lm-sensors.org
9576 S:      Maintained
9577 F:      drivers/hwmon/w83795.c
9578
9579 W83L51xD SD/MMC CARD INTERFACE DRIVER
9580 M:      Pierre Ossman <pierre@ossman.eu>
9581 S:      Maintained
9582 F:      drivers/mmc/host/wbsd.*
9583
9584 WATCHDOG DEVICE DRIVERS
9585 M:      Wim Van Sebroeck <wim@iguana.be>
9586 L:      linux-watchdog@vger.kernel.org
9587 W:      http://www.linux-watchdog.org/
9588 T:      git git://www.linux-watchdog.org/linux-watchdog.git
9589 S:      Maintained
9590 F:      Documentation/watchdog/
9591 F:      drivers/watchdog/
9592 F:      include/linux/watchdog.h
9593 F:      include/uapi/linux/watchdog.h
9594
9595 WD7000 SCSI DRIVER
9596 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
9597 L:      linux-scsi@vger.kernel.org
9598 S:      Maintained
9599 F:      drivers/scsi/wd7000.c
9600
9601 WIIMOTE HID DRIVER
9602 M:      David Herrmann <dh.herrmann@googlemail.com>
9603 L:      linux-input@vger.kernel.org
9604 S:      Maintained
9605 F:      drivers/hid/hid-wiimote*
9606
9607 WINBOND CIR DRIVER
9608 M:      David Härdeman <david@hardeman.nu>
9609 S:      Maintained
9610 F:      drivers/media/rc/winbond-cir.c
9611
9612 WIMAX STACK
9613 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
9614 M:      linux-wimax@intel.com
9615 L:      wimax@linuxwimax.org
9616 S:      Supported
9617 W:      http://linuxwimax.org
9618 F:      Documentation/wimax/README.wimax
9619 F:      include/linux/wimax/debug.h
9620 F:      include/net/wimax.h
9621 F:      include/uapi/linux/wimax.h
9622 F:      net/wimax/
9623
9624 WISTRON LAPTOP BUTTON DRIVER
9625 M:      Miloslav Trmac <mitr@volny.cz>
9626 S:      Maintained
9627 F:      drivers/input/misc/wistron_btns.c
9628
9629 WL3501 WIRELESS PCMCIA CARD DRIVER
9630 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
9631 L:      linux-wireless@vger.kernel.org
9632 W:      http://oops.ghostprotocols.net:81/blog
9633 S:      Maintained
9634 F:      drivers/net/wireless/wl3501*
9635
9636 WM97XX TOUCHSCREEN DRIVERS
9637 M:      Mark Brown <broonie@kernel.org>
9638 M:      Liam Girdwood <lrg@slimlogic.co.uk>
9639 L:      linux-input@vger.kernel.org
9640 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
9641 W:      http://opensource.wolfsonmicro.com/node/7
9642 S:      Supported
9643 F:      drivers/input/touchscreen/*wm97*
9644 F:      include/linux/wm97xx.h
9645
9646 WOLFSON MICROELECTRONICS DRIVERS
9647 L:      patches@opensource.wolfsonmicro.com
9648 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
9649 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
9650 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
9651 S:      Supported
9652 F:      Documentation/hwmon/wm83??
9653 F:      arch/arm/mach-s3c64xx/mach-crag6410*
9654 F:      drivers/clk/clk-wm83*.c
9655 F:      drivers/extcon/extcon-arizona.c
9656 F:      drivers/leds/leds-wm83*.c
9657 F:      drivers/gpio/gpio-*wm*.c
9658 F:      drivers/gpio/gpio-arizona.c
9659 F:      drivers/hwmon/wm83??-hwmon.c
9660 F:      drivers/input/misc/wm831x-on.c
9661 F:      drivers/input/touchscreen/wm831x-ts.c
9662 F:      drivers/input/touchscreen/wm97*.c
9663 F:      drivers/mfd/arizona*
9664 F:      drivers/mfd/wm*.c
9665 F:      drivers/power/wm83*.c
9666 F:      drivers/rtc/rtc-wm83*.c
9667 F:      drivers/regulator/wm8*.c
9668 F:      drivers/video/backlight/wm83*_bl.c
9669 F:      drivers/watchdog/wm83*_wdt.c
9670 F:      include/linux/mfd/arizona/
9671 F:      include/linux/mfd/wm831x/
9672 F:      include/linux/mfd/wm8350/
9673 F:      include/linux/mfd/wm8400*
9674 F:      include/linux/wm97xx.h
9675 F:      include/sound/wm????.h
9676 F:      sound/soc/codecs/arizona.?
9677 F:      sound/soc/codecs/wm*
9678
9679 WORKQUEUE
9680 M:      Tejun Heo <tj@kernel.org>
9681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
9682 S:      Maintained
9683 F:      include/linux/workqueue.h
9684 F:      kernel/workqueue.c
9685 F:      Documentation/workqueue.txt
9686
9687 X.25 NETWORK LAYER
9688 M:      Andrew Hendry <andrew.hendry@gmail.com>
9689 L:      linux-x25@vger.kernel.org
9690 S:      Odd Fixes
9691 F:      Documentation/networking/x25*
9692 F:      include/net/x25*
9693 F:      net/x25/
9694
9695 X86 ARCHITECTURE (32-BIT AND 64-BIT)
9696 M:      Thomas Gleixner <tglx@linutronix.de>
9697 M:      Ingo Molnar <mingo@redhat.com>
9698 M:      "H. Peter Anvin" <hpa@zytor.com>
9699 M:      x86@kernel.org
9700 L:      linux-kernel@vger.kernel.org
9701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9702 S:      Maintained
9703 F:      Documentation/x86/
9704 F:      arch/x86/
9705
9706 X86 PLATFORM DRIVERS
9707 M:      Matthew Garrett <matthew.garrett@nebula.com>
9708 L:      platform-driver-x86@vger.kernel.org
9709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
9710 S:      Maintained
9711 F:      drivers/platform/x86/
9712
9713 X86 MCE INFRASTRUCTURE
9714 M:      Tony Luck <tony.luck@intel.com>
9715 M:      Borislav Petkov <bp@alien8.de>
9716 L:      linux-edac@vger.kernel.org
9717 S:      Maintained
9718 F:      arch/x86/kernel/cpu/mcheck/*
9719
9720 XC2028/3028 TUNER DRIVER
9721 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
9722 L:      linux-media@vger.kernel.org
9723 W:      http://linuxtv.org
9724 T:      git git://linuxtv.org/media_tree.git
9725 S:      Maintained
9726 F:      drivers/media/tuners/tuner-xc2028.*
9727
9728 XEN HYPERVISOR INTERFACE
9729 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9730 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
9731 M:      David Vrabel <david.vrabel@citrix.com>
9732 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
9734 S:      Supported
9735 F:      arch/x86/xen/
9736 F:      drivers/*/xen-*front.c
9737 F:      drivers/xen/
9738 F:      arch/x86/include/asm/xen/
9739 F:      include/xen/
9740 F:      include/uapi/xen/
9741
9742 XEN HYPERVISOR ARM
9743 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9744 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9745 S:      Supported
9746 F:      arch/arm/xen/
9747 F:      arch/arm/include/asm/xen/
9748
9749 XEN HYPERVISOR ARM64
9750 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9751 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9752 S:      Supported
9753 F:      arch/arm64/xen/
9754 F:      arch/arm64/include/asm/xen/
9755
9756 XEN NETWORK BACKEND DRIVER
9757 M:      Ian Campbell <ian.campbell@citrix.com>
9758 M:      Wei Liu <wei.liu2@citrix.com>
9759 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9760 L:      netdev@vger.kernel.org
9761 S:      Supported
9762 F:      drivers/net/xen-netback/*
9763
9764 XEN PCI SUBSYSTEM
9765 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9766 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9767 S:      Supported
9768 F:      arch/x86/pci/*xen*
9769 F:      drivers/pci/*xen*
9770
9771 XEN SWIOTLB SUBSYSTEM
9772 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9773 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9774 S:      Supported
9775 F:      arch/x86/xen/*swiotlb*
9776 F:      drivers/xen/*swiotlb*
9777
9778 XFS FILESYSTEM
9779 P:      Silicon Graphics Inc
9780 M:      Dave Chinner <david@fromorbit.com>
9781 M:      xfs@oss.sgi.com
9782 L:      xfs@oss.sgi.com
9783 W:      http://oss.sgi.com/projects/xfs
9784 T:      git git://oss.sgi.com/xfs/xfs.git
9785 S:      Supported
9786 F:      Documentation/filesystems/xfs.txt
9787 F:      fs/xfs/
9788
9789 XILINX AXI ETHERNET DRIVER
9790 M:      Anirudha Sarangi <anirudh@xilinx.com>
9791 M:      John Linn <John.Linn@xilinx.com>
9792 S:      Maintained
9793 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
9794
9795 XILINX SYSTEMACE DRIVER
9796 S:      Orphan
9797 F:      drivers/block/xsysace.c
9798
9799 XILINX UARTLITE SERIAL DRIVER
9800 M:      Peter Korsgaard <jacmet@sunsite.dk>
9801 L:      linux-serial@vger.kernel.org
9802 S:      Maintained
9803 F:      drivers/tty/serial/uartlite.c
9804
9805 YAM DRIVER FOR AX.25
9806 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
9807 L:      linux-hams@vger.kernel.org
9808 S:      Maintained
9809 F:      drivers/net/hamradio/yam*
9810 F:      include/linux/yam.h
9811
9812 YEALINK PHONE DRIVER
9813 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
9814 L:      usbb2k-api-dev@nongnu.org
9815 S:      Maintained
9816 F:      Documentation/input/yealink.txt
9817 F:      drivers/input/misc/yealink.*
9818
9819 Z8530 DRIVER FOR AX.25
9820 M:      Joerg Reuter <jreuter@yaina.de>
9821 W:      http://yaina.de/jreuter/
9822 W:      http://www.qsl.net/dl1bke/
9823 L:      linux-hams@vger.kernel.org
9824 S:      Maintained
9825 F:      Documentation/networking/z8530drv.txt
9826 F:      drivers/net/hamradio/*scc.c
9827 F:      drivers/net/hamradio/z8530.h
9828
9829 ZBUD COMPRESSED PAGE ALLOCATOR
9830 M:      Seth Jennings <sjenning@linux.vnet.ibm.com>
9831 L:      linux-mm@kvack.org
9832 S:      Maintained
9833 F:      mm/zbud.c
9834 F:      include/linux/zbud.h
9835
9836 ZD1211RW WIRELESS DRIVER
9837 M:      Daniel Drake <dsd@gentoo.org>
9838 M:      Ulrich Kunitz <kune@deine-taler.de>
9839 W:      http://zd1211.ath.cx/wiki/DriverRewrite
9840 L:      linux-wireless@vger.kernel.org
9841 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
9842 S:      Maintained
9843 F:      drivers/net/wireless/zd1211rw/
9844
9845 ZR36067 VIDEO FOR LINUX DRIVER
9846 L:      mjpeg-users@lists.sourceforge.net
9847 L:      linux-media@vger.kernel.org
9848 W:      http://mjpeg.sourceforge.net/driver-zoran/
9849 T:      hg http://linuxtv.org/hg/v4l-dvb
9850 S:      Odd Fixes
9851 F:      drivers/media/pci/zoran/
9852
9853 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
9854 M:      Minchan Kim <minchan@kernel.org>
9855 M:      Nitin Gupta <ngupta@vflare.org>
9856 L:      linux-kernel@vger.kernel.org
9857 S:      Maintained
9858 F:      drivers/block/zram/
9859 F:      Documentation/blockdev/zram.txt
9860
9861 ZS DECSTATION Z85C30 SERIAL DRIVER
9862 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9863 S:      Maintained
9864 F:      drivers/tty/serial/zs.*
9865
9866 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
9867 M:      Minchan Kim <minchan@kernel.org>
9868 M:      Nitin Gupta <ngupta@vflare.org>
9869 L:      linux-mm@kvack.org
9870 S:      Maintained
9871 F:      mm/zsmalloc.c
9872 F:      include/linux/zsmalloc.h
9873
9874 ZSWAP COMPRESSED SWAP CACHING
9875 M:      Seth Jennings <sjenning@linux.vnet.ibm.com>
9876 L:      linux-mm@kvack.org
9877 S:      Maintained
9878 F:      mm/zswap.c
9879
9880 THE REST
9881 M:      Linus Torvalds <torvalds@linux-foundation.org>
9882 L:      linux-kernel@vger.kernel.org
9883 Q:      http://patchwork.kernel.org/project/LKML/list/
9884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
9885 S:      Buried alive in reporters
9886 F:      *
9887 F:      */