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