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