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