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