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