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