]> Pileus Git - ~andy/linux/blob - MAINTAINERS
Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs
[~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 L:      linux-metag@vger.kernel.org
5446 S:      Supported
5447 F:      arch/metag/
5448 F:      Documentation/metag/
5449 F:      Documentation/devicetree/bindings/metag/
5450 F:      drivers/clocksource/metag_generic.c
5451 F:      drivers/irqchip/irq-metag.c
5452 F:      drivers/irqchip/irq-metag-ext.c
5453 F:      drivers/tty/metag_da.c
5454 F:      fs/imgdafs/
5455
5456 MICROBLAZE ARCHITECTURE
5457 M:      Michal Simek <monstr@monstr.eu>
5458 L:      microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
5459 W:      http://www.monstr.eu/fdt/
5460 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
5461 S:      Supported
5462 F:      arch/microblaze/
5463
5464 MICROTEK X6 SCANNER
5465 M:      Oliver Neukum <oliver@neukum.org>
5466 S:      Maintained
5467 F:      drivers/usb/image/microtek.*
5468
5469 MIPS
5470 M:      Ralf Baechle <ralf@linux-mips.org>
5471 L:      linux-mips@linux-mips.org
5472 W:      http://www.linux-mips.org/
5473 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
5474 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
5475 S:      Supported
5476 F:      Documentation/mips/
5477 F:      arch/mips/
5478
5479 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5480 M:      Hans Verkuil <hverkuil@xs4all.nl>
5481 L:      linux-media@vger.kernel.org
5482 T:      git git://linuxtv.org/media_tree.git
5483 W:      http://linuxtv.org
5484 S:      Odd Fixes
5485 F:      drivers/media/radio/radio-miropcm20*
5486
5487 Mellanox MLX5 core VPI driver
5488 M:      Eli Cohen <eli@mellanox.com>
5489 L:      netdev@vger.kernel.org
5490 L:      linux-rdma@vger.kernel.org
5491 W:      http://www.mellanox.com
5492 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5493 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5494 T:      git://openfabrics.org/~eli/connect-ib.git
5495 S:      Supported
5496 F:      drivers/net/ethernet/mellanox/mlx5/core/
5497 F:      include/linux/mlx5/
5498
5499 Mellanox MLX5 IB driver
5500 M:      Eli Cohen <eli@mellanox.com>
5501 L:      linux-rdma@vger.kernel.org
5502 W:      http://www.mellanox.com
5503 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5504 T:      git://openfabrics.org/~eli/connect-ib.git
5505 S:      Supported
5506 F:      include/linux/mlx5/
5507 F:      drivers/infiniband/hw/mlx5/
5508
5509 MODULE SUPPORT
5510 M:      Rusty Russell <rusty@rustcorp.com.au>
5511 S:      Maintained
5512 F:      include/linux/module.h
5513 F:      kernel/module.c
5514
5515 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5516 W:      http://popies.net/meye/
5517 S:      Orphan
5518 F:      Documentation/video4linux/meye.txt
5519 F:      drivers/media/pci/meye/
5520 F:      include/uapi/linux/meye.h
5521
5522 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5523 M:      Jiri Slaby <jirislaby@gmail.com>
5524 S:      Maintained
5525 F:      Documentation/serial/moxa-smartio
5526 F:      drivers/tty/mxser.*
5527
5528 MR800 AVERMEDIA USB FM RADIO DRIVER
5529 M:      Alexey Klimov <klimov.linux@gmail.com>
5530 L:      linux-media@vger.kernel.org
5531 T:      git git://linuxtv.org/media_tree.git
5532 S:      Maintained
5533 F:      drivers/media/radio/radio-mr800.c
5534
5535 MSI LAPTOP SUPPORT
5536 M:      "Lee, Chun-Yi" <jlee@suse.com>
5537 L:      platform-driver-x86@vger.kernel.org
5538 S:      Maintained
5539 F:      drivers/platform/x86/msi-laptop.c
5540
5541 MSI WMI SUPPORT
5542 M:      Anisse Astier <anisse@astier.eu>
5543 L:      platform-driver-x86@vger.kernel.org
5544 S:      Supported
5545 F:      drivers/platform/x86/msi-wmi.c
5546
5547 MT9M032 APTINA SENSOR DRIVER
5548 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5549 L:      linux-media@vger.kernel.org
5550 T:      git git://linuxtv.org/media_tree.git
5551 S:      Maintained
5552 F:      drivers/media/i2c/mt9m032.c
5553 F:      include/media/mt9m032.h
5554
5555 MT9P031 APTINA CAMERA SENSOR
5556 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5557 L:      linux-media@vger.kernel.org
5558 T:      git git://linuxtv.org/media_tree.git
5559 S:      Maintained
5560 F:      drivers/media/i2c/mt9p031.c
5561 F:      include/media/mt9p031.h
5562
5563 MT9T001 APTINA CAMERA SENSOR
5564 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5565 L:      linux-media@vger.kernel.org
5566 T:      git git://linuxtv.org/media_tree.git
5567 S:      Maintained
5568 F:      drivers/media/i2c/mt9t001.c
5569 F:      include/media/mt9t001.h
5570
5571 MT9V032 APTINA CAMERA SENSOR
5572 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5573 L:      linux-media@vger.kernel.org
5574 T:      git git://linuxtv.org/media_tree.git
5575 S:      Maintained
5576 F:      drivers/media/i2c/mt9v032.c
5577 F:      include/media/mt9v032.h
5578
5579 MULTIFUNCTION DEVICES (MFD)
5580 M:      Samuel Ortiz <sameo@linux.intel.com>
5581 M:      Lee Jones <lee.jones@linaro.org>
5582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next.git
5583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes.git
5584 S:      Supported
5585 F:      drivers/mfd/
5586 F:      include/linux/mfd/
5587
5588 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5589 M:      Chris Ball <cjb@laptop.org>
5590 L:      linux-mmc@vger.kernel.org
5591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5592 S:      Maintained
5593 F:      drivers/mmc/
5594 F:      include/linux/mmc/
5595 F:      include/uapi/linux/mmc/
5596
5597 MULTIMEDIA CARD (MMC) ETC. OVER SPI
5598 S:      Orphan
5599 F:      drivers/mmc/host/mmc_spi.c
5600 F:      include/linux/spi/mmc_spi.h
5601
5602 MULTISOUND SOUND DRIVER
5603 M:      Andrew Veliath <andrewtv@usa.net>
5604 S:      Maintained
5605 F:      Documentation/sound/oss/MultiSound
5606 F:      sound/oss/msnd*
5607
5608 MULTITECH MULTIPORT CARD (ISICOM)
5609 S:      Orphan
5610 F:      drivers/tty/isicom.c
5611 F:      include/linux/isicom.h
5612
5613 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5614 M:      Felipe Balbi <balbi@ti.com>
5615 L:      linux-usb@vger.kernel.org
5616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5617 S:      Maintained
5618 F:      drivers/usb/musb/
5619
5620 MXL5007T MEDIA DRIVER
5621 M:      Michael Krufky <mkrufky@linuxtv.org>
5622 L:      linux-media@vger.kernel.org
5623 W:      http://linuxtv.org/
5624 W:      http://github.com/mkrufky
5625 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5626 T:      git git://linuxtv.org/mkrufky/tuners.git
5627 S:      Maintained
5628 F:      drivers/media/tuners/mxl5007t.*
5629
5630 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5631 M:      Hyong-Youb Kim <hykim@myri.com>
5632 L:      netdev@vger.kernel.org
5633 W:      https://www.myricom.com/support/downloads/myri10ge.html
5634 S:      Supported
5635 F:      drivers/net/ethernet/myricom/myri10ge/
5636
5637 NATSEMI ETHERNET DRIVER (DP8381x)
5638 S:      Orphan
5639 F:      drivers/net/ethernet/natsemi/natsemi.c
5640
5641 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5642 M:      Daniel Mack <zonque@gmail.com>
5643 S:      Maintained
5644 L:      alsa-devel@alsa-project.org
5645 W:      http://www.native-instruments.com
5646 F:      sound/usb/caiaq/
5647
5648 NCP FILESYSTEM
5649 M:      Petr Vandrovec <petr@vandrovec.name>
5650 S:      Odd Fixes
5651 F:      fs/ncpfs/
5652
5653 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5654 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5655 L:      linux-scsi@vger.kernel.org
5656 S:      Maintained
5657 F:      drivers/scsi/NCR_D700.*
5658
5659 NCT6775 HARDWARE MONITOR DRIVER
5660 M:      Guenter Roeck <linux@roeck-us.net>
5661 L:      lm-sensors@lm-sensors.org
5662 S:      Maintained
5663 F:      Documentation/hwmon/nct6775
5664 F:      drivers/hwmon/nct6775.c
5665
5666 NETEFFECT IWARP RNIC DRIVER (IW_NES)
5667 M:      Faisal Latif <faisal.latif@intel.com>
5668 L:      linux-rdma@vger.kernel.org
5669 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5670 S:      Supported
5671 F:      drivers/infiniband/hw/nes/
5672
5673 NETEM NETWORK EMULATOR
5674 M:      Stephen Hemminger <stephen@networkplumber.org>
5675 L:      netem@lists.linux-foundation.org
5676 S:      Maintained
5677 F:      net/sched/sch_netem.c
5678
5679 NETERION 10GbE DRIVERS (s2io/vxge)
5680 M:      Jon Mason <jdmason@kudzu.us>
5681 L:      netdev@vger.kernel.org
5682 S:      Supported
5683 F:      Documentation/networking/s2io.txt
5684 F:      Documentation/networking/vxge.txt
5685 F:      drivers/net/ethernet/neterion/
5686
5687 NETFILTER/IPTABLES
5688 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5689 M:      Patrick McHardy <kaber@trash.net>
5690 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
5691 L:      netfilter-devel@vger.kernel.org
5692 L:      netfilter@vger.kernel.org
5693 L:      coreteam@netfilter.org
5694 W:      http://www.netfilter.org/
5695 W:      http://www.iptables.org/
5696 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
5697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
5698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
5699 S:      Supported
5700 F:      include/linux/netfilter*
5701 F:      include/linux/netfilter/
5702 F:      include/net/netfilter/
5703 F:      include/uapi/linux/netfilter*
5704 F:      include/uapi/linux/netfilter/
5705 F:      net/*/netfilter.c
5706 F:      net/*/netfilter/
5707 F:      net/netfilter/
5708
5709 NETLABEL
5710 M:      Paul Moore <paul@paul-moore.com>
5711 W:      http://netlabel.sf.net
5712 L:      netdev@vger.kernel.org
5713 S:      Maintained
5714 F:      Documentation/netlabel/
5715 F:      include/net/netlabel.h
5716 F:      net/netlabel/
5717
5718 NETROM NETWORK LAYER
5719 M:      Ralf Baechle <ralf@linux-mips.org>
5720 L:      linux-hams@vger.kernel.org
5721 W:      http://www.linux-ax25.org/
5722 S:      Maintained
5723 F:      include/net/netrom.h
5724 F:      include/uapi/linux/netrom.h
5725 F:      net/netrom/
5726
5727 NETWORK BLOCK DEVICE (NBD)
5728 M:      Paul Clements <Paul.Clements@steeleye.com>
5729 S:      Maintained
5730 L:      nbd-general@lists.sourceforge.net
5731 F:      Documentation/blockdev/nbd.txt
5732 F:      drivers/block/nbd.c
5733 F:      include/linux/nbd.h
5734 F:      include/uapi/linux/nbd.h
5735
5736 NETWORK DROP MONITOR
5737 M:      Neil Horman <nhorman@tuxdriver.com>
5738 L:      netdev@vger.kernel.org
5739 S:      Maintained
5740 W:      https://fedorahosted.org/dropwatch/
5741 F:      net/core/drop_monitor.c
5742
5743 NETWORKING [GENERAL]
5744 M:      "David S. Miller" <davem@davemloft.net>
5745 L:      netdev@vger.kernel.org
5746 W:      http://www.linuxfoundation.org/en/Net
5747 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5750 S:      Maintained
5751 F:      net/
5752 F:      include/net/
5753 F:      include/linux/in.h
5754 F:      include/linux/net.h
5755 F:      include/linux/netdevice.h
5756 F:      include/uapi/linux/in.h
5757 F:      include/uapi/linux/net.h
5758 F:      include/uapi/linux/netdevice.h
5759
5760 NETWORKING [IPv4/IPv6]
5761 M:      "David S. Miller" <davem@davemloft.net>
5762 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5763 M:      James Morris <jmorris@namei.org>
5764 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5765 M:      Patrick McHardy <kaber@trash.net>
5766 L:      netdev@vger.kernel.org
5767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5768 S:      Maintained
5769 F:      net/ipv4/
5770 F:      net/ipv6/
5771 F:      include/net/ip*
5772 F:      arch/x86/net/*
5773
5774 NETWORKING [IPSEC]
5775 M:      Steffen Klassert <steffen.klassert@secunet.com>
5776 M:      Herbert Xu <herbert@gondor.apana.org.au>
5777 M:      "David S. Miller" <davem@davemloft.net>
5778 L:      netdev@vger.kernel.org
5779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5780 S:      Maintained
5781 F:      net/xfrm/
5782 F:      net/key/
5783 F:      net/ipv4/xfrm*
5784 F:      net/ipv6/xfrm*
5785 F:      include/uapi/linux/xfrm.h
5786 F:      include/net/xfrm.h
5787
5788 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5789 M:      Paul Moore <paul@paul-moore.com>
5790 L:      netdev@vger.kernel.org
5791 S:      Maintained
5792
5793 NETWORKING [WIRELESS]
5794 M:      "John W. Linville" <linville@tuxdriver.com>
5795 L:      linux-wireless@vger.kernel.org
5796 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
5797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5798 S:      Maintained
5799 F:      net/mac80211/
5800 F:      net/rfkill/
5801 F:      net/wireless/
5802 F:      include/net/ieee80211*
5803 F:      include/linux/wireless.h
5804 F:      include/uapi/linux/wireless.h
5805 F:      include/net/iw_handler.h
5806 F:      drivers/net/wireless/
5807
5808 NETWORKING DRIVERS
5809 L:      netdev@vger.kernel.org
5810 W:      http://www.linuxfoundation.org/en/Net
5811 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5814 S:      Odd Fixes
5815 F:      drivers/net/
5816 F:      include/linux/if_*
5817 F:      include/linux/netdevice.h
5818 F:      include/linux/arcdevice.h
5819 F:      include/linux/etherdevice.h
5820 F:      include/linux/fcdevice.h
5821 F:      include/linux/fddidevice.h
5822 F:      include/linux/hippidevice.h
5823 F:      include/linux/inetdevice.h
5824 F:      include/uapi/linux/if_*
5825 F:      include/uapi/linux/netdevice.h
5826
5827 NETXEN (1/10) GbE SUPPORT
5828 M:      Manish Chopra <manish.chopra@qlogic.com>
5829 M:      Sony Chacko <sony.chacko@qlogic.com>
5830 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
5831 L:      netdev@vger.kernel.org
5832 W:      http://www.qlogic.com
5833 S:      Supported
5834 F:      drivers/net/ethernet/qlogic/netxen/
5835
5836 NFC SUBSYSTEM
5837 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5838 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5839 M:      Samuel Ortiz <sameo@linux.intel.com>
5840 L:      linux-wireless@vger.kernel.org
5841 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
5842 S:      Supported
5843 F:      net/nfc/
5844 F:      include/net/nfc/
5845 F:      include/uapi/linux/nfc.h
5846 F:      drivers/nfc/
5847 F:      include/linux/platform_data/pn544.h
5848
5849 NFS, SUNRPC, AND LOCKD CLIENTS
5850 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
5851 L:      linux-nfs@vger.kernel.org
5852 W:      http://client.linux-nfs.org
5853 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5854 S:      Maintained
5855 F:      fs/lockd/
5856 F:      fs/nfs/
5857 F:      fs/nfs_common/
5858 F:      net/sunrpc/
5859 F:      include/linux/lockd/
5860 F:      include/linux/nfs*
5861 F:      include/linux/sunrpc/
5862 F:      include/uapi/linux/nfs*
5863 F:      include/uapi/linux/sunrpc/
5864
5865 NILFS2 FILESYSTEM
5866 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5867 L:      linux-nilfs@vger.kernel.org
5868 W:      http://www.nilfs.org/en/
5869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5870 S:      Supported
5871 F:      Documentation/filesystems/nilfs2.txt
5872 F:      fs/nilfs2/
5873 F:      include/linux/nilfs2_fs.h
5874
5875 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5876 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5877 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5878 S:      Maintained
5879 F:      Documentation/scsi/NinjaSCSI.txt
5880 F:      drivers/scsi/pcmcia/nsp_*
5881
5882 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5883 M:      GOTO Masanori <gotom@debian.or.jp>
5884 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5885 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5886 S:      Maintained
5887 F:      Documentation/scsi/NinjaSCSI.txt
5888 F:      drivers/scsi/nsp32*
5889
5890 NTB DRIVER
5891 M:      Jon Mason <jon.mason@intel.com>
5892 S:      Supported
5893 W:      https://github.com/jonmason/ntb/wiki
5894 T:      git git://github.com/jonmason/ntb.git
5895 F:      drivers/ntb/
5896 F:      drivers/net/ntb_netdev.c
5897 F:      include/linux/ntb.h
5898
5899 NTFS FILESYSTEM
5900 M:      Anton Altaparmakov <anton@tuxera.com>
5901 L:      linux-ntfs-dev@lists.sourceforge.net
5902 W:      http://www.tuxera.com/
5903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5904 S:      Supported
5905 F:      Documentation/filesystems/ntfs.txt
5906 F:      fs/ntfs/
5907
5908 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5909 M:      Antonino Daplas <adaplas@gmail.com>
5910 L:      linux-fbdev@vger.kernel.org
5911 S:      Maintained
5912 F:      drivers/video/riva/
5913 F:      drivers/video/nvidia/
5914
5915 NVM EXPRESS DRIVER
5916 M:      Matthew Wilcox <willy@linux.intel.com>
5917 L:      linux-nvme@lists.infradead.org
5918 T:      git git://git.infradead.org/users/willy/linux-nvme.git
5919 S:      Supported
5920 F:      drivers/block/nvme*
5921 F:      include/linux/nvme.h
5922
5923 OMAP SUPPORT
5924 M:      Tony Lindgren <tony@atomide.com>
5925 L:      linux-omap@vger.kernel.org
5926 W:      http://www.muru.com/linux/omap/
5927 W:      http://linux.omap.com/
5928 Q:      http://patchwork.kernel.org/project/linux-omap/list/
5929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5930 S:      Maintained
5931 F:      arch/arm/*omap*/
5932 F:      drivers/i2c/busses/i2c-omap.c
5933 F:      include/linux/i2c-omap.h
5934
5935 OMAP DEVICE TREE SUPPORT
5936 M:      Benoît Cousson <bcousson@baylibre.com>
5937 M:      Tony Lindgren <tony@atomide.com>
5938 L:      linux-omap@vger.kernel.org
5939 L:      devicetree@vger.kernel.org
5940 S:      Maintained
5941 F:      arch/arm/boot/dts/*omap*
5942 F:      arch/arm/boot/dts/*am3*
5943
5944 OMAP CLOCK FRAMEWORK SUPPORT
5945 M:      Paul Walmsley <paul@pwsan.com>
5946 L:      linux-omap@vger.kernel.org
5947 S:      Maintained
5948 F:      arch/arm/*omap*/*clock*
5949
5950 OMAP POWER MANAGEMENT SUPPORT
5951 M:      Kevin Hilman <khilman@deeprootsystems.com>
5952 L:      linux-omap@vger.kernel.org
5953 S:      Maintained
5954 F:      arch/arm/*omap*/*pm*
5955 F:      drivers/cpufreq/omap-cpufreq.c
5956
5957 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5958 M:      Rajendra Nayak <rnayak@ti.com>
5959 M:      Paul Walmsley <paul@pwsan.com>
5960 L:      linux-omap@vger.kernel.org
5961 S:      Maintained
5962 F:      arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5963 F:      arch/arm/mach-omap2/powerdomain44xx.c
5964 F:      arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5965 F:      arch/arm/mach-omap2/clockdomain44xx.c
5966
5967 OMAP AUDIO SUPPORT
5968 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
5969 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
5970 L:      alsa-devel@alsa-project.org (subscribers-only)
5971 L:      linux-omap@vger.kernel.org
5972 S:      Maintained
5973 F:      sound/soc/omap/
5974
5975 OMAP FRAMEBUFFER SUPPORT
5976 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5977 L:      linux-fbdev@vger.kernel.org
5978 L:      linux-omap@vger.kernel.org
5979 S:      Maintained
5980 F:      drivers/video/omap/
5981
5982 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5983 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5984 L:      linux-omap@vger.kernel.org
5985 L:      linux-fbdev@vger.kernel.org
5986 S:      Maintained
5987 F:      drivers/video/omap2/
5988 F:      Documentation/arm/OMAP/DSS
5989
5990 OMAP HARDWARE SPINLOCK SUPPORT
5991 M:      Ohad Ben-Cohen <ohad@wizery.com>
5992 L:      linux-omap@vger.kernel.org
5993 S:      Maintained
5994 F:      drivers/hwspinlock/omap_hwspinlock.c
5995 F:      arch/arm/mach-omap2/hwspinlock.c
5996
5997 OMAP MMC SUPPORT
5998 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
5999 L:      linux-omap@vger.kernel.org
6000 S:      Maintained
6001 F:      drivers/mmc/host/omap.c
6002
6003 OMAP HS MMC SUPPORT
6004 M:      Balaji T K <balajitk@ti.com>
6005 L:      linux-mmc@vger.kernel.org
6006 L:      linux-omap@vger.kernel.org
6007 S:      Maintained
6008 F:      drivers/mmc/host/omap_hsmmc.c
6009
6010 OMAP RANDOM NUMBER GENERATOR SUPPORT
6011 M:      Deepak Saxena <dsaxena@plexity.net>
6012 S:      Maintained
6013 F:      drivers/char/hw_random/omap-rng.c
6014
6015 OMAP HWMOD SUPPORT
6016 M:      Benoît Cousson <bcousson@baylibre.com>
6017 M:      Paul Walmsley <paul@pwsan.com>
6018 L:      linux-omap@vger.kernel.org
6019 S:      Maintained
6020 F:      arch/arm/mach-omap2/omap_hwmod.*
6021
6022 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6023 M:      Benoît Cousson <bcousson@baylibre.com>
6024 L:      linux-omap@vger.kernel.org
6025 S:      Maintained
6026 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6027
6028 OMAP IMAGE SIGNAL PROCESSOR (ISP)
6029 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6030 L:      linux-media@vger.kernel.org
6031 S:      Maintained
6032 F:      drivers/media/platform/omap3isp/
6033
6034 OMAP USB SUPPORT
6035 M:      Felipe Balbi <balbi@ti.com>
6036 L:      linux-usb@vger.kernel.org
6037 L:      linux-omap@vger.kernel.org
6038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6039 S:      Maintained
6040 F:      drivers/usb/*/*omap*
6041 F:      arch/arm/*omap*/usb*
6042
6043 OMAP GPIO DRIVER
6044 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
6045 M:      Kevin Hilman <khilman@deeprootsystems.com>
6046 L:      linux-omap@vger.kernel.org
6047 S:      Maintained
6048 F:      drivers/gpio/gpio-omap.c
6049
6050 OMFS FILESYSTEM
6051 M:      Bob Copeland <me@bobcopeland.com>
6052 L:      linux-karma-devel@lists.sourceforge.net
6053 S:      Maintained
6054 F:      Documentation/filesystems/omfs.txt
6055 F:      fs/omfs/
6056
6057 OMNIKEY CARDMAN 4000 DRIVER
6058 M:      Harald Welte <laforge@gnumonks.org>
6059 S:      Maintained
6060 F:      drivers/char/pcmcia/cm4000_cs.c
6061 F:      include/linux/cm4000_cs.h
6062 F:      include/uapi/linux/cm4000_cs.h
6063
6064 OMNIKEY CARDMAN 4040 DRIVER
6065 M:      Harald Welte <laforge@gnumonks.org>
6066 S:      Maintained
6067 F:      drivers/char/pcmcia/cm4040_cs.*
6068
6069 OMNIVISION OV7670 SENSOR DRIVER
6070 M:      Jonathan Corbet <corbet@lwn.net>
6071 L:      linux-media@vger.kernel.org
6072 T:      git git://linuxtv.org/media_tree.git
6073 S:      Maintained
6074 F:      drivers/media/i2c/ov7670.c
6075
6076 ONENAND FLASH DRIVER
6077 M:      Kyungmin Park <kyungmin.park@samsung.com>
6078 L:      linux-mtd@lists.infradead.org
6079 S:      Maintained
6080 F:      drivers/mtd/onenand/
6081 F:      include/linux/mtd/onenand*.h
6082
6083 ONSTREAM SCSI TAPE DRIVER
6084 M:      Willem Riede <osst@riede.org>
6085 L:      osst-users@lists.sourceforge.net
6086 L:      linux-scsi@vger.kernel.org
6087 S:      Maintained
6088 F:      Documentation/scsi/osst.txt
6089 F:      drivers/scsi/osst.*
6090 F:      drivers/scsi/osst_*.h
6091 F:      drivers/scsi/st.h
6092
6093 OPENCORES I2C BUS DRIVER
6094 M:      Peter Korsgaard <jacmet@sunsite.dk>
6095 L:      linux-i2c@vger.kernel.org
6096 S:      Maintained
6097 F:      Documentation/i2c/busses/i2c-ocores
6098 F:      drivers/i2c/busses/i2c-ocores.c
6099
6100 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6101 M:      Grant Likely <grant.likely@linaro.org>
6102 M:      Rob Herring <rob.herring@calxeda.com>
6103 L:      devicetree@vger.kernel.org
6104 W:      http://fdt.secretlab.ca
6105 T:      git git://git.secretlab.ca/git/linux-2.6.git
6106 S:      Maintained
6107 F:      drivers/of/
6108 F:      include/linux/of*.h
6109 F:      scripts/dtc/
6110 K:      of_get_property
6111 K:      of_match_table
6112
6113 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6114 M:      Rob Herring <rob.herring@calxeda.com>
6115 M:      Pawel Moll <pawel.moll@arm.com>
6116 M:      Mark Rutland <mark.rutland@arm.com>
6117 M:      Stephen Warren <swarren@wwwdotorg.org>
6118 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
6119 L:      devicetree@vger.kernel.org
6120 S:      Maintained
6121 F:      Documentation/devicetree/
6122 F:      arch/*/boot/dts/
6123 F:      include/dt-bindings/
6124
6125 OPENRISC ARCHITECTURE
6126 M:      Jonas Bonn <jonas@southpole.se>
6127 W:      http://openrisc.net
6128 L:      linux@lists.openrisc.net (moderated for non-subscribers)
6129 S:      Maintained
6130 T:      git git://openrisc.net/~jonas/linux
6131 F:      arch/openrisc
6132
6133 OPENVSWITCH
6134 M:      Jesse Gross <jesse@nicira.com>
6135 L:      dev@openvswitch.org
6136 W:      http://openvswitch.org
6137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
6138 S:      Maintained
6139 F:      net/openvswitch/
6140
6141 OPL4 DRIVER
6142 M:      Clemens Ladisch <clemens@ladisch.de>
6143 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6144 T:      git git://git.alsa-project.org/alsa-kernel.git
6145 S:      Maintained
6146 F:      sound/drivers/opl4/
6147
6148 OPROFILE
6149 M:      Robert Richter <rric@kernel.org>
6150 L:      oprofile-list@lists.sf.net
6151 S:      Maintained
6152 F:      arch/*/include/asm/oprofile*.h
6153 F:      arch/*/oprofile/
6154 F:      drivers/oprofile/
6155 F:      include/linux/oprofile.h
6156
6157 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
6158 M:      Mark Fasheh <mfasheh@suse.com>
6159 M:      Joel Becker <jlbec@evilplan.org>
6160 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
6161 W:      http://oss.oracle.com/projects/ocfs2/
6162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
6163 S:      Supported
6164 F:      Documentation/filesystems/ocfs2.txt
6165 F:      Documentation/filesystems/dlmfs.txt
6166 F:      fs/ocfs2/
6167
6168 ORINOCO DRIVER
6169 L:      linux-wireless@vger.kernel.org
6170 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
6171 W:      http://www.nongnu.org/orinoco/
6172 S:      Orphan
6173 F:      drivers/net/wireless/orinoco/
6174
6175 OSD LIBRARY and FILESYSTEM
6176 M:      Boaz Harrosh <bharrosh@panasas.com>
6177 M:      Benny Halevy <bhalevy@tonian.com>
6178 L:      osd-dev@open-osd.org
6179 W:      http://open-osd.org
6180 T:      git git://git.open-osd.org/open-osd.git
6181 S:      Maintained
6182 F:      drivers/scsi/osd/
6183 F:      include/scsi/osd_*
6184 F:      fs/exofs/
6185
6186 P54 WIRELESS DRIVER
6187 M:      Christian Lamparter <chunkeey@googlemail.com>
6188 L:      linux-wireless@vger.kernel.org
6189 W:      http://wireless.kernel.org/en/users/Drivers/p54
6190 S:      Maintained
6191 F:      drivers/net/wireless/p54/
6192
6193 PA SEMI ETHERNET DRIVER
6194 M:      Olof Johansson <olof@lixom.net>
6195 L:      netdev@vger.kernel.org
6196 S:      Maintained
6197 F:      drivers/net/ethernet/pasemi/*
6198
6199 PA SEMI SMBUS DRIVER
6200 M:      Olof Johansson <olof@lixom.net>
6201 L:      linux-i2c@vger.kernel.org
6202 S:      Maintained
6203 F:      drivers/i2c/busses/i2c-pasemi.c
6204
6205 PADATA PARALLEL EXECUTION MECHANISM
6206 M:      Steffen Klassert <steffen.klassert@secunet.com>
6207 L:      linux-crypto@vger.kernel.org
6208 S:      Maintained
6209 F:      kernel/padata.c
6210 F:      include/linux/padata.h
6211 F:      Documentation/padata.txt
6212
6213 PANASONIC LAPTOP ACPI EXTRAS DRIVER
6214 M:      Harald Welte <laforge@gnumonks.org>
6215 L:      platform-driver-x86@vger.kernel.org
6216 S:      Maintained
6217 F:      drivers/platform/x86/panasonic-laptop.c
6218
6219 PANASONIC MN10300/AM33/AM34 PORT
6220 M:      David Howells <dhowells@redhat.com>
6221 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
6222 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
6223 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
6224 S:      Maintained
6225 F:      Documentation/mn10300/
6226 F:      arch/mn10300/
6227
6228 PARALLEL PORT SUPPORT
6229 L:      linux-parport@lists.infradead.org (subscribers-only)
6230 S:      Orphan
6231 F:      drivers/parport/
6232 F:      include/linux/parport*.h
6233 F:      drivers/char/ppdev.c
6234 F:      include/uapi/linux/ppdev.h
6235
6236 PARAVIRT_OPS INTERFACE
6237 M:      Jeremy Fitzhardinge <jeremy@goop.org>
6238 M:      Chris Wright <chrisw@sous-sol.org>
6239 M:      Alok Kataria <akataria@vmware.com>
6240 M:      Rusty Russell <rusty@rustcorp.com.au>
6241 L:      virtualization@lists.linux-foundation.org
6242 S:      Supported
6243 F:      Documentation/ia64/paravirt_ops.txt
6244 F:      arch/*/kernel/paravirt*
6245 F:      arch/*/include/asm/paravirt.h
6246
6247 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
6248 M:      Tim Waugh <tim@cyberelk.net>
6249 L:      linux-parport@lists.infradead.org (subscribers-only)
6250 W:      http://www.torque.net/linux-pp.html
6251 S:      Maintained
6252 F:      Documentation/blockdev/paride.txt
6253 F:      drivers/block/paride/
6254
6255 PARISC ARCHITECTURE
6256 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
6257 M:      Helge Deller <deller@gmx.de>
6258 L:      linux-parisc@vger.kernel.org
6259 W:      http://www.parisc-linux.org/
6260 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
6261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
6262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
6263 S:      Maintained
6264 F:      arch/parisc/
6265 F:      Documentation/parisc/
6266 F:      drivers/parisc/
6267 F:      drivers/char/agp/parisc-agp.c
6268 F:      drivers/input/serio/gscps2.c
6269 F:      drivers/parport/parport_gsc.*
6270 F:      drivers/tty/serial/8250/8250_gsc.c
6271 F:      drivers/video/sti*
6272 F:      drivers/video/console/sti*
6273 F:      drivers/video/logo/logo_parisc*
6274
6275 PC87360 HARDWARE MONITORING DRIVER
6276 M:      Jim Cromie <jim.cromie@gmail.com>
6277 L:      lm-sensors@lm-sensors.org
6278 S:      Maintained
6279 F:      Documentation/hwmon/pc87360
6280 F:      drivers/hwmon/pc87360.c
6281
6282 PC8736x GPIO DRIVER
6283 M:      Jim Cromie <jim.cromie@gmail.com>
6284 S:      Maintained
6285 F:      drivers/char/pc8736x_gpio.c
6286
6287 PC87427 HARDWARE MONITORING DRIVER
6288 M:      Jean Delvare <khali@linux-fr.org>
6289 L:      lm-sensors@lm-sensors.org
6290 S:      Maintained
6291 F:      Documentation/hwmon/pc87427
6292 F:      drivers/hwmon/pc87427.c
6293
6294 PCA9532 LED DRIVER
6295 M:      Riku Voipio <riku.voipio@iki.fi>
6296 S:      Maintained
6297 F:      drivers/leds/leds-pca9532.c
6298 F:      include/linux/leds-pca9532.h
6299
6300 PCA9541 I2C BUS MASTER SELECTOR DRIVER
6301 M:      Guenter Roeck <linux@roeck-us.net>
6302 L:      linux-i2c@vger.kernel.org
6303 S:      Maintained
6304 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
6305
6306 PCDP - PRIMARY CONSOLE AND DEBUG PORT
6307 M:      Khalid Aziz <khalid@gonehiking.org>
6308 S:      Maintained
6309 F:      drivers/firmware/pcdp.*
6310
6311 PCI ERROR RECOVERY
6312 M:      Linas Vepstas <linasvepstas@gmail.com>
6313 L:      linux-pci@vger.kernel.org
6314 S:      Supported
6315 F:      Documentation/PCI/pci-error-recovery.txt
6316
6317 PCI SUBSYSTEM
6318 M:      Bjorn Helgaas <bhelgaas@google.com>
6319 L:      linux-pci@vger.kernel.org
6320 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
6321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
6322 S:      Supported
6323 F:      Documentation/PCI/
6324 F:      drivers/pci/
6325 F:      include/linux/pci*
6326
6327 PCI DRIVER FOR NVIDIA TEGRA
6328 M:      Thierry Reding <thierry.reding@gmail.com>
6329 L:      linux-tegra@vger.kernel.org
6330 S:      Supported
6331 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
6332 F:      drivers/pci/host/pci-tegra.c
6333
6334 PCMCIA SUBSYSTEM
6335 P:      Linux PCMCIA Team
6336 L:      linux-pcmcia@lists.infradead.org
6337 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6339 S:      Maintained
6340 F:      Documentation/pcmcia/
6341 F:      drivers/pcmcia/
6342 F:      include/pcmcia/
6343
6344 PCNET32 NETWORK DRIVER
6345 M:      Don Fry <pcnet32@frontier.com>
6346 L:      netdev@vger.kernel.org
6347 S:      Maintained
6348 F:      drivers/net/ethernet/amd/pcnet32.c
6349
6350 PCRYPT PARALLEL CRYPTO ENGINE
6351 M:      Steffen Klassert <steffen.klassert@secunet.com>
6352 L:      linux-crypto@vger.kernel.org
6353 S:      Maintained
6354 F:      crypto/pcrypt.c
6355 F:      include/crypto/pcrypt.h
6356
6357 PER-CPU MEMORY ALLOCATOR
6358 M:      Tejun Heo <tj@kernel.org>
6359 M:      Christoph Lameter <cl@linux-foundation.org>
6360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6361 S:      Maintained
6362 F:      include/linux/percpu*.h
6363 F:      mm/percpu*.c
6364 F:      arch/*/include/asm/percpu.h
6365
6366 PER-TASK DELAY ACCOUNTING
6367 M:      Balbir Singh <bsingharora@gmail.com>
6368 S:      Maintained
6369 F:      include/linux/delayacct.h
6370 F:      kernel/delayacct.c
6371
6372 PERFORMANCE EVENTS SUBSYSTEM
6373 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
6374 M:      Paul Mackerras <paulus@samba.org>
6375 M:      Ingo Molnar <mingo@redhat.com>
6376 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6378 S:      Supported
6379 F:      kernel/events/*
6380 F:      include/linux/perf_event.h
6381 F:      include/uapi/linux/perf_event.h
6382 F:      arch/*/kernel/perf_event*.c
6383 F:      arch/*/kernel/*/perf_event*.c
6384 F:      arch/*/kernel/*/*/perf_event*.c
6385 F:      arch/*/include/asm/perf_event.h
6386 F:      arch/*/kernel/perf_callchain.c
6387 F:      tools/perf/
6388
6389 PERSONALITY HANDLING
6390 M:      Christoph Hellwig <hch@infradead.org>
6391 L:      linux-abi-devel@lists.sourceforge.net
6392 S:      Maintained
6393 F:      include/linux/personality.h
6394 F:      include/uapi/linux/personality.h
6395
6396 PHONET PROTOCOL
6397 M:      Remi Denis-Courmont <courmisch@gmail.com>
6398 S:      Supported
6399 F:      Documentation/networking/phonet.txt
6400 F:      include/linux/phonet.h
6401 F:      include/net/phonet/
6402 F:      include/uapi/linux/phonet.h
6403 F:      net/phonet/
6404
6405 PHRAM MTD DRIVER
6406 M:      Joern Engel <joern@lazybastard.org>
6407 L:      linux-mtd@lists.infradead.org
6408 S:      Maintained
6409 F:      drivers/mtd/devices/phram.c
6410
6411 PICOLCD HID DRIVER
6412 M:      Bruno Prémont <bonbons@linux-vserver.org>
6413 L:      linux-input@vger.kernel.org
6414 S:      Maintained
6415 F:      drivers/hid/hid-picolcd*
6416
6417 PICOXCELL SUPPORT
6418 M:      Jamie Iles <jamie@jamieiles.com>
6419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6420 T:      git git://github.com/jamieiles/linux-2.6-ji.git
6421 S:      Supported
6422 F:      arch/arm/mach-picoxcell
6423 F:      drivers/*/picoxcell*
6424 F:      drivers/*/*/picoxcell*
6425
6426 PIN CONTROL SUBSYSTEM
6427 M:      Linus Walleij <linus.walleij@linaro.org>
6428 S:      Maintained
6429 F:      drivers/pinctrl/
6430 F:      include/linux/pinctrl/
6431
6432 PIN CONTROLLER - ATMEL AT91
6433 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
6434 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6435 S:      Maintained
6436 F:      drivers/pinctrl/pinctrl-at91.c
6437
6438 PIN CONTROLLER - SAMSUNG
6439 M:      Tomasz Figa <t.figa@samsung.com>
6440 M:      Thomas Abraham <thomas.abraham@linaro.org>
6441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6442 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6443 S:      Maintained
6444 F:      drivers/pinctrl/pinctrl-exynos.*
6445 F:      drivers/pinctrl/pinctrl-s3c*
6446 F:      drivers/pinctrl/pinctrl-samsung.*
6447
6448 PIN CONTROLLER - ST SPEAR
6449 M:      Viresh Kumar <viresh.linux@gmail.com>
6450 L:      spear-devel@list.st.com
6451 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6452 W:      http://www.st.com/spear
6453 S:      Maintained
6454 F:      drivers/pinctrl/spear/
6455
6456 PKTCDVD DRIVER
6457 M:      Jiri Kosina <jkosina@suse.cz>
6458 S:      Maintained
6459 F:      drivers/block/pktcdvd.c
6460 F:      include/linux/pktcdvd.h
6461 F:      include/uapi/linux/pktcdvd.h
6462
6463 PKUNITY SOC DRIVERS
6464 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6465 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6466 S:      Maintained
6467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6468 F:      drivers/input/serio/i8042-unicore32io.h
6469 F:      drivers/i2c/busses/i2c-puv3.c
6470 F:      drivers/video/fb-puv3.c
6471 F:      drivers/rtc/rtc-puv3.c
6472
6473 PMBUS HARDWARE MONITORING DRIVERS
6474 M:      Guenter Roeck <linux@roeck-us.net>
6475 L:      lm-sensors@lm-sensors.org
6476 W:      http://www.lm-sensors.org/
6477 W:      http://www.roeck-us.net/linux/drivers/
6478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6479 S:      Maintained
6480 F:      Documentation/hwmon/pmbus
6481 F:      drivers/hwmon/pmbus/
6482 F:      include/linux/i2c/pmbus.h
6483
6484 PMC SIERRA MaxRAID DRIVER
6485 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
6486 L:      linux-scsi@vger.kernel.org
6487 W:      http://www.pmc-sierra.com/
6488 S:      Supported
6489 F:      drivers/scsi/pmcraid.*
6490
6491 PMC SIERRA PM8001 DRIVER
6492 M:      xjtuwjp@gmail.com
6493 M:      lindar_liu@usish.com
6494 L:      linux-scsi@vger.kernel.org
6495 S:      Supported
6496 F:      drivers/scsi/pm8001/
6497
6498 POSIX CLOCKS and TIMERS
6499 M:      Thomas Gleixner <tglx@linutronix.de>
6500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6501 S:      Supported
6502 F:      fs/timerfd.c
6503 F:      include/linux/timer*
6504 F:      kernel/*timer*
6505
6506 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6507 M:      Anton Vorontsov <anton@enomsg.org>
6508 M:      David Woodhouse <dwmw2@infradead.org>
6509 T:      git git://git.infradead.org/battery-2.6.git
6510 S:      Maintained
6511 F:      include/linux/power_supply.h
6512 F:      drivers/power/
6513
6514 PNP SUPPORT
6515 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
6516 M:      Bjorn Helgaas <bhelgaas@google.com>
6517 S:      Maintained
6518 F:      drivers/pnp/
6519
6520 PNXxxxx I2C DRIVER
6521 M:      Vitaly Wool <vitalywool@gmail.com>
6522 L:      linux-i2c@vger.kernel.org
6523 S:      Maintained
6524 F:      drivers/i2c/busses/i2c-pnx.c
6525
6526 PPP PROTOCOL DRIVERS AND COMPRESSORS
6527 M:      Paul Mackerras <paulus@samba.org>
6528 L:      linux-ppp@vger.kernel.org
6529 S:      Maintained
6530 F:      drivers/net/ppp/ppp_*
6531
6532 PPP OVER ATM (RFC 2364)
6533 M:      Mitchell Blank Jr <mitch@sfgoth.com>
6534 S:      Maintained
6535 F:      net/atm/pppoatm.c
6536 F:      include/uapi/linux/atmppp.h
6537
6538 PPP OVER ETHERNET
6539 M:      Michal Ostrowski <mostrows@earthlink.net>
6540 S:      Maintained
6541 F:      drivers/net/ppp/pppoe.c
6542 F:      drivers/net/ppp/pppox.c
6543
6544 PPP OVER L2TP
6545 M:      James Chapman <jchapman@katalix.com>
6546 S:      Maintained
6547 F:      net/l2tp/l2tp_ppp.c
6548 F:      include/linux/if_pppol2tp.h
6549 F:      include/uapi/linux/if_pppol2tp.h
6550
6551 PPS SUPPORT
6552 M:      Rodolfo Giometti <giometti@enneenne.com>
6553 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
6554 L:      linuxpps@ml.enneenne.com (subscribers-only)
6555 S:      Maintained
6556 F:      Documentation/pps/
6557 F:      drivers/pps/
6558 F:      include/linux/pps*.h
6559
6560 PPTP DRIVER
6561 M:      Dmitry Kozlov <xeb@mail.ru>
6562 L:      netdev@vger.kernel.org
6563 S:      Maintained
6564 F:      drivers/net/ppp/pptp.c
6565 W:      http://sourceforge.net/projects/accel-pptp
6566
6567 PREEMPTIBLE KERNEL
6568 M:      Robert Love <rml@tech9.net>
6569 L:      kpreempt-tech@lists.sourceforge.net
6570 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
6571 S:      Supported
6572 F:      Documentation/preempt-locking.txt
6573 F:      include/linux/preempt.h
6574
6575 PRISM54 WIRELESS DRIVER
6576 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
6577 L:      linux-wireless@vger.kernel.org
6578 W:      http://wireless.kernel.org/en/users/Drivers/p54
6579 S:      Obsolete
6580 F:      drivers/net/wireless/prism54/
6581
6582 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
6583 M:      Mikael Pettersson <mikpe@it.uu.se>
6584 L:      linux-ide@vger.kernel.org
6585 S:      Maintained
6586 F:      drivers/ata/sata_promise.*
6587
6588 PS3 NETWORK SUPPORT
6589 M:      Geoff Levand <geoff@infradead.org>
6590 L:      netdev@vger.kernel.org
6591 L:      cbe-oss-dev@lists.ozlabs.org
6592 S:      Maintained
6593 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
6594
6595 PS3 PLATFORM SUPPORT
6596 M:      Geoff Levand <geoff@infradead.org>
6597 L:      linuxppc-dev@lists.ozlabs.org
6598 L:      cbe-oss-dev@lists.ozlabs.org
6599 S:      Maintained
6600 F:      arch/powerpc/boot/ps3*
6601 F:      arch/powerpc/include/asm/lv1call.h
6602 F:      arch/powerpc/include/asm/ps3*.h
6603 F:      arch/powerpc/platforms/ps3/
6604 F:      drivers/*/ps3*
6605 F:      drivers/ps3/
6606 F:      drivers/rtc/rtc-ps3.c
6607 F:      drivers/usb/host/*ps3.c
6608 F:      sound/ppc/snd_ps3*
6609
6610 PS3VRAM DRIVER
6611 M:      Jim Paris <jim@jtan.com>
6612 L:      cbe-oss-dev@lists.ozlabs.org
6613 S:      Maintained
6614 F:      drivers/block/ps3vram.c
6615
6616 PSTORE FILESYSTEM
6617 M:      Anton Vorontsov <anton@enomsg.org>
6618 M:      Colin Cross <ccross@android.com>
6619 M:      Kees Cook <keescook@chromium.org>
6620 M:      Tony Luck <tony.luck@intel.com>
6621 S:      Maintained
6622 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
6623 F:      fs/pstore/
6624 F:      include/linux/pstore*
6625 F:      drivers/firmware/efi/efi-pstore.c
6626 F:      drivers/acpi/apei/erst.c
6627
6628 PTP HARDWARE CLOCK SUPPORT
6629 M:      Richard Cochran <richardcochran@gmail.com>
6630 L:      netdev@vger.kernel.org
6631 S:      Maintained
6632 W:      http://linuxptp.sourceforge.net/
6633 F:      Documentation/ABI/testing/sysfs-ptp
6634 F:      Documentation/ptp/*
6635 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
6636 F:      drivers/net/phy/dp83640*
6637 F:      drivers/ptp/*
6638 F:      include/linux/ptp_cl*
6639
6640 PTRACE SUPPORT
6641 M:      Roland McGrath <roland@redhat.com>
6642 M:      Oleg Nesterov <oleg@redhat.com>
6643 S:      Maintained
6644 F:      include/asm-generic/syscall.h
6645 F:      include/linux/ptrace.h
6646 F:      include/linux/regset.h
6647 F:      include/linux/tracehook.h
6648 F:      include/uapi/linux/ptrace.h
6649 F:      kernel/ptrace.c
6650
6651 PVRUSB2 VIDEO4LINUX DRIVER
6652 M:      Mike Isely <isely@pobox.com>
6653 L:      pvrusb2@isely.net       (subscribers-only)
6654 L:      linux-media@vger.kernel.org
6655 W:      http://www.isely.net/pvrusb2/
6656 T:      git git://linuxtv.org/media_tree.git
6657 S:      Maintained
6658 F:      Documentation/video4linux/README.pvrusb2
6659 F:      drivers/media/usb/pvrusb2/
6660
6661 PWC WEBCAM DRIVER
6662 M:      Hans de Goede <hdegoede@redhat.com>
6663 L:      linux-media@vger.kernel.org
6664 T:      git git://linuxtv.org/media_tree.git
6665 S:      Maintained
6666 F:      drivers/media/usb/pwc/*
6667
6668 PWM SUBSYSTEM
6669 M:      Thierry Reding <thierry.reding@gmail.com>
6670 L:      linux-pwm@vger.kernel.org
6671 S:      Maintained
6672 W:      http://gitorious.org/linux-pwm
6673 T:      git git://gitorious.org/linux-pwm/linux-pwm.git
6674 F:      Documentation/pwm.txt
6675 F:      Documentation/devicetree/bindings/pwm/
6676 F:      include/linux/pwm.h
6677 F:      drivers/pwm/
6678 F:      drivers/video/backlight/pwm_bl.c
6679 F:      include/linux/pwm_backlight.h
6680
6681 PXA2xx/PXA3xx SUPPORT
6682 M:      Eric Miao <eric.y.miao@gmail.com>
6683 M:      Russell King <linux@arm.linux.org.uk>
6684 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6685 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6686 T:      git git://github.com/hzhuang1/linux.git
6687 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6688 S:      Maintained
6689 F:      arch/arm/mach-pxa/
6690 F:      drivers/pcmcia/pxa2xx*
6691 F:      drivers/spi/spi-pxa2xx*
6692 F:      drivers/usb/gadget/pxa2*
6693 F:      include/sound/pxa2xx-lib.h
6694 F:      sound/arm/pxa*
6695 F:      sound/soc/pxa
6696
6697 MMP SUPPORT
6698 M:      Eric Miao <eric.y.miao@gmail.com>
6699 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6700 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6701 T:      git git://github.com/hzhuang1/linux.git
6702 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6703 S:      Maintained
6704 F:      arch/arm/mach-mmp/
6705
6706 PXA MMCI DRIVER
6707 S:      Orphan
6708
6709 PXA RTC DRIVER
6710 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6711 L:      rtc-linux@googlegroups.com
6712 S:      Maintained
6713
6714 QIB DRIVER
6715 M:      Mike Marciniszyn <infinipath@intel.com>
6716 L:      linux-rdma@vger.kernel.org
6717 S:      Supported
6718 F:      drivers/infiniband/hw/qib/
6719
6720 QLOGIC QLA1280 SCSI DRIVER
6721 M:      Michael Reed <mdr@sgi.com>
6722 L:      linux-scsi@vger.kernel.org
6723 S:      Maintained
6724 F:      drivers/scsi/qla1280.[ch]
6725
6726 QLOGIC QLA2XXX FC-SCSI DRIVER
6727 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
6728 M:      linux-driver@qlogic.com
6729 L:      linux-scsi@vger.kernel.org
6730 S:      Supported
6731 F:      Documentation/scsi/LICENSE.qla2xxx
6732 F:      drivers/scsi/qla2xxx/
6733
6734 QLOGIC QLA4XXX iSCSI DRIVER
6735 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6736 M:      iscsi-driver@qlogic.com
6737 L:      linux-scsi@vger.kernel.org
6738 S:      Supported
6739 F:      Documentation/scsi/LICENSE.qla4xxx
6740 F:      drivers/scsi/qla4xxx/
6741
6742 QLOGIC QLA3XXX NETWORK DRIVER
6743 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6744 M:      Ron Mercer <ron.mercer@qlogic.com>
6745 M:      linux-driver@qlogic.com
6746 L:      netdev@vger.kernel.org
6747 S:      Supported
6748 F:      Documentation/networking/LICENSE.qla3xxx
6749 F:      drivers/net/ethernet/qlogic/qla3xxx.*
6750
6751 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6752 M:      Himanshu Madhani <himanshu.madhani@qlogic.com>
6753 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6754 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
6755 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6756 M:      Sony Chacko <sony.chacko@qlogic.com>
6757 M:      Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>
6758 M:      linux-driver@qlogic.com
6759 L:      netdev@vger.kernel.org
6760 S:      Supported
6761 F:      drivers/net/ethernet/qlogic/qlcnic/
6762
6763 QLOGIC QLGE 10Gb ETHERNET DRIVER
6764 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
6765 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6766 M:      Ron Mercer <ron.mercer@qlogic.com>
6767 M:      linux-driver@qlogic.com
6768 L:      netdev@vger.kernel.org
6769 S:      Supported
6770 F:      drivers/net/ethernet/qlogic/qlge/
6771
6772 QNX4 FILESYSTEM
6773 M:      Anders Larsen <al@alarsen.net>
6774 W:      http://www.alarsen.net/linux/qnx4fs/
6775 S:      Maintained
6776 F:      fs/qnx4/
6777 F:      include/uapi/linux/qnx4_fs.h
6778 F:      include/uapi/linux/qnxtypes.h
6779
6780 QT1010 MEDIA DRIVER
6781 M:      Antti Palosaari <crope@iki.fi>
6782 L:      linux-media@vger.kernel.org
6783 W:      http://linuxtv.org/
6784 W:      http://palosaari.fi/linux/
6785 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6786 T:      git git://linuxtv.org/anttip/media_tree.git
6787 S:      Maintained
6788 F:      drivers/media/tuners/qt1010*
6789
6790 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
6791 M:      Kalle Valo <kvalo@qca.qualcomm.com>
6792 L:      ath10k@lists.infradead.org
6793 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
6794 T:      git git://github.com/kvalo/ath.git
6795 S:      Supported
6796 F:      drivers/net/wireless/ath/ath10k/
6797
6798 QUALCOMM HEXAGON ARCHITECTURE
6799 M:      Richard Kuo <rkuo@codeaurora.org>
6800 L:      linux-hexagon@vger.kernel.org
6801 S:      Supported
6802 F:      arch/hexagon/
6803
6804 QUICKCAM PARALLEL PORT WEBCAMS
6805 M:      Hans Verkuil <hverkuil@xs4all.nl>
6806 L:      linux-media@vger.kernel.org
6807 T:      git git://linuxtv.org/media_tree.git
6808 W:      http://linuxtv.org
6809 S:      Odd Fixes
6810 F:      drivers/media/parport/*-qcam*
6811
6812 RADOS BLOCK DEVICE (RBD)
6813 M:      Yehuda Sadeh <yehuda@inktank.com>
6814 M:      Sage Weil <sage@inktank.com>
6815 M:      Alex Elder <elder@inktank.com>
6816 M:      ceph-devel@vger.kernel.org
6817 W:      http://ceph.com/
6818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
6819 S:      Supported
6820 F:      drivers/block/rbd.c
6821 F:      drivers/block/rbd_types.h
6822
6823 RADEON FRAMEBUFFER DISPLAY DRIVER
6824 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6825 L:      linux-fbdev@vger.kernel.org
6826 S:      Maintained
6827 F:      drivers/video/aty/radeon*
6828 F:      include/uapi/linux/radeonfb.h
6829
6830 RADIOSHARK RADIO DRIVER
6831 M:      Hans de Goede <hdegoede@redhat.com>
6832 L:      linux-media@vger.kernel.org
6833 T:      git git://linuxtv.org/media_tree.git
6834 S:      Maintained
6835 F:      drivers/media/radio/radio-shark.c
6836
6837 RADIOSHARK2 RADIO DRIVER
6838 M:      Hans de Goede <hdegoede@redhat.com>
6839 L:      linux-media@vger.kernel.org
6840 T:      git git://linuxtv.org/media_tree.git
6841 S:      Maintained
6842 F:      drivers/media/radio/radio-shark2.c
6843 F:      drivers/media/radio/radio-tea5777.c
6844
6845 RAGE128 FRAMEBUFFER DISPLAY DRIVER
6846 M:      Paul Mackerras <paulus@samba.org>
6847 L:      linux-fbdev@vger.kernel.org
6848 S:      Maintained
6849 F:      drivers/video/aty/aty128fb.c
6850
6851 RALINK RT2X00 WIRELESS LAN DRIVER
6852 P:      rt2x00 project
6853 M:      Ivo van Doorn <IvDoorn@gmail.com>
6854 M:      Gertjan van Wingerde <gwingerde@gmail.com>
6855 M:      Helmut Schaa <helmut.schaa@googlemail.com>
6856 L:      linux-wireless@vger.kernel.org
6857 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6858 W:      http://rt2x00.serialmonkey.com/
6859 S:      Maintained
6860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6861 F:      drivers/net/wireless/rt2x00/
6862
6863 RAMDISK RAM BLOCK DEVICE DRIVER
6864 M:      Nick Piggin <npiggin@kernel.dk>
6865 S:      Maintained
6866 F:      Documentation/blockdev/ramdisk.txt
6867 F:      drivers/block/brd.c
6868
6869 RANDOM NUMBER DRIVER
6870 M:      Theodore Ts'o" <tytso@mit.edu>
6871 S:      Maintained
6872 F:      drivers/char/random.c
6873
6874 RAPIDIO SUBSYSTEM
6875 M:      Matt Porter <mporter@kernel.crashing.org>
6876 M:      Alexandre Bounine <alexandre.bounine@idt.com>
6877 S:      Maintained
6878 F:      drivers/rapidio/
6879
6880 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6881 L:      linux-wireless@vger.kernel.org
6882 S:      Orphan
6883 F:      drivers/net/wireless/ray*
6884
6885 RCUTORTURE MODULE
6886 M:      Josh Triplett <josh@freedesktop.org>
6887 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6888 S:      Supported
6889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6890 F:      Documentation/RCU/torture.txt
6891 F:      kernel/rcutorture.c
6892
6893 RDC R-321X SoC
6894 M:      Florian Fainelli <florian@openwrt.org>
6895 S:      Maintained
6896
6897 RDC R6040 FAST ETHERNET DRIVER
6898 M:      Florian Fainelli <florian@openwrt.org>
6899 L:      netdev@vger.kernel.org
6900 S:      Maintained
6901 F:      drivers/net/ethernet/rdc/r6040.c
6902
6903 RDS - RELIABLE DATAGRAM SOCKETS
6904 M:      Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6905 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
6906 S:      Supported
6907 F:      net/rds/
6908
6909 READ-COPY UPDATE (RCU)
6910 M:      Dipankar Sarma <dipankar@in.ibm.com>
6911 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6912 W:      http://www.rdrop.com/users/paulmck/RCU/
6913 S:      Supported
6914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6915 F:      Documentation/RCU/
6916 X:      Documentation/RCU/torture.txt
6917 F:      include/linux/rcu*
6918 F:      kernel/rcu*
6919 X:      kernel/rcutorture.c
6920
6921 REAL TIME CLOCK (RTC) SUBSYSTEM
6922 M:      Alessandro Zummo <a.zummo@towertech.it>
6923 L:      rtc-linux@googlegroups.com
6924 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
6925 S:      Maintained
6926 F:      Documentation/rtc.txt
6927 F:      drivers/rtc/
6928 F:      include/linux/rtc.h
6929 F:      include/uapi/linux/rtc.h
6930
6931 REISERFS FILE SYSTEM
6932 L:      reiserfs-devel@vger.kernel.org
6933 S:      Supported
6934 F:      fs/reiserfs/
6935
6936 REGISTER MAP ABSTRACTION
6937 M:      Mark Brown <broonie@kernel.org>
6938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6939 S:      Supported
6940 F:      drivers/base/regmap/
6941 F:      include/linux/regmap.h
6942
6943 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6944 M:      Ohad Ben-Cohen <ohad@wizery.com>
6945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6946 S:      Maintained
6947 F:      drivers/remoteproc/
6948 F:      Documentation/remoteproc.txt
6949 F:      include/linux/remoteproc.h
6950
6951 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
6952 M:      Ohad Ben-Cohen <ohad@wizery.com>
6953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
6954 S:      Maintained
6955 F:      drivers/rpmsg/
6956 F:      Documentation/rpmsg.txt
6957 F:      include/linux/rpmsg.h
6958
6959 RFKILL
6960 M:      Johannes Berg <johannes@sipsolutions.net>
6961 L:      linux-wireless@vger.kernel.org
6962 W:      http://wireless.kernel.org/
6963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6965 S:      Maintained
6966 F:      Documentation/rfkill.txt
6967 F:      net/rfkill/
6968
6969 RICOH SMARTMEDIA/XD DRIVER
6970 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6971 S:      Maintained
6972 F:      drivers/mtd/nand/r852.c
6973 F:      drivers/mtd/nand/r852.h
6974
6975 RICOH R5C592 MEMORYSTICK DRIVER
6976 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6977 S:      Maintained
6978 F:      drivers/memstick/host/r592.*
6979
6980 ROCCAT DRIVERS
6981 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
6982 W:      http://sourceforge.net/projects/roccat/
6983 S:      Maintained
6984 F:      drivers/hid/hid-roccat*
6985 F:      include/linux/hid-roccat*
6986 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
6987
6988 ROCKETPORT DRIVER
6989 P:      Comtrol Corp.
6990 W:      http://www.comtrol.com
6991 S:      Maintained
6992 F:      Documentation/serial/rocket.txt
6993 F:      drivers/tty/rocket*
6994
6995 ROSE NETWORK LAYER
6996 M:      Ralf Baechle <ralf@linux-mips.org>
6997 L:      linux-hams@vger.kernel.org
6998 W:      http://www.linux-ax25.org/
6999 S:      Maintained
7000 F:      include/net/rose.h
7001 F:      include/uapi/linux/rose.h
7002 F:      net/rose/
7003
7004 RTL2830 MEDIA DRIVER
7005 M:      Antti Palosaari <crope@iki.fi>
7006 L:      linux-media@vger.kernel.org
7007 W:      http://linuxtv.org/
7008 W:      http://palosaari.fi/linux/
7009 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7010 T:      git git://linuxtv.org/anttip/media_tree.git
7011 S:      Maintained
7012 F:      drivers/media/dvb-frontends/rtl2830*
7013
7014 RTL2832 MEDIA DRIVER
7015 M:      Antti Palosaari <crope@iki.fi>
7016 L:      linux-media@vger.kernel.org
7017 W:      http://linuxtv.org/
7018 W:      http://palosaari.fi/linux/
7019 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7020 T:      git git://linuxtv.org/anttip/media_tree.git
7021 S:      Maintained
7022 F:      drivers/media/dvb-frontends/rtl2832*
7023
7024 RTL8180 WIRELESS DRIVER
7025 M:      "John W. Linville" <linville@tuxdriver.com>
7026 L:      linux-wireless@vger.kernel.org
7027 W:      http://wireless.kernel.org/
7028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7029 S:      Maintained
7030 F:      drivers/net/wireless/rtl818x/rtl8180/
7031
7032 RTL8187 WIRELESS DRIVER
7033 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7034 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
7035 M:      Larry Finger <Larry.Finger@lwfinger.net>
7036 L:      linux-wireless@vger.kernel.org
7037 W:      http://wireless.kernel.org/
7038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7039 S:      Maintained
7040 F:      drivers/net/wireless/rtl818x/rtl8187/
7041
7042 RTL8192CE WIRELESS DRIVER
7043 M:      Larry Finger <Larry.Finger@lwfinger.net>
7044 M:      Chaoming Li <chaoming_li@realsil.com.cn>
7045 L:      linux-wireless@vger.kernel.org
7046 W:      http://wireless.kernel.org/
7047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7048 S:      Maintained
7049 F:      drivers/net/wireless/rtlwifi/
7050 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
7051
7052 S3 SAVAGE FRAMEBUFFER DRIVER
7053 M:      Antonino Daplas <adaplas@gmail.com>
7054 L:      linux-fbdev@vger.kernel.org
7055 S:      Maintained
7056 F:      drivers/video/savage/
7057
7058 S390
7059 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
7060 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
7061 M:      linux390@de.ibm.com
7062 L:      linux-s390@vger.kernel.org
7063 W:      http://www.ibm.com/developerworks/linux/linux390/
7064 S:      Supported
7065 F:      arch/s390/
7066 F:      drivers/s390/
7067 F:      block/partitions/ibm.c
7068 F:      Documentation/s390/
7069 F:      Documentation/DocBook/s390*
7070
7071 S390 NETWORK DRIVERS
7072 M:      Ursula Braun <ursula.braun@de.ibm.com>
7073 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
7074 M:      linux390@de.ibm.com
7075 L:      linux-s390@vger.kernel.org
7076 W:      http://www.ibm.com/developerworks/linux/linux390/
7077 S:      Supported
7078 F:      drivers/s390/net/
7079
7080 S390 ZCRYPT DRIVER
7081 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
7082 M:      linux390@de.ibm.com
7083 L:      linux-s390@vger.kernel.org
7084 W:      http://www.ibm.com/developerworks/linux/linux390/
7085 S:      Supported
7086 F:      drivers/s390/crypto/
7087
7088 S390 ZFCP DRIVER
7089 M:      Steffen Maier <maier@linux.vnet.ibm.com>
7090 M:      linux390@de.ibm.com
7091 L:      linux-s390@vger.kernel.org
7092 W:      http://www.ibm.com/developerworks/linux/linux390/
7093 S:      Supported
7094 F:      drivers/s390/scsi/zfcp_*
7095
7096 S390 IUCV NETWORK LAYER
7097 M:      Ursula Braun <ursula.braun@de.ibm.com>
7098 M:      linux390@de.ibm.com
7099 L:      linux-s390@vger.kernel.org
7100 W:      http://www.ibm.com/developerworks/linux/linux390/
7101 S:      Supported
7102 F:      drivers/s390/net/*iucv*
7103 F:      include/net/iucv/
7104 F:      net/iucv/
7105
7106 S3C24XX SD/MMC Driver
7107 M:      Ben Dooks <ben-linux@fluff.org>
7108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7109 S:      Supported
7110 F:      drivers/mmc/host/s3cmci.*
7111
7112 SAA6588 RDS RECEIVER DRIVER
7113 M:      Hans Verkuil <hverkuil@xs4all.nl>
7114 L:      linux-media@vger.kernel.org
7115 T:      git git://linuxtv.org/media_tree.git
7116 W:      http://linuxtv.org
7117 S:      Odd Fixes
7118 F:      drivers/media/i2c/saa6588*
7119
7120 SAA7134 VIDEO4LINUX DRIVER
7121 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7122 L:      linux-media@vger.kernel.org
7123 W:      http://linuxtv.org
7124 T:      git git://linuxtv.org/media_tree.git
7125 S:      Odd fixes
7126 F:      Documentation/video4linux/*.saa7134
7127 F:      drivers/media/pci/saa7134/
7128
7129 SAA7146 VIDEO4LINUX-2 DRIVER
7130 M:      Hans Verkuil <hverkuil@xs4all.nl>
7131 L:      linux-media@vger.kernel.org
7132 T:      git git://linuxtv.org/media_tree.git
7133 S:      Maintained
7134 F:      drivers/media/common/saa7146/
7135 F:      drivers/media/pci/saa7146/
7136 F:      include/media/saa7146*
7137
7138 SAMSUNG LAPTOP DRIVER
7139 M:      Corentin Chary <corentin.chary@gmail.com>
7140 L:      platform-driver-x86@vger.kernel.org
7141 S:      Maintained
7142 F:      drivers/platform/x86/samsung-laptop.c
7143
7144 SAMSUNG AUDIO (ASoC) DRIVERS
7145 M:      Sangbeom Kim <sbkim73@samsung.com>
7146 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7147 S:      Supported
7148 F:      sound/soc/samsung
7149
7150 SAMSUNG FRAMEBUFFER DRIVER
7151 M:      Jingoo Han <jg1.han@samsung.com>
7152 L:      linux-fbdev@vger.kernel.org
7153 S:      Maintained
7154 F:      drivers/video/s3c-fb.c
7155
7156 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
7157 M:      Sangbeom Kim <sbkim73@samsung.com>
7158 L:      linux-kernel@vger.kernel.org
7159 S:      Supported
7160 F:      drivers/mfd/sec*.c
7161 F:      drivers/regulator/s2m*.c
7162 F:      drivers/regulator/s5m*.c
7163 F:      drivers/rtc/rtc-sec.c
7164 F:      include/linux/mfd/samsung/
7165
7166 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
7167 M:      Kyungmin Park <kyungmin.park@samsung.com>
7168 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
7169 L:      linux-media@vger.kernel.org
7170 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
7171 S:      Supported
7172 F:      drivers/media/platform/exynos4-is/
7173 F:      include/media/s5p_fimc.h
7174
7175 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
7176 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
7177 L:      linux-media@vger.kernel.org
7178 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7179 S:      Maintained
7180 F:      drivers/media/platform/s3c-camif/
7181 F:      include/media/s3c_camif.h
7182
7183 SAMSUNG S5C73M3 CAMERA DRIVER
7184 M:      Kyungmin Park <kyungmin.park@samsung.com>
7185 M:      Andrzej Hajda <a.hajda@samsung.com>
7186 L:      linux-media@vger.kernel.org
7187 S:      Supported
7188 F:      drivers/media/i2c/s5c73m3/*
7189
7190 SERIAL DRIVERS
7191 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7192 L:      linux-serial@vger.kernel.org
7193 S:      Maintained
7194 F:      drivers/tty/serial
7195
7196 SYNOPSYS DESIGNWARE DMAC DRIVER
7197 M:      Viresh Kumar <viresh.linux@gmail.com>
7198 S:      Maintained
7199 F:      include/linux/dw_dmac.h
7200 F:      drivers/dma/dw/
7201
7202 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
7203 M:      Seungwon Jeon <tgih.jun@samsung.com>
7204 M:      Jaehoon Chung <jh80.chung@samsung.com>
7205 L:      linux-mmc@vger.kernel.org
7206 S:      Maintained
7207 F:      include/linux/mmc/dw_mmc.h
7208 F:      drivers/mmc/host/dw_mmc*
7209
7210 TIMEKEEPING, CLOCKSOURCE CORE, NTP
7211 M:      John Stultz <john.stultz@linaro.org>
7212 M:      Thomas Gleixner <tglx@linutronix.de>
7213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7214 S:      Supported
7215 F:      include/linux/clocksource.h
7216 F:      include/linux/time.h
7217 F:      include/linux/timex.h
7218 F:      include/uapi/linux/time.h
7219 F:      include/uapi/linux/timex.h
7220 F:      kernel/time/clocksource.c
7221 F:      kernel/time/time*.c
7222 F:      kernel/time/ntp.c
7223
7224 TLG2300 VIDEO4LINUX-2 DRIVER
7225 M:      Huang Shijie <shijie8@gmail.com>
7226 M:      Hans Verkuil <hverkuil@xs4all.nl>
7227 S:      Odd Fixes
7228 F:      drivers/media/usb/tlg2300
7229
7230 SC1200 WDT DRIVER
7231 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
7232 S:      Maintained
7233 F:      drivers/watchdog/sc1200wdt.c
7234
7235 SCHEDULER
7236 M:      Ingo Molnar <mingo@redhat.com>
7237 M:      Peter Zijlstra <peterz@infradead.org>
7238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7239 S:      Maintained
7240 F:      kernel/sched/
7241 F:      include/linux/sched.h
7242 F:      include/uapi/linux/sched.h
7243
7244 SCORE ARCHITECTURE
7245 M:      Chen Liqin <liqin.chen@sunplusct.com>
7246 M:      Lennox Wu <lennox.wu@gmail.com>
7247 W:      http://www.sunplusct.com
7248 S:      Supported
7249 F:      arch/score/
7250
7251 SCSI CDROM DRIVER
7252 M:      Jens Axboe <axboe@kernel.dk>
7253 L:      linux-scsi@vger.kernel.org
7254 W:      http://www.kernel.dk
7255 S:      Maintained
7256 F:      drivers/scsi/sr*
7257
7258 SCSI RDMA PROTOCOL (SRP) INITIATOR
7259 M:      David Dillow <dillowda@ornl.gov>
7260 L:      linux-rdma@vger.kernel.org
7261 S:      Supported
7262 W:      http://www.openfabrics.org
7263 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
7265 F:      drivers/infiniband/ulp/srp/
7266 F:      include/scsi/srp.h
7267
7268 SCSI SG DRIVER
7269 M:      Doug Gilbert <dgilbert@interlog.com>
7270 L:      linux-scsi@vger.kernel.org
7271 W:      http://www.torque.net/sg
7272 S:      Maintained
7273 F:      drivers/scsi/sg.c
7274 F:      include/scsi/sg.h
7275
7276 SCSI SUBSYSTEM
7277 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
7278 L:      linux-scsi@vger.kernel.org
7279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
7280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
7281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
7282 S:      Maintained
7283 F:      drivers/scsi/
7284 F:      include/scsi/
7285
7286 SCSI TAPE DRIVER
7287 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
7288 L:      linux-scsi@vger.kernel.org
7289 S:      Maintained
7290 F:      Documentation/scsi/st.txt
7291 F:      drivers/scsi/st.*
7292 F:      drivers/scsi/st_*.h
7293
7294 SCTP PROTOCOL
7295 M:      Vlad Yasevich <vyasevich@gmail.com>
7296 M:      Neil Horman <nhorman@tuxdriver.com>
7297 L:      linux-sctp@vger.kernel.org
7298 W:      http://lksctp.sourceforge.net
7299 S:      Maintained
7300 F:      Documentation/networking/sctp.txt
7301 F:      include/linux/sctp.h
7302 F:      include/uapi/linux/sctp.h
7303 F:      include/net/sctp/
7304 F:      net/sctp/
7305
7306 SCx200 CPU SUPPORT
7307 M:      Jim Cromie <jim.cromie@gmail.com>
7308 S:      Odd Fixes
7309 F:      Documentation/i2c/busses/scx200_acb
7310 F:      arch/x86/platform/scx200/
7311 F:      drivers/watchdog/scx200_wdt.c
7312 F:      drivers/i2c/busses/scx200*
7313 F:      drivers/mtd/maps/scx200_docflash.c
7314 F:      include/linux/scx200.h
7315
7316 SCx200 GPIO DRIVER
7317 M:      Jim Cromie <jim.cromie@gmail.com>
7318 S:      Maintained
7319 F:      drivers/char/scx200_gpio.c
7320 F:      include/linux/scx200_gpio.h
7321
7322 SCx200 HRT CLOCKSOURCE DRIVER
7323 M:      Jim Cromie <jim.cromie@gmail.com>
7324 S:      Maintained
7325 F:      drivers/clocksource/scx200_hrt.c
7326
7327 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
7328 M:      Sascha Sommer <saschasommer@freenet.de>
7329 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
7330 S:      Maintained
7331 F:      drivers/mmc/host/sdricoh_cs.c
7332
7333 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
7334 M:      Chris Ball <cjb@laptop.org>
7335 L:      linux-mmc@vger.kernel.org
7336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7337 S:      Maintained
7338 F:      drivers/mmc/host/sdhci.*
7339 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7340
7341 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
7342 M:      Anton Vorontsov <anton@enomsg.org>
7343 L:      linuxppc-dev@lists.ozlabs.org
7344 L:      linux-mmc@vger.kernel.org
7345 S:      Maintained
7346 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7347
7348 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
7349 M:      Ben Dooks <ben-linux@fluff.org>
7350 L:      linux-mmc@vger.kernel.org
7351 S:      Maintained
7352 F:      drivers/mmc/host/sdhci-s3c.c
7353
7354 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
7355 M:      Viresh Kumar <viresh.linux@gmail.com>
7356 L:      spear-devel@list.st.com
7357 L:      linux-mmc@vger.kernel.org
7358 S:      Maintained
7359 F:      drivers/mmc/host/sdhci-spear.c
7360
7361 SECURITY SUBSYSTEM
7362 M:      James Morris <james.l.morris@oracle.com>
7363 L:      linux-security-module@vger.kernel.org (suggested Cc:)
7364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
7365 W:      http://kernsec.org/
7366 S:      Supported
7367 F:      security/
7368
7369 SECURITY CONTACT
7370 M:      Security Officers <security@kernel.org>
7371 S:      Supported
7372
7373 SELINUX SECURITY MODULE
7374 M:      Stephen Smalley <sds@tycho.nsa.gov>
7375 M:      James Morris <james.l.morris@oracle.com>
7376 M:      Eric Paris <eparis@parisplace.org>
7377 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
7378 W:      http://selinuxproject.org
7379 T:      git git://git.infradead.org/users/eparis/selinux.git
7380 S:      Supported
7381 F:      include/linux/selinux*
7382 F:      security/selinux/
7383 F:      scripts/selinux/
7384
7385 APPARMOR SECURITY MODULE
7386 M:      John Johansen <john.johansen@canonical.com>
7387 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
7388 W:      apparmor.wiki.kernel.org
7389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
7390 S:      Supported
7391 F:      security/apparmor/
7392
7393 SENSABLE PHANTOM
7394 M:      Jiri Slaby <jirislaby@gmail.com>
7395 S:      Maintained
7396 F:      drivers/misc/phantom.c
7397 F:      include/uapi/linux/phantom.h
7398
7399 SERIAL ATA (SATA) SUBSYSTEM
7400 M:      Tejun Heo <tj@kernel.org>
7401 L:      linux-ide@vger.kernel.org
7402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7403 S:      Supported
7404 F:      drivers/ata/
7405 F:      include/linux/ata.h
7406 F:      include/linux/libata.h
7407
7408 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
7409 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
7410 L:      linux-scsi@vger.kernel.org
7411 W:      http://www.emulex.com
7412 S:      Supported
7413 F:      drivers/scsi/be2iscsi/
7414
7415 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
7416 M:      Sathya Perla <sathya.perla@emulex.com>
7417 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
7418 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
7419 L:      netdev@vger.kernel.org
7420 W:      http://www.emulex.com
7421 S:      Supported
7422 F:      drivers/net/ethernet/emulex/benet/
7423
7424 SFC NETWORK DRIVER
7425 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
7426 M:      Ben Hutchings <bhutchings@solarflare.com>
7427 L:      netdev@vger.kernel.org
7428 S:      Supported
7429 F:      drivers/net/ethernet/sfc/
7430
7431 SGI GRU DRIVER
7432 M:      Dimitri Sivanich <sivanich@sgi.com>
7433 S:      Maintained
7434 F:      drivers/misc/sgi-gru/
7435
7436 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
7437 M:      Pat Gefre <pfg@sgi.com>
7438 L:      linux-ia64@vger.kernel.org
7439 S:      Supported
7440 F:      Documentation/ia64/serial.txt
7441 F:      drivers/tty/serial/ioc?_serial.c
7442 F:      include/linux/ioc?.h
7443
7444 SGI VISUAL WORKSTATION 320 AND 540
7445 M:      Andrey Panin <pazke@donpac.ru>
7446 L:      linux-visws-devel@lists.sf.net
7447 W:      http://linux-visws.sf.net
7448 S:      Maintained for 2.6.
7449 F:      Documentation/sgi-visws.txt
7450
7451 SGI XP/XPC/XPNET DRIVER
7452 M:      Cliff Whickman <cpw@sgi.com>
7453 M:      Robin Holt <robinmholt@gmail.com>
7454 S:      Maintained
7455 F:      drivers/misc/sgi-xp/
7456
7457 SI470X FM RADIO RECEIVER I2C DRIVER
7458 M:      Hans Verkuil <hverkuil@xs4all.nl>
7459 L:      linux-media@vger.kernel.org
7460 T:      git git://linuxtv.org/media_tree.git
7461 W:      http://linuxtv.org
7462 S:      Odd Fixes
7463 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
7464
7465 SI470X FM RADIO RECEIVER USB DRIVER
7466 M:      Hans Verkuil <hverkuil@xs4all.nl>
7467 L:      linux-media@vger.kernel.org
7468 T:      git git://linuxtv.org/media_tree.git
7469 W:      http://linuxtv.org
7470 S:      Maintained
7471 F:      drivers/media/radio/si470x/radio-si470x-common.c
7472 F:      drivers/media/radio/si470x/radio-si470x.h
7473 F:      drivers/media/radio/si470x/radio-si470x-usb.c
7474
7475 SI4713 FM RADIO TRANSMITTER I2C DRIVER
7476 M:      Eduardo Valentin <edubezval@gmail.com>
7477 L:      linux-media@vger.kernel.org
7478 T:      git git://linuxtv.org/media_tree.git
7479 W:      http://linuxtv.org
7480 S:      Odd Fixes
7481 F:      drivers/media/radio/si4713-i2c.?
7482
7483 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
7484 M:      Eduardo Valentin <edubezval@gmail.com>
7485 L:      linux-media@vger.kernel.org
7486 T:      git git://linuxtv.org/media_tree.git
7487 W:      http://linuxtv.org
7488 S:      Odd Fixes
7489 F:      drivers/media/radio/radio-si4713.h
7490
7491 SIANO DVB DRIVER
7492 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7493 L:      linux-media@vger.kernel.org
7494 W:      http://linuxtv.org
7495 T:      git git://linuxtv.org/media_tree.git
7496 S:      Odd fixes
7497 F:      drivers/media/common/siano/
7498 F:      drivers/media/dvb/siano/
7499 F:      drivers/media/usb/siano/
7500 F:      drivers/media/mmc/siano
7501
7502 SH_VEU V4L2 MEM2MEM DRIVER
7503 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7504 L:      linux-media@vger.kernel.org
7505 S:      Maintained
7506 F:      drivers/media/platform/sh_veu.c
7507
7508 SH_VOU V4L2 OUTPUT DRIVER
7509 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7510 L:      linux-media@vger.kernel.org
7511 S:      Odd Fixes
7512 F:      drivers/media/platform/sh_vou.c
7513 F:      include/media/sh_vou.h
7514
7515 SIMPLE FIRMWARE INTERFACE (SFI)
7516 M:      Len Brown <lenb@kernel.org>
7517 L:      sfi-devel@simplefirmware.org
7518 W:      http://simplefirmware.org/
7519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
7520 S:      Supported
7521 F:      arch/x86/platform/sfi/
7522 F:      drivers/sfi/
7523 F:      include/linux/sfi*.h
7524
7525 SIMTEC EB110ATX (Chalice CATS)
7526 P:      Ben Dooks
7527 P:      Vincent Sanders <vince@simtec.co.uk>
7528 M:      Simtec Linux Team <linux@simtec.co.uk>
7529 W:      http://www.simtec.co.uk/products/EB110ATX/
7530 S:      Supported
7531
7532 SIMTEC EB2410ITX (BAST)
7533 P:      Ben Dooks
7534 P:      Vincent Sanders <vince@simtec.co.uk>
7535 M:      Simtec Linux Team <linux@simtec.co.uk>
7536 W:      http://www.simtec.co.uk/products/EB2410ITX/
7537 S:      Supported
7538 F:      arch/arm/mach-s3c2410/mach-bast.c
7539 F:      arch/arm/mach-s3c2410/bast-ide.c
7540 F:      arch/arm/mach-s3c2410/bast-irq.c
7541
7542 TI DAVINCI MACHINE SUPPORT
7543 M:      Sekhar Nori <nsekhar@ti.com>
7544 M:      Kevin Hilman <khilman@deeprootsystems.com>
7545 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7546 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
7547 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
7548 S:      Supported
7549 F:      arch/arm/mach-davinci
7550 F:      drivers/i2c/busses/i2c-davinci.c
7551
7552 TI DAVINCI SERIES MEDIA DRIVER
7553 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
7554 L:      linux-media@vger.kernel.org
7555 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7556 W:      http://linuxtv.org/
7557 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7558 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
7559 S:      Maintained
7560 F:      drivers/media/platform/davinci/
7561 F:      include/media/davinci/
7562
7563 SIS 190 ETHERNET DRIVER
7564 M:      Francois Romieu <romieu@fr.zoreil.com>
7565 L:      netdev@vger.kernel.org
7566 S:      Maintained
7567 F:      drivers/net/ethernet/sis/sis190.c
7568
7569 SIS 900/7016 FAST ETHERNET DRIVER
7570 M:      Daniele Venzano <venza@brownhat.org>
7571 W:      http://www.brownhat.org/sis900.html
7572 L:      netdev@vger.kernel.org
7573 S:      Maintained
7574 F:      drivers/net/ethernet/sis/sis900.*
7575
7576 SIS FRAMEBUFFER DRIVER
7577 M:      Thomas Winischhofer <thomas@winischhofer.net>
7578 W:      http://www.winischhofer.net/linuxsisvga.shtml
7579 S:      Maintained
7580 F:      Documentation/fb/sisfb.txt
7581 F:      drivers/video/sis/
7582 F:      include/video/sisfb.h
7583
7584 SIS USB2VGA DRIVER
7585 M:      Thomas Winischhofer <thomas@winischhofer.net>
7586 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
7587 S:      Maintained
7588 F:      drivers/usb/misc/sisusbvga/
7589
7590 SLAB ALLOCATOR
7591 M:      Christoph Lameter <cl@linux-foundation.org>
7592 M:      Pekka Enberg <penberg@kernel.org>
7593 M:      Matt Mackall <mpm@selenic.com>
7594 L:      linux-mm@kvack.org
7595 S:      Maintained
7596 F:      include/linux/sl?b*.h
7597 F:      mm/sl?b.c
7598
7599 SLEEPABLE READ-COPY UPDATE (SRCU)
7600 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
7601 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7602 W:      http://www.rdrop.com/users/paulmck/RCU/
7603 S:      Supported
7604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7605 F:      include/linux/srcu*
7606 F:      kernel/srcu*
7607
7608 SMACK SECURITY MODULE
7609 M:      Casey Schaufler <casey@schaufler-ca.com>
7610 L:      linux-security-module@vger.kernel.org
7611 W:      http://schaufler-ca.com
7612 T:      git git://git.gitorious.org/smack-next/kernel.git
7613 S:      Maintained
7614 F:      Documentation/security/Smack.txt
7615 F:      security/smack/
7616
7617 SMC91x ETHERNET DRIVER
7618 M:      Nicolas Pitre <nico@fluxnic.net>
7619 S:      Odd Fixes
7620 F:      drivers/net/ethernet/smsc/smc91x.*
7621
7622 SMIA AND SMIA++ IMAGE SENSOR DRIVER
7623 M:      Sakari Ailus <sakari.ailus@iki.fi>
7624 L:      linux-media@vger.kernel.org
7625 S:      Maintained
7626 F:      drivers/media/i2c/smiapp
7627 F:      include/media/smiapp.h
7628 F:      drivers/media/i2c/smiapp-pll.c
7629 F:      drivers/media/i2c/smiapp-pll.h
7630
7631 SMM665 HARDWARE MONITOR DRIVER
7632 M:      Guenter Roeck <linux@roeck-us.net>
7633 L:      lm-sensors@lm-sensors.org
7634 S:      Maintained
7635 F:      Documentation/hwmon/smm665
7636 F:      drivers/hwmon/smm665.c
7637
7638 SMSC EMC2103 HARDWARE MONITOR DRIVER
7639 M:      Steve Glendinning <steve.glendinning@shawell.net>
7640 L:      lm-sensors@lm-sensors.org
7641 S:      Maintained
7642 F:      Documentation/hwmon/emc2103
7643 F:      drivers/hwmon/emc2103.c
7644
7645 SMSC SCH5627 HARDWARE MONITOR DRIVER
7646 M:      Hans de Goede <hdegoede@redhat.com>
7647 L:      lm-sensors@lm-sensors.org
7648 S:      Supported
7649 F:      Documentation/hwmon/sch5627
7650 F:      drivers/hwmon/sch5627.c
7651
7652 SMSC47B397 HARDWARE MONITOR DRIVER
7653 M:      Jean Delvare <khali@linux-fr.org>
7654 L:      lm-sensors@lm-sensors.org
7655 S:      Maintained
7656 F:      Documentation/hwmon/smsc47b397
7657 F:      drivers/hwmon/smsc47b397.c
7658
7659 SMSC911x ETHERNET DRIVER
7660 M:      Steve Glendinning <steve.glendinning@shawell.net>
7661 L:      netdev@vger.kernel.org
7662 S:      Maintained
7663 F:      include/linux/smsc911x.h
7664 F:      drivers/net/ethernet/smsc/smsc911x.*
7665
7666 SMSC9420 PCI ETHERNET DRIVER
7667 M:      Steve Glendinning <steve.glendinning@shawell.net>
7668 L:      netdev@vger.kernel.org
7669 S:      Maintained
7670 F:      drivers/net/ethernet/smsc/smsc9420.*
7671
7672 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
7673 M:      Steve Glendinning <steve.glendinning@shawell.net>
7674 L:      linux-fbdev@vger.kernel.org
7675 S:      Maintained
7676 F:      drivers/video/smscufx.c
7677
7678 SOC-CAMERA V4L2 SUBSYSTEM
7679 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7680 L:      linux-media@vger.kernel.org
7681 T:      git git://linuxtv.org/media_tree.git
7682 S:      Maintained
7683 F:      include/media/soc*
7684 F:      drivers/media/i2c/soc_camera/
7685 F:      drivers/media/platform/soc_camera/
7686
7687 SOEKRIS NET48XX LED SUPPORT
7688 M:      Chris Boot <bootc@bootc.net>
7689 S:      Maintained
7690 F:      drivers/leds/leds-net48xx.c
7691
7692 SOFTWARE RAID (Multiple Disks) SUPPORT
7693 M:      Neil Brown <neilb@suse.de>
7694 L:      linux-raid@vger.kernel.org
7695 S:      Supported
7696 F:      drivers/md/
7697 F:      include/linux/raid/
7698 F:      include/uapi/linux/raid/
7699
7700 SONIC NETWORK DRIVER
7701 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
7702 L:      netdev@vger.kernel.org
7703 S:      Maintained
7704 F:      drivers/net/ethernet/natsemi/sonic.*
7705
7706 SONICS SILICON BACKPLANE DRIVER (SSB)
7707 M:      Michael Buesch <m@bues.ch>
7708 L:      netdev@vger.kernel.org
7709 S:      Maintained
7710 F:      drivers/ssb/
7711 F:      include/linux/ssb/
7712
7713 SONY VAIO CONTROL DEVICE DRIVER
7714 M:      Mattia Dongili <malattia@linux.it>
7715 L:      platform-driver-x86@vger.kernel.org
7716 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
7717 S:      Maintained
7718 F:      Documentation/laptops/sony-laptop.txt
7719 F:      drivers/char/sonypi.c
7720 F:      drivers/platform/x86/sony-laptop.c
7721 F:      include/linux/sony-laptop.h
7722
7723 SONY MEMORYSTICK CARD SUPPORT
7724 M:      Alex Dubov <oakad@yahoo.com>
7725 W:      http://tifmxx.berlios.de/
7726 S:      Maintained
7727 F:      drivers/memstick/host/tifm_ms.c
7728
7729 SOUND
7730 M:      Jaroslav Kysela <perex@perex.cz>
7731 M:      Takashi Iwai <tiwai@suse.de>
7732 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7733 W:      http://www.alsa-project.org/
7734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
7735 T:      git git://git.alsa-project.org/alsa-kernel.git
7736 S:      Maintained
7737 F:      Documentation/sound/
7738 F:      include/sound/
7739 F:      include/uapi/sound/
7740 F:      sound/
7741
7742 SOUND - COMPRESSED AUDIO
7743 M:      Vinod Koul <vinod.koul@intel.com>
7744 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
7746 S:      Supported
7747 F:      Documentation/sound/alsa/compress_offload.txt
7748 F:      include/sound/compress_driver.h
7749 F:      include/uapi/sound/compress_*
7750 F:      sound/core/compress_offload.c
7751 F:      sound/soc/soc-compress.c
7752
7753 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
7754 M:      Liam Girdwood <lgirdwood@gmail.com>
7755 M:      Mark Brown <broonie@kernel.org>
7756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
7757 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7758 W:      http://alsa-project.org/main/index.php/ASoC
7759 S:      Supported
7760 F:      Documentation/sound/alsa/soc/
7761 F:      sound/soc/
7762 F:      include/sound/soc*
7763
7764 SPARC + UltraSPARC (sparc/sparc64)
7765 M:      "David S. Miller" <davem@davemloft.net>
7766 L:      sparclinux@vger.kernel.org
7767 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
7768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7770 S:      Maintained
7771 F:      arch/sparc/
7772 F:      drivers/sbus/
7773
7774 SPARC SERIAL DRIVERS
7775 M:      "David S. Miller" <davem@davemloft.net>
7776 L:      sparclinux@vger.kernel.org
7777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7779 S:      Maintained
7780 F:      include/linux/sunserialcore.h
7781 F:      drivers/tty/serial/suncore.c
7782 F:      drivers/tty/serial/sunhv.c
7783 F:      drivers/tty/serial/sunsab.c
7784 F:      drivers/tty/serial/sunsab.h
7785 F:      drivers/tty/serial/sunsu.c
7786 F:      drivers/tty/serial/sunzilog.c
7787 F:      drivers/tty/serial/sunzilog.h
7788
7789 SPARSE CHECKER
7790 M:      "Christopher Li" <sparse@chrisli.org>
7791 L:      linux-sparse@vger.kernel.org
7792 W:      https://sparse.wiki.kernel.org/
7793 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
7794 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
7795 S:      Maintained
7796 F:      include/linux/compiler.h
7797
7798 SPEAR PLATFORM SUPPORT
7799 M:      Viresh Kumar <viresh.linux@gmail.com>
7800 M:      Shiraz Hashim <shiraz.hashim@st.com>
7801 L:      spear-devel@list.st.com
7802 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7803 W:      http://www.st.com/spear
7804 S:      Maintained
7805 F:      arch/arm/plat-spear/
7806
7807 SPEAR13XX MACHINE SUPPORT
7808 M:      Viresh Kumar <viresh.linux@gmail.com>
7809 M:      Shiraz Hashim <shiraz.hashim@st.com>
7810 L:      spear-devel@list.st.com
7811 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7812 W:      http://www.st.com/spear
7813 S:      Maintained
7814 F:      arch/arm/mach-spear13xx/
7815
7816 SPEAR3XX MACHINE SUPPORT
7817 M:      Viresh Kumar <viresh.linux@gmail.com>
7818 M:      Shiraz Hashim <shiraz.hashim@st.com>
7819 L:      spear-devel@list.st.com
7820 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7821 W:      http://www.st.com/spear
7822 S:      Maintained
7823 F:      arch/arm/mach-spear3xx/
7824
7825 SPEAR6XX MACHINE SUPPORT
7826 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
7827 M:      Shiraz Hashim <shiraz.hashim@st.com>
7828 M:      Viresh Kumar <viresh.linux@gmail.com>
7829 L:      spear-devel@list.st.com
7830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7831 W:      http://www.st.com/spear
7832 S:      Maintained
7833 F:      arch/arm/mach-spear6xx/
7834
7835 SPEAR CLOCK FRAMEWORK SUPPORT
7836 M:      Viresh Kumar <viresh.linux@gmail.com>
7837 L:      spear-devel@list.st.com
7838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7839 W:      http://www.st.com/spear
7840 S:      Maintained
7841 F:      drivers/clk/spear/
7842
7843 SPI SUBSYSTEM
7844 M:      Mark Brown <broonie@kernel.org>
7845 L:      linux-spi@vger.kernel.org
7846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
7847 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
7848 S:      Maintained
7849 F:      Documentation/spi/
7850 F:      drivers/spi/
7851 F:      include/linux/spi/
7852 F:      include/uapi/linux/spi/
7853
7854 SPIDERNET NETWORK DRIVER for CELL
7855 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
7856 M:      Jens Osterkamp <jens@de.ibm.com>
7857 L:      netdev@vger.kernel.org
7858 S:      Supported
7859 F:      Documentation/networking/spider_net.txt
7860 F:      drivers/net/ethernet/toshiba/spider_net*
7861
7862 SPU FILE SYSTEM
7863 M:      Jeremy Kerr <jk@ozlabs.org>
7864 L:      linuxppc-dev@lists.ozlabs.org
7865 L:      cbe-oss-dev@lists.ozlabs.org
7866 W:      http://www.ibm.com/developerworks/power/cell/
7867 S:      Supported
7868 F:      Documentation/filesystems/spufs.txt
7869 F:      arch/powerpc/platforms/cell/spufs/
7870
7871 SQUASHFS FILE SYSTEM
7872 M:      Phillip Lougher <phillip@squashfs.org.uk>
7873 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
7874 W:      http://squashfs.org.uk
7875 S:      Maintained
7876 F:      Documentation/filesystems/squashfs.txt
7877 F:      fs/squashfs/
7878
7879 SRM (Alpha) environment access
7880 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
7881 S:      Maintained
7882 F:      arch/alpha/kernel/srm_env.c
7883
7884 STABLE BRANCH
7885 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7886 L:      stable@vger.kernel.org
7887 S:      Supported
7888 F:      Documentation/stable_kernel_rules.txt
7889
7890 STAGING SUBSYSTEM
7891 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
7893 L:      devel@driverdev.osuosl.org
7894 S:      Supported
7895 F:      drivers/staging/
7896
7897 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
7898 M:      Henk de Groot <pe1dnn@amsat.org>
7899 S:      Odd Fixes
7900 F:      drivers/staging/wlags49_h2/
7901 F:      drivers/staging/wlags49_h25/
7902
7903 STAGING - ASUS OLED
7904 M:      Jakub Schmidtke <sjakub@gmail.com>
7905 S:      Odd Fixes
7906 F:      drivers/staging/asus_oled/
7907
7908 STAGING - COMEDI
7909 M:      Ian Abbott <abbotti@mev.co.uk>
7910 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
7911 S:      Odd Fixes
7912 F:      drivers/staging/comedi/
7913
7914 STAGING - CRYSTAL HD VIDEO DECODER
7915 M:      Naren Sankar <nsankar@broadcom.com>
7916 M:      Jarod Wilson <jarod@wilsonet.com>
7917 M:      Scott Davilla <davilla@4pi.com>
7918 M:      Manu Abraham <abraham.manu@gmail.com>
7919 S:      Odd Fixes
7920 F:      drivers/staging/crystalhd/
7921
7922 STAGING - ECHO CANCELLER
7923 M:      Steve Underwood <steveu@coppice.org>
7924 M:      David Rowe <david@rowetel.com>
7925 S:      Odd Fixes
7926 F:      drivers/staging/echo/
7927
7928 STAGING - ET131X NETWORK DRIVER
7929 M:      Mark Einon <mark.einon@gmail.com>
7930 S:      Odd Fixes
7931 F:      drivers/staging/et131x/
7932
7933 STAGING - FLARION FT1000 DRIVERS
7934 M:      Marek Belisko <marek.belisko@gmail.com>
7935 S:      Odd Fixes
7936 F:      drivers/staging/ft1000/
7937
7938 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7939 M:      David Täht <d@teklibre.com>
7940 S:      Odd Fixes
7941 F:      drivers/staging/frontier/
7942
7943 STAGING - GO7007 MPEG CODEC
7944 M:      Hans Verkuil <hans.verkuil@cisco.com>
7945 S:      Maintained
7946 F:      drivers/staging/media/go7007/
7947
7948 STAGING - INDUSTRIAL IO
7949 M:      Jonathan Cameron <jic23@cam.ac.uk>
7950 L:      linux-iio@vger.kernel.org
7951 S:      Odd Fixes
7952 F:      drivers/staging/iio/
7953
7954 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7955 M:      Jarod Wilson <jarod@wilsonet.com>
7956 W:      http://www.lirc.org/
7957 S:      Odd Fixes
7958 F:      drivers/staging/media/lirc/
7959
7960 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
7961 M:      Julian Andres Klode <jak@jak-linux.org>
7962 M:      Marc Dietrich <marvin24@gmx.de>
7963 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
7964 L:      linux-tegra@vger.kernel.org
7965 S:      Maintained
7966 F:      drivers/staging/nvec/
7967
7968 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7969 M:      Jens Frederich <jfrederich@gmail.com>
7970 M:      Daniel Drake <dsd@laptop.org>
7971 M:      Jon Nettleton <jon.nettleton@gmail.com>
7972 W:      http://wiki.laptop.org/go/DCON
7973 S:      Maintained
7974 F:      drivers/staging/olpc_dcon/
7975
7976 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
7977 M:      Rupesh Gujare <rupesh.gujare@atmel.com>
7978 S:      Maintained
7979 F:      drivers/staging/ozwpan/
7980
7981 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
7982 M:      Willy Tarreau <willy@meta-x.org>
7983 S:      Odd Fixes
7984 F:      drivers/staging/panel/
7985
7986 STAGING - REALTEK RTL8712U DRIVERS
7987 M:      Larry Finger <Larry.Finger@lwfinger.net>
7988 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
7989 S:      Odd Fixes
7990 F:      drivers/staging/rtl8712/
7991
7992 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
7993 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
7994 S:      Odd Fixes
7995 F:      drivers/staging/sm7xxfb/
7996
7997 STAGING - SOFTLOGIC 6x10 MPEG CODEC
7998 M:      Ismael Luceno <ismael.luceno@corp.bluecherry.net>
7999 S:      Supported
8000 F:      drivers/staging/media/solo6x10/
8001
8002 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
8003 M:      William Hubbs <w.d.hubbs@gmail.com>
8004 M:      Chris Brannon <chris@the-brannons.com>
8005 M:      Kirk Reiser <kirk@reisers.ca>
8006 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
8007 L:      speakup@braille.uwo.ca
8008 W:      http://www.linux-speakup.org/
8009 S:      Odd Fixes
8010 F:      drivers/staging/speakup/
8011
8012 STAGING - TI DSP BRIDGE DRIVERS
8013 M:      Omar Ramirez Luna <omar.ramirez@copitl.com>
8014 S:      Odd Fixes
8015 F:      drivers/staging/tidspbridge/
8016
8017 STAGING - USB ENE SM/MS CARD READER DRIVER
8018 M:      Al Cho <acho@novell.com>
8019 S:      Odd Fixes
8020 F:      drivers/staging/keucr/
8021
8022 STAGING - VIA VT665X DRIVERS
8023 M:      Forest Bond <forest@alittletooquiet.net>
8024 S:      Odd Fixes
8025 F:      drivers/staging/vt665?/
8026
8027 STAGING - WINBOND IS89C35 WLAN USB DRIVER
8028 M:      Pavel Machek <pavel@ucw.cz>
8029 S:      Odd Fixes
8030 F:      drivers/staging/winbond/
8031
8032 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
8033 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
8034 S:      Odd Fixes
8035 F:      drivers/staging/xgifb/
8036
8037 STARFIRE/DURALAN NETWORK DRIVER
8038 M:      Ion Badulescu <ionut@badula.org>
8039 S:      Odd Fixes
8040 F:      drivers/net/ethernet/adaptec/starfire*
8041
8042 SUN3/3X
8043 M:      Sam Creasey <sammy@sammy.net>
8044 W:      http://sammy.net/sun3/
8045 S:      Maintained
8046 F:      arch/m68k/kernel/*sun3*
8047 F:      arch/m68k/sun3*/
8048 F:      arch/m68k/include/asm/sun3*
8049 F:      drivers/net/ethernet/i825xx/sun3*
8050
8051 SUNDANCE NETWORK DRIVER
8052 M:      Denis Kirjanov <kda@linux-powerpc.org>
8053 L:      netdev@vger.kernel.org
8054 S:      Maintained
8055 F:      drivers/net/ethernet/dlink/sundance.c
8056
8057 SUPERH
8058 M:      Paul Mundt <lethal@linux-sh.org>
8059 L:      linux-sh@vger.kernel.org
8060 W:      http://www.linux-sh.org
8061 Q:      http://patchwork.kernel.org/project/linux-sh/list/
8062 T:      git git://github.com/pmundt/linux-sh.git sh-latest
8063 S:      Supported
8064 F:      Documentation/sh/
8065 F:      arch/sh/
8066 F:      drivers/sh/
8067
8068 SUSPEND TO RAM
8069 M:      Len Brown <len.brown@intel.com>
8070 M:      Pavel Machek <pavel@ucw.cz>
8071 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
8072 L:      linux-pm@vger.kernel.org
8073 S:      Supported
8074 F:      Documentation/power/
8075 F:      arch/x86/kernel/acpi/
8076 F:      drivers/base/power/
8077 F:      kernel/power/
8078 F:      include/linux/suspend.h
8079 F:      include/linux/freezer.h
8080 F:      include/linux/pm.h
8081
8082 SVGA HANDLING
8083 M:      Martin Mares <mj@ucw.cz>
8084 L:      linux-video@atrey.karlin.mff.cuni.cz
8085 S:      Maintained
8086 F:      Documentation/svga.txt
8087 F:      arch/x86/boot/video*
8088
8089 SWIOTLB SUBSYSTEM
8090 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8091 L:      linux-kernel@vger.kernel.org
8092 S:      Supported
8093 F:      lib/swiotlb.c
8094 F:      arch/*/kernel/pci-swiotlb.c
8095 F:      include/linux/swiotlb.h
8096
8097 SYNOPSYS ARC ARCHITECTURE
8098 M:      Vineet Gupta <vgupta@synopsys.com>
8099 S:      Supported
8100 F:      arch/arc/
8101 F:      Documentation/devicetree/bindings/arc/
8102 F:      drivers/tty/serial/arc-uart.c
8103
8104 SYSV FILESYSTEM
8105 M:      Christoph Hellwig <hch@infradead.org>
8106 S:      Maintained
8107 F:      Documentation/filesystems/sysv-fs.txt
8108 F:      fs/sysv/
8109 F:      include/linux/sysv_fs.h
8110
8111 TARGET SUBSYSTEM
8112 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
8113 L:      linux-scsi@vger.kernel.org
8114 L:      target-devel@vger.kernel.org
8115 L:      http://groups.google.com/group/linux-iscsi-target-dev
8116 W:      http://www.linux-iscsi.org
8117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
8118 S:      Supported
8119 F:      drivers/target/
8120 F:      include/target/
8121 F:      Documentation/target/
8122
8123 TASKSTATS STATISTICS INTERFACE
8124 M:      Balbir Singh <bsingharora@gmail.com>
8125 S:      Maintained
8126 F:      Documentation/accounting/taskstats*
8127 F:      include/linux/taskstats*
8128 F:      kernel/taskstats.c
8129
8130 TC CLASSIFIER
8131 M:      Jamal Hadi Salim <jhs@mojatatu.com>
8132 L:      netdev@vger.kernel.org
8133 S:      Maintained
8134 F:      include/net/pkt_cls.h
8135 F:      include/uapi/linux/pkt_cls.h
8136 F:      net/sched/
8137
8138 TCP LOW PRIORITY MODULE
8139 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
8140 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
8141 W:      http://tcp-lp-mod.sourceforge.net/
8142 S:      Maintained
8143 F:      net/ipv4/tcp_lp.c
8144
8145 TDA10071 MEDIA DRIVER
8146 M:      Antti Palosaari <crope@iki.fi>
8147 L:      linux-media@vger.kernel.org
8148 W:      http://linuxtv.org/
8149 W:      http://palosaari.fi/linux/
8150 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8151 T:      git git://linuxtv.org/anttip/media_tree.git
8152 S:      Maintained
8153 F:      drivers/media/dvb-frontends/tda10071*
8154
8155 TDA18212 MEDIA DRIVER
8156 M:      Antti Palosaari <crope@iki.fi>
8157 L:      linux-media@vger.kernel.org
8158 W:      http://linuxtv.org/
8159 W:      http://palosaari.fi/linux/
8160 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8161 T:      git git://linuxtv.org/anttip/media_tree.git
8162 S:      Maintained
8163 F:      drivers/media/tuners/tda18212*
8164
8165 TDA18218 MEDIA DRIVER
8166 M:      Antti Palosaari <crope@iki.fi>
8167 L:      linux-media@vger.kernel.org
8168 W:      http://linuxtv.org/
8169 W:      http://palosaari.fi/linux/
8170 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8171 T:      git git://linuxtv.org/anttip/media_tree.git
8172 S:      Maintained
8173 F:      drivers/media/tuners/tda18218*
8174
8175 TDA18271 MEDIA DRIVER
8176 M:      Michael Krufky <mkrufky@linuxtv.org>
8177 L:      linux-media@vger.kernel.org
8178 W:      http://linuxtv.org/
8179 W:      http://github.com/mkrufky
8180 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8181 T:      git git://linuxtv.org/mkrufky/tuners.git
8182 S:      Maintained
8183 F:      drivers/media/tuners/tda18271*
8184
8185 TDA827x MEDIA DRIVER
8186 M:      Michael Krufky <mkrufky@linuxtv.org>
8187 L:      linux-media@vger.kernel.org
8188 W:      http://linuxtv.org/
8189 W:      http://github.com/mkrufky
8190 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8191 T:      git git://linuxtv.org/mkrufky/tuners.git
8192 S:      Maintained
8193 F:      drivers/media/tuners/tda8290.*
8194
8195 TDA8290 MEDIA DRIVER
8196 M:      Michael Krufky <mkrufky@linuxtv.org>
8197 L:      linux-media@vger.kernel.org
8198 W:      http://linuxtv.org/
8199 W:      http://github.com/mkrufky
8200 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8201 T:      git git://linuxtv.org/mkrufky/tuners.git
8202 S:      Maintained
8203 F:      drivers/media/tuners/tda8290.*
8204
8205 TDA9840 MEDIA DRIVER
8206 M:      Hans Verkuil <hverkuil@xs4all.nl>
8207 L:      linux-media@vger.kernel.org
8208 T:      git git://linuxtv.org/media_tree.git
8209 W:      http://linuxtv.org
8210 S:      Maintained
8211 F:      drivers/media/i2c/tda9840*
8212
8213 TEA5761 TUNER DRIVER
8214 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8215 L:      linux-media@vger.kernel.org
8216 W:      http://linuxtv.org
8217 T:      git git://linuxtv.org/media_tree.git
8218 S:      Odd fixes
8219 F:      drivers/media/tuners/tea5761.*
8220
8221 TEA5767 TUNER DRIVER
8222 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8223 L:      linux-media@vger.kernel.org
8224 W:      http://linuxtv.org
8225 T:      git git://linuxtv.org/media_tree.git
8226 S:      Maintained
8227 F:      drivers/media/tuners/tea5767.*
8228
8229 TEA6415C MEDIA DRIVER
8230 M:      Hans Verkuil <hverkuil@xs4all.nl>
8231 L:      linux-media@vger.kernel.org
8232 T:      git git://linuxtv.org/media_tree.git
8233 W:      http://linuxtv.org
8234 S:      Maintained
8235 F:      drivers/media/i2c/tea6415c*
8236
8237 TEA6420 MEDIA DRIVER
8238 M:      Hans Verkuil <hverkuil@xs4all.nl>
8239 L:      linux-media@vger.kernel.org
8240 T:      git git://linuxtv.org/media_tree.git
8241 W:      http://linuxtv.org
8242 S:      Maintained
8243 F:      drivers/media/i2c/tea6420*
8244
8245 TEAM DRIVER
8246 M:      Jiri Pirko <jiri@resnulli.us>
8247 L:      netdev@vger.kernel.org
8248 S:      Supported
8249 F:      drivers/net/team/
8250 F:      include/linux/if_team.h
8251 F:      include/uapi/linux/if_team.h
8252
8253 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
8254 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
8255 S:      Maintained
8256 F:      arch/x86/platform/ts5500/
8257
8258 TECHNOTREND USB IR RECEIVER
8259 M:      Sean Young <sean@mess.org>
8260 L:      linux-media@vger.kernel.org
8261 S:      Maintained
8262 F:      drivers/media/rc/ttusbir.c
8263
8264 TEGRA SUPPORT
8265 M:      Stephen Warren <swarren@wwwdotorg.org>
8266 L:      linux-tegra@vger.kernel.org
8267 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
8268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
8269 S:      Supported
8270 N:      [^a-z]tegra
8271
8272 TEHUTI ETHERNET DRIVER
8273 M:      Andy Gospodarek <andy@greyhouse.net>
8274 L:      netdev@vger.kernel.org
8275 S:      Supported
8276 F:      drivers/net/ethernet/tehuti/*
8277
8278 Telecom Clock Driver for MCPL0010
8279 M:      Mark Gross <mark.gross@intel.com>
8280 S:      Supported
8281 F:      drivers/char/tlclk.c
8282
8283 TENSILICA XTENSA PORT (xtensa)
8284 M:      Chris Zankel <chris@zankel.net>
8285 M:      Max Filippov <jcmvbkbc@gmail.com>
8286 L:      linux-xtensa@linux-xtensa.org
8287 S:      Maintained
8288 F:      arch/xtensa/
8289
8290 THERMAL
8291 M:      Zhang Rui <rui.zhang@intel.com>
8292 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8293 L:      linux-pm@vger.kernel.org
8294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
8295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
8296 Q:      https://patchwork.kernel.org/project/linux-pm/list/
8297 S:      Supported
8298 F:      drivers/thermal/
8299 F:      include/linux/thermal.h
8300 F:      include/linux/cpu_cooling.h
8301
8302 THINGM BLINK(1) USB RGB LED DRIVER
8303 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8304 S:      Maintained
8305 F:      drivers/hid/hid-thingm.c
8306
8307 THINKPAD ACPI EXTRAS DRIVER
8308 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
8309 L:      ibm-acpi-devel@lists.sourceforge.net
8310 L:      platform-driver-x86@vger.kernel.org
8311 W:      http://ibm-acpi.sourceforge.net
8312 W:      http://thinkwiki.org/wiki/Ibm-acpi
8313 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
8314 S:      Maintained
8315 F:      drivers/platform/x86/thinkpad_acpi.c
8316
8317 TI BANDGAP AND THERMAL DRIVER
8318 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8319 L:      linux-pm@vger.kernel.org
8320 S:      Supported
8321 F:      drivers/thermal/ti-soc-thermal/
8322
8323 TI FLASH MEDIA INTERFACE DRIVER
8324 M:      Alex Dubov <oakad@yahoo.com>
8325 S:      Maintained
8326 F:      drivers/misc/tifm*
8327 F:      drivers/mmc/host/tifm_sd.c
8328 F:      include/linux/tifm.h
8329
8330 TI LM49xxx FAMILY ASoC CODEC DRIVERS
8331 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
8332 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
8333 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8334 S:      Maintained
8335 F:      sound/soc/codecs/lm49453*
8336 F:      sound/soc/codecs/isabelle*
8337
8338 TI LP855x BACKLIGHT DRIVER
8339 M:      Milo Kim <milo.kim@ti.com>
8340 S:      Maintained
8341 F:      Documentation/backlight/lp855x-driver.txt
8342 F:      drivers/video/backlight/lp855x_bl.c
8343 F:      include/linux/platform_data/lp855x.h
8344
8345 TI LP8727 CHARGER DRIVER
8346 M:      Milo Kim <milo.kim@ti.com>
8347 S:      Maintained
8348 F:      drivers/power/lp8727_charger.c
8349 F:      include/linux/platform_data/lp8727.h
8350
8351 TI LP8788 MFD DRIVER
8352 M:      Milo Kim <milo.kim@ti.com>
8353 S:      Maintained
8354 F:      drivers/iio/adc/lp8788_adc.c
8355 F:      drivers/leds/leds-lp8788.c
8356 F:      drivers/mfd/lp8788*.c
8357 F:      drivers/power/lp8788-charger.c
8358 F:      drivers/regulator/lp8788-*.c
8359 F:      include/linux/mfd/lp8788*.h
8360
8361 TI TWL4030 SERIES SOC CODEC DRIVER
8362 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8363 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8364 S:      Maintained
8365 F:      sound/soc/codecs/twl4030*
8366
8367 TI WILINK WIRELESS DRIVERS
8368 M:      Luciano Coelho <luca@coelho.fi>
8369 L:      linux-wireless@vger.kernel.org
8370 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
8371 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
8372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
8373 S:      Maintained
8374 F:      drivers/net/wireless/ti/
8375 F:      include/linux/wl12xx.h
8376
8377 TIPC NETWORK LAYER
8378 M:      Jon Maloy <jon.maloy@ericsson.com>
8379 M:      Allan Stephens <allan.stephens@windriver.com>
8380 L:      netdev@vger.kernel.org (core kernel code)
8381 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
8382 W:      http://tipc.sourceforge.net/
8383 S:      Maintained
8384 F:      include/uapi/linux/tipc*.h
8385 F:      net/tipc/
8386
8387 TILE ARCHITECTURE
8388 M:      Chris Metcalf <cmetcalf@tilera.com>
8389 W:      http://www.tilera.com/scm/
8390 S:      Supported
8391 F:      arch/tile/
8392 F:      drivers/char/tile-srom.c
8393 F:      drivers/edac/tile_edac.c
8394 F:      drivers/net/ethernet/tile/
8395 F:      drivers/rtc/rtc-tile.c
8396 F:      drivers/tty/hvc/hvc_tile.c
8397 F:      drivers/tty/serial/tilegx.c
8398 F:      drivers/usb/host/*-tilegx.c
8399 F:      include/linux/usb/tilegx.h
8400
8401 TLAN NETWORK DRIVER
8402 M:      Samuel Chessman <chessman@tux.org>
8403 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
8404 W:      http://sourceforge.net/projects/tlan/
8405 S:      Maintained
8406 F:      Documentation/networking/tlan.txt
8407 F:      drivers/net/ethernet/ti/tlan.*
8408
8409 TOMOYO SECURITY MODULE
8410 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
8411 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
8412 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
8413 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
8414 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
8415 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
8416 W:      http://tomoyo.sourceforge.jp/
8417 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
8418 S:      Maintained
8419 F:      security/tomoyo/
8420
8421 TOPSTAR LAPTOP EXTRAS DRIVER
8422 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8423 L:      platform-driver-x86@vger.kernel.org
8424 S:      Maintained
8425 F:      drivers/platform/x86/topstar-laptop.c
8426
8427 TOSHIBA ACPI EXTRAS DRIVER
8428 L:      platform-driver-x86@vger.kernel.org
8429 S:      Orphan
8430 F:      drivers/platform/x86/toshiba_acpi.c
8431
8432 TOSHIBA SMM DRIVER
8433 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
8434 L:      tlinux-users@tce.toshiba-dme.co.jp
8435 W:      http://www.buzzard.org.uk/toshiba/
8436 S:      Maintained
8437 F:      drivers/char/toshiba.c
8438 F:      include/linux/toshiba.h
8439 F:      include/uapi/linux/toshiba.h
8440
8441 TMIO MMC DRIVER
8442 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8443 M:      Ian Molton <ian@mnementh.co.uk>
8444 L:      linux-mmc@vger.kernel.org
8445 S:      Maintained
8446 F:      drivers/mmc/host/tmio_mmc*
8447 F:      drivers/mmc/host/sh_mobile_sdhi.c
8448 F:      include/linux/mmc/tmio.h
8449 F:      include/linux/mmc/sh_mobile_sdhi.h
8450
8451 TMP401 HARDWARE MONITOR DRIVER
8452 M:      Guenter Roeck <linux@roeck-us.net>
8453 L:      lm-sensors@lm-sensors.org
8454 S:      Maintained
8455 F:      Documentation/hwmon/tmp401
8456 F:      drivers/hwmon/tmp401.c
8457
8458 TMPFS (SHMEM FILESYSTEM)
8459 M:      Hugh Dickins <hughd@google.com>
8460 L:      linux-mm@kvack.org
8461 S:      Maintained
8462 F:      include/linux/shmem_fs.h
8463 F:      mm/shmem.c
8464
8465 TM6000 VIDEO4LINUX DRIVER
8466 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8467 L:      linux-media@vger.kernel.org
8468 W:      http://linuxtv.org
8469 T:      git git://linuxtv.org/media_tree.git
8470 S:      Odd fixes
8471 F:      drivers/media/usb/tm6000/
8472
8473 TPM DEVICE DRIVER
8474 M:      Leonidas Da Silva Barbosa <leosilva@linux.vnet.ibm.com>
8475 M:      Ashley Lai <ashley@ashleylai.com>
8476 M:      Rajiv Andrade <mail@srajiv.net>
8477 W:      http://tpmdd.sourceforge.net
8478 M:      Marcel Selhorst <tpmdd@selhorst.net>
8479 M:      Sirrix AG <tpmdd@sirrix.com>
8480 W:      http://www.sirrix.com
8481 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
8482 S:      Maintained
8483 F:      drivers/char/tpm/
8484
8485 TRACING
8486 M:      Steven Rostedt <rostedt@goodmis.org>
8487 M:      Frederic Weisbecker <fweisbec@gmail.com>
8488 M:      Ingo Molnar <mingo@redhat.com>
8489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8490 S:      Maintained
8491 F:      Documentation/trace/ftrace.txt
8492 F:      arch/*/*/*/ftrace.h
8493 F:      arch/*/kernel/ftrace.c
8494 F:      include/*/ftrace.h
8495 F:      include/linux/trace*.h
8496 F:      include/trace/
8497 F:      kernel/trace/
8498
8499 TRIVIAL PATCHES
8500 M:      Jiri Kosina <trivial@kernel.org>
8501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
8502 S:      Maintained
8503 K:      ^Subject:.*(?i)trivial
8504
8505 TTY LAYER
8506 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8507 M:      Jiri Slaby <jslaby@suse.cz>
8508 S:      Supported
8509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8510 F:      drivers/tty/
8511 F:      drivers/tty/serial/serial_core.c
8512 F:      include/linux/serial_core.h
8513 F:      include/linux/serial.h
8514 F:      include/linux/tty.h
8515 F:      include/uapi/linux/serial_core.h
8516 F:      include/uapi/linux/serial.h
8517 F:      include/uapi/linux/tty.h
8518
8519 TUA9001 MEDIA DRIVER
8520 M:      Antti Palosaari <crope@iki.fi>
8521 L:      linux-media@vger.kernel.org
8522 W:      http://linuxtv.org/
8523 W:      http://palosaari.fi/linux/
8524 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8525 T:      git git://linuxtv.org/anttip/media_tree.git
8526 S:      Maintained
8527 F:      drivers/media/tuners/tua9001*
8528
8529 TULIP NETWORK DRIVERS
8530 M:      Grant Grundler <grundler@parisc-linux.org>
8531 L:      netdev@vger.kernel.org
8532 S:      Maintained
8533 F:      drivers/net/ethernet/dec/tulip/
8534
8535 TUN/TAP driver
8536 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
8537 W:      http://vtun.sourceforge.net/tun
8538 S:      Maintained
8539 F:      Documentation/networking/tuntap.txt
8540 F:      arch/um/os-Linux/drivers/
8541
8542 TURBOCHANNEL SUBSYSTEM
8543 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
8544 S:      Maintained
8545 F:      drivers/tc/
8546 F:      include/linux/tc.h
8547
8548 U14-34F SCSI DRIVER
8549 M:      Dario Ballabio <ballabio_dario@emc.com>
8550 L:      linux-scsi@vger.kernel.org
8551 S:      Maintained
8552 F:      drivers/scsi/u14-34f.c
8553
8554 UBI FILE SYSTEM (UBIFS)
8555 M:      Artem Bityutskiy <dedekind1@gmail.com>
8556 M:      Adrian Hunter <adrian.hunter@intel.com>
8557 L:      linux-mtd@lists.infradead.org
8558 T:      git git://git.infradead.org/ubifs-2.6.git
8559 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
8560 S:      Maintained
8561 F:      Documentation/filesystems/ubifs.txt
8562 F:      fs/ubifs/
8563
8564 UCLINUX (AND M68KNOMMU)
8565 M:      Greg Ungerer <gerg@uclinux.org>
8566 W:      http://www.uclinux.org/
8567 L:      uclinux-dev@uclinux.org  (subscribers-only)
8568 S:      Maintained
8569 F:      arch/m68k/*/*_no.*
8570 F:      arch/m68k/include/asm/*_no.*
8571
8572 UCLINUX FOR RENESAS H8/300 (H8300)
8573 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
8574 W:      http://uclinux-h8.sourceforge.jp/
8575 S:      Supported
8576 F:      arch/h8300/
8577 F:      drivers/ide/ide-h8300.c
8578 F:      drivers/net/ethernet/8390/ne-h8300.c
8579
8580 UDF FILESYSTEM
8581 M:      Jan Kara <jack@suse.cz>
8582 S:      Maintained
8583 F:      Documentation/filesystems/udf.txt
8584 F:      fs/udf/
8585
8586 UFS FILESYSTEM
8587 M:      Evgeniy Dushistov <dushistov@mail.ru>
8588 S:      Maintained
8589 F:      Documentation/filesystems/ufs.txt
8590 F:      fs/ufs/
8591
8592 UHID USERSPACE HID IO DRIVER:
8593 M:      David Herrmann <dh.herrmann@googlemail.com>
8594 L:      linux-input@vger.kernel.org
8595 S:      Maintained
8596 F:      drivers/hid/uhid.c
8597 F:      include/uapi/linux/uhid.h
8598
8599 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
8600 L:      linux-usb@vger.kernel.org
8601 S:      Orphan
8602 F:      drivers/uwb/
8603 F:      include/linux/uwb.h
8604 F:      include/linux/uwb/
8605
8606 UNICORE32 ARCHITECTURE:
8607 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8608 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8609 S:      Maintained
8610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
8611 F:      arch/unicore32/
8612
8613 UNIFDEF
8614 M:      Tony Finch <dot@dotat.at>
8615 W:      http://dotat.at/prog/unifdef
8616 S:      Maintained
8617 F:      scripts/unifdef.c
8618
8619 UNIFORM CDROM DRIVER
8620 M:      Jens Axboe <axboe@kernel.dk>
8621 W:      http://www.kernel.dk
8622 S:      Maintained
8623 F:      Documentation/cdrom/
8624 F:      drivers/cdrom/cdrom.c
8625 F:      include/linux/cdrom.h
8626 F:      include/uapi/linux/cdrom.h
8627
8628 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
8629 M:      Vinayak Holikatti <vinholikatti@gmail.com>
8630 M:      Santosh Y <santoshsy@gmail.com>
8631 L:      linux-scsi@vger.kernel.org
8632 S:      Supported
8633 F:      Documentation/scsi/ufs.txt
8634 F:      drivers/scsi/ufs/
8635
8636 UNSORTED BLOCK IMAGES (UBI)
8637 M:      Artem Bityutskiy <dedekind1@gmail.com>
8638 W:      http://www.linux-mtd.infradead.org/
8639 L:      linux-mtd@lists.infradead.org
8640 T:      git git://git.infradead.org/ubi-2.6.git
8641 S:      Maintained
8642 F:      drivers/mtd/ubi/
8643 F:      include/linux/mtd/ubi.h
8644 F:      include/uapi/mtd/ubi-user.h
8645
8646 UNSORTED BLOCK IMAGES (UBI) Fastmap
8647 M:      Richard Weinberger <richard@nod.at>
8648 L:      linux-mtd@lists.infradead.org
8649 S:      Maintained
8650 F:      drivers/mtd/ubi/fastmap.c
8651
8652 USB ACM DRIVER
8653 M:      Oliver Neukum <oliver@neukum.org>
8654 L:      linux-usb@vger.kernel.org
8655 S:      Maintained
8656 F:      Documentation/usb/acm.txt
8657 F:      drivers/usb/class/cdc-acm.*
8658
8659 USB AR5523 WIRELESS DRIVER
8660 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
8661 L:      linux-wireless@vger.kernel.org
8662 S:      Maintained
8663 F:      drivers/net/wireless/ath/ar5523/
8664
8665 USB ATTACHED SCSI
8666 M:      Matthew Wilcox <willy@linux.intel.com>
8667 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8668 M:      Gerd Hoffmann <kraxel@redhat.com>
8669 L:      linux-usb@vger.kernel.org
8670 L:      linux-scsi@vger.kernel.org
8671 S:      Maintained
8672 F:      drivers/usb/storage/uas.c
8673
8674 USB CDC ETHERNET DRIVER
8675 M:      Oliver Neukum <oliver@neukum.org>
8676 L:      linux-usb@vger.kernel.org
8677 S:      Maintained
8678 F:      drivers/net/usb/cdc_*.c
8679 F:      include/uapi/linux/usb/cdc.h
8680
8681 USB CYPRESS C67X00 DRIVER
8682 M:      Peter Korsgaard <jacmet@sunsite.dk>
8683 L:      linux-usb@vger.kernel.org
8684 S:      Maintained
8685 F:      drivers/usb/c67x00/
8686
8687 USB DAVICOM DM9601 DRIVER
8688 M:      Peter Korsgaard <jacmet@sunsite.dk>
8689 L:      netdev@vger.kernel.org
8690 W:      http://www.linux-usb.org/usbnet
8691 S:      Maintained
8692 F:      drivers/net/usb/dm9601.c
8693
8694 USB DIAMOND RIO500 DRIVER
8695 M:      Cesar Miquel <miquel@df.uba.ar>
8696 L:      rio500-users@lists.sourceforge.net
8697 W:      http://rio500.sourceforge.net
8698 S:      Maintained
8699 F:      drivers/usb/misc/rio500*
8700
8701 USB EHCI DRIVER
8702 M:      Alan Stern <stern@rowland.harvard.edu>
8703 L:      linux-usb@vger.kernel.org
8704 S:      Maintained
8705 F:      Documentation/usb/ehci.txt
8706 F:      drivers/usb/host/ehci*
8707
8708 USB GADGET/PERIPHERAL SUBSYSTEM
8709 M:      Felipe Balbi <balbi@ti.com>
8710 L:      linux-usb@vger.kernel.org
8711 W:      http://www.linux-usb.org/gadget
8712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8713 S:      Maintained
8714 F:      drivers/usb/gadget/
8715 F:      include/linux/usb/gadget*
8716
8717 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
8718 M:      Jiri Kosina <jkosina@suse.cz>
8719 L:      linux-usb@vger.kernel.org
8720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
8721 S:      Maintained
8722 F:      Documentation/hid/hiddev.txt
8723 F:      drivers/hid/usbhid/
8724
8725 USB/IP DRIVERS
8726 M:      Matt Mooney <mfm@muteddisk.com>
8727 L:      linux-usb@vger.kernel.org
8728 S:      Maintained
8729 F:      drivers/staging/usbip/
8730
8731 USB ISP116X DRIVER
8732 M:      Olav Kongas <ok@artecdesign.ee>
8733 L:      linux-usb@vger.kernel.org
8734 S:      Maintained
8735 F:      drivers/usb/host/isp116x*
8736 F:      include/linux/usb/isp116x.h
8737
8738 USB KAWASAKI LSI DRIVER
8739 M:      Oliver Neukum <oliver@neukum.org>
8740 L:      linux-usb@vger.kernel.org
8741 S:      Maintained
8742 F:      drivers/usb/serial/kl5kusb105.*
8743
8744 USB MASS STORAGE DRIVER
8745 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
8746 L:      linux-usb@vger.kernel.org
8747 L:      usb-storage@lists.one-eyed-alien.net
8748 S:      Maintained
8749 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
8750 F:      drivers/usb/storage/
8751
8752 USB MIDI DRIVER
8753 M:      Clemens Ladisch <clemens@ladisch.de>
8754 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8755 T:      git git://git.alsa-project.org/alsa-kernel.git
8756 S:      Maintained
8757 F:      sound/usb/midi.*
8758
8759 USB NETWORKING DRIVERS
8760 L:      linux-usb@vger.kernel.org
8761 S:      Odd Fixes
8762 F:      drivers/net/usb/
8763
8764 USB OHCI DRIVER
8765 M:      Alan Stern <stern@rowland.harvard.edu>
8766 L:      linux-usb@vger.kernel.org
8767 S:      Maintained
8768 F:      Documentation/usb/ohci.txt
8769 F:      drivers/usb/host/ohci*
8770
8771 USB OPTION-CARD DRIVER
8772 M:      Matthias Urlichs <smurf@smurf.noris.de>
8773 L:      linux-usb@vger.kernel.org
8774 S:      Maintained
8775 F:      drivers/usb/serial/option.c
8776
8777 USB PEGASUS DRIVER
8778 M:      Petko Manolov <petkan@nucleusys.com>
8779 L:      linux-usb@vger.kernel.org
8780 L:      netdev@vger.kernel.org
8781 T:      git git://git.code.sf.net/p/pegasus2/git
8782 W:      http://pegasus2.sourceforge.net/
8783 S:      Maintained
8784 F:      drivers/net/usb/pegasus.*
8785
8786 USB PHY LAYER
8787 M:      Felipe Balbi <balbi@ti.com>
8788 L:      linux-usb@vger.kernel.org
8789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8790 S:      Maintained
8791 F:      drivers/usb/phy/
8792 F:      drivers/usb/otg/
8793
8794 USB PRINTER DRIVER (usblp)
8795 M:      Pete Zaitcev <zaitcev@redhat.com>
8796 L:      linux-usb@vger.kernel.org
8797 S:      Supported
8798 F:      drivers/usb/class/usblp.c
8799
8800 USB RTL8150 DRIVER
8801 M:      Petko Manolov <petkan@nucleusys.com>
8802 L:      linux-usb@vger.kernel.org
8803 L:      netdev@vger.kernel.org
8804 T:      git git://git.code.sf.net/p/pegasus2/git
8805 W:      http://pegasus2.sourceforge.net/
8806 S:      Maintained
8807 F:      drivers/net/usb/rtl8150.c
8808
8809 USB SERIAL BELKIN F5U103 DRIVER
8810 M:      William Greathouse <wgreathouse@smva.com>
8811 L:      linux-usb@vger.kernel.org
8812 S:      Maintained
8813 F:      drivers/usb/serial/belkin_sa.*
8814
8815 USB SERIAL CYPRESS M8 DRIVER
8816 M:      Lonnie Mendez <dignome@gmail.com>
8817 L:      linux-usb@vger.kernel.org
8818 S:      Maintained
8819 W:      http://geocities.com/i0xox0i
8820 W:      http://firstlight.net/cvs
8821 F:      drivers/usb/serial/cypress_m8.*
8822
8823 USB SERIAL CYBERJACK DRIVER
8824 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
8825 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
8826 S:      Maintained
8827 F:      drivers/usb/serial/cyberjack.c
8828
8829 USB SERIAL DIGI ACCELEPORT DRIVER
8830 M:      Peter Berger <pberger@brimson.com>
8831 M:      Al Borchers <alborchers@steinerpoint.com>
8832 L:      linux-usb@vger.kernel.org
8833 S:      Maintained
8834 F:      drivers/usb/serial/digi_acceleport.c
8835
8836 USB SERIAL DRIVER
8837 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8838 L:      linux-usb@vger.kernel.org
8839 S:      Supported
8840 F:      Documentation/usb/usb-serial.txt
8841 F:      drivers/usb/serial/generic.c
8842 F:      drivers/usb/serial/usb-serial.c
8843 F:      include/linux/usb/serial.h
8844
8845 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
8846 M:      Gary Brubaker <xavyer@ix.netcom.com>
8847 L:      linux-usb@vger.kernel.org
8848 S:      Maintained
8849 F:      drivers/usb/serial/empeg.c
8850
8851 USB SERIAL KEYSPAN DRIVER
8852 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8853 L:      linux-usb@vger.kernel.org
8854 S:      Maintained
8855 F:      drivers/usb/serial/*keyspan*
8856
8857 USB SERIAL WHITEHEAT DRIVER
8858 M:      Support Department <support@connecttech.com>
8859 L:      linux-usb@vger.kernel.org
8860 W:      http://www.connecttech.com
8861 S:      Supported
8862 F:      drivers/usb/serial/whiteheat*
8863
8864 USB SMSC75XX ETHERNET DRIVER
8865 M:      Steve Glendinning <steve.glendinning@shawell.net>
8866 L:      netdev@vger.kernel.org
8867 S:      Maintained
8868 F:      drivers/net/usb/smsc75xx.*
8869
8870 USB SMSC95XX ETHERNET DRIVER
8871 M:      Steve Glendinning <steve.glendinning@shawell.net>
8872 L:      netdev@vger.kernel.org
8873 S:      Maintained
8874 F:      drivers/net/usb/smsc95xx.*
8875
8876 USB SN9C1xx DRIVER
8877 M:      Luca Risolia <luca.risolia@studio.unibo.it>
8878 L:      linux-usb@vger.kernel.org
8879 L:      linux-media@vger.kernel.org
8880 T:      git git://linuxtv.org/media_tree.git
8881 W:      http://www.linux-projects.org
8882 S:      Maintained
8883 F:      Documentation/video4linux/sn9c102.txt
8884 F:      drivers/media/usb/sn9c102/
8885
8886 USB SUBSYSTEM
8887 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8888 L:      linux-usb@vger.kernel.org
8889 W:      http://www.linux-usb.org
8890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
8891 S:      Supported
8892 F:      Documentation/usb/
8893 F:      drivers/usb/
8894 F:      include/linux/usb.h
8895 F:      include/linux/usb/
8896
8897 USB UHCI DRIVER
8898 M:      Alan Stern <stern@rowland.harvard.edu>
8899 L:      linux-usb@vger.kernel.org
8900 S:      Maintained
8901 F:      drivers/usb/host/uhci*
8902
8903 USB "USBNET" DRIVER FRAMEWORK
8904 M:      Oliver Neukum <oneukum@suse.de>
8905 L:      netdev@vger.kernel.org
8906 W:      http://www.linux-usb.org/usbnet
8907 S:      Maintained
8908 F:      drivers/net/usb/usbnet.c
8909 F:      include/linux/usb/usbnet.h
8910
8911 USB VIDEO CLASS
8912 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8913 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
8914 L:      linux-media@vger.kernel.org
8915 T:      git git://linuxtv.org/media_tree.git
8916 W:      http://www.ideasonboard.org/uvc/
8917 S:      Maintained
8918 F:      drivers/media/usb/uvc/
8919 F:      include/uapi/linux/uvcvideo.h
8920
8921 USB VISION DRIVER
8922 M:      Hans Verkuil <hverkuil@xs4all.nl>
8923 L:      linux-media@vger.kernel.org
8924 T:      git git://linuxtv.org/media_tree.git
8925 W:      http://linuxtv.org
8926 S:      Odd Fixes
8927 F:      drivers/media/usb/usbvision/
8928
8929 USB WEBCAM GADGET
8930 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8931 L:      linux-usb@vger.kernel.org
8932 S:      Maintained
8933 F:      drivers/usb/gadget/*uvc*.c
8934 F:      drivers/usb/gadget/webcam.c
8935
8936 USB WIRELESS RNDIS DRIVER (rndis_wlan)
8937 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
8938 L:      linux-wireless@vger.kernel.org
8939 S:      Maintained
8940 F:      drivers/net/wireless/rndis_wlan.c
8941
8942 USB XHCI DRIVER
8943 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8944 L:      linux-usb@vger.kernel.org
8945 S:      Supported
8946 F:      drivers/usb/host/xhci*
8947 F:      drivers/usb/host/pci-quirks*
8948
8949 USB ZD1201 DRIVER
8950 L:      linux-wireless@vger.kernel.org
8951 W:      http://linux-lc100020.sourceforge.net
8952 S:      Orphan
8953 F:      drivers/net/wireless/zd1201.*
8954
8955 USB ZR364XX DRIVER
8956 M:      Antoine Jacquet <royale@zerezo.com>
8957 L:      linux-usb@vger.kernel.org
8958 L:      linux-media@vger.kernel.org
8959 T:      git git://linuxtv.org/media_tree.git
8960 W:      http://royale.zerezo.com/zr364xx/
8961 S:      Maintained
8962 F:      Documentation/video4linux/zr364xx.txt
8963 F:      drivers/media/usb/zr364xx/
8964
8965 USER-MODE LINUX (UML)
8966 M:      Jeff Dike <jdike@addtoit.com>
8967 M:      Richard Weinberger <richard@nod.at>
8968 L:      user-mode-linux-devel@lists.sourceforge.net
8969 L:      user-mode-linux-user@lists.sourceforge.net
8970 W:      http://user-mode-linux.sourceforge.net
8971 S:      Maintained
8972 F:      Documentation/virtual/uml/
8973 F:      arch/um/
8974 F:      arch/x86/um/
8975 F:      fs/hostfs/
8976 F:      fs/hppfs/
8977
8978 USERSPACE I/O (UIO)
8979 M:      "Hans J. Koch" <hjk@hansjkoch.de>
8980 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8981 S:      Maintained
8982 F:      Documentation/DocBook/uio-howto.tmpl
8983 F:      drivers/uio/
8984 F:      include/linux/uio*.h
8985
8986 UTIL-LINUX PACKAGE
8987 M:      Karel Zak <kzak@redhat.com>
8988 L:      util-linux@vger.kernel.org
8989 W:      http://en.wikipedia.org/wiki/Util-linux
8990 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
8991 S:      Maintained
8992
8993 UVESAFB DRIVER
8994 M:      Michal Januszewski <spock@gentoo.org>
8995 L:      linux-fbdev@vger.kernel.org
8996 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
8997 S:      Maintained
8998 F:      Documentation/fb/uvesafb.txt
8999 F:      drivers/video/uvesafb.*
9000
9001 VFAT/FAT/MSDOS FILESYSTEM
9002 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
9003 S:      Maintained
9004 F:      Documentation/filesystems/vfat.txt
9005 F:      fs/fat/
9006
9007 VFIO DRIVER
9008 M:      Alex Williamson <alex.williamson@redhat.com>
9009 L:      kvm@vger.kernel.org
9010 S:      Maintained
9011 F:      Documentation/vfio.txt
9012 F:      drivers/vfio/
9013 F:      include/linux/vfio.h
9014 F:      include/uapi/linux/vfio.h
9015
9016 VIDEOBUF2 FRAMEWORK
9017 M:      Pawel Osciak <pawel@osciak.com>
9018 M:      Marek Szyprowski <m.szyprowski@samsung.com>
9019 M:      Kyungmin Park <kyungmin.park@samsung.com>
9020 L:      linux-media@vger.kernel.org
9021 S:      Maintained
9022 F:      drivers/media/v4l2-core/videobuf2-*
9023 F:      include/media/videobuf2-*
9024
9025 VIRTIO CONSOLE DRIVER
9026 M:      Amit Shah <amit.shah@redhat.com>
9027 L:      virtualization@lists.linux-foundation.org
9028 S:      Maintained
9029 F:      drivers/char/virtio_console.c
9030 F:      include/linux/virtio_console.h
9031 F:      include/uapi/linux/virtio_console.h
9032
9033 VIRTIO CORE, NET AND BLOCK DRIVERS
9034 M:      Rusty Russell <rusty@rustcorp.com.au>
9035 M:      "Michael S. Tsirkin" <mst@redhat.com>
9036 L:      virtualization@lists.linux-foundation.org
9037 S:      Maintained
9038 F:      drivers/virtio/
9039 F:      tools/virtio/
9040 F:      drivers/net/virtio_net.c
9041 F:      drivers/block/virtio_blk.c
9042 F:      include/linux/virtio_*.h
9043 F:      include/uapi/linux/virtio_*.h
9044
9045 VIRTIO HOST (VHOST)
9046 M:      "Michael S. Tsirkin" <mst@redhat.com>
9047 L:      kvm@vger.kernel.org
9048 L:      virtualization@lists.linux-foundation.org
9049 L:      netdev@vger.kernel.org
9050 S:      Maintained
9051 F:      drivers/vhost/
9052 F:      include/uapi/linux/vhost.h
9053
9054 VIA RHINE NETWORK DRIVER
9055 M:      Roger Luethi <rl@hellgate.ch>
9056 S:      Maintained
9057 F:      drivers/net/ethernet/via/via-rhine.c
9058
9059 VIA SD/MMC CARD CONTROLLER DRIVER
9060 M:      Bruce Chang <brucechang@via.com.tw>
9061 M:      Harald Welte <HaraldWelte@viatech.com>
9062 S:      Maintained
9063 F:      drivers/mmc/host/via-sdmmc.c
9064
9065 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
9066 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
9067 L:      linux-fbdev@vger.kernel.org
9068 S:      Maintained
9069 F:      include/linux/via-core.h
9070 F:      include/linux/via-gpio.h
9071 F:      include/linux/via_i2c.h
9072 F:      drivers/video/via/
9073
9074 VIA VELOCITY NETWORK DRIVER
9075 M:      Francois Romieu <romieu@fr.zoreil.com>
9076 L:      netdev@vger.kernel.org
9077 S:      Maintained
9078 F:      drivers/net/ethernet/via/via-velocity.*
9079
9080 VIVI VIRTUAL VIDEO DRIVER
9081 M:      Hans Verkuil <hverkuil@xs4all.nl>
9082 L:      linux-media@vger.kernel.org
9083 T:      git git://linuxtv.org/media_tree.git
9084 W:      http://linuxtv.org
9085 S:      Maintained
9086 F:      drivers/media/platform/vivi*
9087
9088 VLAN (802.1Q)
9089 M:      Patrick McHardy <kaber@trash.net>
9090 L:      netdev@vger.kernel.org
9091 S:      Maintained
9092 F:      drivers/net/macvlan.c
9093 F:      include/linux/if_*vlan.h
9094 F:      net/8021q/
9095
9096 VLYNQ BUS
9097 M:      Florian Fainelli <florian@openwrt.org>
9098 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
9099 S:      Maintained
9100 F:      drivers/vlynq/vlynq.c
9101 F:      include/linux/vlynq.h
9102
9103 VME SUBSYSTEM
9104 M:      Martyn Welch <martyn.welch@ge.com>
9105 M:      Manohar Vanga <manohar.vanga@gmail.com>
9106 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9107 L:      devel@driverdev.osuosl.org
9108 S:      Maintained
9109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
9110 F:      Documentation/vme_api.txt
9111 F:      drivers/staging/vme/
9112 F:      drivers/vme/
9113 F:      include/linux/vme*
9114
9115 VMWARE HYPERVISOR INTERFACE
9116 M:      Alok Kataria <akataria@vmware.com>
9117 L:      virtualization@lists.linux-foundation.org
9118 S:      Supported
9119 F:      arch/x86/kernel/cpu/vmware.c
9120
9121 VMWARE VMXNET3 ETHERNET DRIVER
9122 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
9123 M:      "VMware, Inc." <pv-drivers@vmware.com>
9124 L:      netdev@vger.kernel.org
9125 S:      Maintained
9126 F:      drivers/net/vmxnet3/
9127
9128 VMware PVSCSI driver
9129 M:      Arvind Kumar <arvindkumar@vmware.com>
9130 M:      VMware PV-Drivers <pv-drivers@vmware.com>
9131 L:      linux-scsi@vger.kernel.org
9132 S:      Maintained
9133 F:      drivers/scsi/vmw_pvscsi.c
9134 F:      drivers/scsi/vmw_pvscsi.h
9135
9136 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
9137 M:      Liam Girdwood <lgirdwood@gmail.com>
9138 M:      Mark Brown <broonie@kernel.org>
9139 W:      http://opensource.wolfsonmicro.com/node/15
9140 W:      http://www.slimlogic.co.uk/?p=48
9141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
9142 S:      Supported
9143 F:      drivers/regulator/
9144 F:      include/linux/regulator/
9145
9146 VT1211 HARDWARE MONITOR DRIVER
9147 M:      Juerg Haefliger <juergh@gmail.com>
9148 L:      lm-sensors@lm-sensors.org
9149 S:      Maintained
9150 F:      Documentation/hwmon/vt1211
9151 F:      drivers/hwmon/vt1211.c
9152
9153 VT8231 HARDWARE MONITOR DRIVER
9154 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
9155 L:      lm-sensors@lm-sensors.org
9156 S:      Maintained
9157 F:      drivers/hwmon/vt8231.c
9158
9159 VUB300 USB to SDIO/SD/MMC bridge chip
9160 M:      Tony Olech <tony.olech@elandigitalsystems.com>
9161 L:      linux-mmc@vger.kernel.org
9162 L:      linux-usb@vger.kernel.org
9163 S:      Supported
9164 F:      drivers/mmc/host/vub300.c
9165
9166 W1 DALLAS'S 1-WIRE BUS
9167 M:      Evgeniy Polyakov <zbr@ioremap.net>
9168 S:      Maintained
9169 F:      Documentation/w1/
9170 F:      drivers/w1/
9171
9172 W83791D HARDWARE MONITORING DRIVER
9173 M:      Marc Hulsman <m.hulsman@tudelft.nl>
9174 L:      lm-sensors@lm-sensors.org
9175 S:      Maintained
9176 F:      Documentation/hwmon/w83791d
9177 F:      drivers/hwmon/w83791d.c
9178
9179 W83793 HARDWARE MONITORING DRIVER
9180 M:      Rudolf Marek <r.marek@assembler.cz>
9181 L:      lm-sensors@lm-sensors.org
9182 S:      Maintained
9183 F:      Documentation/hwmon/w83793
9184 F:      drivers/hwmon/w83793.c
9185
9186 W83795 HARDWARE MONITORING DRIVER
9187 M:      Jean Delvare <khali@linux-fr.org>
9188 L:      lm-sensors@lm-sensors.org
9189 S:      Maintained
9190 F:      drivers/hwmon/w83795.c
9191
9192 W83L51xD SD/MMC CARD INTERFACE DRIVER
9193 M:      Pierre Ossman <pierre@ossman.eu>
9194 S:      Maintained
9195 F:      drivers/mmc/host/wbsd.*
9196
9197 WATCHDOG DEVICE DRIVERS
9198 M:      Wim Van Sebroeck <wim@iguana.be>
9199 L:      linux-watchdog@vger.kernel.org
9200 W:      http://www.linux-watchdog.org/
9201 T:      git git://www.linux-watchdog.org/linux-watchdog.git
9202 S:      Maintained
9203 F:      Documentation/watchdog/
9204 F:      drivers/watchdog/
9205 F:      include/linux/watchdog.h
9206 F:      include/uapi/linux/watchdog.h
9207
9208 WD7000 SCSI DRIVER
9209 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
9210 L:      linux-scsi@vger.kernel.org
9211 S:      Maintained
9212 F:      drivers/scsi/wd7000.c
9213
9214 WIIMOTE HID DRIVER
9215 M:      David Herrmann <dh.herrmann@googlemail.com>
9216 L:      linux-input@vger.kernel.org
9217 S:      Maintained
9218 F:      drivers/hid/hid-wiimote*
9219
9220 WINBOND CIR DRIVER
9221 M:      David Härdeman <david@hardeman.nu>
9222 S:      Maintained
9223 F:      drivers/media/rc/winbond-cir.c
9224
9225 WIMAX STACK
9226 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
9227 M:      linux-wimax@intel.com
9228 L:      wimax@linuxwimax.org
9229 S:      Supported
9230 W:      http://linuxwimax.org
9231 F:      Documentation/wimax/README.wimax
9232 F:      include/linux/wimax/debug.h
9233 F:      include/net/wimax.h
9234 F:      include/uapi/linux/wimax.h
9235 F:      net/wimax/
9236
9237 WISTRON LAPTOP BUTTON DRIVER
9238 M:      Miloslav Trmac <mitr@volny.cz>
9239 S:      Maintained
9240 F:      drivers/input/misc/wistron_btns.c
9241
9242 WL3501 WIRELESS PCMCIA CARD DRIVER
9243 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
9244 L:      linux-wireless@vger.kernel.org
9245 W:      http://oops.ghostprotocols.net:81/blog
9246 S:      Maintained
9247 F:      drivers/net/wireless/wl3501*
9248
9249 WM97XX TOUCHSCREEN DRIVERS
9250 M:      Mark Brown <broonie@kernel.org>
9251 M:      Liam Girdwood <lrg@slimlogic.co.uk>
9252 L:      linux-input@vger.kernel.org
9253 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
9254 W:      http://opensource.wolfsonmicro.com/node/7
9255 S:      Supported
9256 F:      drivers/input/touchscreen/*wm97*
9257 F:      include/linux/wm97xx.h
9258
9259 WOLFSON MICROELECTRONICS DRIVERS
9260 L:      patches@opensource.wolfsonmicro.com
9261 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
9262 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
9263 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
9264 S:      Supported
9265 F:      Documentation/hwmon/wm83??
9266 F:      arch/arm/mach-s3c64xx/mach-crag6410*
9267 F:      drivers/clk/clk-wm83*.c
9268 F:      drivers/extcon/extcon-arizona.c
9269 F:      drivers/leds/leds-wm83*.c
9270 F:      drivers/gpio/gpio-*wm*.c
9271 F:      drivers/gpio/gpio-arizona.c
9272 F:      drivers/hwmon/wm83??-hwmon.c
9273 F:      drivers/input/misc/wm831x-on.c
9274 F:      drivers/input/touchscreen/wm831x-ts.c
9275 F:      drivers/input/touchscreen/wm97*.c
9276 F:      drivers/mfd/arizona*
9277 F:      drivers/mfd/wm*.c
9278 F:      drivers/power/wm83*.c
9279 F:      drivers/rtc/rtc-wm83*.c
9280 F:      drivers/regulator/wm8*.c
9281 F:      drivers/video/backlight/wm83*_bl.c
9282 F:      drivers/watchdog/wm83*_wdt.c
9283 F:      include/linux/mfd/arizona/
9284 F:      include/linux/mfd/wm831x/
9285 F:      include/linux/mfd/wm8350/
9286 F:      include/linux/mfd/wm8400*
9287 F:      include/linux/wm97xx.h
9288 F:      include/sound/wm????.h
9289 F:      sound/soc/codecs/arizona.?
9290 F:      sound/soc/codecs/wm*
9291
9292 WORKQUEUE
9293 M:      Tejun Heo <tj@kernel.org>
9294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
9295 S:      Maintained
9296 F:      include/linux/workqueue.h
9297 F:      kernel/workqueue.c
9298 F:      Documentation/workqueue.txt
9299
9300 X.25 NETWORK LAYER
9301 M:      Andrew Hendry <andrew.hendry@gmail.com>
9302 L:      linux-x25@vger.kernel.org
9303 S:      Odd Fixes
9304 F:      Documentation/networking/x25*
9305 F:      include/net/x25*
9306 F:      net/x25/
9307
9308 X86 ARCHITECTURE (32-BIT AND 64-BIT)
9309 M:      Thomas Gleixner <tglx@linutronix.de>
9310 M:      Ingo Molnar <mingo@redhat.com>
9311 M:      "H. Peter Anvin" <hpa@zytor.com>
9312 M:      x86@kernel.org
9313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9314 S:      Maintained
9315 F:      Documentation/x86/
9316 F:      arch/x86/
9317
9318 X86 PLATFORM DRIVERS
9319 M:      Matthew Garrett <matthew.garrett@nebula.com>
9320 L:      platform-driver-x86@vger.kernel.org
9321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
9322 S:      Maintained
9323 F:      drivers/platform/x86
9324
9325 X86 MCE INFRASTRUCTURE
9326 M:      Tony Luck <tony.luck@intel.com>
9327 M:      Borislav Petkov <bp@alien8.de>
9328 L:      linux-edac@vger.kernel.org
9329 S:      Maintained
9330 F:      arch/x86/kernel/cpu/mcheck/*
9331
9332 XC2028/3028 TUNER DRIVER
9333 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
9334 L:      linux-media@vger.kernel.org
9335 W:      http://linuxtv.org
9336 T:      git git://linuxtv.org/media_tree.git
9337 S:      Maintained
9338 F:      drivers/media/tuners/tuner-xc2028.*
9339
9340 XEN HYPERVISOR INTERFACE
9341 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9342 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
9343 M:      David Vrabel <david.vrabel@citrix.com>
9344 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9345 S:      Supported
9346 F:      arch/x86/xen/
9347 F:      drivers/*/xen-*front.c
9348 F:      drivers/xen/
9349 F:      arch/x86/include/asm/xen/
9350 F:      include/xen/
9351 F:      include/uapi/xen/
9352
9353 XEN HYPERVISOR ARM
9354 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9355 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9356 S:      Supported
9357 F:      arch/arm/xen/
9358 F:      arch/arm/include/asm/xen/
9359
9360 XEN HYPERVISOR ARM64
9361 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9362 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9363 S:      Supported
9364 F:      arch/arm64/xen/
9365 F:      arch/arm64/include/asm/xen/
9366
9367 XEN NETWORK BACKEND DRIVER
9368 M:      Ian Campbell <ian.campbell@citrix.com>
9369 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9370 L:      netdev@vger.kernel.org
9371 S:      Supported
9372 F:      drivers/net/xen-netback/*
9373
9374 XEN PCI SUBSYSTEM
9375 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9376 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9377 S:      Supported
9378 F:      arch/x86/pci/*xen*
9379 F:      drivers/pci/*xen*
9380
9381 XEN SWIOTLB SUBSYSTEM
9382 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9383 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9384 S:      Supported
9385 F:      arch/x86/xen/*swiotlb*
9386 F:      drivers/xen/*swiotlb*
9387
9388 XFS FILESYSTEM
9389 P:      Silicon Graphics Inc
9390 M:      Ben Myers <bpm@sgi.com>
9391 M:      Alex Elder <elder@kernel.org>
9392 M:      xfs@oss.sgi.com
9393 L:      xfs@oss.sgi.com
9394 W:      http://oss.sgi.com/projects/xfs
9395 T:      git git://oss.sgi.com/xfs/xfs.git
9396 S:      Supported
9397 F:      Documentation/filesystems/xfs.txt
9398 F:      fs/xfs/
9399
9400 XILINX AXI ETHERNET DRIVER
9401 M:      Anirudha Sarangi <anirudh@xilinx.com>
9402 M:      John Linn <John.Linn@xilinx.com>
9403 S:      Maintained
9404 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
9405
9406 XILINX SYSTEMACE DRIVER
9407 S:      Orphan
9408 F:      drivers/block/xsysace.c
9409
9410 XILINX UARTLITE SERIAL DRIVER
9411 M:      Peter Korsgaard <jacmet@sunsite.dk>
9412 L:      linux-serial@vger.kernel.org
9413 S:      Maintained
9414 F:      drivers/tty/serial/uartlite.c
9415
9416 YAM DRIVER FOR AX.25
9417 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
9418 L:      linux-hams@vger.kernel.org
9419 S:      Maintained
9420 F:      drivers/net/hamradio/yam*
9421 F:      include/linux/yam.h
9422
9423 YEALINK PHONE DRIVER
9424 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
9425 L:      usbb2k-api-dev@nongnu.org
9426 S:      Maintained
9427 F:      Documentation/input/yealink.txt
9428 F:      drivers/input/misc/yealink.*
9429
9430 Z8530 DRIVER FOR AX.25
9431 M:      Joerg Reuter <jreuter@yaina.de>
9432 W:      http://yaina.de/jreuter/
9433 W:      http://www.qsl.net/dl1bke/
9434 L:      linux-hams@vger.kernel.org
9435 S:      Maintained
9436 F:      Documentation/networking/z8530drv.txt
9437 F:      drivers/net/hamradio/*scc.c
9438 F:      drivers/net/hamradio/z8530.h
9439
9440 ZBUD COMPRESSED PAGE ALLOCATOR
9441 M:      Seth Jennings <sjenning@linux.vnet.ibm.com>
9442 L:      linux-mm@kvack.org
9443 S:      Maintained
9444 F:      mm/zbud.c
9445 F:      include/linux/zbud.h
9446
9447 ZD1211RW WIRELESS DRIVER
9448 M:      Daniel Drake <dsd@gentoo.org>
9449 M:      Ulrich Kunitz <kune@deine-taler.de>
9450 W:      http://zd1211.ath.cx/wiki/DriverRewrite
9451 L:      linux-wireless@vger.kernel.org
9452 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
9453 S:      Maintained
9454 F:      drivers/net/wireless/zd1211rw/
9455
9456 ZR36067 VIDEO FOR LINUX DRIVER
9457 L:      mjpeg-users@lists.sourceforge.net
9458 L:      linux-media@vger.kernel.org
9459 W:      http://mjpeg.sourceforge.net/driver-zoran/
9460 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
9461 S:      Odd Fixes
9462 F:      drivers/media/pci/zoran/
9463
9464 ZS DECSTATION Z85C30 SERIAL DRIVER
9465 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9466 S:      Maintained
9467 F:      drivers/tty/serial/zs.*
9468
9469 ZSWAP COMPRESSED SWAP CACHING
9470 M:      Seth Jennings <sjenning@linux.vnet.ibm.com>
9471 L:      linux-mm@kvack.org
9472 S:      Maintained
9473 F:      mm/zswap.c
9474
9475 THE REST
9476 M:      Linus Torvalds <torvalds@linux-foundation.org>
9477 L:      linux-kernel@vger.kernel.org
9478 Q:      http://patchwork.kernel.org/project/LKML/list/
9479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
9480 S:      Buried alive in reporters
9481 F:      *
9482 F:      */