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