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