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