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