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