Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         L: Mailing list that is relevant to this area
74         W: Web-page with status/info
75         Q: Patchwork web based patch tracking system site
76         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit, topgit.
77         S: Status, one of the following:
78            Supported:   Someone is actually paid to look after this.
79            Maintained:  Someone actually looks after it.
80            Odd Fixes:   It has a maintainer but they don't have time to do
81                         much other than throw the odd patch in. See below..
82            Orphan:      No current maintainer [but maybe you could take the
83                         role as you write your new code].
84            Obsolete:    Old code. Something tagged obsolete generally means
85                         it has been replaced by a better system and you
86                         should be using that.
87         F: Files and directories with wildcard patterns.
88            A trailing slash includes all files and subdirectory files.
89            F:   drivers/net/    all files in and below drivers/net
90            F:   drivers/net/*   all files in drivers/net, but not below
91            F:   */net/*         all files in "any top level directory"/net
92            One pattern per line.  Multiple F: lines acceptable.
93         N: Files and directories with regex patterns.
94            N:   [^a-z]tegra     all files whose path contains the word tegra
95            One pattern per line.  Multiple N: lines acceptable.
96         X: Files and directories that are NOT maintained, same rules as F:
97            Files exclusions are tested before file matches.
98            Can be useful for excluding a specific subdirectory, for instance:
99            F:   net/
100            X:   net/ipv6/
101            matches all files in and below net excluding net/ipv6/
102         K: Keyword perl extended regex pattern to match content in a
103            patch or file.  For instance:
104            K: of_get_profile
105               matches patches or files that contain "of_get_profile"
106            K: \b(printk|pr_(info|err))\b
107               matches patches or files that contain one or more of the words
108               printk, pr_info or pr_err
109            One regex pattern per line.  Multiple K: lines acceptable.
110
111 Note: For the hard of thinking, this list is meant to remain in alphabetical
112 order. If you could add yourselves to it in alphabetical order that would be
113 so much easier [Ed]
114
115 Maintainers List (try to look for most precise areas first)
116
117                 -----------------------------------
118
119 3C59X NETWORK DRIVER
120 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
121 L:      netdev@vger.kernel.org
122 S:      Maintained
123 F:      Documentation/networking/vortex.txt
124 F:      drivers/net/ethernet/3com/3c59x.c
125
126 3CR990 NETWORK DRIVER
127 M:      David Dillow <dave@thedillows.org>
128 L:      netdev@vger.kernel.org
129 S:      Maintained
130 F:      drivers/net/ethernet/3com/typhoon*
131
132 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
133 M:      Adam Radford <linuxraid@lsi.com>
134 L:      linux-scsi@vger.kernel.org
135 W:      http://www.lsi.com
136 S:      Supported
137 F:      drivers/scsi/3w-*
138
139 53C700 AND 53C700-66 SCSI DRIVER
140 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
141 L:      linux-scsi@vger.kernel.org
142 S:      Maintained
143 F:      drivers/scsi/53c700*
144
145 6PACK NETWORK DRIVER FOR AX.25
146 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
147 L:      linux-hams@vger.kernel.org
148 S:      Maintained
149 F:      drivers/net/hamradio/6pack.c
150
151 8169 10/100/1000 GIGABIT ETHERNET DRIVER
152 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
153 M:      Francois Romieu <romieu@fr.zoreil.com>
154 L:      netdev@vger.kernel.org
155 S:      Maintained
156 F:      drivers/net/ethernet/realtek/r8169.c
157
158 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
159 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
160 L:      linux-serial@vger.kernel.org
161 W:      http://serial.sourceforge.net
162 S:      Maintained
163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
164 F:      drivers/tty/serial/8250*
165 F:      include/linux/serial_8250.h
166
167 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
168 L:      netdev@vger.kernel.org
169 S:      Orphan / Obsolete
170 F:      drivers/net/ethernet/8390/
171
172 9P FILE SYSTEM
173 M:      Eric Van Hensbergen <ericvh@gmail.com>
174 M:      Ron Minnich <rminnich@sandia.gov>
175 M:      Latchesar Ionkov <lucho@ionkov.net>
176 L:      v9fs-developer@lists.sourceforge.net
177 W:      http://swik.net/v9fs
178 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
180 S:      Maintained
181 F:      Documentation/filesystems/9p.txt
182 F:      fs/9p/
183 F:      net/9p/
184 F:      include/net/9p/
185 F:      include/uapi/linux/virtio_9p.h
186 F:      include/trace/events/9p.h
187
188
189 A8293 MEDIA DRIVER
190 M:      Antti Palosaari <crope@iki.fi>
191 L:      linux-media@vger.kernel.org
192 W:      http://linuxtv.org/
193 W:      http://palosaari.fi/linux/
194 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
195 T:      git git://linuxtv.org/anttip/media_tree.git
196 S:      Maintained
197 F:      drivers/media/dvb-frontends/a8293*
198
199 AACRAID SCSI RAID DRIVER
200 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
201 L:      linux-scsi@vger.kernel.org
202 W:      http://www.adaptec.com/
203 S:      Supported
204 F:      Documentation/scsi/aacraid.txt
205 F:      drivers/scsi/aacraid/
206
207 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
208 M:      Hans de Goede <hdegoede@redhat.com>
209 L:      lm-sensors@lm-sensors.org
210 S:      Maintained
211 F:      drivers/hwmon/abituguru.c
212
213 ABIT UGURU 3 HARDWARE MONITOR DRIVER
214 M:      Alistair John Strachan <alistair@devzero.co.uk>
215 L:      lm-sensors@lm-sensors.org
216 S:      Maintained
217 F:      drivers/hwmon/abituguru3.c
218
219 ACENIC DRIVER
220 M:      Jes Sorensen <jes@trained-monkey.org>
221 L:      linux-acenic@sunsite.dk
222 S:      Maintained
223 F:      drivers/net/ethernet/alteon/acenic*
224
225 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
226 M:      Peter Feuerer <peter@piie.net>
227 L:      platform-driver-x86@vger.kernel.org
228 W:      http://piie.net/?section=acerhdf
229 S:      Maintained
230 F:      drivers/platform/x86/acerhdf.c
231
232 ACER WMI LAPTOP EXTRAS
233 M:      "Lee, Chun-Yi" <jlee@suse.com>
234 L:      platform-driver-x86@vger.kernel.org
235 S:      Maintained
236 F:      drivers/platform/x86/acer-wmi.c
237
238 ACPI
239 M:      Len Brown <lenb@kernel.org>
240 M:      Rafael J. Wysocki <rjw@sisk.pl>
241 L:      linux-acpi@vger.kernel.org
242 W:      http://www.lesswatts.org/projects/acpi/
243 Q:      http://patchwork.kernel.org/project/linux-acpi/list/
244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
245 S:      Supported
246 F:      drivers/acpi/
247 F:      drivers/pnp/pnpacpi/
248 F:      include/linux/acpi.h
249 F:      include/acpi/
250 F:      Documentation/acpi
251 F:      Documentation/ABI/testing/sysfs-bus-acpi
252 F:      drivers/pci/*acpi*
253 F:      drivers/pci/*/*acpi*
254 F:      drivers/pci/*/*/*acpi*
255
256 ACPI FAN DRIVER
257 M:      Zhang Rui <rui.zhang@intel.com>
258 L:      linux-acpi@vger.kernel.org
259 W:      http://www.lesswatts.org/projects/acpi/
260 S:      Supported
261 F:      drivers/acpi/fan.c
262
263 ACPI THERMAL DRIVER
264 M:      Zhang Rui <rui.zhang@intel.com>
265 L:      linux-acpi@vger.kernel.org
266 W:      http://www.lesswatts.org/projects/acpi/
267 S:      Supported
268 F:      drivers/acpi/*thermal*
269
270 ACPI VIDEO DRIVER
271 M:      Zhang Rui <rui.zhang@intel.com>
272 L:      linux-acpi@vger.kernel.org
273 W:      http://www.lesswatts.org/projects/acpi/
274 S:      Supported
275 F:      drivers/acpi/video.c
276
277 ACPI WMI DRIVER
278 L:      platform-driver-x86@vger.kernel.org
279 S:      Orphan
280 F:      drivers/platform/x86/wmi.c
281
282 AD1889 ALSA SOUND DRIVER
283 M:      Thibaut Varene <T-Bone@parisc-linux.org>
284 W:      http://wiki.parisc-linux.org/AD1889
285 L:      linux-parisc@vger.kernel.org
286 S:      Maintained
287 F:      sound/pci/ad1889.*
288
289 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
290 M:      Michael Hennerich <michael.hennerich@analog.com>
291 L:      device-drivers-devel@blackfin.uclinux.org
292 W:      http://wiki.analog.com/AD5254
293 S:      Supported
294 F:      drivers/misc/ad525x_dpot.c
295
296 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
297 M:      Michael Hennerich <michael.hennerich@analog.com>
298 L:      device-drivers-devel@blackfin.uclinux.org
299 W:      http://wiki.analog.com/AD5398
300 S:      Supported
301 F:      drivers/regulator/ad5398.c
302
303 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
304 M:      Michael Hennerich <michael.hennerich@analog.com>
305 L:      device-drivers-devel@blackfin.uclinux.org
306 W:      http://wiki.analog.com/AD7142
307 S:      Supported
308 F:      drivers/input/misc/ad714x.c
309
310 AD7877 TOUCHSCREEN DRIVER
311 M:      Michael Hennerich <michael.hennerich@analog.com>
312 L:      device-drivers-devel@blackfin.uclinux.org
313 W:      http://wiki.analog.com/AD7877
314 S:      Supported
315 F:      drivers/input/touchscreen/ad7877.c
316
317 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
318 M:      Michael Hennerich <michael.hennerich@analog.com>
319 L:      device-drivers-devel@blackfin.uclinux.org
320 W:      http://wiki.analog.com/AD7879
321 S:      Supported
322 F:      drivers/input/touchscreen/ad7879.c
323
324 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
325 M:      Jiri Kosina <jkosina@suse.cz>
326 S:      Maintained
327
328 ADM1025 HARDWARE MONITOR DRIVER
329 M:      Jean Delvare <khali@linux-fr.org>
330 L:      lm-sensors@lm-sensors.org
331 S:      Maintained
332 F:      Documentation/hwmon/adm1025
333 F:      drivers/hwmon/adm1025.c
334
335 ADM1029 HARDWARE MONITOR DRIVER
336 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
337 L:      lm-sensors@lm-sensors.org
338 S:      Maintained
339 F:      drivers/hwmon/adm1029.c
340
341 ADM8211 WIRELESS DRIVER
342 L:      linux-wireless@vger.kernel.org
343 W:      http://wireless.kernel.org/
344 S:      Orphan
345 F:      drivers/net/wireless/adm8211.*
346
347 ADP1653 FLASH CONTROLLER DRIVER
348 M:      Sakari Ailus <sakari.ailus@iki.fi>
349 L:      linux-media@vger.kernel.org
350 S:      Maintained
351 F:      drivers/media/i2c/adp1653.c
352 F:      include/media/adp1653.h
353
354 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
355 M:      Michael Hennerich <michael.hennerich@analog.com>
356 L:      device-drivers-devel@blackfin.uclinux.org
357 W:      http://wiki.analog.com/ADP5520
358 S:      Supported
359 F:      drivers/mfd/adp5520.c
360 F:      drivers/video/backlight/adp5520_bl.c
361 F:      drivers/leds/leds-adp5520.c
362 F:      drivers/gpio/gpio-adp5520.c
363 F:      drivers/input/keyboard/adp5520-keys.c
364
365 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
366 M:      Michael Hennerich <michael.hennerich@analog.com>
367 L:      device-drivers-devel@blackfin.uclinux.org
368 W:      http://wiki.analog.com/ADP5588
369 S:      Supported
370 F:      drivers/input/keyboard/adp5588-keys.c
371 F:      drivers/gpio/gpio-adp5588.c
372
373 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
374 M:      Michael Hennerich <michael.hennerich@analog.com>
375 L:      device-drivers-devel@blackfin.uclinux.org
376 W:      http://wiki.analog.com/ADP8860
377 S:      Supported
378 F:      drivers/video/backlight/adp8860_bl.c
379
380 ADS1015 HARDWARE MONITOR DRIVER
381 M:      Dirk Eibach <eibach@gdsys.de>
382 L:      lm-sensors@lm-sensors.org
383 S:      Maintained
384 F:      Documentation/hwmon/ads1015
385 F:      drivers/hwmon/ads1015.c
386 F:      include/linux/i2c/ads1015.h
387
388 ADT746X FAN DRIVER
389 M:      Colin Leroy <colin@colino.net>
390 S:      Maintained
391 F:      drivers/macintosh/therm_adt746x.c
392
393 ADT7475 HARDWARE MONITOR DRIVER
394 M:      Jean Delvare <khali@linux-fr.org>
395 L:      lm-sensors@lm-sensors.org
396 S:      Maintained
397 F:      Documentation/hwmon/adt7475
398 F:      drivers/hwmon/adt7475.c
399
400 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
401 M:      Michael Hennerich <michael.hennerich@analog.com>
402 L:      device-drivers-devel@blackfin.uclinux.org
403 W:      http://wiki.analog.com/ADXL345
404 S:      Supported
405 F:      drivers/input/misc/adxl34x.c
406
407 ADVANSYS SCSI DRIVER
408 M:      Matthew Wilcox <matthew@wil.cx>
409 L:      linux-scsi@vger.kernel.org
410 S:      Maintained
411 F:      Documentation/scsi/advansys.txt
412 F:      drivers/scsi/advansys.c
413
414 AEDSP16 DRIVER
415 M:      Riccardo Facchetti <fizban@tin.it>
416 S:      Maintained
417 F:      sound/oss/aedsp16.c
418
419 AF9013 MEDIA DRIVER
420 M:      Antti Palosaari <crope@iki.fi>
421 L:      linux-media@vger.kernel.org
422 W:      http://linuxtv.org/
423 W:      http://palosaari.fi/linux/
424 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
425 T:      git git://linuxtv.org/anttip/media_tree.git
426 S:      Maintained
427 F:      drivers/media/dvb-frontends/af9013*
428
429 AF9033 MEDIA DRIVER
430 M:      Antti Palosaari <crope@iki.fi>
431 L:      linux-media@vger.kernel.org
432 W:      http://linuxtv.org/
433 W:      http://palosaari.fi/linux/
434 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
435 T:      git git://linuxtv.org/anttip/media_tree.git
436 S:      Maintained
437 F:      drivers/media/dvb-frontends/af9033*
438
439 AFFS FILE SYSTEM
440 L:      linux-fsdevel@vger.kernel.org
441 S:      Orphan
442 F:      Documentation/filesystems/affs.txt
443 F:      fs/affs/
444
445 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
446 M:      David Howells <dhowells@redhat.com>
447 L:      linux-afs@lists.infradead.org
448 S:      Supported
449 F:      fs/afs/
450 F:      include/net/af_rxrpc.h
451 F:      net/rxrpc/af_rxrpc.c
452
453 AGPGART DRIVER
454 M:      David Airlie <airlied@linux.ie>
455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
456 S:      Maintained
457 F:      drivers/char/agp/
458 F:      include/linux/agp*
459 F:      include/uapi/linux/agp*
460
461 AHA152X SCSI DRIVER
462 M:      "Juergen E. Fischer" <fischer@norbit.de>
463 L:      linux-scsi@vger.kernel.org
464 S:      Maintained
465 F:      drivers/scsi/aha152x*
466 F:      drivers/scsi/pcmcia/aha152x*
467
468 AIC7XXX / AIC79XX SCSI DRIVER
469 M:      Hannes Reinecke <hare@suse.de>
470 L:      linux-scsi@vger.kernel.org
471 S:      Maintained
472 F:      drivers/scsi/aic7xxx/
473 F:      drivers/scsi/aic7xxx_old/
474
475 AIMSLAB FM RADIO RECEIVER DRIVER
476 M:      Hans Verkuil <hverkuil@xs4all.nl>
477 L:      linux-media@vger.kernel.org
478 T:      git git://linuxtv.org/media_tree.git
479 W:      http://linuxtv.org
480 S:      Maintained
481 F:      drivers/media/radio/radio-aimslab*
482
483 AIO
484 M:      Benjamin LaHaise <bcrl@kvack.org>
485 L:      linux-aio@kvack.org
486 S:      Supported
487 F:      fs/aio.c
488 F:      include/linux/*aio*.h
489
490 ALCATEL SPEEDTOUCH USB DRIVER
491 M:      Duncan Sands <duncan.sands@free.fr>
492 L:      linux-usb@vger.kernel.org
493 W:      http://www.linux-usb.org/SpeedTouch/
494 S:      Maintained
495 F:      drivers/usb/atm/speedtch.c
496 F:      drivers/usb/atm/usbatm.c
497
498 ALCHEMY AU1XX0 MMC DRIVER
499 M:      Manuel Lauss <manuel.lauss@gmail.com>
500 S:      Maintained
501 F:      drivers/mmc/host/au1xmmc.c
502
503 ALI1563 I2C DRIVER
504 M:      Rudolf Marek <r.marek@assembler.cz>
505 L:      linux-i2c@vger.kernel.org
506 S:      Maintained
507 F:      Documentation/i2c/busses/i2c-ali1563
508 F:      drivers/i2c/busses/i2c-ali1563.c
509
510 ALPHA PORT
511 M:      Richard Henderson <rth@twiddle.net>
512 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
513 M:      Matt Turner <mattst88@gmail.com>
514 S:      Odd Fixes
515 L:      linux-alpha@vger.kernel.org
516 F:      arch/alpha/
517
518 ALTERA UART/JTAG UART SERIAL DRIVERS
519 M:      Tobias Klauser <tklauser@distanz.ch>
520 L:      linux-serial@vger.kernel.org
521 L:      nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
522 S:      Maintained
523 F:      drivers/tty/serial/altera_uart.c
524 F:      drivers/tty/serial/altera_jtaguart.c
525 F:      include/linux/altera_uart.h
526 F:      include/linux/altera_jtaguart.h
527
528 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
529 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
530 L:      lm-sensors@lm-sensors.org
531 S:      Maintained
532 F:      Documentation/hwmon/fam15h_power
533 F:      drivers/hwmon/fam15h_power.c
534
535 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
536 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
537 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
538 S:      Supported
539 F:      drivers/usb/gadget/amd5536udc.*
540
541 AMD GEODE PROCESSOR/CHIPSET SUPPORT
542 P:      Andres Salomon <dilinger@queued.net>
543 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
544 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
545 S:      Supported
546 F:      drivers/char/hw_random/geode-rng.c
547 F:      drivers/crypto/geode*
548 F:      drivers/video/geode/
549 F:      arch/x86/include/asm/geode.h
550
551 AMD IOMMU (AMD-VI)
552 M:      Joerg Roedel <joro@8bytes.org>
553 L:      iommu@lists.linux-foundation.org
554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
555 S:      Maintained
556 F:      drivers/iommu/amd_iommu*.[ch]
557 F:      include/linux/amd-iommu.h
558
559 AMD MICROCODE UPDATE SUPPORT
560 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
561 L:      amd64-microcode@amd64.org
562 S:      Maintained
563 F:      arch/x86/kernel/microcode_amd.c
564
565 AMS (Apple Motion Sensor) DRIVER
566 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
567 S:      Supported
568 F:      drivers/macintosh/ams/
569
570 AMSO1100 RNIC DRIVER
571 M:      Tom Tucker <tom@opengridcomputing.com>
572 M:      Steve Wise <swise@opengridcomputing.com>
573 L:      linux-rdma@vger.kernel.org
574 S:      Maintained
575 F:      drivers/infiniband/hw/amso1100/
576
577 ANALOG DEVICES INC AD9389B DRIVER
578 M:      Hans Verkuil <hans.verkuil@cisco.com>
579 L:      linux-media@vger.kernel.org
580 S:      Maintained
581 F:      drivers/media/i2c/ad9389b*
582
583 ANALOG DEVICES INC ADV7511 DRIVER
584 M:      Hans Verkuil <hans.verkuil@cisco.com>
585 L:      linux-media@vger.kernel.org
586 S:      Maintained
587 F:      drivers/media/i2c/adv7511*
588
589 ANALOG DEVICES INC ADV7604 DRIVER
590 M:      Hans Verkuil <hans.verkuil@cisco.com>
591 L:      linux-media@vger.kernel.org
592 S:      Maintained
593 F:      drivers/media/i2c/adv7604*
594
595 ANALOG DEVICES INC ADV7842 DRIVER
596 M:      Hans Verkuil <hans.verkuil@cisco.com>
597 L:      linux-media@vger.kernel.org
598 S:      Maintained
599 F:      drivers/media/i2c/adv7842*
600
601 ANALOG DEVICES INC ASOC CODEC DRIVERS
602 M:      Lars-Peter Clausen <lars@metafoo.de>
603 L:      device-drivers-devel@blackfin.uclinux.org
604 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
605 W:      http://wiki.analog.com/
606 S:      Supported
607 F:      sound/soc/codecs/adau*
608 F:      sound/soc/codecs/adav*
609 F:      sound/soc/codecs/ad1*
610 F:      sound/soc/codecs/ad7*
611 F:      sound/soc/codecs/ssm*
612 F:      sound/soc/codecs/sigmadsp.*
613
614 ANALOG DEVICES INC ASOC DRIVERS
615 L:      uclinux-dist-devel@blackfin.uclinux.org
616 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
617 W:      http://blackfin.uclinux.org/
618 S:      Supported
619 F:      sound/soc/blackfin/*
620
621 AOA (Apple Onboard Audio) ALSA DRIVER
622 M:      Johannes Berg <johannes@sipsolutions.net>
623 L:      linuxppc-dev@lists.ozlabs.org
624 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
625 S:      Maintained
626 F:      sound/aoa/
627
628 APM DRIVER
629 M:      Jiri Kosina <jkosina@suse.cz>
630 S:      Odd fixes
631 F:      arch/x86/kernel/apm_32.c
632 F:      include/linux/apm_bios.h
633 F:      include/uapi/linux/apm_bios.h
634 F:      drivers/char/apm-emulation.c
635
636 APPLE BCM5974 MULTITOUCH DRIVER
637 M:      Henrik Rydberg <rydberg@euromail.se>
638 L:      linux-input@vger.kernel.org
639 S:      Maintained
640 F:      drivers/input/mouse/bcm5974.c
641
642 APPLE SMC DRIVER
643 M:      Henrik Rydberg <rydberg@euromail.se>
644 L:      lm-sensors@lm-sensors.org
645 S:      Maintained
646 F:      drivers/hwmon/applesmc.c
647
648 APPLETALK NETWORK LAYER
649 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
650 S:      Maintained
651 F:      drivers/net/appletalk/
652 F:      net/appletalk/
653
654 APTINA CAMERA SENSOR PLL
655 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
656 L:      linux-media@vger.kernel.org
657 S:      Maintained
658 F:      drivers/media/i2c/aptina-pll.*
659
660 ARASAN COMPACT FLASH PATA CONTROLLER
661 M:      Viresh Kumar <viresh.linux@gmail.com>
662 L:      linux-ide@vger.kernel.org
663 S:      Maintained
664 F:      include/linux/pata_arasan_cf_data.h
665 F:      drivers/ata/pata_arasan_cf.c
666
667 ARC FRAMEBUFFER DRIVER
668 M:      Jaya Kumar <jayalk@intworks.biz>
669 S:      Maintained
670 F:      drivers/video/arcfb.c
671 F:      drivers/video/fb_defio.c
672
673 ARM MFM AND FLOPPY DRIVERS
674 M:      Ian Molton <spyro@f2s.com>
675 S:      Maintained
676 F:      arch/arm/lib/floppydma.S
677 F:      arch/arm/include/asm/floppy.h
678
679 ARM PMU PROFILING AND DEBUGGING
680 M:      Will Deacon <will.deacon@arm.com>
681 S:      Maintained
682 F:      arch/arm/kernel/perf_event*
683 F:      arch/arm/oprofile/common.c
684 F:      arch/arm/include/asm/pmu.h
685 F:      arch/arm/kernel/hw_breakpoint.c
686 F:      arch/arm/include/asm/hw_breakpoint.h
687
688 ARM PORT
689 M:      Russell King <linux@arm.linux.org.uk>
690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
691 W:      http://www.arm.linux.org.uk/
692 S:      Maintained
693 F:      arch/arm/
694
695 ARM SUB-ARCHITECTURES
696 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
697 S:      Maintained
698 F:      arch/arm/mach-*/
699 F:      arch/arm/plat-*/
700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
701
702 ARM PRIMECELL AACI PL041 DRIVER
703 M:      Russell King <linux@arm.linux.org.uk>
704 S:      Maintained
705 F:      sound/arm/aaci.*
706
707 ARM PRIMECELL CLCD PL110 DRIVER
708 M:      Russell King <linux@arm.linux.org.uk>
709 S:      Maintained
710 F:      drivers/video/amba-clcd.*
711
712 ARM PRIMECELL KMI PL050 DRIVER
713 M:      Russell King <linux@arm.linux.org.uk>
714 S:      Maintained
715 F:      drivers/input/serio/ambakmi.*
716 F:      include/linux/amba/kmi.h
717
718 ARM PRIMECELL MMCI PL180/1 DRIVER
719 M:      Russell King <linux@arm.linux.org.uk>
720 S:      Maintained
721 F:      drivers/mmc/host/mmci.*
722 F:      include/linux/amba/mmci.h
723
724 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
725 M:      Russell King <linux@arm.linux.org.uk>
726 S:      Maintained
727 F:      drivers/tty/serial/amba-pl01*.c
728 F:      include/linux/amba/serial.h
729
730 ARM PRIMECELL BUS SUPPORT
731 M:      Russell King <linux@arm.linux.org.uk>
732 S:      Maintained
733 F:      drivers/amba/
734 F:      include/linux/amba/bus.h
735
736 ARM/ADS SPHERE MACHINE SUPPORT
737 M:      Lennert Buytenhek <kernel@wantstofly.org>
738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
739 S:      Maintained
740
741 ARM/AFEB9260 MACHINE SUPPORT
742 M:      Sergey Lapin <slapin@ossfans.org>
743 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
744 S:      Maintained
745
746 ARM/AJECO 1ARM MACHINE SUPPORT
747 M:      Lennert Buytenhek <kernel@wantstofly.org>
748 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
749 S:      Maintained
750
751 ARM/Allwinner A1X SoC support
752 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
753 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
754 S:      Maintained
755 F:      arch/arm/mach-sunxi/
756
757 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
758 M:      Andrew Victor <linux@maxim.org.za>
759 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
760 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
761 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
762 W:      http://maxim.org.za/at91_26.html
763 W:      http://www.linux4sam.org
764 S:      Supported
765 F:      arch/arm/mach-at91/
766
767 ARM/CALXEDA HIGHBANK ARCHITECTURE
768 M:      Rob Herring <rob.herring@calxeda.com>
769 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
770 S:      Maintained
771 F:      arch/arm/mach-highbank/
772
773 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
774 M:      Anton Vorontsov <anton@enomsg.org>
775 S:      Maintained
776 F:      arch/arm/mach-cns3xxx/
777 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
778
779 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
780 M:      Alexander Shiyan <shc_work@mail.ru>
781 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
782 S:      Odd Fixes
783 F:      arch/arm/mach-clps711x/
784
785 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
786 M:      Hartley Sweeten <hsweeten@visionengravers.com>
787 M:      Ryan Mallon <rmallon@gmail.com>
788 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
789 S:      Maintained
790 F:      arch/arm/mach-ep93xx/
791 F:      arch/arm/mach-ep93xx/include/mach/
792
793 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
794 M:      Lennert Buytenhek <kernel@wantstofly.org>
795 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
796 S:      Maintained
797
798 ARM/CLKDEV SUPPORT
799 M:      Russell King <linux@arm.linux.org.uk>
800 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
801 S:      Maintained
802 F:      arch/arm/include/asm/clkdev.h
803 F:      drivers/clk/clkdev.c
804
805 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
806 M:      Mike Rapoport <mike@compulab.co.il>
807 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
808 S:      Maintained
809
810 ARM/CONTEC MICRO9 MACHINE SUPPORT
811 M:      Hubert Feurstein <hubert.feurstein@contec.at>
812 S:      Maintained
813 F:      arch/arm/mach-ep93xx/micro9.c
814
815 ARM/CORGI MACHINE SUPPORT
816 M:      Richard Purdie <rpurdie@rpsys.net>
817 S:      Maintained
818
819 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
820 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
821 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
822 T:      git git://git.berlios.de/gemini-board
823 S:      Maintained
824 F:      arch/arm/mach-gemini/
825
826 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
827 M:      Barry Song <baohua.song@csr.com>
828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
830 S:      Maintained
831 F:      arch/arm/mach-prima2/
832 F:      drivers/dma/sirf-dma.c
833 F:      drivers/i2c/busses/i2c-sirf.c
834 F:      drivers/mmc/host/sdhci-sirf.c
835 F:      drivers/pinctrl/sirf/
836 F:      drivers/spi/spi-sirf.c
837
838 ARM/EBSA110 MACHINE SUPPORT
839 M:      Russell King <linux@arm.linux.org.uk>
840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
841 W:      http://www.arm.linux.org.uk/
842 S:      Maintained
843 F:      arch/arm/mach-ebsa110/
844 F:      drivers/net/ethernet/amd/am79c961a.*
845
846 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
847 M:      Daniel Ribeiro <drwyrm@gmail.com>
848 M:      Stefan Schmidt <stefan@openezx.org>
849 M:      Harald Welte <laforge@openezx.org>
850 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
851 W:      http://www.openezx.org/
852 S:      Maintained
853 T:      topgit git://git.openezx.org/openezx.git
854 F:      arch/arm/mach-pxa/ezx.c
855
856 ARM/FARADAY FA526 PORT
857 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859 S:      Maintained
860 T:      git git://git.berlios.de/gemini-board
861 F:      arch/arm/mm/*-fa*
862
863 ARM/FOOTBRIDGE ARCHITECTURE
864 M:      Russell King <linux@arm.linux.org.uk>
865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
866 W:      http://www.arm.linux.org.uk/
867 S:      Maintained
868 F:      arch/arm/include/asm/hardware/dec21285.h
869 F:      arch/arm/mach-footbridge/
870
871 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
872 M:      Sascha Hauer <kernel@pengutronix.de>
873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874 S:      Maintained
875 T:      git git://git.pengutronix.de/git/imx/linux-2.6.git
876 F:      arch/arm/mach-imx/
877 F:      arch/arm/configs/imx*_defconfig
878
879 ARM/FREESCALE IMX6
880 M:      Shawn Guo <shawn.guo@linaro.org>
881 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
882 S:      Maintained
883 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
884 F:      arch/arm/mach-imx/*imx6*
885
886 ARM/FREESCALE MXS ARM ARCHITECTURE
887 M:      Shawn Guo <shawn.guo@linaro.org>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Maintained
890 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
891 F:      arch/arm/mach-mxs/
892
893 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
894 M:      Lennert Buytenhek <kernel@wantstofly.org>
895 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
896 S:      Maintained
897
898 ARM/GUMSTIX MACHINE SUPPORT
899 M:      Steve Sakoman <sakoman@gmail.com>
900 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
901 S:      Maintained
902
903 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
904 M:      Philipp Zabel <philipp.zabel@gmail.com>
905 M:      Paul Parsons <lost.distance@yahoo.com>
906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907 S:      Maintained
908 F:      arch/arm/mach-pxa/hx4700.c
909 F:      arch/arm/mach-pxa/include/mach/hx4700.h
910 F:      sound/soc/pxa/hx4700.c
911
912 ARM/HP JORNADA 7XX MACHINE SUPPORT
913 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
914 W:      www.jlime.com
915 S:      Maintained
916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
917 F:      arch/arm/mach-sa1100/jornada720.c
918 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
919
920 ARM/IGEP MACHINE SUPPORT
921 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
922 M:      Javier Martinez Canillas <javier@dowhile0.org>
923 L:      linux-omap@vger.kernel.org
924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
925 S:      Maintained
926 F:      arch/arm/mach-omap2/board-igep0020.c
927
928 ARM/INCOME PXA270 SUPPORT
929 M:      Marek Vasut <marek.vasut@gmail.com>
930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
931 S:      Maintained
932 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
933
934 ARM/INTEL IOP32X ARM ARCHITECTURE
935 M:      Lennert Buytenhek <kernel@wantstofly.org>
936 M:      Dan Williams <djbw@fb.com>
937 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
938 S:      Maintained
939
940 ARM/INTEL IOP33X ARM ARCHITECTURE
941 M:      Dan Williams <djbw@fb.com>
942 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
943 S:      Maintained
944
945 ARM/INTEL IOP13XX ARM ARCHITECTURE
946 M:      Lennert Buytenhek <kernel@wantstofly.org>
947 M:      Dan Williams <djbw@fb.com>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 S:      Maintained
950
951 ARM/INTEL IQ81342EX MACHINE SUPPORT
952 M:      Lennert Buytenhek <kernel@wantstofly.org>
953 M:      Dan Williams <djbw@fb.com>
954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
955 S:      Maintained
956
957 ARM/INTEL IXDP2850 MACHINE SUPPORT
958 M:      Lennert Buytenhek <kernel@wantstofly.org>
959 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
960 S:      Maintained
961
962 ARM/INTEL IXP4XX ARM ARCHITECTURE
963 M:      Imre Kaloz <kaloz@openwrt.org>
964 M:      Krzysztof Halasa <khc@pm.waw.pl>
965 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
966 S:      Maintained
967 F:      arch/arm/mach-ixp4xx/
968
969 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
970 M:      Jonathan Cameron <jic23@cam.ac.uk>
971 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
972 S:      Maintained
973 F:      arch/arm/mach-pxa/stargate2.c
974 F:      drivers/pcmcia/pxa2xx_stargate2.c
975
976 ARM/INTEL XSC3 (MANZANO) ARM CORE
977 M:      Lennert Buytenhek <kernel@wantstofly.org>
978 M:      Dan Williams <djbw@fb.com>
979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 S:      Maintained
981
982 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
983 M:      Lennert Buytenhek <kernel@wantstofly.org>
984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
985 S:      Maintained
986
987 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
988 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 S:      Maintained
991 F:      arch/arm/mach-keystone/
992
993 ARM/LOGICPD PXA270 MACHINE SUPPORT
994 M:      Lennert Buytenhek <kernel@wantstofly.org>
995 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
996 S:      Maintained
997
998 ARM/MAGICIAN MACHINE SUPPORT
999 M:      Philipp Zabel <philipp.zabel@gmail.com>
1000 S:      Maintained
1001
1002 ARM/Marvell Armada 370 and Armada XP SOC support
1003 M:      Jason Cooper <jason@lakedaemon.net>
1004 M:      Andrew Lunn <andrew@lunn.ch>
1005 M:      Gregory Clement <gregory.clement@free-electrons.com>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 S:      Maintained
1008 F:      arch/arm/mach-mvebu/
1009
1010 ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
1011 M:      Jason Cooper <jason@lakedaemon.net>
1012 M:      Andrew Lunn <andrew@lunn.ch>
1013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1014 S:      Maintained
1015 F:      arch/arm/mach-dove/
1016 F:      arch/arm/mach-kirkwood/
1017 F:      arch/arm/mach-mv78xx0/
1018 F:      arch/arm/mach-orion5x/
1019 F:      arch/arm/plat-orion/
1020
1021 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1022 M:      Alexander Clouter <alex@digriz.org.uk>
1023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 W:      http://www.digriz.org.uk/ts78xx/kernel
1025 S:      Maintained
1026 F:      arch/arm/mach-orion5x/ts78xx-*
1027
1028 ARM/MICREL KS8695 ARCHITECTURE
1029 M:      Greg Ungerer <gerg@uclinux.org>
1030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031 F:      arch/arm/mach-ks8695
1032 S:      Odd Fixes
1033
1034 ARM/MIOA701 MACHINE SUPPORT
1035 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 F:      arch/arm/mach-pxa/mioa701.c
1038 S:      Maintained
1039
1040 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1041 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1042 S:      Maintained
1043
1044 ARM/NOMADIK ARCHITECTURE
1045 M:      Alessandro Rubini <rubini@unipv.it>
1046 M:      Linus Walleij <linus.walleij@linaro.org>
1047 M:      STEricsson <STEricsson_nomadik_linux@list.st.com>
1048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 S:      Maintained
1050 F:      arch/arm/mach-nomadik/
1051 F:      arch/arm/plat-nomadik/
1052 F:      drivers/i2c/busses/i2c-nomadik.c
1053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1054
1055 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1056 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1057 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1058 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1059 S:      Supported
1060
1061 ARM/QUALCOMM MSM MACHINE SUPPORT
1062 M:      David Brown <davidb@codeaurora.org>
1063 M:      Daniel Walker <dwalker@fifo99.com>
1064 M:      Bryan Huntsman <bryanh@codeaurora.org>
1065 L:      linux-arm-msm@vger.kernel.org
1066 F:      arch/arm/mach-msm/
1067 F:      drivers/video/msm/
1068 F:      drivers/mmc/host/msm_sdcc.c
1069 F:      drivers/mmc/host/msm_sdcc.h
1070 F:      drivers/tty/serial/msm_serial.h
1071 F:      drivers/tty/serial/msm_serial.c
1072 F:      drivers/*/pm8???-*
1073 F:      drivers/ssbi/
1074 F:      include/linux/mfd/pm8xxx/
1075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1076 S:      Maintained
1077
1078 ARM/TOSA MACHINE SUPPORT
1079 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1080 M:      Dirk Opfer <dirk@opfer-online.de>
1081 S:      Maintained
1082
1083 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1084 M:      Marek Vasut <marek.vasut@gmail.com>
1085 L:      linux-arm-kernel@lists.infradead.org
1086 W:      http://hackndev.com
1087 S:      Maintained
1088 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1089 F:      arch/arm/mach-pxa/palmtx.c
1090 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1091 F:      arch/arm/mach-pxa/palmt5.c
1092 F:      arch/arm/mach-pxa/include/mach/palmld.h
1093 F:      arch/arm/mach-pxa/palmld.c
1094 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1095 F:      arch/arm/mach-pxa/palmte2.c
1096 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1097 F:      arch/arm/mach-pxa/palmtc.c
1098
1099 ARM/PALM TREO SUPPORT
1100 M:      Tomas Cech <sleep_walker@suse.cz>
1101 L:      linux-arm-kernel@lists.infradead.org
1102 W:      http://hackndev.com
1103 S:      Maintained
1104 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1105 F:      arch/arm/mach-pxa/palmtreo.c
1106
1107 ARM/PALMZ72 SUPPORT
1108 M:      Sergey Lapin <slapin@ossfans.org>
1109 L:      linux-arm-kernel@lists.infradead.org
1110 W:      http://hackndev.com
1111 S:      Maintained
1112 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1113 F:      arch/arm/mach-pxa/palmz72.c
1114
1115 ARM/PLEB SUPPORT
1116 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1117 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1118 S:      Maintained
1119
1120 ARM/PT DIGITAL BOARD PORT
1121 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 W:      http://www.arm.linux.org.uk/
1124 S:      Maintained
1125
1126 ARM/RADISYS ENP2611 MACHINE SUPPORT
1127 M:      Lennert Buytenhek <kernel@wantstofly.org>
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S:      Maintained
1130
1131 ARM/RISCPC ARCHITECTURE
1132 M:      Russell King <linux@arm.linux.org.uk>
1133 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1134 W:      http://www.arm.linux.org.uk/
1135 S:      Maintained
1136 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1137 F:      arch/arm/include/asm/hardware/ioc.h
1138 F:      arch/arm/include/asm/hardware/iomd.h
1139 F:      arch/arm/include/asm/hardware/memc.h
1140 F:      arch/arm/mach-rpc/
1141 F:      drivers/net/ethernet/8390/etherh.c
1142 F:      drivers/net/ethernet/i825xx/ether1*
1143 F:      drivers/net/ethernet/seeq/ether3*
1144 F:      drivers/scsi/arm/
1145
1146 ARM/SHARK MACHINE SUPPORT
1147 M:      Alexander Schulz <alex@shark-linux.de>
1148 W:      http://www.shark-linux.de/shark.html
1149 S:      Maintained
1150
1151 ARM/SAMSUNG ARM ARCHITECTURES
1152 M:      Ben Dooks <ben-linux@fluff.org>
1153 M:      Kukjin Kim <kgene.kim@samsung.com>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1156 W:      http://www.fluff.org/ben/linux/
1157 S:      Maintained
1158 F:      arch/arm/plat-samsung/
1159 F:      arch/arm/plat-s3c24xx/
1160 F:      arch/arm/mach-s3c24*/
1161 F:      arch/arm/mach-s3c64xx/
1162 F:      drivers/*/*s3c2410*
1163 F:      drivers/*/*/*s3c2410*
1164 F:      drivers/spi/spi-s3c*
1165 F:      sound/soc/samsung/*
1166
1167 ARM/S5P EXYNOS ARM ARCHITECTURES
1168 M:      Kukjin Kim <kgene.kim@samsung.com>
1169 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1171 S:      Maintained
1172 F:      arch/arm/mach-s5p*/
1173 F:      arch/arm/mach-exynos*/
1174 N:      exynos
1175
1176 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1177 M:      Kyungmin Park <kyungmin.park@samsung.com>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180 F:      arch/arm/mach-s5pv210/mach-aquila.c
1181 F:      arch/arm/mach-s5pv210/mach-goni.c
1182 F:      arch/arm/mach-exynos/mach-universal_c210.c
1183 F:      arch/arm/mach-exynos/mach-nuri.c
1184
1185 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1186 M:      Kyungmin Park <kyungmin.park@samsung.com>
1187 M:      Kamil Debski <k.debski@samsung.com>
1188 L:      linux-arm-kernel@lists.infradead.org
1189 L:      linux-media@vger.kernel.org
1190 S:      Maintained
1191 F:      drivers/media/platform/s5p-g2d/
1192
1193 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1194 M:      Kyungmin Park <kyungmin.park@samsung.com>
1195 M:      Kamil Debski <k.debski@samsung.com>
1196 M:      Jeongtae Park <jtp.park@samsung.com>
1197 L:      linux-arm-kernel@lists.infradead.org
1198 L:      linux-media@vger.kernel.org
1199 S:      Maintained
1200 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1201 F:      drivers/media/platform/s5p-mfc/
1202
1203 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1204 M:      Kyungmin Park <kyungmin.park@samsung.com>
1205 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1206 L:      linux-arm-kernel@lists.infradead.org
1207 L:      linux-media@vger.kernel.org
1208 S:      Maintained
1209 F:      drivers/media/platform/s5p-tv/
1210
1211 ARM/SHMOBILE ARM ARCHITECTURE
1212 M:      Simon Horman <horms@verge.net.au>
1213 M:      Magnus Damm <magnus.damm@gmail.com>
1214 L:      linux-sh@vger.kernel.org
1215 W:      http://oss.renesas.com
1216 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1218 S:      Supported
1219 F:      arch/arm/mach-shmobile/
1220 F:      drivers/sh/
1221
1222 ARM/SOCFPGA ARCHITECTURE
1223 M:      Dinh Nguyen <dinguyen@altera.com>
1224 S:      Maintained
1225 F:      arch/arm/mach-socfpga/
1226
1227 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1228 M:      Dinh Nguyen <dinguyen@altera.com>
1229 S:      Maintained
1230 F:      drivers/clk/socfpga/
1231
1232 ARM/STI ARCHITECTURE
1233 M:      Srinivas Kandagatla <srinivas.kandagatla@st.com>
1234 M:      Stuart Menefy <stuart.menefy@st.com>
1235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1236 L:      kernel@stlinux.com
1237 W:      http://www.stlinux.com
1238 S:      Maintained
1239 F:      arch/arm/mach-sti/
1240
1241 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1242 M:      Lennert Buytenhek <kernel@wantstofly.org>
1243 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1244 S:      Maintained
1245
1246 ARM/TETON BGA MACHINE SUPPORT
1247 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250
1251 ARM/THECUS N2100 MACHINE SUPPORT
1252 M:      Lennert Buytenhek <kernel@wantstofly.org>
1253 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1254 S:      Maintained
1255
1256 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1257 M:      Wan ZongShun <mcuos.com@gmail.com>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 W:      http://www.mcuos.com
1260 S:      Maintained
1261 F:      arch/arm/mach-w90x900/
1262 F:      drivers/input/keyboard/w90p910_keypad.c
1263 F:      drivers/input/touchscreen/w90p910_ts.c
1264 F:      drivers/watchdog/nuc900_wdt.c
1265 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1266 F:      drivers/mtd/nand/nuc900_nand.c
1267 F:      drivers/rtc/rtc-nuc900.c
1268 F:      drivers/spi/spi-nuc900.c
1269 F:      drivers/usb/host/ehci-w90x900.c
1270 F:      drivers/video/nuc900fb.c
1271
1272 ARM/U300 MACHINE SUPPORT
1273 M:      Linus Walleij <linus.walleij@linaro.org>
1274 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 S:      Supported
1276 F:      arch/arm/mach-u300/
1277 F:      drivers/i2c/busses/i2c-stu300.c
1278 F:      drivers/rtc/rtc-coh901331.c
1279 F:      drivers/watchdog/coh901327_wdt.c
1280 F:      drivers/dma/coh901318*
1281 F:      drivers/mfd/ab3100*
1282 F:      drivers/rtc/rtc-ab3100.c
1283 F:      drivers/rtc/rtc-coh901331.c
1284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1285
1286 ARM/Ux500 ARM ARCHITECTURE
1287 M:      Linus Walleij <linus.walleij@linaro.org>
1288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      arch/arm/mach-ux500/
1291 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1292 F:      drivers/dma/ste_dma40*
1293 F:      drivers/hwspinlock/u8500_hsem.c
1294 F:      drivers/mfd/abx500*
1295 F:      drivers/mfd/ab8500*
1296 F:      drivers/mfd/dbx500*
1297 F:      drivers/mfd/db8500*
1298 F:      drivers/pinctrl/pinctrl-nomadik*
1299 F:      drivers/rtc/rtc-ab8500.c
1300 F:      drivers/rtc/rtc-pl031.c
1301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1302
1303 ARM/VFP SUPPORT
1304 M:      Russell King <linux@arm.linux.org.uk>
1305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 W:      http://www.arm.linux.org.uk/
1307 S:      Maintained
1308 F:      arch/arm/vfp/
1309
1310 ARM/VOIPAC PXA270 SUPPORT
1311 M:      Marek Vasut <marek.vasut@gmail.com>
1312 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 S:      Maintained
1314 F:      arch/arm/mach-pxa/vpac270.c
1315 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1316
1317 ARM/VT8500 ARM ARCHITECTURE
1318 M:      Tony Prisk <linux@prisktech.co.nz>
1319 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1320 S:      Maintained
1321 F:      arch/arm/mach-vt8500/
1322 F:      drivers/clocksource/vt8500_timer.c
1323 F:      drivers/i2c/busses/i2c-wmt.c
1324 F:      drivers/mmc/host/wmt-sdmmc.c
1325 F:      drivers/pwm/pwm-vt8500.c
1326 F:      drivers/rtc/rtc-vt8500.c
1327 F:      drivers/tty/serial/vt8500_serial.c
1328 F:      drivers/usb/host/ehci-vt8500.c
1329 F:      drivers/usb/host/uhci-platform.c
1330 F:      drivers/video/vt8500lcdfb.*
1331 F:      drivers/video/wm8505fb*
1332 F:      drivers/video/wmt_ge_rops.*
1333
1334 ARM/ZIPIT Z2 SUPPORT
1335 M:      Marek Vasut <marek.vasut@gmail.com>
1336 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1337 S:      Maintained
1338 F:      arch/arm/mach-pxa/z2.c
1339 F:      arch/arm/mach-pxa/include/mach/z2.h
1340
1341 ARM/ZYNQ ARCHITECTURE
1342 M:      Michal Simek <michal.simek@xilinx.com>
1343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 W:      http://wiki.xilinx.com
1345 T:      git git://git.xilinx.com/linux-xlnx.git
1346 S:      Supported
1347 F:      arch/arm/mach-zynq/
1348 F:      drivers/cpuidle/cpuidle-zynq.c
1349
1350 ARM SMMU DRIVER
1351 M:      Will Deacon <will.deacon@arm.com>
1352 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1353 S:      Maintained
1354 F:      drivers/iommu/arm-smmu.c
1355
1356 ARM64 PORT (AARCH64 ARCHITECTURE)
1357 M:      Catalin Marinas <catalin.marinas@arm.com>
1358 M:      Will Deacon <will.deacon@arm.com>
1359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1360 S:      Maintained
1361 F:      arch/arm64/
1362 F:      Documentation/arm64/
1363
1364 AS3645A LED FLASH CONTROLLER DRIVER
1365 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1366 L:      linux-media@vger.kernel.org
1367 T:      git git://linuxtv.org/media_tree.git
1368 S:      Maintained
1369 F:      drivers/media/i2c/as3645a.c
1370 F:      include/media/as3645a.h
1371
1372 ASC7621 HARDWARE MONITOR DRIVER
1373 M:      George Joseph <george.joseph@fairview5.com>
1374 L:      lm-sensors@lm-sensors.org
1375 S:      Maintained
1376 F:      Documentation/hwmon/asc7621
1377 F:      drivers/hwmon/asc7621.c
1378
1379 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1380 M:      Corentin Chary <corentin.chary@gmail.com>
1381 L:      acpi4asus-user@lists.sourceforge.net
1382 L:      platform-driver-x86@vger.kernel.org
1383 W:      http://acpi4asus.sf.net
1384 S:      Maintained
1385 F:      drivers/platform/x86/asus*.c
1386 F:      drivers/platform/x86/eeepc*.c
1387
1388 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1389 M:      Dan Williams <djbw@fb.com>
1390 W:      http://sourceforge.net/projects/xscaleiop
1391 S:      Maintained
1392 F:      Documentation/crypto/async-tx-api.txt
1393 F:      crypto/async_tx/
1394 F:      drivers/dma/
1395 F:      include/linux/dmaengine.h
1396 F:      include/linux/async_tx.h
1397
1398 AT24 EEPROM DRIVER
1399 M:      Wolfram Sang <wsa@the-dreams.de>
1400 L:      linux-i2c@vger.kernel.org
1401 S:      Maintained
1402 F:      drivers/misc/eeprom/at24.c
1403 F:      include/linux/i2c/at24.h
1404
1405 ATA OVER ETHERNET (AOE) DRIVER
1406 M:      "Ed L. Cashin" <ecashin@coraid.com>
1407 W:      http://support.coraid.com/support/linux
1408 S:      Supported
1409 F:      Documentation/aoe/
1410 F:      drivers/block/aoe/
1411
1412 ATHEROS ATH GENERIC UTILITIES
1413 M:      "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1414 L:      linux-wireless@vger.kernel.org
1415 S:      Supported
1416 F:      drivers/net/wireless/ath/*
1417
1418 ATHEROS ATH5K WIRELESS DRIVER
1419 M:      Jiri Slaby <jirislaby@gmail.com>
1420 M:      Nick Kossifidis <mickflemm@gmail.com>
1421 M:      "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1422 L:      linux-wireless@vger.kernel.org
1423 L:      ath5k-devel@lists.ath5k.org
1424 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1425 S:      Maintained
1426 F:      drivers/net/wireless/ath/ath5k/
1427
1428 ATHEROS ATH6KL WIRELESS DRIVER
1429 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1430 L:      linux-wireless@vger.kernel.org
1431 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1432 T:      git git://github.com/kvalo/ath.git
1433 S:      Supported
1434 F:      drivers/net/wireless/ath/ath6kl/
1435
1436 ATHEROS ATH9K WIRELESS DRIVER
1437 M:      "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1438 M:      Jouni Malinen <jouni@qca.qualcomm.com>
1439 M:      Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
1440 M:      Senthil Balasubramanian <senthilb@qca.qualcomm.com>
1441 L:      linux-wireless@vger.kernel.org
1442 L:      ath9k-devel@lists.ath9k.org
1443 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
1444 S:      Supported
1445 F:      drivers/net/wireless/ath/ath9k/
1446
1447 WILOCITY WIL6210 WIRELESS DRIVER
1448 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1449 L:      linux-wireless@vger.kernel.org
1450 L:      wil6210@qca.qualcomm.com
1451 S:      Supported
1452 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1453 F:      drivers/net/wireless/ath/wil6210/
1454
1455 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1456 M:      Christian Lamparter <chunkeey@googlemail.com>
1457 L:      linux-wireless@vger.kernel.org
1458 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1459 S:      Maintained
1460 F:      drivers/net/wireless/ath/carl9170/
1461
1462 ATK0110 HWMON DRIVER
1463 M:      Luca Tettamanti <kronos.it@gmail.com>
1464 L:      lm-sensors@lm-sensors.org
1465 S:      Maintained
1466 F:      drivers/hwmon/asus_atk0110.c
1467
1468 ATI_REMOTE2 DRIVER
1469 M:      Ville Syrjala <syrjala@sci.fi>
1470 S:      Maintained
1471 F:      drivers/input/misc/ati_remote2.c
1472
1473 ATLX ETHERNET DRIVERS
1474 M:      Jay Cliburn <jcliburn@gmail.com>
1475 M:      Chris Snook <chris.snook@gmail.com>
1476 L:      netdev@vger.kernel.org
1477 W:      http://sourceforge.net/projects/atl1
1478 W:      http://atl1.sourceforge.net
1479 S:      Maintained
1480 F:      drivers/net/ethernet/atheros/
1481
1482 ATM
1483 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1484 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1485 L:      netdev@vger.kernel.org
1486 W:      http://linux-atm.sourceforge.net
1487 S:      Maintained
1488 F:      drivers/atm/
1489 F:      include/linux/atm*
1490 F:      include/uapi/linux/atm*
1491
1492 ATMEL AT91 / AT32 MCI DRIVER
1493 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1494 S:      Maintained
1495 F:      drivers/mmc/host/atmel-mci.c
1496 F:      drivers/mmc/host/atmel-mci-regs.h
1497
1498 ATMEL AT91 / AT32 SERIAL DRIVER
1499 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1500 S:      Supported
1501 F:      drivers/tty/serial/atmel_serial.c
1502
1503 ATMEL DMA DRIVER
1504 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1505 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1506 S:      Supported
1507 F:      drivers/dma/at_hdmac.c
1508 F:      drivers/dma/at_hdmac_regs.h
1509 F:      include/linux/platform_data/dma-atmel.h
1510
1511 ATMEL I2C DRIVER
1512 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1513 L:      linux-i2c@vger.kernel.org
1514 S:      Supported
1515 F:      drivers/i2c/busses/i2c-at91.c
1516
1517 ATMEL ISI DRIVER
1518 M:      Josh Wu <josh.wu@atmel.com>
1519 L:      linux-media@vger.kernel.org
1520 S:      Supported
1521 F:      drivers/media/platform/soc_camera/atmel-isi.c
1522 F:      include/media/atmel-isi.h
1523
1524 ATMEL LCDFB DRIVER
1525 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1526 L:      linux-fbdev@vger.kernel.org
1527 S:      Maintained
1528 F:      drivers/video/atmel_lcdfb.c
1529 F:      include/video/atmel_lcdc.h
1530
1531 ATMEL MACB ETHERNET DRIVER
1532 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1533 S:      Supported
1534 F:      drivers/net/ethernet/cadence/
1535
1536 ATMEL SPI DRIVER
1537 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1538 S:      Supported
1539 F:      drivers/spi/spi-atmel.*
1540
1541 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1542 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1543 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1544 S:      Supported
1545 F:      drivers/misc/atmel_tclib.c
1546 F:      drivers/clocksource/tcb_clksrc.c
1547
1548 ATMEL TSADCC DRIVER
1549 M:      Josh Wu <josh.wu@atmel.com>
1550 L:      linux-input@vger.kernel.org
1551 S:      Supported
1552 F:      drivers/input/touchscreen/atmel_tsadcc.c
1553
1554 ATMEL USBA UDC DRIVER
1555 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 S:      Supported
1558 F:      drivers/usb/gadget/atmel_usba_udc.*
1559
1560 ATMEL WIRELESS DRIVER
1561 M:      Simon Kelley <simon@thekelleys.org.uk>
1562 L:      linux-wireless@vger.kernel.org
1563 W:      http://www.thekelleys.org.uk/atmel
1564 W:      http://atmelwlandriver.sourceforge.net/
1565 S:      Maintained
1566 F:      drivers/net/wireless/atmel*
1567
1568 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1569 M:      Bradley Grove <linuxdrivers@attotech.com>
1570 L:      linux-scsi@vger.kernel.org
1571 W:      http://www.attotech.com
1572 S:      Supported
1573 F:      drivers/scsi/esas2r
1574
1575 AUDIT SUBSYSTEM
1576 M:      Al Viro <viro@zeniv.linux.org.uk>
1577 M:      Eric Paris <eparis@redhat.com>
1578 L:      linux-audit@redhat.com (subscribers-only)
1579 W:      http://people.redhat.com/sgrubb/audit/
1580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1581 S:      Maintained
1582 F:      include/linux/audit.h
1583 F:      include/uapi/linux/audit.h
1584 F:      kernel/audit*
1585
1586 AUXILIARY DISPLAY DRIVERS
1587 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1588 W:      http://miguelojeda.es/auxdisplay.htm
1589 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1590 S:      Maintained
1591 F:      drivers/auxdisplay/
1592 F:      include/linux/cfag12864b.h
1593
1594 AVR32 ARCHITECTURE
1595 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1596 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1597 W:      http://www.atmel.com/products/AVR32/
1598 W:      http://mirror.egtvedt.no/avr32linux.org/
1599 W:      http://avrfreaks.net/
1600 S:      Maintained
1601 F:      arch/avr32/
1602
1603 AVR32/AT32AP MACHINE SUPPORT
1604 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1605 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1606 S:      Maintained
1607 F:      arch/avr32/mach-at32ap/
1608
1609 AX.25 NETWORK LAYER
1610 M:      Ralf Baechle <ralf@linux-mips.org>
1611 L:      linux-hams@vger.kernel.org
1612 W:      http://www.linux-ax25.org/
1613 S:      Maintained
1614 F:      include/uapi/linux/ax25.h
1615 F:      include/net/ax25.h
1616 F:      net/ax25/
1617
1618 AZ6007 DVB DRIVER
1619 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
1620 L:      linux-media@vger.kernel.org
1621 W:      http://linuxtv.org
1622 T:      git git://linuxtv.org/media_tree.git
1623 S:      Maintained
1624 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1625
1626 AZTECH FM RADIO RECEIVER DRIVER
1627 M:      Hans Verkuil <hverkuil@xs4all.nl>
1628 L:      linux-media@vger.kernel.org
1629 T:      git git://linuxtv.org/media_tree.git
1630 W:      http://linuxtv.org
1631 S:      Maintained
1632 F:      drivers/media/radio/radio-aztech*
1633
1634 B43 WIRELESS DRIVER
1635 M:      Stefano Brivio <stefano.brivio@polimi.it>
1636 L:      linux-wireless@vger.kernel.org
1637 L:      b43-dev@lists.infradead.org
1638 W:      http://wireless.kernel.org/en/users/Drivers/b43
1639 S:      Maintained
1640 F:      drivers/net/wireless/b43/
1641
1642 B43LEGACY WIRELESS DRIVER
1643 M:      Larry Finger <Larry.Finger@lwfinger.net>
1644 M:      Stefano Brivio <stefano.brivio@polimi.it>
1645 L:      linux-wireless@vger.kernel.org
1646 L:      b43-dev@lists.infradead.org
1647 W:      http://wireless.kernel.org/en/users/Drivers/b43
1648 S:      Maintained
1649 F:      drivers/net/wireless/b43legacy/
1650
1651 BACKLIGHT CLASS/SUBSYSTEM
1652 M:      Richard Purdie <rpurdie@rpsys.net>
1653 M:      Jingoo Han <jg1.han@samsung.com>
1654 S:      Maintained
1655 F:      drivers/video/backlight/
1656 F:      include/linux/backlight.h
1657
1658 BATMAN ADVANCED
1659 M:      Marek Lindner <lindner_marek@yahoo.de>
1660 M:      Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1661 M:      Antonio Quartulli <ordex@autistici.org>
1662 L:      b.a.t.m.a.n@lists.open-mesh.org
1663 W:      http://www.open-mesh.org/
1664 S:      Maintained
1665 F:      net/batman-adv/
1666
1667 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1668 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1669 L:      linux-hams@vger.kernel.org
1670 W:      http://www.baycom.org/~tom/ham/ham.html
1671 S:      Maintained
1672 F:      drivers/net/hamradio/baycom*
1673
1674 BCACHE (BLOCK LAYER CACHE)
1675 M:      Kent Overstreet <kmo@daterainc.com>
1676 L:      linux-bcache@vger.kernel.org
1677 W:      http://bcache.evilpiepirate.org
1678 S:      Maintained:
1679 F:      drivers/md/bcache/
1680
1681 BEFS FILE SYSTEM
1682 S:      Orphan
1683 F:      Documentation/filesystems/befs.txt
1684 F:      fs/befs/
1685
1686 BFS FILE SYSTEM
1687 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1688 S:      Maintained
1689 F:      Documentation/filesystems/bfs.txt
1690 F:      fs/bfs/
1691 F:      include/uapi/linux/bfs_fs.h
1692
1693 BLACKFIN ARCHITECTURE
1694 M:      Mike Frysinger <vapier@gentoo.org>
1695 L:      uclinux-dist-devel@blackfin.uclinux.org
1696 W:      http://blackfin.uclinux.org
1697 S:      Supported
1698 F:      arch/blackfin/
1699
1700 BLACKFIN EMAC DRIVER
1701 L:      uclinux-dist-devel@blackfin.uclinux.org
1702 W:      http://blackfin.uclinux.org
1703 S:      Supported
1704 F:      drivers/net/ethernet/adi/
1705
1706 BLACKFIN RTC DRIVER
1707 M:      Mike Frysinger <vapier.adi@gmail.com>
1708 L:      uclinux-dist-devel@blackfin.uclinux.org
1709 W:      http://blackfin.uclinux.org
1710 S:      Supported
1711 F:      drivers/rtc/rtc-bfin.c
1712
1713 BLACKFIN SDH DRIVER
1714 M:      Sonic Zhang <sonic.zhang@analog.com>
1715 L:      uclinux-dist-devel@blackfin.uclinux.org
1716 W:      http://blackfin.uclinux.org
1717 S:      Supported
1718 F:      drivers/mmc/host/bfin_sdh.c
1719
1720 BLACKFIN SERIAL DRIVER
1721 M:      Sonic Zhang <sonic.zhang@analog.com>
1722 L:      uclinux-dist-devel@blackfin.uclinux.org
1723 W:      http://blackfin.uclinux.org
1724 S:      Supported
1725 F:      drivers/tty/serial/bfin_uart.c
1726
1727 BLACKFIN WATCHDOG DRIVER
1728 M:      Mike Frysinger <vapier.adi@gmail.com>
1729 L:      uclinux-dist-devel@blackfin.uclinux.org
1730 W:      http://blackfin.uclinux.org
1731 S:      Supported
1732 F:      drivers/watchdog/bfin_wdt.c
1733
1734 BLACKFIN I2C TWI DRIVER
1735 M:      Sonic Zhang <sonic.zhang@analog.com>
1736 L:      uclinux-dist-devel@blackfin.uclinux.org
1737 W:      http://blackfin.uclinux.org/
1738 S:      Supported
1739 F:      drivers/i2c/busses/i2c-bfin-twi.c
1740
1741 BLACKFIN MEDIA DRIVER
1742 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1743 L:      uclinux-dist-devel@blackfin.uclinux.org
1744 W:      http://blackfin.uclinux.org/
1745 S:      Supported
1746 F:      drivers/media/platform/blackfin/
1747 F:      drivers/media/i2c/adv7183*
1748 F:      drivers/media/i2c/vs6624*
1749
1750 BLINKM RGB LED DRIVER
1751 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
1752 S:      Maintained
1753 F:      drivers/leds/leds-blinkm.c
1754
1755 BLOCK LAYER
1756 M:      Jens Axboe <axboe@kernel.dk>
1757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1758 S:      Maintained
1759 F:      block/
1760
1761 BLOCK2MTD DRIVER
1762 M:      Joern Engel <joern@lazybastard.org>
1763 L:      linux-mtd@lists.infradead.org
1764 S:      Maintained
1765 F:      drivers/mtd/devices/block2mtd.c
1766
1767 BLUETOOTH DRIVERS
1768 M:      Marcel Holtmann <marcel@holtmann.org>
1769 M:      Gustavo Padovan <gustavo@padovan.org>
1770 M:      Johan Hedberg <johan.hedberg@gmail.com>
1771 L:      linux-bluetooth@vger.kernel.org
1772 W:      http://www.bluez.org/
1773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1775 S:      Maintained
1776 F:      drivers/bluetooth/
1777
1778 BLUETOOTH SUBSYSTEM
1779 M:      Marcel Holtmann <marcel@holtmann.org>
1780 M:      Gustavo Padovan <gustavo@padovan.org>
1781 M:      Johan Hedberg <johan.hedberg@gmail.com>
1782 L:      linux-bluetooth@vger.kernel.org
1783 W:      http://www.bluez.org/
1784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1786 S:      Maintained
1787 F:      net/bluetooth/
1788 F:      include/net/bluetooth/
1789
1790 BONDING DRIVER
1791 M:      Jay Vosburgh <fubar@us.ibm.com>
1792 M:      Andy Gospodarek <andy@greyhouse.net>
1793 L:      netdev@vger.kernel.org
1794 W:      http://sourceforge.net/projects/bonding/
1795 S:      Supported
1796 F:      drivers/net/bonding/
1797 F:      include/uapi/linux/if_bonding.h
1798
1799 BROADCOM B44 10/100 ETHERNET DRIVER
1800 M:      Gary Zambrano <zambrano@broadcom.com>
1801 L:      netdev@vger.kernel.org
1802 S:      Supported
1803 F:      drivers/net/ethernet/broadcom/b44.*
1804
1805 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1806 M:      Michael Chan <mchan@broadcom.com>
1807 L:      netdev@vger.kernel.org
1808 S:      Supported
1809 F:      drivers/net/ethernet/broadcom/bnx2.*
1810 F:      drivers/net/ethernet/broadcom/bnx2_*
1811
1812 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1813 M:      Eilon Greenstein <eilong@broadcom.com>
1814 L:      netdev@vger.kernel.org
1815 S:      Supported
1816 F:      drivers/net/ethernet/broadcom/bnx2x/
1817
1818 BROADCOM BCM2835 ARM ARCHICTURE
1819 M:      Stephen Warren <swarren@wwwdotorg.org>
1820 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
1821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git
1822 S:      Maintained
1823 F:      arch/arm/mach-bcm2835/
1824 F:      arch/arm/boot/dts/bcm2835*
1825 F:      arch/arm/configs/bcm2835_defconfig
1826 F:      drivers/*/*bcm2835*
1827
1828 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1829 M:      Nithin Nayak Sujir <nsujir@broadcom.com>
1830 M:      Michael Chan <mchan@broadcom.com>
1831 L:      netdev@vger.kernel.org
1832 S:      Supported
1833 F:      drivers/net/ethernet/broadcom/tg3.*
1834
1835 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1836 M:      Brett Rudley <brudley@broadcom.com>
1837 M:      Arend van Spriel <arend@broadcom.com>
1838 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
1839 M:      Hante Meuleman <meuleman@broadcom.com>
1840 L:      linux-wireless@vger.kernel.org
1841 L:      brcm80211-dev-list@broadcom.com
1842 S:      Supported
1843 F:      drivers/net/wireless/brcm80211/
1844
1845 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1846 M:      Bhanu Prakash Gollapudi <bprakash@broadcom.com>
1847 L:      linux-scsi@vger.kernel.org
1848 S:      Supported
1849 F:      drivers/scsi/bnx2fc/
1850
1851 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
1852 M:      Eddie Wai <eddie.wai@broadcom.com>
1853 L:      linux-scsi@vger.kernel.org
1854 S:      Supported
1855 F:      drivers/scsi/bnx2i/
1856
1857 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1858 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
1859 L:      linux-wireless@vger.kernel.org
1860 S:      Maintained
1861 F:      drivers/bcma/
1862 F:      include/linux/bcma/
1863
1864 BROCADE BFA FC SCSI DRIVER
1865 M:      Anil Gurumurthy <agurumur@brocade.com>
1866 M:      Vijaya Mohan Guvva <vmohan@brocade.com>
1867 L:      linux-scsi@vger.kernel.org
1868 S:      Supported
1869 F:      drivers/scsi/bfa/
1870
1871 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1872 M:      Rasesh Mody <rmody@brocade.com>
1873 L:      netdev@vger.kernel.org
1874 S:      Supported
1875 F:      drivers/net/ethernet/brocade/bna/
1876
1877 BSG (block layer generic sg v4 driver)
1878 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1879 L:      linux-scsi@vger.kernel.org
1880 S:      Supported
1881 F:      block/bsg.c
1882 F:      include/linux/bsg.h
1883 F:      include/uapi/linux/bsg.h
1884
1885 BT87X AUDIO DRIVER
1886 M:      Clemens Ladisch <clemens@ladisch.de>
1887 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1888 T:      git git://git.alsa-project.org/alsa-kernel.git
1889 S:      Maintained
1890 F:      Documentation/sound/alsa/Bt87x.txt
1891 F:      sound/pci/bt87x.c
1892
1893 BT8XXGPIO DRIVER
1894 M:      Michael Buesch <m@bues.ch>
1895 W:      http://bu3sch.de/btgpio.php
1896 S:      Maintained
1897 F:      drivers/gpio/gpio-bt8xx.c
1898
1899 BTRFS FILE SYSTEM
1900 M:      Chris Mason <chris.mason@fusionio.com>
1901 L:      linux-btrfs@vger.kernel.org
1902 W:      http://btrfs.wiki.kernel.org/
1903 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
1905 S:      Maintained
1906 F:      Documentation/filesystems/btrfs.txt
1907 F:      fs/btrfs/
1908
1909 BTTV VIDEO4LINUX DRIVER
1910 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
1911 L:      linux-media@vger.kernel.org
1912 W:      http://linuxtv.org
1913 T:      git git://linuxtv.org/media_tree.git
1914 S:      Odd fixes
1915 F:      Documentation/video4linux/bttv/
1916 F:      drivers/media/pci/bt8xx/bttv*
1917
1918 BUSLOGIC SCSI DRIVER
1919 M:      Khalid Aziz <khalid@gonehiking.org>
1920 L:      linux-scsi@vger.kernel.org
1921 S:      Maintained
1922 F:      drivers/scsi/BusLogic.*
1923 F:      drivers/scsi/FlashPoint.*
1924
1925 C-MEDIA CMI8788 DRIVER
1926 M:      Clemens Ladisch <clemens@ladisch.de>
1927 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1928 T:      git git://git.alsa-project.org/alsa-kernel.git
1929 S:      Maintained
1930 F:      sound/pci/oxygen/
1931
1932 C6X ARCHITECTURE
1933 M:      Mark Salter <msalter@redhat.com>
1934 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
1935 L:      linux-c6x-dev@linux-c6x.org
1936 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
1937 S:      Maintained
1938 F:      arch/c6x/
1939
1940 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1941 M:      David Howells <dhowells@redhat.com>
1942 L:      linux-cachefs@redhat.com
1943 S:      Supported
1944 F:      Documentation/filesystems/caching/cachefiles.txt
1945 F:      fs/cachefiles/
1946
1947 CADET FM/AM RADIO RECEIVER DRIVER
1948 M:      Hans Verkuil <hverkuil@xs4all.nl>
1949 L:      linux-media@vger.kernel.org
1950 T:      git git://linuxtv.org/media_tree.git
1951 W:      http://linuxtv.org
1952 S:      Maintained
1953 F:      drivers/media/radio/radio-cadet*
1954
1955 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1956 M:      Jonathan Corbet <corbet@lwn.net>
1957 L:      linux-media@vger.kernel.org
1958 T:      git git://linuxtv.org/media_tree.git
1959 S:      Maintained
1960 F:      Documentation/video4linux/cafe_ccic
1961 F:      drivers/media/platform/marvell-ccic/
1962
1963 CAIF NETWORK LAYER
1964 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
1965 L:      netdev@vger.kernel.org
1966 S:      Supported
1967 F:      Documentation/networking/caif/
1968 F:      drivers/net/caif/
1969 F:      include/uapi/linux/caif/
1970 F:      include/net/caif/
1971 F:      net/caif/
1972
1973 CALGARY x86-64 IOMMU
1974 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1975 M:      "Jon D. Mason" <jdmason@kudzu.us>
1976 L:      discuss@x86-64.org
1977 S:      Maintained
1978 F:      arch/x86/kernel/pci-calgary_64.c
1979 F:      arch/x86/kernel/tce_64.c
1980 F:      arch/x86/include/asm/calgary.h
1981 F:      arch/x86/include/asm/tce.h
1982
1983 CAN NETWORK LAYER
1984 M:      Oliver Hartkopp <socketcan@hartkopp.net>
1985 L:      linux-can@vger.kernel.org
1986 W:      http://gitorious.org/linux-can
1987 T:      git git://gitorious.org/linux-can/linux-can-next.git
1988 S:      Maintained
1989 F:      net/can/
1990 F:      include/linux/can/core.h
1991 F:      include/uapi/linux/can.h
1992 F:      include/uapi/linux/can/bcm.h
1993 F:      include/uapi/linux/can/raw.h
1994 F:      include/uapi/linux/can/gw.h
1995
1996 CAN NETWORK DRIVERS
1997 M:      Wolfgang Grandegger <wg@grandegger.com>
1998 M:      Marc Kleine-Budde <mkl@pengutronix.de>
1999 L:      linux-can@vger.kernel.org
2000 W:      http://gitorious.org/linux-can
2001 T:      git git://gitorious.org/linux-can/linux-can-next.git
2002 S:      Maintained
2003 F:      drivers/net/can/
2004 F:      include/linux/can/dev.h
2005 F:      include/linux/can/platform/
2006 F:      include/uapi/linux/can/error.h
2007 F:      include/uapi/linux/can/netlink.h
2008
2009 CAPABILITIES
2010 M:      Serge Hallyn <serge.hallyn@canonical.com>
2011 L:      linux-security-module@vger.kernel.org
2012 S:      Supported
2013 F:      include/linux/capability.h
2014 F:      include/uapi/linux/capability.h
2015 F:      security/capability.c
2016 F:      security/commoncap.c
2017 F:      kernel/capability.c
2018
2019 CELL BROADBAND ENGINE ARCHITECTURE
2020 M:      Arnd Bergmann <arnd@arndb.de>
2021 L:      linuxppc-dev@lists.ozlabs.org
2022 L:      cbe-oss-dev@lists.ozlabs.org
2023 W:      http://www.ibm.com/developerworks/power/cell/
2024 S:      Supported
2025 F:      arch/powerpc/include/asm/cell*.h
2026 F:      arch/powerpc/include/asm/spu*.h
2027 F:      arch/powerpc/include/uapi/asm/spu*.h
2028 F:      arch/powerpc/oprofile/*cell*
2029 F:      arch/powerpc/platforms/cell/
2030
2031 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2032 M:      Sage Weil <sage@inktank.com>
2033 L:      ceph-devel@vger.kernel.org
2034 W:      http://ceph.com/
2035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2036 S:      Supported
2037 F:      Documentation/filesystems/ceph.txt
2038 F:      fs/ceph
2039 F:      net/ceph
2040 F:      include/linux/ceph
2041 F:      include/linux/crush
2042
2043 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2044 L:      linux-usb@vger.kernel.org
2045 S:      Orphan
2046 F:      Documentation/usb/WUSB-Design-overview.txt
2047 F:      Documentation/usb/wusb-cbaf
2048 F:      drivers/usb/host/hwa-hc.c
2049 F:      drivers/usb/host/whci/
2050 F:      drivers/usb/wusbcore/
2051 F:      include/linux/usb/wusb*
2052
2053 CFAG12864B LCD DRIVER
2054 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2055 W:      http://miguelojeda.es/auxdisplay.htm
2056 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2057 S:      Maintained
2058 F:      drivers/auxdisplay/cfag12864b.c
2059 F:      include/linux/cfag12864b.h
2060
2061 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2062 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2063 W:      http://miguelojeda.es/auxdisplay.htm
2064 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2065 S:      Maintained
2066 F:      drivers/auxdisplay/cfag12864bfb.c
2067 F:      include/linux/cfag12864b.h
2068
2069 CFG80211 and NL80211
2070 M:      Johannes Berg <johannes@sipsolutions.net>
2071 L:      linux-wireless@vger.kernel.org
2072 W:      http://wireless.kernel.org/
2073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2075 S:      Maintained
2076 F:      include/uapi/linux/nl80211.h
2077 F:      include/net/cfg80211.h
2078 F:      net/wireless/*
2079 X:      net/wireless/wext*
2080
2081 CHAR and MISC DRIVERS
2082 M:      Arnd Bergmann <arnd@arndb.de>
2083 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2085 S:      Supported
2086 F:      drivers/char/*
2087 F:      drivers/misc/*
2088
2089 CHECKPATCH
2090 M:      Andy Whitcroft <apw@canonical.com>
2091 M:      Joe Perches <joe@perches.com>
2092 S:      Maintained
2093 F:      scripts/checkpatch.pl
2094
2095 CHINESE DOCUMENTATION
2096 M:      Harry Wei <harryxiyou@gmail.com>
2097 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2098 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2099 S:      Maintained
2100 F:      Documentation/zh_CN/
2101
2102 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2103 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
2104 L:      linux-usb@vger.kernel.org
2105 S:      Maintained
2106 F:      drivers/usb/chipidea/
2107
2108 CISCO VIC ETHERNET NIC DRIVER
2109 M:      Christian Benvenuti <benve@cisco.com>
2110 M:      Sujith Sankar <ssujith@cisco.com>
2111 M:      Govindarajulu Varadarajan <govindarajulu90@gmail.com>
2112 M:      Neel Patel <neepatel@cisco.com>
2113 M:      Nishank Trivedi <nistrive@cisco.com>
2114 S:      Supported
2115 F:      drivers/net/ethernet/cisco/enic/
2116
2117 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2118 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2119 L:      netdev@vger.kernel.org
2120 S:      Maintained
2121 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2122
2123 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
2124 M:      Lennert Buytenhek <kernel@wantstofly.org>
2125 L:      linux-usb@vger.kernel.org
2126 S:      Maintained
2127 F:      drivers/usb/host/ohci-ep93xx.c
2128
2129 CIRRUS LOGIC CS4270 SOUND DRIVER
2130 M:      Timur Tabi <timur@tabi.org>
2131 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2132 S:      Odd Fixes
2133 F:      sound/soc/codecs/cs4270*
2134
2135 CLEANCACHE API
2136 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2137 L:      linux-kernel@vger.kernel.org
2138 S:      Maintained
2139 F:      mm/cleancache.c
2140 F:      include/linux/cleancache.h
2141
2142 CLK API
2143 M:      Russell King <linux@arm.linux.org.uk>
2144 S:      Maintained
2145 F:      include/linux/clk.h
2146
2147 CLOCKSOURCE, CLOCKEVENT DRIVERS
2148 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2149 M:      Thomas Gleixner <tglx@linutronix.de>
2150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2151 S:      Supported
2152 F:      drivers/clocksource
2153
2154 CISCO FCOE HBA DRIVER
2155 M:      Hiral Patel <hiralpat@cisco.com>
2156 M:      Suma Ramars <sramars@cisco.com>
2157 M:      Brian Uchino <buchino@cisco.com>
2158 L:      linux-scsi@vger.kernel.org
2159 S:      Supported
2160 F:      drivers/scsi/fnic/
2161
2162 CMPC ACPI DRIVER
2163 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2164 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2165 L:      platform-driver-x86@vger.kernel.org
2166 S:      Supported
2167 F:      drivers/platform/x86/classmate-laptop.c
2168
2169 COCCINELLE/Semantic Patches (SmPL)
2170 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2171 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2172 M:      Nicolas Palix <nicolas.palix@imag.fr>
2173 M:      Michal Marek <mmarek@suse.cz>
2174 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2176 W:      http://coccinelle.lip6.fr/
2177 S:      Supported
2178 F:      Documentation/coccinelle.txt
2179 F:      scripts/coccinelle/
2180 F:      scripts/coccicheck
2181
2182 CODA FILE SYSTEM
2183 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2184 M:      coda@cs.cmu.edu
2185 L:      codalist@coda.cs.cmu.edu
2186 W:      http://www.coda.cs.cmu.edu/
2187 S:      Maintained
2188 F:      Documentation/filesystems/coda.txt
2189 F:      fs/coda/
2190 F:      include/linux/coda*.h
2191 F:      include/uapi/linux/coda*.h
2192
2193 COMMON CLK FRAMEWORK
2194 M:      Mike Turquette <mturquette@linaro.org>
2195 L:      linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV)
2196 T:      git git://git.linaro.org/people/mturquette/linux.git
2197 S:      Maintained
2198 F:      drivers/clk/
2199 X:      drivers/clk/clkdev.c
2200 F:      include/linux/clk-pr*
2201 F:      include/linux/clk/
2202
2203 COMMON INTERNET FILE SYSTEM (CIFS)
2204 M:      Steve French <sfrench@samba.org>
2205 L:      linux-cifs@vger.kernel.org
2206 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2207 W:      http://linux-cifs.samba.org/
2208 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
2209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
2210 S:      Supported
2211 F:      Documentation/filesystems/cifs.txt
2212 F:      fs/cifs/
2213
2214 COMPACTPCI HOTPLUG CORE
2215 M:      Scott Murray <scott@spiteful.org>
2216 L:      linux-pci@vger.kernel.org
2217 S:      Maintained
2218 F:      drivers/pci/hotplug/cpci_hotplug*
2219
2220 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2221 M:      Scott Murray <scott@spiteful.org>
2222 L:      linux-pci@vger.kernel.org
2223 S:      Maintained
2224 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2225
2226 COMPACTPCI HOTPLUG GENERIC DRIVER
2227 M:      Scott Murray <scott@spiteful.org>
2228 L:      linux-pci@vger.kernel.org
2229 S:      Maintained
2230 F:      drivers/pci/hotplug/cpcihp_generic.c
2231
2232 COMPAL LAPTOP SUPPORT
2233 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2234 L:      platform-driver-x86@vger.kernel.org
2235 S:      Maintained
2236 F:      drivers/platform/x86/compal-laptop.c
2237
2238 CONEXANT ACCESSRUNNER USB DRIVER
2239 M:      Simon Arlott <cxacru@fire.lp0.eu>
2240 L:      accessrunner-general@lists.sourceforge.net
2241 W:      http://accessrunner.sourceforge.net/
2242 S:      Maintained
2243 F:      drivers/usb/atm/cxacru.c
2244
2245 CONFIGFS
2246 M:      Joel Becker <jlbec@evilplan.org>
2247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2248 S:      Supported
2249 F:      fs/configfs/
2250 F:      include/linux/configfs.h
2251
2252 CONNECTOR
2253 M:      Evgeniy Polyakov <zbr@ioremap.net>
2254 L:      netdev@vger.kernel.org
2255 S:      Maintained
2256 F:      drivers/connector/
2257
2258 CONTROL GROUPS (CGROUPS)
2259 M:      Tejun Heo <tj@kernel.org>
2260 M:      Li Zefan <lizefan@huawei.com>
2261 L:      containers@lists.linux-foundation.org
2262 L:      cgroups@vger.kernel.org
2263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2264 S:      Maintained
2265 F:      include/linux/cgroup*
2266 F:      kernel/cgroup*
2267 F:      mm/*cgroup*
2268
2269 CORETEMP HARDWARE MONITORING DRIVER
2270 M:      Fenghua Yu <fenghua.yu@intel.com>
2271 L:      lm-sensors@lm-sensors.org
2272 S:      Maintained
2273 F:      Documentation/hwmon/coretemp
2274 F:      drivers/hwmon/coretemp.c
2275
2276 COSA/SRP SYNC SERIAL DRIVER
2277 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2278 W:      http://www.fi.muni.cz/~kas/cosa/
2279 S:      Maintained
2280 F:      drivers/net/wan/cosa*
2281
2282 CPMAC ETHERNET DRIVER
2283 M:      Florian Fainelli <florian@openwrt.org>
2284 L:      netdev@vger.kernel.org
2285 S:      Maintained
2286 F:      drivers/net/ethernet/ti/cpmac.c
2287
2288 CPU FREQUENCY DRIVERS
2289 M:      Rafael J. Wysocki <rjw@sisk.pl>
2290 M:      Viresh Kumar <viresh.kumar@linaro.org>
2291 L:      cpufreq@vger.kernel.org
2292 L:      linux-pm@vger.kernel.org
2293 S:      Maintained
2294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2295 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2296 F:      drivers/cpufreq/
2297 F:      include/linux/cpufreq.h
2298
2299 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2300 M:      Viresh Kumar <viresh.kumar@linaro.org>
2301 M:      Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
2302 L:      cpufreq@vger.kernel.org
2303 L:      linux-pm@vger.kernel.org
2304 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2305 S:      Maintained
2306 F:      drivers/cpufreq/arm_big_little.h
2307 F:      drivers/cpufreq/arm_big_little.c
2308 F:      drivers/cpufreq/arm_big_little_dt.c
2309
2310 CPUIDLE 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 <djbw@fb.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 <djbw@fb.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 <djbw@fb.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)
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:      drivers/net/ethernet/intel/
4384
4385 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4386 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
4387 L:      linux-wireless@vger.kernel.org
4388 S:      Maintained
4389 F:      Documentation/networking/README.ipw2100
4390 F:      Documentation/networking/README.ipw2200
4391 F:      drivers/net/wireless/ipw2x00/
4392
4393 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4394 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
4395 M:      Gang Wei <gang.wei@intel.com>
4396 M:      Shane Wang <shane.wang@intel.com>
4397 L:      tboot-devel@lists.sourceforge.net
4398 W:      http://tboot.sourceforge.net
4399 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4400 S:      Supported
4401 F:      Documentation/intel_txt.txt
4402 F:      include/linux/tboot.h
4403 F:      arch/x86/kernel/tboot.c
4404
4405 INTEL WIRELESS WIMAX CONNECTION 2400
4406 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
4407 M:      linux-wimax@intel.com
4408 L:      wimax@linuxwimax.org
4409 S:      Supported
4410 W:      http://linuxwimax.org
4411 F:      Documentation/wimax/README.i2400m
4412 F:      drivers/net/wimax/i2400m/
4413 F:      include/uapi/linux/wimax/i2400m.h
4414
4415 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4416 M:      Stanislaw Gruszka <sgruszka@redhat.com>
4417 L:      linux-wireless@vger.kernel.org
4418 S:      Supported
4419 F:      drivers/net/wireless/iwlegacy/
4420
4421 INTEL WIRELESS WIFI LINK (iwlwifi)
4422 M:      Johannes Berg <johannes.berg@intel.com>
4423 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
4424 M:      Intel Linux Wireless <ilw@linux.intel.com>
4425 L:      linux-wireless@vger.kernel.org
4426 W:      http://intellinuxwireless.org
4427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4428 S:      Supported
4429 F:      drivers/net/wireless/iwlwifi/
4430
4431 INTEL MANAGEMENT ENGINE (mei)
4432 M:      Tomas Winkler <tomas.winkler@intel.com>
4433 L:      linux-kernel@vger.kernel.org
4434 S:      Supported
4435 F:      include/uapi/linux/mei.h
4436 F:      drivers/misc/mei/*
4437 F:      Documentation/misc-devices/mei/*
4438
4439 IOC3 ETHERNET DRIVER
4440 M:      Ralf Baechle <ralf@linux-mips.org>
4441 L:      linux-mips@linux-mips.org
4442 S:      Maintained
4443 F:      drivers/net/ethernet/sgi/ioc3-eth.c
4444
4445 IOC3 SERIAL DRIVER
4446 M:      Pat Gefre <pfg@sgi.com>
4447 L:      linux-serial@vger.kernel.org
4448 S:      Maintained
4449 F:      drivers/tty/serial/ioc3_serial.c
4450
4451 IP MASQUERADING
4452 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
4453 S:      Maintained
4454 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
4455
4456 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4457 M:      Francois Romieu <romieu@fr.zoreil.com>
4458 M:      Sorbica Shieh <sorbica@icplus.com.tw>
4459 L:      netdev@vger.kernel.org
4460 S:      Maintained
4461 F:      drivers/net/ethernet/icplus/ipg.*
4462
4463 IPATH DRIVER
4464 M:      Mike Marciniszyn <infinipath@intel.com>
4465 L:      linux-rdma@vger.kernel.org
4466 S:      Maintained
4467 F:      drivers/infiniband/hw/ipath/
4468
4469 IPMI SUBSYSTEM
4470 M:      Corey Minyard <minyard@acm.org>
4471 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4472 W:      http://openipmi.sourceforge.net/
4473 S:      Supported
4474 F:      Documentation/IPMI.txt
4475 F:      drivers/char/ipmi/
4476 F:      include/linux/ipmi*
4477 F:      include/uapi/linux/ipmi*
4478
4479 IPS SCSI RAID DRIVER
4480 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4481 L:      linux-scsi@vger.kernel.org
4482 W:      http://www.adaptec.com/
4483 S:      Maintained
4484 F:      drivers/scsi/ips*
4485
4486 IPVS
4487 M:      Wensong Zhang <wensong@linux-vs.org>
4488 M:      Simon Horman <horms@verge.net.au>
4489 M:      Julian Anastasov <ja@ssi.bg>
4490 L:      netdev@vger.kernel.org
4491 L:      lvs-devel@vger.kernel.org
4492 S:      Maintained
4493 F:      Documentation/networking/ipvs-sysctl.txt
4494 F:      include/net/ip_vs.h
4495 F:      include/uapi/linux/ip_vs.h
4496 F:      net/netfilter/ipvs/
4497
4498 IPWIRELESS DRIVER
4499 M:      Jiri Kosina <jkosina@suse.cz>
4500 M:      David Sterba <dsterba@suse.cz>
4501 S:      Odd Fixes
4502 F:      drivers/tty/ipwireless/
4503
4504 IPX NETWORK LAYER
4505 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4506 L:      netdev@vger.kernel.org
4507 S:      Maintained
4508 F:      include/net/ipx.h
4509 F:      include/uapi/linux/ipx.h
4510 F:      net/ipx/
4511
4512 IRDA SUBSYSTEM
4513 M:      Samuel Ortiz <samuel@sortiz.org>
4514 L:      irda-users@lists.sourceforge.net (subscribers-only)
4515 L:      netdev@vger.kernel.org
4516 W:      http://irda.sourceforge.net/
4517 S:      Maintained
4518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4519 F:      Documentation/networking/irda.txt
4520 F:      drivers/net/irda/
4521 F:      include/net/irda/
4522 F:      net/irda/
4523
4524 IRQ SUBSYSTEM
4525 M:      Thomas Gleixner <tglx@linutronix.de>
4526 S:      Maintained
4527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4528 F:      kernel/irq/
4529 F:      drivers/irqchip/
4530
4531 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4532 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4533 S:      Maintained
4534 F:      Documentation/IRQ-domain.txt
4535 F:      include/linux/irqdomain.h
4536 F:      kernel/irq/irqdomain.c
4537
4538 ISAPNP
4539 M:      Jaroslav Kysela <perex@perex.cz>
4540 S:      Maintained
4541 F:      Documentation/isapnp.txt
4542 F:      drivers/pnp/isapnp/
4543 F:      include/linux/isapnp.h
4544
4545 ISA RADIO MODULE
4546 M:      Hans Verkuil <hverkuil@xs4all.nl>
4547 L:      linux-media@vger.kernel.org
4548 T:      git git://linuxtv.org/media_tree.git
4549 W:      http://linuxtv.org
4550 S:      Maintained
4551 F:      drivers/media/radio/radio-isa*
4552
4553 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4554 M:      Peter Jones <pjones@redhat.com>
4555 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
4556 S:      Maintained
4557 F:      drivers/firmware/iscsi_ibft*
4558
4559 ISCSI
4560 M:      Mike Christie <michaelc@cs.wisc.edu>
4561 L:      open-iscsi@googlegroups.com
4562 W:      www.open-iscsi.org
4563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4564 S:      Maintained
4565 F:      drivers/scsi/*iscsi*
4566 F:      include/scsi/*iscsi*
4567
4568 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
4569 M:      Or Gerlitz <ogerlitz@mellanox.com>
4570 M:      Roi Dayan <roid@mellanox.com>
4571 L:      linux-rdma@vger.kernel.org
4572 S:      Supported
4573 W:      http://www.openfabrics.org
4574 W:      www.open-iscsi.org
4575 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4576 F:      drivers/infiniband/ulp/iser
4577
4578 ISDN SUBSYSTEM
4579 M:      Karsten Keil <isdn@linux-pingi.de>
4580 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4581 L:      netdev@vger.kernel.org
4582 W:      http://www.isdn4linux.de
4583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4584 S:      Maintained
4585 F:      Documentation/isdn/
4586 F:      drivers/isdn/
4587 F:      include/linux/isdn.h
4588 F:      include/linux/isdn/
4589 F:      include/uapi/linux/isdn.h
4590 F:      include/uapi/linux/isdn/
4591
4592 ISDN SUBSYSTEM (Eicon active card driver)
4593 M:      Armin Schindler <mac@melware.de>
4594 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4595 W:      http://www.melware.de
4596 S:      Maintained
4597 F:      drivers/isdn/hardware/eicon/
4598
4599 IT87 HARDWARE MONITORING DRIVER
4600 M:      Jean Delvare <khali@linux-fr.org>
4601 L:      lm-sensors@lm-sensors.org
4602 S:      Maintained
4603 F:      Documentation/hwmon/it87
4604 F:      drivers/hwmon/it87.c
4605
4606 IT913X MEDIA DRIVER
4607 M:      Malcolm Priestley <tvboxspy@gmail.com>
4608 L:      linux-media@vger.kernel.org
4609 W:      http://linuxtv.org/
4610 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4611 S:      Maintained
4612 F:      drivers/media/usb/dvb-usb-v2/it913x*
4613
4614 IT913X FE MEDIA DRIVER
4615 M:      Malcolm Priestley <tvboxspy@gmail.com>
4616 L:      linux-media@vger.kernel.org
4617 W:      http://linuxtv.org/
4618 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4619 S:      Maintained
4620 F:      drivers/media/dvb-frontends/it913x-fe*
4621
4622 IT913X MEDIA DRIVER
4623 M:      Antti Palosaari <crope@iki.fi>
4624 L:      linux-media@vger.kernel.org
4625 W:      http://linuxtv.org/
4626 W:      http://palosaari.fi/linux/
4627 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4628 T:      git git://linuxtv.org/anttip/media_tree.git
4629 S:      Maintained
4630 F:      drivers/media/tuners/it913x*
4631
4632 IVTV VIDEO4LINUX DRIVER
4633 M:      Andy Walls <awalls@md.metrocast.net>
4634 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4635 L:      linux-media@vger.kernel.org
4636 T:      git git://linuxtv.org/media_tree.git
4637 W:      http://www.ivtvdriver.org
4638 S:      Maintained
4639 F:      Documentation/video4linux/*.ivtv
4640 F:      drivers/media/pci/ivtv/
4641 F:      include/uapi/linux/ivtv*
4642
4643 IX2505V MEDIA DRIVER
4644 M:      Malcolm Priestley <tvboxspy@gmail.com>
4645 L:      linux-media@vger.kernel.org
4646 W:      http://linuxtv.org/
4647 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4648 S:      Maintained
4649 F:      drivers/media/dvb-frontends/ix2505v*
4650
4651 JC42.4 TEMPERATURE SENSOR DRIVER
4652 M:      Guenter Roeck <linux@roeck-us.net>
4653 L:      lm-sensors@lm-sensors.org
4654 S:      Maintained
4655 F:      drivers/hwmon/jc42.c
4656 F:      Documentation/hwmon/jc42
4657
4658 JFS FILESYSTEM
4659 M:      Dave Kleikamp <shaggy@kernel.org>
4660 L:      jfs-discussion@lists.sourceforge.net
4661 W:      http://jfs.sourceforge.net/
4662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4663 S:      Maintained
4664 F:      Documentation/filesystems/jfs.txt
4665 F:      fs/jfs/
4666
4667 JME NETWORK DRIVER
4668 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
4669 L:      netdev@vger.kernel.org
4670 S:      Maintained
4671 F:      drivers/net/ethernet/jme.*
4672
4673 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4674 M:      David Woodhouse <dwmw2@infradead.org>
4675 L:      linux-mtd@lists.infradead.org
4676 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
4677 S:      Maintained
4678 F:      fs/jffs2/
4679 F:      include/uapi/linux/jffs2.h
4680
4681 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4682 M:      Andrew Morton <akpm@linux-foundation.org>
4683 M:      Jan Kara <jack@suse.cz>
4684 L:      linux-ext4@vger.kernel.org
4685 S:      Maintained
4686 F:      fs/jbd/
4687 F:      include/linux/jbd.h
4688
4689 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4690 M:      "Theodore Ts'o" <tytso@mit.edu>
4691 L:      linux-ext4@vger.kernel.org
4692 S:      Maintained
4693 F:      fs/jbd2/
4694 F:      include/linux/jbd2.h
4695
4696 JSM Neo PCI based serial card
4697 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4698 L:      linux-serial@vger.kernel.org
4699 S:      Maintained
4700 F:      drivers/tty/serial/jsm/
4701
4702 K10TEMP HARDWARE MONITORING DRIVER
4703 M:      Clemens Ladisch <clemens@ladisch.de>
4704 L:      lm-sensors@lm-sensors.org
4705 S:      Maintained
4706 F:      Documentation/hwmon/k10temp
4707 F:      drivers/hwmon/k10temp.c
4708
4709 K8TEMP HARDWARE MONITORING DRIVER
4710 M:      Rudolf Marek <r.marek@assembler.cz>
4711 L:      lm-sensors@lm-sensors.org
4712 S:      Maintained
4713 F:      Documentation/hwmon/k8temp
4714 F:      drivers/hwmon/k8temp.c
4715
4716 KCONFIG
4717 M:      Michal Marek <mmarek@suse.cz>
4718 L:      linux-kbuild@vger.kernel.org
4719 S:      Odd Fixes
4720 F:      Documentation/kbuild/kconfig-language.txt
4721 F:      scripts/kconfig/
4722
4723 KDUMP
4724 M:      Vivek Goyal <vgoyal@redhat.com>
4725 M:      Haren Myneni <hbabu@us.ibm.com>
4726 L:      kexec@lists.infradead.org
4727 W:      http://lse.sourceforge.net/kdump/
4728 S:      Maintained
4729 F:      Documentation/kdump/
4730
4731 KEENE FM RADIO TRANSMITTER DRIVER
4732 M:      Hans Verkuil <hverkuil@xs4all.nl>
4733 L:      linux-media@vger.kernel.org
4734 T:      git git://linuxtv.org/media_tree.git
4735 W:      http://linuxtv.org
4736 S:      Maintained
4737 F:      drivers/media/radio/radio-keene*
4738
4739 KERNEL AUTOMOUNTER v4 (AUTOFS4)
4740 M:      Ian Kent <raven@themaw.net>
4741 L:      autofs@vger.kernel.org
4742 S:      Maintained
4743 F:      fs/autofs4/
4744
4745 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4746 M:      Michal Marek <mmarek@suse.cz>
4747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4749 L:      linux-kbuild@vger.kernel.org
4750 S:      Maintained
4751 F:      Documentation/kbuild/
4752 F:      Makefile
4753 F:      scripts/Makefile.*
4754 F:      scripts/basic/
4755 F:      scripts/mk*
4756 F:      scripts/package/
4757
4758 KERNEL JANITORS
4759 L:      kernel-janitors@vger.kernel.org
4760 W:      http://kernelnewbies.org/KernelJanitors
4761 S:      Odd Fixes
4762
4763 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4764 M:      "J. Bruce Fields" <bfields@fieldses.org>
4765 L:      linux-nfs@vger.kernel.org
4766 W:      http://nfs.sourceforge.net/
4767 S:      Supported
4768 F:      fs/nfsd/
4769 F:      include/linux/nfsd/
4770 F:      include/uapi/linux/nfsd/
4771 F:      fs/lockd/
4772 F:      fs/nfs_common/
4773 F:      net/sunrpc/
4774 F:      include/linux/lockd/
4775 F:      include/linux/sunrpc/
4776 F:      include/uapi/linux/sunrpc/
4777
4778 KERNEL VIRTUAL MACHINE (KVM)
4779 M:      Gleb Natapov <gleb@redhat.com>
4780 M:      Paolo Bonzini <pbonzini@redhat.com>
4781 L:      kvm@vger.kernel.org
4782 W:      http://linux-kvm.org
4783 S:      Supported
4784 F:      Documentation/*/kvm*.txt
4785 F:      Documentation/virtual/kvm/
4786 F:      arch/*/kvm/
4787 F:      arch/*/include/asm/kvm*
4788 F:      include/linux/kvm*
4789 F:      include/uapi/linux/kvm*
4790 F:      virt/kvm/
4791
4792 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4793 M:      Joerg Roedel <joro@8bytes.org>
4794 L:      kvm@vger.kernel.org
4795 W:      http://kvm.qumranet.com
4796 S:      Maintained
4797 F:      arch/x86/include/asm/svm.h
4798 F:      arch/x86/kvm/svm.c
4799
4800 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4801 M:      Alexander Graf <agraf@suse.de>
4802 L:      kvm-ppc@vger.kernel.org
4803 W:      http://kvm.qumranet.com
4804 T:      git git://github.com/agraf/linux-2.6.git
4805 S:      Supported
4806 F:      arch/powerpc/include/asm/kvm*
4807 F:      arch/powerpc/kvm/
4808
4809 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4810 M:      Xiantao Zhang <xiantao.zhang@intel.com>
4811 L:      kvm-ia64@vger.kernel.org
4812 W:      http://kvm.qumranet.com
4813 S:      Supported
4814 F:      Documentation/ia64/kvm.txt
4815 F:      arch/ia64/include/asm/kvm*
4816 F:      arch/ia64/kvm/
4817
4818 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4819 M:      Christian Borntraeger <borntraeger@de.ibm.com>
4820 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
4821 M:      linux390@de.ibm.com
4822 L:      linux-s390@vger.kernel.org
4823 W:      http://www.ibm.com/developerworks/linux/linux390/
4824 S:      Supported
4825 F:      Documentation/s390/kvm.txt
4826 F:      arch/s390/include/asm/kvm*
4827 F:      arch/s390/kvm/
4828 F:      drivers/s390/kvm/
4829
4830 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
4831 M:      Christoffer Dall <christoffer.dall@linaro.org>
4832 L:      kvmarm@lists.cs.columbia.edu
4833 W:      http://systems.cs.columbia.edu/projects/kvm-arm
4834 S:      Supported
4835 F:      arch/arm/include/uapi/asm/kvm*
4836 F:      arch/arm/include/asm/kvm*
4837 F:      arch/arm/kvm/
4838
4839 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
4840 M:      Marc Zyngier <marc.zyngier@arm.com>
4841 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4842 L:      kvmarm@lists.cs.columbia.edu
4843 S:      Maintained
4844 F:      arch/arm64/include/uapi/asm/kvm*
4845 F:      arch/arm64/include/asm/kvm*
4846 F:      arch/arm64/kvm/
4847
4848 KEXEC
4849 M:      Eric Biederman <ebiederm@xmission.com>
4850 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
4851 L:      kexec@lists.infradead.org
4852 S:      Maintained
4853 F:      include/linux/kexec.h
4854 F:      include/uapi/linux/kexec.h
4855 F:      kernel/kexec.c
4856
4857 KEYS/KEYRINGS:
4858 M:      David Howells <dhowells@redhat.com>
4859 L:      keyrings@linux-nfs.org
4860 S:      Maintained
4861 F:      Documentation/security/keys.txt
4862 F:      include/linux/key.h
4863 F:      include/linux/key-type.h
4864 F:      include/keys/
4865 F:      security/keys/
4866
4867 KEYS-TRUSTED
4868 M:      David Safford <safford@watson.ibm.com>
4869 M:      Mimi Zohar <zohar@us.ibm.com>
4870 L:      linux-security-module@vger.kernel.org
4871 L:      keyrings@linux-nfs.org
4872 S:      Supported
4873 F:      Documentation/security/keys-trusted-encrypted.txt
4874 F:      include/keys/trusted-type.h
4875 F:      security/keys/trusted.c
4876 F:      security/keys/trusted.h
4877
4878 KEYS-ENCRYPTED
4879 M:      Mimi Zohar <zohar@us.ibm.com>
4880 M:      David Safford <safford@watson.ibm.com>
4881 L:      linux-security-module@vger.kernel.org
4882 L:      keyrings@linux-nfs.org
4883 S:      Supported
4884 F:      Documentation/security/keys-trusted-encrypted.txt
4885 F:      include/keys/encrypted-type.h
4886 F:      security/keys/encrypted-keys/
4887
4888 KGDB / KDB /debug_core
4889 M:      Jason Wessel <jason.wessel@windriver.com>
4890 W:      http://kgdb.wiki.kernel.org/
4891 L:      kgdb-bugreport@lists.sourceforge.net
4892 S:      Maintained
4893 F:      Documentation/DocBook/kgdb.tmpl
4894 F:      drivers/misc/kgdbts.c
4895 F:      drivers/tty/serial/kgdboc.c
4896 F:      include/linux/kdb.h
4897 F:      include/linux/kgdb.h
4898 F:      kernel/debug/
4899
4900 KMEMCHECK
4901 M:      Vegard Nossum <vegardno@ifi.uio.no>
4902 M:      Pekka Enberg <penberg@kernel.org>
4903 S:      Maintained
4904 F:      Documentation/kmemcheck.txt
4905 F:      arch/x86/include/asm/kmemcheck.h
4906 F:      arch/x86/mm/kmemcheck/
4907 F:      include/linux/kmemcheck.h
4908 F:      mm/kmemcheck.c
4909
4910 KMEMLEAK
4911 M:      Catalin Marinas <catalin.marinas@arm.com>
4912 S:      Maintained
4913 F:      Documentation/kmemleak.txt
4914 F:      include/linux/kmemleak.h
4915 F:      mm/kmemleak.c
4916 F:      mm/kmemleak-test.c
4917
4918 KPROBES
4919 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4920 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4921 M:      "David S. Miller" <davem@davemloft.net>
4922 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4923 S:      Maintained
4924 F:      Documentation/kprobes.txt
4925 F:      include/linux/kprobes.h
4926 F:      kernel/kprobes.c
4927
4928 KS0108 LCD CONTROLLER DRIVER
4929 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4930 W:      http://miguelojeda.es/auxdisplay.htm
4931 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4932 S:      Maintained
4933 F:      Documentation/auxdisplay/ks0108
4934 F:      drivers/auxdisplay/ks0108.c
4935 F:      include/linux/ks0108.h
4936
4937 LAPB module
4938 L:      linux-x25@vger.kernel.org
4939 S:      Orphan
4940 F:      Documentation/networking/lapb-module.txt
4941 F:      include/*/lapb.h
4942 F:      net/lapb/
4943
4944 LASI 53c700 driver for PARISC
4945 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4946 L:      linux-scsi@vger.kernel.org
4947 S:      Maintained
4948 F:      Documentation/scsi/53c700.txt
4949 F:      drivers/scsi/53c700*
4950
4951 LED SUBSYSTEM
4952 M:      Bryan Wu <cooloney@gmail.com>
4953 M:      Richard Purdie <rpurdie@rpsys.net>
4954 L:      linux-leds@vger.kernel.org
4955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4956 S:      Maintained
4957 F:      drivers/leds/
4958 F:      include/linux/leds.h
4959
4960 LEGACY EEPROM DRIVER
4961 M:      Jean Delvare <khali@linux-fr.org>
4962 S:      Maintained
4963 F:      Documentation/misc-devices/eeprom
4964 F:      drivers/misc/eeprom/eeprom.c
4965
4966 LEGO USB Tower driver
4967 M:      Juergen Stuber <starblue@users.sourceforge.net>
4968 L:      legousb-devel@lists.sourceforge.net
4969 W:      http://legousb.sourceforge.net/
4970 S:      Maintained
4971 F:      drivers/usb/misc/legousbtower.c
4972
4973 LG2160 MEDIA DRIVER
4974 M:      Michael Krufky <mkrufky@linuxtv.org>
4975 L:      linux-media@vger.kernel.org
4976 W:      http://linuxtv.org/
4977 W:      http://github.com/mkrufky
4978 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4979 T:      git git://linuxtv.org/mkrufky/tuners.git
4980 S:      Maintained
4981 F:      drivers/media/dvb-frontends/lg2160.*
4982
4983 LGDT3305 MEDIA DRIVER
4984 M:      Michael Krufky <mkrufky@linuxtv.org>
4985 L:      linux-media@vger.kernel.org
4986 W:      http://linuxtv.org/
4987 W:      http://github.com/mkrufky
4988 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4989 T:      git git://linuxtv.org/mkrufky/tuners.git
4990 S:      Maintained
4991 F:      drivers/media/dvb-frontends/lgdt3305.*
4992
4993 LGUEST
4994 M:      Rusty Russell <rusty@rustcorp.com.au>
4995 L:      lguest@lists.ozlabs.org
4996 W:      http://lguest.ozlabs.org/
4997 S:      Odd Fixes
4998 F:      arch/x86/include/asm/lguest*.h
4999 F:      arch/x86/lguest/
5000 F:      drivers/lguest/
5001 F:      include/linux/lguest*.h
5002 F:      tools/lguest/
5003
5004 LINUX FOR IBM pSERIES (RS/6000)
5005 M:      Paul Mackerras <paulus@au.ibm.com>
5006 W:      http://www.ibm.com/linux/ltc/projects/ppc
5007 S:      Supported
5008 F:      arch/powerpc/boot/rs6000.h
5009
5010 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5011 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5012 M:      Paul Mackerras <paulus@samba.org>
5013 W:      http://www.penguinppc.org/
5014 L:      linuxppc-dev@lists.ozlabs.org
5015 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5017 S:      Supported
5018 F:      Documentation/powerpc/
5019 F:      arch/powerpc/
5020
5021 LINUX FOR POWER MACINTOSH
5022 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5023 W:      http://www.penguinppc.org/
5024 L:      linuxppc-dev@lists.ozlabs.org
5025 S:      Maintained
5026 F:      arch/powerpc/platforms/powermac/
5027 F:      drivers/macintosh/
5028
5029 LINUX FOR POWERPC EMBEDDED MPC5XXX
5030 M:      Anatolij Gustschin <agust@denx.de>
5031 L:      linuxppc-dev@lists.ozlabs.org
5032 T:      git git://git.denx.de/linux-2.6-agust.git
5033 S:      Maintained
5034 F:      arch/powerpc/platforms/512x/
5035 F:      arch/powerpc/platforms/52xx/
5036
5037 LINUX FOR POWERPC EMBEDDED PPC4XX
5038 M:      Josh Boyer <jwboyer@gmail.com>
5039 M:      Matt Porter <mporter@kernel.crashing.org>
5040 W:      http://www.penguinppc.org/
5041 L:      linuxppc-dev@lists.ozlabs.org
5042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
5043 S:      Maintained
5044 F:      arch/powerpc/platforms/40x/
5045 F:      arch/powerpc/platforms/44x/
5046
5047 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5048 L:      linuxppc-dev@lists.ozlabs.org
5049 S:      Orphan
5050 F:      arch/powerpc/*/*virtex*
5051 F:      arch/powerpc/*/*/*virtex*
5052
5053 LINUX FOR POWERPC EMBEDDED PPC8XX
5054 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5055 M:      Marcelo Tosatti <marcelo@kvack.org>
5056 W:      http://www.penguinppc.org/
5057 L:      linuxppc-dev@lists.ozlabs.org
5058 S:      Maintained
5059 F:      arch/powerpc/platforms/8xx/
5060
5061 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5062 M:      Kumar Gala <galak@kernel.crashing.org>
5063 W:      http://www.penguinppc.org/
5064 L:      linuxppc-dev@lists.ozlabs.org
5065 S:      Maintained
5066 F:      arch/powerpc/platforms/83xx/
5067 F:      arch/powerpc/platforms/85xx/
5068
5069 LINUX FOR POWERPC PA SEMI PWRFICIENT
5070 M:      Olof Johansson <olof@lixom.net>
5071 L:      linuxppc-dev@lists.ozlabs.org
5072 S:      Maintained
5073 F:      arch/powerpc/platforms/pasemi/
5074 F:      drivers/*/*pasemi*
5075 F:      drivers/*/*/*pasemi*
5076
5077 LINUX SECURITY MODULE (LSM) FRAMEWORK
5078 M:      Chris Wright <chrisw@sous-sol.org>
5079 L:      linux-security-module@vger.kernel.org
5080 S:      Supported
5081
5082 LIS3LV02D ACCELEROMETER DRIVER
5083 M:      Eric Piel <eric.piel@tremplin-utc.net>
5084 S:      Maintained
5085 F:      Documentation/misc-devices/lis3lv02d
5086 F:      drivers/misc/lis3lv02d/
5087 F:      drivers/platform/x86/hp_accel.c
5088
5089 LLC (802.2)
5090 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5091 S:      Maintained
5092 F:      include/linux/llc.h
5093 F:      include/uapi/linux/llc.h
5094 F:      include/net/llc*
5095 F:      net/llc/
5096
5097 LM73 HARDWARE MONITOR DRIVER
5098 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5099 L:      lm-sensors@lm-sensors.org
5100 S:      Maintained
5101 F:      drivers/hwmon/lm73.c
5102
5103 LM78 HARDWARE MONITOR DRIVER
5104 M:      Jean Delvare <khali@linux-fr.org>
5105 L:      lm-sensors@lm-sensors.org
5106 S:      Maintained
5107 F:      Documentation/hwmon/lm78
5108 F:      drivers/hwmon/lm78.c
5109
5110 LM83 HARDWARE MONITOR DRIVER
5111 M:      Jean Delvare <khali@linux-fr.org>
5112 L:      lm-sensors@lm-sensors.org
5113 S:      Maintained
5114 F:      Documentation/hwmon/lm83
5115 F:      drivers/hwmon/lm83.c
5116
5117 LM90 HARDWARE MONITOR DRIVER
5118 M:      Jean Delvare <khali@linux-fr.org>
5119 L:      lm-sensors@lm-sensors.org
5120 S:      Maintained
5121 F:      Documentation/hwmon/lm90
5122 F:      drivers/hwmon/lm90.c
5123
5124 LM95234 HARDWARE MONITOR DRIVER
5125 M:      Guenter Roeck <linux@roeck-us.net>
5126 L:      lm-sensors@lm-sensors.org
5127 S:      Maintained
5128 F:      Documentation/hwmon/lm95234
5129 F:      drivers/hwmon/lm95234.c
5130
5131 LME2510 MEDIA DRIVER
5132 M:      Malcolm Priestley <tvboxspy@gmail.com>
5133 L:      linux-media@vger.kernel.org
5134 W:      http://linuxtv.org/
5135 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5136 S:      Maintained
5137 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5138
5139 LOCKDEP AND LOCKSTAT
5140 M:      Peter Zijlstra <peterz@infradead.org>
5141 M:      Ingo Molnar <mingo@redhat.com>
5142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5143 S:      Maintained
5144 F:      Documentation/lockdep*.txt
5145 F:      Documentation/lockstat.txt
5146 F:      include/linux/lockdep.h
5147 F:      kernel/lockdep*
5148
5149 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5150 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5151 L:      linux-ntfs-dev@lists.sourceforge.net
5152 W:      http://www.linux-ntfs.org/content/view/19/37/
5153 S:      Maintained
5154 F:      Documentation/ldm.txt
5155 F:      block/partitions/ldm.*
5156
5157 LogFS
5158 M:      Joern Engel <joern@logfs.org>
5159 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5160 L:      logfs@logfs.org
5161 W:      logfs.org
5162 S:      Maintained
5163 F:      fs/logfs/
5164
5165 LPC32XX MACHINE SUPPORT
5166 M:      Roland Stigge <stigge@antcom.de>
5167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5168 S:      Maintained
5169 F:      arch/arm/mach-lpc32xx/
5170
5171 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5172 M:      Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
5173 M:      Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
5174 M:      support@lsi.com
5175 L:      DL-MPTFusionLinux@lsi.com
5176 L:      linux-scsi@vger.kernel.org
5177 W:      http://www.lsilogic.com/support
5178 S:      Supported
5179 F:      drivers/message/fusion/
5180 F:      drivers/scsi/mpt2sas/
5181 F:      drivers/scsi/mpt3sas/
5182
5183 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5184 M:      Matthew Wilcox <matthew@wil.cx>
5185 L:      linux-scsi@vger.kernel.org
5186 S:      Maintained
5187 F:      drivers/scsi/sym53c8xx_2/
5188
5189 LTC4261 HARDWARE MONITOR DRIVER
5190 M:      Guenter Roeck <linux@roeck-us.net>
5191 L:      lm-sensors@lm-sensors.org
5192 S:      Maintained
5193 F:      Documentation/hwmon/ltc4261
5194 F:      drivers/hwmon/ltc4261.c
5195
5196 LTP (Linux Test Project)
5197 M:      Shubham Goyal <shubham@linux.vnet.ibm.com>
5198 M:      Mike Frysinger <vapier@gentoo.org>
5199 M:      Cyril Hrubis <chrubis@suse.cz>
5200 M:      Caspar Zhang <caspar@casparzhang.com>
5201 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5202 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5203 W:      http://ltp.sourceforge.net/
5204 T:      git git://github.com/linux-test-project/ltp.git
5205 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
5206 S:      Maintained
5207
5208 M32R ARCHITECTURE
5209 M:      Hirokazu Takata <takata@linux-m32r.org>
5210 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
5211 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
5212 W:      http://www.linux-m32r.org/
5213 S:      Maintained
5214 F:      arch/m32r/
5215
5216 M68K ARCHITECTURE
5217 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5218 L:      linux-m68k@lists.linux-m68k.org
5219 W:      http://www.linux-m68k.org/
5220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5221 S:      Maintained
5222 F:      arch/m68k/
5223 F:      drivers/zorro/
5224
5225 M68K ON APPLE MACINTOSH
5226 M:      Joshua Thompson <funaho@jurai.org>
5227 W:      http://www.mac.linux-m68k.org/
5228 L:      linux-m68k@lists.linux-m68k.org
5229 S:      Maintained
5230 F:      arch/m68k/mac/
5231
5232 M68K ON HP9000/300
5233 M:      Philip Blundell <philb@gnu.org>
5234 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5235 S:      Maintained
5236 F:      arch/m68k/hp300/
5237
5238 M88RS2000 MEDIA DRIVER
5239 M:      Malcolm Priestley <tvboxspy@gmail.com>
5240 L:      linux-media@vger.kernel.org
5241 W:      http://linuxtv.org/
5242 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5243 S:      Maintained
5244 F:      drivers/media/dvb-frontends/m88rs2000*
5245
5246 MA901 MASTERKIT USB FM RADIO DRIVER
5247 M:      Alexey Klimov <klimov.linux@gmail.com>
5248 L:      linux-media@vger.kernel.org
5249 T:      git git://linuxtv.org/media_tree.git
5250 S:      Maintained
5251 F:      drivers/media/radio/radio-ma901.c
5252
5253 MAC80211
5254 M:      Johannes Berg <johannes@sipsolutions.net>
5255 L:      linux-wireless@vger.kernel.org
5256 W:      http://wireless.kernel.org/
5257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5259 S:      Maintained
5260 F:      Documentation/networking/mac80211-injection.txt
5261 F:      include/net/mac80211.h
5262 F:      net/mac80211/
5263
5264 MAC80211 PID RATE CONTROL
5265 M:      Stefano Brivio <stefano.brivio@polimi.it>
5266 M:      Mattias Nissler <mattias.nissler@gmx.de>
5267 L:      linux-wireless@vger.kernel.org
5268 W:      http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
5269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5271 S:      Maintained
5272 F:      net/mac80211/rc80211_pid*
5273
5274 MACVLAN DRIVER
5275 M:      Patrick McHardy <kaber@trash.net>
5276 L:      netdev@vger.kernel.org
5277 S:      Maintained
5278 F:      drivers/net/macvlan.c
5279 F:      include/linux/if_macvlan.h
5280
5281 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5282 M:      Michael Kerrisk <mtk.manpages@gmail.com>
5283 W:      http://www.kernel.org/doc/man-pages
5284 L:      linux-man@vger.kernel.org
5285 S:      Maintained
5286
5287 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5288 M:      Mirko Lindner <mlindner@marvell.com>
5289 M:      Stephen Hemminger <stephen@networkplumber.org>
5290 L:      netdev@vger.kernel.org
5291 S:      Maintained
5292 F:      drivers/net/ethernet/marvell/sk*
5293
5294 MARVELL LIBERTAS WIRELESS DRIVER
5295 L:      libertas-dev@lists.infradead.org
5296 S:      Orphan
5297 F:      drivers/net/wireless/libertas/
5298
5299 MARVELL MV643XX ETHERNET DRIVER
5300 M:      Lennert Buytenhek <buytenh@wantstofly.org>
5301 L:      netdev@vger.kernel.org
5302 S:      Maintained
5303 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
5304 F:      include/linux/mv643xx.h
5305
5306 MARVELL MVNETA ETHERNET DRIVER
5307 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5308 L:      netdev@vger.kernel.org
5309 S:      Maintained
5310 F:      drivers/net/ethernet/marvell/mvneta.*
5311
5312 MARVELL MWIFIEX WIRELESS DRIVER
5313 M:      Bing Zhao <bzhao@marvell.com>
5314 L:      linux-wireless@vger.kernel.org
5315 S:      Maintained
5316 F:      drivers/net/wireless/mwifiex/
5317
5318 MARVELL MWL8K WIRELESS DRIVER
5319 M:      Lennert Buytenhek <buytenh@wantstofly.org>
5320 L:      linux-wireless@vger.kernel.org
5321 S:      Odd Fixes
5322 F:      drivers/net/wireless/mwl8k.c
5323
5324 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
5325 M:      Nicolas Pitre <nico@fluxnic.net>
5326 S:      Odd Fixes
5327 F:      drivers/mmc/host/mvsdio.*
5328
5329 MATROX FRAMEBUFFER DRIVER
5330 L:      linux-fbdev@vger.kernel.org
5331 S:      Orphan
5332 F:      drivers/video/matrox/matroxfb_*
5333 F:      include/uapi/linux/matroxfb.h
5334
5335 MAX16065 HARDWARE MONITOR DRIVER
5336 M:      Guenter Roeck <linux@roeck-us.net>
5337 L:      lm-sensors@lm-sensors.org
5338 S:      Maintained
5339 F:      Documentation/hwmon/max16065
5340 F:      drivers/hwmon/max16065.c
5341
5342 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5343 M:      "Hans J. Koch" <hjk@hansjkoch.de>
5344 L:      lm-sensors@lm-sensors.org
5345 S:      Maintained
5346 F:      Documentation/hwmon/max6650
5347 F:      drivers/hwmon/max6650.c
5348
5349 MAX6697 HARDWARE MONITOR DRIVER
5350 M:      Guenter Roeck <linux@roeck-us.net>
5351 L:      lm-sensors@lm-sensors.org
5352 S:      Maintained
5353 F:      Documentation/hwmon/max6697
5354 F:      Documentation/devicetree/bindings/i2c/max6697.txt
5355 F:      drivers/hwmon/max6697.c
5356 F:      include/linux/platform_data/max6697.h
5357
5358 MAXIRADIO FM RADIO RECEIVER DRIVER
5359 M:      Hans Verkuil <hverkuil@xs4all.nl>
5360 L:      linux-media@vger.kernel.org
5361 T:      git git://linuxtv.org/media_tree.git
5362 W:      http://linuxtv.org
5363 S:      Maintained
5364 F:      drivers/media/radio/radio-maxiradio*
5365
5366 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
5367 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
5368 P:      LinuxTV.org Project
5369 L:      linux-media@vger.kernel.org
5370 W:      http://linuxtv.org
5371 Q:      http://patchwork.kernel.org/project/linux-media/list/
5372 T:      git git://linuxtv.org/media_tree.git
5373 S:      Maintained
5374 F:      Documentation/dvb/
5375 F:      Documentation/video4linux/
5376 F:      Documentation/DocBook/media/
5377 F:      drivers/media/
5378 F:      drivers/staging/media/
5379 F:      include/media/
5380 F:      include/uapi/linux/dvb/
5381 F:      include/uapi/linux/videodev2.h
5382 F:      include/uapi/linux/media.h
5383 F:      include/uapi/linux/v4l2-*
5384 F:      include/uapi/linux/meye.h
5385 F:      include/uapi/linux/ivtv*
5386 F:      include/uapi/linux/uvcvideo.h
5387
5388 MEDIAVISION PRO MOVIE STUDIO DRIVER
5389 M:      Hans Verkuil <hverkuil@xs4all.nl>
5390 L:      linux-media@vger.kernel.org
5391 T:      git git://linuxtv.org/media_tree.git
5392 W:      http://linuxtv.org
5393 S:      Odd Fixes
5394 F:      drivers/media/parport/pms*
5395
5396 MEGARAID SCSI DRIVERS
5397 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
5398 L:      linux-scsi@vger.kernel.org
5399 W:      http://megaraid.lsilogic.com
5400 S:      Maintained
5401 F:      Documentation/scsi/megaraid.txt
5402 F:      drivers/scsi/megaraid.*
5403 F:      drivers/scsi/megaraid/
5404
5405 MELLANOX ETHERNET DRIVER (mlx4_en)
5406 M:      Amir Vadai <amirv@mellanox.com>
5407 L:      netdev@vger.kernel.org
5408 S:      Supported
5409 W:      http://www.mellanox.com
5410 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5411 F:      drivers/net/ethernet/mellanox/mlx4/en_*
5412
5413 MEMORY MANAGEMENT
5414 L:      linux-mm@kvack.org
5415 W:      http://www.linux-mm.org
5416 S:      Maintained
5417 F:      include/linux/mm.h
5418 F:      include/linux/gfp.h
5419 F:      include/linux/mmzone.h
5420 F:      include/linux/memory_hotplug.h
5421 F:      include/linux/vmalloc.h
5422 F:      mm/
5423
5424 MEMORY RESOURCE CONTROLLER
5425 M:      Johannes Weiner <hannes@cmpxchg.org>
5426 M:      Michal Hocko <mhocko@suse.cz>
5427 M:      Balbir Singh <bsingharora@gmail.com>
5428 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
5429 L:      cgroups@vger.kernel.org
5430 L:      linux-mm@kvack.org
5431 S:      Maintained
5432 F:      mm/memcontrol.c
5433 F:      mm/page_cgroup.c
5434
5435 MEMORY TECHNOLOGY DEVICES (MTD)
5436 M:      David Woodhouse <dwmw2@infradead.org>
5437 L:      linux-mtd@lists.infradead.org
5438 W:      http://www.linux-mtd.infradead.org/
5439 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
5440 T:      git git://git.infradead.org/mtd-2.6.git
5441 S:      Maintained
5442 F:      drivers/mtd/
5443 F:      include/linux/mtd/
5444 F:      include/uapi/mtd/
5445
5446 MEN A21 WATCHDOG DRIVER
5447 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
5448 L:      linux-watchdog@vger.kernel.org
5449 S:      Supported
5450 F:      drivers/watchdog/mena21_wdt.c
5451
5452 METAG ARCHITECTURE
5453 M:      James Hogan <james.hogan@imgtec.com>
5454 L:      linux-metag@vger.kernel.org
5455 S:      Supported
5456 F:      arch/metag/
5457 F:      Documentation/metag/
5458 F:      Documentation/devicetree/bindings/metag/
5459 F:      drivers/clocksource/metag_generic.c
5460 F:      drivers/irqchip/irq-metag.c
5461 F:      drivers/irqchip/irq-metag-ext.c
5462 F:      drivers/tty/metag_da.c
5463 F:      fs/imgdafs/
5464
5465 MICROBLAZE ARCHITECTURE
5466 M:      Michal Simek <monstr@monstr.eu>
5467 L:      microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
5468 W:      http://www.monstr.eu/fdt/
5469 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
5470 S:      Supported
5471 F:      arch/microblaze/
5472
5473 MICROTEK X6 SCANNER
5474 M:      Oliver Neukum <oliver@neukum.org>
5475 S:      Maintained
5476 F:      drivers/usb/image/microtek.*
5477
5478 MIPS
5479 M:      Ralf Baechle <ralf@linux-mips.org>
5480 L:      linux-mips@linux-mips.org
5481 W:      http://www.linux-mips.org/
5482 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
5483 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
5484 S:      Supported
5485 F:      Documentation/mips/
5486 F:      arch/mips/
5487
5488 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5489 M:      Hans Verkuil <hverkuil@xs4all.nl>
5490 L:      linux-media@vger.kernel.org
5491 T:      git git://linuxtv.org/media_tree.git
5492 W:      http://linuxtv.org
5493 S:      Odd Fixes
5494 F:      drivers/media/radio/radio-miropcm20*
5495
5496 Mellanox MLX5 core VPI driver
5497 M:      Eli Cohen <eli@mellanox.com>
5498 L:      netdev@vger.kernel.org
5499 L:      linux-rdma@vger.kernel.org
5500 W:      http://www.mellanox.com
5501 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5502 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5503 T:      git://openfabrics.org/~eli/connect-ib.git
5504 S:      Supported
5505 F:      drivers/net/ethernet/mellanox/mlx5/core/
5506 F:      include/linux/mlx5/
5507
5508 Mellanox MLX5 IB driver
5509 M:      Eli Cohen <eli@mellanox.com>
5510 L:      linux-rdma@vger.kernel.org
5511 W:      http://www.mellanox.com
5512 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5513 T:      git://openfabrics.org/~eli/connect-ib.git
5514 S:      Supported
5515 F:      include/linux/mlx5/
5516 F:      drivers/infiniband/hw/mlx5/
5517
5518 MODULE SUPPORT
5519 M:      Rusty Russell <rusty@rustcorp.com.au>
5520 S:      Maintained
5521 F:      include/linux/module.h
5522 F:      kernel/module.c
5523
5524 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5525 W:      http://popies.net/meye/
5526 S:      Orphan
5527 F:      Documentation/video4linux/meye.txt
5528 F:      drivers/media/pci/meye/
5529 F:      include/uapi/linux/meye.h
5530
5531 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5532 M:      Jiri Slaby <jirislaby@gmail.com>
5533 S:      Maintained
5534 F:      Documentation/serial/moxa-smartio
5535 F:      drivers/tty/mxser.*
5536
5537 MR800 AVERMEDIA USB FM RADIO DRIVER
5538 M:      Alexey Klimov <klimov.linux@gmail.com>
5539 L:      linux-media@vger.kernel.org
5540 T:      git git://linuxtv.org/media_tree.git
5541 S:      Maintained
5542 F:      drivers/media/radio/radio-mr800.c
5543
5544 MSI LAPTOP SUPPORT
5545 M:      "Lee, Chun-Yi" <jlee@suse.com>
5546 L:      platform-driver-x86@vger.kernel.org
5547 S:      Maintained
5548 F:      drivers/platform/x86/msi-laptop.c
5549
5550 MSI WMI SUPPORT
5551 M:      Anisse Astier <anisse@astier.eu>
5552 L:      platform-driver-x86@vger.kernel.org
5553 S:      Supported
5554 F:      drivers/platform/x86/msi-wmi.c
5555
5556 MT9M032 APTINA SENSOR DRIVER
5557 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5558 L:      linux-media@vger.kernel.org
5559 T:      git git://linuxtv.org/media_tree.git
5560 S:      Maintained
5561 F:      drivers/media/i2c/mt9m032.c
5562 F:      include/media/mt9m032.h
5563
5564 MT9P031 APTINA CAMERA SENSOR
5565 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5566 L:      linux-media@vger.kernel.org
5567 T:      git git://linuxtv.org/media_tree.git
5568 S:      Maintained
5569 F:      drivers/media/i2c/mt9p031.c
5570 F:      include/media/mt9p031.h
5571
5572 MT9T001 APTINA CAMERA SENSOR
5573 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5574 L:      linux-media@vger.kernel.org
5575 T:      git git://linuxtv.org/media_tree.git
5576 S:      Maintained
5577 F:      drivers/media/i2c/mt9t001.c
5578 F:      include/media/mt9t001.h
5579
5580 MT9V032 APTINA CAMERA SENSOR
5581 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5582 L:      linux-media@vger.kernel.org
5583 T:      git git://linuxtv.org/media_tree.git
5584 S:      Maintained
5585 F:      drivers/media/i2c/mt9v032.c
5586 F:      include/media/mt9v032.h
5587
5588 MULTIFUNCTION DEVICES (MFD)
5589 M:      Samuel Ortiz <sameo@linux.intel.com>
5590 M:      Lee Jones <lee.jones@linaro.org>
5591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next.git
5592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes.git
5593 S:      Supported
5594 F:      drivers/mfd/
5595 F:      include/linux/mfd/
5596
5597 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5598 M:      Chris Ball <cjb@laptop.org>
5599 L:      linux-mmc@vger.kernel.org
5600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5601 S:      Maintained
5602 F:      drivers/mmc/
5603 F:      include/linux/mmc/
5604 F:      include/uapi/linux/mmc/
5605
5606 MULTIMEDIA CARD (MMC) ETC. OVER SPI
5607 S:      Orphan
5608 F:      drivers/mmc/host/mmc_spi.c
5609 F:      include/linux/spi/mmc_spi.h
5610
5611 MULTISOUND SOUND DRIVER
5612 M:      Andrew Veliath <andrewtv@usa.net>
5613 S:      Maintained
5614 F:      Documentation/sound/oss/MultiSound
5615 F:      sound/oss/msnd*
5616
5617 MULTITECH MULTIPORT CARD (ISICOM)
5618 S:      Orphan
5619 F:      drivers/tty/isicom.c
5620 F:      include/linux/isicom.h
5621
5622 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5623 M:      Felipe Balbi <balbi@ti.com>
5624 L:      linux-usb@vger.kernel.org
5625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5626 S:      Maintained
5627 F:      drivers/usb/musb/
5628
5629 MXL5007T MEDIA DRIVER
5630 M:      Michael Krufky <mkrufky@linuxtv.org>
5631 L:      linux-media@vger.kernel.org
5632 W:      http://linuxtv.org/
5633 W:      http://github.com/mkrufky
5634 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5635 T:      git git://linuxtv.org/mkrufky/tuners.git
5636 S:      Maintained
5637 F:      drivers/media/tuners/mxl5007t.*
5638
5639 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5640 M:      Hyong-Youb Kim <hykim@myri.com>
5641 L:      netdev@vger.kernel.org
5642 W:      https://www.myricom.com/support/downloads/myri10ge.html
5643 S:      Supported
5644 F:      drivers/net/ethernet/myricom/myri10ge/
5645
5646 NATSEMI ETHERNET DRIVER (DP8381x)
5647 S:      Orphan
5648 F:      drivers/net/ethernet/natsemi/natsemi.c
5649
5650 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5651 M:      Daniel Mack <zonque@gmail.com>
5652 S:      Maintained
5653 L:      alsa-devel@alsa-project.org
5654 W:      http://www.native-instruments.com
5655 F:      sound/usb/caiaq/
5656
5657 NCP FILESYSTEM
5658 M:      Petr Vandrovec <petr@vandrovec.name>
5659 S:      Odd Fixes
5660 F:      fs/ncpfs/
5661
5662 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5663 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5664 L:      linux-scsi@vger.kernel.org
5665 S:      Maintained
5666 F:      drivers/scsi/NCR_D700.*
5667
5668 NCT6775 HARDWARE MONITOR DRIVER
5669 M:      Guenter Roeck <linux@roeck-us.net>
5670 L:      lm-sensors@lm-sensors.org
5671 S:      Maintained
5672 F:      Documentation/hwmon/nct6775
5673 F:      drivers/hwmon/nct6775.c
5674
5675 NETEFFECT IWARP RNIC DRIVER (IW_NES)
5676 M:      Faisal Latif <faisal.latif@intel.com>
5677 L:      linux-rdma@vger.kernel.org
5678 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5679 S:      Supported
5680 F:      drivers/infiniband/hw/nes/
5681
5682 NETEM NETWORK EMULATOR
5683 M:      Stephen Hemminger <stephen@networkplumber.org>
5684 L:      netem@lists.linux-foundation.org
5685 S:      Maintained
5686 F:      net/sched/sch_netem.c
5687
5688 NETERION 10GbE DRIVERS (s2io/vxge)
5689 M:      Jon Mason <jdmason@kudzu.us>
5690 L:      netdev@vger.kernel.org
5691 S:      Supported
5692 F:      Documentation/networking/s2io.txt
5693 F:      Documentation/networking/vxge.txt
5694 F:      drivers/net/ethernet/neterion/
5695
5696 NETFILTER/IPTABLES
5697 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5698 M:      Patrick McHardy <kaber@trash.net>
5699 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
5700 L:      netfilter-devel@vger.kernel.org
5701 L:      netfilter@vger.kernel.org
5702 L:      coreteam@netfilter.org
5703 W:      http://www.netfilter.org/
5704 W:      http://www.iptables.org/
5705 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
5706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
5707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
5708 S:      Supported
5709 F:      include/linux/netfilter*
5710 F:      include/linux/netfilter/
5711 F:      include/net/netfilter/
5712 F:      include/uapi/linux/netfilter*
5713 F:      include/uapi/linux/netfilter/
5714 F:      net/*/netfilter.c
5715 F:      net/*/netfilter/
5716 F:      net/netfilter/
5717
5718 NETLABEL
5719 M:      Paul Moore <paul@paul-moore.com>
5720 W:      http://netlabel.sf.net
5721 L:      netdev@vger.kernel.org
5722 S:      Maintained
5723 F:      Documentation/netlabel/
5724 F:      include/net/netlabel.h
5725 F:      net/netlabel/
5726
5727 NETROM NETWORK LAYER
5728 M:      Ralf Baechle <ralf@linux-mips.org>
5729 L:      linux-hams@vger.kernel.org
5730 W:      http://www.linux-ax25.org/
5731 S:      Maintained
5732 F:      include/net/netrom.h
5733 F:      include/uapi/linux/netrom.h
5734 F:      net/netrom/
5735
5736 NETWORK BLOCK DEVICE (NBD)
5737 M:      Paul Clements <Paul.Clements@steeleye.com>
5738 S:      Maintained
5739 L:      nbd-general@lists.sourceforge.net
5740 F:      Documentation/blockdev/nbd.txt
5741 F:      drivers/block/nbd.c
5742 F:      include/linux/nbd.h
5743 F:      include/uapi/linux/nbd.h
5744
5745 NETWORK DROP MONITOR
5746 M:      Neil Horman <nhorman@tuxdriver.com>
5747 L:      netdev@vger.kernel.org
5748 S:      Maintained
5749 W:      https://fedorahosted.org/dropwatch/
5750 F:      net/core/drop_monitor.c
5751
5752 NETWORKING [GENERAL]
5753 M:      "David S. Miller" <davem@davemloft.net>
5754 L:      netdev@vger.kernel.org
5755 W:      http://www.linuxfoundation.org/en/Net
5756 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5759 S:      Maintained
5760 F:      net/
5761 F:      include/net/
5762 F:      include/linux/in.h
5763 F:      include/linux/net.h
5764 F:      include/linux/netdevice.h
5765 F:      include/uapi/linux/in.h
5766 F:      include/uapi/linux/net.h
5767 F:      include/uapi/linux/netdevice.h
5768
5769 NETWORKING [IPv4/IPv6]
5770 M:      "David S. Miller" <davem@davemloft.net>
5771 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5772 M:      James Morris <jmorris@namei.org>
5773 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5774 M:      Patrick McHardy <kaber@trash.net>
5775 L:      netdev@vger.kernel.org
5776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5777 S:      Maintained
5778 F:      net/ipv4/
5779 F:      net/ipv6/
5780 F:      include/net/ip*
5781 F:      arch/x86/net/*
5782
5783 NETWORKING [IPSEC]
5784 M:      Steffen Klassert <steffen.klassert@secunet.com>
5785 M:      Herbert Xu <herbert@gondor.apana.org.au>
5786 M:      "David S. Miller" <davem@davemloft.net>
5787 L:      netdev@vger.kernel.org
5788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5789 S:      Maintained
5790 F:      net/xfrm/
5791 F:      net/key/
5792 F:      net/ipv4/xfrm*
5793 F:      net/ipv6/xfrm*
5794 F:      include/uapi/linux/xfrm.h
5795 F:      include/net/xfrm.h
5796
5797 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5798 M:      Paul Moore <paul@paul-moore.com>
5799 L:      netdev@vger.kernel.org
5800 S:      Maintained
5801
5802 NETWORKING [WIRELESS]
5803 M:      "John W. Linville" <linville@tuxdriver.com>
5804 L:      linux-wireless@vger.kernel.org
5805 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
5806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5807 S:      Maintained
5808 F:      net/mac80211/
5809 F:      net/rfkill/
5810 F:      net/wireless/
5811 F:      include/net/ieee80211*
5812 F:      include/linux/wireless.h
5813 F:      include/uapi/linux/wireless.h
5814 F:      include/net/iw_handler.h
5815 F:      drivers/net/wireless/
5816
5817 NETWORKING DRIVERS
5818 L:      netdev@vger.kernel.org
5819 W:      http://www.linuxfoundation.org/en/Net
5820 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5823 S:      Odd Fixes
5824 F:      drivers/net/
5825 F:      include/linux/if_*
5826 F:      include/linux/netdevice.h
5827 F:      include/linux/arcdevice.h
5828 F:      include/linux/etherdevice.h
5829 F:      include/linux/fcdevice.h
5830 F:      include/linux/fddidevice.h
5831 F:      include/linux/hippidevice.h
5832 F:      include/linux/inetdevice.h
5833 F:      include/uapi/linux/if_*
5834 F:      include/uapi/linux/netdevice.h
5835
5836 NETXEN (1/10) GbE SUPPORT
5837 M:      Manish Chopra <manish.chopra@qlogic.com>
5838 M:      Sony Chacko <sony.chacko@qlogic.com>
5839 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
5840 L:      netdev@vger.kernel.org
5841 W:      http://www.qlogic.com
5842 S:      Supported
5843 F:      drivers/net/ethernet/qlogic/netxen/
5844
5845 NFC SUBSYSTEM
5846 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5847 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5848 M:      Samuel Ortiz <sameo@linux.intel.com>
5849 L:      linux-wireless@vger.kernel.org
5850 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
5851 S:      Supported
5852 F:      net/nfc/
5853 F:      include/net/nfc/
5854 F:      include/uapi/linux/nfc.h
5855 F:      drivers/nfc/
5856 F:      include/linux/platform_data/pn544.h
5857
5858 NFS, SUNRPC, AND LOCKD CLIENTS
5859 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
5860 L:      linux-nfs@vger.kernel.org
5861 W:      http://client.linux-nfs.org
5862 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5863 S:      Maintained
5864 F:      fs/lockd/
5865 F:      fs/nfs/
5866 F:      fs/nfs_common/
5867 F:      net/sunrpc/
5868 F:      include/linux/lockd/
5869 F:      include/linux/nfs*
5870 F:      include/linux/sunrpc/
5871 F:      include/uapi/linux/nfs*
5872 F:      include/uapi/linux/sunrpc/
5873
5874 NILFS2 FILESYSTEM
5875 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5876 L:      linux-nilfs@vger.kernel.org
5877 W:      http://www.nilfs.org/en/
5878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5879 S:      Supported
5880 F:      Documentation/filesystems/nilfs2.txt
5881 F:      fs/nilfs2/
5882 F:      include/linux/nilfs2_fs.h
5883
5884 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5885 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5886 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5887 S:      Maintained
5888 F:      Documentation/scsi/NinjaSCSI.txt
5889 F:      drivers/scsi/pcmcia/nsp_*
5890
5891 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5892 M:      GOTO Masanori <gotom@debian.or.jp>
5893 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5894 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5895 S:      Maintained
5896 F:      Documentation/scsi/NinjaSCSI.txt
5897 F:      drivers/scsi/nsp32*
5898
5899 NTB DRIVER
5900 M:      Jon Mason <jon.mason@intel.com>
5901 S:      Supported
5902 W:      https://github.com/jonmason/ntb/wiki
5903 T:      git git://github.com/jonmason/ntb.git
5904 F:      drivers/ntb/
5905 F:      drivers/net/ntb_netdev.c
5906 F:      include/linux/ntb.h
5907
5908 NTFS FILESYSTEM
5909 M:      Anton Altaparmakov <anton@tuxera.com>
5910 L:      linux-ntfs-dev@lists.sourceforge.net
5911 W:      http://www.tuxera.com/
5912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5913 S:      Supported
5914 F:      Documentation/filesystems/ntfs.txt
5915 F:      fs/ntfs/
5916
5917 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5918 M:      Antonino Daplas <adaplas@gmail.com>
5919 L:      linux-fbdev@vger.kernel.org
5920 S:      Maintained
5921 F:      drivers/video/riva/
5922 F:      drivers/video/nvidia/
5923
5924 NVM EXPRESS DRIVER
5925 M:      Matthew Wilcox <willy@linux.intel.com>
5926 L:      linux-nvme@lists.infradead.org
5927 T:      git git://git.infradead.org/users/willy/linux-nvme.git
5928 S:      Supported
5929 F:      drivers/block/nvme*
5930 F:      include/linux/nvme.h
5931
5932 OMAP SUPPORT
5933 M:      Tony Lindgren <tony@atomide.com>
5934 L:      linux-omap@vger.kernel.org
5935 W:      http://www.muru.com/linux/omap/
5936 W:      http://linux.omap.com/
5937 Q:      http://patchwork.kernel.org/project/linux-omap/list/
5938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5939 S:      Maintained
5940 F:      arch/arm/*omap*/
5941 F:      drivers/i2c/busses/i2c-omap.c
5942 F:      include/linux/i2c-omap.h
5943
5944 OMAP DEVICE TREE SUPPORT
5945 M:      Benoît Cousson <bcousson@baylibre.com>
5946 M:      Tony Lindgren <tony@atomide.com>
5947 L:      linux-omap@vger.kernel.org
5948 L:      devicetree@vger.kernel.org
5949 S:      Maintained
5950 F:      arch/arm/boot/dts/*omap*
5951 F:      arch/arm/boot/dts/*am3*
5952
5953 OMAP CLOCK FRAMEWORK SUPPORT
5954 M:      Paul Walmsley <paul@pwsan.com>
5955 L:      linux-omap@vger.kernel.org
5956 S:      Maintained
5957 F:      arch/arm/*omap*/*clock*
5958
5959 OMAP POWER MANAGEMENT SUPPORT
5960 M:      Kevin Hilman <khilman@deeprootsystems.com>
5961 L:      linux-omap@vger.kernel.org
5962 S:      Maintained
5963 F:      arch/arm/*omap*/*pm*
5964 F:      drivers/cpufreq/omap-cpufreq.c
5965
5966 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5967 M:      Rajendra Nayak <rnayak@ti.com>
5968 M:      Paul Walmsley <paul@pwsan.com>
5969 L:      linux-omap@vger.kernel.org
5970 S:      Maintained
5971 F:      arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5972 F:      arch/arm/mach-omap2/powerdomain44xx.c
5973 F:      arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5974 F:      arch/arm/mach-omap2/clockdomain44xx.c
5975
5976 OMAP AUDIO SUPPORT
5977 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
5978 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
5979 L:      alsa-devel@alsa-project.org (subscribers-only)
5980 L:      linux-omap@vger.kernel.org
5981 S:      Maintained
5982 F:      sound/soc/omap/
5983
5984 OMAP FRAMEBUFFER SUPPORT
5985 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5986 L:      linux-fbdev@vger.kernel.org
5987 L:      linux-omap@vger.kernel.org
5988 S:      Maintained
5989 F:      drivers/video/omap/
5990
5991 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5992 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5993 L:      linux-omap@vger.kernel.org
5994 L:      linux-fbdev@vger.kernel.org
5995 S:      Maintained
5996 F:      drivers/video/omap2/
5997 F:      Documentation/arm/OMAP/DSS
5998
5999 OMAP HARDWARE SPINLOCK SUPPORT
6000 M:      Ohad Ben-Cohen <ohad@wizery.com>
6001 L:      linux-omap@vger.kernel.org
6002 S:      Maintained
6003 F:      drivers/hwspinlock/omap_hwspinlock.c
6004 F:      arch/arm/mach-omap2/hwspinlock.c
6005
6006 OMAP MMC SUPPORT
6007 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6008 L:      linux-omap@vger.kernel.org
6009 S:      Maintained
6010 F:      drivers/mmc/host/omap.c
6011
6012 OMAP HS MMC SUPPORT
6013 M:      Balaji T K <balajitk@ti.com>
6014 L:      linux-mmc@vger.kernel.org
6015 L:      linux-omap@vger.kernel.org
6016 S:      Maintained
6017 F:      drivers/mmc/host/omap_hsmmc.c
6018
6019 OMAP RANDOM NUMBER GENERATOR SUPPORT
6020 M:      Deepak Saxena <dsaxena@plexity.net>
6021 S:      Maintained
6022 F:      drivers/char/hw_random/omap-rng.c
6023
6024 OMAP HWMOD SUPPORT
6025 M:      Benoît Cousson <bcousson@baylibre.com>
6026 M:      Paul Walmsley <paul@pwsan.com>
6027 L:      linux-omap@vger.kernel.org
6028 S:      Maintained
6029 F:      arch/arm/mach-omap2/omap_hwmod.*
6030
6031 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6032 M:      Benoît Cousson <bcousson@baylibre.com>
6033 L:      linux-omap@vger.kernel.org
6034 S:      Maintained
6035 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6036
6037 OMAP IMAGE SIGNAL PROCESSOR (ISP)
6038 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6039 L:      linux-media@vger.kernel.org
6040 S:      Maintained
6041 F:      drivers/media/platform/omap3isp/
6042
6043 OMAP USB SUPPORT
6044 M:      Felipe Balbi <balbi@ti.com>
6045 L:      linux-usb@vger.kernel.org
6046 L:      linux-omap@vger.kernel.org
6047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6048 S:      Maintained
6049 F:      drivers/usb/*/*omap*
6050 F:      arch/arm/*omap*/usb*
6051
6052 OMAP GPIO DRIVER
6053 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
6054 M:      Kevin Hilman <khilman@deeprootsystems.com>
6055 L:      linux-omap@vger.kernel.org
6056 S:      Maintained
6057 F:      drivers/gpio/gpio-omap.c
6058
6059 OMFS FILESYSTEM
6060 M:      Bob Copeland <me@bobcopeland.com>
6061 L:      linux-karma-devel@lists.sourceforge.net
6062 S:      Maintained
6063 F:      Documentation/filesystems/omfs.txt
6064 F:      fs/omfs/
6065
6066 OMNIKEY CARDMAN 4000 DRIVER
6067 M:      Harald Welte <laforge@gnumonks.org>
6068 S:      Maintained
6069 F:      drivers/char/pcmcia/cm4000_cs.c
6070 F:      include/linux/cm4000_cs.h
6071 F:      include/uapi/linux/cm4000_cs.h
6072
6073 OMNIKEY CARDMAN 4040 DRIVER
6074 M:      Harald Welte <laforge@gnumonks.org>
6075 S:      Maintained
6076 F:      drivers/char/pcmcia/cm4040_cs.*
6077
6078 OMNIVISION OV7670 SENSOR DRIVER
6079 M:      Jonathan Corbet <corbet@lwn.net>
6080 L:      linux-media@vger.kernel.org
6081 T:      git git://linuxtv.org/media_tree.git
6082 S:      Maintained
6083 F:      drivers/media/i2c/ov7670.c
6084
6085 ONENAND FLASH DRIVER
6086 M:      Kyungmin Park <kyungmin.park@samsung.com>
6087 L:      linux-mtd@lists.infradead.org
6088 S:      Maintained
6089 F:      drivers/mtd/onenand/
6090 F:      include/linux/mtd/onenand*.h
6091
6092 ONSTREAM SCSI TAPE DRIVER
6093 M:      Willem Riede <osst@riede.org>
6094 L:      osst-users@lists.sourceforge.net
6095 L:      linux-scsi@vger.kernel.org
6096 S:      Maintained
6097 F:      Documentation/scsi/osst.txt
6098 F:      drivers/scsi/osst.*
6099 F:      drivers/scsi/osst_*.h
6100 F:      drivers/scsi/st.h
6101
6102 OPENCORES I2C BUS DRIVER
6103 M:      Peter Korsgaard <jacmet@sunsite.dk>
6104 L:      linux-i2c@vger.kernel.org
6105 S:      Maintained
6106 F:      Documentation/i2c/busses/i2c-ocores
6107 F:      drivers/i2c/busses/i2c-ocores.c
6108
6109 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6110 M:      Grant Likely <grant.likely@linaro.org>
6111 M:      Rob Herring <rob.herring@calxeda.com>
6112 L:      devicetree@vger.kernel.org
6113 W:      http://fdt.secretlab.ca
6114 T:      git git://git.secretlab.ca/git/linux-2.6.git
6115 S:      Maintained
6116 F:      drivers/of/
6117 F:      include/linux/of*.h
6118 F:      scripts/dtc/
6119 K:      of_get_property
6120 K:      of_match_table
6121
6122 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6123 M:      Rob Herring <rob.herring@calxeda.com>
6124 M:      Pawel Moll <pawel.moll@arm.com>
6125 M:      Mark Rutland <mark.rutland@arm.com>
6126 M:      Stephen Warren <swarren@wwwdotorg.org>
6127 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
6128 L:      devicetree@vger.kernel.org
6129 S:      Maintained
6130 F:      Documentation/devicetree/
6131 F:      arch/*/boot/dts/
6132 F:      include/dt-bindings/
6133
6134 OPENRISC ARCHITECTURE
6135 M:      Jonas Bonn <jonas@southpole.se>
6136 W:      http://openrisc.net
6137 L:      linux@lists.openrisc.net (moderated for non-subscribers)
6138 S:      Maintained
6139 T:      git git://openrisc.net/~jonas/linux
6140 F:      arch/openrisc
6141
6142 OPENVSWITCH
6143 M:      Jesse Gross <jesse@nicira.com>
6144 L:      dev@openvswitch.org
6145 W:      http://openvswitch.org
6146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
6147 S:      Maintained
6148 F:      net/openvswitch/
6149
6150 OPL4 DRIVER
6151 M:      Clemens Ladisch <clemens@ladisch.de>
6152 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6153 T:      git git://git.alsa-project.org/alsa-kernel.git
6154 S:      Maintained
6155 F:      sound/drivers/opl4/
6156
6157 OPROFILE
6158 M:      Robert Richter <rric@kernel.org>
6159 L:      oprofile-list@lists.sf.net
6160 S:      Maintained
6161 F:      arch/*/include/asm/oprofile*.h
6162 F:      arch/*/oprofile/
6163 F:      drivers/oprofile/
6164 F:      include/linux/oprofile.h
6165
6166 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
6167 M:      Mark Fasheh <mfasheh@suse.com>
6168 M:      Joel Becker <jlbec@evilplan.org>
6169 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
6170 W:      http://oss.oracle.com/projects/ocfs2/
6171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
6172 S:      Supported
6173 F:      Documentation/filesystems/ocfs2.txt
6174 F:      Documentation/filesystems/dlmfs.txt
6175 F:      fs/ocfs2/
6176
6177 ORINOCO DRIVER
6178 L:      linux-wireless@vger.kernel.org
6179 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
6180 W:      http://www.nongnu.org/orinoco/
6181 S:      Orphan
6182 F:      drivers/net/wireless/orinoco/
6183
6184 OSD LIBRARY and FILESYSTEM
6185 M:      Boaz Harrosh <bharrosh@panasas.com>
6186 M:      Benny Halevy <bhalevy@tonian.com>
6187 L:      osd-dev@open-osd.org
6188 W:      http://open-osd.org
6189 T:      git git://git.open-osd.org/open-osd.git
6190 S:      Maintained
6191 F:      drivers/scsi/osd/
6192 F:      include/scsi/osd_*
6193 F:      fs/exofs/
6194
6195 P54 WIRELESS DRIVER
6196 M:      Christian Lamparter <chunkeey@googlemail.com>
6197 L:      linux-wireless@vger.kernel.org
6198 W:      http://wireless.kernel.org/en/users/Drivers/p54
6199 S:      Maintained
6200 F:      drivers/net/wireless/p54/
6201
6202 PA SEMI ETHERNET DRIVER
6203 M:      Olof Johansson <olof@lixom.net>
6204 L:      netdev@vger.kernel.org
6205 S:      Maintained
6206 F:      drivers/net/ethernet/pasemi/*
6207
6208 PA SEMI SMBUS DRIVER
6209 M:      Olof Johansson <olof@lixom.net>
6210 L:      linux-i2c@vger.kernel.org
6211 S:      Maintained
6212 F:      drivers/i2c/busses/i2c-pasemi.c
6213
6214 PADATA PARALLEL EXECUTION MECHANISM
6215 M:      Steffen Klassert <steffen.klassert@secunet.com>
6216 L:      linux-crypto@vger.kernel.org
6217 S:      Maintained
6218 F:      kernel/padata.c
6219 F:      include/linux/padata.h
6220 F:      Documentation/padata.txt
6221
6222 PANASONIC LAPTOP ACPI EXTRAS DRIVER
6223 M:      Harald Welte <laforge@gnumonks.org>
6224 L:      platform-driver-x86@vger.kernel.org
6225 S:      Maintained
6226 F:      drivers/platform/x86/panasonic-laptop.c
6227
6228 PANASONIC MN10300/AM33/AM34 PORT
6229 M:      David Howells <dhowells@redhat.com>
6230 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
6231 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
6232 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
6233 S:      Maintained
6234 F:      Documentation/mn10300/
6235 F:      arch/mn10300/
6236
6237 PARALLEL PORT SUPPORT
6238 L:      linux-parport@lists.infradead.org (subscribers-only)
6239 S:      Orphan
6240 F:      drivers/parport/
6241 F:      include/linux/parport*.h
6242 F:      drivers/char/ppdev.c
6243 F:      include/uapi/linux/ppdev.h
6244
6245 PARAVIRT_OPS INTERFACE
6246 M:      Jeremy Fitzhardinge <jeremy@goop.org>
6247 M:      Chris Wright <chrisw@sous-sol.org>
6248 M:      Alok Kataria <akataria@vmware.com>
6249 M:      Rusty Russell <rusty@rustcorp.com.au>
6250 L:      virtualization@lists.linux-foundation.org
6251 S:      Supported
6252 F:      Documentation/ia64/paravirt_ops.txt
6253 F:      arch/*/kernel/paravirt*
6254 F:      arch/*/include/asm/paravirt.h
6255
6256 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
6257 M:      Tim Waugh <tim@cyberelk.net>
6258 L:      linux-parport@lists.infradead.org (subscribers-only)
6259 W:      http://www.torque.net/linux-pp.html
6260 S:      Maintained
6261 F:      Documentation/blockdev/paride.txt
6262 F:      drivers/block/paride/
6263
6264 PARISC ARCHITECTURE
6265 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
6266 M:      Helge Deller <deller@gmx.de>
6267 L:      linux-parisc@vger.kernel.org
6268 W:      http://www.parisc-linux.org/
6269 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
6270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
6271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
6272 S:      Maintained
6273 F:      arch/parisc/
6274 F:      Documentation/parisc/
6275 F:      drivers/parisc/
6276 F:      drivers/char/agp/parisc-agp.c
6277 F:      drivers/input/serio/gscps2.c
6278 F:      drivers/parport/parport_gsc.*
6279 F:      drivers/tty/serial/8250/8250_gsc.c
6280 F:      drivers/video/sti*
6281 F:      drivers/video/console/sti*
6282 F:      drivers/video/logo/logo_parisc*
6283
6284 PC87360 HARDWARE MONITORING DRIVER
6285 M:      Jim Cromie <jim.cromie@gmail.com>
6286 L:      lm-sensors@lm-sensors.org
6287 S:      Maintained
6288 F:      Documentation/hwmon/pc87360
6289 F:      drivers/hwmon/pc87360.c
6290
6291 PC8736x GPIO DRIVER
6292 M:      Jim Cromie <jim.cromie@gmail.com>
6293 S:      Maintained
6294 F:      drivers/char/pc8736x_gpio.c
6295
6296 PC87427 HARDWARE MONITORING DRIVER
6297 M:      Jean Delvare <khali@linux-fr.org>
6298 L:      lm-sensors@lm-sensors.org
6299 S:      Maintained
6300 F:      Documentation/hwmon/pc87427
6301 F:      drivers/hwmon/pc87427.c
6302
6303 PCA9532 LED DRIVER
6304 M:      Riku Voipio <riku.voipio@iki.fi>
6305 S:      Maintained
6306 F:      drivers/leds/leds-pca9532.c
6307 F:      include/linux/leds-pca9532.h
6308
6309 PCA9541 I2C BUS MASTER SELECTOR DRIVER
6310 M:      Guenter Roeck <linux@roeck-us.net>
6311 L:      linux-i2c@vger.kernel.org
6312 S:      Maintained
6313 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
6314
6315 PCDP - PRIMARY CONSOLE AND DEBUG PORT
6316 M:      Khalid Aziz <khalid@gonehiking.org>
6317 S:      Maintained
6318 F:      drivers/firmware/pcdp.*
6319
6320 PCI ERROR RECOVERY
6321 M:      Linas Vepstas <linasvepstas@gmail.com>
6322 L:      linux-pci@vger.kernel.org
6323 S:      Supported
6324 F:      Documentation/PCI/pci-error-recovery.txt
6325
6326 PCI SUBSYSTEM
6327 M:      Bjorn Helgaas <bhelgaas@google.com>
6328 L:      linux-pci@vger.kernel.org
6329 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
6330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
6331 S:      Supported
6332 F:      Documentation/PCI/
6333 F:      drivers/pci/
6334 F:      include/linux/pci*
6335
6336 PCI DRIVER FOR NVIDIA TEGRA
6337 M:      Thierry Reding <thierry.reding@gmail.com>
6338 L:      linux-tegra@vger.kernel.org
6339 S:      Supported
6340 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
6341 F:      drivers/pci/host/pci-tegra.c
6342
6343 PCMCIA SUBSYSTEM
6344 P:      Linux PCMCIA Team
6345 L:      linux-pcmcia@lists.infradead.org
6346 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6348 S:      Maintained
6349 F:      Documentation/pcmcia/
6350 F:      drivers/pcmcia/
6351 F:      include/pcmcia/
6352
6353 PCNET32 NETWORK DRIVER
6354 M:      Don Fry <pcnet32@frontier.com>
6355 L:      netdev@vger.kernel.org
6356 S:      Maintained
6357 F:      drivers/net/ethernet/amd/pcnet32.c
6358
6359 PCRYPT PARALLEL CRYPTO ENGINE
6360 M:      Steffen Klassert <steffen.klassert@secunet.com>
6361 L:      linux-crypto@vger.kernel.org
6362 S:      Maintained
6363 F:      crypto/pcrypt.c
6364 F:      include/crypto/pcrypt.h
6365
6366 PER-CPU MEMORY ALLOCATOR
6367 M:      Tejun Heo <tj@kernel.org>
6368 M:      Christoph Lameter <cl@linux-foundation.org>
6369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6370 S:      Maintained
6371 F:      include/linux/percpu*.h
6372 F:      mm/percpu*.c
6373 F:      arch/*/include/asm/percpu.h
6374
6375 PER-TASK DELAY ACCOUNTING
6376 M:      Balbir Singh <bsingharora@gmail.com>
6377 S:      Maintained
6378 F:      include/linux/delayacct.h
6379 F:      kernel/delayacct.c
6380
6381 PERFORMANCE EVENTS SUBSYSTEM
6382 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
6383 M:      Paul Mackerras <paulus@samba.org>
6384 M:      Ingo Molnar <mingo@redhat.com>
6385 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6387 S:      Supported
6388 F:      kernel/events/*
6389 F:      include/linux/perf_event.h
6390 F:      include/uapi/linux/perf_event.h
6391 F:      arch/*/kernel/perf_event*.c
6392 F:      arch/*/kernel/*/perf_event*.c
6393 F:      arch/*/kernel/*/*/perf_event*.c
6394 F:      arch/*/include/asm/perf_event.h
6395 F:      arch/*/kernel/perf_callchain.c
6396 F:      tools/perf/
6397
6398 PERSONALITY HANDLING
6399 M:      Christoph Hellwig <hch@infradead.org>
6400 L:      linux-abi-devel@lists.sourceforge.net
6401 S:      Maintained
6402 F:      include/linux/personality.h
6403 F:      include/uapi/linux/personality.h
6404
6405 PHONET PROTOCOL
6406 M:      Remi Denis-Courmont <courmisch@gmail.com>
6407 S:      Supported
6408 F:      Documentation/networking/phonet.txt
6409 F:      include/linux/phonet.h
6410 F:      include/net/phonet/
6411 F:      include/uapi/linux/phonet.h
6412 F:      net/phonet/
6413
6414 PHRAM MTD DRIVER
6415 M:      Joern Engel <joern@lazybastard.org>
6416 L:      linux-mtd@lists.infradead.org
6417 S:      Maintained
6418 F:      drivers/mtd/devices/phram.c
6419
6420 PICOLCD HID DRIVER
6421 M:      Bruno Prémont <bonbons@linux-vserver.org>
6422 L:      linux-input@vger.kernel.org
6423 S:      Maintained
6424 F:      drivers/hid/hid-picolcd*
6425
6426 PICOXCELL SUPPORT
6427 M:      Jamie Iles <jamie@jamieiles.com>
6428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6429 T:      git git://github.com/jamieiles/linux-2.6-ji.git
6430 S:      Supported
6431 F:      arch/arm/mach-picoxcell
6432 F:      drivers/*/picoxcell*
6433 F:      drivers/*/*/picoxcell*
6434
6435 PIN CONTROL SUBSYSTEM
6436 M:      Linus Walleij <linus.walleij@linaro.org>
6437 S:      Maintained
6438 F:      drivers/pinctrl/
6439 F:      include/linux/pinctrl/
6440
6441 PIN CONTROLLER - ATMEL AT91
6442 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
6443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6444 S:      Maintained
6445 F:      drivers/pinctrl/pinctrl-at91.c
6446
6447 PIN CONTROLLER - SAMSUNG
6448 M:      Tomasz Figa <t.figa@samsung.com>
6449 M:      Thomas Abraham <thomas.abraham@linaro.org>
6450 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6451 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6452 S:      Maintained
6453 F:      drivers/pinctrl/pinctrl-exynos.*
6454 F:      drivers/pinctrl/pinctrl-s3c*
6455 F:      drivers/pinctrl/pinctrl-samsung.*
6456
6457 PIN CONTROLLER - ST SPEAR
6458 M:      Viresh Kumar <viresh.linux@gmail.com>
6459 L:      spear-devel@list.st.com
6460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6461 W:      http://www.st.com/spear
6462 S:      Maintained
6463 F:      drivers/pinctrl/spear/
6464
6465 PKTCDVD DRIVER
6466 M:      Jiri Kosina <jkosina@suse.cz>
6467 S:      Maintained
6468 F:      drivers/block/pktcdvd.c
6469 F:      include/linux/pktcdvd.h
6470 F:      include/uapi/linux/pktcdvd.h
6471
6472 PKUNITY SOC DRIVERS
6473 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6474 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6475 S:      Maintained
6476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6477 F:      drivers/input/serio/i8042-unicore32io.h
6478 F:      drivers/i2c/busses/i2c-puv3.c
6479 F:      drivers/video/fb-puv3.c
6480 F:      drivers/rtc/rtc-puv3.c
6481
6482 PMBUS HARDWARE MONITORING DRIVERS
6483 M:      Guenter Roeck <linux@roeck-us.net>
6484 L:      lm-sensors@lm-sensors.org
6485 W:      http://www.lm-sensors.org/
6486 W:      http://www.roeck-us.net/linux/drivers/
6487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6488 S:      Maintained
6489 F:      Documentation/hwmon/pmbus
6490 F:      drivers/hwmon/pmbus/
6491 F:      include/linux/i2c/pmbus.h
6492
6493 PMC SIERRA MaxRAID DRIVER
6494 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
6495 L:      linux-scsi@vger.kernel.org
6496 W:      http://www.pmc-sierra.com/
6497 S:      Supported
6498 F:      drivers/scsi/pmcraid.*
6499
6500 PMC SIERRA PM8001 DRIVER
6501 M:      xjtuwjp@gmail.com
6502 M:      lindar_liu@usish.com
6503 L:      linux-scsi@vger.kernel.org
6504 S:      Supported
6505 F:      drivers/scsi/pm8001/
6506
6507 POSIX CLOCKS and TIMERS
6508 M:      Thomas Gleixner <tglx@linutronix.de>
6509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6510 S:      Supported
6511 F:      fs/timerfd.c
6512 F:      include/linux/timer*
6513 F:      kernel/*timer*
6514
6515 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6516 M:      Anton Vorontsov <anton@enomsg.org>
6517 M:      David Woodhouse <dwmw2@infradead.org>
6518 T:      git git://git.infradead.org/battery-2.6.git
6519 S:      Maintained
6520 F:      include/linux/power_supply.h
6521 F:      drivers/power/
6522
6523 PNP SUPPORT
6524 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
6525 M:      Bjorn Helgaas <bhelgaas@google.com>
6526 S:      Maintained
6527 F:      drivers/pnp/
6528
6529 PNXxxxx I2C DRIVER
6530 M:      Vitaly Wool <vitalywool@gmail.com>
6531 L:      linux-i2c@vger.kernel.org
6532 S:      Maintained
6533 F:      drivers/i2c/busses/i2c-pnx.c
6534
6535 PPP PROTOCOL DRIVERS AND COMPRESSORS
6536 M:      Paul Mackerras <paulus@samba.org>
6537 L:      linux-ppp@vger.kernel.org
6538 S:      Maintained
6539 F:      drivers/net/ppp/ppp_*
6540
6541 PPP OVER ATM (RFC 2364)
6542 M:      Mitchell Blank Jr <mitch@sfgoth.com>
6543 S:      Maintained
6544 F:      net/atm/pppoatm.c
6545 F:      include/uapi/linux/atmppp.h
6546
6547 PPP OVER ETHERNET
6548 M:      Michal Ostrowski <mostrows@earthlink.net>
6549 S:      Maintained
6550 F:      drivers/net/ppp/pppoe.c
6551 F:      drivers/net/ppp/pppox.c
6552
6553 PPP OVER L2TP
6554 M:      James Chapman <jchapman@katalix.com>
6555 S:      Maintained
6556 F:      net/l2tp/l2tp_ppp.c
6557 F:      include/linux/if_pppol2tp.h
6558 F:      include/uapi/linux/if_pppol2tp.h
6559
6560 PPS SUPPORT
6561 M:      Rodolfo Giometti <giometti@enneenne.com>
6562 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
6563 L:      linuxpps@ml.enneenne.com (subscribers-only)
6564 S:      Maintained
6565 F:      Documentation/pps/
6566 F:      drivers/pps/
6567 F:      include/linux/pps*.h
6568
6569 PPTP DRIVER
6570 M:      Dmitry Kozlov <xeb@mail.ru>
6571 L:      netdev@vger.kernel.org
6572 S:      Maintained
6573 F:      drivers/net/ppp/pptp.c
6574 W:      http://sourceforge.net/projects/accel-pptp
6575
6576 PREEMPTIBLE KERNEL
6577 M:      Robert Love <rml@tech9.net>
6578 L:      kpreempt-tech@lists.sourceforge.net
6579 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
6580 S:      Supported
6581 F:      Documentation/preempt-locking.txt
6582 F:      include/linux/preempt.h
6583
6584 PRISM54 WIRELESS DRIVER
6585 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
6586 L:      linux-wireless@vger.kernel.org
6587 W:      http://wireless.kernel.org/en/users/Drivers/p54
6588 S:      Obsolete
6589 F:      drivers/net/wireless/prism54/
6590
6591 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
6592 M:      Mikael Pettersson <mikpe@it.uu.se>
6593 L:      linux-ide@vger.kernel.org
6594 S:      Maintained
6595 F:      drivers/ata/sata_promise.*
6596
6597 PS3 NETWORK SUPPORT
6598 M:      Geoff Levand <geoff@infradead.org>
6599 L:      netdev@vger.kernel.org
6600 L:      cbe-oss-dev@lists.ozlabs.org
6601 S:      Maintained
6602 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
6603
6604 PS3 PLATFORM SUPPORT
6605 M:      Geoff Levand <geoff@infradead.org>
6606 L:      linuxppc-dev@lists.ozlabs.org
6607 L:      cbe-oss-dev@lists.ozlabs.org
6608 S:      Maintained
6609 F:      arch/powerpc/boot/ps3*
6610 F:      arch/powerpc/include/asm/lv1call.h
6611 F:      arch/powerpc/include/asm/ps3*.h
6612 F:      arch/powerpc/platforms/ps3/
6613 F:      drivers/*/ps3*
6614 F:      drivers/ps3/
6615 F:      drivers/rtc/rtc-ps3.c
6616 F:      drivers/usb/host/*ps3.c
6617 F:      sound/ppc/snd_ps3*
6618
6619 PS3VRAM DRIVER
6620 M:      Jim Paris <jim@jtan.com>
6621 L:      cbe-oss-dev@lists.ozlabs.org
6622 S:      Maintained
6623 F:      drivers/block/ps3vram.c
6624
6625 PSTORE FILESYSTEM
6626 M:      Anton Vorontsov <anton@enomsg.org>
6627 M:      Colin Cross <ccross@android.com>
6628 M:      Kees Cook <keescook@chromium.org>
6629 M:      Tony Luck <tony.luck@intel.com>
6630 S:      Maintained
6631 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
6632 F:      fs/pstore/
6633 F:      include/linux/pstore*
6634 F:      drivers/firmware/efi/efi-pstore.c
6635 F:      drivers/acpi/apei/erst.c
6636
6637 PTP HARDWARE CLOCK SUPPORT
6638 M:      Richard Cochran <richardcochran@gmail.com>
6639 L:      netdev@vger.kernel.org
6640 S:      Maintained
6641 W:      http://linuxptp.sourceforge.net/
6642 F:      Documentation/ABI/testing/sysfs-ptp
6643 F:      Documentation/ptp/*
6644 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
6645 F:      drivers/net/phy/dp83640*
6646 F:      drivers/ptp/*
6647 F:      include/linux/ptp_cl*
6648
6649 PTRACE SUPPORT
6650 M:      Roland McGrath <roland@redhat.com>
6651 M:      Oleg Nesterov <oleg@redhat.com>
6652 S:      Maintained
6653 F:      include/asm-generic/syscall.h
6654 F:      include/linux/ptrace.h
6655 F:      include/linux/regset.h
6656 F:      include/linux/tracehook.h
6657 F:      include/uapi/linux/ptrace.h
6658 F:      kernel/ptrace.c
6659
6660 PVRUSB2 VIDEO4LINUX DRIVER
6661 M:      Mike Isely <isely@pobox.com>
6662 L:      pvrusb2@isely.net       (subscribers-only)
6663 L:      linux-media@vger.kernel.org
6664 W:      http://www.isely.net/pvrusb2/
6665 T:      git git://linuxtv.org/media_tree.git
6666 S:      Maintained
6667 F:      Documentation/video4linux/README.pvrusb2
6668 F:      drivers/media/usb/pvrusb2/
6669
6670 PWC WEBCAM DRIVER
6671 M:      Hans de Goede <hdegoede@redhat.com>
6672 L:      linux-media@vger.kernel.org
6673 T:      git git://linuxtv.org/media_tree.git
6674 S:      Maintained
6675 F:      drivers/media/usb/pwc/*
6676
6677 PWM SUBSYSTEM
6678 M:      Thierry Reding <thierry.reding@gmail.com>
6679 L:      linux-pwm@vger.kernel.org
6680 S:      Maintained
6681 W:      http://gitorious.org/linux-pwm
6682 T:      git git://gitorious.org/linux-pwm/linux-pwm.git
6683 F:      Documentation/pwm.txt
6684 F:      Documentation/devicetree/bindings/pwm/
6685 F:      include/linux/pwm.h
6686 F:      drivers/pwm/
6687 F:      drivers/video/backlight/pwm_bl.c
6688 F:      include/linux/pwm_backlight.h
6689
6690 PXA2xx/PXA3xx SUPPORT
6691 M:      Eric Miao <eric.y.miao@gmail.com>
6692 M:      Russell King <linux@arm.linux.org.uk>
6693 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6694 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6695 T:      git git://github.com/hzhuang1/linux.git
6696 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6697 S:      Maintained
6698 F:      arch/arm/mach-pxa/
6699 F:      drivers/pcmcia/pxa2xx*
6700 F:      drivers/spi/spi-pxa2xx*
6701 F:      drivers/usb/gadget/pxa2*
6702 F:      include/sound/pxa2xx-lib.h
6703 F:      sound/arm/pxa*
6704 F:      sound/soc/pxa
6705
6706 MMP SUPPORT
6707 M:      Eric Miao <eric.y.miao@gmail.com>
6708 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6709 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6710 T:      git git://github.com/hzhuang1/linux.git
6711 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6712 S:      Maintained
6713 F:      arch/arm/mach-mmp/
6714
6715 PXA MMCI DRIVER
6716 S:      Orphan
6717
6718 PXA RTC DRIVER
6719 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6720 L:      rtc-linux@googlegroups.com
6721 S:      Maintained
6722
6723 QIB DRIVER
6724 M:      Mike Marciniszyn <infinipath@intel.com>
6725 L:      linux-rdma@vger.kernel.org
6726 S:      Supported
6727 F:      drivers/infiniband/hw/qib/
6728
6729 QLOGIC QLA1280 SCSI DRIVER
6730 M:      Michael Reed <mdr@sgi.com>
6731 L:      linux-scsi@vger.kernel.org
6732 S:      Maintained
6733 F:      drivers/scsi/qla1280.[ch]
6734
6735 QLOGIC QLA2XXX FC-SCSI DRIVER
6736 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
6737 M:      linux-driver@qlogic.com
6738 L:      linux-scsi@vger.kernel.org
6739 S:      Supported
6740 F:      Documentation/scsi/LICENSE.qla2xxx
6741 F:      drivers/scsi/qla2xxx/
6742
6743 QLOGIC QLA4XXX iSCSI DRIVER
6744 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6745 M:      iscsi-driver@qlogic.com
6746 L:      linux-scsi@vger.kernel.org
6747 S:      Supported
6748 F:      Documentation/scsi/LICENSE.qla4xxx
6749 F:      drivers/scsi/qla4xxx/
6750
6751 QLOGIC QLA3XXX NETWORK DRIVER
6752 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6753 M:      Ron Mercer <ron.mercer@qlogic.com>
6754 M:      linux-driver@qlogic.com
6755 L:      netdev@vger.kernel.org
6756 S:      Supported
6757 F:      Documentation/networking/LICENSE.qla3xxx
6758 F:      drivers/net/ethernet/qlogic/qla3xxx.*
6759
6760 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6761 M:      Himanshu Madhani <himanshu.madhani@qlogic.com>
6762 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6763 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
6764 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6765 M:      Sony Chacko <sony.chacko@qlogic.com>
6766 M:      Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>
6767 M:      linux-driver@qlogic.com
6768 L:      netdev@vger.kernel.org
6769 S:      Supported
6770 F:      drivers/net/ethernet/qlogic/qlcnic/
6771
6772 QLOGIC QLGE 10Gb ETHERNET DRIVER
6773 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
6774 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6775 M:      Ron Mercer <ron.mercer@qlogic.com>
6776 M:      linux-driver@qlogic.com
6777 L:      netdev@vger.kernel.org
6778 S:      Supported
6779 F:      drivers/net/ethernet/qlogic/qlge/
6780
6781 QNX4 FILESYSTEM
6782 M:      Anders Larsen <al@alarsen.net>
6783 W:      http://www.alarsen.net/linux/qnx4fs/
6784 S:      Maintained
6785 F:      fs/qnx4/
6786 F:      include/uapi/linux/qnx4_fs.h
6787 F:      include/uapi/linux/qnxtypes.h
6788
6789 QT1010 MEDIA DRIVER
6790 M:      Antti Palosaari <crope@iki.fi>
6791 L:      linux-media@vger.kernel.org
6792 W:      http://linuxtv.org/
6793 W:      http://palosaari.fi/linux/
6794 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6795 T:      git git://linuxtv.org/anttip/media_tree.git
6796 S:      Maintained
6797 F:      drivers/media/tuners/qt1010*
6798
6799 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
6800 M:      Kalle Valo <kvalo@qca.qualcomm.com>
6801 L:      ath10k@lists.infradead.org
6802 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
6803 T:      git git://github.com/kvalo/ath.git
6804 S:      Supported
6805 F:      drivers/net/wireless/ath/ath10k/
6806
6807 QUALCOMM HEXAGON ARCHITECTURE
6808 M:      Richard Kuo <rkuo@codeaurora.org>
6809 L:      linux-hexagon@vger.kernel.org
6810 S:      Supported
6811 F:      arch/hexagon/
6812
6813 QUICKCAM PARALLEL PORT WEBCAMS
6814 M:      Hans Verkuil <hverkuil@xs4all.nl>
6815 L:      linux-media@vger.kernel.org
6816 T:      git git://linuxtv.org/media_tree.git
6817 W:      http://linuxtv.org
6818 S:      Odd Fixes
6819 F:      drivers/media/parport/*-qcam*
6820
6821 RADOS BLOCK DEVICE (RBD)
6822 M:      Yehuda Sadeh <yehuda@inktank.com>
6823 M:      Sage Weil <sage@inktank.com>
6824 M:      Alex Elder <elder@inktank.com>
6825 M:      ceph-devel@vger.kernel.org
6826 W:      http://ceph.com/
6827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
6828 S:      Supported
6829 F:      drivers/block/rbd.c
6830 F:      drivers/block/rbd_types.h
6831
6832 RADEON FRAMEBUFFER DISPLAY DRIVER
6833 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6834 L:      linux-fbdev@vger.kernel.org
6835 S:      Maintained
6836 F:      drivers/video/aty/radeon*
6837 F:      include/uapi/linux/radeonfb.h
6838
6839 RADIOSHARK RADIO DRIVER
6840 M:      Hans de Goede <hdegoede@redhat.com>
6841 L:      linux-media@vger.kernel.org
6842 T:      git git://linuxtv.org/media_tree.git
6843 S:      Maintained
6844 F:      drivers/media/radio/radio-shark.c
6845
6846 RADIOSHARK2 RADIO DRIVER
6847 M:      Hans de Goede <hdegoede@redhat.com>
6848 L:      linux-media@vger.kernel.org
6849 T:      git git://linuxtv.org/media_tree.git
6850 S:      Maintained
6851 F:      drivers/media/radio/radio-shark2.c
6852 F:      drivers/media/radio/radio-tea5777.c
6853
6854 RAGE128 FRAMEBUFFER DISPLAY DRIVER
6855 M:      Paul Mackerras <paulus@samba.org>
6856 L:      linux-fbdev@vger.kernel.org
6857 S:      Maintained
6858 F:      drivers/video/aty/aty128fb.c
6859
6860 RALINK RT2X00 WIRELESS LAN DRIVER
6861 P:      rt2x00 project
6862 M:      Ivo van Doorn <IvDoorn@gmail.com>
6863 M:      Gertjan van Wingerde <gwingerde@gmail.com>
6864 M:      Helmut Schaa <helmut.schaa@googlemail.com>
6865 L:      linux-wireless@vger.kernel.org
6866 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6867 W:      http://rt2x00.serialmonkey.com/
6868 S:      Maintained
6869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6870 F:      drivers/net/wireless/rt2x00/
6871
6872 RAMDISK RAM BLOCK DEVICE DRIVER
6873 M:      Nick Piggin <npiggin@kernel.dk>
6874 S:      Maintained
6875 F:      Documentation/blockdev/ramdisk.txt
6876 F:      drivers/block/brd.c
6877
6878 RANDOM NUMBER DRIVER
6879 M:      Theodore Ts'o" <tytso@mit.edu>
6880 S:      Maintained
6881 F:      drivers/char/random.c
6882
6883 RAPIDIO SUBSYSTEM
6884 M:      Matt Porter <mporter@kernel.crashing.org>
6885 M:      Alexandre Bounine <alexandre.bounine@idt.com>
6886 S:      Maintained
6887 F:      drivers/rapidio/
6888
6889 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6890 L:      linux-wireless@vger.kernel.org
6891 S:      Orphan
6892 F:      drivers/net/wireless/ray*
6893
6894 RCUTORTURE MODULE
6895 M:      Josh Triplett <josh@freedesktop.org>
6896 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6897 S:      Supported
6898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6899 F:      Documentation/RCU/torture.txt
6900 F:      kernel/rcutorture.c
6901
6902 RDC R-321X SoC
6903 M:      Florian Fainelli <florian@openwrt.org>
6904 S:      Maintained
6905
6906 RDC R6040 FAST ETHERNET DRIVER
6907 M:      Florian Fainelli <florian@openwrt.org>
6908 L:      netdev@vger.kernel.org
6909 S:      Maintained
6910 F:      drivers/net/ethernet/rdc/r6040.c
6911
6912 RDS - RELIABLE DATAGRAM SOCKETS
6913 M:      Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6914 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
6915 S:      Supported
6916 F:      net/rds/
6917
6918 READ-COPY UPDATE (RCU)
6919 M:      Dipankar Sarma <dipankar@in.ibm.com>
6920 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6921 W:      http://www.rdrop.com/users/paulmck/RCU/
6922 S:      Supported
6923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6924 F:      Documentation/RCU/
6925 X:      Documentation/RCU/torture.txt
6926 F:      include/linux/rcu*
6927 F:      kernel/rcu*
6928 X:      kernel/rcutorture.c
6929
6930 REAL TIME CLOCK (RTC) SUBSYSTEM
6931 M:      Alessandro Zummo <a.zummo@towertech.it>
6932 L:      rtc-linux@googlegroups.com
6933 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
6934 S:      Maintained
6935 F:      Documentation/rtc.txt
6936 F:      drivers/rtc/
6937 F:      include/linux/rtc.h
6938 F:      include/uapi/linux/rtc.h
6939
6940 REISERFS FILE SYSTEM
6941 L:      reiserfs-devel@vger.kernel.org
6942 S:      Supported
6943 F:      fs/reiserfs/
6944
6945 REGISTER MAP ABSTRACTION
6946 M:      Mark Brown <broonie@kernel.org>
6947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6948 S:      Supported
6949 F:      drivers/base/regmap/
6950 F:      include/linux/regmap.h
6951
6952 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6953 M:      Ohad Ben-Cohen <ohad@wizery.com>
6954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6955 S:      Maintained
6956 F:      drivers/remoteproc/
6957 F:      Documentation/remoteproc.txt
6958 F:      include/linux/remoteproc.h
6959
6960 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
6961 M:      Ohad Ben-Cohen <ohad@wizery.com>
6962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
6963 S:      Maintained
6964 F:      drivers/rpmsg/
6965 F:      Documentation/rpmsg.txt
6966 F:      include/linux/rpmsg.h
6967
6968 RFKILL
6969 M:      Johannes Berg <johannes@sipsolutions.net>
6970 L:      linux-wireless@vger.kernel.org
6971 W:      http://wireless.kernel.org/
6972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6974 S:      Maintained
6975 F:      Documentation/rfkill.txt
6976 F:      net/rfkill/
6977
6978 RICOH SMARTMEDIA/XD DRIVER
6979 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6980 S:      Maintained
6981 F:      drivers/mtd/nand/r852.c
6982 F:      drivers/mtd/nand/r852.h
6983
6984 RICOH R5C592 MEMORYSTICK DRIVER
6985 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6986 S:      Maintained
6987 F:      drivers/memstick/host/r592.*
6988
6989 ROCCAT DRIVERS
6990 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
6991 W:      http://sourceforge.net/projects/roccat/
6992 S:      Maintained
6993 F:      drivers/hid/hid-roccat*
6994 F:      include/linux/hid-roccat*
6995 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
6996
6997 ROCKETPORT DRIVER
6998 P:      Comtrol Corp.
6999 W:      http://www.comtrol.com
7000 S:      Maintained
7001 F:      Documentation/serial/rocket.txt
7002 F:      drivers/tty/rocket*
7003
7004 ROSE NETWORK LAYER
7005 M:      Ralf Baechle <ralf@linux-mips.org>
7006 L:      linux-hams@vger.kernel.org
7007 W:      http://www.linux-ax25.org/
7008 S:      Maintained
7009 F:      include/net/rose.h
7010 F:      include/uapi/linux/rose.h
7011 F:      net/rose/
7012
7013 RTL2830 MEDIA DRIVER
7014 M:      Antti Palosaari <crope@iki.fi>
7015 L:      linux-media@vger.kernel.org
7016 W:      http://linuxtv.org/
7017 W:      http://palosaari.fi/linux/
7018 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7019 T:      git git://linuxtv.org/anttip/media_tree.git
7020 S:      Maintained
7021 F:      drivers/media/dvb-frontends/rtl2830*
7022
7023 RTL2832 MEDIA DRIVER
7024 M:      Antti Palosaari <crope@iki.fi>
7025 L:      linux-media@vger.kernel.org
7026 W:      http://linuxtv.org/
7027 W:      http://palosaari.fi/linux/
7028 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7029 T:      git git://linuxtv.org/anttip/media_tree.git
7030 S:      Maintained
7031 F:      drivers/media/dvb-frontends/rtl2832*
7032
7033 RTL8180 WIRELESS DRIVER
7034 M:      "John W. Linville" <linville@tuxdriver.com>
7035 L:      linux-wireless@vger.kernel.org
7036 W:      http://wireless.kernel.org/
7037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7038 S:      Maintained
7039 F:      drivers/net/wireless/rtl818x/rtl8180/
7040
7041 RTL8187 WIRELESS DRIVER
7042 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7043 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
7044 M:      Larry Finger <Larry.Finger@lwfinger.net>
7045 L:      linux-wireless@vger.kernel.org
7046 W:      http://wireless.kernel.org/
7047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7048 S:      Maintained
7049 F:      drivers/net/wireless/rtl818x/rtl8187/
7050
7051 RTL8192CE WIRELESS DRIVER
7052 M:      Larry Finger <Larry.Finger@lwfinger.net>
7053 M:      Chaoming Li <chaoming_li@realsil.com.cn>
7054 L:      linux-wireless@vger.kernel.org
7055 W:      http://wireless.kernel.org/
7056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7057 S:      Maintained
7058 F:      drivers/net/wireless/rtlwifi/
7059 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
7060
7061 S3 SAVAGE FRAMEBUFFER DRIVER
7062 M:      Antonino Daplas <adaplas@gmail.com>
7063 L:      linux-fbdev@vger.kernel.org
7064 S:      Maintained
7065 F:      drivers/video/savage/
7066
7067 S390
7068 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
7069 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
7070 M:      linux390@de.ibm.com
7071 L:      linux-s390@vger.kernel.org
7072 W:      http://www.ibm.com/developerworks/linux/linux390/
7073 S:      Supported
7074 F:      arch/s390/
7075 F:      drivers/s390/
7076 F:      block/partitions/ibm.c
7077 F:      Documentation/s390/
7078 F:      Documentation/DocBook/s390*
7079
7080 S390 NETWORK DRIVERS
7081 M:      Ursula Braun <ursula.braun@de.ibm.com>
7082 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
7083 M:      linux390@de.ibm.com
7084 L:      linux-s390@vger.kernel.org
7085 W:      http://www.ibm.com/developerworks/linux/linux390/
7086 S:      Supported
7087 F:      drivers/s390/net/
7088
7089 S390 ZCRYPT DRIVER
7090 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
7091 M:      linux390@de.ibm.com
7092 L:      linux-s390@vger.kernel.org
7093 W:      http://www.ibm.com/developerworks/linux/linux390/
7094 S:      Supported
7095 F:      drivers/s390/crypto/
7096
7097 S390 ZFCP DRIVER
7098 M:      Steffen Maier <maier@linux.vnet.ibm.com>
7099 M:      linux390@de.ibm.com
7100 L:      linux-s390@vger.kernel.org
7101 W:      http://www.ibm.com/developerworks/linux/linux390/
7102 S:      Supported
7103 F:      drivers/s390/scsi/zfcp_*
7104
7105 S390 IUCV NETWORK LAYER
7106 M:      Ursula Braun <ursula.braun@de.ibm.com>
7107 M:      linux390@de.ibm.com
7108 L:      linux-s390@vger.kernel.org
7109 W:      http://www.ibm.com/developerworks/linux/linux390/
7110 S:      Supported
7111 F:      drivers/s390/net/*iucv*
7112 F:      include/net/iucv/
7113 F:      net/iucv/
7114
7115 S3C24XX SD/MMC Driver
7116 M:      Ben Dooks <ben-linux@fluff.org>
7117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7118 S:      Supported
7119 F:      drivers/mmc/host/s3cmci.*
7120
7121 SAA6588 RDS RECEIVER DRIVER
7122 M:      Hans Verkuil <hverkuil@xs4all.nl>
7123 L:      linux-media@vger.kernel.org
7124 T:      git git://linuxtv.org/media_tree.git
7125 W:      http://linuxtv.org
7126 S:      Odd Fixes
7127 F:      drivers/media/i2c/saa6588*
7128
7129 SAA7134 VIDEO4LINUX DRIVER
7130 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7131 L:      linux-media@vger.kernel.org
7132 W:      http://linuxtv.org
7133 T:      git git://linuxtv.org/media_tree.git
7134 S:      Odd fixes
7135 F:      Documentation/video4linux/*.saa7134
7136 F:      drivers/media/pci/saa7134/
7137
7138 SAA7146 VIDEO4LINUX-2 DRIVER
7139 M:      Hans Verkuil <hverkuil@xs4all.nl>
7140 L:      linux-media@vger.kernel.org
7141 T:      git git://linuxtv.org/media_tree.git
7142 S:      Maintained
7143 F:      drivers/media/common/saa7146/
7144 F:      drivers/media/pci/saa7146/
7145 F:      include/media/saa7146*
7146
7147 SAMSUNG LAPTOP DRIVER
7148 M:      Corentin Chary <corentin.chary@gmail.com>
7149 L:      platform-driver-x86@vger.kernel.org
7150 S:      Maintained
7151 F:      drivers/platform/x86/samsung-laptop.c
7152
7153 SAMSUNG AUDIO (ASoC) DRIVERS
7154 M:      Sangbeom Kim <sbkim73@samsung.com>
7155 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7156 S:      Supported
7157 F:      sound/soc/samsung
7158
7159 SAMSUNG FRAMEBUFFER DRIVER
7160 M:      Jingoo Han <jg1.han@samsung.com>
7161 L:      linux-fbdev@vger.kernel.org
7162 S:      Maintained
7163 F:      drivers/video/s3c-fb.c
7164
7165 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
7166 M:      Sangbeom Kim <sbkim73@samsung.com>
7167 L:      linux-kernel@vger.kernel.org
7168 S:      Supported
7169 F:      drivers/mfd/sec*.c
7170 F:      drivers/regulator/s2m*.c
7171 F:      drivers/regulator/s5m*.c
7172 F:      drivers/rtc/rtc-sec.c
7173 F:      include/linux/mfd/samsung/
7174
7175 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
7176 M:      Kyungmin Park <kyungmin.park@samsung.com>
7177 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
7178 L:      linux-media@vger.kernel.org
7179 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
7180 S:      Supported
7181 F:      drivers/media/platform/exynos4-is/
7182 F:      include/media/s5p_fimc.h
7183
7184 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
7185 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
7186 L:      linux-media@vger.kernel.org
7187 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7188 S:      Maintained
7189 F:      drivers/media/platform/s3c-camif/
7190 F:      include/media/s3c_camif.h
7191
7192 SAMSUNG S5C73M3 CAMERA DRIVER
7193 M:      Kyungmin Park <kyungmin.park@samsung.com>
7194 M:      Andrzej Hajda <a.hajda@samsung.com>
7195 L:      linux-media@vger.kernel.org
7196 S:      Supported
7197 F:      drivers/media/i2c/s5c73m3/*
7198
7199 SERIAL DRIVERS
7200 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7201 L:      linux-serial@vger.kernel.org
7202 S:      Maintained
7203 F:      drivers/tty/serial
7204
7205 SYNOPSYS DESIGNWARE DMAC DRIVER
7206 M:      Viresh Kumar <viresh.linux@gmail.com>
7207 S:      Maintained
7208 F:      include/linux/dw_dmac.h
7209 F:      drivers/dma/dw/
7210
7211 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
7212 M:      Seungwon Jeon <tgih.jun@samsung.com>
7213 M:      Jaehoon Chung <jh80.chung@samsung.com>
7214 L:      linux-mmc@vger.kernel.org
7215 S:      Maintained
7216 F:      include/linux/mmc/dw_mmc.h
7217 F:      drivers/mmc/host/dw_mmc*
7218
7219 TIMEKEEPING, CLOCKSOURCE CORE, NTP
7220 M:      John Stultz <john.stultz@linaro.org>
7221 M:      Thomas Gleixner <tglx@linutronix.de>
7222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7223 S:      Supported
7224 F:      include/linux/clocksource.h
7225 F:      include/linux/time.h
7226 F:      include/linux/timex.h
7227 F:      include/uapi/linux/time.h
7228 F:      include/uapi/linux/timex.h
7229 F:      kernel/time/clocksource.c
7230 F:      kernel/time/time*.c
7231 F:      kernel/time/ntp.c
7232
7233 TLG2300 VIDEO4LINUX-2 DRIVER
7234 M:      Huang Shijie <shijie8@gmail.com>
7235 M:      Hans Verkuil <hverkuil@xs4all.nl>
7236 S:      Odd Fixes
7237 F:      drivers/media/usb/tlg2300
7238
7239 SC1200 WDT DRIVER
7240 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
7241 S:      Maintained
7242 F:      drivers/watchdog/sc1200wdt.c
7243
7244 SCHEDULER
7245 M:      Ingo Molnar <mingo@redhat.com>
7246 M:      Peter Zijlstra <peterz@infradead.org>
7247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7248 S:      Maintained
7249 F:      kernel/sched/
7250 F:      include/linux/sched.h
7251 F:      include/uapi/linux/sched.h
7252
7253 SCORE ARCHITECTURE
7254 M:      Chen Liqin <liqin.chen@sunplusct.com>
7255 M:      Lennox Wu <lennox.wu@gmail.com>
7256 W:      http://www.sunplusct.com
7257 S:      Supported
7258 F:      arch/score/
7259
7260 SCSI CDROM DRIVER
7261 M:      Jens Axboe <axboe@kernel.dk>
7262 L:      linux-scsi@vger.kernel.org
7263 W:      http://www.kernel.dk
7264 S:      Maintained
7265 F:      drivers/scsi/sr*
7266
7267 SCSI RDMA PROTOCOL (SRP) INITIATOR
7268 M:      David Dillow <dillowda@ornl.gov>
7269 L:      linux-rdma@vger.kernel.org
7270 S:      Supported
7271 W:      http://www.openfabrics.org
7272 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
7274 F:      drivers/infiniband/ulp/srp/
7275 F:      include/scsi/srp.h
7276
7277 SCSI SG DRIVER
7278 M:      Doug Gilbert <dgilbert@interlog.com>
7279 L:      linux-scsi@vger.kernel.org
7280 W:      http://www.torque.net/sg
7281 S:      Maintained
7282 F:      drivers/scsi/sg.c
7283 F:      include/scsi/sg.h
7284
7285 SCSI SUBSYSTEM
7286 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
7287 L:      linux-scsi@vger.kernel.org
7288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
7289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
7290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
7291 S:      Maintained
7292 F:      drivers/scsi/
7293 F:      include/scsi/
7294
7295 SCSI TAPE DRIVER
7296 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
7297 L:      linux-scsi@vger.kernel.org
7298 S:      Maintained
7299 F:      Documentation/scsi/st.txt
7300 F:      drivers/scsi/st.*
7301 F:      drivers/scsi/st_*.h
7302
7303 SCTP PROTOCOL
7304 M:      Vlad Yasevich <vyasevich@gmail.com>
7305 M:      Neil Horman <nhorman@tuxdriver.com>
7306 L:      linux-sctp@vger.kernel.org
7307 W:      http://lksctp.sourceforge.net
7308 S:      Maintained
7309 F:      Documentation/networking/sctp.txt
7310 F:      include/linux/sctp.h
7311 F:      include/uapi/linux/sctp.h
7312 F:      include/net/sctp/
7313 F:      net/sctp/
7314
7315 SCx200 CPU SUPPORT
7316 M:      Jim Cromie <jim.cromie@gmail.com>
7317 S:      Odd Fixes
7318 F:      Documentation/i2c/busses/scx200_acb
7319 F:      arch/x86/platform/scx200/
7320 F:      drivers/watchdog/scx200_wdt.c
7321 F:      drivers/i2c/busses/scx200*
7322 F:      drivers/mtd/maps/scx200_docflash.c
7323 F:      include/linux/scx200.h
7324
7325 SCx200 GPIO DRIVER
7326 M:      Jim Cromie <jim.cromie@gmail.com>
7327 S:      Maintained
7328 F:      drivers/char/scx200_gpio.c
7329 F:      include/linux/scx200_gpio.h
7330
7331 SCx200 HRT CLOCKSOURCE DRIVER
7332 M:      Jim Cromie <jim.cromie@gmail.com>
7333 S:      Maintained
7334 F:      drivers/clocksource/scx200_hrt.c
7335
7336 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
7337 M:      Sascha Sommer <saschasommer@freenet.de>
7338 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
7339 S:      Maintained
7340 F:      drivers/mmc/host/sdricoh_cs.c
7341
7342 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
7343 M:      Chris Ball <cjb@laptop.org>
7344 L:      linux-mmc@vger.kernel.org
7345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7346 S:      Maintained
7347 F:      drivers/mmc/host/sdhci.*
7348 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7349
7350 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
7351 M:      Anton Vorontsov <anton@enomsg.org>
7352 L:      linuxppc-dev@lists.ozlabs.org
7353 L:      linux-mmc@vger.kernel.org
7354 S:      Maintained
7355 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7356
7357 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
7358 M:      Ben Dooks <ben-linux@fluff.org>
7359 L:      linux-mmc@vger.kernel.org
7360 S:      Maintained
7361 F:      drivers/mmc/host/sdhci-s3c.c
7362
7363 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
7364 M:      Viresh Kumar <viresh.linux@gmail.com>
7365 L:      spear-devel@list.st.com
7366 L:      linux-mmc@vger.kernel.org
7367 S:      Maintained
7368 F:      drivers/mmc/host/sdhci-spear.c
7369
7370 SECURITY SUBSYSTEM
7371 M:      James Morris <james.l.morris@oracle.com>
7372 L:      linux-security-module@vger.kernel.org (suggested Cc:)
7373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
7374 W:      http://kernsec.org/
7375 S:      Supported
7376 F:      security/
7377
7378 SECURITY CONTACT
7379 M:      Security Officers <security@kernel.org>
7380 S:      Supported
7381
7382 SELINUX SECURITY MODULE
7383 M:      Stephen Smalley <sds@tycho.nsa.gov>
7384 M:      James Morris <james.l.morris@oracle.com>
7385 M:      Eric Paris <eparis@parisplace.org>
7386 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
7387 W:      http://selinuxproject.org
7388 T:      git git://git.infradead.org/users/eparis/selinux.git
7389 S:      Supported
7390 F:      include/linux/selinux*
7391 F:      security/selinux/
7392 F:      scripts/selinux/
7393
7394 APPARMOR SECURITY MODULE
7395 M:      John Johansen <john.johansen@canonical.com>
7396 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
7397 W:      apparmor.wiki.kernel.org
7398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
7399 S:      Supported
7400 F:      security/apparmor/
7401
7402 SENSABLE PHANTOM
7403 M:      Jiri Slaby <jirislaby@gmail.com>
7404 S:      Maintained
7405 F:      drivers/misc/phantom.c
7406 F:      include/uapi/linux/phantom.h
7407
7408 SERIAL ATA (SATA) SUBSYSTEM
7409 M:      Tejun Heo <tj@kernel.org>
7410 L:      linux-ide@vger.kernel.org
7411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7412 S:      Supported
7413 F:      drivers/ata/
7414 F:      include/linux/ata.h
7415 F:      include/linux/libata.h
7416
7417 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
7418 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
7419 L:      linux-scsi@vger.kernel.org
7420 W:      http://www.emulex.com
7421 S:      Supported
7422 F:      drivers/scsi/be2iscsi/
7423
7424 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
7425 M:      Sathya Perla <sathya.perla@emulex.com>
7426 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
7427 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
7428 L:      netdev@vger.kernel.org
7429 W:      http://www.emulex.com
7430 S:      Supported
7431 F:      drivers/net/ethernet/emulex/benet/
7432
7433 SFC NETWORK DRIVER
7434 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
7435 M:      Ben Hutchings <bhutchings@solarflare.com>
7436 L:      netdev@vger.kernel.org
7437 S:      Supported
7438 F:      drivers/net/ethernet/sfc/
7439
7440 SGI GRU DRIVER
7441 M:      Dimitri Sivanich <sivanich@sgi.com>
7442 S:      Maintained
7443 F:      drivers/misc/sgi-gru/
7444
7445 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
7446 M:      Pat Gefre <pfg@sgi.com>
7447 L:      linux-ia64@vger.kernel.org
7448 S:      Supported
7449 F:      Documentation/ia64/serial.txt
7450 F:      drivers/tty/serial/ioc?_serial.c
7451 F:      include/linux/ioc?.h
7452
7453 SGI VISUAL WORKSTATION 320 AND 540
7454 M:      Andrey Panin <pazke@donpac.ru>
7455 L:      linux-visws-devel@lists.sf.net
7456 W:      http://linux-visws.sf.net
7457 S:      Maintained for 2.6.
7458 F:      Documentation/sgi-visws.txt
7459
7460 SGI XP/XPC/XPNET DRIVER
7461 M:      Cliff Whickman <cpw@sgi.com>
7462 M:      Robin Holt <robinmholt@gmail.com>
7463 S:      Maintained
7464 F:      drivers/misc/sgi-xp/
7465
7466 SI470X FM RADIO RECEIVER I2C DRIVER
7467 M:      Hans Verkuil <hverkuil@xs4all.nl>
7468 L:      linux-media@vger.kernel.org
7469 T:      git git://linuxtv.org/media_tree.git
7470 W:      http://linuxtv.org
7471 S:      Odd Fixes
7472 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
7473
7474 SI470X FM RADIO RECEIVER USB DRIVER
7475 M:      Hans Verkuil <hverkuil@xs4all.nl>
7476 L:      linux-media@vger.kernel.org
7477 T:      git git://linuxtv.org/media_tree.git
7478 W:      http://linuxtv.org
7479 S:      Maintained
7480 F:      drivers/media/radio/si470x/radio-si470x-common.c
7481 F:      drivers/media/radio/si470x/radio-si470x.h
7482 F:      drivers/media/radio/si470x/radio-si470x-usb.c
7483
7484 SI4713 FM RADIO TRANSMITTER I2C DRIVER
7485 M:      Eduardo Valentin <edubezval@gmail.com>
7486 L:      linux-media@vger.kernel.org
7487 T:      git git://linuxtv.org/media_tree.git
7488 W:      http://linuxtv.org
7489 S:      Odd Fixes
7490 F:      drivers/media/radio/si4713-i2c.?
7491
7492 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
7493 M:      Eduardo Valentin <edubezval@gmail.com>
7494 L:      linux-media@vger.kernel.org
7495 T:      git git://linuxtv.org/media_tree.git
7496 W:      http://linuxtv.org
7497 S:      Odd Fixes
7498 F:      drivers/media/radio/radio-si4713.h
7499
7500 SIANO DVB DRIVER
7501 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7502 L:      linux-media@vger.kernel.org
7503 W:      http://linuxtv.org
7504 T:      git git://linuxtv.org/media_tree.git
7505 S:      Odd fixes
7506 F:      drivers/media/common/siano/
7507 F:      drivers/media/dvb/siano/
7508 F:      drivers/media/usb/siano/
7509 F:      drivers/media/mmc/siano
7510
7511 SH_VEU V4L2 MEM2MEM DRIVER
7512 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7513 L:      linux-media@vger.kernel.org
7514 S:      Maintained
7515 F:      drivers/media/platform/sh_veu.c
7516
7517 SH_VOU V4L2 OUTPUT DRIVER
7518 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7519 L:      linux-media@vger.kernel.org
7520 S:      Odd Fixes
7521 F:      drivers/media/platform/sh_vou.c
7522 F:      include/media/sh_vou.h
7523
7524 SIMPLE FIRMWARE INTERFACE (SFI)
7525 M:      Len Brown <lenb@kernel.org>
7526 L:      sfi-devel@simplefirmware.org
7527 W:      http://simplefirmware.org/
7528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
7529 S:      Supported
7530 F:      arch/x86/platform/sfi/
7531 F:      drivers/sfi/
7532 F:      include/linux/sfi*.h
7533
7534 SIMTEC EB110ATX (Chalice CATS)
7535 P:      Ben Dooks
7536 P:      Vincent Sanders <vince@simtec.co.uk>
7537 M:      Simtec Linux Team <linux@simtec.co.uk>
7538 W:      http://www.simtec.co.uk/products/EB110ATX/
7539 S:      Supported
7540
7541 SIMTEC EB2410ITX (BAST)
7542 P:      Ben Dooks
7543 P:      Vincent Sanders <vince@simtec.co.uk>
7544 M:      Simtec Linux Team <linux@simtec.co.uk>
7545 W:      http://www.simtec.co.uk/products/EB2410ITX/
7546 S:      Supported
7547 F:      arch/arm/mach-s3c2410/mach-bast.c
7548 F:      arch/arm/mach-s3c2410/bast-ide.c
7549 F:      arch/arm/mach-s3c2410/bast-irq.c
7550
7551 TI DAVINCI MACHINE SUPPORT
7552 M:      Sekhar Nori <nsekhar@ti.com>
7553 M:      Kevin Hilman <khilman@deeprootsystems.com>
7554 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7555 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
7556 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
7557 S:      Supported
7558 F:      arch/arm/mach-davinci
7559 F:      drivers/i2c/busses/i2c-davinci.c
7560
7561 TI DAVINCI SERIES MEDIA DRIVER
7562 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
7563 L:      linux-media@vger.kernel.org
7564 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7565 W:      http://linuxtv.org/
7566 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7567 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
7568 S:      Maintained
7569 F:      drivers/media/platform/davinci/
7570 F:      include/media/davinci/
7571
7572 SIS 190 ETHERNET DRIVER
7573 M:      Francois Romieu <romieu@fr.zoreil.com>
7574 L:      netdev@vger.kernel.org
7575 S:      Maintained
7576 F:      drivers/net/ethernet/sis/sis190.c
7577
7578 SIS 900/7016 FAST ETHERNET DRIVER
7579 M:      Daniele Venzano <venza@brownhat.org>
7580 W:      http://www.brownhat.org/sis900.html
7581 L:      netdev@vger.kernel.org
7582 S:      Maintained
7583 F:      drivers/net/ethernet/sis/sis900.*
7584
7585 SIS FRAMEBUFFER DRIVER
7586 M:      Thomas Winischhofer <thomas@winischhofer.net>
7587 W:      http://www.winischhofer.net/linuxsisvga.shtml
7588 S:      Maintained
7589 F:      Documentation/fb/sisfb.txt
7590 F:      drivers/video/sis/
7591 F:      include/video/sisfb.h
7592
7593 SIS USB2VGA DRIVER
7594 M:      Thomas Winischhofer <thomas@winischhofer.net>
7595 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
7596 S:      Maintained
7597 F:      drivers/usb/misc/sisusbvga/
7598
7599 SLAB ALLOCATOR
7600 M:      Christoph Lameter <cl@linux-foundation.org>
7601 M:      Pekka Enberg <penberg@kernel.org>
7602 M:      Matt Mackall <mpm@selenic.com>
7603 L:      linux-mm@kvack.org
7604 S:      Maintained
7605 F:      include/linux/sl?b*.h
7606 F:      mm/sl?b.c
7607
7608 SLEEPABLE READ-COPY UPDATE (SRCU)
7609 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
7610 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7611 W:      http://www.rdrop.com/users/paulmck/RCU/
7612 S:      Supported
7613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7614 F:      include/linux/srcu*
7615 F:      kernel/srcu*
7616
7617 SMACK SECURITY MODULE
7618 M:      Casey Schaufler <casey@schaufler-ca.com>
7619 L:      linux-security-module@vger.kernel.org
7620 W:      http://schaufler-ca.com
7621 T:      git git://git.gitorious.org/smack-next/kernel.git
7622 S:      Maintained
7623 F:      Documentation/security/Smack.txt
7624 F:      security/smack/
7625
7626 SMC91x ETHERNET DRIVER
7627 M:      Nicolas Pitre <nico@fluxnic.net>
7628 S:      Odd Fixes
7629 F:      drivers/net/ethernet/smsc/smc91x.*
7630
7631 SMIA AND SMIA++ IMAGE SENSOR DRIVER
7632 M:      Sakari Ailus <sakari.ailus@iki.fi>
7633 L:      linux-media@vger.kernel.org
7634 S:      Maintained
7635 F:      drivers/media/i2c/smiapp
7636 F:      include/media/smiapp.h
7637 F:      drivers/media/i2c/smiapp-pll.c
7638 F:      drivers/media/i2c/smiapp-pll.h
7639
7640 SMM665 HARDWARE MONITOR DRIVER
7641 M:      Guenter Roeck <linux@roeck-us.net>
7642 L:      lm-sensors@lm-sensors.org
7643 S:      Maintained
7644 F:      Documentation/hwmon/smm665
7645 F:      drivers/hwmon/smm665.c
7646
7647 SMSC EMC2103 HARDWARE MONITOR DRIVER
7648 M:      Steve Glendinning <steve.glendinning@shawell.net>
7649 L:      lm-sensors@lm-sensors.org
7650 S:      Maintained
7651 F:      Documentation/hwmon/emc2103
7652 F:      drivers/hwmon/emc2103.c
7653
7654 SMSC SCH5627 HARDWARE MONITOR DRIVER
7655 M:      Hans de Goede <hdegoede@redhat.com>
7656 L:      lm-sensors@lm-sensors.org
7657 S:      Supported
7658 F:      Documentation/hwmon/sch5627
7659 F:      drivers/hwmon/sch5627.c
7660
7661 SMSC47B397 HARDWARE MONITOR DRIVER
7662 M:      Jean Delvare <khali@linux-fr.org>
7663 L:      lm-sensors@lm-sensors.org
7664 S:      Maintained
7665 F:      Documentation/hwmon/smsc47b397
7666 F:      drivers/hwmon/smsc47b397.c
7667
7668 SMSC911x ETHERNET DRIVER
7669 M:      Steve Glendinning <steve.glendinning@shawell.net>
7670 L:      netdev@vger.kernel.org
7671 S:      Maintained
7672 F:      include/linux/smsc911x.h
7673 F:      drivers/net/ethernet/smsc/smsc911x.*
7674
7675 SMSC9420 PCI ETHERNET DRIVER
7676 M:      Steve Glendinning <steve.glendinning@shawell.net>
7677 L:      netdev@vger.kernel.org
7678 S:      Maintained
7679 F:      drivers/net/ethernet/smsc/smsc9420.*
7680
7681 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
7682 M:      Steve Glendinning <steve.glendinning@shawell.net>
7683 L:      linux-fbdev@vger.kernel.org
7684 S:      Maintained
7685 F:      drivers/video/smscufx.c
7686
7687 SOC-CAMERA V4L2 SUBSYSTEM
7688 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7689 L:      linux-media@vger.kernel.org
7690 T:      git git://linuxtv.org/media_tree.git
7691 S:      Maintained
7692 F:      include/media/soc*
7693 F:      drivers/media/i2c/soc_camera/
7694 F:      drivers/media/platform/soc_camera/
7695
7696 SOEKRIS NET48XX LED SUPPORT
7697 M:      Chris Boot <bootc@bootc.net>
7698 S:      Maintained
7699 F:      drivers/leds/leds-net48xx.c
7700
7701 SOFTWARE RAID (Multiple Disks) SUPPORT
7702 M:      Neil Brown <neilb@suse.de>
7703 L:      linux-raid@vger.kernel.org
7704 S:      Supported
7705 F:      drivers/md/
7706 F:      include/linux/raid/
7707 F:      include/uapi/linux/raid/
7708
7709 SONIC NETWORK DRIVER
7710 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
7711 L:      netdev@vger.kernel.org
7712 S:      Maintained
7713 F:      drivers/net/ethernet/natsemi/sonic.*
7714
7715 SONICS SILICON BACKPLANE DRIVER (SSB)
7716 M:      Michael Buesch <m@bues.ch>
7717 L:      netdev@vger.kernel.org
7718 S:      Maintained
7719 F:      drivers/ssb/
7720 F:      include/linux/ssb/
7721
7722 SONY VAIO CONTROL DEVICE DRIVER
7723 M:      Mattia Dongili <malattia@linux.it>
7724 L:      platform-driver-x86@vger.kernel.org
7725 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
7726 S:      Maintained
7727 F:      Documentation/laptops/sony-laptop.txt
7728 F:      drivers/char/sonypi.c
7729 F:      drivers/platform/x86/sony-laptop.c
7730 F:      include/linux/sony-laptop.h
7731
7732 SONY MEMORYSTICK CARD SUPPORT
7733 M:      Alex Dubov <oakad@yahoo.com>
7734 W:      http://tifmxx.berlios.de/
7735 S:      Maintained
7736 F:      drivers/memstick/host/tifm_ms.c
7737
7738 SOUND
7739 M:      Jaroslav Kysela <perex@perex.cz>
7740 M:      Takashi Iwai <tiwai@suse.de>
7741 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7742 W:      http://www.alsa-project.org/
7743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
7744 T:      git git://git.alsa-project.org/alsa-kernel.git
7745 S:      Maintained
7746 F:      Documentation/sound/
7747 F:      include/sound/
7748 F:      include/uapi/sound/
7749 F:      sound/
7750
7751 SOUND - COMPRESSED AUDIO
7752 M:      Vinod Koul <vinod.koul@intel.com>
7753 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
7755 S:      Supported
7756 F:      Documentation/sound/alsa/compress_offload.txt
7757 F:      include/sound/compress_driver.h
7758 F:      include/uapi/sound/compress_*
7759 F:      sound/core/compress_offload.c
7760 F:      sound/soc/soc-compress.c
7761
7762 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
7763 M:      Liam Girdwood <lgirdwood@gmail.com>
7764 M:      Mark Brown <broonie@kernel.org>
7765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
7766 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7767 W:      http://alsa-project.org/main/index.php/ASoC
7768 S:      Supported
7769 F:      Documentation/sound/alsa/soc/
7770 F:      sound/soc/
7771 F:      include/sound/soc*
7772
7773 SPARC + UltraSPARC (sparc/sparc64)
7774 M:      "David S. Miller" <davem@davemloft.net>
7775 L:      sparclinux@vger.kernel.org
7776 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
7777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7779 S:      Maintained
7780 F:      arch/sparc/
7781 F:      drivers/sbus/
7782
7783 SPARC SERIAL DRIVERS
7784 M:      "David S. Miller" <davem@davemloft.net>
7785 L:      sparclinux@vger.kernel.org
7786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7788 S:      Maintained
7789 F:      include/linux/sunserialcore.h
7790 F:      drivers/tty/serial/suncore.c
7791 F:      drivers/tty/serial/sunhv.c
7792 F:      drivers/tty/serial/sunsab.c
7793 F:      drivers/tty/serial/sunsab.h
7794 F:      drivers/tty/serial/sunsu.c
7795 F:      drivers/tty/serial/sunzilog.c
7796 F:      drivers/tty/serial/sunzilog.h
7797
7798 SPARSE CHECKER
7799 M:      "Christopher Li" <sparse@chrisli.org>
7800 L:      linux-sparse@vger.kernel.org
7801 W:      https://sparse.wiki.kernel.org/
7802 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
7803 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
7804 S:      Maintained
7805 F:      include/linux/compiler.h
7806
7807 SPEAR PLATFORM SUPPORT
7808 M:      Viresh Kumar <viresh.linux@gmail.com>
7809 M:      Shiraz Hashim <shiraz.hashim@st.com>
7810 L:      spear-devel@list.st.com
7811 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7812 W:      http://www.st.com/spear
7813 S:      Maintained
7814 F:      arch/arm/plat-spear/
7815
7816 SPEAR13XX MACHINE SUPPORT
7817 M:      Viresh Kumar <viresh.linux@gmail.com>
7818 M:      Shiraz Hashim <shiraz.hashim@st.com>
7819 L:      spear-devel@list.st.com
7820 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7821 W:      http://www.st.com/spear
7822 S:      Maintained
7823 F:      arch/arm/mach-spear13xx/
7824
7825 SPEAR3XX MACHINE SUPPORT
7826 M:      Viresh Kumar <viresh.linux@gmail.com>
7827 M:      Shiraz Hashim <shiraz.hashim@st.com>
7828 L:      spear-devel@list.st.com
7829 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7830 W:      http://www.st.com/spear
7831 S:      Maintained
7832 F:      arch/arm/mach-spear3xx/
7833
7834 SPEAR6XX MACHINE SUPPORT
7835 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
7836 M:      Shiraz Hashim <shiraz.hashim@st.com>
7837 M:      Viresh Kumar <viresh.linux@gmail.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-spear6xx/
7843
7844 SPEAR CLOCK FRAMEWORK SUPPORT
7845 M:      Viresh Kumar <viresh.linux@gmail.com>
7846 L:      spear-devel@list.st.com
7847 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7848 W:      http://www.st.com/spear
7849 S:      Maintained
7850 F:      drivers/clk/spear/
7851
7852 SPI SUBSYSTEM
7853 M:      Mark Brown <broonie@kernel.org>
7854 L:      linux-spi@vger.kernel.org
7855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
7856 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
7857 S:      Maintained
7858 F:      Documentation/spi/
7859 F:      drivers/spi/
7860 F:      include/linux/spi/
7861 F:      include/uapi/linux/spi/
7862
7863 SPIDERNET NETWORK DRIVER for CELL
7864 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
7865 M:      Jens Osterkamp <jens@de.ibm.com>
7866 L:      netdev@vger.kernel.org
7867 S:      Supported
7868 F:      Documentation/networking/spider_net.txt
7869 F:      drivers/net/ethernet/toshiba/spider_net*
7870
7871 SPU FILE SYSTEM
7872 M:      Jeremy Kerr <jk@ozlabs.org>
7873 L:      linuxppc-dev@lists.ozlabs.org
7874 L:      cbe-oss-dev@lists.ozlabs.org
7875 W:      http://www.ibm.com/developerworks/power/cell/
7876 S:      Supported
7877 F:      Documentation/filesystems/spufs.txt
7878 F:      arch/powerpc/platforms/cell/spufs/
7879
7880 SQUASHFS FILE SYSTEM
7881 M:      Phillip Lougher <phillip@squashfs.org.uk>
7882 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
7883 W:      http://squashfs.org.uk
7884 S:      Maintained
7885 F:      Documentation/filesystems/squashfs.txt
7886 F:      fs/squashfs/
7887
7888 SRM (Alpha) environment access
7889 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
7890 S:      Maintained
7891 F:      arch/alpha/kernel/srm_env.c
7892
7893 STABLE BRANCH
7894 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7895 L:      stable@vger.kernel.org
7896 S:      Supported
7897 F:      Documentation/stable_kernel_rules.txt
7898
7899 STAGING SUBSYSTEM
7900 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
7902 L:      devel@driverdev.osuosl.org
7903 S:      Supported
7904 F:      drivers/staging/
7905
7906 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
7907 M:      Henk de Groot <pe1dnn@amsat.org>
7908 S:      Odd Fixes
7909 F:      drivers/staging/wlags49_h2/
7910 F:      drivers/staging/wlags49_h25/
7911
7912 STAGING - ASUS OLED
7913 M:      Jakub Schmidtke <sjakub@gmail.com>
7914 S:      Odd Fixes
7915 F:      drivers/staging/asus_oled/
7916
7917 STAGING - COMEDI
7918 M:      Ian Abbott <abbotti@mev.co.uk>
7919 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
7920 S:      Odd Fixes
7921 F:      drivers/staging/comedi/
7922
7923 STAGING - CRYSTAL HD VIDEO DECODER
7924 M:      Naren Sankar <nsankar@broadcom.com>
7925 M:      Jarod Wilson <jarod@wilsonet.com>
7926 M:      Scott Davilla <davilla@4pi.com>
7927 M:      Manu Abraham <abraham.manu@gmail.com>
7928 S:      Odd Fixes
7929 F:      drivers/staging/crystalhd/
7930
7931 STAGING - ECHO CANCELLER
7932 M:      Steve Underwood <steveu@coppice.org>
7933 M:      David Rowe <david@rowetel.com>
7934 S:      Odd Fixes
7935 F:      drivers/staging/echo/
7936
7937 STAGING - ET131X NETWORK DRIVER
7938 M:      Mark Einon <mark.einon@gmail.com>
7939 S:      Odd Fixes
7940 F:      drivers/staging/et131x/
7941
7942 STAGING - FLARION FT1000 DRIVERS
7943 M:      Marek Belisko <marek.belisko@gmail.com>
7944 S:      Odd Fixes
7945 F:      drivers/staging/ft1000/
7946
7947 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7948 M:      David Täht <d@teklibre.com>
7949 S:      Odd Fixes
7950 F:      drivers/staging/frontier/
7951
7952 STAGING - GO7007 MPEG CODEC
7953 M:      Hans Verkuil <hans.verkuil@cisco.com>
7954 S:      Maintained
7955 F:      drivers/staging/media/go7007/
7956
7957 STAGING - INDUSTRIAL IO
7958 M:      Jonathan Cameron <jic23@cam.ac.uk>
7959 L:      linux-iio@vger.kernel.org
7960 S:      Odd Fixes
7961 F:      drivers/staging/iio/
7962
7963 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7964 M:      Jarod Wilson <jarod@wilsonet.com>
7965 W:      http://www.lirc.org/
7966 S:      Odd Fixes
7967 F:      drivers/staging/media/lirc/
7968
7969 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
7970 M:      Julian Andres Klode <jak@jak-linux.org>
7971 M:      Marc Dietrich <marvin24@gmx.de>
7972 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
7973 L:      linux-tegra@vger.kernel.org
7974 S:      Maintained
7975 F:      drivers/staging/nvec/
7976
7977 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7978 M:      Jens Frederich <jfrederich@gmail.com>
7979 M:      Daniel Drake <dsd@laptop.org>
7980 M:      Jon Nettleton <jon.nettleton@gmail.com>
7981 W:      http://wiki.laptop.org/go/DCON
7982 S:      Maintained
7983 F:      drivers/staging/olpc_dcon/
7984
7985 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
7986 M:      Rupesh Gujare <rupesh.gujare@atmel.com>
7987 S:      Maintained
7988 F:      drivers/staging/ozwpan/
7989
7990 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
7991 M:      Willy Tarreau <willy@meta-x.org>
7992 S:      Odd Fixes
7993 F:      drivers/staging/panel/
7994
7995 STAGING - REALTEK RTL8712U DRIVERS
7996 M:      Larry Finger <Larry.Finger@lwfinger.net>
7997 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
7998 S:      Odd Fixes
7999 F:      drivers/staging/rtl8712/
8000
8001 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
8002 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
8003 S:      Odd Fixes
8004 F:      drivers/staging/sm7xxfb/
8005
8006 STAGING - SOFTLOGIC 6x10 MPEG CODEC
8007 M:      Ismael Luceno <ismael.luceno@corp.bluecherry.net>
8008 S:      Supported
8009 F:      drivers/staging/media/solo6x10/
8010
8011 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
8012 M:      William Hubbs <w.d.hubbs@gmail.com>
8013 M:      Chris Brannon <chris@the-brannons.com>
8014 M:      Kirk Reiser <kirk@reisers.ca>
8015 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
8016 L:      speakup@braille.uwo.ca
8017 W:      http://www.linux-speakup.org/
8018 S:      Odd Fixes
8019 F:      drivers/staging/speakup/
8020
8021 STAGING - TI DSP BRIDGE DRIVERS
8022 M:      Omar Ramirez Luna <omar.ramirez@copitl.com>
8023 S:      Odd Fixes
8024 F:      drivers/staging/tidspbridge/
8025
8026 STAGING - USB ENE SM/MS CARD READER DRIVER
8027 M:      Al Cho <acho@novell.com>
8028 S:      Odd Fixes
8029 F:      drivers/staging/keucr/
8030
8031 STAGING - VIA VT665X DRIVERS
8032 M:      Forest Bond <forest@alittletooquiet.net>
8033 S:      Odd Fixes
8034 F:      drivers/staging/vt665?/
8035
8036 STAGING - WINBOND IS89C35 WLAN USB DRIVER
8037 M:      Pavel Machek <pavel@ucw.cz>
8038 S:      Odd Fixes
8039 F:      drivers/staging/winbond/
8040
8041 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
8042 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
8043 S:      Odd Fixes
8044 F:      drivers/staging/xgifb/
8045
8046 STARFIRE/DURALAN NETWORK DRIVER
8047 M:      Ion Badulescu <ionut@badula.org>
8048 S:      Odd Fixes
8049 F:      drivers/net/ethernet/adaptec/starfire*
8050
8051 SUN3/3X
8052 M:      Sam Creasey <sammy@sammy.net>
8053 W:      http://sammy.net/sun3/
8054 S:      Maintained
8055 F:      arch/m68k/kernel/*sun3*
8056 F:      arch/m68k/sun3*/
8057 F:      arch/m68k/include/asm/sun3*
8058 F:      drivers/net/ethernet/i825xx/sun3*
8059
8060 SUNDANCE NETWORK DRIVER
8061 M:      Denis Kirjanov <kda@linux-powerpc.org>
8062 L:      netdev@vger.kernel.org
8063 S:      Maintained
8064 F:      drivers/net/ethernet/dlink/sundance.c
8065
8066 SUPERH
8067 M:      Paul Mundt <lethal@linux-sh.org>
8068 L:      linux-sh@vger.kernel.org
8069 W:      http://www.linux-sh.org
8070 Q:      http://patchwork.kernel.org/project/linux-sh/list/
8071 T:      git git://github.com/pmundt/linux-sh.git sh-latest
8072 S:      Supported
8073 F:      Documentation/sh/
8074 F:      arch/sh/
8075 F:      drivers/sh/
8076
8077 SUSPEND TO RAM
8078 M:      Len Brown <len.brown@intel.com>
8079 M:      Pavel Machek <pavel@ucw.cz>
8080 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
8081 L:      linux-pm@vger.kernel.org
8082 S:      Supported
8083 F:      Documentation/power/
8084 F:      arch/x86/kernel/acpi/
8085 F:      drivers/base/power/
8086 F:      kernel/power/
8087 F:      include/linux/suspend.h
8088 F:      include/linux/freezer.h
8089 F:      include/linux/pm.h
8090
8091 SVGA HANDLING
8092 M:      Martin Mares <mj@ucw.cz>
8093 L:      linux-video@atrey.karlin.mff.cuni.cz
8094 S:      Maintained
8095 F:      Documentation/svga.txt
8096 F:      arch/x86/boot/video*
8097
8098 SWIOTLB SUBSYSTEM
8099 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8100 L:      linux-kernel@vger.kernel.org
8101 S:      Supported
8102 F:      lib/swiotlb.c
8103 F:      arch/*/kernel/pci-swiotlb.c
8104 F:      include/linux/swiotlb.h
8105
8106 SYNOPSYS ARC ARCHITECTURE
8107 M:      Vineet Gupta <vgupta@synopsys.com>
8108 S:      Supported
8109 F:      arch/arc/
8110 F:      Documentation/devicetree/bindings/arc/
8111 F:      drivers/tty/serial/arc-uart.c
8112
8113 SYSV FILESYSTEM
8114 M:      Christoph Hellwig <hch@infradead.org>
8115 S:      Maintained
8116 F:      Documentation/filesystems/sysv-fs.txt
8117 F:      fs/sysv/
8118 F:      include/linux/sysv_fs.h
8119
8120 TARGET SUBSYSTEM
8121 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
8122 L:      linux-scsi@vger.kernel.org
8123 L:      target-devel@vger.kernel.org
8124 L:      http://groups.google.com/group/linux-iscsi-target-dev
8125 W:      http://www.linux-iscsi.org
8126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
8127 S:      Supported
8128 F:      drivers/target/
8129 F:      include/target/
8130 F:      Documentation/target/
8131
8132 TASKSTATS STATISTICS INTERFACE
8133 M:      Balbir Singh <bsingharora@gmail.com>
8134 S:      Maintained
8135 F:      Documentation/accounting/taskstats*
8136 F:      include/linux/taskstats*
8137 F:      kernel/taskstats.c
8138
8139 TC CLASSIFIER
8140 M:      Jamal Hadi Salim <jhs@mojatatu.com>
8141 L:      netdev@vger.kernel.org
8142 S:      Maintained
8143 F:      include/net/pkt_cls.h
8144 F:      include/uapi/linux/pkt_cls.h
8145 F:      net/sched/
8146
8147 TCP LOW PRIORITY MODULE
8148 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
8149 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
8150 W:      http://tcp-lp-mod.sourceforge.net/
8151 S:      Maintained
8152 F:      net/ipv4/tcp_lp.c
8153
8154 TDA10071 MEDIA DRIVER
8155 M:      Antti Palosaari <crope@iki.fi>
8156 L:      linux-media@vger.kernel.org
8157 W:      http://linuxtv.org/
8158 W:      http://palosaari.fi/linux/
8159 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8160 T:      git git://linuxtv.org/anttip/media_tree.git
8161 S:      Maintained
8162 F:      drivers/media/dvb-frontends/tda10071*
8163
8164 TDA18212 MEDIA DRIVER
8165 M:      Antti Palosaari <crope@iki.fi>
8166 L:      linux-media@vger.kernel.org
8167 W:      http://linuxtv.org/
8168 W:      http://palosaari.fi/linux/
8169 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8170 T:      git git://linuxtv.org/anttip/media_tree.git
8171 S:      Maintained
8172 F:      drivers/media/tuners/tda18212*
8173
8174 TDA18218 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/tda18218*
8183
8184 TDA18271 MEDIA DRIVER
8185 M:      Michael Krufky <mkrufky@linuxtv.org>
8186 L:      linux-media@vger.kernel.org
8187 W:      http://linuxtv.org/
8188 W:      http://github.com/mkrufky
8189 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8190 T:      git git://linuxtv.org/mkrufky/tuners.git
8191 S:      Maintained
8192 F:      drivers/media/tuners/tda18271*
8193
8194 TDA827x MEDIA DRIVER
8195 M:      Michael Krufky <mkrufky@linuxtv.org>
8196 L:      linux-media@vger.kernel.org
8197 W:      http://linuxtv.org/
8198 W:      http://github.com/mkrufky
8199 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8200 T:      git git://linuxtv.org/mkrufky/tuners.git
8201 S:      Maintained
8202 F:      drivers/media/tuners/tda8290.*
8203
8204 TDA8290 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 TDA9840 MEDIA DRIVER
8215 M:      Hans Verkuil <hverkuil@xs4all.nl>
8216 L:      linux-media@vger.kernel.org
8217 T:      git git://linuxtv.org/media_tree.git
8218 W:      http://linuxtv.org
8219 S:      Maintained
8220 F:      drivers/media/i2c/tda9840*
8221
8222 TEA5761 TUNER DRIVER
8223 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8224 L:      linux-media@vger.kernel.org
8225 W:      http://linuxtv.org
8226 T:      git git://linuxtv.org/media_tree.git
8227 S:      Odd fixes
8228 F:      drivers/media/tuners/tea5761.*
8229
8230 TEA5767 TUNER DRIVER
8231 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8232 L:      linux-media@vger.kernel.org
8233 W:      http://linuxtv.org
8234 T:      git git://linuxtv.org/media_tree.git
8235 S:      Maintained
8236 F:      drivers/media/tuners/tea5767.*
8237
8238 TEA6415C MEDIA DRIVER
8239 M:      Hans Verkuil <hverkuil@xs4all.nl>
8240 L:      linux-media@vger.kernel.org
8241 T:      git git://linuxtv.org/media_tree.git
8242 W:      http://linuxtv.org
8243 S:      Maintained
8244 F:      drivers/media/i2c/tea6415c*
8245
8246 TEA6420 MEDIA DRIVER
8247 M:      Hans Verkuil <hverkuil@xs4all.nl>
8248 L:      linux-media@vger.kernel.org
8249 T:      git git://linuxtv.org/media_tree.git
8250 W:      http://linuxtv.org
8251 S:      Maintained
8252 F:      drivers/media/i2c/tea6420*
8253
8254 TEAM DRIVER
8255 M:      Jiri Pirko <jiri@resnulli.us>
8256 L:      netdev@vger.kernel.org
8257 S:      Supported
8258 F:      drivers/net/team/
8259 F:      include/linux/if_team.h
8260 F:      include/uapi/linux/if_team.h
8261
8262 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
8263 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
8264 S:      Maintained
8265 F:      arch/x86/platform/ts5500/
8266
8267 TECHNOTREND USB IR RECEIVER
8268 M:      Sean Young <sean@mess.org>
8269 L:      linux-media@vger.kernel.org
8270 S:      Maintained
8271 F:      drivers/media/rc/ttusbir.c
8272
8273 TEGRA SUPPORT
8274 M:      Stephen Warren <swarren@wwwdotorg.org>
8275 L:      linux-tegra@vger.kernel.org
8276 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
8277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
8278 S:      Supported
8279 N:      [^a-z]tegra
8280
8281 TEHUTI ETHERNET DRIVER
8282 M:      Andy Gospodarek <andy@greyhouse.net>
8283 L:      netdev@vger.kernel.org
8284 S:      Supported
8285 F:      drivers/net/ethernet/tehuti/*
8286
8287 Telecom Clock Driver for MCPL0010
8288 M:      Mark Gross <mark.gross@intel.com>
8289 S:      Supported
8290 F:      drivers/char/tlclk.c
8291
8292 TENSILICA XTENSA PORT (xtensa)
8293 M:      Chris Zankel <chris@zankel.net>
8294 M:      Max Filippov <jcmvbkbc@gmail.com>
8295 L:      linux-xtensa@linux-xtensa.org
8296 S:      Maintained
8297 F:      arch/xtensa/
8298
8299 THERMAL
8300 M:      Zhang Rui <rui.zhang@intel.com>
8301 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8302 L:      linux-pm@vger.kernel.org
8303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
8304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
8305 Q:      https://patchwork.kernel.org/project/linux-pm/list/
8306 S:      Supported
8307 F:      drivers/thermal/
8308 F:      include/linux/thermal.h
8309 F:      include/linux/cpu_cooling.h
8310
8311 THINGM BLINK(1) USB RGB LED DRIVER
8312 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8313 S:      Maintained
8314 F:      drivers/hid/hid-thingm.c
8315
8316 THINKPAD ACPI EXTRAS DRIVER
8317 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
8318 L:      ibm-acpi-devel@lists.sourceforge.net
8319 L:      platform-driver-x86@vger.kernel.org
8320 W:      http://ibm-acpi.sourceforge.net
8321 W:      http://thinkwiki.org/wiki/Ibm-acpi
8322 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
8323 S:      Maintained
8324 F:      drivers/platform/x86/thinkpad_acpi.c
8325
8326 TI BANDGAP AND THERMAL DRIVER
8327 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8328 L:      linux-pm@vger.kernel.org
8329 S:      Supported
8330 F:      drivers/thermal/ti-soc-thermal/
8331
8332 TI FLASH MEDIA INTERFACE DRIVER
8333 M:      Alex Dubov <oakad@yahoo.com>
8334 S:      Maintained
8335 F:      drivers/misc/tifm*
8336 F:      drivers/mmc/host/tifm_sd.c
8337 F:      include/linux/tifm.h
8338
8339 TI LM49xxx FAMILY ASoC CODEC DRIVERS
8340 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
8341 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
8342 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8343 S:      Maintained
8344 F:      sound/soc/codecs/lm49453*
8345 F:      sound/soc/codecs/isabelle*
8346
8347 TI LP855x BACKLIGHT DRIVER
8348 M:      Milo Kim <milo.kim@ti.com>
8349 S:      Maintained
8350 F:      Documentation/backlight/lp855x-driver.txt
8351 F:      drivers/video/backlight/lp855x_bl.c
8352 F:      include/linux/platform_data/lp855x.h
8353
8354 TI LP8727 CHARGER DRIVER
8355 M:      Milo Kim <milo.kim@ti.com>
8356 S:      Maintained
8357 F:      drivers/power/lp8727_charger.c
8358 F:      include/linux/platform_data/lp8727.h
8359
8360 TI LP8788 MFD DRIVER
8361 M:      Milo Kim <milo.kim@ti.com>
8362 S:      Maintained
8363 F:      drivers/iio/adc/lp8788_adc.c
8364 F:      drivers/leds/leds-lp8788.c
8365 F:      drivers/mfd/lp8788*.c
8366 F:      drivers/power/lp8788-charger.c
8367 F:      drivers/regulator/lp8788-*.c
8368 F:      include/linux/mfd/lp8788*.h
8369
8370 TI TWL4030 SERIES SOC CODEC DRIVER
8371 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8372 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8373 S:      Maintained
8374 F:      sound/soc/codecs/twl4030*
8375
8376 TI WILINK WIRELESS DRIVERS
8377 M:      Luciano Coelho <luca@coelho.fi>
8378 L:      linux-wireless@vger.kernel.org
8379 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
8380 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
8381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
8382 S:      Maintained
8383 F:      drivers/net/wireless/ti/
8384 F:      include/linux/wl12xx.h
8385
8386 TIPC NETWORK LAYER
8387 M:      Jon Maloy <jon.maloy@ericsson.com>
8388 M:      Allan Stephens <allan.stephens@windriver.com>
8389 L:      netdev@vger.kernel.org (core kernel code)
8390 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
8391 W:      http://tipc.sourceforge.net/
8392 S:      Maintained
8393 F:      include/uapi/linux/tipc*.h
8394 F:      net/tipc/
8395
8396 TILE ARCHITECTURE
8397 M:      Chris Metcalf <cmetcalf@tilera.com>
8398 W:      http://www.tilera.com/scm/
8399 S:      Supported
8400 F:      arch/tile/
8401 F:      drivers/char/tile-srom.c
8402 F:      drivers/edac/tile_edac.c
8403 F:      drivers/net/ethernet/tile/
8404 F:      drivers/rtc/rtc-tile.c
8405 F:      drivers/tty/hvc/hvc_tile.c
8406 F:      drivers/tty/serial/tilegx.c
8407 F:      drivers/usb/host/*-tilegx.c
8408 F:      include/linux/usb/tilegx.h
8409
8410 TLAN NETWORK DRIVER
8411 M:      Samuel Chessman <chessman@tux.org>
8412 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
8413 W:      http://sourceforge.net/projects/tlan/
8414 S:      Maintained
8415 F:      Documentation/networking/tlan.txt
8416 F:      drivers/net/ethernet/ti/tlan.*
8417
8418 TOMOYO SECURITY MODULE
8419 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
8420 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
8421 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
8422 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
8423 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
8424 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
8425 W:      http://tomoyo.sourceforge.jp/
8426 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
8427 S:      Maintained
8428 F:      security/tomoyo/
8429
8430 TOPSTAR LAPTOP EXTRAS DRIVER
8431 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8432 L:      platform-driver-x86@vger.kernel.org
8433 S:      Maintained
8434 F:      drivers/platform/x86/topstar-laptop.c
8435
8436 TOSHIBA ACPI EXTRAS DRIVER
8437 L:      platform-driver-x86@vger.kernel.org
8438 S:      Orphan
8439 F:      drivers/platform/x86/toshiba_acpi.c
8440
8441 TOSHIBA SMM DRIVER
8442 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
8443 L:      tlinux-users@tce.toshiba-dme.co.jp
8444 W:      http://www.buzzard.org.uk/toshiba/
8445 S:      Maintained
8446 F:      drivers/char/toshiba.c
8447 F:      include/linux/toshiba.h
8448 F:      include/uapi/linux/toshiba.h
8449
8450 TMIO MMC DRIVER
8451 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8452 M:      Ian Molton <ian@mnementh.co.uk>
8453 L:      linux-mmc@vger.kernel.org
8454 S:      Maintained
8455 F:      drivers/mmc/host/tmio_mmc*
8456 F:      drivers/mmc/host/sh_mobile_sdhi.c
8457 F:      include/linux/mmc/tmio.h
8458 F:      include/linux/mmc/sh_mobile_sdhi.h
8459
8460 TMP401 HARDWARE MONITOR DRIVER
8461 M:      Guenter Roeck <linux@roeck-us.net>
8462 L:      lm-sensors@lm-sensors.org
8463 S:      Maintained
8464 F:      Documentation/hwmon/tmp401
8465 F:      drivers/hwmon/tmp401.c
8466
8467 TMPFS (SHMEM FILESYSTEM)
8468 M:      Hugh Dickins <hughd@google.com>
8469 L:      linux-mm@kvack.org
8470 S:      Maintained
8471 F:      include/linux/shmem_fs.h
8472 F:      mm/shmem.c
8473
8474 TM6000 VIDEO4LINUX DRIVER
8475 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8476 L:      linux-media@vger.kernel.org
8477 W:      http://linuxtv.org
8478 T:      git git://linuxtv.org/media_tree.git
8479 S:      Odd fixes
8480 F:      drivers/media/usb/tm6000/
8481
8482 TPM DEVICE DRIVER
8483 M:      Leonidas Da Silva Barbosa <leosilva@linux.vnet.ibm.com>
8484 M:      Ashley Lai <ashley@ashleylai.com>
8485 M:      Rajiv Andrade <mail@srajiv.net>
8486 W:      http://tpmdd.sourceforge.net
8487 M:      Marcel Selhorst <tpmdd@selhorst.net>
8488 M:      Sirrix AG <tpmdd@sirrix.com>
8489 W:      http://www.sirrix.com
8490 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
8491 S:      Maintained
8492 F:      drivers/char/tpm/
8493
8494 TRACING
8495 M:      Steven Rostedt <rostedt@goodmis.org>
8496 M:      Frederic Weisbecker <fweisbec@gmail.com>
8497 M:      Ingo Molnar <mingo@redhat.com>
8498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8499 S:      Maintained
8500 F:      Documentation/trace/ftrace.txt
8501 F:      arch/*/*/*/ftrace.h
8502 F:      arch/*/kernel/ftrace.c
8503 F:      include/*/ftrace.h
8504 F:      include/linux/trace*.h
8505 F:      include/trace/
8506 F:      kernel/trace/
8507
8508 TRIVIAL PATCHES
8509 M:      Jiri Kosina <trivial@kernel.org>
8510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
8511 S:      Maintained
8512 K:      ^Subject:.*(?i)trivial
8513
8514 TTY LAYER
8515 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8516 M:      Jiri Slaby <jslaby@suse.cz>
8517 S:      Supported
8518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8519 F:      drivers/tty/
8520 F:      drivers/tty/serial/serial_core.c
8521 F:      include/linux/serial_core.h
8522 F:      include/linux/serial.h
8523 F:      include/linux/tty.h
8524 F:      include/uapi/linux/serial_core.h
8525 F:      include/uapi/linux/serial.h
8526 F:      include/uapi/linux/tty.h
8527
8528 TUA9001 MEDIA DRIVER
8529 M:      Antti Palosaari <crope@iki.fi>
8530 L:      linux-media@vger.kernel.org
8531 W:      http://linuxtv.org/
8532 W:      http://palosaari.fi/linux/
8533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8534 T:      git git://linuxtv.org/anttip/media_tree.git
8535 S:      Maintained
8536 F:      drivers/media/tuners/tua9001*
8537
8538 TULIP NETWORK DRIVERS
8539 M:      Grant Grundler <grundler@parisc-linux.org>
8540 L:      netdev@vger.kernel.org
8541 S:      Maintained
8542 F:      drivers/net/ethernet/dec/tulip/
8543
8544 TUN/TAP driver
8545 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
8546 W:      http://vtun.sourceforge.net/tun
8547 S:      Maintained
8548 F:      Documentation/networking/tuntap.txt
8549 F:      arch/um/os-Linux/drivers/
8550
8551 TURBOCHANNEL SUBSYSTEM
8552 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
8553 S:      Maintained
8554 F:      drivers/tc/
8555 F:      include/linux/tc.h
8556
8557 U14-34F SCSI DRIVER
8558 M:      Dario Ballabio <ballabio_dario@emc.com>
8559 L:      linux-scsi@vger.kernel.org
8560 S:      Maintained
8561 F:      drivers/scsi/u14-34f.c
8562
8563 UBI FILE SYSTEM (UBIFS)
8564 M:      Artem Bityutskiy <dedekind1@gmail.com>
8565 M:      Adrian Hunter <adrian.hunter@intel.com>
8566 L:      linux-mtd@lists.infradead.org
8567 T:      git git://git.infradead.org/ubifs-2.6.git
8568 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
8569 S:      Maintained
8570 F:      Documentation/filesystems/ubifs.txt
8571 F:      fs/ubifs/
8572
8573 UCLINUX (AND M68KNOMMU)
8574 M:      Greg Ungerer <gerg@uclinux.org>
8575 W:      http://www.uclinux.org/
8576 L:      uclinux-dev@uclinux.org  (subscribers-only)
8577 S:      Maintained
8578 F:      arch/m68k/*/*_no.*
8579 F:      arch/m68k/include/asm/*_no.*
8580
8581 UCLINUX FOR RENESAS H8/300 (H8300)
8582 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
8583 W:      http://uclinux-h8.sourceforge.jp/
8584 S:      Supported
8585 F:      arch/h8300/
8586 F:      drivers/ide/ide-h8300.c
8587 F:      drivers/net/ethernet/8390/ne-h8300.c
8588
8589 UDF FILESYSTEM
8590 M:      Jan Kara <jack@suse.cz>
8591 S:      Maintained
8592 F:      Documentation/filesystems/udf.txt
8593 F:      fs/udf/
8594
8595 UFS FILESYSTEM
8596 M:      Evgeniy Dushistov <dushistov@mail.ru>
8597 S:      Maintained
8598 F:      Documentation/filesystems/ufs.txt
8599 F:      fs/ufs/
8600
8601 UHID USERSPACE HID IO DRIVER:
8602 M:      David Herrmann <dh.herrmann@googlemail.com>
8603 L:      linux-input@vger.kernel.org
8604 S:      Maintained
8605 F:      drivers/hid/uhid.c
8606 F:      include/uapi/linux/uhid.h
8607
8608 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
8609 L:      linux-usb@vger.kernel.org
8610 S:      Orphan
8611 F:      drivers/uwb/
8612 F:      include/linux/uwb.h
8613 F:      include/linux/uwb/
8614
8615 UNICORE32 ARCHITECTURE:
8616 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8617 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8618 S:      Maintained
8619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
8620 F:      arch/unicore32/
8621
8622 UNIFDEF
8623 M:      Tony Finch <dot@dotat.at>
8624 W:      http://dotat.at/prog/unifdef
8625 S:      Maintained
8626 F:      scripts/unifdef.c
8627
8628 UNIFORM CDROM DRIVER
8629 M:      Jens Axboe <axboe@kernel.dk>
8630 W:      http://www.kernel.dk
8631 S:      Maintained
8632 F:      Documentation/cdrom/
8633 F:      drivers/cdrom/cdrom.c
8634 F:      include/linux/cdrom.h
8635 F:      include/uapi/linux/cdrom.h
8636
8637 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
8638 M:      Vinayak Holikatti <vinholikatti@gmail.com>
8639 M:      Santosh Y <santoshsy@gmail.com>
8640 L:      linux-scsi@vger.kernel.org
8641 S:      Supported
8642 F:      Documentation/scsi/ufs.txt
8643 F:      drivers/scsi/ufs/
8644
8645 UNSORTED BLOCK IMAGES (UBI)
8646 M:      Artem Bityutskiy <dedekind1@gmail.com>
8647 W:      http://www.linux-mtd.infradead.org/
8648 L:      linux-mtd@lists.infradead.org
8649 T:      git git://git.infradead.org/ubi-2.6.git
8650 S:      Maintained
8651 F:      drivers/mtd/ubi/
8652 F:      include/linux/mtd/ubi.h
8653 F:      include/uapi/mtd/ubi-user.h
8654
8655 UNSORTED BLOCK IMAGES (UBI) Fastmap
8656 M:      Richard Weinberger <richard@nod.at>
8657 L:      linux-mtd@lists.infradead.org
8658 S:      Maintained
8659 F:      drivers/mtd/ubi/fastmap.c
8660
8661 USB ACM DRIVER
8662 M:      Oliver Neukum <oliver@neukum.org>
8663 L:      linux-usb@vger.kernel.org
8664 S:      Maintained
8665 F:      Documentation/usb/acm.txt
8666 F:      drivers/usb/class/cdc-acm.*
8667
8668 USB AR5523 WIRELESS DRIVER
8669 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
8670 L:      linux-wireless@vger.kernel.org
8671 S:      Maintained
8672 F:      drivers/net/wireless/ath/ar5523/
8673
8674 USB ATTACHED SCSI
8675 M:      Matthew Wilcox <willy@linux.intel.com>
8676 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8677 M:      Gerd Hoffmann <kraxel@redhat.com>
8678 L:      linux-usb@vger.kernel.org
8679 L:      linux-scsi@vger.kernel.org
8680 S:      Maintained
8681 F:      drivers/usb/storage/uas.c
8682
8683 USB CDC ETHERNET DRIVER
8684 M:      Oliver Neukum <oliver@neukum.org>
8685 L:      linux-usb@vger.kernel.org
8686 S:      Maintained
8687 F:      drivers/net/usb/cdc_*.c
8688 F:      include/uapi/linux/usb/cdc.h
8689
8690 USB CYPRESS C67X00 DRIVER
8691 M:      Peter Korsgaard <jacmet@sunsite.dk>
8692 L:      linux-usb@vger.kernel.org
8693 S:      Maintained
8694 F:      drivers/usb/c67x00/
8695
8696 USB DAVICOM DM9601 DRIVER
8697 M:      Peter Korsgaard <jacmet@sunsite.dk>
8698 L:      netdev@vger.kernel.org
8699 W:      http://www.linux-usb.org/usbnet
8700 S:      Maintained
8701 F:      drivers/net/usb/dm9601.c
8702
8703 USB DIAMOND RIO500 DRIVER
8704 M:      Cesar Miquel <miquel@df.uba.ar>
8705 L:      rio500-users@lists.sourceforge.net
8706 W:      http://rio500.sourceforge.net
8707 S:      Maintained
8708 F:      drivers/usb/misc/rio500*
8709
8710 USB EHCI DRIVER
8711 M:      Alan Stern <stern@rowland.harvard.edu>
8712 L:      linux-usb@vger.kernel.org
8713 S:      Maintained
8714 F:      Documentation/usb/ehci.txt
8715 F:      drivers/usb/host/ehci*
8716
8717 USB GADGET/PERIPHERAL SUBSYSTEM
8718 M:      Felipe Balbi <balbi@ti.com>
8719 L:      linux-usb@vger.kernel.org
8720 W:      http://www.linux-usb.org/gadget
8721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8722 S:      Maintained
8723 F:      drivers/usb/gadget/
8724 F:      include/linux/usb/gadget*
8725
8726 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
8727 M:      Jiri Kosina <jkosina@suse.cz>
8728 L:      linux-usb@vger.kernel.org
8729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
8730 S:      Maintained
8731 F:      Documentation/hid/hiddev.txt
8732 F:      drivers/hid/usbhid/
8733
8734 USB/IP DRIVERS
8735 M:      Matt Mooney <mfm@muteddisk.com>
8736 L:      linux-usb@vger.kernel.org
8737 S:      Maintained
8738 F:      drivers/staging/usbip/
8739
8740 USB ISP116X DRIVER
8741 M:      Olav Kongas <ok@artecdesign.ee>
8742 L:      linux-usb@vger.kernel.org
8743 S:      Maintained
8744 F:      drivers/usb/host/isp116x*
8745 F:      include/linux/usb/isp116x.h
8746
8747 USB KAWASAKI LSI DRIVER
8748 M:      Oliver Neukum <oliver@neukum.org>
8749 L:      linux-usb@vger.kernel.org
8750 S:      Maintained
8751 F:      drivers/usb/serial/kl5kusb105.*
8752
8753 USB MASS STORAGE DRIVER
8754 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
8755 L:      linux-usb@vger.kernel.org
8756 L:      usb-storage@lists.one-eyed-alien.net
8757 S:      Maintained
8758 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
8759 F:      drivers/usb/storage/
8760
8761 USB MIDI DRIVER
8762 M:      Clemens Ladisch <clemens@ladisch.de>
8763 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8764 T:      git git://git.alsa-project.org/alsa-kernel.git
8765 S:      Maintained
8766 F:      sound/usb/midi.*
8767
8768 USB NETWORKING DRIVERS
8769 L:      linux-usb@vger.kernel.org
8770 S:      Odd Fixes
8771 F:      drivers/net/usb/
8772
8773 USB OHCI DRIVER
8774 M:      Alan Stern <stern@rowland.harvard.edu>
8775 L:      linux-usb@vger.kernel.org
8776 S:      Maintained
8777 F:      Documentation/usb/ohci.txt
8778 F:      drivers/usb/host/ohci*
8779
8780 USB OPTION-CARD DRIVER
8781 M:      Matthias Urlichs <smurf@smurf.noris.de>
8782 L:      linux-usb@vger.kernel.org
8783 S:      Maintained
8784 F:      drivers/usb/serial/option.c
8785
8786 USB PEGASUS DRIVER
8787 M:      Petko Manolov <petkan@nucleusys.com>
8788 L:      linux-usb@vger.kernel.org
8789 L:      netdev@vger.kernel.org
8790 T:      git git://git.code.sf.net/p/pegasus2/git
8791 W:      http://pegasus2.sourceforge.net/
8792 S:      Maintained
8793 F:      drivers/net/usb/pegasus.*
8794
8795 USB PHY LAYER
8796 M:      Felipe Balbi <balbi@ti.com>
8797 L:      linux-usb@vger.kernel.org
8798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8799 S:      Maintained
8800 F:      drivers/usb/phy/
8801 F:      drivers/usb/otg/
8802
8803 USB PRINTER DRIVER (usblp)
8804 M:      Pete Zaitcev <zaitcev@redhat.com>
8805 L:      linux-usb@vger.kernel.org
8806 S:      Supported
8807 F:      drivers/usb/class/usblp.c
8808
8809 USB RTL8150 DRIVER
8810 M:      Petko Manolov <petkan@nucleusys.com>
8811 L:      linux-usb@vger.kernel.org
8812 L:      netdev@vger.kernel.org
8813 T:      git git://git.code.sf.net/p/pegasus2/git
8814 W:      http://pegasus2.sourceforge.net/
8815 S:      Maintained
8816 F:      drivers/net/usb/rtl8150.c
8817
8818 USB SERIAL BELKIN F5U103 DRIVER
8819 M:      William Greathouse <wgreathouse@smva.com>
8820 L:      linux-usb@vger.kernel.org
8821 S:      Maintained
8822 F:      drivers/usb/serial/belkin_sa.*
8823
8824 USB SERIAL CYPRESS M8 DRIVER
8825 M:      Lonnie Mendez <dignome@gmail.com>
8826 L:      linux-usb@vger.kernel.org
8827 S:      Maintained
8828 W:      http://geocities.com/i0xox0i
8829 W:      http://firstlight.net/cvs
8830 F:      drivers/usb/serial/cypress_m8.*
8831
8832 USB SERIAL CYBERJACK DRIVER
8833 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
8834 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
8835 S:      Maintained
8836 F:      drivers/usb/serial/cyberjack.c
8837
8838 USB SERIAL DIGI ACCELEPORT DRIVER
8839 M:      Peter Berger <pberger@brimson.com>
8840 M:      Al Borchers <alborchers@steinerpoint.com>
8841 L:      linux-usb@vger.kernel.org
8842 S:      Maintained
8843 F:      drivers/usb/serial/digi_acceleport.c
8844
8845 USB SERIAL DRIVER
8846 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8847 L:      linux-usb@vger.kernel.org
8848 S:      Supported
8849 F:      Documentation/usb/usb-serial.txt
8850 F:      drivers/usb/serial/generic.c
8851 F:      drivers/usb/serial/usb-serial.c
8852 F:      include/linux/usb/serial.h
8853
8854 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
8855 M:      Gary Brubaker <xavyer@ix.netcom.com>
8856 L:      linux-usb@vger.kernel.org
8857 S:      Maintained
8858 F:      drivers/usb/serial/empeg.c
8859
8860 USB SERIAL KEYSPAN DRIVER
8861 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8862 L:      linux-usb@vger.kernel.org
8863 S:      Maintained
8864 F:      drivers/usb/serial/*keyspan*
8865
8866 USB SERIAL WHITEHEAT DRIVER
8867 M:      Support Department <support@connecttech.com>
8868 L:      linux-usb@vger.kernel.org
8869 W:      http://www.connecttech.com
8870 S:      Supported
8871 F:      drivers/usb/serial/whiteheat*
8872
8873 USB SMSC75XX ETHERNET DRIVER
8874 M:      Steve Glendinning <steve.glendinning@shawell.net>
8875 L:      netdev@vger.kernel.org
8876 S:      Maintained
8877 F:      drivers/net/usb/smsc75xx.*
8878
8879 USB SMSC95XX ETHERNET DRIVER
8880 M:      Steve Glendinning <steve.glendinning@shawell.net>
8881 L:      netdev@vger.kernel.org
8882 S:      Maintained
8883 F:      drivers/net/usb/smsc95xx.*
8884
8885 USB SN9C1xx DRIVER
8886 M:      Luca Risolia <luca.risolia@studio.unibo.it>
8887 L:      linux-usb@vger.kernel.org
8888 L:      linux-media@vger.kernel.org
8889 T:      git git://linuxtv.org/media_tree.git
8890 W:      http://www.linux-projects.org
8891 S:      Maintained
8892 F:      Documentation/video4linux/sn9c102.txt
8893 F:      drivers/media/usb/sn9c102/
8894
8895 USB SUBSYSTEM
8896 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8897 L:      linux-usb@vger.kernel.org
8898 W:      http://www.linux-usb.org
8899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
8900 S:      Supported
8901 F:      Documentation/usb/
8902 F:      drivers/usb/
8903 F:      include/linux/usb.h
8904 F:      include/linux/usb/
8905
8906 USB UHCI DRIVER
8907 M:      Alan Stern <stern@rowland.harvard.edu>
8908 L:      linux-usb@vger.kernel.org
8909 S:      Maintained
8910 F:      drivers/usb/host/uhci*
8911
8912 USB "USBNET" DRIVER FRAMEWORK
8913 M:      Oliver Neukum <oneukum@suse.de>
8914 L:      netdev@vger.kernel.org
8915 W:      http://www.linux-usb.org/usbnet
8916 S:      Maintained
8917 F:      drivers/net/usb/usbnet.c
8918 F:      include/linux/usb/usbnet.h
8919
8920 USB VIDEO CLASS
8921 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8922 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
8923 L:      linux-media@vger.kernel.org
8924 T:      git git://linuxtv.org/media_tree.git
8925 W:      http://www.ideasonboard.org/uvc/
8926 S:      Maintained
8927 F:      drivers/media/usb/uvc/
8928 F:      include/uapi/linux/uvcvideo.h
8929
8930 USB VISION DRIVER
8931 M:      Hans Verkuil <hverkuil@xs4all.nl>
8932 L:      linux-media@vger.kernel.org
8933 T:      git git://linuxtv.org/media_tree.git
8934 W:      http://linuxtv.org
8935 S:      Odd Fixes
8936 F:      drivers/media/usb/usbvision/
8937
8938 USB WEBCAM GADGET
8939 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8940 L:      linux-usb@vger.kernel.org
8941 S:      Maintained
8942 F:      drivers/usb/gadget/*uvc*.c
8943 F:      drivers/usb/gadget/webcam.c
8944
8945 USB WIRELESS RNDIS DRIVER (rndis_wlan)
8946 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
8947 L:      linux-wireless@vger.kernel.org
8948 S:      Maintained
8949 F:      drivers/net/wireless/rndis_wlan.c
8950
8951 USB XHCI DRIVER
8952 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8953 L:      linux-usb@vger.kernel.org
8954 S:      Supported
8955 F:      drivers/usb/host/xhci*
8956 F:      drivers/usb/host/pci-quirks*
8957
8958 USB ZD1201 DRIVER
8959 L:      linux-wireless@vger.kernel.org
8960 W:      http://linux-lc100020.sourceforge.net
8961 S:      Orphan
8962 F:      drivers/net/wireless/zd1201.*
8963
8964 USB ZR364XX DRIVER
8965 M:      Antoine Jacquet <royale@zerezo.com>
8966 L:      linux-usb@vger.kernel.org
8967 L:      linux-media@vger.kernel.org
8968 T:      git git://linuxtv.org/media_tree.git
8969 W:      http://royale.zerezo.com/zr364xx/
8970 S:      Maintained
8971 F:      Documentation/video4linux/zr364xx.txt
8972 F:      drivers/media/usb/zr364xx/
8973
8974 USER-MODE LINUX (UML)
8975 M:      Jeff Dike <jdike@addtoit.com>
8976 M:      Richard Weinberger <richard@nod.at>
8977 L:      user-mode-linux-devel@lists.sourceforge.net
8978 L:      user-mode-linux-user@lists.sourceforge.net
8979 W:      http://user-mode-linux.sourceforge.net
8980 S:      Maintained
8981 F:      Documentation/virtual/uml/
8982 F:      arch/um/
8983 F:      arch/x86/um/
8984 F:      fs/hostfs/
8985 F:      fs/hppfs/
8986
8987 USERSPACE I/O (UIO)
8988 M:      "Hans J. Koch" <hjk@hansjkoch.de>
8989 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8990 S:      Maintained
8991 F:      Documentation/DocBook/uio-howto.tmpl
8992 F:      drivers/uio/
8993 F:      include/linux/uio*.h
8994
8995 UTIL-LINUX PACKAGE
8996 M:      Karel Zak <kzak@redhat.com>
8997 L:      util-linux@vger.kernel.org
8998 W:      http://en.wikipedia.org/wiki/Util-linux
8999 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
9000 S:      Maintained
9001
9002 UVESAFB DRIVER
9003 M:      Michal Januszewski <spock@gentoo.org>
9004 L:      linux-fbdev@vger.kernel.org
9005 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
9006 S:      Maintained
9007 F:      Documentation/fb/uvesafb.txt
9008 F:      drivers/video/uvesafb.*
9009
9010 VFAT/FAT/MSDOS FILESYSTEM
9011 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
9012 S:      Maintained
9013 F:      Documentation/filesystems/vfat.txt
9014 F:      fs/fat/
9015
9016 VFIO DRIVER
9017 M:      Alex Williamson <alex.williamson@redhat.com>
9018 L:      kvm@vger.kernel.org
9019 S:      Maintained
9020 F:      Documentation/vfio.txt
9021 F:      drivers/vfio/
9022 F:      include/linux/vfio.h
9023 F:      include/uapi/linux/vfio.h
9024
9025 VIDEOBUF2 FRAMEWORK
9026 M:      Pawel Osciak <pawel@osciak.com>
9027 M:      Marek Szyprowski <m.szyprowski@samsung.com>
9028 M:      Kyungmin Park <kyungmin.park@samsung.com>
9029 L:      linux-media@vger.kernel.org
9030 S:      Maintained
9031 F:      drivers/media/v4l2-core/videobuf2-*
9032 F:      include/media/videobuf2-*
9033
9034 VIRTIO CONSOLE DRIVER
9035 M:      Amit Shah <amit.shah@redhat.com>
9036 L:      virtualization@lists.linux-foundation.org
9037 S:      Maintained
9038 F:      drivers/char/virtio_console.c
9039 F:      include/linux/virtio_console.h
9040 F:      include/uapi/linux/virtio_console.h
9041
9042 VIRTIO CORE, NET AND BLOCK DRIVERS
9043 M:      Rusty Russell <rusty@rustcorp.com.au>
9044 M:      "Michael S. Tsirkin" <mst@redhat.com>
9045 L:      virtualization@lists.linux-foundation.org
9046 S:      Maintained
9047 F:      drivers/virtio/
9048 F:      tools/virtio/
9049 F:      drivers/net/virtio_net.c
9050 F:      drivers/block/virtio_blk.c
9051 F:      include/linux/virtio_*.h
9052 F:      include/uapi/linux/virtio_*.h
9053
9054 VIRTIO HOST (VHOST)
9055 M:      "Michael S. Tsirkin" <mst@redhat.com>
9056 L:      kvm@vger.kernel.org
9057 L:      virtualization@lists.linux-foundation.org
9058 L:      netdev@vger.kernel.org
9059 S:      Maintained
9060 F:      drivers/vhost/
9061 F:      include/uapi/linux/vhost.h
9062
9063 VIA RHINE NETWORK DRIVER
9064 M:      Roger Luethi <rl@hellgate.ch>
9065 S:      Maintained
9066 F:      drivers/net/ethernet/via/via-rhine.c
9067
9068 VIA SD/MMC CARD CONTROLLER DRIVER
9069 M:      Bruce Chang <brucechang@via.com.tw>
9070 M:      Harald Welte <HaraldWelte@viatech.com>
9071 S:      Maintained
9072 F:      drivers/mmc/host/via-sdmmc.c
9073
9074 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
9075 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
9076 L:      linux-fbdev@vger.kernel.org
9077 S:      Maintained
9078 F:      include/linux/via-core.h
9079 F:      include/linux/via-gpio.h
9080 F:      include/linux/via_i2c.h
9081 F:      drivers/video/via/
9082
9083 VIA VELOCITY NETWORK DRIVER
9084 M:      Francois Romieu <romieu@fr.zoreil.com>
9085 L:      netdev@vger.kernel.org
9086 S:      Maintained
9087 F:      drivers/net/ethernet/via/via-velocity.*
9088
9089 VIVI VIRTUAL VIDEO DRIVER
9090 M:      Hans Verkuil <hverkuil@xs4all.nl>
9091 L:      linux-media@vger.kernel.org
9092 T:      git git://linuxtv.org/media_tree.git
9093 W:      http://linuxtv.org
9094 S:      Maintained
9095 F:      drivers/media/platform/vivi*
9096
9097 VLAN (802.1Q)
9098 M:      Patrick McHardy <kaber@trash.net>
9099 L:      netdev@vger.kernel.org
9100 S:      Maintained
9101 F:      drivers/net/macvlan.c
9102 F:      include/linux/if_*vlan.h
9103 F:      net/8021q/
9104
9105 VLYNQ BUS
9106 M:      Florian Fainelli <florian@openwrt.org>
9107 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
9108 S:      Maintained
9109 F:      drivers/vlynq/vlynq.c
9110 F:      include/linux/vlynq.h
9111
9112 VME SUBSYSTEM
9113 M:      Martyn Welch <martyn.welch@ge.com>
9114 M:      Manohar Vanga <manohar.vanga@gmail.com>
9115 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9116 L:      devel@driverdev.osuosl.org
9117 S:      Maintained
9118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
9119 F:      Documentation/vme_api.txt
9120 F:      drivers/staging/vme/
9121 F:      drivers/vme/
9122 F:      include/linux/vme*
9123
9124 VMWARE HYPERVISOR INTERFACE
9125 M:      Alok Kataria <akataria@vmware.com>
9126 L:      virtualization@lists.linux-foundation.org
9127 S:      Supported
9128 F:      arch/x86/kernel/cpu/vmware.c
9129
9130 VMWARE VMXNET3 ETHERNET DRIVER
9131 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
9132 M:      "VMware, Inc." <pv-drivers@vmware.com>
9133 L:      netdev@vger.kernel.org
9134 S:      Maintained
9135 F:      drivers/net/vmxnet3/
9136
9137 VMware PVSCSI driver
9138 M:      Arvind Kumar <arvindkumar@vmware.com>
9139 M:      VMware PV-Drivers <pv-drivers@vmware.com>
9140 L:      linux-scsi@vger.kernel.org
9141 S:      Maintained
9142 F:      drivers/scsi/vmw_pvscsi.c
9143 F:      drivers/scsi/vmw_pvscsi.h
9144
9145 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
9146 M:      Liam Girdwood <lgirdwood@gmail.com>
9147 M:      Mark Brown <broonie@kernel.org>
9148 W:      http://opensource.wolfsonmicro.com/node/15
9149 W:      http://www.slimlogic.co.uk/?p=48
9150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
9151 S:      Supported
9152 F:      drivers/regulator/
9153 F:      include/linux/regulator/
9154
9155 VT1211 HARDWARE MONITOR DRIVER
9156 M:      Juerg Haefliger <juergh@gmail.com>
9157 L:      lm-sensors@lm-sensors.org
9158 S:      Maintained
9159 F:      Documentation/hwmon/vt1211
9160 F:      drivers/hwmon/vt1211.c
9161
9162 VT8231 HARDWARE MONITOR DRIVER
9163 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
9164 L:      lm-sensors@lm-sensors.org
9165 S:      Maintained
9166 F:      drivers/hwmon/vt8231.c
9167
9168 VUB300 USB to SDIO/SD/MMC bridge chip
9169 M:      Tony Olech <tony.olech@elandigitalsystems.com>
9170 L:      linux-mmc@vger.kernel.org
9171 L:      linux-usb@vger.kernel.org
9172 S:      Supported
9173 F:      drivers/mmc/host/vub300.c
9174
9175 W1 DALLAS'S 1-WIRE BUS
9176 M:      Evgeniy Polyakov <zbr@ioremap.net>
9177 S:      Maintained
9178 F:      Documentation/w1/
9179 F:      drivers/w1/
9180
9181 W83791D HARDWARE MONITORING DRIVER
9182 M:      Marc Hulsman <m.hulsman@tudelft.nl>
9183 L:      lm-sensors@lm-sensors.org
9184 S:      Maintained
9185 F:      Documentation/hwmon/w83791d
9186 F:      drivers/hwmon/w83791d.c
9187
9188 W83793 HARDWARE MONITORING DRIVER
9189 M:      Rudolf Marek <r.marek@assembler.cz>
9190 L:      lm-sensors@lm-sensors.org
9191 S:      Maintained
9192 F:      Documentation/hwmon/w83793
9193 F:      drivers/hwmon/w83793.c
9194
9195 W83795 HARDWARE MONITORING DRIVER
9196 M:      Jean Delvare <khali@linux-fr.org>
9197 L:      lm-sensors@lm-sensors.org
9198 S:      Maintained
9199 F:      drivers/hwmon/w83795.c
9200
9201 W83L51xD SD/MMC CARD INTERFACE DRIVER
9202 M:      Pierre Ossman <pierre@ossman.eu>
9203 S:      Maintained
9204 F:      drivers/mmc/host/wbsd.*
9205
9206 WATCHDOG DEVICE DRIVERS
9207 M:      Wim Van Sebroeck <wim@iguana.be>
9208 L:      linux-watchdog@vger.kernel.org
9209 W:      http://www.linux-watchdog.org/
9210 T:      git git://www.linux-watchdog.org/linux-watchdog.git
9211 S:      Maintained
9212 F:      Documentation/watchdog/
9213 F:      drivers/watchdog/
9214 F:      include/linux/watchdog.h
9215 F:      include/uapi/linux/watchdog.h
9216
9217 WD7000 SCSI DRIVER
9218 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
9219 L:      linux-scsi@vger.kernel.org
9220 S:      Maintained
9221 F:      drivers/scsi/wd7000.c
9222
9223 WIIMOTE HID DRIVER
9224 M:      David Herrmann <dh.herrmann@googlemail.com>
9225 L:      linux-input@vger.kernel.org
9226 S:      Maintained
9227 F:      drivers/hid/hid-wiimote*
9228
9229 WINBOND CIR DRIVER
9230 M:      David Härdeman <david@hardeman.nu>
9231 S:      Maintained
9232 F:      drivers/media/rc/winbond-cir.c
9233
9234 WIMAX STACK
9235 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
9236 M:      linux-wimax@intel.com
9237 L:      wimax@linuxwimax.org
9238 S:      Supported
9239 W:      http://linuxwimax.org
9240 F:      Documentation/wimax/README.wimax
9241 F:      include/linux/wimax/debug.h
9242 F:      include/net/wimax.h
9243 F:      include/uapi/linux/wimax.h
9244 F:      net/wimax/
9245
9246 WISTRON LAPTOP BUTTON DRIVER
9247 M:      Miloslav Trmac <mitr@volny.cz>
9248 S:      Maintained
9249 F:      drivers/input/misc/wistron_btns.c
9250
9251 WL3501 WIRELESS PCMCIA CARD DRIVER
9252 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
9253 L:      linux-wireless@vger.kernel.org
9254 W:      http://oops.ghostprotocols.net:81/blog
9255 S:      Maintained
9256 F:      drivers/net/wireless/wl3501*
9257
9258 WM97XX TOUCHSCREEN DRIVERS
9259 M:      Mark Brown <broonie@kernel.org>
9260 M:      Liam Girdwood <lrg@slimlogic.co.uk>
9261 L:      linux-input@vger.kernel.org
9262 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
9263 W:      http://opensource.wolfsonmicro.com/node/7
9264 S:      Supported
9265 F:      drivers/input/touchscreen/*wm97*
9266 F:      include/linux/wm97xx.h
9267
9268 WOLFSON MICROELECTRONICS DRIVERS
9269 L:      patches@opensource.wolfsonmicro.com
9270 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
9271 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
9272 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
9273 S:      Supported
9274 F:      Documentation/hwmon/wm83??
9275 F:      arch/arm/mach-s3c64xx/mach-crag6410*
9276 F:      drivers/clk/clk-wm83*.c
9277 F:      drivers/extcon/extcon-arizona.c
9278 F:      drivers/leds/leds-wm83*.c
9279 F:      drivers/gpio/gpio-*wm*.c
9280 F:      drivers/gpio/gpio-arizona.c
9281 F:      drivers/hwmon/wm83??-hwmon.c
9282 F:      drivers/input/misc/wm831x-on.c
9283 F:      drivers/input/touchscreen/wm831x-ts.c
9284 F:      drivers/input/touchscreen/wm97*.c
9285 F:      drivers/mfd/arizona*
9286 F:      drivers/mfd/wm*.c
9287 F:      drivers/power/wm83*.c
9288 F:      drivers/rtc/rtc-wm83*.c
9289 F:      drivers/regulator/wm8*.c
9290 F:      drivers/video/backlight/wm83*_bl.c
9291 F:      drivers/watchdog/wm83*_wdt.c
9292 F:      include/linux/mfd/arizona/
9293 F:      include/linux/mfd/wm831x/
9294 F:      include/linux/mfd/wm8350/
9295 F:      include/linux/mfd/wm8400*
9296 F:      include/linux/wm97xx.h
9297 F:      include/sound/wm????.h
9298 F:      sound/soc/codecs/arizona.?
9299 F:      sound/soc/codecs/wm*
9300
9301 WORKQUEUE
9302 M:      Tejun Heo <tj@kernel.org>
9303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
9304 S:      Maintained
9305 F:      include/linux/workqueue.h
9306 F:      kernel/workqueue.c
9307 F:      Documentation/workqueue.txt
9308
9309 X.25 NETWORK LAYER
9310 M:      Andrew Hendry <andrew.hendry@gmail.com>
9311 L:      linux-x25@vger.kernel.org
9312 S:      Odd Fixes
9313 F:      Documentation/networking/x25*
9314 F:      include/net/x25*
9315 F:      net/x25/
9316
9317 X86 ARCHITECTURE (32-BIT AND 64-BIT)
9318 M:      Thomas Gleixner <tglx@linutronix.de>
9319 M:      Ingo Molnar <mingo@redhat.com>
9320 M:      "H. Peter Anvin" <hpa@zytor.com>
9321 M:      x86@kernel.org
9322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9323 S:      Maintained
9324 F:      Documentation/x86/
9325 F:      arch/x86/
9326
9327 X86 PLATFORM DRIVERS
9328 M:      Matthew Garrett <matthew.garrett@nebula.com>
9329 L:      platform-driver-x86@vger.kernel.org
9330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
9331 S:      Maintained
9332 F:      drivers/platform/x86
9333
9334 X86 MCE INFRASTRUCTURE
9335 M:      Tony Luck <tony.luck@intel.com>
9336 M:      Borislav Petkov <bp@alien8.de>
9337 L:      linux-edac@vger.kernel.org
9338 S:      Maintained
9339 F:      arch/x86/kernel/cpu/mcheck/*
9340
9341 XC2028/3028 TUNER DRIVER
9342 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
9343 L:      linux-media@vger.kernel.org
9344 W:      http://linuxtv.org
9345 T:      git git://linuxtv.org/media_tree.git
9346 S:      Maintained
9347 F:      drivers/media/tuners/tuner-xc2028.*
9348
9349 XEN HYPERVISOR INTERFACE
9350 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9351 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
9352 M:      David Vrabel <david.vrabel@citrix.com>
9353 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9354 S:      Supported
9355 F:      arch/x86/xen/
9356 F:      drivers/*/xen-*front.c
9357 F:      drivers/xen/
9358 F:      arch/x86/include/asm/xen/
9359 F:      include/xen/
9360 F:      include/uapi/xen/
9361
9362 XEN HYPERVISOR ARM
9363 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9364 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9365 S:      Supported
9366 F:      arch/arm/xen/
9367 F:      arch/arm/include/asm/xen/
9368
9369 XEN HYPERVISOR ARM64
9370 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9371 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9372 S:      Supported
9373 F:      arch/arm64/xen/
9374 F:      arch/arm64/include/asm/xen/
9375
9376 XEN NETWORK BACKEND DRIVER
9377 M:      Ian Campbell <ian.campbell@citrix.com>
9378 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9379 L:      netdev@vger.kernel.org
9380 S:      Supported
9381 F:      drivers/net/xen-netback/*
9382
9383 XEN PCI SUBSYSTEM
9384 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9385 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9386 S:      Supported
9387 F:      arch/x86/pci/*xen*
9388 F:      drivers/pci/*xen*
9389
9390 XEN SWIOTLB SUBSYSTEM
9391 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9392 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9393 S:      Supported
9394 F:      arch/x86/xen/*swiotlb*
9395 F:      drivers/xen/*swiotlb*
9396
9397 XFS FILESYSTEM
9398 P:      Silicon Graphics Inc
9399 M:      Ben Myers <bpm@sgi.com>
9400 M:      Alex Elder <elder@kernel.org>
9401 M:      xfs@oss.sgi.com
9402 L:      xfs@oss.sgi.com
9403 W:      http://oss.sgi.com/projects/xfs
9404 T:      git git://oss.sgi.com/xfs/xfs.git
9405 S:      Supported
9406 F:      Documentation/filesystems/xfs.txt
9407 F:      fs/xfs/
9408
9409 XILINX AXI ETHERNET DRIVER
9410 M:      Anirudha Sarangi <anirudh@xilinx.com>
9411 M:      John Linn <John.Linn@xilinx.com>
9412 S:      Maintained
9413 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
9414
9415 XILINX SYSTEMACE DRIVER
9416 S:      Orphan
9417 F:      drivers/block/xsysace.c
9418
9419 XILINX UARTLITE SERIAL DRIVER
9420 M:      Peter Korsgaard <jacmet@sunsite.dk>
9421 L:      linux-serial@vger.kernel.org
9422 S:      Maintained
9423 F:      drivers/tty/serial/uartlite.c
9424
9425 YAM DRIVER FOR AX.25
9426 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
9427 L:      linux-hams@vger.kernel.org
9428 S:      Maintained
9429 F:      drivers/net/hamradio/yam*
9430 F:      include/linux/yam.h
9431
9432 YEALINK PHONE DRIVER
9433 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
9434 L:      usbb2k-api-dev@nongnu.org
9435 S:      Maintained
9436 F:      Documentation/input/yealink.txt
9437 F:      drivers/input/misc/yealink.*
9438
9439 Z8530 DRIVER FOR AX.25
9440 M:      Joerg Reuter <jreuter@yaina.de>
9441 W:      http://yaina.de/jreuter/
9442 W:      http://www.qsl.net/dl1bke/
9443 L:      linux-hams@vger.kernel.org
9444 S:      Maintained
9445 F:      Documentation/networking/z8530drv.txt
9446 F:      drivers/net/hamradio/*scc.c
9447 F:      drivers/net/hamradio/z8530.h
9448
9449 ZBUD COMPRESSED PAGE ALLOCATOR
9450 M:      Seth Jennings <sjenning@linux.vnet.ibm.com>
9451 L:      linux-mm@kvack.org
9452 S:      Maintained
9453 F:      mm/zbud.c
9454 F:      include/linux/zbud.h
9455
9456 ZD1211RW WIRELESS DRIVER
9457 M:      Daniel Drake <dsd@gentoo.org>
9458 M:      Ulrich Kunitz <kune@deine-taler.de>
9459 W:      http://zd1211.ath.cx/wiki/DriverRewrite
9460 L:      linux-wireless@vger.kernel.org
9461 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
9462 S:      Maintained
9463 F:      drivers/net/wireless/zd1211rw/
9464
9465 ZR36067 VIDEO FOR LINUX DRIVER
9466 L:      mjpeg-users@lists.sourceforge.net
9467 L:      linux-media@vger.kernel.org
9468 W:      http://mjpeg.sourceforge.net/driver-zoran/
9469 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
9470 S:      Odd Fixes
9471 F:      drivers/media/pci/zoran/
9472
9473 ZS DECSTATION Z85C30 SERIAL DRIVER
9474 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9475 S:      Maintained
9476 F:      drivers/tty/serial/zs.*
9477
9478 ZSWAP COMPRESSED SWAP CACHING
9479 M:      Seth Jennings <sjenning@linux.vnet.ibm.com>
9480 L:      linux-mm@kvack.org
9481 S:      Maintained
9482 F:      mm/zswap.c
9483
9484 THE REST
9485 M:      Linus Torvalds <torvalds@linux-foundation.org>
9486 L:      linux-kernel@vger.kernel.org
9487 Q:      http://patchwork.kernel.org/project/LKML/list/
9488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
9489 S:      Buried alive in reporters
9490 F:      *
9491 F:      */