get_maintainer: allow keywords to match filenames
[cascardo/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 F:      Documentation/blockdev/nbd.txt
5442 F:      drivers/block/nbd.c
5443 F:      include/linux/nbd.h
5444 F:      include/uapi/linux/nbd.h
5445
5446 NETWORK DROP MONITOR
5447 M:      Neil Horman <nhorman@tuxdriver.com>
5448 L:      netdev@vger.kernel.org
5449 S:      Maintained
5450 W:      https://fedorahosted.org/dropwatch/
5451 F:      net/core/drop_monitor.c
5452
5453 NETWORKING [GENERAL]
5454 M:      "David S. Miller" <davem@davemloft.net>
5455 L:      netdev@vger.kernel.org
5456 W:      http://www.linuxfoundation.org/en/Net
5457 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5460 S:      Maintained
5461 F:      net/
5462 F:      include/net/
5463 F:      include/linux/in.h
5464 F:      include/linux/net.h
5465 F:      include/linux/netdevice.h
5466 F:      include/uapi/linux/in.h
5467 F:      include/uapi/linux/net.h
5468 F:      include/uapi/linux/netdevice.h
5469
5470 NETWORKING [IPv4/IPv6]
5471 M:      "David S. Miller" <davem@davemloft.net>
5472 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5473 M:      James Morris <jmorris@namei.org>
5474 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5475 M:      Patrick McHardy <kaber@trash.net>
5476 L:      netdev@vger.kernel.org
5477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5478 S:      Maintained
5479 F:      net/ipv4/
5480 F:      net/ipv6/
5481 F:      include/net/ip*
5482 F:      arch/x86/net/*
5483
5484 NETWORKING [IPSEC]
5485 M:      Steffen Klassert <steffen.klassert@secunet.com>
5486 M:      Herbert Xu <herbert@gondor.apana.org.au>
5487 M:      "David S. Miller" <davem@davemloft.net>
5488 L:      netdev@vger.kernel.org
5489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5490 S:      Maintained
5491 F:      net/xfrm/
5492 F:      net/key/
5493 F:      net/ipv4/xfrm*
5494 F:      net/ipv6/xfrm*
5495 F:      include/uapi/linux/xfrm.h
5496 F:      include/net/xfrm.h
5497
5498 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5499 M:      Paul Moore <paul@paul-moore.com>
5500 L:      netdev@vger.kernel.org
5501 S:      Maintained
5502
5503 NETWORKING [WIRELESS]
5504 M:      "John W. Linville" <linville@tuxdriver.com>
5505 L:      linux-wireless@vger.kernel.org
5506 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
5507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5508 S:      Maintained
5509 F:      net/mac80211/
5510 F:      net/rfkill/
5511 F:      net/wireless/
5512 F:      include/net/ieee80211*
5513 F:      include/linux/wireless.h
5514 F:      include/uapi/linux/wireless.h
5515 F:      include/net/iw_handler.h
5516 F:      drivers/net/wireless/
5517
5518 NETWORKING DRIVERS
5519 L:      netdev@vger.kernel.org
5520 W:      http://www.linuxfoundation.org/en/Net
5521 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5524 S:      Odd Fixes
5525 F:      drivers/net/
5526 F:      include/linux/if_*
5527 F:      include/linux/netdevice.h
5528 F:      include/linux/arcdevice.h
5529 F:      include/linux/etherdevice.h
5530 F:      include/linux/fcdevice.h
5531 F:      include/linux/fddidevice.h
5532 F:      include/linux/hippidevice.h
5533 F:      include/linux/inetdevice.h
5534 F:      include/uapi/linux/if_*
5535 F:      include/uapi/linux/netdevice.h
5536
5537 NETXEN (1/10) GbE SUPPORT
5538 M:      Sony Chacko <sony.chacko@qlogic.com>
5539 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
5540 L:      netdev@vger.kernel.org
5541 W:      http://www.qlogic.com
5542 S:      Supported
5543 F:      drivers/net/ethernet/qlogic/netxen/
5544
5545 NFC SUBSYSTEM
5546 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5547 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5548 M:      Samuel Ortiz <sameo@linux.intel.com>
5549 L:      linux-wireless@vger.kernel.org
5550 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
5551 S:      Maintained
5552 F:      net/nfc/
5553 F:      include/net/nfc/
5554 F:      include/uapi/linux/nfc.h
5555 F:      drivers/nfc/
5556 F:      include/linux/platform_data/pn544.h
5557
5558 NFS, SUNRPC, AND LOCKD CLIENTS
5559 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
5560 L:      linux-nfs@vger.kernel.org
5561 W:      http://client.linux-nfs.org
5562 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5563 S:      Maintained
5564 F:      fs/lockd/
5565 F:      fs/nfs/
5566 F:      fs/nfs_common/
5567 F:      net/sunrpc/
5568 F:      include/linux/lockd/
5569 F:      include/linux/nfs*
5570 F:      include/linux/sunrpc/
5571 F:      include/uapi/linux/nfs*
5572 F:      include/uapi/linux/sunrpc/
5573
5574 NILFS2 FILESYSTEM
5575 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5576 L:      linux-nilfs@vger.kernel.org
5577 W:      http://www.nilfs.org/en/
5578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5579 S:      Supported
5580 F:      Documentation/filesystems/nilfs2.txt
5581 F:      fs/nilfs2/
5582 F:      include/linux/nilfs2_fs.h
5583
5584 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5585 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5586 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5587 S:      Maintained
5588 F:      Documentation/scsi/NinjaSCSI.txt
5589 F:      drivers/scsi/pcmcia/nsp_*
5590
5591 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5592 M:      GOTO Masanori <gotom@debian.or.jp>
5593 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5594 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5595 S:      Maintained
5596 F:      Documentation/scsi/NinjaSCSI.txt
5597 F:      drivers/scsi/nsp32*
5598
5599 NTB DRIVER
5600 M:      Jon Mason <jon.mason@intel.com>
5601 S:      Supported
5602 F:      drivers/ntb/
5603 F:      drivers/net/ntb_netdev.c
5604 F:      include/linux/ntb.h
5605
5606 NTFS FILESYSTEM
5607 M:      Anton Altaparmakov <anton@tuxera.com>
5608 L:      linux-ntfs-dev@lists.sourceforge.net
5609 W:      http://www.tuxera.com/
5610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5611 S:      Supported
5612 F:      Documentation/filesystems/ntfs.txt
5613 F:      fs/ntfs/
5614
5615 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5616 M:      Antonino Daplas <adaplas@gmail.com>
5617 L:      linux-fbdev@vger.kernel.org
5618 S:      Maintained
5619 F:      drivers/video/riva/
5620 F:      drivers/video/nvidia/
5621
5622 OMAP SUPPORT
5623 M:      Tony Lindgren <tony@atomide.com>
5624 L:      linux-omap@vger.kernel.org
5625 W:      http://www.muru.com/linux/omap/
5626 W:      http://linux.omap.com/
5627 Q:      http://patchwork.kernel.org/project/linux-omap/list/
5628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5629 S:      Maintained
5630 F:      arch/arm/*omap*/
5631 F:      drivers/i2c/busses/i2c-omap.c
5632 F:      include/linux/i2c-omap.h
5633
5634 OMAP DEVICE TREE SUPPORT
5635 M:      Benoît Cousson <b-cousson@ti.com>
5636 M:      Tony Lindgren <tony@atomide.com>
5637 L:      linux-omap@vger.kernel.org
5638 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5639 S:      Maintained
5640 F:      arch/arm/boot/dts/*omap*
5641 F:      arch/arm/boot/dts/*am3*
5642
5643 OMAP CLOCK FRAMEWORK SUPPORT
5644 M:      Paul Walmsley <paul@pwsan.com>
5645 L:      linux-omap@vger.kernel.org
5646 S:      Maintained
5647 F:      arch/arm/*omap*/*clock*
5648
5649 OMAP POWER MANAGEMENT SUPPORT
5650 M:      Kevin Hilman <khilman@ti.com>
5651 L:      linux-omap@vger.kernel.org
5652 S:      Maintained
5653 F:      arch/arm/*omap*/*pm*
5654 F:      drivers/cpufreq/omap-cpufreq.c
5655
5656 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5657 M:      Rajendra Nayak <rnayak@ti.com>
5658 M:      Paul Walmsley <paul@pwsan.com>
5659 L:      linux-omap@vger.kernel.org
5660 S:      Maintained
5661 F:      arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5662 F:      arch/arm/mach-omap2/powerdomain44xx.c
5663 F:      arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5664 F:      arch/arm/mach-omap2/clockdomain44xx.c
5665
5666 OMAP AUDIO SUPPORT
5667 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
5668 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
5669 L:      alsa-devel@alsa-project.org (subscribers-only)
5670 L:      linux-omap@vger.kernel.org
5671 S:      Maintained
5672 F:      sound/soc/omap/
5673
5674 OMAP FRAMEBUFFER SUPPORT
5675 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5676 L:      linux-fbdev@vger.kernel.org
5677 L:      linux-omap@vger.kernel.org
5678 S:      Maintained
5679 F:      drivers/video/omap/
5680
5681 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5682 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5683 L:      linux-omap@vger.kernel.org
5684 L:      linux-fbdev@vger.kernel.org
5685 S:      Maintained
5686 F:      drivers/video/omap2/
5687 F:      Documentation/arm/OMAP/DSS
5688
5689 OMAP HARDWARE SPINLOCK SUPPORT
5690 M:      Ohad Ben-Cohen <ohad@wizery.com>
5691 L:      linux-omap@vger.kernel.org
5692 S:      Maintained
5693 F:      drivers/hwspinlock/omap_hwspinlock.c
5694 F:      arch/arm/mach-omap2/hwspinlock.c
5695
5696 OMAP MMC SUPPORT
5697 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
5698 L:      linux-omap@vger.kernel.org
5699 S:      Maintained
5700 F:      drivers/mmc/host/omap.c
5701
5702 OMAP HS MMC SUPPORT
5703 M:      Balaji T K <balajitk@ti.com>
5704 L:      linux-mmc@vger.kernel.org
5705 L:      linux-omap@vger.kernel.org
5706 S:      Maintained
5707 F:      drivers/mmc/host/omap_hsmmc.c
5708
5709 OMAP RANDOM NUMBER GENERATOR SUPPORT
5710 M:      Deepak Saxena <dsaxena@plexity.net>
5711 S:      Maintained
5712 F:      drivers/char/hw_random/omap-rng.c
5713
5714 OMAP HWMOD SUPPORT
5715 M:      Benoît Cousson <b-cousson@ti.com>
5716 M:      Paul Walmsley <paul@pwsan.com>
5717 L:      linux-omap@vger.kernel.org
5718 S:      Maintained
5719 F:      arch/arm/mach-omap2/omap_hwmod.*
5720
5721 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5722 M:      Benoît Cousson <b-cousson@ti.com>
5723 L:      linux-omap@vger.kernel.org
5724 S:      Maintained
5725 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5726
5727 OMAP IMAGE SIGNAL PROCESSOR (ISP)
5728 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5729 L:      linux-media@vger.kernel.org
5730 S:      Maintained
5731 F:      drivers/media/platform/omap3isp/
5732
5733 OMAP USB SUPPORT
5734 M:      Felipe Balbi <balbi@ti.com>
5735 L:      linux-usb@vger.kernel.org
5736 L:      linux-omap@vger.kernel.org
5737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5738 S:      Maintained
5739 F:      drivers/usb/*/*omap*
5740 F:      arch/arm/*omap*/usb*
5741
5742 OMAP GPIO DRIVER
5743 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
5744 M:      Kevin Hilman <khilman@ti.com>
5745 L:      linux-omap@vger.kernel.org
5746 S:      Maintained
5747 F:      drivers/gpio/gpio-omap.c
5748
5749 OMFS FILESYSTEM
5750 M:      Bob Copeland <me@bobcopeland.com>
5751 L:      linux-karma-devel@lists.sourceforge.net
5752 S:      Maintained
5753 F:      Documentation/filesystems/omfs.txt
5754 F:      fs/omfs/
5755
5756 OMNIKEY CARDMAN 4000 DRIVER
5757 M:      Harald Welte <laforge@gnumonks.org>
5758 S:      Maintained
5759 F:      drivers/char/pcmcia/cm4000_cs.c
5760 F:      include/linux/cm4000_cs.h
5761 F:      include/uapi/linux/cm4000_cs.h
5762
5763 OMNIKEY CARDMAN 4040 DRIVER
5764 M:      Harald Welte <laforge@gnumonks.org>
5765 S:      Maintained
5766 F:      drivers/char/pcmcia/cm4040_cs.*
5767
5768 OMNIVISION OV7670 SENSOR DRIVER
5769 M:      Jonathan Corbet <corbet@lwn.net>
5770 L:      linux-media@vger.kernel.org
5771 T:      git git://linuxtv.org/media_tree.git
5772 S:      Maintained
5773 F:      drivers/media/i2c/ov7670.c
5774
5775 ONENAND FLASH DRIVER
5776 M:      Kyungmin Park <kyungmin.park@samsung.com>
5777 L:      linux-mtd@lists.infradead.org
5778 S:      Maintained
5779 F:      drivers/mtd/onenand/
5780 F:      include/linux/mtd/onenand*.h
5781
5782 ONSTREAM SCSI TAPE DRIVER
5783 M:      Willem Riede <osst@riede.org>
5784 L:      osst-users@lists.sourceforge.net
5785 L:      linux-scsi@vger.kernel.org
5786 S:      Maintained
5787 F:      drivers/scsi/osst*
5788 F:      drivers/scsi/st*
5789
5790 OPENCORES I2C BUS DRIVER
5791 M:      Peter Korsgaard <jacmet@sunsite.dk>
5792 L:      linux-i2c@vger.kernel.org
5793 S:      Maintained
5794 F:      Documentation/i2c/busses/i2c-ocores
5795 F:      drivers/i2c/busses/i2c-ocores.c
5796
5797 OPEN FIRMWARE AND FLATTENED DEVICE TREE
5798 M:      Grant Likely <grant.likely@secretlab.ca>
5799 M:      Rob Herring <rob.herring@calxeda.com>
5800 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5801 W:      http://fdt.secretlab.ca
5802 T:      git git://git.secretlab.ca/git/linux-2.6.git
5803 S:      Maintained
5804 F:      Documentation/devicetree
5805 F:      drivers/of
5806 F:      include/linux/of*.h
5807 F:      scripts/dtc
5808 K:      of_get_property
5809 K:      of_match_table
5810
5811 OPENRISC ARCHITECTURE
5812 M:      Jonas Bonn <jonas@southpole.se>
5813 W:      http://openrisc.net
5814 L:      linux@lists.openrisc.net (moderated for non-subscribers)
5815 S:      Maintained
5816 T:      git git://openrisc.net/~jonas/linux
5817 F:      arch/openrisc
5818
5819 OPENVSWITCH
5820 M:      Jesse Gross <jesse@nicira.com>
5821 L:      dev@openvswitch.org
5822 W:      http://openvswitch.org
5823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5824 S:      Maintained
5825 F:      net/openvswitch/
5826
5827 OPL4 DRIVER
5828 M:      Clemens Ladisch <clemens@ladisch.de>
5829 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5830 T:      git git://git.alsa-project.org/alsa-kernel.git
5831 S:      Maintained
5832 F:      sound/drivers/opl4/
5833
5834 OPROFILE
5835 M:      Robert Richter <rric@kernel.org>
5836 L:      oprofile-list@lists.sf.net
5837 S:      Maintained
5838 F:      arch/*/include/asm/oprofile*.h
5839 F:      arch/*/oprofile/
5840 F:      drivers/oprofile/
5841 F:      include/linux/oprofile.h
5842
5843 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5844 M:      Mark Fasheh <mfasheh@suse.com>
5845 M:      Joel Becker <jlbec@evilplan.org>
5846 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
5847 W:      http://oss.oracle.com/projects/ocfs2/
5848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5849 S:      Supported
5850 F:      Documentation/filesystems/ocfs2.txt
5851 F:      Documentation/filesystems/dlmfs.txt
5852 F:      fs/ocfs2/
5853
5854 ORINOCO DRIVER
5855 L:      linux-wireless@vger.kernel.org
5856 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
5857 W:      http://www.nongnu.org/orinoco/
5858 S:      Orphan
5859 F:      drivers/net/wireless/orinoco/
5860
5861 OSD LIBRARY and FILESYSTEM
5862 M:      Boaz Harrosh <bharrosh@panasas.com>
5863 M:      Benny Halevy <bhalevy@tonian.com>
5864 L:      osd-dev@open-osd.org
5865 W:      http://open-osd.org
5866 T:      git git://git.open-osd.org/open-osd.git
5867 S:      Maintained
5868 F:      drivers/scsi/osd/
5869 F:      include/scsi/osd_*
5870 F:      fs/exofs/
5871
5872 P54 WIRELESS DRIVER
5873 M:      Christian Lamparter <chunkeey@googlemail.com>
5874 L:      linux-wireless@vger.kernel.org
5875 W:      http://wireless.kernel.org/en/users/Drivers/p54
5876 S:      Maintained
5877 F:      drivers/net/wireless/p54/
5878
5879 PA SEMI ETHERNET DRIVER
5880 M:      Olof Johansson <olof@lixom.net>
5881 L:      netdev@vger.kernel.org
5882 S:      Maintained
5883 F:      drivers/net/ethernet/pasemi/*
5884
5885 PA SEMI SMBUS DRIVER
5886 M:      Olof Johansson <olof@lixom.net>
5887 L:      linux-i2c@vger.kernel.org
5888 S:      Maintained
5889 F:      drivers/i2c/busses/i2c-pasemi.c
5890
5891 PADATA PARALLEL EXECUTION MECHANISM
5892 M:      Steffen Klassert <steffen.klassert@secunet.com>
5893 L:      linux-crypto@vger.kernel.org
5894 S:      Maintained
5895 F:      kernel/padata.c
5896 F:      include/linux/padata.h
5897 F:      Documentation/padata.txt
5898
5899 PANASONIC LAPTOP ACPI EXTRAS DRIVER
5900 M:      Harald Welte <laforge@gnumonks.org>
5901 L:      platform-driver-x86@vger.kernel.org
5902 S:      Maintained
5903 F:      drivers/platform/x86/panasonic-laptop.c
5904
5905 PANASONIC MN10300/AM33/AM34 PORT
5906 M:      David Howells <dhowells@redhat.com>
5907 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5908 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
5909 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5910 S:      Maintained
5911 F:      Documentation/mn10300/
5912 F:      arch/mn10300/
5913
5914 PARALLEL PORT SUPPORT
5915 L:      linux-parport@lists.infradead.org (subscribers-only)
5916 S:      Orphan
5917 F:      drivers/parport/
5918 F:      include/linux/parport*.h
5919 F:      drivers/char/ppdev.c
5920 F:      include/uapi/linux/ppdev.h
5921
5922 PARAVIRT_OPS INTERFACE
5923 M:      Jeremy Fitzhardinge <jeremy@goop.org>
5924 M:      Chris Wright <chrisw@sous-sol.org>
5925 M:      Alok Kataria <akataria@vmware.com>
5926 M:      Rusty Russell <rusty@rustcorp.com.au>
5927 L:      virtualization@lists.linux-foundation.org
5928 S:      Supported
5929 F:      Documentation/ia64/paravirt_ops.txt
5930 F:      arch/*/kernel/paravirt*
5931 F:      arch/*/include/asm/paravirt.h
5932
5933 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5934 M:      Tim Waugh <tim@cyberelk.net>
5935 L:      linux-parport@lists.infradead.org (subscribers-only)
5936 W:      http://www.torque.net/linux-pp.html
5937 S:      Maintained
5938 F:      Documentation/blockdev/paride.txt
5939 F:      drivers/block/paride/
5940
5941 PARISC ARCHITECTURE
5942 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
5943 M:      Helge Deller <deller@gmx.de>
5944 L:      linux-parisc@vger.kernel.org
5945 W:      http://www.parisc-linux.org/
5946 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
5947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5948 S:      Maintained
5949 F:      arch/parisc/
5950 F:      drivers/parisc/
5951
5952 PC87360 HARDWARE MONITORING DRIVER
5953 M:      Jim Cromie <jim.cromie@gmail.com>
5954 L:      lm-sensors@lm-sensors.org
5955 S:      Maintained
5956 F:      Documentation/hwmon/pc87360
5957 F:      drivers/hwmon/pc87360.c
5958
5959 PC8736x GPIO DRIVER
5960 M:      Jim Cromie <jim.cromie@gmail.com>
5961 S:      Maintained
5962 F:      drivers/char/pc8736x_gpio.c
5963
5964 PC87427 HARDWARE MONITORING DRIVER
5965 M:      Jean Delvare <khali@linux-fr.org>
5966 L:      lm-sensors@lm-sensors.org
5967 S:      Maintained
5968 F:      Documentation/hwmon/pc87427
5969 F:      drivers/hwmon/pc87427.c
5970
5971 PCA9532 LED DRIVER
5972 M:      Riku Voipio <riku.voipio@iki.fi>
5973 S:      Maintained
5974 F:      drivers/leds/leds-pca9532.c
5975 F:      include/linux/leds-pca9532.h
5976
5977 PCA9541 I2C BUS MASTER SELECTOR DRIVER
5978 M:      Guenter Roeck <linux@roeck-us.net>
5979 L:      linux-i2c@vger.kernel.org
5980 S:      Maintained
5981 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
5982
5983 PCDP - PRIMARY CONSOLE AND DEBUG PORT
5984 M:      Khalid Aziz <khalid@gonehiking.org>
5985 S:      Maintained
5986 F:      drivers/firmware/pcdp.*
5987
5988 PCI ERROR RECOVERY
5989 M:      Linas Vepstas <linasvepstas@gmail.com>
5990 L:      linux-pci@vger.kernel.org
5991 S:      Supported
5992 F:      Documentation/PCI/pci-error-recovery.txt
5993 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
5994
5995 PCI SUBSYSTEM
5996 M:      Bjorn Helgaas <bhelgaas@google.com>
5997 L:      linux-pci@vger.kernel.org
5998 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
5999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
6000 S:      Supported
6001 F:      Documentation/PCI/
6002 F:      drivers/pci/
6003 F:      include/linux/pci*
6004
6005 PCMCIA SUBSYSTEM
6006 P:      Linux PCMCIA Team
6007 L:      linux-pcmcia@lists.infradead.org
6008 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6010 S:      Maintained
6011 F:      Documentation/pcmcia/
6012 F:      drivers/pcmcia/
6013 F:      include/pcmcia/
6014
6015 PCNET32 NETWORK DRIVER
6016 M:      Don Fry <pcnet32@frontier.com>
6017 L:      netdev@vger.kernel.org
6018 S:      Maintained
6019 F:      drivers/net/ethernet/amd/pcnet32.c
6020
6021 PCRYPT PARALLEL CRYPTO ENGINE
6022 M:      Steffen Klassert <steffen.klassert@secunet.com>
6023 L:      linux-crypto@vger.kernel.org
6024 S:      Maintained
6025 F:      crypto/pcrypt.c
6026 F:      include/crypto/pcrypt.h
6027
6028 PER-CPU MEMORY ALLOCATOR
6029 M:      Tejun Heo <tj@kernel.org>
6030 M:      Christoph Lameter <cl@linux-foundation.org>
6031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6032 S:      Maintained
6033 F:      include/linux/percpu*.h
6034 F:      mm/percpu*.c
6035 F:      arch/*/include/asm/percpu.h
6036
6037 PER-TASK DELAY ACCOUNTING
6038 M:      Balbir Singh <bsingharora@gmail.com>
6039 S:      Maintained
6040 F:      include/linux/delayacct.h
6041 F:      kernel/delayacct.c
6042
6043 PERFORMANCE EVENTS SUBSYSTEM
6044 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
6045 M:      Paul Mackerras <paulus@samba.org>
6046 M:      Ingo Molnar <mingo@redhat.com>
6047 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6049 S:      Supported
6050 F:      kernel/events/*
6051 F:      include/linux/perf_event.h
6052 F:      include/uapi/linux/perf_event.h
6053 F:      arch/*/kernel/perf_event*.c
6054 F:      arch/*/kernel/*/perf_event*.c
6055 F:      arch/*/kernel/*/*/perf_event*.c
6056 F:      arch/*/include/asm/perf_event.h
6057 F:      arch/*/kernel/perf_callchain.c
6058 F:      tools/perf/
6059
6060 PERSONALITY HANDLING
6061 M:      Christoph Hellwig <hch@infradead.org>
6062 L:      linux-abi-devel@lists.sourceforge.net
6063 S:      Maintained
6064 F:      include/linux/personality.h
6065 F:      include/uapi/linux/personality.h
6066
6067 PHONET PROTOCOL
6068 M:      Remi Denis-Courmont <courmisch@gmail.com>
6069 S:      Supported
6070 F:      Documentation/networking/phonet.txt
6071 F:      include/linux/phonet.h
6072 F:      include/net/phonet/
6073 F:      include/uapi/linux/phonet.h
6074 F:      net/phonet/
6075
6076 PHRAM MTD DRIVER
6077 M:      Joern Engel <joern@lazybastard.org>
6078 L:      linux-mtd@lists.infradead.org
6079 S:      Maintained
6080 F:      drivers/mtd/devices/phram.c
6081
6082 PICOLCD HID DRIVER
6083 M:      Bruno Prémont <bonbons@linux-vserver.org>
6084 L:      linux-input@vger.kernel.org
6085 S:      Maintained
6086 F:      drivers/hid/hid-picolcd*
6087
6088 PICOXCELL SUPPORT
6089 M:      Jamie Iles <jamie@jamieiles.com>
6090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6091 T:      git git://github.com/jamieiles/linux-2.6-ji.git
6092 S:      Supported
6093 F:      arch/arm/mach-picoxcell
6094 F:      drivers/*/picoxcell*
6095 F:      drivers/*/*/picoxcell*
6096
6097 PIN CONTROL SUBSYSTEM
6098 M:      Linus Walleij <linus.walleij@linaro.org>
6099 S:      Maintained
6100 F:      drivers/pinctrl/
6101 F:      include/linux/pinctrl/
6102
6103 PIN CONTROLLER - ATMEL AT91
6104 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
6105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6106 S:      Maintained
6107 F:      drivers/pinctrl/pinctrl-at91.c
6108
6109 PIN CONTROLLER - ST SPEAR
6110 M:      Viresh Kumar <viresh.linux@gmail.com>
6111 L:      spear-devel@list.st.com
6112 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6113 W:      http://www.st.com/spear
6114 S:      Maintained
6115 F:      drivers/pinctrl/spear/
6116
6117 PKTCDVD DRIVER
6118 M:      Jiri Kosina <jkosina@suse.cz>
6119 S:      Maintained
6120 F:      drivers/block/pktcdvd.c
6121 F:      include/linux/pktcdvd.h
6122 F:      include/uapi/linux/pktcdvd.h
6123
6124 PKUNITY SOC DRIVERS
6125 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6126 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6127 S:      Maintained
6128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6129 F:      drivers/input/serio/i8042-unicore32io.h
6130 F:      drivers/i2c/busses/i2c-puv3.c
6131 F:      drivers/video/fb-puv3.c
6132 F:      drivers/rtc/rtc-puv3.c
6133
6134 PMBUS HARDWARE MONITORING DRIVERS
6135 M:      Guenter Roeck <linux@roeck-us.net>
6136 L:      lm-sensors@lm-sensors.org
6137 W:      http://www.lm-sensors.org/
6138 W:      http://www.roeck-us.net/linux/drivers/
6139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6140 S:      Maintained
6141 F:      Documentation/hwmon/pmbus
6142 F:      drivers/hwmon/pmbus/
6143 F:      include/linux/i2c/pmbus.h
6144
6145 PMC SIERRA MaxRAID DRIVER
6146 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
6147 L:      linux-scsi@vger.kernel.org
6148 W:      http://www.pmc-sierra.com/
6149 S:      Supported
6150 F:      drivers/scsi/pmcraid.*
6151
6152 PMC SIERRA PM8001 DRIVER
6153 M:      jack_wang@usish.com
6154 M:      lindar_liu@usish.com
6155 L:      linux-scsi@vger.kernel.org
6156 S:      Supported
6157 F:      drivers/scsi/pm8001/
6158
6159 POSIX CLOCKS and TIMERS
6160 M:      Thomas Gleixner <tglx@linutronix.de>
6161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6162 S:      Supported
6163 F:      fs/timerfd.c
6164 F:      include/linux/timer*
6165 F:      kernel/*timer*
6166
6167 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6168 M:      Anton Vorontsov <cbou@mail.ru>
6169 M:      David Woodhouse <dwmw2@infradead.org>
6170 T:      git git://git.infradead.org/battery-2.6.git
6171 S:      Maintained
6172 F:      include/linux/power_supply.h
6173 F:      drivers/power/
6174
6175 PNP SUPPORT
6176 M:      Adam Belay <abelay@mit.edu>
6177 M:      Bjorn Helgaas <bhelgaas@google.com>
6178 S:      Maintained
6179 F:      drivers/pnp/
6180
6181 PNXxxxx I2C DRIVER
6182 M:      Vitaly Wool <vitalywool@gmail.com>
6183 L:      linux-i2c@vger.kernel.org
6184 S:      Maintained
6185 F:      drivers/i2c/busses/i2c-pnx.c
6186
6187 PPP PROTOCOL DRIVERS AND COMPRESSORS
6188 M:      Paul Mackerras <paulus@samba.org>
6189 L:      linux-ppp@vger.kernel.org
6190 S:      Maintained
6191 F:      drivers/net/ppp/ppp_*
6192
6193 PPP OVER ATM (RFC 2364)
6194 M:      Mitchell Blank Jr <mitch@sfgoth.com>
6195 S:      Maintained
6196 F:      net/atm/pppoatm.c
6197 F:      include/uapi/linux/atmppp.h
6198
6199 PPP OVER ETHERNET
6200 M:      Michal Ostrowski <mostrows@earthlink.net>
6201 S:      Maintained
6202 F:      drivers/net/ppp/pppoe.c
6203 F:      drivers/net/ppp/pppox.c
6204
6205 PPP OVER L2TP
6206 M:      James Chapman <jchapman@katalix.com>
6207 S:      Maintained
6208 F:      net/l2tp/l2tp_ppp.c
6209 F:      include/linux/if_pppol2tp.h
6210 F:      include/uapi/linux/if_pppol2tp.h
6211
6212 PPS SUPPORT
6213 M:      Rodolfo Giometti <giometti@enneenne.com>
6214 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
6215 L:      linuxpps@ml.enneenne.com (subscribers-only)
6216 S:      Maintained
6217 F:      Documentation/pps/
6218 F:      drivers/pps/
6219 F:      include/linux/pps*.h
6220
6221 PPTP DRIVER
6222 M:      Dmitry Kozlov <xeb@mail.ru>
6223 L:      netdev@vger.kernel.org
6224 S:      Maintained
6225 F:      drivers/net/ppp/pptp.c
6226 W:      http://sourceforge.net/projects/accel-pptp
6227
6228 PREEMPTIBLE KERNEL
6229 M:      Robert Love <rml@tech9.net>
6230 L:      kpreempt-tech@lists.sourceforge.net
6231 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
6232 S:      Supported
6233 F:      Documentation/preempt-locking.txt
6234 F:      include/linux/preempt.h
6235
6236 PRISM54 WIRELESS DRIVER
6237 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
6238 L:      linux-wireless@vger.kernel.org
6239 W:      http://wireless.kernel.org/en/users/Drivers/p54
6240 S:      Obsolete
6241 F:      drivers/net/wireless/prism54/
6242
6243 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
6244 M:      Mikael Pettersson <mikpe@it.uu.se>
6245 L:      linux-ide@vger.kernel.org
6246 S:      Maintained
6247 F:      drivers/ata/sata_promise.*
6248
6249 PS3 NETWORK SUPPORT
6250 M:      Geoff Levand <geoff@infradead.org>
6251 L:      netdev@vger.kernel.org
6252 L:      cbe-oss-dev@lists.ozlabs.org
6253 S:      Maintained
6254 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
6255
6256 PS3 PLATFORM SUPPORT
6257 M:      Geoff Levand <geoff@infradead.org>
6258 L:      linuxppc-dev@lists.ozlabs.org
6259 L:      cbe-oss-dev@lists.ozlabs.org
6260 S:      Maintained
6261 F:      arch/powerpc/boot/ps3*
6262 F:      arch/powerpc/include/asm/lv1call.h
6263 F:      arch/powerpc/include/asm/ps3*.h
6264 F:      arch/powerpc/platforms/ps3/
6265 F:      drivers/*/ps3*
6266 F:      drivers/ps3/
6267 F:      drivers/rtc/rtc-ps3.c
6268 F:      drivers/usb/host/*ps3.c
6269 F:      sound/ppc/snd_ps3*
6270
6271 PS3VRAM DRIVER
6272 M:      Jim Paris <jim@jtan.com>
6273 L:      cbe-oss-dev@lists.ozlabs.org
6274 S:      Maintained
6275 F:      drivers/block/ps3vram.c
6276
6277 PSTORE FILESYSTEM
6278 M:      Anton Vorontsov <cbouatmailru@gmail.com>
6279 M:      Colin Cross <ccross@android.com>
6280 M:      Kees Cook <keescook@chromium.org>
6281 M:      Tony Luck <tony.luck@intel.com>
6282 S:      Maintained
6283 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
6284 F:      fs/pstore/
6285 F:      include/linux/pstore*
6286 F:      drivers/firmware/efivars.c
6287 F:      drivers/acpi/apei/erst.c
6288
6289 PTP HARDWARE CLOCK SUPPORT
6290 M:      Richard Cochran <richardcochran@gmail.com>
6291 S:      Maintained
6292 W:      http://linuxptp.sourceforge.net/
6293 F:      Documentation/ABI/testing/sysfs-ptp
6294 F:      Documentation/ptp/*
6295 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
6296 F:      drivers/net/phy/dp83640*
6297 F:      drivers/ptp/*
6298 F:      include/linux/ptp_cl*
6299
6300 PTRACE SUPPORT
6301 M:      Roland McGrath <roland@redhat.com>
6302 M:      Oleg Nesterov <oleg@redhat.com>
6303 S:      Maintained
6304 F:      include/asm-generic/syscall.h
6305 F:      include/linux/ptrace.h
6306 F:      include/linux/regset.h
6307 F:      include/linux/tracehook.h
6308 F:      include/uapi/linux/ptrace.h
6309 F:      kernel/ptrace.c
6310
6311 PVRUSB2 VIDEO4LINUX DRIVER
6312 M:      Mike Isely <isely@pobox.com>
6313 L:      pvrusb2@isely.net       (subscribers-only)
6314 L:      linux-media@vger.kernel.org
6315 W:      http://www.isely.net/pvrusb2/
6316 T:      git git://linuxtv.org/media_tree.git
6317 S:      Maintained
6318 F:      Documentation/video4linux/README.pvrusb2
6319 F:      drivers/media/usb/pvrusb2/
6320
6321 PWC WEBCAM DRIVER
6322 M:      Hans de Goede <hdegoede@redhat.com>
6323 L:      linux-media@vger.kernel.org
6324 T:      git git://linuxtv.org/media_tree.git
6325 S:      Maintained
6326 F:      drivers/media/usb/pwc/*
6327
6328 PWM SUBSYSTEM
6329 M:      Thierry Reding <thierry.reding@avionic-design.de>
6330 L:      linux-kernel@vger.kernel.org
6331 S:      Maintained
6332 W:      http://gitorious.org/linux-pwm
6333 T:      git git://gitorious.org/linux-pwm/linux-pwm.git
6334 F:      Documentation/pwm.txt
6335 F:      Documentation/devicetree/bindings/pwm/
6336 F:      include/linux/pwm.h
6337 F:      drivers/pwm/
6338 F:      drivers/video/backlight/pwm_bl.c
6339 F:      include/linux/pwm_backlight.h
6340
6341 PXA2xx/PXA3xx SUPPORT
6342 M:      Eric Miao <eric.y.miao@gmail.com>
6343 M:      Russell King <linux@arm.linux.org.uk>
6344 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6345 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6346 T:      git git://github.com/hzhuang1/linux.git
6347 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6348 S:      Maintained
6349 F:      arch/arm/mach-pxa/
6350 F:      drivers/pcmcia/pxa2xx*
6351 F:      drivers/spi/spi-pxa2xx*
6352 F:      drivers/usb/gadget/pxa2*
6353 F:      include/sound/pxa2xx-lib.h
6354 F:      sound/arm/pxa*
6355 F:      sound/soc/pxa
6356
6357 MMP SUPPORT
6358 M:      Eric Miao <eric.y.miao@gmail.com>
6359 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6361 T:      git git://github.com/hzhuang1/linux.git
6362 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6363 S:      Maintained
6364 F:      arch/arm/mach-mmp/
6365
6366 PXA MMCI DRIVER
6367 S:      Orphan
6368
6369 PXA RTC DRIVER
6370 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6371 L:      rtc-linux@googlegroups.com
6372 S:      Maintained
6373
6374 QIB DRIVER
6375 M:      Mike Marciniszyn <infinipath@intel.com>
6376 L:      linux-rdma@vger.kernel.org
6377 S:      Supported
6378 F:      drivers/infiniband/hw/qib/
6379
6380 QLOGIC QLA1280 SCSI DRIVER
6381 M:      Michael Reed <mdr@sgi.com>
6382 L:      linux-scsi@vger.kernel.org
6383 S:      Maintained
6384 F:      drivers/scsi/qla1280.[ch]
6385
6386 QLOGIC QLA2XXX FC-SCSI DRIVER
6387 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
6388 M:      linux-driver@qlogic.com
6389 L:      linux-scsi@vger.kernel.org
6390 S:      Supported
6391 F:      Documentation/scsi/LICENSE.qla2xxx
6392 F:      drivers/scsi/qla2xxx/
6393
6394 QLOGIC QLA4XXX iSCSI DRIVER
6395 M:      Ravi Anand <ravi.anand@qlogic.com>
6396 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6397 M:      iscsi-driver@qlogic.com
6398 L:      linux-scsi@vger.kernel.org
6399 S:      Supported
6400 F:      drivers/scsi/qla4xxx/
6401
6402 QLOGIC QLA3XXX NETWORK DRIVER
6403 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6404 M:      Ron Mercer <ron.mercer@qlogic.com>
6405 M:      linux-driver@qlogic.com
6406 L:      netdev@vger.kernel.org
6407 S:      Supported
6408 F:      Documentation/networking/LICENSE.qla3xxx
6409 F:      drivers/net/ethernet/qlogic/qla3xxx.*
6410
6411 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6412 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6413 M:      Sony Chacko <sony.chacko@qlogic.com>
6414 M:      linux-driver@qlogic.com
6415 L:      netdev@vger.kernel.org
6416 S:      Supported
6417 F:      drivers/net/ethernet/qlogic/qlcnic/
6418
6419 QLOGIC QLGE 10Gb ETHERNET DRIVER
6420 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6421 M:      Ron Mercer <ron.mercer@qlogic.com>
6422 M:      linux-driver@qlogic.com
6423 L:      netdev@vger.kernel.org
6424 S:      Supported
6425 F:      drivers/net/ethernet/qlogic/qlge/
6426
6427 QNX4 FILESYSTEM
6428 M:      Anders Larsen <al@alarsen.net>
6429 W:      http://www.alarsen.net/linux/qnx4fs/
6430 S:      Maintained
6431 F:      fs/qnx4/
6432 F:      include/uapi/linux/qnx4_fs.h
6433 F:      include/uapi/linux/qnxtypes.h
6434
6435 QT1010 MEDIA DRIVER
6436 M:      Antti Palosaari <crope@iki.fi>
6437 L:      linux-media@vger.kernel.org
6438 W:      http://linuxtv.org/
6439 W:      http://palosaari.fi/linux/
6440 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6441 T:      git git://linuxtv.org/anttip/media_tree.git
6442 S:      Maintained
6443 F:      drivers/media/tuners/qt1010*
6444
6445 QUALCOMM HEXAGON ARCHITECTURE
6446 M:      Richard Kuo <rkuo@codeaurora.org>
6447 L:      linux-hexagon@vger.kernel.org
6448 S:      Supported
6449 F:      arch/hexagon/
6450
6451 QUICKCAM PARALLEL PORT WEBCAMS
6452 M:      Hans Verkuil <hverkuil@xs4all.nl>
6453 L:      linux-media@vger.kernel.org
6454 T:      git git://linuxtv.org/media_tree.git
6455 W:      http://linuxtv.org
6456 S:      Odd Fixes
6457 F:      drivers/media/parport/*-qcam*
6458
6459 RADOS BLOCK DEVICE (RBD)
6460 M:      Yehuda Sadeh <yehuda@inktank.com>
6461 M:      Sage Weil <sage@inktank.com>
6462 M:      Alex Elder <elder@inktank.com>
6463 M:      ceph-devel@vger.kernel.org
6464 W:      http://ceph.com/
6465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
6466 S:      Supported
6467 F:      drivers/block/rbd.c
6468 F:      drivers/block/rbd_types.h
6469
6470 RADEON FRAMEBUFFER DISPLAY DRIVER
6471 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6472 L:      linux-fbdev@vger.kernel.org
6473 S:      Maintained
6474 F:      drivers/video/aty/radeon*
6475 F:      include/uapi/linux/radeonfb.h
6476
6477 RADIOSHARK RADIO DRIVER
6478 M:      Hans de Goede <hdegoede@redhat.com>
6479 L:      linux-media@vger.kernel.org
6480 T:      git git://linuxtv.org/media_tree.git
6481 S:      Maintained
6482 F:      drivers/media/radio/radio-shark.c
6483
6484 RADIOSHARK2 RADIO DRIVER
6485 M:      Hans de Goede <hdegoede@redhat.com>
6486 L:      linux-media@vger.kernel.org
6487 T:      git git://linuxtv.org/media_tree.git
6488 S:      Maintained
6489 F:      drivers/media/radio/radio-shark2.c
6490 F:      drivers/media/radio/radio-tea5777.c
6491
6492 RAGE128 FRAMEBUFFER DISPLAY DRIVER
6493 M:      Paul Mackerras <paulus@samba.org>
6494 L:      linux-fbdev@vger.kernel.org
6495 S:      Maintained
6496 F:      drivers/video/aty/aty128fb.c
6497
6498 RALINK RT2X00 WIRELESS LAN DRIVER
6499 P:      rt2x00 project
6500 M:      Ivo van Doorn <IvDoorn@gmail.com>
6501 M:      Gertjan van Wingerde <gwingerde@gmail.com>
6502 M:      Helmut Schaa <helmut.schaa@googlemail.com>
6503 L:      linux-wireless@vger.kernel.org
6504 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6505 W:      http://rt2x00.serialmonkey.com/
6506 S:      Maintained
6507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6508 F:      drivers/net/wireless/rt2x00/
6509
6510 RAMDISK RAM BLOCK DEVICE DRIVER
6511 M:      Nick Piggin <npiggin@kernel.dk>
6512 S:      Maintained
6513 F:      Documentation/blockdev/ramdisk.txt
6514 F:      drivers/block/brd.c
6515
6516 RANDOM NUMBER DRIVER
6517 M:      Theodore Ts'o" <tytso@mit.edu>
6518 S:      Maintained
6519 F:      drivers/char/random.c
6520
6521 RAPIDIO SUBSYSTEM
6522 M:      Matt Porter <mporter@kernel.crashing.org>
6523 M:      Alexandre Bounine <alexandre.bounine@idt.com>
6524 S:      Maintained
6525 F:      drivers/rapidio/
6526
6527 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6528 L:      linux-wireless@vger.kernel.org
6529 S:      Orphan
6530 F:      drivers/net/wireless/ray*
6531
6532 RCUTORTURE MODULE
6533 M:      Josh Triplett <josh@freedesktop.org>
6534 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6535 S:      Supported
6536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6537 F:      Documentation/RCU/torture.txt
6538 F:      kernel/rcutorture.c
6539
6540 RDC R-321X SoC
6541 M:      Florian Fainelli <florian@openwrt.org>
6542 S:      Maintained
6543
6544 RDC R6040 FAST ETHERNET DRIVER
6545 M:      Florian Fainelli <florian@openwrt.org>
6546 L:      netdev@vger.kernel.org
6547 S:      Maintained
6548 F:      drivers/net/ethernet/rdc/r6040.c
6549
6550 RDS - RELIABLE DATAGRAM SOCKETS
6551 M:      Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6552 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
6553 S:      Supported
6554 F:      net/rds/
6555
6556 READ-COPY UPDATE (RCU)
6557 M:      Dipankar Sarma <dipankar@in.ibm.com>
6558 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6559 W:      http://www.rdrop.com/users/paulmck/RCU/
6560 S:      Supported
6561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6562 F:      Documentation/RCU/
6563 X:      Documentation/RCU/torture.txt
6564 F:      include/linux/rcu*
6565 F:      kernel/rcu*
6566 X:      kernel/rcutorture.c
6567
6568 REAL TIME CLOCK (RTC) SUBSYSTEM
6569 M:      Alessandro Zummo <a.zummo@towertech.it>
6570 L:      rtc-linux@googlegroups.com
6571 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
6572 S:      Maintained
6573 F:      Documentation/rtc.txt
6574 F:      drivers/rtc/
6575 F:      include/linux/rtc.h
6576 F:      include/uapi/linux/rtc.h
6577
6578 REISERFS FILE SYSTEM
6579 L:      reiserfs-devel@vger.kernel.org
6580 S:      Supported
6581 F:      fs/reiserfs/
6582
6583 REGISTER MAP ABSTRACTION
6584 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6586 S:      Supported
6587 F:      drivers/base/regmap/
6588 F:      include/linux/regmap.h
6589
6590 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6591 M:      Ohad Ben-Cohen <ohad@wizery.com>
6592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6593 S:      Maintained
6594 F:      drivers/remoteproc/
6595 F:      Documentation/remoteproc.txt
6596 F:      include/linux/remoteproc.h
6597
6598 RFKILL
6599 M:      Johannes Berg <johannes@sipsolutions.net>
6600 L:      linux-wireless@vger.kernel.org
6601 W:      http://wireless.kernel.org/
6602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6604 S:      Maintained
6605 F:      Documentation/rfkill.txt
6606 F:      net/rfkill/
6607
6608 RICOH SMARTMEDIA/XD DRIVER
6609 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6610 S:      Maintained
6611 F:      drivers/mtd/nand/r852.c
6612 F:      drivers/mtd/nand/r852.h
6613
6614 RICOH R5C592 MEMORYSTICK DRIVER
6615 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6616 S:      Maintained
6617 F:      drivers/memstick/host/r592.*
6618
6619 ROCKETPORT DRIVER
6620 P:      Comtrol Corp.
6621 W:      http://www.comtrol.com
6622 S:      Maintained
6623 F:      Documentation/serial/rocket.txt
6624 F:      drivers/tty/rocket*
6625
6626 ROSE NETWORK LAYER
6627 M:      Ralf Baechle <ralf@linux-mips.org>
6628 L:      linux-hams@vger.kernel.org
6629 W:      http://www.linux-ax25.org/
6630 S:      Maintained
6631 F:      include/net/rose.h
6632 F:      include/uapi/linux/rose.h
6633 F:      net/rose/
6634
6635 RTL2830 MEDIA DRIVER
6636 M:      Antti Palosaari <crope@iki.fi>
6637 L:      linux-media@vger.kernel.org
6638 W:      http://linuxtv.org/
6639 W:      http://palosaari.fi/linux/
6640 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6641 T:      git git://linuxtv.org/anttip/media_tree.git
6642 S:      Maintained
6643 F:      drivers/media/dvb-frontends/rtl2830*
6644
6645 RTL8180 WIRELESS DRIVER
6646 M:      "John W. Linville" <linville@tuxdriver.com>
6647 L:      linux-wireless@vger.kernel.org
6648 W:      http://wireless.kernel.org/
6649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6650 S:      Maintained
6651 F:      drivers/net/wireless/rtl818x/rtl8180/
6652
6653 RTL8187 WIRELESS DRIVER
6654 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
6655 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
6656 M:      Larry Finger <Larry.Finger@lwfinger.net>
6657 L:      linux-wireless@vger.kernel.org
6658 W:      http://wireless.kernel.org/
6659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6660 S:      Maintained
6661 F:      drivers/net/wireless/rtl818x/rtl8187/
6662
6663 RTL8192CE WIRELESS DRIVER
6664 M:      Larry Finger <Larry.Finger@lwfinger.net>
6665 M:      Chaoming Li <chaoming_li@realsil.com.cn>
6666 L:      linux-wireless@vger.kernel.org
6667 W:      http://wireless.kernel.org/
6668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6669 S:      Maintained
6670 F:      drivers/net/wireless/rtlwifi/
6671 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
6672
6673 S3 SAVAGE FRAMEBUFFER DRIVER
6674 M:      Antonino Daplas <adaplas@gmail.com>
6675 L:      linux-fbdev@vger.kernel.org
6676 S:      Maintained
6677 F:      drivers/video/savage/
6678
6679 S390
6680 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
6681 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
6682 M:      linux390@de.ibm.com
6683 L:      linux-s390@vger.kernel.org
6684 W:      http://www.ibm.com/developerworks/linux/linux390/
6685 S:      Supported
6686 F:      arch/s390/
6687 F:      drivers/s390/
6688 F:      block/partitions/ibm.c
6689 F:      Documentation/s390/
6690 F:      Documentation/DocBook/s390*
6691
6692 S390 NETWORK DRIVERS
6693 M:      Ursula Braun <ursula.braun@de.ibm.com>
6694 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
6695 M:      linux390@de.ibm.com
6696 L:      linux-s390@vger.kernel.org
6697 W:      http://www.ibm.com/developerworks/linux/linux390/
6698 S:      Supported
6699 F:      drivers/s390/net/
6700
6701 S390 ZCRYPT DRIVER
6702 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
6703 M:      linux390@de.ibm.com
6704 L:      linux-s390@vger.kernel.org
6705 W:      http://www.ibm.com/developerworks/linux/linux390/
6706 S:      Supported
6707 F:      drivers/s390/crypto/
6708
6709 S390 ZFCP DRIVER
6710 M:      Steffen Maier <maier@linux.vnet.ibm.com>
6711 M:      linux390@de.ibm.com
6712 L:      linux-s390@vger.kernel.org
6713 W:      http://www.ibm.com/developerworks/linux/linux390/
6714 S:      Supported
6715 F:      drivers/s390/scsi/zfcp_*
6716
6717 S390 IUCV NETWORK LAYER
6718 M:      Ursula Braun <ursula.braun@de.ibm.com>
6719 M:      linux390@de.ibm.com
6720 L:      linux-s390@vger.kernel.org
6721 W:      http://www.ibm.com/developerworks/linux/linux390/
6722 S:      Supported
6723 F:      drivers/s390/net/*iucv*
6724 F:      include/net/iucv/
6725 F:      net/iucv/
6726
6727 S3C24XX SD/MMC Driver
6728 M:      Ben Dooks <ben-linux@fluff.org>
6729 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6730 S:      Supported
6731 F:      drivers/mmc/host/s3cmci.*
6732
6733 SAA6588 RDS RECEIVER DRIVER
6734 M:      Hans Verkuil <hverkuil@xs4all.nl>
6735 L:      linux-media@vger.kernel.org
6736 T:      git git://linuxtv.org/media_tree.git
6737 W:      http://linuxtv.org
6738 S:      Odd Fixes
6739 F:      drivers/media/i2c/saa6588*
6740
6741 SAA7134 VIDEO4LINUX DRIVER
6742 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
6743 L:      linux-media@vger.kernel.org
6744 W:      http://linuxtv.org
6745 T:      git git://linuxtv.org/media_tree.git
6746 S:      Odd fixes
6747 F:      Documentation/video4linux/saa7134/
6748 F:      drivers/media/pci/saa7134/
6749
6750 SAA7146 VIDEO4LINUX-2 DRIVER
6751 M:      Hans Verkuil <hverkuil@xs4all.nl>
6752 L:      linux-media@vger.kernel.org
6753 T:      git git://linuxtv.org/media_tree.git
6754 S:      Maintained
6755 F:      drivers/media/common/saa7146/
6756 F:      drivers/media/pci/saa7146/
6757 F:      include/media/saa7146*
6758
6759 SAMSUNG LAPTOP DRIVER
6760 M:      Corentin Chary <corentin.chary@gmail.com>
6761 L:      platform-driver-x86@vger.kernel.org
6762 S:      Maintained
6763 F:      drivers/platform/x86/samsung-laptop.c
6764
6765 SAMSUNG AUDIO (ASoC) DRIVERS
6766 M:      Sangbeom Kim <sbkim73@samsung.com>
6767 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6768 S:      Supported
6769 F:      sound/soc/samsung
6770
6771 SAMSUNG FRAMEBUFFER DRIVER
6772 M:      Jingoo Han <jg1.han@samsung.com>
6773 L:      linux-fbdev@vger.kernel.org
6774 S:      Maintained
6775 F:      drivers/video/s3c-fb.c
6776
6777 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6778 M:      Sangbeom Kim <sbkim73@samsung.com>
6779 L:      linux-kernel@vger.kernel.org
6780 S:      Supported
6781 F:      drivers/mfd/sec*.c
6782 F:      drivers/regulator/s2m*.c
6783 F:      drivers/regulator/s5m*.c
6784 F:      drivers/rtc/rtc-sec.c
6785 F:      include/linux/mfd/samsung/
6786
6787 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
6788 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
6789 L:      linux-media@vger.kernel.org
6790 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6791 S:      Maintained
6792 F:      drivers/media/platform/s3c-camif/
6793 F:      include/media/s3c_camif.h
6794
6795 SAMSUNG S5C73M3 CAMERA DRIVER
6796 M:      Kyungmin Park <kyungmin.park@samsung.com>
6797 M:      Andrzej Hajda <a.hajda@samsung.com>
6798 L:      linux-media@vger.kernel.org
6799 S:      Supported
6800 F:      drivers/media/i2c/s5c73m3/*
6801
6802 SERIAL DRIVERS
6803 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6804 L:      linux-serial@vger.kernel.org
6805 S:      Maintained
6806 F:      drivers/tty/serial
6807
6808 SYNOPSYS DESIGNWARE DMAC DRIVER
6809 M:      Viresh Kumar <viresh.linux@gmail.com>
6810 S:      Maintained
6811 F:      include/linux/dw_dmac.h
6812 F:      drivers/dma/dw_dmac_regs.h
6813 F:      drivers/dma/dw_dmac.c
6814
6815 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
6816 M:      Seungwon Jeon <tgih.jun@samsung.com>
6817 M:      Jaehoon Chung <jh80.chung@samsung.com>
6818 L:      linux-mmc@vger.kernel.org
6819 S:      Maintained
6820 F:      include/linux/mmc/dw_mmc.h
6821 F:      drivers/mmc/host/dw_mmc*
6822
6823 TIMEKEEPING, NTP
6824 M:      John Stultz <john.stultz@linaro.org>
6825 M:      Thomas Gleixner <tglx@linutronix.de>
6826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6827 S:      Supported
6828 F:      include/linux/clocksource.h
6829 F:      include/linux/time.h
6830 F:      include/linux/timex.h
6831 F:      include/uapi/linux/time.h
6832 F:      include/uapi/linux/timex.h
6833 F:      kernel/time/clocksource.c
6834 F:      kernel/time/time*.c
6835 F:      kernel/time/ntp.c
6836 F:      drivers/clocksource
6837
6838 TLG2300 VIDEO4LINUX-2 DRIVER
6839 M:      Huang Shijie <shijie8@gmail.com>
6840 M:      Kang Yong <kangyong@telegent.com>
6841 M:      Zhang Xiaobing <xbzhang@telegent.com>
6842 S:      Supported
6843 F:      drivers/media/usb/tlg2300
6844
6845 SC1200 WDT DRIVER
6846 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
6847 S:      Maintained
6848 F:      drivers/watchdog/sc1200wdt.c
6849
6850 SCHEDULER
6851 M:      Ingo Molnar <mingo@redhat.com>
6852 M:      Peter Zijlstra <peterz@infradead.org>
6853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
6854 S:      Maintained
6855 F:      kernel/sched/
6856 F:      include/linux/sched.h
6857 F:      include/uapi/linux/sched.h
6858
6859 SCORE ARCHITECTURE
6860 M:      Chen Liqin <liqin.chen@sunplusct.com>
6861 M:      Lennox Wu <lennox.wu@gmail.com>
6862 W:      http://www.sunplusct.com
6863 S:      Supported
6864 F:      arch/score/
6865
6866 SCSI CDROM DRIVER
6867 M:      Jens Axboe <axboe@kernel.dk>
6868 L:      linux-scsi@vger.kernel.org
6869 W:      http://www.kernel.dk
6870 S:      Maintained
6871 F:      drivers/scsi/sr*
6872
6873 SCSI RDMA PROTOCOL (SRP) INITIATOR
6874 M:      David Dillow <dillowda@ornl.gov>
6875 L:      linux-rdma@vger.kernel.org
6876 S:      Supported
6877 W:      http://www.openfabrics.org
6878 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
6880 F:      drivers/infiniband/ulp/srp/
6881 F:      include/scsi/srp.h
6882
6883 SCSI SG DRIVER
6884 M:      Doug Gilbert <dgilbert@interlog.com>
6885 L:      linux-scsi@vger.kernel.org
6886 W:      http://www.torque.net/sg
6887 S:      Maintained
6888 F:      drivers/scsi/sg.c
6889 F:      include/scsi/sg.h
6890
6891 SCSI SUBSYSTEM
6892 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
6893 L:      linux-scsi@vger.kernel.org
6894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
6895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
6896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
6897 S:      Maintained
6898 F:      drivers/scsi/
6899 F:      include/scsi/
6900
6901 SCSI TAPE DRIVER
6902 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
6903 L:      linux-scsi@vger.kernel.org
6904 S:      Maintained
6905 F:      Documentation/scsi/st.txt
6906 F:      drivers/scsi/st*
6907
6908 SCTP PROTOCOL
6909 M:      Vlad Yasevich <vyasevich@gmail.com>
6910 M:      Sridhar Samudrala <sri@us.ibm.com>
6911 M:      Neil Horman <nhorman@tuxdriver.com>
6912 L:      linux-sctp@vger.kernel.org
6913 W:      http://lksctp.sourceforge.net
6914 S:      Maintained
6915 F:      Documentation/networking/sctp.txt
6916 F:      include/linux/sctp.h
6917 F:      include/net/sctp/
6918 F:      net/sctp/
6919
6920 SCx200 CPU SUPPORT
6921 M:      Jim Cromie <jim.cromie@gmail.com>
6922 S:      Odd Fixes
6923 F:      Documentation/i2c/busses/scx200_acb
6924 F:      arch/x86/platform/scx200/
6925 F:      drivers/watchdog/scx200_wdt.c
6926 F:      drivers/i2c/busses/scx200*
6927 F:      drivers/mtd/maps/scx200_docflash.c
6928 F:      include/linux/scx200.h
6929
6930 SCx200 GPIO DRIVER
6931 M:      Jim Cromie <jim.cromie@gmail.com>
6932 S:      Maintained
6933 F:      drivers/char/scx200_gpio.c
6934 F:      include/linux/scx200_gpio.h
6935
6936 SCx200 HRT CLOCKSOURCE DRIVER
6937 M:      Jim Cromie <jim.cromie@gmail.com>
6938 S:      Maintained
6939 F:      drivers/clocksource/scx200_hrt.c
6940
6941 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
6942 M:      Sascha Sommer <saschasommer@freenet.de>
6943 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
6944 S:      Maintained
6945 F:      drivers/mmc/host/sdricoh_cs.c
6946
6947 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6948 M:      Chris Ball <cjb@laptop.org>
6949 L:      linux-mmc@vger.kernel.org
6950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6951 S:      Maintained
6952 F:      drivers/mmc/host/sdhci.*
6953 F:      drivers/mmc/host/sdhci-pltfm.[ch]
6954
6955 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
6956 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
6957 L:      linuxppc-dev@lists.ozlabs.org
6958 L:      linux-mmc@vger.kernel.org
6959 S:      Maintained
6960 F:      drivers/mmc/host/sdhci-pltfm.[ch]
6961
6962 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
6963 M:      Ben Dooks <ben-linux@fluff.org>
6964 L:      linux-mmc@vger.kernel.org
6965 S:      Maintained
6966 F:      drivers/mmc/host/sdhci-s3c.c
6967
6968 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
6969 M:      Viresh Kumar <viresh.linux@gmail.com>
6970 L:      spear-devel@list.st.com
6971 L:      linux-mmc@vger.kernel.org
6972 S:      Maintained
6973 F:      drivers/mmc/host/sdhci-spear.c
6974
6975 SECURITY SUBSYSTEM
6976 M:      James Morris <james.l.morris@oracle.com>
6977 L:      linux-security-module@vger.kernel.org (suggested Cc:)
6978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
6979 W:      http://kernsec.org/
6980 S:      Supported
6981 F:      security/
6982
6983 SECURITY CONTACT
6984 M:      Security Officers <security@kernel.org>
6985 S:      Supported
6986
6987 SELINUX SECURITY MODULE
6988 M:      Stephen Smalley <sds@tycho.nsa.gov>
6989 M:      James Morris <james.l.morris@oracle.com>
6990 M:      Eric Paris <eparis@parisplace.org>
6991 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
6992 W:      http://selinuxproject.org
6993 T:      git git://git.infradead.org/users/eparis/selinux.git
6994 S:      Supported
6995 F:      include/linux/selinux*
6996 F:      security/selinux/
6997 F:      scripts/selinux/
6998
6999 APPARMOR SECURITY MODULE
7000 M:      John Johansen <john.johansen@canonical.com>
7001 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
7002 W:      apparmor.wiki.kernel.org
7003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
7004 S:      Supported
7005 F:      security/apparmor/
7006
7007 SENSABLE PHANTOM
7008 M:      Jiri Slaby <jirislaby@gmail.com>
7009 S:      Maintained
7010 F:      drivers/misc/phantom.c
7011 F:      include/uapi/linux/phantom.h
7012
7013 SERIAL ATA (SATA) SUBSYSTEM
7014 M:      Jeff Garzik <jgarzik@pobox.com>
7015 L:      linux-ide@vger.kernel.org
7016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
7017 S:      Supported
7018 F:      drivers/ata/
7019 F:      include/linux/ata.h
7020 F:      include/linux/libata.h
7021
7022 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
7023 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
7024 L:      linux-scsi@vger.kernel.org
7025 W:      http://www.emulex.com
7026 S:      Supported
7027 F:      drivers/scsi/be2iscsi/
7028
7029 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
7030 M:      Sathya Perla <sathya.perla@emulex.com>
7031 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
7032 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
7033 L:      netdev@vger.kernel.org
7034 W:      http://www.emulex.com
7035 S:      Supported
7036 F:      drivers/net/ethernet/emulex/benet/
7037
7038 SFC NETWORK DRIVER
7039 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
7040 M:      Ben Hutchings <bhutchings@solarflare.com>
7041 L:      netdev@vger.kernel.org
7042 S:      Supported
7043 F:      drivers/net/ethernet/sfc/
7044
7045 SGI GRU DRIVER
7046 M:      Dimitri Sivanich <sivanich@sgi.com>
7047 M:      Robin Holt <holt@sgi.com>
7048 S:      Maintained
7049 F:      drivers/misc/sgi-gru/
7050
7051 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
7052 M:      Pat Gefre <pfg@sgi.com>
7053 L:      linux-ia64@vger.kernel.org
7054 S:      Supported
7055 F:      Documentation/ia64/serial.txt
7056 F:      drivers/tty/serial/ioc?_serial.c
7057 F:      include/linux/ioc?.h
7058
7059 SGI VISUAL WORKSTATION 320 AND 540
7060 M:      Andrey Panin <pazke@donpac.ru>
7061 L:      linux-visws-devel@lists.sf.net
7062 W:      http://linux-visws.sf.net
7063 S:      Maintained for 2.6.
7064 F:      Documentation/sgi-visws.txt
7065
7066 SGI XP/XPC/XPNET DRIVER
7067 M:      Robin Holt <holt@sgi.com>
7068 S:      Maintained
7069 F:      drivers/misc/sgi-xp/
7070
7071 SI470X FM RADIO RECEIVER I2C DRIVER
7072 M:      Hans Verkuil <hverkuil@xs4all.nl>
7073 L:      linux-media@vger.kernel.org
7074 T:      git git://linuxtv.org/media_tree.git
7075 W:      http://linuxtv.org
7076 S:      Odd Fixes
7077 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
7078
7079 SI470X FM RADIO RECEIVER USB DRIVER
7080 M:      Hans Verkuil <hverkuil@xs4all.nl>
7081 L:      linux-media@vger.kernel.org
7082 T:      git git://linuxtv.org/media_tree.git
7083 W:      http://linuxtv.org
7084 S:      Maintained
7085 F:      drivers/media/radio/si470x/radio-si470x-common.c
7086 F:      drivers/media/radio/si470x/radio-si470x.h
7087 F:      drivers/media/radio/si470x/radio-si470x-usb.c
7088
7089 SH_VEU V4L2 MEM2MEM DRIVER
7090 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7091 L:      linux-media@vger.kernel.org
7092 S:      Maintained
7093 F:      drivers/media/platform/sh_veu.c
7094 F:      include/media/sh_veu.h
7095
7096 SH_VOU V4L2 OUTPUT DRIVER
7097 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7098 L:      linux-media@vger.kernel.org
7099 S:      Maintained
7100 F:      drivers/media/platform/sh_vou.c
7101 F:      include/media/sh_vou.h
7102
7103 SIMPLE FIRMWARE INTERFACE (SFI)
7104 M:      Len Brown <lenb@kernel.org>
7105 L:      sfi-devel@simplefirmware.org
7106 W:      http://simplefirmware.org/
7107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
7108 S:      Supported
7109 F:      arch/x86/platform/sfi/
7110 F:      drivers/sfi/
7111 F:      include/linux/sfi*.h
7112
7113 SIMTEC EB110ATX (Chalice CATS)
7114 P:      Ben Dooks
7115 P:      Vincent Sanders <vince@simtec.co.uk>
7116 M:      Simtec Linux Team <linux@simtec.co.uk>
7117 W:      http://www.simtec.co.uk/products/EB110ATX/
7118 S:      Supported
7119
7120 SIMTEC EB2410ITX (BAST)
7121 P:      Ben Dooks
7122 P:      Vincent Sanders <vince@simtec.co.uk>
7123 M:      Simtec Linux Team <linux@simtec.co.uk>
7124 W:      http://www.simtec.co.uk/products/EB2410ITX/
7125 S:      Supported
7126 F:      arch/arm/mach-s3c2410/mach-bast.c
7127 F:      arch/arm/mach-s3c2410/bast-ide.c
7128 F:      arch/arm/mach-s3c2410/bast-irq.c
7129
7130 TI DAVINCI MACHINE SUPPORT
7131 M:      Sekhar Nori <nsekhar@ti.com>
7132 M:      Kevin Hilman <khilman@ti.com>
7133 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7134 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
7135 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
7136 S:      Supported
7137 F:      arch/arm/mach-davinci
7138 F:      drivers/i2c/busses/i2c-davinci.c
7139
7140 TI DAVINCI SERIES MEDIA DRIVER
7141 M:      Manjunath Hadli <manjunath.hadli@ti.com>
7142 M:      Prabhakar Lad <prabhakar.lad@ti.com>
7143 L:      linux-media@vger.kernel.org
7144 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7145 W:      http://linuxtv.org/
7146 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7147 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
7148 S:      Supported
7149 F:      drivers/media/platform/davinci/
7150 F:      include/media/davinci/
7151
7152 SIS 190 ETHERNET DRIVER
7153 M:      Francois Romieu <romieu@fr.zoreil.com>
7154 L:      netdev@vger.kernel.org
7155 S:      Maintained
7156 F:      drivers/net/ethernet/sis/sis190.c
7157
7158 SIS 900/7016 FAST ETHERNET DRIVER
7159 M:      Daniele Venzano <venza@brownhat.org>
7160 W:      http://www.brownhat.org/sis900.html
7161 L:      netdev@vger.kernel.org
7162 S:      Maintained
7163 F:      drivers/net/ethernet/sis/sis900.*
7164
7165 SIS 96X I2C/SMBUS DRIVER
7166 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
7167 L:      linux-i2c@vger.kernel.org
7168 S:      Maintained
7169 F:      Documentation/i2c/busses/i2c-sis96x
7170 F:      drivers/i2c/busses/i2c-sis96x.c
7171
7172 SIS FRAMEBUFFER DRIVER
7173 M:      Thomas Winischhofer <thomas@winischhofer.net>
7174 W:      http://www.winischhofer.net/linuxsisvga.shtml
7175 S:      Maintained
7176 F:      Documentation/fb/sisfb.txt
7177 F:      drivers/video/sis/
7178 F:      include/video/sisfb.h
7179
7180 SIS USB2VGA DRIVER
7181 M:      Thomas Winischhofer <thomas@winischhofer.net>
7182 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
7183 S:      Maintained
7184 F:      drivers/usb/misc/sisusbvga/
7185
7186 SLAB ALLOCATOR
7187 M:      Christoph Lameter <cl@linux-foundation.org>
7188 M:      Pekka Enberg <penberg@kernel.org>
7189 M:      Matt Mackall <mpm@selenic.com>
7190 L:      linux-mm@kvack.org
7191 S:      Maintained
7192 F:      include/linux/sl?b*.h
7193 F:      mm/sl?b.c
7194
7195 SLEEPABLE READ-COPY UPDATE (SRCU)
7196 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
7197 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7198 W:      http://www.rdrop.com/users/paulmck/RCU/
7199 S:      Supported
7200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7201 F:      include/linux/srcu*
7202 F:      kernel/srcu*
7203
7204 SMACK SECURITY MODULE
7205 M:      Casey Schaufler <casey@schaufler-ca.com>
7206 L:      linux-security-module@vger.kernel.org
7207 W:      http://schaufler-ca.com
7208 T:      git git://git.gitorious.org/smack-next/kernel.git
7209 S:      Maintained
7210 F:      Documentation/security/Smack.txt
7211 F:      security/smack/
7212
7213 SMC91x ETHERNET DRIVER
7214 M:      Nicolas Pitre <nico@fluxnic.net>
7215 S:      Odd Fixes
7216 F:      drivers/net/ethernet/smsc/smc91x.*
7217
7218 SMIA AND SMIA++ IMAGE SENSOR DRIVER
7219 M:      Sakari Ailus <sakari.ailus@iki.fi>
7220 L:      linux-media@vger.kernel.org
7221 S:      Maintained
7222 F:      drivers/media/i2c/smiapp
7223 F:      include/media/smiapp.h
7224 F:      drivers/media/i2c/smiapp-pll.c
7225 F:      drivers/media/i2c/smiapp-pll.h
7226
7227 SMM665 HARDWARE MONITOR DRIVER
7228 M:      Guenter Roeck <linux@roeck-us.net>
7229 L:      lm-sensors@lm-sensors.org
7230 S:      Maintained
7231 F:      Documentation/hwmon/smm665
7232 F:      drivers/hwmon/smm665.c
7233
7234 SMSC EMC2103 HARDWARE MONITOR DRIVER
7235 M:      Steve Glendinning <steve.glendinning@shawell.net>
7236 L:      lm-sensors@lm-sensors.org
7237 S:      Maintained
7238 F:      Documentation/hwmon/emc2103
7239 F:      drivers/hwmon/emc2103.c
7240
7241 SMSC SCH5627 HARDWARE MONITOR DRIVER
7242 M:      Hans de Goede <hdegoede@redhat.com>
7243 L:      lm-sensors@lm-sensors.org
7244 S:      Supported
7245 F:      Documentation/hwmon/sch5627
7246 F:      drivers/hwmon/sch5627.c
7247
7248 SMSC47B397 HARDWARE MONITOR DRIVER
7249 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
7250 L:      lm-sensors@lm-sensors.org
7251 S:      Maintained
7252 F:      Documentation/hwmon/smsc47b397
7253 F:      drivers/hwmon/smsc47b397.c
7254
7255 SMSC911x ETHERNET DRIVER
7256 M:      Steve Glendinning <steve.glendinning@shawell.net>
7257 L:      netdev@vger.kernel.org
7258 S:      Maintained
7259 F:      include/linux/smsc911x.h
7260 F:      drivers/net/ethernet/smsc/smsc911x.*
7261
7262 SMSC9420 PCI ETHERNET DRIVER
7263 M:      Steve Glendinning <steve.glendinning@shawell.net>
7264 L:      netdev@vger.kernel.org
7265 S:      Maintained
7266 F:      drivers/net/ethernet/smsc/smsc9420.*
7267
7268 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
7269 M:      Steve Glendinning <steve.glendinning@shawell.net>
7270 L:      linux-fbdev@vger.kernel.org
7271 S:      Maintained
7272 F:      drivers/video/smscufx.c
7273
7274 SOC-CAMERA V4L2 SUBSYSTEM
7275 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7276 L:      linux-media@vger.kernel.org
7277 T:      git git://linuxtv.org/media_tree.git
7278 S:      Maintained
7279 F:      include/media/soc*
7280 F:      drivers/media/i2c/soc_camera/
7281 F:      drivers/media/platform/soc_camera/
7282
7283 SOEKRIS NET48XX LED SUPPORT
7284 M:      Chris Boot <bootc@bootc.net>
7285 S:      Maintained
7286 F:      drivers/leds/leds-net48xx.c
7287
7288 SOFTWARE RAID (Multiple Disks) SUPPORT
7289 M:      Neil Brown <neilb@suse.de>
7290 L:      linux-raid@vger.kernel.org
7291 S:      Supported
7292 F:      drivers/md/
7293 F:      include/linux/raid/
7294 F:      include/uapi/linux/raid/
7295
7296 SONIC NETWORK DRIVER
7297 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
7298 L:      netdev@vger.kernel.org
7299 S:      Maintained
7300 F:      drivers/net/ethernet/natsemi/sonic.*
7301
7302 SONICS SILICON BACKPLANE DRIVER (SSB)
7303 M:      Michael Buesch <m@bues.ch>
7304 L:      netdev@vger.kernel.org
7305 S:      Maintained
7306 F:      drivers/ssb/
7307 F:      include/linux/ssb/
7308
7309 SONY VAIO CONTROL DEVICE DRIVER
7310 M:      Mattia Dongili <malattia@linux.it>
7311 L:      platform-driver-x86@vger.kernel.org
7312 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
7313 S:      Maintained
7314 F:      Documentation/laptops/sony-laptop.txt
7315 F:      drivers/char/sonypi.c
7316 F:      drivers/platform/x86/sony-laptop.c
7317 F:      include/linux/sony-laptop.h
7318
7319 SONY MEMORYSTICK CARD SUPPORT
7320 M:      Alex Dubov <oakad@yahoo.com>
7321 W:      http://tifmxx.berlios.de/
7322 S:      Maintained
7323 F:      drivers/memstick/host/tifm_ms.c
7324
7325 SOUND
7326 M:      Jaroslav Kysela <perex@perex.cz>
7327 M:      Takashi Iwai <tiwai@suse.de>
7328 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7329 W:      http://www.alsa-project.org/
7330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
7331 T:      git git://git.alsa-project.org/alsa-kernel.git
7332 S:      Maintained
7333 F:      Documentation/sound/
7334 F:      include/sound/
7335 F:      include/uapi/sound/
7336 F:      sound/
7337
7338 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
7339 M:      Liam Girdwood <lgirdwood@gmail.com>
7340 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
7342 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7343 W:      http://alsa-project.org/main/index.php/ASoC
7344 S:      Supported
7345 F:      sound/soc/
7346 F:      include/sound/soc*
7347
7348 SPARC + UltraSPARC (sparc/sparc64)
7349 M:      "David S. Miller" <davem@davemloft.net>
7350 L:      sparclinux@vger.kernel.org
7351 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
7352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7354 S:      Maintained
7355 F:      arch/sparc/
7356 F:      drivers/sbus/
7357
7358 SPARC SERIAL DRIVERS
7359 M:      "David S. Miller" <davem@davemloft.net>
7360 L:      sparclinux@vger.kernel.org
7361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7363 S:      Maintained
7364 F:      include/linux/sunserialcore.h
7365 F:      drivers/tty/serial/suncore.c
7366 F:      drivers/tty/serial/sunhv.c
7367 F:      drivers/tty/serial/sunsab.c
7368 F:      drivers/tty/serial/sunsab.h
7369 F:      drivers/tty/serial/sunsu.c
7370 F:      drivers/tty/serial/sunzilog.c
7371 F:      drivers/tty/serial/sunzilog.h
7372
7373 SPARSE CHECKER
7374 M:      "Christopher Li" <sparse@chrisli.org>
7375 L:      linux-sparse@vger.kernel.org
7376 W:      https://sparse.wiki.kernel.org/
7377 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
7378 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
7379 S:      Maintained
7380 F:      include/linux/compiler.h
7381
7382 SPEAR PLATFORM SUPPORT
7383 M:      Viresh Kumar <viresh.linux@gmail.com>
7384 M:      Shiraz Hashim <shiraz.hashim@st.com>
7385 L:      spear-devel@list.st.com
7386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7387 W:      http://www.st.com/spear
7388 S:      Maintained
7389 F:      arch/arm/plat-spear/
7390
7391 SPEAR13XX MACHINE SUPPORT
7392 M:      Viresh Kumar <viresh.linux@gmail.com>
7393 M:      Shiraz Hashim <shiraz.hashim@st.com>
7394 L:      spear-devel@list.st.com
7395 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7396 W:      http://www.st.com/spear
7397 S:      Maintained
7398 F:      arch/arm/mach-spear13xx/
7399
7400 SPEAR3XX MACHINE SUPPORT
7401 M:      Viresh Kumar <viresh.linux@gmail.com>
7402 M:      Shiraz Hashim <shiraz.hashim@st.com>
7403 L:      spear-devel@list.st.com
7404 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7405 W:      http://www.st.com/spear
7406 S:      Maintained
7407 F:      arch/arm/mach-spear3xx/
7408
7409 SPEAR6XX MACHINE SUPPORT
7410 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
7411 M:      Shiraz Hashim <shiraz.hashim@st.com>
7412 M:      Viresh Kumar <viresh.linux@gmail.com>
7413 L:      spear-devel@list.st.com
7414 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7415 W:      http://www.st.com/spear
7416 S:      Maintained
7417 F:      arch/arm/mach-spear6xx/
7418
7419 SPEAR CLOCK FRAMEWORK SUPPORT
7420 M:      Viresh Kumar <viresh.linux@gmail.com>
7421 L:      spear-devel@list.st.com
7422 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7423 W:      http://www.st.com/spear
7424 S:      Maintained
7425 F:      drivers/clk/spear/
7426
7427 SPI SUBSYSTEM
7428 M:      Grant Likely <grant.likely@secretlab.ca>
7429 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7430 L:      spi-devel-general@lists.sourceforge.net
7431 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
7432 T:      git git://git.secretlab.ca/git/linux-2.6.git
7433 S:      Maintained
7434 F:      Documentation/spi/
7435 F:      drivers/spi/
7436 F:      include/linux/spi/
7437 F:      include/uapi/linux/spi/
7438
7439 SPIDERNET NETWORK DRIVER for CELL
7440 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
7441 M:      Jens Osterkamp <jens@de.ibm.com>
7442 L:      netdev@vger.kernel.org
7443 S:      Supported
7444 F:      Documentation/networking/spider_net.txt
7445 F:      drivers/net/ethernet/toshiba/spider_net*
7446
7447 SPU FILE SYSTEM
7448 M:      Jeremy Kerr <jk@ozlabs.org>
7449 L:      linuxppc-dev@lists.ozlabs.org
7450 L:      cbe-oss-dev@lists.ozlabs.org
7451 W:      http://www.ibm.com/developerworks/power/cell/
7452 S:      Supported
7453 F:      Documentation/filesystems/spufs.txt
7454 F:      arch/powerpc/platforms/cell/spufs/
7455
7456 SQUASHFS FILE SYSTEM
7457 M:      Phillip Lougher <phillip@squashfs.org.uk>
7458 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
7459 W:      http://squashfs.org.uk
7460 S:      Maintained
7461 F:      Documentation/filesystems/squashfs.txt
7462 F:      fs/squashfs/
7463
7464 SRM (Alpha) environment access
7465 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
7466 S:      Maintained
7467 F:      arch/alpha/kernel/srm_env.c
7468
7469 STABLE BRANCH
7470 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7471 L:      stable@vger.kernel.org
7472 S:      Supported
7473
7474 STAGING SUBSYSTEM
7475 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
7477 L:      devel@driverdev.osuosl.org
7478 S:      Supported
7479 F:      drivers/staging/
7480
7481 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
7482 M:      Henk de Groot <pe1dnn@amsat.org>
7483 S:      Odd Fixes
7484 F:      drivers/staging/wlags49_h2/
7485 F:      drivers/staging/wlags49_h25/
7486
7487 STAGING - ASUS OLED
7488 M:      Jakub Schmidtke <sjakub@gmail.com>
7489 S:      Odd Fixes
7490 F:      drivers/staging/asus_oled/
7491
7492 STAGING - COMEDI
7493 M:      Ian Abbott <abbotti@mev.co.uk>
7494 M:      Mori Hess <fmhess@users.sourceforge.net>
7495 S:      Odd Fixes
7496 F:      drivers/staging/comedi/
7497
7498 STAGING - CRYSTAL HD VIDEO DECODER
7499 M:      Naren Sankar <nsankar@broadcom.com>
7500 M:      Jarod Wilson <jarod@wilsonet.com>
7501 M:      Scott Davilla <davilla@4pi.com>
7502 M:      Manu Abraham <abraham.manu@gmail.com>
7503 S:      Odd Fixes
7504 F:      drivers/staging/crystalhd/
7505
7506 STAGING - ECHO CANCELLER
7507 M:      Steve Underwood <steveu@coppice.org>
7508 M:      David Rowe <david@rowetel.com>
7509 S:      Odd Fixes
7510 F:      drivers/staging/echo/
7511
7512 STAGING - ET131X NETWORK DRIVER
7513 M:      Mark Einon <mark.einon@gmail.com>
7514 S:      Odd Fixes
7515 F:      drivers/staging/et131x/
7516
7517 STAGING - FLARION FT1000 DRIVERS
7518 M:      Marek Belisko <marek.belisko@gmail.com>
7519 S:      Odd Fixes
7520 F:      drivers/staging/ft1000/
7521
7522 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7523 M:      David Täht <d@teklibre.com>
7524 S:      Odd Fixes
7525 F:      drivers/staging/frontier/
7526
7527 STAGING - INDUSTRIAL IO
7528 M:      Jonathan Cameron <jic23@cam.ac.uk>
7529 L:      linux-iio@vger.kernel.org
7530 S:      Odd Fixes
7531 F:      drivers/staging/iio/
7532
7533 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7534 M:      Jarod Wilson <jarod@wilsonet.com>
7535 W:      http://www.lirc.org/
7536 S:      Odd Fixes
7537 F:      drivers/staging/media/lirc/
7538
7539 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
7540 M:      Julian Andres Klode <jak@jak-linux.org>
7541 M:      Marc Dietrich <marvin24@gmx.de>
7542 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
7543 S:      Maintained
7544 F:      drivers/staging/nvec/
7545
7546 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7547 M:      Andres Salomon <dilinger@queued.net>
7548 M:      Chris Ball <cjb@laptop.org>
7549 M:      Jon Nettleton <jon.nettleton@gmail.com>
7550 W:      http://wiki.laptop.org/go/DCON
7551 S:      Odd Fixes
7552 F:      drivers/staging/olpc_dcon/
7553
7554 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
7555 M:      Rupesh Gujare <rupesh.gujare@atmel.com>
7556 S:      Maintained
7557 F:      drivers/staging/ozwpan/
7558
7559 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
7560 M:      Willy Tarreau <willy@meta-x.org>
7561 S:      Odd Fixes
7562 F:      drivers/staging/panel/
7563
7564 STAGING - REALTEK RTL8712U DRIVERS
7565 M:      Larry Finger <Larry.Finger@lwfinger.net>
7566 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
7567 S:      Odd Fixes
7568 F:      drivers/staging/rtl8712/
7569
7570 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
7571 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
7572 S:      Odd Fixes
7573 F:      drivers/staging/sm7xxfb/
7574
7575 STAGING - SOFTLOGIC 6x10 MPEG CODEC
7576 M:      Ben Collins <bcollins@bluecherry.net>
7577 S:      Odd Fixes
7578 F:      drivers/staging/media/solo6x10/
7579
7580 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
7581 M:      William Hubbs <w.d.hubbs@gmail.com>
7582 M:      Chris Brannon <chris@the-brannons.com>
7583 M:      Kirk Reiser <kirk@braille.uwo.ca>
7584 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
7585 L:      speakup@braille.uwo.ca
7586 W:      http://www.linux-speakup.org/
7587 S:      Odd Fixes
7588 F:      drivers/staging/speakup/
7589
7590 STAGING - TI DSP BRIDGE DRIVERS
7591 M:      Omar Ramirez Luna <omar.ramirez@copitl.com>
7592 S:      Odd Fixes
7593 F:      drivers/staging/tidspbridge/
7594
7595 STAGING - USB ENE SM/MS CARD READER DRIVER
7596 M:      Al Cho <acho@novell.com>
7597 S:      Odd Fixes
7598 F:      drivers/staging/keucr/
7599
7600 STAGING - VIA VT665X DRIVERS
7601 M:      Forest Bond <forest@alittletooquiet.net>
7602 S:      Odd Fixes
7603 F:      drivers/staging/vt665?/
7604
7605 STAGING - WINBOND IS89C35 WLAN USB DRIVER
7606 M:      Pavel Machek <pavel@ucw.cz>
7607 S:      Odd Fixes
7608 F:      drivers/staging/winbond/
7609
7610 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
7611 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
7612 S:      Odd Fixes
7613 F:      drivers/staging/xgifb/
7614
7615 STARFIRE/DURALAN NETWORK DRIVER
7616 M:      Ion Badulescu <ionut@badula.org>
7617 S:      Odd Fixes
7618 F:      drivers/net/ethernet/adaptec/starfire*
7619
7620 SUN3/3X
7621 M:      Sam Creasey <sammy@sammy.net>
7622 W:      http://sammy.net/sun3/
7623 S:      Maintained
7624 F:      arch/m68k/kernel/*sun3*
7625 F:      arch/m68k/sun3*/
7626 F:      arch/m68k/include/asm/sun3*
7627 F:      drivers/net/ethernet/i825xx/sun3*
7628
7629 SUPERH
7630 M:      Paul Mundt <lethal@linux-sh.org>
7631 L:      linux-sh@vger.kernel.org
7632 W:      http://www.linux-sh.org
7633 Q:      http://patchwork.kernel.org/project/linux-sh/list/
7634 T:      git git://github.com/pmundt/linux-sh.git sh-latest
7635 S:      Supported
7636 F:      Documentation/sh/
7637 F:      arch/sh/
7638 F:      drivers/sh/
7639
7640 SUSPEND TO RAM
7641 M:      Len Brown <len.brown@intel.com>
7642 M:      Pavel Machek <pavel@ucw.cz>
7643 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
7644 L:      linux-pm@vger.kernel.org
7645 S:      Supported
7646 F:      Documentation/power/
7647 F:      arch/x86/kernel/acpi/
7648 F:      drivers/base/power/
7649 F:      kernel/power/
7650 F:      include/linux/suspend.h
7651 F:      include/linux/freezer.h
7652 F:      include/linux/pm.h
7653
7654 SVGA HANDLING
7655 M:      Martin Mares <mj@ucw.cz>
7656 L:      linux-video@atrey.karlin.mff.cuni.cz
7657 S:      Maintained
7658 F:      Documentation/svga.txt
7659 F:      arch/x86/boot/video*
7660
7661 SWIOTLB SUBSYSTEM
7662 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7663 L:      linux-kernel@vger.kernel.org
7664 S:      Supported
7665 F:      lib/swiotlb.c
7666 F:      arch/*/kernel/pci-swiotlb.c
7667 F:      include/linux/swiotlb.h
7668
7669 SYSV FILESYSTEM
7670 M:      Christoph Hellwig <hch@infradead.org>
7671 S:      Maintained
7672 F:      Documentation/filesystems/sysv-fs.txt
7673 F:      fs/sysv/
7674 F:      include/linux/sysv_fs.h
7675
7676 TARGET SUBSYSTEM
7677 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
7678 L:      linux-scsi@vger.kernel.org
7679 L:      target-devel@vger.kernel.org
7680 L:      http://groups.google.com/group/linux-iscsi-target-dev
7681 W:      http://www.linux-iscsi.org
7682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
7683 S:      Supported
7684 F:      drivers/target/
7685 F:      include/target/
7686 F:      Documentation/target/
7687
7688 TASKSTATS STATISTICS INTERFACE
7689 M:      Balbir Singh <bsingharora@gmail.com>
7690 S:      Maintained
7691 F:      Documentation/accounting/taskstats*
7692 F:      include/linux/taskstats*
7693 F:      kernel/taskstats.c
7694
7695 TC CLASSIFIER
7696 M:      Jamal Hadi Salim <jhs@mojatatu.com>
7697 L:      netdev@vger.kernel.org
7698 S:      Maintained
7699 F:      include/net/pkt_cls.h
7700 F:      include/uapi/linux/pkt_cls.h
7701 F:      net/sched/
7702
7703 TCP LOW PRIORITY MODULE
7704 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
7705 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
7706 W:      http://tcp-lp-mod.sourceforge.net/
7707 S:      Maintained
7708 F:      net/ipv4/tcp_lp.c
7709
7710 TDA10071 MEDIA DRIVER
7711 M:      Antti Palosaari <crope@iki.fi>
7712 L:      linux-media@vger.kernel.org
7713 W:      http://linuxtv.org/
7714 W:      http://palosaari.fi/linux/
7715 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7716 T:      git git://linuxtv.org/anttip/media_tree.git
7717 S:      Maintained
7718 F:      drivers/media/dvb-frontends/tda10071*
7719
7720 TDA18212 MEDIA DRIVER
7721 M:      Antti Palosaari <crope@iki.fi>
7722 L:      linux-media@vger.kernel.org
7723 W:      http://linuxtv.org/
7724 W:      http://palosaari.fi/linux/
7725 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7726 T:      git git://linuxtv.org/anttip/media_tree.git
7727 S:      Maintained
7728 F:      drivers/media/tuners/tda18212*
7729
7730 TDA18218 MEDIA DRIVER
7731 M:      Antti Palosaari <crope@iki.fi>
7732 L:      linux-media@vger.kernel.org
7733 W:      http://linuxtv.org/
7734 W:      http://palosaari.fi/linux/
7735 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7736 T:      git git://linuxtv.org/anttip/media_tree.git
7737 S:      Maintained
7738 F:      drivers/media/tuners/tda18218*
7739
7740 TDA18271 MEDIA DRIVER
7741 M:      Michael Krufky <mkrufky@linuxtv.org>
7742 L:      linux-media@vger.kernel.org
7743 W:      http://linuxtv.org/
7744 W:      http://github.com/mkrufky
7745 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7746 T:      git git://linuxtv.org/mkrufky/tuners.git
7747 S:      Maintained
7748 F:      drivers/media/tuners/tda18271*
7749
7750 TDA827x MEDIA DRIVER
7751 M:      Michael Krufky <mkrufky@linuxtv.org>
7752 L:      linux-media@vger.kernel.org
7753 W:      http://linuxtv.org/
7754 W:      http://github.com/mkrufky
7755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7756 T:      git git://linuxtv.org/mkrufky/tuners.git
7757 S:      Maintained
7758 F:      drivers/media/tuners/tda8290.*
7759
7760 TDA8290 MEDIA DRIVER
7761 M:      Michael Krufky <mkrufky@linuxtv.org>
7762 L:      linux-media@vger.kernel.org
7763 W:      http://linuxtv.org/
7764 W:      http://github.com/mkrufky
7765 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7766 T:      git git://linuxtv.org/mkrufky/tuners.git
7767 S:      Maintained
7768 F:      drivers/media/tuners/tda8290.*
7769
7770 TDA9840 MEDIA DRIVER
7771 M:      Hans Verkuil <hverkuil@xs4all.nl>
7772 L:      linux-media@vger.kernel.org
7773 T:      git git://linuxtv.org/media_tree.git
7774 W:      http://linuxtv.org
7775 S:      Maintained
7776 F:      drivers/media/i2c/tda9840*
7777
7778 TEA5761 TUNER DRIVER
7779 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
7780 L:      linux-media@vger.kernel.org
7781 W:      http://linuxtv.org
7782 T:      git git://linuxtv.org/media_tree.git
7783 S:      Odd fixes
7784 F:      drivers/media/tuners/tea5761.*
7785
7786 TEA5767 TUNER DRIVER
7787 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
7788 L:      linux-media@vger.kernel.org
7789 W:      http://linuxtv.org
7790 T:      git git://linuxtv.org/media_tree.git
7791 S:      Maintained
7792 F:      drivers/media/tuners/tea5767.*
7793
7794 TEA6415C MEDIA DRIVER
7795 M:      Hans Verkuil <hverkuil@xs4all.nl>
7796 L:      linux-media@vger.kernel.org
7797 T:      git git://linuxtv.org/media_tree.git
7798 W:      http://linuxtv.org
7799 S:      Maintained
7800 F:      drivers/media/i2c/tea6415c*
7801
7802 TEA6420 MEDIA DRIVER
7803 M:      Hans Verkuil <hverkuil@xs4all.nl>
7804 L:      linux-media@vger.kernel.org
7805 T:      git git://linuxtv.org/media_tree.git
7806 W:      http://linuxtv.org
7807 S:      Maintained
7808 F:      drivers/media/i2c/tea6420*
7809
7810 TEAM DRIVER
7811 M:      Jiri Pirko <jiri@resnulli.us>
7812 L:      netdev@vger.kernel.org
7813 S:      Supported
7814 F:      drivers/net/team/
7815 F:      include/linux/if_team.h
7816 F:      include/uapi/linux/if_team.h
7817
7818 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
7819 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
7820 S:      Maintained
7821 F:      arch/x86/platform/ts5500/
7822
7823 TECHNOTREND USB IR RECEIVER
7824 M:      Sean Young <sean@mess.org>
7825 L:      linux-media@vger.kernel.org
7826 S:      Maintained
7827 F:      drivers/media/rc/ttusbir.c
7828
7829 TEGRA SUPPORT
7830 M:      Stephen Warren <swarren@wwwdotorg.org>
7831 L:      linux-tegra@vger.kernel.org
7832 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
7833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
7834 S:      Supported
7835 F:      arch/arm/mach-tegra
7836 F:      arch/arm/boot/dts/tegra*
7837 F:      arch/arm/configs/tegra_defconfig
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:      */