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