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