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