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