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