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