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