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