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