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