]> Pileus Git - ~andy/linux/blob - MAINTAINERS
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[~andy/linux] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         L: Mailing list that is relevant to this area
74         W: Web-page with status/info
75         Q: Patchwork web based patch tracking system site
76         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit, topgit.
77         S: Status, one of the following:
78            Supported:   Someone is actually paid to look after this.
79            Maintained:  Someone actually looks after it.
80            Odd Fixes:   It has a maintainer but they don't have time to do
81                         much other than throw the odd patch in. See below..
82            Orphan:      No current maintainer [but maybe you could take the
83                         role as you write your new code].
84            Obsolete:    Old code. Something tagged obsolete generally means
85                         it has been replaced by a better system and you
86                         should be using that.
87         F: Files and directories with wildcard patterns.
88            A trailing slash includes all files and subdirectory files.
89            F:   drivers/net/    all files in and below drivers/net
90            F:   drivers/net/*   all files in drivers/net, but not below
91            F:   */net/*         all files in "any top level directory"/net
92            One pattern per line.  Multiple F: lines acceptable.
93         N: Files and directories with regex patterns.
94            N:   [^a-z]tegra     all files whose path contains the word tegra
95            One pattern per line.  Multiple N: lines acceptable.
96         X: Files and directories that are NOT maintained, same rules as F:
97            Files exclusions are tested before file matches.
98            Can be useful for excluding a specific subdirectory, for instance:
99            F:   net/
100            X:   net/ipv6/
101            matches all files in and below net excluding net/ipv6/
102         K: Keyword perl extended regex pattern to match content in a
103            patch or file.  For instance:
104            K: of_get_profile
105               matches patches or files that contain "of_get_profile"
106            K: \b(printk|pr_(info|err))\b
107               matches patches or files that contain one or more of the words
108               printk, pr_info or pr_err
109            One regex pattern per line.  Multiple K: lines acceptable.
110
111 Note: For the hard of thinking, this list is meant to remain in alphabetical
112 order. If you could add yourselves to it in alphabetical order that would be
113 so much easier [Ed]
114
115 Maintainers List (try to look for most precise areas first)
116
117                 -----------------------------------
118
119 3C59X NETWORK DRIVER
120 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
121 L:      netdev@vger.kernel.org
122 S:      Maintained
123 F:      Documentation/networking/vortex.txt
124 F:      drivers/net/ethernet/3com/3c59x.c
125
126 3CR990 NETWORK DRIVER
127 M:      David Dillow <dave@thedillows.org>
128 L:      netdev@vger.kernel.org
129 S:      Maintained
130 F:      drivers/net/ethernet/3com/typhoon*
131
132 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
133 M:      Adam Radford <linuxraid@lsi.com>
134 L:      linux-scsi@vger.kernel.org
135 W:      http://www.lsi.com
136 S:      Supported
137 F:      drivers/scsi/3w-*
138
139 53C700 AND 53C700-66 SCSI DRIVER
140 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
141 L:      linux-scsi@vger.kernel.org
142 S:      Maintained
143 F:      drivers/scsi/53c700*
144
145 6PACK NETWORK DRIVER FOR AX.25
146 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
147 L:      linux-hams@vger.kernel.org
148 S:      Maintained
149 F:      drivers/net/hamradio/6pack.c
150
151 8169 10/100/1000 GIGABIT ETHERNET DRIVER
152 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
153 M:      Francois Romieu <romieu@fr.zoreil.com>
154 L:      netdev@vger.kernel.org
155 S:      Maintained
156 F:      drivers/net/ethernet/realtek/r8169.c
157
158 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
159 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
160 L:      linux-serial@vger.kernel.org
161 W:      http://serial.sourceforge.net
162 S:      Maintained
163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
164 F:      drivers/tty/serial/8250*
165 F:      include/linux/serial_8250.h
166
167 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
168 L:      netdev@vger.kernel.org
169 S:      Orphan / Obsolete
170 F:      drivers/net/ethernet/8390/
171
172 9P FILE SYSTEM
173 M:      Eric Van Hensbergen <ericvh@gmail.com>
174 M:      Ron Minnich <rminnich@sandia.gov>
175 M:      Latchesar Ionkov <lucho@ionkov.net>
176 L:      v9fs-developer@lists.sourceforge.net
177 W:      http://swik.net/v9fs
178 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
180 S:      Maintained
181 F:      Documentation/filesystems/9p.txt
182 F:      fs/9p/
183 F:      net/9p/
184 F:      include/net/9p/
185 F:      include/uapi/linux/virtio_9p.h
186 F:      include/trace/events/9p.h
187
188
189 A8293 MEDIA DRIVER
190 M:      Antti Palosaari <crope@iki.fi>
191 L:      linux-media@vger.kernel.org
192 W:      http://linuxtv.org/
193 W:      http://palosaari.fi/linux/
194 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
195 T:      git git://linuxtv.org/anttip/media_tree.git
196 S:      Maintained
197 F:      drivers/media/dvb-frontends/a8293*
198
199 AACRAID SCSI RAID DRIVER
200 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
201 L:      linux-scsi@vger.kernel.org
202 W:      http://www.adaptec.com/
203 S:      Supported
204 F:      Documentation/scsi/aacraid.txt
205 F:      drivers/scsi/aacraid/
206
207 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
208 M:      Hans de Goede <hdegoede@redhat.com>
209 L:      lm-sensors@lm-sensors.org
210 S:      Maintained
211 F:      drivers/hwmon/abituguru.c
212
213 ABIT UGURU 3 HARDWARE MONITOR DRIVER
214 M:      Alistair John Strachan <alistair@devzero.co.uk>
215 L:      lm-sensors@lm-sensors.org
216 S:      Maintained
217 F:      drivers/hwmon/abituguru3.c
218
219 ACENIC DRIVER
220 M:      Jes Sorensen <jes@trained-monkey.org>
221 L:      linux-acenic@sunsite.dk
222 S:      Maintained
223 F:      drivers/net/ethernet/alteon/acenic*
224
225 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
226 M:      Peter Feuerer <peter@piie.net>
227 L:      platform-driver-x86@vger.kernel.org
228 W:      http://piie.net/?section=acerhdf
229 S:      Maintained
230 F:      drivers/platform/x86/acerhdf.c
231
232 ACER WMI LAPTOP EXTRAS
233 M:      "Lee, Chun-Yi" <jlee@suse.com>
234 L:      platform-driver-x86@vger.kernel.org
235 S:      Maintained
236 F:      drivers/platform/x86/acer-wmi.c
237
238 ACPI
239 M:      Len Brown <lenb@kernel.org>
240 M:      Rafael J. Wysocki <rjw@sisk.pl>
241 L:      linux-acpi@vger.kernel.org
242 W:      http://www.lesswatts.org/projects/acpi/
243 Q:      http://patchwork.kernel.org/project/linux-acpi/list/
244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
245 S:      Supported
246 F:      drivers/acpi/
247 F:      drivers/pnp/pnpacpi/
248 F:      include/linux/acpi.h
249 F:      include/acpi/
250 F:      Documentation/acpi
251 F:      Documentation/ABI/testing/sysfs-bus-acpi
252 F:      drivers/pci/*acpi*
253 F:      drivers/pci/*/*acpi*
254 F:      drivers/pci/*/*/*acpi*
255
256 ACPI FAN DRIVER
257 M:      Zhang Rui <rui.zhang@intel.com>
258 L:      linux-acpi@vger.kernel.org
259 W:      http://www.lesswatts.org/projects/acpi/
260 S:      Supported
261 F:      drivers/acpi/fan.c
262
263 ACPI THERMAL DRIVER
264 M:      Zhang Rui <rui.zhang@intel.com>
265 L:      linux-acpi@vger.kernel.org
266 W:      http://www.lesswatts.org/projects/acpi/
267 S:      Supported
268 F:      drivers/acpi/*thermal*
269
270 ACPI VIDEO DRIVER
271 M:      Zhang Rui <rui.zhang@intel.com>
272 L:      linux-acpi@vger.kernel.org
273 W:      http://www.lesswatts.org/projects/acpi/
274 S:      Supported
275 F:      drivers/acpi/video.c
276
277 ACPI WMI DRIVER
278 L:      platform-driver-x86@vger.kernel.org
279 S:      Orphan
280 F:      drivers/platform/x86/wmi.c
281
282 AD1889 ALSA SOUND DRIVER
283 M:      Thibaut Varene <T-Bone@parisc-linux.org>
284 W:      http://wiki.parisc-linux.org/AD1889
285 L:      linux-parisc@vger.kernel.org
286 S:      Maintained
287 F:      sound/pci/ad1889.*
288
289 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
290 M:      Michael Hennerich <michael.hennerich@analog.com>
291 L:      device-drivers-devel@blackfin.uclinux.org
292 W:      http://wiki.analog.com/AD5254
293 S:      Supported
294 F:      drivers/misc/ad525x_dpot.c
295
296 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
297 M:      Michael Hennerich <michael.hennerich@analog.com>
298 L:      device-drivers-devel@blackfin.uclinux.org
299 W:      http://wiki.analog.com/AD5398
300 S:      Supported
301 F:      drivers/regulator/ad5398.c
302
303 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
304 M:      Michael Hennerich <michael.hennerich@analog.com>
305 L:      device-drivers-devel@blackfin.uclinux.org
306 W:      http://wiki.analog.com/AD7142
307 S:      Supported
308 F:      drivers/input/misc/ad714x.c
309
310 AD7877 TOUCHSCREEN DRIVER
311 M:      Michael Hennerich <michael.hennerich@analog.com>
312 L:      device-drivers-devel@blackfin.uclinux.org
313 W:      http://wiki.analog.com/AD7877
314 S:      Supported
315 F:      drivers/input/touchscreen/ad7877.c
316
317 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
318 M:      Michael Hennerich <michael.hennerich@analog.com>
319 L:      device-drivers-devel@blackfin.uclinux.org
320 W:      http://wiki.analog.com/AD7879
321 S:      Supported
322 F:      drivers/input/touchscreen/ad7879.c
323
324 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
325 M:      Jiri Kosina <jkosina@suse.cz>
326 S:      Maintained
327
328 ADM1025 HARDWARE MONITOR DRIVER
329 M:      Jean Delvare <khali@linux-fr.org>
330 L:      lm-sensors@lm-sensors.org
331 S:      Maintained
332 F:      Documentation/hwmon/adm1025
333 F:      drivers/hwmon/adm1025.c
334
335 ADM1029 HARDWARE MONITOR DRIVER
336 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
337 L:      lm-sensors@lm-sensors.org
338 S:      Maintained
339 F:      drivers/hwmon/adm1029.c
340
341 ADM8211 WIRELESS DRIVER
342 L:      linux-wireless@vger.kernel.org
343 W:      http://wireless.kernel.org/
344 S:      Orphan
345 F:      drivers/net/wireless/adm8211.*
346
347 ADP1653 FLASH CONTROLLER DRIVER
348 M:      Sakari Ailus <sakari.ailus@iki.fi>
349 L:      linux-media@vger.kernel.org
350 S:      Maintained
351 F:      drivers/media/i2c/adp1653.c
352 F:      include/media/adp1653.h
353
354 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
355 M:      Michael Hennerich <michael.hennerich@analog.com>
356 L:      device-drivers-devel@blackfin.uclinux.org
357 W:      http://wiki.analog.com/ADP5520
358 S:      Supported
359 F:      drivers/mfd/adp5520.c
360 F:      drivers/video/backlight/adp5520_bl.c
361 F:      drivers/leds/leds-adp5520.c
362 F:      drivers/gpio/gpio-adp5520.c
363 F:      drivers/input/keyboard/adp5520-keys.c
364
365 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
366 M:      Michael Hennerich <michael.hennerich@analog.com>
367 L:      device-drivers-devel@blackfin.uclinux.org
368 W:      http://wiki.analog.com/ADP5588
369 S:      Supported
370 F:      drivers/input/keyboard/adp5588-keys.c
371 F:      drivers/gpio/gpio-adp5588.c
372
373 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
374 M:      Michael Hennerich <michael.hennerich@analog.com>
375 L:      device-drivers-devel@blackfin.uclinux.org
376 W:      http://wiki.analog.com/ADP8860
377 S:      Supported
378 F:      drivers/video/backlight/adp8860_bl.c
379
380 ADS1015 HARDWARE MONITOR DRIVER
381 M:      Dirk Eibach <eibach@gdsys.de>
382 L:      lm-sensors@lm-sensors.org
383 S:      Maintained
384 F:      Documentation/hwmon/ads1015
385 F:      drivers/hwmon/ads1015.c
386 F:      include/linux/i2c/ads1015.h
387
388 ADT746X FAN DRIVER
389 M:      Colin Leroy <colin@colino.net>
390 S:      Maintained
391 F:      drivers/macintosh/therm_adt746x.c
392
393 ADT7475 HARDWARE MONITOR DRIVER
394 M:      Jean Delvare <khali@linux-fr.org>
395 L:      lm-sensors@lm-sensors.org
396 S:      Maintained
397 F:      Documentation/hwmon/adt7475
398 F:      drivers/hwmon/adt7475.c
399
400 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
401 M:      Michael Hennerich <michael.hennerich@analog.com>
402 L:      device-drivers-devel@blackfin.uclinux.org
403 W:      http://wiki.analog.com/ADXL345
404 S:      Supported
405 F:      drivers/input/misc/adxl34x.c
406
407 ADVANSYS SCSI DRIVER
408 M:      Matthew Wilcox <matthew@wil.cx>
409 L:      linux-scsi@vger.kernel.org
410 S:      Maintained
411 F:      Documentation/scsi/advansys.txt
412 F:      drivers/scsi/advansys.c
413
414 AEDSP16 DRIVER
415 M:      Riccardo Facchetti <fizban@tin.it>
416 S:      Maintained
417 F:      sound/oss/aedsp16.c
418
419 AF9013 MEDIA DRIVER
420 M:      Antti Palosaari <crope@iki.fi>
421 L:      linux-media@vger.kernel.org
422 W:      http://linuxtv.org/
423 W:      http://palosaari.fi/linux/
424 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
425 T:      git git://linuxtv.org/anttip/media_tree.git
426 S:      Maintained
427 F:      drivers/media/dvb-frontends/af9013*
428
429 AF9033 MEDIA DRIVER
430 M:      Antti Palosaari <crope@iki.fi>
431 L:      linux-media@vger.kernel.org
432 W:      http://linuxtv.org/
433 W:      http://palosaari.fi/linux/
434 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
435 T:      git git://linuxtv.org/anttip/media_tree.git
436 S:      Maintained
437 F:      drivers/media/dvb-frontends/af9033*
438
439 AFFS FILE SYSTEM
440 L:      linux-fsdevel@vger.kernel.org
441 S:      Orphan
442 F:      Documentation/filesystems/affs.txt
443 F:      fs/affs/
444
445 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
446 M:      David Howells <dhowells@redhat.com>
447 L:      linux-afs@lists.infradead.org
448 S:      Supported
449 F:      fs/afs/
450 F:      include/net/af_rxrpc.h
451 F:      net/rxrpc/af_rxrpc.c
452
453 AGPGART DRIVER
454 M:      David Airlie <airlied@linux.ie>
455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
456 S:      Maintained
457 F:      drivers/char/agp/
458 F:      include/linux/agp*
459 F:      include/uapi/linux/agp*
460
461 AHA152X SCSI DRIVER
462 M:      "Juergen E. Fischer" <fischer@norbit.de>
463 L:      linux-scsi@vger.kernel.org
464 S:      Maintained
465 F:      drivers/scsi/aha152x*
466 F:      drivers/scsi/pcmcia/aha152x*
467
468 AIC7XXX / AIC79XX SCSI DRIVER
469 M:      Hannes Reinecke <hare@suse.de>
470 L:      linux-scsi@vger.kernel.org
471 S:      Maintained
472 F:      drivers/scsi/aic7xxx/
473 F:      drivers/scsi/aic7xxx_old/
474
475 AIMSLAB FM RADIO RECEIVER DRIVER
476 M:      Hans Verkuil <hverkuil@xs4all.nl>
477 L:      linux-media@vger.kernel.org
478 T:      git git://linuxtv.org/media_tree.git
479 W:      http://linuxtv.org
480 S:      Maintained
481 F:      drivers/media/radio/radio-aimslab*
482
483 AIO
484 M:      Benjamin LaHaise <bcrl@kvack.org>
485 L:      linux-aio@kvack.org
486 S:      Supported
487 F:      fs/aio.c
488 F:      include/linux/*aio*.h
489
490 ALCATEL SPEEDTOUCH USB DRIVER
491 M:      Duncan Sands <duncan.sands@free.fr>
492 L:      linux-usb@vger.kernel.org
493 W:      http://www.linux-usb.org/SpeedTouch/
494 S:      Maintained
495 F:      drivers/usb/atm/speedtch.c
496 F:      drivers/usb/atm/usbatm.c
497
498 ALCHEMY AU1XX0 MMC DRIVER
499 M:      Manuel Lauss <manuel.lauss@gmail.com>
500 S:      Maintained
501 F:      drivers/mmc/host/au1xmmc.c
502
503 ALI1563 I2C DRIVER
504 M:      Rudolf Marek <r.marek@assembler.cz>
505 L:      linux-i2c@vger.kernel.org
506 S:      Maintained
507 F:      Documentation/i2c/busses/i2c-ali1563
508 F:      drivers/i2c/busses/i2c-ali1563.c
509
510 ALPHA PORT
511 M:      Richard Henderson <rth@twiddle.net>
512 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
513 M:      Matt Turner <mattst88@gmail.com>
514 S:      Odd Fixes
515 L:      linux-alpha@vger.kernel.org
516 F:      arch/alpha/
517
518 ALTERA UART/JTAG UART SERIAL DRIVERS
519 M:      Tobias Klauser <tklauser@distanz.ch>
520 L:      linux-serial@vger.kernel.org
521 L:      nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
522 S:      Maintained
523 F:      drivers/tty/serial/altera_uart.c
524 F:      drivers/tty/serial/altera_jtaguart.c
525 F:      include/linux/altera_uart.h
526 F:      include/linux/altera_jtaguart.h
527
528 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
529 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
530 L:      lm-sensors@lm-sensors.org
531 S:      Maintained
532 F:      Documentation/hwmon/fam15h_power
533 F:      drivers/hwmon/fam15h_power.c
534
535 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
536 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
537 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
538 S:      Supported
539 F:      drivers/usb/gadget/amd5536udc.*
540
541 AMD GEODE PROCESSOR/CHIPSET SUPPORT
542 P:      Andres Salomon <dilinger@queued.net>
543 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
544 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
545 S:      Supported
546 F:      drivers/char/hw_random/geode-rng.c
547 F:      drivers/crypto/geode*
548 F:      drivers/video/geode/
549 F:      arch/x86/include/asm/geode.h
550
551 AMD IOMMU (AMD-VI)
552 M:      Joerg Roedel <joro@8bytes.org>
553 L:      iommu@lists.linux-foundation.org
554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
555 S:      Maintained
556 F:      drivers/iommu/amd_iommu*.[ch]
557 F:      include/linux/amd-iommu.h
558
559 AMD MICROCODE UPDATE SUPPORT
560 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
561 L:      amd64-microcode@amd64.org
562 S:      Maintained
563 F:      arch/x86/kernel/microcode_amd.c
564
565 AMS (Apple Motion Sensor) DRIVER
566 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
567 S:      Supported
568 F:      drivers/macintosh/ams/
569
570 AMSO1100 RNIC DRIVER
571 M:      Tom Tucker <tom@opengridcomputing.com>
572 M:      Steve Wise <swise@opengridcomputing.com>
573 L:      linux-rdma@vger.kernel.org
574 S:      Maintained
575 F:      drivers/infiniband/hw/amso1100/
576
577 ANALOG DEVICES INC AD9389B DRIVER
578 M:      Hans Verkuil <hans.verkuil@cisco.com>
579 L:      linux-media@vger.kernel.org
580 S:      Maintained
581 F:      drivers/media/i2c/ad9389b*
582
583 ANALOG DEVICES INC ADV7511 DRIVER
584 M:      Hans Verkuil <hans.verkuil@cisco.com>
585 L:      linux-media@vger.kernel.org
586 S:      Maintained
587 F:      drivers/media/i2c/adv7511*
588
589 ANALOG DEVICES INC ADV7604 DRIVER
590 M:      Hans Verkuil <hans.verkuil@cisco.com>
591 L:      linux-media@vger.kernel.org
592 S:      Maintained
593 F:      drivers/media/i2c/adv7604*
594
595 ANALOG DEVICES INC ADV7842 DRIVER
596 M:      Hans Verkuil <hans.verkuil@cisco.com>
597 L:      linux-media@vger.kernel.org
598 S:      Maintained
599 F:      drivers/media/i2c/adv7842*
600
601 ANALOG DEVICES INC ASOC CODEC DRIVERS
602 M:      Lars-Peter Clausen <lars@metafoo.de>
603 L:      device-drivers-devel@blackfin.uclinux.org
604 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
605 W:      http://wiki.analog.com/
606 S:      Supported
607 F:      sound/soc/codecs/adau*
608 F:      sound/soc/codecs/adav*
609 F:      sound/soc/codecs/ad1*
610 F:      sound/soc/codecs/ad7*
611 F:      sound/soc/codecs/ssm*
612 F:      sound/soc/codecs/sigmadsp.*
613
614 ANALOG DEVICES INC ASOC DRIVERS
615 L:      uclinux-dist-devel@blackfin.uclinux.org
616 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
617 W:      http://blackfin.uclinux.org/
618 S:      Supported
619 F:      sound/soc/blackfin/*
620
621 AOA (Apple Onboard Audio) ALSA DRIVER
622 M:      Johannes Berg <johannes@sipsolutions.net>
623 L:      linuxppc-dev@lists.ozlabs.org
624 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
625 S:      Maintained
626 F:      sound/aoa/
627
628 APM DRIVER
629 M:      Jiri Kosina <jkosina@suse.cz>
630 S:      Odd fixes
631 F:      arch/x86/kernel/apm_32.c
632 F:      include/linux/apm_bios.h
633 F:      include/uapi/linux/apm_bios.h
634 F:      drivers/char/apm-emulation.c
635
636 APPLE BCM5974 MULTITOUCH DRIVER
637 M:      Henrik Rydberg <rydberg@euromail.se>
638 L:      linux-input@vger.kernel.org
639 S:      Maintained
640 F:      drivers/input/mouse/bcm5974.c
641
642 APPLE SMC DRIVER
643 M:      Henrik Rydberg <rydberg@euromail.se>
644 L:      lm-sensors@lm-sensors.org
645 S:      Maintained
646 F:      drivers/hwmon/applesmc.c
647
648 APPLETALK NETWORK LAYER
649 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
650 S:      Maintained
651 F:      drivers/net/appletalk/
652 F:      net/appletalk/
653
654 APTINA CAMERA SENSOR PLL
655 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
656 L:      linux-media@vger.kernel.org
657 S:      Maintained
658 F:      drivers/media/i2c/aptina-pll.*
659
660 ARASAN COMPACT FLASH PATA CONTROLLER
661 M:      Viresh Kumar <viresh.linux@gmail.com>
662 L:      linux-ide@vger.kernel.org
663 S:      Maintained
664 F:      include/linux/pata_arasan_cf_data.h
665 F:      drivers/ata/pata_arasan_cf.c
666
667 ARC FRAMEBUFFER DRIVER
668 M:      Jaya Kumar <jayalk@intworks.biz>
669 S:      Maintained
670 F:      drivers/video/arcfb.c
671 F:      drivers/video/fb_defio.c
672
673 ARM MFM AND FLOPPY DRIVERS
674 M:      Ian Molton <spyro@f2s.com>
675 S:      Maintained
676 F:      arch/arm/lib/floppydma.S
677 F:      arch/arm/include/asm/floppy.h
678
679 ARM PMU PROFILING AND DEBUGGING
680 M:      Will Deacon <will.deacon@arm.com>
681 S:      Maintained
682 F:      arch/arm/kernel/perf_event*
683 F:      arch/arm/oprofile/common.c
684 F:      arch/arm/include/asm/pmu.h
685 F:      arch/arm/kernel/hw_breakpoint.c
686 F:      arch/arm/include/asm/hw_breakpoint.h
687
688 ARM PORT
689 M:      Russell King <linux@arm.linux.org.uk>
690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
691 W:      http://www.arm.linux.org.uk/
692 S:      Maintained
693 F:      arch/arm/
694
695 ARM SUB-ARCHITECTURES
696 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
697 S:      Maintained
698 F:      arch/arm/mach-*/
699 F:      arch/arm/plat-*/
700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
701
702 ARM PRIMECELL AACI PL041 DRIVER
703 M:      Russell King <linux@arm.linux.org.uk>
704 S:      Maintained
705 F:      sound/arm/aaci.*
706
707 ARM PRIMECELL CLCD PL110 DRIVER
708 M:      Russell King <linux@arm.linux.org.uk>
709 S:      Maintained
710 F:      drivers/video/amba-clcd.*
711
712 ARM PRIMECELL KMI PL050 DRIVER
713 M:      Russell King <linux@arm.linux.org.uk>
714 S:      Maintained
715 F:      drivers/input/serio/ambakmi.*
716 F:      include/linux/amba/kmi.h
717
718 ARM PRIMECELL MMCI PL180/1 DRIVER
719 M:      Russell King <linux@arm.linux.org.uk>
720 S:      Maintained
721 F:      drivers/mmc/host/mmci.*
722 F:      include/linux/amba/mmci.h
723
724 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
725 M:      Russell King <linux@arm.linux.org.uk>
726 S:      Maintained
727 F:      drivers/tty/serial/amba-pl01*.c
728 F:      include/linux/amba/serial.h
729
730 ARM PRIMECELL BUS SUPPORT
731 M:      Russell King <linux@arm.linux.org.uk>
732 S:      Maintained
733 F:      drivers/amba/
734 F:      include/linux/amba/bus.h
735
736 ARM/ADS SPHERE MACHINE SUPPORT
737 M:      Lennert Buytenhek <kernel@wantstofly.org>
738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
739 S:      Maintained
740
741 ARM/AFEB9260 MACHINE SUPPORT
742 M:      Sergey Lapin <slapin@ossfans.org>
743 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
744 S:      Maintained
745
746 ARM/AJECO 1ARM MACHINE SUPPORT
747 M:      Lennert Buytenhek <kernel@wantstofly.org>
748 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
749 S:      Maintained
750
751 ARM/Allwinner A1X SoC support
752 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
753 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
754 S:      Maintained
755 F:      arch/arm/mach-sunxi/
756
757 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
758 M:      Andrew Victor <linux@maxim.org.za>
759 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
760 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
761 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
762 W:      http://maxim.org.za/at91_26.html
763 W:      http://www.linux4sam.org
764 S:      Supported
765 F:      arch/arm/mach-at91/
766
767 ARM/CALXEDA HIGHBANK ARCHITECTURE
768 M:      Rob Herring <rob.herring@calxeda.com>
769 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
770 S:      Maintained
771 F:      arch/arm/mach-highbank/
772
773 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
774 M:      Anton Vorontsov <anton@enomsg.org>
775 S:      Maintained
776 F:      arch/arm/mach-cns3xxx/
777 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
778
779 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
780 M:      Alexander Shiyan <shc_work@mail.ru>
781 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
782 S:      Odd Fixes
783 F:      arch/arm/mach-clps711x/
784
785 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
786 M:      Hartley Sweeten <hsweeten@visionengravers.com>
787 M:      Ryan Mallon <rmallon@gmail.com>
788 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
789 S:      Maintained
790 F:      arch/arm/mach-ep93xx/
791 F:      arch/arm/mach-ep93xx/include/mach/
792
793 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
794 M:      Lennert Buytenhek <kernel@wantstofly.org>
795 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
796 S:      Maintained
797
798 ARM/CLKDEV SUPPORT
799 M:      Russell King <linux@arm.linux.org.uk>
800 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
801 S:      Maintained
802 F:      arch/arm/include/asm/clkdev.h
803 F:      drivers/clk/clkdev.c
804
805 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
806 M:      Mike Rapoport <mike@compulab.co.il>
807 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
808 S:      Maintained
809
810 ARM/CONTEC MICRO9 MACHINE SUPPORT
811 M:      Hubert Feurstein <hubert.feurstein@contec.at>
812 S:      Maintained
813 F:      arch/arm/mach-ep93xx/micro9.c
814
815 ARM/CORGI MACHINE SUPPORT
816 M:      Richard Purdie <rpurdie@rpsys.net>
817 S:      Maintained
818
819 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
820 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
821 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
822 T:      git git://git.berlios.de/gemini-board
823 S:      Maintained
824 F:      arch/arm/mach-gemini/
825
826 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
827 M:      Barry Song <baohua.song@csr.com>
828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
830 S:      Maintained
831 F:      arch/arm/mach-prima2/
832 F:      drivers/dma/sirf-dma.c
833 F:      drivers/i2c/busses/i2c-sirf.c
834 F:      drivers/mmc/host/sdhci-sirf.c
835 F:      drivers/pinctrl/sirf/
836 F:      drivers/spi/spi-sirf.c
837
838 ARM/EBSA110 MACHINE SUPPORT
839 M:      Russell King <linux@arm.linux.org.uk>
840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
841 W:      http://www.arm.linux.org.uk/
842 S:      Maintained
843 F:      arch/arm/mach-ebsa110/
844 F:      drivers/net/ethernet/amd/am79c961a.*
845
846 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
847 M:      Daniel Ribeiro <drwyrm@gmail.com>
848 M:      Stefan Schmidt <stefan@openezx.org>
849 M:      Harald Welte <laforge@openezx.org>
850 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
851 W:      http://www.openezx.org/
852 S:      Maintained
853 T:      topgit git://git.openezx.org/openezx.git
854 F:      arch/arm/mach-pxa/ezx.c
855
856 ARM/FARADAY FA526 PORT
857 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859 S:      Maintained
860 T:      git git://git.berlios.de/gemini-board
861 F:      arch/arm/mm/*-fa*
862
863 ARM/FOOTBRIDGE ARCHITECTURE
864 M:      Russell King <linux@arm.linux.org.uk>
865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
866 W:      http://www.arm.linux.org.uk/
867 S:      Maintained
868 F:      arch/arm/include/asm/hardware/dec21285.h
869 F:      arch/arm/mach-footbridge/
870
871 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
872 M:      Sascha Hauer <kernel@pengutronix.de>
873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874 S:      Maintained
875 T:      git git://git.pengutronix.de/git/imx/linux-2.6.git
876 F:      arch/arm/mach-imx/
877 F:      arch/arm/configs/imx*_defconfig
878
879 ARM/FREESCALE IMX6
880 M:      Shawn Guo <shawn.guo@linaro.org>
881 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
882 S:      Maintained
883 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
884 F:      arch/arm/mach-imx/*imx6*
885
886 ARM/FREESCALE MXS ARM ARCHITECTURE
887 M:      Shawn Guo <shawn.guo@linaro.org>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Maintained
890 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
891 F:      arch/arm/mach-mxs/
892
893 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
894 M:      Lennert Buytenhek <kernel@wantstofly.org>
895 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
896 S:      Maintained
897
898 ARM/GUMSTIX MACHINE SUPPORT
899 M:      Steve Sakoman <sakoman@gmail.com>
900 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
901 S:      Maintained
902
903 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
904 M:      Philipp Zabel <philipp.zabel@gmail.com>
905 M:      Paul Parsons <lost.distance@yahoo.com>
906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907 S:      Maintained
908 F:      arch/arm/mach-pxa/hx4700.c
909 F:      arch/arm/mach-pxa/include/mach/hx4700.h
910 F:      sound/soc/pxa/hx4700.c
911
912 ARM/HP JORNADA 7XX MACHINE SUPPORT
913 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
914 W:      www.jlime.com
915 S:      Maintained
916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
917 F:      arch/arm/mach-sa1100/jornada720.c
918 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
919
920 ARM/IGEP MACHINE SUPPORT
921 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
922 M:      Javier Martinez Canillas <javier@dowhile0.org>
923 L:      linux-omap@vger.kernel.org
924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
925 S:      Maintained
926 F:      arch/arm/mach-omap2/board-igep0020.c
927
928 ARM/INCOME PXA270 SUPPORT
929 M:      Marek Vasut <marek.vasut@gmail.com>
930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
931 S:      Maintained
932 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
933
934 ARM/INTEL IOP32X ARM ARCHITECTURE
935 M:      Lennert Buytenhek <kernel@wantstofly.org>
936 M:      Dan Williams <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 PCI DRIVER FOR NVIDIA TEGRA
6319 M:      Thierry Reding <thierry.reding@gmail.com>
6320 L:      linux-tegra@vger.kernel.org
6321 S:      Supported
6322 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
6323 F:      drivers/pci/host/pci-tegra.c
6324
6325 PCMCIA SUBSYSTEM
6326 P:      Linux PCMCIA Team
6327 L:      linux-pcmcia@lists.infradead.org
6328 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6330 S:      Maintained
6331 F:      Documentation/pcmcia/
6332 F:      drivers/pcmcia/
6333 F:      include/pcmcia/
6334
6335 PCNET32 NETWORK DRIVER
6336 M:      Don Fry <pcnet32@frontier.com>
6337 L:      netdev@vger.kernel.org
6338 S:      Maintained
6339 F:      drivers/net/ethernet/amd/pcnet32.c
6340
6341 PCRYPT PARALLEL CRYPTO ENGINE
6342 M:      Steffen Klassert <steffen.klassert@secunet.com>
6343 L:      linux-crypto@vger.kernel.org
6344 S:      Maintained
6345 F:      crypto/pcrypt.c
6346 F:      include/crypto/pcrypt.h
6347
6348 PER-CPU MEMORY ALLOCATOR
6349 M:      Tejun Heo <tj@kernel.org>
6350 M:      Christoph Lameter <cl@linux-foundation.org>
6351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6352 S:      Maintained
6353 F:      include/linux/percpu*.h
6354 F:      mm/percpu*.c
6355 F:      arch/*/include/asm/percpu.h
6356
6357 PER-TASK DELAY ACCOUNTING
6358 M:      Balbir Singh <bsingharora@gmail.com>
6359 S:      Maintained
6360 F:      include/linux/delayacct.h
6361 F:      kernel/delayacct.c
6362
6363 PERFORMANCE EVENTS SUBSYSTEM
6364 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
6365 M:      Paul Mackerras <paulus@samba.org>
6366 M:      Ingo Molnar <mingo@redhat.com>
6367 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6369 S:      Supported
6370 F:      kernel/events/*
6371 F:      include/linux/perf_event.h
6372 F:      include/uapi/linux/perf_event.h
6373 F:      arch/*/kernel/perf_event*.c
6374 F:      arch/*/kernel/*/perf_event*.c
6375 F:      arch/*/kernel/*/*/perf_event*.c
6376 F:      arch/*/include/asm/perf_event.h
6377 F:      arch/*/kernel/perf_callchain.c
6378 F:      tools/perf/
6379
6380 PERSONALITY HANDLING
6381 M:      Christoph Hellwig <hch@infradead.org>
6382 L:      linux-abi-devel@lists.sourceforge.net
6383 S:      Maintained
6384 F:      include/linux/personality.h
6385 F:      include/uapi/linux/personality.h
6386
6387 PHONET PROTOCOL
6388 M:      Remi Denis-Courmont <courmisch@gmail.com>
6389 S:      Supported
6390 F:      Documentation/networking/phonet.txt
6391 F:      include/linux/phonet.h
6392 F:      include/net/phonet/
6393 F:      include/uapi/linux/phonet.h
6394 F:      net/phonet/
6395
6396 PHRAM MTD DRIVER
6397 M:      Joern Engel <joern@lazybastard.org>
6398 L:      linux-mtd@lists.infradead.org
6399 S:      Maintained
6400 F:      drivers/mtd/devices/phram.c
6401
6402 PICOLCD HID DRIVER
6403 M:      Bruno Prémont <bonbons@linux-vserver.org>
6404 L:      linux-input@vger.kernel.org
6405 S:      Maintained
6406 F:      drivers/hid/hid-picolcd*
6407
6408 PICOXCELL SUPPORT
6409 M:      Jamie Iles <jamie@jamieiles.com>
6410 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6411 T:      git git://github.com/jamieiles/linux-2.6-ji.git
6412 S:      Supported
6413 F:      arch/arm/mach-picoxcell
6414 F:      drivers/*/picoxcell*
6415 F:      drivers/*/*/picoxcell*
6416
6417 PIN CONTROL SUBSYSTEM
6418 M:      Linus Walleij <linus.walleij@linaro.org>
6419 S:      Maintained
6420 F:      drivers/pinctrl/
6421 F:      include/linux/pinctrl/
6422
6423 PIN CONTROLLER - ATMEL AT91
6424 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
6425 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6426 S:      Maintained
6427 F:      drivers/pinctrl/pinctrl-at91.c
6428
6429 PIN CONTROLLER - SAMSUNG
6430 M:      Tomasz Figa <t.figa@samsung.com>
6431 M:      Thomas Abraham <thomas.abraham@linaro.org>
6432 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6433 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6434 S:      Maintained
6435 F:      drivers/pinctrl/pinctrl-exynos.*
6436 F:      drivers/pinctrl/pinctrl-s3c*
6437 F:      drivers/pinctrl/pinctrl-samsung.*
6438
6439 PIN CONTROLLER - ST SPEAR
6440 M:      Viresh Kumar <viresh.linux@gmail.com>
6441 L:      spear-devel@list.st.com
6442 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6443 W:      http://www.st.com/spear
6444 S:      Maintained
6445 F:      drivers/pinctrl/spear/
6446
6447 PKTCDVD DRIVER
6448 M:      Jiri Kosina <jkosina@suse.cz>
6449 S:      Maintained
6450 F:      drivers/block/pktcdvd.c
6451 F:      include/linux/pktcdvd.h
6452 F:      include/uapi/linux/pktcdvd.h
6453
6454 PKUNITY SOC DRIVERS
6455 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6456 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6457 S:      Maintained
6458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6459 F:      drivers/input/serio/i8042-unicore32io.h
6460 F:      drivers/i2c/busses/i2c-puv3.c
6461 F:      drivers/video/fb-puv3.c
6462 F:      drivers/rtc/rtc-puv3.c
6463
6464 PMBUS HARDWARE MONITORING DRIVERS
6465 M:      Guenter Roeck <linux@roeck-us.net>
6466 L:      lm-sensors@lm-sensors.org
6467 W:      http://www.lm-sensors.org/
6468 W:      http://www.roeck-us.net/linux/drivers/
6469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6470 S:      Maintained
6471 F:      Documentation/hwmon/pmbus
6472 F:      drivers/hwmon/pmbus/
6473 F:      include/linux/i2c/pmbus.h
6474
6475 PMC SIERRA MaxRAID DRIVER
6476 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
6477 L:      linux-scsi@vger.kernel.org
6478 W:      http://www.pmc-sierra.com/
6479 S:      Supported
6480 F:      drivers/scsi/pmcraid.*
6481
6482 PMC SIERRA PM8001 DRIVER
6483 M:      xjtuwjp@gmail.com
6484 M:      lindar_liu@usish.com
6485 L:      linux-scsi@vger.kernel.org
6486 S:      Supported
6487 F:      drivers/scsi/pm8001/
6488
6489 POSIX CLOCKS and TIMERS
6490 M:      Thomas Gleixner <tglx@linutronix.de>
6491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6492 S:      Supported
6493 F:      fs/timerfd.c
6494 F:      include/linux/timer*
6495 F:      kernel/*timer*
6496
6497 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6498 M:      Anton Vorontsov <anton@enomsg.org>
6499 M:      David Woodhouse <dwmw2@infradead.org>
6500 T:      git git://git.infradead.org/battery-2.6.git
6501 S:      Maintained
6502 F:      include/linux/power_supply.h
6503 F:      drivers/power/
6504
6505 PNP SUPPORT
6506 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
6507 M:      Bjorn Helgaas <bhelgaas@google.com>
6508 S:      Maintained
6509 F:      drivers/pnp/
6510
6511 PNXxxxx I2C DRIVER
6512 M:      Vitaly Wool <vitalywool@gmail.com>
6513 L:      linux-i2c@vger.kernel.org
6514 S:      Maintained
6515 F:      drivers/i2c/busses/i2c-pnx.c
6516
6517 PPP PROTOCOL DRIVERS AND COMPRESSORS
6518 M:      Paul Mackerras <paulus@samba.org>
6519 L:      linux-ppp@vger.kernel.org
6520 S:      Maintained
6521 F:      drivers/net/ppp/ppp_*
6522
6523 PPP OVER ATM (RFC 2364)
6524 M:      Mitchell Blank Jr <mitch@sfgoth.com>
6525 S:      Maintained
6526 F:      net/atm/pppoatm.c
6527 F:      include/uapi/linux/atmppp.h
6528
6529 PPP OVER ETHERNET
6530 M:      Michal Ostrowski <mostrows@earthlink.net>
6531 S:      Maintained
6532 F:      drivers/net/ppp/pppoe.c
6533 F:      drivers/net/ppp/pppox.c
6534
6535 PPP OVER L2TP
6536 M:      James Chapman <jchapman@katalix.com>
6537 S:      Maintained
6538 F:      net/l2tp/l2tp_ppp.c
6539 F:      include/linux/if_pppol2tp.h
6540 F:      include/uapi/linux/if_pppol2tp.h
6541
6542 PPS SUPPORT
6543 M:      Rodolfo Giometti <giometti@enneenne.com>
6544 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
6545 L:      linuxpps@ml.enneenne.com (subscribers-only)
6546 S:      Maintained
6547 F:      Documentation/pps/
6548 F:      drivers/pps/
6549 F:      include/linux/pps*.h
6550
6551 PPTP DRIVER
6552 M:      Dmitry Kozlov <xeb@mail.ru>
6553 L:      netdev@vger.kernel.org
6554 S:      Maintained
6555 F:      drivers/net/ppp/pptp.c
6556 W:      http://sourceforge.net/projects/accel-pptp
6557
6558 PREEMPTIBLE KERNEL
6559 M:      Robert Love <rml@tech9.net>
6560 L:      kpreempt-tech@lists.sourceforge.net
6561 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
6562 S:      Supported
6563 F:      Documentation/preempt-locking.txt
6564 F:      include/linux/preempt.h
6565
6566 PRISM54 WIRELESS DRIVER
6567 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
6568 L:      linux-wireless@vger.kernel.org
6569 W:      http://wireless.kernel.org/en/users/Drivers/p54
6570 S:      Obsolete
6571 F:      drivers/net/wireless/prism54/
6572
6573 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
6574 M:      Mikael Pettersson <mikpe@it.uu.se>
6575 L:      linux-ide@vger.kernel.org
6576 S:      Maintained
6577 F:      drivers/ata/sata_promise.*
6578
6579 PS3 NETWORK SUPPORT
6580 M:      Geoff Levand <geoff@infradead.org>
6581 L:      netdev@vger.kernel.org
6582 L:      cbe-oss-dev@lists.ozlabs.org
6583 S:      Maintained
6584 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
6585
6586 PS3 PLATFORM SUPPORT
6587 M:      Geoff Levand <geoff@infradead.org>
6588 L:      linuxppc-dev@lists.ozlabs.org
6589 L:      cbe-oss-dev@lists.ozlabs.org
6590 S:      Maintained
6591 F:      arch/powerpc/boot/ps3*
6592 F:      arch/powerpc/include/asm/lv1call.h
6593 F:      arch/powerpc/include/asm/ps3*.h
6594 F:      arch/powerpc/platforms/ps3/
6595 F:      drivers/*/ps3*
6596 F:      drivers/ps3/
6597 F:      drivers/rtc/rtc-ps3.c
6598 F:      drivers/usb/host/*ps3.c
6599 F:      sound/ppc/snd_ps3*
6600
6601 PS3VRAM DRIVER
6602 M:      Jim Paris <jim@jtan.com>
6603 L:      cbe-oss-dev@lists.ozlabs.org
6604 S:      Maintained
6605 F:      drivers/block/ps3vram.c
6606
6607 PSTORE FILESYSTEM
6608 M:      Anton Vorontsov <anton@enomsg.org>
6609 M:      Colin Cross <ccross@android.com>
6610 M:      Kees Cook <keescook@chromium.org>
6611 M:      Tony Luck <tony.luck@intel.com>
6612 S:      Maintained
6613 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
6614 F:      fs/pstore/
6615 F:      include/linux/pstore*
6616 F:      drivers/firmware/efi/efi-pstore.c
6617 F:      drivers/acpi/apei/erst.c
6618
6619 PTP HARDWARE CLOCK SUPPORT
6620 M:      Richard Cochran <richardcochran@gmail.com>
6621 L:      netdev@vger.kernel.org
6622 S:      Maintained
6623 W:      http://linuxptp.sourceforge.net/
6624 F:      Documentation/ABI/testing/sysfs-ptp
6625 F:      Documentation/ptp/*
6626 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
6627 F:      drivers/net/phy/dp83640*
6628 F:      drivers/ptp/*
6629 F:      include/linux/ptp_cl*
6630
6631 PTRACE SUPPORT
6632 M:      Roland McGrath <roland@redhat.com>
6633 M:      Oleg Nesterov <oleg@redhat.com>
6634 S:      Maintained
6635 F:      include/asm-generic/syscall.h
6636 F:      include/linux/ptrace.h
6637 F:      include/linux/regset.h
6638 F:      include/linux/tracehook.h
6639 F:      include/uapi/linux/ptrace.h
6640 F:      kernel/ptrace.c
6641
6642 PVRUSB2 VIDEO4LINUX DRIVER
6643 M:      Mike Isely <isely@pobox.com>
6644 L:      pvrusb2@isely.net       (subscribers-only)
6645 L:      linux-media@vger.kernel.org
6646 W:      http://www.isely.net/pvrusb2/
6647 T:      git git://linuxtv.org/media_tree.git
6648 S:      Maintained
6649 F:      Documentation/video4linux/README.pvrusb2
6650 F:      drivers/media/usb/pvrusb2/
6651
6652 PWC WEBCAM DRIVER
6653 M:      Hans de Goede <hdegoede@redhat.com>
6654 L:      linux-media@vger.kernel.org
6655 T:      git git://linuxtv.org/media_tree.git
6656 S:      Maintained
6657 F:      drivers/media/usb/pwc/*
6658
6659 PWM SUBSYSTEM
6660 M:      Thierry Reding <thierry.reding@gmail.com>
6661 L:      linux-pwm@vger.kernel.org
6662 S:      Maintained
6663 W:      http://gitorious.org/linux-pwm
6664 T:      git git://gitorious.org/linux-pwm/linux-pwm.git
6665 F:      Documentation/pwm.txt
6666 F:      Documentation/devicetree/bindings/pwm/
6667 F:      include/linux/pwm.h
6668 F:      drivers/pwm/
6669 F:      drivers/video/backlight/pwm_bl.c
6670 F:      include/linux/pwm_backlight.h
6671
6672 PXA2xx/PXA3xx SUPPORT
6673 M:      Eric Miao <eric.y.miao@gmail.com>
6674 M:      Russell King <linux@arm.linux.org.uk>
6675 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6677 T:      git git://github.com/hzhuang1/linux.git
6678 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6679 S:      Maintained
6680 F:      arch/arm/mach-pxa/
6681 F:      drivers/pcmcia/pxa2xx*
6682 F:      drivers/spi/spi-pxa2xx*
6683 F:      drivers/usb/gadget/pxa2*
6684 F:      include/sound/pxa2xx-lib.h
6685 F:      sound/arm/pxa*
6686 F:      sound/soc/pxa
6687
6688 MMP SUPPORT
6689 M:      Eric Miao <eric.y.miao@gmail.com>
6690 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6691 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6692 T:      git git://github.com/hzhuang1/linux.git
6693 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6694 S:      Maintained
6695 F:      arch/arm/mach-mmp/
6696
6697 PXA MMCI DRIVER
6698 S:      Orphan
6699
6700 PXA RTC DRIVER
6701 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6702 L:      rtc-linux@googlegroups.com
6703 S:      Maintained
6704
6705 QIB DRIVER
6706 M:      Mike Marciniszyn <infinipath@intel.com>
6707 L:      linux-rdma@vger.kernel.org
6708 S:      Supported
6709 F:      drivers/infiniband/hw/qib/
6710
6711 QLOGIC QLA1280 SCSI DRIVER
6712 M:      Michael Reed <mdr@sgi.com>
6713 L:      linux-scsi@vger.kernel.org
6714 S:      Maintained
6715 F:      drivers/scsi/qla1280.[ch]
6716
6717 QLOGIC QLA2XXX FC-SCSI DRIVER
6718 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
6719 M:      linux-driver@qlogic.com
6720 L:      linux-scsi@vger.kernel.org
6721 S:      Supported
6722 F:      Documentation/scsi/LICENSE.qla2xxx
6723 F:      drivers/scsi/qla2xxx/
6724
6725 QLOGIC QLA4XXX iSCSI DRIVER
6726 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6727 M:      iscsi-driver@qlogic.com
6728 L:      linux-scsi@vger.kernel.org
6729 S:      Supported
6730 F:      Documentation/scsi/LICENSE.qla4xxx
6731 F:      drivers/scsi/qla4xxx/
6732
6733 QLOGIC QLA3XXX NETWORK DRIVER
6734 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6735 M:      Ron Mercer <ron.mercer@qlogic.com>
6736 M:      linux-driver@qlogic.com
6737 L:      netdev@vger.kernel.org
6738 S:      Supported
6739 F:      Documentation/networking/LICENSE.qla3xxx
6740 F:      drivers/net/ethernet/qlogic/qla3xxx.*
6741
6742 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6743 M:      Himanshu Madhani <himanshu.madhani@qlogic.com>
6744 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6745 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
6746 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6747 M:      Sony Chacko <sony.chacko@qlogic.com>
6748 M:      Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>
6749 M:      linux-driver@qlogic.com
6750 L:      netdev@vger.kernel.org
6751 S:      Supported
6752 F:      drivers/net/ethernet/qlogic/qlcnic/
6753
6754 QLOGIC QLGE 10Gb ETHERNET DRIVER
6755 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
6756 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6757 M:      Ron Mercer <ron.mercer@qlogic.com>
6758 M:      linux-driver@qlogic.com
6759 L:      netdev@vger.kernel.org
6760 S:      Supported
6761 F:      drivers/net/ethernet/qlogic/qlge/
6762
6763 QNX4 FILESYSTEM
6764 M:      Anders Larsen <al@alarsen.net>
6765 W:      http://www.alarsen.net/linux/qnx4fs/
6766 S:      Maintained
6767 F:      fs/qnx4/
6768 F:      include/uapi/linux/qnx4_fs.h
6769 F:      include/uapi/linux/qnxtypes.h
6770
6771 QT1010 MEDIA DRIVER
6772 M:      Antti Palosaari <crope@iki.fi>
6773 L:      linux-media@vger.kernel.org
6774 W:      http://linuxtv.org/
6775 W:      http://palosaari.fi/linux/
6776 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6777 T:      git git://linuxtv.org/anttip/media_tree.git
6778 S:      Maintained
6779 F:      drivers/media/tuners/qt1010*
6780
6781 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
6782 M:      Kalle Valo <kvalo@qca.qualcomm.com>
6783 L:      ath10k@lists.infradead.org
6784 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
6785 T:      git git://github.com/kvalo/ath.git
6786 S:      Supported
6787 F:      drivers/net/wireless/ath/ath10k/
6788
6789 QUALCOMM HEXAGON ARCHITECTURE
6790 M:      Richard Kuo <rkuo@codeaurora.org>
6791 L:      linux-hexagon@vger.kernel.org
6792 S:      Supported
6793 F:      arch/hexagon/
6794
6795 QUICKCAM PARALLEL PORT WEBCAMS
6796 M:      Hans Verkuil <hverkuil@xs4all.nl>
6797 L:      linux-media@vger.kernel.org
6798 T:      git git://linuxtv.org/media_tree.git
6799 W:      http://linuxtv.org
6800 S:      Odd Fixes
6801 F:      drivers/media/parport/*-qcam*
6802
6803 RADOS BLOCK DEVICE (RBD)
6804 M:      Yehuda Sadeh <yehuda@inktank.com>
6805 M:      Sage Weil <sage@inktank.com>
6806 M:      Alex Elder <elder@inktank.com>
6807 M:      ceph-devel@vger.kernel.org
6808 W:      http://ceph.com/
6809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
6810 S:      Supported
6811 F:      drivers/block/rbd.c
6812 F:      drivers/block/rbd_types.h
6813
6814 RADEON FRAMEBUFFER DISPLAY DRIVER
6815 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6816 L:      linux-fbdev@vger.kernel.org
6817 S:      Maintained
6818 F:      drivers/video/aty/radeon*
6819 F:      include/uapi/linux/radeonfb.h
6820
6821 RADIOSHARK 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-shark.c
6827
6828 RADIOSHARK2 RADIO DRIVER
6829 M:      Hans de Goede <hdegoede@redhat.com>
6830 L:      linux-media@vger.kernel.org
6831 T:      git git://linuxtv.org/media_tree.git
6832 S:      Maintained
6833 F:      drivers/media/radio/radio-shark2.c
6834 F:      drivers/media/radio/radio-tea5777.c
6835
6836 RAGE128 FRAMEBUFFER DISPLAY DRIVER
6837 M:      Paul Mackerras <paulus@samba.org>
6838 L:      linux-fbdev@vger.kernel.org
6839 S:      Maintained
6840 F:      drivers/video/aty/aty128fb.c
6841
6842 RALINK RT2X00 WIRELESS LAN DRIVER
6843 P:      rt2x00 project
6844 M:      Ivo van Doorn <IvDoorn@gmail.com>
6845 M:      Gertjan van Wingerde <gwingerde@gmail.com>
6846 M:      Helmut Schaa <helmut.schaa@googlemail.com>
6847 L:      linux-wireless@vger.kernel.org
6848 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6849 W:      http://rt2x00.serialmonkey.com/
6850 S:      Maintained
6851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6852 F:      drivers/net/wireless/rt2x00/
6853
6854 RAMDISK RAM BLOCK DEVICE DRIVER
6855 M:      Nick Piggin <npiggin@kernel.dk>
6856 S:      Maintained
6857 F:      Documentation/blockdev/ramdisk.txt
6858 F:      drivers/block/brd.c
6859
6860 RANDOM NUMBER DRIVER
6861 M:      Theodore Ts'o" <tytso@mit.edu>
6862 S:      Maintained
6863 F:      drivers/char/random.c
6864
6865 RAPIDIO SUBSYSTEM
6866 M:      Matt Porter <mporter@kernel.crashing.org>
6867 M:      Alexandre Bounine <alexandre.bounine@idt.com>
6868 S:      Maintained
6869 F:      drivers/rapidio/
6870
6871 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6872 L:      linux-wireless@vger.kernel.org
6873 S:      Orphan
6874 F:      drivers/net/wireless/ray*
6875
6876 RCUTORTURE MODULE
6877 M:      Josh Triplett <josh@freedesktop.org>
6878 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6879 S:      Supported
6880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6881 F:      Documentation/RCU/torture.txt
6882 F:      kernel/rcutorture.c
6883
6884 RDC R-321X SoC
6885 M:      Florian Fainelli <florian@openwrt.org>
6886 S:      Maintained
6887
6888 RDC R6040 FAST ETHERNET DRIVER
6889 M:      Florian Fainelli <florian@openwrt.org>
6890 L:      netdev@vger.kernel.org
6891 S:      Maintained
6892 F:      drivers/net/ethernet/rdc/r6040.c
6893
6894 RDS - RELIABLE DATAGRAM SOCKETS
6895 M:      Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6896 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
6897 S:      Supported
6898 F:      net/rds/
6899
6900 READ-COPY UPDATE (RCU)
6901 M:      Dipankar Sarma <dipankar@in.ibm.com>
6902 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6903 W:      http://www.rdrop.com/users/paulmck/RCU/
6904 S:      Supported
6905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6906 F:      Documentation/RCU/
6907 X:      Documentation/RCU/torture.txt
6908 F:      include/linux/rcu*
6909 F:      kernel/rcu*
6910 X:      kernel/rcutorture.c
6911
6912 REAL TIME CLOCK (RTC) SUBSYSTEM
6913 M:      Alessandro Zummo <a.zummo@towertech.it>
6914 L:      rtc-linux@googlegroups.com
6915 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
6916 S:      Maintained
6917 F:      Documentation/rtc.txt
6918 F:      drivers/rtc/
6919 F:      include/linux/rtc.h
6920 F:      include/uapi/linux/rtc.h
6921
6922 REISERFS FILE SYSTEM
6923 L:      reiserfs-devel@vger.kernel.org
6924 S:      Supported
6925 F:      fs/reiserfs/
6926
6927 REGISTER MAP ABSTRACTION
6928 M:      Mark Brown <broonie@kernel.org>
6929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6930 S:      Supported
6931 F:      drivers/base/regmap/
6932 F:      include/linux/regmap.h
6933
6934 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6935 M:      Ohad Ben-Cohen <ohad@wizery.com>
6936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6937 S:      Maintained
6938 F:      drivers/remoteproc/
6939 F:      Documentation/remoteproc.txt
6940 F:      include/linux/remoteproc.h
6941
6942 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
6943 M:      Ohad Ben-Cohen <ohad@wizery.com>
6944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
6945 S:      Maintained
6946 F:      drivers/rpmsg/
6947 F:      Documentation/rpmsg.txt
6948 F:      include/linux/rpmsg.h
6949
6950 RFKILL
6951 M:      Johannes Berg <johannes@sipsolutions.net>
6952 L:      linux-wireless@vger.kernel.org
6953 W:      http://wireless.kernel.org/
6954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6956 S:      Maintained
6957 F:      Documentation/rfkill.txt
6958 F:      net/rfkill/
6959
6960 RICOH SMARTMEDIA/XD DRIVER
6961 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6962 S:      Maintained
6963 F:      drivers/mtd/nand/r852.c
6964 F:      drivers/mtd/nand/r852.h
6965
6966 RICOH R5C592 MEMORYSTICK DRIVER
6967 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6968 S:      Maintained
6969 F:      drivers/memstick/host/r592.*
6970
6971 ROCCAT DRIVERS
6972 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
6973 W:      http://sourceforge.net/projects/roccat/
6974 S:      Maintained
6975 F:      drivers/hid/hid-roccat*
6976 F:      include/linux/hid-roccat*
6977 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
6978
6979 ROCKETPORT DRIVER
6980 P:      Comtrol Corp.
6981 W:      http://www.comtrol.com
6982 S:      Maintained
6983 F:      Documentation/serial/rocket.txt
6984 F:      drivers/tty/rocket*
6985
6986 ROSE NETWORK LAYER
6987 M:      Ralf Baechle <ralf@linux-mips.org>
6988 L:      linux-hams@vger.kernel.org
6989 W:      http://www.linux-ax25.org/
6990 S:      Maintained
6991 F:      include/net/rose.h
6992 F:      include/uapi/linux/rose.h
6993 F:      net/rose/
6994
6995 RTL2830 MEDIA DRIVER
6996 M:      Antti Palosaari <crope@iki.fi>
6997 L:      linux-media@vger.kernel.org
6998 W:      http://linuxtv.org/
6999 W:      http://palosaari.fi/linux/
7000 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7001 T:      git git://linuxtv.org/anttip/media_tree.git
7002 S:      Maintained
7003 F:      drivers/media/dvb-frontends/rtl2830*
7004
7005 RTL2832 MEDIA DRIVER
7006 M:      Antti Palosaari <crope@iki.fi>
7007 L:      linux-media@vger.kernel.org
7008 W:      http://linuxtv.org/
7009 W:      http://palosaari.fi/linux/
7010 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7011 T:      git git://linuxtv.org/anttip/media_tree.git
7012 S:      Maintained
7013 F:      drivers/media/dvb-frontends/rtl2832*
7014
7015 RTL8180 WIRELESS DRIVER
7016 M:      "John W. Linville" <linville@tuxdriver.com>
7017 L:      linux-wireless@vger.kernel.org
7018 W:      http://wireless.kernel.org/
7019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7020 S:      Maintained
7021 F:      drivers/net/wireless/rtl818x/rtl8180/
7022
7023 RTL8187 WIRELESS DRIVER
7024 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7025 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
7026 M:      Larry Finger <Larry.Finger@lwfinger.net>
7027 L:      linux-wireless@vger.kernel.org
7028 W:      http://wireless.kernel.org/
7029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7030 S:      Maintained
7031 F:      drivers/net/wireless/rtl818x/rtl8187/
7032
7033 RTL8192CE WIRELESS DRIVER
7034 M:      Larry Finger <Larry.Finger@lwfinger.net>
7035 M:      Chaoming Li <chaoming_li@realsil.com.cn>
7036 L:      linux-wireless@vger.kernel.org
7037 W:      http://wireless.kernel.org/
7038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7039 S:      Maintained
7040 F:      drivers/net/wireless/rtlwifi/
7041 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
7042
7043 S3 SAVAGE FRAMEBUFFER DRIVER
7044 M:      Antonino Daplas <adaplas@gmail.com>
7045 L:      linux-fbdev@vger.kernel.org
7046 S:      Maintained
7047 F:      drivers/video/savage/
7048
7049 S390
7050 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
7051 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
7052 M:      linux390@de.ibm.com
7053 L:      linux-s390@vger.kernel.org
7054 W:      http://www.ibm.com/developerworks/linux/linux390/
7055 S:      Supported
7056 F:      arch/s390/
7057 F:      drivers/s390/
7058 F:      block/partitions/ibm.c
7059 F:      Documentation/s390/
7060 F:      Documentation/DocBook/s390*
7061
7062 S390 NETWORK DRIVERS
7063 M:      Ursula Braun <ursula.braun@de.ibm.com>
7064 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
7065 M:      linux390@de.ibm.com
7066 L:      linux-s390@vger.kernel.org
7067 W:      http://www.ibm.com/developerworks/linux/linux390/
7068 S:      Supported
7069 F:      drivers/s390/net/
7070
7071 S390 ZCRYPT DRIVER
7072 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
7073 M:      linux390@de.ibm.com
7074 L:      linux-s390@vger.kernel.org
7075 W:      http://www.ibm.com/developerworks/linux/linux390/
7076 S:      Supported
7077 F:      drivers/s390/crypto/
7078
7079 S390 ZFCP DRIVER
7080 M:      Steffen Maier <maier@linux.vnet.ibm.com>
7081 M:      linux390@de.ibm.com
7082 L:      linux-s390@vger.kernel.org
7083 W:      http://www.ibm.com/developerworks/linux/linux390/
7084 S:      Supported
7085 F:      drivers/s390/scsi/zfcp_*
7086
7087 S390 IUCV NETWORK LAYER
7088 M:      Ursula Braun <ursula.braun@de.ibm.com>
7089 M:      linux390@de.ibm.com
7090 L:      linux-s390@vger.kernel.org
7091 W:      http://www.ibm.com/developerworks/linux/linux390/
7092 S:      Supported
7093 F:      drivers/s390/net/*iucv*
7094 F:      include/net/iucv/
7095 F:      net/iucv/
7096
7097 S3C24XX SD/MMC Driver
7098 M:      Ben Dooks <ben-linux@fluff.org>
7099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7100 S:      Supported
7101 F:      drivers/mmc/host/s3cmci.*
7102
7103 SAA6588 RDS RECEIVER DRIVER
7104 M:      Hans Verkuil <hverkuil@xs4all.nl>
7105 L:      linux-media@vger.kernel.org
7106 T:      git git://linuxtv.org/media_tree.git
7107 W:      http://linuxtv.org
7108 S:      Odd Fixes
7109 F:      drivers/media/i2c/saa6588*
7110
7111 SAA7134 VIDEO4LINUX DRIVER
7112 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7113 L:      linux-media@vger.kernel.org
7114 W:      http://linuxtv.org
7115 T:      git git://linuxtv.org/media_tree.git
7116 S:      Odd fixes
7117 F:      Documentation/video4linux/*.saa7134
7118 F:      drivers/media/pci/saa7134/
7119
7120 SAA7146 VIDEO4LINUX-2 DRIVER
7121 M:      Hans Verkuil <hverkuil@xs4all.nl>
7122 L:      linux-media@vger.kernel.org
7123 T:      git git://linuxtv.org/media_tree.git
7124 S:      Maintained
7125 F:      drivers/media/common/saa7146/
7126 F:      drivers/media/pci/saa7146/
7127 F:      include/media/saa7146*
7128
7129 SAMSUNG LAPTOP DRIVER
7130 M:      Corentin Chary <corentin.chary@gmail.com>
7131 L:      platform-driver-x86@vger.kernel.org
7132 S:      Maintained
7133 F:      drivers/platform/x86/samsung-laptop.c
7134
7135 SAMSUNG AUDIO (ASoC) DRIVERS
7136 M:      Sangbeom Kim <sbkim73@samsung.com>
7137 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7138 S:      Supported
7139 F:      sound/soc/samsung
7140
7141 SAMSUNG FRAMEBUFFER DRIVER
7142 M:      Jingoo Han <jg1.han@samsung.com>
7143 L:      linux-fbdev@vger.kernel.org
7144 S:      Maintained
7145 F:      drivers/video/s3c-fb.c
7146
7147 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
7148 M:      Sangbeom Kim <sbkim73@samsung.com>
7149 L:      linux-kernel@vger.kernel.org
7150 S:      Supported
7151 F:      drivers/mfd/sec*.c
7152 F:      drivers/regulator/s2m*.c
7153 F:      drivers/regulator/s5m*.c
7154 F:      drivers/rtc/rtc-sec.c
7155 F:      include/linux/mfd/samsung/
7156
7157 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
7158 M:      Kyungmin Park <kyungmin.park@samsung.com>
7159 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
7160 L:      linux-media@vger.kernel.org
7161 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
7162 S:      Supported
7163 F:      drivers/media/platform/exynos4-is/
7164 F:      include/media/s5p_fimc.h
7165
7166 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
7167 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
7168 L:      linux-media@vger.kernel.org
7169 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7170 S:      Maintained
7171 F:      drivers/media/platform/s3c-camif/
7172 F:      include/media/s3c_camif.h
7173
7174 SAMSUNG S5C73M3 CAMERA DRIVER
7175 M:      Kyungmin Park <kyungmin.park@samsung.com>
7176 M:      Andrzej Hajda <a.hajda@samsung.com>
7177 L:      linux-media@vger.kernel.org
7178 S:      Supported
7179 F:      drivers/media/i2c/s5c73m3/*
7180
7181 SERIAL DRIVERS
7182 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7183 L:      linux-serial@vger.kernel.org
7184 S:      Maintained
7185 F:      drivers/tty/serial
7186
7187 SYNOPSYS DESIGNWARE DMAC DRIVER
7188 M:      Viresh Kumar <viresh.linux@gmail.com>
7189 S:      Maintained
7190 F:      include/linux/dw_dmac.h
7191 F:      drivers/dma/dw/
7192
7193 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
7194 M:      Seungwon Jeon <tgih.jun@samsung.com>
7195 M:      Jaehoon Chung <jh80.chung@samsung.com>
7196 L:      linux-mmc@vger.kernel.org
7197 S:      Maintained
7198 F:      include/linux/mmc/dw_mmc.h
7199 F:      drivers/mmc/host/dw_mmc*
7200
7201 TIMEKEEPING, CLOCKSOURCE CORE, NTP
7202 M:      John Stultz <john.stultz@linaro.org>
7203 M:      Thomas Gleixner <tglx@linutronix.de>
7204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7205 S:      Supported
7206 F:      include/linux/clocksource.h
7207 F:      include/linux/time.h
7208 F:      include/linux/timex.h
7209 F:      include/uapi/linux/time.h
7210 F:      include/uapi/linux/timex.h
7211 F:      kernel/time/clocksource.c
7212 F:      kernel/time/time*.c
7213 F:      kernel/time/ntp.c
7214
7215 TLG2300 VIDEO4LINUX-2 DRIVER
7216 M:      Huang Shijie <shijie8@gmail.com>
7217 M:      Hans Verkuil <hverkuil@xs4all.nl>
7218 S:      Odd Fixes
7219 F:      drivers/media/usb/tlg2300
7220
7221 SC1200 WDT DRIVER
7222 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
7223 S:      Maintained
7224 F:      drivers/watchdog/sc1200wdt.c
7225
7226 SCHEDULER
7227 M:      Ingo Molnar <mingo@redhat.com>
7228 M:      Peter Zijlstra <peterz@infradead.org>
7229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7230 S:      Maintained
7231 F:      kernel/sched/
7232 F:      include/linux/sched.h
7233 F:      include/uapi/linux/sched.h
7234
7235 SCORE ARCHITECTURE
7236 M:      Chen Liqin <liqin.chen@sunplusct.com>
7237 M:      Lennox Wu <lennox.wu@gmail.com>
7238 W:      http://www.sunplusct.com
7239 S:      Supported
7240 F:      arch/score/
7241
7242 SCSI CDROM DRIVER
7243 M:      Jens Axboe <axboe@kernel.dk>
7244 L:      linux-scsi@vger.kernel.org
7245 W:      http://www.kernel.dk
7246 S:      Maintained
7247 F:      drivers/scsi/sr*
7248
7249 SCSI RDMA PROTOCOL (SRP) INITIATOR
7250 M:      David Dillow <dillowda@ornl.gov>
7251 L:      linux-rdma@vger.kernel.org
7252 S:      Supported
7253 W:      http://www.openfabrics.org
7254 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
7256 F:      drivers/infiniband/ulp/srp/
7257 F:      include/scsi/srp.h
7258
7259 SCSI SG DRIVER
7260 M:      Doug Gilbert <dgilbert@interlog.com>
7261 L:      linux-scsi@vger.kernel.org
7262 W:      http://www.torque.net/sg
7263 S:      Maintained
7264 F:      drivers/scsi/sg.c
7265 F:      include/scsi/sg.h
7266
7267 SCSI SUBSYSTEM
7268 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
7269 L:      linux-scsi@vger.kernel.org
7270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
7271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
7272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
7273 S:      Maintained
7274 F:      drivers/scsi/
7275 F:      include/scsi/
7276
7277 SCSI TAPE DRIVER
7278 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
7279 L:      linux-scsi@vger.kernel.org
7280 S:      Maintained
7281 F:      Documentation/scsi/st.txt
7282 F:      drivers/scsi/st.*
7283 F:      drivers/scsi/st_*.h
7284
7285 SCTP PROTOCOL
7286 M:      Vlad Yasevich <vyasevich@gmail.com>
7287 M:      Neil Horman <nhorman@tuxdriver.com>
7288 L:      linux-sctp@vger.kernel.org
7289 W:      http://lksctp.sourceforge.net
7290 S:      Maintained
7291 F:      Documentation/networking/sctp.txt
7292 F:      include/linux/sctp.h
7293 F:      include/uapi/linux/sctp.h
7294 F:      include/net/sctp/
7295 F:      net/sctp/
7296
7297 SCx200 CPU SUPPORT
7298 M:      Jim Cromie <jim.cromie@gmail.com>
7299 S:      Odd Fixes
7300 F:      Documentation/i2c/busses/scx200_acb
7301 F:      arch/x86/platform/scx200/
7302 F:      drivers/watchdog/scx200_wdt.c
7303 F:      drivers/i2c/busses/scx200*
7304 F:      drivers/mtd/maps/scx200_docflash.c
7305 F:      include/linux/scx200.h
7306
7307 SCx200 GPIO DRIVER
7308 M:      Jim Cromie <jim.cromie@gmail.com>
7309 S:      Maintained
7310 F:      drivers/char/scx200_gpio.c
7311 F:      include/linux/scx200_gpio.h
7312
7313 SCx200 HRT CLOCKSOURCE DRIVER
7314 M:      Jim Cromie <jim.cromie@gmail.com>
7315 S:      Maintained
7316 F:      drivers/clocksource/scx200_hrt.c
7317
7318 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
7319 M:      Sascha Sommer <saschasommer@freenet.de>
7320 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
7321 S:      Maintained
7322 F:      drivers/mmc/host/sdricoh_cs.c
7323
7324 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
7325 M:      Chris Ball <cjb@laptop.org>
7326 L:      linux-mmc@vger.kernel.org
7327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7328 S:      Maintained
7329 F:      drivers/mmc/host/sdhci.*
7330 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7331
7332 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
7333 M:      Anton Vorontsov <anton@enomsg.org>
7334 L:      linuxppc-dev@lists.ozlabs.org
7335 L:      linux-mmc@vger.kernel.org
7336 S:      Maintained
7337 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7338
7339 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
7340 M:      Ben Dooks <ben-linux@fluff.org>
7341 L:      linux-mmc@vger.kernel.org
7342 S:      Maintained
7343 F:      drivers/mmc/host/sdhci-s3c.c
7344
7345 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
7346 M:      Viresh Kumar <viresh.linux@gmail.com>
7347 L:      spear-devel@list.st.com
7348 L:      linux-mmc@vger.kernel.org
7349 S:      Maintained
7350 F:      drivers/mmc/host/sdhci-spear.c
7351
7352 SECURITY SUBSYSTEM
7353 M:      James Morris <james.l.morris@oracle.com>
7354 L:      linux-security-module@vger.kernel.org (suggested Cc:)
7355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
7356 W:      http://kernsec.org/
7357 S:      Supported
7358 F:      security/
7359
7360 SECURITY CONTACT
7361 M:      Security Officers <security@kernel.org>
7362 S:      Supported
7363
7364 SELINUX SECURITY MODULE
7365 M:      Stephen Smalley <sds@tycho.nsa.gov>
7366 M:      James Morris <james.l.morris@oracle.com>
7367 M:      Eric Paris <eparis@parisplace.org>
7368 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
7369 W:      http://selinuxproject.org
7370 T:      git git://git.infradead.org/users/eparis/selinux.git
7371 S:      Supported
7372 F:      include/linux/selinux*
7373 F:      security/selinux/
7374 F:      scripts/selinux/
7375
7376 APPARMOR SECURITY MODULE
7377 M:      John Johansen <john.johansen@canonical.com>
7378 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
7379 W:      apparmor.wiki.kernel.org
7380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
7381 S:      Supported
7382 F:      security/apparmor/
7383
7384 SENSABLE PHANTOM
7385 M:      Jiri Slaby <jirislaby@gmail.com>
7386 S:      Maintained
7387 F:      drivers/misc/phantom.c
7388 F:      include/uapi/linux/phantom.h
7389
7390 SERIAL ATA (SATA) SUBSYSTEM
7391 M:      Tejun Heo <tj@kernel.org>
7392 L:      linux-ide@vger.kernel.org
7393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7394 S:      Supported
7395 F:      drivers/ata/
7396 F:      include/linux/ata.h
7397 F:      include/linux/libata.h
7398
7399 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
7400 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
7401 L:      linux-scsi@vger.kernel.org
7402 W:      http://www.emulex.com
7403 S:      Supported
7404 F:      drivers/scsi/be2iscsi/
7405
7406 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
7407 M:      Sathya Perla <sathya.perla@emulex.com>
7408 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
7409 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
7410 L:      netdev@vger.kernel.org
7411 W:      http://www.emulex.com
7412 S:      Supported
7413 F:      drivers/net/ethernet/emulex/benet/
7414
7415 SFC NETWORK DRIVER
7416 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
7417 M:      Ben Hutchings <bhutchings@solarflare.com>
7418 L:      netdev@vger.kernel.org
7419 S:      Supported
7420 F:      drivers/net/ethernet/sfc/
7421
7422 SGI GRU DRIVER
7423 M:      Dimitri Sivanich <sivanich@sgi.com>
7424 S:      Maintained
7425 F:      drivers/misc/sgi-gru/
7426
7427 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
7428 M:      Pat Gefre <pfg@sgi.com>
7429 L:      linux-ia64@vger.kernel.org
7430 S:      Supported
7431 F:      Documentation/ia64/serial.txt
7432 F:      drivers/tty/serial/ioc?_serial.c
7433 F:      include/linux/ioc?.h
7434
7435 SGI VISUAL WORKSTATION 320 AND 540
7436 M:      Andrey Panin <pazke@donpac.ru>
7437 L:      linux-visws-devel@lists.sf.net
7438 W:      http://linux-visws.sf.net
7439 S:      Maintained for 2.6.
7440 F:      Documentation/sgi-visws.txt
7441
7442 SGI XP/XPC/XPNET DRIVER
7443 M:      Cliff Whickman <cpw@sgi.com>
7444 M:      Robin Holt <robinmholt@gmail.com>
7445 S:      Maintained
7446 F:      drivers/misc/sgi-xp/
7447
7448 SI470X FM RADIO RECEIVER I2C DRIVER
7449 M:      Hans Verkuil <hverkuil@xs4all.nl>
7450 L:      linux-media@vger.kernel.org
7451 T:      git git://linuxtv.org/media_tree.git
7452 W:      http://linuxtv.org
7453 S:      Odd Fixes
7454 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
7455
7456 SI470X FM RADIO RECEIVER USB DRIVER
7457 M:      Hans Verkuil <hverkuil@xs4all.nl>
7458 L:      linux-media@vger.kernel.org
7459 T:      git git://linuxtv.org/media_tree.git
7460 W:      http://linuxtv.org
7461 S:      Maintained
7462 F:      drivers/media/radio/si470x/radio-si470x-common.c
7463 F:      drivers/media/radio/si470x/radio-si470x.h
7464 F:      drivers/media/radio/si470x/radio-si470x-usb.c
7465
7466 SI4713 FM RADIO TRANSMITTER I2C DRIVER
7467 M:      Eduardo Valentin <edubezval@gmail.com>
7468 L:      linux-media@vger.kernel.org
7469 T:      git git://linuxtv.org/media_tree.git
7470 W:      http://linuxtv.org
7471 S:      Odd Fixes
7472 F:      drivers/media/radio/si4713-i2c.?
7473
7474 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
7475 M:      Eduardo Valentin <edubezval@gmail.com>
7476 L:      linux-media@vger.kernel.org
7477 T:      git git://linuxtv.org/media_tree.git
7478 W:      http://linuxtv.org
7479 S:      Odd Fixes
7480 F:      drivers/media/radio/radio-si4713.h
7481
7482 SIANO DVB DRIVER
7483 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7484 L:      linux-media@vger.kernel.org
7485 W:      http://linuxtv.org
7486 T:      git git://linuxtv.org/media_tree.git
7487 S:      Odd fixes
7488 F:      drivers/media/common/siano/
7489 F:      drivers/media/dvb/siano/
7490 F:      drivers/media/usb/siano/
7491 F:      drivers/media/mmc/siano
7492
7493 SH_VEU V4L2 MEM2MEM DRIVER
7494 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7495 L:      linux-media@vger.kernel.org
7496 S:      Maintained
7497 F:      drivers/media/platform/sh_veu.c
7498
7499 SH_VOU V4L2 OUTPUT DRIVER
7500 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7501 L:      linux-media@vger.kernel.org
7502 S:      Odd Fixes
7503 F:      drivers/media/platform/sh_vou.c
7504 F:      include/media/sh_vou.h
7505
7506 SIMPLE FIRMWARE INTERFACE (SFI)
7507 M:      Len Brown <lenb@kernel.org>
7508 L:      sfi-devel@simplefirmware.org
7509 W:      http://simplefirmware.org/
7510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
7511 S:      Supported
7512 F:      arch/x86/platform/sfi/
7513 F:      drivers/sfi/
7514 F:      include/linux/sfi*.h
7515
7516 SIMTEC EB110ATX (Chalice CATS)
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/EB110ATX/
7521 S:      Supported
7522
7523 SIMTEC EB2410ITX (BAST)
7524 P:      Ben Dooks
7525 P:      Vincent Sanders <vince@simtec.co.uk>
7526 M:      Simtec Linux Team <linux@simtec.co.uk>
7527 W:      http://www.simtec.co.uk/products/EB2410ITX/
7528 S:      Supported
7529 F:      arch/arm/mach-s3c2410/mach-bast.c
7530 F:      arch/arm/mach-s3c2410/bast-ide.c
7531 F:      arch/arm/mach-s3c2410/bast-irq.c
7532
7533 TI DAVINCI MACHINE SUPPORT
7534 M:      Sekhar Nori <nsekhar@ti.com>
7535 M:      Kevin Hilman <khilman@deeprootsystems.com>
7536 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7537 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
7538 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
7539 S:      Supported
7540 F:      arch/arm/mach-davinci
7541 F:      drivers/i2c/busses/i2c-davinci.c
7542
7543 TI DAVINCI SERIES MEDIA DRIVER
7544 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
7545 L:      linux-media@vger.kernel.org
7546 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7547 W:      http://linuxtv.org/
7548 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7549 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
7550 S:      Maintained
7551 F:      drivers/media/platform/davinci/
7552 F:      include/media/davinci/
7553
7554 SIS 190 ETHERNET DRIVER
7555 M:      Francois Romieu <romieu@fr.zoreil.com>
7556 L:      netdev@vger.kernel.org
7557 S:      Maintained
7558 F:      drivers/net/ethernet/sis/sis190.c
7559
7560 SIS 900/7016 FAST ETHERNET DRIVER
7561 M:      Daniele Venzano <venza@brownhat.org>
7562 W:      http://www.brownhat.org/sis900.html
7563 L:      netdev@vger.kernel.org
7564 S:      Maintained
7565 F:      drivers/net/ethernet/sis/sis900.*
7566
7567 SIS FRAMEBUFFER DRIVER
7568 M:      Thomas Winischhofer <thomas@winischhofer.net>
7569 W:      http://www.winischhofer.net/linuxsisvga.shtml
7570 S:      Maintained
7571 F:      Documentation/fb/sisfb.txt
7572 F:      drivers/video/sis/
7573 F:      include/video/sisfb.h
7574
7575 SIS USB2VGA DRIVER
7576 M:      Thomas Winischhofer <thomas@winischhofer.net>
7577 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
7578 S:      Maintained
7579 F:      drivers/usb/misc/sisusbvga/
7580
7581 SLAB ALLOCATOR
7582 M:      Christoph Lameter <cl@linux-foundation.org>
7583 M:      Pekka Enberg <penberg@kernel.org>
7584 M:      Matt Mackall <mpm@selenic.com>
7585 L:      linux-mm@kvack.org
7586 S:      Maintained
7587 F:      include/linux/sl?b*.h
7588 F:      mm/sl?b.c
7589
7590 SLEEPABLE READ-COPY UPDATE (SRCU)
7591 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
7592 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7593 W:      http://www.rdrop.com/users/paulmck/RCU/
7594 S:      Supported
7595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7596 F:      include/linux/srcu*
7597 F:      kernel/srcu*
7598
7599 SMACK SECURITY MODULE
7600 M:      Casey Schaufler <casey@schaufler-ca.com>
7601 L:      linux-security-module@vger.kernel.org
7602 W:      http://schaufler-ca.com
7603 T:      git git://git.gitorious.org/smack-next/kernel.git
7604 S:      Maintained
7605 F:      Documentation/security/Smack.txt
7606 F:      security/smack/
7607
7608 SMC91x ETHERNET DRIVER
7609 M:      Nicolas Pitre <nico@fluxnic.net>
7610 S:      Odd Fixes
7611 F:      drivers/net/ethernet/smsc/smc91x.*
7612
7613 SMIA AND SMIA++ IMAGE SENSOR DRIVER
7614 M:      Sakari Ailus <sakari.ailus@iki.fi>
7615 L:      linux-media@vger.kernel.org
7616 S:      Maintained
7617 F:      drivers/media/i2c/smiapp
7618 F:      include/media/smiapp.h
7619 F:      drivers/media/i2c/smiapp-pll.c
7620 F:      drivers/media/i2c/smiapp-pll.h
7621
7622 SMM665 HARDWARE MONITOR DRIVER
7623 M:      Guenter Roeck <linux@roeck-us.net>
7624 L:      lm-sensors@lm-sensors.org
7625 S:      Maintained
7626 F:      Documentation/hwmon/smm665
7627 F:      drivers/hwmon/smm665.c
7628
7629 SMSC EMC2103 HARDWARE MONITOR DRIVER
7630 M:      Steve Glendinning <steve.glendinning@shawell.net>
7631 L:      lm-sensors@lm-sensors.org
7632 S:      Maintained
7633 F:      Documentation/hwmon/emc2103
7634 F:      drivers/hwmon/emc2103.c
7635
7636 SMSC SCH5627 HARDWARE MONITOR DRIVER
7637 M:      Hans de Goede <hdegoede@redhat.com>
7638 L:      lm-sensors@lm-sensors.org
7639 S:      Supported
7640 F:      Documentation/hwmon/sch5627
7641 F:      drivers/hwmon/sch5627.c
7642
7643 SMSC47B397 HARDWARE MONITOR DRIVER
7644 M:      Jean Delvare <khali@linux-fr.org>
7645 L:      lm-sensors@lm-sensors.org
7646 S:      Maintained
7647 F:      Documentation/hwmon/smsc47b397
7648 F:      drivers/hwmon/smsc47b397.c
7649
7650 SMSC911x ETHERNET DRIVER
7651 M:      Steve Glendinning <steve.glendinning@shawell.net>
7652 L:      netdev@vger.kernel.org
7653 S:      Maintained
7654 F:      include/linux/smsc911x.h
7655 F:      drivers/net/ethernet/smsc/smsc911x.*
7656
7657 SMSC9420 PCI ETHERNET DRIVER
7658 M:      Steve Glendinning <steve.glendinning@shawell.net>
7659 L:      netdev@vger.kernel.org
7660 S:      Maintained
7661 F:      drivers/net/ethernet/smsc/smsc9420.*
7662
7663 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
7664 M:      Steve Glendinning <steve.glendinning@shawell.net>
7665 L:      linux-fbdev@vger.kernel.org
7666 S:      Maintained
7667 F:      drivers/video/smscufx.c
7668
7669 SOC-CAMERA V4L2 SUBSYSTEM
7670 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7671 L:      linux-media@vger.kernel.org
7672 T:      git git://linuxtv.org/media_tree.git
7673 S:      Maintained
7674 F:      include/media/soc*
7675 F:      drivers/media/i2c/soc_camera/
7676 F:      drivers/media/platform/soc_camera/
7677
7678 SOEKRIS NET48XX LED SUPPORT
7679 M:      Chris Boot <bootc@bootc.net>
7680 S:      Maintained
7681 F:      drivers/leds/leds-net48xx.c
7682
7683 SOFTWARE RAID (Multiple Disks) SUPPORT
7684 M:      Neil Brown <neilb@suse.de>
7685 L:      linux-raid@vger.kernel.org
7686 S:      Supported
7687 F:      drivers/md/
7688 F:      include/linux/raid/
7689 F:      include/uapi/linux/raid/
7690
7691 SONIC NETWORK DRIVER
7692 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
7693 L:      netdev@vger.kernel.org
7694 S:      Maintained
7695 F:      drivers/net/ethernet/natsemi/sonic.*
7696
7697 SONICS SILICON BACKPLANE DRIVER (SSB)
7698 M:      Michael Buesch <m@bues.ch>
7699 L:      netdev@vger.kernel.org
7700 S:      Maintained
7701 F:      drivers/ssb/
7702 F:      include/linux/ssb/
7703
7704 SONY VAIO CONTROL DEVICE DRIVER
7705 M:      Mattia Dongili <malattia@linux.it>
7706 L:      platform-driver-x86@vger.kernel.org
7707 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
7708 S:      Maintained
7709 F:      Documentation/laptops/sony-laptop.txt
7710 F:      drivers/char/sonypi.c
7711 F:      drivers/platform/x86/sony-laptop.c
7712 F:      include/linux/sony-laptop.h
7713
7714 SONY MEMORYSTICK CARD SUPPORT
7715 M:      Alex Dubov <oakad@yahoo.com>
7716 W:      http://tifmxx.berlios.de/
7717 S:      Maintained
7718 F:      drivers/memstick/host/tifm_ms.c
7719
7720 SOUND
7721 M:      Jaroslav Kysela <perex@perex.cz>
7722 M:      Takashi Iwai <tiwai@suse.de>
7723 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7724 W:      http://www.alsa-project.org/
7725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
7726 T:      git git://git.alsa-project.org/alsa-kernel.git
7727 S:      Maintained
7728 F:      Documentation/sound/
7729 F:      include/sound/
7730 F:      include/uapi/sound/
7731 F:      sound/
7732
7733 SOUND - COMPRESSED AUDIO
7734 M:      Vinod Koul <vinod.koul@intel.com>
7735 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
7737 S:      Supported
7738 F:      Documentation/sound/alsa/compress_offload.txt
7739 F:      include/sound/compress_driver.h
7740 F:      include/uapi/sound/compress_*
7741 F:      sound/core/compress_offload.c
7742 F:      sound/soc/soc-compress.c
7743
7744 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
7745 M:      Liam Girdwood <lgirdwood@gmail.com>
7746 M:      Mark Brown <broonie@kernel.org>
7747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
7748 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7749 W:      http://alsa-project.org/main/index.php/ASoC
7750 S:      Supported
7751 F:      Documentation/sound/alsa/soc/
7752 F:      sound/soc/
7753 F:      include/sound/soc*
7754
7755 SPARC + UltraSPARC (sparc/sparc64)
7756 M:      "David S. Miller" <davem@davemloft.net>
7757 L:      sparclinux@vger.kernel.org
7758 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
7759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7761 S:      Maintained
7762 F:      arch/sparc/
7763 F:      drivers/sbus/
7764
7765 SPARC SERIAL DRIVERS
7766 M:      "David S. Miller" <davem@davemloft.net>
7767 L:      sparclinux@vger.kernel.org
7768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7770 S:      Maintained
7771 F:      include/linux/sunserialcore.h
7772 F:      drivers/tty/serial/suncore.c
7773 F:      drivers/tty/serial/sunhv.c
7774 F:      drivers/tty/serial/sunsab.c
7775 F:      drivers/tty/serial/sunsab.h
7776 F:      drivers/tty/serial/sunsu.c
7777 F:      drivers/tty/serial/sunzilog.c
7778 F:      drivers/tty/serial/sunzilog.h
7779
7780 SPARSE CHECKER
7781 M:      "Christopher Li" <sparse@chrisli.org>
7782 L:      linux-sparse@vger.kernel.org
7783 W:      https://sparse.wiki.kernel.org/
7784 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
7785 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
7786 S:      Maintained
7787 F:      include/linux/compiler.h
7788
7789 SPEAR PLATFORM SUPPORT
7790 M:      Viresh Kumar <viresh.linux@gmail.com>
7791 M:      Shiraz Hashim <shiraz.hashim@st.com>
7792 L:      spear-devel@list.st.com
7793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7794 W:      http://www.st.com/spear
7795 S:      Maintained
7796 F:      arch/arm/plat-spear/
7797
7798 SPEAR13XX MACHINE SUPPORT
7799 M:      Viresh Kumar <viresh.linux@gmail.com>
7800 M:      Shiraz Hashim <shiraz.hashim@st.com>
7801 L:      spear-devel@list.st.com
7802 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7803 W:      http://www.st.com/spear
7804 S:      Maintained
7805 F:      arch/arm/mach-spear13xx/
7806
7807 SPEAR3XX MACHINE SUPPORT
7808 M:      Viresh Kumar <viresh.linux@gmail.com>
7809 M:      Shiraz Hashim <shiraz.hashim@st.com>
7810 L:      spear-devel@list.st.com
7811 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7812 W:      http://www.st.com/spear
7813 S:      Maintained
7814 F:      arch/arm/mach-spear3xx/
7815
7816 SPEAR6XX MACHINE SUPPORT
7817 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
7818 M:      Shiraz Hashim <shiraz.hashim@st.com>
7819 M:      Viresh Kumar <viresh.linux@gmail.com>
7820 L:      spear-devel@list.st.com
7821 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7822 W:      http://www.st.com/spear
7823 S:      Maintained
7824 F:      arch/arm/mach-spear6xx/
7825
7826 SPEAR CLOCK FRAMEWORK SUPPORT
7827 M:      Viresh Kumar <viresh.linux@gmail.com>
7828 L:      spear-devel@list.st.com
7829 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7830 W:      http://www.st.com/spear
7831 S:      Maintained
7832 F:      drivers/clk/spear/
7833
7834 SPI SUBSYSTEM
7835 M:      Mark Brown <broonie@kernel.org>
7836 L:      linux-spi@vger.kernel.org
7837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
7838 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
7839 S:      Maintained
7840 F:      Documentation/spi/
7841 F:      drivers/spi/
7842 F:      include/linux/spi/
7843 F:      include/uapi/linux/spi/
7844
7845 SPIDERNET NETWORK DRIVER for CELL
7846 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
7847 M:      Jens Osterkamp <jens@de.ibm.com>
7848 L:      netdev@vger.kernel.org
7849 S:      Supported
7850 F:      Documentation/networking/spider_net.txt
7851 F:      drivers/net/ethernet/toshiba/spider_net*
7852
7853 SPU FILE SYSTEM
7854 M:      Jeremy Kerr <jk@ozlabs.org>
7855 L:      linuxppc-dev@lists.ozlabs.org
7856 L:      cbe-oss-dev@lists.ozlabs.org
7857 W:      http://www.ibm.com/developerworks/power/cell/
7858 S:      Supported
7859 F:      Documentation/filesystems/spufs.txt
7860 F:      arch/powerpc/platforms/cell/spufs/
7861
7862 SQUASHFS FILE SYSTEM
7863 M:      Phillip Lougher <phillip@squashfs.org.uk>
7864 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
7865 W:      http://squashfs.org.uk
7866 S:      Maintained
7867 F:      Documentation/filesystems/squashfs.txt
7868 F:      fs/squashfs/
7869
7870 SRM (Alpha) environment access
7871 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
7872 S:      Maintained
7873 F:      arch/alpha/kernel/srm_env.c
7874
7875 STABLE BRANCH
7876 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7877 L:      stable@vger.kernel.org
7878 S:      Supported
7879 F:      Documentation/stable_kernel_rules.txt
7880
7881 STAGING SUBSYSTEM
7882 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
7884 L:      devel@driverdev.osuosl.org
7885 S:      Supported
7886 F:      drivers/staging/
7887
7888 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
7889 M:      Henk de Groot <pe1dnn@amsat.org>
7890 S:      Odd Fixes
7891 F:      drivers/staging/wlags49_h2/
7892 F:      drivers/staging/wlags49_h25/
7893
7894 STAGING - ASUS OLED
7895 M:      Jakub Schmidtke <sjakub@gmail.com>
7896 S:      Odd Fixes
7897 F:      drivers/staging/asus_oled/
7898
7899 STAGING - COMEDI
7900 M:      Ian Abbott <abbotti@mev.co.uk>
7901 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
7902 S:      Odd Fixes
7903 F:      drivers/staging/comedi/
7904
7905 STAGING - CRYSTAL HD VIDEO DECODER
7906 M:      Naren Sankar <nsankar@broadcom.com>
7907 M:      Jarod Wilson <jarod@wilsonet.com>
7908 M:      Scott Davilla <davilla@4pi.com>
7909 M:      Manu Abraham <abraham.manu@gmail.com>
7910 S:      Odd Fixes
7911 F:      drivers/staging/crystalhd/
7912
7913 STAGING - ECHO CANCELLER
7914 M:      Steve Underwood <steveu@coppice.org>
7915 M:      David Rowe <david@rowetel.com>
7916 S:      Odd Fixes
7917 F:      drivers/staging/echo/
7918
7919 STAGING - ET131X NETWORK DRIVER
7920 M:      Mark Einon <mark.einon@gmail.com>
7921 S:      Odd Fixes
7922 F:      drivers/staging/et131x/
7923
7924 STAGING - FLARION FT1000 DRIVERS
7925 M:      Marek Belisko <marek.belisko@gmail.com>
7926 S:      Odd Fixes
7927 F:      drivers/staging/ft1000/
7928
7929 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7930 M:      David Täht <d@teklibre.com>
7931 S:      Odd Fixes
7932 F:      drivers/staging/frontier/
7933
7934 STAGING - GO7007 MPEG CODEC
7935 M:      Hans Verkuil <hans.verkuil@cisco.com>
7936 S:      Maintained
7937 F:      drivers/staging/media/go7007/
7938
7939 STAGING - INDUSTRIAL IO
7940 M:      Jonathan Cameron <jic23@cam.ac.uk>
7941 L:      linux-iio@vger.kernel.org
7942 S:      Odd Fixes
7943 F:      drivers/staging/iio/
7944
7945 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7946 M:      Jarod Wilson <jarod@wilsonet.com>
7947 W:      http://www.lirc.org/
7948 S:      Odd Fixes
7949 F:      drivers/staging/media/lirc/
7950
7951 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
7952 M:      Julian Andres Klode <jak@jak-linux.org>
7953 M:      Marc Dietrich <marvin24@gmx.de>
7954 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
7955 L:      linux-tegra@vger.kernel.org
7956 S:      Maintained
7957 F:      drivers/staging/nvec/
7958
7959 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7960 M:      Jens Frederich <jfrederich@gmail.com>
7961 M:      Daniel Drake <dsd@laptop.org>
7962 M:      Jon Nettleton <jon.nettleton@gmail.com>
7963 W:      http://wiki.laptop.org/go/DCON
7964 S:      Maintained
7965 F:      drivers/staging/olpc_dcon/
7966
7967 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
7968 M:      Rupesh Gujare <rupesh.gujare@atmel.com>
7969 S:      Maintained
7970 F:      drivers/staging/ozwpan/
7971
7972 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
7973 M:      Willy Tarreau <willy@meta-x.org>
7974 S:      Odd Fixes
7975 F:      drivers/staging/panel/
7976
7977 STAGING - REALTEK RTL8712U DRIVERS
7978 M:      Larry Finger <Larry.Finger@lwfinger.net>
7979 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
7980 S:      Odd Fixes
7981 F:      drivers/staging/rtl8712/
7982
7983 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
7984 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
7985 S:      Odd Fixes
7986 F:      drivers/staging/sm7xxfb/
7987
7988 STAGING - SOFTLOGIC 6x10 MPEG CODEC
7989 M:      Ismael Luceno <ismael.luceno@corp.bluecherry.net>
7990 S:      Supported
7991 F:      drivers/staging/media/solo6x10/
7992
7993 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
7994 M:      William Hubbs <w.d.hubbs@gmail.com>
7995 M:      Chris Brannon <chris@the-brannons.com>
7996 M:      Kirk Reiser <kirk@reisers.ca>
7997 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
7998 L:      speakup@braille.uwo.ca
7999 W:      http://www.linux-speakup.org/
8000 S:      Odd Fixes
8001 F:      drivers/staging/speakup/
8002
8003 STAGING - TI DSP BRIDGE DRIVERS
8004 M:      Omar Ramirez Luna <omar.ramirez@copitl.com>
8005 S:      Odd Fixes
8006 F:      drivers/staging/tidspbridge/
8007
8008 STAGING - USB ENE SM/MS CARD READER DRIVER
8009 M:      Al Cho <acho@novell.com>
8010 S:      Odd Fixes
8011 F:      drivers/staging/keucr/
8012
8013 STAGING - VIA VT665X DRIVERS
8014 M:      Forest Bond <forest@alittletooquiet.net>
8015 S:      Odd Fixes
8016 F:      drivers/staging/vt665?/
8017
8018 STAGING - WINBOND IS89C35 WLAN USB DRIVER
8019 M:      Pavel Machek <pavel@ucw.cz>
8020 S:      Odd Fixes
8021 F:      drivers/staging/winbond/
8022
8023 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
8024 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
8025 S:      Odd Fixes
8026 F:      drivers/staging/xgifb/
8027
8028 STARFIRE/DURALAN NETWORK DRIVER
8029 M:      Ion Badulescu <ionut@badula.org>
8030 S:      Odd Fixes
8031 F:      drivers/net/ethernet/adaptec/starfire*
8032
8033 SUN3/3X
8034 M:      Sam Creasey <sammy@sammy.net>
8035 W:      http://sammy.net/sun3/
8036 S:      Maintained
8037 F:      arch/m68k/kernel/*sun3*
8038 F:      arch/m68k/sun3*/
8039 F:      arch/m68k/include/asm/sun3*
8040 F:      drivers/net/ethernet/i825xx/sun3*
8041
8042 SUNDANCE NETWORK DRIVER
8043 M:      Denis Kirjanov <kda@linux-powerpc.org>
8044 L:      netdev@vger.kernel.org
8045 S:      Maintained
8046 F:      drivers/net/ethernet/dlink/sundance.c
8047
8048 SUPERH
8049 M:      Paul Mundt <lethal@linux-sh.org>
8050 L:      linux-sh@vger.kernel.org
8051 W:      http://www.linux-sh.org
8052 Q:      http://patchwork.kernel.org/project/linux-sh/list/
8053 T:      git git://github.com/pmundt/linux-sh.git sh-latest
8054 S:      Supported
8055 F:      Documentation/sh/
8056 F:      arch/sh/
8057 F:      drivers/sh/
8058
8059 SUSPEND TO RAM
8060 M:      Len Brown <len.brown@intel.com>
8061 M:      Pavel Machek <pavel@ucw.cz>
8062 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
8063 L:      linux-pm@vger.kernel.org
8064 S:      Supported
8065 F:      Documentation/power/
8066 F:      arch/x86/kernel/acpi/
8067 F:      drivers/base/power/
8068 F:      kernel/power/
8069 F:      include/linux/suspend.h
8070 F:      include/linux/freezer.h
8071 F:      include/linux/pm.h
8072
8073 SVGA HANDLING
8074 M:      Martin Mares <mj@ucw.cz>
8075 L:      linux-video@atrey.karlin.mff.cuni.cz
8076 S:      Maintained
8077 F:      Documentation/svga.txt
8078 F:      arch/x86/boot/video*
8079
8080 SWIOTLB SUBSYSTEM
8081 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8082 L:      linux-kernel@vger.kernel.org
8083 S:      Supported
8084 F:      lib/swiotlb.c
8085 F:      arch/*/kernel/pci-swiotlb.c
8086 F:      include/linux/swiotlb.h
8087
8088 SYNOPSYS ARC ARCHITECTURE
8089 M:      Vineet Gupta <vgupta@synopsys.com>
8090 S:      Supported
8091 F:      arch/arc/
8092 F:      Documentation/devicetree/bindings/arc/
8093 F:      drivers/tty/serial/arc-uart.c
8094
8095 SYSV FILESYSTEM
8096 M:      Christoph Hellwig <hch@infradead.org>
8097 S:      Maintained
8098 F:      Documentation/filesystems/sysv-fs.txt
8099 F:      fs/sysv/
8100 F:      include/linux/sysv_fs.h
8101
8102 TARGET SUBSYSTEM
8103 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
8104 L:      linux-scsi@vger.kernel.org
8105 L:      target-devel@vger.kernel.org
8106 L:      http://groups.google.com/group/linux-iscsi-target-dev
8107 W:      http://www.linux-iscsi.org
8108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
8109 S:      Supported
8110 F:      drivers/target/
8111 F:      include/target/
8112 F:      Documentation/target/
8113
8114 TASKSTATS STATISTICS INTERFACE
8115 M:      Balbir Singh <bsingharora@gmail.com>
8116 S:      Maintained
8117 F:      Documentation/accounting/taskstats*
8118 F:      include/linux/taskstats*
8119 F:      kernel/taskstats.c
8120
8121 TC CLASSIFIER
8122 M:      Jamal Hadi Salim <jhs@mojatatu.com>
8123 L:      netdev@vger.kernel.org
8124 S:      Maintained
8125 F:      include/net/pkt_cls.h
8126 F:      include/uapi/linux/pkt_cls.h
8127 F:      net/sched/
8128
8129 TCP LOW PRIORITY MODULE
8130 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
8131 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
8132 W:      http://tcp-lp-mod.sourceforge.net/
8133 S:      Maintained
8134 F:      net/ipv4/tcp_lp.c
8135
8136 TDA10071 MEDIA DRIVER
8137 M:      Antti Palosaari <crope@iki.fi>
8138 L:      linux-media@vger.kernel.org
8139 W:      http://linuxtv.org/
8140 W:      http://palosaari.fi/linux/
8141 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8142 T:      git git://linuxtv.org/anttip/media_tree.git
8143 S:      Maintained
8144 F:      drivers/media/dvb-frontends/tda10071*
8145
8146 TDA18212 MEDIA DRIVER
8147 M:      Antti Palosaari <crope@iki.fi>
8148 L:      linux-media@vger.kernel.org
8149 W:      http://linuxtv.org/
8150 W:      http://palosaari.fi/linux/
8151 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8152 T:      git git://linuxtv.org/anttip/media_tree.git
8153 S:      Maintained
8154 F:      drivers/media/tuners/tda18212*
8155
8156 TDA18218 MEDIA DRIVER
8157 M:      Antti Palosaari <crope@iki.fi>
8158 L:      linux-media@vger.kernel.org
8159 W:      http://linuxtv.org/
8160 W:      http://palosaari.fi/linux/
8161 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8162 T:      git git://linuxtv.org/anttip/media_tree.git
8163 S:      Maintained
8164 F:      drivers/media/tuners/tda18218*
8165
8166 TDA18271 MEDIA DRIVER
8167 M:      Michael Krufky <mkrufky@linuxtv.org>
8168 L:      linux-media@vger.kernel.org
8169 W:      http://linuxtv.org/
8170 W:      http://github.com/mkrufky
8171 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8172 T:      git git://linuxtv.org/mkrufky/tuners.git
8173 S:      Maintained
8174 F:      drivers/media/tuners/tda18271*
8175
8176 TDA827x MEDIA DRIVER
8177 M:      Michael Krufky <mkrufky@linuxtv.org>
8178 L:      linux-media@vger.kernel.org
8179 W:      http://linuxtv.org/
8180 W:      http://github.com/mkrufky
8181 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8182 T:      git git://linuxtv.org/mkrufky/tuners.git
8183 S:      Maintained
8184 F:      drivers/media/tuners/tda8290.*
8185
8186 TDA8290 MEDIA DRIVER
8187 M:      Michael Krufky <mkrufky@linuxtv.org>
8188 L:      linux-media@vger.kernel.org
8189 W:      http://linuxtv.org/
8190 W:      http://github.com/mkrufky
8191 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8192 T:      git git://linuxtv.org/mkrufky/tuners.git
8193 S:      Maintained
8194 F:      drivers/media/tuners/tda8290.*
8195
8196 TDA9840 MEDIA DRIVER
8197 M:      Hans Verkuil <hverkuil@xs4all.nl>
8198 L:      linux-media@vger.kernel.org
8199 T:      git git://linuxtv.org/media_tree.git
8200 W:      http://linuxtv.org
8201 S:      Maintained
8202 F:      drivers/media/i2c/tda9840*
8203
8204 TEA5761 TUNER DRIVER
8205 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8206 L:      linux-media@vger.kernel.org
8207 W:      http://linuxtv.org
8208 T:      git git://linuxtv.org/media_tree.git
8209 S:      Odd fixes
8210 F:      drivers/media/tuners/tea5761.*
8211
8212 TEA5767 TUNER DRIVER
8213 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8214 L:      linux-media@vger.kernel.org
8215 W:      http://linuxtv.org
8216 T:      git git://linuxtv.org/media_tree.git
8217 S:      Maintained
8218 F:      drivers/media/tuners/tea5767.*
8219
8220 TEA6415C MEDIA DRIVER
8221 M:      Hans Verkuil <hverkuil@xs4all.nl>
8222 L:      linux-media@vger.kernel.org
8223 T:      git git://linuxtv.org/media_tree.git
8224 W:      http://linuxtv.org
8225 S:      Maintained
8226 F:      drivers/media/i2c/tea6415c*
8227
8228 TEA6420 MEDIA DRIVER
8229 M:      Hans Verkuil <hverkuil@xs4all.nl>
8230 L:      linux-media@vger.kernel.org
8231 T:      git git://linuxtv.org/media_tree.git
8232 W:      http://linuxtv.org
8233 S:      Maintained
8234 F:      drivers/media/i2c/tea6420*
8235
8236 TEAM DRIVER
8237 M:      Jiri Pirko <jiri@resnulli.us>
8238 L:      netdev@vger.kernel.org
8239 S:      Supported
8240 F:      drivers/net/team/
8241 F:      include/linux/if_team.h
8242 F:      include/uapi/linux/if_team.h
8243
8244 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
8245 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
8246 S:      Maintained
8247 F:      arch/x86/platform/ts5500/
8248
8249 TECHNOTREND USB IR RECEIVER
8250 M:      Sean Young <sean@mess.org>
8251 L:      linux-media@vger.kernel.org
8252 S:      Maintained
8253 F:      drivers/media/rc/ttusbir.c
8254
8255 TEGRA SUPPORT
8256 M:      Stephen Warren <swarren@wwwdotorg.org>
8257 L:      linux-tegra@vger.kernel.org
8258 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
8259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
8260 S:      Supported
8261 N:      [^a-z]tegra
8262
8263 TEHUTI ETHERNET DRIVER
8264 M:      Andy Gospodarek <andy@greyhouse.net>
8265 L:      netdev@vger.kernel.org
8266 S:      Supported
8267 F:      drivers/net/ethernet/tehuti/*
8268
8269 Telecom Clock Driver for MCPL0010
8270 M:      Mark Gross <mark.gross@intel.com>
8271 S:      Supported
8272 F:      drivers/char/tlclk.c
8273
8274 TENSILICA XTENSA PORT (xtensa)
8275 M:      Chris Zankel <chris@zankel.net>
8276 M:      Max Filippov <jcmvbkbc@gmail.com>
8277 L:      linux-xtensa@linux-xtensa.org
8278 S:      Maintained
8279 F:      arch/xtensa/
8280
8281 THERMAL
8282 M:      Zhang Rui <rui.zhang@intel.com>
8283 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8284 L:      linux-pm@vger.kernel.org
8285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
8286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
8287 Q:      https://patchwork.kernel.org/project/linux-pm/list/
8288 S:      Supported
8289 F:      drivers/thermal/
8290 F:      include/linux/thermal.h
8291 F:      include/linux/cpu_cooling.h
8292
8293 THINGM BLINK(1) USB RGB LED DRIVER
8294 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8295 S:      Maintained
8296 F:      drivers/hid/hid-thingm.c
8297
8298 THINKPAD ACPI EXTRAS DRIVER
8299 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
8300 L:      ibm-acpi-devel@lists.sourceforge.net
8301 L:      platform-driver-x86@vger.kernel.org
8302 W:      http://ibm-acpi.sourceforge.net
8303 W:      http://thinkwiki.org/wiki/Ibm-acpi
8304 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
8305 S:      Maintained
8306 F:      drivers/platform/x86/thinkpad_acpi.c
8307
8308 TI BANDGAP AND THERMAL DRIVER
8309 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8310 L:      linux-pm@vger.kernel.org
8311 S:      Supported
8312 F:      drivers/thermal/ti-soc-thermal/
8313
8314 TI FLASH MEDIA INTERFACE DRIVER
8315 M:      Alex Dubov <oakad@yahoo.com>
8316 S:      Maintained
8317 F:      drivers/misc/tifm*
8318 F:      drivers/mmc/host/tifm_sd.c
8319 F:      include/linux/tifm.h
8320
8321 TI LM49xxx FAMILY ASoC CODEC DRIVERS
8322 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
8323 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
8324 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8325 S:      Maintained
8326 F:      sound/soc/codecs/lm49453*
8327 F:      sound/soc/codecs/isabelle*
8328
8329 TI LP855x BACKLIGHT DRIVER
8330 M:      Milo Kim <milo.kim@ti.com>
8331 S:      Maintained
8332 F:      Documentation/backlight/lp855x-driver.txt
8333 F:      drivers/video/backlight/lp855x_bl.c
8334 F:      include/linux/platform_data/lp855x.h
8335
8336 TI LP8727 CHARGER DRIVER
8337 M:      Milo Kim <milo.kim@ti.com>
8338 S:      Maintained
8339 F:      drivers/power/lp8727_charger.c
8340 F:      include/linux/platform_data/lp8727.h
8341
8342 TI LP8788 MFD DRIVER
8343 M:      Milo Kim <milo.kim@ti.com>
8344 S:      Maintained
8345 F:      drivers/iio/adc/lp8788_adc.c
8346 F:      drivers/leds/leds-lp8788.c
8347 F:      drivers/mfd/lp8788*.c
8348 F:      drivers/power/lp8788-charger.c
8349 F:      drivers/regulator/lp8788-*.c
8350 F:      include/linux/mfd/lp8788*.h
8351
8352 TI TWL4030 SERIES SOC CODEC DRIVER
8353 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
8354 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8355 S:      Maintained
8356 F:      sound/soc/codecs/twl4030*
8357
8358 TI WILINK WIRELESS DRIVERS
8359 M:      Luciano Coelho <luca@coelho.fi>
8360 L:      linux-wireless@vger.kernel.org
8361 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
8362 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
8363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
8364 S:      Maintained
8365 F:      drivers/net/wireless/ti/
8366 F:      include/linux/wl12xx.h
8367
8368 TIPC NETWORK LAYER
8369 M:      Jon Maloy <jon.maloy@ericsson.com>
8370 M:      Allan Stephens <allan.stephens@windriver.com>
8371 L:      netdev@vger.kernel.org (core kernel code)
8372 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
8373 W:      http://tipc.sourceforge.net/
8374 S:      Maintained
8375 F:      include/uapi/linux/tipc*.h
8376 F:      net/tipc/
8377
8378 TILE ARCHITECTURE
8379 M:      Chris Metcalf <cmetcalf@tilera.com>
8380 W:      http://www.tilera.com/scm/
8381 S:      Supported
8382 F:      arch/tile/
8383 F:      drivers/char/tile-srom.c
8384 F:      drivers/edac/tile_edac.c
8385 F:      drivers/net/ethernet/tile/
8386 F:      drivers/rtc/rtc-tile.c
8387 F:      drivers/tty/hvc/hvc_tile.c
8388 F:      drivers/tty/serial/tilegx.c
8389 F:      drivers/usb/host/*-tilegx.c
8390 F:      include/linux/usb/tilegx.h
8391
8392 TLAN NETWORK DRIVER
8393 M:      Samuel Chessman <chessman@tux.org>
8394 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
8395 W:      http://sourceforge.net/projects/tlan/
8396 S:      Maintained
8397 F:      Documentation/networking/tlan.txt
8398 F:      drivers/net/ethernet/ti/tlan.*
8399
8400 TOMOYO SECURITY MODULE
8401 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
8402 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
8403 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
8404 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
8405 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
8406 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
8407 W:      http://tomoyo.sourceforge.jp/
8408 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
8409 S:      Maintained
8410 F:      security/tomoyo/
8411
8412 TOPSTAR LAPTOP EXTRAS DRIVER
8413 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8414 L:      platform-driver-x86@vger.kernel.org
8415 S:      Maintained
8416 F:      drivers/platform/x86/topstar-laptop.c
8417
8418 TOSHIBA ACPI EXTRAS DRIVER
8419 L:      platform-driver-x86@vger.kernel.org
8420 S:      Orphan
8421 F:      drivers/platform/x86/toshiba_acpi.c
8422
8423 TOSHIBA SMM DRIVER
8424 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
8425 L:      tlinux-users@tce.toshiba-dme.co.jp
8426 W:      http://www.buzzard.org.uk/toshiba/
8427 S:      Maintained
8428 F:      drivers/char/toshiba.c
8429 F:      include/linux/toshiba.h
8430 F:      include/uapi/linux/toshiba.h
8431
8432 TMIO MMC DRIVER
8433 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8434 M:      Ian Molton <ian@mnementh.co.uk>
8435 L:      linux-mmc@vger.kernel.org
8436 S:      Maintained
8437 F:      drivers/mmc/host/tmio_mmc*
8438 F:      drivers/mmc/host/sh_mobile_sdhi.c
8439 F:      include/linux/mmc/tmio.h
8440 F:      include/linux/mmc/sh_mobile_sdhi.h
8441
8442 TMP401 HARDWARE MONITOR DRIVER
8443 M:      Guenter Roeck <linux@roeck-us.net>
8444 L:      lm-sensors@lm-sensors.org
8445 S:      Maintained
8446 F:      Documentation/hwmon/tmp401
8447 F:      drivers/hwmon/tmp401.c
8448
8449 TMPFS (SHMEM FILESYSTEM)
8450 M:      Hugh Dickins <hughd@google.com>
8451 L:      linux-mm@kvack.org
8452 S:      Maintained
8453 F:      include/linux/shmem_fs.h
8454 F:      mm/shmem.c
8455
8456 TM6000 VIDEO4LINUX DRIVER
8457 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8458 L:      linux-media@vger.kernel.org
8459 W:      http://linuxtv.org
8460 T:      git git://linuxtv.org/media_tree.git
8461 S:      Odd fixes
8462 F:      drivers/media/usb/tm6000/
8463
8464 TPM DEVICE DRIVER
8465 M:      Leonidas Da Silva Barbosa <leosilva@linux.vnet.ibm.com>
8466 M:      Ashley Lai <ashley@ashleylai.com>
8467 M:      Rajiv Andrade <mail@srajiv.net>
8468 W:      http://tpmdd.sourceforge.net
8469 M:      Marcel Selhorst <tpmdd@selhorst.net>
8470 M:      Sirrix AG <tpmdd@sirrix.com>
8471 W:      http://www.sirrix.com
8472 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
8473 S:      Maintained
8474 F:      drivers/char/tpm/
8475
8476 TRACING
8477 M:      Steven Rostedt <rostedt@goodmis.org>
8478 M:      Frederic Weisbecker <fweisbec@gmail.com>
8479 M:      Ingo Molnar <mingo@redhat.com>
8480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8481 S:      Maintained
8482 F:      Documentation/trace/ftrace.txt
8483 F:      arch/*/*/*/ftrace.h
8484 F:      arch/*/kernel/ftrace.c
8485 F:      include/*/ftrace.h
8486 F:      include/linux/trace*.h
8487 F:      include/trace/
8488 F:      kernel/trace/
8489
8490 TRIVIAL PATCHES
8491 M:      Jiri Kosina <trivial@kernel.org>
8492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
8493 S:      Maintained
8494 K:      ^Subject:.*(?i)trivial
8495
8496 TTY LAYER
8497 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8498 M:      Jiri Slaby <jslaby@suse.cz>
8499 S:      Supported
8500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8501 F:      drivers/tty/
8502 F:      drivers/tty/serial/serial_core.c
8503 F:      include/linux/serial_core.h
8504 F:      include/linux/serial.h
8505 F:      include/linux/tty.h
8506 F:      include/uapi/linux/serial_core.h
8507 F:      include/uapi/linux/serial.h
8508 F:      include/uapi/linux/tty.h
8509
8510 TUA9001 MEDIA DRIVER
8511 M:      Antti Palosaari <crope@iki.fi>
8512 L:      linux-media@vger.kernel.org
8513 W:      http://linuxtv.org/
8514 W:      http://palosaari.fi/linux/
8515 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8516 T:      git git://linuxtv.org/anttip/media_tree.git
8517 S:      Maintained
8518 F:      drivers/media/tuners/tua9001*
8519
8520 TULIP NETWORK DRIVERS
8521 M:      Grant Grundler <grundler@parisc-linux.org>
8522 L:      netdev@vger.kernel.org
8523 S:      Maintained
8524 F:      drivers/net/ethernet/dec/tulip/
8525
8526 TUN/TAP driver
8527 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
8528 W:      http://vtun.sourceforge.net/tun
8529 S:      Maintained
8530 F:      Documentation/networking/tuntap.txt
8531 F:      arch/um/os-Linux/drivers/
8532
8533 TURBOCHANNEL SUBSYSTEM
8534 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
8535 S:      Maintained
8536 F:      drivers/tc/
8537 F:      include/linux/tc.h
8538
8539 U14-34F SCSI DRIVER
8540 M:      Dario Ballabio <ballabio_dario@emc.com>
8541 L:      linux-scsi@vger.kernel.org
8542 S:      Maintained
8543 F:      drivers/scsi/u14-34f.c
8544
8545 UBI FILE SYSTEM (UBIFS)
8546 M:      Artem Bityutskiy <dedekind1@gmail.com>
8547 M:      Adrian Hunter <adrian.hunter@intel.com>
8548 L:      linux-mtd@lists.infradead.org
8549 T:      git git://git.infradead.org/ubifs-2.6.git
8550 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
8551 S:      Maintained
8552 F:      Documentation/filesystems/ubifs.txt
8553 F:      fs/ubifs/
8554
8555 UCLINUX (AND M68KNOMMU)
8556 M:      Greg Ungerer <gerg@uclinux.org>
8557 W:      http://www.uclinux.org/
8558 L:      uclinux-dev@uclinux.org  (subscribers-only)
8559 S:      Maintained
8560 F:      arch/m68k/*/*_no.*
8561 F:      arch/m68k/include/asm/*_no.*
8562
8563 UCLINUX FOR RENESAS H8/300 (H8300)
8564 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
8565 W:      http://uclinux-h8.sourceforge.jp/
8566 S:      Supported
8567 F:      arch/h8300/
8568 F:      drivers/ide/ide-h8300.c
8569 F:      drivers/net/ethernet/8390/ne-h8300.c
8570
8571 UDF FILESYSTEM
8572 M:      Jan Kara <jack@suse.cz>
8573 S:      Maintained
8574 F:      Documentation/filesystems/udf.txt
8575 F:      fs/udf/
8576
8577 UFS FILESYSTEM
8578 M:      Evgeniy Dushistov <dushistov@mail.ru>
8579 S:      Maintained
8580 F:      Documentation/filesystems/ufs.txt
8581 F:      fs/ufs/
8582
8583 UHID USERSPACE HID IO DRIVER:
8584 M:      David Herrmann <dh.herrmann@googlemail.com>
8585 L:      linux-input@vger.kernel.org
8586 S:      Maintained
8587 F:      drivers/hid/uhid.c
8588 F:      include/uapi/linux/uhid.h
8589
8590 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
8591 L:      linux-usb@vger.kernel.org
8592 S:      Orphan
8593 F:      drivers/uwb/
8594 F:      include/linux/uwb.h
8595 F:      include/linux/uwb/
8596
8597 UNICORE32 ARCHITECTURE:
8598 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8599 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8600 S:      Maintained
8601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
8602 F:      arch/unicore32/
8603
8604 UNIFDEF
8605 M:      Tony Finch <dot@dotat.at>
8606 W:      http://dotat.at/prog/unifdef
8607 S:      Maintained
8608 F:      scripts/unifdef.c
8609
8610 UNIFORM CDROM DRIVER
8611 M:      Jens Axboe <axboe@kernel.dk>
8612 W:      http://www.kernel.dk
8613 S:      Maintained
8614 F:      Documentation/cdrom/
8615 F:      drivers/cdrom/cdrom.c
8616 F:      include/linux/cdrom.h
8617 F:      include/uapi/linux/cdrom.h
8618
8619 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
8620 M:      Vinayak Holikatti <vinholikatti@gmail.com>
8621 M:      Santosh Y <santoshsy@gmail.com>
8622 L:      linux-scsi@vger.kernel.org
8623 S:      Supported
8624 F:      Documentation/scsi/ufs.txt
8625 F:      drivers/scsi/ufs/
8626
8627 UNSORTED BLOCK IMAGES (UBI)
8628 M:      Artem Bityutskiy <dedekind1@gmail.com>
8629 W:      http://www.linux-mtd.infradead.org/
8630 L:      linux-mtd@lists.infradead.org
8631 T:      git git://git.infradead.org/ubi-2.6.git
8632 S:      Maintained
8633 F:      drivers/mtd/ubi/
8634 F:      include/linux/mtd/ubi.h
8635 F:      include/uapi/mtd/ubi-user.h
8636
8637 UNSORTED BLOCK IMAGES (UBI) Fastmap
8638 M:      Richard Weinberger <richard@nod.at>
8639 L:      linux-mtd@lists.infradead.org
8640 S:      Maintained
8641 F:      drivers/mtd/ubi/fastmap.c
8642
8643 USB ACM DRIVER
8644 M:      Oliver Neukum <oliver@neukum.org>
8645 L:      linux-usb@vger.kernel.org
8646 S:      Maintained
8647 F:      Documentation/usb/acm.txt
8648 F:      drivers/usb/class/cdc-acm.*
8649
8650 USB AR5523 WIRELESS DRIVER
8651 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
8652 L:      linux-wireless@vger.kernel.org
8653 S:      Maintained
8654 F:      drivers/net/wireless/ath/ar5523/
8655
8656 USB ATTACHED SCSI
8657 M:      Matthew Wilcox <willy@linux.intel.com>
8658 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8659 M:      Gerd Hoffmann <kraxel@redhat.com>
8660 L:      linux-usb@vger.kernel.org
8661 L:      linux-scsi@vger.kernel.org
8662 S:      Maintained
8663 F:      drivers/usb/storage/uas.c
8664
8665 USB CDC ETHERNET DRIVER
8666 M:      Oliver Neukum <oliver@neukum.org>
8667 L:      linux-usb@vger.kernel.org
8668 S:      Maintained
8669 F:      drivers/net/usb/cdc_*.c
8670 F:      include/uapi/linux/usb/cdc.h
8671
8672 USB CYPRESS C67X00 DRIVER
8673 M:      Peter Korsgaard <jacmet@sunsite.dk>
8674 L:      linux-usb@vger.kernel.org
8675 S:      Maintained
8676 F:      drivers/usb/c67x00/
8677
8678 USB DAVICOM DM9601 DRIVER
8679 M:      Peter Korsgaard <jacmet@sunsite.dk>
8680 L:      netdev@vger.kernel.org
8681 W:      http://www.linux-usb.org/usbnet
8682 S:      Maintained
8683 F:      drivers/net/usb/dm9601.c
8684
8685 USB DIAMOND RIO500 DRIVER
8686 M:      Cesar Miquel <miquel@df.uba.ar>
8687 L:      rio500-users@lists.sourceforge.net
8688 W:      http://rio500.sourceforge.net
8689 S:      Maintained
8690 F:      drivers/usb/misc/rio500*
8691
8692 USB EHCI DRIVER
8693 M:      Alan Stern <stern@rowland.harvard.edu>
8694 L:      linux-usb@vger.kernel.org
8695 S:      Maintained
8696 F:      Documentation/usb/ehci.txt
8697 F:      drivers/usb/host/ehci*
8698
8699 USB GADGET/PERIPHERAL SUBSYSTEM
8700 M:      Felipe Balbi <balbi@ti.com>
8701 L:      linux-usb@vger.kernel.org
8702 W:      http://www.linux-usb.org/gadget
8703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8704 S:      Maintained
8705 F:      drivers/usb/gadget/
8706 F:      include/linux/usb/gadget*
8707
8708 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
8709 M:      Jiri Kosina <jkosina@suse.cz>
8710 L:      linux-usb@vger.kernel.org
8711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
8712 S:      Maintained
8713 F:      Documentation/hid/hiddev.txt
8714 F:      drivers/hid/usbhid/
8715
8716 USB/IP DRIVERS
8717 M:      Matt Mooney <mfm@muteddisk.com>
8718 L:      linux-usb@vger.kernel.org
8719 S:      Maintained
8720 F:      drivers/staging/usbip/
8721
8722 USB ISP116X DRIVER
8723 M:      Olav Kongas <ok@artecdesign.ee>
8724 L:      linux-usb@vger.kernel.org
8725 S:      Maintained
8726 F:      drivers/usb/host/isp116x*
8727 F:      include/linux/usb/isp116x.h
8728
8729 USB KAWASAKI LSI DRIVER
8730 M:      Oliver Neukum <oliver@neukum.org>
8731 L:      linux-usb@vger.kernel.org
8732 S:      Maintained
8733 F:      drivers/usb/serial/kl5kusb105.*
8734
8735 USB MASS STORAGE DRIVER
8736 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
8737 L:      linux-usb@vger.kernel.org
8738 L:      usb-storage@lists.one-eyed-alien.net
8739 S:      Maintained
8740 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
8741 F:      drivers/usb/storage/
8742
8743 USB MIDI DRIVER
8744 M:      Clemens Ladisch <clemens@ladisch.de>
8745 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8746 T:      git git://git.alsa-project.org/alsa-kernel.git
8747 S:      Maintained
8748 F:      sound/usb/midi.*
8749
8750 USB NETWORKING DRIVERS
8751 L:      linux-usb@vger.kernel.org
8752 S:      Odd Fixes
8753 F:      drivers/net/usb/
8754
8755 USB OHCI DRIVER
8756 M:      Alan Stern <stern@rowland.harvard.edu>
8757 L:      linux-usb@vger.kernel.org
8758 S:      Maintained
8759 F:      Documentation/usb/ohci.txt
8760 F:      drivers/usb/host/ohci*
8761
8762 USB OPTION-CARD DRIVER
8763 M:      Matthias Urlichs <smurf@smurf.noris.de>
8764 L:      linux-usb@vger.kernel.org
8765 S:      Maintained
8766 F:      drivers/usb/serial/option.c
8767
8768 USB PEGASUS DRIVER
8769 M:      Petko Manolov <petkan@nucleusys.com>
8770 L:      linux-usb@vger.kernel.org
8771 L:      netdev@vger.kernel.org
8772 T:      git git://git.code.sf.net/p/pegasus2/git
8773 W:      http://pegasus2.sourceforge.net/
8774 S:      Maintained
8775 F:      drivers/net/usb/pegasus.*
8776
8777 USB PHY LAYER
8778 M:      Felipe Balbi <balbi@ti.com>
8779 L:      linux-usb@vger.kernel.org
8780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8781 S:      Maintained
8782 F:      drivers/usb/phy/
8783 F:      drivers/usb/otg/
8784
8785 USB PRINTER DRIVER (usblp)
8786 M:      Pete Zaitcev <zaitcev@redhat.com>
8787 L:      linux-usb@vger.kernel.org
8788 S:      Supported
8789 F:      drivers/usb/class/usblp.c
8790
8791 USB RTL8150 DRIVER
8792 M:      Petko Manolov <petkan@nucleusys.com>
8793 L:      linux-usb@vger.kernel.org
8794 L:      netdev@vger.kernel.org
8795 T:      git git://git.code.sf.net/p/pegasus2/git
8796 W:      http://pegasus2.sourceforge.net/
8797 S:      Maintained
8798 F:      drivers/net/usb/rtl8150.c
8799
8800 USB SERIAL BELKIN F5U103 DRIVER
8801 M:      William Greathouse <wgreathouse@smva.com>
8802 L:      linux-usb@vger.kernel.org
8803 S:      Maintained
8804 F:      drivers/usb/serial/belkin_sa.*
8805
8806 USB SERIAL CYPRESS M8 DRIVER
8807 M:      Lonnie Mendez <dignome@gmail.com>
8808 L:      linux-usb@vger.kernel.org
8809 S:      Maintained
8810 W:      http://geocities.com/i0xox0i
8811 W:      http://firstlight.net/cvs
8812 F:      drivers/usb/serial/cypress_m8.*
8813
8814 USB SERIAL CYBERJACK DRIVER
8815 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
8816 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
8817 S:      Maintained
8818 F:      drivers/usb/serial/cyberjack.c
8819
8820 USB SERIAL DIGI ACCELEPORT DRIVER
8821 M:      Peter Berger <pberger@brimson.com>
8822 M:      Al Borchers <alborchers@steinerpoint.com>
8823 L:      linux-usb@vger.kernel.org
8824 S:      Maintained
8825 F:      drivers/usb/serial/digi_acceleport.c
8826
8827 USB SERIAL DRIVER
8828 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8829 L:      linux-usb@vger.kernel.org
8830 S:      Supported
8831 F:      Documentation/usb/usb-serial.txt
8832 F:      drivers/usb/serial/generic.c
8833 F:      drivers/usb/serial/usb-serial.c
8834 F:      include/linux/usb/serial.h
8835
8836 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
8837 M:      Gary Brubaker <xavyer@ix.netcom.com>
8838 L:      linux-usb@vger.kernel.org
8839 S:      Maintained
8840 F:      drivers/usb/serial/empeg.c
8841
8842 USB SERIAL KEYSPAN DRIVER
8843 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8844 L:      linux-usb@vger.kernel.org
8845 S:      Maintained
8846 F:      drivers/usb/serial/*keyspan*
8847
8848 USB SERIAL WHITEHEAT DRIVER
8849 M:      Support Department <support@connecttech.com>
8850 L:      linux-usb@vger.kernel.org
8851 W:      http://www.connecttech.com
8852 S:      Supported
8853 F:      drivers/usb/serial/whiteheat*
8854
8855 USB SMSC75XX ETHERNET DRIVER
8856 M:      Steve Glendinning <steve.glendinning@shawell.net>
8857 L:      netdev@vger.kernel.org
8858 S:      Maintained
8859 F:      drivers/net/usb/smsc75xx.*
8860
8861 USB SMSC95XX ETHERNET DRIVER
8862 M:      Steve Glendinning <steve.glendinning@shawell.net>
8863 L:      netdev@vger.kernel.org
8864 S:      Maintained
8865 F:      drivers/net/usb/smsc95xx.*
8866
8867 USB SN9C1xx DRIVER
8868 M:      Luca Risolia <luca.risolia@studio.unibo.it>
8869 L:      linux-usb@vger.kernel.org
8870 L:      linux-media@vger.kernel.org
8871 T:      git git://linuxtv.org/media_tree.git
8872 W:      http://www.linux-projects.org
8873 S:      Maintained
8874 F:      Documentation/video4linux/sn9c102.txt
8875 F:      drivers/media/usb/sn9c102/
8876
8877 USB SUBSYSTEM
8878 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8879 L:      linux-usb@vger.kernel.org
8880 W:      http://www.linux-usb.org
8881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
8882 S:      Supported
8883 F:      Documentation/usb/
8884 F:      drivers/usb/
8885 F:      include/linux/usb.h
8886 F:      include/linux/usb/
8887
8888 USB UHCI DRIVER
8889 M:      Alan Stern <stern@rowland.harvard.edu>
8890 L:      linux-usb@vger.kernel.org
8891 S:      Maintained
8892 F:      drivers/usb/host/uhci*
8893
8894 USB "USBNET" DRIVER FRAMEWORK
8895 M:      Oliver Neukum <oneukum@suse.de>
8896 L:      netdev@vger.kernel.org
8897 W:      http://www.linux-usb.org/usbnet
8898 S:      Maintained
8899 F:      drivers/net/usb/usbnet.c
8900 F:      include/linux/usb/usbnet.h
8901
8902 USB VIDEO CLASS
8903 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8904 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
8905 L:      linux-media@vger.kernel.org
8906 T:      git git://linuxtv.org/media_tree.git
8907 W:      http://www.ideasonboard.org/uvc/
8908 S:      Maintained
8909 F:      drivers/media/usb/uvc/
8910 F:      include/uapi/linux/uvcvideo.h
8911
8912 USB VISION DRIVER
8913 M:      Hans Verkuil <hverkuil@xs4all.nl>
8914 L:      linux-media@vger.kernel.org
8915 T:      git git://linuxtv.org/media_tree.git
8916 W:      http://linuxtv.org
8917 S:      Odd Fixes
8918 F:      drivers/media/usb/usbvision/
8919
8920 USB WEBCAM GADGET
8921 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8922 L:      linux-usb@vger.kernel.org
8923 S:      Maintained
8924 F:      drivers/usb/gadget/*uvc*.c
8925 F:      drivers/usb/gadget/webcam.c
8926
8927 USB WIRELESS RNDIS DRIVER (rndis_wlan)
8928 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
8929 L:      linux-wireless@vger.kernel.org
8930 S:      Maintained
8931 F:      drivers/net/wireless/rndis_wlan.c
8932
8933 USB XHCI DRIVER
8934 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8935 L:      linux-usb@vger.kernel.org
8936 S:      Supported
8937 F:      drivers/usb/host/xhci*
8938 F:      drivers/usb/host/pci-quirks*
8939
8940 USB ZD1201 DRIVER
8941 L:      linux-wireless@vger.kernel.org
8942 W:      http://linux-lc100020.sourceforge.net
8943 S:      Orphan
8944 F:      drivers/net/wireless/zd1201.*
8945
8946 USB ZR364XX DRIVER
8947 M:      Antoine Jacquet <royale@zerezo.com>
8948 L:      linux-usb@vger.kernel.org
8949 L:      linux-media@vger.kernel.org
8950 T:      git git://linuxtv.org/media_tree.git
8951 W:      http://royale.zerezo.com/zr364xx/
8952 S:      Maintained
8953 F:      Documentation/video4linux/zr364xx.txt
8954 F:      drivers/media/usb/zr364xx/
8955
8956 USER-MODE LINUX (UML)
8957 M:      Jeff Dike <jdike@addtoit.com>
8958 M:      Richard Weinberger <richard@nod.at>
8959 L:      user-mode-linux-devel@lists.sourceforge.net
8960 L:      user-mode-linux-user@lists.sourceforge.net
8961 W:      http://user-mode-linux.sourceforge.net
8962 S:      Maintained
8963 F:      Documentation/virtual/uml/
8964 F:      arch/um/
8965 F:      arch/x86/um/
8966 F:      fs/hostfs/
8967 F:      fs/hppfs/
8968
8969 USERSPACE I/O (UIO)
8970 M:      "Hans J. Koch" <hjk@hansjkoch.de>
8971 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8972 S:      Maintained
8973 F:      Documentation/DocBook/uio-howto.tmpl
8974 F:      drivers/uio/
8975 F:      include/linux/uio*.h
8976
8977 UTIL-LINUX PACKAGE
8978 M:      Karel Zak <kzak@redhat.com>
8979 L:      util-linux@vger.kernel.org
8980 W:      http://en.wikipedia.org/wiki/Util-linux
8981 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
8982 S:      Maintained
8983
8984 UVESAFB DRIVER
8985 M:      Michal Januszewski <spock@gentoo.org>
8986 L:      linux-fbdev@vger.kernel.org
8987 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
8988 S:      Maintained
8989 F:      Documentation/fb/uvesafb.txt
8990 F:      drivers/video/uvesafb.*
8991
8992 VFAT/FAT/MSDOS FILESYSTEM
8993 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
8994 S:      Maintained
8995 F:      Documentation/filesystems/vfat.txt
8996 F:      fs/fat/
8997
8998 VFIO DRIVER
8999 M:      Alex Williamson <alex.williamson@redhat.com>
9000 L:      kvm@vger.kernel.org
9001 S:      Maintained
9002 F:      Documentation/vfio.txt
9003 F:      drivers/vfio/
9004 F:      include/linux/vfio.h
9005 F:      include/uapi/linux/vfio.h
9006
9007 VIDEOBUF2 FRAMEWORK
9008 M:      Pawel Osciak <pawel@osciak.com>
9009 M:      Marek Szyprowski <m.szyprowski@samsung.com>
9010 M:      Kyungmin Park <kyungmin.park@samsung.com>
9011 L:      linux-media@vger.kernel.org
9012 S:      Maintained
9013 F:      drivers/media/v4l2-core/videobuf2-*
9014 F:      include/media/videobuf2-*
9015
9016 VIRTIO CONSOLE DRIVER
9017 M:      Amit Shah <amit.shah@redhat.com>
9018 L:      virtualization@lists.linux-foundation.org
9019 S:      Maintained
9020 F:      drivers/char/virtio_console.c
9021 F:      include/linux/virtio_console.h
9022 F:      include/uapi/linux/virtio_console.h
9023
9024 VIRTIO CORE, NET AND BLOCK DRIVERS
9025 M:      Rusty Russell <rusty@rustcorp.com.au>
9026 M:      "Michael S. Tsirkin" <mst@redhat.com>
9027 L:      virtualization@lists.linux-foundation.org
9028 S:      Maintained
9029 F:      drivers/virtio/
9030 F:      tools/virtio/
9031 F:      drivers/net/virtio_net.c
9032 F:      drivers/block/virtio_blk.c
9033 F:      include/linux/virtio_*.h
9034 F:      include/uapi/linux/virtio_*.h
9035
9036 VIRTIO HOST (VHOST)
9037 M:      "Michael S. Tsirkin" <mst@redhat.com>
9038 L:      kvm@vger.kernel.org
9039 L:      virtualization@lists.linux-foundation.org
9040 L:      netdev@vger.kernel.org
9041 S:      Maintained
9042 F:      drivers/vhost/
9043 F:      include/uapi/linux/vhost.h
9044
9045 VIA RHINE NETWORK DRIVER
9046 M:      Roger Luethi <rl@hellgate.ch>
9047 S:      Maintained
9048 F:      drivers/net/ethernet/via/via-rhine.c
9049
9050 VIA SD/MMC CARD CONTROLLER DRIVER
9051 M:      Bruce Chang <brucechang@via.com.tw>
9052 M:      Harald Welte <HaraldWelte@viatech.com>
9053 S:      Maintained
9054 F:      drivers/mmc/host/via-sdmmc.c
9055
9056 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
9057 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
9058 L:      linux-fbdev@vger.kernel.org
9059 S:      Maintained
9060 F:      include/linux/via-core.h
9061 F:      include/linux/via-gpio.h
9062 F:      include/linux/via_i2c.h
9063 F:      drivers/video/via/
9064
9065 VIA VELOCITY NETWORK DRIVER
9066 M:      Francois Romieu <romieu@fr.zoreil.com>
9067 L:      netdev@vger.kernel.org
9068 S:      Maintained
9069 F:      drivers/net/ethernet/via/via-velocity.*
9070
9071 VIVI VIRTUAL VIDEO DRIVER
9072 M:      Hans Verkuil <hverkuil@xs4all.nl>
9073 L:      linux-media@vger.kernel.org
9074 T:      git git://linuxtv.org/media_tree.git
9075 W:      http://linuxtv.org
9076 S:      Maintained
9077 F:      drivers/media/platform/vivi*
9078
9079 VLAN (802.1Q)
9080 M:      Patrick McHardy <kaber@trash.net>
9081 L:      netdev@vger.kernel.org
9082 S:      Maintained
9083 F:      drivers/net/macvlan.c
9084 F:      include/linux/if_*vlan.h
9085 F:      net/8021q/
9086
9087 VLYNQ BUS
9088 M:      Florian Fainelli <florian@openwrt.org>
9089 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
9090 S:      Maintained
9091 F:      drivers/vlynq/vlynq.c
9092 F:      include/linux/vlynq.h
9093
9094 VME SUBSYSTEM
9095 M:      Martyn Welch <martyn.welch@ge.com>
9096 M:      Manohar Vanga <manohar.vanga@gmail.com>
9097 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9098 L:      devel@driverdev.osuosl.org
9099 S:      Maintained
9100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
9101 F:      Documentation/vme_api.txt
9102 F:      drivers/staging/vme/
9103 F:      drivers/vme/
9104 F:      include/linux/vme*
9105
9106 VMWARE HYPERVISOR INTERFACE
9107 M:      Alok Kataria <akataria@vmware.com>
9108 L:      virtualization@lists.linux-foundation.org
9109 S:      Supported
9110 F:      arch/x86/kernel/cpu/vmware.c
9111
9112 VMWARE VMXNET3 ETHERNET DRIVER
9113 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
9114 M:      "VMware, Inc." <pv-drivers@vmware.com>
9115 L:      netdev@vger.kernel.org
9116 S:      Maintained
9117 F:      drivers/net/vmxnet3/
9118
9119 VMware PVSCSI driver
9120 M:      Arvind Kumar <arvindkumar@vmware.com>
9121 M:      VMware PV-Drivers <pv-drivers@vmware.com>
9122 L:      linux-scsi@vger.kernel.org
9123 S:      Maintained
9124 F:      drivers/scsi/vmw_pvscsi.c
9125 F:      drivers/scsi/vmw_pvscsi.h
9126
9127 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
9128 M:      Liam Girdwood <lgirdwood@gmail.com>
9129 M:      Mark Brown <broonie@kernel.org>
9130 W:      http://opensource.wolfsonmicro.com/node/15
9131 W:      http://www.slimlogic.co.uk/?p=48
9132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
9133 S:      Supported
9134 F:      drivers/regulator/
9135 F:      include/linux/regulator/
9136
9137 VT1211 HARDWARE MONITOR DRIVER
9138 M:      Juerg Haefliger <juergh@gmail.com>
9139 L:      lm-sensors@lm-sensors.org
9140 S:      Maintained
9141 F:      Documentation/hwmon/vt1211
9142 F:      drivers/hwmon/vt1211.c
9143
9144 VT8231 HARDWARE MONITOR DRIVER
9145 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
9146 L:      lm-sensors@lm-sensors.org
9147 S:      Maintained
9148 F:      drivers/hwmon/vt8231.c
9149
9150 VUB300 USB to SDIO/SD/MMC bridge chip
9151 M:      Tony Olech <tony.olech@elandigitalsystems.com>
9152 L:      linux-mmc@vger.kernel.org
9153 L:      linux-usb@vger.kernel.org
9154 S:      Supported
9155 F:      drivers/mmc/host/vub300.c
9156
9157 W1 DALLAS'S 1-WIRE BUS
9158 M:      Evgeniy Polyakov <zbr@ioremap.net>
9159 S:      Maintained
9160 F:      Documentation/w1/
9161 F:      drivers/w1/
9162
9163 W83791D HARDWARE MONITORING DRIVER
9164 M:      Marc Hulsman <m.hulsman@tudelft.nl>
9165 L:      lm-sensors@lm-sensors.org
9166 S:      Maintained
9167 F:      Documentation/hwmon/w83791d
9168 F:      drivers/hwmon/w83791d.c
9169
9170 W83793 HARDWARE MONITORING DRIVER
9171 M:      Rudolf Marek <r.marek@assembler.cz>
9172 L:      lm-sensors@lm-sensors.org
9173 S:      Maintained
9174 F:      Documentation/hwmon/w83793
9175 F:      drivers/hwmon/w83793.c
9176
9177 W83795 HARDWARE MONITORING DRIVER
9178 M:      Jean Delvare <khali@linux-fr.org>
9179 L:      lm-sensors@lm-sensors.org
9180 S:      Maintained
9181 F:      drivers/hwmon/w83795.c
9182
9183 W83L51xD SD/MMC CARD INTERFACE DRIVER
9184 M:      Pierre Ossman <pierre@ossman.eu>
9185 S:      Maintained
9186 F:      drivers/mmc/host/wbsd.*
9187
9188 WATCHDOG DEVICE DRIVERS
9189 M:      Wim Van Sebroeck <wim@iguana.be>
9190 L:      linux-watchdog@vger.kernel.org
9191 W:      http://www.linux-watchdog.org/
9192 T:      git git://www.linux-watchdog.org/linux-watchdog.git
9193 S:      Maintained
9194 F:      Documentation/watchdog/
9195 F:      drivers/watchdog/
9196 F:      include/linux/watchdog.h
9197 F:      include/uapi/linux/watchdog.h
9198
9199 WD7000 SCSI DRIVER
9200 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
9201 L:      linux-scsi@vger.kernel.org
9202 S:      Maintained
9203 F:      drivers/scsi/wd7000.c
9204
9205 WIIMOTE HID DRIVER
9206 M:      David Herrmann <dh.herrmann@googlemail.com>
9207 L:      linux-input@vger.kernel.org
9208 S:      Maintained
9209 F:      drivers/hid/hid-wiimote*
9210
9211 WINBOND CIR DRIVER
9212 M:      David Härdeman <david@hardeman.nu>
9213 S:      Maintained
9214 F:      drivers/media/rc/winbond-cir.c
9215
9216 WIMAX STACK
9217 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
9218 M:      linux-wimax@intel.com
9219 L:      wimax@linuxwimax.org
9220 S:      Supported
9221 W:      http://linuxwimax.org
9222 F:      Documentation/wimax/README.wimax
9223 F:      include/linux/wimax/debug.h
9224 F:      include/net/wimax.h
9225 F:      include/uapi/linux/wimax.h
9226 F:      net/wimax/
9227
9228 WISTRON LAPTOP BUTTON DRIVER
9229 M:      Miloslav Trmac <mitr@volny.cz>
9230 S:      Maintained
9231 F:      drivers/input/misc/wistron_btns.c
9232
9233 WL3501 WIRELESS PCMCIA CARD DRIVER
9234 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
9235 L:      linux-wireless@vger.kernel.org
9236 W:      http://oops.ghostprotocols.net:81/blog
9237 S:      Maintained
9238 F:      drivers/net/wireless/wl3501*
9239
9240 WM97XX TOUCHSCREEN DRIVERS
9241 M:      Mark Brown <broonie@kernel.org>
9242 M:      Liam Girdwood <lrg@slimlogic.co.uk>
9243 L:      linux-input@vger.kernel.org
9244 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
9245 W:      http://opensource.wolfsonmicro.com/node/7
9246 S:      Supported
9247 F:      drivers/input/touchscreen/*wm97*
9248 F:      include/linux/wm97xx.h
9249
9250 WOLFSON MICROELECTRONICS DRIVERS
9251 L:      patches@opensource.wolfsonmicro.com
9252 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
9253 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
9254 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
9255 S:      Supported
9256 F:      Documentation/hwmon/wm83??
9257 F:      arch/arm/mach-s3c64xx/mach-crag6410*
9258 F:      drivers/clk/clk-wm83*.c
9259 F:      drivers/extcon/extcon-arizona.c
9260 F:      drivers/leds/leds-wm83*.c
9261 F:      drivers/gpio/gpio-*wm*.c
9262 F:      drivers/gpio/gpio-arizona.c
9263 F:      drivers/hwmon/wm83??-hwmon.c
9264 F:      drivers/input/misc/wm831x-on.c
9265 F:      drivers/input/touchscreen/wm831x-ts.c
9266 F:      drivers/input/touchscreen/wm97*.c
9267 F:      drivers/mfd/arizona*
9268 F:      drivers/mfd/wm*.c
9269 F:      drivers/power/wm83*.c
9270 F:      drivers/rtc/rtc-wm83*.c
9271 F:      drivers/regulator/wm8*.c
9272 F:      drivers/video/backlight/wm83*_bl.c
9273 F:      drivers/watchdog/wm83*_wdt.c
9274 F:      include/linux/mfd/arizona/
9275 F:      include/linux/mfd/wm831x/
9276 F:      include/linux/mfd/wm8350/
9277 F:      include/linux/mfd/wm8400*
9278 F:      include/linux/wm97xx.h
9279 F:      include/sound/wm????.h
9280 F:      sound/soc/codecs/arizona.?
9281 F:      sound/soc/codecs/wm*
9282
9283 WORKQUEUE
9284 M:      Tejun Heo <tj@kernel.org>
9285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
9286 S:      Maintained
9287 F:      include/linux/workqueue.h
9288 F:      kernel/workqueue.c
9289 F:      Documentation/workqueue.txt
9290
9291 X.25 NETWORK LAYER
9292 M:      Andrew Hendry <andrew.hendry@gmail.com>
9293 L:      linux-x25@vger.kernel.org
9294 S:      Odd Fixes
9295 F:      Documentation/networking/x25*
9296 F:      include/net/x25*
9297 F:      net/x25/
9298
9299 X86 ARCHITECTURE (32-BIT AND 64-BIT)
9300 M:      Thomas Gleixner <tglx@linutronix.de>
9301 M:      Ingo Molnar <mingo@redhat.com>
9302 M:      "H. Peter Anvin" <hpa@zytor.com>
9303 M:      x86@kernel.org
9304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9305 S:      Maintained
9306 F:      Documentation/x86/
9307 F:      arch/x86/
9308
9309 X86 PLATFORM DRIVERS
9310 M:      Matthew Garrett <matthew.garrett@nebula.com>
9311 L:      platform-driver-x86@vger.kernel.org
9312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
9313 S:      Maintained
9314 F:      drivers/platform/x86
9315
9316 X86 MCE INFRASTRUCTURE
9317 M:      Tony Luck <tony.luck@intel.com>
9318 M:      Borislav Petkov <bp@alien8.de>
9319 L:      linux-edac@vger.kernel.org
9320 S:      Maintained
9321 F:      arch/x86/kernel/cpu/mcheck/*
9322
9323 XC2028/3028 TUNER DRIVER
9324 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
9325 L:      linux-media@vger.kernel.org
9326 W:      http://linuxtv.org
9327 T:      git git://linuxtv.org/media_tree.git
9328 S:      Maintained
9329 F:      drivers/media/tuners/tuner-xc2028.*
9330
9331 XEN HYPERVISOR INTERFACE
9332 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9333 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
9334 M:      David Vrabel <david.vrabel@citrix.com>
9335 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9336 S:      Supported
9337 F:      arch/x86/xen/
9338 F:      drivers/*/xen-*front.c
9339 F:      drivers/xen/
9340 F:      arch/x86/include/asm/xen/
9341 F:      include/xen/
9342 F:      include/uapi/xen/
9343
9344 XEN HYPERVISOR ARM
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/arm/xen/
9349 F:      arch/arm/include/asm/xen/
9350
9351 XEN HYPERVISOR ARM64
9352 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9353 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9354 S:      Supported
9355 F:      arch/arm64/xen/
9356 F:      arch/arm64/include/asm/xen/
9357
9358 XEN NETWORK BACKEND DRIVER
9359 M:      Ian Campbell <ian.campbell@citrix.com>
9360 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9361 L:      netdev@vger.kernel.org
9362 S:      Supported
9363 F:      drivers/net/xen-netback/*
9364
9365 XEN PCI 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/pci/*xen*
9370 F:      drivers/pci/*xen*
9371
9372 XEN SWIOTLB SUBSYSTEM
9373 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9374 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9375 S:      Supported
9376 F:      arch/x86/xen/*swiotlb*
9377 F:      drivers/xen/*swiotlb*
9378
9379 XFS FILESYSTEM
9380 P:      Silicon Graphics Inc
9381 M:      Ben Myers <bpm@sgi.com>
9382 M:      Alex Elder <elder@kernel.org>
9383 M:      xfs@oss.sgi.com
9384 L:      xfs@oss.sgi.com
9385 W:      http://oss.sgi.com/projects/xfs
9386 T:      git git://oss.sgi.com/xfs/xfs.git
9387 S:      Supported
9388 F:      Documentation/filesystems/xfs.txt
9389 F:      fs/xfs/
9390
9391 XILINX AXI ETHERNET DRIVER
9392 M:      Anirudha Sarangi <anirudh@xilinx.com>
9393 M:      John Linn <John.Linn@xilinx.com>
9394 S:      Maintained
9395 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
9396
9397 XILINX SYSTEMACE DRIVER
9398 S:      Orphan
9399 F:      drivers/block/xsysace.c
9400
9401 XILINX UARTLITE SERIAL DRIVER
9402 M:      Peter Korsgaard <jacmet@sunsite.dk>
9403 L:      linux-serial@vger.kernel.org
9404 S:      Maintained
9405 F:      drivers/tty/serial/uartlite.c
9406
9407 YAM DRIVER FOR AX.25
9408 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
9409 L:      linux-hams@vger.kernel.org
9410 S:      Maintained
9411 F:      drivers/net/hamradio/yam*
9412 F:      include/linux/yam.h
9413
9414 YEALINK PHONE DRIVER
9415 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
9416 L:      usbb2k-api-dev@nongnu.org
9417 S:      Maintained
9418 F:      Documentation/input/yealink.txt
9419 F:      drivers/input/misc/yealink.*
9420
9421 Z8530 DRIVER FOR AX.25
9422 M:      Joerg Reuter <jreuter@yaina.de>
9423 W:      http://yaina.de/jreuter/
9424 W:      http://www.qsl.net/dl1bke/
9425 L:      linux-hams@vger.kernel.org
9426 S:      Maintained
9427 F:      Documentation/networking/z8530drv.txt
9428 F:      drivers/net/hamradio/*scc.c
9429 F:      drivers/net/hamradio/z8530.h
9430
9431 ZBUD COMPRESSED PAGE ALLOCATOR
9432 M:      Seth Jennings <sjenning@linux.vnet.ibm.com>
9433 L:      linux-mm@kvack.org
9434 S:      Maintained
9435 F:      mm/zbud.c
9436 F:      include/linux/zbud.h
9437
9438 ZD1211RW WIRELESS DRIVER
9439 M:      Daniel Drake <dsd@gentoo.org>
9440 M:      Ulrich Kunitz <kune@deine-taler.de>
9441 W:      http://zd1211.ath.cx/wiki/DriverRewrite
9442 L:      linux-wireless@vger.kernel.org
9443 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
9444 S:      Maintained
9445 F:      drivers/net/wireless/zd1211rw/
9446
9447 ZR36067 VIDEO FOR LINUX DRIVER
9448 L:      mjpeg-users@lists.sourceforge.net
9449 L:      linux-media@vger.kernel.org
9450 W:      http://mjpeg.sourceforge.net/driver-zoran/
9451 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
9452 S:      Odd Fixes
9453 F:      drivers/media/pci/zoran/
9454
9455 ZS DECSTATION Z85C30 SERIAL DRIVER
9456 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9457 S:      Maintained
9458 F:      drivers/tty/serial/zs.*
9459
9460 ZSWAP COMPRESSED SWAP CACHING
9461 M:      Seth Jennings <sjenning@linux.vnet.ibm.com>
9462 L:      linux-mm@kvack.org
9463 S:      Maintained
9464 F:      mm/zswap.c
9465
9466 THE REST
9467 M:      Linus Torvalds <torvalds@linux-foundation.org>
9468 L:      linux-kernel@vger.kernel.org
9469 Q:      http://patchwork.kernel.org/project/LKML/list/
9470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
9471 S:      Buried alive in reporters
9472 F:      *
9473 F:      */