]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge remote-tracking branch 'slave-dma/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:      Paul Menage <paul@paulmenage.org>
2214 W:      http://www.bullopensource.org/cpuset/
2215 W:      http://oss.sgi.com/projects/cpusets/
2216 S:      Supported
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 ETHERTEAM 16I DRIVER
3064 M:      Mika Kuoppala <miku@iki.fi>
3065 S:      Maintained
3066 F:      drivers/net/ethernet/fujitsu/eth16i.c
3067
3068 EXT2 FILE SYSTEM
3069 M:      Jan Kara <jack@suse.cz>
3070 L:      linux-ext4@vger.kernel.org
3071 S:      Maintained
3072 F:      Documentation/filesystems/ext2.txt
3073 F:      fs/ext2/
3074 F:      include/linux/ext2*
3075
3076 EXT3 FILE SYSTEM
3077 M:      Jan Kara <jack@suse.cz>
3078 M:      Andrew Morton <akpm@linux-foundation.org>
3079 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3080 L:      linux-ext4@vger.kernel.org
3081 S:      Maintained
3082 F:      Documentation/filesystems/ext3.txt
3083 F:      fs/ext3/
3084
3085 EXT4 FILE SYSTEM
3086 M:      "Theodore Ts'o" <tytso@mit.edu>
3087 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3088 L:      linux-ext4@vger.kernel.org
3089 W:      http://ext4.wiki.kernel.org
3090 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3091 S:      Maintained
3092 F:      Documentation/filesystems/ext4.txt
3093 F:      fs/ext4/
3094
3095 Extended Verification Module (EVM)
3096 M:      Mimi Zohar <zohar@us.ibm.com>
3097 S:      Supported
3098 F:      security/integrity/evm/
3099
3100 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3101 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3102 M:      Chanwoo Choi <cw00.choi@samsung.com>
3103 L:      linux-kernel@vger.kernel.org
3104 S:      Maintained
3105 F:      drivers/extcon/
3106 F:      Documentation/extcon/
3107
3108 EXYNOS DP DRIVER
3109 M:      Jingoo Han <jg1.han@samsung.com>
3110 L:      linux-fbdev@vger.kernel.org
3111 S:      Maintained
3112 F:      drivers/video/exynos/exynos_dp*
3113 F:      include/video/exynos_dp*
3114
3115 EXYNOS MIPI DISPLAY DRIVERS
3116 M:      Inki Dae <inki.dae@samsung.com>
3117 M:      Donghwa Lee <dh09.lee@samsung.com>
3118 M:      Kyungmin Park <kyungmin.park@samsung.com>
3119 L:      linux-fbdev@vger.kernel.org
3120 S:      Maintained
3121 F:      drivers/video/exynos/exynos_mipi*
3122 F:      include/video/exynos_mipi*
3123
3124 F71805F HARDWARE MONITORING DRIVER
3125 M:      Jean Delvare <khali@linux-fr.org>
3126 L:      lm-sensors@lm-sensors.org
3127 S:      Maintained
3128 F:      Documentation/hwmon/f71805f
3129 F:      drivers/hwmon/f71805f.c
3130
3131 FC0011 TUNER DRIVER
3132 M:      Michael Buesch <m@bues.ch>
3133 L:      linux-media@vger.kernel.org
3134 S:      Maintained
3135 F:      drivers/media/tuners/fc0011.h
3136 F:      drivers/media/tuners/fc0011.c
3137
3138 FC2580 MEDIA DRIVER
3139 M:      Antti Palosaari <crope@iki.fi>
3140 L:      linux-media@vger.kernel.org
3141 W:      http://linuxtv.org/
3142 W:      http://palosaari.fi/linux/
3143 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3144 T:      git git://linuxtv.org/anttip/media_tree.git
3145 S:      Maintained
3146 F:      drivers/media/tuners/fc2580*
3147
3148 FANOTIFY
3149 M:      Eric Paris <eparis@redhat.com>
3150 S:      Maintained
3151 F:      fs/notify/fanotify/
3152 F:      include/linux/fanotify.h
3153 F:      include/uapi/linux/fanotify.h
3154
3155 FARSYNC SYNCHRONOUS DRIVER
3156 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3157 W:      http://www.farsite.co.uk/
3158 S:      Supported
3159 F:      drivers/net/wan/farsync.*
3160
3161 FAULT INJECTION SUPPORT
3162 M:      Akinobu Mita <akinobu.mita@gmail.com>
3163 S:      Supported
3164 F:      Documentation/fault-injection/
3165 F:      lib/fault-inject.c
3166
3167 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3168 M:      Robert Love <robert.w.love@intel.com>
3169 L:      devel@open-fcoe.org
3170 W:      www.Open-FCoE.org
3171 S:      Supported
3172 F:      drivers/scsi/libfc/
3173 F:      drivers/scsi/fcoe/
3174 F:      include/scsi/fc/
3175 F:      include/scsi/libfc.h
3176 F:      include/scsi/libfcoe.h
3177 F:      include/uapi/scsi/fc/
3178
3179 FILE LOCKING (flock() and fcntl()/lockf())
3180 M:      Matthew Wilcox <matthew@wil.cx>
3181 L:      linux-fsdevel@vger.kernel.org
3182 S:      Maintained
3183 F:      include/linux/fcntl.h
3184 F:      include/linux/fs.h
3185 F:      include/uapi/linux/fcntl.h
3186 F:      include/uapi/linux/fs.h
3187 F:      fs/fcntl.c
3188 F:      fs/locks.c
3189
3190 FILESYSTEMS (VFS and infrastructure)
3191 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3192 L:      linux-fsdevel@vger.kernel.org
3193 S:      Maintained
3194 F:      fs/*
3195
3196 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3197 M:      Riku Voipio <riku.voipio@iki.fi>
3198 L:      lm-sensors@lm-sensors.org
3199 S:      Maintained
3200 F:      drivers/hwmon/f75375s.c
3201 F:      include/linux/f75375s.h
3202
3203 FIREWIRE AUDIO DRIVERS
3204 M:      Clemens Ladisch <clemens@ladisch.de>
3205 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3206 T:      git git://git.alsa-project.org/alsa-kernel.git
3207 S:      Maintained
3208 F:      sound/firewire/
3209
3210 FIREWIRE MEDIA DRIVERS (firedtv)
3211 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3212 L:      linux-media@vger.kernel.org
3213 L:      linux1394-devel@lists.sourceforge.net
3214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3215 S:      Maintained
3216 F:      drivers/media/firewire/
3217
3218 FIREWIRE SBP-2 TARGET
3219 M:      Chris Boot <bootc@bootc.net>
3220 L:      linux-scsi@vger.kernel.org
3221 L:      target-devel@vger.kernel.org
3222 L:      linux1394-devel@lists.sourceforge.net
3223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3224 S:      Maintained
3225 F:      drivers/target/sbp/
3226
3227 FIREWIRE SUBSYSTEM
3228 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3229 L:      linux1394-devel@lists.sourceforge.net
3230 W:      http://ieee1394.wiki.kernel.org/
3231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3232 S:      Maintained
3233 F:      drivers/firewire/
3234 F:      include/linux/firewire.h
3235 F:      include/uapi/linux/firewire*.h
3236 F:      tools/firewire/
3237
3238 FIRMWARE LOADER (request_firmware)
3239 M:      Ming Lei <ming.lei@canonical.com>
3240 L:      linux-kernel@vger.kernel.org
3241 S:      Maintained
3242 F:      Documentation/firmware_class/
3243 F:      drivers/base/firmware*.c
3244 F:      include/linux/firmware.h
3245
3246 FLOPPY DRIVER
3247 M:      Jiri Kosina <jkosina@suse.cz>
3248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3249 S:      Odd fixes
3250 F:      drivers/block/floppy.c
3251
3252 FPU EMULATOR
3253 M:      Bill Metzenthen <billm@melbpc.org.au>
3254 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3255 S:      Maintained
3256 F:      arch/x86/math-emu/
3257
3258 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3259 L:      netdev@vger.kernel.org
3260 S:      Orphan
3261 F:      drivers/net/wan/dlci.c
3262 F:      drivers/net/wan/sdla.c
3263
3264 FRAMEBUFFER LAYER
3265 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
3266 L:      linux-fbdev@vger.kernel.org
3267 W:      http://linux-fbdev.sourceforge.net/
3268 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3269 T:      git git://github.com/schandinat/linux-2.6.git fbdev-next
3270 S:      Maintained
3271 F:      Documentation/fb/
3272 F:      Documentation/devicetree/bindings/fb/
3273 F:      drivers/video/
3274 F:      include/video/
3275 F:      include/linux/fb.h
3276 F:      include/uapi/video/
3277 F:      include/uapi/linux/fb.h
3278
3279 FREESCALE DIU FRAMEBUFFER DRIVER
3280 M:      Timur Tabi <timur@tabi.org>
3281 L:      linux-fbdev@vger.kernel.org
3282 S:      Maintained
3283 F:      drivers/video/fsl-diu-fb.*
3284
3285 FREESCALE DMA DRIVER
3286 M:      Li Yang <leoli@freescale.com>
3287 M:      Zhang Wei <zw@zh-kernel.org>
3288 L:      linuxppc-dev@lists.ozlabs.org
3289 S:      Maintained
3290 F:      drivers/dma/fsldma.*
3291
3292 FREESCALE I2C CPM DRIVER
3293 M:      Jochen Friedrich <jochen@scram.de>
3294 L:      linuxppc-dev@lists.ozlabs.org
3295 L:      linux-i2c@vger.kernel.org
3296 S:      Maintained
3297 F:      drivers/i2c/busses/i2c-cpm.c
3298
3299 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3300 M:      Sascha Hauer <kernel@pengutronix.de>
3301 L:      linux-fbdev@vger.kernel.org
3302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3303 S:      Maintained
3304 F:      include/linux/platform_data/video-imxfb.h
3305 F:      drivers/video/imxfb.c
3306
3307 FREESCALE SOC FS_ENET DRIVER
3308 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
3309 M:      Vitaly Bordug <vbordug@ru.mvista.com>
3310 L:      linuxppc-dev@lists.ozlabs.org
3311 L:      netdev@vger.kernel.org
3312 S:      Maintained
3313 F:      drivers/net/ethernet/freescale/fs_enet/
3314 F:      include/linux/fs_enet_pd.h
3315
3316 FREESCALE QUICC ENGINE LIBRARY
3317 L:      linuxppc-dev@lists.ozlabs.org
3318 S:      Orphan
3319 F:      arch/powerpc/sysdev/qe_lib/
3320 F:      arch/powerpc/include/asm/*qe.h
3321
3322 FREESCALE USB PERIPHERAL DRIVERS
3323 M:      Li Yang <leoli@freescale.com>
3324 L:      linux-usb@vger.kernel.org
3325 L:      linuxppc-dev@lists.ozlabs.org
3326 S:      Maintained
3327 F:      drivers/usb/gadget/fsl*
3328
3329 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
3330 M:      Li Yang <leoli@freescale.com>
3331 L:      netdev@vger.kernel.org
3332 L:      linuxppc-dev@lists.ozlabs.org
3333 S:      Maintained
3334 F:      drivers/net/ethernet/freescale/ucc_geth*
3335
3336 FREESCALE QUICC ENGINE UCC UART DRIVER
3337 M:      Timur Tabi <timur@tabi.org>
3338 L:      linuxppc-dev@lists.ozlabs.org
3339 S:      Maintained
3340 F:      drivers/tty/serial/ucc_uart.c
3341
3342 FREESCALE SOC SOUND DRIVERS
3343 M:      Timur Tabi <timur@tabi.org>
3344 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3345 L:      linuxppc-dev@lists.ozlabs.org
3346 S:      Maintained
3347 F:      sound/soc/fsl/fsl*
3348 F:      sound/soc/fsl/mpc8610_hpcd.c
3349
3350 FREEVXFS FILESYSTEM
3351 M:      Christoph Hellwig <hch@infradead.org>
3352 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
3353 S:      Maintained
3354 F:      fs/freevxfs/
3355
3356 FREEZER
3357 M:      Pavel Machek <pavel@ucw.cz>
3358 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
3359 L:      linux-pm@vger.kernel.org
3360 S:      Supported
3361 F:      Documentation/power/freezing-of-tasks.txt
3362 F:      include/linux/freezer.h
3363 F:      kernel/freezer.c
3364
3365 FRONTSWAP API
3366 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3367 L:      linux-kernel@vger.kernel.org
3368 S:      Maintained
3369 F:      mm/frontswap.c
3370 F:      include/linux/frontswap.h
3371
3372 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
3373 M:      David Howells <dhowells@redhat.com>
3374 L:      linux-cachefs@redhat.com
3375 S:      Supported
3376 F:      Documentation/filesystems/caching/
3377 F:      fs/fscache/
3378 F:      include/linux/fscache*.h
3379
3380 F2FS FILE SYSTEM
3381 M:      Jaegeuk Kim <jaegeuk.kim@samsung.com>
3382 L:      linux-f2fs-devel@lists.sourceforge.net
3383 W:      http://en.wikipedia.org/wiki/F2FS
3384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
3385 S:      Maintained
3386 F:      Documentation/filesystems/f2fs.txt
3387 F:      fs/f2fs/
3388 F:      include/linux/f2fs_fs.h
3389
3390 FUJITSU FR-V (FRV) PORT
3391 M:      David Howells <dhowells@redhat.com>
3392 S:      Maintained
3393 F:      arch/frv/
3394
3395 FUJITSU LAPTOP EXTRAS
3396 M:      Jonathan Woithe <jwoithe@just42.net>
3397 L:      platform-driver-x86@vger.kernel.org
3398 S:      Maintained
3399 F:      drivers/platform/x86/fujitsu-laptop.c
3400
3401 FUJITSU M-5MO LS CAMERA ISP DRIVER
3402 M:      Kyungmin Park <kyungmin.park@samsung.com>
3403 M:      Heungjun Kim <riverful.kim@samsung.com>
3404 L:      linux-media@vger.kernel.org
3405 S:      Maintained
3406 F:      drivers/media/i2c/m5mols/
3407 F:      include/media/m5mols.h
3408
3409 FUJITSU TABLET EXTRAS
3410 M:      Robert Gerlach <khnz@gmx.de>
3411 L:      platform-driver-x86@vger.kernel.org
3412 S:      Maintained
3413 F:      drivers/platform/x86/fujitsu-tablet.c
3414
3415 FUSE: FILESYSTEM IN USERSPACE
3416 M:      Miklos Szeredi <miklos@szeredi.hu>
3417 L:      fuse-devel@lists.sourceforge.net
3418 W:      http://fuse.sourceforge.net/
3419 S:      Maintained
3420 F:      fs/fuse/
3421 F:      include/uapi/linux/fuse.h
3422
3423 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3424 M:      Rik Faith <faith@cs.unc.edu>
3425 L:      linux-scsi@vger.kernel.org
3426 S:      Odd Fixes (e.g., new signatures)
3427 F:      drivers/scsi/fdomain.*
3428
3429 GDT SCSI DISK ARRAY CONTROLLER DRIVER
3430 M:      Achim Leubner <achim_leubner@adaptec.com>
3431 L:      linux-scsi@vger.kernel.org
3432 W:      http://www.icp-vortex.com/
3433 S:      Supported
3434 F:      drivers/scsi/gdt*
3435
3436 GEMTEK FM RADIO RECEIVER DRIVER
3437 M:      Hans Verkuil <hverkuil@xs4all.nl>
3438 L:      linux-media@vger.kernel.org
3439 T:      git git://linuxtv.org/media_tree.git
3440 W:      http://linuxtv.org
3441 S:      Maintained
3442 F:      drivers/media/radio/radio-gemtek*
3443
3444 GENERIC GPIO I2C DRIVER
3445 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
3446 S:      Supported
3447 F:      drivers/i2c/busses/i2c-gpio.c
3448 F:      include/linux/i2c-gpio.h
3449
3450 GENERIC GPIO I2C MULTIPLEXER DRIVER
3451 M:      Peter Korsgaard <peter.korsgaard@barco.com>
3452 L:      linux-i2c@vger.kernel.org
3453 S:      Supported
3454 F:      drivers/i2c/muxes/i2c-mux-gpio.c
3455 F:      include/linux/i2c-mux-gpio.h
3456 F:      Documentation/i2c/muxes/i2c-mux-gpio
3457
3458 GENERIC HDLC (WAN) DRIVERS
3459 M:      Krzysztof Halasa <khc@pm.waw.pl>
3460 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
3461 S:      Maintained
3462 F:      drivers/net/wan/c101.c
3463 F:      drivers/net/wan/hd6457*
3464 F:      drivers/net/wan/hdlc*
3465 F:      drivers/net/wan/n2.c
3466 F:      drivers/net/wan/pc300too.c
3467 F:      drivers/net/wan/pci200syn.c
3468 F:      drivers/net/wan/wanxl*
3469
3470 GENERIC INCLUDE/ASM HEADER FILES
3471 M:      Arnd Bergmann <arnd@arndb.de>
3472 L:      linux-arch@vger.kernel.org
3473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3474 S:      Maintained
3475 F:      include/asm-generic
3476 F:      include/uapi/asm-generic
3477
3478 GENERIC UIO DRIVER FOR PCI DEVICES
3479 M:      "Michael S. Tsirkin" <mst@redhat.com>
3480 L:      kvm@vger.kernel.org
3481 S:      Supported
3482 F:      drivers/uio/uio_pci_generic.c
3483
3484 GFS2 FILE SYSTEM
3485 M:      Steven Whitehouse <swhiteho@redhat.com>
3486 L:      cluster-devel@redhat.com
3487 W:      http://sources.redhat.com/cluster/
3488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3490 S:      Supported
3491 F:      Documentation/filesystems/gfs2*.txt
3492 F:      fs/gfs2/
3493 F:      include/uapi/linux/gfs2_ondisk.h
3494
3495 GIGASET ISDN DRIVERS
3496 M:      Hansjoerg Lipp <hjlipp@web.de>
3497 M:      Tilman Schmidt <tilman@imap.cc>
3498 L:      gigaset307x-common@lists.sourceforge.net
3499 W:      http://gigaset307x.sourceforge.net/
3500 S:      Maintained
3501 F:      Documentation/isdn/README.gigaset
3502 F:      drivers/isdn/gigaset/
3503 F:      include/uapi/linux/gigaset_dev.h
3504
3505 GPIO SUBSYSTEM
3506 M:      Grant Likely <grant.likely@secretlab.ca>
3507 M:      Linus Walleij <linus.walleij@linaro.org>
3508 S:      Maintained
3509 T:      git git://git.secretlab.ca/git/linux-2.6.git
3510 F:      Documentation/gpio.txt
3511 F:      drivers/gpio/
3512 F:      include/linux/gpio*
3513 F:      include/asm-generic/gpio.h
3514
3515 GRE DEMULTIPLEXER DRIVER
3516 M:      Dmitry Kozlov <xeb@mail.ru>
3517 L:      netdev@vger.kernel.org
3518 S:      Maintained
3519 F:      net/ipv4/gre.c
3520 F:      include/net/gre.h
3521
3522 GRETH 10/100/1G Ethernet MAC device driver
3523 M:      Kristoffer Glembo <kristoffer@gaisler.com>
3524 L:      netdev@vger.kernel.org
3525 S:      Maintained
3526 F:      drivers/net/ethernet/aeroflex/
3527
3528 GSPCA FINEPIX SUBDRIVER
3529 M:      Frank Zago <frank@zago.net>
3530 L:      linux-media@vger.kernel.org
3531 T:      git git://linuxtv.org/media_tree.git
3532 S:      Maintained
3533 F:      drivers/media/usb/gspca/finepix.c
3534
3535 GSPCA GL860 SUBDRIVER
3536 M:      Olivier Lorin <o.lorin@laposte.net>
3537 L:      linux-media@vger.kernel.org
3538 T:      git git://linuxtv.org/media_tree.git
3539 S:      Maintained
3540 F:      drivers/media/usb/gspca/gl860/
3541
3542 GSPCA M5602 SUBDRIVER
3543 M:      Erik Andren <erik.andren@gmail.com>
3544 L:      linux-media@vger.kernel.org
3545 T:      git git://linuxtv.org/media_tree.git
3546 S:      Maintained
3547 F:      drivers/media/usb/gspca/m5602/
3548
3549 GSPCA PAC207 SONIXB SUBDRIVER
3550 M:      Hans de Goede <hdegoede@redhat.com>
3551 L:      linux-media@vger.kernel.org
3552 T:      git git://linuxtv.org/media_tree.git
3553 S:      Maintained
3554 F:      drivers/media/usb/gspca/pac207.c
3555
3556 GSPCA SN9C20X SUBDRIVER
3557 M:      Brian Johnson <brijohn@gmail.com>
3558 L:      linux-media@vger.kernel.org
3559 T:      git git://linuxtv.org/media_tree.git
3560 S:      Maintained
3561 F:      drivers/media/usb/gspca/sn9c20x.c
3562
3563 GSPCA T613 SUBDRIVER
3564 M:      Leandro Costantino <lcostantino@gmail.com>
3565 L:      linux-media@vger.kernel.org
3566 T:      git git://linuxtv.org/media_tree.git
3567 S:      Maintained
3568 F:      drivers/media/usb/gspca/t613.c
3569
3570 GSPCA USB WEBCAM DRIVER
3571 M:      Hans de Goede <hdegoede@redhat.com>
3572 L:      linux-media@vger.kernel.org
3573 T:      git git://linuxtv.org/media_tree.git
3574 S:      Maintained
3575 F:      drivers/media/usb/gspca/
3576
3577 STK1160 USB VIDEO CAPTURE DRIVER
3578 M:      Ezequiel Garcia <elezegarcia@gmail.com>
3579 L:      linux-media@vger.kernel.org
3580 T:      git git://linuxtv.org/media_tree.git
3581 S:      Maintained
3582 F:      drivers/media/usb/stk1160/
3583
3584 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3585 M:      Frank Seidel <frank@f-seidel.de>
3586 L:      platform-driver-x86@vger.kernel.org
3587 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3588 S:      Maintained
3589 F:      drivers/platform/x86/hdaps.c
3590
3591 HWPOISON MEMORY FAILURE HANDLING
3592 M:      Andi Kleen <andi@firstfloor.org>
3593 L:      linux-mm@kvack.org
3594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3595 S:      Maintained
3596 F:      mm/memory-failure.c
3597 F:      mm/hwpoison-inject.c
3598
3599 HYPERVISOR VIRTUAL CONSOLE DRIVER
3600 L:      linuxppc-dev@lists.ozlabs.org
3601 S:      Odd Fixes
3602 F:      drivers/tty/hvc/
3603
3604 HARDWARE MONITORING
3605 M:      Jean Delvare <khali@linux-fr.org>
3606 M:      Guenter Roeck <linux@roeck-us.net>
3607 L:      lm-sensors@lm-sensors.org
3608 W:      http://www.lm-sensors.org/
3609 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3611 S:      Maintained
3612 F:      Documentation/hwmon/
3613 F:      drivers/hwmon/
3614 F:      include/linux/hwmon*.h
3615
3616 HARDWARE RANDOM NUMBER GENERATOR CORE
3617 M:      Matt Mackall <mpm@selenic.com>
3618 M:      Herbert Xu <herbert@gondor.apana.org.au>
3619 S:      Odd fixes
3620 F:      Documentation/hw_random.txt
3621 F:      drivers/char/hw_random/
3622 F:      include/linux/hw_random.h
3623
3624 HARDWARE SPINLOCK CORE
3625 M:      Ohad Ben-Cohen <ohad@wizery.com>
3626 S:      Maintained
3627 F:      Documentation/hwspinlock.txt
3628 F:      drivers/hwspinlock/hwspinlock_*
3629 F:      include/linux/hwspinlock.h
3630
3631 HARMONY SOUND DRIVER
3632 L:      linux-parisc@vger.kernel.org
3633 S:      Maintained
3634 F:      sound/parisc/harmony.*
3635
3636 HD29L2 MEDIA DRIVER
3637 M:      Antti Palosaari <crope@iki.fi>
3638 L:      linux-media@vger.kernel.org
3639 W:      http://linuxtv.org/
3640 W:      http://palosaari.fi/linux/
3641 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3642 T:      git git://linuxtv.org/anttip/media_tree.git
3643 S:      Maintained
3644 F:      drivers/media/dvb-frontends/hd29l2*
3645
3646 HEWLETT-PACKARD SMART2 RAID DRIVER
3647 M:      Chirag Kantharia <chirag.kantharia@hp.com>
3648 L:      iss_storagedev@hp.com
3649 S:      Maintained
3650 F:      Documentation/blockdev/cpqarray.txt
3651 F:      drivers/block/cpqarray.*
3652
3653 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3654 M:      "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3655 L:      iss_storagedev@hp.com
3656 S:      Supported
3657 F:      Documentation/scsi/hpsa.txt
3658 F:      drivers/scsi/hpsa*.[ch]
3659 F:      include/linux/cciss*.h
3660 F:      include/uapi/linux/cciss*.h
3661
3662 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3663 M:      Mike Miller <mike.miller@hp.com>
3664 L:      iss_storagedev@hp.com
3665 S:      Supported
3666 F:      Documentation/blockdev/cciss.txt
3667 F:      drivers/block/cciss*
3668 F:      include/linux/cciss_ioctl.h
3669 F:      include/uapi/linux/cciss_ioctl.h
3670
3671 HFS FILESYSTEM
3672 L:      linux-fsdevel@vger.kernel.org
3673 S:      Orphan
3674 F:      Documentation/filesystems/hfs.txt
3675 F:      fs/hfs/
3676
3677 HGA FRAMEBUFFER DRIVER
3678 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3679 L:      linux-nvidia@lists.surfsouth.com
3680 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3681 S:      Maintained
3682 F:      drivers/video/hgafb.c
3683
3684 HIBERNATION (aka Software Suspend, aka swsusp)
3685 M:      Pavel Machek <pavel@ucw.cz>
3686 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
3687 L:      linux-pm@vger.kernel.org
3688 S:      Supported
3689 F:      arch/x86/power/
3690 F:      drivers/base/power/
3691 F:      kernel/power/
3692 F:      include/linux/suspend.h
3693 F:      include/linux/freezer.h
3694 F:      include/linux/pm.h
3695 F:      arch/*/include/asm/suspend*.h
3696
3697 HID CORE LAYER
3698 M:      Jiri Kosina <jkosina@suse.cz>
3699 L:      linux-input@vger.kernel.org
3700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3701 S:      Maintained
3702 F:      drivers/hid/
3703 F:      include/linux/hid*
3704 F:      include/uapi/linux/hid*
3705
3706 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3707 M:      Thomas Gleixner <tglx@linutronix.de>
3708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3709 S:      Maintained
3710 F:      Documentation/timers/
3711 F:      kernel/hrtimer.c
3712 F:      kernel/time/clockevents.c
3713 F:      kernel/time/tick*.*
3714 F:      kernel/time/timer_*.c
3715 F:      include/linux/clockchips.h
3716 F:      include/linux/hrtimer.h
3717
3718 HIGH-SPEED SCC DRIVER FOR AX.25
3719 L:      linux-hams@vger.kernel.org
3720 S:      Orphan
3721 F:      drivers/net/hamradio/dmascc.c
3722 F:      drivers/net/hamradio/scc.c
3723
3724 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3725 M:      HighPoint Linux Team <linux@highpoint-tech.com>
3726 W:      http://www.highpoint-tech.com
3727 S:      Supported
3728 F:      Documentation/scsi/hptiop.txt
3729 F:      drivers/scsi/hptiop.c
3730
3731 HIPPI
3732 M:      Jes Sorensen <jes@trained-monkey.org>
3733 L:      linux-hippi@sunsite.dk
3734 S:      Maintained
3735 F:      include/linux/hippidevice.h
3736 F:      include/uapi/linux/if_hippi.h
3737 F:      net/802/hippi.c
3738 F:      drivers/net/hippi/
3739
3740 HOST AP DRIVER
3741 M:      Jouni Malinen <j@w1.fi>
3742 L:      hostap@shmoo.com (subscribers-only)
3743 L:      linux-wireless@vger.kernel.org
3744 W:      http://hostap.epitest.fi/
3745 S:      Maintained
3746 F:      drivers/net/wireless/hostap/
3747
3748 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3749 L:      platform-driver-x86@vger.kernel.org
3750 S:      Orphan
3751 F:      drivers/platform/x86/tc1100-wmi.c
3752
3753 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3754 M:      Jaroslav Kysela <perex@perex.cz>
3755 S:      Maintained
3756 F:      drivers/net/ethernet/hp/hp100.*
3757
3758 HPET:   High Precision Event Timers driver
3759 M:      Clemens Ladisch <clemens@ladisch.de>
3760 S:      Maintained
3761 F:      Documentation/timers/hpet.txt
3762 F:      drivers/char/hpet.c
3763 F:      include/linux/hpet.h
3764 F:      include/uapi/linux/hpet.h
3765
3766 HPET:   x86
3767 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
3768 S:      Maintained
3769 F:      arch/x86/kernel/hpet.c
3770 F:      arch/x86/include/asm/hpet.h
3771
3772 HPFS FILESYSTEM
3773 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3774 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3775 S:      Maintained
3776 F:      fs/hpfs/
3777
3778 HSO 3G MODEM DRIVER
3779 M:      Jan Dumon <j.dumon@option.com>
3780 W:      http://www.pharscape.org
3781 S:      Maintained
3782 F:      drivers/net/usb/hso.c
3783
3784 HTCPEN TOUCHSCREEN DRIVER
3785 M:      Pau Oliva Fora <pof@eslack.org>
3786 L:      linux-input@vger.kernel.org
3787 S:      Maintained
3788 F:      drivers/input/touchscreen/htcpen.c
3789
3790 HUGETLB FILESYSTEM
3791 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
3792 S:      Maintained
3793 F:      fs/hugetlbfs/
3794
3795 Hyper-V CORE AND DRIVERS
3796 M:      K. Y. Srinivasan <kys@microsoft.com>
3797 M:      Haiyang Zhang <haiyangz@microsoft.com>
3798 L:      devel@linuxdriverproject.org
3799 S:      Maintained
3800 F:      drivers/hv/
3801 F:      drivers/hid/hid-hyperv.c
3802 F:      drivers/net/hyperv/
3803
3804 I2C OVER PARALLEL PORT
3805 M:      Jean Delvare <khali@linux-fr.org>
3806 L:      linux-i2c@vger.kernel.org
3807 S:      Maintained
3808 F:      Documentation/i2c/busses/i2c-parport
3809 F:      Documentation/i2c/busses/i2c-parport-light
3810 F:      drivers/i2c/busses/i2c-parport.c
3811 F:      drivers/i2c/busses/i2c-parport-light.c
3812
3813 I2C/SMBUS CONTROLLER DRIVERS FOR PC
3814 M:      Jean Delvare <khali@linux-fr.org>
3815 L:      linux-i2c@vger.kernel.org
3816 S:      Maintained
3817 F:      Documentation/i2c/busses/i2c-ali1535
3818 F:      Documentation/i2c/busses/i2c-ali1563
3819 F:      Documentation/i2c/busses/i2c-ali15x3
3820 F:      Documentation/i2c/busses/i2c-amd756
3821 F:      Documentation/i2c/busses/i2c-amd8111
3822 F:      Documentation/i2c/busses/i2c-i801
3823 F:      Documentation/i2c/busses/i2c-nforce2
3824 F:      Documentation/i2c/busses/i2c-piix4
3825 F:      Documentation/i2c/busses/i2c-sis5595
3826 F:      Documentation/i2c/busses/i2c-sis630
3827 F:      Documentation/i2c/busses/i2c-sis96x
3828 F:      Documentation/i2c/busses/i2c-via
3829 F:      Documentation/i2c/busses/i2c-viapro
3830 F:      drivers/i2c/busses/i2c-ali1535.c
3831 F:      drivers/i2c/busses/i2c-ali1563.c
3832 F:      drivers/i2c/busses/i2c-ali15x3.c
3833 F:      drivers/i2c/busses/i2c-amd756.c
3834 F:      drivers/i2c/busses/i2c-amd756-s4882.c
3835 F:      drivers/i2c/busses/i2c-amd8111.c
3836 F:      drivers/i2c/busses/i2c-i801.c
3837 F:      drivers/i2c/busses/i2c-isch.c
3838 F:      drivers/i2c/busses/i2c-nforce2.c
3839 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
3840 F:      drivers/i2c/busses/i2c-piix4.c
3841 F:      drivers/i2c/busses/i2c-sis5595.c
3842 F:      drivers/i2c/busses/i2c-sis630.c
3843 F:      drivers/i2c/busses/i2c-sis96x.c
3844 F:      drivers/i2c/busses/i2c-via.c
3845 F:      drivers/i2c/busses/i2c-viapro.c
3846
3847 I2C/SMBUS ISMT DRIVER
3848 M:      Seth Heasley <seth.heasley@intel.com>
3849 M:      Neil Horman <nhorman@tuxdriver.com>
3850 L:      linux-i2c@vger.kernel.org
3851 F:      drivers/i2c/busses/i2c-ismt.c
3852 F:      Documentation/i2c/busses/i2c-ismt
3853
3854 I2C/SMBUS STUB DRIVER
3855 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
3856 L:      linux-i2c@vger.kernel.org
3857 S:      Maintained
3858 F:      drivers/i2c/i2c-stub.c
3859
3860 I2C SUBSYSTEM
3861 M:      Wolfram Sang <wsa@the-dreams.de>
3862 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3863 L:      linux-i2c@vger.kernel.org
3864 W:      http://i2c.wiki.kernel.org/
3865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
3866 S:      Maintained
3867 F:      Documentation/i2c/
3868 F:      drivers/i2c/
3869 F:      include/linux/i2c.h
3870 F:      include/linux/i2c-*.h
3871 F:      include/uapi/linux/i2c.h
3872 F:      include/uapi/linux/i2c-*.h
3873
3874 I2C-TAOS-EVM DRIVER
3875 M:      Jean Delvare <khali@linux-fr.org>
3876 L:      linux-i2c@vger.kernel.org
3877 S:      Maintained
3878 F:      Documentation/i2c/busses/i2c-taos-evm
3879 F:      drivers/i2c/busses/i2c-taos-evm.c
3880
3881 I2C-TINY-USB DRIVER
3882 M:      Till Harbaum <till@harbaum.org>
3883 L:      linux-i2c@vger.kernel.org
3884 W:      http://www.harbaum.org/till/i2c_tiny_usb
3885 S:      Maintained
3886 F:      drivers/i2c/busses/i2c-tiny-usb.c
3887
3888 i386 BOOT CODE
3889 M:      "H. Peter Anvin" <hpa@zytor.com>
3890 S:      Maintained
3891 F:      arch/x86/boot/
3892
3893 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3894 M:      "H. Peter Anvin" <hpa@zytor.com>
3895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3896 S:      Maintained
3897
3898 IA64 (Itanium) PLATFORM
3899 M:      Tony Luck <tony.luck@intel.com>
3900 M:      Fenghua Yu <fenghua.yu@intel.com>
3901 L:      linux-ia64@vger.kernel.org
3902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3903 S:      Maintained
3904 F:      arch/ia64/
3905
3906 IBM Power in-Nest Crypto Acceleration
3907 M:      Kent Yoder <key@linux.vnet.ibm.com>
3908 L:      linux-crypto@vger.kernel.org
3909 S:      Supported
3910 F:      drivers/crypto/nx/
3911
3912 IBM Power 842 compression accelerator
3913 M:      Robert Jennings <rcj@linux.vnet.ibm.com>
3914 S:      Supported
3915 F:      drivers/crypto/nx/nx-842.c
3916 F:      include/linux/nx842.h
3917
3918 IBM Power Linux RAID adapter
3919 M:      Brian King <brking@us.ibm.com>
3920 S:      Supported
3921 F:      drivers/scsi/ipr.*
3922
3923 IBM Power Virtual Ethernet Device Driver
3924 M:      Santiago Leon <santil@linux.vnet.ibm.com>
3925 L:      netdev@vger.kernel.org
3926 S:      Supported
3927 F:      drivers/net/ethernet/ibm/ibmveth.*
3928
3929 IBM Power Virtual SCSI/FC Device Drivers
3930 M:      Robert Jennings <rcj@linux.vnet.ibm.com>
3931 L:      linux-scsi@vger.kernel.org
3932 S:      Supported
3933 F:      drivers/scsi/ibmvscsi/
3934 X:      drivers/scsi/ibmvscsi/ibmvstgt.c
3935
3936 IBM ServeRAID RAID DRIVER
3937 P:      Jack Hammer
3938 M:      Dave Jeffery <ipslinux@adaptec.com>
3939 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3940 S:      Supported
3941 F:      drivers/scsi/ips.*
3942
3943 ICH LPC AND GPIO DRIVER
3944 M:      Peter Tyser <ptyser@xes-inc.com>
3945 S:      Maintained
3946 F:      drivers/mfd/lpc_ich.c
3947 F:      drivers/gpio/gpio-ich.c
3948
3949 IDE SUBSYSTEM
3950 M:      "David S. Miller" <davem@davemloft.net>
3951 L:      linux-ide@vger.kernel.org
3952 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
3953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
3954 S:      Maintained
3955 F:      Documentation/ide/
3956 F:      drivers/ide/
3957 F:      include/linux/ide.h
3958
3959 IDEAPAD LAPTOP EXTRAS DRIVER
3960 M:      Ike Panhc <ike.pan@canonical.com>
3961 L:      platform-driver-x86@vger.kernel.org
3962 W:      http://launchpad.net/ideapad-laptop
3963 S:      Maintained
3964 F:      drivers/platform/x86/ideapad-laptop.c
3965
3966 IDE/ATAPI DRIVERS
3967 M:      Borislav Petkov <bp@alien8.de>
3968 L:      linux-ide@vger.kernel.org
3969 S:      Maintained
3970 F:      Documentation/cdrom/ide-cd
3971 F:      drivers/ide/ide-cd*
3972
3973 IDLE-I7300
3974 M:      Andy Henroid <andrew.d.henroid@intel.com>
3975 L:      linux-pm@vger.kernel.org
3976 S:      Supported
3977 F:      drivers/idle/i7300_idle.c
3978
3979 IEEE 802.15.4 SUBSYSTEM
3980 M:      Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
3981 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3982 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3983 W:      http://apps.sourceforge.net/trac/linux-zigbee
3984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3985 S:      Maintained
3986 F:      net/ieee802154/
3987 F:      net/mac802154/
3988 F:      drivers/net/ieee802154/
3989
3990 IGUANAWORKS USB IR TRANSCEIVER
3991 M:      Sean Young <sean@mess.org>
3992 L:      linux-media@vger.kernel.org
3993 S:      Maintained
3994 F:      drivers/media/rc/iguanair.c
3995
3996 IIO SUBSYSTEM AND DRIVERS
3997 M:      Jonathan Cameron <jic23@cam.ac.uk>
3998 L:      linux-iio@vger.kernel.org
3999 S:      Maintained
4000 F:      drivers/iio/
4001 F:      drivers/staging/iio/
4002
4003 IKANOS/ADI EAGLE ADSL USB DRIVER
4004 M:      Matthieu Castet <castet.matthieu@free.fr>
4005 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4006 S:      Maintained
4007 F:      drivers/usb/atm/ueagle-atm.c
4008
4009 INDUSTRY PACK SUBSYSTEM (IPACK)
4010 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4011 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4012 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4013 L:      industrypack-devel@lists.sourceforge.net
4014 W:      http://industrypack.sourceforge.net
4015 S:      Maintained
4016 F:      drivers/ipack/
4017
4018 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4019 M:      Mimi Zohar <zohar@us.ibm.com>
4020 S:      Supported
4021 F:      security/integrity/ima/
4022
4023 IMS TWINTURBO FRAMEBUFFER DRIVER
4024 L:      linux-fbdev@vger.kernel.org
4025 S:      Orphan
4026 F:      drivers/video/imsttfb.c
4027
4028 INFINIBAND SUBSYSTEM
4029 M:      Roland Dreier <roland@kernel.org>
4030 M:      Sean Hefty <sean.hefty@intel.com>
4031 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4032 L:      linux-rdma@vger.kernel.org
4033 W:      http://www.openfabrics.org/
4034 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4036 S:      Supported
4037 F:      Documentation/infiniband/
4038 F:      drivers/infiniband/
4039 F:      include/uapi/linux/if_infiniband.h
4040
4041 INOTIFY
4042 M:      John McCutchan <john@johnmccutchan.com>
4043 M:      Robert Love <rlove@rlove.org>
4044 M:      Eric Paris <eparis@parisplace.org>
4045 S:      Maintained
4046 F:      Documentation/filesystems/inotify.txt
4047 F:      fs/notify/inotify/
4048 F:      include/linux/inotify.h
4049 F:      include/uapi/linux/inotify.h
4050
4051 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4052 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4053 M:      Dmitry Torokhov <dtor@mail.ru>
4054 L:      linux-input@vger.kernel.org
4055 Q:      http://patchwork.kernel.org/project/linux-input/list/
4056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4057 S:      Maintained
4058 F:      drivers/input/
4059 F:      include/linux/input.h
4060 F:      include/uapi/linux/input.h
4061 F:      include/linux/input/
4062
4063 INPUT MULTITOUCH (MT) PROTOCOL
4064 M:      Henrik Rydberg <rydberg@euromail.se>
4065 L:      linux-input@vger.kernel.org
4066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4067 S:      Maintained
4068 F:      Documentation/input/multi-touch-protocol.txt
4069 F:      drivers/input/input-mt.c
4070 K:      \b(ABS|SYN)_MT_
4071
4072 INTEL C600 SERIES SAS CONTROLLER DRIVER
4073 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4074 M:      Lukasz Dorau <lukasz.dorau@intel.com>
4075 M:      Maciej Patelczyk <maciej.patelczyk@intel.com>
4076 M:      Dave Jiang <dave.jiang@intel.com>
4077 L:      linux-scsi@vger.kernel.org
4078 T:      git git://git.code.sf.net/p/intel-sas/isci
4079 S:      Supported
4080 F:      drivers/scsi/isci/
4081
4082 INTEL IDLE DRIVER
4083 M:      Len Brown <lenb@kernel.org>
4084 L:      linux-pm@vger.kernel.org
4085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4086 S:      Supported
4087 F:      drivers/idle/intel_idle.c
4088
4089 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4090 M:      Maik Broemme <mbroemme@plusserver.de>
4091 L:      linux-fbdev@vger.kernel.org
4092 S:      Maintained
4093 F:      Documentation/fb/intelfb.txt
4094 F:      drivers/video/intelfb/
4095
4096 INTEL 810/815 FRAMEBUFFER DRIVER
4097 M:      Antonino Daplas <adaplas@gmail.com>
4098 L:      linux-fbdev@vger.kernel.org
4099 S:      Maintained
4100 F:      drivers/video/i810/
4101
4102 INTEL MENLOW THERMAL DRIVER
4103 M:      Sujith Thomas <sujith.thomas@intel.com>
4104 L:      platform-driver-x86@vger.kernel.org
4105 W:      http://www.lesswatts.org/projects/acpi/
4106 S:      Supported
4107 F:      drivers/platform/x86/intel_menlow.c
4108
4109 INTEL IA32 MICROCODE UPDATE SUPPORT
4110 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4111 S:      Maintained
4112 F:      arch/x86/kernel/microcode_core.c
4113 F:      arch/x86/kernel/microcode_intel.c
4114
4115 INTEL I/OAT DMA DRIVER
4116 M:      Dan Williams <djbw@fb.com>
4117 S:      Maintained
4118 F:      drivers/dma/ioat*
4119
4120 INTEL IOMMU (VT-d)
4121 M:      David Woodhouse <dwmw2@infradead.org>
4122 L:      iommu@lists.linux-foundation.org
4123 T:      git git://git.infradead.org/iommu-2.6.git
4124 S:      Supported
4125 F:      drivers/iommu/intel-iommu.c
4126 F:      include/linux/intel-iommu.h
4127
4128 INTEL IOP-ADMA DMA DRIVER
4129 M:      Dan Williams <djbw@fb.com>
4130 S:      Odd fixes
4131 F:      drivers/dma/iop-adma.c
4132
4133 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
4134 M:      Krzysztof Halasa <khc@pm.waw.pl>
4135 S:      Maintained
4136 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
4137 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
4138 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4139 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
4140 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
4141 F:      drivers/net/wan/ixp4xx_hss.c
4142
4143 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
4144 M:      Deepak Saxena <dsaxena@plexity.net>
4145 S:      Maintained
4146 F:      drivers/char/hw_random/ixp4xx-rng.c
4147
4148 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
4149 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
4150 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
4151 M:      Bruce Allan <bruce.w.allan@intel.com>
4152 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
4153 M:      Don Skidmore <donald.c.skidmore@intel.com>
4154 M:      Greg Rose <gregory.v.rose@intel.com>
4155 M:      Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
4156 M:      Alex Duyck <alexander.h.duyck@intel.com>
4157 M:      John Ronciak <john.ronciak@intel.com>
4158 M:      Tushar Dave <tushar.n.dave@intel.com>
4159 L:      e1000-devel@lists.sourceforge.net
4160 W:      http://www.intel.com/support/feedback.htm
4161 W:      http://e1000.sourceforge.net/
4162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
4164 S:      Supported
4165 F:      Documentation/networking/e100.txt
4166 F:      Documentation/networking/e1000.txt
4167 F:      Documentation/networking/e1000e.txt
4168 F:      Documentation/networking/igb.txt
4169 F:      Documentation/networking/igbvf.txt
4170 F:      Documentation/networking/ixgb.txt
4171 F:      Documentation/networking/ixgbe.txt
4172 F:      Documentation/networking/ixgbevf.txt
4173 F:      drivers/net/ethernet/intel/
4174
4175 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4176 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
4177 L:      linux-wireless@vger.kernel.org
4178 S:      Maintained
4179 F:      Documentation/networking/README.ipw2100
4180 F:      Documentation/networking/README.ipw2200
4181 F:      drivers/net/wireless/ipw2x00/
4182
4183 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4184 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
4185 M:      Gang Wei <gang.wei@intel.com>
4186 M:      Shane Wang <shane.wang@intel.com>
4187 L:      tboot-devel@lists.sourceforge.net
4188 W:      http://tboot.sourceforge.net
4189 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4190 S:      Supported
4191 F:      Documentation/intel_txt.txt
4192 F:      include/linux/tboot.h
4193 F:      arch/x86/kernel/tboot.c
4194
4195 INTEL WIRELESS WIMAX CONNECTION 2400
4196 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
4197 M:      linux-wimax@intel.com
4198 L:      wimax@linuxwimax.org
4199 S:      Supported
4200 W:      http://linuxwimax.org
4201 F:      Documentation/wimax/README.i2400m
4202 F:      drivers/net/wimax/i2400m/
4203 F:      include/uapi/linux/wimax/i2400m.h
4204
4205 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4206 M:      Stanislaw Gruszka <sgruszka@redhat.com>
4207 L:      linux-wireless@vger.kernel.org
4208 S:      Supported
4209 F:      drivers/net/wireless/iwlegacy/
4210
4211 INTEL WIRELESS WIFI LINK (iwlwifi)
4212 M:      Johannes Berg <johannes.berg@intel.com>
4213 M:      Wey-Yi Guy <wey-yi.w.guy@intel.com>
4214 M:      Intel Linux Wireless <ilw@linux.intel.com>
4215 L:      linux-wireless@vger.kernel.org
4216 W:      http://intellinuxwireless.org
4217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4218 S:      Supported
4219 F:      drivers/net/wireless/iwlwifi/
4220
4221 INTEL MANAGEMENT ENGINE (mei)
4222 M:      Tomas Winkler <tomas.winkler@intel.com>
4223 L:      linux-kernel@vger.kernel.org
4224 S:      Supported
4225 F:      include/uapi/linux/mei.h
4226 F:      drivers/misc/mei/*
4227 F:      Documentation/misc-devices/mei/*
4228
4229 IOC3 ETHERNET DRIVER
4230 M:      Ralf Baechle <ralf@linux-mips.org>
4231 L:      linux-mips@linux-mips.org
4232 S:      Maintained
4233 F:      drivers/net/ethernet/sgi/ioc3-eth.c
4234
4235 IOC3 SERIAL DRIVER
4236 M:      Pat Gefre <pfg@sgi.com>
4237 L:      linux-serial@vger.kernel.org
4238 S:      Maintained
4239 F:      drivers/tty/serial/ioc3_serial.c
4240
4241 IP MASQUERADING
4242 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
4243 S:      Maintained
4244 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
4245
4246 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4247 M:      Francois Romieu <romieu@fr.zoreil.com>
4248 M:      Sorbica Shieh <sorbica@icplus.com.tw>
4249 L:      netdev@vger.kernel.org
4250 S:      Maintained
4251 F:      drivers/net/ethernet/icplus/ipg.*
4252
4253 IPATH DRIVER
4254 M:      Mike Marciniszyn <infinipath@intel.com>
4255 L:      linux-rdma@vger.kernel.org
4256 S:      Maintained
4257 F:      drivers/infiniband/hw/ipath/
4258
4259 IPMI SUBSYSTEM
4260 M:      Corey Minyard <minyard@acm.org>
4261 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4262 W:      http://openipmi.sourceforge.net/
4263 S:      Supported
4264 F:      Documentation/IPMI.txt
4265 F:      drivers/char/ipmi/
4266 F:      include/linux/ipmi*
4267 F:      include/uapi/linux/ipmi*
4268
4269 IPS SCSI RAID DRIVER
4270 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4271 L:      linux-scsi@vger.kernel.org
4272 W:      http://www.adaptec.com/
4273 S:      Maintained
4274 F:      drivers/scsi/ips*
4275
4276 IPVS
4277 M:      Wensong Zhang <wensong@linux-vs.org>
4278 M:      Simon Horman <horms@verge.net.au>
4279 M:      Julian Anastasov <ja@ssi.bg>
4280 L:      netdev@vger.kernel.org
4281 L:      lvs-devel@vger.kernel.org
4282 S:      Maintained
4283 F:      Documentation/networking/ipvs-sysctl.txt
4284 F:      include/net/ip_vs.h
4285 F:      include/uapi/linux/ip_vs.h
4286 F:      net/netfilter/ipvs/
4287
4288 IPWIRELESS DRIVER
4289 M:      Jiri Kosina <jkosina@suse.cz>
4290 M:      David Sterba <dsterba@suse.cz>
4291 S:      Odd Fixes
4292 F:      drivers/tty/ipwireless/
4293
4294 IPX NETWORK LAYER
4295 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4296 L:      netdev@vger.kernel.org
4297 S:      Maintained
4298 F:      include/net/ipx.h
4299 F:      include/uapi/linux/ipx.h
4300 F:      net/ipx/
4301
4302 IRDA SUBSYSTEM
4303 M:      Samuel Ortiz <samuel@sortiz.org>
4304 L:      irda-users@lists.sourceforge.net (subscribers-only)
4305 L:      netdev@vger.kernel.org
4306 W:      http://irda.sourceforge.net/
4307 S:      Maintained
4308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4309 F:      Documentation/networking/irda.txt
4310 F:      drivers/net/irda/
4311 F:      include/net/irda/
4312 F:      net/irda/
4313
4314 IRQ SUBSYSTEM
4315 M:      Thomas Gleixner <tglx@linutronix.de>
4316 S:      Maintained
4317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4318 F:      kernel/irq/
4319
4320 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4321 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4322 M:      Grant Likely <grant.likely@secretlab.ca>
4323 T:      git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
4324 S:      Maintained
4325 F:      Documentation/IRQ-domain.txt
4326 F:      include/linux/irqdomain.h
4327 F:      kernel/irq/irqdomain.c
4328
4329 ISAPNP
4330 M:      Jaroslav Kysela <perex@perex.cz>
4331 S:      Maintained
4332 F:      Documentation/isapnp.txt
4333 F:      drivers/pnp/isapnp/
4334 F:      include/linux/isapnp.h
4335
4336 ISA RADIO MODULE
4337 M:      Hans Verkuil <hverkuil@xs4all.nl>
4338 L:      linux-media@vger.kernel.org
4339 T:      git git://linuxtv.org/media_tree.git
4340 W:      http://linuxtv.org
4341 S:      Maintained
4342 F:      drivers/media/radio/radio-isa*
4343
4344 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4345 M:      Peter Jones <pjones@redhat.com>
4346 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
4347 S:      Maintained
4348 F:      drivers/firmware/iscsi_ibft*
4349
4350 ISCSI
4351 M:      Mike Christie <michaelc@cs.wisc.edu>
4352 L:      open-iscsi@googlegroups.com
4353 W:      www.open-iscsi.org
4354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4355 S:      Maintained
4356 F:      drivers/scsi/*iscsi*
4357 F:      include/scsi/*iscsi*
4358
4359 ISDN SUBSYSTEM
4360 M:      Karsten Keil <isdn@linux-pingi.de>
4361 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4362 L:      netdev@vger.kernel.org
4363 W:      http://www.isdn4linux.de
4364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4365 S:      Maintained
4366 F:      Documentation/isdn/
4367 F:      drivers/isdn/
4368 F:      include/linux/isdn.h
4369 F:      include/linux/isdn/
4370 F:      include/uapi/linux/isdn.h
4371 F:      include/uapi/linux/isdn/
4372
4373 ISDN SUBSYSTEM (Eicon active card driver)
4374 M:      Armin Schindler <mac@melware.de>
4375 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4376 W:      http://www.melware.de
4377 S:      Maintained
4378 F:      drivers/isdn/hardware/eicon/
4379
4380 IT87 HARDWARE MONITORING DRIVER
4381 M:      Jean Delvare <khali@linux-fr.org>
4382 L:      lm-sensors@lm-sensors.org
4383 S:      Maintained
4384 F:      Documentation/hwmon/it87
4385 F:      drivers/hwmon/it87.c
4386
4387 IT913X MEDIA DRIVER
4388 M:      Malcolm Priestley <tvboxspy@gmail.com>
4389 L:      linux-media@vger.kernel.org
4390 W:      http://linuxtv.org/
4391 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4392 S:      Maintained
4393 F:      drivers/media/usb/dvb-usb-v2/it913x*
4394
4395 IT913X FE MEDIA DRIVER
4396 M:      Malcolm Priestley <tvboxspy@gmail.com>
4397 L:      linux-media@vger.kernel.org
4398 W:      http://linuxtv.org/
4399 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4400 S:      Maintained
4401 F:      drivers/media/dvb-frontends/it913x-fe*
4402
4403 IVTV VIDEO4LINUX DRIVER
4404 M:      Andy Walls <awalls@md.metrocast.net>
4405 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4406 L:      linux-media@vger.kernel.org
4407 T:      git git://linuxtv.org/media_tree.git
4408 W:      http://www.ivtvdriver.org
4409 S:      Maintained
4410 F:      Documentation/video4linux/*.ivtv
4411 F:      drivers/media/pci/ivtv/
4412 F:      include/uapi/linux/ivtv*
4413
4414 IX2505V MEDIA DRIVER
4415 M:      Malcolm Priestley <tvboxspy@gmail.com>
4416 L:      linux-media@vger.kernel.org
4417 W:      http://linuxtv.org/
4418 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4419 S:      Maintained
4420 F:      drivers/media/dvb-frontends/ix2505v*
4421
4422 JC42.4 TEMPERATURE SENSOR DRIVER
4423 M:      Guenter Roeck <linux@roeck-us.net>
4424 L:      lm-sensors@lm-sensors.org
4425 S:      Maintained
4426 F:      drivers/hwmon/jc42.c
4427 F:      Documentation/hwmon/jc42
4428
4429 JFS FILESYSTEM
4430 M:      Dave Kleikamp <shaggy@kernel.org>
4431 L:      jfs-discussion@lists.sourceforge.net
4432 W:      http://jfs.sourceforge.net/
4433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4434 S:      Maintained
4435 F:      Documentation/filesystems/jfs.txt
4436 F:      fs/jfs/
4437
4438 JME NETWORK DRIVER
4439 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
4440 L:      netdev@vger.kernel.org
4441 S:      Maintained
4442 F:      drivers/net/ethernet/jme.*
4443
4444 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4445 M:      David Woodhouse <dwmw2@infradead.org>
4446 L:      linux-mtd@lists.infradead.org
4447 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
4448 S:      Maintained
4449 F:      fs/jffs2/
4450 F:      include/uapi/linux/jffs2.h
4451
4452 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4453 M:      Andrew Morton <akpm@linux-foundation.org>
4454 M:      Jan Kara <jack@suse.cz>
4455 L:      linux-ext4@vger.kernel.org
4456 S:      Maintained
4457 F:      fs/jbd/
4458 F:      include/linux/jbd.h
4459
4460 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4461 M:      "Theodore Ts'o" <tytso@mit.edu>
4462 L:      linux-ext4@vger.kernel.org
4463 S:      Maintained
4464 F:      fs/jbd2/
4465 F:      include/linux/jbd2.h
4466
4467 JSM Neo PCI based serial card
4468 M:      Lucas Tavares <lucaskt@linux.vnet.ibm.com>
4469 L:      linux-serial@vger.kernel.org
4470 S:      Maintained
4471 F:      drivers/tty/serial/jsm/
4472
4473 K10TEMP HARDWARE MONITORING DRIVER
4474 M:      Clemens Ladisch <clemens@ladisch.de>
4475 L:      lm-sensors@lm-sensors.org
4476 S:      Maintained
4477 F:      Documentation/hwmon/k10temp
4478 F:      drivers/hwmon/k10temp.c
4479
4480 K8TEMP HARDWARE MONITORING DRIVER
4481 M:      Rudolf Marek <r.marek@assembler.cz>
4482 L:      lm-sensors@lm-sensors.org
4483 S:      Maintained
4484 F:      Documentation/hwmon/k8temp
4485 F:      drivers/hwmon/k8temp.c
4486
4487 KCONFIG
4488 M:      Michal Marek <mmarek@suse.cz>
4489 L:      linux-kbuild@vger.kernel.org
4490 S:      Odd Fixes
4491 F:      Documentation/kbuild/kconfig-language.txt
4492 F:      scripts/kconfig/
4493
4494 KDUMP
4495 M:      Vivek Goyal <vgoyal@redhat.com>
4496 M:      Haren Myneni <hbabu@us.ibm.com>
4497 L:      kexec@lists.infradead.org
4498 W:      http://lse.sourceforge.net/kdump/
4499 S:      Maintained
4500 F:      Documentation/kdump/
4501
4502 KEENE FM RADIO TRANSMITTER DRIVER
4503 M:      Hans Verkuil <hverkuil@xs4all.nl>
4504 L:      linux-media@vger.kernel.org
4505 T:      git git://linuxtv.org/media_tree.git
4506 W:      http://linuxtv.org
4507 S:      Maintained
4508 F:      drivers/media/radio/radio-keene*
4509
4510 KERNEL AUTOMOUNTER v4 (AUTOFS4)
4511 M:      Ian Kent <raven@themaw.net>
4512 L:      autofs@vger.kernel.org
4513 S:      Maintained
4514 F:      fs/autofs4/
4515
4516 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4517 M:      Michal Marek <mmarek@suse.cz>
4518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4520 L:      linux-kbuild@vger.kernel.org
4521 S:      Maintained
4522 F:      Documentation/kbuild/
4523 F:      Makefile
4524 F:      scripts/Makefile.*
4525 F:      scripts/basic/
4526 F:      scripts/mk*
4527 F:      scripts/package/
4528
4529 KERNEL JANITORS
4530 L:      kernel-janitors@vger.kernel.org
4531 W:      http://kernelnewbies.org/KernelJanitors
4532 S:      Odd Fixes
4533
4534 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4535 M:      "J. Bruce Fields" <bfields@fieldses.org>
4536 L:      linux-nfs@vger.kernel.org
4537 W:      http://nfs.sourceforge.net/
4538 S:      Supported
4539 F:      fs/nfsd/
4540 F:      include/linux/nfsd/
4541 F:      include/uapi/linux/nfsd/
4542 F:      fs/lockd/
4543 F:      fs/nfs_common/
4544 F:      net/sunrpc/
4545 F:      include/linux/lockd/
4546 F:      include/linux/sunrpc/
4547 F:      include/uapi/linux/sunrpc/
4548
4549 KERNEL VIRTUAL MACHINE (KVM)
4550 M:      Marcelo Tosatti <mtosatti@redhat.com>
4551 M:      Gleb Natapov <gleb@redhat.com>
4552 L:      kvm@vger.kernel.org
4553 W:      http://kvm.qumranet.com
4554 S:      Supported
4555 F:      Documentation/*/kvm.txt
4556 F:      arch/*/kvm/
4557 F:      arch/*/include/asm/kvm*
4558 F:      include/linux/kvm*
4559 F:      include/uapi/linux/kvm*
4560 F:      virt/kvm/
4561
4562 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4563 M:      Joerg Roedel <joro@8bytes.org>
4564 L:      kvm@vger.kernel.org
4565 W:      http://kvm.qumranet.com
4566 S:      Maintained
4567 F:      arch/x86/include/asm/svm.h
4568 F:      arch/x86/kvm/svm.c
4569
4570 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4571 M:      Alexander Graf <agraf@suse.de>
4572 L:      kvm-ppc@vger.kernel.org
4573 W:      http://kvm.qumranet.com
4574 T:      git git://github.com/agraf/linux-2.6.git
4575 S:      Supported
4576 F:      arch/powerpc/include/asm/kvm*
4577 F:      arch/powerpc/kvm/
4578
4579 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4580 M:      Xiantao Zhang <xiantao.zhang@intel.com>
4581 L:      kvm-ia64@vger.kernel.org
4582 W:      http://kvm.qumranet.com
4583 S:      Supported
4584 F:      Documentation/ia64/kvm.txt
4585 F:      arch/ia64/include/asm/kvm*
4586 F:      arch/ia64/kvm/
4587
4588 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4589 M:      Christian Borntraeger <borntraeger@de.ibm.com>
4590 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
4591 M:      linux390@de.ibm.com
4592 L:      linux-s390@vger.kernel.org
4593 W:      http://www.ibm.com/developerworks/linux/linux390/
4594 S:      Supported
4595 F:      Documentation/s390/kvm.txt
4596 F:      arch/s390/include/asm/kvm*
4597 F:      arch/s390/kvm/
4598 F:      drivers/s390/kvm/
4599
4600 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
4601 M:      Christoffer Dall <cdall@cs.columbia.edu>
4602 L:      kvmarm@lists.cs.columbia.edu
4603 W:      http://systems.cs.columbia.edu/projects/kvm-arm
4604 S:      Maintained
4605 F:      arch/arm/include/uapi/asm/kvm*
4606 F:      arch/arm/include/asm/kvm*
4607 F:      arch/arm/kvm/
4608
4609 KEXEC
4610 M:      Eric Biederman <ebiederm@xmission.com>
4611 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
4612 L:      kexec@lists.infradead.org
4613 S:      Maintained
4614 F:      include/linux/kexec.h
4615 F:      include/uapi/linux/kexec.h
4616 F:      kernel/kexec.c
4617
4618 KEYS/KEYRINGS:
4619 M:      David Howells <dhowells@redhat.com>
4620 L:      keyrings@linux-nfs.org
4621 S:      Maintained
4622 F:      Documentation/security/keys.txt
4623 F:      include/linux/key.h
4624 F:      include/linux/key-type.h
4625 F:      include/keys/
4626 F:      security/keys/
4627
4628 KEYS-TRUSTED
4629 M:      David Safford <safford@watson.ibm.com>
4630 M:      Mimi Zohar <zohar@us.ibm.com>
4631 L:      linux-security-module@vger.kernel.org
4632 L:      keyrings@linux-nfs.org
4633 S:      Supported
4634 F:      Documentation/security/keys-trusted-encrypted.txt
4635 F:      include/keys/trusted-type.h
4636 F:      security/keys/trusted.c
4637 F:      security/keys/trusted.h
4638
4639 KEYS-ENCRYPTED
4640 M:      Mimi Zohar <zohar@us.ibm.com>
4641 M:      David Safford <safford@watson.ibm.com>
4642 L:      linux-security-module@vger.kernel.org
4643 L:      keyrings@linux-nfs.org
4644 S:      Supported
4645 F:      Documentation/security/keys-trusted-encrypted.txt
4646 F:      include/keys/encrypted-type.h
4647 F:      security/keys/encrypted-keys/
4648
4649 KGDB / KDB /debug_core
4650 M:      Jason Wessel <jason.wessel@windriver.com>
4651 W:      http://kgdb.wiki.kernel.org/
4652 L:      kgdb-bugreport@lists.sourceforge.net
4653 S:      Maintained
4654 F:      Documentation/DocBook/kgdb.tmpl
4655 F:      drivers/misc/kgdbts.c
4656 F:      drivers/tty/serial/kgdboc.c
4657 F:      include/linux/kdb.h
4658 F:      include/linux/kgdb.h
4659 F:      kernel/debug/
4660
4661 KMEMCHECK
4662 M:      Vegard Nossum <vegardno@ifi.uio.no>
4663 M:      Pekka Enberg <penberg@kernel.org>
4664 S:      Maintained
4665 F:      Documentation/kmemcheck.txt
4666 F:      arch/x86/include/asm/kmemcheck.h
4667 F:      arch/x86/mm/kmemcheck/
4668 F:      include/linux/kmemcheck.h
4669 F:      mm/kmemcheck.c
4670
4671 KMEMLEAK
4672 M:      Catalin Marinas <catalin.marinas@arm.com>
4673 S:      Maintained
4674 F:      Documentation/kmemleak.txt
4675 F:      include/linux/kmemleak.h
4676 F:      mm/kmemleak.c
4677 F:      mm/kmemleak-test.c
4678
4679 KPROBES
4680 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4681 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4682 M:      "David S. Miller" <davem@davemloft.net>
4683 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4684 S:      Maintained
4685 F:      Documentation/kprobes.txt
4686 F:      include/linux/kprobes.h
4687 F:      kernel/kprobes.c
4688
4689 KS0108 LCD CONTROLLER DRIVER
4690 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4691 W:      http://miguelojeda.es/auxdisplay.htm
4692 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4693 S:      Maintained
4694 F:      Documentation/auxdisplay/ks0108
4695 F:      drivers/auxdisplay/ks0108.c
4696 F:      include/linux/ks0108.h
4697
4698 LAPB module
4699 L:      linux-x25@vger.kernel.org
4700 S:      Orphan
4701 F:      Documentation/networking/lapb-module.txt
4702 F:      include/*/lapb.h
4703 F:      net/lapb/
4704
4705 LASI 53c700 driver for PARISC
4706 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4707 L:      linux-scsi@vger.kernel.org
4708 S:      Maintained
4709 F:      Documentation/scsi/53c700.txt
4710 F:      drivers/scsi/53c700*
4711
4712 LED SUBSYSTEM
4713 M:      Bryan Wu <cooloney@gmail.com>
4714 M:      Richard Purdie <rpurdie@rpsys.net>
4715 L:      linux-leds@vger.kernel.org
4716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4717 S:      Maintained
4718 F:      drivers/leds/
4719 F:      include/linux/leds.h
4720
4721 LEGACY EEPROM DRIVER
4722 M:      Jean Delvare <khali@linux-fr.org>
4723 S:      Maintained
4724 F:      Documentation/misc-devices/eeprom
4725 F:      drivers/misc/eeprom/eeprom.c
4726
4727 LEGO USB Tower driver
4728 M:      Juergen Stuber <starblue@users.sourceforge.net>
4729 L:      legousb-devel@lists.sourceforge.net
4730 W:      http://legousb.sourceforge.net/
4731 S:      Maintained
4732 F:      drivers/usb/misc/legousbtower.c
4733
4734 LG2160 MEDIA DRIVER
4735 M:      Michael Krufky <mkrufky@linuxtv.org>
4736 L:      linux-media@vger.kernel.org
4737 W:      http://linuxtv.org/
4738 W:      http://github.com/mkrufky
4739 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4740 T:      git git://linuxtv.org/mkrufky/tuners.git
4741 S:      Maintained
4742 F:      drivers/media/dvb-frontends/lg2160.*
4743
4744 LGDT3305 MEDIA DRIVER
4745 M:      Michael Krufky <mkrufky@linuxtv.org>
4746 L:      linux-media@vger.kernel.org
4747 W:      http://linuxtv.org/
4748 W:      http://github.com/mkrufky
4749 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4750 T:      git git://linuxtv.org/mkrufky/tuners.git
4751 S:      Maintained
4752 F:      drivers/media/dvb-frontends/lgdt3305.*
4753
4754 LGUEST
4755 M:      Rusty Russell <rusty@rustcorp.com.au>
4756 L:      lguest@lists.ozlabs.org
4757 W:      http://lguest.ozlabs.org/
4758 S:      Odd Fixes
4759 F:      arch/x86/include/asm/lguest*.h
4760 F:      arch/x86/lguest/
4761 F:      drivers/lguest/
4762 F:      include/linux/lguest*.h
4763 F:      tools/lguest/
4764
4765 LINUX FOR IBM pSERIES (RS/6000)
4766 M:      Paul Mackerras <paulus@au.ibm.com>
4767 W:      http://www.ibm.com/linux/ltc/projects/ppc
4768 S:      Supported
4769 F:      arch/powerpc/boot/rs6000.h
4770
4771 LINUX FOR POWERPC (32-BIT AND 64-BIT)
4772 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4773 M:      Paul Mackerras <paulus@samba.org>
4774 W:      http://www.penguinppc.org/
4775 L:      linuxppc-dev@lists.ozlabs.org
4776 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4778 S:      Supported
4779 F:      Documentation/powerpc/
4780 F:      arch/powerpc/
4781
4782 LINUX FOR POWER MACINTOSH
4783 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4784 W:      http://www.penguinppc.org/
4785 L:      linuxppc-dev@lists.ozlabs.org
4786 S:      Maintained
4787 F:      arch/powerpc/platforms/powermac/
4788 F:      drivers/macintosh/
4789
4790 LINUX FOR POWERPC EMBEDDED MPC5XXX
4791 M:      Anatolij Gustschin <agust@denx.de>
4792 L:      linuxppc-dev@lists.ozlabs.org
4793 T:      git git://git.denx.de/linux-2.6-agust.git
4794 S:      Maintained
4795 F:      arch/powerpc/platforms/512x/
4796 F:      arch/powerpc/platforms/52xx/
4797
4798 LINUX FOR POWERPC EMBEDDED PPC4XX
4799 M:      Josh Boyer <jwboyer@gmail.com>
4800 M:      Matt Porter <mporter@kernel.crashing.org>
4801 W:      http://www.penguinppc.org/
4802 L:      linuxppc-dev@lists.ozlabs.org
4803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4804 S:      Maintained
4805 F:      arch/powerpc/platforms/40x/
4806 F:      arch/powerpc/platforms/44x/
4807
4808 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4809 M:      Grant Likely <grant.likely@secretlab.ca>
4810 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4811 L:      linuxppc-dev@lists.ozlabs.org
4812 T:      git git://git.secretlab.ca/git/linux-2.6.git
4813 S:      Maintained
4814 F:      arch/powerpc/*/*virtex*
4815 F:      arch/powerpc/*/*/*virtex*
4816
4817 LINUX FOR POWERPC EMBEDDED PPC8XX
4818 M:      Vitaly Bordug <vitb@kernel.crashing.org>
4819 M:      Marcelo Tosatti <marcelo@kvack.org>
4820 W:      http://www.penguinppc.org/
4821 L:      linuxppc-dev@lists.ozlabs.org
4822 S:      Maintained
4823 F:      arch/powerpc/platforms/8xx/
4824
4825 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4826 M:      Kumar Gala <galak@kernel.crashing.org>
4827 W:      http://www.penguinppc.org/
4828 L:      linuxppc-dev@lists.ozlabs.org
4829 S:      Maintained
4830 F:      arch/powerpc/platforms/83xx/
4831 F:      arch/powerpc/platforms/85xx/
4832
4833 LINUX FOR POWERPC PA SEMI PWRFICIENT
4834 M:      Olof Johansson <olof@lixom.net>
4835 L:      linuxppc-dev@lists.ozlabs.org
4836 S:      Maintained
4837 F:      arch/powerpc/platforms/pasemi/
4838 F:      drivers/*/*pasemi*
4839 F:      drivers/*/*/*pasemi*
4840
4841 LINUX SECURITY MODULE (LSM) FRAMEWORK
4842 M:      Chris Wright <chrisw@sous-sol.org>
4843 L:      linux-security-module@vger.kernel.org
4844 S:      Supported
4845
4846 LIS3LV02D ACCELEROMETER DRIVER
4847 M:      Eric Piel <eric.piel@tremplin-utc.net>
4848 S:      Maintained
4849 F:      Documentation/misc-devices/lis3lv02d
4850 F:      drivers/misc/lis3lv02d/
4851 F:      drivers/platform/x86/hp_accel.c
4852
4853 LLC (802.2)
4854 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4855 S:      Maintained
4856 F:      include/linux/llc.h
4857 F:      include/uapi/linux/llc.h
4858 F:      include/net/llc*
4859 F:      net/llc/
4860
4861 LM73 HARDWARE MONITOR DRIVER
4862 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
4863 L:      lm-sensors@lm-sensors.org
4864 S:      Maintained
4865 F:      drivers/hwmon/lm73.c
4866
4867 LM78 HARDWARE MONITOR DRIVER
4868 M:      Jean Delvare <khali@linux-fr.org>
4869 L:      lm-sensors@lm-sensors.org
4870 S:      Maintained
4871 F:      Documentation/hwmon/lm78
4872 F:      drivers/hwmon/lm78.c
4873
4874 LM83 HARDWARE MONITOR DRIVER
4875 M:      Jean Delvare <khali@linux-fr.org>
4876 L:      lm-sensors@lm-sensors.org
4877 S:      Maintained
4878 F:      Documentation/hwmon/lm83
4879 F:      drivers/hwmon/lm83.c
4880
4881 LM90 HARDWARE MONITOR DRIVER
4882 M:      Jean Delvare <khali@linux-fr.org>
4883 L:      lm-sensors@lm-sensors.org
4884 S:      Maintained
4885 F:      Documentation/hwmon/lm90
4886 F:      drivers/hwmon/lm90.c
4887
4888 LME2510 MEDIA DRIVER
4889 M:      Malcolm Priestley <tvboxspy@gmail.com>
4890 L:      linux-media@vger.kernel.org
4891 W:      http://linuxtv.org/
4892 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4893 S:      Maintained
4894 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
4895
4896 LOCKDEP AND LOCKSTAT
4897 M:      Peter Zijlstra <peterz@infradead.org>
4898 M:      Ingo Molnar <mingo@redhat.com>
4899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4900 S:      Maintained
4901 F:      Documentation/lockdep*.txt
4902 F:      Documentation/lockstat.txt
4903 F:      include/linux/lockdep.h
4904 F:      kernel/lockdep*
4905
4906 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4907 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
4908 L:      linux-ntfs-dev@lists.sourceforge.net
4909 W:      http://www.linux-ntfs.org/content/view/19/37/
4910 S:      Maintained
4911 F:      Documentation/ldm.txt
4912 F:      block/partitions/ldm.*
4913
4914 LogFS
4915 M:      Joern Engel <joern@logfs.org>
4916 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
4917 L:      logfs@logfs.org
4918 W:      logfs.org
4919 S:      Maintained
4920 F:      fs/logfs/
4921
4922 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4923 M:      Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
4924 M:      Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
4925 M:      support@lsi.com
4926 L:      DL-MPTFusionLinux@lsi.com
4927 L:      linux-scsi@vger.kernel.org
4928 W:      http://www.lsilogic.com/support
4929 S:      Supported
4930 F:      drivers/message/fusion/
4931 F:      drivers/scsi/mpt2sas/
4932 F:      drivers/scsi/mpt3sas/
4933
4934 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4935 M:      Matthew Wilcox <matthew@wil.cx>
4936 L:      linux-scsi@vger.kernel.org
4937 S:      Maintained
4938 F:      drivers/scsi/sym53c8xx_2/
4939
4940 LTC4261 HARDWARE MONITOR DRIVER
4941 M:      Guenter Roeck <linux@roeck-us.net>
4942 L:      lm-sensors@lm-sensors.org
4943 S:      Maintained
4944 F:      Documentation/hwmon/ltc4261
4945 F:      drivers/hwmon/ltc4261.c
4946
4947 LTP (Linux Test Project)
4948 M:      Shubham Goyal <shubham@linux.vnet.ibm.com>
4949 M:      Mike Frysinger <vapier@gentoo.org>
4950 M:      Cyril Hrubis <chrubis@suse.cz>
4951 M:      Caspar Zhang <caspar@casparzhang.com>
4952 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
4953 L:      ltp-list@lists.sourceforge.net (subscribers-only)
4954 W:      http://ltp.sourceforge.net/
4955 T:      git git://github.com/linux-test-project/ltp.git
4956 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4957 S:      Maintained
4958
4959 M32R ARCHITECTURE
4960 M:      Hirokazu Takata <takata@linux-m32r.org>
4961 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4962 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4963 W:      http://www.linux-m32r.org/
4964 S:      Maintained
4965 F:      arch/m32r/
4966
4967 M68K ARCHITECTURE
4968 M:      Geert Uytterhoeven <geert@linux-m68k.org>
4969 L:      linux-m68k@lists.linux-m68k.org
4970 W:      http://www.linux-m68k.org/
4971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4972 S:      Maintained
4973 F:      arch/m68k/
4974 F:      drivers/zorro/
4975
4976 M68K ON APPLE MACINTOSH
4977 M:      Joshua Thompson <funaho@jurai.org>
4978 W:      http://www.mac.linux-m68k.org/
4979 L:      linux-m68k@lists.linux-m68k.org
4980 S:      Maintained
4981 F:      arch/m68k/mac/
4982
4983 M68K ON HP9000/300
4984 M:      Philip Blundell <philb@gnu.org>
4985 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
4986 S:      Maintained
4987 F:      arch/m68k/hp300/
4988
4989 M88RS2000 MEDIA DRIVER
4990 M:      Malcolm Priestley <tvboxspy@gmail.com>
4991 L:      linux-media@vger.kernel.org
4992 W:      http://linuxtv.org/
4993 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4994 S:      Maintained
4995 F:      drivers/media/dvb-frontends/m88rs2000*
4996
4997 MA901 MASTERKIT USB FM RADIO DRIVER
4998 M:      Alexey Klimov <klimov.linux@gmail.com>
4999 L:      linux-media@vger.kernel.org
5000 T:      git git://linuxtv.org/media_tree.git
5001 S:      Maintained
5002 F:      drivers/media/radio/radio-ma901.c
5003
5004 MAC80211
5005 M:      Johannes Berg <johannes@sipsolutions.net>
5006 L:      linux-wireless@vger.kernel.org
5007 W:      http://wireless.kernel.org/
5008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5010 S:      Maintained
5011 F:      Documentation/networking/mac80211-injection.txt
5012 F:      include/net/mac80211.h
5013 F:      net/mac80211/
5014
5015 MAC80211 PID RATE CONTROL
5016 M:      Stefano Brivio <stefano.brivio@polimi.it>
5017 M:      Mattias Nissler <mattias.nissler@gmx.de>
5018 L:      linux-wireless@vger.kernel.org
5019 W:      http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
5020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5022 S:      Maintained
5023 F:      net/mac80211/rc80211_pid*
5024
5025 MACVLAN DRIVER
5026 M:      Patrick McHardy <kaber@trash.net>
5027 L:      netdev@vger.kernel.org
5028 S:      Maintained
5029 F:      drivers/net/macvlan.c
5030 F:      include/linux/if_macvlan.h
5031
5032 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5033 M:      Michael Kerrisk <mtk.manpages@gmail.com>
5034 W:      http://www.kernel.org/doc/man-pages
5035 L:      linux-man@vger.kernel.org
5036 S:      Maintained
5037
5038 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5039 M:      Mirko Lindner <mlindner@marvell.com>
5040 M:      Stephen Hemminger <stephen@networkplumber.org>
5041 L:      netdev@vger.kernel.org
5042 S:      Maintained
5043 F:      drivers/net/ethernet/marvell/sk*
5044
5045 MARVELL LIBERTAS WIRELESS DRIVER
5046 M:      Dan Williams <dcbw@redhat.com>
5047 L:      libertas-dev@lists.infradead.org
5048 S:      Maintained
5049 F:      drivers/net/wireless/libertas/
5050
5051 MARVELL MV643XX ETHERNET DRIVER
5052 M:      Lennert Buytenhek <buytenh@wantstofly.org>
5053 L:      netdev@vger.kernel.org
5054 S:      Maintained
5055 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
5056 F:      include/linux/mv643xx.h
5057
5058 MARVELL MVNETA ETHERNET DRIVER
5059 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5060 L:      netdev@vger.kernel.org
5061 S:      Maintained
5062 F:      drivers/net/ethernet/marvell/mvneta.*
5063
5064 MARVELL MWIFIEX WIRELESS DRIVER
5065 M:      Bing Zhao <bzhao@marvell.com>
5066 L:      linux-wireless@vger.kernel.org
5067 S:      Maintained
5068 F:      drivers/net/wireless/mwifiex/
5069
5070 MARVELL MWL8K WIRELESS DRIVER
5071 M:      Lennert Buytenhek <buytenh@wantstofly.org>
5072 L:      linux-wireless@vger.kernel.org
5073 S:      Odd Fixes
5074 F:      drivers/net/wireless/mwl8k.c
5075
5076 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
5077 M:      Nicolas Pitre <nico@fluxnic.net>
5078 S:      Odd Fixes
5079 F:      drivers/mmc/host/mvsdio.*
5080
5081 MATROX FRAMEBUFFER DRIVER
5082 L:      linux-fbdev@vger.kernel.org
5083 S:      Orphan
5084 F:      drivers/video/matrox/matroxfb_*
5085 F:      include/uapi/linux/matroxfb.h
5086
5087 MAX16065 HARDWARE MONITOR DRIVER
5088 M:      Guenter Roeck <linux@roeck-us.net>
5089 L:      lm-sensors@lm-sensors.org
5090 S:      Maintained
5091 F:      Documentation/hwmon/max16065
5092 F:      drivers/hwmon/max16065.c
5093
5094 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5095 M:      "Hans J. Koch" <hjk@hansjkoch.de>
5096 L:      lm-sensors@lm-sensors.org
5097 S:      Maintained
5098 F:      Documentation/hwmon/max6650
5099 F:      drivers/hwmon/max6650.c
5100
5101 MAXIRADIO FM RADIO RECEIVER DRIVER
5102 M:      Hans Verkuil <hverkuil@xs4all.nl>
5103 L:      linux-media@vger.kernel.org
5104 T:      git git://linuxtv.org/media_tree.git
5105 W:      http://linuxtv.org
5106 S:      Maintained
5107 F:      drivers/media/radio/radio-maxiradio*
5108
5109 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
5110 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
5111 P:      LinuxTV.org Project
5112 L:      linux-media@vger.kernel.org
5113 W:      http://linuxtv.org
5114 Q:      http://patchwork.kernel.org/project/linux-media/list/
5115 T:      git git://linuxtv.org/media_tree.git
5116 S:      Maintained
5117 F:      Documentation/dvb/
5118 F:      Documentation/video4linux/
5119 F:      Documentation/DocBook/media/
5120 F:      drivers/media/
5121 F:      drivers/staging/media/
5122 F:      include/media/
5123 F:      include/uapi/linux/dvb/
5124 F:      include/uapi/linux/videodev2.h
5125 F:      include/uapi/linux/media.h
5126 F:      include/uapi/linux/v4l2-*
5127 F:      include/uapi/linux/meye.h
5128 F:      include/uapi/linux/ivtv*
5129 F:      include/uapi/linux/uvcvideo.h
5130
5131 MEDIAVISION PRO MOVIE STUDIO DRIVER
5132 M:      Hans Verkuil <hverkuil@xs4all.nl>
5133 L:      linux-media@vger.kernel.org
5134 T:      git git://linuxtv.org/media_tree.git
5135 W:      http://linuxtv.org
5136 S:      Odd Fixes
5137 F:      drivers/media/parport/pms*
5138
5139 MEGARAID SCSI DRIVERS
5140 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
5141 L:      linux-scsi@vger.kernel.org
5142 W:      http://megaraid.lsilogic.com
5143 S:      Maintained
5144 F:      Documentation/scsi/megaraid.txt
5145 F:      drivers/scsi/megaraid.*
5146 F:      drivers/scsi/megaraid/
5147
5148 MELLANOX ETHERNET DRIVER (mlx4_en)
5149 M:      Amir Vadai <amirv@mellanox.com>
5150 L:      netdev@vger.kernel.org
5151 S:      Supported
5152 W:      http://www.mellanox.com
5153 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5154 F:      drivers/net/ethernet/mellanox/mlx4/en_*
5155
5156 MEMORY MANAGEMENT
5157 L:      linux-mm@kvack.org
5158 W:      http://www.linux-mm.org
5159 S:      Maintained
5160 F:      include/linux/mm.h
5161 F:      mm/
5162
5163 MEMORY RESOURCE CONTROLLER
5164 M:      Johannes Weiner <hannes@cmpxchg.org>
5165 M:      Michal Hocko <mhocko@suse.cz>
5166 M:      Balbir Singh <bsingharora@gmail.com>
5167 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
5168 L:      cgroups@vger.kernel.org
5169 L:      linux-mm@kvack.org
5170 S:      Maintained
5171 F:      mm/memcontrol.c
5172 F:      mm/page_cgroup.c
5173
5174 MEMORY TECHNOLOGY DEVICES (MTD)
5175 M:      David Woodhouse <dwmw2@infradead.org>
5176 L:      linux-mtd@lists.infradead.org
5177 W:      http://www.linux-mtd.infradead.org/
5178 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
5179 T:      git git://git.infradead.org/mtd-2.6.git
5180 S:      Maintained
5181 F:      drivers/mtd/
5182 F:      include/linux/mtd/
5183 F:      include/uapi/mtd/
5184
5185 METAG ARCHITECTURE
5186 M:      James Hogan <james.hogan@imgtec.com>
5187 S:      Supported
5188 F:      arch/metag/
5189 F:      Documentation/metag/
5190 F:      Documentation/devicetree/bindings/metag/
5191 F:      drivers/clocksource/metag_generic.c
5192 F:      drivers/irqchip/irq-metag.c
5193 F:      drivers/irqchip/irq-metag-ext.c
5194 F:      drivers/tty/metag_da.c
5195 F:      fs/imgdafs/
5196
5197 MICROBLAZE ARCHITECTURE
5198 M:      Michal Simek <monstr@monstr.eu>
5199 L:      microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
5200 W:      http://www.monstr.eu/fdt/
5201 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
5202 S:      Supported
5203 F:      arch/microblaze/
5204
5205 MICROTEK X6 SCANNER
5206 M:      Oliver Neukum <oliver@neukum.org>
5207 S:      Maintained
5208 F:      drivers/usb/image/microtek.*
5209
5210 MIPS
5211 M:      Ralf Baechle <ralf@linux-mips.org>
5212 L:      linux-mips@linux-mips.org
5213 W:      http://www.linux-mips.org/
5214 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
5215 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
5216 S:      Supported
5217 F:      Documentation/mips/
5218 F:      arch/mips/
5219
5220 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5221 M:      Hans Verkuil <hverkuil@xs4all.nl>
5222 L:      linux-media@vger.kernel.org
5223 T:      git git://linuxtv.org/media_tree.git
5224 W:      http://linuxtv.org
5225 S:      Odd Fixes
5226 F:      drivers/media/radio/radio-miropcm20*
5227
5228 MODULE SUPPORT
5229 M:      Rusty Russell <rusty@rustcorp.com.au>
5230 S:      Maintained
5231 F:      include/linux/module.h
5232 F:      kernel/module.c
5233
5234 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5235 W:      http://popies.net/meye/
5236 S:      Orphan
5237 F:      Documentation/video4linux/meye.txt
5238 F:      drivers/media/pci/meye/
5239 F:      include/uapi/linux/meye.h
5240
5241 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5242 M:      Jiri Slaby <jirislaby@gmail.com>
5243 S:      Maintained
5244 F:      Documentation/serial/moxa-smartio
5245 F:      drivers/tty/mxser.*
5246
5247 MR800 AVERMEDIA USB FM RADIO DRIVER
5248 M:      Alexey Klimov <klimov.linux@gmail.com>
5249 L:      linux-media@vger.kernel.org
5250 T:      git git://linuxtv.org/media_tree.git
5251 S:      Maintained
5252 F:      drivers/media/radio/radio-mr800.c
5253
5254 MSI LAPTOP SUPPORT
5255 M:      "Lee, Chun-Yi" <jlee@suse.com>
5256 L:      platform-driver-x86@vger.kernel.org
5257 S:      Maintained
5258 F:      drivers/platform/x86/msi-laptop.c
5259
5260 MSI WMI SUPPORT
5261 M:      Anisse Astier <anisse@astier.eu>
5262 L:      platform-driver-x86@vger.kernel.org
5263 S:      Supported
5264 F:      drivers/platform/x86/msi-wmi.c
5265
5266 MT9M032 SENSOR DRIVER
5267 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5268 L:      linux-media@vger.kernel.org
5269 T:      git git://linuxtv.org/media_tree.git
5270 S:      Maintained
5271 F:      drivers/media/i2c/mt9m032.c
5272 F:      include/media/mt9m032.h
5273
5274 MT9P031 SENSOR DRIVER
5275 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5276 L:      linux-media@vger.kernel.org
5277 T:      git git://linuxtv.org/media_tree.git
5278 S:      Maintained
5279 F:      drivers/media/i2c/mt9p031.c
5280 F:      include/media/mt9p031.h
5281
5282 MT9T001 SENSOR DRIVER
5283 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5284 L:      linux-media@vger.kernel.org
5285 T:      git git://linuxtv.org/media_tree.git
5286 S:      Maintained
5287 F:      drivers/media/i2c/mt9t001.c
5288 F:      include/media/mt9t001.h
5289
5290 MT9V032 SENSOR DRIVER
5291 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5292 L:      linux-media@vger.kernel.org
5293 T:      git git://linuxtv.org/media_tree.git
5294 S:      Maintained
5295 F:      drivers/media/i2c/mt9v032.c
5296 F:      include/media/mt9v032.h
5297
5298 MULTIFUNCTION DEVICES (MFD)
5299 M:      Samuel Ortiz <sameo@linux.intel.com>
5300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
5301 S:      Supported
5302 F:      drivers/mfd/
5303
5304 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5305 M:      Chris Ball <cjb@laptop.org>
5306 L:      linux-mmc@vger.kernel.org
5307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5308 S:      Maintained
5309 F:      drivers/mmc/
5310 F:      include/linux/mmc/
5311 F:      include/uapi/linux/mmc/
5312
5313 MULTIMEDIA CARD (MMC) ETC. OVER SPI
5314 S:      Orphan
5315 F:      drivers/mmc/host/mmc_spi.c
5316 F:      include/linux/spi/mmc_spi.h
5317
5318 MULTISOUND SOUND DRIVER
5319 M:      Andrew Veliath <andrewtv@usa.net>
5320 S:      Maintained
5321 F:      Documentation/sound/oss/MultiSound
5322 F:      sound/oss/msnd*
5323
5324 MULTITECH MULTIPORT CARD (ISICOM)
5325 S:      Orphan
5326 F:      drivers/tty/isicom.c
5327 F:      include/linux/isicom.h
5328
5329 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5330 M:      Felipe Balbi <balbi@ti.com>
5331 L:      linux-usb@vger.kernel.org
5332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5333 S:      Maintained
5334 F:      drivers/usb/musb/
5335
5336 MXL5007T MEDIA DRIVER
5337 M:      Michael Krufky <mkrufky@linuxtv.org>
5338 L:      linux-media@vger.kernel.org
5339 W:      http://linuxtv.org/
5340 W:      http://github.com/mkrufky
5341 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5342 T:      git git://linuxtv.org/mkrufky/tuners.git
5343 S:      Maintained
5344 F:      drivers/media/tuners/mxl5007t.*
5345
5346 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5347 M:      Andrew Gallatin <gallatin@myri.com>
5348 L:      netdev@vger.kernel.org
5349 W:      http://www.myri.com/scs/download-Myri10GE.html
5350 S:      Supported
5351 F:      drivers/net/ethernet/myricom/myri10ge/
5352
5353 NATSEMI ETHERNET DRIVER (DP8381x)
5354 S:      Orphan
5355 F:      drivers/net/ethernet/natsemi/natsemi.c
5356
5357 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5358 M:      Daniel Mack <zonque@gmail.com>
5359 S:      Maintained
5360 L:      alsa-devel@alsa-project.org
5361 W:      http://www.native-instruments.com
5362 F:      sound/usb/caiaq/
5363
5364 NCP FILESYSTEM
5365 M:      Petr Vandrovec <petr@vandrovec.name>
5366 S:      Odd Fixes
5367 F:      fs/ncpfs/
5368
5369 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5370 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5371 L:      linux-scsi@vger.kernel.org
5372 S:      Maintained
5373 F:      drivers/scsi/NCR_D700.*
5374
5375 NETEFFECT IWARP RNIC DRIVER (IW_NES)
5376 M:      Faisal Latif <faisal.latif@intel.com>
5377 L:      linux-rdma@vger.kernel.org
5378 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5379 S:      Supported
5380 F:      drivers/infiniband/hw/nes/
5381
5382 NETEM NETWORK EMULATOR
5383 M:      Stephen Hemminger <stephen@networkplumber.org>
5384 L:      netem@lists.linux-foundation.org
5385 S:      Maintained
5386 F:      net/sched/sch_netem.c
5387
5388 NETERION 10GbE DRIVERS (s2io/vxge)
5389 M:      Jon Mason <jdmason@kudzu.us>
5390 L:      netdev@vger.kernel.org
5391 S:      Supported
5392 F:      Documentation/networking/s2io.txt
5393 F:      Documentation/networking/vxge.txt
5394 F:      drivers/net/ethernet/neterion/
5395
5396 NETFILTER/IPTABLES/IPCHAINS
5397 P:      Harald Welte
5398 P:      Jozsef Kadlecsik
5399 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5400 M:      Patrick McHardy <kaber@trash.net>
5401 L:      netfilter-devel@vger.kernel.org
5402 L:      netfilter@vger.kernel.org
5403 L:      coreteam@netfilter.org
5404 W:      http://www.netfilter.org/
5405 W:      http://www.iptables.org/
5406 T:      git git://1984.lsi.us.es/nf
5407 T:      git git://1984.lsi.us.es/nf-next
5408 S:      Supported
5409 F:      include/linux/netfilter*
5410 F:      include/linux/netfilter/
5411 F:      include/net/netfilter/
5412 F:      include/uapi/linux/netfilter*
5413 F:      include/uapi/linux/netfilter/
5414 F:      net/*/netfilter.c
5415 F:      net/*/netfilter/
5416 F:      net/netfilter/
5417
5418 NETLABEL
5419 M:      Paul Moore <paul@paul-moore.com>
5420 W:      http://netlabel.sf.net
5421 L:      netdev@vger.kernel.org
5422 S:      Maintained
5423 F:      Documentation/netlabel/
5424 F:      include/net/netlabel.h
5425 F:      net/netlabel/
5426
5427 NETROM NETWORK LAYER
5428 M:      Ralf Baechle <ralf@linux-mips.org>
5429 L:      linux-hams@vger.kernel.org
5430 W:      http://www.linux-ax25.org/
5431 S:      Maintained
5432 F:      include/net/netrom.h
5433 F:      include/uapi/linux/netrom.h
5434 F:      net/netrom/
5435
5436 NETWORK BLOCK DEVICE (NBD)
5437 M:      Paul Clements <Paul.Clements@steeleye.com>
5438 S:      Maintained
5439 F:      Documentation/blockdev/nbd.txt
5440 F:      drivers/block/nbd.c
5441 F:      include/linux/nbd.h
5442 F:      include/uapi/linux/nbd.h
5443
5444 NETWORK DROP MONITOR
5445 M:      Neil Horman <nhorman@tuxdriver.com>
5446 L:      netdev@vger.kernel.org
5447 S:      Maintained
5448 W:      https://fedorahosted.org/dropwatch/
5449 F:      net/core/drop_monitor.c
5450
5451 NETWORKING [GENERAL]
5452 M:      "David S. Miller" <davem@davemloft.net>
5453 L:      netdev@vger.kernel.org
5454 W:      http://www.linuxfoundation.org/en/Net
5455 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5458 S:      Maintained
5459 F:      net/
5460 F:      include/net/
5461 F:      include/linux/in.h
5462 F:      include/linux/net.h
5463 F:      include/linux/netdevice.h
5464 F:      include/uapi/linux/in.h
5465 F:      include/uapi/linux/net.h
5466 F:      include/uapi/linux/netdevice.h
5467
5468 NETWORKING [IPv4/IPv6]
5469 M:      "David S. Miller" <davem@davemloft.net>
5470 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5471 M:      James Morris <jmorris@namei.org>
5472 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5473 M:      Patrick McHardy <kaber@trash.net>
5474 L:      netdev@vger.kernel.org
5475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5476 S:      Maintained
5477 F:      net/ipv4/
5478 F:      net/ipv6/
5479 F:      include/net/ip*
5480 F:      arch/x86/net/*
5481
5482 NETWORKING [IPSEC]
5483 M:      Steffen Klassert <steffen.klassert@secunet.com>
5484 M:      Herbert Xu <herbert@gondor.apana.org.au>
5485 M:      "David S. Miller" <davem@davemloft.net>
5486 L:      netdev@vger.kernel.org
5487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5488 S:      Maintained
5489 F:      net/xfrm/
5490 F:      net/key/
5491 F:      net/ipv4/xfrm*
5492 F:      net/ipv6/xfrm*
5493 F:      include/uapi/linux/xfrm.h
5494 F:      include/net/xfrm.h
5495
5496 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5497 M:      Paul Moore <paul@paul-moore.com>
5498 L:      netdev@vger.kernel.org
5499 S:      Maintained
5500
5501 NETWORKING [WIRELESS]
5502 M:      "John W. Linville" <linville@tuxdriver.com>
5503 L:      linux-wireless@vger.kernel.org
5504 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
5505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5506 S:      Maintained
5507 F:      net/mac80211/
5508 F:      net/rfkill/
5509 F:      net/wireless/
5510 F:      include/net/ieee80211*
5511 F:      include/linux/wireless.h
5512 F:      include/uapi/linux/wireless.h
5513 F:      include/net/iw_handler.h
5514 F:      drivers/net/wireless/
5515
5516 NETWORKING DRIVERS
5517 L:      netdev@vger.kernel.org
5518 W:      http://www.linuxfoundation.org/en/Net
5519 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5522 S:      Odd Fixes
5523 F:      drivers/net/
5524 F:      include/linux/if_*
5525 F:      include/linux/netdevice.h
5526 F:      include/linux/arcdevice.h
5527 F:      include/linux/etherdevice.h
5528 F:      include/linux/fcdevice.h
5529 F:      include/linux/fddidevice.h
5530 F:      include/linux/hippidevice.h
5531 F:      include/linux/inetdevice.h
5532 F:      include/uapi/linux/if_*
5533 F:      include/uapi/linux/netdevice.h
5534
5535 NETXEN (1/10) GbE SUPPORT
5536 M:      Sony Chacko <sony.chacko@qlogic.com>
5537 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
5538 L:      netdev@vger.kernel.org
5539 W:      http://www.qlogic.com
5540 S:      Supported
5541 F:      drivers/net/ethernet/qlogic/netxen/
5542
5543 NFC SUBSYSTEM
5544 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5545 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5546 M:      Samuel Ortiz <sameo@linux.intel.com>
5547 L:      linux-wireless@vger.kernel.org
5548 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
5549 S:      Maintained
5550 F:      net/nfc/
5551 F:      include/net/nfc/
5552 F:      include/uapi/linux/nfc.h
5553 F:      drivers/nfc/
5554 F:      include/linux/platform_data/pn544.h
5555
5556 NFS, SUNRPC, AND LOCKD CLIENTS
5557 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
5558 L:      linux-nfs@vger.kernel.org
5559 W:      http://client.linux-nfs.org
5560 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5561 S:      Maintained
5562 F:      fs/lockd/
5563 F:      fs/nfs/
5564 F:      fs/nfs_common/
5565 F:      net/sunrpc/
5566 F:      include/linux/lockd/
5567 F:      include/linux/nfs*
5568 F:      include/linux/sunrpc/
5569 F:      include/uapi/linux/nfs*
5570 F:      include/uapi/linux/sunrpc/
5571
5572 NI5010 NETWORK DRIVER
5573 M:      Jan-Pascal van Best <janpascal@vanbest.org>
5574 M:      Andreas Mohr <andi@lisas.de>
5575 L:      netdev@vger.kernel.org
5576 S:      Maintained
5577 F:      drivers/net/ethernet/racal/ni5010.*
5578
5579 NILFS2 FILESYSTEM
5580 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5581 L:      linux-nilfs@vger.kernel.org
5582 W:      http://www.nilfs.org/en/
5583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5584 S:      Supported
5585 F:      Documentation/filesystems/nilfs2.txt
5586 F:      fs/nilfs2/
5587 F:      include/linux/nilfs2_fs.h
5588
5589 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5590 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5591 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5592 S:      Maintained
5593 F:      Documentation/scsi/NinjaSCSI.txt
5594 F:      drivers/scsi/pcmcia/nsp_*
5595
5596 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5597 M:      GOTO Masanori <gotom@debian.or.jp>
5598 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5599 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5600 S:      Maintained
5601 F:      Documentation/scsi/NinjaSCSI.txt
5602 F:      drivers/scsi/nsp32*
5603
5604 NTFS FILESYSTEM
5605 M:      Anton Altaparmakov <anton@tuxera.com>
5606 L:      linux-ntfs-dev@lists.sourceforge.net
5607 W:      http://www.tuxera.com/
5608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5609 S:      Supported
5610 F:      Documentation/filesystems/ntfs.txt
5611 F:      fs/ntfs/
5612
5613 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5614 M:      Antonino Daplas <adaplas@gmail.com>
5615 L:      linux-fbdev@vger.kernel.org
5616 S:      Maintained
5617 F:      drivers/video/riva/
5618 F:      drivers/video/nvidia/
5619
5620 OMAP SUPPORT
5621 M:      Tony Lindgren <tony@atomide.com>
5622 L:      linux-omap@vger.kernel.org
5623 W:      http://www.muru.com/linux/omap/
5624 W:      http://linux.omap.com/
5625 Q:      http://patchwork.kernel.org/project/linux-omap/list/
5626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5627 S:      Maintained
5628 F:      arch/arm/*omap*/
5629 F:      drivers/i2c/busses/i2c-omap.c
5630 F:      include/linux/i2c-omap.h
5631
5632 OMAP DEVICE TREE SUPPORT
5633 M:      Benoît Cousson <b-cousson@ti.com>
5634 M:      Tony Lindgren <tony@atomide.com>
5635 L:      linux-omap@vger.kernel.org
5636 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5637 S:      Maintained
5638 F:      arch/arm/boot/dts/*omap*
5639 F:      arch/arm/boot/dts/*am3*
5640
5641 OMAP CLOCK FRAMEWORK SUPPORT
5642 M:      Paul Walmsley <paul@pwsan.com>
5643 L:      linux-omap@vger.kernel.org
5644 S:      Maintained
5645 F:      arch/arm/*omap*/*clock*
5646
5647 OMAP POWER MANAGEMENT SUPPORT
5648 M:      Kevin Hilman <khilman@ti.com>
5649 L:      linux-omap@vger.kernel.org
5650 S:      Maintained
5651 F:      arch/arm/*omap*/*pm*
5652 F:      drivers/cpufreq/omap-cpufreq.c
5653
5654 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5655 M:      Rajendra Nayak <rnayak@ti.com>
5656 M:      Paul Walmsley <paul@pwsan.com>
5657 L:      linux-omap@vger.kernel.org
5658 S:      Maintained
5659 F:      arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5660 F:      arch/arm/mach-omap2/powerdomain44xx.c
5661 F:      arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5662 F:      arch/arm/mach-omap2/clockdomain44xx.c
5663
5664 OMAP AUDIO SUPPORT
5665 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
5666 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
5667 L:      alsa-devel@alsa-project.org (subscribers-only)
5668 L:      linux-omap@vger.kernel.org
5669 S:      Maintained
5670 F:      sound/soc/omap/
5671
5672 OMAP FRAMEBUFFER SUPPORT
5673 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5674 L:      linux-fbdev@vger.kernel.org
5675 L:      linux-omap@vger.kernel.org
5676 S:      Maintained
5677 F:      drivers/video/omap/
5678
5679 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5680 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5681 L:      linux-omap@vger.kernel.org
5682 L:      linux-fbdev@vger.kernel.org
5683 S:      Maintained
5684 F:      drivers/video/omap2/
5685 F:      Documentation/arm/OMAP/DSS
5686
5687 OMAP HARDWARE SPINLOCK SUPPORT
5688 M:      Ohad Ben-Cohen <ohad@wizery.com>
5689 L:      linux-omap@vger.kernel.org
5690 S:      Maintained
5691 F:      drivers/hwspinlock/omap_hwspinlock.c
5692 F:      arch/arm/mach-omap2/hwspinlock.c
5693
5694 OMAP MMC SUPPORT
5695 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
5696 L:      linux-omap@vger.kernel.org
5697 S:      Maintained
5698 F:      drivers/mmc/host/omap.c
5699
5700 OMAP HS MMC SUPPORT
5701 M:      Venkatraman S <svenkatr@ti.com>
5702 L:      linux-mmc@vger.kernel.org
5703 L:      linux-omap@vger.kernel.org
5704 S:      Maintained
5705 F:      drivers/mmc/host/omap_hsmmc.c
5706
5707 OMAP RANDOM NUMBER GENERATOR SUPPORT
5708 M:      Deepak Saxena <dsaxena@plexity.net>
5709 S:      Maintained
5710 F:      drivers/char/hw_random/omap-rng.c
5711
5712 OMAP HWMOD SUPPORT
5713 M:      Benoît Cousson <b-cousson@ti.com>
5714 M:      Paul Walmsley <paul@pwsan.com>
5715 L:      linux-omap@vger.kernel.org
5716 S:      Maintained
5717 F:      arch/arm/mach-omap2/omap_hwmod.*
5718
5719 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5720 M:      Benoît Cousson <b-cousson@ti.com>
5721 L:      linux-omap@vger.kernel.org
5722 S:      Maintained
5723 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5724
5725 OMAP IMAGE SIGNAL PROCESSOR (ISP)
5726 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5727 L:      linux-media@vger.kernel.org
5728 S:      Maintained
5729 F:      drivers/media/platform/omap3isp/
5730
5731 OMAP USB SUPPORT
5732 M:      Felipe Balbi <balbi@ti.com>
5733 L:      linux-usb@vger.kernel.org
5734 L:      linux-omap@vger.kernel.org
5735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5736 S:      Maintained
5737 F:      drivers/usb/*/*omap*
5738 F:      arch/arm/*omap*/usb*
5739
5740 OMAP GPIO DRIVER
5741 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
5742 M:      Kevin Hilman <khilman@ti.com>
5743 L:      linux-omap@vger.kernel.org
5744 S:      Maintained
5745 F:      drivers/gpio/gpio-omap.c
5746
5747 OMFS FILESYSTEM
5748 M:      Bob Copeland <me@bobcopeland.com>
5749 L:      linux-karma-devel@lists.sourceforge.net
5750 S:      Maintained
5751 F:      Documentation/filesystems/omfs.txt
5752 F:      fs/omfs/
5753
5754 OMNIKEY CARDMAN 4000 DRIVER
5755 M:      Harald Welte <laforge@gnumonks.org>
5756 S:      Maintained
5757 F:      drivers/char/pcmcia/cm4000_cs.c
5758 F:      include/linux/cm4000_cs.h
5759 F:      include/uapi/linux/cm4000_cs.h
5760
5761 OMNIKEY CARDMAN 4040 DRIVER
5762 M:      Harald Welte <laforge@gnumonks.org>
5763 S:      Maintained
5764 F:      drivers/char/pcmcia/cm4040_cs.*
5765
5766 OMNIVISION OV7670 SENSOR DRIVER
5767 M:      Jonathan Corbet <corbet@lwn.net>
5768 L:      linux-media@vger.kernel.org
5769 T:      git git://linuxtv.org/media_tree.git
5770 S:      Maintained
5771 F:      drivers/media/i2c/ov7670.c
5772
5773 ONENAND FLASH DRIVER
5774 M:      Kyungmin Park <kyungmin.park@samsung.com>
5775 L:      linux-mtd@lists.infradead.org
5776 S:      Maintained
5777 F:      drivers/mtd/onenand/
5778 F:      include/linux/mtd/onenand*.h
5779
5780 ONSTREAM SCSI TAPE DRIVER
5781 M:      Willem Riede <osst@riede.org>
5782 L:      osst-users@lists.sourceforge.net
5783 L:      linux-scsi@vger.kernel.org
5784 S:      Maintained
5785 F:      drivers/scsi/osst*
5786 F:      drivers/scsi/st*
5787
5788 OPENCORES I2C BUS DRIVER
5789 M:      Peter Korsgaard <jacmet@sunsite.dk>
5790 L:      linux-i2c@vger.kernel.org
5791 S:      Maintained
5792 F:      Documentation/i2c/busses/i2c-ocores
5793 F:      drivers/i2c/busses/i2c-ocores.c
5794
5795 OPEN FIRMWARE AND FLATTENED DEVICE TREE
5796 M:      Grant Likely <grant.likely@secretlab.ca>
5797 M:      Rob Herring <rob.herring@calxeda.com>
5798 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5799 W:      http://fdt.secretlab.ca
5800 T:      git git://git.secretlab.ca/git/linux-2.6.git
5801 S:      Maintained
5802 F:      Documentation/devicetree
5803 F:      drivers/of
5804 F:      include/linux/of*.h
5805 F:      scripts/dtc
5806 K:      of_get_property
5807 K:      of_match_table
5808
5809 OPENRISC ARCHITECTURE
5810 M:      Jonas Bonn <jonas@southpole.se>
5811 W:      http://openrisc.net
5812 L:      linux@lists.openrisc.net (moderated for non-subscribers)
5813 S:      Maintained
5814 T:      git git://openrisc.net/~jonas/linux
5815 F:      arch/openrisc
5816
5817 OPENVSWITCH
5818 M:      Jesse Gross <jesse@nicira.com>
5819 L:      dev@openvswitch.org
5820 W:      http://openvswitch.org
5821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5822 S:      Maintained
5823 F:      net/openvswitch/
5824
5825 OPL4 DRIVER
5826 M:      Clemens Ladisch <clemens@ladisch.de>
5827 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5828 T:      git git://git.alsa-project.org/alsa-kernel.git
5829 S:      Maintained
5830 F:      sound/drivers/opl4/
5831
5832 OPROFILE
5833 M:      Robert Richter <rric@kernel.org>
5834 L:      oprofile-list@lists.sf.net
5835 S:      Maintained
5836 F:      arch/*/include/asm/oprofile*.h
5837 F:      arch/*/oprofile/
5838 F:      drivers/oprofile/
5839 F:      include/linux/oprofile.h
5840
5841 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5842 M:      Mark Fasheh <mfasheh@suse.com>
5843 M:      Joel Becker <jlbec@evilplan.org>
5844 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
5845 W:      http://oss.oracle.com/projects/ocfs2/
5846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5847 S:      Supported
5848 F:      Documentation/filesystems/ocfs2.txt
5849 F:      Documentation/filesystems/dlmfs.txt
5850 F:      fs/ocfs2/
5851
5852 ORINOCO DRIVER
5853 L:      linux-wireless@vger.kernel.org
5854 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
5855 W:      http://www.nongnu.org/orinoco/
5856 S:      Orphan
5857 F:      drivers/net/wireless/orinoco/
5858
5859 OSD LIBRARY and FILESYSTEM
5860 M:      Boaz Harrosh <bharrosh@panasas.com>
5861 M:      Benny Halevy <bhalevy@tonian.com>
5862 L:      osd-dev@open-osd.org
5863 W:      http://open-osd.org
5864 T:      git git://git.open-osd.org/open-osd.git
5865 S:      Maintained
5866 F:      drivers/scsi/osd/
5867 F:      include/scsi/osd_*
5868 F:      fs/exofs/
5869
5870 P54 WIRELESS DRIVER
5871 M:      Christian Lamparter <chunkeey@googlemail.com>
5872 L:      linux-wireless@vger.kernel.org
5873 W:      http://wireless.kernel.org/en/users/Drivers/p54
5874 S:      Maintained
5875 F:      drivers/net/wireless/p54/
5876
5877 PA SEMI ETHERNET DRIVER
5878 M:      Olof Johansson <olof@lixom.net>
5879 L:      netdev@vger.kernel.org
5880 S:      Maintained
5881 F:      drivers/net/ethernet/pasemi/*
5882
5883 PA SEMI SMBUS DRIVER
5884 M:      Olof Johansson <olof@lixom.net>
5885 L:      linux-i2c@vger.kernel.org
5886 S:      Maintained
5887 F:      drivers/i2c/busses/i2c-pasemi.c
5888
5889 PADATA PARALLEL EXECUTION MECHANISM
5890 M:      Steffen Klassert <steffen.klassert@secunet.com>
5891 L:      linux-crypto@vger.kernel.org
5892 S:      Maintained
5893 F:      kernel/padata.c
5894 F:      include/linux/padata.h
5895 F:      Documentation/padata.txt
5896
5897 PANASONIC LAPTOP ACPI EXTRAS DRIVER
5898 M:      Harald Welte <laforge@gnumonks.org>
5899 L:      platform-driver-x86@vger.kernel.org
5900 S:      Maintained
5901 F:      drivers/platform/x86/panasonic-laptop.c
5902
5903 PANASONIC MN10300/AM33/AM34 PORT
5904 M:      David Howells <dhowells@redhat.com>
5905 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5906 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
5907 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5908 S:      Maintained
5909 F:      Documentation/mn10300/
5910 F:      arch/mn10300/
5911
5912 PARALLEL PORT SUPPORT
5913 L:      linux-parport@lists.infradead.org (subscribers-only)
5914 S:      Orphan
5915 F:      drivers/parport/
5916 F:      include/linux/parport*.h
5917 F:      drivers/char/ppdev.c
5918 F:      include/uapi/linux/ppdev.h
5919
5920 PARAVIRT_OPS INTERFACE
5921 M:      Jeremy Fitzhardinge <jeremy@goop.org>
5922 M:      Chris Wright <chrisw@sous-sol.org>
5923 M:      Alok Kataria <akataria@vmware.com>
5924 M:      Rusty Russell <rusty@rustcorp.com.au>
5925 L:      virtualization@lists.linux-foundation.org
5926 S:      Supported
5927 F:      Documentation/ia64/paravirt_ops.txt
5928 F:      arch/*/kernel/paravirt*
5929 F:      arch/*/include/asm/paravirt.h
5930
5931 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5932 M:      Tim Waugh <tim@cyberelk.net>
5933 L:      linux-parport@lists.infradead.org (subscribers-only)
5934 W:      http://www.torque.net/linux-pp.html
5935 S:      Maintained
5936 F:      Documentation/blockdev/paride.txt
5937 F:      drivers/block/paride/
5938
5939 PARISC ARCHITECTURE
5940 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
5941 M:      Helge Deller <deller@gmx.de>
5942 L:      linux-parisc@vger.kernel.org
5943 W:      http://www.parisc-linux.org/
5944 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
5945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5946 S:      Maintained
5947 F:      arch/parisc/
5948 F:      drivers/parisc/
5949
5950 PC87360 HARDWARE MONITORING DRIVER
5951 M:      Jim Cromie <jim.cromie@gmail.com>
5952 L:      lm-sensors@lm-sensors.org
5953 S:      Maintained
5954 F:      Documentation/hwmon/pc87360
5955 F:      drivers/hwmon/pc87360.c
5956
5957 PC8736x GPIO DRIVER
5958 M:      Jim Cromie <jim.cromie@gmail.com>
5959 S:      Maintained
5960 F:      drivers/char/pc8736x_gpio.c
5961
5962 PC87427 HARDWARE MONITORING DRIVER
5963 M:      Jean Delvare <khali@linux-fr.org>
5964 L:      lm-sensors@lm-sensors.org
5965 S:      Maintained
5966 F:      Documentation/hwmon/pc87427
5967 F:      drivers/hwmon/pc87427.c
5968
5969 PCA9532 LED DRIVER
5970 M:      Riku Voipio <riku.voipio@iki.fi>
5971 S:      Maintained
5972 F:      drivers/leds/leds-pca9532.c
5973 F:      include/linux/leds-pca9532.h
5974
5975 PCA9541 I2C BUS MASTER SELECTOR DRIVER
5976 M:      Guenter Roeck <linux@roeck-us.net>
5977 L:      linux-i2c@vger.kernel.org
5978 S:      Maintained
5979 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
5980
5981 PCDP - PRIMARY CONSOLE AND DEBUG PORT
5982 M:      Khalid Aziz <khalid@gonehiking.org>
5983 S:      Maintained
5984 F:      drivers/firmware/pcdp.*
5985
5986 PCI ERROR RECOVERY
5987 M:      Linas Vepstas <linasvepstas@gmail.com>
5988 L:      linux-pci@vger.kernel.org
5989 S:      Supported
5990 F:      Documentation/PCI/pci-error-recovery.txt
5991 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
5992
5993 PCI SUBSYSTEM
5994 M:      Bjorn Helgaas <bhelgaas@google.com>
5995 L:      linux-pci@vger.kernel.org
5996 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
5997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
5998 S:      Supported
5999 F:      Documentation/PCI/
6000 F:      drivers/pci/
6001 F:      include/linux/pci*
6002
6003 PCMCIA SUBSYSTEM
6004 P:      Linux PCMCIA Team
6005 L:      linux-pcmcia@lists.infradead.org
6006 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6008 S:      Maintained
6009 F:      Documentation/pcmcia/
6010 F:      drivers/pcmcia/
6011 F:      include/pcmcia/
6012
6013 PCNET32 NETWORK DRIVER
6014 M:      Don Fry <pcnet32@frontier.com>
6015 L:      netdev@vger.kernel.org
6016 S:      Maintained
6017 F:      drivers/net/ethernet/amd/pcnet32.c
6018
6019 PCRYPT PARALLEL CRYPTO ENGINE
6020 M:      Steffen Klassert <steffen.klassert@secunet.com>
6021 L:      linux-crypto@vger.kernel.org
6022 S:      Maintained
6023 F:      crypto/pcrypt.c
6024 F:      include/crypto/pcrypt.h
6025
6026 PER-CPU MEMORY ALLOCATOR
6027 M:      Tejun Heo <tj@kernel.org>
6028 M:      Christoph Lameter <cl@linux-foundation.org>
6029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6030 S:      Maintained
6031 F:      include/linux/percpu*.h
6032 F:      mm/percpu*.c
6033 F:      arch/*/include/asm/percpu.h
6034
6035 PER-TASK DELAY ACCOUNTING
6036 M:      Balbir Singh <bsingharora@gmail.com>
6037 S:      Maintained
6038 F:      include/linux/delayacct.h
6039 F:      kernel/delayacct.c
6040
6041 PERFORMANCE EVENTS SUBSYSTEM
6042 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
6043 M:      Paul Mackerras <paulus@samba.org>
6044 M:      Ingo Molnar <mingo@redhat.com>
6045 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6047 S:      Supported
6048 F:      kernel/events/*
6049 F:      include/linux/perf_event.h
6050 F:      include/uapi/linux/perf_event.h
6051 F:      arch/*/kernel/perf_event*.c
6052 F:      arch/*/kernel/*/perf_event*.c
6053 F:      arch/*/kernel/*/*/perf_event*.c
6054 F:      arch/*/include/asm/perf_event.h
6055 F:      arch/*/kernel/perf_callchain.c
6056 F:      tools/perf/
6057
6058 PERSONALITY HANDLING
6059 M:      Christoph Hellwig <hch@infradead.org>
6060 L:      linux-abi-devel@lists.sourceforge.net
6061 S:      Maintained
6062 F:      include/linux/personality.h
6063 F:      include/uapi/linux/personality.h
6064
6065 PHONET PROTOCOL
6066 M:      Remi Denis-Courmont <courmisch@gmail.com>
6067 S:      Supported
6068 F:      Documentation/networking/phonet.txt
6069 F:      include/linux/phonet.h
6070 F:      include/net/phonet/
6071 F:      include/uapi/linux/phonet.h
6072 F:      net/phonet/
6073
6074 PHRAM MTD DRIVER
6075 M:      Joern Engel <joern@lazybastard.org>
6076 L:      linux-mtd@lists.infradead.org
6077 S:      Maintained
6078 F:      drivers/mtd/devices/phram.c
6079
6080 PICOLCD HID DRIVER
6081 M:      Bruno Prémont <bonbons@linux-vserver.org>
6082 L:      linux-input@vger.kernel.org
6083 S:      Maintained
6084 F:      drivers/hid/hid-picolcd*
6085
6086 PICOXCELL SUPPORT
6087 M:      Jamie Iles <jamie@jamieiles.com>
6088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6089 T:      git git://github.com/jamieiles/linux-2.6-ji.git
6090 S:      Supported
6091 F:      arch/arm/mach-picoxcell
6092 F:      drivers/*/picoxcell*
6093 F:      drivers/*/*/picoxcell*
6094
6095 PIN CONTROL SUBSYSTEM
6096 M:      Linus Walleij <linus.walleij@linaro.org>
6097 S:      Maintained
6098 F:      drivers/pinctrl/
6099 F:      include/linux/pinctrl/
6100
6101 PIN CONTROLLER - ATMEL AT91
6102 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
6103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6104 S:      Maintained
6105 F:      drivers/pinctrl/pinctrl-at91.c
6106
6107 PIN CONTROLLER - ST SPEAR
6108 M:      Viresh Kumar <viresh.linux@gmail.com>
6109 L:      spear-devel@list.st.com
6110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6111 W:      http://www.st.com/spear
6112 S:      Maintained
6113 F:      drivers/pinctrl/spear/
6114
6115 PKTCDVD DRIVER
6116 M:      Jiri Kosina <jkosina@suse.cz>
6117 S:      Maintained
6118 F:      drivers/block/pktcdvd.c
6119 F:      include/linux/pktcdvd.h
6120 F:      include/uapi/linux/pktcdvd.h
6121
6122 PKUNITY SOC DRIVERS
6123 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6124 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6125 S:      Maintained
6126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6127 F:      drivers/input/serio/i8042-unicore32io.h
6128 F:      drivers/i2c/busses/i2c-puv3.c
6129 F:      drivers/video/fb-puv3.c
6130 F:      drivers/rtc/rtc-puv3.c
6131
6132 PMBUS HARDWARE MONITORING DRIVERS
6133 M:      Guenter Roeck <linux@roeck-us.net>
6134 L:      lm-sensors@lm-sensors.org
6135 W:      http://www.lm-sensors.org/
6136 W:      http://www.roeck-us.net/linux/drivers/
6137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6138 S:      Maintained
6139 F:      Documentation/hwmon/pmbus
6140 F:      drivers/hwmon/pmbus/
6141 F:      include/linux/i2c/pmbus.h
6142
6143 PMC SIERRA MaxRAID DRIVER
6144 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
6145 L:      linux-scsi@vger.kernel.org
6146 W:      http://www.pmc-sierra.com/
6147 S:      Supported
6148 F:      drivers/scsi/pmcraid.*
6149
6150 PMC SIERRA PM8001 DRIVER
6151 M:      jack_wang@usish.com
6152 M:      lindar_liu@usish.com
6153 L:      linux-scsi@vger.kernel.org
6154 S:      Supported
6155 F:      drivers/scsi/pm8001/
6156
6157 POSIX CLOCKS and TIMERS
6158 M:      Thomas Gleixner <tglx@linutronix.de>
6159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6160 S:      Supported
6161 F:      fs/timerfd.c
6162 F:      include/linux/timer*
6163 F:      kernel/*timer*
6164
6165 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6166 M:      Anton Vorontsov <cbou@mail.ru>
6167 M:      David Woodhouse <dwmw2@infradead.org>
6168 T:      git git://git.infradead.org/battery-2.6.git
6169 S:      Maintained
6170 F:      include/linux/power_supply.h
6171 F:      drivers/power/
6172
6173 PNP SUPPORT
6174 M:      Adam Belay <abelay@mit.edu>
6175 M:      Bjorn Helgaas <bhelgaas@google.com>
6176 S:      Maintained
6177 F:      drivers/pnp/
6178
6179 PNXxxxx I2C DRIVER
6180 M:      Vitaly Wool <vitalywool@gmail.com>
6181 L:      linux-i2c@vger.kernel.org
6182 S:      Maintained
6183 F:      drivers/i2c/busses/i2c-pnx.c
6184
6185 PPP PROTOCOL DRIVERS AND COMPRESSORS
6186 M:      Paul Mackerras <paulus@samba.org>
6187 L:      linux-ppp@vger.kernel.org
6188 S:      Maintained
6189 F:      drivers/net/ppp/ppp_*
6190
6191 PPP OVER ATM (RFC 2364)
6192 M:      Mitchell Blank Jr <mitch@sfgoth.com>
6193 S:      Maintained
6194 F:      net/atm/pppoatm.c
6195 F:      include/uapi/linux/atmppp.h
6196
6197 PPP OVER ETHERNET
6198 M:      Michal Ostrowski <mostrows@earthlink.net>
6199 S:      Maintained
6200 F:      drivers/net/ppp/pppoe.c
6201 F:      drivers/net/ppp/pppox.c
6202
6203 PPP OVER L2TP
6204 M:      James Chapman <jchapman@katalix.com>
6205 S:      Maintained
6206 F:      net/l2tp/l2tp_ppp.c
6207 F:      include/linux/if_pppol2tp.h
6208 F:      include/uapi/linux/if_pppol2tp.h
6209
6210 PPS SUPPORT
6211 M:      Rodolfo Giometti <giometti@enneenne.com>
6212 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
6213 L:      linuxpps@ml.enneenne.com (subscribers-only)
6214 S:      Maintained
6215 F:      Documentation/pps/
6216 F:      drivers/pps/
6217 F:      include/linux/pps*.h
6218
6219 PPTP DRIVER
6220 M:      Dmitry Kozlov <xeb@mail.ru>
6221 L:      netdev@vger.kernel.org
6222 S:      Maintained
6223 F:      drivers/net/ppp/pptp.c
6224 W:      http://sourceforge.net/projects/accel-pptp
6225
6226 PREEMPTIBLE KERNEL
6227 M:      Robert Love <rml@tech9.net>
6228 L:      kpreempt-tech@lists.sourceforge.net
6229 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
6230 S:      Supported
6231 F:      Documentation/preempt-locking.txt
6232 F:      include/linux/preempt.h
6233
6234 PRISM54 WIRELESS DRIVER
6235 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
6236 L:      linux-wireless@vger.kernel.org
6237 W:      http://wireless.kernel.org/en/users/Drivers/p54
6238 S:      Obsolete
6239 F:      drivers/net/wireless/prism54/
6240
6241 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
6242 M:      Mikael Pettersson <mikpe@it.uu.se>
6243 L:      linux-ide@vger.kernel.org
6244 S:      Maintained
6245 F:      drivers/ata/sata_promise.*
6246
6247 PS3 NETWORK SUPPORT
6248 M:      Geoff Levand <geoff@infradead.org>
6249 L:      netdev@vger.kernel.org
6250 L:      cbe-oss-dev@lists.ozlabs.org
6251 S:      Maintained
6252 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
6253
6254 PS3 PLATFORM SUPPORT
6255 M:      Geoff Levand <geoff@infradead.org>
6256 L:      linuxppc-dev@lists.ozlabs.org
6257 L:      cbe-oss-dev@lists.ozlabs.org
6258 S:      Maintained
6259 F:      arch/powerpc/boot/ps3*
6260 F:      arch/powerpc/include/asm/lv1call.h
6261 F:      arch/powerpc/include/asm/ps3*.h
6262 F:      arch/powerpc/platforms/ps3/
6263 F:      drivers/*/ps3*
6264 F:      drivers/ps3/
6265 F:      drivers/rtc/rtc-ps3.c
6266 F:      drivers/usb/host/*ps3.c
6267 F:      sound/ppc/snd_ps3*
6268
6269 PS3VRAM DRIVER
6270 M:      Jim Paris <jim@jtan.com>
6271 L:      cbe-oss-dev@lists.ozlabs.org
6272 S:      Maintained
6273 F:      drivers/block/ps3vram.c
6274
6275 PSTORE FILESYSTEM
6276 M:      Anton Vorontsov <cbouatmailru@gmail.com>
6277 M:      Colin Cross <ccross@android.com>
6278 M:      Kees Cook <keescook@chromium.org>
6279 M:      Tony Luck <tony.luck@intel.com>
6280 S:      Maintained
6281 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
6282 F:      fs/pstore/
6283 F:      include/linux/pstore*
6284 F:      drivers/firmware/efivars.c
6285 F:      drivers/acpi/apei/erst.c
6286
6287 PTP HARDWARE CLOCK SUPPORT
6288 M:      Richard Cochran <richardcochran@gmail.com>
6289 S:      Maintained
6290 W:      http://linuxptp.sourceforge.net/
6291 F:      Documentation/ABI/testing/sysfs-ptp
6292 F:      Documentation/ptp/*
6293 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
6294 F:      drivers/net/phy/dp83640*
6295 F:      drivers/ptp/*
6296 F:      include/linux/ptp_cl*
6297
6298 PTRACE SUPPORT
6299 M:      Roland McGrath <roland@redhat.com>
6300 M:      Oleg Nesterov <oleg@redhat.com>
6301 S:      Maintained
6302 F:      include/asm-generic/syscall.h
6303 F:      include/linux/ptrace.h
6304 F:      include/linux/regset.h
6305 F:      include/linux/tracehook.h
6306 F:      include/uapi/linux/ptrace.h
6307 F:      kernel/ptrace.c
6308
6309 PVRUSB2 VIDEO4LINUX DRIVER
6310 M:      Mike Isely <isely@pobox.com>
6311 L:      pvrusb2@isely.net       (subscribers-only)
6312 L:      linux-media@vger.kernel.org
6313 W:      http://www.isely.net/pvrusb2/
6314 T:      git git://linuxtv.org/media_tree.git
6315 S:      Maintained
6316 F:      Documentation/video4linux/README.pvrusb2
6317 F:      drivers/media/usb/pvrusb2/
6318
6319 PWC WEBCAM DRIVER
6320 M:      Hans de Goede <hdegoede@redhat.com>
6321 L:      linux-media@vger.kernel.org
6322 T:      git git://linuxtv.org/media_tree.git
6323 S:      Maintained
6324 F:      drivers/media/usb/pwc/*
6325
6326 PWM SUBSYSTEM
6327 M:      Thierry Reding <thierry.reding@avionic-design.de>
6328 L:      linux-kernel@vger.kernel.org
6329 S:      Maintained
6330 W:      http://gitorious.org/linux-pwm
6331 T:      git git://gitorious.org/linux-pwm/linux-pwm.git
6332 F:      Documentation/pwm.txt
6333 F:      Documentation/devicetree/bindings/pwm/
6334 F:      include/linux/pwm.h
6335 F:      drivers/pwm/
6336 F:      drivers/video/backlight/pwm_bl.c
6337 F:      include/linux/pwm_backlight.h
6338
6339 PXA2xx/PXA3xx SUPPORT
6340 M:      Eric Miao <eric.y.miao@gmail.com>
6341 M:      Russell King <linux@arm.linux.org.uk>
6342 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6344 T:      git git://github.com/hzhuang1/linux.git
6345 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6346 S:      Maintained
6347 F:      arch/arm/mach-pxa/
6348 F:      drivers/pcmcia/pxa2xx*
6349 F:      drivers/spi/spi-pxa2xx*
6350 F:      drivers/usb/gadget/pxa2*
6351 F:      include/sound/pxa2xx-lib.h
6352 F:      sound/arm/pxa*
6353 F:      sound/soc/pxa
6354
6355 MMP SUPPORT
6356 M:      Eric Miao <eric.y.miao@gmail.com>
6357 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
6358 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6359 T:      git git://github.com/hzhuang1/linux.git
6360 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
6361 S:      Maintained
6362 F:      arch/arm/mach-mmp/
6363
6364 PXA MMCI DRIVER
6365 S:      Orphan
6366
6367 PXA RTC DRIVER
6368 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6369 L:      rtc-linux@googlegroups.com
6370 S:      Maintained
6371
6372 QIB DRIVER
6373 M:      Mike Marciniszyn <infinipath@intel.com>
6374 L:      linux-rdma@vger.kernel.org
6375 S:      Supported
6376 F:      drivers/infiniband/hw/qib/
6377
6378 QLOGIC QLA1280 SCSI DRIVER
6379 M:      Michael Reed <mdr@sgi.com>
6380 L:      linux-scsi@vger.kernel.org
6381 S:      Maintained
6382 F:      drivers/scsi/qla1280.[ch]
6383
6384 QLOGIC QLA2XXX FC-SCSI DRIVER
6385 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
6386 M:      linux-driver@qlogic.com
6387 L:      linux-scsi@vger.kernel.org
6388 S:      Supported
6389 F:      Documentation/scsi/LICENSE.qla2xxx
6390 F:      drivers/scsi/qla2xxx/
6391
6392 QLOGIC QLA4XXX iSCSI DRIVER
6393 M:      Ravi Anand <ravi.anand@qlogic.com>
6394 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6395 M:      iscsi-driver@qlogic.com
6396 L:      linux-scsi@vger.kernel.org
6397 S:      Supported
6398 F:      drivers/scsi/qla4xxx/
6399
6400 QLOGIC QLA3XXX NETWORK DRIVER
6401 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6402 M:      Ron Mercer <ron.mercer@qlogic.com>
6403 M:      linux-driver@qlogic.com
6404 L:      netdev@vger.kernel.org
6405 S:      Supported
6406 F:      Documentation/networking/LICENSE.qla3xxx
6407 F:      drivers/net/ethernet/qlogic/qla3xxx.*
6408
6409 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6410 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6411 M:      Sony Chacko <sony.chacko@qlogic.com>
6412 M:      linux-driver@qlogic.com
6413 L:      netdev@vger.kernel.org
6414 S:      Supported
6415 F:      drivers/net/ethernet/qlogic/qlcnic/
6416
6417 QLOGIC QLGE 10Gb ETHERNET DRIVER
6418 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6419 M:      Ron Mercer <ron.mercer@qlogic.com>
6420 M:      linux-driver@qlogic.com
6421 L:      netdev@vger.kernel.org
6422 S:      Supported
6423 F:      drivers/net/ethernet/qlogic/qlge/
6424
6425 QNX4 FILESYSTEM
6426 M:      Anders Larsen <al@alarsen.net>
6427 W:      http://www.alarsen.net/linux/qnx4fs/
6428 S:      Maintained
6429 F:      fs/qnx4/
6430 F:      include/uapi/linux/qnx4_fs.h
6431 F:      include/uapi/linux/qnxtypes.h
6432
6433 QT1010 MEDIA DRIVER
6434 M:      Antti Palosaari <crope@iki.fi>
6435 L:      linux-media@vger.kernel.org
6436 W:      http://linuxtv.org/
6437 W:      http://palosaari.fi/linux/
6438 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6439 T:      git git://linuxtv.org/anttip/media_tree.git
6440 S:      Maintained
6441 F:      drivers/media/tuners/qt1010*
6442
6443 QUALCOMM HEXAGON ARCHITECTURE
6444 M:      Richard Kuo <rkuo@codeaurora.org>
6445 L:      linux-hexagon@vger.kernel.org
6446 S:      Supported
6447 F:      arch/hexagon/
6448
6449 QUICKCAM PARALLEL PORT WEBCAMS
6450 M:      Hans Verkuil <hverkuil@xs4all.nl>
6451 L:      linux-media@vger.kernel.org
6452 T:      git git://linuxtv.org/media_tree.git
6453 W:      http://linuxtv.org
6454 S:      Odd Fixes
6455 F:      drivers/media/parport/*-qcam*
6456
6457 RADOS BLOCK DEVICE (RBD)
6458 M:      Yehuda Sadeh <yehuda@inktank.com>
6459 M:      Sage Weil <sage@inktank.com>
6460 M:      Alex Elder <elder@inktank.com>
6461 M:      ceph-devel@vger.kernel.org
6462 W:      http://ceph.com/
6463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
6464 S:      Supported
6465 F:      drivers/block/rbd.c
6466 F:      drivers/block/rbd_types.h
6467
6468 RADEON FRAMEBUFFER DISPLAY DRIVER
6469 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6470 L:      linux-fbdev@vger.kernel.org
6471 S:      Maintained
6472 F:      drivers/video/aty/radeon*
6473 F:      include/uapi/linux/radeonfb.h
6474
6475 RADIOSHARK RADIO DRIVER
6476 M:      Hans de Goede <hdegoede@redhat.com>
6477 L:      linux-media@vger.kernel.org
6478 T:      git git://linuxtv.org/media_tree.git
6479 S:      Maintained
6480 F:      drivers/media/radio/radio-shark.c
6481
6482 RADIOSHARK2 RADIO DRIVER
6483 M:      Hans de Goede <hdegoede@redhat.com>
6484 L:      linux-media@vger.kernel.org
6485 T:      git git://linuxtv.org/media_tree.git
6486 S:      Maintained
6487 F:      drivers/media/radio/radio-shark2.c
6488 F:      drivers/media/radio/radio-tea5777.c
6489
6490 RAGE128 FRAMEBUFFER DISPLAY DRIVER
6491 M:      Paul Mackerras <paulus@samba.org>
6492 L:      linux-fbdev@vger.kernel.org
6493 S:      Maintained
6494 F:      drivers/video/aty/aty128fb.c
6495
6496 RALINK RT2X00 WIRELESS LAN DRIVER
6497 P:      rt2x00 project
6498 M:      Ivo van Doorn <IvDoorn@gmail.com>
6499 M:      Gertjan van Wingerde <gwingerde@gmail.com>
6500 M:      Helmut Schaa <helmut.schaa@googlemail.com>
6501 L:      linux-wireless@vger.kernel.org
6502 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6503 W:      http://rt2x00.serialmonkey.com/
6504 S:      Maintained
6505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6506 F:      drivers/net/wireless/rt2x00/
6507
6508 RAMDISK RAM BLOCK DEVICE DRIVER
6509 M:      Nick Piggin <npiggin@kernel.dk>
6510 S:      Maintained
6511 F:      Documentation/blockdev/ramdisk.txt
6512 F:      drivers/block/brd.c
6513
6514 RANDOM NUMBER DRIVER
6515 M:      Theodore Ts'o" <tytso@mit.edu>
6516 S:      Maintained
6517 F:      drivers/char/random.c
6518
6519 RAPIDIO SUBSYSTEM
6520 M:      Matt Porter <mporter@kernel.crashing.org>
6521 M:      Alexandre Bounine <alexandre.bounine@idt.com>
6522 S:      Maintained
6523 F:      drivers/rapidio/
6524
6525 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6526 L:      linux-wireless@vger.kernel.org
6527 S:      Orphan
6528 F:      drivers/net/wireless/ray*
6529
6530 RCUTORTURE MODULE
6531 M:      Josh Triplett <josh@freedesktop.org>
6532 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6533 S:      Supported
6534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6535 F:      Documentation/RCU/torture.txt
6536 F:      kernel/rcutorture.c
6537
6538 RDC R-321X SoC
6539 M:      Florian Fainelli <florian@openwrt.org>
6540 S:      Maintained
6541
6542 RDC R6040 FAST ETHERNET DRIVER
6543 M:      Florian Fainelli <florian@openwrt.org>
6544 L:      netdev@vger.kernel.org
6545 S:      Maintained
6546 F:      drivers/net/ethernet/rdc/r6040.c
6547
6548 RDS - RELIABLE DATAGRAM SOCKETS
6549 M:      Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6550 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
6551 S:      Supported
6552 F:      net/rds/
6553
6554 READ-COPY UPDATE (RCU)
6555 M:      Dipankar Sarma <dipankar@in.ibm.com>
6556 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6557 W:      http://www.rdrop.com/users/paulmck/RCU/
6558 S:      Supported
6559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6560 F:      Documentation/RCU/
6561 X:      Documentation/RCU/torture.txt
6562 F:      include/linux/rcu*
6563 F:      kernel/rcu*
6564 X:      kernel/rcutorture.c
6565
6566 REAL TIME CLOCK (RTC) SUBSYSTEM
6567 M:      Alessandro Zummo <a.zummo@towertech.it>
6568 L:      rtc-linux@googlegroups.com
6569 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
6570 S:      Maintained
6571 F:      Documentation/rtc.txt
6572 F:      drivers/rtc/
6573 F:      include/linux/rtc.h
6574 F:      include/uapi/linux/rtc.h
6575
6576 REISERFS FILE SYSTEM
6577 L:      reiserfs-devel@vger.kernel.org
6578 S:      Supported
6579 F:      fs/reiserfs/
6580
6581 REGISTER MAP ABSTRACTION
6582 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6584 S:      Supported
6585 F:      drivers/base/regmap/
6586 F:      include/linux/regmap.h
6587
6588 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6589 M:      Ohad Ben-Cohen <ohad@wizery.com>
6590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6591 S:      Maintained
6592 F:      drivers/remoteproc/
6593 F:      Documentation/remoteproc.txt
6594 F:      include/linux/remoteproc.h
6595
6596 RFKILL
6597 M:      Johannes Berg <johannes@sipsolutions.net>
6598 L:      linux-wireless@vger.kernel.org
6599 W:      http://wireless.kernel.org/
6600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6602 S:      Maintained
6603 F:      Documentation/rfkill.txt
6604 F:      net/rfkill/
6605
6606 RICOH SMARTMEDIA/XD DRIVER
6607 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6608 S:      Maintained
6609 F:      drivers/mtd/nand/r852.c
6610 F:      drivers/mtd/nand/r852.h
6611
6612 RICOH R5C592 MEMORYSTICK DRIVER
6613 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6614 S:      Maintained
6615 F:      drivers/memstick/host/r592.*
6616
6617 ROCKETPORT DRIVER
6618 P:      Comtrol Corp.
6619 W:      http://www.comtrol.com
6620 S:      Maintained
6621 F:      Documentation/serial/rocket.txt
6622 F:      drivers/tty/rocket*
6623
6624 ROSE NETWORK LAYER
6625 M:      Ralf Baechle <ralf@linux-mips.org>
6626 L:      linux-hams@vger.kernel.org
6627 W:      http://www.linux-ax25.org/
6628 S:      Maintained
6629 F:      include/net/rose.h
6630 F:      include/uapi/linux/rose.h
6631 F:      net/rose/
6632
6633 RTL2830 MEDIA DRIVER
6634 M:      Antti Palosaari <crope@iki.fi>
6635 L:      linux-media@vger.kernel.org
6636 W:      http://linuxtv.org/
6637 W:      http://palosaari.fi/linux/
6638 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6639 T:      git git://linuxtv.org/anttip/media_tree.git
6640 S:      Maintained
6641 F:      drivers/media/dvb-frontends/rtl2830*
6642
6643 RTL8180 WIRELESS DRIVER
6644 M:      "John W. Linville" <linville@tuxdriver.com>
6645 L:      linux-wireless@vger.kernel.org
6646 W:      http://wireless.kernel.org/
6647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6648 S:      Maintained
6649 F:      drivers/net/wireless/rtl818x/rtl8180/
6650
6651 RTL8187 WIRELESS DRIVER
6652 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
6653 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
6654 M:      Larry Finger <Larry.Finger@lwfinger.net>
6655 L:      linux-wireless@vger.kernel.org
6656 W:      http://wireless.kernel.org/
6657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6658 S:      Maintained
6659 F:      drivers/net/wireless/rtl818x/rtl8187/
6660
6661 RTL8192CE WIRELESS DRIVER
6662 M:      Larry Finger <Larry.Finger@lwfinger.net>
6663 M:      Chaoming Li <chaoming_li@realsil.com.cn>
6664 L:      linux-wireless@vger.kernel.org
6665 W:      http://wireless.kernel.org/
6666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6667 S:      Maintained
6668 F:      drivers/net/wireless/rtlwifi/
6669 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
6670
6671 S3 SAVAGE FRAMEBUFFER DRIVER
6672 M:      Antonino Daplas <adaplas@gmail.com>
6673 L:      linux-fbdev@vger.kernel.org
6674 S:      Maintained
6675 F:      drivers/video/savage/
6676
6677 S390
6678 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
6679 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
6680 M:      linux390@de.ibm.com
6681 L:      linux-s390@vger.kernel.org
6682 W:      http://www.ibm.com/developerworks/linux/linux390/
6683 S:      Supported
6684 F:      arch/s390/
6685 F:      drivers/s390/
6686 F:      block/partitions/ibm.c
6687 F:      Documentation/s390/
6688 F:      Documentation/DocBook/s390*
6689
6690 S390 NETWORK DRIVERS
6691 M:      Ursula Braun <ursula.braun@de.ibm.com>
6692 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
6693 M:      linux390@de.ibm.com
6694 L:      linux-s390@vger.kernel.org
6695 W:      http://www.ibm.com/developerworks/linux/linux390/
6696 S:      Supported
6697 F:      drivers/s390/net/
6698
6699 S390 ZCRYPT DRIVER
6700 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
6701 M:      linux390@de.ibm.com
6702 L:      linux-s390@vger.kernel.org
6703 W:      http://www.ibm.com/developerworks/linux/linux390/
6704 S:      Supported
6705 F:      drivers/s390/crypto/
6706
6707 S390 ZFCP DRIVER
6708 M:      Steffen Maier <maier@linux.vnet.ibm.com>
6709 M:      linux390@de.ibm.com
6710 L:      linux-s390@vger.kernel.org
6711 W:      http://www.ibm.com/developerworks/linux/linux390/
6712 S:      Supported
6713 F:      drivers/s390/scsi/zfcp_*
6714
6715 S390 IUCV NETWORK LAYER
6716 M:      Ursula Braun <ursula.braun@de.ibm.com>
6717 M:      linux390@de.ibm.com
6718 L:      linux-s390@vger.kernel.org
6719 W:      http://www.ibm.com/developerworks/linux/linux390/
6720 S:      Supported
6721 F:      drivers/s390/net/*iucv*
6722 F:      include/net/iucv/
6723 F:      net/iucv/
6724
6725 S3C24XX SD/MMC Driver
6726 M:      Ben Dooks <ben-linux@fluff.org>
6727 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6728 S:      Supported
6729 F:      drivers/mmc/host/s3cmci.*
6730
6731 SAA6588 RDS RECEIVER DRIVER
6732 M:      Hans Verkuil <hverkuil@xs4all.nl>
6733 L:      linux-media@vger.kernel.org
6734 T:      git git://linuxtv.org/media_tree.git
6735 W:      http://linuxtv.org
6736 S:      Odd Fixes
6737 F:      drivers/media/i2c/saa6588*
6738
6739 SAA7134 VIDEO4LINUX DRIVER
6740 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
6741 L:      linux-media@vger.kernel.org
6742 W:      http://linuxtv.org
6743 T:      git git://linuxtv.org/media_tree.git
6744 S:      Odd fixes
6745 F:      Documentation/video4linux/saa7134/
6746 F:      drivers/media/pci/saa7134/
6747
6748 SAA7146 VIDEO4LINUX-2 DRIVER
6749 M:      Hans Verkuil <hverkuil@xs4all.nl>
6750 L:      linux-media@vger.kernel.org
6751 T:      git git://linuxtv.org/media_tree.git
6752 S:      Maintained
6753 F:      drivers/media/common/saa7146/
6754 F:      drivers/media/pci/saa7146/
6755 F:      include/media/saa7146*
6756
6757 SAMSUNG LAPTOP DRIVER
6758 M:      Corentin Chary <corentin.chary@gmail.com>
6759 L:      platform-driver-x86@vger.kernel.org
6760 S:      Maintained
6761 F:      drivers/platform/x86/samsung-laptop.c
6762
6763 SAMSUNG AUDIO (ASoC) DRIVERS
6764 M:      Sangbeom Kim <sbkim73@samsung.com>
6765 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6766 S:      Supported
6767 F:      sound/soc/samsung
6768
6769 SAMSUNG FRAMEBUFFER DRIVER
6770 M:      Jingoo Han <jg1.han@samsung.com>
6771 L:      linux-fbdev@vger.kernel.org
6772 S:      Maintained
6773 F:      drivers/video/s3c-fb.c
6774
6775 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6776 M:      Sangbeom Kim <sbkim73@samsung.com>
6777 L:      linux-kernel@vger.kernel.org
6778 S:      Supported
6779 F:      drivers/mfd/sec*.c
6780 F:      drivers/regulator/s2m*.c
6781 F:      drivers/regulator/s5m*.c
6782 F:      drivers/rtc/rtc-sec.c
6783 F:      include/linux/mfd/samsung/
6784
6785 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
6786 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
6787 L:      linux-media@vger.kernel.org
6788 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6789 S:      Maintained
6790 F:      drivers/media/platform/s3c-camif/
6791 F:      include/media/s3c_camif.h
6792
6793 SAMSUNG S5C73M3 CAMERA DRIVER
6794 M:      Kyungmin Park <kyungmin.park@samsung.com>
6795 M:      Andrzej Hajda <a.hajda@samsung.com>
6796 L:      linux-media@vger.kernel.org
6797 S:      Supported
6798 F:      drivers/media/i2c/s5c73m3/*
6799
6800 SERIAL DRIVERS
6801 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6802 L:      linux-serial@vger.kernel.org
6803 S:      Maintained
6804 F:      drivers/tty/serial
6805
6806 SYNOPSYS DESIGNWARE DMAC DRIVER
6807 M:      Viresh Kumar <viresh.linux@gmail.com>
6808 S:      Maintained
6809 F:      include/linux/dw_dmac.h
6810 F:      drivers/dma/dw_dmac_regs.h
6811 F:      drivers/dma/dw_dmac.c
6812
6813 TIMEKEEPING, NTP
6814 M:      John Stultz <johnstul@us.ibm.com>
6815 M:      Thomas Gleixner <tglx@linutronix.de>
6816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6817 S:      Supported
6818 F:      include/linux/clocksource.h
6819 F:      include/linux/time.h
6820 F:      include/linux/timex.h
6821 F:      include/uapi/linux/time.h
6822 F:      include/uapi/linux/timex.h
6823 F:      kernel/time/clocksource.c
6824 F:      kernel/time/time*.c
6825 F:      kernel/time/ntp.c
6826 F:      drivers/clocksource
6827
6828 TLG2300 VIDEO4LINUX-2 DRIVER
6829 M:      Huang Shijie <shijie8@gmail.com>
6830 M:      Kang Yong <kangyong@telegent.com>
6831 M:      Zhang Xiaobing <xbzhang@telegent.com>
6832 S:      Supported
6833 F:      drivers/media/usb/tlg2300
6834
6835 SC1200 WDT DRIVER
6836 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
6837 S:      Maintained
6838 F:      drivers/watchdog/sc1200wdt.c
6839
6840 SCHEDULER
6841 M:      Ingo Molnar <mingo@redhat.com>
6842 M:      Peter Zijlstra <peterz@infradead.org>
6843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
6844 S:      Maintained
6845 F:      kernel/sched/
6846 F:      include/linux/sched.h
6847 F:      include/uapi/linux/sched.h
6848
6849 SCORE ARCHITECTURE
6850 M:      Chen Liqin <liqin.chen@sunplusct.com>
6851 M:      Lennox Wu <lennox.wu@gmail.com>
6852 W:      http://www.sunplusct.com
6853 S:      Supported
6854 F:      arch/score/
6855
6856 SCSI CDROM DRIVER
6857 M:      Jens Axboe <axboe@kernel.dk>
6858 L:      linux-scsi@vger.kernel.org
6859 W:      http://www.kernel.dk
6860 S:      Maintained
6861 F:      drivers/scsi/sr*
6862
6863 SCSI RDMA PROTOCOL (SRP) INITIATOR
6864 M:      David Dillow <dillowda@ornl.gov>
6865 L:      linux-rdma@vger.kernel.org
6866 S:      Supported
6867 W:      http://www.openfabrics.org
6868 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
6870 F:      drivers/infiniband/ulp/srp/
6871 F:      include/scsi/srp.h
6872
6873 SCSI SG DRIVER
6874 M:      Doug Gilbert <dgilbert@interlog.com>
6875 L:      linux-scsi@vger.kernel.org
6876 W:      http://www.torque.net/sg
6877 S:      Maintained
6878 F:      drivers/scsi/sg.c
6879 F:      include/scsi/sg.h
6880
6881 SCSI SUBSYSTEM
6882 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
6883 L:      linux-scsi@vger.kernel.org
6884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
6885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
6886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
6887 S:      Maintained
6888 F:      drivers/scsi/
6889 F:      include/scsi/
6890
6891 SCSI TAPE DRIVER
6892 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
6893 L:      linux-scsi@vger.kernel.org
6894 S:      Maintained
6895 F:      Documentation/scsi/st.txt
6896 F:      drivers/scsi/st*
6897
6898 SCTP PROTOCOL
6899 M:      Vlad Yasevich <vyasevich@gmail.com>
6900 M:      Sridhar Samudrala <sri@us.ibm.com>
6901 M:      Neil Horman <nhorman@tuxdriver.com>
6902 L:      linux-sctp@vger.kernel.org
6903 W:      http://lksctp.sourceforge.net
6904 S:      Maintained
6905 F:      Documentation/networking/sctp.txt
6906 F:      include/linux/sctp.h
6907 F:      include/net/sctp/
6908 F:      net/sctp/
6909
6910 SCx200 CPU SUPPORT
6911 M:      Jim Cromie <jim.cromie@gmail.com>
6912 S:      Odd Fixes
6913 F:      Documentation/i2c/busses/scx200_acb
6914 F:      arch/x86/platform/scx200/
6915 F:      drivers/watchdog/scx200_wdt.c
6916 F:      drivers/i2c/busses/scx200*
6917 F:      drivers/mtd/maps/scx200_docflash.c
6918 F:      include/linux/scx200.h
6919
6920 SCx200 GPIO DRIVER
6921 M:      Jim Cromie <jim.cromie@gmail.com>
6922 S:      Maintained
6923 F:      drivers/char/scx200_gpio.c
6924 F:      include/linux/scx200_gpio.h
6925
6926 SCx200 HRT CLOCKSOURCE DRIVER
6927 M:      Jim Cromie <jim.cromie@gmail.com>
6928 S:      Maintained
6929 F:      drivers/clocksource/scx200_hrt.c
6930
6931 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
6932 M:      Sascha Sommer <saschasommer@freenet.de>
6933 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
6934 S:      Maintained
6935 F:      drivers/mmc/host/sdricoh_cs.c
6936
6937 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6938 M:      Chris Ball <cjb@laptop.org>
6939 L:      linux-mmc@vger.kernel.org
6940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6941 S:      Maintained
6942 F:      drivers/mmc/host/sdhci.*
6943 F:      drivers/mmc/host/sdhci-pltfm.[ch]
6944
6945 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
6946 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
6947 L:      linuxppc-dev@lists.ozlabs.org
6948 L:      linux-mmc@vger.kernel.org
6949 S:      Maintained
6950 F:      drivers/mmc/host/sdhci-pltfm.[ch]
6951
6952 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
6953 M:      Ben Dooks <ben-linux@fluff.org>
6954 L:      linux-mmc@vger.kernel.org
6955 S:      Maintained
6956 F:      drivers/mmc/host/sdhci-s3c.c
6957
6958 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
6959 M:      Viresh Kumar <viresh.linux@gmail.com>
6960 L:      spear-devel@list.st.com
6961 L:      linux-mmc@vger.kernel.org
6962 S:      Maintained
6963 F:      drivers/mmc/host/sdhci-spear.c
6964
6965 SECURITY SUBSYSTEM
6966 M:      James Morris <james.l.morris@oracle.com>
6967 L:      linux-security-module@vger.kernel.org (suggested Cc:)
6968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
6969 W:      http://kernsec.org/
6970 S:      Supported
6971 F:      security/
6972
6973 SECURITY CONTACT
6974 M:      Security Officers <security@kernel.org>
6975 S:      Supported
6976
6977 SELINUX SECURITY MODULE
6978 M:      Stephen Smalley <sds@tycho.nsa.gov>
6979 M:      James Morris <james.l.morris@oracle.com>
6980 M:      Eric Paris <eparis@parisplace.org>
6981 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
6982 W:      http://selinuxproject.org
6983 T:      git git://git.infradead.org/users/eparis/selinux.git
6984 S:      Supported
6985 F:      include/linux/selinux*
6986 F:      security/selinux/
6987 F:      scripts/selinux/
6988
6989 APPARMOR SECURITY MODULE
6990 M:      John Johansen <john.johansen@canonical.com>
6991 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
6992 W:      apparmor.wiki.kernel.org
6993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
6994 S:      Supported
6995 F:      security/apparmor/
6996
6997 SENSABLE PHANTOM
6998 M:      Jiri Slaby <jirislaby@gmail.com>
6999 S:      Maintained
7000 F:      drivers/misc/phantom.c
7001 F:      include/uapi/linux/phantom.h
7002
7003 SERIAL ATA (SATA) SUBSYSTEM
7004 M:      Jeff Garzik <jgarzik@pobox.com>
7005 L:      linux-ide@vger.kernel.org
7006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
7007 S:      Supported
7008 F:      drivers/ata/
7009 F:      include/linux/ata.h
7010 F:      include/linux/libata.h
7011
7012 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
7013 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
7014 L:      linux-scsi@vger.kernel.org
7015 W:      http://www.emulex.com
7016 S:      Supported
7017 F:      drivers/scsi/be2iscsi/
7018
7019 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
7020 M:      Sathya Perla <sathya.perla@emulex.com>
7021 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
7022 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
7023 L:      netdev@vger.kernel.org
7024 W:      http://www.emulex.com
7025 S:      Supported
7026 F:      drivers/net/ethernet/emulex/benet/
7027
7028 SFC NETWORK DRIVER
7029 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
7030 M:      Ben Hutchings <bhutchings@solarflare.com>
7031 L:      netdev@vger.kernel.org
7032 S:      Supported
7033 F:      drivers/net/ethernet/sfc/
7034
7035 SGI GRU DRIVER
7036 M:      Dimitri Sivanich <sivanich@sgi.com>
7037 M:      Robin Holt <holt@sgi.com>
7038 S:      Maintained
7039 F:      drivers/misc/sgi-gru/
7040
7041 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
7042 M:      Pat Gefre <pfg@sgi.com>
7043 L:      linux-ia64@vger.kernel.org
7044 S:      Supported
7045 F:      Documentation/ia64/serial.txt
7046 F:      drivers/tty/serial/ioc?_serial.c
7047 F:      include/linux/ioc?.h
7048
7049 SGI VISUAL WORKSTATION 320 AND 540
7050 M:      Andrey Panin <pazke@donpac.ru>
7051 L:      linux-visws-devel@lists.sf.net
7052 W:      http://linux-visws.sf.net
7053 S:      Maintained for 2.6.
7054 F:      Documentation/sgi-visws.txt
7055
7056 SGI XP/XPC/XPNET DRIVER
7057 M:      Robin Holt <holt@sgi.com>
7058 S:      Maintained
7059 F:      drivers/misc/sgi-xp/
7060
7061 SI470X FM RADIO RECEIVER I2C DRIVER
7062 M:      Hans Verkuil <hverkuil@xs4all.nl>
7063 L:      linux-media@vger.kernel.org
7064 T:      git git://linuxtv.org/media_tree.git
7065 W:      http://linuxtv.org
7066 S:      Odd Fixes
7067 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
7068
7069 SI470X FM RADIO RECEIVER USB DRIVER
7070 M:      Hans Verkuil <hverkuil@xs4all.nl>
7071 L:      linux-media@vger.kernel.org
7072 T:      git git://linuxtv.org/media_tree.git
7073 W:      http://linuxtv.org
7074 S:      Maintained
7075 F:      drivers/media/radio/si470x/radio-si470x-common.c
7076 F:      drivers/media/radio/si470x/radio-si470x.h
7077 F:      drivers/media/radio/si470x/radio-si470x-usb.c
7078
7079 SH_VEU V4L2 MEM2MEM DRIVER
7080 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7081 L:      linux-media@vger.kernel.org
7082 S:      Maintained
7083 F:      drivers/media/platform/sh_veu.c
7084 F:      include/media/sh_veu.h
7085
7086 SH_VOU V4L2 OUTPUT DRIVER
7087 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7088 L:      linux-media@vger.kernel.org
7089 S:      Maintained
7090 F:      drivers/media/platform/sh_vou.c
7091 F:      include/media/sh_vou.h
7092
7093 SIMPLE FIRMWARE INTERFACE (SFI)
7094 M:      Len Brown <lenb@kernel.org>
7095 L:      sfi-devel@simplefirmware.org
7096 W:      http://simplefirmware.org/
7097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
7098 S:      Supported
7099 F:      arch/x86/platform/sfi/
7100 F:      drivers/sfi/
7101 F:      include/linux/sfi*.h
7102
7103 SIMTEC EB110ATX (Chalice CATS)
7104 P:      Ben Dooks
7105 P:      Vincent Sanders <vince@simtec.co.uk>
7106 M:      Simtec Linux Team <linux@simtec.co.uk>
7107 W:      http://www.simtec.co.uk/products/EB110ATX/
7108 S:      Supported
7109
7110 SIMTEC EB2410ITX (BAST)
7111 P:      Ben Dooks
7112 P:      Vincent Sanders <vince@simtec.co.uk>
7113 M:      Simtec Linux Team <linux@simtec.co.uk>
7114 W:      http://www.simtec.co.uk/products/EB2410ITX/
7115 S:      Supported
7116 F:      arch/arm/mach-s3c2410/mach-bast.c
7117 F:      arch/arm/mach-s3c2410/bast-ide.c
7118 F:      arch/arm/mach-s3c2410/bast-irq.c
7119
7120 TI DAVINCI MACHINE SUPPORT
7121 M:      Sekhar Nori <nsekhar@ti.com>
7122 M:      Kevin Hilman <khilman@ti.com>
7123 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7124 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
7125 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
7126 S:      Supported
7127 F:      arch/arm/mach-davinci
7128 F:      drivers/i2c/busses/i2c-davinci.c
7129
7130 TI DAVINCI SERIES MEDIA DRIVER
7131 M:      Manjunath Hadli <manjunath.hadli@ti.com>
7132 M:      Prabhakar Lad <prabhakar.lad@ti.com>
7133 L:      linux-media@vger.kernel.org
7134 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7135 W:      http://linuxtv.org/
7136 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7137 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
7138 S:      Supported
7139 F:      drivers/media/platform/davinci/
7140 F:      include/media/davinci/
7141
7142 SIS 190 ETHERNET DRIVER
7143 M:      Francois Romieu <romieu@fr.zoreil.com>
7144 L:      netdev@vger.kernel.org
7145 S:      Maintained
7146 F:      drivers/net/ethernet/sis/sis190.c
7147
7148 SIS 900/7016 FAST ETHERNET DRIVER
7149 M:      Daniele Venzano <venza@brownhat.org>
7150 W:      http://www.brownhat.org/sis900.html
7151 L:      netdev@vger.kernel.org
7152 S:      Maintained
7153 F:      drivers/net/ethernet/sis/sis900.*
7154
7155 SIS 96X I2C/SMBUS DRIVER
7156 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
7157 L:      linux-i2c@vger.kernel.org
7158 S:      Maintained
7159 F:      Documentation/i2c/busses/i2c-sis96x
7160 F:      drivers/i2c/busses/i2c-sis96x.c
7161
7162 SIS FRAMEBUFFER DRIVER
7163 M:      Thomas Winischhofer <thomas@winischhofer.net>
7164 W:      http://www.winischhofer.net/linuxsisvga.shtml
7165 S:      Maintained
7166 F:      Documentation/fb/sisfb.txt
7167 F:      drivers/video/sis/
7168 F:      include/video/sisfb.h
7169
7170 SIS USB2VGA DRIVER
7171 M:      Thomas Winischhofer <thomas@winischhofer.net>
7172 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
7173 S:      Maintained
7174 F:      drivers/usb/misc/sisusbvga/
7175
7176 SLAB ALLOCATOR
7177 M:      Christoph Lameter <cl@linux-foundation.org>
7178 M:      Pekka Enberg <penberg@kernel.org>
7179 M:      Matt Mackall <mpm@selenic.com>
7180 L:      linux-mm@kvack.org
7181 S:      Maintained
7182 F:      include/linux/sl?b*.h
7183 F:      mm/sl?b.c
7184
7185 SLEEPABLE READ-COPY UPDATE (SRCU)
7186 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
7187 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7188 W:      http://www.rdrop.com/users/paulmck/RCU/
7189 S:      Supported
7190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7191 F:      include/linux/srcu*
7192 F:      kernel/srcu*
7193
7194 SMACK SECURITY MODULE
7195 M:      Casey Schaufler <casey@schaufler-ca.com>
7196 L:      linux-security-module@vger.kernel.org
7197 W:      http://schaufler-ca.com
7198 T:      git git://git.gitorious.org/smack-next/kernel.git
7199 S:      Maintained
7200 F:      Documentation/security/Smack.txt
7201 F:      security/smack/
7202
7203 SMC91x ETHERNET DRIVER
7204 M:      Nicolas Pitre <nico@fluxnic.net>
7205 S:      Odd Fixes
7206 F:      drivers/net/ethernet/smsc/smc91x.*
7207
7208 SMIA AND SMIA++ IMAGE SENSOR DRIVER
7209 M:      Sakari Ailus <sakari.ailus@iki.fi>
7210 L:      linux-media@vger.kernel.org
7211 S:      Maintained
7212 F:      drivers/media/i2c/smiapp
7213 F:      include/media/smiapp.h
7214 F:      drivers/media/i2c/smiapp-pll.c
7215 F:      drivers/media/i2c/smiapp-pll.h
7216
7217 SMM665 HARDWARE MONITOR DRIVER
7218 M:      Guenter Roeck <linux@roeck-us.net>
7219 L:      lm-sensors@lm-sensors.org
7220 S:      Maintained
7221 F:      Documentation/hwmon/smm665
7222 F:      drivers/hwmon/smm665.c
7223
7224 SMSC EMC2103 HARDWARE MONITOR DRIVER
7225 M:      Steve Glendinning <steve.glendinning@shawell.net>
7226 L:      lm-sensors@lm-sensors.org
7227 S:      Maintained
7228 F:      Documentation/hwmon/emc2103
7229 F:      drivers/hwmon/emc2103.c
7230
7231 SMSC SCH5627 HARDWARE MONITOR DRIVER
7232 M:      Hans de Goede <hdegoede@redhat.com>
7233 L:      lm-sensors@lm-sensors.org
7234 S:      Supported
7235 F:      Documentation/hwmon/sch5627
7236 F:      drivers/hwmon/sch5627.c
7237
7238 SMSC47B397 HARDWARE MONITOR DRIVER
7239 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
7240 L:      lm-sensors@lm-sensors.org
7241 S:      Maintained
7242 F:      Documentation/hwmon/smsc47b397
7243 F:      drivers/hwmon/smsc47b397.c
7244
7245 SMSC911x ETHERNET DRIVER
7246 M:      Steve Glendinning <steve.glendinning@shawell.net>
7247 L:      netdev@vger.kernel.org
7248 S:      Maintained
7249 F:      include/linux/smsc911x.h
7250 F:      drivers/net/ethernet/smsc/smsc911x.*
7251
7252 SMSC9420 PCI ETHERNET DRIVER
7253 M:      Steve Glendinning <steve.glendinning@shawell.net>
7254 L:      netdev@vger.kernel.org
7255 S:      Maintained
7256 F:      drivers/net/ethernet/smsc/smsc9420.*
7257
7258 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
7259 M:      Steve Glendinning <steve.glendinning@shawell.net>
7260 L:      linux-fbdev@vger.kernel.org
7261 S:      Maintained
7262 F:      drivers/video/smscufx.c
7263
7264 SOC-CAMERA V4L2 SUBSYSTEM
7265 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7266 L:      linux-media@vger.kernel.org
7267 T:      git git://linuxtv.org/media_tree.git
7268 S:      Maintained
7269 F:      include/media/soc*
7270 F:      drivers/media/i2c/soc_camera/
7271 F:      drivers/media/platform/soc_camera/
7272
7273 SOEKRIS NET48XX LED SUPPORT
7274 M:      Chris Boot <bootc@bootc.net>
7275 S:      Maintained
7276 F:      drivers/leds/leds-net48xx.c
7277
7278 SOFTWARE RAID (Multiple Disks) SUPPORT
7279 M:      Neil Brown <neilb@suse.de>
7280 L:      linux-raid@vger.kernel.org
7281 S:      Supported
7282 F:      drivers/md/
7283 F:      include/linux/raid/
7284 F:      include/uapi/linux/raid/
7285
7286 SONIC NETWORK DRIVER
7287 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
7288 L:      netdev@vger.kernel.org
7289 S:      Maintained
7290 F:      drivers/net/ethernet/natsemi/sonic.*
7291
7292 SONICS SILICON BACKPLANE DRIVER (SSB)
7293 M:      Michael Buesch <m@bues.ch>
7294 L:      netdev@vger.kernel.org
7295 S:      Maintained
7296 F:      drivers/ssb/
7297 F:      include/linux/ssb/
7298
7299 SONY VAIO CONTROL DEVICE DRIVER
7300 M:      Mattia Dongili <malattia@linux.it>
7301 L:      platform-driver-x86@vger.kernel.org
7302 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
7303 S:      Maintained
7304 F:      Documentation/laptops/sony-laptop.txt
7305 F:      drivers/char/sonypi.c
7306 F:      drivers/platform/x86/sony-laptop.c
7307 F:      include/linux/sony-laptop.h
7308
7309 SONY MEMORYSTICK CARD SUPPORT
7310 M:      Alex Dubov <oakad@yahoo.com>
7311 W:      http://tifmxx.berlios.de/
7312 S:      Maintained
7313 F:      drivers/memstick/host/tifm_ms.c
7314
7315 SOUND
7316 M:      Jaroslav Kysela <perex@perex.cz>
7317 M:      Takashi Iwai <tiwai@suse.de>
7318 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7319 W:      http://www.alsa-project.org/
7320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
7321 T:      git git://git.alsa-project.org/alsa-kernel.git
7322 S:      Maintained
7323 F:      Documentation/sound/
7324 F:      include/sound/
7325 F:      include/uapi/sound/
7326 F:      sound/
7327
7328 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
7329 M:      Liam Girdwood <lgirdwood@gmail.com>
7330 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
7332 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7333 W:      http://alsa-project.org/main/index.php/ASoC
7334 S:      Supported
7335 F:      sound/soc/
7336 F:      include/sound/soc*
7337
7338 SPARC + UltraSPARC (sparc/sparc64)
7339 M:      "David S. Miller" <davem@davemloft.net>
7340 L:      sparclinux@vger.kernel.org
7341 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
7342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7344 S:      Maintained
7345 F:      arch/sparc/
7346 F:      drivers/sbus/
7347
7348 SPARC SERIAL DRIVERS
7349 M:      "David S. Miller" <davem@davemloft.net>
7350 L:      sparclinux@vger.kernel.org
7351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7353 S:      Maintained
7354 F:      include/linux/sunserialcore.h
7355 F:      drivers/tty/serial/suncore.c
7356 F:      drivers/tty/serial/sunhv.c
7357 F:      drivers/tty/serial/sunsab.c
7358 F:      drivers/tty/serial/sunsab.h
7359 F:      drivers/tty/serial/sunsu.c
7360 F:      drivers/tty/serial/sunzilog.c
7361 F:      drivers/tty/serial/sunzilog.h
7362
7363 SPARSE CHECKER
7364 M:      "Christopher Li" <sparse@chrisli.org>
7365 L:      linux-sparse@vger.kernel.org
7366 W:      https://sparse.wiki.kernel.org/
7367 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
7368 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
7369 S:      Maintained
7370 F:      include/linux/compiler.h
7371
7372 SPEAR PLATFORM SUPPORT
7373 M:      Viresh Kumar <viresh.linux@gmail.com>
7374 M:      Shiraz Hashim <shiraz.hashim@st.com>
7375 L:      spear-devel@list.st.com
7376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7377 W:      http://www.st.com/spear
7378 S:      Maintained
7379 F:      arch/arm/plat-spear/
7380
7381 SPEAR13XX MACHINE SUPPORT
7382 M:      Viresh Kumar <viresh.linux@gmail.com>
7383 M:      Shiraz Hashim <shiraz.hashim@st.com>
7384 L:      spear-devel@list.st.com
7385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7386 W:      http://www.st.com/spear
7387 S:      Maintained
7388 F:      arch/arm/mach-spear13xx/
7389
7390 SPEAR3XX MACHINE SUPPORT
7391 M:      Viresh Kumar <viresh.linux@gmail.com>
7392 M:      Shiraz Hashim <shiraz.hashim@st.com>
7393 L:      spear-devel@list.st.com
7394 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7395 W:      http://www.st.com/spear
7396 S:      Maintained
7397 F:      arch/arm/mach-spear3xx/
7398
7399 SPEAR6XX MACHINE SUPPORT
7400 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
7401 M:      Shiraz Hashim <shiraz.hashim@st.com>
7402 M:      Viresh Kumar <viresh.linux@gmail.com>
7403 L:      spear-devel@list.st.com
7404 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7405 W:      http://www.st.com/spear
7406 S:      Maintained
7407 F:      arch/arm/mach-spear6xx/
7408
7409 SPEAR CLOCK FRAMEWORK SUPPORT
7410 M:      Viresh Kumar <viresh.linux@gmail.com>
7411 L:      spear-devel@list.st.com
7412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7413 W:      http://www.st.com/spear
7414 S:      Maintained
7415 F:      drivers/clk/spear/
7416
7417 SPI SUBSYSTEM
7418 M:      Grant Likely <grant.likely@secretlab.ca>
7419 L:      spi-devel-general@lists.sourceforge.net
7420 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
7421 T:      git git://git.secretlab.ca/git/linux-2.6.git
7422 S:      Maintained
7423 F:      Documentation/spi/
7424 F:      drivers/spi/
7425 F:      include/linux/spi/
7426 F:      include/uapi/linux/spi/
7427
7428 SPIDERNET NETWORK DRIVER for CELL
7429 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
7430 M:      Jens Osterkamp <jens@de.ibm.com>
7431 L:      netdev@vger.kernel.org
7432 S:      Supported
7433 F:      Documentation/networking/spider_net.txt
7434 F:      drivers/net/ethernet/toshiba/spider_net*
7435
7436 SPU FILE SYSTEM
7437 M:      Jeremy Kerr <jk@ozlabs.org>
7438 L:      linuxppc-dev@lists.ozlabs.org
7439 L:      cbe-oss-dev@lists.ozlabs.org
7440 W:      http://www.ibm.com/developerworks/power/cell/
7441 S:      Supported
7442 F:      Documentation/filesystems/spufs.txt
7443 F:      arch/powerpc/platforms/cell/spufs/
7444
7445 SQUASHFS FILE SYSTEM
7446 M:      Phillip Lougher <phillip@squashfs.org.uk>
7447 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
7448 W:      http://squashfs.org.uk
7449 S:      Maintained
7450 F:      Documentation/filesystems/squashfs.txt
7451 F:      fs/squashfs/
7452
7453 SRM (Alpha) environment access
7454 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
7455 S:      Maintained
7456 F:      arch/alpha/kernel/srm_env.c
7457
7458 STABLE BRANCH
7459 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7460 L:      stable@vger.kernel.org
7461 S:      Supported
7462
7463 STAGING SUBSYSTEM
7464 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
7466 L:      devel@driverdev.osuosl.org
7467 S:      Supported
7468 F:      drivers/staging/
7469
7470 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
7471 M:      Henk de Groot <pe1dnn@amsat.org>
7472 S:      Odd Fixes
7473 F:      drivers/staging/wlags49_h2/
7474 F:      drivers/staging/wlags49_h25/
7475
7476 STAGING - ASUS OLED
7477 M:      Jakub Schmidtke <sjakub@gmail.com>
7478 S:      Odd Fixes
7479 F:      drivers/staging/asus_oled/
7480
7481 STAGING - COMEDI
7482 M:      Ian Abbott <abbotti@mev.co.uk>
7483 M:      Mori Hess <fmhess@users.sourceforge.net>
7484 S:      Odd Fixes
7485 F:      drivers/staging/comedi/
7486
7487 STAGING - CRYSTAL HD VIDEO DECODER
7488 M:      Naren Sankar <nsankar@broadcom.com>
7489 M:      Jarod Wilson <jarod@wilsonet.com>
7490 M:      Scott Davilla <davilla@4pi.com>
7491 M:      Manu Abraham <abraham.manu@gmail.com>
7492 S:      Odd Fixes
7493 F:      drivers/staging/crystalhd/
7494
7495 STAGING - ECHO CANCELLER
7496 M:      Steve Underwood <steveu@coppice.org>
7497 M:      David Rowe <david@rowetel.com>
7498 S:      Odd Fixes
7499 F:      drivers/staging/echo/
7500
7501 STAGING - ET131X NETWORK DRIVER
7502 M:      Mark Einon <mark.einon@gmail.com>
7503 S:      Odd Fixes
7504 F:      drivers/staging/et131x/
7505
7506 STAGING - FLARION FT1000 DRIVERS
7507 M:      Marek Belisko <marek.belisko@gmail.com>
7508 S:      Odd Fixes
7509 F:      drivers/staging/ft1000/
7510
7511 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7512 M:      David Täht <d@teklibre.com>
7513 S:      Odd Fixes
7514 F:      drivers/staging/frontier/
7515
7516 STAGING - INDUSTRIAL IO
7517 M:      Jonathan Cameron <jic23@cam.ac.uk>
7518 L:      linux-iio@vger.kernel.org
7519 S:      Odd Fixes
7520 F:      drivers/staging/iio/
7521
7522 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7523 M:      Jarod Wilson <jarod@wilsonet.com>
7524 W:      http://www.lirc.org/
7525 S:      Odd Fixes
7526 F:      drivers/staging/media/lirc/
7527
7528 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
7529 M:      Julian Andres Klode <jak@jak-linux.org>
7530 M:      Marc Dietrich <marvin24@gmx.de>
7531 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
7532 S:      Maintained
7533 F:      drivers/staging/nvec/
7534
7535 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7536 M:      Andres Salomon <dilinger@queued.net>
7537 M:      Chris Ball <cjb@laptop.org>
7538 M:      Jon Nettleton <jon.nettleton@gmail.com>
7539 W:      http://wiki.laptop.org/go/DCON
7540 S:      Odd Fixes
7541 F:      drivers/staging/olpc_dcon/
7542
7543 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
7544 M:      Rupesh Gujare <rgujare@ozmodevices.com>
7545 M:      Chris Kelly <ckelly@ozmodevices.com>
7546 S:      Maintained
7547 F:      drivers/staging/ozwpan/
7548
7549 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
7550 M:      Willy Tarreau <willy@meta-x.org>
7551 S:      Odd Fixes
7552 F:      drivers/staging/panel/
7553
7554 STAGING - REALTEK RTL8712U DRIVERS
7555 M:      Larry Finger <Larry.Finger@lwfinger.net>
7556 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
7557 S:      Odd Fixes
7558 F:      drivers/staging/rtl8712/
7559
7560 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
7561 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
7562 S:      Odd Fixes
7563 F:      drivers/staging/sm7xxfb/
7564
7565 STAGING - SOFTLOGIC 6x10 MPEG CODEC
7566 M:      Ben Collins <bcollins@bluecherry.net>
7567 S:      Odd Fixes
7568 F:      drivers/staging/media/solo6x10/
7569
7570 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
7571 M:      William Hubbs <w.d.hubbs@gmail.com>
7572 M:      Chris Brannon <chris@the-brannons.com>
7573 M:      Kirk Reiser <kirk@braille.uwo.ca>
7574 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
7575 L:      speakup@braille.uwo.ca
7576 W:      http://www.linux-speakup.org/
7577 S:      Odd Fixes
7578 F:      drivers/staging/speakup/
7579
7580 STAGING - TI DSP BRIDGE DRIVERS
7581 M:      Omar Ramirez Luna <omar.ramirez@copitl.com>
7582 S:      Odd Fixes
7583 F:      drivers/staging/tidspbridge/
7584
7585 STAGING - USB ENE SM/MS CARD READER DRIVER
7586 M:      Al Cho <acho@novell.com>
7587 S:      Odd Fixes
7588 F:      drivers/staging/keucr/
7589
7590 STAGING - VIA VT665X DRIVERS
7591 M:      Forest Bond <forest@alittletooquiet.net>
7592 S:      Odd Fixes
7593 F:      drivers/staging/vt665?/
7594
7595 STAGING - WINBOND IS89C35 WLAN USB DRIVER
7596 M:      Pavel Machek <pavel@ucw.cz>
7597 S:      Odd Fixes
7598 F:      drivers/staging/winbond/
7599
7600 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
7601 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
7602 S:      Odd Fixes
7603 F:      drivers/staging/xgifb/
7604
7605 STARFIRE/DURALAN NETWORK DRIVER
7606 M:      Ion Badulescu <ionut@badula.org>
7607 S:      Odd Fixes
7608 F:      drivers/net/ethernet/adaptec/starfire*
7609
7610 SUN3/3X
7611 M:      Sam Creasey <sammy@sammy.net>
7612 W:      http://sammy.net/sun3/
7613 S:      Maintained
7614 F:      arch/m68k/kernel/*sun3*
7615 F:      arch/m68k/sun3*/
7616 F:      arch/m68k/include/asm/sun3*
7617 F:      drivers/net/ethernet/i825xx/sun3*
7618
7619 SUPERH
7620 M:      Paul Mundt <lethal@linux-sh.org>
7621 L:      linux-sh@vger.kernel.org
7622 W:      http://www.linux-sh.org
7623 Q:      http://patchwork.kernel.org/project/linux-sh/list/
7624 T:      git git://github.com/pmundt/linux-sh.git sh-latest
7625 S:      Supported
7626 F:      Documentation/sh/
7627 F:      arch/sh/
7628 F:      drivers/sh/
7629
7630 SUSPEND TO RAM
7631 M:      Len Brown <len.brown@intel.com>
7632 M:      Pavel Machek <pavel@ucw.cz>
7633 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
7634 L:      linux-pm@vger.kernel.org
7635 S:      Supported
7636 F:      Documentation/power/
7637 F:      arch/x86/kernel/acpi/
7638 F:      drivers/base/power/
7639 F:      kernel/power/
7640 F:      include/linux/suspend.h
7641 F:      include/linux/freezer.h
7642 F:      include/linux/pm.h
7643
7644 SVGA HANDLING
7645 M:      Martin Mares <mj@ucw.cz>
7646 L:      linux-video@atrey.karlin.mff.cuni.cz
7647 S:      Maintained
7648 F:      Documentation/svga.txt
7649 F:      arch/x86/boot/video*
7650
7651 SWIOTLB SUBSYSTEM
7652 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7653 L:      linux-kernel@vger.kernel.org
7654 S:      Supported
7655 F:      lib/swiotlb.c
7656 F:      arch/*/kernel/pci-swiotlb.c
7657 F:      include/linux/swiotlb.h
7658
7659 SYNOPSYS ARC ARCHITECTURE
7660 M:      Vineet Gupta <vgupta@synopsys.com>
7661 L:      linux-snps-arc@vger.kernel.org
7662 S:      Supported
7663 F:      arch/arc/
7664
7665 SYSV FILESYSTEM
7666 M:      Christoph Hellwig <hch@infradead.org>
7667 S:      Maintained
7668 F:      Documentation/filesystems/sysv-fs.txt
7669 F:      fs/sysv/
7670 F:      include/linux/sysv_fs.h
7671
7672 TARGET SUBSYSTEM
7673 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
7674 L:      linux-scsi@vger.kernel.org
7675 L:      target-devel@vger.kernel.org
7676 L:      http://groups.google.com/group/linux-iscsi-target-dev
7677 W:      http://www.linux-iscsi.org
7678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
7679 S:      Supported
7680 F:      drivers/target/
7681 F:      include/target/
7682 F:      Documentation/target/
7683
7684 TASKSTATS STATISTICS INTERFACE
7685 M:      Balbir Singh <bsingharora@gmail.com>
7686 S:      Maintained
7687 F:      Documentation/accounting/taskstats*
7688 F:      include/linux/taskstats*
7689 F:      kernel/taskstats.c
7690
7691 TC CLASSIFIER
7692 M:      Jamal Hadi Salim <jhs@mojatatu.com>
7693 L:      netdev@vger.kernel.org
7694 S:      Maintained
7695 F:      include/net/pkt_cls.h
7696 F:      include/uapi/linux/pkt_cls.h
7697 F:      net/sched/
7698
7699 TCP LOW PRIORITY MODULE
7700 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
7701 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
7702 W:      http://tcp-lp-mod.sourceforge.net/
7703 S:      Maintained
7704 F:      net/ipv4/tcp_lp.c
7705
7706 TDA10071 MEDIA DRIVER
7707 M:      Antti Palosaari <crope@iki.fi>
7708 L:      linux-media@vger.kernel.org
7709 W:      http://linuxtv.org/
7710 W:      http://palosaari.fi/linux/
7711 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7712 T:      git git://linuxtv.org/anttip/media_tree.git
7713 S:      Maintained
7714 F:      drivers/media/dvb-frontends/tda10071*
7715
7716 TDA18212 MEDIA DRIVER
7717 M:      Antti Palosaari <crope@iki.fi>
7718 L:      linux-media@vger.kernel.org
7719 W:      http://linuxtv.org/
7720 W:      http://palosaari.fi/linux/
7721 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7722 T:      git git://linuxtv.org/anttip/media_tree.git
7723 S:      Maintained
7724 F:      drivers/media/tuners/tda18212*
7725
7726 TDA18218 MEDIA DRIVER
7727 M:      Antti Palosaari <crope@iki.fi>
7728 L:      linux-media@vger.kernel.org
7729 W:      http://linuxtv.org/
7730 W:      http://palosaari.fi/linux/
7731 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7732 T:      git git://linuxtv.org/anttip/media_tree.git
7733 S:      Maintained
7734 F:      drivers/media/tuners/tda18218*
7735
7736 TDA18271 MEDIA DRIVER
7737 M:      Michael Krufky <mkrufky@linuxtv.org>
7738 L:      linux-media@vger.kernel.org
7739 W:      http://linuxtv.org/
7740 W:      http://github.com/mkrufky
7741 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7742 T:      git git://linuxtv.org/mkrufky/tuners.git
7743 S:      Maintained
7744 F:      drivers/media/tuners/tda18271*
7745
7746 TDA827x MEDIA DRIVER
7747 M:      Michael Krufky <mkrufky@linuxtv.org>
7748 L:      linux-media@vger.kernel.org
7749 W:      http://linuxtv.org/
7750 W:      http://github.com/mkrufky
7751 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7752 T:      git git://linuxtv.org/mkrufky/tuners.git
7753 S:      Maintained
7754 F:      drivers/media/tuners/tda8290.*
7755
7756 TDA8290 MEDIA DRIVER
7757 M:      Michael Krufky <mkrufky@linuxtv.org>
7758 L:      linux-media@vger.kernel.org
7759 W:      http://linuxtv.org/
7760 W:      http://github.com/mkrufky
7761 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7762 T:      git git://linuxtv.org/mkrufky/tuners.git
7763 S:      Maintained
7764 F:      drivers/media/tuners/tda8290.*
7765
7766 TDA9840 MEDIA DRIVER
7767 M:      Hans Verkuil <hverkuil@xs4all.nl>
7768 L:      linux-media@vger.kernel.org
7769 T:      git git://linuxtv.org/media_tree.git
7770 W:      http://linuxtv.org
7771 S:      Maintained
7772 F:      drivers/media/i2c/tda9840*
7773
7774 TEA5761 TUNER DRIVER
7775 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
7776 L:      linux-media@vger.kernel.org
7777 W:      http://linuxtv.org
7778 T:      git git://linuxtv.org/media_tree.git
7779 S:      Odd fixes
7780 F:      drivers/media/tuners/tea5761.*
7781
7782 TEA5767 TUNER DRIVER
7783 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
7784 L:      linux-media@vger.kernel.org
7785 W:      http://linuxtv.org
7786 T:      git git://linuxtv.org/media_tree.git
7787 S:      Maintained
7788 F:      drivers/media/tuners/tea5767.*
7789
7790 TEA6415C MEDIA DRIVER
7791 M:      Hans Verkuil <hverkuil@xs4all.nl>
7792 L:      linux-media@vger.kernel.org
7793 T:      git git://linuxtv.org/media_tree.git
7794 W:      http://linuxtv.org
7795 S:      Maintained
7796 F:      drivers/media/i2c/tea6415c*
7797
7798 TEA6420 MEDIA DRIVER
7799 M:      Hans Verkuil <hverkuil@xs4all.nl>
7800 L:      linux-media@vger.kernel.org
7801 T:      git git://linuxtv.org/media_tree.git
7802 W:      http://linuxtv.org
7803 S:      Maintained
7804 F:      drivers/media/i2c/tea6420*
7805
7806 TEAM DRIVER
7807 M:      Jiri Pirko <jiri@resnulli.us>
7808 L:      netdev@vger.kernel.org
7809 S:      Supported
7810 F:      drivers/net/team/
7811 F:      include/linux/if_team.h
7812 F:      include/uapi/linux/if_team.h
7813
7814 TECHNOTREND USB IR RECEIVER
7815 M:      Sean Young <sean@mess.org>
7816 L:      linux-media@vger.kernel.org
7817 S:      Maintained
7818 F:      drivers/media/rc/ttusbir.c
7819
7820 TEGRA SUPPORT
7821 M:      Stephen Warren <swarren@wwwdotorg.org>
7822 L:      linux-tegra@vger.kernel.org
7823 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
7824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
7825 S:      Supported
7826 F:      arch/arm/mach-tegra
7827 F:      arch/arm/boot/dts/tegra*
7828 F:      arch/arm/configs/tegra_defconfig
7829
7830 TEHUTI ETHERNET DRIVER
7831 M:      Andy Gospodarek <andy@greyhouse.net>
7832 L:      netdev@vger.kernel.org
7833 S:      Supported
7834 F:      drivers/net/ethernet/tehuti/*
7835
7836 Telecom Clock Driver for MCPL0010
7837 M:      Mark Gross <mark.gross@intel.com>
7838 S:      Supported
7839 F:      drivers/char/tlclk.c
7840
7841 TENSILICA XTENSA PORT (xtensa)
7842 M:      Chris Zankel <chris@zankel.net>
7843 M:      Max Filippov <jcmvbkbc@gmail.com>
7844 L:      linux-xtensa@linux-xtensa.org
7845 S:      Maintained
7846 F:      arch/xtensa/
7847
7848 THERMAL
7849 M:      Zhang Rui <rui.zhang@intel.com>
7850 L:      linux-pm@vger.kernel.org
7851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
7852 S:      Supported
7853 F:      drivers/thermal/
7854 F:      include/linux/thermal.h
7855
7856 THINGM BLINK(1) USB RGB LED DRIVER
7857 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
7858 S:      Maintained
7859 F:      drivers/hid/hid-thingm.c
7860
7861 THINKPAD ACPI EXTRAS DRIVER
7862 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
7863 L:      ibm-acpi-devel@lists.sourceforge.net
7864 L:      platform-driver-x86@vger.kernel.org
7865 W:      http://ibm-acpi.sourceforge.net
7866 W:      http://thinkwiki.org/wiki/Ibm-acpi
7867 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
7868 S:      Maintained
7869 F:      drivers/platform/x86/thinkpad_acpi.c
7870
7871 TI FLASH MEDIA INTERFACE DRIVER
7872 M:      Alex Dubov <oakad@yahoo.com>
7873 S:      Maintained
7874 F:      drivers/misc/tifm*
7875 F:      drivers/mmc/host/tifm_sd.c
7876 F:      include/linux/tifm.h
7877
7878 TI LM49xxx FAMILY ASoC CODEC DRIVERS
7879 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
7880 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
7881 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7882 S:      Maintained
7883 F:      sound/soc/codecs/lm49453*
7884 F:      sound/soc/codecs/isabelle*
7885
7886 TI LP855x BACKLIGHT DRIVER
7887 M:      Milo Kim <milo.kim@ti.com>
7888 S:      Maintained
7889 F:      Documentation/backlight/lp855x-driver.txt
7890 F:      drivers/video/backlight/lp855x_bl.c
7891 F:      include/linux/platform_data/lp855x.h
7892
7893 TI TWL4030 SERIES SOC CODEC DRIVER
7894 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7895 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7896 S:      Maintained
7897 F:      sound/soc/codecs/twl4030*
7898
7899 TI WILINK WIRELESS DRIVERS
7900 M:      Luciano Coelho <coelho@ti.com>
7901 L:      linux-wireless@vger.kernel.org
7902 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
7903 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
7904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7905 S:      Maintained
7906 F:      drivers/net/wireless/ti/
7907 F:      include/linux/wl12xx.h
7908
7909 TIPC NETWORK LAYER
7910 M:      Jon Maloy <jon.maloy@ericsson.com>
7911 M:      Allan Stephens <allan.stephens@windriver.com>
7912 L:      netdev@vger.kernel.org (core kernel code)
7913 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
7914 W:      http://tipc.sourceforge.net/
7915 S:      Maintained
7916 F:      include/uapi/linux/tipc*.h
7917 F:      net/tipc/
7918
7919 TILE ARCHITECTURE
7920 M:      Chris Metcalf <cmetcalf@tilera.com>
7921 W:      http://www.tilera.com/scm/
7922 S:      Supported
7923 F:      arch/tile/
7924 F:      drivers/tty/hvc/hvc_tile.c
7925 F:      drivers/net/ethernet/tile/
7926 F:      drivers/edac/tile_edac.c
7927
7928 TLAN NETWORK DRIVER
7929 M:      Samuel Chessman <chessman@tux.org>
7930 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
7931 W:      http://sourceforge.net/projects/tlan/
7932 S:      Maintained
7933 F:      Documentation/networking/tlan.txt
7934 F:      drivers/net/ethernet/ti/tlan.*
7935
7936 TOMOYO SECURITY MODULE
7937 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
7938 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
7939 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
7940 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
7941 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
7942 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
7943 W:      http://tomoyo.sourceforge.jp/
7944 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
7945 S:      Maintained
7946 F:      security/tomoyo/
7947
7948 TOPSTAR LAPTOP EXTRAS DRIVER
7949 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7950 L:      platform-driver-x86@vger.kernel.org
7951 S:      Maintained
7952 F:      drivers/platform/x86/topstar-laptop.c
7953
7954 TOSHIBA ACPI EXTRAS DRIVER
7955 L:      platform-driver-x86@vger.kernel.org
7956 S:      Orphan
7957 F:      drivers/platform/x86/toshiba_acpi.c
7958
7959 TOSHIBA SMM DRIVER
7960 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
7961 L:      tlinux-users@tce.toshiba-dme.co.jp
7962 W:      http://www.buzzard.org.uk/toshiba/
7963 S:      Maintained
7964 F:      drivers/char/toshiba.c
7965 F:      include/linux/toshiba.h
7966 F:      include/uapi/linux/toshiba.h
7967
7968 TMIO MMC DRIVER
7969 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7970 M:      Ian Molton <ian@mnementh.co.uk>
7971 L:      linux-mmc@vger.kernel.org
7972 S:      Maintained
7973 F:      drivers/mmc/host/tmio_mmc*
7974 F:      drivers/mmc/host/sh_mobile_sdhi.c
7975 F:      include/linux/mmc/tmio.h
7976 F:      include/linux/mmc/sh_mobile_sdhi.h
7977
7978 TMPFS (SHMEM FILESYSTEM)
7979 M:      Hugh Dickins <hughd@google.com>
7980 L:      linux-mm@kvack.org
7981 S:      Maintained
7982 F:      include/linux/shmem_fs.h
7983 F:      mm/shmem.c
7984
7985 TM6000 VIDEO4LINUX DRIVER
7986 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
7987 L:      linux-media@vger.kernel.org
7988 W:      http://linuxtv.org
7989 T:      git git://linuxtv.org/media_tree.git
7990 S:      Odd fixes
7991 F:      drivers/media/usb/tm6000/
7992
7993 TPM DEVICE DRIVER
7994 M:      Kent Yoder <key@linux.vnet.ibm.com>
7995 M:      Rajiv Andrade <mail@srajiv.net>
7996 W:      http://tpmdd.sourceforge.net
7997 M:      Marcel Selhorst <tpmdd@selhorst.net>
7998 M:      Sirrix AG <tpmdd@sirrix.com>
7999 W:      http://www.sirrix.com
8000 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
8001 S:      Maintained
8002 F:      drivers/char/tpm/
8003
8004 TRACING
8005 M:      Steven Rostedt <rostedt@goodmis.org>
8006 M:      Frederic Weisbecker <fweisbec@gmail.com>
8007 M:      Ingo Molnar <mingo@redhat.com>
8008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8009 S:      Maintained
8010 F:      Documentation/trace/ftrace.txt
8011 F:      arch/*/*/*/ftrace.h
8012 F:      arch/*/kernel/ftrace.c
8013 F:      include/*/ftrace.h
8014 F:      include/linux/trace*.h
8015 F:      include/trace/
8016 F:      kernel/trace/
8017
8018 TRIVIAL PATCHES
8019 M:      Jiri Kosina <trivial@kernel.org>
8020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
8021 S:      Maintained
8022 K:      ^Subject:.*(?i)trivial
8023
8024 TTY LAYER
8025 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8026 M:      Jiri Slaby <jslaby@suse.cz>
8027 S:      Supported
8028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8029 F:      drivers/tty/
8030 F:      drivers/tty/serial/serial_core.c
8031 F:      include/linux/serial_core.h
8032 F:      include/linux/serial.h
8033 F:      include/linux/tty.h
8034 F:      include/uapi/linux/serial_core.h
8035 F:      include/uapi/linux/serial.h
8036 F:      include/uapi/linux/tty.h
8037
8038 TUA9001 MEDIA DRIVER
8039 M:      Antti Palosaari <crope@iki.fi>
8040 L:      linux-media@vger.kernel.org
8041 W:      http://linuxtv.org/
8042 W:      http://palosaari.fi/linux/
8043 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8044 T:      git git://linuxtv.org/anttip/media_tree.git
8045 S:      Maintained
8046 F:      drivers/media/tuners/tua9001*
8047
8048 TULIP NETWORK DRIVERS
8049 M:      Grant Grundler <grundler@parisc-linux.org>
8050 L:      netdev@vger.kernel.org
8051 S:      Maintained
8052 F:      drivers/net/ethernet/dec/tulip/
8053
8054 TUN/TAP driver
8055 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
8056 W:      http://vtun.sourceforge.net/tun
8057 S:      Maintained
8058 F:      Documentation/networking/tuntap.txt
8059 F:      arch/um/os-Linux/drivers/
8060
8061 TURBOCHANNEL SUBSYSTEM
8062 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
8063 S:      Maintained
8064 F:      drivers/tc/
8065 F:      include/linux/tc.h
8066
8067 U14-34F SCSI DRIVER
8068 M:      Dario Ballabio <ballabio_dario@emc.com>
8069 L:      linux-scsi@vger.kernel.org
8070 S:      Maintained
8071 F:      drivers/scsi/u14-34f.c
8072
8073 UBI FILE SYSTEM (UBIFS)
8074 M:      Artem Bityutskiy <dedekind1@gmail.com>
8075 M:      Adrian Hunter <adrian.hunter@intel.com>
8076 L:      linux-mtd@lists.infradead.org
8077 T:      git git://git.infradead.org/ubifs-2.6.git
8078 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
8079 S:      Maintained
8080 F:      Documentation/filesystems/ubifs.txt
8081 F:      fs/ubifs/
8082
8083 UCLINUX (AND M68KNOMMU)
8084 M:      Greg Ungerer <gerg@uclinux.org>
8085 W:      http://www.uclinux.org/
8086 L:      uclinux-dev@uclinux.org  (subscribers-only)
8087 S:      Maintained
8088 F:      arch/m68k/*/*_no.*
8089 F:      arch/m68k/include/asm/*_no.*
8090
8091 UCLINUX FOR RENESAS H8/300 (H8300)
8092 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
8093 W:      http://uclinux-h8.sourceforge.jp/
8094 S:      Supported
8095 F:      arch/h8300/
8096 F:      drivers/ide/ide-h8300.c
8097 F:      drivers/net/ethernet/8390/ne-h8300.c
8098
8099 UDF FILESYSTEM
8100 M:      Jan Kara <jack@suse.cz>
8101 S:      Maintained
8102 F:      Documentation/filesystems/udf.txt
8103 F:      fs/udf/
8104
8105 UFS FILESYSTEM
8106 M:      Evgeniy Dushistov <dushistov@mail.ru>
8107 S:      Maintained
8108 F:      Documentation/filesystems/ufs.txt
8109 F:      fs/ufs/
8110
8111 UHID USERSPACE HID IO DRIVER:
8112 M:      David Herrmann <dh.herrmann@googlemail.com>
8113 L:      linux-input@vger.kernel.org
8114 S:      Maintained
8115 F:      drivers/hid/uhid.c
8116 F:      include/uapi/linux/uhid.h
8117
8118 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
8119 L:      linux-usb@vger.kernel.org
8120 S:      Orphan
8121 F:      drivers/uwb/
8122 F:      include/linux/uwb.h
8123 F:      include/linux/uwb/
8124
8125 UNICORE32 ARCHITECTURE:
8126 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8127 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8128 S:      Maintained
8129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
8130 F:      arch/unicore32/
8131
8132 UNIFDEF
8133 M:      Tony Finch <dot@dotat.at>
8134 W:      http://dotat.at/prog/unifdef
8135 S:      Maintained
8136 F:      scripts/unifdef.c
8137
8138 UNIFORM CDROM DRIVER
8139 M:      Jens Axboe <axboe@kernel.dk>
8140 W:      http://www.kernel.dk
8141 S:      Maintained
8142 F:      Documentation/cdrom/
8143 F:      drivers/cdrom/cdrom.c
8144 F:      include/linux/cdrom.h
8145 F:      include/uapi/linux/cdrom.h
8146
8147 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
8148 M:      Vinayak Holikatti <vinholikatti@gmail.com>
8149 M:      Santosh Y <santoshsy@gmail.com>
8150 L:      linux-scsi@vger.kernel.org
8151 S:      Supported
8152 F:      Documentation/scsi/ufs.txt
8153 F:      drivers/scsi/ufs/
8154
8155 UNSORTED BLOCK IMAGES (UBI)
8156 M:      Artem Bityutskiy <dedekind1@gmail.com>
8157 W:      http://www.linux-mtd.infradead.org/
8158 L:      linux-mtd@lists.infradead.org
8159 T:      git git://git.infradead.org/ubi-2.6.git
8160 S:      Maintained
8161 F:      drivers/mtd/ubi/
8162 F:      include/linux/mtd/ubi.h
8163 F:      include/uapi/mtd/ubi-user.h
8164
8165 UNSORTED BLOCK IMAGES (UBI) Fastmap
8166 M:      Richard Weinberger <richard@nod.at>
8167 L:      linux-mtd@lists.infradead.org
8168 S:      Maintained
8169 F:      drivers/mtd/ubi/fastmap.c
8170
8171 USB ACM DRIVER
8172 M:      Oliver Neukum <oliver@neukum.org>
8173 L:      linux-usb@vger.kernel.org
8174 S:      Maintained
8175 F:      Documentation/usb/acm.txt
8176 F:      drivers/usb/class/cdc-acm.*
8177
8178 USB AR5523 WIRELESS DRIVER
8179 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
8180 L:      linux-wireless@vger.kernel.org
8181 S:      Maintained
8182 F:      drivers/net/wireless/ath/ar5523/
8183
8184 USB ATTACHED SCSI
8185 M:      Matthew Wilcox <willy@linux.intel.com>
8186 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8187 L:      linux-usb@vger.kernel.org
8188 L:      linux-scsi@vger.kernel.org
8189 S:      Supported
8190 F:      drivers/usb/storage/uas.c
8191
8192 USB CDC ETHERNET DRIVER
8193 M:      Oliver Neukum <oliver@neukum.org>
8194 L:      linux-usb@vger.kernel.org
8195 S:      Maintained
8196 F:      drivers/net/usb/cdc_*.c
8197 F:      include/uapi/linux/usb/cdc.h
8198
8199 USB CYPRESS C67X00 DRIVER
8200 M:      Peter Korsgaard <jacmet@sunsite.dk>
8201 L:      linux-usb@vger.kernel.org
8202 S:      Maintained
8203 F:      drivers/usb/c67x00/
8204
8205 USB DAVICOM DM9601 DRIVER
8206 M:      Peter Korsgaard <jacmet@sunsite.dk>
8207 L:      netdev@vger.kernel.org
8208 W:      http://www.linux-usb.org/usbnet
8209 S:      Maintained
8210 F:      drivers/net/usb/dm9601.c
8211
8212 USB DIAMOND RIO500 DRIVER
8213 M:      Cesar Miquel <miquel@df.uba.ar>
8214 L:      rio500-users@lists.sourceforge.net
8215 W:      http://rio500.sourceforge.net
8216 S:      Maintained
8217 F:      drivers/usb/misc/rio500*
8218
8219 USB EHCI DRIVER
8220 M:      Alan Stern <stern@rowland.harvard.edu>
8221 L:      linux-usb@vger.kernel.org
8222 S:      Maintained
8223 F:      Documentation/usb/ehci.txt
8224 F:      drivers/usb/host/ehci*
8225
8226 USB GADGET/PERIPHERAL SUBSYSTEM
8227 M:      Felipe Balbi <balbi@ti.com>
8228 L:      linux-usb@vger.kernel.org
8229 W:      http://www.linux-usb.org/gadget
8230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8231 S:      Maintained
8232 F:      drivers/usb/gadget/
8233 F:      include/linux/usb/gadget*
8234
8235 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
8236 M:      Jiri Kosina <jkosina@suse.cz>
8237 L:      linux-usb@vger.kernel.org
8238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
8239 S:      Maintained
8240 F:      Documentation/hid/hiddev.txt
8241 F:      drivers/hid/usbhid/
8242
8243 USB/IP DRIVERS
8244 M:      Matt Mooney <mfm@muteddisk.com>
8245 L:      linux-usb@vger.kernel.org
8246 S:      Maintained
8247 F:      drivers/staging/usbip/
8248
8249 USB ISP116X DRIVER
8250 M:      Olav Kongas <ok@artecdesign.ee>
8251 L:      linux-usb@vger.kernel.org
8252 S:      Maintained
8253 F:      drivers/usb/host/isp116x*
8254 F:      include/linux/usb/isp116x.h
8255
8256 USB KAWASAKI LSI DRIVER
8257 M:      Oliver Neukum <oliver@neukum.org>
8258 L:      linux-usb@vger.kernel.org
8259 S:      Maintained
8260 F:      drivers/usb/serial/kl5kusb105.*
8261
8262 USB MASS STORAGE DRIVER
8263 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
8264 L:      linux-usb@vger.kernel.org
8265 L:      usb-storage@lists.one-eyed-alien.net
8266 S:      Maintained
8267 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
8268 F:      drivers/usb/storage/
8269
8270 USB MIDI DRIVER
8271 M:      Clemens Ladisch <clemens@ladisch.de>
8272 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8273 T:      git git://git.alsa-project.org/alsa-kernel.git
8274 S:      Maintained
8275 F:      sound/usb/midi.*
8276
8277 USB OHCI DRIVER
8278 M:      Alan Stern <stern@rowland.harvard.edu>
8279 L:      linux-usb@vger.kernel.org
8280 S:      Maintained
8281 F:      Documentation/usb/ohci.txt
8282 F:      drivers/usb/host/ohci*
8283
8284 USB OPTION-CARD DRIVER
8285 M:      Matthias Urlichs <smurf@smurf.noris.de>
8286 L:      linux-usb@vger.kernel.org
8287 S:      Maintained
8288 F:      drivers/usb/serial/option.c
8289
8290 USB PEGASUS DRIVER
8291 M:      Petko Manolov <petkan@users.sourceforge.net>
8292 L:      linux-usb@vger.kernel.org
8293 L:      netdev@vger.kernel.org
8294 W:      http://pegasus2.sourceforge.net/
8295 S:      Maintained
8296 F:      drivers/net/usb/pegasus.*
8297
8298 USB PHY LAYER
8299 M:      Felipe Balbi <balbi@ti.com>
8300 L:      linux-usb@vger.kernel.org
8301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
8302 S:      Maintained
8303 F:      drivers/usb/phy/
8304 F:      drivers/usb/otg/
8305
8306 USB PRINTER DRIVER (usblp)
8307 M:      Pete Zaitcev <zaitcev@redhat.com>
8308 L:      linux-usb@vger.kernel.org
8309 S:      Supported
8310 F:      drivers/usb/class/usblp.c
8311
8312 USB RTL8150 DRIVER
8313 M:      Petko Manolov <petkan@users.sourceforge.net>
8314 L:      linux-usb@vger.kernel.org
8315 L:      netdev@vger.kernel.org
8316 W:      http://pegasus2.sourceforge.net/
8317 S:      Maintained
8318 F:      drivers/net/usb/rtl8150.c
8319
8320 USB SERIAL BELKIN F5U103 DRIVER
8321 M:      William Greathouse <wgreathouse@smva.com>
8322 L:      linux-usb@vger.kernel.org
8323 S:      Maintained
8324 F:      drivers/usb/serial/belkin_sa.*
8325
8326 USB SERIAL CYPRESS M8 DRIVER
8327 M:      Lonnie Mendez <dignome@gmail.com>
8328 L:      linux-usb@vger.kernel.org
8329 S:      Maintained
8330 W:      http://geocities.com/i0xox0i
8331 W:      http://firstlight.net/cvs
8332 F:      drivers/usb/serial/cypress_m8.*
8333
8334 USB SERIAL CYBERJACK DRIVER
8335 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
8336 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
8337 S:      Maintained
8338 F:      drivers/usb/serial/cyberjack.c
8339
8340 USB SERIAL DIGI ACCELEPORT DRIVER
8341 M:      Peter Berger <pberger@brimson.com>
8342 M:      Al Borchers <alborchers@steinerpoint.com>
8343 L:      linux-usb@vger.kernel.org
8344 S:      Maintained
8345 F:      drivers/usb/serial/digi_acceleport.c
8346
8347 USB SERIAL DRIVER
8348 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8349 L:      linux-usb@vger.kernel.org
8350 S:      Supported
8351 F:      Documentation/usb/usb-serial.txt
8352 F:      drivers/usb/serial/generic.c
8353 F:      drivers/usb/serial/usb-serial.c
8354 F:      include/linux/usb/serial.h
8355
8356 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
8357 M:      Gary Brubaker <xavyer@ix.netcom.com>
8358 L:      linux-usb@vger.kernel.org
8359 S:      Maintained
8360 F:      drivers/usb/serial/empeg.c
8361
8362 USB SERIAL KEYSPAN DRIVER
8363 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8364 L:      linux-usb@vger.kernel.org
8365 S:      Maintained
8366 F:      drivers/usb/serial/*keyspan*
8367
8368 USB SERIAL WHITEHEAT DRIVER
8369 M:      Support Department <support@connecttech.com>
8370 L:      linux-usb@vger.kernel.org
8371 W:      http://www.connecttech.com
8372 S:      Supported
8373 F:      drivers/usb/serial/whiteheat*
8374
8375 USB SMSC75XX ETHERNET DRIVER
8376 M:      Steve Glendinning <steve.glendinning@shawell.net>
8377 L:      netdev@vger.kernel.org
8378 S:      Maintained
8379 F:      drivers/net/usb/smsc75xx.*
8380
8381 USB SMSC95XX ETHERNET DRIVER
8382 M:      Steve Glendinning <steve.glendinning@shawell.net>
8383 L:      netdev@vger.kernel.org
8384 S:      Maintained
8385 F:      drivers/net/usb/smsc95xx.*
8386
8387 USB SN9C1xx DRIVER
8388 M:      Luca Risolia <luca.risolia@studio.unibo.it>
8389 L:      linux-usb@vger.kernel.org
8390 L:      linux-media@vger.kernel.org
8391 T:      git git://linuxtv.org/media_tree.git
8392 W:      http://www.linux-projects.org
8393 S:      Maintained
8394 F:      Documentation/video4linux/sn9c102.txt
8395 F:      drivers/media/usb/sn9c102/
8396
8397 USB SUBSYSTEM
8398 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8399 L:      linux-usb@vger.kernel.org
8400 W:      http://www.linux-usb.org
8401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
8402 S:      Supported
8403 F:      Documentation/usb/
8404 F:      drivers/net/usb/
8405 F:      drivers/usb/
8406 F:      include/linux/usb.h
8407 F:      include/linux/usb/
8408
8409 USB UHCI DRIVER
8410 M:      Alan Stern <stern@rowland.harvard.edu>
8411 L:      linux-usb@vger.kernel.org
8412 S:      Maintained
8413 F:      drivers/usb/host/uhci*
8414
8415 USB "USBNET" DRIVER FRAMEWORK
8416 M:      Oliver Neukum <oneukum@suse.de>
8417 L:      netdev@vger.kernel.org
8418 W:      http://www.linux-usb.org/usbnet
8419 S:      Maintained
8420 F:      drivers/net/usb/usbnet.c
8421 F:      include/linux/usb/usbnet.h
8422
8423 USB VIDEO CLASS
8424 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8425 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
8426 L:      linux-media@vger.kernel.org
8427 T:      git git://linuxtv.org/media_tree.git
8428 W:      http://www.ideasonboard.org/uvc/
8429 S:      Maintained
8430 F:      drivers/media/usb/uvc/
8431 F:      include/uapi/linux/uvcvideo.h
8432
8433 USB VISION DRIVER
8434 M:      Hans Verkuil <hverkuil@xs4all.nl>
8435 L:      linux-media@vger.kernel.org
8436 T:      git git://linuxtv.org/media_tree.git
8437 W:      http://linuxtv.org
8438 S:      Odd Fixes
8439 F:      drivers/media/usb/usbvision/
8440
8441 USB WEBCAM GADGET
8442 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8443 L:      linux-usb@vger.kernel.org
8444 S:      Maintained
8445 F:      drivers/usb/gadget/*uvc*.c
8446 F:      drivers/usb/gadget/webcam.c
8447
8448 USB WIRELESS RNDIS DRIVER (rndis_wlan)
8449 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
8450 L:      linux-wireless@vger.kernel.org
8451 S:      Maintained
8452 F:      drivers/net/wireless/rndis_wlan.c
8453
8454 USB XHCI DRIVER
8455 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
8456 L:      linux-usb@vger.kernel.org
8457 S:      Supported
8458 F:      drivers/usb/host/xhci*
8459 F:      drivers/usb/host/pci-quirks*
8460
8461 USB ZD1201 DRIVER
8462 L:      linux-wireless@vger.kernel.org
8463 W:      http://linux-lc100020.sourceforge.net
8464 S:      Orphan
8465 F:      drivers/net/wireless/zd1201.*
8466
8467 USB ZR364XX DRIVER
8468 M:      Antoine Jacquet <royale@zerezo.com>
8469 L:      linux-usb@vger.kernel.org
8470 L:      linux-media@vger.kernel.org
8471 T:      git git://linuxtv.org/media_tree.git
8472 W:      http://royale.zerezo.com/zr364xx/
8473 S:      Maintained
8474 F:      Documentation/video4linux/zr364xx.txt
8475 F:      drivers/media/usb/zr364xx/
8476
8477 USER-MODE LINUX (UML)
8478 M:      Jeff Dike <jdike@addtoit.com>
8479 M:      Richard Weinberger <richard@nod.at>
8480 L:      user-mode-linux-devel@lists.sourceforge.net
8481 L:      user-mode-linux-user@lists.sourceforge.net
8482 W:      http://user-mode-linux.sourceforge.net
8483 S:      Maintained
8484 F:      Documentation/virtual/uml/
8485 F:      arch/um/
8486 F:      arch/x86/um/
8487 F:      fs/hostfs/
8488 F:      fs/hppfs/
8489
8490 USERSPACE I/O (UIO)
8491 M:      "Hans J. Koch" <hjk@hansjkoch.de>
8492 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8493 S:      Maintained
8494 F:      Documentation/DocBook/uio-howto.tmpl
8495 F:      drivers/uio/
8496 F:      include/linux/uio*.h
8497
8498 UTIL-LINUX PACKAGE
8499 M:      Karel Zak <kzak@redhat.com>
8500 L:      util-linux@vger.kernel.org
8501 W:      http://en.wikipedia.org/wiki/Util-linux
8502 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
8503 S:      Maintained
8504
8505 UVESAFB DRIVER
8506 M:      Michal Januszewski <spock@gentoo.org>
8507 L:      linux-fbdev@vger.kernel.org
8508 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
8509 S:      Maintained
8510 F:      Documentation/fb/uvesafb.txt
8511 F:      drivers/video/uvesafb.*
8512
8513 VFAT/FAT/MSDOS FILESYSTEM
8514 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
8515 S:      Maintained
8516 F:      Documentation/filesystems/vfat.txt
8517 F:      fs/fat/
8518
8519 VFIO DRIVER
8520 M:      Alex Williamson <alex.williamson@redhat.com>
8521 L:      kvm@vger.kernel.org
8522 S:      Maintained
8523 F:      Documentation/vfio.txt
8524 F:      drivers/vfio/
8525 F:      include/linux/vfio.h
8526 F:      include/uapi/linux/vfio.h
8527
8528 VIDEOBUF2 FRAMEWORK
8529 M:      Pawel Osciak <pawel@osciak.com>
8530 M:      Marek Szyprowski <m.szyprowski@samsung.com>
8531 M:      Kyungmin Park <kyungmin.park@samsung.com>
8532 L:      linux-media@vger.kernel.org
8533 S:      Maintained
8534 F:      drivers/media/v4l2-core/videobuf2-*
8535 F:      include/media/videobuf2-*
8536
8537 VIRTIO CONSOLE DRIVER
8538 M:      Amit Shah <amit.shah@redhat.com>
8539 L:      virtualization@lists.linux-foundation.org
8540 S:      Maintained
8541 F:      drivers/char/virtio_console.c
8542 F:      include/linux/virtio_console.h
8543 F:      include/uapi/linux/virtio_console.h
8544
8545 VIRTIO CORE, NET AND BLOCK DRIVERS
8546 M:      Rusty Russell <rusty@rustcorp.com.au>
8547 M:      "Michael S. Tsirkin" <mst@redhat.com>
8548 L:      virtualization@lists.linux-foundation.org
8549 S:      Maintained
8550 F:      drivers/virtio/
8551 F:      drivers/net/virtio_net.c
8552 F:      drivers/block/virtio_blk.c
8553 F:      include/linux/virtio_*.h
8554
8555 VIRTIO HOST (VHOST)
8556 M:      "Michael S. Tsirkin" <mst@redhat.com>
8557 L:      kvm@vger.kernel.org
8558 L:      virtualization@lists.linux-foundation.org
8559 L:      netdev@vger.kernel.org
8560 S:      Maintained
8561 F:      drivers/vhost/
8562 F:      include/uapi/linux/vhost.h
8563
8564 VIA RHINE NETWORK DRIVER
8565 M:      Roger Luethi <rl@hellgate.ch>
8566 S:      Maintained
8567 F:      drivers/net/ethernet/via/via-rhine.c
8568
8569 VIA SD/MMC CARD CONTROLLER DRIVER
8570 M:      Bruce Chang <brucechang@via.com.tw>
8571 M:      Harald Welte <HaraldWelte@viatech.com>
8572 S:      Maintained
8573 F:      drivers/mmc/host/via-sdmmc.c
8574
8575 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
8576 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
8577 L:      linux-fbdev@vger.kernel.org
8578 S:      Maintained
8579 F:      include/linux/via-core.h
8580 F:      include/linux/via-gpio.h
8581 F:      include/linux/via_i2c.h
8582 F:      drivers/video/via/
8583
8584 VIA VELOCITY NETWORK DRIVER
8585 M:      Francois Romieu <romieu@fr.zoreil.com>
8586 L:      netdev@vger.kernel.org
8587 S:      Maintained
8588 F:      drivers/net/ethernet/via/via-velocity.*
8589
8590 VIVI VIRTUAL VIDEO DRIVER
8591 M:      Hans Verkuil <hverkuil@xs4all.nl>
8592 L:      linux-media@vger.kernel.org
8593 T:      git git://linuxtv.org/media_tree.git
8594 W:      http://linuxtv.org
8595 S:      Maintained
8596 F:      drivers/media/platform/vivi*
8597
8598 VLAN (802.1Q)
8599 M:      Patrick McHardy <kaber@trash.net>
8600 L:      netdev@vger.kernel.org
8601 S:      Maintained
8602 F:      drivers/net/macvlan.c
8603 F:      include/linux/if_*vlan.h
8604 F:      net/8021q/
8605
8606 VLYNQ BUS
8607 M:      Florian Fainelli <florian@openwrt.org>
8608 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
8609 S:      Maintained
8610 F:      drivers/vlynq/vlynq.c
8611 F:      include/linux/vlynq.h
8612
8613 VME SUBSYSTEM
8614 M:      Martyn Welch <martyn.welch@ge.com>
8615 M:      Manohar Vanga <manohar.vanga@gmail.com>
8616 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8617 L:      devel@driverdev.osuosl.org
8618 S:      Maintained
8619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8620 F:      Documentation/vme_api.txt
8621 F:      drivers/staging/vme/
8622 F:      drivers/vme/
8623 F:      include/linux/vme*
8624
8625 VMWARE VMXNET3 ETHERNET DRIVER
8626 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
8627 M:      "VMware, Inc." <pv-drivers@vmware.com>
8628 L:      netdev@vger.kernel.org
8629 S:      Maintained
8630 F:      drivers/net/vmxnet3/
8631
8632 VMware PVSCSI driver
8633 M:      Arvind Kumar <arvindkumar@vmware.com>
8634 M:      VMware PV-Drivers <pv-drivers@vmware.com>
8635 L:      linux-scsi@vger.kernel.org
8636 S:      Maintained
8637 F:      drivers/scsi/vmw_pvscsi.c
8638 F:      drivers/scsi/vmw_pvscsi.h
8639
8640 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
8641 M:      Liam Girdwood <lrg@ti.com>
8642 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
8643 W:      http://opensource.wolfsonmicro.com/node/15
8644 W:      http://www.slimlogic.co.uk/?p=48
8645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
8646 S:      Supported
8647 F:      drivers/regulator/
8648 F:      include/linux/regulator/
8649
8650 VT1211 HARDWARE MONITOR DRIVER
8651 M:      Juerg Haefliger <juergh@gmail.com>
8652 L:      lm-sensors@lm-sensors.org
8653 S:      Maintained
8654 F:      Documentation/hwmon/vt1211
8655 F:      drivers/hwmon/vt1211.c
8656
8657 VT8231 HARDWARE MONITOR DRIVER
8658 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
8659 L:      lm-sensors@lm-sensors.org
8660 S:      Maintained
8661 F:      drivers/hwmon/vt8231.c
8662
8663 VUB300 USB to SDIO/SD/MMC bridge chip
8664 M:      Tony Olech <tony.olech@elandigitalsystems.com>
8665 L:      linux-mmc@vger.kernel.org
8666 L:      linux-usb@vger.kernel.org
8667 S:      Supported
8668 F:      drivers/mmc/host/vub300.c
8669
8670 W1 DALLAS'S 1-WIRE BUS
8671 M:      Evgeniy Polyakov <zbr@ioremap.net>
8672 S:      Maintained
8673 F:      Documentation/w1/
8674 F:      drivers/w1/
8675
8676 W83791D HARDWARE MONITORING DRIVER
8677 M:      Marc Hulsman <m.hulsman@tudelft.nl>
8678 L:      lm-sensors@lm-sensors.org
8679 S:      Maintained
8680 F:      Documentation/hwmon/w83791d
8681 F:      drivers/hwmon/w83791d.c
8682
8683 W83793 HARDWARE MONITORING DRIVER
8684 M:      Rudolf Marek <r.marek@assembler.cz>
8685 L:      lm-sensors@lm-sensors.org
8686 S:      Maintained
8687 F:      Documentation/hwmon/w83793
8688 F:      drivers/hwmon/w83793.c
8689
8690 W83795 HARDWARE MONITORING DRIVER
8691 M:      Jean Delvare <khali@linux-fr.org>
8692 L:      lm-sensors@lm-sensors.org
8693 S:      Maintained
8694 F:      drivers/hwmon/w83795.c
8695
8696 W83L51xD SD/MMC CARD INTERFACE DRIVER
8697 M:      Pierre Ossman <pierre@ossman.eu>
8698 S:      Maintained
8699 F:      drivers/mmc/host/wbsd.*
8700
8701 WATCHDOG DEVICE DRIVERS
8702 M:      Wim Van Sebroeck <wim@iguana.be>
8703 L:      linux-watchdog@vger.kernel.org
8704 W:      http://www.linux-watchdog.org/
8705 T:      git git://www.linux-watchdog.org/linux-watchdog.git
8706 S:      Maintained
8707 F:      Documentation/watchdog/
8708 F:      drivers/watchdog/
8709 F:      include/linux/watchdog.h
8710 F:      include/uapi/linux/watchdog.h
8711
8712 WD7000 SCSI DRIVER
8713 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
8714 L:      linux-scsi@vger.kernel.org
8715 S:      Maintained
8716 F:      drivers/scsi/wd7000.c
8717
8718 WIIMOTE HID DRIVER
8719 M:      David Herrmann <dh.herrmann@googlemail.com>
8720 L:      linux-input@vger.kernel.org
8721 S:      Maintained
8722 F:      drivers/hid/hid-wiimote*
8723
8724 WINBOND CIR DRIVER
8725 M:      David Härdeman <david@hardeman.nu>
8726 S:      Maintained
8727 F:      drivers/media/rc/winbond-cir.c
8728
8729 WIMAX STACK
8730 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
8731 M:      linux-wimax@intel.com
8732 L:      wimax@linuxwimax.org
8733 S:      Supported
8734 W:      http://linuxwimax.org
8735 F:      Documentation/wimax/README.wimax
8736 F:      include/linux/wimax/debug.h
8737 F:      include/net/wimax.h
8738 F:      include/uapi/linux/wimax.h
8739 F:      net/wimax/
8740
8741 WISTRON LAPTOP BUTTON DRIVER
8742 M:      Miloslav Trmac <mitr@volny.cz>
8743 S:      Maintained
8744 F:      drivers/input/misc/wistron_btns.c
8745
8746 WL3501 WIRELESS PCMCIA CARD DRIVER
8747 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
8748 L:      linux-wireless@vger.kernel.org
8749 W:      http://oops.ghostprotocols.net:81/blog
8750 S:      Maintained
8751 F:      drivers/net/wireless/wl3501*
8752
8753 WM97XX TOUCHSCREEN DRIVERS
8754 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
8755 M:      Liam Girdwood <lrg@slimlogic.co.uk>
8756 L:      linux-input@vger.kernel.org
8757 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
8758 W:      http://opensource.wolfsonmicro.com/node/7
8759 S:      Supported
8760 F:      drivers/input/touchscreen/*wm97*
8761 F:      include/linux/wm97xx.h
8762
8763 WOLFSON MICROELECTRONICS DRIVERS
8764 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
8765 L:      patches@opensource.wolfsonmicro.com
8766 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
8767 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
8768 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
8769 S:      Supported
8770 F:      Documentation/hwmon/wm83??
8771 F:      arch/arm/mach-s3c64xx/mach-crag6410*
8772 F:      drivers/clk/clk-wm83*.c
8773 F:      drivers/extcon/extcon-arizona.c
8774 F:      drivers/leds/leds-wm83*.c
8775 F:      drivers/gpio/gpio-*wm*.c
8776 F:      drivers/gpio/gpio-arizona.c
8777 F:      drivers/hwmon/wm83??-hwmon.c
8778 F:      drivers/input/misc/wm831x-on.c
8779 F:      drivers/input/touchscreen/wm831x-ts.c
8780 F:      drivers/input/touchscreen/wm97*.c
8781 F:      drivers/mfd/arizona*
8782 F:      drivers/mfd/wm*.c
8783 F:      drivers/power/wm83*.c
8784 F:      drivers/rtc/rtc-wm83*.c
8785 F:      drivers/regulator/wm8*.c
8786 F:      drivers/video/backlight/wm83*_bl.c
8787 F:      drivers/watchdog/wm83*_wdt.c
8788 F:      include/linux/mfd/arizona/
8789 F:      include/linux/mfd/wm831x/
8790 F:      include/linux/mfd/wm8350/
8791 F:      include/linux/mfd/wm8400*
8792 F:      include/linux/wm97xx.h
8793 F:      include/sound/wm????.h
8794 F:      sound/soc/codecs/arizona.?
8795 F:      sound/soc/codecs/wm*
8796
8797 WORKQUEUE
8798 M:      Tejun Heo <tj@kernel.org>
8799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
8800 S:      Maintained
8801 F:      include/linux/workqueue.h
8802 F:      kernel/workqueue.c
8803 F:      Documentation/workqueue.txt
8804
8805 X.25 NETWORK LAYER
8806 M:      Andrew Hendry <andrew.hendry@gmail.com>
8807 L:      linux-x25@vger.kernel.org
8808 S:      Odd Fixes
8809 F:      Documentation/networking/x25*
8810 F:      include/net/x25*
8811 F:      net/x25/
8812
8813 X86 ARCHITECTURE (32-BIT AND 64-BIT)
8814 M:      Thomas Gleixner <tglx@linutronix.de>
8815 M:      Ingo Molnar <mingo@redhat.com>
8816 M:      "H. Peter Anvin" <hpa@zytor.com>
8817 M:      x86@kernel.org
8818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
8819 S:      Maintained
8820 F:      Documentation/x86/
8821 F:      arch/x86/
8822
8823 X86 PLATFORM DRIVERS
8824 M:      Matthew Garrett <matthew.garrett@nebula.com>
8825 L:      platform-driver-x86@vger.kernel.org
8826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
8827 S:      Maintained
8828 F:      drivers/platform/x86
8829
8830 X86 MCE INFRASTRUCTURE
8831 M:      Tony Luck <tony.luck@intel.com>
8832 M:      Borislav Petkov <bp@alien8.de>
8833 L:      linux-edac@vger.kernel.org
8834 S:      Maintained
8835 F:      arch/x86/kernel/cpu/mcheck/*
8836
8837 XC2028/3028 TUNER DRIVER
8838 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
8839 L:      linux-media@vger.kernel.org
8840 W:      http://linuxtv.org
8841 T:      git git://linuxtv.org/media_tree.git
8842 S:      Maintained
8843 F:      drivers/media/tuners/tuner-xc2028.*
8844
8845 XEN HYPERVISOR INTERFACE
8846 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8847 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8848 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8849 L:      virtualization@lists.linux-foundation.org
8850 S:      Supported
8851 F:      arch/x86/xen/
8852 F:      drivers/*/xen-*front.c
8853 F:      drivers/xen/
8854 F:      arch/x86/include/asm/xen/
8855 F:      include/xen/
8856 F:      include/uapi/xen/
8857
8858 XEN HYPERVISOR ARM
8859 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
8860 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8861 S:      Supported
8862 F:      arch/arm/xen/
8863 F:      arch/arm/include/asm/xen/
8864
8865 XEN NETWORK BACKEND DRIVER
8866 M:      Ian Campbell <ian.campbell@citrix.com>
8867 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8868 L:      netdev@vger.kernel.org
8869 S:      Supported
8870 F:      drivers/net/xen-netback/*
8871
8872 XEN PCI SUBSYSTEM
8873 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8874 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8875 S:      Supported
8876 F:      arch/x86/pci/*xen*
8877 F:      drivers/pci/*xen*
8878
8879 XEN SWIOTLB SUBSYSTEM
8880 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8881 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8882 S:      Supported
8883 F:      arch/x86/xen/*swiotlb*
8884 F:      drivers/xen/*swiotlb*
8885
8886 XFS FILESYSTEM
8887 P:      Silicon Graphics Inc
8888 M:      Ben Myers <bpm@sgi.com>
8889 M:      Alex Elder <elder@kernel.org>
8890 M:      xfs@oss.sgi.com
8891 L:      xfs@oss.sgi.com
8892 W:      http://oss.sgi.com/projects/xfs
8893 T:      git git://oss.sgi.com/xfs/xfs.git
8894 S:      Supported
8895 F:      Documentation/filesystems/xfs.txt
8896 F:      fs/xfs/
8897
8898 XILINX AXI ETHERNET DRIVER
8899 M:      Anirudha Sarangi <anirudh@xilinx.com>
8900 M:      John Linn <John.Linn@xilinx.com>
8901 S:      Maintained
8902 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
8903
8904 XILINX SYSTEMACE DRIVER
8905 M:      Grant Likely <grant.likely@secretlab.ca>
8906 W:      http://www.secretlab.ca/
8907 S:      Maintained
8908 F:      drivers/block/xsysace.c
8909
8910 XILINX UARTLITE SERIAL DRIVER
8911 M:      Peter Korsgaard <jacmet@sunsite.dk>
8912 L:      linux-serial@vger.kernel.org
8913 S:      Maintained
8914 F:      drivers/tty/serial/uartlite.c
8915
8916 YAM DRIVER FOR AX.25
8917 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
8918 L:      linux-hams@vger.kernel.org
8919 S:      Maintained
8920 F:      drivers/net/hamradio/yam*
8921 F:      include/linux/yam.h
8922
8923 YEALINK PHONE DRIVER
8924 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
8925 L:      usbb2k-api-dev@nongnu.org
8926 S:      Maintained
8927 F:      Documentation/input/yealink.txt
8928 F:      drivers/input/misc/yealink.*
8929
8930 Z8530 DRIVER FOR AX.25
8931 M:      Joerg Reuter <jreuter@yaina.de>
8932 W:      http://yaina.de/jreuter/
8933 W:      http://www.qsl.net/dl1bke/
8934 L:      linux-hams@vger.kernel.org
8935 S:      Maintained
8936 F:      Documentation/networking/z8530drv.txt
8937 F:      drivers/net/hamradio/*scc.c
8938 F:      drivers/net/hamradio/z8530.h
8939
8940 ZD1211RW WIRELESS DRIVER
8941 M:      Daniel Drake <dsd@gentoo.org>
8942 M:      Ulrich Kunitz <kune@deine-taler.de>
8943 W:      http://zd1211.ath.cx/wiki/DriverRewrite
8944 L:      linux-wireless@vger.kernel.org
8945 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
8946 S:      Maintained
8947 F:      drivers/net/wireless/zd1211rw/
8948
8949 ZR36067 VIDEO FOR LINUX DRIVER
8950 L:      mjpeg-users@lists.sourceforge.net
8951 L:      linux-media@vger.kernel.org
8952 W:      http://mjpeg.sourceforge.net/driver-zoran/
8953 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
8954 S:      Odd Fixes
8955 F:      drivers/media/pci/zoran/
8956
8957 ZS DECSTATION Z85C30 SERIAL DRIVER
8958 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
8959 S:      Maintained
8960 F:      drivers/tty/serial/zs.*
8961
8962 THE REST
8963 M:      Linus Torvalds <torvalds@linux-foundation.org>
8964 L:      linux-kernel@vger.kernel.org
8965 Q:      http://patchwork.kernel.org/project/LKML/list/
8966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
8967 S:      Buried alive in reporters
8968 F:      *
8969 F:      */