mm: page_counter: pull "-1" handling out of page_counter_memparse()
[deliverable/linux.git] / MAINTAINERS
1
2
3 List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
12 2. Try to release a few ALPHA test versions to the net. Announce
13 them onto the kernel channel and await results. This is especially
14 important for device drivers, because often that's the only way
15 you will find things like the fact version 3 firmware needs
16 a magic fix you didn't know about, or some clown changed the
17 chips on a board and not its name. (Don't laugh! Look at the
18 SMC etherpower for that.)
19
20 3. Make sure your changes compile correctly in multiple
21 configurations. In particular check that changes work both as a
22 module and built into the kernel.
23
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
26
27 5. Make a patch available to the relevant maintainer in the list. Use
28 'diff -u' to make the patch easy to merge. Be prepared to get your
29 changes sent back with seemingly silly requests about formatting
30 and variable names. These aren't as silly as they seem. One
31 job the maintainers (and especially Linus) do is to keep things
32 looking the same. Sometimes this means that the clever hack in
33 your driver to get around a problem actually needs to become a
34 generalized kernel feature ready for next time.
35
36 PLEASE check your patch with the automated style checker
37 (scripts/checkpatch.pl) to catch trival style violations.
38 See Documentation/CodingStyle for guidance here.
39
40 PLEASE CC: the maintainers and mailing lists that are generated
41 by scripts/get_maintainer.pl. The results returned by the
42 script will be best if you have git installed and are making
43 your changes in a branch derived from Linus' latest git tree.
44 See Documentation/SubmittingPatches for details.
45
46 PLEASE try to include any credit lines you want added with the
47 patch. It avoids people being missed off by mistake and makes
48 it easier to know who wants adding and who doesn't.
49
50 PLEASE document known bugs. If it doesn't work for everything
51 or does something very odd once a month document it.
52
53 PLEASE remember that submissions must be made under the terms
54 of the OSDL certificate of contribution and should include a
55 Signed-off-by: line. The current version of this "Developer's
56 Certificate of Origin" (DCO) is listed in the file
57 Documentation/SubmittingPatches.
58
59 6. Make sure you have the right to send any changes you make. If you
60 do changes at work you may find your employer owns the patch
61 not you.
62
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions of section entries:
70
71 P: Person (obsolete)
72 M: Mail patches to: FullName <address@domain>
73 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 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L: linux-bluetooth@vger.kernel.org
157 L: linux-wpan@vger.kernel.org
158 S: Maintained
159 F: net/6lowpan/
160 F: include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L: linux-hams@vger.kernel.org
165 S: Maintained
166 F: drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L: netdev@vger.kernel.org
171 S: Maintained
172 F: drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L: linux-serial@vger.kernel.org
177 W: http://serial.sourceforge.net
178 S: Maintained
179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F: drivers/tty/serial/8250*
181 F: include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L: netdev@vger.kernel.org
185 S: Orphan / Obsolete
186 F: drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M: Eric Van Hensbergen <ericvh@gmail.com>
190 M: Ron Minnich <rminnich@sandia.gov>
191 M: Latchesar Ionkov <lucho@ionkov.net>
192 L: v9fs-developer@lists.sourceforge.net
193 W: http://swik.net/v9fs
194 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S: Maintained
197 F: Documentation/filesystems/9p.txt
198 F: fs/9p/
199 F: net/9p/
200 F: include/net/9p/
201 F: include/uapi/linux/virtio_9p.h
202 F: include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M: Antti Palosaari <crope@iki.fi>
207 L: linux-media@vger.kernel.org
208 W: http://linuxtv.org/
209 W: http://palosaari.fi/linux/
210 Q: http://patchwork.linuxtv.org/project/linux-media/list/
211 T: git git://linuxtv.org/anttip/media_tree.git
212 S: Maintained
213 F: drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L: linux-scsi@vger.kernel.org
218 W: http://www.adaptec.com/
219 S: Supported
220 F: Documentation/scsi/aacraid.txt
221 F: drivers/scsi/aacraid/
222
223 ABI/API
224 L: linux-api@vger.kernel.org
225 F: Documentation/ABI/
226 F: include/linux/syscalls.h
227 F: include/uapi/
228 F: kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M: Hans de Goede <hdegoede@redhat.com>
232 L: lm-sensors@lm-sensors.org
233 S: Maintained
234 F: drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M: Alistair John Strachan <alistair@devzero.co.uk>
238 L: lm-sensors@lm-sensors.org
239 S: Maintained
240 F: drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M: Jes Sorensen <jes@trained-monkey.org>
244 L: linux-acenic@sunsite.dk
245 S: Maintained
246 F: drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M: Peter Feuerer <peter@piie.net>
250 L: platform-driver-x86@vger.kernel.org
251 W: http://piie.net/?section=acerhdf
252 S: Maintained
253 F: drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M: "Lee, Chun-Yi" <jlee@suse.com>
257 L: platform-driver-x86@vger.kernel.org
258 S: Maintained
259 F: drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M: Rafael J. Wysocki <rjw@rjwysocki.net>
263 M: Len Brown <lenb@kernel.org>
264 L: linux-acpi@vger.kernel.org
265 W: https://01.org/linux-acpi
266 Q: https://patchwork.kernel.org/project/linux-acpi/list/
267 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S: Supported
269 F: drivers/acpi/
270 F: drivers/pnp/pnpacpi/
271 F: include/linux/acpi.h
272 F: include/acpi/
273 F: Documentation/acpi/
274 F: Documentation/ABI/testing/sysfs-bus-acpi
275 F: drivers/pci/*acpi*
276 F: drivers/pci/*/*acpi*
277 F: drivers/pci/*/*/*acpi*
278 F: tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M: Robert Moore <robert.moore@intel.com>
282 M: Lv Zheng <lv.zheng@intel.com>
283 M: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L: linux-acpi@vger.kernel.org
285 L: devel@acpica.org
286 W: https://acpica.org/
287 W: https://github.com/acpica/acpica/
288 Q: https://patchwork.kernel.org/project/linux-acpi/list/
289 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S: Supported
291 F: drivers/acpi/acpica/
292 F: include/acpi/
293 F: tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M: Zhang Rui <rui.zhang@intel.com>
297 L: linux-acpi@vger.kernel.org
298 W: https://01.org/linux-acpi
299 S: Supported
300 F: drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M: Zhang Rui <rui.zhang@intel.com>
304 L: linux-acpi@vger.kernel.org
305 W: https://01.org/linux-acpi
306 S: Supported
307 F: drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M: Zhang Rui <rui.zhang@intel.com>
311 L: linux-acpi@vger.kernel.org
312 W: https://01.org/linux-acpi
313 S: Supported
314 F: drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L: platform-driver-x86@vger.kernel.org
318 S: Orphan
319 F: drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M: Thibaut Varene <T-Bone@parisc-linux.org>
323 W: http://wiki.parisc-linux.org/AD1889
324 L: linux-parisc@vger.kernel.org
325 S: Maintained
326 F: sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M: Michael Hennerich <michael.hennerich@analog.com>
330 W: http://wiki.analog.com/AD5254
331 W: http://ez.analog.com/community/linux-device-drivers
332 S: Supported
333 F: drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M: Michael Hennerich <michael.hennerich@analog.com>
337 W: http://wiki.analog.com/AD5398
338 W: http://ez.analog.com/community/linux-device-drivers
339 S: Supported
340 F: drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M: Michael Hennerich <michael.hennerich@analog.com>
344 W: http://wiki.analog.com/AD7142
345 W: http://ez.analog.com/community/linux-device-drivers
346 S: Supported
347 F: drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M: Michael Hennerich <michael.hennerich@analog.com>
351 W: http://wiki.analog.com/AD7877
352 W: http://ez.analog.com/community/linux-device-drivers
353 S: Supported
354 F: drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M: Michael Hennerich <michael.hennerich@analog.com>
358 W: http://wiki.analog.com/AD7879
359 W: http://ez.analog.com/community/linux-device-drivers
360 S: Supported
361 F: drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M: Jiri Kosina <jkosina@suse.cz>
365 S: Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M: Jean Delvare <jdelvare@suse.de>
369 L: lm-sensors@lm-sensors.org
370 S: Maintained
371 F: Documentation/hwmon/adm1025
372 F: drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M: Corentin Labbe <clabbe.montjoie@gmail.com>
376 L: lm-sensors@lm-sensors.org
377 S: Maintained
378 F: drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L: linux-wireless@vger.kernel.org
382 W: http://wireless.kernel.org/
383 S: Orphan
384 F: drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M: Sakari Ailus <sakari.ailus@iki.fi>
388 L: linux-media@vger.kernel.org
389 S: Maintained
390 F: drivers/media/i2c/adp1653.c
391 F: include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M: Michael Hennerich <michael.hennerich@analog.com>
395 W: http://wiki.analog.com/ADP5520
396 W: http://ez.analog.com/community/linux-device-drivers
397 S: Supported
398 F: drivers/mfd/adp5520.c
399 F: drivers/video/backlight/adp5520_bl.c
400 F: drivers/leds/leds-adp5520.c
401 F: drivers/gpio/gpio-adp5520.c
402 F: drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M: Michael Hennerich <michael.hennerich@analog.com>
406 W: http://wiki.analog.com/ADP5588
407 W: http://ez.analog.com/community/linux-device-drivers
408 S: Supported
409 F: drivers/input/keyboard/adp5588-keys.c
410 F: drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M: Michael Hennerich <michael.hennerich@analog.com>
414 W: http://wiki.analog.com/ADP8860
415 W: http://ez.analog.com/community/linux-device-drivers
416 S: Supported
417 F: drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M: Dirk Eibach <eibach@gdsys.de>
421 L: lm-sensors@lm-sensors.org
422 S: Maintained
423 F: Documentation/hwmon/ads1015
424 F: drivers/hwmon/ads1015.c
425 F: include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M: Colin Leroy <colin@colino.net>
429 S: Maintained
430 F: drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M: Jean Delvare <jdelvare@suse.de>
434 L: lm-sensors@lm-sensors.org
435 S: Maintained
436 F: Documentation/hwmon/adt7475
437 F: drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M: Michael Hennerich <michael.hennerich@analog.com>
441 W: http://wiki.analog.com/ADXL345
442 W: http://ez.analog.com/community/linux-device-drivers
443 S: Supported
444 F: drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M: Matthew Wilcox <matthew@wil.cx>
448 L: linux-scsi@vger.kernel.org
449 S: Maintained
450 F: Documentation/scsi/advansys.txt
451 F: drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M: Riccardo Facchetti <fizban@tin.it>
455 S: Maintained
456 F: sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M: Antti Palosaari <crope@iki.fi>
460 L: linux-media@vger.kernel.org
461 W: http://linuxtv.org/
462 W: http://palosaari.fi/linux/
463 Q: http://patchwork.linuxtv.org/project/linux-media/list/
464 T: git git://linuxtv.org/anttip/media_tree.git
465 S: Maintained
466 F: drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M: Antti Palosaari <crope@iki.fi>
470 L: linux-media@vger.kernel.org
471 W: http://linuxtv.org/
472 W: http://palosaari.fi/linux/
473 Q: http://patchwork.linuxtv.org/project/linux-media/list/
474 T: git git://linuxtv.org/anttip/media_tree.git
475 S: Maintained
476 F: drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L: linux-fsdevel@vger.kernel.org
480 S: Orphan
481 F: Documentation/filesystems/affs.txt
482 F: fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M: David Howells <dhowells@redhat.com>
486 L: linux-afs@lists.infradead.org
487 S: Supported
488 F: fs/afs/
489 F: include/net/af_rxrpc.h
490 F: net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M: David Airlie <airlied@linux.ie>
494 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S: Maintained
496 F: drivers/char/agp/
497 F: include/linux/agp*
498 F: include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M: "Juergen E. Fischer" <fischer@norbit.de>
502 L: linux-scsi@vger.kernel.org
503 S: Maintained
504 F: drivers/scsi/aha152x*
505 F: drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M: Hannes Reinecke <hare@suse.de>
509 L: linux-scsi@vger.kernel.org
510 S: Maintained
511 F: drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M: Hans Verkuil <hverkuil@xs4all.nl>
515 L: linux-media@vger.kernel.org
516 T: git git://linuxtv.org/media_tree.git
517 W: http://linuxtv.org
518 S: Maintained
519 F: drivers/media/radio/radio-aimslab*
520
521 AIO
522 M: Benjamin LaHaise <bcrl@kvack.org>
523 L: linux-aio@kvack.org
524 S: Supported
525 F: fs/aio.c
526 F: include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M: Antti Palosaari <crope@iki.fi>
530 L: linux-media@vger.kernel.org
531 W: http://linuxtv.org/
532 W: http://palosaari.fi/linux/
533 Q: http://patchwork.linuxtv.org/project/linux-media/list/
534 T: git git://linuxtv.org/anttip/media_tree.git
535 S: Maintained
536 F: drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M: Duncan Sands <duncan.sands@free.fr>
540 L: linux-usb@vger.kernel.org
541 W: http://www.linux-usb.org/SpeedTouch/
542 S: Maintained
543 F: drivers/usb/atm/speedtch.c
544 F: drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M: Manuel Lauss <manuel.lauss@gmail.com>
548 S: Maintained
549 F: drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M: Rudolf Marek <r.marek@assembler.cz>
553 L: linux-i2c@vger.kernel.org
554 S: Maintained
555 F: Documentation/i2c/busses/i2c-ali1563
556 F: drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M: Richard Henderson <rth@twiddle.net>
560 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M: Matt Turner <mattst88@gmail.com>
562 S: Odd Fixes
563 L: linux-alpha@vger.kernel.org
564 F: arch/alpha/
565
566 ALTERA TRIPLE SPEED ETHERNET DRIVER
567 M: Vince Bridgers <vbridger@opensource.altera.com>
568 L: netdev@vger.kernel.org
569 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S: Maintained
571 F: drivers/net/ethernet/altera/
572
573 ALTERA UART/JTAG UART SERIAL DRIVERS
574 M: Tobias Klauser <tklauser@distanz.ch>
575 L: linux-serial@vger.kernel.org
576 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S: Maintained
578 F: drivers/tty/serial/altera_uart.c
579 F: drivers/tty/serial/altera_jtaguart.c
580 F: include/linux/altera_uart.h
581 F: include/linux/altera_jtaguart.h
582
583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584 M: Tom Lendacky <thomas.lendacky@amd.com>
585 L: linux-crypto@vger.kernel.org
586 S: Supported
587 F: drivers/crypto/ccp/
588 F: include/linux/ccp.h
589
590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
591 M: Andreas Herrmann <herrmann.der.user@googlemail.com>
592 L: lm-sensors@lm-sensors.org
593 S: Maintained
594 F: Documentation/hwmon/fam15h_power
595 F: drivers/hwmon/fam15h_power.c
596
597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
598 M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
599 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
600 S: Supported
601 F: drivers/usb/gadget/udc/amd5536udc.*
602
603 AMD GEODE PROCESSOR/CHIPSET SUPPORT
604 P: Andres Salomon <dilinger@queued.net>
605 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
606 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607 S: Supported
608 F: drivers/char/hw_random/geode-rng.c
609 F: drivers/crypto/geode*
610 F: drivers/video/fbdev/geode/
611 F: arch/x86/include/asm/geode.h
612
613 AMD IOMMU (AMD-VI)
614 M: Joerg Roedel <joro@8bytes.org>
615 L: iommu@lists.linux-foundation.org
616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
617 S: Maintained
618 F: drivers/iommu/amd_iommu*.[ch]
619 F: include/linux/amd-iommu.h
620
621 AMD KFD
622 M: Oded Gabbay <oded.gabbay@amd.com>
623 L: dri-devel@lists.freedesktop.org
624 T: git git://people.freedesktop.org/~gabbayo/linux.git
625 S: Supported
626 F: drivers/gpu/drm/amd/amdkfd/
627 F: drivers/gpu/drm/radeon/radeon_kfd.c
628 F: drivers/gpu/drm/radeon/radeon_kfd.h
629 F: include/uapi/linux/kfd_ioctl.h
630
631 AMD MICROCODE UPDATE SUPPORT
632 M: Andreas Herrmann <herrmann.der.user@googlemail.com>
633 L: amd64-microcode@amd64.org
634 S: Maintained
635 F: arch/x86/kernel/cpu/microcode/amd*
636
637 AMD XGBE DRIVER
638 M: Tom Lendacky <thomas.lendacky@amd.com>
639 L: netdev@vger.kernel.org
640 S: Supported
641 F: drivers/net/ethernet/amd/xgbe/
642 F: drivers/net/phy/amd-xgbe-phy.c
643
644 AMS (Apple Motion Sensor) DRIVER
645 M: Michael Hanselmann <linux-kernel@hansmi.ch>
646 S: Supported
647 F: drivers/macintosh/ams/
648
649 AMSO1100 RNIC DRIVER
650 M: Tom Tucker <tom@opengridcomputing.com>
651 M: Steve Wise <swise@opengridcomputing.com>
652 L: linux-rdma@vger.kernel.org
653 S: Maintained
654 F: drivers/infiniband/hw/amso1100/
655
656 ANALOG DEVICES INC AD9389B DRIVER
657 M: Hans Verkuil <hans.verkuil@cisco.com>
658 L: linux-media@vger.kernel.org
659 S: Maintained
660 F: drivers/media/i2c/ad9389b*
661
662 ANALOG DEVICES INC ADV7180 DRIVER
663 M: Lars-Peter Clausen <lars@metafoo.de>
664 L: linux-media@vger.kernel.org
665 W: http://ez.analog.com/community/linux-device-drivers
666 S: Supported
667 F: drivers/media/i2c/adv7180.c
668
669 ANALOG DEVICES INC ADV7511 DRIVER
670 M: Hans Verkuil <hans.verkuil@cisco.com>
671 L: linux-media@vger.kernel.org
672 S: Maintained
673 F: drivers/media/i2c/adv7511*
674
675 ANALOG DEVICES INC ADV7604 DRIVER
676 M: Hans Verkuil <hans.verkuil@cisco.com>
677 L: linux-media@vger.kernel.org
678 S: Maintained
679 F: drivers/media/i2c/adv7604*
680
681 ANALOG DEVICES INC ADV7842 DRIVER
682 M: Hans Verkuil <hans.verkuil@cisco.com>
683 L: linux-media@vger.kernel.org
684 S: Maintained
685 F: drivers/media/i2c/adv7842*
686
687 ANALOG DEVICES INC ASOC CODEC DRIVERS
688 M: Lars-Peter Clausen <lars@metafoo.de>
689 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
690 W: http://wiki.analog.com/
691 W: http://ez.analog.com/community/linux-device-drivers
692 S: Supported
693 F: sound/soc/codecs/adau*
694 F: sound/soc/codecs/adav*
695 F: sound/soc/codecs/ad1*
696 F: sound/soc/codecs/ad7*
697 F: sound/soc/codecs/ssm*
698 F: sound/soc/codecs/sigmadsp.*
699
700 ANALOG DEVICES INC ASOC DRIVERS
701 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
702 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
703 W: http://blackfin.uclinux.org/
704 S: Supported
705 F: sound/soc/blackfin/*
706
707 ANALOG DEVICES INC IIO DRIVERS
708 M: Lars-Peter Clausen <lars@metafoo.de>
709 M: Michael Hennerich <Michael.Hennerich@analog.com>
710 W: http://wiki.analog.com/
711 W: http://ez.analog.com/community/linux-device-drivers
712 S: Supported
713 F: drivers/iio/*/ad*
714 X: drivers/iio/*/adjd*
715 F: drivers/staging/iio/*/ad*
716 F: staging/iio/trigger/iio-trig-bfin-timer.c
717
718 ANDROID DRIVERS
719 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
720 M: Arve Hjønnevåg <arve@android.com>
721 M: Riley Andrews <riandrews@android.com>
722 T: git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
723 L: devel@driverdev.osuosl.org
724 S: Supported
725 F: drivers/android/
726 F: drivers/staging/android/
727
728 AOA (Apple Onboard Audio) ALSA DRIVER
729 M: Johannes Berg <johannes@sipsolutions.net>
730 L: linuxppc-dev@lists.ozlabs.org
731 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
732 S: Maintained
733 F: sound/aoa/
734
735 APM DRIVER
736 M: Jiri Kosina <jkosina@suse.cz>
737 S: Odd fixes
738 F: arch/x86/kernel/apm_32.c
739 F: include/linux/apm_bios.h
740 F: include/uapi/linux/apm_bios.h
741 F: drivers/char/apm-emulation.c
742
743 APPLE BCM5974 MULTITOUCH DRIVER
744 M: Henrik Rydberg <rydberg@bitmath.org>
745 L: linux-input@vger.kernel.org
746 S: Odd fixes
747 F: drivers/input/mouse/bcm5974.c
748
749 APPLE SMC DRIVER
750 M: Henrik Rydberg <rydberg@bitmath.org>
751 L: lm-sensors@lm-sensors.org
752 S: Odd fixes
753 F: drivers/hwmon/applesmc.c
754
755 APPLETALK NETWORK LAYER
756 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
757 S: Maintained
758 F: drivers/net/appletalk/
759 F: net/appletalk/
760
761 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
762 M: Iyappan Subramanian <isubramanian@apm.com>
763 M: Keyur Chudgar <kchudgar@apm.com>
764 S: Supported
765 F: drivers/net/ethernet/apm/xgene/
766 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
767
768 APTINA CAMERA SENSOR PLL
769 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
770 L: linux-media@vger.kernel.org
771 S: Maintained
772 F: drivers/media/i2c/aptina-pll.*
773
774 ARC FRAMEBUFFER DRIVER
775 M: Jaya Kumar <jayalk@intworks.biz>
776 S: Maintained
777 F: drivers/video/fbdev/arcfb.c
778 F: drivers/video/fbdev/core/fb_defio.c
779
780 ARM MFM AND FLOPPY DRIVERS
781 M: Ian Molton <spyro@f2s.com>
782 S: Maintained
783 F: arch/arm/lib/floppydma.S
784 F: arch/arm/include/asm/floppy.h
785
786 ARM PMU PROFILING AND DEBUGGING
787 M: Will Deacon <will.deacon@arm.com>
788 S: Maintained
789 F: arch/arm/kernel/perf_event*
790 F: arch/arm/oprofile/common.c
791 F: arch/arm/include/asm/pmu.h
792 F: arch/arm/kernel/hw_breakpoint.c
793 F: arch/arm/include/asm/hw_breakpoint.h
794
795 ARM PORT
796 M: Russell King <linux@arm.linux.org.uk>
797 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
798 W: http://www.arm.linux.org.uk/
799 S: Maintained
800 F: arch/arm/
801
802 ARM SUB-ARCHITECTURES
803 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
804 S: Maintained
805 F: arch/arm/mach-*/
806 F: arch/arm/plat-*/
807 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
808
809 ARM PRIMECELL AACI PL041 DRIVER
810 M: Russell King <linux@arm.linux.org.uk>
811 S: Maintained
812 F: sound/arm/aaci.*
813
814 ARM PRIMECELL CLCD PL110 DRIVER
815 M: Russell King <linux@arm.linux.org.uk>
816 S: Maintained
817 F: drivers/video/fbdev/amba-clcd.*
818
819 ARM PRIMECELL KMI PL050 DRIVER
820 M: Russell King <linux@arm.linux.org.uk>
821 S: Maintained
822 F: drivers/input/serio/ambakmi.*
823 F: include/linux/amba/kmi.h
824
825 ARM PRIMECELL MMCI PL180/1 DRIVER
826 M: Russell King <linux@arm.linux.org.uk>
827 S: Maintained
828 F: drivers/mmc/host/mmci.*
829 F: include/linux/amba/mmci.h
830
831 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
832 M: Russell King <linux@arm.linux.org.uk>
833 S: Maintained
834 F: drivers/tty/serial/amba-pl01*.c
835 F: include/linux/amba/serial.h
836
837 ARM PRIMECELL BUS SUPPORT
838 M: Russell King <linux@arm.linux.org.uk>
839 S: Maintained
840 F: drivers/amba/
841 F: include/linux/amba/bus.h
842
843 ARM/ADS SPHERE MACHINE SUPPORT
844 M: Lennert Buytenhek <kernel@wantstofly.org>
845 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
846 S: Maintained
847
848 ARM/AFEB9260 MACHINE SUPPORT
849 M: Sergey Lapin <slapin@ossfans.org>
850 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
851 S: Maintained
852
853 ARM/AJECO 1ARM MACHINE SUPPORT
854 M: Lennert Buytenhek <kernel@wantstofly.org>
855 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
856 S: Maintained
857
858 ARM/Allwinner A1X SoC support
859 M: Maxime Ripard <maxime.ripard@free-electrons.com>
860 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
861 S: Maintained
862 N: sun[x4567]i
863
864 ARM/Allwinner SoC Clock Support
865 M: Emilio López <emilio@elopez.com.ar>
866 S: Maintained
867 F: drivers/clk/sunxi/
868
869 ARM/Amlogic MesonX SoC support
870 M: Carlo Caione <carlo@caione.org>
871 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
872 S: Maintained
873 F: drivers/media/rc/meson-ir.c
874 N: meson[x68]
875
876 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
877 M: Andrew Victor <linux@maxim.org.za>
878 M: Nicolas Ferre <nicolas.ferre@atmel.com>
879 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
880 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881 W: http://maxim.org.za/at91_26.html
882 W: http://www.linux4sam.org
883 S: Supported
884 F: arch/arm/mach-at91/
885 F: include/soc/at91/
886 F: arch/arm/boot/dts/at91*.dts
887 F: arch/arm/boot/dts/at91*.dtsi
888 F: arch/arm/boot/dts/sama*.dts
889 F: arch/arm/boot/dts/sama*.dtsi
890
891 ARM/ATMEL AT91 Clock Support
892 M: Boris Brezillon <boris.brezillon@free-electrons.com>
893 S: Maintained
894 F: drivers/clk/at91
895
896 ARM/CALXEDA HIGHBANK ARCHITECTURE
897 M: Rob Herring <robh@kernel.org>
898 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
899 S: Maintained
900 F: arch/arm/mach-highbank/
901
902 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
903 M: Krzysztof Halasa <khalasa@piap.pl>
904 S: Maintained
905 F: arch/arm/mach-cns3xxx/
906
907 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
908 M: Alexander Shiyan <shc_work@mail.ru>
909 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
910 S: Odd Fixes
911 N: clps711x
912
913 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
914 M: Hartley Sweeten <hsweeten@visionengravers.com>
915 M: Ryan Mallon <rmallon@gmail.com>
916 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
917 S: Maintained
918 F: arch/arm/mach-ep93xx/
919 F: arch/arm/mach-ep93xx/include/mach/
920
921 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
922 M: Lennert Buytenhek <kernel@wantstofly.org>
923 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
924 S: Maintained
925
926 ARM/CLKDEV SUPPORT
927 M: Russell King <linux@arm.linux.org.uk>
928 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S: Maintained
930 F: arch/arm/include/asm/clkdev.h
931 F: drivers/clk/clkdev.c
932
933 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
934 M: Mike Rapoport <mike@compulab.co.il>
935 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S: Maintained
937
938 ARM/CONTEC MICRO9 MACHINE SUPPORT
939 M: Hubert Feurstein <hubert.feurstein@contec.at>
940 S: Maintained
941 F: arch/arm/mach-ep93xx/micro9.c
942
943 ARM/CORESIGHT FRAMEWORK AND DRIVERS
944 M: Mathieu Poirier <mathieu.poirier@linaro.org>
945 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S: Maintained
947 F: drivers/coresight/*
948 F: Documentation/trace/coresight.txt
949 F: Documentation/devicetree/bindings/arm/coresight.txt
950 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
951
952 ARM/CORGI MACHINE SUPPORT
953 M: Richard Purdie <rpurdie@rpsys.net>
954 S: Maintained
955
956 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
957 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
958 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
959 T: git git://git.berlios.de/gemini-board
960 S: Maintained
961 F: arch/arm/mach-gemini/
962
963 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
964 M: Barry Song <baohua@kernel.org>
965 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
966 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
967 S: Maintained
968 F: arch/arm/mach-prima2/
969 F: drivers/clk/sirf/
970 F: drivers/clocksource/timer-prima2.c
971 F: drivers/clocksource/timer-marco.c
972 N: [^a-z]sirf
973
974 ARM/EBSA110 MACHINE SUPPORT
975 M: Russell King <linux@arm.linux.org.uk>
976 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 W: http://www.arm.linux.org.uk/
978 S: Maintained
979 F: arch/arm/mach-ebsa110/
980 F: drivers/net/ethernet/amd/am79c961a.*
981
982 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
983 M: Uwe Kleine-König <kernel@pengutronix.de>
984 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
985 S: Maintained
986 N: efm32
987
988 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
989 M: Daniel Ribeiro <drwyrm@gmail.com>
990 M: Stefan Schmidt <stefan@openezx.org>
991 M: Harald Welte <laforge@openezx.org>
992 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
993 W: http://www.openezx.org/
994 S: Maintained
995 T: topgit git://git.openezx.org/openezx.git
996 F: arch/arm/mach-pxa/ezx.c
997
998 ARM/FARADAY FA526 PORT
999 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1000 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 S: Maintained
1002 T: git git://git.berlios.de/gemini-board
1003 F: arch/arm/mm/*-fa*
1004
1005 ARM/FOOTBRIDGE ARCHITECTURE
1006 M: Russell King <linux@arm.linux.org.uk>
1007 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1008 W: http://www.arm.linux.org.uk/
1009 S: Maintained
1010 F: arch/arm/include/asm/hardware/dec21285.h
1011 F: arch/arm/mach-footbridge/
1012
1013 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1014 M: Shawn Guo <shawn.guo@linaro.org>
1015 M: Sascha Hauer <kernel@pengutronix.de>
1016 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017 S: Maintained
1018 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1019 F: arch/arm/mach-imx/
1020 F: arch/arm/mach-mxs/
1021 F: arch/arm/boot/dts/imx*
1022 F: arch/arm/configs/imx*_defconfig
1023
1024 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1025 M: Lennert Buytenhek <kernel@wantstofly.org>
1026 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S: Maintained
1028
1029 ARM/GUMSTIX MACHINE SUPPORT
1030 M: Steve Sakoman <sakoman@gmail.com>
1031 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S: Maintained
1033
1034 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1035 M: Philipp Zabel <philipp.zabel@gmail.com>
1036 M: Paul Parsons <lost.distance@yahoo.com>
1037 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 S: Maintained
1039 F: arch/arm/mach-pxa/hx4700.c
1040 F: arch/arm/mach-pxa/include/mach/hx4700.h
1041 F: sound/soc/pxa/hx4700.c
1042
1043 ARM/HISILICON SOC SUPPORT
1044 M: Wei Xu <xuwei5@hisilicon.com>
1045 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046 W: http://www.hisilicon.com
1047 S: Supported
1048 T: git git://github.com/hisilicon/linux-hisi.git
1049 F: arch/arm/mach-hisi/
1050
1051 ARM/HP JORNADA 7XX MACHINE SUPPORT
1052 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1053 W: www.jlime.com
1054 S: Maintained
1055 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1056 F: arch/arm/mach-sa1100/jornada720.c
1057 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1058
1059 ARM/IGEP MACHINE SUPPORT
1060 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1061 M: Javier Martinez Canillas <javier@dowhile0.org>
1062 L: linux-omap@vger.kernel.org
1063 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1064 S: Maintained
1065 F: arch/arm/boot/dts/omap3-igep*
1066
1067 ARM/INCOME PXA270 SUPPORT
1068 M: Marek Vasut <marek.vasut@gmail.com>
1069 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S: Maintained
1071 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1072
1073 ARM/INTEL IOP32X ARM ARCHITECTURE
1074 M: Lennert Buytenhek <kernel@wantstofly.org>
1075 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S: Maintained
1077
1078 ARM/INTEL IOP33X ARM ARCHITECTURE
1079 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1080 S: Orphan
1081
1082 ARM/INTEL IOP13XX ARM ARCHITECTURE
1083 M: Lennert Buytenhek <kernel@wantstofly.org>
1084 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085 S: Maintained
1086
1087 ARM/INTEL IQ81342EX MACHINE SUPPORT
1088 M: Lennert Buytenhek <kernel@wantstofly.org>
1089 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S: Maintained
1091
1092 ARM/INTEL IXDP2850 MACHINE SUPPORT
1093 M: Lennert Buytenhek <kernel@wantstofly.org>
1094 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1095 S: Maintained
1096
1097 ARM/INTEL IXP4XX ARM ARCHITECTURE
1098 M: Imre Kaloz <kaloz@openwrt.org>
1099 M: Krzysztof Halasa <khalasa@piap.pl>
1100 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S: Maintained
1102 F: arch/arm/mach-ixp4xx/
1103
1104 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1105 M: Jonathan Cameron <jic23@cam.ac.uk>
1106 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S: Maintained
1108 F: arch/arm/mach-pxa/stargate2.c
1109 F: drivers/pcmcia/pxa2xx_stargate2.c
1110
1111 ARM/INTEL XSC3 (MANZANO) ARM CORE
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/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1117 M: Lennert Buytenhek <kernel@wantstofly.org>
1118 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1119 S: Maintained
1120
1121 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1122 M: Santosh Shilimkar <ssantosh@kernel.org>
1123 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 S: Maintained
1125 F: arch/arm/mach-keystone/
1126 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1127
1128 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1129 M: Santosh Shilimkar <ssantosh@kernel.org>
1130 L: linux-kernel@vger.kernel.org
1131 S: Maintained
1132 F: drivers/clk/keystone/
1133
1134 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1135 M: Santosh Shilimkar <ssantosh@kernel.org>
1136 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 L: linux-kernel@vger.kernel.org
1138 S: Maintained
1139 F: drivers/clocksource/timer-keystone.c
1140
1141 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1142 M: Santosh Shilimkar <ssantosh@kernel.org>
1143 L: linux-kernel@vger.kernel.org
1144 S: Maintained
1145 F: drivers/power/reset/keystone-reset.c
1146
1147 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1148 M: Santosh Shilimkar <ssantosh@kernel.org>
1149 L: linux-kernel@vger.kernel.org
1150 S: Maintained
1151 F: drivers/memory/*emif*
1152
1153 ARM/LOGICPD PXA270 MACHINE SUPPORT
1154 M: Lennert Buytenhek <kernel@wantstofly.org>
1155 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1156 S: Maintained
1157
1158 ARM/MAGICIAN MACHINE SUPPORT
1159 M: Philipp Zabel <philipp.zabel@gmail.com>
1160 S: Maintained
1161
1162 ARM/Marvell Armada 370 and Armada XP SOC support
1163 M: Jason Cooper <jason@lakedaemon.net>
1164 M: Andrew Lunn <andrew@lunn.ch>
1165 M: Gregory Clement <gregory.clement@free-electrons.com>
1166 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1167 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 S: Maintained
1169 F: arch/arm/mach-mvebu/
1170
1171 ARM/Marvell Berlin SoC support
1172 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1173 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S: Maintained
1175 F: arch/arm/mach-berlin/
1176
1177 ARM/Marvell Dove/MV78xx0/Orion SOC support
1178 M: Jason Cooper <jason@lakedaemon.net>
1179 M: Andrew Lunn <andrew@lunn.ch>
1180 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1181 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1182 S: Maintained
1183 F: arch/arm/mach-dove/
1184 F: arch/arm/mach-mv78xx0/
1185 F: arch/arm/mach-orion5x/
1186 F: arch/arm/plat-orion/
1187
1188 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1189 M: Alexander Clouter <alex@digriz.org.uk>
1190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 W: http://www.digriz.org.uk/ts78xx/kernel
1192 S: Maintained
1193 F: arch/arm/mach-orion5x/ts78xx-*
1194
1195 ARM/Mediatek SoC support
1196 M: Matthias Brugger <matthias.bgg@gmail.com>
1197 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S: Maintained
1199 F: arch/arm/boot/dts/mt6*
1200 F: arch/arm/boot/dts/mt8*
1201 F: arch/arm/mach-mediatek/
1202 N: mtk
1203 K: mediatek
1204
1205 ARM/MICREL KS8695 ARCHITECTURE
1206 M: Greg Ungerer <gerg@uclinux.org>
1207 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 F: arch/arm/mach-ks8695/
1209 S: Odd Fixes
1210
1211 ARM/MIOA701 MACHINE SUPPORT
1212 M: Robert Jarzmik <robert.jarzmik@free.fr>
1213 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1214 F: arch/arm/mach-pxa/mioa701.c
1215 S: Maintained
1216
1217 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1218 M: Michael Petchkovsky <mkpetch@internode.on.net>
1219 S: Maintained
1220
1221 ARM/NOMADIK ARCHITECTURE
1222 M: Alessandro Rubini <rubini@unipv.it>
1223 M: Linus Walleij <linus.walleij@linaro.org>
1224 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 S: Maintained
1226 F: arch/arm/mach-nomadik/
1227 F: drivers/pinctrl/nomadik/
1228 F: drivers/i2c/busses/i2c-nomadik.c
1229 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1230
1231 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1232 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1233 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1234 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1235 S: Supported
1236
1237 ARM/QUALCOMM MSM MACHINE SUPPORT
1238 M: David Brown <davidb@codeaurora.org>
1239 M: Daniel Walker <dwalker@fifo99.com>
1240 M: Bryan Huntsman <bryanh@codeaurora.org>
1241 L: linux-arm-msm@vger.kernel.org
1242 F: arch/arm/mach-msm/
1243 F: drivers/video/fbdev/msm/
1244 F: drivers/mmc/host/msm_sdcc.c
1245 F: drivers/mmc/host/msm_sdcc.h
1246 F: drivers/tty/serial/msm_serial.h
1247 F: drivers/tty/serial/msm_serial.c
1248 F: drivers/*/pm8???-*
1249 F: drivers/mfd/ssbi.c
1250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1251 S: Maintained
1252
1253 ARM/TOSA MACHINE SUPPORT
1254 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1255 M: Dirk Opfer <dirk@opfer-online.de>
1256 S: Maintained
1257
1258 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1259 M: Marek Vasut <marek.vasut@gmail.com>
1260 L: linux-arm-kernel@lists.infradead.org
1261 W: http://hackndev.com
1262 S: Maintained
1263 F: arch/arm/mach-pxa/include/mach/palmtx.h
1264 F: arch/arm/mach-pxa/palmtx.c
1265 F: arch/arm/mach-pxa/include/mach/palmt5.h
1266 F: arch/arm/mach-pxa/palmt5.c
1267 F: arch/arm/mach-pxa/include/mach/palmld.h
1268 F: arch/arm/mach-pxa/palmld.c
1269 F: arch/arm/mach-pxa/include/mach/palmte2.h
1270 F: arch/arm/mach-pxa/palmte2.c
1271 F: arch/arm/mach-pxa/include/mach/palmtc.h
1272 F: arch/arm/mach-pxa/palmtc.c
1273
1274 ARM/PALM TREO SUPPORT
1275 M: Tomas Cech <sleep_walker@suse.cz>
1276 L: linux-arm-kernel@lists.infradead.org
1277 W: http://hackndev.com
1278 S: Maintained
1279 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1280 F: arch/arm/mach-pxa/palmtreo.c
1281
1282 ARM/PALMZ72 SUPPORT
1283 M: Sergey Lapin <slapin@ossfans.org>
1284 L: linux-arm-kernel@lists.infradead.org
1285 W: http://hackndev.com
1286 S: Maintained
1287 F: arch/arm/mach-pxa/include/mach/palmz72.h
1288 F: arch/arm/mach-pxa/palmz72.c
1289
1290 ARM/PLEB SUPPORT
1291 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1292 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1293 S: Maintained
1294
1295 ARM/PT DIGITAL BOARD PORT
1296 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1297 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 W: http://www.arm.linux.org.uk/
1299 S: Maintained
1300
1301 ARM/QUALCOMM SUPPORT
1302 M: Kumar Gala <galak@codeaurora.org>
1303 M: David Brown <davidb@codeaurora.org>
1304 L: linux-arm-msm@vger.kernel.org
1305 S: Maintained
1306 F: arch/arm/mach-qcom/
1307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1308
1309 ARM/RADISYS ENP2611 MACHINE SUPPORT
1310 M: Lennert Buytenhek <kernel@wantstofly.org>
1311 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1312 S: Maintained
1313
1314 ARM/RISCPC ARCHITECTURE
1315 M: Russell King <linux@arm.linux.org.uk>
1316 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317 W: http://www.arm.linux.org.uk/
1318 S: Maintained
1319 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1320 F: arch/arm/include/asm/hardware/ioc.h
1321 F: arch/arm/include/asm/hardware/iomd.h
1322 F: arch/arm/include/asm/hardware/memc.h
1323 F: arch/arm/mach-rpc/
1324 F: drivers/net/ethernet/8390/etherh.c
1325 F: drivers/net/ethernet/i825xx/ether1*
1326 F: drivers/net/ethernet/seeq/ether3*
1327 F: drivers/scsi/arm/
1328
1329 ARM/Rockchip SoC support
1330 M: Heiko Stuebner <heiko@sntech.de>
1331 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 L: linux-rockchip@lists.infradead.org
1333 S: Maintained
1334 F: arch/arm/boot/dts/rk3*
1335 F: arch/arm/mach-rockchip/
1336 F: drivers/clk/rockchip/
1337 F: drivers/i2c/busses/i2c-rk3x.c
1338 F: drivers/*/*rockchip*
1339 F: drivers/*/*/*rockchip*
1340 F: sound/soc/rockchip/
1341
1342 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1343 M: Kukjin Kim <kgene@kernel.org>
1344 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1345 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1346 S: Maintained
1347 F: arch/arm/boot/dts/s3c*
1348 F: arch/arm/boot/dts/exynos*
1349 F: arch/arm/plat-samsung/
1350 F: arch/arm/mach-s3c24*/
1351 F: arch/arm/mach-s3c64xx/
1352 F: arch/arm/mach-s5p*/
1353 F: arch/arm/mach-exynos*/
1354 F: drivers/*/*s3c2410*
1355 F: drivers/*/*/*s3c2410*
1356 F: drivers/spi/spi-s3c*
1357 F: sound/soc/samsung/*
1358 N: exynos
1359
1360 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1361 M: Kyungmin Park <kyungmin.park@samsung.com>
1362 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 S: Maintained
1364 F: arch/arm/mach-s5pv210/
1365
1366 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1367 M: Kyungmin Park <kyungmin.park@samsung.com>
1368 M: Kamil Debski <k.debski@samsung.com>
1369 L: linux-arm-kernel@lists.infradead.org
1370 L: linux-media@vger.kernel.org
1371 S: Maintained
1372 F: drivers/media/platform/s5p-g2d/
1373
1374 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1375 M: Kyungmin Park <kyungmin.park@samsung.com>
1376 M: Kamil Debski <k.debski@samsung.com>
1377 M: Jeongtae Park <jtp.park@samsung.com>
1378 L: linux-arm-kernel@lists.infradead.org
1379 L: linux-media@vger.kernel.org
1380 S: Maintained
1381 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1382 F: drivers/media/platform/s5p-mfc/
1383
1384 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1385 M: Kyungmin Park <kyungmin.park@samsung.com>
1386 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1387 L: linux-arm-kernel@lists.infradead.org
1388 L: linux-media@vger.kernel.org
1389 S: Maintained
1390 F: drivers/media/platform/s5p-tv/
1391
1392 ARM/SHMOBILE ARM ARCHITECTURE
1393 M: Simon Horman <horms@verge.net.au>
1394 M: Magnus Damm <magnus.damm@gmail.com>
1395 L: linux-sh@vger.kernel.org
1396 W: http://oss.renesas.com
1397 Q: http://patchwork.kernel.org/project/linux-sh/list/
1398 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1399 S: Supported
1400 F: arch/arm/boot/dts/emev2*
1401 F: arch/arm/boot/dts/r7s*
1402 F: arch/arm/boot/dts/r8a*
1403 F: arch/arm/boot/dts/sh*
1404 F: arch/arm/configs/ape6evm_defconfig
1405 F: arch/arm/configs/armadillo800eva_defconfig
1406 F: arch/arm/configs/bockw_defconfig
1407 F: arch/arm/configs/kzm9g_defconfig
1408 F: arch/arm/configs/lager_defconfig
1409 F: arch/arm/configs/mackerel_defconfig
1410 F: arch/arm/configs/marzen_defconfig
1411 F: arch/arm/configs/shmobile_defconfig
1412 F: arch/arm/include/debug/renesas-scif.S
1413 F: arch/arm/mach-shmobile/
1414 F: drivers/sh/
1415
1416 ARM/SOCFPGA ARCHITECTURE
1417 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1418 S: Maintained
1419 F: arch/arm/mach-socfpga/
1420 W: http://www.rocketboards.org
1421 T: git://git.rocketboards.org/linux-socfpga.git
1422 T: git://git.rocketboards.org/linux-socfpga-next.git
1423
1424 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1425 M: Dinh Nguyen <dinguyen@opensource.altera.com>
1426 S: Maintained
1427 F: drivers/clk/socfpga/
1428
1429 ARM/SOCFPGA EDAC SUPPORT
1430 M: Thor Thayer <tthayer@opensource.altera.com>
1431 S: Maintained
1432 F: drivers/edac/altera_edac.
1433
1434 ARM/STI ARCHITECTURE
1435 M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1436 M: Maxime Coquelin <maxime.coquelin@st.com>
1437 M: Patrice Chotard <patrice.chotard@st.com>
1438 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 L: kernel@stlinux.com
1440 W: http://www.stlinux.com
1441 S: Maintained
1442 F: arch/arm/mach-sti/
1443 F: arch/arm/boot/dts/sti*
1444 F: drivers/clocksource/arm_global_timer.c
1445 F: drivers/i2c/busses/i2c-st.c
1446 F: drivers/media/rc/st_rc.c
1447 F: drivers/mmc/host/sdhci-st.c
1448 F: drivers/phy/phy-stih407-usb.c
1449 F: drivers/phy/phy-stih41x-usb.c
1450 F: drivers/pinctrl/pinctrl-st.c
1451 F: drivers/reset/sti/
1452 F: drivers/tty/serial/st-asc.c
1453 F: drivers/usb/dwc3/dwc3-st.c
1454 F: drivers/usb/host/ehci-st.c
1455 F: drivers/usb/host/ohci-st.c
1456 F: drivers/ata/ahci_st.c
1457
1458 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1459 M: Lennert Buytenhek <kernel@wantstofly.org>
1460 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461 S: Maintained
1462
1463 ARM/TETON BGA MACHINE SUPPORT
1464 M: "Mark F. Brown" <mark.brown314@gmail.com>
1465 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 S: Maintained
1467
1468 ARM/THECUS N2100 MACHINE SUPPORT
1469 M: Lennert Buytenhek <kernel@wantstofly.org>
1470 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1471 S: Maintained
1472
1473 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1474 M: Wan ZongShun <mcuos.com@gmail.com>
1475 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1476 W: http://www.mcuos.com
1477 S: Maintained
1478 F: arch/arm/mach-w90x900/
1479 F: drivers/input/keyboard/w90p910_keypad.c
1480 F: drivers/input/touchscreen/w90p910_ts.c
1481 F: drivers/watchdog/nuc900_wdt.c
1482 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1483 F: drivers/mtd/nand/nuc900_nand.c
1484 F: drivers/rtc/rtc-nuc900.c
1485 F: drivers/spi/spi-nuc900.c
1486 F: drivers/usb/host/ehci-w90x900.c
1487 F: drivers/video/fbdev/nuc900fb.c
1488
1489 ARM/U300 MACHINE SUPPORT
1490 M: Linus Walleij <linus.walleij@linaro.org>
1491 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1492 S: Supported
1493 F: arch/arm/mach-u300/
1494 F: drivers/clocksource/timer-u300.c
1495 F: drivers/i2c/busses/i2c-stu300.c
1496 F: drivers/rtc/rtc-coh901331.c
1497 F: drivers/watchdog/coh901327_wdt.c
1498 F: drivers/dma/coh901318*
1499 F: drivers/mfd/ab3100*
1500 F: drivers/rtc/rtc-ab3100.c
1501 F: drivers/rtc/rtc-coh901331.c
1502 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1503
1504 ARM/Ux500 ARM ARCHITECTURE
1505 M: Linus Walleij <linus.walleij@linaro.org>
1506 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507 S: Maintained
1508 F: arch/arm/mach-ux500/
1509 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1510 F: drivers/dma/ste_dma40*
1511 F: drivers/hwspinlock/u8500_hsem.c
1512 F: drivers/mfd/abx500*
1513 F: drivers/mfd/ab8500*
1514 F: drivers/mfd/dbx500*
1515 F: drivers/mfd/db8500*
1516 F: drivers/pinctrl/nomadik/pinctrl-ab*
1517 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
1518 F: drivers/rtc/rtc-ab8500.c
1519 F: drivers/rtc/rtc-pl031.c
1520 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1521
1522 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1523 M: Ulf Hansson <ulf.hansson@linaro.org>
1524 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1525 T: git git://git.linaro.org/people/ulfh/clk.git
1526 S: Maintained
1527 F: drivers/clk/ux500/
1528 F: include/linux/platform_data/clk-ux500.h
1529
1530 ARM/VERSATILE EXPRESS PLATFORM
1531 M: Liviu Dudau <liviu.dudau@arm.com>
1532 M: Sudeep Holla <sudeep.holla@arm.com>
1533 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1534 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1535 S: Maintained
1536 F: arch/arm/boot/dts/vexpress*
1537 F: arch/arm/mach-vexpress/
1538 F: */*/vexpress*
1539 F: */*/*/vexpress*
1540 F: drivers/clk/versatile/clk-vexpress-osc.c
1541 F: drivers/clocksource/versatile.c
1542
1543 ARM/VFP SUPPORT
1544 M: Russell King <linux@arm.linux.org.uk>
1545 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1546 W: http://www.arm.linux.org.uk/
1547 S: Maintained
1548 F: arch/arm/vfp/
1549
1550 ARM/VOIPAC PXA270 SUPPORT
1551 M: Marek Vasut <marek.vasut@gmail.com>
1552 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1553 S: Maintained
1554 F: arch/arm/mach-pxa/vpac270.c
1555 F: arch/arm/mach-pxa/include/mach/vpac270.h
1556
1557 ARM/VT8500 ARM ARCHITECTURE
1558 M: Tony Prisk <linux@prisktech.co.nz>
1559 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560 S: Maintained
1561 F: arch/arm/mach-vt8500/
1562 F: drivers/clocksource/vt8500_timer.c
1563 F: drivers/i2c/busses/i2c-wmt.c
1564 F: drivers/mmc/host/wmt-sdmmc.c
1565 F: drivers/pwm/pwm-vt8500.c
1566 F: drivers/rtc/rtc-vt8500.c
1567 F: drivers/tty/serial/vt8500_serial.c
1568 F: drivers/usb/host/ehci-platform.c
1569 F: drivers/usb/host/uhci-platform.c
1570 F: drivers/video/fbdev/vt8500lcdfb.*
1571 F: drivers/video/fbdev/wm8505fb*
1572 F: drivers/video/fbdev/wmt_ge_rops.*
1573
1574 ARM/ZIPIT Z2 SUPPORT
1575 M: Marek Vasut <marek.vasut@gmail.com>
1576 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577 S: Maintained
1578 F: arch/arm/mach-pxa/z2.c
1579 F: arch/arm/mach-pxa/include/mach/z2.h
1580
1581 ARM/ZYNQ ARCHITECTURE
1582 M: Michal Simek <michal.simek@xilinx.com>
1583 R: Sören Brinkmann <soren.brinkmann@xilinx.com>
1584 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1585 W: http://wiki.xilinx.com
1586 T: git git://git.xilinx.com/linux-xlnx.git
1587 S: Supported
1588 F: arch/arm/mach-zynq/
1589 F: drivers/cpuidle/cpuidle-zynq.c
1590 F: drivers/block/xsysace.c
1591 N: zynq
1592 N: xilinx
1593 F: drivers/clocksource/cadence_ttc_timer.c
1594 F: drivers/i2c/busses/i2c-cadence.c
1595 F: drivers/mmc/host/sdhci-of-arasan.c
1596 F: drivers/edac/synopsys_edac.c
1597
1598 ARM SMMU DRIVER
1599 M: Will Deacon <will.deacon@arm.com>
1600 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 S: Maintained
1602 F: drivers/iommu/arm-smmu.c
1603
1604 ARM64 PORT (AARCH64 ARCHITECTURE)
1605 M: Catalin Marinas <catalin.marinas@arm.com>
1606 M: Will Deacon <will.deacon@arm.com>
1607 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1608 S: Maintained
1609 F: arch/arm64/
1610 F: Documentation/arm64/
1611
1612 AS3645A LED FLASH CONTROLLER DRIVER
1613 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1614 L: linux-media@vger.kernel.org
1615 T: git git://linuxtv.org/media_tree.git
1616 S: Maintained
1617 F: drivers/media/i2c/as3645a.c
1618 F: include/media/as3645a.h
1619
1620 ASC7621 HARDWARE MONITOR DRIVER
1621 M: George Joseph <george.joseph@fairview5.com>
1622 L: lm-sensors@lm-sensors.org
1623 S: Maintained
1624 F: Documentation/hwmon/asc7621
1625 F: drivers/hwmon/asc7621.c
1626
1627 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1628 M: Corentin Chary <corentin.chary@gmail.com>
1629 L: acpi4asus-user@lists.sourceforge.net
1630 L: platform-driver-x86@vger.kernel.org
1631 W: http://acpi4asus.sf.net
1632 S: Maintained
1633 F: drivers/platform/x86/asus*.c
1634 F: drivers/platform/x86/eeepc*.c
1635
1636 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1637 R: Dan Williams <dan.j.williams@intel.com>
1638 W: http://sourceforge.net/projects/xscaleiop
1639 S: Odd fixes
1640 F: Documentation/crypto/async-tx-api.txt
1641 F: crypto/async_tx/
1642 F: drivers/dma/
1643 F: include/linux/dmaengine.h
1644 F: include/linux/async_tx.h
1645
1646 AT24 EEPROM DRIVER
1647 M: Wolfram Sang <wsa@the-dreams.de>
1648 L: linux-i2c@vger.kernel.org
1649 S: Maintained
1650 F: drivers/misc/eeprom/at24.c
1651 F: include/linux/platform_data/at24.h
1652
1653 ATA OVER ETHERNET (AOE) DRIVER
1654 M: "Ed L. Cashin" <ecashin@coraid.com>
1655 W: http://support.coraid.com/support/linux
1656 S: Supported
1657 F: Documentation/aoe/
1658 F: drivers/block/aoe/
1659
1660 ATHEROS ATH GENERIC UTILITIES
1661 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1662 L: linux-wireless@vger.kernel.org
1663 S: Supported
1664 F: drivers/net/wireless/ath/*
1665
1666 ATHEROS ATH5K WIRELESS DRIVER
1667 M: Jiri Slaby <jirislaby@gmail.com>
1668 M: Nick Kossifidis <mickflemm@gmail.com>
1669 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1670 L: linux-wireless@vger.kernel.org
1671 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1672 S: Maintained
1673 F: drivers/net/wireless/ath/ath5k/
1674
1675 ATHEROS ATH6KL WIRELESS DRIVER
1676 M: Kalle Valo <kvalo@qca.qualcomm.com>
1677 L: linux-wireless@vger.kernel.org
1678 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1679 T: git git://github.com/kvalo/ath.git
1680 S: Supported
1681 F: drivers/net/wireless/ath/ath6kl/
1682
1683 WILOCITY WIL6210 WIRELESS DRIVER
1684 M: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1685 L: linux-wireless@vger.kernel.org
1686 L: wil6210@qca.qualcomm.com
1687 S: Supported
1688 W: http://wireless.kernel.org/en/users/Drivers/wil6210
1689 F: drivers/net/wireless/ath/wil6210/
1690 F: include/uapi/linux/wil6210_uapi.h
1691
1692 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1693 M: Christian Lamparter <chunkeey@googlemail.com>
1694 L: linux-wireless@vger.kernel.org
1695 W: http://wireless.kernel.org/en/users/Drivers/carl9170
1696 S: Maintained
1697 F: drivers/net/wireless/ath/carl9170/
1698
1699 ATK0110 HWMON DRIVER
1700 M: Luca Tettamanti <kronos.it@gmail.com>
1701 L: lm-sensors@lm-sensors.org
1702 S: Maintained
1703 F: drivers/hwmon/asus_atk0110.c
1704
1705 ATI_REMOTE2 DRIVER
1706 M: Ville Syrjala <syrjala@sci.fi>
1707 S: Maintained
1708 F: drivers/input/misc/ati_remote2.c
1709
1710 ATLX ETHERNET DRIVERS
1711 M: Jay Cliburn <jcliburn@gmail.com>
1712 M: Chris Snook <chris.snook@gmail.com>
1713 L: netdev@vger.kernel.org
1714 W: http://sourceforge.net/projects/atl1
1715 W: http://atl1.sourceforge.net
1716 S: Maintained
1717 F: drivers/net/ethernet/atheros/
1718
1719 ATM
1720 M: Chas Williams <chas@cmf.nrl.navy.mil>
1721 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1722 L: netdev@vger.kernel.org
1723 W: http://linux-atm.sourceforge.net
1724 S: Maintained
1725 F: drivers/atm/
1726 F: include/linux/atm*
1727 F: include/uapi/linux/atm*
1728
1729 ATMEL AT91 / AT32 MCI DRIVER
1730 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1731 S: Maintained
1732 F: drivers/mmc/host/atmel-mci.c
1733 F: drivers/mmc/host/atmel-mci-regs.h
1734
1735 ATMEL AT91 / AT32 SERIAL DRIVER
1736 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1737 S: Supported
1738 F: drivers/tty/serial/atmel_serial.c
1739
1740 ATMEL Audio ALSA driver
1741 M: Bo Shen <voice.shen@atmel.com>
1742 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1743 S: Supported
1744 F: sound/soc/atmel
1745
1746 ATMEL DMA DRIVER
1747 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1748 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1749 S: Supported
1750 F: drivers/dma/at_hdmac.c
1751 F: drivers/dma/at_hdmac_regs.h
1752 F: include/linux/platform_data/dma-atmel.h
1753
1754 ATMEL XDMA DRIVER
1755 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1756 L: linux-arm-kernel@lists.infradead.org
1757 L: dmaengine@vger.kernel.org
1758 S: Supported
1759 F: drivers/dma/at_xdmac.c
1760
1761 ATMEL I2C DRIVER
1762 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1763 L: linux-i2c@vger.kernel.org
1764 S: Supported
1765 F: drivers/i2c/busses/i2c-at91.c
1766
1767 ATMEL ISI DRIVER
1768 M: Josh Wu <josh.wu@atmel.com>
1769 L: linux-media@vger.kernel.org
1770 S: Supported
1771 F: drivers/media/platform/soc_camera/atmel-isi.c
1772 F: include/media/atmel-isi.h
1773
1774 ATMEL LCDFB DRIVER
1775 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1776 L: linux-fbdev@vger.kernel.org
1777 S: Maintained
1778 F: drivers/video/fbdev/atmel_lcdfb.c
1779 F: include/video/atmel_lcdc.h
1780
1781 ATMEL MACB ETHERNET DRIVER
1782 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1783 S: Supported
1784 F: drivers/net/ethernet/cadence/
1785
1786 ATMEL NAND DRIVER
1787 M: Josh Wu <josh.wu@atmel.com>
1788 L: linux-mtd@lists.infradead.org
1789 S: Supported
1790 F: drivers/mtd/nand/atmel_nand*
1791
1792 ATMEL SPI DRIVER
1793 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1794 S: Supported
1795 F: drivers/spi/spi-atmel.*
1796
1797 ATMEL SSC DRIVER
1798 M: Bo Shen <voice.shen@atmel.com>
1799 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1800 S: Supported
1801 F: drivers/misc/atmel-ssc.c
1802 F: include/linux/atmel-ssc.h
1803
1804 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1805 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1806 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807 S: Supported
1808 F: drivers/misc/atmel_tclib.c
1809 F: drivers/clocksource/tcb_clksrc.c
1810
1811 ATMEL USBA UDC DRIVER
1812 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1813 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1814 S: Supported
1815 F: drivers/usb/gadget/udc/atmel_usba_udc.*
1816
1817 ATMEL WIRELESS DRIVER
1818 M: Simon Kelley <simon@thekelleys.org.uk>
1819 L: linux-wireless@vger.kernel.org
1820 W: http://www.thekelleys.org.uk/atmel
1821 W: http://atmelwlandriver.sourceforge.net/
1822 S: Maintained
1823 F: drivers/net/wireless/atmel*
1824
1825 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1826 M: Bradley Grove <linuxdrivers@attotech.com>
1827 L: linux-scsi@vger.kernel.org
1828 W: http://www.attotech.com
1829 S: Supported
1830 F: drivers/scsi/esas2r
1831
1832 AUDIT SUBSYSTEM
1833 M: Paul Moore <paul@paul-moore.com>
1834 M: Eric Paris <eparis@redhat.com>
1835 L: linux-audit@redhat.com (moderated for non-subscribers)
1836 W: http://people.redhat.com/sgrubb/audit/
1837 T: git git://git.infradead.org/users/pcmoore/audit
1838 S: Maintained
1839 F: include/linux/audit.h
1840 F: include/uapi/linux/audit.h
1841 F: kernel/audit*
1842
1843 AUXILIARY DISPLAY DRIVERS
1844 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1845 W: http://miguelojeda.es/auxdisplay.htm
1846 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1847 S: Maintained
1848 F: drivers/auxdisplay/
1849 F: include/linux/cfag12864b.h
1850
1851 AVR32 ARCHITECTURE
1852 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1853 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1854 W: http://www.atmel.com/products/AVR32/
1855 W: http://mirror.egtvedt.no/avr32linux.org/
1856 W: http://avrfreaks.net/
1857 S: Maintained
1858 F: arch/avr32/
1859
1860 AVR32/AT32AP MACHINE SUPPORT
1861 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1862 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1863 S: Maintained
1864 F: arch/avr32/mach-at32ap/
1865
1866 AX.25 NETWORK LAYER
1867 M: Ralf Baechle <ralf@linux-mips.org>
1868 L: linux-hams@vger.kernel.org
1869 W: http://www.linux-ax25.org/
1870 S: Maintained
1871 F: include/uapi/linux/ax25.h
1872 F: include/net/ax25.h
1873 F: net/ax25/
1874
1875 AZ6007 DVB DRIVER
1876 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1877 L: linux-media@vger.kernel.org
1878 W: http://linuxtv.org
1879 T: git git://linuxtv.org/media_tree.git
1880 S: Maintained
1881 F: drivers/media/usb/dvb-usb-v2/az6007.c
1882
1883 AZTECH FM RADIO RECEIVER DRIVER
1884 M: Hans Verkuil <hverkuil@xs4all.nl>
1885 L: linux-media@vger.kernel.org
1886 T: git git://linuxtv.org/media_tree.git
1887 W: http://linuxtv.org
1888 S: Maintained
1889 F: drivers/media/radio/radio-aztech*
1890
1891 B43 WIRELESS DRIVER
1892 M: Stefano Brivio <stefano.brivio@polimi.it>
1893 L: linux-wireless@vger.kernel.org
1894 L: b43-dev@lists.infradead.org
1895 W: http://wireless.kernel.org/en/users/Drivers/b43
1896 S: Maintained
1897 F: drivers/net/wireless/b43/
1898
1899 B43LEGACY WIRELESS DRIVER
1900 M: Larry Finger <Larry.Finger@lwfinger.net>
1901 M: Stefano Brivio <stefano.brivio@polimi.it>
1902 L: linux-wireless@vger.kernel.org
1903 L: b43-dev@lists.infradead.org
1904 W: http://wireless.kernel.org/en/users/Drivers/b43
1905 S: Maintained
1906 F: drivers/net/wireless/b43legacy/
1907
1908 BACKLIGHT CLASS/SUBSYSTEM
1909 M: Jingoo Han <jg1.han@samsung.com>
1910 M: Lee Jones <lee.jones@linaro.org>
1911 S: Maintained
1912 F: drivers/video/backlight/
1913 F: include/linux/backlight.h
1914
1915 BATMAN ADVANCED
1916 M: Marek Lindner <mareklindner@neomailbox.ch>
1917 M: Simon Wunderlich <sw@simonwunderlich.de>
1918 M: Antonio Quartulli <antonio@meshcoding.com>
1919 L: b.a.t.m.a.n@lists.open-mesh.org
1920 W: http://www.open-mesh.org/
1921 S: Maintained
1922 F: net/batman-adv/
1923
1924 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1925 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1926 L: linux-hams@vger.kernel.org
1927 W: http://www.baycom.org/~tom/ham/ham.html
1928 S: Maintained
1929 F: drivers/net/hamradio/baycom*
1930
1931 BCACHE (BLOCK LAYER CACHE)
1932 M: Kent Overstreet <kmo@daterainc.com>
1933 L: linux-bcache@vger.kernel.org
1934 W: http://bcache.evilpiepirate.org
1935 S: Maintained:
1936 F: drivers/md/bcache/
1937
1938 BEFS FILE SYSTEM
1939 S: Orphan
1940 F: Documentation/filesystems/befs.txt
1941 F: fs/befs/
1942
1943 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1944 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1945 L: netdev@vger.kernel.org
1946 S: Maintained
1947 F: drivers/net/ethernet/ec_bhf.c
1948
1949 BFS FILE SYSTEM
1950 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1951 S: Maintained
1952 F: Documentation/filesystems/bfs.txt
1953 F: fs/bfs/
1954 F: include/uapi/linux/bfs_fs.h
1955
1956 BLACKFIN ARCHITECTURE
1957 M: Steven Miao <realmz6@gmail.com>
1958 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1959 T: git git://git.code.sf.net/p/adi-linux/code
1960 W: http://blackfin.uclinux.org
1961 S: Supported
1962 F: arch/blackfin/
1963
1964 BLACKFIN EMAC DRIVER
1965 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1966 W: http://blackfin.uclinux.org
1967 S: Supported
1968 F: drivers/net/ethernet/adi/
1969
1970 BLACKFIN RTC DRIVER
1971 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1972 W: http://blackfin.uclinux.org
1973 S: Supported
1974 F: drivers/rtc/rtc-bfin.c
1975
1976 BLACKFIN SDH DRIVER
1977 M: Sonic Zhang <sonic.zhang@analog.com>
1978 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1979 W: http://blackfin.uclinux.org
1980 S: Supported
1981 F: drivers/mmc/host/bfin_sdh.c
1982
1983 BLACKFIN SERIAL DRIVER
1984 M: Sonic Zhang <sonic.zhang@analog.com>
1985 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1986 W: http://blackfin.uclinux.org
1987 S: Supported
1988 F: drivers/tty/serial/bfin_uart.c
1989
1990 BLACKFIN WATCHDOG DRIVER
1991 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1992 W: http://blackfin.uclinux.org
1993 S: Supported
1994 F: drivers/watchdog/bfin_wdt.c
1995
1996 BLACKFIN I2C TWI DRIVER
1997 M: Sonic Zhang <sonic.zhang@analog.com>
1998 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1999 W: http://blackfin.uclinux.org/
2000 S: Supported
2001 F: drivers/i2c/busses/i2c-bfin-twi.c
2002
2003 BLACKFIN MEDIA DRIVER
2004 M: Scott Jiang <scott.jiang.linux@gmail.com>
2005 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2006 W: http://blackfin.uclinux.org/
2007 S: Supported
2008 F: drivers/media/platform/blackfin/
2009 F: drivers/media/i2c/adv7183*
2010 F: drivers/media/i2c/vs6624*
2011
2012 BLINKM RGB LED DRIVER
2013 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2014 S: Maintained
2015 F: drivers/leds/leds-blinkm.c
2016
2017 BLOCK LAYER
2018 M: Jens Axboe <axboe@kernel.dk>
2019 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2020 S: Maintained
2021 F: block/
2022
2023 BLOCK2MTD DRIVER
2024 M: Joern Engel <joern@lazybastard.org>
2025 L: linux-mtd@lists.infradead.org
2026 S: Maintained
2027 F: drivers/mtd/devices/block2mtd.c
2028
2029 BLUETOOTH DRIVERS
2030 M: Marcel Holtmann <marcel@holtmann.org>
2031 M: Gustavo Padovan <gustavo@padovan.org>
2032 M: Johan Hedberg <johan.hedberg@gmail.com>
2033 L: linux-bluetooth@vger.kernel.org
2034 W: http://www.bluez.org/
2035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2036 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2037 S: Maintained
2038 F: drivers/bluetooth/
2039
2040 BLUETOOTH SUBSYSTEM
2041 M: Marcel Holtmann <marcel@holtmann.org>
2042 M: Gustavo Padovan <gustavo@padovan.org>
2043 M: Johan Hedberg <johan.hedberg@gmail.com>
2044 L: linux-bluetooth@vger.kernel.org
2045 W: http://www.bluez.org/
2046 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2047 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2048 S: Maintained
2049 F: net/bluetooth/
2050 F: include/net/bluetooth/
2051
2052 BONDING DRIVER
2053 M: Jay Vosburgh <j.vosburgh@gmail.com>
2054 M: Veaceslav Falico <vfalico@gmail.com>
2055 M: Andy Gospodarek <andy@greyhouse.net>
2056 L: netdev@vger.kernel.org
2057 W: http://sourceforge.net/projects/bonding/
2058 S: Supported
2059 F: drivers/net/bonding/
2060 F: include/uapi/linux/if_bonding.h
2061
2062 BPF (Safe dynamic programs and tools)
2063 M: Alexei Starovoitov <ast@kernel.org>
2064 L: netdev@vger.kernel.org
2065 L: linux-kernel@vger.kernel.org
2066 S: Supported
2067 F: kernel/bpf/
2068
2069 BROADCOM B44 10/100 ETHERNET DRIVER
2070 M: Gary Zambrano <zambrano@broadcom.com>
2071 L: netdev@vger.kernel.org
2072 S: Supported
2073 F: drivers/net/ethernet/broadcom/b44.*
2074
2075 BROADCOM GENET ETHERNET DRIVER
2076 M: Florian Fainelli <f.fainelli@gmail.com>
2077 L: netdev@vger.kernel.org
2078 S: Supported
2079 F: drivers/net/ethernet/broadcom/genet/
2080
2081 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2082 M: Sony Chacko <sony.chacko@qlogic.com>
2083 M: Dept-HSGLinuxNICDev@qlogic.com
2084 L: netdev@vger.kernel.org
2085 S: Supported
2086 F: drivers/net/ethernet/broadcom/bnx2.*
2087 F: drivers/net/ethernet/broadcom/bnx2_*
2088
2089 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2090 M: Ariel Elior <ariel.elior@qlogic.com>
2091 L: netdev@vger.kernel.org
2092 S: Supported
2093 F: drivers/net/ethernet/broadcom/bnx2x/
2094
2095 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2096 M: Christian Daudt <bcm@fixthebug.org>
2097 M: Matt Porter <mporter@linaro.org>
2098 M: Florian Fainelli <f.fainelli@gmail.com>
2099 L: bcm-kernel-feedback-list@broadcom.com
2100 T: git git://github.com/broadcom/mach-bcm
2101 S: Maintained
2102 F: arch/arm/mach-bcm/
2103 F: arch/arm/boot/dts/bcm113*
2104 F: arch/arm/boot/dts/bcm216*
2105 F: arch/arm/boot/dts/bcm281*
2106 F: arch/arm/configs/bcm_defconfig
2107 F: drivers/mmc/host/sdhci-bcm-kona.c
2108 F: drivers/clocksource/bcm_kona_timer.c
2109
2110 BROADCOM BCM2835 ARM ARCHITECTURE
2111 M: Stephen Warren <swarren@wwwdotorg.org>
2112 M: Lee Jones <lee@kernel.org>
2113 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2114 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2115 S: Maintained
2116 N: bcm2835
2117
2118 BROADCOM BCM33XX MIPS ARCHITECTURE
2119 M: Kevin Cernekee <cernekee@gmail.com>
2120 L: linux-mips@linux-mips.org
2121 S: Maintained
2122 F: arch/mips/bcm3384/*
2123 F: arch/mips/include/asm/mach-bcm3384/*
2124 F: arch/mips/kernel/*bmips*
2125
2126 BROADCOM BCM5301X ARM ARCHITECTURE
2127 M: Hauke Mehrtens <hauke@hauke-m.de>
2128 L: linux-arm-kernel@lists.infradead.org
2129 S: Maintained
2130 F: arch/arm/mach-bcm/bcm_5301x.c
2131 F: arch/arm/boot/dts/bcm5301x.dtsi
2132 F: arch/arm/boot/dts/bcm470*
2133
2134 BROADCOM BCM63XX ARM ARCHITECTURE
2135 M: Florian Fainelli <f.fainelli@gmail.com>
2136 L: linux-arm-kernel@lists.infradead.org
2137 T: git git://git.github.com/brcm/linux.git
2138 S: Maintained
2139 F: arch/arm/mach-bcm/bcm63xx.c
2140 F: arch/arm/include/debug/bcm63xx.S
2141
2142 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2143 M: Kevin Cernekee <cernekee@gmail.com>
2144 L: linux-usb@vger.kernel.org
2145 S: Maintained
2146 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2147
2148 BROADCOM BCM7XXX ARM ARCHITECTURE
2149 M: Marc Carino <marc.ceeeee@gmail.com>
2150 M: Brian Norris <computersforpeace@gmail.com>
2151 M: Gregory Fong <gregory.0xf0@gmail.com>
2152 M: Florian Fainelli <f.fainelli@gmail.com>
2153 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2154 S: Maintained
2155 F: arch/arm/mach-bcm/*brcmstb*
2156 F: arch/arm/boot/dts/bcm7*.dts*
2157 F: drivers/bus/brcmstb_gisb.c
2158
2159 BROADCOM BMIPS MIPS ARCHITECTURE
2160 M: Kevin Cernekee <cernekee@gmail.com>
2161 M: Florian Fainelli <f.fainelli@gmail.com>
2162 L: linux-mips@linux-mips.org
2163 S: Maintained
2164 F: arch/mips/bmips/*
2165 F: arch/mips/include/asm/mach-bmips/*
2166 F: arch/mips/kernel/*bmips*
2167 F: arch/mips/boot/dts/bcm*.dts*
2168 F: drivers/irqchip/irq-bcm7*
2169 F: drivers/irqchip/irq-brcmstb*
2170
2171 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2172 M: Prashant Sreedharan <prashant@broadcom.com>
2173 M: Michael Chan <mchan@broadcom.com>
2174 L: netdev@vger.kernel.org
2175 S: Supported
2176 F: drivers/net/ethernet/broadcom/tg3.*
2177
2178 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2179 M: Brett Rudley <brudley@broadcom.com>
2180 M: Arend van Spriel <arend@broadcom.com>
2181 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
2182 M: Hante Meuleman <meuleman@broadcom.com>
2183 L: linux-wireless@vger.kernel.org
2184 L: brcm80211-dev-list@broadcom.com
2185 S: Supported
2186 F: drivers/net/wireless/brcm80211/
2187
2188 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2189 M: QLogic-Storage-Upstream@qlogic.com
2190 L: linux-scsi@vger.kernel.org
2191 S: Supported
2192 F: drivers/scsi/bnx2fc/
2193
2194 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2195 M: QLogic-Storage-Upstream@qlogic.com
2196 L: linux-scsi@vger.kernel.org
2197 S: Supported
2198 F: drivers/scsi/bnx2i/
2199
2200 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2201 M: Ray Jui <rjui@broadcom.com>
2202 M: Scott Branden <sbranden@broadcom.com>
2203 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2204 L: bcm-kernel-feedback-list@broadcom.com
2205 T: git git://git.github.com/brcm/linux.git
2206 S: Maintained
2207 N: iproc
2208 N: cygnus
2209 N: bcm9113*
2210 N: bcm9583*
2211 N: bcm583*
2212 N: bcm113*
2213
2214 BROADCOM KONA GPIO DRIVER
2215 M: Ray Jui <rjui@broadcom.com>
2216 L: bcm-kernel-feedback-list@broadcom.com
2217 S: Supported
2218 F: drivers/gpio/gpio-bcm-kona.c
2219 F: Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2220
2221 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2222 M: Rafał Miłecki <zajec5@gmail.com>
2223 L: linux-wireless@vger.kernel.org
2224 S: Maintained
2225 F: drivers/bcma/
2226 F: include/linux/bcma/
2227
2228 BROADCOM SYSTEMPORT ETHERNET DRIVER
2229 M: Florian Fainelli <f.fainelli@gmail.com>
2230 L: netdev@vger.kernel.org
2231 S: Supported
2232 F: drivers/net/ethernet/broadcom/bcmsysport.*
2233
2234 BROCADE BFA FC SCSI DRIVER
2235 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2236 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2237 L: linux-scsi@vger.kernel.org
2238 S: Supported
2239 F: drivers/scsi/bfa/
2240
2241 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2242 M: Rasesh Mody <rasesh.mody@qlogic.com>
2243 L: netdev@vger.kernel.org
2244 S: Supported
2245 F: drivers/net/ethernet/brocade/bna/
2246
2247 BSG (block layer generic sg v4 driver)
2248 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2249 L: linux-scsi@vger.kernel.org
2250 S: Supported
2251 F: block/bsg.c
2252 F: include/linux/bsg.h
2253 F: include/uapi/linux/bsg.h
2254
2255 BT87X AUDIO DRIVER
2256 M: Clemens Ladisch <clemens@ladisch.de>
2257 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2258 T: git git://git.alsa-project.org/alsa-kernel.git
2259 S: Maintained
2260 F: Documentation/sound/alsa/Bt87x.txt
2261 F: sound/pci/bt87x.c
2262
2263 BT8XXGPIO DRIVER
2264 M: Michael Buesch <m@bues.ch>
2265 W: http://bu3sch.de/btgpio.php
2266 S: Maintained
2267 F: drivers/gpio/gpio-bt8xx.c
2268
2269 BTRFS FILE SYSTEM
2270 M: Chris Mason <clm@fb.com>
2271 M: Josef Bacik <jbacik@fb.com>
2272 M: David Sterba <dsterba@suse.cz>
2273 L: linux-btrfs@vger.kernel.org
2274 W: http://btrfs.wiki.kernel.org/
2275 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
2276 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2277 S: Maintained
2278 F: Documentation/filesystems/btrfs.txt
2279 F: fs/btrfs/
2280
2281 BTTV VIDEO4LINUX DRIVER
2282 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2283 L: linux-media@vger.kernel.org
2284 W: http://linuxtv.org
2285 T: git git://linuxtv.org/media_tree.git
2286 S: Odd fixes
2287 F: Documentation/video4linux/bttv/
2288 F: drivers/media/pci/bt8xx/bttv*
2289
2290 BUSLOGIC SCSI DRIVER
2291 M: Khalid Aziz <khalid@gonehiking.org>
2292 L: linux-scsi@vger.kernel.org
2293 S: Maintained
2294 F: drivers/scsi/BusLogic.*
2295 F: drivers/scsi/FlashPoint.*
2296
2297 C-MEDIA CMI8788 DRIVER
2298 M: Clemens Ladisch <clemens@ladisch.de>
2299 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2300 T: git git://git.alsa-project.org/alsa-kernel.git
2301 S: Maintained
2302 F: sound/pci/oxygen/
2303
2304 C6X ARCHITECTURE
2305 M: Mark Salter <msalter@redhat.com>
2306 M: Aurelien Jacquiot <a-jacquiot@ti.com>
2307 L: linux-c6x-dev@linux-c6x.org
2308 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
2309 S: Maintained
2310 F: arch/c6x/
2311
2312 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2313 M: David Howells <dhowells@redhat.com>
2314 L: linux-cachefs@redhat.com
2315 S: Supported
2316 F: Documentation/filesystems/caching/cachefiles.txt
2317 F: fs/cachefiles/
2318
2319 CADET FM/AM RADIO RECEIVER DRIVER
2320 M: Hans Verkuil <hverkuil@xs4all.nl>
2321 L: linux-media@vger.kernel.org
2322 T: git git://linuxtv.org/media_tree.git
2323 W: http://linuxtv.org
2324 S: Maintained
2325 F: drivers/media/radio/radio-cadet*
2326
2327 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2328 M: Jonathan Corbet <corbet@lwn.net>
2329 L: linux-media@vger.kernel.org
2330 T: git git://linuxtv.org/media_tree.git
2331 S: Maintained
2332 F: Documentation/video4linux/cafe_ccic
2333 F: drivers/media/platform/marvell-ccic/
2334
2335 CAIF NETWORK LAYER
2336 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2337 L: netdev@vger.kernel.org
2338 S: Supported
2339 F: Documentation/networking/caif/
2340 F: drivers/net/caif/
2341 F: include/uapi/linux/caif/
2342 F: include/net/caif/
2343 F: net/caif/
2344
2345 CALGARY x86-64 IOMMU
2346 M: Muli Ben-Yehuda <muli@il.ibm.com>
2347 M: "Jon D. Mason" <jdmason@kudzu.us>
2348 L: discuss@x86-64.org
2349 S: Maintained
2350 F: arch/x86/kernel/pci-calgary_64.c
2351 F: arch/x86/kernel/tce_64.c
2352 F: arch/x86/include/asm/calgary.h
2353 F: arch/x86/include/asm/tce.h
2354
2355 CAN NETWORK LAYER
2356 M: Oliver Hartkopp <socketcan@hartkopp.net>
2357 L: linux-can@vger.kernel.org
2358 W: http://gitorious.org/linux-can
2359 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2360 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2361 S: Maintained
2362 F: Documentation/networking/can.txt
2363 F: net/can/
2364 F: include/linux/can/core.h
2365 F: include/uapi/linux/can.h
2366 F: include/uapi/linux/can/bcm.h
2367 F: include/uapi/linux/can/raw.h
2368 F: include/uapi/linux/can/gw.h
2369
2370 CAN NETWORK DRIVERS
2371 M: Wolfgang Grandegger <wg@grandegger.com>
2372 M: Marc Kleine-Budde <mkl@pengutronix.de>
2373 L: linux-can@vger.kernel.org
2374 W: http://gitorious.org/linux-can
2375 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2376 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2377 S: Maintained
2378 F: drivers/net/can/
2379 F: include/linux/can/dev.h
2380 F: include/linux/can/platform/
2381 F: include/uapi/linux/can/error.h
2382 F: include/uapi/linux/can/netlink.h
2383
2384 CAPABILITIES
2385 M: Serge Hallyn <serge.hallyn@canonical.com>
2386 L: linux-security-module@vger.kernel.org
2387 S: Supported
2388 F: include/linux/capability.h
2389 F: include/uapi/linux/capability.h
2390 F: security/capability.c
2391 F: security/commoncap.c
2392 F: kernel/capability.c
2393
2394 CC2520 IEEE-802.15.4 RADIO DRIVER
2395 M: Varka Bhadram <varkabhadram@gmail.com>
2396 L: linux-wpan@vger.kernel.org
2397 S: Maintained
2398 F: drivers/net/ieee802154/cc2520.c
2399 F: include/linux/spi/cc2520.h
2400 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2401
2402 CELL BROADBAND ENGINE ARCHITECTURE
2403 M: Arnd Bergmann <arnd@arndb.de>
2404 L: linuxppc-dev@lists.ozlabs.org
2405 L: cbe-oss-dev@lists.ozlabs.org
2406 W: http://www.ibm.com/developerworks/power/cell/
2407 S: Supported
2408 F: arch/powerpc/include/asm/cell*.h
2409 F: arch/powerpc/include/asm/spu*.h
2410 F: arch/powerpc/include/uapi/asm/spu*.h
2411 F: arch/powerpc/oprofile/*cell*
2412 F: arch/powerpc/platforms/cell/
2413
2414 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2415 M: Sage Weil <sage@inktank.com>
2416 L: ceph-devel@vger.kernel.org
2417 W: http://ceph.com/
2418 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2419 S: Supported
2420 F: Documentation/filesystems/ceph.txt
2421 F: fs/ceph/
2422 F: net/ceph/
2423 F: include/linux/ceph/
2424 F: include/linux/crush/
2425
2426 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2427 L: linux-usb@vger.kernel.org
2428 S: Orphan
2429 F: Documentation/usb/WUSB-Design-overview.txt
2430 F: Documentation/usb/wusb-cbaf
2431 F: drivers/usb/host/hwa-hc.c
2432 F: drivers/usb/host/whci/
2433 F: drivers/usb/wusbcore/
2434 F: include/linux/usb/wusb*
2435
2436 CFAG12864B LCD DRIVER
2437 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2438 W: http://miguelojeda.es/auxdisplay.htm
2439 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2440 S: Maintained
2441 F: drivers/auxdisplay/cfag12864b.c
2442 F: include/linux/cfag12864b.h
2443
2444 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2445 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2446 W: http://miguelojeda.es/auxdisplay.htm
2447 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2448 S: Maintained
2449 F: drivers/auxdisplay/cfag12864bfb.c
2450 F: include/linux/cfag12864b.h
2451
2452 CFG80211 and NL80211
2453 M: Johannes Berg <johannes@sipsolutions.net>
2454 L: linux-wireless@vger.kernel.org
2455 W: http://wireless.kernel.org/
2456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2458 S: Maintained
2459 F: include/uapi/linux/nl80211.h
2460 F: include/net/cfg80211.h
2461 F: net/wireless/*
2462 X: net/wireless/wext*
2463
2464 CHAR and MISC DRIVERS
2465 M: Arnd Bergmann <arnd@arndb.de>
2466 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2467 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2468 S: Supported
2469 F: drivers/char/*
2470 F: drivers/misc/*
2471 F: include/linux/miscdevice.h
2472
2473 CHECKPATCH
2474 M: Andy Whitcroft <apw@canonical.com>
2475 M: Joe Perches <joe@perches.com>
2476 S: Maintained
2477 F: scripts/checkpatch.pl
2478
2479 CHINESE DOCUMENTATION
2480 M: Harry Wei <harryxiyou@gmail.com>
2481 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2482 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
2483 S: Maintained
2484 F: Documentation/zh_CN/
2485
2486 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2487 M: Peter Chen <Peter.Chen@freescale.com>
2488 T: git git://github.com/hzpeterchen/linux-usb.git
2489 L: linux-usb@vger.kernel.org
2490 S: Maintained
2491 F: drivers/usb/chipidea/
2492
2493 CHROME HARDWARE PLATFORM SUPPORT
2494 M: Olof Johansson <olof@lixom.net>
2495 S: Maintained
2496 F: drivers/platform/chrome/
2497
2498 CISCO VIC ETHERNET NIC DRIVER
2499 M: Christian Benvenuti <benve@cisco.com>
2500 M: Sujith Sankar <ssujith@cisco.com>
2501 M: Govindarajulu Varadarajan <_govind@gmx.com>
2502 M: Neel Patel <neepatel@cisco.com>
2503 S: Supported
2504 F: drivers/net/ethernet/cisco/enic/
2505
2506 CISCO VIC LOW LATENCY NIC DRIVER
2507 M: Upinder Malhi <umalhi@cisco.com>
2508 S: Supported
2509 F: drivers/infiniband/hw/usnic
2510
2511 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2512 M: Hartley Sweeten <hsweeten@visionengravers.com>
2513 L: netdev@vger.kernel.org
2514 S: Maintained
2515 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
2516
2517 CIRRUS LOGIC AUDIO CODEC DRIVERS
2518 M: Brian Austin <brian.austin@cirrus.com>
2519 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
2520 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2521 S: Maintained
2522 F: sound/soc/codecs/cs*
2523
2524 CLEANCACHE API
2525 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2526 L: linux-kernel@vger.kernel.org
2527 S: Maintained
2528 F: mm/cleancache.c
2529 F: include/linux/cleancache.h
2530
2531 CLK API
2532 M: Russell King <linux@arm.linux.org.uk>
2533 S: Maintained
2534 F: include/linux/clk.h
2535
2536 CLOCKSOURCE, CLOCKEVENT DRIVERS
2537 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2538 M: Thomas Gleixner <tglx@linutronix.de>
2539 L: linux-kernel@vger.kernel.org
2540 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2541 S: Supported
2542 F: drivers/clocksource
2543
2544 CISCO FCOE HBA DRIVER
2545 M: Hiral Patel <hiralpat@cisco.com>
2546 M: Suma Ramars <sramars@cisco.com>
2547 M: Brian Uchino <buchino@cisco.com>
2548 L: linux-scsi@vger.kernel.org
2549 S: Supported
2550 F: drivers/scsi/fnic/
2551
2552 CMPC ACPI DRIVER
2553 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2554 M: Daniel Oliveira Nascimento <don@syst.com.br>
2555 L: platform-driver-x86@vger.kernel.org
2556 S: Supported
2557 F: drivers/platform/x86/classmate-laptop.c
2558
2559 COCCINELLE/Semantic Patches (SmPL)
2560 M: Julia Lawall <Julia.Lawall@lip6.fr>
2561 M: Gilles Muller <Gilles.Muller@lip6.fr>
2562 M: Nicolas Palix <nicolas.palix@imag.fr>
2563 M: Michal Marek <mmarek@suse.cz>
2564 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2566 W: http://coccinelle.lip6.fr/
2567 S: Supported
2568 F: Documentation/coccinelle.txt
2569 F: scripts/coccinelle/
2570 F: scripts/coccicheck
2571
2572 CODA FILE SYSTEM
2573 M: Jan Harkes <jaharkes@cs.cmu.edu>
2574 M: coda@cs.cmu.edu
2575 L: codalist@coda.cs.cmu.edu
2576 W: http://www.coda.cs.cmu.edu/
2577 S: Maintained
2578 F: Documentation/filesystems/coda.txt
2579 F: fs/coda/
2580 F: include/linux/coda*.h
2581 F: include/uapi/linux/coda*.h
2582
2583 CODA V4L2 MEM2MEM DRIVER
2584 M: Philipp Zabel <p.zabel@pengutronix.de>
2585 L: linux-media@vger.kernel.org
2586 S: Maintained
2587 F: Documentation/devicetree/bindings/media/coda.txt
2588 F: drivers/media/platform/coda/
2589
2590 COMMON CLK FRAMEWORK
2591 M: Mike Turquette <mturquette@linaro.org>
2592 M: Stephen Boyd <sboyd@codeaurora.org>
2593 L: linux-kernel@vger.kernel.org
2594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2595 S: Maintained
2596 F: drivers/clk/
2597 X: drivers/clk/clkdev.c
2598 F: include/linux/clk-pr*
2599 F: include/linux/clk/
2600
2601 COMMON INTERNET FILE SYSTEM (CIFS)
2602 M: Steve French <sfrench@samba.org>
2603 L: linux-cifs@vger.kernel.org
2604 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2605 W: http://linux-cifs.samba.org/
2606 T: git git://git.samba.org/sfrench/cifs-2.6.git
2607 S: Supported
2608 F: Documentation/filesystems/cifs/
2609 F: fs/cifs/
2610
2611 COMPACTPCI HOTPLUG CORE
2612 M: Scott Murray <scott@spiteful.org>
2613 L: linux-pci@vger.kernel.org
2614 S: Maintained
2615 F: drivers/pci/hotplug/cpci_hotplug*
2616
2617 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2618 M: Scott Murray <scott@spiteful.org>
2619 L: linux-pci@vger.kernel.org
2620 S: Maintained
2621 F: drivers/pci/hotplug/cpcihp_zt5550.*
2622
2623 COMPACTPCI HOTPLUG GENERIC DRIVER
2624 M: Scott Murray <scott@spiteful.org>
2625 L: linux-pci@vger.kernel.org
2626 S: Maintained
2627 F: drivers/pci/hotplug/cpcihp_generic.c
2628
2629 COMPAL LAPTOP SUPPORT
2630 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2631 L: platform-driver-x86@vger.kernel.org
2632 S: Maintained
2633 F: drivers/platform/x86/compal-laptop.c
2634
2635 CONEXANT ACCESSRUNNER USB DRIVER
2636 M: Simon Arlott <cxacru@fire.lp0.eu>
2637 L: accessrunner-general@lists.sourceforge.net
2638 W: http://accessrunner.sourceforge.net/
2639 S: Maintained
2640 F: drivers/usb/atm/cxacru.c
2641
2642 CONFIGFS
2643 M: Joel Becker <jlbec@evilplan.org>
2644 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2645 S: Supported
2646 F: fs/configfs/
2647 F: include/linux/configfs.h
2648
2649 CONNECTOR
2650 M: Evgeniy Polyakov <zbr@ioremap.net>
2651 L: netdev@vger.kernel.org
2652 S: Maintained
2653 F: drivers/connector/
2654
2655 CONTROL GROUP (CGROUP)
2656 M: Tejun Heo <tj@kernel.org>
2657 M: Li Zefan <lizefan@huawei.com>
2658 L: cgroups@vger.kernel.org
2659 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2660 S: Maintained
2661 F: Documentation/cgroups/
2662 F: include/linux/cgroup*
2663 F: kernel/cgroup*
2664
2665 CONTROL GROUP - CPUSET
2666 M: Li Zefan <lizefan@huawei.com>
2667 L: cgroups@vger.kernel.org
2668 W: http://www.bullopensource.org/cpuset/
2669 W: http://oss.sgi.com/projects/cpusets/
2670 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2671 S: Maintained
2672 F: Documentation/cgroups/cpusets.txt
2673 F: include/linux/cpuset.h
2674 F: kernel/cpuset.c
2675
2676 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2677 M: Johannes Weiner <hannes@cmpxchg.org>
2678 M: Michal Hocko <mhocko@suse.cz>
2679 L: cgroups@vger.kernel.org
2680 L: linux-mm@kvack.org
2681 S: Maintained
2682 F: mm/memcontrol.c
2683 F: mm/swap_cgroup.c
2684
2685 CORETEMP HARDWARE MONITORING DRIVER
2686 M: Fenghua Yu <fenghua.yu@intel.com>
2687 L: lm-sensors@lm-sensors.org
2688 S: Maintained
2689 F: Documentation/hwmon/coretemp
2690 F: drivers/hwmon/coretemp.c
2691
2692 COSA/SRP SYNC SERIAL DRIVER
2693 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2694 W: http://www.fi.muni.cz/~kas/cosa/
2695 S: Maintained
2696 F: drivers/net/wan/cosa*
2697
2698 CPMAC ETHERNET DRIVER
2699 M: Florian Fainelli <florian@openwrt.org>
2700 L: netdev@vger.kernel.org
2701 S: Maintained
2702 F: drivers/net/ethernet/ti/cpmac.c
2703
2704 CPU FREQUENCY DRIVERS
2705 M: Rafael J. Wysocki <rjw@rjwysocki.net>
2706 M: Viresh Kumar <viresh.kumar@linaro.org>
2707 L: linux-pm@vger.kernel.org
2708 S: Maintained
2709 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2710 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2711 F: drivers/cpufreq/
2712 F: include/linux/cpufreq.h
2713
2714 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2715 M: Viresh Kumar <viresh.kumar@linaro.org>
2716 M: Sudeep Holla <sudeep.holla@arm.com>
2717 L: linux-pm@vger.kernel.org
2718 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2719 S: Maintained
2720 F: drivers/cpufreq/arm_big_little.h
2721 F: drivers/cpufreq/arm_big_little.c
2722 F: drivers/cpufreq/arm_big_little_dt.c
2723
2724 CPUIDLE DRIVER - ARM BIG LITTLE
2725 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2726 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2727 L: linux-pm@vger.kernel.org
2728 L: linux-arm-kernel@lists.infradead.org
2729 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2730 S: Maintained
2731 F: drivers/cpuidle/cpuidle-big_little.c
2732
2733 CPUIDLE DRIVER - ARM EXYNOS
2734 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2735 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2736 M: Kukjin Kim <kgene@kernel.org>
2737 L: linux-pm@vger.kernel.org
2738 L: linux-samsung-soc@vger.kernel.org
2739 S: Supported
2740 F: drivers/cpuidle/cpuidle-exynos.c
2741 F: arch/arm/mach-exynos/pm.c
2742
2743 CPUIDLE DRIVERS
2744 M: Rafael J. Wysocki <rjw@rjwysocki.net>
2745 M: Daniel Lezcano <daniel.lezcano@linaro.org>
2746 L: linux-pm@vger.kernel.org
2747 S: Maintained
2748 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2749 F: drivers/cpuidle/*
2750 F: include/linux/cpuidle.h
2751
2752 CPUID/MSR DRIVER
2753 M: "H. Peter Anvin" <hpa@zytor.com>
2754 S: Maintained
2755 F: arch/x86/kernel/cpuid.c
2756 F: arch/x86/kernel/msr.c
2757
2758 CPU POWER MONITORING SUBSYSTEM
2759 M: Thomas Renninger <trenn@suse.de>
2760 L: linux-pm@vger.kernel.org
2761 S: Maintained
2762 F: tools/power/cpupower/
2763
2764 CRAMFS FILESYSTEM
2765 W: http://sourceforge.net/projects/cramfs/
2766 S: Orphan / Obsolete
2767 F: Documentation/filesystems/cramfs.txt
2768 F: fs/cramfs/
2769
2770 CRIS PORT
2771 M: Mikael Starvik <starvik@axis.com>
2772 M: Jesper Nilsson <jesper.nilsson@axis.com>
2773 L: linux-cris-kernel@axis.com
2774 W: http://developer.axis.com
2775 S: Maintained
2776 F: arch/cris/
2777 F: drivers/tty/serial/crisv10.*
2778
2779 CRYPTO API
2780 M: Herbert Xu <herbert@gondor.apana.org.au>
2781 M: "David S. Miller" <davem@davemloft.net>
2782 L: linux-crypto@vger.kernel.org
2783 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2784 S: Maintained
2785 F: Documentation/crypto/
2786 F: arch/*/crypto/
2787 F: crypto/
2788 F: drivers/crypto/
2789 F: include/crypto/
2790
2791 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2792 M: Neil Horman <nhorman@tuxdriver.com>
2793 L: linux-crypto@vger.kernel.org
2794 S: Maintained
2795 F: crypto/ansi_cprng.c
2796 F: crypto/rng.c
2797
2798 CS5535 Audio ALSA driver
2799 M: Jaya Kumar <jayakumar.alsa@gmail.com>
2800 S: Maintained
2801 F: sound/pci/cs5535audio/
2802
2803 CW1200 WLAN driver
2804 M: Solomon Peachy <pizza@shaftnet.org>
2805 S: Maintained
2806 F: drivers/net/wireless/cw1200/
2807
2808 CX18 VIDEO4LINUX DRIVER
2809 M: Andy Walls <awalls@md.metrocast.net>
2810 L: ivtv-devel@ivtvdriver.org (subscribers-only)
2811 L: linux-media@vger.kernel.org
2812 T: git git://linuxtv.org/media_tree.git
2813 W: http://linuxtv.org
2814 W: http://www.ivtvdriver.org/index.php/Cx18
2815 S: Maintained
2816 F: Documentation/video4linux/cx18.txt
2817 F: drivers/media/pci/cx18/
2818 F: include/uapi/linux/ivtv*
2819
2820 CX2341X MPEG ENCODER HELPER MODULE
2821 M: Hans Verkuil <hverkuil@xs4all.nl>
2822 L: linux-media@vger.kernel.org
2823 T: git git://linuxtv.org/media_tree.git
2824 W: http://linuxtv.org
2825 S: Maintained
2826 F: drivers/media/common/cx2341x*
2827 F: include/media/cx2341x*
2828
2829 CX88 VIDEO4LINUX DRIVER
2830 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2831 L: linux-media@vger.kernel.org
2832 W: http://linuxtv.org
2833 T: git git://linuxtv.org/media_tree.git
2834 S: Odd fixes
2835 F: Documentation/video4linux/cx88/
2836 F: drivers/media/pci/cx88/
2837
2838 CXD2820R MEDIA DRIVER
2839 M: Antti Palosaari <crope@iki.fi>
2840 L: linux-media@vger.kernel.org
2841 W: http://linuxtv.org/
2842 W: http://palosaari.fi/linux/
2843 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2844 T: git git://linuxtv.org/anttip/media_tree.git
2845 S: Maintained
2846 F: drivers/media/dvb-frontends/cxd2820r*
2847
2848 CXGB3 ETHERNET DRIVER (CXGB3)
2849 M: Santosh Raspatur <santosh@chelsio.com>
2850 L: netdev@vger.kernel.org
2851 W: http://www.chelsio.com
2852 S: Supported
2853 F: drivers/net/ethernet/chelsio/cxgb3/
2854
2855 CXGB3 ISCSI DRIVER (CXGB3I)
2856 M: Karen Xie <kxie@chelsio.com>
2857 L: linux-scsi@vger.kernel.org
2858 W: http://www.chelsio.com
2859 S: Supported
2860 F: drivers/scsi/cxgbi/cxgb3i
2861
2862 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2863 M: Steve Wise <swise@chelsio.com>
2864 L: linux-rdma@vger.kernel.org
2865 W: http://www.openfabrics.org
2866 S: Supported
2867 F: drivers/infiniband/hw/cxgb3/
2868
2869 CXGB4 ETHERNET DRIVER (CXGB4)
2870 M: Hariprasad S <hariprasad@chelsio.com>
2871 L: netdev@vger.kernel.org
2872 W: http://www.chelsio.com
2873 S: Supported
2874 F: drivers/net/ethernet/chelsio/cxgb4/
2875
2876 CXGB4 ISCSI DRIVER (CXGB4I)
2877 M: Karen Xie <kxie@chelsio.com>
2878 L: linux-scsi@vger.kernel.org
2879 W: http://www.chelsio.com
2880 S: Supported
2881 F: drivers/scsi/cxgbi/cxgb4i
2882
2883 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2884 M: Steve Wise <swise@chelsio.com>
2885 L: linux-rdma@vger.kernel.org
2886 W: http://www.openfabrics.org
2887 S: Supported
2888 F: drivers/infiniband/hw/cxgb4/
2889
2890 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2891 M: Casey Leedom <leedom@chelsio.com>
2892 L: netdev@vger.kernel.org
2893 W: http://www.chelsio.com
2894 S: Supported
2895 F: drivers/net/ethernet/chelsio/cxgb4vf/
2896
2897 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2898 M: Ian Munsie <imunsie@au1.ibm.com>
2899 M: Michael Neuling <mikey@neuling.org>
2900 L: linuxppc-dev@lists.ozlabs.org
2901 S: Supported
2902 F: drivers/misc/cxl/
2903 F: include/misc/cxl.h
2904 F: include/uapi/misc/cxl.h
2905 F: Documentation/powerpc/cxl.txt
2906 F: Documentation/powerpc/cxl.txt
2907 F: Documentation/ABI/testing/sysfs-class-cxl
2908
2909 STMMAC ETHERNET DRIVER
2910 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
2911 L: netdev@vger.kernel.org
2912 W: http://www.stlinux.com
2913 S: Supported
2914 F: drivers/net/ethernet/stmicro/stmmac/
2915
2916 CYBERPRO FB DRIVER
2917 M: Russell King <linux@arm.linux.org.uk>
2918 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2919 W: http://www.arm.linux.org.uk/
2920 S: Maintained
2921 F: drivers/video/fbdev/cyber2000fb.*
2922
2923 CYCLADES ASYNC MUX DRIVER
2924 W: http://www.cyclades.com/
2925 S: Orphan
2926 F: drivers/tty/cyclades.c
2927 F: include/linux/cyclades.h
2928 F: include/uapi/linux/cyclades.h
2929
2930 CYCLADES PC300 DRIVER
2931 W: http://www.cyclades.com/
2932 S: Orphan
2933 F: drivers/net/wan/pc300*
2934
2935 CYPRESS_FIRMWARE MEDIA DRIVER
2936 M: Antti Palosaari <crope@iki.fi>
2937 L: linux-media@vger.kernel.org
2938 W: http://linuxtv.org/
2939 W: http://palosaari.fi/linux/
2940 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2941 T: git git://linuxtv.org/anttip/media_tree.git
2942 S: Maintained
2943 F: drivers/media/common/cypress_firmware*
2944
2945 CYTTSP TOUCHSCREEN DRIVER
2946 M: Ferruh Yigit <fery@cypress.com>
2947 L: linux-input@vger.kernel.org
2948 S: Supported
2949 F: drivers/input/touchscreen/cyttsp*
2950 F: include/linux/input/cyttsp.h
2951
2952 DAMA SLAVE for AX.25
2953 M: Joerg Reuter <jreuter@yaina.de>
2954 W: http://yaina.de/jreuter/
2955 W: http://www.qsl.net/dl1bke/
2956 L: linux-hams@vger.kernel.org
2957 S: Maintained
2958 F: net/ax25/af_ax25.c
2959 F: net/ax25/ax25_dev.c
2960 F: net/ax25/ax25_ds_*
2961 F: net/ax25/ax25_in.c
2962 F: net/ax25/ax25_out.c
2963 F: net/ax25/ax25_timer.c
2964 F: net/ax25/sysctl_net_ax25.c
2965
2966 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2967 L: netdev@vger.kernel.org
2968 S: Orphan
2969 F: Documentation/networking/dmfe.txt
2970 F: drivers/net/ethernet/dec/tulip/dmfe.c
2971
2972 DC390/AM53C974 SCSI driver
2973 M: Hannes Reinecke <hare@suse.de>
2974 L: linux-scsi@vger.kernel.org
2975 S: Maintained
2976 F: drivers/scsi/am53c974.c
2977
2978 DC395x SCSI driver
2979 M: Oliver Neukum <oliver@neukum.org>
2980 M: Ali Akcaagac <aliakc@web.de>
2981 M: Jamie Lenehan <lenehan@twibble.org>
2982 L: dc395x@twibble.org
2983 W: http://twibble.org/dist/dc395x/
2984 W: http://lists.twibble.org/mailman/listinfo/dc395x/
2985 S: Maintained
2986 F: Documentation/scsi/dc395x.txt
2987 F: drivers/scsi/dc395x.*
2988
2989 DCCP PROTOCOL
2990 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2991 L: dccp@vger.kernel.org
2992 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2993 S: Maintained
2994 F: include/linux/dccp.h
2995 F: include/uapi/linux/dccp.h
2996 F: include/linux/tfrc.h
2997 F: net/dccp/
2998
2999 DECnet NETWORK LAYER
3000 W: http://linux-decnet.sourceforge.net
3001 L: linux-decnet-user@lists.sourceforge.net
3002 S: Orphan
3003 F: Documentation/networking/decnet.txt
3004 F: net/decnet/
3005
3006 DECSTATION PLATFORM SUPPORT
3007 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3008 L: linux-mips@linux-mips.org
3009 W: http://www.linux-mips.org/wiki/DECstation
3010 S: Maintained
3011 F: arch/mips/dec/
3012 F: arch/mips/include/asm/dec/
3013 F: arch/mips/include/asm/mach-dec/
3014
3015 DEFXX FDDI NETWORK DRIVER
3016 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3017 S: Maintained
3018 F: drivers/net/fddi/defxx.*
3019
3020 DELL LAPTOP DRIVER
3021 M: Matthew Garrett <mjg59@srcf.ucam.org>
3022 L: platform-driver-x86@vger.kernel.org
3023 S: Maintained
3024 F: drivers/platform/x86/dell-laptop.c
3025
3026 DELL LAPTOP SMM DRIVER
3027 M: Guenter Roeck <linux@roeck-us.net>
3028 F: drivers/char/i8k.c
3029 F: include/uapi/linux/i8k.h
3030
3031 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3032 M: Doug Warzecha <Douglas_Warzecha@dell.com>
3033 S: Maintained
3034 F: Documentation/dcdbas.txt
3035 F: drivers/firmware/dcdbas.*
3036
3037 DELL WMI EXTRAS DRIVER
3038 M: Matthew Garrett <mjg59@srcf.ucam.org>
3039 S: Maintained
3040 F: drivers/platform/x86/dell-wmi.c
3041
3042 DESIGNWARE USB2 DRD IP DRIVER
3043 M: Paul Zimmerman <paulz@synopsys.com>
3044 L: linux-usb@vger.kernel.org
3045 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3046 S: Maintained
3047 F: drivers/usb/dwc2/
3048
3049 DESIGNWARE USB3 DRD IP DRIVER
3050 M: Felipe Balbi <balbi@ti.com>
3051 L: linux-usb@vger.kernel.org
3052 L: linux-omap@vger.kernel.org
3053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3054 S: Maintained
3055 F: drivers/usb/dwc3/
3056
3057 DEVICE COREDUMP (DEV_COREDUMP)
3058 M: Johannes Berg <johannes@sipsolutions.net>
3059 L: linux-kernel@vger.kernel.org
3060 S: Maintained
3061 F: drivers/base/devcoredump.c
3062 F: include/linux/devcoredump.h
3063
3064 DEVICE FREQUENCY (DEVFREQ)
3065 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3066 M: Kyungmin Park <kyungmin.park@samsung.com>
3067 L: linux-pm@vger.kernel.org
3068 S: Maintained
3069 F: drivers/devfreq/
3070
3071 DEVICE NUMBER REGISTRY
3072 M: Torben Mathiasen <device@lanana.org>
3073 W: http://lanana.org/docs/device-list/index.html
3074 S: Maintained
3075
3076 DEVICE-MAPPER (LVM)
3077 M: Alasdair Kergon <agk@redhat.com>
3078 M: Mike Snitzer <snitzer@redhat.com>
3079 M: dm-devel@redhat.com
3080 L: dm-devel@redhat.com
3081 W: http://sources.redhat.com/dm
3082 Q: http://patchwork.kernel.org/project/dm-devel/list/
3083 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3084 T: quilt http://people.redhat.com/agk/patches/linux/editing/
3085 S: Maintained
3086 F: Documentation/device-mapper/
3087 F: drivers/md/dm*
3088 F: drivers/md/persistent-data/
3089 F: include/linux/device-mapper.h
3090 F: include/linux/dm-*.h
3091 F: include/uapi/linux/dm-*.h
3092
3093 DIALOG SEMICONDUCTOR DRIVERS
3094 M: Support Opensource <support.opensource@diasemi.com>
3095 W: http://www.dialog-semiconductor.com/products
3096 S: Supported
3097 F: Documentation/hwmon/da90??
3098 F: drivers/gpio/gpio-da90??.c
3099 F: drivers/hwmon/da90??-hwmon.c
3100 F: drivers/input/misc/da90??_onkey.c
3101 F: drivers/input/touchscreen/da9052_tsi.c
3102 F: drivers/leds/leds-da90??.c
3103 F: drivers/mfd/da903x.c
3104 F: drivers/mfd/da90??-*.c
3105 F: drivers/power/da9052-battery.c
3106 F: drivers/regulator/da903x.c
3107 F: drivers/regulator/da9???-regulator.[ch]
3108 F: drivers/rtc/rtc-da90??.c
3109 F: drivers/video/backlight/da90??_bl.c
3110 F: drivers/watchdog/da90??_wdt.c
3111 F: include/linux/mfd/da903x.h
3112 F: include/linux/mfd/da9052/
3113 F: include/linux/mfd/da9055/
3114 F: include/linux/mfd/da9063/
3115 F: include/sound/da[79]*.h
3116 F: sound/soc/codecs/da[79]*.[ch]
3117
3118 DIGI NEO AND CLASSIC PCI PRODUCTS
3119 M: Lidza Louina <lidza.louina@gmail.com>
3120 M: Mark Hounschell <markh@compro.net>
3121 L: driverdev-devel@linuxdriverproject.org
3122 S: Maintained
3123 F: drivers/staging/dgnc/
3124
3125 DIGI EPCA PCI PRODUCTS
3126 M: Lidza Louina <lidza.louina@gmail.com>
3127 M: Mark Hounschell <markh@compro.net>
3128 M: Daeseok Youn <daeseok.youn@gmail.com>
3129 L: driverdev-devel@linuxdriverproject.org
3130 S: Maintained
3131 F: drivers/staging/dgap/
3132
3133 DIOLAN U2C-12 I2C DRIVER
3134 M: Guenter Roeck <linux@roeck-us.net>
3135 L: linux-i2c@vger.kernel.org
3136 S: Maintained
3137 F: drivers/i2c/busses/i2c-diolan-u2c.c
3138
3139 DIRECTORY NOTIFICATION (DNOTIFY)
3140 M: Eric Paris <eparis@parisplace.org>
3141 S: Maintained
3142 F: Documentation/filesystems/dnotify.txt
3143 F: fs/notify/dnotify/
3144 F: include/linux/dnotify.h
3145
3146 DISK GEOMETRY AND PARTITION HANDLING
3147 M: Andries Brouwer <aeb@cwi.nl>
3148 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3149 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3150 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3151 S: Maintained
3152
3153 DISKQUOTA
3154 M: Jan Kara <jack@suse.cz>
3155 S: Maintained
3156 F: Documentation/filesystems/quota.txt
3157 F: fs/quota/
3158 F: include/linux/quota*.h
3159 F: include/uapi/linux/quota*.h
3160
3161 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3162 M: Bernie Thompson <bernie@plugable.com>
3163 L: linux-fbdev@vger.kernel.org
3164 S: Maintained
3165 W: http://plugable.com/category/projects/udlfb/
3166 F: drivers/video/fbdev/udlfb.c
3167 F: include/video/udlfb.h
3168 F: Documentation/fb/udlfb.txt
3169
3170 DISTRIBUTED LOCK MANAGER (DLM)
3171 M: Christine Caulfield <ccaulfie@redhat.com>
3172 M: David Teigland <teigland@redhat.com>
3173 L: cluster-devel@redhat.com
3174 W: http://sources.redhat.com/cluster/
3175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3176 S: Supported
3177 F: fs/dlm/
3178
3179 DMA BUFFER SHARING FRAMEWORK
3180 M: Sumit Semwal <sumit.semwal@linaro.org>
3181 S: Maintained
3182 L: linux-media@vger.kernel.org
3183 L: dri-devel@lists.freedesktop.org
3184 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3185 F: drivers/dma-buf/
3186 F: include/linux/dma-buf*
3187 F: include/linux/reservation.h
3188 F: include/linux/*fence.h
3189 F: Documentation/dma-buf-sharing.txt
3190 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3191
3192 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3193 M: Vinod Koul <vinod.koul@intel.com>
3194 L: dmaengine@vger.kernel.org
3195 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
3196 S: Maintained
3197 F: drivers/dma/
3198 F: include/linux/dmaengine.h
3199 F: Documentation/dmaengine/
3200 T: git git://git.infradead.org/users/vkoul/slave-dma.git
3201
3202 DME1737 HARDWARE MONITOR DRIVER
3203 M: Juerg Haefliger <juergh@gmail.com>
3204 L: lm-sensors@lm-sensors.org
3205 S: Maintained
3206 F: Documentation/hwmon/dme1737
3207 F: drivers/hwmon/dme1737.c
3208
3209 DOCKING STATION DRIVER
3210 M: Shaohua Li <shaohua.li@intel.com>
3211 L: linux-acpi@vger.kernel.org
3212 S: Supported
3213 F: drivers/acpi/dock.c
3214
3215 DOCUMENTATION
3216 M: Jonathan Corbet <corbet@lwn.net>
3217 L: linux-doc@vger.kernel.org
3218 S: Maintained
3219 F: Documentation/
3220 X: Documentation/ABI/
3221 X: Documentation/devicetree/
3222 X: Documentation/[a-z][a-z]_[A-Z][A-Z]/
3223
3224 DOUBLETALK DRIVER
3225 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
3226 L: blinux-list@redhat.com
3227 S: Maintained
3228 F: drivers/char/dtlk.c
3229 F: include/linux/dtlk.h
3230
3231 DPT_I2O SCSI RAID DRIVER
3232 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3233 L: linux-scsi@vger.kernel.org
3234 W: http://www.adaptec.com/
3235 S: Maintained
3236 F: drivers/scsi/dpt*
3237 F: drivers/scsi/dpt/
3238
3239 DRBD DRIVER
3240 P: Philipp Reisner
3241 P: Lars Ellenberg
3242 M: drbd-dev@lists.linbit.com
3243 L: drbd-user@lists.linbit.com
3244 W: http://www.drbd.org
3245 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
3246 T: git git://git.drbd.org/drbd-8.3.git
3247 S: Supported
3248 F: drivers/block/drbd/
3249 F: lib/lru_cache.c
3250 F: Documentation/blockdev/drbd/
3251
3252 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3253 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3254 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3255 S: Supported
3256 F: Documentation/kobject.txt
3257 F: drivers/base/
3258 F: fs/sysfs/
3259 F: fs/debugfs/
3260 F: include/linux/kobj*
3261 F: include/linux/debugfs.h
3262 F: lib/kobj*
3263
3264 DRM DRIVERS
3265 M: David Airlie <airlied@linux.ie>
3266 L: dri-devel@lists.freedesktop.org
3267 T: git git://people.freedesktop.org/~airlied/linux
3268 S: Maintained
3269 F: drivers/gpu/drm/
3270 F: drivers/gpu/vga/
3271 F: include/drm/
3272 F: include/uapi/drm/
3273
3274 RADEON DRM DRIVERS
3275 M: Alex Deucher <alexander.deucher@amd.com>
3276 M: Christian König <christian.koenig@amd.com>
3277 L: dri-devel@lists.freedesktop.org
3278 T: git git://people.freedesktop.org/~agd5f/linux
3279 S: Supported
3280 F: drivers/gpu/drm/radeon/
3281 F: include/uapi/drm/radeon*
3282
3283 DRM PANEL DRIVERS
3284 M: Thierry Reding <thierry.reding@gmail.com>
3285 L: dri-devel@lists.freedesktop.org
3286 T: git git://anongit.freedesktop.org/tegra/linux.git
3287 S: Maintained
3288 F: drivers/gpu/drm/drm_panel.c
3289 F: drivers/gpu/drm/panel/
3290 F: include/drm/drm_panel.h
3291 F: Documentation/devicetree/bindings/panel/
3292
3293 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3294 M: Daniel Vetter <daniel.vetter@intel.com>
3295 M: Jani Nikula <jani.nikula@linux.intel.com>
3296 L: intel-gfx@lists.freedesktop.org
3297 L: dri-devel@lists.freedesktop.org
3298 Q: http://patchwork.freedesktop.org/project/intel-gfx/
3299 T: git git://anongit.freedesktop.org/drm-intel
3300 S: Supported
3301 F: drivers/gpu/drm/i915/
3302 F: include/drm/i915*
3303 F: include/uapi/drm/i915*
3304
3305 DRM DRIVERS FOR EXYNOS
3306 M: Inki Dae <inki.dae@samsung.com>
3307 M: Joonyoung Shim <jy0922.shim@samsung.com>
3308 M: Seung-Woo Kim <sw0312.kim@samsung.com>
3309 M: Kyungmin Park <kyungmin.park@samsung.com>
3310 L: dri-devel@lists.freedesktop.org
3311 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3312 S: Supported
3313 F: drivers/gpu/drm/exynos/
3314 F: include/drm/exynos*
3315 F: include/uapi/drm/exynos*
3316
3317 DRM DRIVERS FOR FREESCALE IMX
3318 M: Philipp Zabel <p.zabel@pengutronix.de>
3319 L: dri-devel@lists.freedesktop.org
3320 S: Maintained
3321 F: drivers/gpu/drm/imx/
3322 F: Documentation/devicetree/bindings/drm/imx/
3323
3324 DRM DRIVERS FOR NVIDIA TEGRA
3325 M: Thierry Reding <thierry.reding@gmail.com>
3326 M: Terje Bergström <tbergstrom@nvidia.com>
3327 L: dri-devel@lists.freedesktop.org
3328 L: linux-tegra@vger.kernel.org
3329 T: git git://anongit.freedesktop.org/tegra/linux.git
3330 S: Supported
3331 F: drivers/gpu/drm/tegra/
3332 F: drivers/gpu/host1x/
3333 F: include/linux/host1x.h
3334 F: include/uapi/drm/tegra_drm.h
3335 F: Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3336
3337 DRM DRIVERS FOR RENESAS
3338 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3339 L: dri-devel@lists.freedesktop.org
3340 L: linux-sh@vger.kernel.org
3341 T: git git://people.freedesktop.org/~airlied/linux
3342 S: Supported
3343 F: drivers/gpu/drm/rcar-du/
3344 F: drivers/gpu/drm/shmobile/
3345 F: include/linux/platform_data/rcar-du.h
3346 F: include/linux/platform_data/shmob_drm.h
3347
3348 DSBR100 USB FM RADIO DRIVER
3349 M: Alexey Klimov <klimov.linux@gmail.com>
3350 L: linux-media@vger.kernel.org
3351 T: git git://linuxtv.org/media_tree.git
3352 S: Maintained
3353 F: drivers/media/radio/dsbr100.c
3354
3355 DSCC4 DRIVER
3356 M: Francois Romieu <romieu@fr.zoreil.com>
3357 L: netdev@vger.kernel.org
3358 S: Maintained
3359 F: drivers/net/wan/dscc4.c
3360
3361 DVB_USB_AF9015 MEDIA DRIVER
3362 M: Antti Palosaari <crope@iki.fi>
3363 L: linux-media@vger.kernel.org
3364 W: http://linuxtv.org/
3365 W: http://palosaari.fi/linux/
3366 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3367 T: git git://linuxtv.org/anttip/media_tree.git
3368 S: Maintained
3369 F: drivers/media/usb/dvb-usb-v2/af9015*
3370
3371 DVB_USB_AF9035 MEDIA DRIVER
3372 M: Antti Palosaari <crope@iki.fi>
3373 L: linux-media@vger.kernel.org
3374 W: http://linuxtv.org/
3375 W: http://palosaari.fi/linux/
3376 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3377 T: git git://linuxtv.org/anttip/media_tree.git
3378 S: Maintained
3379 F: drivers/media/usb/dvb-usb-v2/af9035*
3380
3381 DVB_USB_ANYSEE MEDIA DRIVER
3382 M: Antti Palosaari <crope@iki.fi>
3383 L: linux-media@vger.kernel.org
3384 W: http://linuxtv.org/
3385 W: http://palosaari.fi/linux/
3386 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3387 T: git git://linuxtv.org/anttip/media_tree.git
3388 S: Maintained
3389 F: drivers/media/usb/dvb-usb-v2/anysee*
3390
3391 DVB_USB_AU6610 MEDIA DRIVER
3392 M: Antti Palosaari <crope@iki.fi>
3393 L: linux-media@vger.kernel.org
3394 W: http://linuxtv.org/
3395 W: http://palosaari.fi/linux/
3396 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3397 T: git git://linuxtv.org/anttip/media_tree.git
3398 S: Maintained
3399 F: drivers/media/usb/dvb-usb-v2/au6610*
3400
3401 DVB_USB_CE6230 MEDIA DRIVER
3402 M: Antti Palosaari <crope@iki.fi>
3403 L: linux-media@vger.kernel.org
3404 W: http://linuxtv.org/
3405 W: http://palosaari.fi/linux/
3406 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3407 T: git git://linuxtv.org/anttip/media_tree.git
3408 S: Maintained
3409 F: drivers/media/usb/dvb-usb-v2/ce6230*
3410
3411 DVB_USB_CXUSB MEDIA DRIVER
3412 M: Michael Krufky <mkrufky@linuxtv.org>
3413 L: linux-media@vger.kernel.org
3414 W: http://linuxtv.org/
3415 W: http://github.com/mkrufky
3416 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3417 T: git git://linuxtv.org/media_tree.git
3418 S: Maintained
3419 F: drivers/media/usb/dvb-usb/cxusb*
3420
3421 DVB_USB_EC168 MEDIA DRIVER
3422 M: Antti Palosaari <crope@iki.fi>
3423 L: linux-media@vger.kernel.org
3424 W: http://linuxtv.org/
3425 W: http://palosaari.fi/linux/
3426 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3427 T: git git://linuxtv.org/anttip/media_tree.git
3428 S: Maintained
3429 F: drivers/media/usb/dvb-usb-v2/ec168*
3430
3431 DVB_USB_GL861 MEDIA DRIVER
3432 M: Antti Palosaari <crope@iki.fi>
3433 L: linux-media@vger.kernel.org
3434 W: http://linuxtv.org/
3435 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3436 T: git git://linuxtv.org/anttip/media_tree.git
3437 S: Maintained
3438 F: drivers/media/usb/dvb-usb-v2/gl861*
3439
3440 DVB_USB_MXL111SF MEDIA DRIVER
3441 M: Michael Krufky <mkrufky@linuxtv.org>
3442 L: linux-media@vger.kernel.org
3443 W: http://linuxtv.org/
3444 W: http://github.com/mkrufky
3445 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3446 T: git git://linuxtv.org/mkrufky/mxl111sf.git
3447 S: Maintained
3448 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
3449
3450 DVB_USB_RTL28XXU MEDIA DRIVER
3451 M: Antti Palosaari <crope@iki.fi>
3452 L: linux-media@vger.kernel.org
3453 W: http://linuxtv.org/
3454 W: http://palosaari.fi/linux/
3455 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3456 T: git git://linuxtv.org/anttip/media_tree.git
3457 S: Maintained
3458 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
3459
3460 DVB_USB_V2 MEDIA DRIVER
3461 M: Antti Palosaari <crope@iki.fi>
3462 L: linux-media@vger.kernel.org
3463 W: http://linuxtv.org/
3464 W: http://palosaari.fi/linux/
3465 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3466 T: git git://linuxtv.org/anttip/media_tree.git
3467 S: Maintained
3468 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
3469 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
3470
3471 DYNAMIC DEBUG
3472 M: Jason Baron <jbaron@akamai.com>
3473 S: Maintained
3474 F: lib/dynamic_debug.c
3475 F: include/linux/dynamic_debug.h
3476
3477 DZ DECSTATION DZ11 SERIAL DRIVER
3478 M: "Maciej W. Rozycki" <macro@linux-mips.org>
3479 S: Maintained
3480 F: drivers/tty/serial/dz.*
3481
3482 E3X0 POWER BUTTON DRIVER
3483 M: Moritz Fischer <moritz.fischer@ettus.com>
3484 L: usrp-users@lists.ettus.com
3485 W: http://www.ettus.com
3486 S: Supported
3487 F: drivers/input/misc/e3x0-button.c
3488 F: Documentation/devicetree/bindings/input/e3x0-button.txt
3489
3490 E4000 MEDIA DRIVER
3491 M: Antti Palosaari <crope@iki.fi>
3492 L: linux-media@vger.kernel.org
3493 W: http://linuxtv.org/
3494 W: http://palosaari.fi/linux/
3495 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3496 T: git git://linuxtv.org/anttip/media_tree.git
3497 S: Maintained
3498 F: drivers/media/tuners/e4000*
3499
3500 EATA ISA/EISA/PCI SCSI DRIVER
3501 M: Dario Ballabio <ballabio_dario@emc.com>
3502 L: linux-scsi@vger.kernel.org
3503 S: Maintained
3504 F: drivers/scsi/eata.c
3505
3506 EC100 MEDIA DRIVER
3507 M: Antti Palosaari <crope@iki.fi>
3508 L: linux-media@vger.kernel.org
3509 W: http://linuxtv.org/
3510 W: http://palosaari.fi/linux/
3511 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3512 T: git git://linuxtv.org/anttip/media_tree.git
3513 S: Maintained
3514 F: drivers/media/dvb-frontends/ec100*
3515
3516 ECRYPT FILE SYSTEM
3517 M: Tyler Hicks <tyhicks@canonical.com>
3518 L: ecryptfs@vger.kernel.org
3519 W: http://ecryptfs.org
3520 W: https://launchpad.net/ecryptfs
3521 S: Supported
3522 F: Documentation/filesystems/ecryptfs.txt
3523 F: fs/ecryptfs/
3524
3525 EDAC-CORE
3526 M: Doug Thompson <dougthompson@xmission.com>
3527 M: Borislav Petkov <bp@alien8.de>
3528 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3529 L: linux-edac@vger.kernel.org
3530 W: bluesmoke.sourceforge.net
3531 T: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3532 T: git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3533 S: Supported
3534 F: Documentation/edac.txt
3535 F: drivers/edac/
3536 F: include/linux/edac.h
3537
3538 EDAC-AMD64
3539 M: Doug Thompson <dougthompson@xmission.com>
3540 M: Borislav Petkov <bp@alien8.de>
3541 L: linux-edac@vger.kernel.org
3542 W: bluesmoke.sourceforge.net
3543 S: Maintained
3544 F: drivers/edac/amd64_edac*
3545
3546 EDAC-CALXEDA
3547 M: Doug Thompson <dougthompson@xmission.com>
3548 M: Robert Richter <rric@kernel.org>
3549 L: linux-edac@vger.kernel.org
3550 W: bluesmoke.sourceforge.net
3551 S: Maintained
3552 F: drivers/edac/highbank*
3553
3554 EDAC-CAVIUM
3555 M: Ralf Baechle <ralf@linux-mips.org>
3556 M: David Daney <david.daney@cavium.com>
3557 L: linux-edac@vger.kernel.org
3558 L: linux-mips@linux-mips.org
3559 W: bluesmoke.sourceforge.net
3560 S: Supported
3561 F: drivers/edac/octeon_edac*
3562
3563 EDAC-E752X
3564 M: Mark Gross <mark.gross@intel.com>
3565 M: Doug Thompson <dougthompson@xmission.com>
3566 L: linux-edac@vger.kernel.org
3567 W: bluesmoke.sourceforge.net
3568 S: Maintained
3569 F: drivers/edac/e752x_edac.c
3570
3571 EDAC-E7XXX
3572 M: Doug Thompson <dougthompson@xmission.com>
3573 L: linux-edac@vger.kernel.org
3574 W: bluesmoke.sourceforge.net
3575 S: Maintained
3576 F: drivers/edac/e7xxx_edac.c
3577
3578 EDAC-GHES
3579 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3580 L: linux-edac@vger.kernel.org
3581 W: bluesmoke.sourceforge.net
3582 S: Maintained
3583 F: drivers/edac/ghes_edac.c
3584
3585 EDAC-I82443BXGX
3586 M: Tim Small <tim@buttersideup.com>
3587 L: linux-edac@vger.kernel.org
3588 W: bluesmoke.sourceforge.net
3589 S: Maintained
3590 F: drivers/edac/i82443bxgx_edac.c
3591
3592 EDAC-I3000
3593 M: Jason Uhlenkott <juhlenko@akamai.com>
3594 L: linux-edac@vger.kernel.org
3595 W: bluesmoke.sourceforge.net
3596 S: Maintained
3597 F: drivers/edac/i3000_edac.c
3598
3599 EDAC-I5000
3600 M: Doug Thompson <dougthompson@xmission.com>
3601 L: linux-edac@vger.kernel.org
3602 W: bluesmoke.sourceforge.net
3603 S: Maintained
3604 F: drivers/edac/i5000_edac.c
3605
3606 EDAC-I5400
3607 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3608 L: linux-edac@vger.kernel.org
3609 W: bluesmoke.sourceforge.net
3610 S: Maintained
3611 F: drivers/edac/i5400_edac.c
3612
3613 EDAC-I7300
3614 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3615 L: linux-edac@vger.kernel.org
3616 W: bluesmoke.sourceforge.net
3617 S: Maintained
3618 F: drivers/edac/i7300_edac.c
3619
3620 EDAC-I7CORE
3621 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3622 L: linux-edac@vger.kernel.org
3623 W: bluesmoke.sourceforge.net
3624 S: Maintained
3625 F: drivers/edac/i7core_edac.c
3626
3627 EDAC-I82975X
3628 M: Ranganathan Desikan <ravi@jetztechnologies.com>
3629 M: "Arvind R." <arvino55@gmail.com>
3630 L: linux-edac@vger.kernel.org
3631 W: bluesmoke.sourceforge.net
3632 S: Maintained
3633 F: drivers/edac/i82975x_edac.c
3634
3635 EDAC-IE31200
3636 M: Jason Baron <jbaron@akamai.com>
3637 L: linux-edac@vger.kernel.org
3638 W: bluesmoke.sourceforge.net
3639 S: Maintained
3640 F: drivers/edac/ie31200_edac.c
3641
3642 EDAC-MPC85XX
3643 M: Johannes Thumshirn <johannes.thumshirn@men.de>
3644 L: linux-edac@vger.kernel.org
3645 W: bluesmoke.sourceforge.net
3646 S: Maintained
3647 F: drivers/edac/mpc85xx_edac.[ch]
3648
3649 EDAC-PASEMI
3650 M: Egor Martovetsky <egor@pasemi.com>
3651 L: linux-edac@vger.kernel.org
3652 W: bluesmoke.sourceforge.net
3653 S: Maintained
3654 F: drivers/edac/pasemi_edac.c
3655
3656 EDAC-R82600
3657 M: Tim Small <tim@buttersideup.com>
3658 L: linux-edac@vger.kernel.org
3659 W: bluesmoke.sourceforge.net
3660 S: Maintained
3661 F: drivers/edac/r82600_edac.c
3662
3663 EDAC-SBRIDGE
3664 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3665 L: linux-edac@vger.kernel.org
3666 W: bluesmoke.sourceforge.net
3667 S: Maintained
3668 F: drivers/edac/sb_edac.c
3669
3670 EDIROL UA-101/UA-1000 DRIVER
3671 M: Clemens Ladisch <clemens@ladisch.de>
3672 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3673 T: git git://git.alsa-project.org/alsa-kernel.git
3674 S: Maintained
3675 F: sound/usb/misc/ua101.c
3676
3677 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3678 M: Matt Fleming <matt.fleming@intel.com>
3679 L: linux-efi@vger.kernel.org
3680 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3681 S: Maintained
3682 F: Documentation/efi-stub.txt
3683 F: arch/ia64/kernel/efi.c
3684 F: arch/x86/boot/compressed/eboot.[ch]
3685 F: arch/x86/include/asm/efi.h
3686 F: arch/x86/platform/efi/*
3687 F: drivers/firmware/efi/*
3688 F: include/linux/efi*.h
3689
3690 EFI VARIABLE FILESYSTEM
3691 M: Matthew Garrett <matthew.garrett@nebula.com>
3692 M: Jeremy Kerr <jk@ozlabs.org>
3693 M: Matt Fleming <matt.fleming@intel.com>
3694 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3695 L: linux-efi@vger.kernel.org
3696 S: Maintained
3697 F: fs/efivarfs/
3698
3699 EFIFB FRAMEBUFFER DRIVER
3700 L: linux-fbdev@vger.kernel.org
3701 M: Peter Jones <pjones@redhat.com>
3702 S: Maintained
3703 F: drivers/video/fbdev/efifb.c
3704
3705 EFS FILESYSTEM
3706 W: http://aeschi.ch.eu.org/efs/
3707 S: Orphan
3708 F: fs/efs/
3709
3710 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3711 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3712 M: Christoph Raisch <raisch@de.ibm.com>
3713 L: linux-rdma@vger.kernel.org
3714 S: Supported
3715 F: drivers/infiniband/hw/ehca/
3716
3717 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3718 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3719 L: netdev@vger.kernel.org
3720 S: Maintained
3721 F: drivers/net/ethernet/ibm/ehea/
3722
3723 EM28XX VIDEO4LINUX DRIVER
3724 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3725 L: linux-media@vger.kernel.org
3726 W: http://linuxtv.org
3727 T: git git://linuxtv.org/media_tree.git
3728 S: Maintained
3729 F: drivers/media/usb/em28xx/
3730
3731 EMBEDDED LINUX
3732 M: Paul Gortmaker <paul.gortmaker@windriver.com>
3733 M: Matt Mackall <mpm@selenic.com>
3734 M: David Woodhouse <dwmw2@infradead.org>
3735 L: linux-embedded@vger.kernel.org
3736 S: Maintained
3737
3738 EMULEX LPFC FC SCSI DRIVER
3739 M: James Smart <james.smart@emulex.com>
3740 L: linux-scsi@vger.kernel.org
3741 W: http://sourceforge.net/projects/lpfcxxxx
3742 S: Supported
3743 F: drivers/scsi/lpfc/
3744
3745 ENE CB710 FLASH CARD READER DRIVER
3746 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
3747 S: Maintained
3748 F: drivers/misc/cb710/
3749 F: drivers/mmc/host/cb710-mmc.*
3750 F: include/linux/cb710.h
3751
3752 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3753 M: Maxim Levitsky <maximlevitsky@gmail.com>
3754 S: Maintained
3755 F: drivers/media/rc/ene_ir.*
3756
3757 ENHANCED ERROR HANDLING (EEH)
3758 M: Gavin Shan <shangw@linux.vnet.ibm.com>
3759 L: linuxppc-dev@lists.ozlabs.org
3760 S: Supported
3761 F: Documentation/powerpc/eeh-pci-error-recovery.txt
3762 F: arch/powerpc/kernel/eeh*.c
3763
3764 EPSON S1D13XXX FRAMEBUFFER DRIVER
3765 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
3766 S: Maintained
3767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3768 F: drivers/video/fbdev/s1d13xxxfb.c
3769 F: include/video/s1d13xxxfb.h
3770
3771 ET131X NETWORK DRIVER
3772 M: Mark Einon <mark.einon@gmail.com>
3773 S: Odd Fixes
3774 F: drivers/net/ethernet/agere/
3775
3776 ETHERNET BRIDGE
3777 M: Stephen Hemminger <stephen@networkplumber.org>
3778 L: bridge@lists.linux-foundation.org
3779 L: netdev@vger.kernel.org
3780 W: http://www.linuxfoundation.org/en/Net:Bridge
3781 S: Maintained
3782 F: include/linux/netfilter_bridge/
3783 F: net/bridge/
3784
3785 ETHERNET PHY LIBRARY
3786 M: Florian Fainelli <f.fainelli@gmail.com>
3787 L: netdev@vger.kernel.org
3788 S: Maintained
3789 F: include/linux/phy.h
3790 F: include/linux/phy_fixed.h
3791 F: drivers/net/phy/
3792 F: Documentation/networking/phy.txt
3793 F: drivers/of/of_mdio.c
3794 F: drivers/of/of_net.c
3795
3796 EXT2 FILE SYSTEM
3797 M: Jan Kara <jack@suse.cz>
3798 L: linux-ext4@vger.kernel.org
3799 S: Maintained
3800 F: Documentation/filesystems/ext2.txt
3801 F: fs/ext2/
3802 F: include/linux/ext2*
3803
3804 EXT3 FILE SYSTEM
3805 M: Jan Kara <jack@suse.cz>
3806 M: Andrew Morton <akpm@linux-foundation.org>
3807 M: Andreas Dilger <adilger.kernel@dilger.ca>
3808 L: linux-ext4@vger.kernel.org
3809 S: Maintained
3810 F: Documentation/filesystems/ext3.txt
3811 F: fs/ext3/
3812
3813 EXT4 FILE SYSTEM
3814 M: "Theodore Ts'o" <tytso@mit.edu>
3815 M: Andreas Dilger <adilger.kernel@dilger.ca>
3816 L: linux-ext4@vger.kernel.org
3817 W: http://ext4.wiki.kernel.org
3818 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
3819 S: Maintained
3820 F: Documentation/filesystems/ext4.txt
3821 F: fs/ext4/
3822
3823 Extended Verification Module (EVM)
3824 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
3825 L: linux-ima-devel@lists.sourceforge.net
3826 L: linux-security-module@vger.kernel.org
3827 S: Supported
3828 F: security/integrity/evm/
3829
3830 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3831 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3832 M: Chanwoo Choi <cw00.choi@samsung.com>
3833 L: linux-kernel@vger.kernel.org
3834 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3835 S: Maintained
3836 F: drivers/extcon/
3837 F: Documentation/extcon/
3838
3839 EXYNOS DP DRIVER
3840 M: Jingoo Han <jg1.han@samsung.com>
3841 L: dri-devel@lists.freedesktop.org
3842 S: Maintained
3843 F: drivers/gpu/drm/exynos/exynos_dp*
3844
3845 EXYNOS MIPI DISPLAY DRIVERS
3846 M: Inki Dae <inki.dae@samsung.com>
3847 M: Donghwa Lee <dh09.lee@samsung.com>
3848 M: Kyungmin Park <kyungmin.park@samsung.com>
3849 L: linux-fbdev@vger.kernel.org
3850 S: Maintained
3851 F: drivers/video/fbdev/exynos/exynos_mipi*
3852 F: include/video/exynos_mipi*
3853
3854 F71805F HARDWARE MONITORING DRIVER
3855 M: Jean Delvare <jdelvare@suse.de>
3856 L: lm-sensors@lm-sensors.org
3857 S: Maintained
3858 F: Documentation/hwmon/f71805f
3859 F: drivers/hwmon/f71805f.c
3860
3861 FC0011 TUNER DRIVER
3862 M: Michael Buesch <m@bues.ch>
3863 L: linux-media@vger.kernel.org
3864 S: Maintained
3865 F: drivers/media/tuners/fc0011.h
3866 F: drivers/media/tuners/fc0011.c
3867
3868 FC2580 MEDIA DRIVER
3869 M: Antti Palosaari <crope@iki.fi>
3870 L: linux-media@vger.kernel.org
3871 W: http://linuxtv.org/
3872 W: http://palosaari.fi/linux/
3873 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3874 T: git git://linuxtv.org/anttip/media_tree.git
3875 S: Maintained
3876 F: drivers/media/tuners/fc2580*
3877
3878 FANOTIFY
3879 M: Eric Paris <eparis@redhat.com>
3880 S: Maintained
3881 F: fs/notify/fanotify/
3882 F: include/linux/fanotify.h
3883 F: include/uapi/linux/fanotify.h
3884
3885 FARSYNC SYNCHRONOUS DRIVER
3886 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
3887 W: http://www.farsite.co.uk/
3888 S: Supported
3889 F: drivers/net/wan/farsync.*
3890
3891 FAULT INJECTION SUPPORT
3892 M: Akinobu Mita <akinobu.mita@gmail.com>
3893 S: Supported
3894 F: Documentation/fault-injection/
3895 F: lib/fault-inject.c
3896
3897 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3898 M: Robert Love <robert.w.love@intel.com>
3899 L: fcoe-devel@open-fcoe.org
3900 W: www.Open-FCoE.org
3901 S: Supported
3902 F: drivers/scsi/libfc/
3903 F: drivers/scsi/fcoe/
3904 F: include/scsi/fc/
3905 F: include/scsi/libfc.h
3906 F: include/scsi/libfcoe.h
3907 F: include/uapi/scsi/fc/
3908
3909 FILE LOCKING (flock() and fcntl()/lockf())
3910 M: Jeff Layton <jlayton@poochiereds.net>
3911 M: J. Bruce Fields <bfields@fieldses.org>
3912 L: linux-fsdevel@vger.kernel.org
3913 S: Maintained
3914 F: include/linux/fcntl.h
3915 F: include/linux/fs.h
3916 F: include/uapi/linux/fcntl.h
3917 F: include/uapi/linux/fs.h
3918 F: fs/fcntl.c
3919 F: fs/locks.c
3920
3921 FILESYSTEMS (VFS and infrastructure)
3922 M: Alexander Viro <viro@zeniv.linux.org.uk>
3923 L: linux-fsdevel@vger.kernel.org
3924 S: Maintained
3925 F: fs/*
3926
3927 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3928 M: Riku Voipio <riku.voipio@iki.fi>
3929 L: lm-sensors@lm-sensors.org
3930 S: Maintained
3931 F: drivers/hwmon/f75375s.c
3932 F: include/linux/f75375s.h
3933
3934 FIREWIRE AUDIO DRIVERS
3935 M: Clemens Ladisch <clemens@ladisch.de>
3936 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3937 T: git git://git.alsa-project.org/alsa-kernel.git
3938 S: Maintained
3939 F: sound/firewire/
3940
3941 FIREWIRE MEDIA DRIVERS (firedtv)
3942 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
3943 L: linux-media@vger.kernel.org
3944 L: linux1394-devel@lists.sourceforge.net
3945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3946 S: Maintained
3947 F: drivers/media/firewire/
3948
3949 FIREWIRE SBP-2 TARGET
3950 M: Chris Boot <bootc@bootc.net>
3951 L: linux-scsi@vger.kernel.org
3952 L: target-devel@vger.kernel.org
3953 L: linux1394-devel@lists.sourceforge.net
3954 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3955 S: Maintained
3956 F: drivers/target/sbp/
3957
3958 FIREWIRE SUBSYSTEM
3959 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
3960 L: linux1394-devel@lists.sourceforge.net
3961 W: http://ieee1394.wiki.kernel.org/
3962 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3963 S: Maintained
3964 F: drivers/firewire/
3965 F: include/linux/firewire.h
3966 F: include/uapi/linux/firewire*.h
3967 F: tools/firewire/
3968
3969 FIRMWARE LOADER (request_firmware)
3970 M: Ming Lei <ming.lei@canonical.com>
3971 L: linux-kernel@vger.kernel.org
3972 S: Maintained
3973 F: Documentation/firmware_class/
3974 F: drivers/base/firmware*.c
3975 F: include/linux/firmware.h
3976
3977 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3978 M: Joshua Morris <josh.h.morris@us.ibm.com>
3979 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3980 S: Maintained
3981 F: drivers/block/rsxx/
3982
3983 FLOPPY DRIVER
3984 M: Jiri Kosina <jkosina@suse.cz>
3985 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3986 S: Odd fixes
3987 F: drivers/block/floppy.c
3988
3989 FMC SUBSYSTEM
3990 M: Alessandro Rubini <rubini@gnudd.com>
3991 W: http://www.ohwr.org/projects/fmc-bus
3992 S: Supported
3993 F: drivers/fmc/
3994 F: include/linux/fmc*.h
3995 F: include/linux/ipmi-fru.h
3996 K: fmc_d.*register
3997
3998 FPU EMULATOR
3999 M: Bill Metzenthen <billm@melbpc.org.au>
4000 W: http://floatingpoint.sourceforge.net/emulator/index.html
4001 S: Maintained
4002 F: arch/x86/math-emu/
4003
4004 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4005 L: netdev@vger.kernel.org
4006 S: Orphan
4007 F: drivers/net/wan/dlci.c
4008 F: drivers/net/wan/sdla.c
4009
4010 FRAMEBUFFER LAYER
4011 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4012 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4013 L: linux-fbdev@vger.kernel.org
4014 W: http://linux-fbdev.sourceforge.net/
4015 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
4016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4017 S: Maintained
4018 F: Documentation/fb/
4019 F: Documentation/devicetree/bindings/fb/
4020 F: drivers/video/
4021 F: include/video/
4022 F: include/linux/fb.h
4023 F: include/uapi/video/
4024 F: include/uapi/linux/fb.h
4025
4026 FREESCALE DIU FRAMEBUFFER DRIVER
4027 M: Timur Tabi <timur@tabi.org>
4028 L: linux-fbdev@vger.kernel.org
4029 S: Maintained
4030 F: drivers/video/fbdev/fsl-diu-fb.*
4031
4032 FREESCALE DMA DRIVER
4033 M: Li Yang <leoli@freescale.com>
4034 M: Zhang Wei <zw@zh-kernel.org>
4035 L: linuxppc-dev@lists.ozlabs.org
4036 S: Maintained
4037 F: drivers/dma/fsldma.*
4038
4039 FREESCALE I2C CPM DRIVER
4040 M: Jochen Friedrich <jochen@scram.de>
4041 L: linuxppc-dev@lists.ozlabs.org
4042 L: linux-i2c@vger.kernel.org
4043 S: Maintained
4044 F: drivers/i2c/busses/i2c-cpm.c
4045
4046 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4047 M: Sascha Hauer <kernel@pengutronix.de>
4048 L: linux-fbdev@vger.kernel.org
4049 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4050 S: Maintained
4051 F: include/linux/platform_data/video-imxfb.h
4052 F: drivers/video/fbdev/imxfb.c
4053
4054 FREESCALE SOC FS_ENET DRIVER
4055 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
4056 M: Vitaly Bordug <vbordug@ru.mvista.com>
4057 L: linuxppc-dev@lists.ozlabs.org
4058 L: netdev@vger.kernel.org
4059 S: Maintained
4060 F: drivers/net/ethernet/freescale/fs_enet/
4061 F: include/linux/fs_enet_pd.h
4062
4063 FREESCALE QUICC ENGINE LIBRARY
4064 L: linuxppc-dev@lists.ozlabs.org
4065 S: Orphan
4066 F: arch/powerpc/sysdev/qe_lib/
4067 F: arch/powerpc/include/asm/*qe.h
4068
4069 FREESCALE USB PERIPHERAL DRIVERS
4070 M: Li Yang <leoli@freescale.com>
4071 L: linux-usb@vger.kernel.org
4072 L: linuxppc-dev@lists.ozlabs.org
4073 S: Maintained
4074 F: drivers/usb/gadget/udc/fsl*
4075
4076 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4077 M: Li Yang <leoli@freescale.com>
4078 L: netdev@vger.kernel.org
4079 L: linuxppc-dev@lists.ozlabs.org
4080 S: Maintained
4081 F: drivers/net/ethernet/freescale/ucc_geth*
4082
4083 FREESCALE QUICC ENGINE UCC UART DRIVER
4084 M: Timur Tabi <timur@tabi.org>
4085 L: linuxppc-dev@lists.ozlabs.org
4086 S: Maintained
4087 F: drivers/tty/serial/ucc_uart.c
4088
4089 FREESCALE SOC SOUND DRIVERS
4090 M: Timur Tabi <timur@tabi.org>
4091 M: Nicolin Chen <nicoleotsuka@gmail.com>
4092 M: Xiubo Li <Xiubo.Lee@gmail.com>
4093 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
4094 L: linuxppc-dev@lists.ozlabs.org
4095 S: Maintained
4096 F: sound/soc/fsl/fsl*
4097 F: sound/soc/fsl/imx*
4098 F: sound/soc/fsl/mpc8610_hpcd.c
4099
4100 FREEVXFS FILESYSTEM
4101 M: Christoph Hellwig <hch@infradead.org>
4102 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
4103 S: Maintained
4104 F: fs/freevxfs/
4105
4106 FREEZER
4107 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4108 M: Pavel Machek <pavel@ucw.cz>
4109 L: linux-pm@vger.kernel.org
4110 S: Supported
4111 F: Documentation/power/freezing-of-tasks.txt
4112 F: include/linux/freezer.h
4113 F: kernel/freezer.c
4114
4115 FRONTSWAP API
4116 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4117 L: linux-kernel@vger.kernel.org
4118 S: Maintained
4119 F: mm/frontswap.c
4120 F: include/linux/frontswap.h
4121
4122 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4123 M: David Howells <dhowells@redhat.com>
4124 L: linux-cachefs@redhat.com
4125 S: Supported
4126 F: Documentation/filesystems/caching/
4127 F: fs/fscache/
4128 F: include/linux/fscache*.h
4129
4130 F2FS FILE SYSTEM
4131 M: Jaegeuk Kim <jaegeuk@kernel.org>
4132 M: Changman Lee <cm224.lee@samsung.com>
4133 L: linux-f2fs-devel@lists.sourceforge.net
4134 W: http://en.wikipedia.org/wiki/F2FS
4135 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4136 S: Maintained
4137 F: Documentation/filesystems/f2fs.txt
4138 F: Documentation/ABI/testing/sysfs-fs-f2fs
4139 F: fs/f2fs/
4140 F: include/linux/f2fs_fs.h
4141
4142 FUJITSU FR-V (FRV) PORT
4143 M: David Howells <dhowells@redhat.com>
4144 S: Maintained
4145 F: arch/frv/
4146
4147 FUJITSU LAPTOP EXTRAS
4148 M: Jonathan Woithe <jwoithe@just42.net>
4149 L: platform-driver-x86@vger.kernel.org
4150 S: Maintained
4151 F: drivers/platform/x86/fujitsu-laptop.c
4152
4153 FUJITSU M-5MO LS CAMERA ISP DRIVER
4154 M: Kyungmin Park <kyungmin.park@samsung.com>
4155 M: Heungjun Kim <riverful.kim@samsung.com>
4156 L: linux-media@vger.kernel.org
4157 S: Maintained
4158 F: drivers/media/i2c/m5mols/
4159 F: include/media/m5mols.h
4160
4161 FUJITSU TABLET EXTRAS
4162 M: Robert Gerlach <khnz@gmx.de>
4163 L: platform-driver-x86@vger.kernel.org
4164 S: Maintained
4165 F: drivers/platform/x86/fujitsu-tablet.c
4166
4167 FUSE: FILESYSTEM IN USERSPACE
4168 M: Miklos Szeredi <miklos@szeredi.hu>
4169 L: fuse-devel@lists.sourceforge.net
4170 W: http://fuse.sourceforge.net/
4171 S: Maintained
4172 F: fs/fuse/
4173 F: include/uapi/linux/fuse.h
4174
4175 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4176 M: Rik Faith <faith@cs.unc.edu>
4177 L: linux-scsi@vger.kernel.org
4178 S: Odd Fixes (e.g., new signatures)
4179 F: drivers/scsi/fdomain.*
4180
4181 GCOV BASED KERNEL PROFILING
4182 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4183 S: Maintained
4184 F: kernel/gcov/
4185 F: Documentation/gcov.txt
4186
4187 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4188 M: Achim Leubner <achim_leubner@adaptec.com>
4189 L: linux-scsi@vger.kernel.org
4190 W: http://www.icp-vortex.com/
4191 S: Supported
4192 F: drivers/scsi/gdt*
4193
4194 GEMTEK FM RADIO RECEIVER DRIVER
4195 M: Hans Verkuil <hverkuil@xs4all.nl>
4196 L: linux-media@vger.kernel.org
4197 T: git git://linuxtv.org/media_tree.git
4198 W: http://linuxtv.org
4199 S: Maintained
4200 F: drivers/media/radio/radio-gemtek*
4201
4202 GENERIC GPIO I2C DRIVER
4203 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
4204 S: Supported
4205 F: drivers/i2c/busses/i2c-gpio.c
4206 F: include/linux/i2c-gpio.h
4207
4208 GENERIC GPIO I2C MULTIPLEXER DRIVER
4209 M: Peter Korsgaard <peter.korsgaard@barco.com>
4210 L: linux-i2c@vger.kernel.org
4211 S: Supported
4212 F: drivers/i2c/muxes/i2c-mux-gpio.c
4213 F: include/linux/i2c-mux-gpio.h
4214 F: Documentation/i2c/muxes/i2c-mux-gpio
4215
4216 GENERIC HDLC (WAN) DRIVERS
4217 M: Krzysztof Halasa <khc@pm.waw.pl>
4218 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
4219 S: Maintained
4220 F: drivers/net/wan/c101.c
4221 F: drivers/net/wan/hd6457*
4222 F: drivers/net/wan/hdlc*
4223 F: drivers/net/wan/n2.c
4224 F: drivers/net/wan/pc300too.c
4225 F: drivers/net/wan/pci200syn.c
4226 F: drivers/net/wan/wanxl*
4227
4228 GENERIC INCLUDE/ASM HEADER FILES
4229 M: Arnd Bergmann <arnd@arndb.de>
4230 L: linux-arch@vger.kernel.org
4231 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4232 S: Maintained
4233 F: include/asm-generic/
4234 F: include/uapi/asm-generic/
4235
4236 GENERIC PHY FRAMEWORK
4237 M: Kishon Vijay Abraham I <kishon@ti.com>
4238 L: linux-kernel@vger.kernel.org
4239 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4240 S: Supported
4241 F: drivers/phy/
4242 F: include/linux/phy/
4243
4244 GENERIC UIO DRIVER FOR PCI DEVICES
4245 M: "Michael S. Tsirkin" <mst@redhat.com>
4246 L: kvm@vger.kernel.org
4247 S: Supported
4248 F: drivers/uio/uio_pci_generic.c
4249
4250 GET_MAINTAINER SCRIPT
4251 M: Joe Perches <joe@perches.com>
4252 S: Maintained
4253 F: scripts/get_maintainer.pl
4254
4255 GFS2 FILE SYSTEM
4256 M: Steven Whitehouse <swhiteho@redhat.com>
4257 L: cluster-devel@redhat.com
4258 W: http://sources.redhat.com/cluster/
4259 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4261 S: Supported
4262 F: Documentation/filesystems/gfs2*.txt
4263 F: fs/gfs2/
4264 F: include/uapi/linux/gfs2_ondisk.h
4265
4266 GIGASET ISDN DRIVERS
4267 M: Hansjoerg Lipp <hjlipp@web.de>
4268 M: Tilman Schmidt <tilman@imap.cc>
4269 L: gigaset307x-common@lists.sourceforge.net
4270 W: http://gigaset307x.sourceforge.net/
4271 S: Maintained
4272 F: Documentation/isdn/README.gigaset
4273 F: drivers/isdn/gigaset/
4274 F: include/uapi/linux/gigaset_dev.h
4275
4276 GO7007 MPEG CODEC
4277 M: Hans Verkuil <hans.verkuil@cisco.com>
4278 L: linux-media@vger.kernel.org
4279 S: Maintained
4280 F: drivers/media/usb/go7007/
4281
4282 GOODIX TOUCHSCREEN
4283 M: Bastien Nocera <hadess@hadess.net>
4284 L: linux-input@vger.kernel.org
4285 S: Maintained
4286 F: drivers/input/touchscreen/goodix.c
4287
4288 GPIO SUBSYSTEM
4289 M: Linus Walleij <linus.walleij@linaro.org>
4290 M: Alexandre Courbot <gnurou@gmail.com>
4291 L: linux-gpio@vger.kernel.org
4292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4293 S: Maintained
4294 F: Documentation/gpio/
4295 F: drivers/gpio/
4296 F: include/linux/gpio/
4297 F: include/linux/gpio.h
4298 F: include/asm-generic/gpio.h
4299
4300 GRE DEMULTIPLEXER DRIVER
4301 M: Dmitry Kozlov <xeb@mail.ru>
4302 L: netdev@vger.kernel.org
4303 S: Maintained
4304 F: net/ipv4/gre_demux.c
4305 F: net/ipv4/gre_offload.c
4306 F: include/net/gre.h
4307
4308 GRETH 10/100/1G Ethernet MAC device driver
4309 M: Kristoffer Glembo <kristoffer@gaisler.com>
4310 L: netdev@vger.kernel.org
4311 S: Maintained
4312 F: drivers/net/ethernet/aeroflex/
4313
4314 GSPCA FINEPIX SUBDRIVER
4315 M: Frank Zago <frank@zago.net>
4316 L: linux-media@vger.kernel.org
4317 T: git git://linuxtv.org/media_tree.git
4318 S: Maintained
4319 F: drivers/media/usb/gspca/finepix.c
4320
4321 GSPCA GL860 SUBDRIVER
4322 M: Olivier Lorin <o.lorin@laposte.net>
4323 L: linux-media@vger.kernel.org
4324 T: git git://linuxtv.org/media_tree.git
4325 S: Maintained
4326 F: drivers/media/usb/gspca/gl860/
4327
4328 GSPCA M5602 SUBDRIVER
4329 M: Erik Andren <erik.andren@gmail.com>
4330 L: linux-media@vger.kernel.org
4331 T: git git://linuxtv.org/media_tree.git
4332 S: Maintained
4333 F: drivers/media/usb/gspca/m5602/
4334
4335 GSPCA PAC207 SONIXB SUBDRIVER
4336 M: Hans de Goede <hdegoede@redhat.com>
4337 L: linux-media@vger.kernel.org
4338 T: git git://linuxtv.org/media_tree.git
4339 S: Maintained
4340 F: drivers/media/usb/gspca/pac207.c
4341
4342 GSPCA SN9C20X SUBDRIVER
4343 M: Brian Johnson <brijohn@gmail.com>
4344 L: linux-media@vger.kernel.org
4345 T: git git://linuxtv.org/media_tree.git
4346 S: Maintained
4347 F: drivers/media/usb/gspca/sn9c20x.c
4348
4349 GSPCA T613 SUBDRIVER
4350 M: Leandro Costantino <lcostantino@gmail.com>
4351 L: linux-media@vger.kernel.org
4352 T: git git://linuxtv.org/media_tree.git
4353 S: Maintained
4354 F: drivers/media/usb/gspca/t613.c
4355
4356 GSPCA USB WEBCAM DRIVER
4357 M: Hans de Goede <hdegoede@redhat.com>
4358 L: linux-media@vger.kernel.org
4359 T: git git://linuxtv.org/media_tree.git
4360 S: Maintained
4361 F: drivers/media/usb/gspca/
4362
4363 GUID PARTITION TABLE (GPT)
4364 M: Davidlohr Bueso <davidlohr@hp.com>
4365 L: linux-efi@vger.kernel.org
4366 S: Maintained
4367 F: block/partitions/efi.*
4368
4369 STK1160 USB VIDEO CAPTURE DRIVER
4370 M: Ezequiel Garcia <elezegarcia@gmail.com>
4371 L: linux-media@vger.kernel.org
4372 T: git git://linuxtv.org/media_tree.git
4373 S: Maintained
4374 F: drivers/media/usb/stk1160/
4375
4376 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4377 M: Frank Seidel <frank@f-seidel.de>
4378 L: platform-driver-x86@vger.kernel.org
4379 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4380 S: Maintained
4381 F: drivers/platform/x86/hdaps.c
4382
4383 HDPVR USB VIDEO ENCODER DRIVER
4384 M: Hans Verkuil <hverkuil@xs4all.nl>
4385 L: linux-media@vger.kernel.org
4386 T: git git://linuxtv.org/media_tree.git
4387 W: http://linuxtv.org
4388 S: Odd Fixes
4389 F: drivers/media/usb/hdpvr/
4390
4391 HWPOISON MEMORY FAILURE HANDLING
4392 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4393 L: linux-mm@kvack.org
4394 S: Maintained
4395 F: mm/memory-failure.c
4396 F: mm/hwpoison-inject.c
4397
4398 HYPERVISOR VIRTUAL CONSOLE DRIVER
4399 L: linuxppc-dev@lists.ozlabs.org
4400 S: Odd Fixes
4401 F: drivers/tty/hvc/
4402
4403 HACKRF MEDIA DRIVER
4404 M: Antti Palosaari <crope@iki.fi>
4405 L: linux-media@vger.kernel.org
4406 W: http://linuxtv.org/
4407 W: http://palosaari.fi/linux/
4408 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4409 T: git git://linuxtv.org/anttip/media_tree.git
4410 S: Maintained
4411 F: drivers/media/usb/hackrf/
4412
4413 HARDWARE MONITORING
4414 M: Jean Delvare <jdelvare@suse.de>
4415 M: Guenter Roeck <linux@roeck-us.net>
4416 L: lm-sensors@lm-sensors.org
4417 W: http://www.lm-sensors.org/
4418 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4420 S: Maintained
4421 F: Documentation/hwmon/
4422 F: drivers/hwmon/
4423 F: include/linux/hwmon*.h
4424
4425 HARDWARE RANDOM NUMBER GENERATOR CORE
4426 M: Matt Mackall <mpm@selenic.com>
4427 M: Herbert Xu <herbert@gondor.apana.org.au>
4428 S: Odd fixes
4429 F: Documentation/hw_random.txt
4430 F: drivers/char/hw_random/
4431 F: include/linux/hw_random.h
4432
4433 HARDWARE SPINLOCK CORE
4434 M: Ohad Ben-Cohen <ohad@wizery.com>
4435 S: Maintained
4436 F: Documentation/hwspinlock.txt
4437 F: drivers/hwspinlock/hwspinlock_*
4438 F: include/linux/hwspinlock.h
4439
4440 HARMONY SOUND DRIVER
4441 L: linux-parisc@vger.kernel.org
4442 S: Maintained
4443 F: sound/parisc/harmony.*
4444
4445 HD29L2 MEDIA DRIVER
4446 M: Antti Palosaari <crope@iki.fi>
4447 L: linux-media@vger.kernel.org
4448 W: http://linuxtv.org/
4449 W: http://palosaari.fi/linux/
4450 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4451 T: git git://linuxtv.org/anttip/media_tree.git
4452 S: Maintained
4453 F: drivers/media/dvb-frontends/hd29l2*
4454
4455 HEWLETT-PACKARD SMART2 RAID DRIVER
4456 L: iss_storagedev@hp.com
4457 S: Orphan
4458 F: Documentation/blockdev/cpqarray.txt
4459 F: drivers/block/cpqarray.*
4460
4461 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4462 M: Don Brace <don.brace@pmcs.com>
4463 L: iss_storagedev@hp.com
4464 L: storagedev@pmcs.com
4465 L: linux-scsi@vger.kernel.org
4466 S: Supported
4467 F: Documentation/scsi/hpsa.txt
4468 F: drivers/scsi/hpsa*.[ch]
4469 F: include/linux/cciss*.h
4470 F: include/uapi/linux/cciss*.h
4471
4472 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4473 M: Don Brace <don.brace@pmcs.com>
4474 L: iss_storagedev@hp.com
4475 L: storagedev@pmcs.com
4476 L: linux-scsi@vger.kernel.org
4477 S: Supported
4478 F: Documentation/blockdev/cciss.txt
4479 F: drivers/block/cciss*
4480 F: include/linux/cciss_ioctl.h
4481 F: include/uapi/linux/cciss_ioctl.h
4482
4483 HFS FILESYSTEM
4484 L: linux-fsdevel@vger.kernel.org
4485 S: Orphan
4486 F: Documentation/filesystems/hfs.txt
4487 F: fs/hfs/
4488
4489 HFSPLUS FILESYSTEM
4490 L: linux-fsdevel@vger.kernel.org
4491 S: Orphan
4492 F: Documentation/filesystems/hfsplus.txt
4493 F: fs/hfsplus/
4494
4495 HGA FRAMEBUFFER DRIVER
4496 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4497 L: linux-nvidia@lists.surfsouth.com
4498 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4499 S: Maintained
4500 F: drivers/video/fbdev/hgafb.c
4501
4502 HIBERNATION (aka Software Suspend, aka swsusp)
4503 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
4504 M: Pavel Machek <pavel@ucw.cz>
4505 L: linux-pm@vger.kernel.org
4506 S: Supported
4507 F: arch/x86/power/
4508 F: drivers/base/power/
4509 F: kernel/power/
4510 F: include/linux/suspend.h
4511 F: include/linux/freezer.h
4512 F: include/linux/pm.h
4513 F: arch/*/include/asm/suspend*.h
4514
4515 HID CORE LAYER
4516 M: Jiri Kosina <jkosina@suse.cz>
4517 L: linux-input@vger.kernel.org
4518 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4519 S: Maintained
4520 F: drivers/hid/
4521 F: include/linux/hid*
4522 F: include/uapi/linux/hid*
4523
4524 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4525 M: Thomas Gleixner <tglx@linutronix.de>
4526 L: linux-kernel@vger.kernel.org
4527 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4528 S: Maintained
4529 F: Documentation/timers/
4530 F: kernel/time/hrtimer.c
4531 F: kernel/time/clockevents.c
4532 F: kernel/time/tick*.*
4533 F: kernel/time/timer_*.c
4534 F: include/linux/clockchips.h
4535 F: include/linux/hrtimer.h
4536
4537 HIGH-SPEED SCC DRIVER FOR AX.25
4538 L: linux-hams@vger.kernel.org
4539 S: Orphan
4540 F: drivers/net/hamradio/dmascc.c
4541 F: drivers/net/hamradio/scc.c
4542
4543 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4544 M: HighPoint Linux Team <linux@highpoint-tech.com>
4545 W: http://www.highpoint-tech.com
4546 S: Supported
4547 F: Documentation/scsi/hptiop.txt
4548 F: drivers/scsi/hptiop.c
4549
4550 HIPPI
4551 M: Jes Sorensen <jes@trained-monkey.org>
4552 L: linux-hippi@sunsite.dk
4553 S: Maintained
4554 F: include/linux/hippidevice.h
4555 F: include/uapi/linux/if_hippi.h
4556 F: net/802/hippi.c
4557 F: drivers/net/hippi/
4558
4559 HOST AP DRIVER
4560 M: Jouni Malinen <j@w1.fi>
4561 L: hostap@shmoo.com (subscribers-only)
4562 L: linux-wireless@vger.kernel.org
4563 W: http://hostap.epitest.fi/
4564 S: Maintained
4565 F: drivers/net/wireless/hostap/
4566
4567 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4568 L: platform-driver-x86@vger.kernel.org
4569 S: Orphan
4570 F: drivers/platform/x86/tc1100-wmi.c
4571
4572 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4573 M: Jaroslav Kysela <perex@perex.cz>
4574 S: Maintained
4575 F: drivers/net/ethernet/hp/hp100.*
4576
4577 HPET: High Precision Event Timers driver
4578 M: Clemens Ladisch <clemens@ladisch.de>
4579 S: Maintained
4580 F: Documentation/timers/hpet.txt
4581 F: drivers/char/hpet.c
4582 F: include/linux/hpet.h
4583 F: include/uapi/linux/hpet.h
4584
4585 HPET: x86
4586 S: Orphan
4587 F: arch/x86/kernel/hpet.c
4588 F: arch/x86/include/asm/hpet.h
4589
4590 HPFS FILESYSTEM
4591 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4592 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4593 S: Maintained
4594 F: fs/hpfs/
4595
4596 HSI SUBSYSTEM
4597 M: Sebastian Reichel <sre@kernel.org>
4598 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4599 S: Maintained
4600 F: Documentation/ABI/testing/sysfs-bus-hsi
4601 F: Documentation/hsi.txt
4602 F: drivers/hsi/
4603 F: include/linux/hsi/
4604 F: include/uapi/linux/hsi/
4605
4606 HSO 3G MODEM DRIVER
4607 M: Jan Dumon <j.dumon@option.com>
4608 W: http://www.pharscape.org
4609 S: Maintained
4610 F: drivers/net/usb/hso.c
4611
4612 HSR NETWORK PROTOCOL
4613 M: Arvid Brodin <arvid.brodin@alten.se>
4614 L: netdev@vger.kernel.org
4615 S: Maintained
4616 F: net/hsr/
4617
4618 HTCPEN TOUCHSCREEN DRIVER
4619 M: Pau Oliva Fora <pof@eslack.org>
4620 L: linux-input@vger.kernel.org
4621 S: Maintained
4622 F: drivers/input/touchscreen/htcpen.c
4623
4624 HUGETLB FILESYSTEM
4625 M: Nadia Yvette Chambers <nyc@holomorphy.com>
4626 S: Maintained
4627 F: fs/hugetlbfs/
4628
4629 Hyper-V CORE AND DRIVERS
4630 M: K. Y. Srinivasan <kys@microsoft.com>
4631 M: Haiyang Zhang <haiyangz@microsoft.com>
4632 L: devel@linuxdriverproject.org
4633 S: Maintained
4634 F: arch/x86/include/asm/mshyperv.h
4635 F: arch/x86/include/uapi/asm/hyperv.h
4636 F: arch/x86/kernel/cpu/mshyperv.c
4637 F: drivers/hid/hid-hyperv.c
4638 F: drivers/hv/
4639 F: drivers/input/serio/hyperv-keyboard.c
4640 F: drivers/net/hyperv/
4641 F: drivers/scsi/storvsc_drv.c
4642 F: drivers/video/fbdev/hyperv_fb.c
4643 F: include/linux/hyperv.h
4644 F: tools/hv/
4645
4646 I2C OVER PARALLEL PORT
4647 M: Jean Delvare <jdelvare@suse.de>
4648 L: linux-i2c@vger.kernel.org
4649 S: Maintained
4650 F: Documentation/i2c/busses/i2c-parport
4651 F: Documentation/i2c/busses/i2c-parport-light
4652 F: drivers/i2c/busses/i2c-parport.c
4653 F: drivers/i2c/busses/i2c-parport-light.c
4654
4655 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4656 M: Jean Delvare <jdelvare@suse.de>
4657 L: linux-i2c@vger.kernel.org
4658 S: Maintained
4659 F: Documentation/i2c/busses/i2c-ali1535
4660 F: Documentation/i2c/busses/i2c-ali1563
4661 F: Documentation/i2c/busses/i2c-ali15x3
4662 F: Documentation/i2c/busses/i2c-amd756
4663 F: Documentation/i2c/busses/i2c-amd8111
4664 F: Documentation/i2c/busses/i2c-i801
4665 F: Documentation/i2c/busses/i2c-nforce2
4666 F: Documentation/i2c/busses/i2c-piix4
4667 F: Documentation/i2c/busses/i2c-sis5595
4668 F: Documentation/i2c/busses/i2c-sis630
4669 F: Documentation/i2c/busses/i2c-sis96x
4670 F: Documentation/i2c/busses/i2c-via
4671 F: Documentation/i2c/busses/i2c-viapro
4672 F: drivers/i2c/busses/i2c-ali1535.c
4673 F: drivers/i2c/busses/i2c-ali1563.c
4674 F: drivers/i2c/busses/i2c-ali15x3.c
4675 F: drivers/i2c/busses/i2c-amd756.c
4676 F: drivers/i2c/busses/i2c-amd756-s4882.c
4677 F: drivers/i2c/busses/i2c-amd8111.c
4678 F: drivers/i2c/busses/i2c-i801.c
4679 F: drivers/i2c/busses/i2c-isch.c
4680 F: drivers/i2c/busses/i2c-nforce2.c
4681 F: drivers/i2c/busses/i2c-nforce2-s4985.c
4682 F: drivers/i2c/busses/i2c-piix4.c
4683 F: drivers/i2c/busses/i2c-sis5595.c
4684 F: drivers/i2c/busses/i2c-sis630.c
4685 F: drivers/i2c/busses/i2c-sis96x.c
4686 F: drivers/i2c/busses/i2c-via.c
4687 F: drivers/i2c/busses/i2c-viapro.c
4688
4689 I2C/SMBUS ISMT DRIVER
4690 M: Seth Heasley <seth.heasley@intel.com>
4691 M: Neil Horman <nhorman@tuxdriver.com>
4692 L: linux-i2c@vger.kernel.org
4693 F: drivers/i2c/busses/i2c-ismt.c
4694 F: Documentation/i2c/busses/i2c-ismt
4695
4696 I2C/SMBUS STUB DRIVER
4697 M: Jean Delvare <jdelvare@suse.de>
4698 L: linux-i2c@vger.kernel.org
4699 S: Maintained
4700 F: drivers/i2c/i2c-stub.c
4701
4702 I2C SUBSYSTEM
4703 M: Wolfram Sang <wsa@the-dreams.de>
4704 L: linux-i2c@vger.kernel.org
4705 W: https://i2c.wiki.kernel.org/
4706 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
4707 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4708 S: Maintained
4709 F: Documentation/devicetree/bindings/i2c/
4710 F: Documentation/i2c/
4711 F: drivers/i2c/
4712 F: include/linux/i2c.h
4713 F: include/linux/i2c-*.h
4714 F: include/uapi/linux/i2c.h
4715 F: include/uapi/linux/i2c-*.h
4716
4717 I2C ACPI SUPPORT
4718 M: Mika Westerberg <mika.westerberg@linux.intel.com>
4719 L: linux-i2c@vger.kernel.org
4720 L: linux-acpi@vger.kernel.org
4721 S: Maintained
4722
4723 I2C-TAOS-EVM DRIVER
4724 M: Jean Delvare <jdelvare@suse.de>
4725 L: linux-i2c@vger.kernel.org
4726 S: Maintained
4727 F: Documentation/i2c/busses/i2c-taos-evm
4728 F: drivers/i2c/busses/i2c-taos-evm.c
4729
4730 I2C-TINY-USB DRIVER
4731 M: Till Harbaum <till@harbaum.org>
4732 L: linux-i2c@vger.kernel.org
4733 W: http://www.harbaum.org/till/i2c_tiny_usb
4734 S: Maintained
4735 F: drivers/i2c/busses/i2c-tiny-usb.c
4736
4737 i386 BOOT CODE
4738 M: "H. Peter Anvin" <hpa@zytor.com>
4739 S: Maintained
4740 F: arch/x86/boot/
4741
4742 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4743 M: "H. Peter Anvin" <hpa@zytor.com>
4744 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4745 S: Maintained
4746
4747 IA64 (Itanium) PLATFORM
4748 M: Tony Luck <tony.luck@intel.com>
4749 M: Fenghua Yu <fenghua.yu@intel.com>
4750 L: linux-ia64@vger.kernel.org
4751 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4752 S: Maintained
4753 F: arch/ia64/
4754
4755 IBM Power in-Nest Crypto Acceleration
4756 M: Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4757 M: Fionnuala Gunter <fin@linux.vnet.ibm.com>
4758 L: linux-crypto@vger.kernel.org
4759 S: Supported
4760 F: drivers/crypto/nx/
4761
4762 IBM Power 842 compression accelerator
4763 M: Dan Streetman <ddstreet@us.ibm.com>
4764 S: Supported
4765 F: drivers/crypto/nx/nx-842.c
4766 F: include/linux/nx842.h
4767
4768 IBM Power Linux RAID adapter
4769 M: Brian King <brking@us.ibm.com>
4770 S: Supported
4771 F: drivers/scsi/ipr.*
4772
4773 IBM Power Virtual Ethernet Device Driver
4774 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4775 L: netdev@vger.kernel.org
4776 S: Supported
4777 F: drivers/net/ethernet/ibm/ibmveth.*
4778
4779 IBM Power Virtual SCSI Device Drivers
4780 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4781 L: linux-scsi@vger.kernel.org
4782 S: Supported
4783 F: drivers/scsi/ibmvscsi/ibmvscsi*
4784 F: drivers/scsi/ibmvscsi/viosrp.h
4785
4786 IBM Power Virtual FC Device Drivers
4787 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4788 L: linux-scsi@vger.kernel.org
4789 S: Supported
4790 F: drivers/scsi/ibmvscsi/ibmvfc*
4791
4792 IBM ServeRAID RAID DRIVER
4793 S: Orphan
4794 F: drivers/scsi/ips.*
4795
4796 ICH LPC AND GPIO DRIVER
4797 M: Peter Tyser <ptyser@xes-inc.com>
4798 S: Maintained
4799 F: drivers/mfd/lpc_ich.c
4800 F: drivers/gpio/gpio-ich.c
4801
4802 IDE SUBSYSTEM
4803 M: "David S. Miller" <davem@davemloft.net>
4804 L: linux-ide@vger.kernel.org
4805 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
4806 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4807 S: Maintained
4808 F: Documentation/ide/
4809 F: drivers/ide/
4810 F: include/linux/ide.h
4811
4812 IDEAPAD LAPTOP EXTRAS DRIVER
4813 M: Ike Panhc <ike.pan@canonical.com>
4814 L: platform-driver-x86@vger.kernel.org
4815 W: http://launchpad.net/ideapad-laptop
4816 S: Maintained
4817 F: drivers/platform/x86/ideapad-laptop.c
4818
4819 IDEAPAD LAPTOP SLIDEBAR DRIVER
4820 M: Andrey Moiseev <o2g.org.ru@gmail.com>
4821 L: linux-input@vger.kernel.org
4822 W: https://github.com/o2genum/ideapad-slidebar
4823 S: Maintained
4824 F: drivers/input/misc/ideapad_slidebar.c
4825
4826 IDE/ATAPI DRIVERS
4827 M: Borislav Petkov <bp@alien8.de>
4828 L: linux-ide@vger.kernel.org
4829 S: Maintained
4830 F: Documentation/cdrom/ide-cd
4831 F: drivers/ide/ide-cd*
4832
4833 IDLE-I7300
4834 M: Andy Henroid <andrew.d.henroid@intel.com>
4835 L: linux-pm@vger.kernel.org
4836 S: Supported
4837 F: drivers/idle/i7300_idle.c
4838
4839 IEEE 802.15.4 SUBSYSTEM
4840 M: Alexander Aring <alex.aring@gmail.com>
4841 L: linux-wpan@vger.kernel.org
4842 W: https://github.com/linux-wpan
4843 T: git git://github.com/linux-wpan/linux-wpan-next.git
4844 S: Maintained
4845 F: net/ieee802154/
4846 F: net/mac802154/
4847 F: drivers/net/ieee802154/
4848 F: include/linux/nl802154.h
4849 F: include/linux/ieee802154.h
4850 F: include/net/nl802154.h
4851 F: include/net/mac802154.h
4852 F: include/net/af_ieee802154.h
4853 F: include/net/cfg802154.h
4854 F: include/net/ieee802154_netdev.h
4855 F: Documentation/networking/ieee802154.txt
4856
4857 IGORPLUG-USB IR RECEIVER
4858 M: Sean Young <sean@mess.org>
4859 L: linux-media@vger.kernel.org
4860 S: Maintained
4861 F: drivers/media/rc/igorplugusb.c
4862
4863 IGUANAWORKS USB IR TRANSCEIVER
4864 M: Sean Young <sean@mess.org>
4865 L: linux-media@vger.kernel.org
4866 S: Maintained
4867 F: drivers/media/rc/iguanair.c
4868
4869 IIO SUBSYSTEM AND DRIVERS
4870 M: Jonathan Cameron <jic23@kernel.org>
4871 R: Hartmut Knaack <knaack.h@gmx.de>
4872 R: Lars-Peter Clausen <lars@metafoo.de>
4873 R: Peter Meerwald <pmeerw@pmeerw.net>
4874 L: linux-iio@vger.kernel.org
4875 S: Maintained
4876 F: drivers/iio/
4877 F: drivers/staging/iio/
4878 F: include/linux/iio/
4879
4880 IKANOS/ADI EAGLE ADSL USB DRIVER
4881 M: Matthieu Castet <castet.matthieu@free.fr>
4882 M: Stanislaw Gruszka <stf_xl@wp.pl>
4883 S: Maintained
4884 F: drivers/usb/atm/ueagle-atm.c
4885
4886 INA209 HARDWARE MONITOR DRIVER
4887 M: Guenter Roeck <linux@roeck-us.net>
4888 L: lm-sensors@lm-sensors.org
4889 S: Maintained
4890 F: Documentation/hwmon/ina209
4891 F: Documentation/devicetree/bindings/i2c/ina209.txt
4892 F: drivers/hwmon/ina209.c
4893
4894 INA2XX HARDWARE MONITOR DRIVER
4895 M: Guenter Roeck <linux@roeck-us.net>
4896 L: lm-sensors@lm-sensors.org
4897 S: Maintained
4898 F: Documentation/hwmon/ina2xx
4899 F: drivers/hwmon/ina2xx.c
4900 F: include/linux/platform_data/ina2xx.h
4901
4902 INDUSTRY PACK SUBSYSTEM (IPACK)
4903 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4904 M: Jens Taprogge <jens.taprogge@taprogge.org>
4905 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4906 L: industrypack-devel@lists.sourceforge.net
4907 W: http://industrypack.sourceforge.net
4908 S: Maintained
4909 F: drivers/ipack/
4910
4911 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4912 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
4913 M: Dmitry Kasatkin <d.kasatkin@samsung.com>
4914 L: linux-ima-devel@lists.sourceforge.net
4915 L: linux-ima-user@lists.sourceforge.net
4916 L: linux-security-module@vger.kernel.org
4917 S: Supported
4918 F: security/integrity/ima/
4919
4920 IMGTEC IR DECODER DRIVER
4921 M: James Hogan <james.hogan@imgtec.com>
4922 S: Maintained
4923 F: drivers/media/rc/img-ir/
4924
4925 IMS TWINTURBO FRAMEBUFFER DRIVER
4926 L: linux-fbdev@vger.kernel.org
4927 S: Orphan
4928 F: drivers/video/fbdev/imsttfb.c
4929
4930 INFINIBAND SUBSYSTEM
4931 M: Roland Dreier <roland@kernel.org>
4932 M: Sean Hefty <sean.hefty@intel.com>
4933 M: Hal Rosenstock <hal.rosenstock@gmail.com>
4934 L: linux-rdma@vger.kernel.org
4935 W: http://www.openfabrics.org/
4936 Q: http://patchwork.kernel.org/project/linux-rdma/list/
4937 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4938 S: Supported
4939 F: Documentation/infiniband/
4940 F: drivers/infiniband/
4941 F: include/uapi/linux/if_infiniband.h
4942
4943 INOTIFY
4944 M: John McCutchan <john@johnmccutchan.com>
4945 M: Robert Love <rlove@rlove.org>
4946 M: Eric Paris <eparis@parisplace.org>
4947 S: Maintained
4948 F: Documentation/filesystems/inotify.txt
4949 F: fs/notify/inotify/
4950 F: include/linux/inotify.h
4951 F: include/uapi/linux/inotify.h
4952
4953 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4954 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
4955 L: linux-input@vger.kernel.org
4956 Q: http://patchwork.kernel.org/project/linux-input/list/
4957 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4958 S: Maintained
4959 F: drivers/input/
4960 F: include/linux/input.h
4961 F: include/uapi/linux/input.h
4962 F: include/linux/input/
4963
4964 INPUT MULTITOUCH (MT) PROTOCOL
4965 M: Henrik Rydberg <rydberg@bitmath.org>
4966 L: linux-input@vger.kernel.org
4967 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4968 S: Odd fixes
4969 F: Documentation/input/multi-touch-protocol.txt
4970 F: drivers/input/input-mt.c
4971 K: \b(ABS|SYN)_MT_
4972
4973 INTEL ASoC BDW/HSW DRIVERS
4974 M: Jie Yang <yang.jie@linux.intel.com>
4975 L: alsa-devel@alsa-project.org
4976 S: Supported
4977 F: sound/soc/intel/sst-haswell*
4978 F: sound/soc/intel/sst-dsp*
4979 F: sound/soc/intel/sst-firmware.c
4980 F: sound/soc/intel/broadwell.c
4981 F: sound/soc/intel/haswell.c
4982
4983 INTEL C600 SERIES SAS CONTROLLER DRIVER
4984 M: Intel SCU Linux support <intel-linux-scu@intel.com>
4985 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4986 L: linux-scsi@vger.kernel.org
4987 T: git git://git.code.sf.net/p/intel-sas/isci
4988 S: Supported
4989 F: drivers/scsi/isci/
4990
4991 INTEL IDLE DRIVER
4992 M: Len Brown <lenb@kernel.org>
4993 L: linux-pm@vger.kernel.org
4994 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4995 S: Supported
4996 F: drivers/idle/intel_idle.c
4997
4998 INTEL PSTATE DRIVER
4999 M: Kristen Carlson Accardi <kristen@linux.intel.com>
5000 L: linux-pm@vger.kernel.org
5001 S: Supported
5002 F: drivers/cpufreq/intel_pstate.c
5003
5004 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5005 M: Maik Broemme <mbroemme@plusserver.de>
5006 L: linux-fbdev@vger.kernel.org
5007 S: Maintained
5008 F: Documentation/fb/intelfb.txt
5009 F: drivers/video/fbdev/intelfb/
5010
5011 INTEL 810/815 FRAMEBUFFER DRIVER
5012 M: Antonino Daplas <adaplas@gmail.com>
5013 L: linux-fbdev@vger.kernel.org
5014 S: Maintained
5015 F: drivers/video/fbdev/i810/
5016
5017 INTEL MENLOW THERMAL DRIVER
5018 M: Sujith Thomas <sujith.thomas@intel.com>
5019 L: platform-driver-x86@vger.kernel.org
5020 W: https://01.org/linux-acpi
5021 S: Supported
5022 F: drivers/platform/x86/intel_menlow.c
5023
5024 INTEL IA32 MICROCODE UPDATE SUPPORT
5025 M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
5026 S: Maintained
5027 F: arch/x86/kernel/cpu/microcode/core*
5028 F: arch/x86/kernel/cpu/microcode/intel*
5029
5030 INTEL I/OAT DMA DRIVER
5031 M: Dave Jiang <dave.jiang@intel.com>
5032 R: Dan Williams <dan.j.williams@intel.com>
5033 L: dmaengine@vger.kernel.org
5034 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
5035 S: Supported
5036 F: drivers/dma/ioat*
5037
5038 INTEL IOMMU (VT-d)
5039 M: David Woodhouse <dwmw2@infradead.org>
5040 L: iommu@lists.linux-foundation.org
5041 T: git git://git.infradead.org/iommu-2.6.git
5042 S: Supported
5043 F: drivers/iommu/intel-iommu.c
5044 F: include/linux/intel-iommu.h
5045
5046 INTEL IOP-ADMA DMA DRIVER
5047 R: Dan Williams <dan.j.williams@intel.com>
5048 S: Odd fixes
5049 F: drivers/dma/iop-adma.c
5050
5051 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5052 M: Krzysztof Halasa <khalasa@piap.pl>
5053 S: Maintained
5054 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
5055 F: arch/arm/mach-ixp4xx/include/mach/npe.h
5056 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5057 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
5058 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
5059 F: drivers/net/wan/ixp4xx_hss.c
5060
5061 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5062 M: Deepak Saxena <dsaxena@plexity.net>
5063 S: Maintained
5064 F: drivers/char/hw_random/ixp4xx-rng.c
5065
5066 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5067 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5068 M: Jesse Brandeburg <jesse.brandeburg@intel.com>
5069 M: Bruce Allan <bruce.w.allan@intel.com>
5070 M: Carolyn Wyborny <carolyn.wyborny@intel.com>
5071 M: Don Skidmore <donald.c.skidmore@intel.com>
5072 M: Greg Rose <gregory.v.rose@intel.com>
5073 M: Matthew Vick <matthew.vick@intel.com>
5074 M: John Ronciak <john.ronciak@intel.com>
5075 M: Mitch Williams <mitch.a.williams@intel.com>
5076 M: Linux NICS <linux.nics@intel.com>
5077 L: e1000-devel@lists.sourceforge.net
5078 W: http://www.intel.com/support/feedback.htm
5079 W: http://e1000.sourceforge.net/
5080 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5081 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5082 S: Supported
5083 F: Documentation/networking/e100.txt
5084 F: Documentation/networking/e1000.txt
5085 F: Documentation/networking/e1000e.txt
5086 F: Documentation/networking/igb.txt
5087 F: Documentation/networking/igbvf.txt
5088 F: Documentation/networking/ixgb.txt
5089 F: Documentation/networking/ixgbe.txt
5090 F: Documentation/networking/ixgbevf.txt
5091 F: Documentation/networking/i40e.txt
5092 F: Documentation/networking/i40evf.txt
5093 F: drivers/net/ethernet/intel/
5094 F: drivers/net/ethernet/intel/*/
5095
5096 INTEL-MID GPIO DRIVER
5097 M: David Cohen <david.a.cohen@linux.intel.com>
5098 L: linux-gpio@vger.kernel.org
5099 S: Maintained
5100 F: drivers/gpio/gpio-intel-mid.c
5101
5102 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5103 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
5104 L: linux-wireless@vger.kernel.org
5105 S: Maintained
5106 F: Documentation/networking/README.ipw2100
5107 F: Documentation/networking/README.ipw2200
5108 F: drivers/net/wireless/ipw2x00/
5109
5110 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5111 M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
5112 M: Gang Wei <gang.wei@intel.com>
5113 M: Shane Wang <shane.wang@intel.com>
5114 L: tboot-devel@lists.sourceforge.net
5115 W: http://tboot.sourceforge.net
5116 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5117 S: Supported
5118 F: Documentation/intel_txt.txt
5119 F: include/linux/tboot.h
5120 F: arch/x86/kernel/tboot.c
5121
5122 INTEL WIRELESS WIMAX CONNECTION 2400
5123 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5124 M: linux-wimax@intel.com
5125 L: wimax@linuxwimax.org (subscribers-only)
5126 S: Supported
5127 W: http://linuxwimax.org
5128 F: Documentation/wimax/README.i2400m
5129 F: drivers/net/wimax/i2400m/
5130 F: include/uapi/linux/wimax/i2400m.h
5131
5132 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5133 M: Stanislaw Gruszka <sgruszka@redhat.com>
5134 L: linux-wireless@vger.kernel.org
5135 S: Supported
5136 F: drivers/net/wireless/iwlegacy/
5137
5138 INTEL WIRELESS WIFI LINK (iwlwifi)
5139 M: Johannes Berg <johannes.berg@intel.com>
5140 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5141 M: Intel Linux Wireless <ilw@linux.intel.com>
5142 L: linux-wireless@vger.kernel.org
5143 W: http://intellinuxwireless.org
5144 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5145 S: Supported
5146 F: drivers/net/wireless/iwlwifi/
5147
5148 INTEL MANAGEMENT ENGINE (mei)
5149 M: Tomas Winkler <tomas.winkler@intel.com>
5150 L: linux-kernel@vger.kernel.org
5151 S: Supported
5152 F: include/uapi/linux/mei.h
5153 F: drivers/misc/mei/*
5154 F: Documentation/misc-devices/mei/*
5155
5156 IOC3 ETHERNET DRIVER
5157 M: Ralf Baechle <ralf@linux-mips.org>
5158 L: linux-mips@linux-mips.org
5159 S: Maintained
5160 F: drivers/net/ethernet/sgi/ioc3-eth.c
5161
5162 IOC3 SERIAL DRIVER
5163 M: Pat Gefre <pfg@sgi.com>
5164 L: linux-serial@vger.kernel.org
5165 S: Maintained
5166 F: drivers/tty/serial/ioc3_serial.c
5167
5168 IOMMU DRIVERS
5169 M: Joerg Roedel <joro@8bytes.org>
5170 L: iommu@lists.linux-foundation.org
5171 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5172 S: Maintained
5173 F: drivers/iommu/
5174
5175 IP MASQUERADING
5176 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5177 S: Maintained
5178 F: net/ipv4/netfilter/ipt_MASQUERADE.c
5179
5180 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5181 M: Francois Romieu <romieu@fr.zoreil.com>
5182 M: Sorbica Shieh <sorbica@icplus.com.tw>
5183 L: netdev@vger.kernel.org
5184 S: Maintained
5185 F: drivers/net/ethernet/icplus/ipg.*
5186
5187 IPATH DRIVER
5188 M: Mike Marciniszyn <infinipath@intel.com>
5189 L: linux-rdma@vger.kernel.org
5190 S: Maintained
5191 F: drivers/infiniband/hw/ipath/
5192
5193 IPMI SUBSYSTEM
5194 M: Corey Minyard <minyard@acm.org>
5195 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5196 W: http://openipmi.sourceforge.net/
5197 S: Supported
5198 F: Documentation/IPMI.txt
5199 F: drivers/char/ipmi/
5200 F: include/linux/ipmi*
5201 F: include/uapi/linux/ipmi*
5202
5203 IPS SCSI RAID DRIVER
5204 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5205 L: linux-scsi@vger.kernel.org
5206 W: http://www.adaptec.com/
5207 S: Maintained
5208 F: drivers/scsi/ips*
5209
5210 IPVS
5211 M: Wensong Zhang <wensong@linux-vs.org>
5212 M: Simon Horman <horms@verge.net.au>
5213 M: Julian Anastasov <ja@ssi.bg>
5214 L: netdev@vger.kernel.org
5215 L: lvs-devel@vger.kernel.org
5216 S: Maintained
5217 F: Documentation/networking/ipvs-sysctl.txt
5218 F: include/net/ip_vs.h
5219 F: include/uapi/linux/ip_vs.h
5220 F: net/netfilter/ipvs/
5221
5222 IPWIRELESS DRIVER
5223 M: Jiri Kosina <jkosina@suse.cz>
5224 M: David Sterba <dsterba@suse.cz>
5225 S: Odd Fixes
5226 F: drivers/tty/ipwireless/
5227
5228 IPX NETWORK LAYER
5229 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5230 L: netdev@vger.kernel.org
5231 S: Maintained
5232 F: include/net/ipx.h
5233 F: include/uapi/linux/ipx.h
5234 F: net/ipx/
5235
5236 IRDA SUBSYSTEM
5237 M: Samuel Ortiz <samuel@sortiz.org>
5238 L: irda-users@lists.sourceforge.net (subscribers-only)
5239 L: netdev@vger.kernel.org
5240 W: http://irda.sourceforge.net/
5241 S: Maintained
5242 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5243 F: Documentation/networking/irda.txt
5244 F: drivers/net/irda/
5245 F: include/net/irda/
5246 F: net/irda/
5247
5248 IRQ SUBSYSTEM
5249 M: Thomas Gleixner <tglx@linutronix.de>
5250 L: linux-kernel@vger.kernel.org
5251 S: Maintained
5252 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5253 F: kernel/irq/
5254
5255 IRQCHIP DRIVERS
5256 M: Thomas Gleixner <tglx@linutronix.de>
5257 M: Jason Cooper <jason@lakedaemon.net>
5258 L: linux-kernel@vger.kernel.org
5259 S: Maintained
5260 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5261 T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5262 F: Documentation/devicetree/bindings/interrupt-controller/
5263 F: drivers/irqchip/
5264
5265 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5266 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5267 S: Maintained
5268 F: Documentation/IRQ-domain.txt
5269 F: include/linux/irqdomain.h
5270 F: kernel/irq/irqdomain.c
5271
5272 ISAPNP
5273 M: Jaroslav Kysela <perex@perex.cz>
5274 S: Maintained
5275 F: Documentation/isapnp.txt
5276 F: drivers/pnp/isapnp/
5277 F: include/linux/isapnp.h
5278
5279 ISA RADIO MODULE
5280 M: Hans Verkuil <hverkuil@xs4all.nl>
5281 L: linux-media@vger.kernel.org
5282 T: git git://linuxtv.org/media_tree.git
5283 W: http://linuxtv.org
5284 S: Maintained
5285 F: drivers/media/radio/radio-isa*
5286
5287 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5288 M: Peter Jones <pjones@redhat.com>
5289 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
5290 S: Maintained
5291 F: drivers/firmware/iscsi_ibft*
5292
5293 ISCSI
5294 M: Mike Christie <michaelc@cs.wisc.edu>
5295 L: open-iscsi@googlegroups.com
5296 W: www.open-iscsi.org
5297 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5298 S: Maintained
5299 F: drivers/scsi/*iscsi*
5300 F: include/scsi/*iscsi*
5301
5302 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5303 M: Or Gerlitz <ogerlitz@mellanox.com>
5304 M: Sagi Grimberg <sagig@mellanox.com>
5305 M: Roi Dayan <roid@mellanox.com>
5306 L: linux-rdma@vger.kernel.org
5307 S: Supported
5308 W: http://www.openfabrics.org
5309 W: www.open-iscsi.org
5310 Q: http://patchwork.kernel.org/project/linux-rdma/list/
5311 F: drivers/infiniband/ulp/iser/
5312
5313 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5314 M: Sagi Grimberg <sagig@mellanox.com>
5315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5316 L: linux-rdma@vger.kernel.org
5317 L: target-devel@vger.kernel.org
5318 S: Supported
5319 W: http://www.linux-iscsi.org
5320 F: drivers/infiniband/ulp/isert
5321
5322 ISDN SUBSYSTEM
5323 M: Karsten Keil <isdn@linux-pingi.de>
5324 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5325 L: netdev@vger.kernel.org
5326 W: http://www.isdn4linux.de
5327 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5328 S: Maintained
5329 F: Documentation/isdn/
5330 F: drivers/isdn/
5331 F: include/linux/isdn.h
5332 F: include/linux/isdn/
5333 F: include/uapi/linux/isdn.h
5334 F: include/uapi/linux/isdn/
5335
5336 ISDN SUBSYSTEM (Eicon active card driver)
5337 M: Armin Schindler <mac@melware.de>
5338 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
5339 W: http://www.melware.de
5340 S: Maintained
5341 F: drivers/isdn/hardware/eicon/
5342
5343 IT87 HARDWARE MONITORING DRIVER
5344 M: Jean Delvare <jdelvare@suse.de>
5345 L: lm-sensors@lm-sensors.org
5346 S: Maintained
5347 F: Documentation/hwmon/it87
5348 F: drivers/hwmon/it87.c
5349
5350 IT913X MEDIA DRIVER
5351 M: Antti Palosaari <crope@iki.fi>
5352 L: linux-media@vger.kernel.org
5353 W: http://linuxtv.org/
5354 W: http://palosaari.fi/linux/
5355 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5356 T: git git://linuxtv.org/anttip/media_tree.git
5357 S: Maintained
5358 F: drivers/media/tuners/it913x*
5359
5360 IVTV VIDEO4LINUX DRIVER
5361 M: Andy Walls <awalls@md.metrocast.net>
5362 L: ivtv-devel@ivtvdriver.org (subscribers-only)
5363 L: linux-media@vger.kernel.org
5364 T: git git://linuxtv.org/media_tree.git
5365 W: http://www.ivtvdriver.org
5366 S: Maintained
5367 F: Documentation/video4linux/*.ivtv
5368 F: drivers/media/pci/ivtv/
5369 F: include/uapi/linux/ivtv*
5370
5371 IX2505V MEDIA DRIVER
5372 M: Malcolm Priestley <tvboxspy@gmail.com>
5373 L: linux-media@vger.kernel.org
5374 W: http://linuxtv.org/
5375 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5376 S: Maintained
5377 F: drivers/media/dvb-frontends/ix2505v*
5378
5379 JC42.4 TEMPERATURE SENSOR DRIVER
5380 M: Guenter Roeck <linux@roeck-us.net>
5381 L: lm-sensors@lm-sensors.org
5382 S: Maintained
5383 F: drivers/hwmon/jc42.c
5384 F: Documentation/hwmon/jc42
5385
5386 JFS FILESYSTEM
5387 M: Dave Kleikamp <shaggy@kernel.org>
5388 L: jfs-discussion@lists.sourceforge.net
5389 W: http://jfs.sourceforge.net/
5390 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5391 S: Maintained
5392 F: Documentation/filesystems/jfs.txt
5393 F: fs/jfs/
5394
5395 JME NETWORK DRIVER
5396 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
5397 L: netdev@vger.kernel.org
5398 S: Maintained
5399 F: drivers/net/ethernet/jme.*
5400
5401 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5402 M: David Woodhouse <dwmw2@infradead.org>
5403 L: linux-mtd@lists.infradead.org
5404 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
5405 S: Maintained
5406 F: fs/jffs2/
5407 F: include/uapi/linux/jffs2.h
5408
5409 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5410 M: Andrew Morton <akpm@linux-foundation.org>
5411 M: Jan Kara <jack@suse.cz>
5412 L: linux-ext4@vger.kernel.org
5413 S: Maintained
5414 F: fs/jbd/
5415 F: include/linux/jbd.h
5416
5417 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5418 M: "Theodore Ts'o" <tytso@mit.edu>
5419 L: linux-ext4@vger.kernel.org
5420 S: Maintained
5421 F: fs/jbd2/
5422 F: include/linux/jbd2.h
5423
5424 JSM Neo PCI based serial card
5425 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5426 L: linux-serial@vger.kernel.org
5427 S: Maintained
5428 F: drivers/tty/serial/jsm/
5429
5430 K10TEMP HARDWARE MONITORING DRIVER
5431 M: Clemens Ladisch <clemens@ladisch.de>
5432 L: lm-sensors@lm-sensors.org
5433 S: Maintained
5434 F: Documentation/hwmon/k10temp
5435 F: drivers/hwmon/k10temp.c
5436
5437 K8TEMP HARDWARE MONITORING DRIVER
5438 M: Rudolf Marek <r.marek@assembler.cz>
5439 L: lm-sensors@lm-sensors.org
5440 S: Maintained
5441 F: Documentation/hwmon/k8temp
5442 F: drivers/hwmon/k8temp.c
5443
5444 KCONFIG
5445 M: "Yann E. MORIN" <yann.morin.1998@free.fr>
5446 L: linux-kbuild@vger.kernel.org
5447 T: git git://gitorious.org/linux-kconfig/linux-kconfig
5448 S: Maintained
5449 F: Documentation/kbuild/kconfig-language.txt
5450 F: scripts/kconfig/
5451
5452 KDUMP
5453 M: Vivek Goyal <vgoyal@redhat.com>
5454 M: Haren Myneni <hbabu@us.ibm.com>
5455 L: kexec@lists.infradead.org
5456 W: http://lse.sourceforge.net/kdump/
5457 S: Maintained
5458 F: Documentation/kdump/
5459
5460 KEENE FM RADIO TRANSMITTER DRIVER
5461 M: Hans Verkuil <hverkuil@xs4all.nl>
5462 L: linux-media@vger.kernel.org
5463 T: git git://linuxtv.org/media_tree.git
5464 W: http://linuxtv.org
5465 S: Maintained
5466 F: drivers/media/radio/radio-keene*
5467
5468 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5469 M: Ian Kent <raven@themaw.net>
5470 L: autofs@vger.kernel.org
5471 S: Maintained
5472 F: fs/autofs4/
5473
5474 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5475 M: Michal Marek <mmarek@suse.cz>
5476 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5477 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5478 L: linux-kbuild@vger.kernel.org
5479 S: Maintained
5480 F: Documentation/kbuild/
5481 F: Makefile
5482 F: scripts/Makefile.*
5483 F: scripts/basic/
5484 F: scripts/mk*
5485 F: scripts/package/
5486
5487 KERNEL JANITORS
5488 L: kernel-janitors@vger.kernel.org
5489 W: http://kernelnewbies.org/KernelJanitors
5490 S: Odd Fixes
5491
5492 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5493 M: "J. Bruce Fields" <bfields@fieldses.org>
5494 L: linux-nfs@vger.kernel.org
5495 W: http://nfs.sourceforge.net/
5496 S: Supported
5497 F: fs/nfsd/
5498 F: include/uapi/linux/nfsd/
5499 F: fs/lockd/
5500 F: fs/nfs_common/
5501 F: net/sunrpc/
5502 F: include/linux/lockd/
5503 F: include/linux/sunrpc/
5504 F: include/uapi/linux/sunrpc/
5505
5506 KERNEL SELFTEST FRAMEWORK
5507 M: Shuah Khan <shuahkh@osg.samsung.com>
5508 L: linux-api@vger.kernel.org
5509 T: git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5510 S: Maintained
5511 F: tools/testing/selftests
5512
5513 KERNEL VIRTUAL MACHINE (KVM)
5514 M: Gleb Natapov <gleb@kernel.org>
5515 M: Paolo Bonzini <pbonzini@redhat.com>
5516 L: kvm@vger.kernel.org
5517 W: http://www.linux-kvm.org
5518 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5519 S: Supported
5520 F: Documentation/*/kvm*.txt
5521 F: Documentation/virtual/kvm/
5522 F: arch/*/kvm/
5523 F: arch/*/include/asm/kvm*
5524 F: include/linux/kvm*
5525 F: include/uapi/linux/kvm*
5526 F: virt/kvm/
5527
5528 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5529 M: Joerg Roedel <joro@8bytes.org>
5530 L: kvm@vger.kernel.org
5531 W: http://kvm.qumranet.com
5532 S: Maintained
5533 F: arch/x86/include/asm/svm.h
5534 F: arch/x86/kvm/svm.c
5535
5536 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5537 M: Alexander Graf <agraf@suse.de>
5538 L: kvm-ppc@vger.kernel.org
5539 W: http://kvm.qumranet.com
5540 T: git git://github.com/agraf/linux-2.6.git
5541 S: Supported
5542 F: arch/powerpc/include/asm/kvm*
5543 F: arch/powerpc/kvm/
5544
5545 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5546 M: Christian Borntraeger <borntraeger@de.ibm.com>
5547 M: Cornelia Huck <cornelia.huck@de.ibm.com>
5548 M: linux390@de.ibm.com
5549 L: linux-s390@vger.kernel.org
5550 W: http://www.ibm.com/developerworks/linux/linux390/
5551 S: Supported
5552 F: Documentation/s390/kvm.txt
5553 F: arch/s390/include/asm/kvm*
5554 F: arch/s390/kvm/
5555 F: drivers/s390/kvm/
5556
5557 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5558 M: Christoffer Dall <christoffer.dall@linaro.org>
5559 M: Marc Zyngier <marc.zyngier@arm.com>
5560 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5561 L: kvmarm@lists.cs.columbia.edu
5562 W: http://systems.cs.columbia.edu/projects/kvm-arm
5563 S: Supported
5564 F: arch/arm/include/uapi/asm/kvm*
5565 F: arch/arm/include/asm/kvm*
5566 F: arch/arm/kvm/
5567 F: virt/kvm/arm/
5568 F: include/kvm/arm_*
5569
5570 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5571 M: Christoffer Dall <christoffer.dall@linaro.org>
5572 M: Marc Zyngier <marc.zyngier@arm.com>
5573 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5574 L: kvmarm@lists.cs.columbia.edu
5575 S: Maintained
5576 F: arch/arm64/include/uapi/asm/kvm*
5577 F: arch/arm64/include/asm/kvm*
5578 F: arch/arm64/kvm/
5579
5580 KEXEC
5581 M: Eric Biederman <ebiederm@xmission.com>
5582 W: http://kernel.org/pub/linux/utils/kernel/kexec/
5583 L: kexec@lists.infradead.org
5584 S: Maintained
5585 F: include/linux/kexec.h
5586 F: include/uapi/linux/kexec.h
5587 F: kernel/kexec.c
5588
5589 KEYS/KEYRINGS:
5590 M: David Howells <dhowells@redhat.com>
5591 L: keyrings@linux-nfs.org
5592 S: Maintained
5593 F: Documentation/security/keys.txt
5594 F: include/linux/key.h
5595 F: include/linux/key-type.h
5596 F: include/keys/
5597 F: security/keys/
5598
5599 KEYS-TRUSTED
5600 M: David Safford <safford@us.ibm.com>
5601 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5602 L: linux-security-module@vger.kernel.org
5603 L: keyrings@linux-nfs.org
5604 S: Supported
5605 F: Documentation/security/keys-trusted-encrypted.txt
5606 F: include/keys/trusted-type.h
5607 F: security/keys/trusted.c
5608 F: security/keys/trusted.h
5609
5610 KEYS-ENCRYPTED
5611 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5612 M: David Safford <safford@us.ibm.com>
5613 L: linux-security-module@vger.kernel.org
5614 L: keyrings@linux-nfs.org
5615 S: Supported
5616 F: Documentation/security/keys-trusted-encrypted.txt
5617 F: include/keys/encrypted-type.h
5618 F: security/keys/encrypted-keys/
5619
5620 KGDB / KDB /debug_core
5621 M: Jason Wessel <jason.wessel@windriver.com>
5622 W: http://kgdb.wiki.kernel.org/
5623 L: kgdb-bugreport@lists.sourceforge.net
5624 S: Maintained
5625 F: Documentation/DocBook/kgdb.tmpl
5626 F: drivers/misc/kgdbts.c
5627 F: drivers/tty/serial/kgdboc.c
5628 F: include/linux/kdb.h
5629 F: include/linux/kgdb.h
5630 F: kernel/debug/
5631
5632 KMEMCHECK
5633 M: Vegard Nossum <vegardno@ifi.uio.no>
5634 M: Pekka Enberg <penberg@kernel.org>
5635 S: Maintained
5636 F: Documentation/kmemcheck.txt
5637 F: arch/x86/include/asm/kmemcheck.h
5638 F: arch/x86/mm/kmemcheck/
5639 F: include/linux/kmemcheck.h
5640 F: mm/kmemcheck.c
5641
5642 KMEMLEAK
5643 M: Catalin Marinas <catalin.marinas@arm.com>
5644 S: Maintained
5645 F: Documentation/kmemleak.txt
5646 F: include/linux/kmemleak.h
5647 F: mm/kmemleak.c
5648 F: mm/kmemleak-test.c
5649
5650 KPROBES
5651 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5652 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5653 M: "David S. Miller" <davem@davemloft.net>
5654 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5655 S: Maintained
5656 F: Documentation/kprobes.txt
5657 F: include/linux/kprobes.h
5658 F: kernel/kprobes.c
5659
5660 KS0108 LCD CONTROLLER DRIVER
5661 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5662 W: http://miguelojeda.es/auxdisplay.htm
5663 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5664 S: Maintained
5665 F: Documentation/auxdisplay/ks0108
5666 F: drivers/auxdisplay/ks0108.c
5667 F: include/linux/ks0108.h
5668
5669 LAPB module
5670 L: linux-x25@vger.kernel.org
5671 S: Orphan
5672 F: Documentation/networking/lapb-module.txt
5673 F: include/*/lapb.h
5674 F: net/lapb/
5675
5676 LASI 53c700 driver for PARISC
5677 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5678 L: linux-scsi@vger.kernel.org
5679 S: Maintained
5680 F: Documentation/scsi/53c700.txt
5681 F: drivers/scsi/53c700*
5682
5683 LED SUBSYSTEM
5684 M: Bryan Wu <cooloney@gmail.com>
5685 M: Richard Purdie <rpurdie@rpsys.net>
5686 L: linux-leds@vger.kernel.org
5687 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5688 S: Maintained
5689 F: drivers/leds/
5690 F: include/linux/leds.h
5691
5692 LEGACY EEPROM DRIVER
5693 M: Jean Delvare <jdelvare@suse.de>
5694 S: Maintained
5695 F: Documentation/misc-devices/eeprom
5696 F: drivers/misc/eeprom/eeprom.c
5697
5698 LEGO USB Tower driver
5699 M: Juergen Stuber <starblue@users.sourceforge.net>
5700 L: legousb-devel@lists.sourceforge.net
5701 W: http://legousb.sourceforge.net/
5702 S: Maintained
5703 F: drivers/usb/misc/legousbtower.c
5704
5705 LG2160 MEDIA DRIVER
5706 M: Michael Krufky <mkrufky@linuxtv.org>
5707 L: linux-media@vger.kernel.org
5708 W: http://linuxtv.org/
5709 W: http://github.com/mkrufky
5710 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5711 T: git git://linuxtv.org/mkrufky/tuners.git
5712 S: Maintained
5713 F: drivers/media/dvb-frontends/lg2160.*
5714
5715 LGDT3305 MEDIA DRIVER
5716 M: Michael Krufky <mkrufky@linuxtv.org>
5717 L: linux-media@vger.kernel.org
5718 W: http://linuxtv.org/
5719 W: http://github.com/mkrufky
5720 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5721 T: git git://linuxtv.org/mkrufky/tuners.git
5722 S: Maintained
5723 F: drivers/media/dvb-frontends/lgdt3305.*
5724
5725 LGUEST
5726 M: Rusty Russell <rusty@rustcorp.com.au>
5727 L: lguest@lists.ozlabs.org
5728 W: http://lguest.ozlabs.org/
5729 S: Odd Fixes
5730 F: arch/x86/include/asm/lguest*.h
5731 F: arch/x86/lguest/
5732 F: drivers/lguest/
5733 F: include/linux/lguest*.h
5734 F: tools/lguest/
5735
5736 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5737 M: Tejun Heo <tj@kernel.org>
5738 L: linux-ide@vger.kernel.org
5739 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5740 S: Maintained
5741 F: drivers/ata/
5742 F: include/linux/ata.h
5743 F: include/linux/libata.h
5744
5745 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5746 M: Viresh Kumar <viresh.linux@gmail.com>
5747 L: linux-ide@vger.kernel.org
5748 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5749 S: Maintained
5750 F: include/linux/pata_arasan_cf_data.h
5751 F: drivers/ata/pata_arasan_cf.c
5752
5753 LIBATA PATA DRIVERS
5754 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5755 M: Tejun Heo <tj@kernel.org>
5756 L: linux-ide@vger.kernel.org
5757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5758 S: Maintained
5759 F: drivers/ata/pata_*.c
5760 F: drivers/ata/ata_generic.c
5761
5762 LIBATA SATA AHCI PLATFORM devices support
5763 M: Hans de Goede <hdegoede@redhat.com>
5764 M: Tejun Heo <tj@kernel.org>
5765 L: linux-ide@vger.kernel.org
5766 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5767 S: Maintained
5768 F: drivers/ata/ahci_platform.c
5769 F: drivers/ata/libahci_platform.c
5770 F: include/linux/ahci_platform.h
5771
5772 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5773 M: Mikael Pettersson <mikpelinux@gmail.com>
5774 L: linux-ide@vger.kernel.org
5775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5776 S: Maintained
5777 F: drivers/ata/sata_promise.*
5778
5779 LIBLOCKDEP
5780 M: Sasha Levin <sasha.levin@oracle.com>
5781 S: Maintained
5782 F: tools/lib/lockdep/
5783
5784 LINUX FOR IBM pSERIES (RS/6000)
5785 M: Paul Mackerras <paulus@au.ibm.com>
5786 W: http://www.ibm.com/linux/ltc/projects/ppc
5787 S: Supported
5788 F: arch/powerpc/boot/rs6000.h
5789
5790 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5791 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5792 M: Paul Mackerras <paulus@samba.org>
5793 M: Michael Ellerman <mpe@ellerman.id.au>
5794 W: http://www.penguinppc.org/
5795 L: linuxppc-dev@lists.ozlabs.org
5796 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5798 S: Supported
5799 F: Documentation/powerpc/
5800 F: arch/powerpc/
5801
5802 LINUX FOR POWER MACINTOSH
5803 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
5804 W: http://www.penguinppc.org/
5805 L: linuxppc-dev@lists.ozlabs.org
5806 S: Maintained
5807 F: arch/powerpc/platforms/powermac/
5808 F: drivers/macintosh/
5809
5810 LINUX FOR POWERPC EMBEDDED MPC5XXX
5811 M: Anatolij Gustschin <agust@denx.de>
5812 L: linuxppc-dev@lists.ozlabs.org
5813 T: git git://git.denx.de/linux-denx-agust.git
5814 S: Maintained
5815 F: arch/powerpc/platforms/512x/
5816 F: arch/powerpc/platforms/52xx/
5817
5818 LINUX FOR POWERPC EMBEDDED PPC4XX
5819 M: Alistair Popple <alistair@popple.id.au>
5820 M: Matt Porter <mporter@kernel.crashing.org>
5821 W: http://www.penguinppc.org/
5822 L: linuxppc-dev@lists.ozlabs.org
5823 S: Maintained
5824 F: arch/powerpc/platforms/40x/
5825 F: arch/powerpc/platforms/44x/
5826
5827 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5828 L: linuxppc-dev@lists.ozlabs.org
5829 S: Orphan
5830 F: arch/powerpc/*/*virtex*
5831 F: arch/powerpc/*/*/*virtex*
5832
5833 LINUX FOR POWERPC EMBEDDED PPC8XX
5834 M: Vitaly Bordug <vitb@kernel.crashing.org>
5835 W: http://www.penguinppc.org/
5836 L: linuxppc-dev@lists.ozlabs.org
5837 S: Maintained
5838 F: arch/powerpc/platforms/8xx/
5839
5840 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5841 M: Scott Wood <scottwood@freescale.com>
5842 M: Kumar Gala <galak@kernel.crashing.org>
5843 W: http://www.penguinppc.org/
5844 L: linuxppc-dev@lists.ozlabs.org
5845 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5846 S: Maintained
5847 F: arch/powerpc/platforms/83xx/
5848 F: arch/powerpc/platforms/85xx/
5849
5850 LINUX FOR POWERPC PA SEMI PWRFICIENT
5851 M: Olof Johansson <olof@lixom.net>
5852 L: linuxppc-dev@lists.ozlabs.org
5853 S: Maintained
5854 F: arch/powerpc/platforms/pasemi/
5855 F: drivers/*/*pasemi*
5856 F: drivers/*/*/*pasemi*
5857
5858 LINUX SECURITY MODULE (LSM) FRAMEWORK
5859 M: Chris Wright <chrisw@sous-sol.org>
5860 L: linux-security-module@vger.kernel.org
5861 S: Supported
5862
5863 LIS3LV02D ACCELEROMETER DRIVER
5864 M: Eric Piel <eric.piel@tremplin-utc.net>
5865 S: Maintained
5866 F: Documentation/misc-devices/lis3lv02d
5867 F: drivers/misc/lis3lv02d/
5868 F: drivers/platform/x86/hp_accel.c
5869
5870 LIVE PATCHING
5871 M: Josh Poimboeuf <jpoimboe@redhat.com>
5872 M: Seth Jennings <sjenning@redhat.com>
5873 M: Jiri Kosina <jkosina@suse.cz>
5874 M: Vojtech Pavlik <vojtech@suse.cz>
5875 S: Maintained
5876 F: kernel/livepatch/
5877 F: include/linux/livepatch.h
5878 F: arch/x86/include/asm/livepatch.h
5879 F: arch/x86/kernel/livepatch.c
5880 F: Documentation/ABI/testing/sysfs-kernel-livepatch
5881 F: samples/livepatch/
5882 L: live-patching@vger.kernel.org
5883 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
5884
5885 LLC (802.2)
5886 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5887 S: Maintained
5888 F: include/linux/llc.h
5889 F: include/uapi/linux/llc.h
5890 F: include/net/llc*
5891 F: net/llc/
5892
5893 LM73 HARDWARE MONITOR DRIVER
5894 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
5895 L: lm-sensors@lm-sensors.org
5896 S: Maintained
5897 F: drivers/hwmon/lm73.c
5898
5899 LM78 HARDWARE MONITOR DRIVER
5900 M: Jean Delvare <jdelvare@suse.de>
5901 L: lm-sensors@lm-sensors.org
5902 S: Maintained
5903 F: Documentation/hwmon/lm78
5904 F: drivers/hwmon/lm78.c
5905
5906 LM83 HARDWARE MONITOR DRIVER
5907 M: Jean Delvare <jdelvare@suse.de>
5908 L: lm-sensors@lm-sensors.org
5909 S: Maintained
5910 F: Documentation/hwmon/lm83
5911 F: drivers/hwmon/lm83.c
5912
5913 LM90 HARDWARE MONITOR DRIVER
5914 M: Jean Delvare <jdelvare@suse.de>
5915 L: lm-sensors@lm-sensors.org
5916 S: Maintained
5917 F: Documentation/hwmon/lm90
5918 F: Documentation/devicetree/bindings/hwmon/lm90.txt
5919 F: drivers/hwmon/lm90.c
5920
5921 LM95234 HARDWARE MONITOR DRIVER
5922 M: Guenter Roeck <linux@roeck-us.net>
5923 L: lm-sensors@lm-sensors.org
5924 S: Maintained
5925 F: Documentation/hwmon/lm95234
5926 F: drivers/hwmon/lm95234.c
5927
5928 LME2510 MEDIA DRIVER
5929 M: Malcolm Priestley <tvboxspy@gmail.com>
5930 L: linux-media@vger.kernel.org
5931 W: http://linuxtv.org/
5932 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5933 S: Maintained
5934 F: drivers/media/usb/dvb-usb-v2/lmedm04*
5935
5936 LOCKDEP AND LOCKSTAT
5937 M: Peter Zijlstra <peterz@infradead.org>
5938 M: Ingo Molnar <mingo@redhat.com>
5939 L: linux-kernel@vger.kernel.org
5940 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5941 S: Maintained
5942 F: Documentation/locking/lockdep*.txt
5943 F: Documentation/locking/lockstat.txt
5944 F: include/linux/lockdep.h
5945 F: kernel/locking/
5946
5947 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5948 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
5949 L: linux-ntfs-dev@lists.sourceforge.net
5950 W: http://www.linux-ntfs.org/content/view/19/37/
5951 S: Maintained
5952 F: Documentation/ldm.txt
5953 F: block/partitions/ldm.*
5954
5955 LogFS
5956 M: Joern Engel <joern@logfs.org>
5957 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
5958 L: logfs@logfs.org
5959 W: logfs.org
5960 S: Maintained
5961 F: fs/logfs/
5962
5963 LPC32XX MACHINE SUPPORT
5964 M: Roland Stigge <stigge@antcom.de>
5965 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5966 S: Maintained
5967 F: arch/arm/mach-lpc32xx/
5968
5969 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5970 M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5971 M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5972 M: Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5973 M: Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5974 L: MPT-FusionLinux.pdl@avagotech.com
5975 L: linux-scsi@vger.kernel.org
5976 W: http://www.lsilogic.com/support
5977 S: Supported
5978 F: drivers/message/fusion/
5979 F: drivers/scsi/mpt2sas/
5980 F: drivers/scsi/mpt3sas/
5981
5982 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5983 M: Matthew Wilcox <matthew@wil.cx>
5984 L: linux-scsi@vger.kernel.org
5985 S: Maintained
5986 F: drivers/scsi/sym53c8xx_2/
5987
5988 LTC4261 HARDWARE MONITOR DRIVER
5989 M: Guenter Roeck <linux@roeck-us.net>
5990 L: lm-sensors@lm-sensors.org
5991 S: Maintained
5992 F: Documentation/hwmon/ltc4261
5993 F: drivers/hwmon/ltc4261.c
5994
5995 LTP (Linux Test Project)
5996 M: Mike Frysinger <vapier@gentoo.org>
5997 M: Cyril Hrubis <chrubis@suse.cz>
5998 M: Wanlong Gao <gaowanlong@cn.fujitsu.com>
5999 M: Jan Stancek <jstancek@redhat.com>
6000 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6001 M: Alexey Kodanev <alexey.kodanev@oracle.com>
6002 L: ltp-list@lists.sourceforge.net (subscribers-only)
6003 W: http://linux-test-project.github.io/
6004 T: git git://github.com/linux-test-project/ltp.git
6005 S: Maintained
6006
6007 M32R ARCHITECTURE
6008 W: http://www.linux-m32r.org/
6009 S: Orphan
6010 F: arch/m32r/
6011
6012 M68K ARCHITECTURE
6013 M: Geert Uytterhoeven <geert@linux-m68k.org>
6014 L: linux-m68k@lists.linux-m68k.org
6015 W: http://www.linux-m68k.org/
6016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6017 S: Maintained
6018 F: arch/m68k/
6019 F: drivers/zorro/
6020
6021 M68K ON APPLE MACINTOSH
6022 M: Joshua Thompson <funaho@jurai.org>
6023 W: http://www.mac.linux-m68k.org/
6024 L: linux-m68k@lists.linux-m68k.org
6025 S: Maintained
6026 F: arch/m68k/mac/
6027
6028 M68K ON HP9000/300
6029 M: Philip Blundell <philb@gnu.org>
6030 W: http://www.tazenda.demon.co.uk/phil/linux-hp
6031 S: Maintained
6032 F: arch/m68k/hp300/
6033
6034 M88DS3103 MEDIA DRIVER
6035 M: Antti Palosaari <crope@iki.fi>
6036 L: linux-media@vger.kernel.org
6037 W: http://linuxtv.org/
6038 W: http://palosaari.fi/linux/
6039 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6040 T: git git://linuxtv.org/anttip/media_tree.git
6041 S: Maintained
6042 F: drivers/media/dvb-frontends/m88ds3103*
6043
6044 M88RS2000 MEDIA DRIVER
6045 M: Malcolm Priestley <tvboxspy@gmail.com>
6046 L: linux-media@vger.kernel.org
6047 W: http://linuxtv.org/
6048 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6049 S: Maintained
6050 F: drivers/media/dvb-frontends/m88rs2000*
6051
6052 M88TS2022 MEDIA DRIVER
6053 M: Antti Palosaari <crope@iki.fi>
6054 L: linux-media@vger.kernel.org
6055 W: http://linuxtv.org/
6056 W: http://palosaari.fi/linux/
6057 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6058 T: git git://linuxtv.org/anttip/media_tree.git
6059 S: Maintained
6060 F: drivers/media/tuners/m88ts2022*
6061
6062 MA901 MASTERKIT USB FM RADIO DRIVER
6063 M: Alexey Klimov <klimov.linux@gmail.com>
6064 L: linux-media@vger.kernel.org
6065 T: git git://linuxtv.org/media_tree.git
6066 S: Maintained
6067 F: drivers/media/radio/radio-ma901.c
6068
6069 MAC80211
6070 M: Johannes Berg <johannes@sipsolutions.net>
6071 L: linux-wireless@vger.kernel.org
6072 W: http://wireless.kernel.org/
6073 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6074 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6075 S: Maintained
6076 F: Documentation/networking/mac80211-injection.txt
6077 F: include/net/mac80211.h
6078 F: net/mac80211/
6079
6080 MACVLAN DRIVER
6081 M: Patrick McHardy <kaber@trash.net>
6082 L: netdev@vger.kernel.org
6083 S: Maintained
6084 F: drivers/net/macvlan.c
6085 F: include/linux/if_macvlan.h
6086
6087 MAILBOX API
6088 M: Jassi Brar <jassisinghbrar@gmail.com>
6089 L: linux-kernel@vger.kernel.org
6090 S: Maintained
6091 F: drivers/mailbox/
6092 F: include/linux/mailbox_client.h
6093 F: include/linux/mailbox_controller.h
6094
6095 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6096 M: Michael Kerrisk <mtk.manpages@gmail.com>
6097 W: http://www.kernel.org/doc/man-pages
6098 L: linux-man@vger.kernel.org
6099 S: Maintained
6100
6101 MARVELL ARMADA DRM SUPPORT
6102 M: Russell King <rmk+kernel@arm.linux.org.uk>
6103 S: Maintained
6104 F: drivers/gpu/drm/armada/
6105
6106 MARVELL 88E6352 DSA support
6107 M: Guenter Roeck <linux@roeck-us.net>
6108 S: Maintained
6109 F: drivers/net/dsa/mv88e6352.c
6110
6111 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6112 M: Mirko Lindner <mlindner@marvell.com>
6113 M: Stephen Hemminger <stephen@networkplumber.org>
6114 L: netdev@vger.kernel.org
6115 S: Maintained
6116 F: drivers/net/ethernet/marvell/sk*
6117
6118 MARVELL LIBERTAS WIRELESS DRIVER
6119 L: libertas-dev@lists.infradead.org
6120 S: Orphan
6121 F: drivers/net/wireless/libertas/
6122
6123 MARVELL MV643XX ETHERNET DRIVER
6124 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6125 L: netdev@vger.kernel.org
6126 S: Maintained
6127 F: drivers/net/ethernet/marvell/mv643xx_eth.*
6128 F: include/linux/mv643xx.h
6129
6130 MARVELL MVNETA ETHERNET DRIVER
6131 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6132 L: netdev@vger.kernel.org
6133 S: Maintained
6134 F: drivers/net/ethernet/marvell/mvneta.*
6135
6136 MARVELL MWIFIEX WIRELESS DRIVER
6137 M: Amitkumar Karwar <akarwar@marvell.com>
6138 M: Avinash Patil <patila@marvell.com>
6139 L: linux-wireless@vger.kernel.org
6140 S: Maintained
6141 F: drivers/net/wireless/mwifiex/
6142
6143 MARVELL MWL8K WIRELESS DRIVER
6144 M: Lennert Buytenhek <buytenh@wantstofly.org>
6145 L: linux-wireless@vger.kernel.org
6146 S: Odd Fixes
6147 F: drivers/net/wireless/mwl8k.c
6148
6149 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6150 M: Nicolas Pitre <nico@fluxnic.net>
6151 S: Odd Fixes
6152 F: drivers/mmc/host/mvsdio.*
6153
6154 MATROX FRAMEBUFFER DRIVER
6155 L: linux-fbdev@vger.kernel.org
6156 S: Orphan
6157 F: drivers/video/fbdev/matrox/matroxfb_*
6158 F: include/uapi/linux/matroxfb.h
6159
6160 MAX16065 HARDWARE MONITOR DRIVER
6161 M: Guenter Roeck <linux@roeck-us.net>
6162 L: lm-sensors@lm-sensors.org
6163 S: Maintained
6164 F: Documentation/hwmon/max16065
6165 F: drivers/hwmon/max16065.c
6166
6167 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6168 M: "Hans J. Koch" <hjk@hansjkoch.de>
6169 L: lm-sensors@lm-sensors.org
6170 S: Maintained
6171 F: Documentation/hwmon/max6650
6172 F: drivers/hwmon/max6650.c
6173
6174 MAX6697 HARDWARE MONITOR DRIVER
6175 M: Guenter Roeck <linux@roeck-us.net>
6176 L: lm-sensors@lm-sensors.org
6177 S: Maintained
6178 F: Documentation/hwmon/max6697
6179 F: Documentation/devicetree/bindings/i2c/max6697.txt
6180 F: drivers/hwmon/max6697.c
6181 F: include/linux/platform_data/max6697.h
6182
6183 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6184 M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
6185 L: linux-pm@vger.kernel.org
6186 S: Supported
6187 F: drivers/power/max14577_charger.c
6188 F: drivers/power/max77693_charger.c
6189
6190 MAXIRADIO FM RADIO RECEIVER DRIVER
6191 M: Hans Verkuil <hverkuil@xs4all.nl>
6192 L: linux-media@vger.kernel.org
6193 T: git git://linuxtv.org/media_tree.git
6194 W: http://linuxtv.org
6195 S: Maintained
6196 F: drivers/media/radio/radio-maxiradio*
6197
6198 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6199 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6200 P: LinuxTV.org Project
6201 L: linux-media@vger.kernel.org
6202 W: http://linuxtv.org
6203 Q: http://patchwork.kernel.org/project/linux-media/list/
6204 T: git git://linuxtv.org/media_tree.git
6205 S: Maintained
6206 F: Documentation/dvb/
6207 F: Documentation/video4linux/
6208 F: Documentation/DocBook/media/
6209 F: drivers/media/
6210 F: drivers/staging/media/
6211 F: include/media/
6212 F: include/uapi/linux/dvb/
6213 F: include/uapi/linux/videodev2.h
6214 F: include/uapi/linux/media.h
6215 F: include/uapi/linux/v4l2-*
6216 F: include/uapi/linux/meye.h
6217 F: include/uapi/linux/ivtv*
6218 F: include/uapi/linux/uvcvideo.h
6219
6220 MEGARAID SCSI/SAS DRIVERS
6221 M: Kashyap Desai <kashyap.desai@avagotech.com>
6222 M: Sumit Saxena <sumit.saxena@avagotech.com>
6223 M: Uday Lingala <uday.lingala@avagotech.com>
6224 L: megaraidlinux.pdl@avagotech.com
6225 L: linux-scsi@vger.kernel.org
6226 W: http://www.lsi.com
6227 S: Maintained
6228 F: Documentation/scsi/megaraid.txt
6229 F: drivers/scsi/megaraid.*
6230 F: drivers/scsi/megaraid/
6231
6232 MELLANOX ETHERNET DRIVER (mlx4_en)
6233 M: Amir Vadai <amirv@mellanox.com>
6234 L: netdev@vger.kernel.org
6235 S: Supported
6236 W: http://www.mellanox.com
6237 Q: http://patchwork.ozlabs.org/project/netdev/list/
6238 F: drivers/net/ethernet/mellanox/mlx4/en_*
6239
6240 MEMORY MANAGEMENT
6241 L: linux-mm@kvack.org
6242 W: http://www.linux-mm.org
6243 S: Maintained
6244 F: include/linux/mm.h
6245 F: include/linux/gfp.h
6246 F: include/linux/mmzone.h
6247 F: include/linux/memory_hotplug.h
6248 F: include/linux/vmalloc.h
6249 F: mm/
6250
6251 MEMORY TECHNOLOGY DEVICES (MTD)
6252 M: David Woodhouse <dwmw2@infradead.org>
6253 M: Brian Norris <computersforpeace@gmail.com>
6254 L: linux-mtd@lists.infradead.org
6255 W: http://www.linux-mtd.infradead.org/
6256 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
6257 T: git git://git.infradead.org/linux-mtd.git
6258 T: git git://git.infradead.org/l2-mtd.git
6259 S: Maintained
6260 F: drivers/mtd/
6261 F: include/linux/mtd/
6262 F: include/uapi/mtd/
6263
6264 MEN A21 WATCHDOG DRIVER
6265 M: Johannes Thumshirn <johannes.thumshirn@men.de>
6266 L: linux-watchdog@vger.kernel.org
6267 S: Supported
6268 F: drivers/watchdog/mena21_wdt.c
6269
6270 MEN CHAMELEON BUS (mcb)
6271 M: Johannes Thumshirn <johannes.thumshirn@men.de>
6272 S: Supported
6273 F: drivers/mcb/
6274 F: include/linux/mcb.h
6275
6276 MEN F21BMC (Board Management Controller)
6277 M: Andreas Werner <andreas.werner@men.de>
6278 S: Supported
6279 F: drivers/mfd/menf21bmc.c
6280 F: drivers/watchdog/menf21bmc_wdt.c
6281 F: drivers/leds/leds-menf21bmc.c
6282 F: drivers/hwmon/menf21bmc_hwmon.c
6283 F: Documentation/hwmon/menf21bmc
6284
6285 METAG ARCHITECTURE
6286 M: James Hogan <james.hogan@imgtec.com>
6287 L: linux-metag@vger.kernel.org
6288 S: Supported
6289 F: arch/metag/
6290 F: Documentation/metag/
6291 F: Documentation/devicetree/bindings/metag/
6292 F: drivers/clocksource/metag_generic.c
6293 F: drivers/irqchip/irq-metag.c
6294 F: drivers/irqchip/irq-metag-ext.c
6295 F: drivers/tty/metag_da.c
6296
6297 MICROBLAZE ARCHITECTURE
6298 M: Michal Simek <monstr@monstr.eu>
6299 W: http://www.monstr.eu/fdt/
6300 T: git git://git.monstr.eu/linux-2.6-microblaze.git
6301 S: Supported
6302 F: arch/microblaze/
6303
6304 MICROTEK X6 SCANNER
6305 M: Oliver Neukum <oliver@neukum.org>
6306 S: Maintained
6307 F: drivers/usb/image/microtek.*
6308
6309 MIPS
6310 M: Ralf Baechle <ralf@linux-mips.org>
6311 L: linux-mips@linux-mips.org
6312 W: http://www.linux-mips.org/
6313 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
6314 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
6315 S: Supported
6316 F: Documentation/mips/
6317 F: arch/mips/
6318
6319 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6320 M: Hans Verkuil <hverkuil@xs4all.nl>
6321 L: linux-media@vger.kernel.org
6322 T: git git://linuxtv.org/media_tree.git
6323 W: http://linuxtv.org
6324 S: Odd Fixes
6325 F: drivers/media/radio/radio-miropcm20*
6326
6327 Mellanox MLX5 core VPI driver
6328 M: Eli Cohen <eli@mellanox.com>
6329 L: netdev@vger.kernel.org
6330 L: linux-rdma@vger.kernel.org
6331 W: http://www.mellanox.com
6332 Q: http://patchwork.ozlabs.org/project/netdev/list/
6333 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6334 T: git git://openfabrics.org/~eli/connect-ib.git
6335 S: Supported
6336 F: drivers/net/ethernet/mellanox/mlx5/core/
6337 F: include/linux/mlx5/
6338
6339 Mellanox MLX5 IB driver
6340 M: Eli Cohen <eli@mellanox.com>
6341 L: linux-rdma@vger.kernel.org
6342 W: http://www.mellanox.com
6343 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6344 T: git git://openfabrics.org/~eli/connect-ib.git
6345 S: Supported
6346 F: include/linux/mlx5/
6347 F: drivers/infiniband/hw/mlx5/
6348
6349 MN88472 MEDIA DRIVER
6350 M: Antti Palosaari <crope@iki.fi>
6351 L: linux-media@vger.kernel.org
6352 W: http://linuxtv.org/
6353 W: http://palosaari.fi/linux/
6354 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6355 T: git git://linuxtv.org/anttip/media_tree.git
6356 S: Maintained
6357 F: drivers/staging/media/mn88472/
6358 F: drivers/media/dvb-frontends/mn88472.h
6359
6360 MN88473 MEDIA DRIVER
6361 M: Antti Palosaari <crope@iki.fi>
6362 L: linux-media@vger.kernel.org
6363 W: http://linuxtv.org/
6364 W: http://palosaari.fi/linux/
6365 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6366 T: git git://linuxtv.org/anttip/media_tree.git
6367 S: Maintained
6368 F: drivers/staging/media/mn88473/
6369 F: drivers/media/dvb-frontends/mn88473.h
6370
6371 MODULE SUPPORT
6372 M: Rusty Russell <rusty@rustcorp.com.au>
6373 S: Maintained
6374 F: include/linux/module.h
6375 F: kernel/module.c
6376
6377 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6378 W: http://popies.net/meye/
6379 S: Orphan
6380 F: Documentation/video4linux/meye.txt
6381 F: drivers/media/pci/meye/
6382 F: include/uapi/linux/meye.h
6383
6384 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6385 M: Jiri Slaby <jirislaby@gmail.com>
6386 S: Maintained
6387 F: Documentation/serial/moxa-smartio
6388 F: drivers/tty/mxser.*
6389
6390 MR800 AVERMEDIA USB FM RADIO DRIVER
6391 M: Alexey Klimov <klimov.linux@gmail.com>
6392 L: linux-media@vger.kernel.org
6393 T: git git://linuxtv.org/media_tree.git
6394 S: Maintained
6395 F: drivers/media/radio/radio-mr800.c
6396
6397 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6398 M: Alan Ott <alan@signal11.us>
6399 L: linux-wpan@vger.kernel.org
6400 S: Maintained
6401 F: drivers/net/ieee802154/mrf24j40.c
6402
6403 MSI LAPTOP SUPPORT
6404 M: "Lee, Chun-Yi" <jlee@suse.com>
6405 L: platform-driver-x86@vger.kernel.org
6406 S: Maintained
6407 F: drivers/platform/x86/msi-laptop.c
6408
6409 MSI WMI SUPPORT
6410 M: Anisse Astier <anisse@astier.eu>
6411 L: platform-driver-x86@vger.kernel.org
6412 S: Supported
6413 F: drivers/platform/x86/msi-wmi.c
6414
6415 MSI001 MEDIA DRIVER
6416 M: Antti Palosaari <crope@iki.fi>
6417 L: linux-media@vger.kernel.org
6418 W: http://linuxtv.org/
6419 W: http://palosaari.fi/linux/
6420 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6421 T: git git://linuxtv.org/anttip/media_tree.git
6422 S: Maintained
6423 F: drivers/media/tuners/msi001*
6424
6425 MSI2500 MEDIA DRIVER
6426 M: Antti Palosaari <crope@iki.fi>
6427 L: linux-media@vger.kernel.org
6428 W: http://linuxtv.org/
6429 W: http://palosaari.fi/linux/
6430 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6431 T: git git://linuxtv.org/anttip/media_tree.git
6432 S: Maintained
6433 F: drivers/media/usb/msi2500/
6434
6435 MT9M032 APTINA SENSOR DRIVER
6436 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6437 L: linux-media@vger.kernel.org
6438 T: git git://linuxtv.org/media_tree.git
6439 S: Maintained
6440 F: drivers/media/i2c/mt9m032.c
6441 F: include/media/mt9m032.h
6442
6443 MT9P031 APTINA CAMERA SENSOR
6444 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6445 L: linux-media@vger.kernel.org
6446 T: git git://linuxtv.org/media_tree.git
6447 S: Maintained
6448 F: drivers/media/i2c/mt9p031.c
6449 F: include/media/mt9p031.h
6450
6451 MT9T001 APTINA CAMERA SENSOR
6452 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6453 L: linux-media@vger.kernel.org
6454 T: git git://linuxtv.org/media_tree.git
6455 S: Maintained
6456 F: drivers/media/i2c/mt9t001.c
6457 F: include/media/mt9t001.h
6458
6459 MT9V032 APTINA CAMERA SENSOR
6460 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6461 L: linux-media@vger.kernel.org
6462 T: git git://linuxtv.org/media_tree.git
6463 S: Maintained
6464 F: drivers/media/i2c/mt9v032.c
6465 F: include/media/mt9v032.h
6466
6467 MULTIFUNCTION DEVICES (MFD)
6468 M: Samuel Ortiz <sameo@linux.intel.com>
6469 M: Lee Jones <lee.jones@linaro.org>
6470 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6471 S: Supported
6472 F: drivers/mfd/
6473 F: include/linux/mfd/
6474
6475 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6476 M: Chris Ball <chris@printf.net>
6477 M: Ulf Hansson <ulf.hansson@linaro.org>
6478 L: linux-mmc@vger.kernel.org
6479 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6480 T: git git://git.linaro.org/people/ulf.hansson/mmc.git
6481 S: Maintained
6482 F: drivers/mmc/
6483 F: include/linux/mmc/
6484 F: include/uapi/linux/mmc/
6485
6486 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6487 S: Orphan
6488 F: drivers/mmc/host/mmc_spi.c
6489 F: include/linux/spi/mmc_spi.h
6490
6491 MULTISOUND SOUND DRIVER
6492 M: Andrew Veliath <andrewtv@usa.net>
6493 S: Maintained
6494 F: Documentation/sound/oss/MultiSound
6495 F: sound/oss/msnd*
6496
6497 MULTITECH MULTIPORT CARD (ISICOM)
6498 S: Orphan
6499 F: drivers/tty/isicom.c
6500 F: include/linux/isicom.h
6501
6502 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6503 M: Felipe Balbi <balbi@ti.com>
6504 L: linux-usb@vger.kernel.org
6505 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6506 S: Maintained
6507 F: drivers/usb/musb/
6508
6509 MXL5007T MEDIA DRIVER
6510 M: Michael Krufky <mkrufky@linuxtv.org>
6511 L: linux-media@vger.kernel.org
6512 W: http://linuxtv.org/
6513 W: http://github.com/mkrufky
6514 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6515 T: git git://linuxtv.org/mkrufky/tuners.git
6516 S: Maintained
6517 F: drivers/media/tuners/mxl5007t.*
6518
6519 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6520 M: Hyong-Youb Kim <hykim@myri.com>
6521 L: netdev@vger.kernel.org
6522 W: https://www.myricom.com/support/downloads/myri10ge.html
6523 S: Supported
6524 F: drivers/net/ethernet/myricom/myri10ge/
6525
6526 NATSEMI ETHERNET DRIVER (DP8381x)
6527 S: Orphan
6528 F: drivers/net/ethernet/natsemi/natsemi.c
6529
6530 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6531 M: Daniel Mack <zonque@gmail.com>
6532 S: Maintained
6533 L: alsa-devel@alsa-project.org
6534 W: http://www.native-instruments.com
6535 F: sound/usb/caiaq/
6536
6537 NCP FILESYSTEM
6538 M: Petr Vandrovec <petr@vandrovec.name>
6539 S: Odd Fixes
6540 F: fs/ncpfs/
6541
6542 NCR 5380 SCSI DRIVERS
6543 M: Finn Thain <fthain@telegraphics.com.au>
6544 M: Michael Schmitz <schmitzmic@gmail.com>
6545 L: linux-scsi@vger.kernel.org
6546 S: Maintained
6547 F: Documentation/scsi/g_NCR5380.txt
6548 F: drivers/scsi/NCR5380.*
6549 F: drivers/scsi/arm/cumana_1.c
6550 F: drivers/scsi/arm/oak.c
6551 F: drivers/scsi/atari_NCR5380.c
6552 F: drivers/scsi/atari_scsi.*
6553 F: drivers/scsi/dmx3191d.c
6554 F: drivers/scsi/dtc.*
6555 F: drivers/scsi/g_NCR5380.*
6556 F: drivers/scsi/g_NCR5380_mmio.c
6557 F: drivers/scsi/mac_scsi.*
6558 F: drivers/scsi/pas16.*
6559 F: drivers/scsi/sun3_scsi.*
6560 F: drivers/scsi/sun3_scsi_vme.c
6561 F: drivers/scsi/t128.*
6562
6563 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6564 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6565 L: linux-scsi@vger.kernel.org
6566 S: Maintained
6567 F: drivers/scsi/NCR_D700.*
6568
6569 NCT6775 HARDWARE MONITOR DRIVER
6570 M: Guenter Roeck <linux@roeck-us.net>
6571 L: lm-sensors@lm-sensors.org
6572 S: Maintained
6573 F: Documentation/hwmon/nct6775
6574 F: drivers/hwmon/nct6775.c
6575
6576 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6577 M: Faisal Latif <faisal.latif@intel.com>
6578 L: linux-rdma@vger.kernel.org
6579 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6580 S: Supported
6581 F: drivers/infiniband/hw/nes/
6582
6583 NETEM NETWORK EMULATOR
6584 M: Stephen Hemminger <stephen@networkplumber.org>
6585 L: netem@lists.linux-foundation.org
6586 S: Maintained
6587 F: net/sched/sch_netem.c
6588
6589 NETERION 10GbE DRIVERS (s2io/vxge)
6590 M: Jon Mason <jdmason@kudzu.us>
6591 L: netdev@vger.kernel.org
6592 S: Supported
6593 F: Documentation/networking/s2io.txt
6594 F: Documentation/networking/vxge.txt
6595 F: drivers/net/ethernet/neterion/
6596
6597 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6598 M: Pablo Neira Ayuso <pablo@netfilter.org>
6599 M: Patrick McHardy <kaber@trash.net>
6600 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6601 L: netfilter-devel@vger.kernel.org
6602 L: coreteam@netfilter.org
6603 W: http://www.netfilter.org/
6604 W: http://www.iptables.org/
6605 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
6606 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6607 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6608 S: Supported
6609 F: include/linux/netfilter*
6610 F: include/linux/netfilter/
6611 F: include/net/netfilter/
6612 F: include/uapi/linux/netfilter*
6613 F: include/uapi/linux/netfilter/
6614 F: net/*/netfilter.c
6615 F: net/*/netfilter/
6616 F: net/netfilter/
6617
6618 NETLABEL
6619 M: Paul Moore <paul@paul-moore.com>
6620 W: http://netlabel.sf.net
6621 L: netdev@vger.kernel.org
6622 S: Maintained
6623 F: Documentation/netlabel/
6624 F: include/net/netlabel.h
6625 F: net/netlabel/
6626
6627 NETROM NETWORK LAYER
6628 M: Ralf Baechle <ralf@linux-mips.org>
6629 L: linux-hams@vger.kernel.org
6630 W: http://www.linux-ax25.org/
6631 S: Maintained
6632 F: include/net/netrom.h
6633 F: include/uapi/linux/netrom.h
6634 F: net/netrom/
6635
6636 NETWORK BLOCK DEVICE (NBD)
6637 M: Paul Clements <Paul.Clements@steeleye.com>
6638 S: Maintained
6639 L: nbd-general@lists.sourceforge.net
6640 F: Documentation/blockdev/nbd.txt
6641 F: drivers/block/nbd.c
6642 F: include/linux/nbd.h
6643 F: include/uapi/linux/nbd.h
6644
6645 NETWORK DROP MONITOR
6646 M: Neil Horman <nhorman@tuxdriver.com>
6647 L: netdev@vger.kernel.org
6648 S: Maintained
6649 W: https://fedorahosted.org/dropwatch/
6650 F: net/core/drop_monitor.c
6651
6652 NETWORKING [GENERAL]
6653 M: "David S. Miller" <davem@davemloft.net>
6654 L: netdev@vger.kernel.org
6655 W: http://www.linuxfoundation.org/en/Net
6656 Q: http://patchwork.ozlabs.org/project/netdev/list/
6657 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6658 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6659 S: Maintained
6660 F: net/
6661 F: include/net/
6662 F: include/linux/in.h
6663 F: include/linux/net.h
6664 F: include/linux/netdevice.h
6665 F: include/uapi/linux/in.h
6666 F: include/uapi/linux/net.h
6667 F: include/uapi/linux/netdevice.h
6668 F: include/uapi/linux/net_namespace.h
6669 F: tools/net/
6670 F: tools/testing/selftests/net/
6671 F: lib/random32.c
6672 F: lib/test_bpf.c
6673
6674 NETWORKING [IPv4/IPv6]
6675 M: "David S. Miller" <davem@davemloft.net>
6676 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6677 M: James Morris <jmorris@namei.org>
6678 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6679 M: Patrick McHardy <kaber@trash.net>
6680 L: netdev@vger.kernel.org
6681 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6682 S: Maintained
6683 F: net/ipv4/
6684 F: net/ipv6/
6685 F: include/net/ip*
6686 F: arch/x86/net/*
6687
6688 NETWORKING [IPSEC]
6689 M: Steffen Klassert <steffen.klassert@secunet.com>
6690 M: Herbert Xu <herbert@gondor.apana.org.au>
6691 M: "David S. Miller" <davem@davemloft.net>
6692 L: netdev@vger.kernel.org
6693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6694 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6695 S: Maintained
6696 F: net/core/flow.c
6697 F: net/xfrm/
6698 F: net/key/
6699 F: net/ipv4/xfrm*
6700 F: net/ipv4/esp4.c
6701 F: net/ipv4/ah4.c
6702 F: net/ipv4/ipcomp.c
6703 F: net/ipv4/ip_vti.c
6704 F: net/ipv6/xfrm*
6705 F: net/ipv6/esp6.c
6706 F: net/ipv6/ah6.c
6707 F: net/ipv6/ipcomp6.c
6708 F: net/ipv6/ip6_vti.c
6709 F: include/uapi/linux/xfrm.h
6710 F: include/net/xfrm.h
6711
6712 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6713 M: Paul Moore <paul@paul-moore.com>
6714 L: netdev@vger.kernel.org
6715 S: Maintained
6716
6717 NETWORKING [WIRELESS]
6718 L: linux-wireless@vger.kernel.org
6719 Q: http://patchwork.kernel.org/project/linux-wireless/list/
6720
6721 NETWORKING DRIVERS
6722 L: netdev@vger.kernel.org
6723 W: http://www.linuxfoundation.org/en/Net
6724 Q: http://patchwork.ozlabs.org/project/netdev/list/
6725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6726 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6727 S: Odd Fixes
6728 F: drivers/net/
6729 F: include/linux/if_*
6730 F: include/linux/netdevice.h
6731 F: include/linux/arcdevice.h
6732 F: include/linux/etherdevice.h
6733 F: include/linux/fcdevice.h
6734 F: include/linux/fddidevice.h
6735 F: include/linux/hippidevice.h
6736 F: include/linux/inetdevice.h
6737 F: include/uapi/linux/if_*
6738 F: include/uapi/linux/netdevice.h
6739
6740 NETWORKING DRIVERS (WIRELESS)
6741 M: Kalle Valo <kvalo@codeaurora.org>
6742 L: linux-wireless@vger.kernel.org
6743 Q: http://patchwork.kernel.org/project/linux-wireless/list/
6744 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6745 S: Maintained
6746 F: drivers/net/wireless/
6747
6748 NETXEN (1/10) GbE SUPPORT
6749 M: Manish Chopra <manish.chopra@qlogic.com>
6750 M: Sony Chacko <sony.chacko@qlogic.com>
6751 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
6752 L: netdev@vger.kernel.org
6753 W: http://www.qlogic.com
6754 S: Supported
6755 F: drivers/net/ethernet/qlogic/netxen/
6756
6757 NFC SUBSYSTEM
6758 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6759 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6760 M: Samuel Ortiz <sameo@linux.intel.com>
6761 L: linux-wireless@vger.kernel.org
6762 L: linux-nfc@lists.01.org (subscribers-only)
6763 S: Supported
6764 F: net/nfc/
6765 F: include/net/nfc/
6766 F: include/uapi/linux/nfc.h
6767 F: drivers/nfc/
6768 F: include/linux/platform_data/pn544.h
6769 F: Documentation/devicetree/bindings/net/nfc/
6770
6771 NFS, SUNRPC, AND LOCKD CLIENTS
6772 M: Trond Myklebust <trond.myklebust@primarydata.com>
6773 L: linux-nfs@vger.kernel.org
6774 W: http://client.linux-nfs.org
6775 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6776 S: Maintained
6777 F: fs/lockd/
6778 F: fs/nfs/
6779 F: fs/nfs_common/
6780 F: net/sunrpc/
6781 F: include/linux/lockd/
6782 F: include/linux/nfs*
6783 F: include/linux/sunrpc/
6784 F: include/uapi/linux/nfs*
6785 F: include/uapi/linux/sunrpc/
6786
6787 NILFS2 FILESYSTEM
6788 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6789 L: linux-nilfs@vger.kernel.org
6790 W: http://nilfs.sourceforge.net/
6791 T: git git://github.com/konis/nilfs2.git
6792 S: Supported
6793 F: Documentation/filesystems/nilfs2.txt
6794 F: fs/nilfs2/
6795 F: include/linux/nilfs2_fs.h
6796
6797 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6798 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6799 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6800 S: Maintained
6801 F: Documentation/scsi/NinjaSCSI.txt
6802 F: drivers/scsi/pcmcia/nsp_*
6803
6804 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6805 M: GOTO Masanori <gotom@debian.or.jp>
6806 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6807 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6808 S: Maintained
6809 F: Documentation/scsi/NinjaSCSI.txt
6810 F: drivers/scsi/nsp32*
6811
6812 NIOS2 ARCHITECTURE
6813 M: Ley Foon Tan <lftan@altera.com>
6814 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6815 T: git git://git.rocketboards.org/linux-socfpga.git
6816 S: Maintained
6817 F: arch/nios2/
6818
6819 NTB DRIVER
6820 M: Jon Mason <jdmason@kudzu.us>
6821 M: Dave Jiang <dave.jiang@intel.com>
6822 S: Supported
6823 W: https://github.com/jonmason/ntb/wiki
6824 T: git git://github.com/jonmason/ntb.git
6825 F: drivers/ntb/
6826 F: drivers/net/ntb_netdev.c
6827 F: include/linux/ntb.h
6828
6829 NTFS FILESYSTEM
6830 M: Anton Altaparmakov <anton@tuxera.com>
6831 L: linux-ntfs-dev@lists.sourceforge.net
6832 W: http://www.tuxera.com/
6833 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6834 S: Supported
6835 F: Documentation/filesystems/ntfs.txt
6836 F: fs/ntfs/
6837
6838 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6839 M: Antonino Daplas <adaplas@gmail.com>
6840 L: linux-fbdev@vger.kernel.org
6841 S: Maintained
6842 F: drivers/video/fbdev/riva/
6843 F: drivers/video/fbdev/nvidia/
6844
6845 NVM EXPRESS DRIVER
6846 M: Matthew Wilcox <willy@linux.intel.com>
6847 L: linux-nvme@lists.infradead.org
6848 T: git git://git.infradead.org/users/willy/linux-nvme.git
6849 S: Supported
6850 F: drivers/block/nvme*
6851 F: include/linux/nvme.h
6852
6853 NXP TDA998X DRM DRIVER
6854 M: Russell King <rmk+kernel@arm.linux.org.uk>
6855 S: Supported
6856 F: drivers/gpu/drm/i2c/tda998x_drv.c
6857 F: include/drm/i2c/tda998x.h
6858
6859 NXP TFA9879 DRIVER
6860 M: Peter Rosin <peda@axentia.se>
6861 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6862 S: Maintained
6863 F: sound/soc/codecs/tfa9879*
6864
6865 OMAP SUPPORT
6866 M: Tony Lindgren <tony@atomide.com>
6867 L: linux-omap@vger.kernel.org
6868 W: http://www.muru.com/linux/omap/
6869 W: http://linux.omap.com/
6870 Q: http://patchwork.kernel.org/project/linux-omap/list/
6871 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6872 S: Maintained
6873 F: arch/arm/*omap*/
6874 F: drivers/i2c/busses/i2c-omap.c
6875 F: drivers/irqchip/irq-omap-intc.c
6876 F: drivers/mfd/*omap*.c
6877 F: drivers/mfd/menelaus.c
6878 F: drivers/mfd/palmas.c
6879 F: drivers/mfd/tps65217.c
6880 F: drivers/mfd/tps65218.c
6881 F: drivers/mfd/tps65910.c
6882 F: drivers/mfd/twl-core.[ch]
6883 F: drivers/mfd/twl4030*.c
6884 F: drivers/mfd/twl6030*.c
6885 F: drivers/mfd/twl6040*.c
6886 F: drivers/regulator/palmas-regulator*.c
6887 F: drivers/regulator/pbias-regulator.c
6888 F: drivers/regulator/tps65217-regulator.c
6889 F: drivers/regulator/tps65218-regulator.c
6890 F: drivers/regulator/tps65910-regulator.c
6891 F: drivers/regulator/twl-regulator.c
6892 F: include/linux/i2c-omap.h
6893
6894 OMAP DEVICE TREE SUPPORT
6895 M: Benoît Cousson <bcousson@baylibre.com>
6896 M: Tony Lindgren <tony@atomide.com>
6897 L: linux-omap@vger.kernel.org
6898 L: devicetree@vger.kernel.org
6899 S: Maintained
6900 F: arch/arm/boot/dts/*omap*
6901 F: arch/arm/boot/dts/*am3*
6902 F: arch/arm/boot/dts/*am4*
6903 F: arch/arm/boot/dts/*am5*
6904 F: arch/arm/boot/dts/*dra7*
6905
6906 OMAP CLOCK FRAMEWORK SUPPORT
6907 M: Paul Walmsley <paul@pwsan.com>
6908 L: linux-omap@vger.kernel.org
6909 S: Maintained
6910 F: arch/arm/*omap*/*clock*
6911
6912 OMAP POWER MANAGEMENT SUPPORT
6913 M: Kevin Hilman <khilman@deeprootsystems.com>
6914 L: linux-omap@vger.kernel.org
6915 S: Maintained
6916 F: arch/arm/*omap*/*pm*
6917 F: drivers/cpufreq/omap-cpufreq.c
6918
6919 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6920 M: Rajendra Nayak <rnayak@ti.com>
6921 M: Paul Walmsley <paul@pwsan.com>
6922 L: linux-omap@vger.kernel.org
6923 S: Maintained
6924 F: arch/arm/mach-omap2/prm*
6925
6926 OMAP AUDIO SUPPORT
6927 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
6928 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
6929 L: alsa-devel@alsa-project.org (subscribers-only)
6930 L: linux-omap@vger.kernel.org
6931 S: Maintained
6932 F: sound/soc/omap/
6933
6934 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6935 M: Roger Quadros <rogerq@ti.com>
6936 M: Tony Lindgren <tony@atomide.com>
6937 L: linux-omap@vger.kernel.org
6938 S: Maintained
6939 F: drivers/memory/omap-gpmc.c
6940 F: arch/arm/mach-omap2/*gpmc*
6941
6942 OMAP FRAMEBUFFER SUPPORT
6943 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
6944 L: linux-fbdev@vger.kernel.org
6945 L: linux-omap@vger.kernel.org
6946 S: Maintained
6947 F: drivers/video/fbdev/omap/
6948
6949 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6950 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
6951 L: linux-omap@vger.kernel.org
6952 L: linux-fbdev@vger.kernel.org
6953 S: Maintained
6954 F: drivers/video/fbdev/omap2/
6955 F: Documentation/arm/OMAP/DSS
6956
6957 OMAP HARDWARE SPINLOCK SUPPORT
6958 M: Ohad Ben-Cohen <ohad@wizery.com>
6959 L: linux-omap@vger.kernel.org
6960 S: Maintained
6961 F: drivers/hwspinlock/omap_hwspinlock.c
6962 F: arch/arm/mach-omap2/hwspinlock.c
6963
6964 OMAP MMC SUPPORT
6965 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
6966 L: linux-omap@vger.kernel.org
6967 S: Maintained
6968 F: drivers/mmc/host/omap.c
6969
6970 OMAP HS MMC SUPPORT
6971 L: linux-mmc@vger.kernel.org
6972 L: linux-omap@vger.kernel.org
6973 S: Orphan
6974 F: drivers/mmc/host/omap_hsmmc.c
6975
6976 OMAP RANDOM NUMBER GENERATOR SUPPORT
6977 M: Deepak Saxena <dsaxena@plexity.net>
6978 S: Maintained
6979 F: drivers/char/hw_random/omap-rng.c
6980
6981 OMAP HWMOD SUPPORT
6982 M: Benoît Cousson <bcousson@baylibre.com>
6983 M: Paul Walmsley <paul@pwsan.com>
6984 L: linux-omap@vger.kernel.org
6985 S: Maintained
6986 F: arch/arm/mach-omap2/omap_hwmod.*
6987
6988 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6989 M: Benoît Cousson <bcousson@baylibre.com>
6990 L: linux-omap@vger.kernel.org
6991 S: Maintained
6992 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6993
6994 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6995 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6996 L: linux-media@vger.kernel.org
6997 S: Maintained
6998 F: drivers/media/platform/omap3isp/
6999 F: drivers/staging/media/omap4iss/
7000
7001 OMAP USB SUPPORT
7002 M: Felipe Balbi <balbi@ti.com>
7003 L: linux-usb@vger.kernel.org
7004 L: linux-omap@vger.kernel.org
7005 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7006 S: Maintained
7007 F: drivers/usb/*/*omap*
7008 F: arch/arm/*omap*/usb*
7009
7010 OMAP GPIO DRIVER
7011 M: Javier Martinez Canillas <javier@dowhile0.org>
7012 M: Santosh Shilimkar <ssantosh@kernel.org>
7013 M: Kevin Hilman <khilman@deeprootsystems.com>
7014 L: linux-omap@vger.kernel.org
7015 S: Maintained
7016 F: drivers/gpio/gpio-omap.c
7017
7018 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7019 M: Mark Jackson <mpfj@newflow.co.uk>
7020 L: linux-omap@vger.kernel.org
7021 S: Maintained
7022 F: arch/arm/boot/dts/am335x-nano.dts
7023
7024 OMFS FILESYSTEM
7025 M: Bob Copeland <me@bobcopeland.com>
7026 L: linux-karma-devel@lists.sourceforge.net
7027 S: Maintained
7028 F: Documentation/filesystems/omfs.txt
7029 F: fs/omfs/
7030
7031 OMNIKEY CARDMAN 4000 DRIVER
7032 M: Harald Welte <laforge@gnumonks.org>
7033 S: Maintained
7034 F: drivers/char/pcmcia/cm4000_cs.c
7035 F: include/linux/cm4000_cs.h
7036 F: include/uapi/linux/cm4000_cs.h
7037
7038 OMNIKEY CARDMAN 4040 DRIVER
7039 M: Harald Welte <laforge@gnumonks.org>
7040 S: Maintained
7041 F: drivers/char/pcmcia/cm4040_cs.*
7042
7043 OMNIVISION OV7670 SENSOR DRIVER
7044 M: Jonathan Corbet <corbet@lwn.net>
7045 L: linux-media@vger.kernel.org
7046 T: git git://linuxtv.org/media_tree.git
7047 S: Maintained
7048 F: drivers/media/i2c/ov7670.c
7049
7050 ONENAND FLASH DRIVER
7051 M: Kyungmin Park <kyungmin.park@samsung.com>
7052 L: linux-mtd@lists.infradead.org
7053 S: Maintained
7054 F: drivers/mtd/onenand/
7055 F: include/linux/mtd/onenand*.h
7056
7057 ONSTREAM SCSI TAPE DRIVER
7058 M: Willem Riede <osst@riede.org>
7059 L: osst-users@lists.sourceforge.net
7060 L: linux-scsi@vger.kernel.org
7061 S: Maintained
7062 F: Documentation/scsi/osst.txt
7063 F: drivers/scsi/osst.*
7064 F: drivers/scsi/osst_*.h
7065 F: drivers/scsi/st.h
7066
7067 OPENCORES I2C BUS DRIVER
7068 M: Peter Korsgaard <jacmet@sunsite.dk>
7069 L: linux-i2c@vger.kernel.org
7070 S: Maintained
7071 F: Documentation/i2c/busses/i2c-ocores
7072 F: drivers/i2c/busses/i2c-ocores.c
7073
7074 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7075 M: Grant Likely <grant.likely@linaro.org>
7076 M: Rob Herring <robh+dt@kernel.org>
7077 L: devicetree@vger.kernel.org
7078 W: http://www.devicetree.org/
7079 T: git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7080 S: Maintained
7081 F: drivers/of/
7082 F: include/linux/of*.h
7083 F: scripts/dtc/
7084
7085 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7086 M: Rob Herring <robh+dt@kernel.org>
7087 M: Pawel Moll <pawel.moll@arm.com>
7088 M: Mark Rutland <mark.rutland@arm.com>
7089 M: Ian Campbell <ijc+devicetree@hellion.org.uk>
7090 M: Kumar Gala <galak@codeaurora.org>
7091 L: devicetree@vger.kernel.org
7092 S: Maintained
7093 F: Documentation/devicetree/
7094 F: arch/*/boot/dts/
7095 F: include/dt-bindings/
7096
7097 OPENRISC ARCHITECTURE
7098 M: Jonas Bonn <jonas@southpole.se>
7099 W: http://openrisc.net
7100 L: linux@lists.openrisc.net (moderated for non-subscribers)
7101 S: Maintained
7102 T: git git://openrisc.net/~jonas/linux
7103 F: arch/openrisc/
7104
7105 OPENVSWITCH
7106 M: Pravin Shelar <pshelar@nicira.com>
7107 L: netdev@vger.kernel.org
7108 L: dev@openvswitch.org
7109 W: http://openvswitch.org
7110 S: Maintained
7111 F: net/openvswitch/
7112 F: include/uapi/linux/openvswitch.h
7113
7114 OPL4 DRIVER
7115 M: Clemens Ladisch <clemens@ladisch.de>
7116 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7117 T: git git://git.alsa-project.org/alsa-kernel.git
7118 S: Maintained
7119 F: sound/drivers/opl4/
7120
7121 OPROFILE
7122 M: Robert Richter <rric@kernel.org>
7123 L: oprofile-list@lists.sf.net
7124 S: Maintained
7125 F: arch/*/include/asm/oprofile*.h
7126 F: arch/*/oprofile/
7127 F: drivers/oprofile/
7128 F: include/linux/oprofile.h
7129
7130 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7131 M: Mark Fasheh <mfasheh@suse.com>
7132 M: Joel Becker <jlbec@evilplan.org>
7133 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7134 W: http://oss.oracle.com/projects/ocfs2/
7135 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7136 S: Supported
7137 F: Documentation/filesystems/ocfs2.txt
7138 F: Documentation/filesystems/dlmfs.txt
7139 F: fs/ocfs2/
7140
7141 ORINOCO DRIVER
7142 L: linux-wireless@vger.kernel.org
7143 W: http://wireless.kernel.org/en/users/Drivers/orinoco
7144 W: http://www.nongnu.org/orinoco/
7145 S: Orphan
7146 F: drivers/net/wireless/orinoco/
7147
7148 OSD LIBRARY and FILESYSTEM
7149 M: Boaz Harrosh <ooo@electrozaur.com>
7150 M: Benny Halevy <bhalevy@primarydata.com>
7151 L: osd-dev@open-osd.org
7152 W: http://open-osd.org
7153 T: git git://git.open-osd.org/open-osd.git
7154 S: Maintained
7155 F: drivers/scsi/osd/
7156 F: include/scsi/osd_*
7157 F: fs/exofs/
7158
7159 OVERLAY FILESYSTEM
7160 M: Miklos Szeredi <miklos@szeredi.hu>
7161 L: linux-unionfs@vger.kernel.org
7162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7163 S: Supported
7164 F: fs/overlayfs/
7165 F: Documentation/filesystems/overlayfs.txt
7166
7167 P54 WIRELESS DRIVER
7168 M: Christian Lamparter <chunkeey@googlemail.com>
7169 L: linux-wireless@vger.kernel.org
7170 W: http://wireless.kernel.org/en/users/Drivers/p54
7171 S: Maintained
7172 F: drivers/net/wireless/p54/
7173
7174 PA SEMI ETHERNET DRIVER
7175 M: Olof Johansson <olof@lixom.net>
7176 L: netdev@vger.kernel.org
7177 S: Maintained
7178 F: drivers/net/ethernet/pasemi/*
7179
7180 PA SEMI SMBUS DRIVER
7181 M: Olof Johansson <olof@lixom.net>
7182 L: linux-i2c@vger.kernel.org
7183 S: Maintained
7184 F: drivers/i2c/busses/i2c-pasemi.c
7185
7186 PADATA PARALLEL EXECUTION MECHANISM
7187 M: Steffen Klassert <steffen.klassert@secunet.com>
7188 L: linux-crypto@vger.kernel.org
7189 S: Maintained
7190 F: kernel/padata.c
7191 F: include/linux/padata.h
7192 F: Documentation/padata.txt
7193
7194 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7195 M: Harald Welte <laforge@gnumonks.org>
7196 L: platform-driver-x86@vger.kernel.org
7197 S: Maintained
7198 F: drivers/platform/x86/panasonic-laptop.c
7199
7200 PANASONIC MN10300/AM33/AM34 PORT
7201 M: David Howells <dhowells@redhat.com>
7202 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7203 L: linux-am33-list@redhat.com (moderated for non-subscribers)
7204 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7205 S: Maintained
7206 F: Documentation/mn10300/
7207 F: arch/mn10300/
7208
7209 PARALLEL PORT SUPPORT
7210 L: linux-parport@lists.infradead.org (subscribers-only)
7211 S: Orphan
7212 F: drivers/parport/
7213 F: include/linux/parport*.h
7214 F: drivers/char/ppdev.c
7215 F: include/uapi/linux/ppdev.h
7216
7217 PARAVIRT_OPS INTERFACE
7218 M: Jeremy Fitzhardinge <jeremy@goop.org>
7219 M: Chris Wright <chrisw@sous-sol.org>
7220 M: Alok Kataria <akataria@vmware.com>
7221 M: Rusty Russell <rusty@rustcorp.com.au>
7222 L: virtualization@lists.linux-foundation.org
7223 S: Supported
7224 F: Documentation/ia64/paravirt_ops.txt
7225 F: arch/*/kernel/paravirt*
7226 F: arch/*/include/asm/paravirt.h
7227
7228 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7229 M: Tim Waugh <tim@cyberelk.net>
7230 L: linux-parport@lists.infradead.org (subscribers-only)
7231 W: http://www.torque.net/linux-pp.html
7232 S: Maintained
7233 F: Documentation/blockdev/paride.txt
7234 F: drivers/block/paride/
7235
7236 PARISC ARCHITECTURE
7237 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
7238 M: Helge Deller <deller@gmx.de>
7239 L: linux-parisc@vger.kernel.org
7240 W: http://www.parisc-linux.org/
7241 Q: http://patchwork.kernel.org/project/linux-parisc/list/
7242 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7243 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7244 S: Maintained
7245 F: arch/parisc/
7246 F: Documentation/parisc/
7247 F: drivers/parisc/
7248 F: drivers/char/agp/parisc-agp.c
7249 F: drivers/input/serio/gscps2.c
7250 F: drivers/parport/parport_gsc.*
7251 F: drivers/tty/serial/8250/8250_gsc.c
7252 F: drivers/video/fbdev/sti*
7253 F: drivers/video/console/sti*
7254 F: drivers/video/logo/logo_parisc*
7255
7256 PC87360 HARDWARE MONITORING DRIVER
7257 M: Jim Cromie <jim.cromie@gmail.com>
7258 L: lm-sensors@lm-sensors.org
7259 S: Maintained
7260 F: Documentation/hwmon/pc87360
7261 F: drivers/hwmon/pc87360.c
7262
7263 PC8736x GPIO DRIVER
7264 M: Jim Cromie <jim.cromie@gmail.com>
7265 S: Maintained
7266 F: drivers/char/pc8736x_gpio.c
7267
7268 PC87427 HARDWARE MONITORING DRIVER
7269 M: Jean Delvare <jdelvare@suse.de>
7270 L: lm-sensors@lm-sensors.org
7271 S: Maintained
7272 F: Documentation/hwmon/pc87427
7273 F: drivers/hwmon/pc87427.c
7274
7275 PCA9532 LED DRIVER
7276 M: Riku Voipio <riku.voipio@iki.fi>
7277 S: Maintained
7278 F: drivers/leds/leds-pca9532.c
7279 F: include/linux/leds-pca9532.h
7280
7281 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7282 M: Guenter Roeck <linux@roeck-us.net>
7283 L: linux-i2c@vger.kernel.org
7284 S: Maintained
7285 F: drivers/i2c/muxes/i2c-mux-pca9541.c
7286
7287 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7288 M: Khalid Aziz <khalid@gonehiking.org>
7289 S: Maintained
7290 F: drivers/firmware/pcdp.*
7291
7292 PCI ERROR RECOVERY
7293 M: Linas Vepstas <linasvepstas@gmail.com>
7294 L: linux-pci@vger.kernel.org
7295 S: Supported
7296 F: Documentation/PCI/pci-error-recovery.txt
7297
7298 PCI SUBSYSTEM
7299 M: Bjorn Helgaas <bhelgaas@google.com>
7300 L: linux-pci@vger.kernel.org
7301 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
7302 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7303 S: Supported
7304 F: Documentation/PCI/
7305 F: drivers/pci/
7306 F: include/linux/pci*
7307 F: arch/x86/pci/
7308 F: arch/x86/kernel/quirks.c
7309
7310 PCI DRIVER FOR ARM VERSATILE PLATFORM
7311 M: Rob Herring <robh@kernel.org>
7312 L: linux-pci@vger.kernel.org
7313 L: linux-arm-kernel@lists.infradead.org
7314 S: Maintained
7315 F: Documentation/devicetree/bindings/pci/versatile.txt
7316 F: drivers/pci/host/pci-versatile.c
7317
7318 PCI DRIVER FOR APPLIEDMICRO XGENE
7319 M: Tanmay Inamdar <tinamdar@apm.com>
7320 L: linux-pci@vger.kernel.org
7321 L: linux-arm-kernel@lists.infradead.org
7322 S: Maintained
7323 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
7324 F: drivers/pci/host/pci-xgene.c
7325
7326 PCI DRIVER FOR FREESCALE LAYERSCAPE
7327 M: Minghuan Lian <minghuan.Lian@freescale.com>
7328 M: Mingkai Hu <mingkai.hu@freescale.com>
7329 M: Roy Zang <tie-fei.zang@freescale.com>
7330 L: linuxppc-dev@lists.ozlabs.org
7331 L: linux-pci@vger.kernel.org
7332 L: linux-arm-kernel@lists.infradead.org
7333 S: Maintained
7334 F: drivers/pci/host/*layerscape*
7335
7336 PCI DRIVER FOR IMX6
7337 M: Richard Zhu <Richard.Zhu@freescale.com>
7338 M: Lucas Stach <l.stach@pengutronix.de>
7339 L: linux-pci@vger.kernel.org
7340 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7341 S: Maintained
7342 F: drivers/pci/host/*imx6*
7343
7344 PCI DRIVER FOR TI KEYSTONE
7345 M: Murali Karicheri <m-karicheri2@ti.com>
7346 L: linux-pci@vger.kernel.org
7347 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7348 S: Maintained
7349 F: drivers/pci/host/*keystone*
7350
7351 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7352 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7353 M: Jason Cooper <jason@lakedaemon.net>
7354 L: linux-pci@vger.kernel.org
7355 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7356 S: Maintained
7357 F: drivers/pci/host/*mvebu*
7358
7359 PCI DRIVER FOR NVIDIA TEGRA
7360 M: Thierry Reding <thierry.reding@gmail.com>
7361 L: linux-tegra@vger.kernel.org
7362 L: linux-pci@vger.kernel.org
7363 S: Supported
7364 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7365 F: drivers/pci/host/pci-tegra.c
7366
7367 PCI DRIVER FOR TI DRA7XX
7368 M: Kishon Vijay Abraham I <kishon@ti.com>
7369 L: linux-omap@vger.kernel.org
7370 L: linux-pci@vger.kernel.org
7371 S: Supported
7372 F: Documentation/devicetree/bindings/pci/ti-pci.txt
7373 F: drivers/pci/host/pci-dra7xx.c
7374
7375 PCI DRIVER FOR RENESAS R-CAR
7376 M: Simon Horman <horms@verge.net.au>
7377 L: linux-pci@vger.kernel.org
7378 L: linux-sh@vger.kernel.org
7379 S: Maintained
7380 F: drivers/pci/host/*rcar*
7381
7382 PCI DRIVER FOR SAMSUNG EXYNOS
7383 M: Jingoo Han <jg1.han@samsung.com>
7384 L: linux-pci@vger.kernel.org
7385 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7386 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7387 S: Maintained
7388 F: drivers/pci/host/pci-exynos.c
7389
7390 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7391 M: Mohit Kumar <mohit.kumar@st.com>
7392 M: Jingoo Han <jg1.han@samsung.com>
7393 L: linux-pci@vger.kernel.org
7394 S: Maintained
7395 F: drivers/pci/host/*designware*
7396
7397 PCI DRIVER FOR GENERIC OF HOSTS
7398 M: Will Deacon <will.deacon@arm.com>
7399 L: linux-pci@vger.kernel.org
7400 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7401 S: Maintained
7402 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
7403 F: drivers/pci/host/pci-host-generic.c
7404
7405 PCIE DRIVER FOR ST SPEAR13XX
7406 M: Mohit Kumar <mohit.kumar@st.com>
7407 L: linux-pci@vger.kernel.org
7408 S: Maintained
7409 F: drivers/pci/host/*spear*
7410
7411 PCMCIA SUBSYSTEM
7412 P: Linux PCMCIA Team
7413 L: linux-pcmcia@lists.infradead.org
7414 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7415 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7416 S: Maintained
7417 F: Documentation/pcmcia/
7418 F: drivers/pcmcia/
7419 F: include/pcmcia/
7420
7421 PCNET32 NETWORK DRIVER
7422 M: Don Fry <pcnet32@frontier.com>
7423 L: netdev@vger.kernel.org
7424 S: Maintained
7425 F: drivers/net/ethernet/amd/pcnet32.c
7426
7427 PCRYPT PARALLEL CRYPTO ENGINE
7428 M: Steffen Klassert <steffen.klassert@secunet.com>
7429 L: linux-crypto@vger.kernel.org
7430 S: Maintained
7431 F: crypto/pcrypt.c
7432 F: include/crypto/pcrypt.h
7433
7434 PER-CPU MEMORY ALLOCATOR
7435 M: Tejun Heo <tj@kernel.org>
7436 M: Christoph Lameter <cl@linux-foundation.org>
7437 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7438 S: Maintained
7439 F: include/linux/percpu*.h
7440 F: mm/percpu*.c
7441 F: arch/*/include/asm/percpu.h
7442
7443 PER-TASK DELAY ACCOUNTING
7444 M: Balbir Singh <bsingharora@gmail.com>
7445 S: Maintained
7446 F: include/linux/delayacct.h
7447 F: kernel/delayacct.c
7448
7449 PERFORMANCE EVENTS SUBSYSTEM
7450 M: Peter Zijlstra <a.p.zijlstra@chello.nl>
7451 M: Paul Mackerras <paulus@samba.org>
7452 M: Ingo Molnar <mingo@redhat.com>
7453 M: Arnaldo Carvalho de Melo <acme@kernel.org>
7454 L: linux-kernel@vger.kernel.org
7455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7456 S: Supported
7457 F: kernel/events/*
7458 F: include/linux/perf_event.h
7459 F: include/uapi/linux/perf_event.h
7460 F: arch/*/kernel/perf_event*.c
7461 F: arch/*/kernel/*/perf_event*.c
7462 F: arch/*/kernel/*/*/perf_event*.c
7463 F: arch/*/include/asm/perf_event.h
7464 F: arch/*/kernel/perf_callchain.c
7465 F: tools/perf/
7466
7467 PERSONALITY HANDLING
7468 M: Christoph Hellwig <hch@infradead.org>
7469 L: linux-abi-devel@lists.sourceforge.net
7470 S: Maintained
7471 F: include/linux/personality.h
7472 F: include/uapi/linux/personality.h
7473
7474 PHONET PROTOCOL
7475 M: Remi Denis-Courmont <courmisch@gmail.com>
7476 S: Supported
7477 F: Documentation/networking/phonet.txt
7478 F: include/linux/phonet.h
7479 F: include/net/phonet/
7480 F: include/uapi/linux/phonet.h
7481 F: net/phonet/
7482
7483 PHRAM MTD DRIVER
7484 M: Joern Engel <joern@lazybastard.org>
7485 L: linux-mtd@lists.infradead.org
7486 S: Maintained
7487 F: drivers/mtd/devices/phram.c
7488
7489 PICOLCD HID DRIVER
7490 M: Bruno Prémont <bonbons@linux-vserver.org>
7491 L: linux-input@vger.kernel.org
7492 S: Maintained
7493 F: drivers/hid/hid-picolcd*
7494
7495 PICOXCELL SUPPORT
7496 M: Jamie Iles <jamie@jamieiles.com>
7497 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7498 T: git git://github.com/jamieiles/linux-2.6-ji.git
7499 S: Supported
7500 F: arch/arm/boot/dts/picoxcell*
7501 F: arch/arm/mach-picoxcell/
7502 F: drivers/crypto/picoxcell*
7503
7504 PIN CONTROL SUBSYSTEM
7505 M: Linus Walleij <linus.walleij@linaro.org>
7506 L: linux-gpio@vger.kernel.org
7507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7508 S: Maintained
7509 F: drivers/pinctrl/
7510 F: include/linux/pinctrl/
7511
7512 PIN CONTROLLER - ATMEL AT91
7513 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7514 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7515 S: Maintained
7516 F: drivers/pinctrl/pinctrl-at91.*
7517
7518 PIN CONTROLLER - INTEL
7519 M: Mika Westerberg <mika.westerberg@linux.intel.com>
7520 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
7521 S: Maintained
7522 F: drivers/pinctrl/intel/
7523
7524 PIN CONTROLLER - RENESAS
7525 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7526 L: linux-sh@vger.kernel.org
7527 S: Maintained
7528 F: drivers/pinctrl/sh-pfc/
7529
7530 PIN CONTROLLER - SAMSUNG
7531 M: Tomasz Figa <tomasz.figa@gmail.com>
7532 M: Thomas Abraham <thomas.abraham@linaro.org>
7533 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7534 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7535 S: Maintained
7536 F: drivers/pinctrl/samsung/
7537
7538 PIN CONTROLLER - ST SPEAR
7539 M: Viresh Kumar <viresh.linux@gmail.com>
7540 L: spear-devel@list.st.com
7541 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7542 W: http://www.st.com/spear
7543 S: Maintained
7544 F: drivers/pinctrl/spear/
7545
7546 PKTCDVD DRIVER
7547 M: Jiri Kosina <jkosina@suse.cz>
7548 S: Maintained
7549 F: drivers/block/pktcdvd.c
7550 F: include/linux/pktcdvd.h
7551 F: include/uapi/linux/pktcdvd.h
7552
7553 PKUNITY SOC DRIVERS
7554 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
7555 W: http://mprc.pku.edu.cn/~guanxuetao/linux
7556 S: Maintained
7557 T: git git://github.com/gxt/linux.git
7558 F: drivers/input/serio/i8042-unicore32io.h
7559 F: drivers/i2c/busses/i2c-puv3.c
7560 F: drivers/video/fbdev/fb-puv3.c
7561 F: drivers/rtc/rtc-puv3.c
7562
7563 PMBUS HARDWARE MONITORING DRIVERS
7564 M: Guenter Roeck <linux@roeck-us.net>
7565 L: lm-sensors@lm-sensors.org
7566 W: http://www.lm-sensors.org/
7567 W: http://www.roeck-us.net/linux/drivers/
7568 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7569 S: Maintained
7570 F: Documentation/hwmon/pmbus
7571 F: drivers/hwmon/pmbus/
7572 F: include/linux/i2c/pmbus.h
7573
7574 PMC SIERRA MaxRAID DRIVER
7575 M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7576 L: linux-scsi@vger.kernel.org
7577 W: http://www.pmc-sierra.com/
7578 S: Supported
7579 F: drivers/scsi/pmcraid.*
7580
7581 PMC SIERRA PM8001 DRIVER
7582 M: xjtuwjp@gmail.com
7583 M: lindar_liu@usish.com
7584 L: pmchba@pmcs.com
7585 L: linux-scsi@vger.kernel.org
7586 S: Supported
7587 F: drivers/scsi/pm8001/
7588
7589 POSIX CLOCKS and TIMERS
7590 M: Thomas Gleixner <tglx@linutronix.de>
7591 L: linux-kernel@vger.kernel.org
7592 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7593 S: Maintained
7594 F: fs/timerfd.c
7595 F: include/linux/timer*
7596 F: kernel/time/*timer*
7597
7598 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7599 M: Sebastian Reichel <sre@kernel.org>
7600 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7601 M: David Woodhouse <dwmw2@infradead.org>
7602 L: linux-pm@vger.kernel.org
7603 T: git git://git.infradead.org/battery-2.6.git
7604 S: Maintained
7605 F: include/linux/power_supply.h
7606 F: drivers/power/
7607
7608 PNP SUPPORT
7609 M: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7610 S: Maintained
7611 F: drivers/pnp/
7612
7613 PNXxxxx I2C DRIVER
7614 M: Vitaly Wool <vitalywool@gmail.com>
7615 L: linux-i2c@vger.kernel.org
7616 S: Maintained
7617 F: drivers/i2c/busses/i2c-pnx.c
7618
7619 PPP PROTOCOL DRIVERS AND COMPRESSORS
7620 M: Paul Mackerras <paulus@samba.org>
7621 L: linux-ppp@vger.kernel.org
7622 S: Maintained
7623 F: drivers/net/ppp/ppp_*
7624
7625 PPP OVER ATM (RFC 2364)
7626 M: Mitchell Blank Jr <mitch@sfgoth.com>
7627 S: Maintained
7628 F: net/atm/pppoatm.c
7629 F: include/uapi/linux/atmppp.h
7630
7631 PPP OVER ETHERNET
7632 M: Michal Ostrowski <mostrows@earthlink.net>
7633 S: Maintained
7634 F: drivers/net/ppp/pppoe.c
7635 F: drivers/net/ppp/pppox.c
7636
7637 PPP OVER L2TP
7638 M: James Chapman <jchapman@katalix.com>
7639 S: Maintained
7640 F: net/l2tp/l2tp_ppp.c
7641 F: include/linux/if_pppol2tp.h
7642 F: include/uapi/linux/if_pppol2tp.h
7643
7644 PPS SUPPORT
7645 M: Rodolfo Giometti <giometti@enneenne.com>
7646 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
7647 L: linuxpps@ml.enneenne.com (subscribers-only)
7648 S: Maintained
7649 F: Documentation/pps/
7650 F: drivers/pps/
7651 F: include/linux/pps*.h
7652
7653 PPTP DRIVER
7654 M: Dmitry Kozlov <xeb@mail.ru>
7655 L: netdev@vger.kernel.org
7656 S: Maintained
7657 F: drivers/net/ppp/pptp.c
7658 W: http://sourceforge.net/projects/accel-pptp
7659
7660 PREEMPTIBLE KERNEL
7661 M: Robert Love <rml@tech9.net>
7662 L: kpreempt-tech@lists.sourceforge.net
7663 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7664 S: Supported
7665 F: Documentation/preempt-locking.txt
7666 F: include/linux/preempt.h
7667
7668 PRISM54 WIRELESS DRIVER
7669 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
7670 L: linux-wireless@vger.kernel.org
7671 W: http://wireless.kernel.org/en/users/Drivers/p54
7672 S: Obsolete
7673 F: drivers/net/wireless/prism54/
7674
7675 PS3 NETWORK SUPPORT
7676 M: Geoff Levand <geoff@infradead.org>
7677 L: netdev@vger.kernel.org
7678 L: cbe-oss-dev@lists.ozlabs.org
7679 S: Maintained
7680 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
7681
7682 PS3 PLATFORM SUPPORT
7683 M: Geoff Levand <geoff@infradead.org>
7684 L: linuxppc-dev@lists.ozlabs.org
7685 L: cbe-oss-dev@lists.ozlabs.org
7686 S: Maintained
7687 F: arch/powerpc/boot/ps3*
7688 F: arch/powerpc/include/asm/lv1call.h
7689 F: arch/powerpc/include/asm/ps3*.h
7690 F: arch/powerpc/platforms/ps3/
7691 F: drivers/*/ps3*
7692 F: drivers/ps3/
7693 F: drivers/rtc/rtc-ps3.c
7694 F: drivers/usb/host/*ps3.c
7695 F: sound/ppc/snd_ps3*
7696
7697 PS3VRAM DRIVER
7698 M: Jim Paris <jim@jtan.com>
7699 L: cbe-oss-dev@lists.ozlabs.org
7700 S: Maintained
7701 F: drivers/block/ps3vram.c
7702
7703 PSTORE FILESYSTEM
7704 M: Anton Vorontsov <anton@enomsg.org>
7705 M: Colin Cross <ccross@android.com>
7706 M: Kees Cook <keescook@chromium.org>
7707 M: Tony Luck <tony.luck@intel.com>
7708 S: Maintained
7709 T: git git://git.infradead.org/users/cbou/linux-pstore.git
7710 F: fs/pstore/
7711 F: include/linux/pstore*
7712 F: drivers/firmware/efi/efi-pstore.c
7713 F: drivers/acpi/apei/erst.c
7714
7715 PTP HARDWARE CLOCK SUPPORT
7716 M: Richard Cochran <richardcochran@gmail.com>
7717 L: netdev@vger.kernel.org
7718 S: Maintained
7719 W: http://linuxptp.sourceforge.net/
7720 F: Documentation/ABI/testing/sysfs-ptp
7721 F: Documentation/ptp/*
7722 F: drivers/net/ethernet/freescale/gianfar_ptp.c
7723 F: drivers/net/phy/dp83640*
7724 F: drivers/ptp/*
7725 F: include/linux/ptp_cl*
7726
7727 PTRACE SUPPORT
7728 M: Roland McGrath <roland@hack.frob.com>
7729 M: Oleg Nesterov <oleg@redhat.com>
7730 S: Maintained
7731 F: include/asm-generic/syscall.h
7732 F: include/linux/ptrace.h
7733 F: include/linux/regset.h
7734 F: include/linux/tracehook.h
7735 F: include/uapi/linux/ptrace.h
7736 F: kernel/ptrace.c
7737
7738 PVRUSB2 VIDEO4LINUX DRIVER
7739 M: Mike Isely <isely@pobox.com>
7740 L: pvrusb2@isely.net (subscribers-only)
7741 L: linux-media@vger.kernel.org
7742 W: http://www.isely.net/pvrusb2/
7743 T: git git://linuxtv.org/media_tree.git
7744 S: Maintained
7745 F: Documentation/video4linux/README.pvrusb2
7746 F: drivers/media/usb/pvrusb2/
7747
7748 PWC WEBCAM DRIVER
7749 M: Hans de Goede <hdegoede@redhat.com>
7750 L: linux-media@vger.kernel.org
7751 T: git git://linuxtv.org/media_tree.git
7752 S: Maintained
7753 F: drivers/media/usb/pwc/*
7754
7755 PWM FAN DRIVER
7756 M: Kamil Debski <k.debski@samsung.com>
7757 L: lm-sensors@lm-sensors.org
7758 S: Supported
7759 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7760 F: Documentation/hwmon/pwm-fan
7761 F: drivers/hwmon/pwm-fan.c
7762
7763 PWM SUBSYSTEM
7764 M: Thierry Reding <thierry.reding@gmail.com>
7765 L: linux-pwm@vger.kernel.org
7766 S: Maintained
7767 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7768 F: Documentation/pwm.txt
7769 F: Documentation/devicetree/bindings/pwm/
7770 F: include/linux/pwm.h
7771 F: drivers/pwm/
7772 F: drivers/video/backlight/pwm_bl.c
7773 F: include/linux/pwm_backlight.h
7774
7775 PXA2xx/PXA3xx SUPPORT
7776 M: Daniel Mack <daniel@zonque.org>
7777 M: Haojian Zhuang <haojian.zhuang@gmail.com>
7778 M: Robert Jarzmik <robert.jarzmik@free.fr>
7779 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7780 T: git git://github.com/hzhuang1/linux.git
7781 T: git git://github.com/rjarzmik/linux.git
7782 S: Maintained
7783 F: arch/arm/mach-pxa/
7784 F: drivers/pcmcia/pxa2xx*
7785 F: drivers/spi/spi-pxa2xx*
7786 F: drivers/usb/gadget/udc/pxa2*
7787 F: include/sound/pxa2xx-lib.h
7788 F: sound/arm/pxa*
7789 F: sound/soc/pxa/
7790
7791 PXA3xx NAND FLASH DRIVER
7792 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7793 L: linux-mtd@lists.infradead.org
7794 S: Maintained
7795 F: drivers/mtd/nand/pxa3xx_nand.c
7796
7797 MMP SUPPORT
7798 M: Eric Miao <eric.y.miao@gmail.com>
7799 M: Haojian Zhuang <haojian.zhuang@gmail.com>
7800 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7801 T: git git://github.com/hzhuang1/linux.git
7802 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
7803 S: Maintained
7804 F: arch/arm/mach-mmp/
7805
7806 PXA MMCI DRIVER
7807 S: Orphan
7808
7809 PXA RTC DRIVER
7810 M: Robert Jarzmik <robert.jarzmik@free.fr>
7811 L: rtc-linux@googlegroups.com
7812 S: Maintained
7813
7814 QAT DRIVER
7815 M: Tadeusz Struk <tadeusz.struk@intel.com>
7816 L: qat-linux@intel.com
7817 S: Supported
7818 F: drivers/crypto/qat/
7819
7820 QIB DRIVER
7821 M: Mike Marciniszyn <infinipath@intel.com>
7822 L: linux-rdma@vger.kernel.org
7823 S: Supported
7824 F: drivers/infiniband/hw/qib/
7825
7826 QLOGIC QLA1280 SCSI DRIVER
7827 M: Michael Reed <mdr@sgi.com>
7828 L: linux-scsi@vger.kernel.org
7829 S: Maintained
7830 F: drivers/scsi/qla1280.[ch]
7831
7832 QLOGIC QLA2XXX FC-SCSI DRIVER
7833 M: qla2xxx-upstream@qlogic.com
7834 L: linux-scsi@vger.kernel.org
7835 S: Supported
7836 F: Documentation/scsi/LICENSE.qla2xxx
7837 F: drivers/scsi/qla2xxx/
7838
7839 QLOGIC QLA4XXX iSCSI DRIVER
7840 M: QLogic-Storage-Upstream@qlogic.com
7841 L: linux-scsi@vger.kernel.org
7842 S: Supported
7843 F: Documentation/scsi/LICENSE.qla4xxx
7844 F: drivers/scsi/qla4xxx/
7845
7846 QLOGIC QLA3XXX NETWORK DRIVER
7847 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7848 M: Ron Mercer <ron.mercer@qlogic.com>
7849 M: linux-driver@qlogic.com
7850 L: netdev@vger.kernel.org
7851 S: Supported
7852 F: Documentation/networking/LICENSE.qla3xxx
7853 F: drivers/net/ethernet/qlogic/qla3xxx.*
7854
7855 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7856 M: Shahed Shaikh <shahed.shaikh@qlogic.com>
7857 M: Dept-GELinuxNICDev@qlogic.com
7858 L: netdev@vger.kernel.org
7859 S: Supported
7860 F: drivers/net/ethernet/qlogic/qlcnic/
7861
7862 QLOGIC QLGE 10Gb ETHERNET DRIVER
7863 M: Harish Patil <harish.patil@qlogic.com>
7864 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7865 M: Dept-GELinuxNICDev@qlogic.com
7866 M: linux-driver@qlogic.com
7867 L: netdev@vger.kernel.org
7868 S: Supported
7869 F: drivers/net/ethernet/qlogic/qlge/
7870
7871 QNX4 FILESYSTEM
7872 M: Anders Larsen <al@alarsen.net>
7873 W: http://www.alarsen.net/linux/qnx4fs/
7874 S: Maintained
7875 F: fs/qnx4/
7876 F: include/uapi/linux/qnx4_fs.h
7877 F: include/uapi/linux/qnxtypes.h
7878
7879 QT1010 MEDIA DRIVER
7880 M: Antti Palosaari <crope@iki.fi>
7881 L: linux-media@vger.kernel.org
7882 W: http://linuxtv.org/
7883 W: http://palosaari.fi/linux/
7884 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7885 T: git git://linuxtv.org/anttip/media_tree.git
7886 S: Maintained
7887 F: drivers/media/tuners/qt1010*
7888
7889 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7890 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7891 L: linux-wireless@vger.kernel.org
7892 L: ath9k-devel@lists.ath9k.org
7893 W: http://wireless.kernel.org/en/users/Drivers/ath9k
7894 S: Supported
7895 F: drivers/net/wireless/ath/ath9k/
7896
7897 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7898 M: Kalle Valo <kvalo@qca.qualcomm.com>
7899 L: ath10k@lists.infradead.org
7900 W: http://wireless.kernel.org/en/users/Drivers/ath10k
7901 T: git git://github.com/kvalo/ath.git
7902 S: Supported
7903 F: drivers/net/wireless/ath/ath10k/
7904
7905 QUALCOMM HEXAGON ARCHITECTURE
7906 M: Richard Kuo <rkuo@codeaurora.org>
7907 L: linux-hexagon@vger.kernel.org
7908 S: Supported
7909 F: arch/hexagon/
7910
7911 QUALCOMM WCN36XX WIRELESS DRIVER
7912 M: Eugene Krasnikov <k.eugene.e@gmail.com>
7913 L: wcn36xx@lists.infradead.org
7914 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
7915 T: git git://github.com/KrasnikovEugene/wcn36xx.git
7916 S: Supported
7917 F: drivers/net/wireless/ath/wcn36xx/
7918
7919 RADOS BLOCK DEVICE (RBD)
7920 M: Yehuda Sadeh <yehuda@inktank.com>
7921 M: Sage Weil <sage@inktank.com>
7922 M: Alex Elder <elder@kernel.org>
7923 M: ceph-devel@vger.kernel.org
7924 W: http://ceph.com/
7925 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7926 S: Supported
7927 F: drivers/block/rbd.c
7928 F: drivers/block/rbd_types.h
7929
7930 RADEON FRAMEBUFFER DISPLAY DRIVER
7931 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
7932 L: linux-fbdev@vger.kernel.org
7933 S: Maintained
7934 F: drivers/video/fbdev/aty/radeon*
7935 F: include/uapi/linux/radeonfb.h
7936
7937 RADIOSHARK RADIO DRIVER
7938 M: Hans de Goede <hdegoede@redhat.com>
7939 L: linux-media@vger.kernel.org
7940 T: git git://linuxtv.org/media_tree.git
7941 S: Maintained
7942 F: drivers/media/radio/radio-shark.c
7943
7944 RADIOSHARK2 RADIO DRIVER
7945 M: Hans de Goede <hdegoede@redhat.com>
7946 L: linux-media@vger.kernel.org
7947 T: git git://linuxtv.org/media_tree.git
7948 S: Maintained
7949 F: drivers/media/radio/radio-shark2.c
7950 F: drivers/media/radio/radio-tea5777.c
7951
7952 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7953 M: Paul Mackerras <paulus@samba.org>
7954 L: linux-fbdev@vger.kernel.org
7955 S: Maintained
7956 F: drivers/video/fbdev/aty/aty128fb.c
7957
7958 RALINK RT2X00 WIRELESS LAN DRIVER
7959 P: rt2x00 project
7960 M: Stanislaw Gruszka <sgruszka@redhat.com>
7961 M: Helmut Schaa <helmut.schaa@googlemail.com>
7962 L: linux-wireless@vger.kernel.org
7963 L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7964 W: http://rt2x00.serialmonkey.com/
7965 S: Maintained
7966 F: drivers/net/wireless/rt2x00/
7967
7968 RAMDISK RAM BLOCK DEVICE DRIVER
7969 M: Nick Piggin <npiggin@kernel.dk>
7970 S: Maintained
7971 F: Documentation/blockdev/ramdisk.txt
7972 F: drivers/block/brd.c
7973
7974 RANDOM NUMBER DRIVER
7975 M: "Theodore Ts'o" <tytso@mit.edu>
7976 S: Maintained
7977 F: drivers/char/random.c
7978
7979 RAPIDIO SUBSYSTEM
7980 M: Matt Porter <mporter@kernel.crashing.org>
7981 M: Alexandre Bounine <alexandre.bounine@idt.com>
7982 S: Maintained
7983 F: drivers/rapidio/
7984
7985 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7986 L: linux-wireless@vger.kernel.org
7987 S: Orphan
7988 F: drivers/net/wireless/ray*
7989
7990 RCUTORTURE MODULE
7991 M: Josh Triplett <josh@joshtriplett.org>
7992 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7993 L: linux-kernel@vger.kernel.org
7994 S: Supported
7995 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7996 F: Documentation/RCU/torture.txt
7997 F: kernel/rcu/rcutorture.c
7998
7999 RCUTORTURE TEST FRAMEWORK
8000 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8001 M: Josh Triplett <josh@joshtriplett.org>
8002 R: Steven Rostedt <rostedt@goodmis.org>
8003 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8004 R: Lai Jiangshan <laijs@cn.fujitsu.com>
8005 L: linux-kernel@vger.kernel.org
8006 S: Supported
8007 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8008 F: tools/testing/selftests/rcutorture
8009
8010 RDC R-321X SoC
8011 M: Florian Fainelli <florian@openwrt.org>
8012 S: Maintained
8013
8014 RDC R6040 FAST ETHERNET DRIVER
8015 M: Florian Fainelli <florian@openwrt.org>
8016 L: netdev@vger.kernel.org
8017 S: Maintained
8018 F: drivers/net/ethernet/rdc/r6040.c
8019
8020 RDS - RELIABLE DATAGRAM SOCKETS
8021 M: Chien Yen <chien.yen@oracle.com>
8022 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
8023 S: Supported
8024 F: net/rds/
8025
8026 READ-COPY UPDATE (RCU)
8027 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8028 M: Josh Triplett <josh@joshtriplett.org>
8029 R: Steven Rostedt <rostedt@goodmis.org>
8030 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8031 R: Lai Jiangshan <laijs@cn.fujitsu.com>
8032 L: linux-kernel@vger.kernel.org
8033 W: http://www.rdrop.com/users/paulmck/RCU/
8034 S: Supported
8035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8036 F: Documentation/RCU/
8037 X: Documentation/RCU/torture.txt
8038 F: include/linux/rcu*
8039 X: include/linux/srcu.h
8040 F: kernel/rcu/
8041 X: kernel/torture.c
8042
8043 REAL TIME CLOCK (RTC) SUBSYSTEM
8044 M: Alessandro Zummo <a.zummo@towertech.it>
8045 L: rtc-linux@googlegroups.com
8046 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
8047 S: Maintained
8048 F: Documentation/rtc.txt
8049 F: drivers/rtc/
8050 F: include/linux/rtc.h
8051 F: include/uapi/linux/rtc.h
8052
8053 REALTEK AUDIO CODECS
8054 M: Bard Liao <bardliao@realtek.com>
8055 M: Oder Chiou <oder_chiou@realtek.com>
8056 S: Maintained
8057 F: sound/soc/codecs/rt*
8058 F: include/sound/rt*.h
8059
8060 REISERFS FILE SYSTEM
8061 L: reiserfs-devel@vger.kernel.org
8062 S: Supported
8063 F: fs/reiserfs/
8064
8065 REGISTER MAP ABSTRACTION
8066 M: Mark Brown <broonie@kernel.org>
8067 L: linux-kernel@vger.kernel.org
8068 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8069 S: Supported
8070 F: drivers/base/regmap/
8071 F: include/linux/regmap.h
8072
8073 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8074 M: Ohad Ben-Cohen <ohad@wizery.com>
8075 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8076 S: Maintained
8077 F: drivers/remoteproc/
8078 F: Documentation/remoteproc.txt
8079 F: include/linux/remoteproc.h
8080
8081 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8082 M: Ohad Ben-Cohen <ohad@wizery.com>
8083 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8084 S: Maintained
8085 F: drivers/rpmsg/
8086 F: Documentation/rpmsg.txt
8087 F: include/linux/rpmsg.h
8088
8089 RESET CONTROLLER FRAMEWORK
8090 M: Philipp Zabel <p.zabel@pengutronix.de>
8091 S: Maintained
8092 F: drivers/reset/
8093 F: Documentation/devicetree/bindings/reset/
8094 F: include/linux/reset.h
8095 F: include/linux/reset-controller.h
8096
8097 RFKILL
8098 M: Johannes Berg <johannes@sipsolutions.net>
8099 L: linux-wireless@vger.kernel.org
8100 W: http://wireless.kernel.org/
8101 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8102 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8103 S: Maintained
8104 F: Documentation/rfkill.txt
8105 F: net/rfkill/
8106
8107 RHASHTABLE
8108 M: Thomas Graf <tgraf@suug.ch>
8109 L: netdev@vger.kernel.org
8110 S: Maintained
8111 F: lib/rhashtable.c
8112 F: include/linux/rhashtable.h
8113
8114 RICOH SMARTMEDIA/XD DRIVER
8115 M: Maxim Levitsky <maximlevitsky@gmail.com>
8116 S: Maintained
8117 F: drivers/mtd/nand/r852.c
8118 F: drivers/mtd/nand/r852.h
8119
8120 RICOH R5C592 MEMORYSTICK DRIVER
8121 M: Maxim Levitsky <maximlevitsky@gmail.com>
8122 S: Maintained
8123 F: drivers/memstick/host/r592.*
8124
8125 ROCCAT DRIVERS
8126 M: Stefan Achatz <erazor_de@users.sourceforge.net>
8127 W: http://sourceforge.net/projects/roccat/
8128 S: Maintained
8129 F: drivers/hid/hid-roccat*
8130 F: include/linux/hid-roccat*
8131 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
8132
8133 ROCKER DRIVER
8134 M: Jiri Pirko <jiri@resnulli.us>
8135 M: Scott Feldman <sfeldma@gmail.com>
8136 L: netdev@vger.kernel.org
8137 S: Supported
8138 F: drivers/net/ethernet/rocker/
8139
8140 ROCKETPORT DRIVER
8141 P: Comtrol Corp.
8142 W: http://www.comtrol.com
8143 S: Maintained
8144 F: Documentation/serial/rocket.txt
8145 F: drivers/tty/rocket*
8146
8147 ROCKETPORT EXPRESS/INFINITY DRIVER
8148 M: Kevin Cernekee <cernekee@gmail.com>
8149 L: linux-serial@vger.kernel.org
8150 S: Odd Fixes
8151 F: drivers/tty/serial/rp2.*
8152
8153 ROSE NETWORK LAYER
8154 M: Ralf Baechle <ralf@linux-mips.org>
8155 L: linux-hams@vger.kernel.org
8156 W: http://www.linux-ax25.org/
8157 S: Maintained
8158 F: include/net/rose.h
8159 F: include/uapi/linux/rose.h
8160 F: net/rose/
8161
8162 RTL2830 MEDIA DRIVER
8163 M: Antti Palosaari <crope@iki.fi>
8164 L: linux-media@vger.kernel.org
8165 W: http://linuxtv.org/
8166 W: http://palosaari.fi/linux/
8167 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8168 T: git git://linuxtv.org/anttip/media_tree.git
8169 S: Maintained
8170 F: drivers/media/dvb-frontends/rtl2830*
8171
8172 RTL2832 MEDIA DRIVER
8173 M: Antti Palosaari <crope@iki.fi>
8174 L: linux-media@vger.kernel.org
8175 W: http://linuxtv.org/
8176 W: http://palosaari.fi/linux/
8177 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8178 T: git git://linuxtv.org/anttip/media_tree.git
8179 S: Maintained
8180 F: drivers/media/dvb-frontends/rtl2832*
8181
8182 RTL2832_SDR MEDIA DRIVER
8183 M: Antti Palosaari <crope@iki.fi>
8184 L: linux-media@vger.kernel.org
8185 W: http://linuxtv.org/
8186 W: http://palosaari.fi/linux/
8187 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8188 T: git git://linuxtv.org/anttip/media_tree.git
8189 S: Maintained
8190 F: drivers/media/dvb-frontends/rtl2832_sdr*
8191
8192 RTL8180 WIRELESS DRIVER
8193 L: linux-wireless@vger.kernel.org
8194 W: http://wireless.kernel.org/
8195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8196 S: Orphan
8197 F: drivers/net/wireless/rtl818x/rtl8180/
8198
8199 RTL8187 WIRELESS DRIVER
8200 M: Herton Ronaldo Krzesinski <herton@canonical.com>
8201 M: Hin-Tak Leung <htl10@users.sourceforge.net>
8202 M: Larry Finger <Larry.Finger@lwfinger.net>
8203 L: linux-wireless@vger.kernel.org
8204 W: http://wireless.kernel.org/
8205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8206 S: Maintained
8207 F: drivers/net/wireless/rtl818x/rtl8187/
8208
8209 RTL8192CE WIRELESS DRIVER
8210 M: Larry Finger <Larry.Finger@lwfinger.net>
8211 M: Chaoming Li <chaoming_li@realsil.com.cn>
8212 L: linux-wireless@vger.kernel.org
8213 W: http://wireless.kernel.org/
8214 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8215 S: Maintained
8216 F: drivers/net/wireless/rtlwifi/
8217 F: drivers/net/wireless/rtlwifi/rtl8192ce/
8218
8219 S3 SAVAGE FRAMEBUFFER DRIVER
8220 M: Antonino Daplas <adaplas@gmail.com>
8221 L: linux-fbdev@vger.kernel.org
8222 S: Maintained
8223 F: drivers/video/fbdev/savage/
8224
8225 S390
8226 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
8227 M: Heiko Carstens <heiko.carstens@de.ibm.com>
8228 M: linux390@de.ibm.com
8229 L: linux-s390@vger.kernel.org
8230 W: http://www.ibm.com/developerworks/linux/linux390/
8231 S: Supported
8232 F: arch/s390/
8233 F: drivers/s390/
8234 F: Documentation/s390/
8235 F: Documentation/DocBook/s390*
8236
8237 S390 COMMON I/O LAYER
8238 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
8239 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8240 L: linux-s390@vger.kernel.org
8241 W: http://www.ibm.com/developerworks/linux/linux390/
8242 S: Supported
8243 F: drivers/s390/cio/
8244
8245 S390 DASD DRIVER
8246 M: Stefan Weinhuber <wein@de.ibm.com>
8247 M: Stefan Haberland <stefan.haberland@de.ibm.com>
8248 L: linux-s390@vger.kernel.org
8249 W: http://www.ibm.com/developerworks/linux/linux390/
8250 S: Supported
8251 F: drivers/s390/block/dasd*
8252 F: block/partitions/ibm.c
8253
8254 S390 NETWORK DRIVERS
8255 M: Ursula Braun <ursula.braun@de.ibm.com>
8256 M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
8257 M: linux390@de.ibm.com
8258 L: linux-s390@vger.kernel.org
8259 W: http://www.ibm.com/developerworks/linux/linux390/
8260 S: Supported
8261 F: drivers/s390/net/
8262
8263 S390 PCI SUBSYSTEM
8264 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
8265 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
8266 L: linux-s390@vger.kernel.org
8267 W: http://www.ibm.com/developerworks/linux/linux390/
8268 S: Supported
8269 F: arch/s390/pci/
8270 F: drivers/pci/hotplug/s390_pci_hpc.c
8271
8272 S390 ZCRYPT DRIVER
8273 M: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8274 M: linux390@de.ibm.com
8275 L: linux-s390@vger.kernel.org
8276 W: http://www.ibm.com/developerworks/linux/linux390/
8277 S: Supported
8278 F: drivers/s390/crypto/
8279
8280 S390 ZFCP DRIVER
8281 M: Steffen Maier <maier@linux.vnet.ibm.com>
8282 M: linux390@de.ibm.com
8283 L: linux-s390@vger.kernel.org
8284 W: http://www.ibm.com/developerworks/linux/linux390/
8285 S: Supported
8286 F: drivers/s390/scsi/zfcp_*
8287
8288 S390 IUCV NETWORK LAYER
8289 M: Ursula Braun <ursula.braun@de.ibm.com>
8290 M: linux390@de.ibm.com
8291 L: linux-s390@vger.kernel.org
8292 W: http://www.ibm.com/developerworks/linux/linux390/
8293 S: Supported
8294 F: drivers/s390/net/*iucv*
8295 F: include/net/iucv/
8296 F: net/iucv/
8297
8298 S3C24XX SD/MMC Driver
8299 M: Ben Dooks <ben-linux@fluff.org>
8300 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8301 S: Supported
8302 F: drivers/mmc/host/s3cmci.*
8303
8304 SAA6588 RDS RECEIVER DRIVER
8305 M: Hans Verkuil <hverkuil@xs4all.nl>
8306 L: linux-media@vger.kernel.org
8307 T: git git://linuxtv.org/media_tree.git
8308 W: http://linuxtv.org
8309 S: Odd Fixes
8310 F: drivers/media/i2c/saa6588*
8311
8312 SAA7134 VIDEO4LINUX DRIVER
8313 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8314 L: linux-media@vger.kernel.org
8315 W: http://linuxtv.org
8316 T: git git://linuxtv.org/media_tree.git
8317 S: Odd fixes
8318 F: Documentation/video4linux/*.saa7134
8319 F: drivers/media/pci/saa7134/
8320
8321 SAA7146 VIDEO4LINUX-2 DRIVER
8322 M: Hans Verkuil <hverkuil@xs4all.nl>
8323 L: linux-media@vger.kernel.org
8324 T: git git://linuxtv.org/media_tree.git
8325 S: Maintained
8326 F: drivers/media/common/saa7146/
8327 F: drivers/media/pci/saa7146/
8328 F: include/media/saa7146*
8329
8330 SAMSUNG LAPTOP DRIVER
8331 M: Corentin Chary <corentin.chary@gmail.com>
8332 L: platform-driver-x86@vger.kernel.org
8333 S: Maintained
8334 F: drivers/platform/x86/samsung-laptop.c
8335
8336 SAMSUNG AUDIO (ASoC) DRIVERS
8337 M: Sangbeom Kim <sbkim73@samsung.com>
8338 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8339 S: Supported
8340 F: sound/soc/samsung/
8341
8342 SAMSUNG FRAMEBUFFER DRIVER
8343 M: Jingoo Han <jg1.han@samsung.com>
8344 L: linux-fbdev@vger.kernel.org
8345 S: Maintained
8346 F: drivers/video/fbdev/s3c-fb.c
8347
8348 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8349 M: Sangbeom Kim <sbkim73@samsung.com>
8350 L: linux-kernel@vger.kernel.org
8351 S: Supported
8352 F: drivers/mfd/sec*.c
8353 F: drivers/regulator/s2m*.c
8354 F: drivers/regulator/s5m*.c
8355 F: include/linux/mfd/samsung/
8356
8357 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8358 M: Kyungmin Park <kyungmin.park@samsung.com>
8359 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
8360 L: linux-media@vger.kernel.org
8361 Q: https://patchwork.linuxtv.org/project/linux-media/list/
8362 S: Supported
8363 F: drivers/media/platform/exynos4-is/
8364
8365 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8366 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8367 L: linux-media@vger.kernel.org
8368 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8369 S: Maintained
8370 F: drivers/media/platform/s3c-camif/
8371 F: include/media/s3c_camif.h
8372
8373 SAMSUNG S5C73M3 CAMERA DRIVER
8374 M: Kyungmin Park <kyungmin.park@samsung.com>
8375 M: Andrzej Hajda <a.hajda@samsung.com>
8376 L: linux-media@vger.kernel.org
8377 S: Supported
8378 F: drivers/media/i2c/s5c73m3/*
8379
8380 SAMSUNG S5K5BAF CAMERA DRIVER
8381 M: Kyungmin Park <kyungmin.park@samsung.com>
8382 M: Andrzej Hajda <a.hajda@samsung.com>
8383 L: linux-media@vger.kernel.org
8384 S: Supported
8385 F: drivers/media/i2c/s5k5baf.c
8386
8387 SAMSUNG SOC CLOCK DRIVERS
8388 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
8389 M: Tomasz Figa <tomasz.figa@gmail.com>
8390 S: Supported
8391 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8392 F: drivers/clk/samsung/
8393
8394 SAMSUNG SXGBE DRIVERS
8395 M: Byungho An <bh74.an@samsung.com>
8396 M: Girish K S <ks.giri@samsung.com>
8397 M: Vipul Pandya <vipul.pandya@samsung.com>
8398 S: Supported
8399 L: netdev@vger.kernel.org
8400 F: drivers/net/ethernet/samsung/sxgbe/
8401
8402 SAMSUNG USB2 PHY DRIVER
8403 M: Kamil Debski <k.debski@samsung.com>
8404 L: linux-kernel@vger.kernel.org
8405 S: Supported
8406 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
8407 F: Documentation/phy/samsung-usb2.txt
8408 F: drivers/phy/phy-exynos4210-usb2.c
8409 F: drivers/phy/phy-exynos4x12-usb2.c
8410 F: drivers/phy/phy-exynos5250-usb2.c
8411 F: drivers/phy/phy-s5pv210-usb2.c
8412 F: drivers/phy/phy-samsung-usb2.c
8413 F: drivers/phy/phy-samsung-usb2.h
8414
8415 SERIAL DRIVERS
8416 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8417 L: linux-serial@vger.kernel.org
8418 S: Maintained
8419 F: drivers/tty/serial/
8420
8421 SYNOPSYS DESIGNWARE DMAC DRIVER
8422 M: Viresh Kumar <viresh.linux@gmail.com>
8423 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8424 S: Maintained
8425 F: include/linux/platform_data/dma-dw.h
8426 F: drivers/dma/dw/
8427
8428 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8429 M: Seungwon Jeon <tgih.jun@samsung.com>
8430 M: Jaehoon Chung <jh80.chung@samsung.com>
8431 L: linux-mmc@vger.kernel.org
8432 S: Maintained
8433 F: include/linux/mmc/dw_mmc.h
8434 F: drivers/mmc/host/dw_mmc*
8435
8436 THUNDERBOLT DRIVER
8437 M: Andreas Noever <andreas.noever@gmail.com>
8438 S: Maintained
8439 F: drivers/thunderbolt/
8440
8441 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8442 M: John Stultz <john.stultz@linaro.org>
8443 M: Thomas Gleixner <tglx@linutronix.de>
8444 L: linux-kernel@vger.kernel.org
8445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8446 S: Supported
8447 F: include/linux/clocksource.h
8448 F: include/linux/time.h
8449 F: include/linux/timex.h
8450 F: include/uapi/linux/time.h
8451 F: include/uapi/linux/timex.h
8452 F: kernel/time/clocksource.c
8453 F: kernel/time/time*.c
8454 F: kernel/time/ntp.c
8455
8456 SC1200 WDT DRIVER
8457 M: Zwane Mwaikambo <zwanem@gmail.com>
8458 S: Maintained
8459 F: drivers/watchdog/sc1200wdt.c
8460
8461 SCHEDULER
8462 M: Ingo Molnar <mingo@redhat.com>
8463 M: Peter Zijlstra <peterz@infradead.org>
8464 L: linux-kernel@vger.kernel.org
8465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8466 S: Maintained
8467 F: kernel/sched/
8468 F: include/linux/sched.h
8469 F: include/uapi/linux/sched.h
8470 F: include/linux/wait.h
8471
8472 SCORE ARCHITECTURE
8473 M: Chen Liqin <liqin.linux@gmail.com>
8474 M: Lennox Wu <lennox.wu@gmail.com>
8475 W: http://www.sunplus.com
8476 S: Supported
8477 F: arch/score/
8478
8479 SCSI CDROM DRIVER
8480 M: Jens Axboe <axboe@kernel.dk>
8481 L: linux-scsi@vger.kernel.org
8482 W: http://www.kernel.dk
8483 S: Maintained
8484 F: drivers/scsi/sr*
8485
8486 SCSI RDMA PROTOCOL (SRP) INITIATOR
8487 M: Bart Van Assche <bvanassche@acm.org>
8488 L: linux-rdma@vger.kernel.org
8489 S: Supported
8490 W: http://www.openfabrics.org
8491 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8492 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8493 F: drivers/infiniband/ulp/srp/
8494 F: include/scsi/srp.h
8495
8496 SCSI SG DRIVER
8497 M: Doug Gilbert <dgilbert@interlog.com>
8498 L: linux-scsi@vger.kernel.org
8499 W: http://sg.danny.cz/sg
8500 S: Maintained
8501 F: Documentation/scsi/scsi-generic.txt
8502 F: drivers/scsi/sg.c
8503 F: include/scsi/sg.h
8504
8505 SCSI SUBSYSTEM
8506 M: "James E.J. Bottomley" <JBottomley@parallels.com>
8507 L: linux-scsi@vger.kernel.org
8508 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8510 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8511 S: Maintained
8512 F: drivers/scsi/
8513 F: include/scsi/
8514
8515 SCSI TAPE DRIVER
8516 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8517 L: linux-scsi@vger.kernel.org
8518 S: Maintained
8519 F: Documentation/scsi/st.txt
8520 F: drivers/scsi/st.*
8521 F: drivers/scsi/st_*.h
8522
8523 SCTP PROTOCOL
8524 M: Vlad Yasevich <vyasevich@gmail.com>
8525 M: Neil Horman <nhorman@tuxdriver.com>
8526 L: linux-sctp@vger.kernel.org
8527 W: http://lksctp.sourceforge.net
8528 S: Maintained
8529 F: Documentation/networking/sctp.txt
8530 F: include/linux/sctp.h
8531 F: include/uapi/linux/sctp.h
8532 F: include/net/sctp/
8533 F: net/sctp/
8534
8535 SCx200 CPU SUPPORT
8536 M: Jim Cromie <jim.cromie@gmail.com>
8537 S: Odd Fixes
8538 F: Documentation/i2c/busses/scx200_acb
8539 F: arch/x86/platform/scx200/
8540 F: drivers/watchdog/scx200_wdt.c
8541 F: drivers/i2c/busses/scx200*
8542 F: drivers/mtd/maps/scx200_docflash.c
8543 F: include/linux/scx200.h
8544
8545 SCx200 GPIO DRIVER
8546 M: Jim Cromie <jim.cromie@gmail.com>
8547 S: Maintained
8548 F: drivers/char/scx200_gpio.c
8549 F: include/linux/scx200_gpio.h
8550
8551 SCx200 HRT CLOCKSOURCE DRIVER
8552 M: Jim Cromie <jim.cromie@gmail.com>
8553 S: Maintained
8554 F: drivers/clocksource/scx200_hrt.c
8555
8556 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8557 M: Sascha Sommer <saschasommer@freenet.de>
8558 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8559 S: Maintained
8560 F: drivers/mmc/host/sdricoh_cs.c
8561
8562 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8563 M: Chris Ball <chris@printf.net>
8564 L: linux-mmc@vger.kernel.org
8565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8566 S: Maintained
8567 F: drivers/mmc/host/sdhci.*
8568 F: drivers/mmc/host/sdhci-pltfm.[ch]
8569
8570 SECURE COMPUTING
8571 M: Kees Cook <keescook@chromium.org>
8572 R: Andy Lutomirski <luto@amacapital.net>
8573 R: Will Drewry <wad@chromium.org>
8574 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8575 S: Supported
8576 F: kernel/seccomp.c
8577 F: include/uapi/linux/seccomp.h
8578 F: include/linux/seccomp.h
8579 K: \bsecure_computing
8580 K: \bTIF_SECCOMP\b
8581
8582 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8583 M: Anton Vorontsov <anton@enomsg.org>
8584 L: linuxppc-dev@lists.ozlabs.org
8585 L: linux-mmc@vger.kernel.org
8586 S: Maintained
8587 F: drivers/mmc/host/sdhci-pltfm.[ch]
8588
8589 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8590 M: Ben Dooks <ben-linux@fluff.org>
8591 L: linux-mmc@vger.kernel.org
8592 S: Maintained
8593 F: drivers/mmc/host/sdhci-s3c.c
8594
8595 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8596 M: Viresh Kumar <viresh.linux@gmail.com>
8597 L: spear-devel@list.st.com
8598 L: linux-mmc@vger.kernel.org
8599 S: Maintained
8600 F: drivers/mmc/host/sdhci-spear.c
8601
8602 SECURITY SUBSYSTEM
8603 M: James Morris <james.l.morris@oracle.com>
8604 M: Serge E. Hallyn <serge@hallyn.com>
8605 L: linux-security-module@vger.kernel.org (suggested Cc:)
8606 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8607 W: http://kernsec.org/
8608 S: Supported
8609 F: security/
8610
8611 SECURITY CONTACT
8612 M: Security Officers <security@kernel.org>
8613 S: Supported
8614
8615 SELINUX SECURITY MODULE
8616 M: Paul Moore <paul@paul-moore.com>
8617 M: Stephen Smalley <sds@tycho.nsa.gov>
8618 M: Eric Paris <eparis@parisplace.org>
8619 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
8620 W: http://selinuxproject.org
8621 T: git git://git.infradead.org/users/pcmoore/selinux
8622 S: Supported
8623 F: include/linux/selinux*
8624 F: security/selinux/
8625 F: scripts/selinux/
8626
8627 APPARMOR SECURITY MODULE
8628 M: John Johansen <john.johansen@canonical.com>
8629 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8630 W: apparmor.wiki.kernel.org
8631 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8632 S: Supported
8633 F: security/apparmor/
8634
8635 SENSABLE PHANTOM
8636 M: Jiri Slaby <jirislaby@gmail.com>
8637 S: Maintained
8638 F: drivers/misc/phantom.c
8639 F: include/uapi/linux/phantom.h
8640
8641 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8642 M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8643 L: linux-scsi@vger.kernel.org
8644 W: http://www.emulex.com
8645 S: Supported
8646 F: drivers/scsi/be2iscsi/
8647
8648 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8649 M: Sathya Perla <sathya.perla@emulex.com>
8650 M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
8651 M: Ajit Khaparde <ajit.khaparde@emulex.com>
8652 L: netdev@vger.kernel.org
8653 W: http://www.emulex.com
8654 S: Supported
8655 F: drivers/net/ethernet/emulex/benet/
8656
8657 SFC NETWORK DRIVER
8658 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8659 M: Shradha Shah <sshah@solarflare.com>
8660 L: netdev@vger.kernel.org
8661 S: Supported
8662 F: drivers/net/ethernet/sfc/
8663
8664 SGI GRU DRIVER
8665 M: Dimitri Sivanich <sivanich@sgi.com>
8666 S: Maintained
8667 F: drivers/misc/sgi-gru/
8668
8669 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8670 M: Pat Gefre <pfg@sgi.com>
8671 L: linux-ia64@vger.kernel.org
8672 S: Supported
8673 F: Documentation/ia64/serial.txt
8674 F: drivers/tty/serial/ioc?_serial.c
8675 F: include/linux/ioc?.h
8676
8677 SGI XP/XPC/XPNET DRIVER
8678 M: Cliff Whickman <cpw@sgi.com>
8679 M: Robin Holt <robinmholt@gmail.com>
8680 S: Maintained
8681 F: drivers/misc/sgi-xp/
8682
8683 SI2157 MEDIA DRIVER
8684 M: Antti Palosaari <crope@iki.fi>
8685 L: linux-media@vger.kernel.org
8686 W: http://linuxtv.org/
8687 W: http://palosaari.fi/linux/
8688 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8689 T: git git://linuxtv.org/anttip/media_tree.git
8690 S: Maintained
8691 F: drivers/media/tuners/si2157*
8692
8693 SI2168 MEDIA DRIVER
8694 M: Antti Palosaari <crope@iki.fi>
8695 L: linux-media@vger.kernel.org
8696 W: http://linuxtv.org/
8697 W: http://palosaari.fi/linux/
8698 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8699 T: git git://linuxtv.org/anttip/media_tree.git
8700 S: Maintained
8701 F: drivers/media/dvb-frontends/si2168*
8702
8703 SI470X FM RADIO RECEIVER I2C DRIVER
8704 M: Hans Verkuil <hverkuil@xs4all.nl>
8705 L: linux-media@vger.kernel.org
8706 T: git git://linuxtv.org/media_tree.git
8707 W: http://linuxtv.org
8708 S: Odd Fixes
8709 F: drivers/media/radio/si470x/radio-si470x-i2c.c
8710
8711 SI470X FM RADIO RECEIVER USB DRIVER
8712 M: Hans Verkuil <hverkuil@xs4all.nl>
8713 L: linux-media@vger.kernel.org
8714 T: git git://linuxtv.org/media_tree.git
8715 W: http://linuxtv.org
8716 S: Maintained
8717 F: drivers/media/radio/si470x/radio-si470x-common.c
8718 F: drivers/media/radio/si470x/radio-si470x.h
8719 F: drivers/media/radio/si470x/radio-si470x-usb.c
8720
8721 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8722 M: Eduardo Valentin <edubezval@gmail.com>
8723 L: linux-media@vger.kernel.org
8724 T: git git://linuxtv.org/media_tree.git
8725 W: http://linuxtv.org
8726 S: Odd Fixes
8727 F: drivers/media/radio/si4713/si4713.?
8728
8729 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8730 M: Eduardo Valentin <edubezval@gmail.com>
8731 L: linux-media@vger.kernel.org
8732 T: git git://linuxtv.org/media_tree.git
8733 W: http://linuxtv.org
8734 S: Odd Fixes
8735 F: drivers/media/radio/si4713/radio-platform-si4713.c
8736
8737 SI4713 FM RADIO TRANSMITTER USB DRIVER
8738 M: Hans Verkuil <hverkuil@xs4all.nl>
8739 L: linux-media@vger.kernel.org
8740 T: git git://linuxtv.org/media_tree.git
8741 W: http://linuxtv.org
8742 S: Maintained
8743 F: drivers/media/radio/si4713/radio-usb-si4713.c
8744
8745 SIANO DVB DRIVER
8746 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8747 L: linux-media@vger.kernel.org
8748 W: http://linuxtv.org
8749 T: git git://linuxtv.org/media_tree.git
8750 S: Odd fixes
8751 F: drivers/media/common/siano/
8752 F: drivers/media/usb/siano/
8753 F: drivers/media/usb/siano/
8754 F: drivers/media/mmc/siano/
8755
8756 SIMPLEFB FB DRIVER
8757 M: Hans de Goede <hdegoede@redhat.com>
8758 L: linux-fbdev@vger.kernel.org
8759 S: Maintained
8760 F: Documentation/devicetree/bindings/video/simple-framebuffer.txt
8761 F: drivers/video/fbdev/simplefb.c
8762 F: include/linux/platform_data/simplefb.h
8763
8764 SH_VEU V4L2 MEM2MEM DRIVER
8765 L: linux-media@vger.kernel.org
8766 S: Orphan
8767 F: drivers/media/platform/sh_veu.c
8768
8769 SH_VOU V4L2 OUTPUT DRIVER
8770 L: linux-media@vger.kernel.org
8771 S: Orphan
8772 F: drivers/media/platform/sh_vou.c
8773 F: include/media/sh_vou.h
8774
8775 SIMPLE FIRMWARE INTERFACE (SFI)
8776 M: Len Brown <lenb@kernel.org>
8777 L: sfi-devel@simplefirmware.org
8778 W: http://simplefirmware.org/
8779 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8780 S: Supported
8781 F: arch/x86/platform/sfi/
8782 F: drivers/sfi/
8783 F: include/linux/sfi*.h
8784
8785 SIMTEC EB110ATX (Chalice CATS)
8786 P: Ben Dooks
8787 P: Vincent Sanders <vince@simtec.co.uk>
8788 M: Simtec Linux Team <linux@simtec.co.uk>
8789 W: http://www.simtec.co.uk/products/EB110ATX/
8790 S: Supported
8791
8792 SIMTEC EB2410ITX (BAST)
8793 P: Ben Dooks
8794 P: Vincent Sanders <vince@simtec.co.uk>
8795 M: Simtec Linux Team <linux@simtec.co.uk>
8796 W: http://www.simtec.co.uk/products/EB2410ITX/
8797 S: Supported
8798 F: arch/arm/mach-s3c24xx/mach-bast.c
8799 F: arch/arm/mach-s3c24xx/bast-ide.c
8800 F: arch/arm/mach-s3c24xx/bast-irq.c
8801
8802 TI DAVINCI MACHINE SUPPORT
8803 M: Sekhar Nori <nsekhar@ti.com>
8804 M: Kevin Hilman <khilman@deeprootsystems.com>
8805 T: git git://gitorious.org/linux-davinci/linux-davinci.git
8806 Q: http://patchwork.kernel.org/project/linux-davinci/list/
8807 S: Supported
8808 F: arch/arm/mach-davinci/
8809 F: drivers/i2c/busses/i2c-davinci.c
8810
8811 TI DAVINCI SERIES MEDIA DRIVER
8812 M: Lad, Prabhakar <prabhakar.csengg@gmail.com>
8813 L: linux-media@vger.kernel.org
8814 W: http://linuxtv.org/
8815 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8816 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8817 S: Maintained
8818 F: drivers/media/platform/davinci/
8819 F: include/media/davinci/
8820
8821 TI AM437X VPFE DRIVER
8822 M: Lad, Prabhakar <prabhakar.csengg@gmail.com>
8823 L: linux-media@vger.kernel.org
8824 W: http://linuxtv.org/
8825 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8826 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8827 S: Maintained
8828 F: drivers/media/platform/am437x/
8829
8830 SIS 190 ETHERNET DRIVER
8831 M: Francois Romieu <romieu@fr.zoreil.com>
8832 L: netdev@vger.kernel.org
8833 S: Maintained
8834 F: drivers/net/ethernet/sis/sis190.c
8835
8836 SIS 900/7016 FAST ETHERNET DRIVER
8837 M: Daniele Venzano <venza@brownhat.org>
8838 W: http://www.brownhat.org/sis900.html
8839 L: netdev@vger.kernel.org
8840 S: Maintained
8841 F: drivers/net/ethernet/sis/sis900.*
8842
8843 SIS FRAMEBUFFER DRIVER
8844 M: Thomas Winischhofer <thomas@winischhofer.net>
8845 W: http://www.winischhofer.net/linuxsisvga.shtml
8846 S: Maintained
8847 F: Documentation/fb/sisfb.txt
8848 F: drivers/video/fbdev/sis/
8849 F: include/video/sisfb.h
8850
8851 SIS USB2VGA DRIVER
8852 M: Thomas Winischhofer <thomas@winischhofer.net>
8853 W: http://www.winischhofer.at/linuxsisusbvga.shtml
8854 S: Maintained
8855 F: drivers/usb/misc/sisusbvga/
8856
8857 SLAB ALLOCATOR
8858 M: Christoph Lameter <cl@linux.com>
8859 M: Pekka Enberg <penberg@kernel.org>
8860 M: David Rientjes <rientjes@google.com>
8861 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
8862 M: Andrew Morton <akpm@linux-foundation.org>
8863 L: linux-mm@kvack.org
8864 S: Maintained
8865 F: include/linux/sl?b*.h
8866 F: mm/sl?b*
8867
8868 SLEEPABLE READ-COPY UPDATE (SRCU)
8869 M: Lai Jiangshan <laijs@cn.fujitsu.com>
8870 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8871 M: Josh Triplett <josh@joshtriplett.org>
8872 R: Steven Rostedt <rostedt@goodmis.org>
8873 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8874 L: linux-kernel@vger.kernel.org
8875 W: http://www.rdrop.com/users/paulmck/RCU/
8876 S: Supported
8877 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8878 F: include/linux/srcu.h
8879 F: kernel/rcu/srcu.c
8880
8881 SMACK SECURITY MODULE
8882 M: Casey Schaufler <casey@schaufler-ca.com>
8883 L: linux-security-module@vger.kernel.org
8884 W: http://schaufler-ca.com
8885 T: git git://git.gitorious.org/smack-next/kernel.git
8886 S: Maintained
8887 F: Documentation/security/Smack.txt
8888 F: security/smack/
8889
8890 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8891 M: Kevin Hilman <khilman@kernel.org>
8892 M: Nishanth Menon <nm@ti.com>
8893 S: Maintained
8894 F: drivers/power/avs/
8895 F: include/linux/power/smartreflex.h
8896 L: linux-pm@vger.kernel.org
8897
8898 SMC91x ETHERNET DRIVER
8899 M: Nicolas Pitre <nico@fluxnic.net>
8900 S: Odd Fixes
8901 F: drivers/net/ethernet/smsc/smc91x.*
8902
8903 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8904 M: Sakari Ailus <sakari.ailus@iki.fi>
8905 L: linux-media@vger.kernel.org
8906 S: Maintained
8907 F: drivers/media/i2c/smiapp/
8908 F: include/media/smiapp.h
8909 F: drivers/media/i2c/smiapp-pll.c
8910 F: drivers/media/i2c/smiapp-pll.h
8911 F: include/uapi/linux/smiapp.h
8912 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
8913
8914 SMM665 HARDWARE MONITOR DRIVER
8915 M: Guenter Roeck <linux@roeck-us.net>
8916 L: lm-sensors@lm-sensors.org
8917 S: Maintained
8918 F: Documentation/hwmon/smm665
8919 F: drivers/hwmon/smm665.c
8920
8921 SMSC EMC2103 HARDWARE MONITOR DRIVER
8922 M: Steve Glendinning <steve.glendinning@shawell.net>
8923 L: lm-sensors@lm-sensors.org
8924 S: Maintained
8925 F: Documentation/hwmon/emc2103
8926 F: drivers/hwmon/emc2103.c
8927
8928 SMSC SCH5627 HARDWARE MONITOR DRIVER
8929 M: Hans de Goede <hdegoede@redhat.com>
8930 L: lm-sensors@lm-sensors.org
8931 S: Supported
8932 F: Documentation/hwmon/sch5627
8933 F: drivers/hwmon/sch5627.c
8934
8935 SMSC47B397 HARDWARE MONITOR DRIVER
8936 M: Jean Delvare <jdelvare@suse.de>
8937 L: lm-sensors@lm-sensors.org
8938 S: Maintained
8939 F: Documentation/hwmon/smsc47b397
8940 F: drivers/hwmon/smsc47b397.c
8941
8942 SMSC911x ETHERNET DRIVER
8943 M: Steve Glendinning <steve.glendinning@shawell.net>
8944 L: netdev@vger.kernel.org
8945 S: Maintained
8946 F: include/linux/smsc911x.h
8947 F: drivers/net/ethernet/smsc/smsc911x.*
8948
8949 SMSC9420 PCI ETHERNET DRIVER
8950 M: Steve Glendinning <steve.glendinning@shawell.net>
8951 L: netdev@vger.kernel.org
8952 S: Maintained
8953 F: drivers/net/ethernet/smsc/smsc9420.*
8954
8955 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8956 M: Steve Glendinning <steve.glendinning@shawell.net>
8957 L: linux-fbdev@vger.kernel.org
8958 S: Maintained
8959 F: drivers/video/fbdev/smscufx.c
8960
8961 SOC-CAMERA V4L2 SUBSYSTEM
8962 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8963 L: linux-media@vger.kernel.org
8964 T: git git://linuxtv.org/media_tree.git
8965 S: Maintained
8966 F: include/media/soc*
8967 F: drivers/media/i2c/soc_camera/
8968 F: drivers/media/platform/soc_camera/
8969
8970 SOEKRIS NET48XX LED SUPPORT
8971 M: Chris Boot <bootc@bootc.net>
8972 S: Maintained
8973 F: drivers/leds/leds-net48xx.c
8974
8975 SOFTLOGIC 6x10 MPEG CODEC
8976 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8977 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8978 M: Andrey Utkin <andrey.krieger.utkin@gmail.com>
8979 M: Ismael Luceno <ismael@iodev.co.uk>
8980 L: linux-media@vger.kernel.org
8981 S: Supported
8982 F: drivers/media/pci/solo6x10/
8983
8984 SOFTWARE RAID (Multiple Disks) SUPPORT
8985 M: Neil Brown <neilb@suse.de>
8986 L: linux-raid@vger.kernel.org
8987 S: Supported
8988 F: drivers/md/
8989 F: include/linux/raid/
8990 F: include/uapi/linux/raid/
8991
8992 SONIC NETWORK DRIVER
8993 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8994 L: netdev@vger.kernel.org
8995 S: Maintained
8996 F: drivers/net/ethernet/natsemi/sonic.*
8997
8998 SONICS SILICON BACKPLANE DRIVER (SSB)
8999 M: Michael Buesch <m@bues.ch>
9000 L: netdev@vger.kernel.org
9001 S: Maintained
9002 F: drivers/ssb/
9003 F: include/linux/ssb/
9004
9005 SONY VAIO CONTROL DEVICE DRIVER
9006 M: Mattia Dongili <malattia@linux.it>
9007 L: platform-driver-x86@vger.kernel.org
9008 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9009 S: Maintained
9010 F: Documentation/laptops/sony-laptop.txt
9011 F: drivers/char/sonypi.c
9012 F: drivers/platform/x86/sony-laptop.c
9013 F: include/linux/sony-laptop.h
9014
9015 SONY MEMORYSTICK CARD SUPPORT
9016 M: Alex Dubov <oakad@yahoo.com>
9017 W: http://tifmxx.berlios.de/
9018 S: Maintained
9019 F: drivers/memstick/host/tifm_ms.c
9020
9021 SONY MEMORYSTICK STANDARD SUPPORT
9022 M: Maxim Levitsky <maximlevitsky@gmail.com>
9023 S: Maintained
9024 F: drivers/memstick/core/ms_block.*
9025
9026 SOUND
9027 M: Jaroslav Kysela <perex@perex.cz>
9028 M: Takashi Iwai <tiwai@suse.de>
9029 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9030 W: http://www.alsa-project.org/
9031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9032 T: git git://git.alsa-project.org/alsa-kernel.git
9033 Q: http://patchwork.kernel.org/project/alsa-devel/list/
9034 S: Maintained
9035 F: Documentation/sound/
9036 F: include/sound/
9037 F: include/uapi/sound/
9038 F: sound/
9039
9040 SOUND - COMPRESSED AUDIO
9041 M: Vinod Koul <vinod.koul@intel.com>
9042 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9043 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9044 S: Supported
9045 F: Documentation/sound/alsa/compress_offload.txt
9046 F: include/sound/compress_driver.h
9047 F: include/uapi/sound/compress_*
9048 F: sound/core/compress_offload.c
9049 F: sound/soc/soc-compress.c
9050
9051 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9052 M: Liam Girdwood <lgirdwood@gmail.com>
9053 M: Mark Brown <broonie@kernel.org>
9054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9055 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9056 W: http://alsa-project.org/main/index.php/ASoC
9057 S: Supported
9058 F: Documentation/sound/alsa/soc/
9059 F: sound/soc/
9060 F: include/sound/soc*
9061
9062 SOUND - DMAENGINE HELPERS
9063 M: Lars-Peter Clausen <lars@metafoo.de>
9064 S: Supported
9065 F: include/sound/dmaengine_pcm.h
9066 F: sound/core/pcm_dmaengine.c
9067 F: sound/soc/soc-generic-dmaengine-pcm.c
9068
9069 SP2 MEDIA DRIVER
9070 M: Olli Salonen <olli.salonen@iki.fi>
9071 L: linux-media@vger.kernel.org
9072 W: http://linuxtv.org/
9073 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9074 S: Maintained
9075 F: drivers/media/dvb-frontends/sp2*
9076
9077 SPARC + UltraSPARC (sparc/sparc64)
9078 M: "David S. Miller" <davem@davemloft.net>
9079 L: sparclinux@vger.kernel.org
9080 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
9081 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9083 S: Maintained
9084 F: arch/sparc/
9085 F: drivers/sbus/
9086
9087 SPARC SERIAL DRIVERS
9088 M: "David S. Miller" <davem@davemloft.net>
9089 L: sparclinux@vger.kernel.org
9090 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9091 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9092 S: Maintained
9093 F: include/linux/sunserialcore.h
9094 F: drivers/tty/serial/suncore.c
9095 F: drivers/tty/serial/sunhv.c
9096 F: drivers/tty/serial/sunsab.c
9097 F: drivers/tty/serial/sunsab.h
9098 F: drivers/tty/serial/sunsu.c
9099 F: drivers/tty/serial/sunzilog.c
9100 F: drivers/tty/serial/sunzilog.h
9101
9102 SPARSE CHECKER
9103 M: "Christopher Li" <sparse@chrisli.org>
9104 L: linux-sparse@vger.kernel.org
9105 W: https://sparse.wiki.kernel.org/
9106 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9107 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9108 S: Maintained
9109 F: include/linux/compiler.h
9110
9111 SPEAR PLATFORM SUPPORT
9112 M: Viresh Kumar <viresh.linux@gmail.com>
9113 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9114 L: spear-devel@list.st.com
9115 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9116 W: http://www.st.com/spear
9117 S: Maintained
9118 F: arch/arm/mach-spear/
9119
9120 SPEAR CLOCK FRAMEWORK SUPPORT
9121 M: Viresh Kumar <viresh.linux@gmail.com>
9122 L: spear-devel@list.st.com
9123 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9124 W: http://www.st.com/spear
9125 S: Maintained
9126 F: drivers/clk/spear/
9127
9128 SPI SUBSYSTEM
9129 M: Mark Brown <broonie@kernel.org>
9130 L: linux-spi@vger.kernel.org
9131 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9132 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
9133 S: Maintained
9134 F: Documentation/spi/
9135 F: drivers/spi/
9136 F: include/linux/spi/
9137 F: include/uapi/linux/spi/
9138
9139 SPIDERNET NETWORK DRIVER for CELL
9140 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9141 M: Jens Osterkamp <jens@de.ibm.com>
9142 L: netdev@vger.kernel.org
9143 S: Supported
9144 F: Documentation/networking/spider_net.txt
9145 F: drivers/net/ethernet/toshiba/spider_net*
9146
9147 SPU FILE SYSTEM
9148 M: Jeremy Kerr <jk@ozlabs.org>
9149 L: linuxppc-dev@lists.ozlabs.org
9150 L: cbe-oss-dev@lists.ozlabs.org
9151 W: http://www.ibm.com/developerworks/power/cell/
9152 S: Supported
9153 F: Documentation/filesystems/spufs.txt
9154 F: arch/powerpc/platforms/cell/spufs/
9155
9156 SQUASHFS FILE SYSTEM
9157 M: Phillip Lougher <phillip@squashfs.org.uk>
9158 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
9159 W: http://squashfs.org.uk
9160 S: Maintained
9161 F: Documentation/filesystems/squashfs.txt
9162 F: fs/squashfs/
9163
9164 SRM (Alpha) environment access
9165 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
9166 S: Maintained
9167 F: arch/alpha/kernel/srm_env.c
9168
9169 STABLE BRANCH
9170 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9171 L: stable@vger.kernel.org
9172 S: Supported
9173 F: Documentation/stable_kernel_rules.txt
9174
9175 STAGING SUBSYSTEM
9176 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9177 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9178 L: devel@driverdev.osuosl.org
9179 S: Supported
9180 F: drivers/staging/
9181
9182 STAGING - COMEDI
9183 M: Ian Abbott <abbotti@mev.co.uk>
9184 M: H Hartley Sweeten <hsweeten@visionengravers.com>
9185 S: Odd Fixes
9186 F: drivers/staging/comedi/
9187
9188 STAGING - FLARION FT1000 DRIVERS
9189 M: Marek Belisko <marek.belisko@gmail.com>
9190 S: Odd Fixes
9191 F: drivers/staging/ft1000/
9192
9193 STAGING - INDUSTRIAL IO
9194 M: Jonathan Cameron <jic23@kernel.org>
9195 L: linux-iio@vger.kernel.org
9196 S: Odd Fixes
9197 F: drivers/staging/iio/
9198
9199 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9200 M: Jarod Wilson <jarod@wilsonet.com>
9201 W: http://www.lirc.org/
9202 S: Odd Fixes
9203 F: drivers/staging/media/lirc/
9204
9205 STAGING - LUSTRE PARALLEL FILESYSTEM
9206 M: Oleg Drokin <oleg.drokin@intel.com>
9207 M: Andreas Dilger <andreas.dilger@intel.com>
9208 L: HPDD-discuss@lists.01.org (moderated for non-subscribers)
9209 W: http://lustre.opensfs.org/
9210 S: Maintained
9211 F: drivers/staging/lustre
9212
9213 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9214 M: Julian Andres Klode <jak@jak-linux.org>
9215 M: Marc Dietrich <marvin24@gmx.de>
9216 L: ac100@lists.launchpad.net (moderated for non-subscribers)
9217 L: linux-tegra@vger.kernel.org
9218 S: Maintained
9219 F: drivers/staging/nvec/
9220
9221 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9222 M: Jens Frederich <jfrederich@gmail.com>
9223 M: Daniel Drake <dsd@laptop.org>
9224 M: Jon Nettleton <jon.nettleton@gmail.com>
9225 W: http://wiki.laptop.org/go/DCON
9226 S: Maintained
9227 F: drivers/staging/olpc_dcon/
9228
9229 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9230 M: Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9231 S: Maintained
9232 F: drivers/staging/ozwpan/
9233
9234 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9235 M: Willy Tarreau <willy@meta-x.org>
9236 S: Odd Fixes
9237 F: drivers/staging/panel/
9238
9239 STAGING - REALTEK RTL8712U DRIVERS
9240 M: Larry Finger <Larry.Finger@lwfinger.net>
9241 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9242 S: Odd Fixes
9243 F: drivers/staging/rtl8712/
9244
9245 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9246 M: Larry Finger <Larry.Finger@lwfinger.net>
9247 M: Jes Sorensen <Jes.Sorensen@redhat.com>
9248 L: linux-wireless@vger.kernel.org
9249 S: Maintained
9250 F: drivers/staging/rtl8723au/
9251
9252 STAGING - SLICOSS
9253 M: Lior Dotan <liodot@gmail.com>
9254 M: Christopher Harrer <charrer@alacritech.com>
9255 S: Odd Fixes
9256 F: drivers/staging/slicoss/
9257
9258 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9259 M: William Hubbs <w.d.hubbs@gmail.com>
9260 M: Chris Brannon <chris@the-brannons.com>
9261 M: Kirk Reiser <kirk@reisers.ca>
9262 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
9263 L: speakup@linux-speakup.org
9264 W: http://www.linux-speakup.org/
9265 S: Odd Fixes
9266 F: drivers/staging/speakup/
9267
9268 STAGING - VIA VT665X DRIVERS
9269 M: Forest Bond <forest@alittletooquiet.net>
9270 S: Odd Fixes
9271 F: drivers/staging/vt665?/
9272
9273 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9274 M: Arnaud Patard <arnaud.patard@rtp-net.org>
9275 S: Odd Fixes
9276 F: drivers/staging/xgifb/
9277
9278 STARFIRE/DURALAN NETWORK DRIVER
9279 M: Ion Badulescu <ionut@badula.org>
9280 S: Odd Fixes
9281 F: drivers/net/ethernet/adaptec/starfire*
9282
9283 SUN3/3X
9284 M: Sam Creasey <sammy@sammy.net>
9285 W: http://sammy.net/sun3/
9286 S: Maintained
9287 F: arch/m68k/kernel/*sun3*
9288 F: arch/m68k/sun3*/
9289 F: arch/m68k/include/asm/sun3*
9290 F: drivers/net/ethernet/i825xx/sun3*
9291
9292 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9293 M: Hans de Goede <hdegoede@redhat.com>
9294 L: linux-input@vger.kernel.org
9295 S: Maintained
9296 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9297 F: drivers/input/keyboard/sun4i-lradc-keys.c
9298
9299 SUNDANCE NETWORK DRIVER
9300 M: Denis Kirjanov <kda@linux-powerpc.org>
9301 L: netdev@vger.kernel.org
9302 S: Maintained
9303 F: drivers/net/ethernet/dlink/sundance.c
9304
9305 SUPERH
9306 L: linux-sh@vger.kernel.org
9307 Q: http://patchwork.kernel.org/project/linux-sh/list/
9308 S: Orphan
9309 F: Documentation/sh/
9310 F: arch/sh/
9311 F: drivers/sh/
9312
9313 SUSPEND TO RAM
9314 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
9315 M: Len Brown <len.brown@intel.com>
9316 M: Pavel Machek <pavel@ucw.cz>
9317 L: linux-pm@vger.kernel.org
9318 S: Supported
9319 F: Documentation/power/
9320 F: arch/x86/kernel/acpi/
9321 F: drivers/base/power/
9322 F: kernel/power/
9323 F: include/linux/suspend.h
9324 F: include/linux/freezer.h
9325 F: include/linux/pm.h
9326
9327 SVGA HANDLING
9328 M: Martin Mares <mj@ucw.cz>
9329 L: linux-video@atrey.karlin.mff.cuni.cz
9330 S: Maintained
9331 F: Documentation/svga.txt
9332 F: arch/x86/boot/video*
9333
9334 SWIOTLB SUBSYSTEM
9335 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9336 L: linux-kernel@vger.kernel.org
9337 S: Supported
9338 F: lib/swiotlb.c
9339 F: arch/*/kernel/pci-swiotlb.c
9340 F: include/linux/swiotlb.h
9341
9342 SWITCHDEV
9343 M: Jiri Pirko <jiri@resnulli.us>
9344 L: netdev@vger.kernel.org
9345 S: Supported
9346 F: net/switchdev/
9347 F: include/net/switchdev.h
9348
9349 SYNOPSYS ARC ARCHITECTURE
9350 M: Vineet Gupta <vgupta@synopsys.com>
9351 S: Supported
9352 F: arch/arc/
9353 F: Documentation/devicetree/bindings/arc/
9354 F: drivers/tty/serial/arc_uart.c
9355
9356 SYSV FILESYSTEM
9357 M: Christoph Hellwig <hch@infradead.org>
9358 S: Maintained
9359 F: Documentation/filesystems/sysv-fs.txt
9360 F: fs/sysv/
9361 F: include/linux/sysv_fs.h
9362
9363 TARGET SUBSYSTEM
9364 M: Nicholas A. Bellinger <nab@linux-iscsi.org>
9365 L: linux-scsi@vger.kernel.org
9366 L: target-devel@vger.kernel.org
9367 W: http://www.linux-iscsi.org
9368 W: http://groups.google.com/group/linux-iscsi-target-dev
9369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9370 S: Supported
9371 F: drivers/target/
9372 F: include/target/
9373 F: Documentation/target/
9374
9375 TASKSTATS STATISTICS INTERFACE
9376 M: Balbir Singh <bsingharora@gmail.com>
9377 S: Maintained
9378 F: Documentation/accounting/taskstats*
9379 F: include/linux/taskstats*
9380 F: kernel/taskstats.c
9381
9382 TC CLASSIFIER
9383 M: Jamal Hadi Salim <jhs@mojatatu.com>
9384 L: netdev@vger.kernel.org
9385 S: Maintained
9386 F: include/net/pkt_cls.h
9387 F: include/uapi/linux/pkt_cls.h
9388 F: net/sched/
9389
9390 TCP LOW PRIORITY MODULE
9391 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9392 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9393 W: http://tcp-lp-mod.sourceforge.net/
9394 S: Maintained
9395 F: net/ipv4/tcp_lp.c
9396
9397 TDA10071 MEDIA DRIVER
9398 M: Antti Palosaari <crope@iki.fi>
9399 L: linux-media@vger.kernel.org
9400 W: http://linuxtv.org/
9401 W: http://palosaari.fi/linux/
9402 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9403 T: git git://linuxtv.org/anttip/media_tree.git
9404 S: Maintained
9405 F: drivers/media/dvb-frontends/tda10071*
9406
9407 TDA18212 MEDIA DRIVER
9408 M: Antti Palosaari <crope@iki.fi>
9409 L: linux-media@vger.kernel.org
9410 W: http://linuxtv.org/
9411 W: http://palosaari.fi/linux/
9412 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9413 T: git git://linuxtv.org/anttip/media_tree.git
9414 S: Maintained
9415 F: drivers/media/tuners/tda18212*
9416
9417 TDA18218 MEDIA DRIVER
9418 M: Antti Palosaari <crope@iki.fi>
9419 L: linux-media@vger.kernel.org
9420 W: http://linuxtv.org/
9421 W: http://palosaari.fi/linux/
9422 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9423 T: git git://linuxtv.org/anttip/media_tree.git
9424 S: Maintained
9425 F: drivers/media/tuners/tda18218*
9426
9427 TDA18271 MEDIA DRIVER
9428 M: Michael Krufky <mkrufky@linuxtv.org>
9429 L: linux-media@vger.kernel.org
9430 W: http://linuxtv.org/
9431 W: http://github.com/mkrufky
9432 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9433 T: git git://linuxtv.org/mkrufky/tuners.git
9434 S: Maintained
9435 F: drivers/media/tuners/tda18271*
9436
9437 TDA827x MEDIA DRIVER
9438 M: Michael Krufky <mkrufky@linuxtv.org>
9439 L: linux-media@vger.kernel.org
9440 W: http://linuxtv.org/
9441 W: http://github.com/mkrufky
9442 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9443 T: git git://linuxtv.org/mkrufky/tuners.git
9444 S: Maintained
9445 F: drivers/media/tuners/tda8290.*
9446
9447 TDA8290 MEDIA DRIVER
9448 M: Michael Krufky <mkrufky@linuxtv.org>
9449 L: linux-media@vger.kernel.org
9450 W: http://linuxtv.org/
9451 W: http://github.com/mkrufky
9452 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9453 T: git git://linuxtv.org/mkrufky/tuners.git
9454 S: Maintained
9455 F: drivers/media/tuners/tda8290.*
9456
9457 TDA9840 MEDIA DRIVER
9458 M: Hans Verkuil <hverkuil@xs4all.nl>
9459 L: linux-media@vger.kernel.org
9460 T: git git://linuxtv.org/media_tree.git
9461 W: http://linuxtv.org
9462 S: Maintained
9463 F: drivers/media/i2c/tda9840*
9464
9465 TEA5761 TUNER DRIVER
9466 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9467 L: linux-media@vger.kernel.org
9468 W: http://linuxtv.org
9469 T: git git://linuxtv.org/media_tree.git
9470 S: Odd fixes
9471 F: drivers/media/tuners/tea5761.*
9472
9473 TEA5767 TUNER DRIVER
9474 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9475 L: linux-media@vger.kernel.org
9476 W: http://linuxtv.org
9477 T: git git://linuxtv.org/media_tree.git
9478 S: Maintained
9479 F: drivers/media/tuners/tea5767.*
9480
9481 TEA6415C MEDIA DRIVER
9482 M: Hans Verkuil <hverkuil@xs4all.nl>
9483 L: linux-media@vger.kernel.org
9484 T: git git://linuxtv.org/media_tree.git
9485 W: http://linuxtv.org
9486 S: Maintained
9487 F: drivers/media/i2c/tea6415c*
9488
9489 TEA6420 MEDIA DRIVER
9490 M: Hans Verkuil <hverkuil@xs4all.nl>
9491 L: linux-media@vger.kernel.org
9492 T: git git://linuxtv.org/media_tree.git
9493 W: http://linuxtv.org
9494 S: Maintained
9495 F: drivers/media/i2c/tea6420*
9496
9497 TEAM DRIVER
9498 M: Jiri Pirko <jiri@resnulli.us>
9499 L: netdev@vger.kernel.org
9500 S: Supported
9501 F: drivers/net/team/
9502 F: include/linux/if_team.h
9503 F: include/uapi/linux/if_team.h
9504
9505 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9506 M: Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9507 S: Maintained
9508 F: arch/x86/platform/ts5500/
9509
9510 TECHNOTREND USB IR RECEIVER
9511 M: Sean Young <sean@mess.org>
9512 L: linux-media@vger.kernel.org
9513 S: Maintained
9514 F: drivers/media/rc/ttusbir.c
9515
9516 TEGRA ARCHITECTURE SUPPORT
9517 M: Stephen Warren <swarren@wwwdotorg.org>
9518 M: Thierry Reding <thierry.reding@gmail.com>
9519 M: Alexandre Courbot <gnurou@gmail.com>
9520 L: linux-tegra@vger.kernel.org
9521 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
9522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9523 S: Supported
9524 N: [^a-z]tegra
9525
9526 TEGRA CLOCK DRIVER
9527 M: Peter De Schrijver <pdeschrijver@nvidia.com>
9528 M: Prashant Gaikwad <pgaikwad@nvidia.com>
9529 S: Supported
9530 F: drivers/clk/tegra/
9531
9532 TEGRA DMA DRIVER
9533 M: Laxman Dewangan <ldewangan@nvidia.com>
9534 S: Supported
9535 F: drivers/dma/tegra20-apb-dma.c
9536
9537 TEGRA I2C DRIVER
9538 M: Laxman Dewangan <ldewangan@nvidia.com>
9539 S: Supported
9540 F: drivers/i2c/busses/i2c-tegra.c
9541
9542 TEGRA IOMMU DRIVERS
9543 M: Hiroshi Doyu <hdoyu@nvidia.com>
9544 S: Supported
9545 F: drivers/iommu/tegra*
9546
9547 TEGRA KBC DRIVER
9548 M: Rakesh Iyer <riyer@nvidia.com>
9549 M: Laxman Dewangan <ldewangan@nvidia.com>
9550 S: Supported
9551 F: drivers/input/keyboard/tegra-kbc.c
9552
9553 TEGRA PWM DRIVER
9554 M: Thierry Reding <thierry.reding@gmail.com>
9555 S: Supported
9556 F: drivers/pwm/pwm-tegra.c
9557
9558 TEGRA SERIAL DRIVER
9559 M: Laxman Dewangan <ldewangan@nvidia.com>
9560 S: Supported
9561 F: drivers/tty/serial/serial-tegra.c
9562
9563 TEGRA SPI DRIVER
9564 M: Laxman Dewangan <ldewangan@nvidia.com>
9565 S: Supported
9566 F: drivers/spi/spi-tegra*
9567
9568 TEHUTI ETHERNET DRIVER
9569 M: Andy Gospodarek <andy@greyhouse.net>
9570 L: netdev@vger.kernel.org
9571 S: Supported
9572 F: drivers/net/ethernet/tehuti/*
9573
9574 Telecom Clock Driver for MCPL0010
9575 M: Mark Gross <mark.gross@intel.com>
9576 S: Supported
9577 F: drivers/char/tlclk.c
9578
9579 TENSILICA XTENSA PORT (xtensa)
9580 M: Chris Zankel <chris@zankel.net>
9581 M: Max Filippov <jcmvbkbc@gmail.com>
9582 L: linux-xtensa@linux-xtensa.org
9583 S: Maintained
9584 F: arch/xtensa/
9585 F: drivers/irqchip/irq-xtensa-*
9586
9587 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9588 M: Hans Verkuil <hverkuil@xs4all.nl>
9589 L: linux-media@vger.kernel.org
9590 T: git git://linuxtv.org/media_tree.git
9591 W: http://linuxtv.org
9592 S: Maintained
9593 F: drivers/media/radio/radio-raremono.c
9594
9595 THERMAL
9596 M: Zhang Rui <rui.zhang@intel.com>
9597 M: Eduardo Valentin <edubezval@gmail.com>
9598 L: linux-pm@vger.kernel.org
9599 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9600 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9601 Q: https://patchwork.kernel.org/project/linux-pm/list/
9602 S: Supported
9603 F: drivers/thermal/
9604 F: include/linux/thermal.h
9605 F: include/uapi/linux/thermal.h
9606 F: include/linux/cpu_cooling.h
9607 F: Documentation/devicetree/bindings/thermal/
9608
9609 THINGM BLINK(1) USB RGB LED DRIVER
9610 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9611 S: Maintained
9612 F: drivers/hid/hid-thingm.c
9613
9614 THINKPAD ACPI EXTRAS DRIVER
9615 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9616 L: ibm-acpi-devel@lists.sourceforge.net
9617 L: platform-driver-x86@vger.kernel.org
9618 W: http://ibm-acpi.sourceforge.net
9619 W: http://thinkwiki.org/wiki/Ibm-acpi
9620 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9621 S: Maintained
9622 F: drivers/platform/x86/thinkpad_acpi.c
9623
9624 TI BANDGAP AND THERMAL DRIVER
9625 M: Eduardo Valentin <edubezval@gmail.com>
9626 L: linux-pm@vger.kernel.org
9627 L: linux-omap@vger.kernel.org
9628 S: Maintained
9629 F: drivers/thermal/ti-soc-thermal/
9630
9631 TI CLOCK DRIVER
9632 M: Tero Kristo <t-kristo@ti.com>
9633 L: linux-omap@vger.kernel.org
9634 S: Maintained
9635 F: drivers/clk/ti/
9636 F: include/linux/clk/ti.h
9637
9638 TI FLASH MEDIA INTERFACE DRIVER
9639 M: Alex Dubov <oakad@yahoo.com>
9640 S: Maintained
9641 F: drivers/misc/tifm*
9642 F: drivers/mmc/host/tifm_sd.c
9643 F: include/linux/tifm.h
9644
9645 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9646 M: Santosh Shilimkar <ssantosh@kernel.org>
9647 L: linux-kernel@vger.kernel.org
9648 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9649 S: Maintained
9650 F: drivers/soc/ti/*
9651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9652
9653
9654 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9655 M: M R Swami Reddy <mr.swami.reddy@ti.com>
9656 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9657 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9658 S: Maintained
9659 F: sound/soc/codecs/lm49453*
9660 F: sound/soc/codecs/isabelle*
9661
9662 TI LP855x BACKLIGHT DRIVER
9663 M: Milo Kim <milo.kim@ti.com>
9664 S: Maintained
9665 F: Documentation/backlight/lp855x-driver.txt
9666 F: drivers/video/backlight/lp855x_bl.c
9667 F: include/linux/platform_data/lp855x.h
9668
9669 TI LP8727 CHARGER DRIVER
9670 M: Milo Kim <milo.kim@ti.com>
9671 S: Maintained
9672 F: drivers/power/lp8727_charger.c
9673 F: include/linux/platform_data/lp8727.h
9674
9675 TI LP8788 MFD DRIVER
9676 M: Milo Kim <milo.kim@ti.com>
9677 S: Maintained
9678 F: drivers/iio/adc/lp8788_adc.c
9679 F: drivers/leds/leds-lp8788.c
9680 F: drivers/mfd/lp8788*.c
9681 F: drivers/power/lp8788-charger.c
9682 F: drivers/regulator/lp8788-*.c
9683 F: include/linux/mfd/lp8788*.h
9684
9685 TI NETCP ETHERNET DRIVER
9686 M: Wingman Kwok <w-kwok2@ti.com>
9687 M: Murali Karicheri <m-karicheri2@ti.com>
9688 L: netdev@vger.kernel.org
9689 S: Maintained
9690 F: drivers/net/ethernet/ti/netcp*
9691
9692 TI TWL4030 SERIES SOC CODEC DRIVER
9693 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
9694 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9695 S: Maintained
9696 F: sound/soc/codecs/twl4030*
9697
9698 TI WILINK WIRELESS DRIVERS
9699 L: linux-wireless@vger.kernel.org
9700 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
9701 W: http://wireless.kernel.org/en/users/Drivers/wl1251
9702 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9703 S: Orphan
9704 F: drivers/net/wireless/ti/
9705 F: include/linux/wl12xx.h
9706
9707 TIPC NETWORK LAYER
9708 M: Jon Maloy <jon.maloy@ericsson.com>
9709 M: Allan Stephens <allan.stephens@windriver.com>
9710 L: netdev@vger.kernel.org (core kernel code)
9711 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9712 W: http://tipc.sourceforge.net/
9713 S: Maintained
9714 F: include/uapi/linux/tipc*.h
9715 F: net/tipc/
9716
9717 TILE ARCHITECTURE
9718 M: Chris Metcalf <cmetcalf@ezchip.com>
9719 W: http://www.tilera.com/scm/
9720 S: Supported
9721 F: arch/tile/
9722 F: drivers/char/tile-srom.c
9723 F: drivers/edac/tile_edac.c
9724 F: drivers/net/ethernet/tile/
9725 F: drivers/rtc/rtc-tile.c
9726 F: drivers/tty/hvc/hvc_tile.c
9727 F: drivers/tty/serial/tilegx.c
9728 F: drivers/usb/host/*-tilegx.c
9729 F: include/linux/usb/tilegx.h
9730
9731 TLAN NETWORK DRIVER
9732 M: Samuel Chessman <chessman@tux.org>
9733 L: tlan-devel@lists.sourceforge.net (subscribers-only)
9734 W: http://sourceforge.net/projects/tlan/
9735 S: Maintained
9736 F: Documentation/networking/tlan.txt
9737 F: drivers/net/ethernet/ti/tlan.*
9738
9739 TOMOYO SECURITY MODULE
9740 M: Kentaro Takeda <takedakn@nttdata.co.jp>
9741 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9742 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9743 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9744 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9745 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9746 W: http://tomoyo.sourceforge.jp/
9747 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9748 S: Maintained
9749 F: security/tomoyo/
9750
9751 TOPSTAR LAPTOP EXTRAS DRIVER
9752 M: Herton Ronaldo Krzesinski <herton@canonical.com>
9753 L: platform-driver-x86@vger.kernel.org
9754 S: Maintained
9755 F: drivers/platform/x86/topstar-laptop.c
9756
9757 TOSHIBA ACPI EXTRAS DRIVER
9758 L: platform-driver-x86@vger.kernel.org
9759 S: Orphan
9760 F: drivers/platform/x86/toshiba_acpi.c
9761
9762 TOSHIBA SMM DRIVER
9763 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
9764 L: tlinux-users@tce.toshiba-dme.co.jp
9765 W: http://www.buzzard.org.uk/toshiba/
9766 S: Maintained
9767 F: drivers/char/toshiba.c
9768 F: include/linux/toshiba.h
9769 F: include/uapi/linux/toshiba.h
9770
9771 TMIO MMC DRIVER
9772 M: Ian Molton <ian.molton@codethink.co.uk>
9773 L: linux-mmc@vger.kernel.org
9774 S: Maintained
9775 F: drivers/mmc/host/tmio_mmc*
9776 F: drivers/mmc/host/sh_mobile_sdhi.c
9777 F: include/linux/mmc/tmio.h
9778 F: include/linux/mmc/sh_mobile_sdhi.h
9779
9780 TMP401 HARDWARE MONITOR DRIVER
9781 M: Guenter Roeck <linux@roeck-us.net>
9782 L: lm-sensors@lm-sensors.org
9783 S: Maintained
9784 F: Documentation/hwmon/tmp401
9785 F: drivers/hwmon/tmp401.c
9786
9787 TMPFS (SHMEM FILESYSTEM)
9788 M: Hugh Dickins <hughd@google.com>
9789 L: linux-mm@kvack.org
9790 S: Maintained
9791 F: include/linux/shmem_fs.h
9792 F: mm/shmem.c
9793
9794 TM6000 VIDEO4LINUX DRIVER
9795 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9796 L: linux-media@vger.kernel.org
9797 W: http://linuxtv.org
9798 T: git git://linuxtv.org/media_tree.git
9799 S: Odd fixes
9800 F: drivers/media/usb/tm6000/
9801
9802 TW68 VIDEO4LINUX DRIVER
9803 M: Hans Verkuil <hverkuil@xs4all.nl>
9804 L: linux-media@vger.kernel.org
9805 T: git git://linuxtv.org/media_tree.git
9806 W: http://linuxtv.org
9807 S: Odd Fixes
9808 F: drivers/media/pci/tw68/
9809
9810 TPM DEVICE DRIVER
9811 M: Peter Huewe <peterhuewe@gmx.de>
9812 M: Ashley Lai <ashley@ashleylai.com>
9813 M: Marcel Selhorst <tpmdd@selhorst.net>
9814 W: http://tpmdd.sourceforge.net
9815 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9816 S: Maintained
9817 F: drivers/char/tpm/
9818
9819 TRACING
9820 M: Steven Rostedt <rostedt@goodmis.org>
9821 M: Ingo Molnar <mingo@redhat.com>
9822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9823 S: Maintained
9824 F: Documentation/trace/ftrace.txt
9825 F: arch/*/*/*/ftrace.h
9826 F: arch/*/kernel/ftrace.c
9827 F: include/*/ftrace.h
9828 F: include/linux/trace*.h
9829 F: include/trace/
9830 F: kernel/trace/
9831 F: tools/testing/selftests/ftrace/
9832
9833 TRIVIAL PATCHES
9834 M: Jiri Kosina <trivial@kernel.org>
9835 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9836 S: Maintained
9837 K: ^Subject:.*(?i)trivial
9838
9839 TTY LAYER
9840 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9841 M: Jiri Slaby <jslaby@suse.cz>
9842 S: Supported
9843 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9844 F: drivers/tty/
9845 F: drivers/tty/serial/serial_core.c
9846 F: include/linux/serial_core.h
9847 F: include/linux/serial.h
9848 F: include/linux/tty.h
9849 F: include/uapi/linux/serial_core.h
9850 F: include/uapi/linux/serial.h
9851 F: include/uapi/linux/tty.h
9852
9853 TUA9001 MEDIA DRIVER
9854 M: Antti Palosaari <crope@iki.fi>
9855 L: linux-media@vger.kernel.org
9856 W: http://linuxtv.org/
9857 W: http://palosaari.fi/linux/
9858 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9859 T: git git://linuxtv.org/anttip/media_tree.git
9860 S: Maintained
9861 F: drivers/media/tuners/tua9001*
9862
9863 TULIP NETWORK DRIVERS
9864 M: Grant Grundler <grundler@parisc-linux.org>
9865 L: netdev@vger.kernel.org
9866 S: Maintained
9867 F: drivers/net/ethernet/dec/tulip/
9868
9869 TUN/TAP driver
9870 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
9871 W: http://vtun.sourceforge.net/tun
9872 S: Maintained
9873 F: Documentation/networking/tuntap.txt
9874 F: arch/um/os-Linux/drivers/
9875
9876 TURBOCHANNEL SUBSYSTEM
9877 M: "Maciej W. Rozycki" <macro@linux-mips.org>
9878 M: Ralf Baechle <ralf@linux-mips.org>
9879 L: linux-mips@linux-mips.org
9880 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
9881 S: Maintained
9882 F: drivers/tc/
9883 F: include/linux/tc.h
9884
9885 U14-34F SCSI DRIVER
9886 M: Dario Ballabio <ballabio_dario@emc.com>
9887 L: linux-scsi@vger.kernel.org
9888 S: Maintained
9889 F: drivers/scsi/u14-34f.c
9890
9891 UBI FILE SYSTEM (UBIFS)
9892 M: Artem Bityutskiy <dedekind1@gmail.com>
9893 M: Adrian Hunter <adrian.hunter@intel.com>
9894 L: linux-mtd@lists.infradead.org
9895 T: git git://git.infradead.org/ubifs-2.6.git
9896 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
9897 S: Maintained
9898 F: Documentation/filesystems/ubifs.txt
9899 F: fs/ubifs/
9900
9901 UCLINUX (AND M68KNOMMU)
9902 M: Greg Ungerer <gerg@uclinux.org>
9903 W: http://www.uclinux.org/
9904 L: uclinux-dev@uclinux.org (subscribers-only)
9905 S: Maintained
9906 F: arch/m68k/*/*_no.*
9907 F: arch/m68k/include/asm/*_no.*
9908
9909 UDF FILESYSTEM
9910 M: Jan Kara <jack@suse.cz>
9911 S: Maintained
9912 F: Documentation/filesystems/udf.txt
9913 F: fs/udf/
9914
9915 UFS FILESYSTEM
9916 M: Evgeniy Dushistov <dushistov@mail.ru>
9917 S: Maintained
9918 F: Documentation/filesystems/ufs.txt
9919 F: fs/ufs/
9920
9921 UHID USERSPACE HID IO DRIVER:
9922 M: David Herrmann <dh.herrmann@googlemail.com>
9923 L: linux-input@vger.kernel.org
9924 S: Maintained
9925 F: drivers/hid/uhid.c
9926 F: include/uapi/linux/uhid.h
9927
9928 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9929 L: linux-usb@vger.kernel.org
9930 S: Orphan
9931 F: drivers/uwb/
9932 F: include/linux/uwb.h
9933 F: include/linux/uwb/
9934
9935 UNICORE32 ARCHITECTURE:
9936 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
9937 W: http://mprc.pku.edu.cn/~guanxuetao/linux
9938 S: Maintained
9939 T: git git://github.com/gxt/linux.git
9940 F: arch/unicore32/
9941
9942 UNIFDEF
9943 M: Tony Finch <dot@dotat.at>
9944 W: http://dotat.at/prog/unifdef
9945 S: Maintained
9946 F: scripts/unifdef.c
9947
9948 UNIFORM CDROM DRIVER
9949 M: Jens Axboe <axboe@kernel.dk>
9950 W: http://www.kernel.dk
9951 S: Maintained
9952 F: Documentation/cdrom/
9953 F: drivers/cdrom/cdrom.c
9954 F: include/linux/cdrom.h
9955 F: include/uapi/linux/cdrom.h
9956
9957 UNISYS S-PAR DRIVERS
9958 M: Benjamin Romer <benjamin.romer@unisys.com>
9959 M: David Kershner <david.kershner@unisys.com>
9960 L: sparmaintainer@unisys.com (Unisys internal)
9961 S: Supported
9962 F: drivers/staging/unisys/
9963
9964 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9965 M: Vinayak Holikatti <vinholikatti@gmail.com>
9966 L: linux-scsi@vger.kernel.org
9967 S: Supported
9968 F: Documentation/scsi/ufs.txt
9969 F: drivers/scsi/ufs/
9970
9971 UNSORTED BLOCK IMAGES (UBI)
9972 M: Artem Bityutskiy <dedekind1@gmail.com>
9973 W: http://www.linux-mtd.infradead.org/
9974 L: linux-mtd@lists.infradead.org
9975 T: git git://git.infradead.org/ubifs-2.6.git
9976 S: Maintained
9977 F: drivers/mtd/ubi/
9978 F: include/linux/mtd/ubi.h
9979 F: include/uapi/mtd/ubi-user.h
9980
9981 UNSORTED BLOCK IMAGES (UBI) Fastmap
9982 M: Richard Weinberger <richard@nod.at>
9983 L: linux-mtd@lists.infradead.org
9984 S: Maintained
9985 F: drivers/mtd/ubi/fastmap.c
9986
9987 USB ACM DRIVER
9988 M: Oliver Neukum <oliver@neukum.org>
9989 L: linux-usb@vger.kernel.org
9990 S: Maintained
9991 F: Documentation/usb/acm.txt
9992 F: drivers/usb/class/cdc-acm.*
9993
9994 USB AR5523 WIRELESS DRIVER
9995 M: Pontus Fuchs <pontus.fuchs@gmail.com>
9996 L: linux-wireless@vger.kernel.org
9997 S: Maintained
9998 F: drivers/net/wireless/ath/ar5523/
9999
10000 USB ATTACHED SCSI
10001 M: Hans de Goede <hdegoede@redhat.com>
10002 M: Gerd Hoffmann <kraxel@redhat.com>
10003 L: linux-usb@vger.kernel.org
10004 L: linux-scsi@vger.kernel.org
10005 S: Maintained
10006 F: drivers/usb/storage/uas.c
10007
10008 USB CDC ETHERNET DRIVER
10009 M: Oliver Neukum <oliver@neukum.org>
10010 L: linux-usb@vger.kernel.org
10011 S: Maintained
10012 F: drivers/net/usb/cdc_*.c
10013 F: include/uapi/linux/usb/cdc.h
10014
10015 USB CYPRESS C67X00 DRIVER
10016 M: Peter Korsgaard <jacmet@sunsite.dk>
10017 L: linux-usb@vger.kernel.org
10018 S: Maintained
10019 F: drivers/usb/c67x00/
10020
10021 USB DAVICOM DM9601 DRIVER
10022 M: Peter Korsgaard <jacmet@sunsite.dk>
10023 L: netdev@vger.kernel.org
10024 W: http://www.linux-usb.org/usbnet
10025 S: Maintained
10026 F: drivers/net/usb/dm9601.c
10027
10028 USB DIAMOND RIO500 DRIVER
10029 M: Cesar Miquel <miquel@df.uba.ar>
10030 L: rio500-users@lists.sourceforge.net
10031 W: http://rio500.sourceforge.net
10032 S: Maintained
10033 F: drivers/usb/misc/rio500*
10034
10035 USB EHCI DRIVER
10036 M: Alan Stern <stern@rowland.harvard.edu>
10037 L: linux-usb@vger.kernel.org
10038 S: Maintained
10039 F: Documentation/usb/ehci.txt
10040 F: drivers/usb/host/ehci*
10041
10042 USB GADGET/PERIPHERAL SUBSYSTEM
10043 M: Felipe Balbi <balbi@ti.com>
10044 L: linux-usb@vger.kernel.org
10045 W: http://www.linux-usb.org/gadget
10046 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10047 S: Maintained
10048 F: drivers/usb/gadget/
10049 F: include/linux/usb/gadget*
10050
10051 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10052 M: Jiri Kosina <jkosina@suse.cz>
10053 L: linux-usb@vger.kernel.org
10054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10055 S: Maintained
10056 F: Documentation/hid/hiddev.txt
10057 F: drivers/hid/usbhid/
10058
10059 USB ISP116X DRIVER
10060 M: Olav Kongas <ok@artecdesign.ee>
10061 L: linux-usb@vger.kernel.org
10062 S: Maintained
10063 F: drivers/usb/host/isp116x*
10064 F: include/linux/usb/isp116x.h
10065
10066 USB MASS STORAGE DRIVER
10067 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10068 L: linux-usb@vger.kernel.org
10069 L: usb-storage@lists.one-eyed-alien.net
10070 S: Maintained
10071 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
10072 F: drivers/usb/storage/
10073
10074 USB MIDI DRIVER
10075 M: Clemens Ladisch <clemens@ladisch.de>
10076 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10077 T: git git://git.alsa-project.org/alsa-kernel.git
10078 S: Maintained
10079 F: sound/usb/midi.*
10080
10081 USB NETWORKING DRIVERS
10082 L: linux-usb@vger.kernel.org
10083 S: Odd Fixes
10084 F: drivers/net/usb/
10085
10086 USB OHCI DRIVER
10087 M: Alan Stern <stern@rowland.harvard.edu>
10088 L: linux-usb@vger.kernel.org
10089 S: Maintained
10090 F: Documentation/usb/ohci.txt
10091 F: drivers/usb/host/ohci*
10092
10093 USB OVER IP DRIVER
10094 M: Valentina Manea <valentina.manea.m@gmail.com>
10095 M: Shuah Khan <shuah.kh@samsung.com>
10096 L: linux-usb@vger.kernel.org
10097 S: Maintained
10098 F: drivers/usb/usbip/
10099 F: tools/usb/usbip/
10100
10101 USB PEGASUS DRIVER
10102 M: Petko Manolov <petkan@nucleusys.com>
10103 L: linux-usb@vger.kernel.org
10104 L: netdev@vger.kernel.org
10105 T: git git://github.com/petkan/pegasus.git
10106 W: https://github.com/petkan/pegasus
10107 S: Maintained
10108 F: drivers/net/usb/pegasus.*
10109
10110 USB PHY LAYER
10111 M: Felipe Balbi <balbi@ti.com>
10112 L: linux-usb@vger.kernel.org
10113 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10114 S: Maintained
10115 F: drivers/usb/phy/
10116
10117 USB PRINTER DRIVER (usblp)
10118 M: Pete Zaitcev <zaitcev@redhat.com>
10119 L: linux-usb@vger.kernel.org
10120 S: Supported
10121 F: drivers/usb/class/usblp.c
10122
10123 USB RTL8150 DRIVER
10124 M: Petko Manolov <petkan@nucleusys.com>
10125 L: linux-usb@vger.kernel.org
10126 L: netdev@vger.kernel.org
10127 T: git git://github.com/petkan/rtl8150.git
10128 W: https://github.com/petkan/rtl8150
10129 S: Maintained
10130 F: drivers/net/usb/rtl8150.c
10131
10132 USB SERIAL SUBSYSTEM
10133 M: Johan Hovold <johan@kernel.org>
10134 L: linux-usb@vger.kernel.org
10135 S: Maintained
10136 F: Documentation/usb/usb-serial.txt
10137 F: drivers/usb/serial/
10138 F: include/linux/usb/serial.h
10139
10140 USB SMSC75XX ETHERNET DRIVER
10141 M: Steve Glendinning <steve.glendinning@shawell.net>
10142 L: netdev@vger.kernel.org
10143 S: Maintained
10144 F: drivers/net/usb/smsc75xx.*
10145
10146 USB SMSC95XX ETHERNET DRIVER
10147 M: Steve Glendinning <steve.glendinning@shawell.net>
10148 L: netdev@vger.kernel.org
10149 S: Maintained
10150 F: drivers/net/usb/smsc95xx.*
10151
10152 USB SUBSYSTEM
10153 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10154 L: linux-usb@vger.kernel.org
10155 W: http://www.linux-usb.org
10156 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10157 S: Supported
10158 F: Documentation/usb/
10159 F: drivers/usb/
10160 F: include/linux/usb.h
10161 F: include/linux/usb/
10162
10163 USB UHCI DRIVER
10164 M: Alan Stern <stern@rowland.harvard.edu>
10165 L: linux-usb@vger.kernel.org
10166 S: Maintained
10167 F: drivers/usb/host/uhci*
10168
10169 USB "USBNET" DRIVER FRAMEWORK
10170 M: Oliver Neukum <oneukum@suse.de>
10171 L: netdev@vger.kernel.org
10172 W: http://www.linux-usb.org/usbnet
10173 S: Maintained
10174 F: drivers/net/usb/usbnet.c
10175 F: include/linux/usb/usbnet.h
10176
10177 USB VIDEO CLASS
10178 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10179 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10180 L: linux-media@vger.kernel.org
10181 T: git git://linuxtv.org/media_tree.git
10182 W: http://www.ideasonboard.org/uvc/
10183 S: Maintained
10184 F: drivers/media/usb/uvc/
10185 F: include/uapi/linux/uvcvideo.h
10186
10187 USB VISION DRIVER
10188 M: Hans Verkuil <hverkuil@xs4all.nl>
10189 L: linux-media@vger.kernel.org
10190 T: git git://linuxtv.org/media_tree.git
10191 W: http://linuxtv.org
10192 S: Odd Fixes
10193 F: drivers/media/usb/usbvision/
10194
10195 USB WEBCAM GADGET
10196 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10197 L: linux-usb@vger.kernel.org
10198 S: Maintained
10199 F: drivers/usb/gadget/function/*uvc*
10200 F: drivers/usb/gadget/legacy/webcam.c
10201
10202 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10203 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
10204 L: linux-wireless@vger.kernel.org
10205 S: Maintained
10206 F: drivers/net/wireless/rndis_wlan.c
10207
10208 USB XHCI DRIVER
10209 M: Mathias Nyman <mathias.nyman@intel.com>
10210 L: linux-usb@vger.kernel.org
10211 S: Supported
10212 F: drivers/usb/host/xhci*
10213 F: drivers/usb/host/pci-quirks*
10214
10215 USB ZD1201 DRIVER
10216 L: linux-wireless@vger.kernel.org
10217 W: http://linux-lc100020.sourceforge.net
10218 S: Orphan
10219 F: drivers/net/wireless/zd1201.*
10220
10221 USB ZR364XX DRIVER
10222 M: Antoine Jacquet <royale@zerezo.com>
10223 L: linux-usb@vger.kernel.org
10224 L: linux-media@vger.kernel.org
10225 T: git git://linuxtv.org/media_tree.git
10226 W: http://royale.zerezo.com/zr364xx/
10227 S: Maintained
10228 F: Documentation/video4linux/zr364xx.txt
10229 F: drivers/media/usb/zr364xx/
10230
10231 USER-MODE LINUX (UML)
10232 M: Jeff Dike <jdike@addtoit.com>
10233 M: Richard Weinberger <richard@nod.at>
10234 L: user-mode-linux-devel@lists.sourceforge.net
10235 L: user-mode-linux-user@lists.sourceforge.net
10236 W: http://user-mode-linux.sourceforge.net
10237 S: Maintained
10238 F: Documentation/virtual/uml/
10239 F: arch/um/
10240 F: arch/x86/um/
10241 F: fs/hostfs/
10242 F: fs/hppfs/
10243
10244 USERSPACE I/O (UIO)
10245 M: "Hans J. Koch" <hjk@hansjkoch.de>
10246 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10247 S: Maintained
10248 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10249 F: Documentation/DocBook/uio-howto.tmpl
10250 F: drivers/uio/
10251 F: include/linux/uio*.h
10252
10253 UTIL-LINUX PACKAGE
10254 M: Karel Zak <kzak@redhat.com>
10255 L: util-linux@vger.kernel.org
10256 W: http://en.wikipedia.org/wiki/Util-linux
10257 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10258 S: Maintained
10259
10260 UVESAFB DRIVER
10261 M: Michal Januszewski <spock@gentoo.org>
10262 L: linux-fbdev@vger.kernel.org
10263 W: http://dev.gentoo.org/~spock/projects/uvesafb/
10264 S: Maintained
10265 F: Documentation/fb/uvesafb.txt
10266 F: drivers/video/fbdev/uvesafb.*
10267
10268 VFAT/FAT/MSDOS FILESYSTEM
10269 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10270 S: Maintained
10271 F: Documentation/filesystems/vfat.txt
10272 F: fs/fat/
10273
10274 VFIO DRIVER
10275 M: Alex Williamson <alex.williamson@redhat.com>
10276 L: kvm@vger.kernel.org
10277 S: Maintained
10278 F: Documentation/vfio.txt
10279 F: drivers/vfio/
10280 F: include/linux/vfio.h
10281 F: include/uapi/linux/vfio.h
10282
10283 VIDEOBUF2 FRAMEWORK
10284 M: Pawel Osciak <pawel@osciak.com>
10285 M: Marek Szyprowski <m.szyprowski@samsung.com>
10286 M: Kyungmin Park <kyungmin.park@samsung.com>
10287 L: linux-media@vger.kernel.org
10288 S: Maintained
10289 F: drivers/media/v4l2-core/videobuf2-*
10290 F: include/media/videobuf2-*
10291
10292 VIRTIO CONSOLE DRIVER
10293 M: Amit Shah <amit.shah@redhat.com>
10294 L: virtualization@lists.linux-foundation.org
10295 S: Maintained
10296 F: drivers/char/virtio_console.c
10297 F: include/linux/virtio_console.h
10298 F: include/uapi/linux/virtio_console.h
10299
10300 VIRTIO CORE, NET AND BLOCK DRIVERS
10301 M: Rusty Russell <rusty@rustcorp.com.au>
10302 M: "Michael S. Tsirkin" <mst@redhat.com>
10303 L: virtualization@lists.linux-foundation.org
10304 S: Maintained
10305 F: drivers/virtio/
10306 F: tools/virtio/
10307 F: drivers/net/virtio_net.c
10308 F: drivers/block/virtio_blk.c
10309 F: include/linux/virtio_*.h
10310 F: include/uapi/linux/virtio_*.h
10311
10312 VIRTIO HOST (VHOST)
10313 M: "Michael S. Tsirkin" <mst@redhat.com>
10314 L: kvm@vger.kernel.org
10315 L: virtualization@lists.linux-foundation.org
10316 L: netdev@vger.kernel.org
10317 S: Maintained
10318 F: drivers/vhost/
10319 F: include/uapi/linux/vhost.h
10320
10321 VIA RHINE NETWORK DRIVER
10322 M: Roger Luethi <rl@hellgate.ch>
10323 S: Maintained
10324 F: drivers/net/ethernet/via/via-rhine.c
10325
10326 VIA SD/MMC CARD CONTROLLER DRIVER
10327 M: Bruce Chang <brucechang@via.com.tw>
10328 M: Harald Welte <HaraldWelte@viatech.com>
10329 S: Maintained
10330 F: drivers/mmc/host/via-sdmmc.c
10331
10332 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10333 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10334 L: linux-fbdev@vger.kernel.org
10335 S: Maintained
10336 F: include/linux/via-core.h
10337 F: include/linux/via-gpio.h
10338 F: include/linux/via_i2c.h
10339 F: drivers/video/fbdev/via/
10340
10341 VIA VELOCITY NETWORK DRIVER
10342 M: Francois Romieu <romieu@fr.zoreil.com>
10343 L: netdev@vger.kernel.org
10344 S: Maintained
10345 F: drivers/net/ethernet/via/via-velocity.*
10346
10347 VIVID VIRTUAL VIDEO DRIVER
10348 M: Hans Verkuil <hverkuil@xs4all.nl>
10349 L: linux-media@vger.kernel.org
10350 T: git git://linuxtv.org/media_tree.git
10351 W: http://linuxtv.org
10352 S: Maintained
10353 F: drivers/media/platform/vivid/*
10354
10355 VLAN (802.1Q)
10356 M: Patrick McHardy <kaber@trash.net>
10357 L: netdev@vger.kernel.org
10358 S: Maintained
10359 F: drivers/net/macvlan.c
10360 F: include/linux/if_*vlan.h
10361 F: net/8021q/
10362
10363 VLYNQ BUS
10364 M: Florian Fainelli <florian@openwrt.org>
10365 L: openwrt-devel@lists.openwrt.org (subscribers-only)
10366 S: Maintained
10367 F: drivers/vlynq/vlynq.c
10368 F: include/linux/vlynq.h
10369
10370 VME SUBSYSTEM
10371 M: Martyn Welch <martyn.welch@ge.com>
10372 M: Manohar Vanga <manohar.vanga@gmail.com>
10373 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10374 L: devel@driverdev.osuosl.org
10375 S: Maintained
10376 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10377 F: Documentation/vme_api.txt
10378 F: drivers/staging/vme/
10379 F: drivers/vme/
10380 F: include/linux/vme*
10381
10382 VMWARE HYPERVISOR INTERFACE
10383 M: Alok Kataria <akataria@vmware.com>
10384 L: virtualization@lists.linux-foundation.org
10385 S: Supported
10386 F: arch/x86/kernel/cpu/vmware.c
10387
10388 VMWARE BALLOON DRIVER
10389 M: Xavier Deguillard <xdeguillard@vmware.com>
10390 M: Philip Moltmann <moltmann@vmware.com>
10391 M: "VMware, Inc." <pv-drivers@vmware.com>
10392 L: linux-kernel@vger.kernel.org
10393 S: Maintained
10394 F: drivers/misc/vmw_balloon.c
10395
10396 VMWARE VMXNET3 ETHERNET DRIVER
10397 M: Shreyas Bhatewara <sbhatewara@vmware.com>
10398 M: "VMware, Inc." <pv-drivers@vmware.com>
10399 L: netdev@vger.kernel.org
10400 S: Maintained
10401 F: drivers/net/vmxnet3/
10402
10403 VMware PVSCSI driver
10404 M: Arvind Kumar <arvindkumar@vmware.com>
10405 M: VMware PV-Drivers <pv-drivers@vmware.com>
10406 L: linux-scsi@vger.kernel.org
10407 S: Maintained
10408 F: drivers/scsi/vmw_pvscsi.c
10409 F: drivers/scsi/vmw_pvscsi.h
10410
10411 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10412 M: Liam Girdwood <lgirdwood@gmail.com>
10413 M: Mark Brown <broonie@kernel.org>
10414 L: linux-kernel@vger.kernel.org
10415 W: http://opensource.wolfsonmicro.com/node/15
10416 W: http://www.slimlogic.co.uk/?p=48
10417 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10418 S: Supported
10419 F: drivers/regulator/
10420 F: include/linux/regulator/
10421
10422 VT1211 HARDWARE MONITOR DRIVER
10423 M: Juerg Haefliger <juergh@gmail.com>
10424 L: lm-sensors@lm-sensors.org
10425 S: Maintained
10426 F: Documentation/hwmon/vt1211
10427 F: drivers/hwmon/vt1211.c
10428
10429 VT8231 HARDWARE MONITOR DRIVER
10430 M: Roger Lucas <vt8231@hiddenengine.co.uk>
10431 L: lm-sensors@lm-sensors.org
10432 S: Maintained
10433 F: drivers/hwmon/vt8231.c
10434
10435 VUB300 USB to SDIO/SD/MMC bridge chip
10436 M: Tony Olech <tony.olech@elandigitalsystems.com>
10437 L: linux-mmc@vger.kernel.org
10438 L: linux-usb@vger.kernel.org
10439 S: Supported
10440 F: drivers/mmc/host/vub300.c
10441
10442 W1 DALLAS'S 1-WIRE BUS
10443 M: Evgeniy Polyakov <zbr@ioremap.net>
10444 S: Maintained
10445 F: Documentation/w1/
10446 F: drivers/w1/
10447
10448 W83791D HARDWARE MONITORING DRIVER
10449 M: Marc Hulsman <m.hulsman@tudelft.nl>
10450 L: lm-sensors@lm-sensors.org
10451 S: Maintained
10452 F: Documentation/hwmon/w83791d
10453 F: drivers/hwmon/w83791d.c
10454
10455 W83793 HARDWARE MONITORING DRIVER
10456 M: Rudolf Marek <r.marek@assembler.cz>
10457 L: lm-sensors@lm-sensors.org
10458 S: Maintained
10459 F: Documentation/hwmon/w83793
10460 F: drivers/hwmon/w83793.c
10461
10462 W83795 HARDWARE MONITORING DRIVER
10463 M: Jean Delvare <jdelvare@suse.de>
10464 L: lm-sensors@lm-sensors.org
10465 S: Maintained
10466 F: drivers/hwmon/w83795.c
10467
10468 W83L51xD SD/MMC CARD INTERFACE DRIVER
10469 M: Pierre Ossman <pierre@ossman.eu>
10470 S: Maintained
10471 F: drivers/mmc/host/wbsd.*
10472
10473 WACOM PROTOCOL 4 SERIAL TABLETS
10474 M: Julian Squires <julian@cipht.net>
10475 M: Hans de Goede <hdegoede@redhat.com>
10476 L: linux-input@vger.kernel.org
10477 S: Maintained
10478 F: drivers/input/tablet/wacom_serial4.c
10479
10480 WATCHDOG DEVICE DRIVERS
10481 M: Wim Van Sebroeck <wim@iguana.be>
10482 L: linux-watchdog@vger.kernel.org
10483 W: http://www.linux-watchdog.org/
10484 T: git git://www.linux-watchdog.org/linux-watchdog.git
10485 S: Maintained
10486 F: Documentation/watchdog/
10487 F: drivers/watchdog/
10488 F: include/linux/watchdog.h
10489 F: include/uapi/linux/watchdog.h
10490
10491 WD7000 SCSI DRIVER
10492 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
10493 L: linux-scsi@vger.kernel.org
10494 S: Maintained
10495 F: drivers/scsi/wd7000.c
10496
10497 WIIMOTE HID DRIVER
10498 M: David Herrmann <dh.herrmann@googlemail.com>
10499 L: linux-input@vger.kernel.org
10500 S: Maintained
10501 F: drivers/hid/hid-wiimote*
10502
10503 WINBOND CIR DRIVER
10504 M: David Härdeman <david@hardeman.nu>
10505 S: Maintained
10506 F: drivers/media/rc/winbond-cir.c
10507
10508 WIMAX STACK
10509 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10510 M: linux-wimax@intel.com
10511 L: wimax@linuxwimax.org (subscribers-only)
10512 S: Supported
10513 W: http://linuxwimax.org
10514 F: Documentation/wimax/README.wimax
10515 F: include/linux/wimax/debug.h
10516 F: include/net/wimax.h
10517 F: include/uapi/linux/wimax.h
10518 F: net/wimax/
10519
10520 WISTRON LAPTOP BUTTON DRIVER
10521 M: Miloslav Trmac <mitr@volny.cz>
10522 S: Maintained
10523 F: drivers/input/misc/wistron_btns.c
10524
10525 WL3501 WIRELESS PCMCIA CARD DRIVER
10526 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10527 L: linux-wireless@vger.kernel.org
10528 W: http://oops.ghostprotocols.net:81/blog
10529 S: Maintained
10530 F: drivers/net/wireless/wl3501*
10531
10532 WM97XX TOUCHSCREEN DRIVERS
10533 M: Mark Brown <broonie@kernel.org>
10534 M: Liam Girdwood <lrg@slimlogic.co.uk>
10535 L: linux-input@vger.kernel.org
10536 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
10537 W: http://opensource.wolfsonmicro.com/node/7
10538 S: Supported
10539 F: drivers/input/touchscreen/*wm97*
10540 F: include/linux/wm97xx.h
10541
10542 WOLFSON MICROELECTRONICS DRIVERS
10543 L: patches@opensource.wolfsonmicro.com
10544 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10545 T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10546 W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10547 S: Supported
10548 F: Documentation/hwmon/wm83??
10549 F: arch/arm/mach-s3c64xx/mach-crag6410*
10550 F: drivers/clk/clk-wm83*.c
10551 F: drivers/extcon/extcon-arizona.c
10552 F: drivers/leds/leds-wm83*.c
10553 F: drivers/gpio/gpio-*wm*.c
10554 F: drivers/gpio/gpio-arizona.c
10555 F: drivers/hwmon/wm83??-hwmon.c
10556 F: drivers/input/misc/wm831x-on.c
10557 F: drivers/input/touchscreen/wm831x-ts.c
10558 F: drivers/input/touchscreen/wm97*.c
10559 F: drivers/mfd/arizona*
10560 F: drivers/mfd/wm*.c
10561 F: drivers/power/wm83*.c
10562 F: drivers/rtc/rtc-wm83*.c
10563 F: drivers/regulator/wm8*.c
10564 F: drivers/video/backlight/wm83*_bl.c
10565 F: drivers/watchdog/wm83*_wdt.c
10566 F: include/linux/mfd/arizona/
10567 F: include/linux/mfd/wm831x/
10568 F: include/linux/mfd/wm8350/
10569 F: include/linux/mfd/wm8400*
10570 F: include/linux/wm97xx.h
10571 F: include/sound/wm????.h
10572 F: sound/soc/codecs/arizona.?
10573 F: sound/soc/codecs/wm*
10574
10575 WORKQUEUE
10576 M: Tejun Heo <tj@kernel.org>
10577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10578 S: Maintained
10579 F: include/linux/workqueue.h
10580 F: kernel/workqueue.c
10581 F: Documentation/workqueue.txt
10582
10583 X.25 NETWORK LAYER
10584 M: Andrew Hendry <andrew.hendry@gmail.com>
10585 L: linux-x25@vger.kernel.org
10586 S: Odd Fixes
10587 F: Documentation/networking/x25*
10588 F: include/net/x25*
10589 F: net/x25/
10590
10591 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10592 M: Thomas Gleixner <tglx@linutronix.de>
10593 M: Ingo Molnar <mingo@redhat.com>
10594 M: "H. Peter Anvin" <hpa@zytor.com>
10595 M: x86@kernel.org
10596 L: linux-kernel@vger.kernel.org
10597 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10598 S: Maintained
10599 F: Documentation/x86/
10600 F: arch/x86/
10601
10602 X86 PLATFORM DRIVERS
10603 M: Darren Hart <dvhart@infradead.org>
10604 L: platform-driver-x86@vger.kernel.org
10605 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10606 S: Maintained
10607 F: drivers/platform/x86/
10608
10609 X86 MCE INFRASTRUCTURE
10610 M: Tony Luck <tony.luck@intel.com>
10611 M: Borislav Petkov <bp@alien8.de>
10612 L: linux-edac@vger.kernel.org
10613 S: Maintained
10614 F: arch/x86/kernel/cpu/mcheck/*
10615
10616 X86 VDSO
10617 M: Andy Lutomirski <luto@amacapital.net>
10618 L: linux-kernel@vger.kernel.org
10619 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10620 S: Maintained
10621 F: arch/x86/vdso/
10622
10623 XC2028/3028 TUNER DRIVER
10624 M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10625 L: linux-media@vger.kernel.org
10626 W: http://linuxtv.org
10627 T: git git://linuxtv.org/media_tree.git
10628 S: Maintained
10629 F: drivers/media/tuners/tuner-xc2028.*
10630
10631 XEN HYPERVISOR INTERFACE
10632 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10633 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
10634 M: David Vrabel <david.vrabel@citrix.com>
10635 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10636 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10637 S: Supported
10638 F: arch/x86/xen/
10639 F: drivers/*/xen-*front.c
10640 F: drivers/xen/
10641 F: arch/x86/include/asm/xen/
10642 F: include/xen/
10643 F: include/uapi/xen/
10644
10645 XEN HYPERVISOR ARM
10646 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10647 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10648 S: Supported
10649 F: arch/arm/xen/
10650 F: arch/arm/include/asm/xen/
10651
10652 XEN HYPERVISOR ARM64
10653 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10654 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10655 S: Supported
10656 F: arch/arm64/xen/
10657 F: arch/arm64/include/asm/xen/
10658
10659 XEN NETWORK BACKEND DRIVER
10660 M: Ian Campbell <ian.campbell@citrix.com>
10661 M: Wei Liu <wei.liu2@citrix.com>
10662 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10663 L: netdev@vger.kernel.org
10664 S: Supported
10665 F: drivers/net/xen-netback/*
10666
10667 XEN PCI SUBSYSTEM
10668 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10669 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10670 S: Supported
10671 F: arch/x86/pci/*xen*
10672 F: drivers/pci/*xen*
10673
10674 XEN BLOCK SUBSYSTEM
10675 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10676 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10677 S: Supported
10678 F: drivers/block/xen-blkback/*
10679 F: drivers/block/xen*
10680
10681 XEN PVSCSI DRIVERS
10682 M: Juergen Gross <jgross@suse.com>
10683 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10684 L: linux-scsi@vger.kernel.org
10685 S: Supported
10686 F: drivers/scsi/xen-scsifront.c
10687 F: drivers/xen/xen-scsiback.c
10688 F: include/xen/interface/io/vscsiif.h
10689
10690 XEN SWIOTLB SUBSYSTEM
10691 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10692 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
10693 S: Supported
10694 F: arch/x86/xen/*swiotlb*
10695 F: drivers/xen/*swiotlb*
10696
10697 XFS FILESYSTEM
10698 P: Silicon Graphics Inc
10699 M: Dave Chinner <david@fromorbit.com>
10700 M: xfs@oss.sgi.com
10701 L: xfs@oss.sgi.com
10702 W: http://oss.sgi.com/projects/xfs
10703 T: git git://oss.sgi.com/xfs/xfs.git
10704 S: Supported
10705 F: Documentation/filesystems/xfs.txt
10706 F: fs/xfs/
10707
10708 XILINX AXI ETHERNET DRIVER
10709 M: Anirudha Sarangi <anirudh@xilinx.com>
10710 M: John Linn <John.Linn@xilinx.com>
10711 S: Maintained
10712 F: drivers/net/ethernet/xilinx/xilinx_axienet*
10713
10714 XILINX UARTLITE SERIAL DRIVER
10715 M: Peter Korsgaard <jacmet@sunsite.dk>
10716 L: linux-serial@vger.kernel.org
10717 S: Maintained
10718 F: drivers/tty/serial/uartlite.c
10719
10720 XILLYBUS DRIVER
10721 M: Eli Billauer <eli.billauer@gmail.com>
10722 L: linux-kernel@vger.kernel.org
10723 S: Supported
10724 F: drivers/char/xillybus/
10725
10726 XTENSA XTFPGA PLATFORM SUPPORT
10727 M: Max Filippov <jcmvbkbc@gmail.com>
10728 L: linux-xtensa@linux-xtensa.org
10729 S: Maintained
10730 F: drivers/spi/spi-xtensa-xtfpga.c
10731 F: sound/soc/xtensa/xtfpga-i2s.c
10732
10733 YAM DRIVER FOR AX.25
10734 M: Jean-Paul Roubelat <jpr@f6fbb.org>
10735 L: linux-hams@vger.kernel.org
10736 S: Maintained
10737 F: drivers/net/hamradio/yam*
10738 F: include/linux/yam.h
10739
10740 YEALINK PHONE DRIVER
10741 M: Henk Vergonet <Henk.Vergonet@gmail.com>
10742 L: usbb2k-api-dev@nongnu.org
10743 S: Maintained
10744 F: Documentation/input/yealink.txt
10745 F: drivers/input/misc/yealink.*
10746
10747 Z8530 DRIVER FOR AX.25
10748 M: Joerg Reuter <jreuter@yaina.de>
10749 W: http://yaina.de/jreuter/
10750 W: http://www.qsl.net/dl1bke/
10751 L: linux-hams@vger.kernel.org
10752 S: Maintained
10753 F: Documentation/networking/z8530drv.txt
10754 F: drivers/net/hamradio/*scc.c
10755 F: drivers/net/hamradio/z8530.h
10756
10757 ZBUD COMPRESSED PAGE ALLOCATOR
10758 M: Seth Jennings <sjennings@variantweb.net>
10759 L: linux-mm@kvack.org
10760 S: Maintained
10761 F: mm/zbud.c
10762 F: include/linux/zbud.h
10763
10764 ZD1211RW WIRELESS DRIVER
10765 M: Daniel Drake <dsd@gentoo.org>
10766 M: Ulrich Kunitz <kune@deine-taler.de>
10767 W: http://zd1211.ath.cx/wiki/DriverRewrite
10768 L: linux-wireless@vger.kernel.org
10769 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
10770 S: Maintained
10771 F: drivers/net/wireless/zd1211rw/
10772
10773 ZR36067 VIDEO FOR LINUX DRIVER
10774 L: mjpeg-users@lists.sourceforge.net
10775 L: linux-media@vger.kernel.org
10776 W: http://mjpeg.sourceforge.net/driver-zoran/
10777 T: hg http://linuxtv.org/hg/v4l-dvb
10778 S: Odd Fixes
10779 F: drivers/media/pci/zoran/
10780
10781 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10782 M: Minchan Kim <minchan@kernel.org>
10783 M: Nitin Gupta <ngupta@vflare.org>
10784 L: linux-kernel@vger.kernel.org
10785 S: Maintained
10786 F: drivers/block/zram/
10787 F: Documentation/blockdev/zram.txt
10788
10789 ZS DECSTATION Z85C30 SERIAL DRIVER
10790 M: "Maciej W. Rozycki" <macro@linux-mips.org>
10791 S: Maintained
10792 F: drivers/tty/serial/zs.*
10793
10794 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10795 M: Minchan Kim <minchan@kernel.org>
10796 M: Nitin Gupta <ngupta@vflare.org>
10797 L: linux-mm@kvack.org
10798 S: Maintained
10799 F: mm/zsmalloc.c
10800 F: include/linux/zsmalloc.h
10801
10802 ZSWAP COMPRESSED SWAP CACHING
10803 M: Seth Jennings <sjennings@variantweb.net>
10804 L: linux-mm@kvack.org
10805 S: Maintained
10806 F: mm/zswap.c
10807
10808 THE REST
10809 M: Linus Torvalds <torvalds@linux-foundation.org>
10810 L: linux-kernel@vger.kernel.org
10811 Q: http://patchwork.kernel.org/project/LKML/list/
10812 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10813 S: Buried alive in reporters
10814 F: *
10815 F: */
This page took 0.253291 seconds and 5 git commands to generate.