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