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