]> git.karo-electronics.de Git - karo-tx-linux.git/blob - MAINTAINERS
mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone()
[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 L:      linux-gpio@vger.kernel.org
3583 T:      git git://git.secretlab.ca/git/linux-2.6.git
3584 F:      Documentation/gpio.txt
3585 F:      drivers/gpio/
3586 F:      include/linux/gpio*
3587 F:      include/asm-generic/gpio.h
3588
3589 GRE DEMULTIPLEXER DRIVER
3590 M:      Dmitry Kozlov <xeb@mail.ru>
3591 L:      netdev@vger.kernel.org
3592 S:      Maintained
3593 F:      net/ipv4/gre.c
3594 F:      include/net/gre.h
3595
3596 GRETH 10/100/1G Ethernet MAC device driver
3597 M:      Kristoffer Glembo <kristoffer@gaisler.com>
3598 L:      netdev@vger.kernel.org
3599 S:      Maintained
3600 F:      drivers/net/ethernet/aeroflex/
3601
3602 GSPCA FINEPIX SUBDRIVER
3603 M:      Frank Zago <frank@zago.net>
3604 L:      linux-media@vger.kernel.org
3605 T:      git git://linuxtv.org/media_tree.git
3606 S:      Maintained
3607 F:      drivers/media/usb/gspca/finepix.c
3608
3609 GSPCA GL860 SUBDRIVER
3610 M:      Olivier Lorin <o.lorin@laposte.net>
3611 L:      linux-media@vger.kernel.org
3612 T:      git git://linuxtv.org/media_tree.git
3613 S:      Maintained
3614 F:      drivers/media/usb/gspca/gl860/
3615
3616 GSPCA M5602 SUBDRIVER
3617 M:      Erik Andren <erik.andren@gmail.com>
3618 L:      linux-media@vger.kernel.org
3619 T:      git git://linuxtv.org/media_tree.git
3620 S:      Maintained
3621 F:      drivers/media/usb/gspca/m5602/
3622
3623 GSPCA PAC207 SONIXB SUBDRIVER
3624 M:      Hans de Goede <hdegoede@redhat.com>
3625 L:      linux-media@vger.kernel.org
3626 T:      git git://linuxtv.org/media_tree.git
3627 S:      Maintained
3628 F:      drivers/media/usb/gspca/pac207.c
3629
3630 GSPCA SN9C20X SUBDRIVER
3631 M:      Brian Johnson <brijohn@gmail.com>
3632 L:      linux-media@vger.kernel.org
3633 T:      git git://linuxtv.org/media_tree.git
3634 S:      Maintained
3635 F:      drivers/media/usb/gspca/sn9c20x.c
3636
3637 GSPCA T613 SUBDRIVER
3638 M:      Leandro Costantino <lcostantino@gmail.com>
3639 L:      linux-media@vger.kernel.org
3640 T:      git git://linuxtv.org/media_tree.git
3641 S:      Maintained
3642 F:      drivers/media/usb/gspca/t613.c
3643
3644 GSPCA USB WEBCAM DRIVER
3645 M:      Hans de Goede <hdegoede@redhat.com>
3646 L:      linux-media@vger.kernel.org
3647 T:      git git://linuxtv.org/media_tree.git
3648 S:      Maintained
3649 F:      drivers/media/usb/gspca/
3650
3651 STK1160 USB VIDEO CAPTURE DRIVER
3652 M:      Ezequiel Garcia <elezegarcia@gmail.com>
3653 L:      linux-media@vger.kernel.org
3654 T:      git git://linuxtv.org/media_tree.git
3655 S:      Maintained
3656 F:      drivers/media/usb/stk1160/
3657
3658 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3659 M:      Frank Seidel <frank@f-seidel.de>
3660 L:      platform-driver-x86@vger.kernel.org
3661 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3662 S:      Maintained
3663 F:      drivers/platform/x86/hdaps.c
3664
3665 HDPVR USB VIDEO ENCODER DRIVER
3666 M:      Hans Verkuil <hverkuil@xs4all.nl>
3667 L:      linux-media@vger.kernel.org
3668 T:      git git://linuxtv.org/media_tree.git
3669 W:      http://linuxtv.org
3670 S:      Odd Fixes
3671 F:      drivers/media/usb/hdpvr
3672
3673 HWPOISON MEMORY FAILURE HANDLING
3674 M:      Andi Kleen <andi@firstfloor.org>
3675 L:      linux-mm@kvack.org
3676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3677 S:      Maintained
3678 F:      mm/memory-failure.c
3679 F:      mm/hwpoison-inject.c
3680
3681 HYPERVISOR VIRTUAL CONSOLE DRIVER
3682 L:      linuxppc-dev@lists.ozlabs.org
3683 S:      Odd Fixes
3684 F:      drivers/tty/hvc/
3685
3686 HARDWARE MONITORING
3687 M:      Jean Delvare <khali@linux-fr.org>
3688 M:      Guenter Roeck <linux@roeck-us.net>
3689 L:      lm-sensors@lm-sensors.org
3690 W:      http://www.lm-sensors.org/
3691 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3693 S:      Maintained
3694 F:      Documentation/hwmon/
3695 F:      drivers/hwmon/
3696 F:      include/linux/hwmon*.h
3697
3698 HARDWARE RANDOM NUMBER GENERATOR CORE
3699 M:      Matt Mackall <mpm@selenic.com>
3700 M:      Herbert Xu <herbert@gondor.apana.org.au>
3701 S:      Odd fixes
3702 F:      Documentation/hw_random.txt
3703 F:      drivers/char/hw_random/
3704 F:      include/linux/hw_random.h
3705
3706 HARDWARE SPINLOCK CORE
3707 M:      Ohad Ben-Cohen <ohad@wizery.com>
3708 S:      Maintained
3709 F:      Documentation/hwspinlock.txt
3710 F:      drivers/hwspinlock/hwspinlock_*
3711 F:      include/linux/hwspinlock.h
3712
3713 HARMONY SOUND DRIVER
3714 L:      linux-parisc@vger.kernel.org
3715 S:      Maintained
3716 F:      sound/parisc/harmony.*
3717
3718 HD29L2 MEDIA DRIVER
3719 M:      Antti Palosaari <crope@iki.fi>
3720 L:      linux-media@vger.kernel.org
3721 W:      http://linuxtv.org/
3722 W:      http://palosaari.fi/linux/
3723 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3724 T:      git git://linuxtv.org/anttip/media_tree.git
3725 S:      Maintained
3726 F:      drivers/media/dvb-frontends/hd29l2*
3727
3728 HEWLETT-PACKARD SMART2 RAID DRIVER
3729 M:      Chirag Kantharia <chirag.kantharia@hp.com>
3730 L:      iss_storagedev@hp.com
3731 S:      Maintained
3732 F:      Documentation/blockdev/cpqarray.txt
3733 F:      drivers/block/cpqarray.*
3734
3735 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3736 M:      "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3737 L:      iss_storagedev@hp.com
3738 S:      Supported
3739 F:      Documentation/scsi/hpsa.txt
3740 F:      drivers/scsi/hpsa*.[ch]
3741 F:      include/linux/cciss*.h
3742 F:      include/uapi/linux/cciss*.h
3743
3744 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3745 M:      Mike Miller <mike.miller@hp.com>
3746 L:      iss_storagedev@hp.com
3747 S:      Supported
3748 F:      Documentation/blockdev/cciss.txt
3749 F:      drivers/block/cciss*
3750 F:      include/linux/cciss_ioctl.h
3751 F:      include/uapi/linux/cciss_ioctl.h
3752
3753 HFS FILESYSTEM
3754 L:      linux-fsdevel@vger.kernel.org
3755 S:      Orphan
3756 F:      Documentation/filesystems/hfs.txt
3757 F:      fs/hfs/
3758
3759 HGA FRAMEBUFFER DRIVER
3760 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3761 L:      linux-nvidia@lists.surfsouth.com
3762 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3763 S:      Maintained
3764 F:      drivers/video/hgafb.c
3765
3766 HIBERNATION (aka Software Suspend, aka swsusp)
3767 M:      Pavel Machek <pavel@ucw.cz>
3768 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
3769 L:      linux-pm@vger.kernel.org
3770 S:      Supported
3771 F:      arch/x86/power/
3772 F:      drivers/base/power/
3773 F:      kernel/power/
3774 F:      include/linux/suspend.h
3775 F:      include/linux/freezer.h
3776 F:      include/linux/pm.h
3777 F:      arch/*/include/asm/suspend*.h
3778
3779 HID CORE LAYER
3780 M:      Jiri Kosina <jkosina@suse.cz>
3781 L:      linux-input@vger.kernel.org
3782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3783 S:      Maintained
3784 F:      drivers/hid/
3785 F:      include/linux/hid*
3786 F:      include/uapi/linux/hid*
3787
3788 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3789 M:      Thomas Gleixner <tglx@linutronix.de>
3790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3791 S:      Maintained
3792 F:      Documentation/timers/
3793 F:      kernel/hrtimer.c
3794 F:      kernel/time/clockevents.c
3795 F:      kernel/time/tick*.*
3796 F:      kernel/time/timer_*.c
3797 F:      include/linux/clockchips.h
3798 F:      include/linux/hrtimer.h
3799
3800 HIGH-SPEED SCC DRIVER FOR AX.25
3801 L:      linux-hams@vger.kernel.org
3802 S:      Orphan
3803 F:      drivers/net/hamradio/dmascc.c
3804 F:      drivers/net/hamradio/scc.c
3805
3806 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3807 M:      HighPoint Linux Team <linux@highpoint-tech.com>
3808 W:      http://www.highpoint-tech.com
3809 S:      Supported
3810 F:      Documentation/scsi/hptiop.txt
3811 F:      drivers/scsi/hptiop.c
3812
3813 HIPPI
3814 M:      Jes Sorensen <jes@trained-monkey.org>
3815 L:      linux-hippi@sunsite.dk
3816 S:      Maintained
3817 F:      include/linux/hippidevice.h
3818 F:      include/uapi/linux/if_hippi.h
3819 F:      net/802/hippi.c
3820 F:      drivers/net/hippi/
3821
3822 HOST AP DRIVER
3823 M:      Jouni Malinen <j@w1.fi>
3824 L:      hostap@shmoo.com (subscribers-only)
3825 L:      linux-wireless@vger.kernel.org
3826 W:      http://hostap.epitest.fi/
3827 S:      Maintained
3828 F:      drivers/net/wireless/hostap/
3829
3830 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3831 L:      platform-driver-x86@vger.kernel.org
3832 S:      Orphan
3833 F:      drivers/platform/x86/tc1100-wmi.c
3834
3835 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3836 M:      Jaroslav Kysela <perex@perex.cz>
3837 S:      Maintained
3838 F:      drivers/net/ethernet/hp/hp100.*
3839
3840 HPET:   High Precision Event Timers driver
3841 M:      Clemens Ladisch <clemens@ladisch.de>
3842 S:      Maintained
3843 F:      Documentation/timers/hpet.txt
3844 F:      drivers/char/hpet.c
3845 F:      include/linux/hpet.h
3846 F:      include/uapi/linux/hpet.h
3847
3848 HPET:   x86
3849 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
3850 S:      Maintained
3851 F:      arch/x86/kernel/hpet.c
3852 F:      arch/x86/include/asm/hpet.h
3853
3854 HPFS FILESYSTEM
3855 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3856 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3857 S:      Maintained
3858 F:      fs/hpfs/
3859
3860 HSO 3G MODEM DRIVER
3861 M:      Jan Dumon <j.dumon@option.com>
3862 W:      http://www.pharscape.org
3863 S:      Maintained
3864 F:      drivers/net/usb/hso.c
3865
3866 HTCPEN TOUCHSCREEN DRIVER
3867 M:      Pau Oliva Fora <pof@eslack.org>
3868 L:      linux-input@vger.kernel.org
3869 S:      Maintained
3870 F:      drivers/input/touchscreen/htcpen.c
3871
3872 HUGETLB FILESYSTEM
3873 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
3874 S:      Maintained
3875 F:      fs/hugetlbfs/
3876
3877 Hyper-V CORE AND DRIVERS
3878 M:      K. Y. Srinivasan <kys@microsoft.com>
3879 M:      Haiyang Zhang <haiyangz@microsoft.com>
3880 L:      devel@linuxdriverproject.org
3881 S:      Maintained
3882 F:      arch/x86/include/asm/mshyperv.h
3883 F:      arch/x86/include/uapi/asm/hyperv.h
3884 F:      arch/x86/kernel/cpu/mshyperv.c
3885 F:      drivers/hid/hid-hyperv.c
3886 F:      drivers/hv/
3887 F:      drivers/net/hyperv/
3888 F:      drivers/scsi/storvsc_drv.c
3889 F:      drivers/video/hyperv_fb.c
3890 F:      include/linux/hyperv.h
3891 F:      tools/hv/
3892
3893 I2C OVER PARALLEL PORT
3894 M:      Jean Delvare <khali@linux-fr.org>
3895 L:      linux-i2c@vger.kernel.org
3896 S:      Maintained
3897 F:      Documentation/i2c/busses/i2c-parport
3898 F:      Documentation/i2c/busses/i2c-parport-light
3899 F:      drivers/i2c/busses/i2c-parport.c
3900 F:      drivers/i2c/busses/i2c-parport-light.c
3901
3902 I2C/SMBUS CONTROLLER DRIVERS FOR PC
3903 M:      Jean Delvare <khali@linux-fr.org>
3904 L:      linux-i2c@vger.kernel.org
3905 S:      Maintained
3906 F:      Documentation/i2c/busses/i2c-ali1535
3907 F:      Documentation/i2c/busses/i2c-ali1563
3908 F:      Documentation/i2c/busses/i2c-ali15x3
3909 F:      Documentation/i2c/busses/i2c-amd756
3910 F:      Documentation/i2c/busses/i2c-amd8111
3911 F:      Documentation/i2c/busses/i2c-i801
3912 F:      Documentation/i2c/busses/i2c-nforce2
3913 F:      Documentation/i2c/busses/i2c-piix4
3914 F:      Documentation/i2c/busses/i2c-sis5595
3915 F:      Documentation/i2c/busses/i2c-sis630
3916 F:      Documentation/i2c/busses/i2c-sis96x
3917 F:      Documentation/i2c/busses/i2c-via
3918 F:      Documentation/i2c/busses/i2c-viapro
3919 F:      drivers/i2c/busses/i2c-ali1535.c
3920 F:      drivers/i2c/busses/i2c-ali1563.c
3921 F:      drivers/i2c/busses/i2c-ali15x3.c
3922 F:      drivers/i2c/busses/i2c-amd756.c
3923 F:      drivers/i2c/busses/i2c-amd756-s4882.c
3924 F:      drivers/i2c/busses/i2c-amd8111.c
3925 F:      drivers/i2c/busses/i2c-i801.c
3926 F:      drivers/i2c/busses/i2c-isch.c
3927 F:      drivers/i2c/busses/i2c-nforce2.c
3928 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
3929 F:      drivers/i2c/busses/i2c-piix4.c
3930 F:      drivers/i2c/busses/i2c-sis5595.c
3931 F:      drivers/i2c/busses/i2c-sis630.c
3932 F:      drivers/i2c/busses/i2c-sis96x.c
3933 F:      drivers/i2c/busses/i2c-via.c
3934 F:      drivers/i2c/busses/i2c-viapro.c
3935
3936 I2C/SMBUS ISMT DRIVER
3937 M:      Seth Heasley <seth.heasley@intel.com>
3938 M:      Neil Horman <nhorman@tuxdriver.com>
3939 L:      linux-i2c@vger.kernel.org
3940 F:      drivers/i2c/busses/i2c-ismt.c
3941 F:      Documentation/i2c/busses/i2c-ismt
3942
3943 I2C/SMBUS STUB DRIVER
3944 M:      Jean Delvare <khali@linux-fr.org>
3945 L:      linux-i2c@vger.kernel.org
3946 S:      Maintained
3947 F:      drivers/i2c/i2c-stub.c
3948
3949 I2C SUBSYSTEM
3950 M:      Wolfram Sang <wsa@the-dreams.de>
3951 L:      linux-i2c@vger.kernel.org
3952 W:      http://i2c.wiki.kernel.org/
3953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
3954 S:      Maintained
3955 F:      Documentation/i2c/
3956 F:      drivers/i2c/
3957 F:      include/linux/i2c.h
3958 F:      include/linux/i2c-*.h
3959 F:      include/uapi/linux/i2c.h
3960 F:      include/uapi/linux/i2c-*.h
3961
3962 I2C-TAOS-EVM DRIVER
3963 M:      Jean Delvare <khali@linux-fr.org>
3964 L:      linux-i2c@vger.kernel.org
3965 S:      Maintained
3966 F:      Documentation/i2c/busses/i2c-taos-evm
3967 F:      drivers/i2c/busses/i2c-taos-evm.c
3968
3969 I2C-TINY-USB DRIVER
3970 M:      Till Harbaum <till@harbaum.org>
3971 L:      linux-i2c@vger.kernel.org
3972 W:      http://www.harbaum.org/till/i2c_tiny_usb
3973 S:      Maintained
3974 F:      drivers/i2c/busses/i2c-tiny-usb.c
3975
3976 i386 BOOT CODE
3977 M:      "H. Peter Anvin" <hpa@zytor.com>
3978 S:      Maintained
3979 F:      arch/x86/boot/
3980
3981 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3982 M:      "H. Peter Anvin" <hpa@zytor.com>
3983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3984 S:      Maintained
3985
3986 IA64 (Itanium) PLATFORM
3987 M:      Tony Luck <tony.luck@intel.com>
3988 M:      Fenghua Yu <fenghua.yu@intel.com>
3989 L:      linux-ia64@vger.kernel.org
3990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3991 S:      Maintained
3992 F:      arch/ia64/
3993
3994 IBM Power in-Nest Crypto Acceleration
3995 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
3996 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
3997 L:      linux-crypto@vger.kernel.org
3998 S:      Supported
3999 F:      drivers/crypto/nx/
4000
4001 IBM Power 842 compression accelerator
4002 M:      Robert Jennings <rcj@linux.vnet.ibm.com>
4003 S:      Supported
4004 F:      drivers/crypto/nx/nx-842.c
4005 F:      include/linux/nx842.h
4006
4007 IBM Power Linux RAID adapter
4008 M:      Brian King <brking@us.ibm.com>
4009 S:      Supported
4010 F:      drivers/scsi/ipr.*
4011
4012 IBM Power Virtual Ethernet Device Driver
4013 M:      Santiago Leon <santil@linux.vnet.ibm.com>
4014 L:      netdev@vger.kernel.org
4015 S:      Supported
4016 F:      drivers/net/ethernet/ibm/ibmveth.*
4017
4018 IBM Power Virtual SCSI/FC Device Drivers
4019 M:      Robert Jennings <rcj@linux.vnet.ibm.com>
4020 L:      linux-scsi@vger.kernel.org
4021 S:      Supported
4022 F:      drivers/scsi/ibmvscsi/
4023 X:      drivers/scsi/ibmvscsi/ibmvstgt.c
4024
4025 IBM ServeRAID RAID DRIVER
4026 P:      Jack Hammer
4027 M:      Dave Jeffery <ipslinux@adaptec.com>
4028 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
4029 S:      Supported
4030 F:      drivers/scsi/ips.*
4031
4032 ICH LPC AND GPIO DRIVER
4033 M:      Peter Tyser <ptyser@xes-inc.com>
4034 S:      Maintained
4035 F:      drivers/mfd/lpc_ich.c
4036 F:      drivers/gpio/gpio-ich.c
4037
4038 IDE SUBSYSTEM
4039 M:      "David S. Miller" <davem@davemloft.net>
4040 L:      linux-ide@vger.kernel.org
4041 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4043 S:      Maintained
4044 F:      Documentation/ide/
4045 F:      drivers/ide/
4046 F:      include/linux/ide.h
4047
4048 IDEAPAD LAPTOP EXTRAS DRIVER
4049 M:      Ike Panhc <ike.pan@canonical.com>
4050 L:      platform-driver-x86@vger.kernel.org
4051 W:      http://launchpad.net/ideapad-laptop
4052 S:      Maintained
4053 F:      drivers/platform/x86/ideapad-laptop.c
4054
4055 IDE/ATAPI DRIVERS
4056 M:      Borislav Petkov <bp@alien8.de>
4057 L:      linux-ide@vger.kernel.org
4058 S:      Maintained
4059 F:      Documentation/cdrom/ide-cd
4060 F:      drivers/ide/ide-cd*
4061
4062 IDLE-I7300
4063 M:      Andy Henroid <andrew.d.henroid@intel.com>
4064 L:      linux-pm@vger.kernel.org
4065 S:      Supported
4066 F:      drivers/idle/i7300_idle.c
4067
4068 IEEE 802.15.4 SUBSYSTEM
4069 M:      Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
4070 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
4071 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
4072 W:      http://apps.sourceforge.net/trac/linux-zigbee
4073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
4074 S:      Maintained
4075 F:      net/ieee802154/
4076 F:      net/mac802154/
4077 F:      drivers/net/ieee802154/
4078
4079 IGUANAWORKS USB IR TRANSCEIVER
4080 M:      Sean Young <sean@mess.org>
4081 L:      linux-media@vger.kernel.org
4082 S:      Maintained
4083 F:      drivers/media/rc/iguanair.c
4084
4085 IIO SUBSYSTEM AND DRIVERS
4086 M:      Jonathan Cameron <jic23@cam.ac.uk>
4087 L:      linux-iio@vger.kernel.org
4088 S:      Maintained
4089 F:      drivers/iio/
4090 F:      drivers/staging/iio/
4091
4092 IKANOS/ADI EAGLE ADSL USB DRIVER
4093 M:      Matthieu Castet <castet.matthieu@free.fr>
4094 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4095 S:      Maintained
4096 F:      drivers/usb/atm/ueagle-atm.c
4097
4098 INA209 HARDWARE MONITOR DRIVER
4099 M:      Guenter Roeck <linux@roeck-us.net>
4100 L:      lm-sensors@lm-sensors.org
4101 S:      Maintained
4102 F:      Documentation/hwmon/ina209
4103 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4104 F:      drivers/hwmon/ina209.c
4105
4106 INA2XX HARDWARE MONITOR DRIVER
4107 M:      Guenter Roeck <linux@roeck-us.net>
4108 L:      lm-sensors@lm-sensors.org
4109 S:      Maintained
4110 F:      Documentation/hwmon/ina2xx
4111 F:      drivers/hwmon/ina2xx.c
4112 F:      include/linux/platform_data/ina2xx.h
4113
4114 INDUSTRY PACK SUBSYSTEM (IPACK)
4115 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4116 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4117 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4118 L:      industrypack-devel@lists.sourceforge.net
4119 W:      http://industrypack.sourceforge.net
4120 S:      Maintained
4121 F:      drivers/ipack/
4122
4123 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4124 M:      Mimi Zohar <zohar@us.ibm.com>
4125 S:      Supported
4126 F:      security/integrity/ima/
4127
4128 IMS TWINTURBO FRAMEBUFFER DRIVER
4129 L:      linux-fbdev@vger.kernel.org
4130 S:      Orphan
4131 F:      drivers/video/imsttfb.c
4132
4133 INFINIBAND SUBSYSTEM
4134 M:      Roland Dreier <roland@kernel.org>
4135 M:      Sean Hefty <sean.hefty@intel.com>
4136 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4137 L:      linux-rdma@vger.kernel.org
4138 W:      http://www.openfabrics.org/
4139 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4141 S:      Supported
4142 F:      Documentation/infiniband/
4143 F:      drivers/infiniband/
4144 F:      include/uapi/linux/if_infiniband.h
4145
4146 INOTIFY
4147 M:      John McCutchan <john@johnmccutchan.com>
4148 M:      Robert Love <rlove@rlove.org>
4149 M:      Eric Paris <eparis@parisplace.org>
4150 S:      Maintained
4151 F:      Documentation/filesystems/inotify.txt
4152 F:      fs/notify/inotify/
4153 F:      include/linux/inotify.h
4154 F:      include/uapi/linux/inotify.h
4155
4156 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4157 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4158 M:      Dmitry Torokhov <dtor@mail.ru>
4159 L:      linux-input@vger.kernel.org
4160 Q:      http://patchwork.kernel.org/project/linux-input/list/
4161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4162 S:      Maintained
4163 F:      drivers/input/
4164 F:      include/linux/input.h
4165 F:      include/uapi/linux/input.h
4166 F:      include/linux/input/
4167
4168 INPUT MULTITOUCH (MT) PROTOCOL
4169 M:      Henrik Rydberg <rydberg@euromail.se>
4170 L:      linux-input@vger.kernel.org
4171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4172 S:      Maintained
4173 F:      Documentation/input/multi-touch-protocol.txt
4174 F:      drivers/input/input-mt.c
4175 K:      \b(ABS|SYN)_MT_
4176
4177 INTEL C600 SERIES SAS CONTROLLER DRIVER
4178 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4179 M:      Lukasz Dorau <lukasz.dorau@intel.com>
4180 M:      Maciej Patelczyk <maciej.patelczyk@intel.com>
4181 M:      Dave Jiang <dave.jiang@intel.com>
4182 L:      linux-scsi@vger.kernel.org
4183 T:      git git://git.code.sf.net/p/intel-sas/isci
4184 S:      Supported
4185 F:      drivers/scsi/isci/
4186
4187 INTEL IDLE DRIVER
4188 M:      Len Brown <lenb@kernel.org>
4189 L:      linux-pm@vger.kernel.org
4190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4191 S:      Supported
4192 F:      drivers/idle/intel_idle.c
4193
4194 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4195 M:      Maik Broemme <mbroemme@plusserver.de>
4196 L:      linux-fbdev@vger.kernel.org
4197 S:      Maintained
4198 F:      Documentation/fb/intelfb.txt
4199 F:      drivers/video/intelfb/
4200
4201 INTEL 810/815 FRAMEBUFFER DRIVER
4202 M:      Antonino Daplas <adaplas@gmail.com>
4203 L:      linux-fbdev@vger.kernel.org
4204 S:      Maintained
4205 F:      drivers/video/i810/
4206
4207 INTEL MENLOW THERMAL DRIVER
4208 M:      Sujith Thomas <sujith.thomas@intel.com>
4209 L:      platform-driver-x86@vger.kernel.org
4210 W:      http://www.lesswatts.org/projects/acpi/
4211 S:      Supported
4212 F:      drivers/platform/x86/intel_menlow.c
4213
4214 INTEL IA32 MICROCODE UPDATE SUPPORT
4215 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4216 S:      Maintained
4217 F:      arch/x86/kernel/microcode_core.c
4218 F:      arch/x86/kernel/microcode_intel.c
4219
4220 INTEL I/OAT DMA DRIVER
4221 M:      Dan Williams <djbw@fb.com>
4222 S:      Maintained
4223 F:      drivers/dma/ioat*
4224
4225 INTEL IOMMU (VT-d)
4226 M:      David Woodhouse <dwmw2@infradead.org>
4227 L:      iommu@lists.linux-foundation.org
4228 T:      git git://git.infradead.org/iommu-2.6.git
4229 S:      Supported
4230 F:      drivers/iommu/intel-iommu.c
4231 F:      include/linux/intel-iommu.h
4232
4233 INTEL IOP-ADMA DMA DRIVER
4234 M:      Dan Williams <djbw@fb.com>
4235 S:      Odd fixes
4236 F:      drivers/dma/iop-adma.c
4237
4238 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
4239 M:      Krzysztof Halasa <khc@pm.waw.pl>
4240 S:      Maintained
4241 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
4242 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
4243 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4244 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
4245 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
4246 F:      drivers/net/wan/ixp4xx_hss.c
4247
4248 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
4249 M:      Deepak Saxena <dsaxena@plexity.net>
4250 S:      Maintained
4251 F:      drivers/char/hw_random/ixp4xx-rng.c
4252
4253 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
4254 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
4255 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
4256 M:      Bruce Allan <bruce.w.allan@intel.com>
4257 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
4258 M:      Don Skidmore <donald.c.skidmore@intel.com>
4259 M:      Greg Rose <gregory.v.rose@intel.com>
4260 M:      Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
4261 M:      Alex Duyck <alexander.h.duyck@intel.com>
4262 M:      John Ronciak <john.ronciak@intel.com>
4263 M:      Tushar Dave <tushar.n.dave@intel.com>
4264 L:      e1000-devel@lists.sourceforge.net
4265 W:      http://www.intel.com/support/feedback.htm
4266 W:      http://e1000.sourceforge.net/
4267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
4269 S:      Supported
4270 F:      Documentation/networking/e100.txt
4271 F:      Documentation/networking/e1000.txt
4272 F:      Documentation/networking/e1000e.txt
4273 F:      Documentation/networking/igb.txt
4274 F:      Documentation/networking/igbvf.txt
4275 F:      Documentation/networking/ixgb.txt
4276 F:      Documentation/networking/ixgbe.txt
4277 F:      Documentation/networking/ixgbevf.txt
4278 F:      drivers/net/ethernet/intel/
4279
4280 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4281 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
4282 L:      linux-wireless@vger.kernel.org
4283 S:      Maintained
4284 F:      Documentation/networking/README.ipw2100
4285 F:      Documentation/networking/README.ipw2200
4286 F:      drivers/net/wireless/ipw2x00/
4287
4288 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4289 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
4290 M:      Gang Wei <gang.wei@intel.com>
4291 M:      Shane Wang <shane.wang@intel.com>
4292 L:      tboot-devel@lists.sourceforge.net
4293 W:      http://tboot.sourceforge.net
4294 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4295 S:      Supported
4296 F:      Documentation/intel_txt.txt
4297 F:      include/linux/tboot.h
4298 F:      arch/x86/kernel/tboot.c
4299
4300 INTEL WIRELESS WIMAX CONNECTION 2400
4301 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
4302 M:      linux-wimax@intel.com
4303 L:      wimax@linuxwimax.org
4304 S:      Supported
4305 W:      http://linuxwimax.org
4306 F:      Documentation/wimax/README.i2400m
4307 F:      drivers/net/wimax/i2400m/
4308 F:      include/uapi/linux/wimax/i2400m.h
4309
4310 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4311 M:      Stanislaw Gruszka <sgruszka@redhat.com>
4312 L:      linux-wireless@vger.kernel.org
4313 S:      Supported
4314 F:      drivers/net/wireless/iwlegacy/
4315
4316 INTEL WIRELESS WIFI LINK (iwlwifi)
4317 M:      Johannes Berg <johannes.berg@intel.com>
4318 M:      Wey-Yi Guy <wey-yi.w.guy@intel.com>
4319 M:      Intel Linux Wireless <ilw@linux.intel.com>
4320 L:      linux-wireless@vger.kernel.org
4321 W:      http://intellinuxwireless.org
4322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4323 S:      Supported
4324 F:      drivers/net/wireless/iwlwifi/
4325
4326 INTEL MANAGEMENT ENGINE (mei)
4327 M:      Tomas Winkler <tomas.winkler@intel.com>
4328 L:      linux-kernel@vger.kernel.org
4329 S:      Supported
4330 F:      include/uapi/linux/mei.h
4331 F:      drivers/misc/mei/*
4332 F:      Documentation/misc-devices/mei/*
4333
4334 IOC3 ETHERNET DRIVER
4335 M:      Ralf Baechle <ralf@linux-mips.org>
4336 L:      linux-mips@linux-mips.org
4337 S:      Maintained
4338 F:      drivers/net/ethernet/sgi/ioc3-eth.c
4339
4340 IOC3 SERIAL DRIVER
4341 M:      Pat Gefre <pfg@sgi.com>
4342 L:      linux-serial@vger.kernel.org
4343 S:      Maintained
4344 F:      drivers/tty/serial/ioc3_serial.c
4345
4346 IP MASQUERADING
4347 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
4348 S:      Maintained
4349 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
4350
4351 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4352 M:      Francois Romieu <romieu@fr.zoreil.com>
4353 M:      Sorbica Shieh <sorbica@icplus.com.tw>
4354 L:      netdev@vger.kernel.org
4355 S:      Maintained
4356 F:      drivers/net/ethernet/icplus/ipg.*
4357
4358 IPATH DRIVER
4359 M:      Mike Marciniszyn <infinipath@intel.com>
4360 L:      linux-rdma@vger.kernel.org
4361 S:      Maintained
4362 F:      drivers/infiniband/hw/ipath/
4363
4364 IPMI SUBSYSTEM
4365 M:      Corey Minyard <minyard@acm.org>
4366 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4367 W:      http://openipmi.sourceforge.net/
4368 S:      Supported
4369 F:      Documentation/IPMI.txt
4370 F:      drivers/char/ipmi/
4371 F:      include/linux/ipmi*
4372 F:      include/uapi/linux/ipmi*
4373
4374 IPS SCSI RAID DRIVER
4375 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4376 L:      linux-scsi@vger.kernel.org
4377 W:      http://www.adaptec.com/
4378 S:      Maintained
4379 F:      drivers/scsi/ips*
4380
4381 IPVS
4382 M:      Wensong Zhang <wensong@linux-vs.org>
4383 M:      Simon Horman <horms@verge.net.au>
4384 M:      Julian Anastasov <ja@ssi.bg>
4385 L:      netdev@vger.kernel.org
4386 L:      lvs-devel@vger.kernel.org
4387 S:      Maintained
4388 F:      Documentation/networking/ipvs-sysctl.txt
4389 F:      include/net/ip_vs.h
4390 F:      include/uapi/linux/ip_vs.h
4391 F:      net/netfilter/ipvs/
4392
4393 IPWIRELESS DRIVER
4394 M:      Jiri Kosina <jkosina@suse.cz>
4395 M:      David Sterba <dsterba@suse.cz>
4396 S:      Odd Fixes
4397 F:      drivers/tty/ipwireless/
4398
4399 IPX NETWORK LAYER
4400 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4401 L:      netdev@vger.kernel.org
4402 S:      Maintained
4403 F:      include/net/ipx.h
4404 F:      include/uapi/linux/ipx.h
4405 F:      net/ipx/
4406
4407 IRDA SUBSYSTEM
4408 M:      Samuel Ortiz <samuel@sortiz.org>
4409 L:      irda-users@lists.sourceforge.net (subscribers-only)
4410 L:      netdev@vger.kernel.org
4411 W:      http://irda.sourceforge.net/
4412 S:      Maintained
4413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4414 F:      Documentation/networking/irda.txt
4415 F:      drivers/net/irda/
4416 F:      include/net/irda/
4417 F:      net/irda/
4418
4419 IRQ SUBSYSTEM
4420 M:      Thomas Gleixner <tglx@linutronix.de>
4421 S:      Maintained
4422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4423 F:      kernel/irq/
4424 F:      drivers/irqchip/
4425
4426 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4427 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4428 M:      Grant Likely <grant.likely@linaro.org>
4429 T:      git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
4430 S:      Maintained
4431 F:      Documentation/IRQ-domain.txt
4432 F:      include/linux/irqdomain.h
4433 F:      kernel/irq/irqdomain.c
4434
4435 ISAPNP
4436 M:      Jaroslav Kysela <perex@perex.cz>
4437 S:      Maintained
4438 F:      Documentation/isapnp.txt
4439 F:      drivers/pnp/isapnp/
4440 F:      include/linux/isapnp.h
4441
4442 ISA RADIO MODULE
4443 M:      Hans Verkuil <hverkuil@xs4all.nl>
4444 L:      linux-media@vger.kernel.org
4445 T:      git git://linuxtv.org/media_tree.git
4446 W:      http://linuxtv.org
4447 S:      Maintained
4448 F:      drivers/media/radio/radio-isa*
4449
4450 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4451 M:      Peter Jones <pjones@redhat.com>
4452 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
4453 S:      Maintained
4454 F:      drivers/firmware/iscsi_ibft*
4455
4456 ISCSI
4457 M:      Mike Christie <michaelc@cs.wisc.edu>
4458 L:      open-iscsi@googlegroups.com
4459 W:      www.open-iscsi.org
4460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4461 S:      Maintained
4462 F:      drivers/scsi/*iscsi*
4463 F:      include/scsi/*iscsi*
4464
4465 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
4466 M:      Or Gerlitz <ogerlitz@mellanox.com>
4467 M:      Roi Dayan <roid@mellanox.com>
4468 L:      linux-rdma@vger.kernel.org
4469 S:      Supported
4470 W:      http://www.openfabrics.org
4471 W:      www.open-iscsi.org
4472 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4473 F:      drivers/infiniband/ulp/iser
4474
4475 ISDN SUBSYSTEM
4476 M:      Karsten Keil <isdn@linux-pingi.de>
4477 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4478 L:      netdev@vger.kernel.org
4479 W:      http://www.isdn4linux.de
4480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4481 S:      Maintained
4482 F:      Documentation/isdn/
4483 F:      drivers/isdn/
4484 F:      include/linux/isdn.h
4485 F:      include/linux/isdn/
4486 F:      include/uapi/linux/isdn.h
4487 F:      include/uapi/linux/isdn/
4488
4489 ISDN SUBSYSTEM (Eicon active card driver)
4490 M:      Armin Schindler <mac@melware.de>
4491 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4492 W:      http://www.melware.de
4493 S:      Maintained
4494 F:      drivers/isdn/hardware/eicon/
4495
4496 IT87 HARDWARE MONITORING DRIVER
4497 M:      Jean Delvare <khali@linux-fr.org>
4498 L:      lm-sensors@lm-sensors.org
4499 S:      Maintained
4500 F:      Documentation/hwmon/it87
4501 F:      drivers/hwmon/it87.c
4502
4503 IT913X MEDIA DRIVER
4504 M:      Malcolm Priestley <tvboxspy@gmail.com>
4505 L:      linux-media@vger.kernel.org
4506 W:      http://linuxtv.org/
4507 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4508 S:      Maintained
4509 F:      drivers/media/usb/dvb-usb-v2/it913x*
4510
4511 IT913X FE MEDIA DRIVER
4512 M:      Malcolm Priestley <tvboxspy@gmail.com>
4513 L:      linux-media@vger.kernel.org
4514 W:      http://linuxtv.org/
4515 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4516 S:      Maintained
4517 F:      drivers/media/dvb-frontends/it913x-fe*
4518
4519 IT913X MEDIA DRIVER
4520 M:      Antti Palosaari <crope@iki.fi>
4521 L:      linux-media@vger.kernel.org
4522 W:      http://linuxtv.org/
4523 W:      http://palosaari.fi/linux/
4524 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4525 T:      git git://linuxtv.org/anttip/media_tree.git
4526 S:      Maintained
4527 F:      drivers/media/tuners/it913x*
4528
4529 IVTV VIDEO4LINUX DRIVER
4530 M:      Andy Walls <awalls@md.metrocast.net>
4531 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4532 L:      linux-media@vger.kernel.org
4533 T:      git git://linuxtv.org/media_tree.git
4534 W:      http://www.ivtvdriver.org
4535 S:      Maintained
4536 F:      Documentation/video4linux/*.ivtv
4537 F:      drivers/media/pci/ivtv/
4538 F:      include/uapi/linux/ivtv*
4539
4540 IX2505V MEDIA DRIVER
4541 M:      Malcolm Priestley <tvboxspy@gmail.com>
4542 L:      linux-media@vger.kernel.org
4543 W:      http://linuxtv.org/
4544 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4545 S:      Maintained
4546 F:      drivers/media/dvb-frontends/ix2505v*
4547
4548 JC42.4 TEMPERATURE SENSOR DRIVER
4549 M:      Guenter Roeck <linux@roeck-us.net>
4550 L:      lm-sensors@lm-sensors.org
4551 S:      Maintained
4552 F:      drivers/hwmon/jc42.c
4553 F:      Documentation/hwmon/jc42
4554
4555 JFS FILESYSTEM
4556 M:      Dave Kleikamp <shaggy@kernel.org>
4557 L:      jfs-discussion@lists.sourceforge.net
4558 W:      http://jfs.sourceforge.net/
4559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4560 S:      Maintained
4561 F:      Documentation/filesystems/jfs.txt
4562 F:      fs/jfs/
4563
4564 JME NETWORK DRIVER
4565 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
4566 L:      netdev@vger.kernel.org
4567 S:      Maintained
4568 F:      drivers/net/ethernet/jme.*
4569
4570 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4571 M:      David Woodhouse <dwmw2@infradead.org>
4572 L:      linux-mtd@lists.infradead.org
4573 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
4574 S:      Maintained
4575 F:      fs/jffs2/
4576 F:      include/uapi/linux/jffs2.h
4577
4578 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4579 M:      Andrew Morton <akpm@linux-foundation.org>
4580 M:      Jan Kara <jack@suse.cz>
4581 L:      linux-ext4@vger.kernel.org
4582 S:      Maintained
4583 F:      fs/jbd/
4584 F:      include/linux/jbd.h
4585
4586 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4587 M:      "Theodore Ts'o" <tytso@mit.edu>
4588 L:      linux-ext4@vger.kernel.org
4589 S:      Maintained
4590 F:      fs/jbd2/
4591 F:      include/linux/jbd2.h
4592
4593 JSM Neo PCI based serial card
4594 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4595 L:      linux-serial@vger.kernel.org
4596 S:      Maintained
4597 F:      drivers/tty/serial/jsm/
4598
4599 K10TEMP HARDWARE MONITORING DRIVER
4600 M:      Clemens Ladisch <clemens@ladisch.de>
4601 L:      lm-sensors@lm-sensors.org
4602 S:      Maintained
4603 F:      Documentation/hwmon/k10temp
4604 F:      drivers/hwmon/k10temp.c
4605
4606 K8TEMP HARDWARE MONITORING DRIVER
4607 M:      Rudolf Marek <r.marek@assembler.cz>
4608 L:      lm-sensors@lm-sensors.org
4609 S:      Maintained
4610 F:      Documentation/hwmon/k8temp
4611 F:      drivers/hwmon/k8temp.c
4612
4613 KCONFIG
4614 M:      Michal Marek <mmarek@suse.cz>
4615 L:      linux-kbuild@vger.kernel.org
4616 S:      Odd Fixes
4617 F:      Documentation/kbuild/kconfig-language.txt
4618 F:      scripts/kconfig/
4619
4620 KDUMP
4621 M:      Vivek Goyal <vgoyal@redhat.com>
4622 M:      Haren Myneni <hbabu@us.ibm.com>
4623 L:      kexec@lists.infradead.org
4624 W:      http://lse.sourceforge.net/kdump/
4625 S:      Maintained
4626 F:      Documentation/kdump/
4627
4628 KEENE FM RADIO TRANSMITTER DRIVER
4629 M:      Hans Verkuil <hverkuil@xs4all.nl>
4630 L:      linux-media@vger.kernel.org
4631 T:      git git://linuxtv.org/media_tree.git
4632 W:      http://linuxtv.org
4633 S:      Maintained
4634 F:      drivers/media/radio/radio-keene*
4635
4636 KERNEL AUTOMOUNTER v4 (AUTOFS4)
4637 M:      Ian Kent <raven@themaw.net>
4638 L:      autofs@vger.kernel.org
4639 S:      Maintained
4640 F:      fs/autofs4/
4641
4642 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4643 M:      Michal Marek <mmarek@suse.cz>
4644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4646 L:      linux-kbuild@vger.kernel.org
4647 S:      Maintained
4648 F:      Documentation/kbuild/
4649 F:      Makefile
4650 F:      scripts/Makefile.*
4651 F:      scripts/basic/
4652 F:      scripts/mk*
4653 F:      scripts/package/
4654
4655 KERNEL JANITORS
4656 L:      kernel-janitors@vger.kernel.org
4657 W:      http://kernelnewbies.org/KernelJanitors
4658 S:      Odd Fixes
4659
4660 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4661 M:      "J. Bruce Fields" <bfields@fieldses.org>
4662 L:      linux-nfs@vger.kernel.org
4663 W:      http://nfs.sourceforge.net/
4664 S:      Supported
4665 F:      fs/nfsd/
4666 F:      include/linux/nfsd/
4667 F:      include/uapi/linux/nfsd/
4668 F:      fs/lockd/
4669 F:      fs/nfs_common/
4670 F:      net/sunrpc/
4671 F:      include/linux/lockd/
4672 F:      include/linux/sunrpc/
4673 F:      include/uapi/linux/sunrpc/
4674
4675 KERNEL VIRTUAL MACHINE (KVM)
4676 M:      Gleb Natapov <gleb@redhat.com>
4677 M:      Paolo Bonzini <pbonzini@redhat.com>
4678 L:      kvm@vger.kernel.org
4679 W:      http://linux-kvm.org
4680 S:      Supported
4681 F:      Documentation/*/kvm*.txt
4682 F:      Documentation/virtual/kvm/
4683 F:      arch/*/kvm/
4684 F:      arch/*/include/asm/kvm*
4685 F:      include/linux/kvm*
4686 F:      include/uapi/linux/kvm*
4687 F:      virt/kvm/
4688
4689 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4690 M:      Joerg Roedel <joro@8bytes.org>
4691 L:      kvm@vger.kernel.org
4692 W:      http://kvm.qumranet.com
4693 S:      Maintained
4694 F:      arch/x86/include/asm/svm.h
4695 F:      arch/x86/kvm/svm.c
4696
4697 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4698 M:      Alexander Graf <agraf@suse.de>
4699 L:      kvm-ppc@vger.kernel.org
4700 W:      http://kvm.qumranet.com
4701 T:      git git://github.com/agraf/linux-2.6.git
4702 S:      Supported
4703 F:      arch/powerpc/include/asm/kvm*
4704 F:      arch/powerpc/kvm/
4705
4706 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4707 M:      Xiantao Zhang <xiantao.zhang@intel.com>
4708 L:      kvm-ia64@vger.kernel.org
4709 W:      http://kvm.qumranet.com
4710 S:      Supported
4711 F:      Documentation/ia64/kvm.txt
4712 F:      arch/ia64/include/asm/kvm*
4713 F:      arch/ia64/kvm/
4714
4715 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4716 M:      Christian Borntraeger <borntraeger@de.ibm.com>
4717 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
4718 M:      linux390@de.ibm.com
4719 L:      linux-s390@vger.kernel.org
4720 W:      http://www.ibm.com/developerworks/linux/linux390/
4721 S:      Supported
4722 F:      Documentation/s390/kvm.txt
4723 F:      arch/s390/include/asm/kvm*
4724 F:      arch/s390/kvm/
4725 F:      drivers/s390/kvm/
4726
4727 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
4728 M:      Christoffer Dall <cdall@cs.columbia.edu>
4729 L:      kvmarm@lists.cs.columbia.edu
4730 W:      http://systems.cs.columbia.edu/projects/kvm-arm
4731 S:      Maintained
4732 F:      arch/arm/include/uapi/asm/kvm*
4733 F:      arch/arm/include/asm/kvm*
4734 F:      arch/arm/kvm/
4735
4736 KEXEC
4737 M:      Eric Biederman <ebiederm@xmission.com>
4738 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
4739 L:      kexec@lists.infradead.org
4740 S:      Maintained
4741 F:      include/linux/kexec.h
4742 F:      include/uapi/linux/kexec.h
4743 F:      kernel/kexec.c
4744
4745 KEYS/KEYRINGS:
4746 M:      David Howells <dhowells@redhat.com>
4747 L:      keyrings@linux-nfs.org
4748 S:      Maintained
4749 F:      Documentation/security/keys.txt
4750 F:      include/linux/key.h
4751 F:      include/linux/key-type.h
4752 F:      include/keys/
4753 F:      security/keys/
4754
4755 KEYS-TRUSTED
4756 M:      David Safford <safford@watson.ibm.com>
4757 M:      Mimi Zohar <zohar@us.ibm.com>
4758 L:      linux-security-module@vger.kernel.org
4759 L:      keyrings@linux-nfs.org
4760 S:      Supported
4761 F:      Documentation/security/keys-trusted-encrypted.txt
4762 F:      include/keys/trusted-type.h
4763 F:      security/keys/trusted.c
4764 F:      security/keys/trusted.h
4765
4766 KEYS-ENCRYPTED
4767 M:      Mimi Zohar <zohar@us.ibm.com>
4768 M:      David Safford <safford@watson.ibm.com>
4769 L:      linux-security-module@vger.kernel.org
4770 L:      keyrings@linux-nfs.org
4771 S:      Supported
4772 F:      Documentation/security/keys-trusted-encrypted.txt
4773 F:      include/keys/encrypted-type.h
4774 F:      security/keys/encrypted-keys/
4775
4776 KGDB / KDB /debug_core
4777 M:      Jason Wessel <jason.wessel@windriver.com>
4778 W:      http://kgdb.wiki.kernel.org/
4779 L:      kgdb-bugreport@lists.sourceforge.net
4780 S:      Maintained
4781 F:      Documentation/DocBook/kgdb.tmpl
4782 F:      drivers/misc/kgdbts.c
4783 F:      drivers/tty/serial/kgdboc.c
4784 F:      include/linux/kdb.h
4785 F:      include/linux/kgdb.h
4786 F:      kernel/debug/
4787
4788 KMEMCHECK
4789 M:      Vegard Nossum <vegardno@ifi.uio.no>
4790 M:      Pekka Enberg <penberg@kernel.org>
4791 S:      Maintained
4792 F:      Documentation/kmemcheck.txt
4793 F:      arch/x86/include/asm/kmemcheck.h
4794 F:      arch/x86/mm/kmemcheck/
4795 F:      include/linux/kmemcheck.h
4796 F:      mm/kmemcheck.c
4797
4798 KMEMLEAK
4799 M:      Catalin Marinas <catalin.marinas@arm.com>
4800 S:      Maintained
4801 F:      Documentation/kmemleak.txt
4802 F:      include/linux/kmemleak.h
4803 F:      mm/kmemleak.c
4804 F:      mm/kmemleak-test.c
4805
4806 KPROBES
4807 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4808 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4809 M:      "David S. Miller" <davem@davemloft.net>
4810 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4811 S:      Maintained
4812 F:      Documentation/kprobes.txt
4813 F:      include/linux/kprobes.h
4814 F:      kernel/kprobes.c
4815
4816 KS0108 LCD CONTROLLER DRIVER
4817 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4818 W:      http://miguelojeda.es/auxdisplay.htm
4819 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4820 S:      Maintained
4821 F:      Documentation/auxdisplay/ks0108
4822 F:      drivers/auxdisplay/ks0108.c
4823 F:      include/linux/ks0108.h
4824
4825 LAPB module
4826 L:      linux-x25@vger.kernel.org
4827 S:      Orphan
4828 F:      Documentation/networking/lapb-module.txt
4829 F:      include/*/lapb.h
4830 F:      net/lapb/
4831
4832 LASI 53c700 driver for PARISC
4833 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4834 L:      linux-scsi@vger.kernel.org
4835 S:      Maintained
4836 F:      Documentation/scsi/53c700.txt
4837 F:      drivers/scsi/53c700*
4838
4839 LED SUBSYSTEM
4840 M:      Bryan Wu <cooloney@gmail.com>
4841 M:      Richard Purdie <rpurdie@rpsys.net>
4842 L:      linux-leds@vger.kernel.org
4843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4844 S:      Maintained
4845 F:      drivers/leds/
4846 F:      include/linux/leds.h
4847
4848 LEGACY EEPROM DRIVER
4849 M:      Jean Delvare <khali@linux-fr.org>
4850 S:      Maintained
4851 F:      Documentation/misc-devices/eeprom
4852 F:      drivers/misc/eeprom/eeprom.c
4853
4854 LEGO USB Tower driver
4855 M:      Juergen Stuber <starblue@users.sourceforge.net>
4856 L:      legousb-devel@lists.sourceforge.net
4857 W:      http://legousb.sourceforge.net/
4858 S:      Maintained
4859 F:      drivers/usb/misc/legousbtower.c
4860
4861 LG2160 MEDIA DRIVER
4862 M:      Michael Krufky <mkrufky@linuxtv.org>
4863 L:      linux-media@vger.kernel.org
4864 W:      http://linuxtv.org/
4865 W:      http://github.com/mkrufky
4866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4867 T:      git git://linuxtv.org/mkrufky/tuners.git
4868 S:      Maintained
4869 F:      drivers/media/dvb-frontends/lg2160.*
4870
4871 LGDT3305 MEDIA DRIVER
4872 M:      Michael Krufky <mkrufky@linuxtv.org>
4873 L:      linux-media@vger.kernel.org
4874 W:      http://linuxtv.org/
4875 W:      http://github.com/mkrufky
4876 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4877 T:      git git://linuxtv.org/mkrufky/tuners.git
4878 S:      Maintained
4879 F:      drivers/media/dvb-frontends/lgdt3305.*
4880
4881 LGUEST
4882 M:      Rusty Russell <rusty@rustcorp.com.au>
4883 L:      lguest@lists.ozlabs.org
4884 W:      http://lguest.ozlabs.org/
4885 S:      Odd Fixes
4886 F:      arch/x86/include/asm/lguest*.h
4887 F:      arch/x86/lguest/
4888 F:      drivers/lguest/
4889 F:      include/linux/lguest*.h
4890 F:      tools/lguest/
4891
4892 LINUX FOR IBM pSERIES (RS/6000)
4893 M:      Paul Mackerras <paulus@au.ibm.com>
4894 W:      http://www.ibm.com/linux/ltc/projects/ppc
4895 S:      Supported
4896 F:      arch/powerpc/boot/rs6000.h
4897
4898 LINUX FOR POWERPC (32-BIT AND 64-BIT)
4899 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4900 M:      Paul Mackerras <paulus@samba.org>
4901 W:      http://www.penguinppc.org/
4902 L:      linuxppc-dev@lists.ozlabs.org
4903 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4905 S:      Supported
4906 F:      Documentation/powerpc/
4907 F:      arch/powerpc/
4908
4909 LINUX FOR POWER MACINTOSH
4910 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4911 W:      http://www.penguinppc.org/
4912 L:      linuxppc-dev@lists.ozlabs.org
4913 S:      Maintained
4914 F:      arch/powerpc/platforms/powermac/
4915 F:      drivers/macintosh/
4916
4917 LINUX FOR POWERPC EMBEDDED MPC5XXX
4918 M:      Anatolij Gustschin <agust@denx.de>
4919 L:      linuxppc-dev@lists.ozlabs.org
4920 T:      git git://git.denx.de/linux-2.6-agust.git
4921 S:      Maintained
4922 F:      arch/powerpc/platforms/512x/
4923 F:      arch/powerpc/platforms/52xx/
4924
4925 LINUX FOR POWERPC EMBEDDED PPC4XX
4926 M:      Josh Boyer <jwboyer@gmail.com>
4927 M:      Matt Porter <mporter@kernel.crashing.org>
4928 W:      http://www.penguinppc.org/
4929 L:      linuxppc-dev@lists.ozlabs.org
4930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4931 S:      Maintained
4932 F:      arch/powerpc/platforms/40x/
4933 F:      arch/powerpc/platforms/44x/
4934
4935 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4936 L:      linuxppc-dev@lists.ozlabs.org
4937 S:      Unmaintained
4938 F:      arch/powerpc/*/*virtex*
4939 F:      arch/powerpc/*/*/*virtex*
4940
4941 LINUX FOR POWERPC EMBEDDED PPC8XX
4942 M:      Vitaly Bordug <vitb@kernel.crashing.org>
4943 M:      Marcelo Tosatti <marcelo@kvack.org>
4944 W:      http://www.penguinppc.org/
4945 L:      linuxppc-dev@lists.ozlabs.org
4946 S:      Maintained
4947 F:      arch/powerpc/platforms/8xx/
4948
4949 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4950 M:      Kumar Gala <galak@kernel.crashing.org>
4951 W:      http://www.penguinppc.org/
4952 L:      linuxppc-dev@lists.ozlabs.org
4953 S:      Maintained
4954 F:      arch/powerpc/platforms/83xx/
4955 F:      arch/powerpc/platforms/85xx/
4956
4957 LINUX FOR POWERPC PA SEMI PWRFICIENT
4958 M:      Olof Johansson <olof@lixom.net>
4959 L:      linuxppc-dev@lists.ozlabs.org
4960 S:      Maintained
4961 F:      arch/powerpc/platforms/pasemi/
4962 F:      drivers/*/*pasemi*
4963 F:      drivers/*/*/*pasemi*
4964
4965 LINUX SECURITY MODULE (LSM) FRAMEWORK
4966 M:      Chris Wright <chrisw@sous-sol.org>
4967 L:      linux-security-module@vger.kernel.org
4968 S:      Supported
4969
4970 LIS3LV02D ACCELEROMETER DRIVER
4971 M:      Eric Piel <eric.piel@tremplin-utc.net>
4972 S:      Maintained
4973 F:      Documentation/misc-devices/lis3lv02d
4974 F:      drivers/misc/lis3lv02d/
4975 F:      drivers/platform/x86/hp_accel.c
4976
4977 LLC (802.2)
4978 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4979 S:      Maintained
4980 F:      include/linux/llc.h
4981 F:      include/uapi/linux/llc.h
4982 F:      include/net/llc*
4983 F:      net/llc/
4984
4985 LM73 HARDWARE MONITOR DRIVER
4986 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
4987 L:      lm-sensors@lm-sensors.org
4988 S:      Maintained
4989 F:      drivers/hwmon/lm73.c
4990
4991 LM78 HARDWARE MONITOR DRIVER
4992 M:      Jean Delvare <khali@linux-fr.org>
4993 L:      lm-sensors@lm-sensors.org
4994 S:      Maintained
4995 F:      Documentation/hwmon/lm78
4996 F:      drivers/hwmon/lm78.c
4997
4998 LM83 HARDWARE MONITOR DRIVER
4999 M:      Jean Delvare <khali@linux-fr.org>
5000 L:      lm-sensors@lm-sensors.org
5001 S:      Maintained
5002 F:      Documentation/hwmon/lm83
5003 F:      drivers/hwmon/lm83.c
5004
5005 LM90 HARDWARE MONITOR DRIVER
5006 M:      Jean Delvare <khali@linux-fr.org>
5007 L:      lm-sensors@lm-sensors.org
5008 S:      Maintained
5009 F:      Documentation/hwmon/lm90
5010 F:      drivers/hwmon/lm90.c
5011
5012 LM95234 HARDWARE MONITOR DRIVER
5013 M:      Guenter Roeck <linux@roeck-us.net>
5014 L:      lm-sensors@lm-sensors.org
5015 S:      Maintained
5016 F:      Documentation/hwmon/lm95234
5017 F:      drivers/hwmon/lm95234.c
5018
5019 LME2510 MEDIA DRIVER
5020 M:      Malcolm Priestley <tvboxspy@gmail.com>
5021 L:      linux-media@vger.kernel.org
5022 W:      http://linuxtv.org/
5023 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5024 S:      Maintained
5025 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5026
5027 LOCKDEP AND LOCKSTAT
5028 M:      Peter Zijlstra <peterz@infradead.org>
5029 M:      Ingo Molnar <mingo@redhat.com>
5030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5031 S:      Maintained
5032 F:      Documentation/lockdep*.txt
5033 F:      Documentation/lockstat.txt
5034 F:      include/linux/lockdep.h
5035 F:      kernel/lockdep*
5036
5037 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5038 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5039 L:      linux-ntfs-dev@lists.sourceforge.net
5040 W:      http://www.linux-ntfs.org/content/view/19/37/
5041 S:      Maintained
5042 F:      Documentation/ldm.txt
5043 F:      block/partitions/ldm.*
5044
5045 LogFS
5046 M:      Joern Engel <joern@logfs.org>
5047 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5048 L:      logfs@logfs.org
5049 W:      logfs.org
5050 S:      Maintained
5051 F:      fs/logfs/
5052
5053 LPC32XX MACHINE SUPPORT
5054 M:      Roland Stigge <stigge@antcom.de>
5055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5056 S:      Maintained
5057 F:      arch/arm/mach-lpc32xx/
5058
5059 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5060 M:      Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
5061 M:      Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
5062 M:      support@lsi.com
5063 L:      DL-MPTFusionLinux@lsi.com
5064 L:      linux-scsi@vger.kernel.org
5065 W:      http://www.lsilogic.com/support
5066 S:      Supported
5067 F:      drivers/message/fusion/
5068 F:      drivers/scsi/mpt2sas/
5069 F:      drivers/scsi/mpt3sas/
5070
5071 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5072 M:      Matthew Wilcox <matthew@wil.cx>
5073 L:      linux-scsi@vger.kernel.org
5074 S:      Maintained
5075 F:      drivers/scsi/sym53c8xx_2/
5076
5077 LTC4261 HARDWARE MONITOR DRIVER
5078 M:      Guenter Roeck <linux@roeck-us.net>
5079 L:      lm-sensors@lm-sensors.org
5080 S:      Maintained
5081 F:      Documentation/hwmon/ltc4261
5082 F:      drivers/hwmon/ltc4261.c
5083
5084 LTP (Linux Test Project)
5085 M:      Shubham Goyal <shubham@linux.vnet.ibm.com>
5086 M:      Mike Frysinger <vapier@gentoo.org>
5087 M:      Cyril Hrubis <chrubis@suse.cz>
5088 M:      Caspar Zhang <caspar@casparzhang.com>
5089 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5090 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5091 W:      http://ltp.sourceforge.net/
5092 T:      git git://github.com/linux-test-project/ltp.git
5093 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
5094 S:      Maintained
5095
5096 M32R ARCHITECTURE
5097 M:      Hirokazu Takata <takata@linux-m32r.org>
5098 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
5099 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
5100 W:      http://www.linux-m32r.org/
5101 S:      Maintained
5102 F:      arch/m32r/
5103
5104 M68K ARCHITECTURE
5105 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5106 L:      linux-m68k@lists.linux-m68k.org
5107 W:      http://www.linux-m68k.org/
5108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5109 S:      Maintained
5110 F:      arch/m68k/
5111 F:      drivers/zorro/
5112
5113 M68K ON APPLE MACINTOSH
5114 M:      Joshua Thompson <funaho@jurai.org>
5115 W:      http://www.mac.linux-m68k.org/
5116 L:      linux-m68k@lists.linux-m68k.org
5117 S:      Maintained
5118 F:      arch/m68k/mac/
5119
5120 M68K ON HP9000/300
5121 M:      Philip Blundell <philb@gnu.org>
5122 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5123 S:      Maintained
5124 F:      arch/m68k/hp300/
5125
5126 M88RS2000 MEDIA DRIVER
5127 M:      Malcolm Priestley <tvboxspy@gmail.com>
5128 L:      linux-media@vger.kernel.org
5129 W:      http://linuxtv.org/
5130 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5131 S:      Maintained
5132 F:      drivers/media/dvb-frontends/m88rs2000*
5133
5134 MA901 MASTERKIT USB FM RADIO DRIVER
5135 M:      Alexey Klimov <klimov.linux@gmail.com>
5136 L:      linux-media@vger.kernel.org
5137 T:      git git://linuxtv.org/media_tree.git
5138 S:      Maintained
5139 F:      drivers/media/radio/radio-ma901.c
5140
5141 MAC80211
5142 M:      Johannes Berg <johannes@sipsolutions.net>
5143 L:      linux-wireless@vger.kernel.org
5144 W:      http://wireless.kernel.org/
5145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5147 S:      Maintained
5148 F:      Documentation/networking/mac80211-injection.txt
5149 F:      include/net/mac80211.h
5150 F:      net/mac80211/
5151
5152 MAC80211 PID RATE CONTROL
5153 M:      Stefano Brivio <stefano.brivio@polimi.it>
5154 M:      Mattias Nissler <mattias.nissler@gmx.de>
5155 L:      linux-wireless@vger.kernel.org
5156 W:      http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
5157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5159 S:      Maintained
5160 F:      net/mac80211/rc80211_pid*
5161
5162 MACVLAN DRIVER
5163 M:      Patrick McHardy <kaber@trash.net>
5164 L:      netdev@vger.kernel.org
5165 S:      Maintained
5166 F:      drivers/net/macvlan.c
5167 F:      include/linux/if_macvlan.h
5168
5169 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5170 M:      Michael Kerrisk <mtk.manpages@gmail.com>
5171 W:      http://www.kernel.org/doc/man-pages
5172 L:      linux-man@vger.kernel.org
5173 S:      Maintained
5174
5175 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5176 M:      Mirko Lindner <mlindner@marvell.com>
5177 M:      Stephen Hemminger <stephen@networkplumber.org>
5178 L:      netdev@vger.kernel.org
5179 S:      Maintained
5180 F:      drivers/net/ethernet/marvell/sk*
5181
5182 MARVELL LIBERTAS WIRELESS DRIVER
5183 L:      libertas-dev@lists.infradead.org
5184 S:      Orphan
5185 F:      drivers/net/wireless/libertas/
5186
5187 MARVELL MV643XX ETHERNET DRIVER
5188 M:      Lennert Buytenhek <buytenh@wantstofly.org>
5189 L:      netdev@vger.kernel.org
5190 S:      Maintained
5191 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
5192 F:      include/linux/mv643xx.h
5193
5194 MARVELL MVNETA ETHERNET DRIVER
5195 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5196 L:      netdev@vger.kernel.org
5197 S:      Maintained
5198 F:      drivers/net/ethernet/marvell/mvneta.*
5199
5200 MARVELL MWIFIEX WIRELESS DRIVER
5201 M:      Bing Zhao <bzhao@marvell.com>
5202 L:      linux-wireless@vger.kernel.org
5203 S:      Maintained
5204 F:      drivers/net/wireless/mwifiex/
5205
5206 MARVELL MWL8K WIRELESS DRIVER
5207 M:      Lennert Buytenhek <buytenh@wantstofly.org>
5208 L:      linux-wireless@vger.kernel.org
5209 S:      Odd Fixes
5210 F:      drivers/net/wireless/mwl8k.c
5211
5212 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
5213 M:      Nicolas Pitre <nico@fluxnic.net>
5214 S:      Odd Fixes
5215 F:      drivers/mmc/host/mvsdio.*
5216
5217 MATROX FRAMEBUFFER DRIVER
5218 L:      linux-fbdev@vger.kernel.org
5219 S:      Orphan
5220 F:      drivers/video/matrox/matroxfb_*
5221 F:      include/uapi/linux/matroxfb.h
5222
5223 MAX16065 HARDWARE MONITOR DRIVER
5224 M:      Guenter Roeck <linux@roeck-us.net>
5225 L:      lm-sensors@lm-sensors.org
5226 S:      Maintained
5227 F:      Documentation/hwmon/max16065
5228 F:      drivers/hwmon/max16065.c
5229
5230 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5231 M:      "Hans J. Koch" <hjk@hansjkoch.de>
5232 L:      lm-sensors@lm-sensors.org
5233 S:      Maintained
5234 F:      Documentation/hwmon/max6650
5235 F:      drivers/hwmon/max6650.c
5236
5237 MAX6697 HARDWARE MONITOR DRIVER
5238 M:      Guenter Roeck <linux@roeck-us.net>
5239 L:      lm-sensors@lm-sensors.org
5240 S:      Maintained
5241 F:      Documentation/hwmon/max6697
5242 F:      Documentation/devicetree/bindings/i2c/max6697.txt
5243 F:      drivers/hwmon/max6697.c
5244 F:      include/linux/platform_data/max6697.h
5245
5246 MAXIRADIO FM RADIO RECEIVER DRIVER
5247 M:      Hans Verkuil <hverkuil@xs4all.nl>
5248 L:      linux-media@vger.kernel.org
5249 T:      git git://linuxtv.org/media_tree.git
5250 W:      http://linuxtv.org
5251 S:      Maintained
5252 F:      drivers/media/radio/radio-maxiradio*
5253
5254 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
5255 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
5256 P:      LinuxTV.org Project
5257 L:      linux-media@vger.kernel.org
5258 W:      http://linuxtv.org
5259 Q:      http://patchwork.kernel.org/project/linux-media/list/
5260 T:      git git://linuxtv.org/media_tree.git
5261 S:      Maintained
5262 F:      Documentation/dvb/
5263 F:      Documentation/video4linux/
5264 F:      Documentation/DocBook/media/
5265 F:      drivers/media/
5266 F:      drivers/staging/media/
5267 F:      include/media/
5268 F:      include/uapi/linux/dvb/
5269 F:      include/uapi/linux/videodev2.h
5270 F:      include/uapi/linux/media.h
5271 F:      include/uapi/linux/v4l2-*
5272 F:      include/uapi/linux/meye.h
5273 F:      include/uapi/linux/ivtv*
5274 F:      include/uapi/linux/uvcvideo.h
5275
5276 MEDIAVISION PRO MOVIE STUDIO DRIVER
5277 M:      Hans Verkuil <hverkuil@xs4all.nl>
5278 L:      linux-media@vger.kernel.org
5279 T:      git git://linuxtv.org/media_tree.git
5280 W:      http://linuxtv.org
5281 S:      Odd Fixes
5282 F:      drivers/media/parport/pms*
5283
5284 MEGARAID SCSI DRIVERS
5285 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
5286 L:      linux-scsi@vger.kernel.org
5287 W:      http://megaraid.lsilogic.com
5288 S:      Maintained
5289 F:      Documentation/scsi/megaraid.txt
5290 F:      drivers/scsi/megaraid.*
5291 F:      drivers/scsi/megaraid/
5292
5293 MELLANOX ETHERNET DRIVER (mlx4_en)
5294 M:      Amir Vadai <amirv@mellanox.com>
5295 L:      netdev@vger.kernel.org
5296 S:      Supported
5297 W:      http://www.mellanox.com
5298 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5299 F:      drivers/net/ethernet/mellanox/mlx4/en_*
5300
5301 MEMORY MANAGEMENT
5302 L:      linux-mm@kvack.org
5303 W:      http://www.linux-mm.org
5304 S:      Maintained
5305 F:      include/linux/mm.h
5306 F:      include/linux/gfp.h
5307 F:      include/linux/mmzone.h
5308 F:      include/linux/memory_hotplug.h
5309 F:      include/linux/vmalloc.h
5310 F:      mm/
5311
5312 MEMORY RESOURCE CONTROLLER
5313 M:      Johannes Weiner <hannes@cmpxchg.org>
5314 M:      Michal Hocko <mhocko@suse.cz>
5315 M:      Balbir Singh <bsingharora@gmail.com>
5316 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
5317 L:      cgroups@vger.kernel.org
5318 L:      linux-mm@kvack.org
5319 S:      Maintained
5320 F:      mm/memcontrol.c
5321 F:      mm/page_cgroup.c
5322
5323 MEMORY TECHNOLOGY DEVICES (MTD)
5324 M:      David Woodhouse <dwmw2@infradead.org>
5325 L:      linux-mtd@lists.infradead.org
5326 W:      http://www.linux-mtd.infradead.org/
5327 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
5328 T:      git git://git.infradead.org/mtd-2.6.git
5329 S:      Maintained
5330 F:      drivers/mtd/
5331 F:      include/linux/mtd/
5332 F:      include/uapi/mtd/
5333
5334 METAG ARCHITECTURE
5335 M:      James Hogan <james.hogan@imgtec.com>
5336 S:      Supported
5337 F:      arch/metag/
5338 F:      Documentation/metag/
5339 F:      Documentation/devicetree/bindings/metag/
5340 F:      drivers/clocksource/metag_generic.c
5341 F:      drivers/irqchip/irq-metag.c
5342 F:      drivers/irqchip/irq-metag-ext.c
5343 F:      drivers/tty/metag_da.c
5344 F:      fs/imgdafs/
5345
5346 MICROBLAZE ARCHITECTURE
5347 M:      Michal Simek <monstr@monstr.eu>
5348 L:      microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
5349 W:      http://www.monstr.eu/fdt/
5350 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
5351 S:      Supported
5352 F:      arch/microblaze/
5353
5354 MICROTEK X6 SCANNER
5355 M:      Oliver Neukum <oliver@neukum.org>
5356 S:      Maintained
5357 F:      drivers/usb/image/microtek.*
5358
5359 MIPS
5360 M:      Ralf Baechle <ralf@linux-mips.org>
5361 L:      linux-mips@linux-mips.org
5362 W:      http://www.linux-mips.org/
5363 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
5364 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
5365 S:      Supported
5366 F:      Documentation/mips/
5367 F:      arch/mips/
5368
5369 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5370 M:      Hans Verkuil <hverkuil@xs4all.nl>
5371 L:      linux-media@vger.kernel.org
5372 T:      git git://linuxtv.org/media_tree.git
5373 W:      http://linuxtv.org
5374 S:      Odd Fixes
5375 F:      drivers/media/radio/radio-miropcm20*
5376
5377 MODULE SUPPORT
5378 M:      Rusty Russell <rusty@rustcorp.com.au>
5379 S:      Maintained
5380 F:      include/linux/module.h
5381 F:      kernel/module.c
5382
5383 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5384 W:      http://popies.net/meye/
5385 S:      Orphan
5386 F:      Documentation/video4linux/meye.txt
5387 F:      drivers/media/pci/meye/
5388 F:      include/uapi/linux/meye.h
5389
5390 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5391 M:      Jiri Slaby <jirislaby@gmail.com>
5392 S:      Maintained
5393 F:      Documentation/serial/moxa-smartio
5394 F:      drivers/tty/mxser.*
5395
5396 MR800 AVERMEDIA USB FM RADIO DRIVER
5397 M:      Alexey Klimov <klimov.linux@gmail.com>
5398 L:      linux-media@vger.kernel.org
5399 T:      git git://linuxtv.org/media_tree.git
5400 S:      Maintained
5401 F:      drivers/media/radio/radio-mr800.c
5402
5403 MSI LAPTOP SUPPORT
5404 M:      "Lee, Chun-Yi" <jlee@suse.com>
5405 L:      platform-driver-x86@vger.kernel.org
5406 S:      Maintained
5407 F:      drivers/platform/x86/msi-laptop.c
5408
5409 MSI WMI SUPPORT
5410 M:      Anisse Astier <anisse@astier.eu>
5411 L:      platform-driver-x86@vger.kernel.org
5412 S:      Supported
5413 F:      drivers/platform/x86/msi-wmi.c
5414
5415 MT9M032 SENSOR DRIVER
5416 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5417 L:      linux-media@vger.kernel.org
5418 T:      git git://linuxtv.org/media_tree.git
5419 S:      Maintained
5420 F:      drivers/media/i2c/mt9m032.c
5421 F:      include/media/mt9m032.h
5422
5423 MT9P031 SENSOR DRIVER
5424 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5425 L:      linux-media@vger.kernel.org
5426 T:      git git://linuxtv.org/media_tree.git
5427 S:      Maintained
5428 F:      drivers/media/i2c/mt9p031.c
5429 F:      include/media/mt9p031.h
5430
5431 MT9T001 SENSOR DRIVER
5432 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5433 L:      linux-media@vger.kernel.org
5434 T:      git git://linuxtv.org/media_tree.git
5435 S:      Maintained
5436 F:      drivers/media/i2c/mt9t001.c
5437 F:      include/media/mt9t001.h
5438
5439 MT9V032 SENSOR DRIVER
5440 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5441 L:      linux-media@vger.kernel.org
5442 T:      git git://linuxtv.org/media_tree.git
5443 S:      Maintained
5444 F:      drivers/media/i2c/mt9v032.c
5445 F:      include/media/mt9v032.h
5446
5447 MULTIFUNCTION DEVICES (MFD)
5448 M:      Samuel Ortiz <sameo@linux.intel.com>
5449 M:      Lee Jones <lee.jones@linaro.org>
5450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next.git
5451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes.git
5452 S:      Supported
5453 F:      drivers/mfd/
5454
5455 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5456 M:      Chris Ball <cjb@laptop.org>
5457 L:      linux-mmc@vger.kernel.org
5458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5459 S:      Maintained
5460 F:      drivers/mmc/
5461 F:      include/linux/mmc/
5462 F:      include/uapi/linux/mmc/
5463
5464 MULTIMEDIA CARD (MMC) ETC. OVER SPI
5465 S:      Orphan
5466 F:      drivers/mmc/host/mmc_spi.c
5467 F:      include/linux/spi/mmc_spi.h
5468
5469 MULTISOUND SOUND DRIVER
5470 M:      Andrew Veliath <andrewtv@usa.net>
5471 S:      Maintained
5472 F:      Documentation/sound/oss/MultiSound
5473 F:      sound/oss/msnd*
5474
5475 MULTITECH MULTIPORT CARD (ISICOM)
5476 S:      Orphan
5477 F:      drivers/tty/isicom.c
5478 F:      include/linux/isicom.h
5479
5480 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5481 M:      Felipe Balbi <balbi@ti.com>
5482 L:      linux-usb@vger.kernel.org
5483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5484 S:      Maintained
5485 F:      drivers/usb/musb/
5486
5487 MXL5007T MEDIA DRIVER
5488 M:      Michael Krufky <mkrufky@linuxtv.org>
5489 L:      linux-media@vger.kernel.org
5490 W:      http://linuxtv.org/
5491 W:      http://github.com/mkrufky
5492 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5493 T:      git git://linuxtv.org/mkrufky/tuners.git
5494 S:      Maintained
5495 F:      drivers/media/tuners/mxl5007t.*
5496
5497 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5498 M:      Andrew Gallatin <gallatin@myri.com>
5499 L:      netdev@vger.kernel.org
5500 W:      http://www.myri.com/scs/download-Myri10GE.html
5501 S:      Supported
5502 F:      drivers/net/ethernet/myricom/myri10ge/
5503
5504 NATSEMI ETHERNET DRIVER (DP8381x)
5505 S:      Orphan
5506 F:      drivers/net/ethernet/natsemi/natsemi.c
5507
5508 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5509 M:      Daniel Mack <zonque@gmail.com>
5510 S:      Maintained
5511 L:      alsa-devel@alsa-project.org
5512 W:      http://www.native-instruments.com
5513 F:      sound/usb/caiaq/
5514
5515 NCP FILESYSTEM
5516 M:      Petr Vandrovec <petr@vandrovec.name>
5517 S:      Odd Fixes
5518 F:      fs/ncpfs/
5519
5520 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5521 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5522 L:      linux-scsi@vger.kernel.org
5523 S:      Maintained
5524 F:      drivers/scsi/NCR_D700.*
5525
5526 NCT6775 HARDWARE MONITOR DRIVER
5527 M:      Guenter Roeck <linux@roeck-us.net>
5528 L:      lm-sensors@lm-sensors.org
5529 S:      Maintained
5530 F:      Documentation/hwmon/nct6775
5531 F:      drivers/hwmon/nct6775.c
5532
5533 NETEFFECT IWARP RNIC DRIVER (IW_NES)
5534 M:      Faisal Latif <faisal.latif@intel.com>
5535 L:      linux-rdma@vger.kernel.org
5536 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5537 S:      Supported
5538 F:      drivers/infiniband/hw/nes/
5539
5540 NETEM NETWORK EMULATOR
5541 M:      Stephen Hemminger <stephen@networkplumber.org>
5542 L:      netem@lists.linux-foundation.org
5543 S:      Maintained
5544 F:      net/sched/sch_netem.c
5545
5546 NETERION 10GbE DRIVERS (s2io/vxge)
5547 M:      Jon Mason <jdmason@kudzu.us>
5548 L:      netdev@vger.kernel.org
5549 S:      Supported
5550 F:      Documentation/networking/s2io.txt
5551 F:      Documentation/networking/vxge.txt
5552 F:      drivers/net/ethernet/neterion/
5553
5554 NETFILTER/IPTABLES
5555 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5556 M:      Patrick McHardy <kaber@trash.net>
5557 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
5558 L:      netfilter-devel@vger.kernel.org
5559 L:      netfilter@vger.kernel.org
5560 L:      coreteam@netfilter.org
5561 W:      http://www.netfilter.org/
5562 W:      http://www.iptables.org/
5563 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
5564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
5565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
5566 S:      Supported
5567 F:      include/linux/netfilter*
5568 F:      include/linux/netfilter/
5569 F:      include/net/netfilter/
5570 F:      include/uapi/linux/netfilter*
5571 F:      include/uapi/linux/netfilter/
5572 F:      net/*/netfilter.c
5573 F:      net/*/netfilter/
5574 F:      net/netfilter/
5575
5576 NETLABEL
5577 M:      Paul Moore <paul@paul-moore.com>
5578 W:      http://netlabel.sf.net
5579 L:      netdev@vger.kernel.org
5580 S:      Maintained
5581 F:      Documentation/netlabel/
5582 F:      include/net/netlabel.h
5583 F:      net/netlabel/
5584
5585 NETROM NETWORK LAYER
5586 M:      Ralf Baechle <ralf@linux-mips.org>
5587 L:      linux-hams@vger.kernel.org
5588 W:      http://www.linux-ax25.org/
5589 S:      Maintained
5590 F:      include/net/netrom.h
5591 F:      include/uapi/linux/netrom.h
5592 F:      net/netrom/
5593
5594 NETWORK BLOCK DEVICE (NBD)
5595 M:      Paul Clements <Paul.Clements@steeleye.com>
5596 S:      Maintained
5597 L:      nbd-general@lists.sourceforge.net
5598 F:      Documentation/blockdev/nbd.txt
5599 F:      drivers/block/nbd.c
5600 F:      include/linux/nbd.h
5601 F:      include/uapi/linux/nbd.h
5602
5603 NETWORK DROP MONITOR
5604 M:      Neil Horman <nhorman@tuxdriver.com>
5605 L:      netdev@vger.kernel.org
5606 S:      Maintained
5607 W:      https://fedorahosted.org/dropwatch/
5608 F:      net/core/drop_monitor.c
5609
5610 NETWORKING [GENERAL]
5611 M:      "David S. Miller" <davem@davemloft.net>
5612 L:      netdev@vger.kernel.org
5613 W:      http://www.linuxfoundation.org/en/Net
5614 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5617 S:      Maintained
5618 F:      net/
5619 F:      include/net/
5620 F:      include/linux/in.h
5621 F:      include/linux/net.h
5622 F:      include/linux/netdevice.h
5623 F:      include/uapi/linux/in.h
5624 F:      include/uapi/linux/net.h
5625 F:      include/uapi/linux/netdevice.h
5626
5627 NETWORKING [IPv4/IPv6]
5628 M:      "David S. Miller" <davem@davemloft.net>
5629 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5630 M:      James Morris <jmorris@namei.org>
5631 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5632 M:      Patrick McHardy <kaber@trash.net>
5633 L:      netdev@vger.kernel.org
5634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5635 S:      Maintained
5636 F:      net/ipv4/
5637 F:      net/ipv6/
5638 F:      include/net/ip*
5639 F:      arch/x86/net/*
5640
5641 NETWORKING [IPSEC]
5642 M:      Steffen Klassert <steffen.klassert@secunet.com>
5643 M:      Herbert Xu <herbert@gondor.apana.org.au>
5644 M:      "David S. Miller" <davem@davemloft.net>
5645 L:      netdev@vger.kernel.org
5646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5647 S:      Maintained
5648 F:      net/xfrm/
5649 F:      net/key/
5650 F:      net/ipv4/xfrm*
5651 F:      net/ipv6/xfrm*
5652 F:      include/uapi/linux/xfrm.h
5653 F:      include/net/xfrm.h
5654
5655 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5656 M:      Paul Moore <paul@paul-moore.com>
5657 L:      netdev@vger.kernel.org
5658 S:      Maintained
5659
5660 NETWORKING [WIRELESS]
5661 M:      "John W. Linville" <linville@tuxdriver.com>
5662 L:      linux-wireless@vger.kernel.org
5663 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
5664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5665 S:      Maintained
5666 F:      net/mac80211/
5667 F:      net/rfkill/
5668 F:      net/wireless/
5669 F:      include/net/ieee80211*
5670 F:      include/linux/wireless.h
5671 F:      include/uapi/linux/wireless.h
5672 F:      include/net/iw_handler.h
5673 F:      drivers/net/wireless/
5674
5675 NETWORKING DRIVERS
5676 L:      netdev@vger.kernel.org
5677 W:      http://www.linuxfoundation.org/en/Net
5678 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5681 S:      Odd Fixes
5682 F:      drivers/net/
5683 F:      include/linux/if_*
5684 F:      include/linux/netdevice.h
5685 F:      include/linux/arcdevice.h
5686 F:      include/linux/etherdevice.h
5687 F:      include/linux/fcdevice.h
5688 F:      include/linux/fddidevice.h
5689 F:      include/linux/hippidevice.h
5690 F:      include/linux/inetdevice.h
5691 F:      include/uapi/linux/if_*
5692 F:      include/uapi/linux/netdevice.h
5693
5694 NETXEN (1/10) GbE SUPPORT
5695 M:      Manish Chopra <manish.chopra@qlogic.com>
5696 M:      Sony Chacko <sony.chacko@qlogic.com>
5697 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
5698 L:      netdev@vger.kernel.org
5699 W:      http://www.qlogic.com
5700 S:      Supported
5701 F:      drivers/net/ethernet/qlogic/netxen/
5702
5703 NFC SUBSYSTEM
5704 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5705 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5706 M:      Samuel Ortiz <sameo@linux.intel.com>
5707 L:      linux-wireless@vger.kernel.org
5708 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
5709 S:      Maintained
5710 F:      net/nfc/
5711 F:      include/net/nfc/
5712 F:      include/uapi/linux/nfc.h
5713 F:      drivers/nfc/
5714 F:      include/linux/platform_data/pn544.h
5715
5716 NFS, SUNRPC, AND LOCKD CLIENTS
5717 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
5718 L:      linux-nfs@vger.kernel.org
5719 W:      http://client.linux-nfs.org
5720 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5721 S:      Maintained
5722 F:      fs/lockd/
5723 F:      fs/nfs/
5724 F:      fs/nfs_common/
5725 F:      net/sunrpc/
5726 F:      include/linux/lockd/
5727 F:      include/linux/nfs*
5728 F:      include/linux/sunrpc/
5729 F:      include/uapi/linux/nfs*
5730 F:      include/uapi/linux/sunrpc/
5731
5732 NILFS2 FILESYSTEM
5733 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5734 L:      linux-nilfs@vger.kernel.org
5735 W:      http://www.nilfs.org/en/
5736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5737 S:      Supported
5738 F:      Documentation/filesystems/nilfs2.txt
5739 F:      fs/nilfs2/
5740 F:      include/linux/nilfs2_fs.h
5741
5742 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5743 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5744 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5745 S:      Maintained
5746 F:      Documentation/scsi/NinjaSCSI.txt
5747 F:      drivers/scsi/pcmcia/nsp_*
5748
5749 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5750 M:      GOTO Masanori <gotom@debian.or.jp>
5751 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5752 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5753 S:      Maintained
5754 F:      Documentation/scsi/NinjaSCSI.txt
5755 F:      drivers/scsi/nsp32*
5756
5757 NTB DRIVER
5758 M:      Jon Mason <jon.mason@intel.com>
5759 S:      Supported
5760 F:      drivers/ntb/
5761 F:      drivers/net/ntb_netdev.c
5762 F:      include/linux/ntb.h
5763
5764 NTFS FILESYSTEM
5765 M:      Anton Altaparmakov <anton@tuxera.com>
5766 L:      linux-ntfs-dev@lists.sourceforge.net
5767 W:      http://www.tuxera.com/
5768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5769 S:      Supported
5770 F:      Documentation/filesystems/ntfs.txt
5771 F:      fs/ntfs/
5772
5773 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5774 M:      Antonino Daplas <adaplas@gmail.com>
5775 L:      linux-fbdev@vger.kernel.org
5776 S:      Maintained
5777 F:      drivers/video/riva/
5778 F:      drivers/video/nvidia/
5779
5780 NVM EXPRESS DRIVER
5781 M:      Matthew Wilcox <willy@linux.intel.com>
5782 L:      linux-nvme@lists.infradead.org
5783 T:      git git://git.infradead.org/users/willy/linux-nvme.git
5784 S:      Supported
5785 F:      drivers/block/nvme.c
5786 F:      include/linux/nvme.h
5787
5788 OMAP SUPPORT
5789 M:      Tony Lindgren <tony@atomide.com>
5790 L:      linux-omap@vger.kernel.org
5791 W:      http://www.muru.com/linux/omap/
5792 W:      http://linux.omap.com/
5793 Q:      http://patchwork.kernel.org/project/linux-omap/list/
5794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5795 S:      Maintained
5796 F:      arch/arm/*omap*/
5797 F:      drivers/i2c/busses/i2c-omap.c
5798 F:      include/linux/i2c-omap.h
5799
5800 OMAP DEVICE TREE SUPPORT
5801 M:      Benoît Cousson <b-cousson@ti.com>
5802 M:      Tony Lindgren <tony@atomide.com>
5803 L:      linux-omap@vger.kernel.org
5804 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5805 S:      Maintained
5806 F:      arch/arm/boot/dts/*omap*
5807 F:      arch/arm/boot/dts/*am3*
5808
5809 OMAP CLOCK FRAMEWORK SUPPORT
5810 M:      Paul Walmsley <paul@pwsan.com>
5811 L:      linux-omap@vger.kernel.org
5812 S:      Maintained
5813 F:      arch/arm/*omap*/*clock*
5814
5815 OMAP POWER MANAGEMENT SUPPORT
5816 M:      Kevin Hilman <khilman@deeprootsystems.com>
5817 L:      linux-omap@vger.kernel.org
5818 S:      Maintained
5819 F:      arch/arm/*omap*/*pm*
5820 F:      drivers/cpufreq/omap-cpufreq.c
5821
5822 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5823 M:      Rajendra Nayak <rnayak@ti.com>
5824 M:      Paul Walmsley <paul@pwsan.com>
5825 L:      linux-omap@vger.kernel.org
5826 S:      Maintained
5827 F:      arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5828 F:      arch/arm/mach-omap2/powerdomain44xx.c
5829 F:      arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5830 F:      arch/arm/mach-omap2/clockdomain44xx.c
5831
5832 OMAP AUDIO SUPPORT
5833 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
5834 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
5835 L:      alsa-devel@alsa-project.org (subscribers-only)
5836 L:      linux-omap@vger.kernel.org
5837 S:      Maintained
5838 F:      sound/soc/omap/
5839
5840 OMAP FRAMEBUFFER SUPPORT
5841 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5842 L:      linux-fbdev@vger.kernel.org
5843 L:      linux-omap@vger.kernel.org
5844 S:      Maintained
5845 F:      drivers/video/omap/
5846
5847 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5848 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5849 L:      linux-omap@vger.kernel.org
5850 L:      linux-fbdev@vger.kernel.org
5851 S:      Maintained
5852 F:      drivers/video/omap2/
5853 F:      Documentation/arm/OMAP/DSS
5854
5855 OMAP HARDWARE SPINLOCK SUPPORT
5856 M:      Ohad Ben-Cohen <ohad@wizery.com>
5857 L:      linux-omap@vger.kernel.org
5858 S:      Maintained
5859 F:      drivers/hwspinlock/omap_hwspinlock.c
5860 F:      arch/arm/mach-omap2/hwspinlock.c
5861
5862 OMAP MMC SUPPORT
5863 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
5864 L:      linux-omap@vger.kernel.org
5865 S:      Maintained
5866 F:      drivers/mmc/host/omap.c
5867
5868 OMAP HS MMC SUPPORT
5869 M:      Balaji T K <balajitk@ti.com>
5870 L:      linux-mmc@vger.kernel.org
5871 L:      linux-omap@vger.kernel.org
5872 S:      Maintained
5873 F:      drivers/mmc/host/omap_hsmmc.c
5874
5875 OMAP RANDOM NUMBER GENERATOR SUPPORT
5876 M:      Deepak Saxena <dsaxena@plexity.net>
5877 S:      Maintained
5878 F:      drivers/char/hw_random/omap-rng.c
5879
5880 OMAP HWMOD SUPPORT
5881 M:      Benoît Cousson <b-cousson@ti.com>
5882 M:      Paul Walmsley <paul@pwsan.com>
5883 L:      linux-omap@vger.kernel.org
5884 S:      Maintained
5885 F:      arch/arm/mach-omap2/omap_hwmod.*
5886
5887 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5888 M:      Benoît Cousson <b-cousson@ti.com>
5889 L:      linux-omap@vger.kernel.org
5890 S:      Maintained
5891 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5892
5893 OMAP IMAGE SIGNAL PROCESSOR (ISP)
5894 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5895 L:      linux-media@vger.kernel.org
5896 S:      Maintained
5897 F:      drivers/media/platform/omap3isp/
5898
5899 OMAP USB SUPPORT
5900 M:      Felipe Balbi <balbi@ti.com>
5901 L:      linux-usb@vger.kernel.org
5902 L:      linux-omap@vger.kernel.org
5903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5904 S:      Maintained
5905 F:      drivers/usb/*/*omap*
5906 F:      arch/arm/*omap*/usb*
5907
5908 OMAP GPIO DRIVER
5909 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
5910 M:      Kevin Hilman <khilman@deeprootsystems.com>
5911 L:      linux-omap@vger.kernel.org
5912 S:      Maintained
5913 F:      drivers/gpio/gpio-omap.c
5914
5915 OMFS FILESYSTEM
5916 M:      Bob Copeland <me@bobcopeland.com>
5917 L:      linux-karma-devel@lists.sourceforge.net
5918 S:      Maintained
5919 F:      Documentation/filesystems/omfs.txt
5920 F:      fs/omfs/
5921
5922 OMNIKEY CARDMAN 4000 DRIVER
5923 M:      Harald Welte <laforge@gnumonks.org>
5924 S:      Maintained
5925 F:      drivers/char/pcmcia/cm4000_cs.c
5926 F:      include/linux/cm4000_cs.h
5927 F:      include/uapi/linux/cm4000_cs.h
5928
5929 OMNIKEY CARDMAN 4040 DRIVER
5930 M:      Harald Welte <laforge@gnumonks.org>
5931 S:      Maintained
5932 F:      drivers/char/pcmcia/cm4040_cs.*
5933
5934 OMNIVISION OV7670 SENSOR DRIVER
5935 M:      Jonathan Corbet <corbet@lwn.net>
5936 L:      linux-media@vger.kernel.org
5937 T:      git git://linuxtv.org/media_tree.git
5938 S:      Maintained
5939 F:      drivers/media/i2c/ov7670.c
5940
5941 ONENAND FLASH DRIVER
5942 M:      Kyungmin Park <kyungmin.park@samsung.com>
5943 L:      linux-mtd@lists.infradead.org
5944 S:      Maintained
5945 F:      drivers/mtd/onenand/
5946 F:      include/linux/mtd/onenand*.h
5947
5948 ONSTREAM SCSI TAPE DRIVER
5949 M:      Willem Riede <osst@riede.org>
5950 L:      osst-users@lists.sourceforge.net
5951 L:      linux-scsi@vger.kernel.org
5952 S:      Maintained
5953 F:      drivers/scsi/osst*
5954 F:      drivers/scsi/st*
5955
5956 OPENCORES I2C BUS DRIVER
5957 M:      Peter Korsgaard <jacmet@sunsite.dk>
5958 L:      linux-i2c@vger.kernel.org
5959 S:      Maintained
5960 F:      Documentation/i2c/busses/i2c-ocores
5961 F:      drivers/i2c/busses/i2c-ocores.c
5962
5963 OPEN FIRMWARE AND FLATTENED DEVICE TREE
5964 M:      Grant Likely <grant.likely@linaro.org>
5965 M:      Rob Herring <rob.herring@calxeda.com>
5966 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5967 W:      http://fdt.secretlab.ca
5968 T:      git git://git.secretlab.ca/git/linux-2.6.git
5969 S:      Maintained
5970 F:      Documentation/devicetree
5971 F:      drivers/of
5972 F:      include/linux/of*.h
5973 F:      scripts/dtc
5974 K:      of_get_property
5975 K:      of_match_table
5976
5977 OPENRISC ARCHITECTURE
5978 M:      Jonas Bonn <jonas@southpole.se>
5979 W:      http://openrisc.net
5980 L:      linux@lists.openrisc.net (moderated for non-subscribers)
5981 S:      Maintained
5982 T:      git git://openrisc.net/~jonas/linux
5983 F:      arch/openrisc
5984
5985 OPENVSWITCH
5986 M:      Jesse Gross <jesse@nicira.com>
5987 L:      dev@openvswitch.org
5988 W:      http://openvswitch.org
5989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5990 S:      Maintained
5991 F:      net/openvswitch/
5992
5993 OPL4 DRIVER
5994 M:      Clemens Ladisch <clemens@ladisch.de>
5995 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5996 T:      git git://git.alsa-project.org/alsa-kernel.git
5997 S:      Maintained
5998 F:      sound/drivers/opl4/
5999
6000 OPROFILE
6001 M:      Robert Richter <rric@kernel.org>
6002 L:      oprofile-list@lists.sf.net
6003 S:      Maintained
6004 F:      arch/*/include/asm/oprofile*.h
6005 F:      arch/*/oprofile/
6006 F:      drivers/oprofile/
6007 F:      include/linux/oprofile.h
6008
6009 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
6010 M:      Mark Fasheh <mfasheh@suse.com>
6011 M:      Joel Becker <jlbec@evilplan.org>
6012 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
6013 W:      http://oss.oracle.com/projects/ocfs2/
6014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
6015 S:      Supported
6016 F:      Documentation/filesystems/ocfs2.txt
6017 F:      Documentation/filesystems/dlmfs.txt
6018 F:      fs/ocfs2/
6019
6020 ORINOCO DRIVER
6021 L:      linux-wireless@vger.kernel.org
6022 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
6023 W:      http://www.nongnu.org/orinoco/
6024 S:      Orphan
6025 F:      drivers/net/wireless/orinoco/
6026
6027 OSD LIBRARY and FILESYSTEM
6028 M:      Boaz Harrosh <bharrosh@panasas.com>
6029 M:      Benny Halevy <bhalevy@tonian.com>
6030 L:      osd-dev@open-osd.org
6031 W:      http://open-osd.org
6032 T:      git git://git.open-osd.org/open-osd.git
6033 S:      Maintained
6034 F:      drivers/scsi/osd/
6035 F:      include/scsi/osd_*
6036 F:      fs/exofs/
6037
6038 P54 WIRELESS DRIVER
6039 M:      Christian Lamparter <chunkeey@googlemail.com>
6040 L:      linux-wireless@vger.kernel.org
6041 W:      http://wireless.kernel.org/en/users/Drivers/p54
6042 S:      Maintained
6043 F:      drivers/net/wireless/p54/
6044
6045 PA SEMI ETHERNET DRIVER
6046 M:      Olof Johansson <olof@lixom.net>
6047 L:      netdev@vger.kernel.org
6048 S:      Maintained
6049 F:      drivers/net/ethernet/pasemi/*
6050
6051 PA SEMI SMBUS DRIVER
6052 M:      Olof Johansson <olof@lixom.net>
6053 L:      linux-i2c@vger.kernel.org
6054 S:      Maintained
6055 F:      drivers/i2c/busses/i2c-pasemi.c
6056
6057 PADATA PARALLEL EXECUTION MECHANISM
6058 M:      Steffen Klassert <steffen.klassert@secunet.com>
6059 L:      linux-crypto@vger.kernel.org
6060 S:      Maintained
6061 F:      kernel/padata.c
6062 F:      include/linux/padata.h
6063 F:      Documentation/padata.txt
6064
6065 PANASONIC LAPTOP ACPI EXTRAS DRIVER
6066 M:      Harald Welte <laforge@gnumonks.org>
6067 L:      platform-driver-x86@vger.kernel.org
6068 S:      Maintained
6069 F:      drivers/platform/x86/panasonic-laptop.c
6070
6071 PANASONIC MN10300/AM33/AM34 PORT
6072 M:      David Howells <dhowells@redhat.com>
6073 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
6074 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
6075 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
6076 S:      Maintained
6077 F:      Documentation/mn10300/
6078 F:      arch/mn10300/
6079
6080 PARALLEL PORT SUPPORT
6081 L:      linux-parport@lists.infradead.org (subscribers-only)
6082 S:      Orphan
6083 F:      drivers/parport/
6084 F:      include/linux/parport*.h
6085 F:      drivers/char/ppdev.c
6086 F:      include/uapi/linux/ppdev.h
6087
6088 PARAVIRT_OPS INTERFACE
6089 M:      Jeremy Fitzhardinge <jeremy@goop.org>
6090 M:      Chris Wright <chrisw@sous-sol.org>
6091 M:      Alok Kataria <akataria@vmware.com>
6092 M:      Rusty Russell <rusty@rustcorp.com.au>
6093 L:      virtualization@lists.linux-foundation.org
6094 S:      Supported
6095 F:      Documentation/ia64/paravirt_ops.txt
6096 F:      arch/*/kernel/paravirt*
6097 F:      arch/*/include/asm/paravirt.h
6098
6099 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
6100 M:      Tim Waugh <tim@cyberelk.net>
6101 L:      linux-parport@lists.infradead.org (subscribers-only)
6102 W:      http://www.torque.net/linux-pp.html
6103 S:      Maintained
6104 F:      Documentation/blockdev/paride.txt
6105 F:      drivers/block/paride/
6106
6107 PARISC ARCHITECTURE
6108 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
6109 M:      Helge Deller <deller@gmx.de>
6110 L:      linux-parisc@vger.kernel.org
6111 W:      http://www.parisc-linux.org/
6112 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
6113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
6114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
6115 S:      Maintained
6116 F:      arch/parisc/
6117 F:      Documentation/parisc/
6118 F:      drivers/parisc/
6119 F:      drivers/char/agp/parisc-agp.c
6120 F:      drivers/input/serio/gscps2.c
6121 F:      drivers/parport/parport_gsc.*
6122 F:      drivers/tty/serial/8250/8250_gsc.c
6123 F:      drivers/video/sti*
6124 F:      drivers/video/console/sti*
6125 F:      drivers/video/logo/logo_parisc*
6126
6127 PC87360 HARDWARE MONITORING DRIVER
6128 M:      Jim Cromie <jim.cromie@gmail.com>
6129 L:      lm-sensors@lm-sensors.org
6130 S:      Maintained
6131 F:      Documentation/hwmon/pc87360
6132 F:      drivers/hwmon/pc87360.c
6133
6134 PC8736x GPIO DRIVER
6135 M:      Jim Cromie <jim.cromie@gmail.com>
6136 S:      Maintained
6137 F:      drivers/char/pc8736x_gpio.c
6138
6139 PC87427 HARDWARE MONITORING DRIVER
6140 M:      Jean Delvare <khali@linux-fr.org>
6141 L:      lm-sensors@lm-sensors.org
6142 S:      Maintained
6143 F:      Documentation/hwmon/pc87427
6144 F:      drivers/hwmon/pc87427.c
6145
6146 PCA9532 LED DRIVER
6147 M:      Riku Voipio <riku.voipio@iki.fi>
6148 S:      Maintained
6149 F:      drivers/leds/leds-pca9532.c
6150 F:      include/linux/leds-pca9532.h
6151
6152 PCA9541 I2C BUS MASTER SELECTOR DRIVER
6153 M:      Guenter Roeck <linux@roeck-us.net>
6154 L:      linux-i2c@vger.kernel.org
6155 S:      Maintained
6156 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
6157
6158 PCDP - PRIMARY CONSOLE AND DEBUG PORT
6159 M:      Khalid Aziz <khalid@gonehiking.org>
6160 S:      Maintained
6161 F:      drivers/firmware/pcdp.*
6162
6163 PCI ERROR RECOVERY
6164 M:      Linas Vepstas <linasvepstas@gmail.com>
6165 L:      linux-pci@vger.kernel.org
6166 S:      Supported
6167 F:      Documentation/PCI/pci-error-recovery.txt
6168 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
6169
6170 PCI SUBSYSTEM
6171 M:      Bjorn Helgaas <bhelgaas@google.com>
6172 L:      linux-pci@vger.kernel.org
6173 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
6174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
6175 S:      Supported
6176 F:      Documentation/PCI/
6177 F:      drivers/pci/
6178 F:      include/linux/pci*
6179
6180 PCMCIA SUBSYSTEM
6181 P:      Linux PCMCIA Team
6182 L:      linux-pcmcia@lists.infradead.org
6183 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6185 S:      Maintained
6186 F:      Documentation/pcmcia/
6187 F:      drivers/pcmcia/
6188 F:      include/pcmcia/
6189
6190 PCNET32 NETWORK DRIVER
6191 M:      Don Fry <pcnet32@frontier.com>
6192 L:      netdev@vger.kernel.org
6193 S:      Maintained
6194 F:      drivers/net/ethernet/amd/pcnet32.c
6195
6196 PCRYPT PARALLEL CRYPTO ENGINE
6197 M:      Steffen Klassert <steffen.klassert@secunet.com>
6198 L:      linux-crypto@vger.kernel.org
6199 S:      Maintained
6200 F:      crypto/pcrypt.c
6201 F:      include/crypto/pcrypt.h
6202
6203 PER-CPU MEMORY ALLOCATOR
6204 M:      Tejun Heo <tj@kernel.org>
6205 M:      Christoph Lameter <cl@linux-foundation.org>
6206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6207 S:      Maintained
6208 F:      include/linux/percpu*.h
6209 F:      mm/percpu*.c
6210 F:      arch/*/include/asm/percpu.h
6211
6212 PER-TASK DELAY ACCOUNTING
6213 M:      Balbir Singh <bsingharora@gmail.com>
6214 S:      Maintained
6215 F:      include/linux/delayacct.h
6216 F:      kernel/delayacct.c
6217
6218 PERFORMANCE EVENTS SUBSYSTEM
6219 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
6220 M:      Paul Mackerras <paulus@samba.org>
6221 M:      Ingo Molnar <mingo@redhat.com>
6222 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6224 S:      Supported
6225 F:      kernel/events/*
6226 F:      include/linux/perf_event.h
6227 F:      include/uapi/linux/perf_event.h
6228 F:      arch/*/kernel/perf_event*.c
6229 F:      arch/*/kernel/*/perf_event*.c
6230 F:      arch/*/kernel/*/*/perf_event*.c
6231 F:      arch/*/include/asm/perf_event.h
6232 F:      arch/*/kernel/perf_callchain.c
6233 F:      tools/perf/
6234
6235 PERSONALITY HANDLING
6236 M:      Christoph Hellwig <hch@infradead.org>
6237 L:      linux-abi-devel@lists.sourceforge.net
6238 S:      Maintained
6239 F:      include/linux/personality.h
6240 F:      include/uapi/linux/personality.h
6241
6242 PHONET PROTOCOL
6243 M:      Remi Denis-Courmont <courmisch@gmail.com>
6244 S:      Supported
6245 F:      Documentation/networking/phonet.txt
6246 F:      include/linux/phonet.h
6247 F:      include/net/phonet/
6248 F:      include/uapi/linux/phonet.h
6249 F:      net/phonet/
6250
6251 PHRAM MTD DRIVER
6252 M:      Joern Engel <joern@lazybastard.org>
6253 L:      linux-mtd@lists.infradead.org
6254 S:      Maintained
6255 F:      drivers/mtd/devices/phram.c
6256
6257 PICOLCD HID DRIVER
6258 M:      Bruno Prémont <bonbons@linux-vserver.org>
6259 L:      linux-input@vger.kernel.org
6260 S:      Maintained
6261 F:      drivers/hid/hid-picolcd*
6262
6263 PICOXCELL SUPPORT
6264 M:      Jamie Iles <jamie@jamieiles.com>
6265 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6266 T:      git git://github.com/jamieiles/linux-2.6-ji.git
6267 S:      Supported
6268 F:      arch/arm/mach-picoxcell
6269 F:      drivers/*/picoxcell*
6270 F:      drivers/*/*/picoxcell*
6271
6272 PIN CONTROL SUBSYSTEM
6273 M:      Linus Walleij <linus.walleij@linaro.org>
6274 S:      Maintained
6275 F:      drivers/pinctrl/
6276 F:      include/linux/pinctrl/
6277
6278 PIN CONTROLLER - ATMEL AT91
6279 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
6280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6281 S:      Maintained
6282 F:      drivers/pinctrl/pinctrl-at91.c
6283
6284 PIN CONTROLLER - ST SPEAR
6285 M:      Viresh Kumar <viresh.linux@gmail.com>
6286 L:      spear-devel@list.st.com
6287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6288 W:      http://www.st.com/spear
6289 S:      Maintained
6290 F:      drivers/pinctrl/spear/
6291
6292 PKTCDVD DRIVER
6293 M:      Jiri Kosina <jkosina@suse.cz>
6294 S:      Maintained
6295 F:      drivers/block/pktcdvd.c
6296 F:      include/linux/pktcdvd.h
6297 F:      include/uapi/linux/pktcdvd.h
6298
6299 PKUNITY SOC DRIVERS
6300 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6301 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6302 S:      Maintained
6303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6304 F:      drivers/input/serio/i8042-unicore32io.h
6305 F:      drivers/i2c/busses/i2c-puv3.c
6306 F:      drivers/video/fb-puv3.c
6307 F:      drivers/rtc/rtc-puv3.c
6308
6309 PMBUS HARDWARE MONITORING DRIVERS
6310 M:      Guenter Roeck <linux@roeck-us.net>
6311 L:      lm-sensors@lm-sensors.org
6312 W:      http://www.lm-sensors.org/
6313 W:      http://www.roeck-us.net/linux/drivers/
6314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6315 S:      Maintained
6316 F:      Documentation/hwmon/pmbus
6317 F:      drivers/hwmon/pmbus/
6318 F:      include/linux/i2c/pmbus.h
6319
6320 PMC SIERRA MaxRAID DRIVER
6321 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
6322 L:      linux-scsi@vger.kernel.org
6323 W:      http://www.pmc-sierra.com/
6324 S:      Supported
6325 F:      drivers/scsi/pmcraid.*
6326
6327 PMC SIERRA PM8001 DRIVER
6328 M:      xjtuwjp@gmail.com
6329 M:      lindar_liu@usish.com
6330 L:      linux-scsi@vger.kernel.org
6331 S:      Supported
6332 F:      drivers/scsi/pm8001/
6333
6334 POSIX CLOCKS and TIMERS
6335 M:      Thomas Gleixner <tglx@linutronix.de>
6336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6337 S:      Supported
6338 F:      fs/timerfd.c
6339 F:      include/linux/timer*
6340 F:      kernel/*timer*
6341
6342 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6343 M:      Anton Vorontsov <cbou@mail.ru>
6344 M:      David Woodhouse <dwmw2@infradead.org>
6345 T:      git git://git.infradead.org/battery-2.6.git
6346 S:      Maintained
6347 F:      include/linux/power_supply.h
6348 F:      drivers/power/
6349
6350 PNP SUPPORT
6351 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
6352 M:      Bjorn Helgaas <bhelgaas@google.com>
6353 S:      Maintained
6354 F:      drivers/pnp/
6355
6356 PNXxxxx I2C DRIVER
6357 M:      Vitaly Wool <vitalywool@gmail.com>
6358 L:      linux-i2c@vger.kernel.org
6359 S:      Maintained
6360 F:      drivers/i2c/busses/i2c-pnx.c
6361
6362 PPP PROTOCOL DRIVERS AND COMPRESSORS
6363 M:      Paul Mackerras <paulus@samba.org>
6364 L:      linux-ppp@vger.kernel.org
6365 S:      Maintained
6366 F:      drivers/net/ppp/ppp_*
6367
6368 PPP OVER ATM (RFC 2364)
6369 M:      Mitchell Blank Jr <mitch@sfgoth.com>
6370 S:      Maintained
6371 F:      net/atm/pppoatm.c
6372 F:      include/uapi/linux/atmppp.h
6373
6374 PPP OVER ETHERNET
6375 M:      Michal Ostrowski <mostrows@earthlink.net>
6376 S:      Maintained
6377 F:      drivers/net/ppp/pppoe.c
6378 F:      drivers/net/ppp/pppox.c
6379
6380 PPP OVER L2TP
6381 M:      James Chapman <jchapman@katalix.com>
6382 S:      Maintained
6383 F:      net/l2tp/l2tp_ppp.c
6384 F:      include/linux/if_pppol2tp.h
6385 F:      include/uapi/linux/if_pppol2tp.h
6386
6387 PPS SUPPORT
6388 M:      Rodolfo Giometti <giometti@enneenne.com>
6389 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
6390 L:      linuxpps@ml.enneenne.com (subscribers-only)
6391 S:      Maintained
6392 F:      Documentation/pps/
6393 F:      drivers/pps/
6394 F:      include/linux/pps*.h
6395
6396 PPTP DRIVER
6397 M:      Dmitry Kozlov <xeb@mail.ru>
6398 L:      netdev@vger.kernel.org
6399 S:      Maintained
6400 F:      drivers/net/ppp/pptp.c
6401 W:      http://sourceforge.net/projects/accel-pptp
6402
6403 PREEMPTIBLE KERNEL
6404 M:      Robert Love <rml@tech9.net>
6405 L:      kpreempt-tech@lists.sourceforge.net
6406 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
6407 S:      Supported
6408 F:      Documentation/preempt-locking.txt
6409 F:      include/linux/preempt.h
6410
6411 PRISM54 WIRELESS DRIVER
6412 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
6413 L:      linux-wireless@vger.kernel.org
6414 W:      http://wireless.kernel.org/en/users/Drivers/p54
6415 S:      Obsolete
6416 F:      drivers/net/wireless/prism54/
6417
6418 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
6419 M:      Mikael Pettersson <mikpe@it.uu.se>
6420 L:      linux-ide@vger.kernel.org
6421 S:      Maintained
6422 F:      drivers/ata/sata_promise.*
6423
6424 PS3 NETWORK SUPPORT
6425 M:      Geoff Levand <geoff@infradead.org>
6426 L:      netdev@vger.kernel.org
6427 L:      cbe-oss-dev@lists.ozlabs.org
6428 S:      Maintained
6429 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
6430
6431 PS3 PLATFORM SUPPORT
6432 M:      Geoff Levand <geoff@infradead.org>
6433 L:      linuxppc-dev@lists.ozlabs.org
6434 L:      cbe-oss-dev@lists.ozlabs.org
6435 S:      Maintained
6436 F:      arch/powerpc/boot/ps3*
6437 F:      arch/powerpc/include/asm/lv1call.h
6438 F:      arch/powerpc/include/asm/ps3*.h
6439 F:      arch/powerpc/platforms/ps3/
6440 F:      drivers/*/ps3*
6441 F:      drivers/ps3/
6442 F:      drivers/rtc/rtc-ps3.c
6443 F:      drivers/usb/host/*ps3.c
6444 F:      sound/ppc/snd_ps3*
6445
6446 PS3VRAM DRIVER
6447 M:      Jim Paris <jim@jtan.com>
6448 L:      cbe-oss-dev@lists.ozlabs.org
6449 S:      Maintained
6450 F:      drivers/block/ps3vram.c
6451
6452 PSTORE FILESYSTEM
6453 M:      Anton Vorontsov <cbouatmailru@gmail.com>
6454 M:      Colin Cross <ccross@android.com>
6455 M:      Kees Cook <keescook@chromium.org>
6456 M:      Tony Luck <tony.luck@intel.com>
6457 S:      Maintained
6458 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
6459 F:      fs/pstore/
6460 F:      include/linux/pstore*
6461 F:      drivers/firmware/efi/efi-pstore.c
6462 F:      drivers/acpi/apei/erst.c
6463
6464 PTP HARDWARE CLOCK SUPPORT
6465 M:      Richard Cochran <richardcochran@gmail.com>
6466 L:      netdev@vger.kernel.org
6467 S:      Maintained
6468 W:      http://linuxptp.sourceforge.net/
6469 F:      Documentation/ABI/testing/sysfs-ptp
6470 F:      Documentation/ptp/*
6471 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
6472 F:      drivers/net/phy/dp83640*
6473 F:      drivers/ptp/*
6474 F:      include/linux/ptp_cl*
6475
6476 PTRACE SUPPORT
6477 M:      Roland McGrath <roland@redhat.com>
6478 M:      Oleg Nesterov <oleg@redhat.com>
6479 S:      Maintained
6480 F:      include/asm-generic/syscall.h
6481 F:      include/linux/ptrace.h
6482 F:      include/linux/regset.h
6483 F:      include/linux/tracehook.h
6484 F:      include/uapi/linux/ptrace.h
6485 F:      kernel/ptrace.c
6486
6487 PVRUSB2 VIDEO4LINUX DRIVER
6488 M:      Mike Isely <isely@pobox.com>
6489 L:      pvrusb2@isely.net       (subscribers-only)
6490 L:      linux-media@vger.kernel.org
6491 W:      http://www.isely.net/pvrusb2/
6492 T:      git git://linuxtv.org/media_tree.git
6493 S:      Maintained
6494 F:      Documentation/video4linux/README.pvrusb2
6495 F:      drivers/media/usb/pvrusb2/
6496
6497 PWC WEBCAM DRIVER
6498 M:      Hans de Goede <hdegoede@redhat.com>
6499 L:      linux-media@vger.kernel.org
6500 T:      git git://linuxtv.org/media_tree.git
6501 S:      Maintained
6502 F:      drivers/media/usb/pwc/*
6503
6504 PWM SUBSYSTEM
6505 M:      Thierry Reding <thierry.reding@gmail.com>
6506 L:      linux-pwm@vger.kernel.org
6507 S:      Maintained
6508 W:      http://gitorious.org/linux-pwm
6509 T:      git git://gitorious.org/linux-pwm/linux-pwm.git
6510 F:      Documentation/pwm.txt
6511 F:      Documentation/devicetree/bindings/pwm/
6512 F:      include/linux/pwm.h
6513 F:      drivers/pwm/
6514 F:      drivers/video/backlight/pwm_bl.c
6515 F:      include/linux/pwm_backlight.h
6516
6517 PXA2xx/PXA3xx SUPPORT
6518 M:      Eric Miao <eric.y.miao@gmail.com>
6519 M:      Russell King <linux@arm.linux.org.uk>
6520 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6521 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6522 T:      git git://github.com/hzhuang1/linux.git
6523 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6524 S:      Maintained
6525 F:      arch/arm/mach-pxa/
6526 F:      drivers/pcmcia/pxa2xx*
6527 F:      drivers/spi/spi-pxa2xx*
6528 F:      drivers/usb/gadget/pxa2*
6529 F:      include/sound/pxa2xx-lib.h
6530 F:      sound/arm/pxa*
6531 F:      sound/soc/pxa
6532
6533 MMP SUPPORT
6534 M:      Eric Miao <eric.y.miao@gmail.com>
6535 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6537 T:      git git://github.com/hzhuang1/linux.git
6538 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6539 S:      Maintained
6540 F:      arch/arm/mach-mmp/
6541
6542 PXA MMCI DRIVER
6543 S:      Orphan
6544
6545 PXA RTC DRIVER
6546 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6547 L:      rtc-linux@googlegroups.com
6548 S:      Maintained
6549
6550 QIB DRIVER
6551 M:      Mike Marciniszyn <infinipath@intel.com>
6552 L:      linux-rdma@vger.kernel.org
6553 S:      Supported
6554 F:      drivers/infiniband/hw/qib/
6555
6556 QLOGIC QLA1280 SCSI DRIVER
6557 M:      Michael Reed <mdr@sgi.com>
6558 L:      linux-scsi@vger.kernel.org
6559 S:      Maintained
6560 F:      drivers/scsi/qla1280.[ch]
6561
6562 QLOGIC QLA2XXX FC-SCSI DRIVER
6563 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
6564 M:      linux-driver@qlogic.com
6565 L:      linux-scsi@vger.kernel.org
6566 S:      Supported
6567 F:      Documentation/scsi/LICENSE.qla2xxx
6568 F:      drivers/scsi/qla2xxx/
6569
6570 QLOGIC QLA4XXX iSCSI DRIVER
6571 M:      Ravi Anand <ravi.anand@qlogic.com>
6572 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6573 M:      iscsi-driver@qlogic.com
6574 L:      linux-scsi@vger.kernel.org
6575 S:      Supported
6576 F:      drivers/scsi/qla4xxx/
6577
6578 QLOGIC QLA3XXX NETWORK DRIVER
6579 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6580 M:      Ron Mercer <ron.mercer@qlogic.com>
6581 M:      linux-driver@qlogic.com
6582 L:      netdev@vger.kernel.org
6583 S:      Supported
6584 F:      Documentation/networking/LICENSE.qla3xxx
6585 F:      drivers/net/ethernet/qlogic/qla3xxx.*
6586
6587 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6588 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6589 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
6590 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6591 M:      Sony Chacko <sony.chacko@qlogic.com>
6592 M:      linux-driver@qlogic.com
6593 L:      netdev@vger.kernel.org
6594 S:      Supported
6595 F:      drivers/net/ethernet/qlogic/qlcnic/
6596
6597 QLOGIC QLGE 10Gb ETHERNET DRIVER
6598 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
6599 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6600 M:      Ron Mercer <ron.mercer@qlogic.com>
6601 M:      linux-driver@qlogic.com
6602 L:      netdev@vger.kernel.org
6603 S:      Supported
6604 F:      drivers/net/ethernet/qlogic/qlge/
6605
6606 QNX4 FILESYSTEM
6607 M:      Anders Larsen <al@alarsen.net>
6608 W:      http://www.alarsen.net/linux/qnx4fs/
6609 S:      Maintained
6610 F:      fs/qnx4/
6611 F:      include/uapi/linux/qnx4_fs.h
6612 F:      include/uapi/linux/qnxtypes.h
6613
6614 QT1010 MEDIA DRIVER
6615 M:      Antti Palosaari <crope@iki.fi>
6616 L:      linux-media@vger.kernel.org
6617 W:      http://linuxtv.org/
6618 W:      http://palosaari.fi/linux/
6619 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6620 T:      git git://linuxtv.org/anttip/media_tree.git
6621 S:      Maintained
6622 F:      drivers/media/tuners/qt1010*
6623
6624 QUALCOMM HEXAGON ARCHITECTURE
6625 M:      Richard Kuo <rkuo@codeaurora.org>
6626 L:      linux-hexagon@vger.kernel.org
6627 S:      Supported
6628 F:      arch/hexagon/
6629
6630 QUICKCAM PARALLEL PORT WEBCAMS
6631 M:      Hans Verkuil <hverkuil@xs4all.nl>
6632 L:      linux-media@vger.kernel.org
6633 T:      git git://linuxtv.org/media_tree.git
6634 W:      http://linuxtv.org
6635 S:      Odd Fixes
6636 F:      drivers/media/parport/*-qcam*
6637
6638 RADOS BLOCK DEVICE (RBD)
6639 M:      Yehuda Sadeh <yehuda@inktank.com>
6640 M:      Sage Weil <sage@inktank.com>
6641 M:      Alex Elder <elder@inktank.com>
6642 M:      ceph-devel@vger.kernel.org
6643 W:      http://ceph.com/
6644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
6645 S:      Supported
6646 F:      drivers/block/rbd.c
6647 F:      drivers/block/rbd_types.h
6648
6649 RADEON FRAMEBUFFER DISPLAY DRIVER
6650 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6651 L:      linux-fbdev@vger.kernel.org
6652 S:      Maintained
6653 F:      drivers/video/aty/radeon*
6654 F:      include/uapi/linux/radeonfb.h
6655
6656 RADIOSHARK RADIO DRIVER
6657 M:      Hans de Goede <hdegoede@redhat.com>
6658 L:      linux-media@vger.kernel.org
6659 T:      git git://linuxtv.org/media_tree.git
6660 S:      Maintained
6661 F:      drivers/media/radio/radio-shark.c
6662
6663 RADIOSHARK2 RADIO DRIVER
6664 M:      Hans de Goede <hdegoede@redhat.com>
6665 L:      linux-media@vger.kernel.org
6666 T:      git git://linuxtv.org/media_tree.git
6667 S:      Maintained
6668 F:      drivers/media/radio/radio-shark2.c
6669 F:      drivers/media/radio/radio-tea5777.c
6670
6671 RAGE128 FRAMEBUFFER DISPLAY DRIVER
6672 M:      Paul Mackerras <paulus@samba.org>
6673 L:      linux-fbdev@vger.kernel.org
6674 S:      Maintained
6675 F:      drivers/video/aty/aty128fb.c
6676
6677 RALINK RT2X00 WIRELESS LAN DRIVER
6678 P:      rt2x00 project
6679 M:      Ivo van Doorn <IvDoorn@gmail.com>
6680 M:      Gertjan van Wingerde <gwingerde@gmail.com>
6681 M:      Helmut Schaa <helmut.schaa@googlemail.com>
6682 L:      linux-wireless@vger.kernel.org
6683 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6684 W:      http://rt2x00.serialmonkey.com/
6685 S:      Maintained
6686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6687 F:      drivers/net/wireless/rt2x00/
6688
6689 RAMDISK RAM BLOCK DEVICE DRIVER
6690 M:      Nick Piggin <npiggin@kernel.dk>
6691 S:      Maintained
6692 F:      Documentation/blockdev/ramdisk.txt
6693 F:      drivers/block/brd.c
6694
6695 RANDOM NUMBER DRIVER
6696 M:      Theodore Ts'o" <tytso@mit.edu>
6697 S:      Maintained
6698 F:      drivers/char/random.c
6699
6700 RAPIDIO SUBSYSTEM
6701 M:      Matt Porter <mporter@kernel.crashing.org>
6702 M:      Alexandre Bounine <alexandre.bounine@idt.com>
6703 S:      Maintained
6704 F:      drivers/rapidio/
6705
6706 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6707 L:      linux-wireless@vger.kernel.org
6708 S:      Orphan
6709 F:      drivers/net/wireless/ray*
6710
6711 RCUTORTURE MODULE
6712 M:      Josh Triplett <josh@freedesktop.org>
6713 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6714 S:      Supported
6715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6716 F:      Documentation/RCU/torture.txt
6717 F:      kernel/rcutorture.c
6718
6719 RDC R-321X SoC
6720 M:      Florian Fainelli <florian@openwrt.org>
6721 S:      Maintained
6722
6723 RDC R6040 FAST ETHERNET DRIVER
6724 M:      Florian Fainelli <florian@openwrt.org>
6725 L:      netdev@vger.kernel.org
6726 S:      Maintained
6727 F:      drivers/net/ethernet/rdc/r6040.c
6728
6729 RDS - RELIABLE DATAGRAM SOCKETS
6730 M:      Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6731 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
6732 S:      Supported
6733 F:      net/rds/
6734
6735 READ-COPY UPDATE (RCU)
6736 M:      Dipankar Sarma <dipankar@in.ibm.com>
6737 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6738 W:      http://www.rdrop.com/users/paulmck/RCU/
6739 S:      Supported
6740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6741 F:      Documentation/RCU/
6742 X:      Documentation/RCU/torture.txt
6743 F:      include/linux/rcu*
6744 F:      kernel/rcu*
6745 X:      kernel/rcutorture.c
6746
6747 REAL TIME CLOCK (RTC) SUBSYSTEM
6748 M:      Alessandro Zummo <a.zummo@towertech.it>
6749 L:      rtc-linux@googlegroups.com
6750 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
6751 S:      Maintained
6752 F:      Documentation/rtc.txt
6753 F:      drivers/rtc/
6754 F:      include/linux/rtc.h
6755 F:      include/uapi/linux/rtc.h
6756
6757 REISERFS FILE SYSTEM
6758 L:      reiserfs-devel@vger.kernel.org
6759 S:      Supported
6760 F:      fs/reiserfs/
6761
6762 REGISTER MAP ABSTRACTION
6763 M:      Mark Brown <broonie@kernel.org>
6764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6765 S:      Supported
6766 F:      drivers/base/regmap/
6767 F:      include/linux/regmap.h
6768
6769 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6770 M:      Ohad Ben-Cohen <ohad@wizery.com>
6771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6772 S:      Maintained
6773 F:      drivers/remoteproc/
6774 F:      Documentation/remoteproc.txt
6775 F:      include/linux/remoteproc.h
6776
6777 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
6778 M:      Ohad Ben-Cohen <ohad@wizery.com>
6779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
6780 S:      Maintained
6781 F:      drivers/rpmsg/
6782 F:      Documentation/rpmsg.txt
6783 F:      include/linux/rpmsg.h
6784
6785 RFKILL
6786 M:      Johannes Berg <johannes@sipsolutions.net>
6787 L:      linux-wireless@vger.kernel.org
6788 W:      http://wireless.kernel.org/
6789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6791 S:      Maintained
6792 F:      Documentation/rfkill.txt
6793 F:      net/rfkill/
6794
6795 RICOH SMARTMEDIA/XD DRIVER
6796 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6797 S:      Maintained
6798 F:      drivers/mtd/nand/r852.c
6799 F:      drivers/mtd/nand/r852.h
6800
6801 RICOH R5C592 MEMORYSTICK DRIVER
6802 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6803 S:      Maintained
6804 F:      drivers/memstick/host/r592.*
6805
6806 ROCKETPORT DRIVER
6807 P:      Comtrol Corp.
6808 W:      http://www.comtrol.com
6809 S:      Maintained
6810 F:      Documentation/serial/rocket.txt
6811 F:      drivers/tty/rocket*
6812
6813 ROSE NETWORK LAYER
6814 M:      Ralf Baechle <ralf@linux-mips.org>
6815 L:      linux-hams@vger.kernel.org
6816 W:      http://www.linux-ax25.org/
6817 S:      Maintained
6818 F:      include/net/rose.h
6819 F:      include/uapi/linux/rose.h
6820 F:      net/rose/
6821
6822 RTL2830 MEDIA DRIVER
6823 M:      Antti Palosaari <crope@iki.fi>
6824 L:      linux-media@vger.kernel.org
6825 W:      http://linuxtv.org/
6826 W:      http://palosaari.fi/linux/
6827 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6828 T:      git git://linuxtv.org/anttip/media_tree.git
6829 S:      Maintained
6830 F:      drivers/media/dvb-frontends/rtl2830*
6831
6832 RTL2832 MEDIA DRIVER
6833 M:      Antti Palosaari <crope@iki.fi>
6834 L:      linux-media@vger.kernel.org
6835 W:      http://linuxtv.org/
6836 W:      http://palosaari.fi/linux/
6837 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6838 T:      git git://linuxtv.org/anttip/media_tree.git
6839 S:      Maintained
6840 F:      drivers/media/dvb-frontends/rtl2832*
6841
6842 RTL8180 WIRELESS DRIVER
6843 M:      "John W. Linville" <linville@tuxdriver.com>
6844 L:      linux-wireless@vger.kernel.org
6845 W:      http://wireless.kernel.org/
6846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6847 S:      Maintained
6848 F:      drivers/net/wireless/rtl818x/rtl8180/
6849
6850 RTL8187 WIRELESS DRIVER
6851 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
6852 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
6853 M:      Larry Finger <Larry.Finger@lwfinger.net>
6854 L:      linux-wireless@vger.kernel.org
6855 W:      http://wireless.kernel.org/
6856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6857 S:      Maintained
6858 F:      drivers/net/wireless/rtl818x/rtl8187/
6859
6860 RTL8192CE WIRELESS DRIVER
6861 M:      Larry Finger <Larry.Finger@lwfinger.net>
6862 M:      Chaoming Li <chaoming_li@realsil.com.cn>
6863 L:      linux-wireless@vger.kernel.org
6864 W:      http://wireless.kernel.org/
6865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6866 S:      Maintained
6867 F:      drivers/net/wireless/rtlwifi/
6868 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
6869
6870 S3 SAVAGE FRAMEBUFFER DRIVER
6871 M:      Antonino Daplas <adaplas@gmail.com>
6872 L:      linux-fbdev@vger.kernel.org
6873 S:      Maintained
6874 F:      drivers/video/savage/
6875
6876 S390
6877 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
6878 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
6879 M:      linux390@de.ibm.com
6880 L:      linux-s390@vger.kernel.org
6881 W:      http://www.ibm.com/developerworks/linux/linux390/
6882 S:      Supported
6883 F:      arch/s390/
6884 F:      drivers/s390/
6885 F:      block/partitions/ibm.c
6886 F:      Documentation/s390/
6887 F:      Documentation/DocBook/s390*
6888
6889 S390 NETWORK DRIVERS
6890 M:      Ursula Braun <ursula.braun@de.ibm.com>
6891 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
6892 M:      linux390@de.ibm.com
6893 L:      linux-s390@vger.kernel.org
6894 W:      http://www.ibm.com/developerworks/linux/linux390/
6895 S:      Supported
6896 F:      drivers/s390/net/
6897
6898 S390 ZCRYPT DRIVER
6899 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
6900 M:      linux390@de.ibm.com
6901 L:      linux-s390@vger.kernel.org
6902 W:      http://www.ibm.com/developerworks/linux/linux390/
6903 S:      Supported
6904 F:      drivers/s390/crypto/
6905
6906 S390 ZFCP DRIVER
6907 M:      Steffen Maier <maier@linux.vnet.ibm.com>
6908 M:      linux390@de.ibm.com
6909 L:      linux-s390@vger.kernel.org
6910 W:      http://www.ibm.com/developerworks/linux/linux390/
6911 S:      Supported
6912 F:      drivers/s390/scsi/zfcp_*
6913
6914 S390 IUCV NETWORK LAYER
6915 M:      Ursula Braun <ursula.braun@de.ibm.com>
6916 M:      linux390@de.ibm.com
6917 L:      linux-s390@vger.kernel.org
6918 W:      http://www.ibm.com/developerworks/linux/linux390/
6919 S:      Supported
6920 F:      drivers/s390/net/*iucv*
6921 F:      include/net/iucv/
6922 F:      net/iucv/
6923
6924 S3C24XX SD/MMC Driver
6925 M:      Ben Dooks <ben-linux@fluff.org>
6926 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6927 S:      Supported
6928 F:      drivers/mmc/host/s3cmci.*
6929
6930 SAA6588 RDS RECEIVER DRIVER
6931 M:      Hans Verkuil <hverkuil@xs4all.nl>
6932 L:      linux-media@vger.kernel.org
6933 T:      git git://linuxtv.org/media_tree.git
6934 W:      http://linuxtv.org
6935 S:      Odd Fixes
6936 F:      drivers/media/i2c/saa6588*
6937
6938 SAA7134 VIDEO4LINUX DRIVER
6939 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
6940 L:      linux-media@vger.kernel.org
6941 W:      http://linuxtv.org
6942 T:      git git://linuxtv.org/media_tree.git
6943 S:      Odd fixes
6944 F:      Documentation/video4linux/*.saa7134
6945 F:      drivers/media/pci/saa7134/
6946
6947 SAA7146 VIDEO4LINUX-2 DRIVER
6948 M:      Hans Verkuil <hverkuil@xs4all.nl>
6949 L:      linux-media@vger.kernel.org
6950 T:      git git://linuxtv.org/media_tree.git
6951 S:      Maintained
6952 F:      drivers/media/common/saa7146/
6953 F:      drivers/media/pci/saa7146/
6954 F:      include/media/saa7146*
6955
6956 SAMSUNG LAPTOP DRIVER
6957 M:      Corentin Chary <corentin.chary@gmail.com>
6958 L:      platform-driver-x86@vger.kernel.org
6959 S:      Maintained
6960 F:      drivers/platform/x86/samsung-laptop.c
6961
6962 SAMSUNG AUDIO (ASoC) DRIVERS
6963 M:      Sangbeom Kim <sbkim73@samsung.com>
6964 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6965 S:      Supported
6966 F:      sound/soc/samsung
6967
6968 SAMSUNG FRAMEBUFFER DRIVER
6969 M:      Jingoo Han <jg1.han@samsung.com>
6970 L:      linux-fbdev@vger.kernel.org
6971 S:      Maintained
6972 F:      drivers/video/s3c-fb.c
6973
6974 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6975 M:      Sangbeom Kim <sbkim73@samsung.com>
6976 L:      linux-kernel@vger.kernel.org
6977 S:      Supported
6978 F:      drivers/mfd/sec*.c
6979 F:      drivers/regulator/s2m*.c
6980 F:      drivers/regulator/s5m*.c
6981 F:      drivers/rtc/rtc-sec.c
6982 F:      include/linux/mfd/samsung/
6983
6984 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
6985 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
6986 L:      linux-media@vger.kernel.org
6987 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6988 S:      Maintained
6989 F:      drivers/media/platform/s3c-camif/
6990 F:      include/media/s3c_camif.h
6991
6992 SAMSUNG S5C73M3 CAMERA DRIVER
6993 M:      Kyungmin Park <kyungmin.park@samsung.com>
6994 M:      Andrzej Hajda <a.hajda@samsung.com>
6995 L:      linux-media@vger.kernel.org
6996 S:      Supported
6997 F:      drivers/media/i2c/s5c73m3/*
6998
6999 SERIAL DRIVERS
7000 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7001 L:      linux-serial@vger.kernel.org
7002 S:      Maintained
7003 F:      drivers/tty/serial
7004
7005 SYNOPSYS DESIGNWARE DMAC DRIVER
7006 M:      Viresh Kumar <viresh.linux@gmail.com>
7007 S:      Maintained
7008 F:      include/linux/dw_dmac.h
7009 F:      drivers/dma/dw_dmac_regs.h
7010 F:      drivers/dma/dw_dmac.c
7011
7012 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
7013 M:      Seungwon Jeon <tgih.jun@samsung.com>
7014 M:      Jaehoon Chung <jh80.chung@samsung.com>
7015 L:      linux-mmc@vger.kernel.org
7016 S:      Maintained
7017 F:      include/linux/mmc/dw_mmc.h
7018 F:      drivers/mmc/host/dw_mmc*
7019
7020 TIMEKEEPING, NTP
7021 M:      John Stultz <john.stultz@linaro.org>
7022 M:      Thomas Gleixner <tglx@linutronix.de>
7023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7024 S:      Supported
7025 F:      include/linux/clocksource.h
7026 F:      include/linux/time.h
7027 F:      include/linux/timex.h
7028 F:      include/uapi/linux/time.h
7029 F:      include/uapi/linux/timex.h
7030 F:      kernel/time/clocksource.c
7031 F:      kernel/time/time*.c
7032 F:      kernel/time/ntp.c
7033 F:      drivers/clocksource
7034
7035 TLG2300 VIDEO4LINUX-2 DRIVER
7036 M:      Huang Shijie <shijie8@gmail.com>
7037 M:      Hans Verkuil <hverkuil@xs4all.nl>
7038 S:      Odd Fixes
7039 F:      drivers/media/usb/tlg2300
7040
7041 SC1200 WDT DRIVER
7042 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
7043 S:      Maintained
7044 F:      drivers/watchdog/sc1200wdt.c
7045
7046 SCHEDULER
7047 M:      Ingo Molnar <mingo@redhat.com>
7048 M:      Peter Zijlstra <peterz@infradead.org>
7049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7050 S:      Maintained
7051 F:      kernel/sched/
7052 F:      include/linux/sched.h
7053 F:      include/uapi/linux/sched.h
7054
7055 SCORE ARCHITECTURE
7056 M:      Chen Liqin <liqin.chen@sunplusct.com>
7057 M:      Lennox Wu <lennox.wu@gmail.com>
7058 W:      http://www.sunplusct.com
7059 S:      Supported
7060 F:      arch/score/
7061
7062 SCSI CDROM DRIVER
7063 M:      Jens Axboe <axboe@kernel.dk>
7064 L:      linux-scsi@vger.kernel.org
7065 W:      http://www.kernel.dk
7066 S:      Maintained
7067 F:      drivers/scsi/sr*
7068
7069 SCSI RDMA PROTOCOL (SRP) INITIATOR
7070 M:      David Dillow <dillowda@ornl.gov>
7071 L:      linux-rdma@vger.kernel.org
7072 S:      Supported
7073 W:      http://www.openfabrics.org
7074 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
7076 F:      drivers/infiniband/ulp/srp/
7077 F:      include/scsi/srp.h
7078
7079 SCSI SG DRIVER
7080 M:      Doug Gilbert <dgilbert@interlog.com>
7081 L:      linux-scsi@vger.kernel.org
7082 W:      http://www.torque.net/sg
7083 S:      Maintained
7084 F:      drivers/scsi/sg.c
7085 F:      include/scsi/sg.h
7086
7087 SCSI SUBSYSTEM
7088 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
7089 L:      linux-scsi@vger.kernel.org
7090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
7091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
7092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
7093 S:      Maintained
7094 F:      drivers/scsi/
7095 F:      include/scsi/
7096
7097 SCSI TAPE DRIVER
7098 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
7099 L:      linux-scsi@vger.kernel.org
7100 S:      Maintained
7101 F:      Documentation/scsi/st.txt
7102 F:      drivers/scsi/st*
7103
7104 SCTP PROTOCOL
7105 M:      Vlad Yasevich <vyasevich@gmail.com>
7106 M:      Neil Horman <nhorman@tuxdriver.com>
7107 L:      linux-sctp@vger.kernel.org
7108 W:      http://lksctp.sourceforge.net
7109 S:      Maintained
7110 F:      Documentation/networking/sctp.txt
7111 F:      include/linux/sctp.h
7112 F:      include/net/sctp/
7113 F:      net/sctp/
7114
7115 SCx200 CPU SUPPORT
7116 M:      Jim Cromie <jim.cromie@gmail.com>
7117 S:      Odd Fixes
7118 F:      Documentation/i2c/busses/scx200_acb
7119 F:      arch/x86/platform/scx200/
7120 F:      drivers/watchdog/scx200_wdt.c
7121 F:      drivers/i2c/busses/scx200*
7122 F:      drivers/mtd/maps/scx200_docflash.c
7123 F:      include/linux/scx200.h
7124
7125 SCx200 GPIO DRIVER
7126 M:      Jim Cromie <jim.cromie@gmail.com>
7127 S:      Maintained
7128 F:      drivers/char/scx200_gpio.c
7129 F:      include/linux/scx200_gpio.h
7130
7131 SCx200 HRT CLOCKSOURCE DRIVER
7132 M:      Jim Cromie <jim.cromie@gmail.com>
7133 S:      Maintained
7134 F:      drivers/clocksource/scx200_hrt.c
7135
7136 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
7137 M:      Sascha Sommer <saschasommer@freenet.de>
7138 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
7139 S:      Maintained
7140 F:      drivers/mmc/host/sdricoh_cs.c
7141
7142 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
7143 M:      Chris Ball <cjb@laptop.org>
7144 L:      linux-mmc@vger.kernel.org
7145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7146 S:      Maintained
7147 F:      drivers/mmc/host/sdhci.*
7148 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7149
7150 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
7151 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
7152 L:      linuxppc-dev@lists.ozlabs.org
7153 L:      linux-mmc@vger.kernel.org
7154 S:      Maintained
7155 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7156
7157 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
7158 M:      Ben Dooks <ben-linux@fluff.org>
7159 L:      linux-mmc@vger.kernel.org
7160 S:      Maintained
7161 F:      drivers/mmc/host/sdhci-s3c.c
7162
7163 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
7164 M:      Viresh Kumar <viresh.linux@gmail.com>
7165 L:      spear-devel@list.st.com
7166 L:      linux-mmc@vger.kernel.org
7167 S:      Maintained
7168 F:      drivers/mmc/host/sdhci-spear.c
7169
7170 SECURITY SUBSYSTEM
7171 M:      James Morris <james.l.morris@oracle.com>
7172 L:      linux-security-module@vger.kernel.org (suggested Cc:)
7173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
7174 W:      http://kernsec.org/
7175 S:      Supported
7176 F:      security/
7177
7178 SECURITY CONTACT
7179 M:      Security Officers <security@kernel.org>
7180 S:      Supported
7181
7182 SELINUX SECURITY MODULE
7183 M:      Stephen Smalley <sds@tycho.nsa.gov>
7184 M:      James Morris <james.l.morris@oracle.com>
7185 M:      Eric Paris <eparis@parisplace.org>
7186 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
7187 W:      http://selinuxproject.org
7188 T:      git git://git.infradead.org/users/eparis/selinux.git
7189 S:      Supported
7190 F:      include/linux/selinux*
7191 F:      security/selinux/
7192 F:      scripts/selinux/
7193
7194 APPARMOR SECURITY MODULE
7195 M:      John Johansen <john.johansen@canonical.com>
7196 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
7197 W:      apparmor.wiki.kernel.org
7198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
7199 S:      Supported
7200 F:      security/apparmor/
7201
7202 SENSABLE PHANTOM
7203 M:      Jiri Slaby <jirislaby@gmail.com>
7204 S:      Maintained
7205 F:      drivers/misc/phantom.c
7206 F:      include/uapi/linux/phantom.h
7207
7208 SERIAL ATA (SATA) SUBSYSTEM
7209 M:      Tejun Heo <tj@kernel.org>
7210 L:      linux-ide@vger.kernel.org
7211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7212 S:      Supported
7213 F:      drivers/ata/
7214 F:      include/linux/ata.h
7215 F:      include/linux/libata.h
7216
7217 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
7218 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
7219 L:      linux-scsi@vger.kernel.org
7220 W:      http://www.emulex.com
7221 S:      Supported
7222 F:      drivers/scsi/be2iscsi/
7223
7224 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
7225 M:      Sathya Perla <sathya.perla@emulex.com>
7226 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
7227 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
7228 L:      netdev@vger.kernel.org
7229 W:      http://www.emulex.com
7230 S:      Supported
7231 F:      drivers/net/ethernet/emulex/benet/
7232
7233 SFC NETWORK DRIVER
7234 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
7235 M:      Ben Hutchings <bhutchings@solarflare.com>
7236 L:      netdev@vger.kernel.org
7237 S:      Supported
7238 F:      drivers/net/ethernet/sfc/
7239
7240 SGI GRU DRIVER
7241 M:      Dimitri Sivanich <sivanich@sgi.com>
7242 M:      Robin Holt <holt@sgi.com>
7243 S:      Maintained
7244 F:      drivers/misc/sgi-gru/
7245
7246 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
7247 M:      Pat Gefre <pfg@sgi.com>
7248 L:      linux-ia64@vger.kernel.org
7249 S:      Supported
7250 F:      Documentation/ia64/serial.txt
7251 F:      drivers/tty/serial/ioc?_serial.c
7252 F:      include/linux/ioc?.h
7253
7254 SGI VISUAL WORKSTATION 320 AND 540
7255 M:      Andrey Panin <pazke@donpac.ru>
7256 L:      linux-visws-devel@lists.sf.net
7257 W:      http://linux-visws.sf.net
7258 S:      Maintained for 2.6.
7259 F:      Documentation/sgi-visws.txt
7260
7261 SGI XP/XPC/XPNET DRIVER
7262 M:      Robin Holt <holt@sgi.com>
7263 S:      Maintained
7264 F:      drivers/misc/sgi-xp/
7265
7266 SI470X FM RADIO RECEIVER I2C DRIVER
7267 M:      Hans Verkuil <hverkuil@xs4all.nl>
7268 L:      linux-media@vger.kernel.org
7269 T:      git git://linuxtv.org/media_tree.git
7270 W:      http://linuxtv.org
7271 S:      Odd Fixes
7272 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
7273
7274 SI470X FM RADIO RECEIVER USB DRIVER
7275 M:      Hans Verkuil <hverkuil@xs4all.nl>
7276 L:      linux-media@vger.kernel.org
7277 T:      git git://linuxtv.org/media_tree.git
7278 W:      http://linuxtv.org
7279 S:      Maintained
7280 F:      drivers/media/radio/si470x/radio-si470x-common.c
7281 F:      drivers/media/radio/si470x/radio-si470x.h
7282 F:      drivers/media/radio/si470x/radio-si470x-usb.c
7283
7284 SI4713 FM RADIO TRANSMITTER I2C DRIVER
7285 M:      Eduardo Valentin <edubezval@gmail.com>
7286 L:      linux-media@vger.kernel.org
7287 T:      git git://linuxtv.org/media_tree.git
7288 W:      http://linuxtv.org
7289 S:      Odd Fixes
7290 F:      drivers/media/radio/si4713-i2c.?
7291
7292 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
7293 M:      Eduardo Valentin <edubezval@gmail.com>
7294 L:      linux-media@vger.kernel.org
7295 T:      git git://linuxtv.org/media_tree.git
7296 W:      http://linuxtv.org
7297 S:      Odd Fixes
7298 F:      drivers/media/radio/radio-si4713.h
7299
7300 SIANO DVB DRIVER
7301 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
7302 L:      linux-media@vger.kernel.org
7303 W:      http://linuxtv.org
7304 T:      git git://linuxtv.org/media_tree.git
7305 S:      Odd fixes
7306 F:      drivers/media/common/siano/
7307 F:      drivers/media/dvb/siano/
7308 F:      drivers/media/usb/siano/
7309 F:      drivers/media/mmc/siano
7310
7311 SH_VEU V4L2 MEM2MEM DRIVER
7312 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7313 L:      linux-media@vger.kernel.org
7314 S:      Maintained
7315 F:      drivers/media/platform/sh_veu.c
7316
7317 SH_VOU V4L2 OUTPUT DRIVER
7318 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7319 L:      linux-media@vger.kernel.org
7320 S:      Odd Fixes
7321 F:      drivers/media/platform/sh_vou.c
7322 F:      include/media/sh_vou.h
7323
7324 SIMPLE FIRMWARE INTERFACE (SFI)
7325 M:      Len Brown <lenb@kernel.org>
7326 L:      sfi-devel@simplefirmware.org
7327 W:      http://simplefirmware.org/
7328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
7329 S:      Supported
7330 F:      arch/x86/platform/sfi/
7331 F:      drivers/sfi/
7332 F:      include/linux/sfi*.h
7333
7334 SIMTEC EB110ATX (Chalice CATS)
7335 P:      Ben Dooks
7336 P:      Vincent Sanders <vince@simtec.co.uk>
7337 M:      Simtec Linux Team <linux@simtec.co.uk>
7338 W:      http://www.simtec.co.uk/products/EB110ATX/
7339 S:      Supported
7340
7341 SIMTEC EB2410ITX (BAST)
7342 P:      Ben Dooks
7343 P:      Vincent Sanders <vince@simtec.co.uk>
7344 M:      Simtec Linux Team <linux@simtec.co.uk>
7345 W:      http://www.simtec.co.uk/products/EB2410ITX/
7346 S:      Supported
7347 F:      arch/arm/mach-s3c2410/mach-bast.c
7348 F:      arch/arm/mach-s3c2410/bast-ide.c
7349 F:      arch/arm/mach-s3c2410/bast-irq.c
7350
7351 TI DAVINCI MACHINE SUPPORT
7352 M:      Sekhar Nori <nsekhar@ti.com>
7353 M:      Kevin Hilman <khilman@deeprootsystems.com>
7354 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7355 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
7356 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
7357 S:      Supported
7358 F:      arch/arm/mach-davinci
7359 F:      drivers/i2c/busses/i2c-davinci.c
7360
7361 TI DAVINCI SERIES MEDIA DRIVER
7362 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
7363 L:      linux-media@vger.kernel.org
7364 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7365 W:      http://linuxtv.org/
7366 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7367 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
7368 S:      Maintained
7369 F:      drivers/media/platform/davinci/
7370 F:      include/media/davinci/
7371
7372 SIS 190 ETHERNET DRIVER
7373 M:      Francois Romieu <romieu@fr.zoreil.com>
7374 L:      netdev@vger.kernel.org
7375 S:      Maintained
7376 F:      drivers/net/ethernet/sis/sis190.c
7377
7378 SIS 900/7016 FAST ETHERNET DRIVER
7379 M:      Daniele Venzano <venza@brownhat.org>
7380 W:      http://www.brownhat.org/sis900.html
7381 L:      netdev@vger.kernel.org
7382 S:      Maintained
7383 F:      drivers/net/ethernet/sis/sis900.*
7384
7385 SIS FRAMEBUFFER DRIVER
7386 M:      Thomas Winischhofer <thomas@winischhofer.net>
7387 W:      http://www.winischhofer.net/linuxsisvga.shtml
7388 S:      Maintained
7389 F:      Documentation/fb/sisfb.txt
7390 F:      drivers/video/sis/
7391 F:      include/video/sisfb.h
7392
7393 SIS USB2VGA DRIVER
7394 M:      Thomas Winischhofer <thomas@winischhofer.net>
7395 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
7396 S:      Maintained
7397 F:      drivers/usb/misc/sisusbvga/
7398
7399 SLAB ALLOCATOR
7400 M:      Christoph Lameter <cl@linux-foundation.org>
7401 M:      Pekka Enberg <penberg@kernel.org>
7402 M:      Matt Mackall <mpm@selenic.com>
7403 L:      linux-mm@kvack.org
7404 S:      Maintained
7405 F:      include/linux/sl?b*.h
7406 F:      mm/sl?b.c
7407
7408 SLEEPABLE READ-COPY UPDATE (SRCU)
7409 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
7410 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7411 W:      http://www.rdrop.com/users/paulmck/RCU/
7412 S:      Supported
7413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7414 F:      include/linux/srcu*
7415 F:      kernel/srcu*
7416
7417 SMACK SECURITY MODULE
7418 M:      Casey Schaufler <casey@schaufler-ca.com>
7419 L:      linux-security-module@vger.kernel.org
7420 W:      http://schaufler-ca.com
7421 T:      git git://git.gitorious.org/smack-next/kernel.git
7422 S:      Maintained
7423 F:      Documentation/security/Smack.txt
7424 F:      security/smack/
7425
7426 SMC91x ETHERNET DRIVER
7427 M:      Nicolas Pitre <nico@fluxnic.net>
7428 S:      Odd Fixes
7429 F:      drivers/net/ethernet/smsc/smc91x.*
7430
7431 SMIA AND SMIA++ IMAGE SENSOR DRIVER
7432 M:      Sakari Ailus <sakari.ailus@iki.fi>
7433 L:      linux-media@vger.kernel.org
7434 S:      Maintained
7435 F:      drivers/media/i2c/smiapp
7436 F:      include/media/smiapp.h
7437 F:      drivers/media/i2c/smiapp-pll.c
7438 F:      drivers/media/i2c/smiapp-pll.h
7439
7440 SMM665 HARDWARE MONITOR DRIVER
7441 M:      Guenter Roeck <linux@roeck-us.net>
7442 L:      lm-sensors@lm-sensors.org
7443 S:      Maintained
7444 F:      Documentation/hwmon/smm665
7445 F:      drivers/hwmon/smm665.c
7446
7447 SMSC EMC2103 HARDWARE MONITOR DRIVER
7448 M:      Steve Glendinning <steve.glendinning@shawell.net>
7449 L:      lm-sensors@lm-sensors.org
7450 S:      Maintained
7451 F:      Documentation/hwmon/emc2103
7452 F:      drivers/hwmon/emc2103.c
7453
7454 SMSC SCH5627 HARDWARE MONITOR DRIVER
7455 M:      Hans de Goede <hdegoede@redhat.com>
7456 L:      lm-sensors@lm-sensors.org
7457 S:      Supported
7458 F:      Documentation/hwmon/sch5627
7459 F:      drivers/hwmon/sch5627.c
7460
7461 SMSC47B397 HARDWARE MONITOR DRIVER
7462 M:      Jean Delvare <khali@linux-fr.org>
7463 L:      lm-sensors@lm-sensors.org
7464 S:      Maintained
7465 F:      Documentation/hwmon/smsc47b397
7466 F:      drivers/hwmon/smsc47b397.c
7467
7468 SMSC911x ETHERNET DRIVER
7469 M:      Steve Glendinning <steve.glendinning@shawell.net>
7470 L:      netdev@vger.kernel.org
7471 S:      Maintained
7472 F:      include/linux/smsc911x.h
7473 F:      drivers/net/ethernet/smsc/smsc911x.*
7474
7475 SMSC9420 PCI ETHERNET DRIVER
7476 M:      Steve Glendinning <steve.glendinning@shawell.net>
7477 L:      netdev@vger.kernel.org
7478 S:      Maintained
7479 F:      drivers/net/ethernet/smsc/smsc9420.*
7480
7481 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
7482 M:      Steve Glendinning <steve.glendinning@shawell.net>
7483 L:      linux-fbdev@vger.kernel.org
7484 S:      Maintained
7485 F:      drivers/video/smscufx.c
7486
7487 SOC-CAMERA V4L2 SUBSYSTEM
7488 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7489 L:      linux-media@vger.kernel.org
7490 T:      git git://linuxtv.org/media_tree.git
7491 S:      Maintained
7492 F:      include/media/soc*
7493 F:      drivers/media/i2c/soc_camera/
7494 F:      drivers/media/platform/soc_camera/
7495
7496 SOEKRIS NET48XX LED SUPPORT
7497 M:      Chris Boot <bootc@bootc.net>
7498 S:      Maintained
7499 F:      drivers/leds/leds-net48xx.c
7500
7501 SOFTWARE RAID (Multiple Disks) SUPPORT
7502 M:      Neil Brown <neilb@suse.de>
7503 L:      linux-raid@vger.kernel.org
7504 S:      Supported
7505 F:      drivers/md/
7506 F:      include/linux/raid/
7507 F:      include/uapi/linux/raid/
7508
7509 SONIC NETWORK DRIVER
7510 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
7511 L:      netdev@vger.kernel.org
7512 S:      Maintained
7513 F:      drivers/net/ethernet/natsemi/sonic.*
7514
7515 SONICS SILICON BACKPLANE DRIVER (SSB)
7516 M:      Michael Buesch <m@bues.ch>
7517 L:      netdev@vger.kernel.org
7518 S:      Maintained
7519 F:      drivers/ssb/
7520 F:      include/linux/ssb/
7521
7522 SONY VAIO CONTROL DEVICE DRIVER
7523 M:      Mattia Dongili <malattia@linux.it>
7524 L:      platform-driver-x86@vger.kernel.org
7525 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
7526 S:      Maintained
7527 F:      Documentation/laptops/sony-laptop.txt
7528 F:      drivers/char/sonypi.c
7529 F:      drivers/platform/x86/sony-laptop.c
7530 F:      include/linux/sony-laptop.h
7531
7532 SONY MEMORYSTICK CARD SUPPORT
7533 M:      Alex Dubov <oakad@yahoo.com>
7534 W:      http://tifmxx.berlios.de/
7535 S:      Maintained
7536 F:      drivers/memstick/host/tifm_ms.c
7537
7538 SOUND
7539 M:      Jaroslav Kysela <perex@perex.cz>
7540 M:      Takashi Iwai <tiwai@suse.de>
7541 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7542 W:      http://www.alsa-project.org/
7543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
7544 T:      git git://git.alsa-project.org/alsa-kernel.git
7545 S:      Maintained
7546 F:      Documentation/sound/
7547 F:      include/sound/
7548 F:      include/uapi/sound/
7549 F:      sound/
7550
7551 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
7552 M:      Liam Girdwood <lgirdwood@gmail.com>
7553 M:      Mark Brown <broonie@kernel.org>
7554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
7555 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7556 W:      http://alsa-project.org/main/index.php/ASoC
7557 S:      Supported
7558 F:      sound/soc/
7559 F:      include/sound/soc*
7560
7561 SPARC + UltraSPARC (sparc/sparc64)
7562 M:      "David S. Miller" <davem@davemloft.net>
7563 L:      sparclinux@vger.kernel.org
7564 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
7565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7567 S:      Maintained
7568 F:      arch/sparc/
7569 F:      drivers/sbus/
7570
7571 SPARC SERIAL DRIVERS
7572 M:      "David S. Miller" <davem@davemloft.net>
7573 L:      sparclinux@vger.kernel.org
7574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7576 S:      Maintained
7577 F:      include/linux/sunserialcore.h
7578 F:      drivers/tty/serial/suncore.c
7579 F:      drivers/tty/serial/sunhv.c
7580 F:      drivers/tty/serial/sunsab.c
7581 F:      drivers/tty/serial/sunsab.h
7582 F:      drivers/tty/serial/sunsu.c
7583 F:      drivers/tty/serial/sunzilog.c
7584 F:      drivers/tty/serial/sunzilog.h
7585
7586 SPARSE CHECKER
7587 M:      "Christopher Li" <sparse@chrisli.org>
7588 L:      linux-sparse@vger.kernel.org
7589 W:      https://sparse.wiki.kernel.org/
7590 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
7591 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
7592 S:      Maintained
7593 F:      include/linux/compiler.h
7594
7595 SPEAR PLATFORM SUPPORT
7596 M:      Viresh Kumar <viresh.linux@gmail.com>
7597 M:      Shiraz Hashim <shiraz.hashim@st.com>
7598 L:      spear-devel@list.st.com
7599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7600 W:      http://www.st.com/spear
7601 S:      Maintained
7602 F:      arch/arm/plat-spear/
7603
7604 SPEAR13XX MACHINE SUPPORT
7605 M:      Viresh Kumar <viresh.linux@gmail.com>
7606 M:      Shiraz Hashim <shiraz.hashim@st.com>
7607 L:      spear-devel@list.st.com
7608 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7609 W:      http://www.st.com/spear
7610 S:      Maintained
7611 F:      arch/arm/mach-spear13xx/
7612
7613 SPEAR3XX MACHINE SUPPORT
7614 M:      Viresh Kumar <viresh.linux@gmail.com>
7615 M:      Shiraz Hashim <shiraz.hashim@st.com>
7616 L:      spear-devel@list.st.com
7617 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7618 W:      http://www.st.com/spear
7619 S:      Maintained
7620 F:      arch/arm/mach-spear3xx/
7621
7622 SPEAR6XX MACHINE SUPPORT
7623 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
7624 M:      Shiraz Hashim <shiraz.hashim@st.com>
7625 M:      Viresh Kumar <viresh.linux@gmail.com>
7626 L:      spear-devel@list.st.com
7627 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7628 W:      http://www.st.com/spear
7629 S:      Maintained
7630 F:      arch/arm/mach-spear6xx/
7631
7632 SPEAR CLOCK FRAMEWORK SUPPORT
7633 M:      Viresh Kumar <viresh.linux@gmail.com>
7634 L:      spear-devel@list.st.com
7635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7636 W:      http://www.st.com/spear
7637 S:      Maintained
7638 F:      drivers/clk/spear/
7639
7640 SPI SUBSYSTEM
7641 M:      Mark Brown <broonie@kernel.org>
7642 M:      Grant Likely <grant.likely@linaro.org>
7643 L:      linux-spi@vger.kernel.org
7644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
7645 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
7646 S:      Maintained
7647 F:      Documentation/spi/
7648 F:      drivers/spi/
7649 F:      include/linux/spi/
7650 F:      include/uapi/linux/spi/
7651
7652 SPIDERNET NETWORK DRIVER for CELL
7653 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
7654 M:      Jens Osterkamp <jens@de.ibm.com>
7655 L:      netdev@vger.kernel.org
7656 S:      Supported
7657 F:      Documentation/networking/spider_net.txt
7658 F:      drivers/net/ethernet/toshiba/spider_net*
7659
7660 SPU FILE SYSTEM
7661 M:      Jeremy Kerr <jk@ozlabs.org>
7662 L:      linuxppc-dev@lists.ozlabs.org
7663 L:      cbe-oss-dev@lists.ozlabs.org
7664 W:      http://www.ibm.com/developerworks/power/cell/
7665 S:      Supported
7666 F:      Documentation/filesystems/spufs.txt
7667 F:      arch/powerpc/platforms/cell/spufs/
7668
7669 SQUASHFS FILE SYSTEM
7670 M:      Phillip Lougher <phillip@squashfs.org.uk>
7671 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
7672 W:      http://squashfs.org.uk
7673 S:      Maintained
7674 F:      Documentation/filesystems/squashfs.txt
7675 F:      fs/squashfs/
7676
7677 SRM (Alpha) environment access
7678 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
7679 S:      Maintained
7680 F:      arch/alpha/kernel/srm_env.c
7681
7682 STABLE BRANCH
7683 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7684 L:      stable@vger.kernel.org
7685 S:      Supported
7686
7687 STAGING SUBSYSTEM
7688 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
7690 L:      devel@driverdev.osuosl.org
7691 S:      Supported
7692 F:      drivers/staging/
7693
7694 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
7695 M:      Henk de Groot <pe1dnn@amsat.org>
7696 S:      Odd Fixes
7697 F:      drivers/staging/wlags49_h2/
7698 F:      drivers/staging/wlags49_h25/
7699
7700 STAGING - ASUS OLED
7701 M:      Jakub Schmidtke <sjakub@gmail.com>
7702 S:      Odd Fixes
7703 F:      drivers/staging/asus_oled/
7704
7705 STAGING - COMEDI
7706 M:      Ian Abbott <abbotti@mev.co.uk>
7707 M:      Mori Hess <fmhess@users.sourceforge.net>
7708 S:      Odd Fixes
7709 F:      drivers/staging/comedi/
7710
7711 STAGING - CRYSTAL HD VIDEO DECODER
7712 M:      Naren Sankar <nsankar@broadcom.com>
7713 M:      Jarod Wilson <jarod@wilsonet.com>
7714 M:      Scott Davilla <davilla@4pi.com>
7715 M:      Manu Abraham <abraham.manu@gmail.com>
7716 S:      Odd Fixes
7717 F:      drivers/staging/crystalhd/
7718
7719 STAGING - ECHO CANCELLER
7720 M:      Steve Underwood <steveu@coppice.org>
7721 M:      David Rowe <david@rowetel.com>
7722 S:      Odd Fixes
7723 F:      drivers/staging/echo/
7724
7725 STAGING - ET131X NETWORK DRIVER
7726 M:      Mark Einon <mark.einon@gmail.com>
7727 S:      Odd Fixes
7728 F:      drivers/staging/et131x/
7729
7730 STAGING - FLARION FT1000 DRIVERS
7731 M:      Marek Belisko <marek.belisko@gmail.com>
7732 S:      Odd Fixes
7733 F:      drivers/staging/ft1000/
7734
7735 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7736 M:      David Täht <d@teklibre.com>
7737 S:      Odd Fixes
7738 F:      drivers/staging/frontier/
7739
7740 STAGING - GO7007 MPEG CODEC
7741 M:      Hans Verkuil <hans.verkuil@cisco.com>
7742 S:      Maintained
7743 F:      drivers/staging/media/go7007/
7744
7745 STAGING - INDUSTRIAL IO
7746 M:      Jonathan Cameron <jic23@cam.ac.uk>
7747 L:      linux-iio@vger.kernel.org
7748 S:      Odd Fixes
7749 F:      drivers/staging/iio/
7750
7751 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7752 M:      Jarod Wilson <jarod@wilsonet.com>
7753 W:      http://www.lirc.org/
7754 S:      Odd Fixes
7755 F:      drivers/staging/media/lirc/
7756
7757 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
7758 M:      Julian Andres Klode <jak@jak-linux.org>
7759 M:      Marc Dietrich <marvin24@gmx.de>
7760 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
7761 L:      linux-tegra@vger.kernel.org
7762 S:      Maintained
7763 F:      drivers/staging/nvec/
7764
7765 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7766 M:      Andres Salomon <dilinger@queued.net>
7767 M:      Chris Ball <cjb@laptop.org>
7768 M:      Jon Nettleton <jon.nettleton@gmail.com>
7769 W:      http://wiki.laptop.org/go/DCON
7770 S:      Odd Fixes
7771 F:      drivers/staging/olpc_dcon/
7772
7773 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
7774 M:      Rupesh Gujare <rupesh.gujare@atmel.com>
7775 S:      Maintained
7776 F:      drivers/staging/ozwpan/
7777
7778 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
7779 M:      Willy Tarreau <willy@meta-x.org>
7780 S:      Odd Fixes
7781 F:      drivers/staging/panel/
7782
7783 STAGING - REALTEK RTL8712U DRIVERS
7784 M:      Larry Finger <Larry.Finger@lwfinger.net>
7785 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
7786 S:      Odd Fixes
7787 F:      drivers/staging/rtl8712/
7788
7789 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
7790 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
7791 S:      Odd Fixes
7792 F:      drivers/staging/sm7xxfb/
7793
7794 STAGING - SOFTLOGIC 6x10 MPEG CODEC
7795 M:      Ismael Luceno <ismael.luceno@corp.bluecherry.net>
7796 S:      Supported
7797 F:      drivers/staging/media/solo6x10/
7798
7799 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
7800 M:      William Hubbs <w.d.hubbs@gmail.com>
7801 M:      Chris Brannon <chris@the-brannons.com>
7802 M:      Kirk Reiser <kirk@reisers.ca>
7803 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
7804 L:      speakup@braille.uwo.ca
7805 W:      http://www.linux-speakup.org/
7806 S:      Odd Fixes
7807 F:      drivers/staging/speakup/
7808
7809 STAGING - TI DSP BRIDGE DRIVERS
7810 M:      Omar Ramirez Luna <omar.ramirez@copitl.com>
7811 S:      Odd Fixes
7812 F:      drivers/staging/tidspbridge/
7813
7814 STAGING - USB ENE SM/MS CARD READER DRIVER
7815 M:      Al Cho <acho@novell.com>
7816 S:      Odd Fixes
7817 F:      drivers/staging/keucr/
7818
7819 STAGING - VIA VT665X DRIVERS
7820 M:      Forest Bond <forest@alittletooquiet.net>
7821 S:      Odd Fixes
7822 F:      drivers/staging/vt665?/
7823
7824 STAGING - WINBOND IS89C35 WLAN USB DRIVER
7825 M:      Pavel Machek <pavel@ucw.cz>
7826 S:      Odd Fixes
7827 F:      drivers/staging/winbond/
7828
7829 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
7830 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
7831 S:      Odd Fixes
7832 F:      drivers/staging/xgifb/
7833
7834 STARFIRE/DURALAN NETWORK DRIVER
7835 M:      Ion Badulescu <ionut@badula.org>
7836 S:      Odd Fixes
7837 F:      drivers/net/ethernet/adaptec/starfire*
7838
7839 SUN3/3X
7840 M:      Sam Creasey <sammy@sammy.net>
7841 W:      http://sammy.net/sun3/
7842 S:      Maintained
7843 F:      arch/m68k/kernel/*sun3*
7844 F:      arch/m68k/sun3*/
7845 F:      arch/m68k/include/asm/sun3*
7846 F:      drivers/net/ethernet/i825xx/sun3*
7847
7848 SUPERH
7849 M:      Paul Mundt <lethal@linux-sh.org>
7850 L:      linux-sh@vger.kernel.org
7851 W:      http://www.linux-sh.org
7852 Q:      http://patchwork.kernel.org/project/linux-sh/list/
7853 T:      git git://github.com/pmundt/linux-sh.git sh-latest
7854 S:      Supported
7855 F:      Documentation/sh/
7856 F:      arch/sh/
7857 F:      drivers/sh/
7858
7859 SUSPEND TO RAM
7860 M:      Len Brown <len.brown@intel.com>
7861 M:      Pavel Machek <pavel@ucw.cz>
7862 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
7863 L:      linux-pm@vger.kernel.org
7864 S:      Supported
7865 F:      Documentation/power/
7866 F:      arch/x86/kernel/acpi/
7867 F:      drivers/base/power/
7868 F:      kernel/power/
7869 F:      include/linux/suspend.h
7870 F:      include/linux/freezer.h
7871 F:      include/linux/pm.h
7872
7873 SVGA HANDLING
7874 M:      Martin Mares <mj@ucw.cz>
7875 L:      linux-video@atrey.karlin.mff.cuni.cz
7876 S:      Maintained
7877 F:      Documentation/svga.txt
7878 F:      arch/x86/boot/video*
7879
7880 SWIOTLB SUBSYSTEM
7881 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7882 L:      linux-kernel@vger.kernel.org
7883 S:      Supported
7884 F:      lib/swiotlb.c
7885 F:      arch/*/kernel/pci-swiotlb.c
7886 F:      include/linux/swiotlb.h
7887
7888 SYNOPSYS ARC ARCHITECTURE
7889 M:      Vineet Gupta <vgupta@synopsys.com>
7890 S:      Supported
7891 F:      arch/arc/
7892 F:      Documentation/devicetree/bindings/arc/
7893 F:      drivers/tty/serial/arc-uart.c
7894
7895 SYSV FILESYSTEM
7896 M:      Christoph Hellwig <hch@infradead.org>
7897 S:      Maintained
7898 F:      Documentation/filesystems/sysv-fs.txt
7899 F:      fs/sysv/
7900 F:      include/linux/sysv_fs.h
7901
7902 TARGET SUBSYSTEM
7903 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
7904 L:      linux-scsi@vger.kernel.org
7905 L:      target-devel@vger.kernel.org
7906 L:      http://groups.google.com/group/linux-iscsi-target-dev
7907 W:      http://www.linux-iscsi.org
7908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7909 S:      Supported
7910 F:      drivers/target/
7911 F:      include/target/
7912 F:      Documentation/target/
7913
7914 TASKSTATS STATISTICS INTERFACE
7915 M:      Balbir Singh <bsingharora@gmail.com>
7916 S:      Maintained
7917 F:      Documentation/accounting/taskstats*
7918 F:      include/linux/taskstats*
7919 F:      kernel/taskstats.c
7920
7921 TC CLASSIFIER
7922 M:      Jamal Hadi Salim <jhs@mojatatu.com>
7923 L:      netdev@vger.kernel.org
7924 S:      Maintained
7925 F:      include/net/pkt_cls.h
7926 F:      include/uapi/linux/pkt_cls.h
7927 F:      net/sched/
7928
7929 TCP LOW PRIORITY MODULE
7930 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
7931 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
7932 W:      http://tcp-lp-mod.sourceforge.net/
7933 S:      Maintained
7934 F:      net/ipv4/tcp_lp.c
7935
7936 TDA10071 MEDIA DRIVER
7937 M:      Antti Palosaari <crope@iki.fi>
7938 L:      linux-media@vger.kernel.org
7939 W:      http://linuxtv.org/
7940 W:      http://palosaari.fi/linux/
7941 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7942 T:      git git://linuxtv.org/anttip/media_tree.git
7943 S:      Maintained
7944 F:      drivers/media/dvb-frontends/tda10071*
7945
7946 TDA18212 MEDIA DRIVER
7947 M:      Antti Palosaari <crope@iki.fi>
7948 L:      linux-media@vger.kernel.org
7949 W:      http://linuxtv.org/
7950 W:      http://palosaari.fi/linux/
7951 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7952 T:      git git://linuxtv.org/anttip/media_tree.git
7953 S:      Maintained
7954 F:      drivers/media/tuners/tda18212*
7955
7956 TDA18218 MEDIA DRIVER
7957 M:      Antti Palosaari <crope@iki.fi>
7958 L:      linux-media@vger.kernel.org
7959 W:      http://linuxtv.org/
7960 W:      http://palosaari.fi/linux/
7961 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7962 T:      git git://linuxtv.org/anttip/media_tree.git
7963 S:      Maintained
7964 F:      drivers/media/tuners/tda18218*
7965
7966 TDA18271 MEDIA DRIVER
7967 M:      Michael Krufky <mkrufky@linuxtv.org>
7968 L:      linux-media@vger.kernel.org
7969 W:      http://linuxtv.org/
7970 W:      http://github.com/mkrufky
7971 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7972 T:      git git://linuxtv.org/mkrufky/tuners.git
7973 S:      Maintained
7974 F:      drivers/media/tuners/tda18271*
7975
7976 TDA827x MEDIA DRIVER
7977 M:      Michael Krufky <mkrufky@linuxtv.org>
7978 L:      linux-media@vger.kernel.org
7979 W:      http://linuxtv.org/
7980 W:      http://github.com/mkrufky
7981 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7982 T:      git git://linuxtv.org/mkrufky/tuners.git
7983 S:      Maintained
7984 F:      drivers/media/tuners/tda8290.*
7985
7986 TDA8290 MEDIA DRIVER
7987 M:      Michael Krufky <mkrufky@linuxtv.org>
7988 L:      linux-media@vger.kernel.org
7989 W:      http://linuxtv.org/
7990 W:      http://github.com/mkrufky
7991 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7992 T:      git git://linuxtv.org/mkrufky/tuners.git
7993 S:      Maintained
7994 F:      drivers/media/tuners/tda8290.*
7995
7996 TDA9840 MEDIA DRIVER
7997 M:      Hans Verkuil <hverkuil@xs4all.nl>
7998 L:      linux-media@vger.kernel.org
7999 T:      git git://linuxtv.org/media_tree.git
8000 W:      http://linuxtv.org
8001 S:      Maintained
8002 F:      drivers/media/i2c/tda9840*
8003
8004 TEA5761 TUNER DRIVER
8005 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
8006 L:      linux-media@vger.kernel.org
8007 W:      http://linuxtv.org
8008 T:      git git://linuxtv.org/media_tree.git
8009 S:      Odd fixes
8010 F:      drivers/media/tuners/tea5761.*
8011
8012 TEA5767 TUNER DRIVER
8013 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
8014 L:      linux-media@vger.kernel.org
8015 W:      http://linuxtv.org
8016 T:      git git://linuxtv.org/media_tree.git
8017 S:      Maintained
8018 F:      drivers/media/tuners/tea5767.*
8019
8020 TEA6415C MEDIA DRIVER
8021 M:      Hans Verkuil <hverkuil@xs4all.nl>
8022 L:      linux-media@vger.kernel.org
8023 T:      git git://linuxtv.org/media_tree.git
8024 W:      http://linuxtv.org
8025 S:      Maintained
8026 F:      drivers/media/i2c/tea6415c*
8027
8028 TEA6420 MEDIA DRIVER
8029 M:      Hans Verkuil <hverkuil@xs4all.nl>
8030 L:      linux-media@vger.kernel.org
8031 T:      git git://linuxtv.org/media_tree.git
8032 W:      http://linuxtv.org
8033 S:      Maintained
8034 F:      drivers/media/i2c/tea6420*
8035
8036 TEAM DRIVER
8037 M:      Jiri Pirko <jiri@resnulli.us>
8038 L:      netdev@vger.kernel.org
8039 S:      Supported
8040 F:      drivers/net/team/
8041 F:      include/linux/if_team.h
8042 F:      include/uapi/linux/if_team.h
8043
8044 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
8045 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
8046 S:      Maintained
8047 F:      arch/x86/platform/ts5500/
8048
8049 TECHNOTREND USB IR RECEIVER
8050 M:      Sean Young <sean@mess.org>
8051 L:      linux-media@vger.kernel.org
8052 S:      Maintained
8053 F:      drivers/media/rc/ttusbir.c
8054
8055 TEGRA SUPPORT
8056 M:      Stephen Warren <swarren@wwwdotorg.org>
8057 L:      linux-tegra@vger.kernel.org
8058 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
8059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
8060 S:      Supported
8061 N:      [^a-z]tegra
8062
8063 TEHUTI ETHERNET DRIVER
8064 M:      Andy Gospodarek <andy@greyhouse.net>
8065 L:      netdev@vger.kernel.org
8066 S:      Supported
8067 F:      drivers/net/ethernet/tehuti/*
8068
8069 Telecom Clock Driver for MCPL0010
8070 M:      Mark Gross <mark.gross@intel.com>
8071 S:      Supported
8072 F:      drivers/char/tlclk.c
8073
8074 TENSILICA XTENSA PORT (xtensa)
8075 M:      Chris Zankel <chris@zankel.net>
8076 M:      Max Filippov <jcmvbkbc@gmail.com>
8077 L:      linux-xtensa@linux-xtensa.org
8078 S:      Maintained
8079 F:      arch/xtensa/
8080
8081 THERMAL
8082 M:      Zhang Rui <rui.zhang@intel.com>
8083 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8084 L:      linux-pm@vger.kernel.org
8085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
8086 Q:      https://patchwork.kernel.org/project/linux-pm/list/
8087 S:      Supported
8088 F:      drivers/thermal/
8089 F:      include/linux/thermal.h
8090 F:      include/linux/cpu_cooling.h
8091
8092 THINGM BLINK(1) USB RGB LED DRIVER
8093 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8094 S:      Maintained
8095 F:      drivers/hid/hid-thingm.c
8096
8097 THINKPAD ACPI EXTRAS DRIVER
8098 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
8099 L:      ibm-acpi-devel@lists.sourceforge.net
8100 L:      platform-driver-x86@vger.kernel.org
8101 W:      http://ibm-acpi.sourceforge.net
8102 W:      http://thinkwiki.org/wiki/Ibm-acpi
8103 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
8104 S:      Maintained
8105 F:      drivers/platform/x86/thinkpad_acpi.c
8106
8107 TI BANDGAP AND THERMAL DRIVER
8108 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8109 L:      linux-pm@vger.kernel.org
8110 S:      Supported
8111 F:      drivers/thermal/ti-soc-thermal/
8112
8113 TI FLASH MEDIA INTERFACE DRIVER
8114 M:      Alex Dubov <oakad@yahoo.com>
8115 S:      Maintained
8116 F:      drivers/misc/tifm*
8117 F:      drivers/mmc/host/tifm_sd.c
8118 F:      include/linux/tifm.h
8119
8120 TI LM49xxx FAMILY ASoC CODEC DRIVERS
8121 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
8122 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
8123 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8124 S:      Maintained
8125 F:      sound/soc/codecs/lm49453*
8126 F:      sound/soc/codecs/isabelle*
8127
8128 TI LP855x BACKLIGHT DRIVER
8129 M:      Milo Kim <milo.kim@ti.com>
8130 S:      Maintained
8131 F:      Documentation/backlight/lp855x-driver.txt
8132 F:      drivers/video/backlight/lp855x_bl.c
8133 F:      include/linux/platform_data/lp855x.h
8134
8135 TI LP8727 CHARGER DRIVER
8136 M:      Milo Kim <milo.kim@ti.com>
8137 S:      Maintained
8138 F:      drivers/power/lp8727_charger.c
8139 F:      include/linux/platform_data/lp8727.h
8140
8141 TI LP8788 MFD DRIVER
8142 M:      Milo Kim <milo.kim@ti.com>
8143 S:      Maintained
8144 F:      drivers/iio/adc/lp8788_adc.c
8145 F:      drivers/leds/leds-lp8788.c
8146 F:      drivers/mfd/lp8788*.c
8147 F:      drivers/power/lp8788-charger.c
8148 F:      drivers/regulator/lp8788-*.c
8149 F:      include/linux/mfd/lp8788*.h
8150
8151 TI TWL4030 SERIES SOC CODEC DRIVER
8152 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8153 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8154 S:      Maintained
8155 F:      sound/soc/codecs/twl4030*
8156
8157 TI WILINK WIRELESS DRIVERS
8158 M:      Luciano Coelho <coelho@ti.com>
8159 L:      linux-wireless@vger.kernel.org
8160 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
8161 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
8162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
8163 S:      Maintained
8164 F:      drivers/net/wireless/ti/
8165 F:      include/linux/wl12xx.h
8166
8167 TIPC NETWORK LAYER
8168 M:      Jon Maloy <jon.maloy@ericsson.com>
8169 M:      Allan Stephens <allan.stephens@windriver.com>
8170 L:      netdev@vger.kernel.org (core kernel code)
8171 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
8172 W:      http://tipc.sourceforge.net/
8173 S:      Maintained
8174 F:      include/uapi/linux/tipc*.h
8175 F:      net/tipc/
8176
8177 TILE ARCHITECTURE
8178 M:      Chris Metcalf <cmetcalf@tilera.com>
8179 W:      http://www.tilera.com/scm/
8180 S:      Supported
8181 F:      arch/tile/
8182 F:      drivers/tty/hvc/hvc_tile.c
8183 F:      drivers/net/ethernet/tile/
8184 F:      drivers/edac/tile_edac.c
8185
8186 TLAN NETWORK DRIVER
8187 M:      Samuel Chessman <chessman@tux.org>
8188 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
8189 W:      http://sourceforge.net/projects/tlan/
8190 S:      Maintained
8191 F:      Documentation/networking/tlan.txt
8192 F:      drivers/net/ethernet/ti/tlan.*
8193
8194 TOMOYO SECURITY MODULE
8195 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
8196 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
8197 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
8198 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
8199 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
8200 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
8201 W:      http://tomoyo.sourceforge.jp/
8202 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
8203 S:      Maintained
8204 F:      security/tomoyo/
8205
8206 TOPSTAR LAPTOP EXTRAS DRIVER
8207 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8208 L:      platform-driver-x86@vger.kernel.org
8209 S:      Maintained
8210 F:      drivers/platform/x86/topstar-laptop.c
8211
8212 TOSHIBA ACPI EXTRAS DRIVER
8213 L:      platform-driver-x86@vger.kernel.org
8214 S:      Orphan
8215 F:      drivers/platform/x86/toshiba_acpi.c
8216
8217 TOSHIBA SMM DRIVER
8218 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
8219 L:      tlinux-users@tce.toshiba-dme.co.jp
8220 W:      http://www.buzzard.org.uk/toshiba/
8221 S:      Maintained
8222 F:      drivers/char/toshiba.c
8223 F:      include/linux/toshiba.h
8224 F:      include/uapi/linux/toshiba.h
8225
8226 TMIO MMC DRIVER
8227 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8228 M:      Ian Molton <ian@mnementh.co.uk>
8229 L:      linux-mmc@vger.kernel.org
8230 S:      Maintained
8231 F:      drivers/mmc/host/tmio_mmc*
8232 F:      drivers/mmc/host/sh_mobile_sdhi.c
8233 F:      include/linux/mmc/tmio.h
8234 F:      include/linux/mmc/sh_mobile_sdhi.h
8235
8236 TMP401 HARDWARE MONITOR DRIVER
8237 M:      Guenter Roeck <linux@roeck-us.net>
8238 L:      lm-sensors@lm-sensors.org
8239 S:      Maintained
8240 F:      Documentation/hwmon/tmp401
8241 F:      drivers/hwmon/tmp401.c
8242
8243 TMPFS (SHMEM FILESYSTEM)
8244 M:      Hugh Dickins <hughd@google.com>
8245 L:      linux-mm@kvack.org
8246 S:      Maintained
8247 F:      include/linux/shmem_fs.h
8248 F:      mm/shmem.c
8249
8250 TM6000 VIDEO4LINUX DRIVER
8251 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
8252 L:      linux-media@vger.kernel.org
8253 W:      http://linuxtv.org
8254 T:      git git://linuxtv.org/media_tree.git
8255 S:      Odd fixes
8256 F:      drivers/media/usb/tm6000/
8257
8258 TPM DEVICE DRIVER
8259 M:      Leonidas Da Silva Barbosa <leosilva@linux.vnet.ibm.com>
8260 M:      Ashley Lai <ashley@ashleylai.com>
8261 M:      Rajiv Andrade <mail@srajiv.net>
8262 W:      http://tpmdd.sourceforge.net
8263 M:      Marcel Selhorst <tpmdd@selhorst.net>
8264 M:      Sirrix AG <tpmdd@sirrix.com>
8265 W:      http://www.sirrix.com
8266 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
8267 S:      Maintained
8268 F:      drivers/char/tpm/
8269
8270 TRACING
8271 M:      Steven Rostedt <rostedt@goodmis.org>
8272 M:      Frederic Weisbecker <fweisbec@gmail.com>
8273 M:      Ingo Molnar <mingo@redhat.com>
8274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8275 S:      Maintained
8276 F:      Documentation/trace/ftrace.txt
8277 F:      arch/*/*/*/ftrace.h
8278 F:      arch/*/kernel/ftrace.c
8279 F:      include/*/ftrace.h
8280 F:      include/linux/trace*.h
8281 F:      include/trace/
8282 F:      kernel/trace/
8283
8284 TRIVIAL PATCHES
8285 M:      Jiri Kosina <trivial@kernel.org>
8286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
8287 S:      Maintained
8288 K:      ^Subject:.*(?i)trivial
8289
8290 TTY LAYER
8291 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8292 M:      Jiri Slaby <jslaby@suse.cz>
8293 S:      Supported
8294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8295 F:      drivers/tty/
8296 F:      drivers/tty/serial/serial_core.c
8297 F:      include/linux/serial_core.h
8298 F:      include/linux/serial.h
8299 F:      include/linux/tty.h
8300 F:      include/uapi/linux/serial_core.h
8301 F:      include/uapi/linux/serial.h
8302 F:      include/uapi/linux/tty.h
8303
8304 TUA9001 MEDIA DRIVER
8305 M:      Antti Palosaari <crope@iki.fi>
8306 L:      linux-media@vger.kernel.org
8307 W:      http://linuxtv.org/
8308 W:      http://palosaari.fi/linux/
8309 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8310 T:      git git://linuxtv.org/anttip/media_tree.git
8311 S:      Maintained
8312 F:      drivers/media/tuners/tua9001*
8313
8314 TULIP NETWORK DRIVERS
8315 M:      Grant Grundler <grundler@parisc-linux.org>
8316 L:      netdev@vger.kernel.org
8317 S:      Maintained
8318 F:      drivers/net/ethernet/dec/tulip/
8319
8320 TUN/TAP driver
8321 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
8322 W:      http://vtun.sourceforge.net/tun
8323 S:      Maintained
8324 F:      Documentation/networking/tuntap.txt
8325 F:      arch/um/os-Linux/drivers/
8326
8327 TURBOCHANNEL SUBSYSTEM
8328 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
8329 S:      Maintained
8330 F:      drivers/tc/
8331 F:      include/linux/tc.h
8332
8333 U14-34F SCSI DRIVER
8334 M:      Dario Ballabio <ballabio_dario@emc.com>
8335 L:      linux-scsi@vger.kernel.org
8336 S:      Maintained
8337 F:      drivers/scsi/u14-34f.c
8338
8339 UBI FILE SYSTEM (UBIFS)
8340 M:      Artem Bityutskiy <dedekind1@gmail.com>
8341 M:      Adrian Hunter <adrian.hunter@intel.com>
8342 L:      linux-mtd@lists.infradead.org
8343 T:      git git://git.infradead.org/ubifs-2.6.git
8344 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
8345 S:      Maintained
8346 F:      Documentation/filesystems/ubifs.txt
8347 F:      fs/ubifs/
8348
8349 UCLINUX (AND M68KNOMMU)
8350 M:      Greg Ungerer <gerg@uclinux.org>
8351 W:      http://www.uclinux.org/
8352 L:      uclinux-dev@uclinux.org  (subscribers-only)
8353 S:      Maintained
8354 F:      arch/m68k/*/*_no.*
8355 F:      arch/m68k/include/asm/*_no.*
8356
8357 UCLINUX FOR RENESAS H8/300 (H8300)
8358 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
8359 W:      http://uclinux-h8.sourceforge.jp/
8360 S:      Supported
8361 F:      arch/h8300/
8362 F:      drivers/ide/ide-h8300.c
8363 F:      drivers/net/ethernet/8390/ne-h8300.c
8364
8365 UDF FILESYSTEM
8366 M:      Jan Kara <jack@suse.cz>
8367 S:      Maintained
8368 F:      Documentation/filesystems/udf.txt
8369 F:      fs/udf/
8370
8371 UFS FILESYSTEM
8372 M:      Evgeniy Dushistov <dushistov@mail.ru>
8373 S:      Maintained
8374 F:      Documentation/filesystems/ufs.txt
8375 F:      fs/ufs/
8376
8377 UHID USERSPACE HID IO DRIVER:
8378 M:      David Herrmann <dh.herrmann@googlemail.com>
8379 L:      linux-input@vger.kernel.org
8380 S:      Maintained
8381 F:      drivers/hid/uhid.c
8382 F:      include/uapi/linux/uhid.h
8383
8384 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
8385 L:      linux-usb@vger.kernel.org
8386 S:      Orphan
8387 F:      drivers/uwb/
8388 F:      include/linux/uwb.h
8389 F:      include/linux/uwb/
8390
8391 UNICORE32 ARCHITECTURE:
8392 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8393 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8394 S:      Maintained
8395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
8396 F:      arch/unicore32/
8397
8398 UNIFDEF
8399 M:      Tony Finch <dot@dotat.at>
8400 W:      http://dotat.at/prog/unifdef
8401 S:      Maintained
8402 F:      scripts/unifdef.c
8403
8404 UNIFORM CDROM DRIVER
8405 M:      Jens Axboe <axboe@kernel.dk>
8406 W:      http://www.kernel.dk
8407 S:      Maintained
8408 F:      Documentation/cdrom/
8409 F:      drivers/cdrom/cdrom.c
8410 F:      include/linux/cdrom.h
8411 F:      include/uapi/linux/cdrom.h
8412
8413 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
8414 M:      Vinayak Holikatti <vinholikatti@gmail.com>
8415 M:      Santosh Y <santoshsy@gmail.com>
8416 L:      linux-scsi@vger.kernel.org
8417 S:      Supported
8418 F:      Documentation/scsi/ufs.txt
8419 F:      drivers/scsi/ufs/
8420
8421 UNSORTED BLOCK IMAGES (UBI)
8422 M:      Artem Bityutskiy <dedekind1@gmail.com>
8423 W:      http://www.linux-mtd.infradead.org/
8424 L:      linux-mtd@lists.infradead.org
8425 T:      git git://git.infradead.org/ubi-2.6.git
8426 S:      Maintained
8427 F:      drivers/mtd/ubi/
8428 F:      include/linux/mtd/ubi.h
8429 F:      include/uapi/mtd/ubi-user.h
8430
8431 UNSORTED BLOCK IMAGES (UBI) Fastmap
8432 M:      Richard Weinberger <richard@nod.at>
8433 L:      linux-mtd@lists.infradead.org
8434 S:      Maintained
8435 F:      drivers/mtd/ubi/fastmap.c
8436
8437 USB ACM DRIVER
8438 M:      Oliver Neukum <oliver@neukum.org>
8439 L:      linux-usb@vger.kernel.org
8440 S:      Maintained
8441 F:      Documentation/usb/acm.txt
8442 F:      drivers/usb/class/cdc-acm.*
8443
8444 USB AR5523 WIRELESS DRIVER
8445 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
8446 L:      linux-wireless@vger.kernel.org
8447 S:      Maintained
8448 F:      drivers/net/wireless/ath/ar5523/
8449
8450 USB ATTACHED SCSI
8451 M:      Matthew Wilcox <willy@linux.intel.com>
8452 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8453 M:      Gerd Hoffmann <kraxel@redhat.com>
8454 L:      linux-usb@vger.kernel.org
8455 L:      linux-scsi@vger.kernel.org
8456 S:      Maintained
8457 F:      drivers/usb/storage/uas.c
8458
8459 USB CDC ETHERNET DRIVER
8460 M:      Oliver Neukum <oliver@neukum.org>
8461 L:      linux-usb@vger.kernel.org
8462 S:      Maintained
8463 F:      drivers/net/usb/cdc_*.c
8464 F:      include/uapi/linux/usb/cdc.h
8465
8466 USB CYPRESS C67X00 DRIVER
8467 M:      Peter Korsgaard <jacmet@sunsite.dk>
8468 L:      linux-usb@vger.kernel.org
8469 S:      Maintained
8470 F:      drivers/usb/c67x00/
8471
8472 USB DAVICOM DM9601 DRIVER
8473 M:      Peter Korsgaard <jacmet@sunsite.dk>
8474 L:      netdev@vger.kernel.org
8475 W:      http://www.linux-usb.org/usbnet
8476 S:      Maintained
8477 F:      drivers/net/usb/dm9601.c
8478
8479 USB DIAMOND RIO500 DRIVER
8480 M:      Cesar Miquel <miquel@df.uba.ar>
8481 L:      rio500-users@lists.sourceforge.net
8482 W:      http://rio500.sourceforge.net
8483 S:      Maintained
8484 F:      drivers/usb/misc/rio500*
8485
8486 USB EHCI DRIVER
8487 M:      Alan Stern <stern@rowland.harvard.edu>
8488 L:      linux-usb@vger.kernel.org
8489 S:      Maintained
8490 F:      Documentation/usb/ehci.txt
8491 F:      drivers/usb/host/ehci*
8492
8493 USB GADGET/PERIPHERAL SUBSYSTEM
8494 M:      Felipe Balbi <balbi@ti.com>
8495 L:      linux-usb@vger.kernel.org
8496 W:      http://www.linux-usb.org/gadget
8497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8498 S:      Maintained
8499 F:      drivers/usb/gadget/
8500 F:      include/linux/usb/gadget*
8501
8502 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
8503 M:      Jiri Kosina <jkosina@suse.cz>
8504 L:      linux-usb@vger.kernel.org
8505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
8506 S:      Maintained
8507 F:      Documentation/hid/hiddev.txt
8508 F:      drivers/hid/usbhid/
8509
8510 USB/IP DRIVERS
8511 M:      Matt Mooney <mfm@muteddisk.com>
8512 L:      linux-usb@vger.kernel.org
8513 S:      Maintained
8514 F:      drivers/staging/usbip/
8515
8516 USB ISP116X DRIVER
8517 M:      Olav Kongas <ok@artecdesign.ee>
8518 L:      linux-usb@vger.kernel.org
8519 S:      Maintained
8520 F:      drivers/usb/host/isp116x*
8521 F:      include/linux/usb/isp116x.h
8522
8523 USB KAWASAKI LSI DRIVER
8524 M:      Oliver Neukum <oliver@neukum.org>
8525 L:      linux-usb@vger.kernel.org
8526 S:      Maintained
8527 F:      drivers/usb/serial/kl5kusb105.*
8528
8529 USB MASS STORAGE DRIVER
8530 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
8531 L:      linux-usb@vger.kernel.org
8532 L:      usb-storage@lists.one-eyed-alien.net
8533 S:      Maintained
8534 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
8535 F:      drivers/usb/storage/
8536
8537 USB MIDI DRIVER
8538 M:      Clemens Ladisch <clemens@ladisch.de>
8539 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8540 T:      git git://git.alsa-project.org/alsa-kernel.git
8541 S:      Maintained
8542 F:      sound/usb/midi.*
8543
8544 USB OHCI DRIVER
8545 M:      Alan Stern <stern@rowland.harvard.edu>
8546 L:      linux-usb@vger.kernel.org
8547 S:      Maintained
8548 F:      Documentation/usb/ohci.txt
8549 F:      drivers/usb/host/ohci*
8550
8551 USB OPTION-CARD DRIVER
8552 M:      Matthias Urlichs <smurf@smurf.noris.de>
8553 L:      linux-usb@vger.kernel.org
8554 S:      Maintained
8555 F:      drivers/usb/serial/option.c
8556
8557 USB PEGASUS DRIVER
8558 M:      Petko Manolov <petkan@nucleusys.com>
8559 L:      linux-usb@vger.kernel.org
8560 L:      netdev@vger.kernel.org
8561 T:      git git://git.code.sf.net/p/pegasus2/git
8562 W:      http://pegasus2.sourceforge.net/
8563 S:      Maintained
8564 F:      drivers/net/usb/pegasus.*
8565
8566 USB PHY LAYER
8567 M:      Felipe Balbi <balbi@ti.com>
8568 L:      linux-usb@vger.kernel.org
8569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8570 S:      Maintained
8571 F:      drivers/usb/phy/
8572 F:      drivers/usb/otg/
8573
8574 USB PRINTER DRIVER (usblp)
8575 M:      Pete Zaitcev <zaitcev@redhat.com>
8576 L:      linux-usb@vger.kernel.org
8577 S:      Supported
8578 F:      drivers/usb/class/usblp.c
8579
8580 USB RTL8150 DRIVER
8581 M:      Petko Manolov <petkan@nucleusys.com>
8582 L:      linux-usb@vger.kernel.org
8583 L:      netdev@vger.kernel.org
8584 T:      git git://git.code.sf.net/p/pegasus2/git
8585 W:      http://pegasus2.sourceforge.net/
8586 S:      Maintained
8587 F:      drivers/net/usb/rtl8150.c
8588
8589 USB SERIAL BELKIN F5U103 DRIVER
8590 M:      William Greathouse <wgreathouse@smva.com>
8591 L:      linux-usb@vger.kernel.org
8592 S:      Maintained
8593 F:      drivers/usb/serial/belkin_sa.*
8594
8595 USB SERIAL CYPRESS M8 DRIVER
8596 M:      Lonnie Mendez <dignome@gmail.com>
8597 L:      linux-usb@vger.kernel.org
8598 S:      Maintained
8599 W:      http://geocities.com/i0xox0i
8600 W:      http://firstlight.net/cvs
8601 F:      drivers/usb/serial/cypress_m8.*
8602
8603 USB SERIAL CYBERJACK DRIVER
8604 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
8605 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
8606 S:      Maintained
8607 F:      drivers/usb/serial/cyberjack.c
8608
8609 USB SERIAL DIGI ACCELEPORT DRIVER
8610 M:      Peter Berger <pberger@brimson.com>
8611 M:      Al Borchers <alborchers@steinerpoint.com>
8612 L:      linux-usb@vger.kernel.org
8613 S:      Maintained
8614 F:      drivers/usb/serial/digi_acceleport.c
8615
8616 USB SERIAL DRIVER
8617 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8618 L:      linux-usb@vger.kernel.org
8619 S:      Supported
8620 F:      Documentation/usb/usb-serial.txt
8621 F:      drivers/usb/serial/generic.c
8622 F:      drivers/usb/serial/usb-serial.c
8623 F:      include/linux/usb/serial.h
8624
8625 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
8626 M:      Gary Brubaker <xavyer@ix.netcom.com>
8627 L:      linux-usb@vger.kernel.org
8628 S:      Maintained
8629 F:      drivers/usb/serial/empeg.c
8630
8631 USB SERIAL KEYSPAN DRIVER
8632 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8633 L:      linux-usb@vger.kernel.org
8634 S:      Maintained
8635 F:      drivers/usb/serial/*keyspan*
8636
8637 USB SERIAL WHITEHEAT DRIVER
8638 M:      Support Department <support@connecttech.com>
8639 L:      linux-usb@vger.kernel.org
8640 W:      http://www.connecttech.com
8641 S:      Supported
8642 F:      drivers/usb/serial/whiteheat*
8643
8644 USB SMSC75XX ETHERNET DRIVER
8645 M:      Steve Glendinning <steve.glendinning@shawell.net>
8646 L:      netdev@vger.kernel.org
8647 S:      Maintained
8648 F:      drivers/net/usb/smsc75xx.*
8649
8650 USB SMSC95XX ETHERNET DRIVER
8651 M:      Steve Glendinning <steve.glendinning@shawell.net>
8652 L:      netdev@vger.kernel.org
8653 S:      Maintained
8654 F:      drivers/net/usb/smsc95xx.*
8655
8656 USB SN9C1xx DRIVER
8657 M:      Luca Risolia <luca.risolia@studio.unibo.it>
8658 L:      linux-usb@vger.kernel.org
8659 L:      linux-media@vger.kernel.org
8660 T:      git git://linuxtv.org/media_tree.git
8661 W:      http://www.linux-projects.org
8662 S:      Maintained
8663 F:      Documentation/video4linux/sn9c102.txt
8664 F:      drivers/media/usb/sn9c102/
8665
8666 USB SUBSYSTEM
8667 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8668 L:      linux-usb@vger.kernel.org
8669 W:      http://www.linux-usb.org
8670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
8671 S:      Supported
8672 F:      Documentation/usb/
8673 F:      drivers/net/usb/
8674 F:      drivers/usb/
8675 F:      include/linux/usb.h
8676 F:      include/linux/usb/
8677
8678 USB UHCI DRIVER
8679 M:      Alan Stern <stern@rowland.harvard.edu>
8680 L:      linux-usb@vger.kernel.org
8681 S:      Maintained
8682 F:      drivers/usb/host/uhci*
8683
8684 USB "USBNET" DRIVER FRAMEWORK
8685 M:      Oliver Neukum <oneukum@suse.de>
8686 L:      netdev@vger.kernel.org
8687 W:      http://www.linux-usb.org/usbnet
8688 S:      Maintained
8689 F:      drivers/net/usb/usbnet.c
8690 F:      include/linux/usb/usbnet.h
8691
8692 USB VIDEO CLASS
8693 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8694 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
8695 L:      linux-media@vger.kernel.org
8696 T:      git git://linuxtv.org/media_tree.git
8697 W:      http://www.ideasonboard.org/uvc/
8698 S:      Maintained
8699 F:      drivers/media/usb/uvc/
8700 F:      include/uapi/linux/uvcvideo.h
8701
8702 USB VISION DRIVER
8703 M:      Hans Verkuil <hverkuil@xs4all.nl>
8704 L:      linux-media@vger.kernel.org
8705 T:      git git://linuxtv.org/media_tree.git
8706 W:      http://linuxtv.org
8707 S:      Odd Fixes
8708 F:      drivers/media/usb/usbvision/
8709
8710 USB WEBCAM GADGET
8711 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8712 L:      linux-usb@vger.kernel.org
8713 S:      Maintained
8714 F:      drivers/usb/gadget/*uvc*.c
8715 F:      drivers/usb/gadget/webcam.c
8716
8717 USB WIRELESS RNDIS DRIVER (rndis_wlan)
8718 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
8719 L:      linux-wireless@vger.kernel.org
8720 S:      Maintained
8721 F:      drivers/net/wireless/rndis_wlan.c
8722
8723 USB XHCI DRIVER
8724 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8725 L:      linux-usb@vger.kernel.org
8726 S:      Supported
8727 F:      drivers/usb/host/xhci*
8728 F:      drivers/usb/host/pci-quirks*
8729
8730 USB ZD1201 DRIVER
8731 L:      linux-wireless@vger.kernel.org
8732 W:      http://linux-lc100020.sourceforge.net
8733 S:      Orphan
8734 F:      drivers/net/wireless/zd1201.*
8735
8736 USB ZR364XX DRIVER
8737 M:      Antoine Jacquet <royale@zerezo.com>
8738 L:      linux-usb@vger.kernel.org
8739 L:      linux-media@vger.kernel.org
8740 T:      git git://linuxtv.org/media_tree.git
8741 W:      http://royale.zerezo.com/zr364xx/
8742 S:      Maintained
8743 F:      Documentation/video4linux/zr364xx.txt
8744 F:      drivers/media/usb/zr364xx/
8745
8746 USER-MODE LINUX (UML)
8747 M:      Jeff Dike <jdike@addtoit.com>
8748 M:      Richard Weinberger <richard@nod.at>
8749 L:      user-mode-linux-devel@lists.sourceforge.net
8750 L:      user-mode-linux-user@lists.sourceforge.net
8751 W:      http://user-mode-linux.sourceforge.net
8752 S:      Maintained
8753 F:      Documentation/virtual/uml/
8754 F:      arch/um/
8755 F:      arch/x86/um/
8756 F:      fs/hostfs/
8757 F:      fs/hppfs/
8758
8759 USERSPACE I/O (UIO)
8760 M:      "Hans J. Koch" <hjk@hansjkoch.de>
8761 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8762 S:      Maintained
8763 F:      Documentation/DocBook/uio-howto.tmpl
8764 F:      drivers/uio/
8765 F:      include/linux/uio*.h
8766
8767 UTIL-LINUX PACKAGE
8768 M:      Karel Zak <kzak@redhat.com>
8769 L:      util-linux@vger.kernel.org
8770 W:      http://en.wikipedia.org/wiki/Util-linux
8771 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
8772 S:      Maintained
8773
8774 UVESAFB DRIVER
8775 M:      Michal Januszewski <spock@gentoo.org>
8776 L:      linux-fbdev@vger.kernel.org
8777 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
8778 S:      Maintained
8779 F:      Documentation/fb/uvesafb.txt
8780 F:      drivers/video/uvesafb.*
8781
8782 VFAT/FAT/MSDOS FILESYSTEM
8783 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
8784 S:      Maintained
8785 F:      Documentation/filesystems/vfat.txt
8786 F:      fs/fat/
8787
8788 VFIO DRIVER
8789 M:      Alex Williamson <alex.williamson@redhat.com>
8790 L:      kvm@vger.kernel.org
8791 S:      Maintained
8792 F:      Documentation/vfio.txt
8793 F:      drivers/vfio/
8794 F:      include/linux/vfio.h
8795 F:      include/uapi/linux/vfio.h
8796
8797 VIDEOBUF2 FRAMEWORK
8798 M:      Pawel Osciak <pawel@osciak.com>
8799 M:      Marek Szyprowski <m.szyprowski@samsung.com>
8800 M:      Kyungmin Park <kyungmin.park@samsung.com>
8801 L:      linux-media@vger.kernel.org
8802 S:      Maintained
8803 F:      drivers/media/v4l2-core/videobuf2-*
8804 F:      include/media/videobuf2-*
8805
8806 VIRTIO CONSOLE DRIVER
8807 M:      Amit Shah <amit.shah@redhat.com>
8808 L:      virtualization@lists.linux-foundation.org
8809 S:      Maintained
8810 F:      drivers/char/virtio_console.c
8811 F:      include/linux/virtio_console.h
8812 F:      include/uapi/linux/virtio_console.h
8813
8814 VIRTIO CORE, NET AND BLOCK DRIVERS
8815 M:      Rusty Russell <rusty@rustcorp.com.au>
8816 M:      "Michael S. Tsirkin" <mst@redhat.com>
8817 L:      virtualization@lists.linux-foundation.org
8818 S:      Maintained
8819 F:      drivers/virtio/
8820 F:      drivers/net/virtio_net.c
8821 F:      drivers/block/virtio_blk.c
8822 F:      include/linux/virtio_*.h
8823 F:      include/uapi/linux/virtio_*.h
8824
8825 VIRTIO HOST (VHOST)
8826 M:      "Michael S. Tsirkin" <mst@redhat.com>
8827 L:      kvm@vger.kernel.org
8828 L:      virtualization@lists.linux-foundation.org
8829 L:      netdev@vger.kernel.org
8830 S:      Maintained
8831 F:      drivers/vhost/
8832 F:      include/uapi/linux/vhost.h
8833
8834 VIA RHINE NETWORK DRIVER
8835 M:      Roger Luethi <rl@hellgate.ch>
8836 S:      Maintained
8837 F:      drivers/net/ethernet/via/via-rhine.c
8838
8839 VIA SD/MMC CARD CONTROLLER DRIVER
8840 M:      Bruce Chang <brucechang@via.com.tw>
8841 M:      Harald Welte <HaraldWelte@viatech.com>
8842 S:      Maintained
8843 F:      drivers/mmc/host/via-sdmmc.c
8844
8845 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
8846 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
8847 L:      linux-fbdev@vger.kernel.org
8848 S:      Maintained
8849 F:      include/linux/via-core.h
8850 F:      include/linux/via-gpio.h
8851 F:      include/linux/via_i2c.h
8852 F:      drivers/video/via/
8853
8854 VIA VELOCITY NETWORK DRIVER
8855 M:      Francois Romieu <romieu@fr.zoreil.com>
8856 L:      netdev@vger.kernel.org
8857 S:      Maintained
8858 F:      drivers/net/ethernet/via/via-velocity.*
8859
8860 VIVI VIRTUAL VIDEO DRIVER
8861 M:      Hans Verkuil <hverkuil@xs4all.nl>
8862 L:      linux-media@vger.kernel.org
8863 T:      git git://linuxtv.org/media_tree.git
8864 W:      http://linuxtv.org
8865 S:      Maintained
8866 F:      drivers/media/platform/vivi*
8867
8868 VLAN (802.1Q)
8869 M:      Patrick McHardy <kaber@trash.net>
8870 L:      netdev@vger.kernel.org
8871 S:      Maintained
8872 F:      drivers/net/macvlan.c
8873 F:      include/linux/if_*vlan.h
8874 F:      net/8021q/
8875
8876 VLYNQ BUS
8877 M:      Florian Fainelli <florian@openwrt.org>
8878 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
8879 S:      Maintained
8880 F:      drivers/vlynq/vlynq.c
8881 F:      include/linux/vlynq.h
8882
8883 VME SUBSYSTEM
8884 M:      Martyn Welch <martyn.welch@ge.com>
8885 M:      Manohar Vanga <manohar.vanga@gmail.com>
8886 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8887 L:      devel@driverdev.osuosl.org
8888 S:      Maintained
8889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8890 F:      Documentation/vme_api.txt
8891 F:      drivers/staging/vme/
8892 F:      drivers/vme/
8893 F:      include/linux/vme*
8894
8895 VMWARE VMXNET3 ETHERNET DRIVER
8896 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
8897 M:      "VMware, Inc." <pv-drivers@vmware.com>
8898 L:      netdev@vger.kernel.org
8899 S:      Maintained
8900 F:      drivers/net/vmxnet3/
8901
8902 VMware PVSCSI driver
8903 M:      Arvind Kumar <arvindkumar@vmware.com>
8904 M:      VMware PV-Drivers <pv-drivers@vmware.com>
8905 L:      linux-scsi@vger.kernel.org
8906 S:      Maintained
8907 F:      drivers/scsi/vmw_pvscsi.c
8908 F:      drivers/scsi/vmw_pvscsi.h
8909
8910 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
8911 M:      Liam Girdwood <lgirdwood@gmail.com>
8912 M:      Mark Brown <broonie@kernel.org>
8913 W:      http://opensource.wolfsonmicro.com/node/15
8914 W:      http://www.slimlogic.co.uk/?p=48
8915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
8916 S:      Supported
8917 F:      drivers/regulator/
8918 F:      include/linux/regulator/
8919
8920 VT1211 HARDWARE MONITOR DRIVER
8921 M:      Juerg Haefliger <juergh@gmail.com>
8922 L:      lm-sensors@lm-sensors.org
8923 S:      Maintained
8924 F:      Documentation/hwmon/vt1211
8925 F:      drivers/hwmon/vt1211.c
8926
8927 VT8231 HARDWARE MONITOR DRIVER
8928 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
8929 L:      lm-sensors@lm-sensors.org
8930 S:      Maintained
8931 F:      drivers/hwmon/vt8231.c
8932
8933 VUB300 USB to SDIO/SD/MMC bridge chip
8934 M:      Tony Olech <tony.olech@elandigitalsystems.com>
8935 L:      linux-mmc@vger.kernel.org
8936 L:      linux-usb@vger.kernel.org
8937 S:      Supported
8938 F:      drivers/mmc/host/vub300.c
8939
8940 W1 DALLAS'S 1-WIRE BUS
8941 M:      Evgeniy Polyakov <zbr@ioremap.net>
8942 S:      Maintained
8943 F:      Documentation/w1/
8944 F:      drivers/w1/
8945
8946 W83791D HARDWARE MONITORING DRIVER
8947 M:      Marc Hulsman <m.hulsman@tudelft.nl>
8948 L:      lm-sensors@lm-sensors.org
8949 S:      Maintained
8950 F:      Documentation/hwmon/w83791d
8951 F:      drivers/hwmon/w83791d.c
8952
8953 W83793 HARDWARE MONITORING DRIVER
8954 M:      Rudolf Marek <r.marek@assembler.cz>
8955 L:      lm-sensors@lm-sensors.org
8956 S:      Maintained
8957 F:      Documentation/hwmon/w83793
8958 F:      drivers/hwmon/w83793.c
8959
8960 W83795 HARDWARE MONITORING DRIVER
8961 M:      Jean Delvare <khali@linux-fr.org>
8962 L:      lm-sensors@lm-sensors.org
8963 S:      Maintained
8964 F:      drivers/hwmon/w83795.c
8965
8966 W83L51xD SD/MMC CARD INTERFACE DRIVER
8967 M:      Pierre Ossman <pierre@ossman.eu>
8968 S:      Maintained
8969 F:      drivers/mmc/host/wbsd.*
8970
8971 WATCHDOG DEVICE DRIVERS
8972 M:      Wim Van Sebroeck <wim@iguana.be>
8973 L:      linux-watchdog@vger.kernel.org
8974 W:      http://www.linux-watchdog.org/
8975 T:      git git://www.linux-watchdog.org/linux-watchdog.git
8976 S:      Maintained
8977 F:      Documentation/watchdog/
8978 F:      drivers/watchdog/
8979 F:      include/linux/watchdog.h
8980 F:      include/uapi/linux/watchdog.h
8981
8982 WD7000 SCSI DRIVER
8983 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
8984 L:      linux-scsi@vger.kernel.org
8985 S:      Maintained
8986 F:      drivers/scsi/wd7000.c
8987
8988 WIIMOTE HID DRIVER
8989 M:      David Herrmann <dh.herrmann@googlemail.com>
8990 L:      linux-input@vger.kernel.org
8991 S:      Maintained
8992 F:      drivers/hid/hid-wiimote*
8993
8994 WINBOND CIR DRIVER
8995 M:      David Härdeman <david@hardeman.nu>
8996 S:      Maintained
8997 F:      drivers/media/rc/winbond-cir.c
8998
8999 WIMAX STACK
9000 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
9001 M:      linux-wimax@intel.com
9002 L:      wimax@linuxwimax.org
9003 S:      Supported
9004 W:      http://linuxwimax.org
9005 F:      Documentation/wimax/README.wimax
9006 F:      include/linux/wimax/debug.h
9007 F:      include/net/wimax.h
9008 F:      include/uapi/linux/wimax.h
9009 F:      net/wimax/
9010
9011 WISTRON LAPTOP BUTTON DRIVER
9012 M:      Miloslav Trmac <mitr@volny.cz>
9013 S:      Maintained
9014 F:      drivers/input/misc/wistron_btns.c
9015
9016 WL3501 WIRELESS PCMCIA CARD DRIVER
9017 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
9018 L:      linux-wireless@vger.kernel.org
9019 W:      http://oops.ghostprotocols.net:81/blog
9020 S:      Maintained
9021 F:      drivers/net/wireless/wl3501*
9022
9023 WM97XX TOUCHSCREEN DRIVERS
9024 M:      Mark Brown <broonie@kernel.org>
9025 M:      Liam Girdwood <lrg@slimlogic.co.uk>
9026 L:      linux-input@vger.kernel.org
9027 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
9028 W:      http://opensource.wolfsonmicro.com/node/7
9029 S:      Supported
9030 F:      drivers/input/touchscreen/*wm97*
9031 F:      include/linux/wm97xx.h
9032
9033 WOLFSON MICROELECTRONICS DRIVERS
9034 L:      patches@opensource.wolfsonmicro.com
9035 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
9036 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
9037 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
9038 S:      Supported
9039 F:      Documentation/hwmon/wm83??
9040 F:      arch/arm/mach-s3c64xx/mach-crag6410*
9041 F:      drivers/clk/clk-wm83*.c
9042 F:      drivers/extcon/extcon-arizona.c
9043 F:      drivers/leds/leds-wm83*.c
9044 F:      drivers/gpio/gpio-*wm*.c
9045 F:      drivers/gpio/gpio-arizona.c
9046 F:      drivers/hwmon/wm83??-hwmon.c
9047 F:      drivers/input/misc/wm831x-on.c
9048 F:      drivers/input/touchscreen/wm831x-ts.c
9049 F:      drivers/input/touchscreen/wm97*.c
9050 F:      drivers/mfd/arizona*
9051 F:      drivers/mfd/wm*.c
9052 F:      drivers/power/wm83*.c
9053 F:      drivers/rtc/rtc-wm83*.c
9054 F:      drivers/regulator/wm8*.c
9055 F:      drivers/video/backlight/wm83*_bl.c
9056 F:      drivers/watchdog/wm83*_wdt.c
9057 F:      include/linux/mfd/arizona/
9058 F:      include/linux/mfd/wm831x/
9059 F:      include/linux/mfd/wm8350/
9060 F:      include/linux/mfd/wm8400*
9061 F:      include/linux/wm97xx.h
9062 F:      include/sound/wm????.h
9063 F:      sound/soc/codecs/arizona.?
9064 F:      sound/soc/codecs/wm*
9065
9066 WORKQUEUE
9067 M:      Tejun Heo <tj@kernel.org>
9068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
9069 S:      Maintained
9070 F:      include/linux/workqueue.h
9071 F:      kernel/workqueue.c
9072 F:      Documentation/workqueue.txt
9073
9074 X.25 NETWORK LAYER
9075 M:      Andrew Hendry <andrew.hendry@gmail.com>
9076 L:      linux-x25@vger.kernel.org
9077 S:      Odd Fixes
9078 F:      Documentation/networking/x25*
9079 F:      include/net/x25*
9080 F:      net/x25/
9081
9082 X86 ARCHITECTURE (32-BIT AND 64-BIT)
9083 M:      Thomas Gleixner <tglx@linutronix.de>
9084 M:      Ingo Molnar <mingo@redhat.com>
9085 M:      "H. Peter Anvin" <hpa@zytor.com>
9086 M:      x86@kernel.org
9087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9088 S:      Maintained
9089 F:      Documentation/x86/
9090 F:      arch/x86/
9091
9092 X86 PLATFORM DRIVERS
9093 M:      Matthew Garrett <matthew.garrett@nebula.com>
9094 L:      platform-driver-x86@vger.kernel.org
9095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
9096 S:      Maintained
9097 F:      drivers/platform/x86
9098
9099 X86 MCE INFRASTRUCTURE
9100 M:      Tony Luck <tony.luck@intel.com>
9101 M:      Borislav Petkov <bp@alien8.de>
9102 L:      linux-edac@vger.kernel.org
9103 S:      Maintained
9104 F:      arch/x86/kernel/cpu/mcheck/*
9105
9106 XC2028/3028 TUNER DRIVER
9107 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
9108 L:      linux-media@vger.kernel.org
9109 W:      http://linuxtv.org
9110 T:      git git://linuxtv.org/media_tree.git
9111 S:      Maintained
9112 F:      drivers/media/tuners/tuner-xc2028.*
9113
9114 XEN HYPERVISOR INTERFACE
9115 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9116 M:      Jeremy Fitzhardinge <jeremy@goop.org>
9117 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
9118 L:      virtualization@lists.linux-foundation.org
9119 S:      Supported
9120 F:      arch/x86/xen/
9121 F:      drivers/*/xen-*front.c
9122 F:      drivers/xen/
9123 F:      arch/x86/include/asm/xen/
9124 F:      include/xen/
9125 F:      include/uapi/xen/
9126
9127 XEN HYPERVISOR ARM
9128 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9129 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
9130 S:      Supported
9131 F:      arch/arm/xen/
9132 F:      arch/arm/include/asm/xen/
9133
9134 XEN NETWORK BACKEND DRIVER
9135 M:      Ian Campbell <ian.campbell@citrix.com>
9136 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
9137 L:      netdev@vger.kernel.org
9138 S:      Supported
9139 F:      drivers/net/xen-netback/*
9140
9141 XEN PCI SUBSYSTEM
9142 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9143 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
9144 S:      Supported
9145 F:      arch/x86/pci/*xen*
9146 F:      drivers/pci/*xen*
9147
9148 XEN SWIOTLB SUBSYSTEM
9149 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9150 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
9151 S:      Supported
9152 F:      arch/x86/xen/*swiotlb*
9153 F:      drivers/xen/*swiotlb*
9154
9155 XFS FILESYSTEM
9156 P:      Silicon Graphics Inc
9157 M:      Ben Myers <bpm@sgi.com>
9158 M:      Alex Elder <elder@kernel.org>
9159 M:      xfs@oss.sgi.com
9160 L:      xfs@oss.sgi.com
9161 W:      http://oss.sgi.com/projects/xfs
9162 T:      git git://oss.sgi.com/xfs/xfs.git
9163 S:      Supported
9164 F:      Documentation/filesystems/xfs.txt
9165 F:      fs/xfs/
9166
9167 XILINX AXI ETHERNET DRIVER
9168 M:      Anirudha Sarangi <anirudh@xilinx.com>
9169 M:      John Linn <John.Linn@xilinx.com>
9170 S:      Maintained
9171 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
9172
9173 XILINX SYSTEMACE DRIVER
9174 S:      Unmaintained
9175 F:      drivers/block/xsysace.c
9176
9177 XILINX UARTLITE SERIAL DRIVER
9178 M:      Peter Korsgaard <jacmet@sunsite.dk>
9179 L:      linux-serial@vger.kernel.org
9180 S:      Maintained
9181 F:      drivers/tty/serial/uartlite.c
9182
9183 YAM DRIVER FOR AX.25
9184 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
9185 L:      linux-hams@vger.kernel.org
9186 S:      Maintained
9187 F:      drivers/net/hamradio/yam*
9188 F:      include/linux/yam.h
9189
9190 YEALINK PHONE DRIVER
9191 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
9192 L:      usbb2k-api-dev@nongnu.org
9193 S:      Maintained
9194 F:      Documentation/input/yealink.txt
9195 F:      drivers/input/misc/yealink.*
9196
9197 Z8530 DRIVER FOR AX.25
9198 M:      Joerg Reuter <jreuter@yaina.de>
9199 W:      http://yaina.de/jreuter/
9200 W:      http://www.qsl.net/dl1bke/
9201 L:      linux-hams@vger.kernel.org
9202 S:      Maintained
9203 F:      Documentation/networking/z8530drv.txt
9204 F:      drivers/net/hamradio/*scc.c
9205 F:      drivers/net/hamradio/z8530.h
9206
9207 ZD1211RW WIRELESS DRIVER
9208 M:      Daniel Drake <dsd@gentoo.org>
9209 M:      Ulrich Kunitz <kune@deine-taler.de>
9210 W:      http://zd1211.ath.cx/wiki/DriverRewrite
9211 L:      linux-wireless@vger.kernel.org
9212 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
9213 S:      Maintained
9214 F:      drivers/net/wireless/zd1211rw/
9215
9216 ZR36067 VIDEO FOR LINUX DRIVER
9217 L:      mjpeg-users@lists.sourceforge.net
9218 L:      linux-media@vger.kernel.org
9219 W:      http://mjpeg.sourceforge.net/driver-zoran/
9220 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
9221 S:      Odd Fixes
9222 F:      drivers/media/pci/zoran/
9223
9224 ZS DECSTATION Z85C30 SERIAL DRIVER
9225 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9226 S:      Maintained
9227 F:      drivers/tty/serial/zs.*
9228
9229 THE REST
9230 M:      Linus Torvalds <torvalds@linux-foundation.org>
9231 L:      linux-kernel@vger.kernel.org
9232 Q:      http://patchwork.kernel.org/project/LKML/list/
9233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
9234 S:      Buried alive in reporters
9235 F:      *
9236 F:      */