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