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