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