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