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