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