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