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