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