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