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