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