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