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