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