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