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