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