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