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