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