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