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