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