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