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