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