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