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