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