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