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