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