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