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