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