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