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