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