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