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