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