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