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