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