Merge tag 'ktest-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / MAINTAINERS
blob42f07ea5bbc995eb710a981de36df4e69be2bc2c
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 <joro@8bytes.org>
4318 L:      kvm@vger.kernel.org
4319 W:      http://kvm.qumranet.com
4320 S:      Maintained
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 T:      git git://github.com/agraf/linux-2.6.git
4329 S:      Supported
4330 F:      arch/powerpc/include/asm/kvm*
4331 F:      arch/powerpc/kvm/
4333 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4334 M:      Xiantao Zhang <xiantao.zhang@intel.com>
4335 L:      kvm-ia64@vger.kernel.org
4336 W:      http://kvm.qumranet.com
4337 S:      Supported
4338 F:      Documentation/ia64/kvm.txt
4339 F:      arch/ia64/include/asm/kvm*
4340 F:      arch/ia64/kvm/
4342 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4343 M:      Christian Borntraeger <borntraeger@de.ibm.com>
4344 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
4345 M:      linux390@de.ibm.com
4346 L:      linux-s390@vger.kernel.org
4347 W:      http://www.ibm.com/developerworks/linux/linux390/
4348 S:      Supported
4349 F:      Documentation/s390/kvm.txt
4350 F:      arch/s390/include/asm/kvm*
4351 F:      arch/s390/kvm/
4352 F:      drivers/s390/kvm/
4354 KEXEC
4355 M:      Eric Biederman <ebiederm@xmission.com>
4356 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
4357 L:      kexec@lists.infradead.org
4358 S:      Maintained
4359 F:      include/linux/kexec.h
4360 F:      kernel/kexec.c
4362 KEYS/KEYRINGS:
4363 M:      David Howells <dhowells@redhat.com>
4364 L:      keyrings@linux-nfs.org
4365 S:      Maintained
4366 F:      Documentation/security/keys.txt
4367 F:      include/linux/key.h
4368 F:      include/linux/key-type.h
4369 F:      include/keys/
4370 F:      security/keys/
4372 KEYS-TRUSTED
4373 M:      David Safford <safford@watson.ibm.com>
4374 M:      Mimi Zohar <zohar@us.ibm.com>
4375 L:      linux-security-module@vger.kernel.org
4376 L:      keyrings@linux-nfs.org
4377 S:      Supported
4378 F:      Documentation/security/keys-trusted-encrypted.txt
4379 F:      include/keys/trusted-type.h
4380 F:      security/keys/trusted.c
4381 F:      security/keys/trusted.h
4383 KEYS-ENCRYPTED
4384 M:      Mimi Zohar <zohar@us.ibm.com>
4385 M:      David Safford <safford@watson.ibm.com>
4386 L:      linux-security-module@vger.kernel.org
4387 L:      keyrings@linux-nfs.org
4388 S:      Supported
4389 F:      Documentation/security/keys-trusted-encrypted.txt
4390 F:      include/keys/encrypted-type.h
4391 F:      security/keys/encrypted-keys/
4393 KGDB / KDB /debug_core
4394 M:      Jason Wessel <jason.wessel@windriver.com>
4395 W:      http://kgdb.wiki.kernel.org/
4396 L:      kgdb-bugreport@lists.sourceforge.net
4397 S:      Maintained
4398 F:      Documentation/DocBook/kgdb.tmpl
4399 F:      drivers/misc/kgdbts.c
4400 F:      drivers/tty/serial/kgdboc.c
4401 F:      include/linux/kdb.h
4402 F:      include/linux/kgdb.h
4403 F:      kernel/debug/
4405 KMEMCHECK
4406 M:      Vegard Nossum <vegardno@ifi.uio.no>
4407 M:      Pekka Enberg <penberg@kernel.org>
4408 S:      Maintained
4409 F:      Documentation/kmemcheck.txt
4410 F:      arch/x86/include/asm/kmemcheck.h
4411 F:      arch/x86/mm/kmemcheck/
4412 F:      include/linux/kmemcheck.h
4413 F:      mm/kmemcheck.c
4415 KMEMLEAK
4416 M:      Catalin Marinas <catalin.marinas@arm.com>
4417 S:      Maintained
4418 F:      Documentation/kmemleak.txt
4419 F:      include/linux/kmemleak.h
4420 F:      mm/kmemleak.c
4421 F:      mm/kmemleak-test.c
4423 KPROBES
4424 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4425 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4426 M:      "David S. Miller" <davem@davemloft.net>
4427 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4428 S:      Maintained
4429 F:      Documentation/kprobes.txt
4430 F:      include/linux/kprobes.h
4431 F:      kernel/kprobes.c
4433 KS0108 LCD CONTROLLER DRIVER
4434 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4435 W:      http://miguelojeda.es/auxdisplay.htm
4436 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4437 S:      Maintained
4438 F:      Documentation/auxdisplay/ks0108
4439 F:      drivers/auxdisplay/ks0108.c
4440 F:      include/linux/ks0108.h
4442 LAPB module
4443 L:      linux-x25@vger.kernel.org
4444 S:      Orphan
4445 F:      Documentation/networking/lapb-module.txt
4446 F:      include/*/lapb.h
4447 F:      net/lapb/
4449 LASI 53c700 driver for PARISC
4450 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4451 L:      linux-scsi@vger.kernel.org
4452 S:      Maintained
4453 F:      Documentation/scsi/53c700.txt
4454 F:      drivers/scsi/53c700*
4456 LED SUBSYSTEM
4457 M:      Bryan Wu <cooloney@gmail.com>
4458 M:      Richard Purdie <rpurdie@rpsys.net>
4459 L:      linux-leds@vger.kernel.org
4460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4461 S:      Maintained
4462 F:      drivers/leds/
4463 F:      include/linux/leds.h
4465 LEGACY EEPROM DRIVER
4466 M:      Jean Delvare <khali@linux-fr.org>
4467 S:      Maintained
4468 F:      Documentation/misc-devices/eeprom
4469 F:      drivers/misc/eeprom/eeprom.c
4471 LEGO USB Tower driver
4472 M:      Juergen Stuber <starblue@users.sourceforge.net>
4473 L:      legousb-devel@lists.sourceforge.net
4474 W:      http://legousb.sourceforge.net/
4475 S:      Maintained
4476 F:      drivers/usb/misc/legousbtower.c
4478 LG2160 MEDIA DRIVER
4479 M:      Michael Krufky <mkrufky@linuxtv.org>
4480 L:      linux-media@vger.kernel.org
4481 W:      http://linuxtv.org/
4482 W:      http://github.com/mkrufky
4483 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4484 T:      git git://linuxtv.org/mkrufky/tuners.git
4485 S:      Maintained
4486 F:      drivers/media/dvb-frontends/lg2160.*
4488 LGDT3305 MEDIA DRIVER
4489 M:      Michael Krufky <mkrufky@linuxtv.org>
4490 L:      linux-media@vger.kernel.org
4491 W:      http://linuxtv.org/
4492 W:      http://github.com/mkrufky
4493 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4494 T:      git git://linuxtv.org/mkrufky/tuners.git
4495 S:      Maintained
4496 F:      drivers/media/dvb-frontends/lgdt3305.*
4498 LGUEST
4499 M:      Rusty Russell <rusty@rustcorp.com.au>
4500 L:      lguest@lists.ozlabs.org
4501 W:      http://lguest.ozlabs.org/
4502 S:      Odd Fixes
4503 F:      arch/x86/include/asm/lguest*.h
4504 F:      arch/x86/lguest/
4505 F:      drivers/lguest/
4506 F:      include/linux/lguest*.h
4507 F:      tools/lguest/
4509 LINUX FOR IBM pSERIES (RS/6000)
4510 M:      Paul Mackerras <paulus@au.ibm.com>
4511 W:      http://www.ibm.com/linux/ltc/projects/ppc
4512 S:      Supported
4513 F:      arch/powerpc/boot/rs6000.h
4515 LINUX FOR POWERPC (32-BIT AND 64-BIT)
4516 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4517 M:      Paul Mackerras <paulus@samba.org>
4518 W:      http://www.penguinppc.org/
4519 L:      linuxppc-dev@lists.ozlabs.org
4520 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4522 S:      Supported
4523 F:      Documentation/powerpc/
4524 F:      arch/powerpc/
4526 LINUX FOR POWER MACINTOSH
4527 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4528 W:      http://www.penguinppc.org/
4529 L:      linuxppc-dev@lists.ozlabs.org
4530 S:      Maintained
4531 F:      arch/powerpc/platforms/powermac/
4532 F:      drivers/macintosh/
4534 LINUX FOR POWERPC EMBEDDED MPC5XXX
4535 M:      Anatolij Gustschin <agust@denx.de>
4536 L:      linuxppc-dev@lists.ozlabs.org
4537 T:      git git://git.denx.de/linux-2.6-agust.git
4538 S:      Maintained
4539 F:      arch/powerpc/platforms/512x/
4540 F:      arch/powerpc/platforms/52xx/
4542 LINUX FOR POWERPC EMBEDDED PPC4XX
4543 M:      Josh Boyer <jwboyer@gmail.com>
4544 M:      Matt Porter <mporter@kernel.crashing.org>
4545 W:      http://www.penguinppc.org/
4546 L:      linuxppc-dev@lists.ozlabs.org
4547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4548 S:      Maintained
4549 F:      arch/powerpc/platforms/40x/
4550 F:      arch/powerpc/platforms/44x/
4552 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4553 M:      Grant Likely <grant.likely@secretlab.ca>
4554 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4555 L:      linuxppc-dev@lists.ozlabs.org
4556 T:      git git://git.secretlab.ca/git/linux-2.6.git
4557 S:      Maintained
4558 F:      arch/powerpc/*/*virtex*
4559 F:      arch/powerpc/*/*/*virtex*
4561 LINUX FOR POWERPC EMBEDDED PPC8XX
4562 M:      Vitaly Bordug <vitb@kernel.crashing.org>
4563 M:      Marcelo Tosatti <marcelo@kvack.org>
4564 W:      http://www.penguinppc.org/
4565 L:      linuxppc-dev@lists.ozlabs.org
4566 S:      Maintained
4567 F:      arch/powerpc/platforms/8xx/
4569 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4570 M:      Kumar Gala <galak@kernel.crashing.org>
4571 W:      http://www.penguinppc.org/
4572 L:      linuxppc-dev@lists.ozlabs.org
4573 S:      Maintained
4574 F:      arch/powerpc/platforms/83xx/
4575 F:      arch/powerpc/platforms/85xx/
4577 LINUX FOR POWERPC PA SEMI PWRFICIENT
4578 M:      Olof Johansson <olof@lixom.net>
4579 L:      linuxppc-dev@lists.ozlabs.org
4580 S:      Maintained
4581 F:      arch/powerpc/platforms/pasemi/
4582 F:      drivers/*/*pasemi*
4583 F:      drivers/*/*/*pasemi*
4585 LINUX SECURITY MODULE (LSM) FRAMEWORK
4586 M:      Chris Wright <chrisw@sous-sol.org>
4587 L:      linux-security-module@vger.kernel.org
4588 S:      Supported
4590 LIS3LV02D ACCELEROMETER DRIVER
4591 M:      Eric Piel <eric.piel@tremplin-utc.net>
4592 S:      Maintained
4593 F:      Documentation/misc-devices/lis3lv02d
4594 F:      drivers/misc/lis3lv02d/
4595 F:      drivers/platform/x86/hp_accel.c
4597 LLC (802.2)
4598 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4599 S:      Maintained
4600 F:      include/linux/llc.h
4601 F:      include/net/llc*
4602 F:      net/llc/
4604 LM73 HARDWARE MONITOR DRIVER
4605 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
4606 L:      lm-sensors@lm-sensors.org
4607 S:      Maintained
4608 F:      drivers/hwmon/lm73.c
4610 LM78 HARDWARE MONITOR DRIVER
4611 M:      Jean Delvare <khali@linux-fr.org>
4612 L:      lm-sensors@lm-sensors.org
4613 S:      Maintained
4614 F:      Documentation/hwmon/lm78
4615 F:      drivers/hwmon/lm78.c
4617 LM83 HARDWARE MONITOR DRIVER
4618 M:      Jean Delvare <khali@linux-fr.org>
4619 L:      lm-sensors@lm-sensors.org
4620 S:      Maintained
4621 F:      Documentation/hwmon/lm83
4622 F:      drivers/hwmon/lm83.c
4624 LM90 HARDWARE MONITOR DRIVER
4625 M:      Jean Delvare <khali@linux-fr.org>
4626 L:      lm-sensors@lm-sensors.org
4627 S:      Maintained
4628 F:      Documentation/hwmon/lm90
4629 F:      drivers/hwmon/lm90.c
4631 LOCKDEP AND LOCKSTAT
4632 M:      Peter Zijlstra <peterz@infradead.org>
4633 M:      Ingo Molnar <mingo@redhat.com>
4634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4635 S:      Maintained
4636 F:      Documentation/lockdep*.txt
4637 F:      Documentation/lockstat.txt
4638 F:      include/linux/lockdep.h
4639 F:      kernel/lockdep*
4641 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4642 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
4643 L:      linux-ntfs-dev@lists.sourceforge.net
4644 W:      http://www.linux-ntfs.org/content/view/19/37/
4645 S:      Maintained
4646 F:      Documentation/ldm.txt
4647 F:      block/partitions/ldm.*
4649 LogFS
4650 M:      Joern Engel <joern@logfs.org>
4651 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
4652 L:      logfs@logfs.org
4653 W:      logfs.org
4654 S:      Maintained
4655 F:      fs/logfs/
4657 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4658 M:      Eric Moore <Eric.Moore@lsi.com>
4659 M:      support@lsi.com
4660 L:      DL-MPTFusionLinux@lsi.com
4661 L:      linux-scsi@vger.kernel.org
4662 W:      http://www.lsilogic.com/support
4663 S:      Supported
4664 F:      drivers/message/fusion/
4666 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4667 M:      Matthew Wilcox <matthew@wil.cx>
4668 L:      linux-scsi@vger.kernel.org
4669 S:      Maintained
4670 F:      drivers/scsi/sym53c8xx_2/
4672 LTC4261 HARDWARE MONITOR DRIVER
4673 M:      Guenter Roeck <linux@roeck-us.net>
4674 L:      lm-sensors@lm-sensors.org
4675 S:      Maintained
4676 F:      Documentation/hwmon/ltc4261
4677 F:      drivers/hwmon/ltc4261.c
4679 LTP (Linux Test Project)
4680 M:      Shubham Goyal <shubham@linux.vnet.ibm.com>
4681 M:      Mike Frysinger <vapier@gentoo.org>
4682 M:      Cyril Hrubis <chrubis@suse.cz>
4683 M:      Caspar Zhang <caspar@casparzhang.com>
4684 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
4685 L:      ltp-list@lists.sourceforge.net (subscribers-only)
4686 W:      http://ltp.sourceforge.net/
4687 T:      git git://github.com/linux-test-project/ltp.git
4688 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4689 S:      Maintained
4691 M32R ARCHITECTURE
4692 M:      Hirokazu Takata <takata@linux-m32r.org>
4693 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4694 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4695 W:      http://www.linux-m32r.org/
4696 S:      Maintained
4697 F:      arch/m32r/
4699 M68K ARCHITECTURE
4700 M:      Geert Uytterhoeven <geert@linux-m68k.org>
4701 L:      linux-m68k@lists.linux-m68k.org
4702 W:      http://www.linux-m68k.org/
4703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4704 S:      Maintained
4705 F:      arch/m68k/
4706 F:      drivers/zorro/
4708 M68K ON APPLE MACINTOSH
4709 M:      Joshua Thompson <funaho@jurai.org>
4710 W:      http://www.mac.linux-m68k.org/
4711 L:      linux-m68k@lists.linux-m68k.org
4712 S:      Maintained
4713 F:      arch/m68k/mac/
4715 M68K ON HP9000/300
4716 M:      Philip Blundell <philb@gnu.org>
4717 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
4718 S:      Maintained
4719 F:      arch/m68k/hp300/
4721 MAC80211
4722 M:      Johannes Berg <johannes@sipsolutions.net>
4723 L:      linux-wireless@vger.kernel.org
4724 W:      http://wireless.kernel.org/
4725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4727 S:      Maintained
4728 F:      Documentation/networking/mac80211-injection.txt
4729 F:      include/net/mac80211.h
4730 F:      net/mac80211/
4732 MAC80211 PID RATE CONTROL
4733 M:      Stefano Brivio <stefano.brivio@polimi.it>
4734 M:      Mattias Nissler <mattias.nissler@gmx.de>
4735 L:      linux-wireless@vger.kernel.org
4736 W:      http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
4737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4739 S:      Maintained
4740 F:      net/mac80211/rc80211_pid*
4742 MACVLAN DRIVER
4743 M:      Patrick McHardy <kaber@trash.net>
4744 L:      netdev@vger.kernel.org
4745 S:      Maintained
4746 F:      drivers/net/macvlan.c
4747 F:      include/linux/if_macvlan.h
4749 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4750 M:      Michael Kerrisk <mtk.manpages@gmail.com>
4751 W:      http://www.kernel.org/doc/man-pages
4752 L:      linux-man@vger.kernel.org
4753 S:      Maintained
4755 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
4756 M:      Mirko Lindner <mlindner@marvell.com>
4757 M:      Stephen Hemminger <shemminger@vyatta.com>
4758 L:      netdev@vger.kernel.org
4759 S:      Maintained
4760 F:      drivers/net/ethernet/marvell/sk*
4762 MARVELL LIBERTAS WIRELESS DRIVER
4763 M:      Dan Williams <dcbw@redhat.com>
4764 L:      libertas-dev@lists.infradead.org
4765 S:      Maintained
4766 F:      drivers/net/wireless/libertas/
4768 MARVELL MV643XX ETHERNET DRIVER
4769 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4770 L:      netdev@vger.kernel.org
4771 S:      Maintained
4772 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
4773 F:      include/linux/mv643xx.h
4775 MARVELL MWIFIEX WIRELESS DRIVER
4776 M:      Bing Zhao <bzhao@marvell.com>
4777 L:      linux-wireless@vger.kernel.org
4778 S:      Maintained
4779 F:      drivers/net/wireless/mwifiex/
4781 MARVELL MWL8K WIRELESS DRIVER
4782 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4783 L:      linux-wireless@vger.kernel.org
4784 S:      Odd Fixes
4785 F:      drivers/net/wireless/mwl8k.c
4787 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4788 M:      Nicolas Pitre <nico@fluxnic.net>
4789 S:      Odd Fixes
4790 F:      drivers/mmc/host/mvsdio.*
4792 MATROX FRAMEBUFFER DRIVER
4793 L:      linux-fbdev@vger.kernel.org
4794 S:      Orphan
4795 F:      drivers/video/matrox/matroxfb_*
4796 F:      include/linux/matroxfb.h
4798 MAX16065 HARDWARE MONITOR DRIVER
4799 M:      Guenter Roeck <linux@roeck-us.net>
4800 L:      lm-sensors@lm-sensors.org
4801 S:      Maintained
4802 F:      Documentation/hwmon/max16065
4803 F:      drivers/hwmon/max16065.c
4805 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4806 M:      "Hans J. Koch" <hjk@hansjkoch.de>
4807 L:      lm-sensors@lm-sensors.org
4808 S:      Maintained
4809 F:      Documentation/hwmon/max6650
4810 F:      drivers/hwmon/max6650.c
4812 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4813 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
4814 P:      LinuxTV.org Project
4815 L:      linux-media@vger.kernel.org
4816 W:      http://linuxtv.org
4817 Q:      http://patchwork.kernel.org/project/linux-media/list/
4818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4819 S:      Maintained
4820 F:      Documentation/dvb/
4821 F:      Documentation/video4linux/
4822 F:      Documentation/DocBook/media/
4823 F:      drivers/media/
4824 F:      drivers/staging/media/
4825 F:      include/media/
4826 F:      include/linux/dvb/
4827 F:      include/linux/videodev*.h
4829 MEGARAID SCSI DRIVERS
4830 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
4831 L:      linux-scsi@vger.kernel.org
4832 W:      http://megaraid.lsilogic.com
4833 S:      Maintained
4834 F:      Documentation/scsi/megaraid.txt
4835 F:      drivers/scsi/megaraid.*
4836 F:      drivers/scsi/megaraid/
4838 MELLANOX ETHERNET DRIVER (mlx4_en)
4839 M:      Amir Vadai <amirv@mellanox.com>
4840 L:      netdev@vger.kernel.org
4841 S:      Supported
4842 W:      http://www.mellanox.com
4843 Q:      http://patchwork.ozlabs.org/project/netdev/list/
4844 F:      drivers/net/ethernet/mellanox/mlx4/en_*
4846 MEMORY MANAGEMENT
4847 L:      linux-mm@kvack.org
4848 W:      http://www.linux-mm.org
4849 S:      Maintained
4850 F:      include/linux/mm.h
4851 F:      mm/
4853 MEMORY RESOURCE CONTROLLER
4854 M:      Johannes Weiner <hannes@cmpxchg.org>
4855 M:      Michal Hocko <mhocko@suse.cz>
4856 M:      Balbir Singh <bsingharora@gmail.com>
4857 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4858 L:      cgroups@vger.kernel.org
4859 L:      linux-mm@kvack.org
4860 S:      Maintained
4861 F:      mm/memcontrol.c
4862 F:      mm/page_cgroup.c
4864 MEMORY TECHNOLOGY DEVICES (MTD)
4865 M:      David Woodhouse <dwmw2@infradead.org>
4866 L:      linux-mtd@lists.infradead.org
4867 W:      http://www.linux-mtd.infradead.org/
4868 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
4869 T:      git git://git.infradead.org/mtd-2.6.git
4870 S:      Maintained
4871 F:      drivers/mtd/
4872 F:      include/linux/mtd/
4873 F:      include/mtd/
4875 MICROBLAZE ARCHITECTURE
4876 M:      Michal Simek <monstr@monstr.eu>
4877 L:      microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
4878 W:      http://www.monstr.eu/fdt/
4879 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
4880 S:      Supported
4881 F:      arch/microblaze/
4883 MICROTEK X6 SCANNER
4884 M:      Oliver Neukum <oliver@neukum.org>
4885 S:      Maintained
4886 F:      drivers/usb/image/microtek.*
4888 MIPS
4889 M:      Ralf Baechle <ralf@linux-mips.org>
4890 L:      linux-mips@linux-mips.org
4891 W:      http://www.linux-mips.org/
4892 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
4893 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
4894 S:      Supported
4895 F:      Documentation/mips/
4896 F:      arch/mips/
4898 MODULE SUPPORT
4899 M:      Rusty Russell <rusty@rustcorp.com.au>
4900 S:      Maintained
4901 F:      include/linux/module.h
4902 F:      kernel/module.c
4904 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4905 W:      http://popies.net/meye/
4906 S:      Orphan
4907 F:      Documentation/video4linux/meye.txt
4908 F:      drivers/media/pci/meye/
4909 F:      include/linux/meye.h
4911 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4912 M:      Pavel Pisa <ppisa@pikron.com>
4913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4914 S:      Maintained
4915 F:      drivers/mmc/host/imxmmc.*
4917 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4918 M:      Jiri Slaby <jirislaby@gmail.com>
4919 S:      Maintained
4920 F:      Documentation/serial/moxa-smartio
4921 F:      drivers/tty/mxser.*
4923 MSI LAPTOP SUPPORT
4924 M:      "Lee, Chun-Yi" <jlee@novell.com>
4925 L:      platform-driver-x86@vger.kernel.org
4926 S:      Maintained
4927 F:      drivers/platform/x86/msi-laptop.c
4929 MSI WMI SUPPORT
4930 M:      Anisse Astier <anisse@astier.eu>
4931 L:      platform-driver-x86@vger.kernel.org
4932 S:      Supported
4933 F:      drivers/platform/x86/msi-wmi.c
4935 MULTIFUNCTION DEVICES (MFD)
4936 M:      Samuel Ortiz <sameo@linux.intel.com>
4937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4938 S:      Supported
4939 F:      drivers/mfd/
4941 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4942 M:      Chris Ball <cjb@laptop.org>
4943 L:      linux-mmc@vger.kernel.org
4944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4945 S:      Maintained
4946 F:      drivers/mmc/
4947 F:      include/linux/mmc/
4949 MULTIMEDIA CARD (MMC) ETC. OVER SPI
4950 S:      Orphan
4951 F:      drivers/mmc/host/mmc_spi.c
4952 F:      include/linux/spi/mmc_spi.h
4954 MULTISOUND SOUND DRIVER
4955 M:      Andrew Veliath <andrewtv@usa.net>
4956 S:      Maintained
4957 F:      Documentation/sound/oss/MultiSound
4958 F:      sound/oss/msnd*
4960 MULTITECH MULTIPORT CARD (ISICOM)
4961 S:      Orphan
4962 F:      drivers/tty/isicom.c
4963 F:      include/linux/isicom.h
4965 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4966 M:      Felipe Balbi <balbi@ti.com>
4967 L:      linux-usb@vger.kernel.org
4968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4969 S:      Maintained
4970 F:      drivers/usb/musb/
4972 MXL5007T MEDIA DRIVER
4973 M:      Michael Krufky <mkrufky@linuxtv.org>
4974 L:      linux-media@vger.kernel.org
4975 W:      http://linuxtv.org/
4976 W:      http://github.com/mkrufky
4977 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4978 T:      git git://linuxtv.org/mkrufky/tuners.git
4979 S:      Maintained
4980 F:      drivers/media/tuners/mxl5007t.*
4982 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4983 M:      Andrew Gallatin <gallatin@myri.com>
4984 L:      netdev@vger.kernel.org
4985 W:      http://www.myri.com/scs/download-Myri10GE.html
4986 S:      Supported
4987 F:      drivers/net/ethernet/myricom/myri10ge/
4989 NATSEMI ETHERNET DRIVER (DP8381x)
4990 S:      Orphan
4991 F:      drivers/net/ethernet/natsemi/natsemi.c
4993 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
4994 M:      Daniel Mack <zonque@gmail.com>
4995 S:      Maintained
4996 L:      alsa-devel@alsa-project.org
4997 W:      http://www.native-instruments.com
4998 F:      sound/usb/caiaq/
5000 NCP FILESYSTEM
5001 M:      Petr Vandrovec <petr@vandrovec.name>
5002 S:      Odd Fixes
5003 F:      fs/ncpfs/
5005 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5006 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5007 L:      linux-scsi@vger.kernel.org
5008 S:      Maintained
5009 F:      drivers/scsi/NCR_D700.*
5011 NETEFFECT IWARP RNIC DRIVER (IW_NES)
5012 M:      Faisal Latif <faisal.latif@intel.com>
5013 L:      linux-rdma@vger.kernel.org
5014 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5015 S:      Supported
5016 F:      drivers/infiniband/hw/nes/
5018 NETEM NETWORK EMULATOR
5019 M:      Stephen Hemminger <shemminger@vyatta.com>
5020 L:      netem@lists.linux-foundation.org
5021 S:      Maintained
5022 F:      net/sched/sch_netem.c
5024 NETERION 10GbE DRIVERS (s2io/vxge)
5025 M:      Jon Mason <jdmason@kudzu.us>
5026 L:      netdev@vger.kernel.org
5027 S:      Supported
5028 F:      Documentation/networking/s2io.txt
5029 F:      Documentation/networking/vxge.txt
5030 F:      drivers/net/ethernet/neterion/
5032 NETFILTER/IPTABLES/IPCHAINS
5033 P:      Harald Welte
5034 P:      Jozsef Kadlecsik
5035 M:      Pablo Neira Ayuso <pablo@netfilter.org>
5036 M:      Patrick McHardy <kaber@trash.net>
5037 L:      netfilter-devel@vger.kernel.org
5038 L:      netfilter@vger.kernel.org
5039 L:      coreteam@netfilter.org
5040 W:      http://www.netfilter.org/
5041 W:      http://www.iptables.org/
5042 T:      git git://1984.lsi.us.es/nf
5043 T:      git git://1984.lsi.us.es/nf-next
5044 S:      Supported
5045 F:      include/linux/netfilter*
5046 F:      include/linux/netfilter/
5047 F:      include/net/netfilter/
5048 F:      net/*/netfilter.c
5049 F:      net/*/netfilter/
5050 F:      net/netfilter/
5052 NETLABEL
5053 M:      Paul Moore <paul@paul-moore.com>
5054 W:      http://netlabel.sf.net
5055 L:      netdev@vger.kernel.org
5056 S:      Maintained
5057 F:      Documentation/netlabel/
5058 F:      include/net/netlabel.h
5059 F:      net/netlabel/
5061 NETROM NETWORK LAYER
5062 M:      Ralf Baechle <ralf@linux-mips.org>
5063 L:      linux-hams@vger.kernel.org
5064 W:      http://www.linux-ax25.org/
5065 S:      Maintained
5066 F:      include/linux/netrom.h
5067 F:      include/net/netrom.h
5068 F:      net/netrom/
5070 NETWORK BLOCK DEVICE (NBD)
5071 M:      Paul Clements <Paul.Clements@steeleye.com>
5072 S:      Maintained
5073 F:      Documentation/blockdev/nbd.txt
5074 F:      drivers/block/nbd.c
5075 F:      include/linux/nbd.h
5077 NETWORK DROP MONITOR
5078 M:      Neil Horman <nhorman@tuxdriver.com>
5079 L:      netdev@vger.kernel.org
5080 S:      Maintained
5081 W:      https://fedorahosted.org/dropwatch/
5082 F:      net/core/drop_monitor.c
5084 NETWORKING [GENERAL]
5085 M:      "David S. Miller" <davem@davemloft.net>
5086 L:      netdev@vger.kernel.org
5087 W:      http://www.linuxfoundation.org/en/Net
5088 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5091 S:      Maintained
5092 F:      net/
5093 F:      include/net/
5094 F:      include/linux/in.h
5095 F:      include/linux/net.h
5096 F:      include/linux/netdevice.h
5098 NETWORKING [IPv4/IPv6]
5099 M:      "David S. Miller" <davem@davemloft.net>
5100 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5101 M:      James Morris <jmorris@namei.org>
5102 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5103 M:      Patrick McHardy <kaber@trash.net>
5104 L:      netdev@vger.kernel.org
5105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5106 S:      Maintained
5107 F:      net/ipv4/
5108 F:      net/ipv6/
5109 F:      include/net/ip*
5110 F:      arch/x86/net/*
5112 NETWORKING [IPSEC]
5113 M:      Steffen Klassert <steffen.klassert@secunet.com>
5114 M:      Herbert Xu <herbert@gondor.apana.org.au>
5115 M:      "David S. Miller" <davem@davemloft.net>
5116 L:      netdev@vger.kernel.org
5117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5118 S:      Maintained
5119 F:      net/xfrm/
5120 F:      net/key/
5121 F:      net/ipv4/xfrm*
5122 F:      net/ipv6/xfrm*
5123 F:      include/uapi/linux/xfrm.h
5124 F:      include/net/xfrm.h
5126 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5127 M:      Paul Moore <paul@paul-moore.com>
5128 L:      netdev@vger.kernel.org
5129 S:      Maintained
5131 NETWORKING [WIRELESS]
5132 M:      "John W. Linville" <linville@tuxdriver.com>
5133 L:      linux-wireless@vger.kernel.org
5134 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
5135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5136 S:      Maintained
5137 F:      net/mac80211/
5138 F:      net/rfkill/
5139 F:      net/wireless/
5140 F:      include/net/ieee80211*
5141 F:      include/linux/wireless.h
5142 F:      include/net/iw_handler.h
5143 F:      drivers/net/wireless/
5145 NETWORKING DRIVERS
5146 L:      netdev@vger.kernel.org
5147 W:      http://www.linuxfoundation.org/en/Net
5148 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5151 S:      Odd Fixes
5152 F:      drivers/net/
5153 F:      include/linux/if_*
5154 F:      include/linux/netdevice.h
5155 F:      include/linux/arcdevice.h
5156 F:      include/linux/etherdevice.h
5157 F:      include/linux/fcdevice.h
5158 F:      include/linux/fddidevice.h
5159 F:      include/linux/hippidevice.h
5160 F:      include/linux/inetdevice.h
5162 NETXEN (1/10) GbE SUPPORT
5163 M:      Sony Chacko <sony.chacko@qlogic.com>
5164 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
5165 L:      netdev@vger.kernel.org
5166 W:      http://www.qlogic.com
5167 S:      Supported
5168 F:      drivers/net/ethernet/qlogic/netxen/
5170 NFC SUBSYSTEM
5171 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5172 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5173 M:      Samuel Ortiz <sameo@linux.intel.com>
5174 L:      linux-wireless@vger.kernel.org
5175 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
5176 S:      Maintained
5177 F:      net/nfc/
5178 F:      include/linux/nfc.h
5179 F:      include/net/nfc/
5180 F:      drivers/nfc/
5181 F:      include/linux/platform_data/pn544.h
5183 NFS, SUNRPC, AND LOCKD CLIENTS
5184 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
5185 L:      linux-nfs@vger.kernel.org
5186 W:      http://client.linux-nfs.org
5187 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5188 S:      Maintained
5189 F:      fs/lockd/
5190 F:      fs/nfs/
5191 F:      fs/nfs_common/
5192 F:      net/sunrpc/
5193 F:      include/linux/lockd/
5194 F:      include/linux/nfs*
5195 F:      include/linux/sunrpc/
5197 NI5010 NETWORK DRIVER
5198 M:      Jan-Pascal van Best <janpascal@vanbest.org>
5199 M:      Andreas Mohr <andi@lisas.de>
5200 L:      netdev@vger.kernel.org
5201 S:      Maintained
5202 F:      drivers/net/ethernet/racal/ni5010.*
5204 NILFS2 FILESYSTEM
5205 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5206 L:      linux-nilfs@vger.kernel.org
5207 W:      http://www.nilfs.org/en/
5208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5209 S:      Supported
5210 F:      Documentation/filesystems/nilfs2.txt
5211 F:      fs/nilfs2/
5212 F:      include/linux/nilfs2_fs.h
5214 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5215 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5216 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5217 S:      Maintained
5218 F:      Documentation/scsi/NinjaSCSI.txt
5219 F:      drivers/scsi/pcmcia/nsp_*
5221 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5222 M:      GOTO Masanori <gotom@debian.or.jp>
5223 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5224 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5225 S:      Maintained
5226 F:      Documentation/scsi/NinjaSCSI.txt
5227 F:      drivers/scsi/nsp32*
5229 NTFS FILESYSTEM
5230 M:      Anton Altaparmakov <anton@tuxera.com>
5231 L:      linux-ntfs-dev@lists.sourceforge.net
5232 W:      http://www.tuxera.com/
5233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5234 S:      Supported
5235 F:      Documentation/filesystems/ntfs.txt
5236 F:      fs/ntfs/
5238 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5239 M:      Antonino Daplas <adaplas@gmail.com>
5240 L:      linux-fbdev@vger.kernel.org
5241 S:      Maintained
5242 F:      drivers/video/riva/
5243 F:      drivers/video/nvidia/
5245 OMAP SUPPORT
5246 M:      Tony Lindgren <tony@atomide.com>
5247 L:      linux-omap@vger.kernel.org
5248 W:      http://www.muru.com/linux/omap/
5249 W:      http://linux.omap.com/
5250 Q:      http://patchwork.kernel.org/project/linux-omap/list/
5251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5252 S:      Maintained
5253 F:      arch/arm/*omap*/
5254 F:      drivers/i2c/busses/i2c-omap.c
5255 F:      include/linux/i2c-omap.h
5257 OMAP CLOCK FRAMEWORK SUPPORT
5258 M:      Paul Walmsley <paul@pwsan.com>
5259 L:      linux-omap@vger.kernel.org
5260 S:      Maintained
5261 F:      arch/arm/*omap*/*clock*
5263 OMAP POWER MANAGEMENT SUPPORT
5264 M:      Kevin Hilman <khilman@ti.com>
5265 L:      linux-omap@vger.kernel.org
5266 S:      Maintained
5267 F:      arch/arm/*omap*/*pm*
5268 F:      drivers/cpufreq/omap-cpufreq.c
5270 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5271 M:      Rajendra Nayak <rnayak@ti.com>
5272 M:      Paul Walmsley <paul@pwsan.com>
5273 L:      linux-omap@vger.kernel.org
5274 S:      Maintained
5275 F:      arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5276 F:      arch/arm/mach-omap2/powerdomain44xx.c
5277 F:      arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5278 F:      arch/arm/mach-omap2/clockdomain44xx.c
5280 OMAP AUDIO SUPPORT
5281 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
5282 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
5283 L:      alsa-devel@alsa-project.org (subscribers-only)
5284 L:      linux-omap@vger.kernel.org
5285 S:      Maintained
5286 F:      sound/soc/omap/
5288 OMAP FRAMEBUFFER SUPPORT
5289 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5290 L:      linux-fbdev@vger.kernel.org
5291 L:      linux-omap@vger.kernel.org
5292 S:      Maintained
5293 F:      drivers/video/omap/
5295 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5296 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5297 L:      linux-omap@vger.kernel.org
5298 L:      linux-fbdev@vger.kernel.org
5299 S:      Maintained
5300 F:      drivers/video/omap2/
5301 F:      Documentation/arm/OMAP/DSS
5303 OMAP HARDWARE SPINLOCK SUPPORT
5304 M:      Ohad Ben-Cohen <ohad@wizery.com>
5305 L:      linux-omap@vger.kernel.org
5306 S:      Maintained
5307 F:      drivers/hwspinlock/omap_hwspinlock.c
5308 F:      arch/arm/mach-omap2/hwspinlock.c
5310 OMAP MMC SUPPORT
5311 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
5312 L:      linux-omap@vger.kernel.org
5313 S:      Maintained
5314 F:      drivers/mmc/host/omap.c
5316 OMAP HS MMC SUPPORT
5317 M:      Venkatraman S <svenkatr@ti.com>
5318 L:      linux-mmc@vger.kernel.org
5319 L:      linux-omap@vger.kernel.org
5320 S:      Maintained
5321 F:      drivers/mmc/host/omap_hsmmc.c
5323 OMAP RANDOM NUMBER GENERATOR SUPPORT
5324 M:      Deepak Saxena <dsaxena@plexity.net>
5325 S:      Maintained
5326 F:      drivers/char/hw_random/omap-rng.c
5328 OMAP HWMOD SUPPORT
5329 M:      Benoît Cousson <b-cousson@ti.com>
5330 M:      Paul Walmsley <paul@pwsan.com>
5331 L:      linux-omap@vger.kernel.org
5332 S:      Maintained
5333 F:      arch/arm/mach-omap2/omap_hwmod.c
5334 F:      arch/arm/plat-omap/include/plat/omap_hwmod.h
5336 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5337 M:      Benoît Cousson <b-cousson@ti.com>
5338 L:      linux-omap@vger.kernel.org
5339 S:      Maintained
5340 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5342 OMAP IMAGE SIGNAL PROCESSOR (ISP)
5343 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5344 L:      linux-media@vger.kernel.org
5345 S:      Maintained
5346 F:      drivers/media/platform/omap3isp/
5348 OMAP USB SUPPORT
5349 M:      Felipe Balbi <balbi@ti.com>
5350 L:      linux-usb@vger.kernel.org
5351 L:      linux-omap@vger.kernel.org
5352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5353 S:      Maintained
5354 F:      drivers/usb/*/*omap*
5355 F:      arch/arm/*omap*/usb*
5357 OMAP GPIO DRIVER
5358 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
5359 M:      Kevin Hilman <khilman@ti.com>
5360 L:      linux-omap@vger.kernel.org
5361 S:      Maintained
5362 F:      drivers/gpio/gpio-omap.c
5364 OMFS FILESYSTEM
5365 M:      Bob Copeland <me@bobcopeland.com>
5366 L:      linux-karma-devel@lists.sourceforge.net
5367 S:      Maintained
5368 F:      Documentation/filesystems/omfs.txt
5369 F:      fs/omfs/
5371 OMNIKEY CARDMAN 4000 DRIVER
5372 M:      Harald Welte <laforge@gnumonks.org>
5373 S:      Maintained
5374 F:      drivers/char/pcmcia/cm4000_cs.c
5375 F:      include/linux/cm4000_cs.h
5377 OMNIKEY CARDMAN 4040 DRIVER
5378 M:      Harald Welte <laforge@gnumonks.org>
5379 S:      Maintained
5380 F:      drivers/char/pcmcia/cm4040_cs.*
5382 OMNIVISION OV7670 SENSOR DRIVER
5383 M:      Jonathan Corbet <corbet@lwn.net>
5384 L:      linux-media@vger.kernel.org
5385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5386 S:      Maintained
5387 F:      drivers/media/i2c/ov7670.c
5389 ONENAND FLASH DRIVER
5390 M:      Kyungmin Park <kyungmin.park@samsung.com>
5391 L:      linux-mtd@lists.infradead.org
5392 S:      Maintained
5393 F:      drivers/mtd/onenand/
5394 F:      include/linux/mtd/onenand*.h
5396 ONSTREAM SCSI TAPE DRIVER
5397 M:      Willem Riede <osst@riede.org>
5398 L:      osst-users@lists.sourceforge.net
5399 L:      linux-scsi@vger.kernel.org
5400 S:      Maintained
5401 F:      drivers/scsi/osst*
5402 F:      drivers/scsi/st*
5404 OPENCORES I2C BUS DRIVER
5405 M:      Peter Korsgaard <jacmet@sunsite.dk>
5406 L:      linux-i2c@vger.kernel.org
5407 S:      Maintained
5408 F:      Documentation/i2c/busses/i2c-ocores
5409 F:      drivers/i2c/busses/i2c-ocores.c
5411 OPEN FIRMWARE AND FLATTENED DEVICE TREE
5412 M:      Grant Likely <grant.likely@secretlab.ca>
5413 M:      Rob Herring <rob.herring@calxeda.com>
5414 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5415 W:      http://fdt.secretlab.ca
5416 T:      git git://git.secretlab.ca/git/linux-2.6.git
5417 S:      Maintained
5418 F:      Documentation/devicetree
5419 F:      drivers/of
5420 F:      include/linux/of*.h
5421 F:      scripts/dtc
5422 K:      of_get_property
5423 K:      of_match_table
5425 OPENRISC ARCHITECTURE
5426 M:      Jonas Bonn <jonas@southpole.se>
5427 W:      http://openrisc.net
5428 L:      linux@lists.openrisc.net (moderated for non-subscribers)
5429 S:      Maintained
5430 T:      git git://openrisc.net/~jonas/linux
5431 F:      arch/openrisc
5433 OPENVSWITCH
5434 M:      Jesse Gross <jesse@nicira.com>
5435 L:      dev@openvswitch.org
5436 W:      http://openvswitch.org
5437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5438 S:      Maintained
5439 F:      net/openvswitch/
5441 OPL4 DRIVER
5442 M:      Clemens Ladisch <clemens@ladisch.de>
5443 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5444 T:      git git://git.alsa-project.org/alsa-kernel.git
5445 S:      Maintained
5446 F:      sound/drivers/opl4/
5448 OPROFILE
5449 M:      Robert Richter <rric@kernel.org>
5450 L:      oprofile-list@lists.sf.net
5451 S:      Maintained
5452 F:      arch/*/include/asm/oprofile*.h
5453 F:      arch/*/oprofile/
5454 F:      drivers/oprofile/
5455 F:      include/linux/oprofile.h
5457 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5458 M:      Mark Fasheh <mfasheh@suse.com>
5459 M:      Joel Becker <jlbec@evilplan.org>
5460 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
5461 W:      http://oss.oracle.com/projects/ocfs2/
5462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5463 S:      Supported
5464 F:      Documentation/filesystems/ocfs2.txt
5465 F:      Documentation/filesystems/dlmfs.txt
5466 F:      fs/ocfs2/
5468 ORINOCO DRIVER
5469 L:      linux-wireless@vger.kernel.org
5470 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
5471 W:      http://www.nongnu.org/orinoco/
5472 S:      Orphan
5473 F:      drivers/net/wireless/orinoco/
5475 OSD LIBRARY and FILESYSTEM
5476 M:      Boaz Harrosh <bharrosh@panasas.com>
5477 M:      Benny Halevy <bhalevy@tonian.com>
5478 L:      osd-dev@open-osd.org
5479 W:      http://open-osd.org
5480 T:      git git://git.open-osd.org/open-osd.git
5481 S:      Maintained
5482 F:      drivers/scsi/osd/
5483 F:      include/scsi/osd_*
5484 F:      fs/exofs/
5486 P54 WIRELESS DRIVER
5487 M:      Christian Lamparter <chunkeey@googlemail.com>
5488 L:      linux-wireless@vger.kernel.org
5489 W:      http://wireless.kernel.org/en/users/Drivers/p54
5490 S:      Maintained
5491 F:      drivers/net/wireless/p54/
5493 PA SEMI ETHERNET DRIVER
5494 M:      Olof Johansson <olof@lixom.net>
5495 L:      netdev@vger.kernel.org
5496 S:      Maintained
5497 F:      drivers/net/ethernet/pasemi/*
5499 PA SEMI SMBUS DRIVER
5500 M:      Olof Johansson <olof@lixom.net>
5501 L:      linux-i2c@vger.kernel.org
5502 S:      Maintained
5503 F:      drivers/i2c/busses/i2c-pasemi.c
5505 PADATA PARALLEL EXECUTION MECHANISM
5506 M:      Steffen Klassert <steffen.klassert@secunet.com>
5507 L:      linux-crypto@vger.kernel.org
5508 S:      Maintained
5509 F:      kernel/padata.c
5510 F:      include/linux/padata.h
5511 F:      Documentation/padata.txt
5513 PANASONIC LAPTOP ACPI EXTRAS DRIVER
5514 M:      Harald Welte <laforge@gnumonks.org>
5515 L:      platform-driver-x86@vger.kernel.org
5516 S:      Maintained
5517 F:      drivers/platform/x86/panasonic-laptop.c
5519 PANASONIC MN10300/AM33/AM34 PORT
5520 M:      David Howells <dhowells@redhat.com>
5521 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5522 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
5523 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5524 S:      Maintained
5525 F:      Documentation/mn10300/
5526 F:      arch/mn10300/
5528 PARALLEL PORT SUPPORT
5529 L:      linux-parport@lists.infradead.org (subscribers-only)
5530 S:      Orphan
5531 F:      drivers/parport/
5532 F:      include/linux/parport*.h
5533 F:      drivers/char/ppdev.c
5534 F:      include/linux/ppdev.h
5536 PARAVIRT_OPS INTERFACE
5537 M:      Jeremy Fitzhardinge <jeremy@goop.org>
5538 M:      Chris Wright <chrisw@sous-sol.org>
5539 M:      Alok Kataria <akataria@vmware.com>
5540 M:      Rusty Russell <rusty@rustcorp.com.au>
5541 L:      virtualization@lists.linux-foundation.org
5542 S:      Supported
5543 F:      Documentation/ia64/paravirt_ops.txt
5544 F:      arch/*/kernel/paravirt*
5545 F:      arch/*/include/asm/paravirt.h
5547 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5548 M:      Tim Waugh <tim@cyberelk.net>
5549 L:      linux-parport@lists.infradead.org (subscribers-only)
5550 W:      http://www.torque.net/linux-pp.html
5551 S:      Maintained
5552 F:      Documentation/blockdev/paride.txt
5553 F:      drivers/block/paride/
5555 PARISC ARCHITECTURE
5556 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
5557 M:      Helge Deller <deller@gmx.de>
5558 L:      linux-parisc@vger.kernel.org
5559 W:      http://www.parisc-linux.org/
5560 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
5561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5562 S:      Maintained
5563 F:      arch/parisc/
5564 F:      drivers/parisc/
5566 PC87360 HARDWARE MONITORING DRIVER
5567 M:      Jim Cromie <jim.cromie@gmail.com>
5568 L:      lm-sensors@lm-sensors.org
5569 S:      Maintained
5570 F:      Documentation/hwmon/pc87360
5571 F:      drivers/hwmon/pc87360.c
5573 PC8736x GPIO DRIVER
5574 M:      Jim Cromie <jim.cromie@gmail.com>
5575 S:      Maintained
5576 F:      drivers/char/pc8736x_gpio.c
5578 PC87427 HARDWARE MONITORING DRIVER
5579 M:      Jean Delvare <khali@linux-fr.org>
5580 L:      lm-sensors@lm-sensors.org
5581 S:      Maintained
5582 F:      Documentation/hwmon/pc87427
5583 F:      drivers/hwmon/pc87427.c
5585 PCA9532 LED DRIVER
5586 M:      Riku Voipio <riku.voipio@iki.fi>
5587 S:      Maintained
5588 F:      drivers/leds/leds-pca9532.c
5589 F:      include/linux/leds-pca9532.h
5591 PCA9541 I2C BUS MASTER SELECTOR DRIVER
5592 M:      Guenter Roeck <linux@roeck-us.net>
5593 L:      linux-i2c@vger.kernel.org
5594 S:      Maintained
5595 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
5597 PCA9564/PCA9665 I2C BUS DRIVER
5598 M:      Wolfram Sang <w.sang@pengutronix.de>
5599 L:      linux-i2c@vger.kernel.org
5600 S:      Maintained
5601 F:      drivers/i2c/algos/i2c-algo-pca.c
5602 F:      drivers/i2c/busses/i2c-pca-*
5603 F:      include/linux/i2c-algo-pca.h
5604 F:      include/linux/i2c-pca-platform.h
5606 PCDP - PRIMARY CONSOLE AND DEBUG PORT
5607 M:      Khalid Aziz <khalid@gonehiking.org>
5608 S:      Maintained
5609 F:      drivers/firmware/pcdp.*
5611 PCI ERROR RECOVERY
5612 M:      Linas Vepstas <linasvepstas@gmail.com>
5613 L:      linux-pci@vger.kernel.org
5614 S:      Supported
5615 F:      Documentation/PCI/pci-error-recovery.txt
5616 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
5618 PCI SUBSYSTEM
5619 M:      Bjorn Helgaas <bhelgaas@google.com>
5620 L:      linux-pci@vger.kernel.org
5621 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
5622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
5623 S:      Supported
5624 F:      Documentation/PCI/
5625 F:      drivers/pci/
5626 F:      include/linux/pci*
5628 PCMCIA SUBSYSTEM
5629 P:      Linux PCMCIA Team
5630 L:      linux-pcmcia@lists.infradead.org
5631 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5633 S:      Maintained
5634 F:      Documentation/pcmcia/
5635 F:      drivers/pcmcia/
5636 F:      include/pcmcia/
5638 PCNET32 NETWORK DRIVER
5639 M:      Don Fry <pcnet32@frontier.com>
5640 L:      netdev@vger.kernel.org
5641 S:      Maintained
5642 F:      drivers/net/ethernet/amd/pcnet32.c
5644 PCRYPT PARALLEL CRYPTO ENGINE
5645 M:      Steffen Klassert <steffen.klassert@secunet.com>
5646 L:      linux-crypto@vger.kernel.org
5647 S:      Maintained
5648 F:      crypto/pcrypt.c
5649 F:      include/crypto/pcrypt.h
5651 PER-CPU MEMORY ALLOCATOR
5652 M:      Tejun Heo <tj@kernel.org>
5653 M:      Christoph Lameter <cl@linux-foundation.org>
5654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5655 S:      Maintained
5656 F:      include/linux/percpu*.h
5657 F:      mm/percpu*.c
5658 F:      arch/*/include/asm/percpu.h
5660 PER-TASK DELAY ACCOUNTING
5661 M:      Balbir Singh <bsingharora@gmail.com>
5662 S:      Maintained
5663 F:      include/linux/delayacct.h
5664 F:      kernel/delayacct.c
5666 PERFORMANCE EVENTS SUBSYSTEM
5667 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
5668 M:      Paul Mackerras <paulus@samba.org>
5669 M:      Ingo Molnar <mingo@redhat.com>
5670 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5672 S:      Supported
5673 F:      kernel/events/*
5674 F:      include/linux/perf_event.h
5675 F:      arch/*/kernel/perf_event*.c
5676 F:      arch/*/kernel/*/perf_event*.c
5677 F:      arch/*/kernel/*/*/perf_event*.c
5678 F:      arch/*/include/asm/perf_event.h
5679 F:      arch/*/lib/perf_event*.c
5680 F:      arch/*/kernel/perf_callchain.c
5681 F:      tools/perf/
5683 PERSONALITY HANDLING
5684 M:      Christoph Hellwig <hch@infradead.org>
5685 L:      linux-abi-devel@lists.sourceforge.net
5686 S:      Maintained
5687 F:      include/linux/personality.h
5689 PHONET PROTOCOL
5690 M:      Remi Denis-Courmont <courmisch@gmail.com>
5691 S:      Supported
5692 F:      Documentation/networking/phonet.txt
5693 F:      include/linux/phonet.h
5694 F:      include/net/phonet/
5695 F:      net/phonet/
5697 PHRAM MTD DRIVER
5698 M:      Joern Engel <joern@lazybastard.org>
5699 L:      linux-mtd@lists.infradead.org
5700 S:      Maintained
5701 F:      drivers/mtd/devices/phram.c
5703 PICOLCD HID DRIVER
5704 M:      Bruno Prémont <bonbons@linux-vserver.org>
5705 L:      linux-input@vger.kernel.org
5706 S:      Maintained
5707 F:      drivers/hid/hid-picolcd*
5709 PICOXCELL SUPPORT
5710 M:      Jamie Iles <jamie@jamieiles.com>
5711 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5712 T:      git git://github.com/jamieiles/linux-2.6-ji.git
5713 S:      Supported
5714 F:      arch/arm/mach-picoxcell
5715 F:      drivers/*/picoxcell*
5716 F:      drivers/*/*/picoxcell*
5718 PIN CONTROL SUBSYSTEM
5719 M:      Linus Walleij <linus.walleij@linaro.org>
5720 S:      Maintained
5721 F:      drivers/pinctrl/
5722 F:      include/linux/pinctrl/
5724 PIN CONTROLLER - ATMEL AT91
5725 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
5726 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5727 S:      Maintained
5728 F:      drivers/pinctrl/pinctrl-at91.c
5730 PIN CONTROLLER - ST SPEAR
5731 M:      Viresh Kumar <viresh.linux@gmail.com>
5732 L:      spear-devel@list.st.com
5733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5734 W:      http://www.st.com/spear
5735 S:      Maintained
5736 F:      drivers/pinctrl/spear/
5738 PKTCDVD DRIVER
5739 M:      Jiri Kosina <jkosina@suse.cz>
5740 S:      Maintained
5741 F:      drivers/block/pktcdvd.c
5742 F:      include/linux/pktcdvd.h
5744 PKUNITY SOC DRIVERS
5745 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
5746 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
5747 S:      Maintained
5748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5749 F:      drivers/input/serio/i8042-unicore32io.h
5750 F:      drivers/i2c/busses/i2c-puv3.c
5751 F:      drivers/video/fb-puv3.c
5752 F:      drivers/rtc/rtc-puv3.c
5754 PMBUS HARDWARE MONITORING DRIVERS
5755 M:      Guenter Roeck <linux@roeck-us.net>
5756 L:      lm-sensors@lm-sensors.org
5757 W:      http://www.lm-sensors.org/
5758 W:      http://www.roeck-us.net/linux/drivers/
5759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5760 S:      Maintained
5761 F:      Documentation/hwmon/pmbus
5762 F:      drivers/hwmon/pmbus/
5763 F:      include/linux/i2c/pmbus.h
5765 PMC SIERRA MaxRAID DRIVER
5766 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5767 L:      linux-scsi@vger.kernel.org
5768 W:      http://www.pmc-sierra.com/
5769 S:      Supported
5770 F:      drivers/scsi/pmcraid.*
5772 PMC SIERRA PM8001 DRIVER
5773 M:      jack_wang@usish.com
5774 M:      lindar_liu@usish.com
5775 L:      linux-scsi@vger.kernel.org
5776 S:      Supported
5777 F:      drivers/scsi/pm8001/
5779 POSIX CLOCKS and TIMERS
5780 M:      Thomas Gleixner <tglx@linutronix.de>
5781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5782 S:      Supported
5783 F:      fs/timerfd.c
5784 F:      include/linux/timer*
5785 F:      kernel/*timer*
5787 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5788 M:      Anton Vorontsov <cbou@mail.ru>
5789 M:      David Woodhouse <dwmw2@infradead.org>
5790 T:      git git://git.infradead.org/battery-2.6.git
5791 S:      Maintained
5792 F:      include/linux/power_supply.h
5793 F:      drivers/power/
5795 PNP SUPPORT
5796 M:      Adam Belay <abelay@mit.edu>
5797 M:      Bjorn Helgaas <bhelgaas@google.com>
5798 S:      Maintained
5799 F:      drivers/pnp/
5801 PNXxxxx I2C DRIVER
5802 M:      Vitaly Wool <vitalywool@gmail.com>
5803 L:      linux-i2c@vger.kernel.org
5804 S:      Maintained
5805 F:      drivers/i2c/busses/i2c-pnx.c
5807 PPP PROTOCOL DRIVERS AND COMPRESSORS
5808 M:      Paul Mackerras <paulus@samba.org>
5809 L:      linux-ppp@vger.kernel.org
5810 S:      Maintained
5811 F:      drivers/net/ppp/ppp_*
5813 PPP OVER ATM (RFC 2364)
5814 M:      Mitchell Blank Jr <mitch@sfgoth.com>
5815 S:      Maintained
5816 F:      net/atm/pppoatm.c
5817 F:      include/linux/atmppp.h
5819 PPP OVER ETHERNET
5820 M:      Michal Ostrowski <mostrows@earthlink.net>
5821 S:      Maintained
5822 F:      drivers/net/ppp/pppoe.c
5823 F:      drivers/net/ppp/pppox.c
5825 PPP OVER L2TP
5826 M:      James Chapman <jchapman@katalix.com>
5827 S:      Maintained
5828 F:      net/l2tp/l2tp_ppp.c
5829 F:      include/linux/if_pppol2tp.h
5831 PPS SUPPORT
5832 M:      Rodolfo Giometti <giometti@enneenne.com>
5833 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
5834 L:      linuxpps@ml.enneenne.com (subscribers-only)
5835 S:      Maintained
5836 F:      Documentation/pps/
5837 F:      drivers/pps/
5838 F:      include/linux/pps*.h
5840 PPTP DRIVER
5841 M:      Dmitry Kozlov <xeb@mail.ru>
5842 L:      netdev@vger.kernel.org
5843 S:      Maintained
5844 F:      drivers/net/ppp/pptp.c
5845 W:      http://sourceforge.net/projects/accel-pptp
5847 PREEMPTIBLE KERNEL
5848 M:      Robert Love <rml@tech9.net>
5849 L:      kpreempt-tech@lists.sourceforge.net
5850 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5851 S:      Supported
5852 F:      Documentation/preempt-locking.txt
5853 F:      include/linux/preempt.h
5855 PRISM54 WIRELESS DRIVER
5856 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
5857 L:      linux-wireless@vger.kernel.org
5858 W:      http://wireless.kernel.org/en/users/Drivers/p54
5859 S:      Obsolete
5860 F:      drivers/net/wireless/prism54/
5862 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5863 M:      Mikael Pettersson <mikpe@it.uu.se>
5864 L:      linux-ide@vger.kernel.org
5865 S:      Maintained
5866 F:      drivers/ata/sata_promise.*
5868 PS3 NETWORK SUPPORT
5869 M:      Geoff Levand <geoff@infradead.org>
5870 L:      netdev@vger.kernel.org
5871 L:      cbe-oss-dev@lists.ozlabs.org
5872 S:      Maintained
5873 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
5875 PS3 PLATFORM SUPPORT
5876 M:      Geoff Levand <geoff@infradead.org>
5877 L:      linuxppc-dev@lists.ozlabs.org
5878 L:      cbe-oss-dev@lists.ozlabs.org
5879 S:      Maintained
5880 F:      arch/powerpc/boot/ps3*
5881 F:      arch/powerpc/include/asm/lv1call.h
5882 F:      arch/powerpc/include/asm/ps3*.h
5883 F:      arch/powerpc/platforms/ps3/
5884 F:      drivers/*/ps3*
5885 F:      drivers/ps3/
5886 F:      drivers/rtc/rtc-ps3.c
5887 F:      drivers/usb/host/*ps3.c
5888 F:      sound/ppc/snd_ps3*
5890 PS3VRAM DRIVER
5891 M:      Jim Paris <jim@jtan.com>
5892 L:      cbe-oss-dev@lists.ozlabs.org
5893 S:      Maintained
5894 F:      drivers/block/ps3vram.c
5896 PSTORE FILESYSTEM
5897 M:      Anton Vorontsov <cbouatmailru@gmail.com>
5898 M:      Colin Cross <ccross@android.com>
5899 M:      Kees Cook <keescook@chromium.org>
5900 M:      Tony Luck <tony.luck@intel.com>
5901 S:      Maintained
5902 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
5903 F:      fs/pstore/
5904 F:      include/linux/pstore*
5905 F:      drivers/firmware/efivars.c
5906 F:      drivers/acpi/apei/erst.c
5908 PTP HARDWARE CLOCK SUPPORT
5909 M:      Richard Cochran <richardcochran@gmail.com>
5910 S:      Maintained
5911 W:      http://linuxptp.sourceforge.net/
5912 F:      Documentation/ABI/testing/sysfs-ptp
5913 F:      Documentation/ptp/*
5914 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
5915 F:      drivers/net/phy/dp83640*
5916 F:      drivers/ptp/*
5917 F:      include/linux/ptp_cl*
5919 PTRACE SUPPORT
5920 M:      Roland McGrath <roland@redhat.com>
5921 M:      Oleg Nesterov <oleg@redhat.com>
5922 S:      Maintained
5923 F:      include/asm-generic/syscall.h
5924 F:      include/linux/ptrace.h
5925 F:      include/linux/regset.h
5926 F:      include/linux/tracehook.h
5927 F:      kernel/ptrace.c
5929 PVRUSB2 VIDEO4LINUX DRIVER
5930 M:      Mike Isely <isely@pobox.com>
5931 L:      pvrusb2@isely.net       (subscribers-only)
5932 L:      linux-media@vger.kernel.org
5933 W:      http://www.isely.net/pvrusb2/
5934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5935 S:      Maintained
5936 F:      Documentation/video4linux/README.pvrusb2
5937 F:      drivers/media/usb/pvrusb2/
5939 PWM SUBSYSTEM
5940 M:      Thierry Reding <thierry.reding@avionic-design.de>
5941 L:      linux-kernel@vger.kernel.org
5942 S:      Maintained
5943 W:      http://gitorious.org/linux-pwm
5944 T:      git git://gitorious.org/linux-pwm/linux-pwm.git
5945 F:      Documentation/pwm.txt
5946 F:      Documentation/devicetree/bindings/pwm/
5947 F:      include/linux/pwm.h
5948 F:      include/linux/of_pwm.h
5949 F:      drivers/pwm/
5950 F:      drivers/video/backlight/pwm_bl.c
5951 F:      include/linux/pwm_backlight.h
5953 PXA2xx/PXA3xx SUPPORT
5954 M:      Eric Miao <eric.y.miao@gmail.com>
5955 M:      Russell King <linux@arm.linux.org.uk>
5956 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
5957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5958 T:      git git://github.com/hzhuang1/linux.git
5959 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
5960 S:      Maintained
5961 F:      arch/arm/mach-pxa/
5962 F:      drivers/pcmcia/pxa2xx*
5963 F:      drivers/spi/spi-pxa2xx*
5964 F:      drivers/usb/gadget/pxa2*
5965 F:      include/sound/pxa2xx-lib.h
5966 F:      sound/arm/pxa*
5967 F:      sound/soc/pxa
5969 MMP SUPPORT
5970 M:      Eric Miao <eric.y.miao@gmail.com>
5971 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
5972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5973 T:      git git://github.com/hzhuang1/linux.git
5974 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
5975 S:      Maintained
5976 F:      arch/arm/mach-mmp/
5978 PXA MMCI DRIVER
5979 S:      Orphan
5981 PXA RTC DRIVER
5982 M:      Robert Jarzmik <robert.jarzmik@free.fr>
5983 L:      rtc-linux@googlegroups.com
5984 S:      Maintained
5986 QIB DRIVER
5987 M:      Mike Marciniszyn <infinipath@intel.com>
5988 L:      linux-rdma@vger.kernel.org
5989 S:      Supported
5990 F:      drivers/infiniband/hw/qib/
5992 QLOGIC QLA1280 SCSI DRIVER
5993 M:      Michael Reed <mdr@sgi.com>
5994 L:      linux-scsi@vger.kernel.org
5995 S:      Maintained
5996 F:      drivers/scsi/qla1280.[ch]
5998 QLOGIC QLA2XXX FC-SCSI DRIVER
5999 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
6000 M:      linux-driver@qlogic.com
6001 L:      linux-scsi@vger.kernel.org
6002 S:      Supported
6003 F:      Documentation/scsi/LICENSE.qla2xxx
6004 F:      drivers/scsi/qla2xxx/
6006 QLOGIC QLA4XXX iSCSI DRIVER
6007 M:      Ravi Anand <ravi.anand@qlogic.com>
6008 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6009 M:      iscsi-driver@qlogic.com
6010 L:      linux-scsi@vger.kernel.org
6011 S:      Supported
6012 F:      drivers/scsi/qla4xxx/
6014 QLOGIC QLA3XXX NETWORK DRIVER
6015 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6016 M:      Ron Mercer <ron.mercer@qlogic.com>
6017 M:      linux-driver@qlogic.com
6018 L:      netdev@vger.kernel.org
6019 S:      Supported
6020 F:      Documentation/networking/LICENSE.qla3xxx
6021 F:      drivers/net/ethernet/qlogic/qla3xxx.*
6023 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6024 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6025 M:      Sony Chacko <sony.chacko@qlogic.com>
6026 M:      linux-driver@qlogic.com
6027 L:      netdev@vger.kernel.org
6028 S:      Supported
6029 F:      drivers/net/ethernet/qlogic/qlcnic/
6031 QLOGIC QLGE 10Gb ETHERNET DRIVER
6032 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6033 M:      Ron Mercer <ron.mercer@qlogic.com>
6034 M:      linux-driver@qlogic.com
6035 L:      netdev@vger.kernel.org
6036 S:      Supported
6037 F:      drivers/net/ethernet/qlogic/qlge/
6039 QNX4 FILESYSTEM
6040 M:      Anders Larsen <al@alarsen.net>
6041 W:      http://www.alarsen.net/linux/qnx4fs/
6042 S:      Maintained
6043 F:      fs/qnx4/
6044 F:      include/linux/qnx4_fs.h
6045 F:      include/linux/qnxtypes.h
6047 QT1010 MEDIA DRIVER
6048 M:      Antti Palosaari <crope@iki.fi>
6049 L:      linux-media@vger.kernel.org
6050 W:      http://linuxtv.org/
6051 W:      http://palosaari.fi/linux/
6052 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6053 T:      git git://linuxtv.org/anttip/media_tree.git
6054 S:      Maintained
6055 F:      drivers/media/tuners/qt1010*
6057 QUALCOMM HEXAGON ARCHITECTURE
6058 M:      Richard Kuo <rkuo@codeaurora.org>
6059 L:      linux-hexagon@vger.kernel.org
6060 S:      Supported
6061 F:      arch/hexagon/
6063 RADOS BLOCK DEVICE (RBD)
6064 M:      Yehuda Sadeh <yehuda@inktank.com>
6065 M:      Sage Weil <sage@inktank.com>
6066 M:      Alex Elder <elder@inktank.com>
6067 M:      ceph-devel@vger.kernel.org
6068 W:      http://ceph.com/
6069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
6070 S:      Supported
6071 F:      drivers/block/rbd.c
6072 F:      drivers/block/rbd_types.h
6074 RADEON FRAMEBUFFER DISPLAY DRIVER
6075 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6076 L:      linux-fbdev@vger.kernel.org
6077 S:      Maintained
6078 F:      drivers/video/aty/radeon*
6079 F:      include/linux/radeonfb.h
6081 RAGE128 FRAMEBUFFER DISPLAY DRIVER
6082 M:      Paul Mackerras <paulus@samba.org>
6083 L:      linux-fbdev@vger.kernel.org
6084 S:      Maintained
6085 F:      drivers/video/aty/aty128fb.c
6087 RALINK RT2X00 WIRELESS LAN DRIVER
6088 P:      rt2x00 project
6089 M:      Ivo van Doorn <IvDoorn@gmail.com>
6090 M:      Gertjan van Wingerde <gwingerde@gmail.com>
6091 M:      Helmut Schaa <helmut.schaa@googlemail.com>
6092 L:      linux-wireless@vger.kernel.org
6093 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6094 W:      http://rt2x00.serialmonkey.com/
6095 S:      Maintained
6096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6097 F:      drivers/net/wireless/rt2x00/
6099 RAMDISK RAM BLOCK DEVICE DRIVER
6100 M:      Nick Piggin <npiggin@kernel.dk>
6101 S:      Maintained
6102 F:      Documentation/blockdev/ramdisk.txt
6103 F:      drivers/block/brd.c
6105 RANDOM NUMBER DRIVER
6106 M:      Theodore Ts'o" <tytso@mit.edu>
6107 S:      Maintained
6108 F:      drivers/char/random.c
6110 RAPIDIO SUBSYSTEM
6111 M:      Matt Porter <mporter@kernel.crashing.org>
6112 M:      Alexandre Bounine <alexandre.bounine@idt.com>
6113 S:      Maintained
6114 F:      drivers/rapidio/
6116 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6117 L:      linux-wireless@vger.kernel.org
6118 S:      Orphan
6119 F:      drivers/net/wireless/ray*
6121 RCUTORTURE MODULE
6122 M:      Josh Triplett <josh@freedesktop.org>
6123 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6124 S:      Supported
6125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6126 F:      Documentation/RCU/torture.txt
6127 F:      kernel/rcutorture.c
6129 RDC R-321X SoC
6130 M:      Florian Fainelli <florian@openwrt.org>
6131 S:      Maintained
6133 RDC R6040 FAST ETHERNET DRIVER
6134 M:      Florian Fainelli <florian@openwrt.org>
6135 L:      netdev@vger.kernel.org
6136 S:      Maintained
6137 F:      drivers/net/ethernet/rdc/r6040.c
6139 RDS - RELIABLE DATAGRAM SOCKETS
6140 M:      Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6141 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
6142 S:      Supported
6143 F:      net/rds/
6145 READ-COPY UPDATE (RCU)
6146 M:      Dipankar Sarma <dipankar@in.ibm.com>
6147 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6148 W:      http://www.rdrop.com/users/paulmck/RCU/
6149 S:      Supported
6150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6151 F:      Documentation/RCU/
6152 X:      Documentation/RCU/torture.txt
6153 F:      include/linux/rcu*
6154 F:      kernel/rcu*
6155 X:      kernel/rcutorture.c
6157 REAL TIME CLOCK (RTC) SUBSYSTEM
6158 M:      Alessandro Zummo <a.zummo@towertech.it>
6159 L:      rtc-linux@googlegroups.com
6160 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
6161 S:      Maintained
6162 F:      Documentation/rtc.txt
6163 F:      drivers/rtc/
6164 F:      include/linux/rtc.h
6166 REISERFS FILE SYSTEM
6167 L:      reiserfs-devel@vger.kernel.org
6168 S:      Supported
6169 F:      fs/reiserfs/
6171 REGISTER MAP ABSTRACTION
6172 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6174 S:      Supported
6175 F:      drivers/base/regmap/
6176 F:      include/linux/regmap.h
6178 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6179 M:      Ohad Ben-Cohen <ohad@wizery.com>
6180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6181 S:      Maintained
6182 F:      drivers/remoteproc/
6183 F:      Documentation/remoteproc.txt
6184 F:      include/linux/remoteproc.h
6186 RFKILL
6187 M:      Johannes Berg <johannes@sipsolutions.net>
6188 L:      linux-wireless@vger.kernel.org
6189 W:      http://wireless.kernel.org/
6190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6192 S:      Maintained
6193 F:      Documentation/rfkill.txt
6194 F:      net/rfkill/
6196 RICOH SMARTMEDIA/XD DRIVER
6197 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6198 S:      Maintained
6199 F:      drivers/mtd/nand/r852.c
6200 F:      drivers/mtd/nand/r852.h
6202 RICOH R5C592 MEMORYSTICK DRIVER
6203 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6204 S:      Maintained
6205 F:      drivers/memstick/host/r592.*
6207 ROCKETPORT DRIVER
6208 P:      Comtrol Corp.
6209 W:      http://www.comtrol.com
6210 S:      Maintained
6211 F:      Documentation/serial/rocket.txt
6212 F:      drivers/tty/rocket*
6214 ROSE NETWORK LAYER
6215 M:      Ralf Baechle <ralf@linux-mips.org>
6216 L:      linux-hams@vger.kernel.org
6217 W:      http://www.linux-ax25.org/
6218 S:      Maintained
6219 F:      include/linux/rose.h
6220 F:      include/net/rose.h
6221 F:      net/rose/
6223 RTL2830 MEDIA DRIVER
6224 M:      Antti Palosaari <crope@iki.fi>
6225 L:      linux-media@vger.kernel.org
6226 W:      http://linuxtv.org/
6227 W:      http://palosaari.fi/linux/
6228 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6229 T:      git git://linuxtv.org/anttip/media_tree.git
6230 S:      Maintained
6231 F:      drivers/media/dvb-frontends/rtl2830*
6233 RTL8180 WIRELESS DRIVER
6234 M:      "John W. Linville" <linville@tuxdriver.com>
6235 L:      linux-wireless@vger.kernel.org
6236 W:      http://wireless.kernel.org/
6237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6238 S:      Maintained
6239 F:      drivers/net/wireless/rtl818x/rtl8180/
6241 RTL8187 WIRELESS DRIVER
6242 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
6243 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
6244 M:      Larry Finger <Larry.Finger@lwfinger.net>
6245 L:      linux-wireless@vger.kernel.org
6246 W:      http://wireless.kernel.org/
6247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6248 S:      Maintained
6249 F:      drivers/net/wireless/rtl818x/rtl8187/
6251 RTL8192CE WIRELESS DRIVER
6252 M:      Larry Finger <Larry.Finger@lwfinger.net>
6253 M:      Chaoming Li <chaoming_li@realsil.com.cn>
6254 L:      linux-wireless@vger.kernel.org
6255 W:      http://wireless.kernel.org/
6256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6257 S:      Maintained
6258 F:      drivers/net/wireless/rtlwifi/
6259 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
6261 S3 SAVAGE FRAMEBUFFER DRIVER
6262 M:      Antonino Daplas <adaplas@gmail.com>
6263 L:      linux-fbdev@vger.kernel.org
6264 S:      Maintained
6265 F:      drivers/video/savage/
6267 S390
6268 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
6269 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
6270 M:      linux390@de.ibm.com
6271 L:      linux-s390@vger.kernel.org
6272 W:      http://www.ibm.com/developerworks/linux/linux390/
6273 S:      Supported
6274 F:      arch/s390/
6275 F:      drivers/s390/
6276 F:      block/partitions/ibm.c
6277 F:      Documentation/s390/
6278 F:      Documentation/DocBook/s390*
6280 S390 NETWORK DRIVERS
6281 M:      Ursula Braun <ursula.braun@de.ibm.com>
6282 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
6283 M:      linux390@de.ibm.com
6284 L:      linux-s390@vger.kernel.org
6285 W:      http://www.ibm.com/developerworks/linux/linux390/
6286 S:      Supported
6287 F:      drivers/s390/net/
6289 S390 ZCRYPT DRIVER
6290 M:      Holger Dengler <hd@linux.vnet.ibm.com>
6291 M:      linux390@de.ibm.com
6292 L:      linux-s390@vger.kernel.org
6293 W:      http://www.ibm.com/developerworks/linux/linux390/
6294 S:      Supported
6295 F:      drivers/s390/crypto/
6297 S390 ZFCP DRIVER
6298 M:      Steffen Maier <maier@linux.vnet.ibm.com>
6299 M:      linux390@de.ibm.com
6300 L:      linux-s390@vger.kernel.org
6301 W:      http://www.ibm.com/developerworks/linux/linux390/
6302 S:      Supported
6303 F:      drivers/s390/scsi/zfcp_*
6305 S390 IUCV NETWORK LAYER
6306 M:      Ursula Braun <ursula.braun@de.ibm.com>
6307 M:      linux390@de.ibm.com
6308 L:      linux-s390@vger.kernel.org
6309 W:      http://www.ibm.com/developerworks/linux/linux390/
6310 S:      Supported
6311 F:      drivers/s390/net/*iucv*
6312 F:      include/net/iucv/
6313 F:      net/iucv/
6315 S3C24XX SD/MMC Driver
6316 M:      Ben Dooks <ben-linux@fluff.org>
6317 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6318 S:      Supported
6319 F:      drivers/mmc/host/s3cmci.*
6321 SAA7146 VIDEO4LINUX-2 DRIVER
6322 M:      Michael Hunold <michael@mihu.de>
6323 L:      linux-media@vger.kernel.org
6324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6325 W:      http://www.mihu.de/linux/saa7146
6326 S:      Maintained
6327 F:      drivers/media/common/saa7146/
6328 F:      drivers/media/pci/saa7146/
6329 F:      include/media/saa7146*
6331 SAMSUNG LAPTOP DRIVER
6332 M:      Corentin Chary <corentincj@iksaif.net>
6333 L:      platform-driver-x86@vger.kernel.org
6334 S:      Maintained
6335 F:      drivers/platform/x86/samsung-laptop.c
6337 SAMSUNG AUDIO (ASoC) DRIVERS
6338 M:      Sangbeom Kim <sbkim73@samsung.com>
6339 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6340 S:      Supported
6341 F:      sound/soc/samsung
6343 SAMSUNG FRAMEBUFFER DRIVER
6344 M:      Jingoo Han <jg1.han@samsung.com>
6345 L:      linux-fbdev@vger.kernel.org
6346 S:      Maintained
6347 F:      drivers/video/s3c-fb.c
6349 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6350 M:      Sangbeom Kim <sbkim73@samsung.com>
6351 L:      linux-kernel@vger.kernel.org
6352 S:      Supported
6353 F:      drivers/mfd/sec*.c
6354 F:      drivers/regulator/s2m*.c
6355 F:      drivers/regulator/s5m*.c
6356 F:      drivers/rtc/rtc-sec.c
6357 F:      include/linux/mfd/samsung/
6359 SERIAL DRIVERS
6360 M:      Alan Cox <alan@linux.intel.com>
6361 L:      linux-serial@vger.kernel.org
6362 S:      Maintained
6363 F:      drivers/tty/serial
6365 SYNOPSYS DESIGNWARE DMAC DRIVER
6366 M:      Viresh Kumar <viresh.linux@gmail.com>
6367 S:      Maintained
6368 F:      include/linux/dw_dmac.h
6369 F:      drivers/dma/dw_dmac_regs.h
6370 F:      drivers/dma/dw_dmac.c
6372 TIMEKEEPING, NTP
6373 M:      John Stultz <johnstul@us.ibm.com>
6374 M:      Thomas Gleixner <tglx@linutronix.de>
6375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6376 S:      Supported
6377 F:      include/linux/clocksource.h
6378 F:      include/linux/time.h
6379 F:      include/linux/timex.h
6380 F:      kernel/time/clocksource.c
6381 F:      kernel/time/time*.c
6382 F:      kernel/time/ntp.c
6383 F:      drivers/clocksource
6385 TLG2300 VIDEO4LINUX-2 DRIVER
6386 M:      Huang Shijie <shijie8@gmail.com>
6387 M:      Kang Yong <kangyong@telegent.com>
6388 M:      Zhang Xiaobing <xbzhang@telegent.com>
6389 S:      Supported
6390 F:      drivers/media/usb/tlg2300
6392 SC1200 WDT DRIVER
6393 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
6394 S:      Maintained
6395 F:      drivers/watchdog/sc1200wdt.c
6397 SCHEDULER
6398 M:      Ingo Molnar <mingo@redhat.com>
6399 M:      Peter Zijlstra <peterz@infradead.org>
6400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
6401 S:      Maintained
6402 F:      kernel/sched/
6403 F:      include/linux/sched.h
6405 SCORE ARCHITECTURE
6406 M:      Chen Liqin <liqin.chen@sunplusct.com>
6407 M:      Lennox Wu <lennox.wu@gmail.com>
6408 W:      http://www.sunplusct.com
6409 S:      Supported
6410 F:      arch/score/
6412 SCSI CDROM DRIVER
6413 M:      Jens Axboe <axboe@kernel.dk>
6414 L:      linux-scsi@vger.kernel.org
6415 W:      http://www.kernel.dk
6416 S:      Maintained
6417 F:      drivers/scsi/sr*
6419 SCSI RDMA PROTOCOL (SRP) INITIATOR
6420 M:      David Dillow <dillowda@ornl.gov>
6421 L:      linux-rdma@vger.kernel.org
6422 S:      Supported
6423 W:      http://www.openfabrics.org
6424 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
6426 F:      drivers/infiniband/ulp/srp/
6427 F:      include/scsi/srp.h
6429 SCSI SG DRIVER
6430 M:      Doug Gilbert <dgilbert@interlog.com>
6431 L:      linux-scsi@vger.kernel.org
6432 W:      http://www.torque.net/sg
6433 S:      Maintained
6434 F:      drivers/scsi/sg.c
6435 F:      include/scsi/sg.h
6437 SCSI SUBSYSTEM
6438 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
6439 L:      linux-scsi@vger.kernel.org
6440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
6441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
6442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
6443 S:      Maintained
6444 F:      drivers/scsi/
6445 F:      include/scsi/
6447 SCSI TAPE DRIVER
6448 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
6449 L:      linux-scsi@vger.kernel.org
6450 S:      Maintained
6451 F:      Documentation/scsi/st.txt
6452 F:      drivers/scsi/st*
6454 SCTP PROTOCOL
6455 M:      Vlad Yasevich <vyasevich@gmail.com>
6456 M:      Sridhar Samudrala <sri@us.ibm.com>
6457 M:      Neil Horman <nhorman@tuxdriver.com>
6458 L:      linux-sctp@vger.kernel.org
6459 W:      http://lksctp.sourceforge.net
6460 S:      Maintained
6461 F:      Documentation/networking/sctp.txt
6462 F:      include/linux/sctp.h
6463 F:      include/net/sctp/
6464 F:      net/sctp/
6466 SCx200 CPU SUPPORT
6467 M:      Jim Cromie <jim.cromie@gmail.com>
6468 S:      Odd Fixes
6469 F:      Documentation/i2c/busses/scx200_acb
6470 F:      arch/x86/platform/scx200/
6471 F:      drivers/watchdog/scx200_wdt.c
6472 F:      drivers/i2c/busses/scx200*
6473 F:      drivers/mtd/maps/scx200_docflash.c
6474 F:      include/linux/scx200.h
6476 SCx200 GPIO DRIVER
6477 M:      Jim Cromie <jim.cromie@gmail.com>
6478 S:      Maintained
6479 F:      drivers/char/scx200_gpio.c
6480 F:      include/linux/scx200_gpio.h
6482 SCx200 HRT CLOCKSOURCE DRIVER
6483 M:      Jim Cromie <jim.cromie@gmail.com>
6484 S:      Maintained
6485 F:      drivers/clocksource/scx200_hrt.c
6487 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
6488 M:      Sascha Sommer <saschasommer@freenet.de>
6489 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
6490 S:      Maintained
6491 F:      drivers/mmc/host/sdricoh_cs.c
6493 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6494 M:      Chris Ball <cjb@laptop.org>
6495 L:      linux-mmc@vger.kernel.org
6496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6497 S:      Maintained
6498 F:      drivers/mmc/host/sdhci.*
6499 F:      drivers/mmc/host/sdhci-pltfm.[ch]
6501 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
6502 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
6503 L:      linuxppc-dev@lists.ozlabs.org
6504 L:      linux-mmc@vger.kernel.org
6505 S:      Maintained
6506 F:      drivers/mmc/host/sdhci-pltfm.[ch]
6508 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
6509 M:      Ben Dooks <ben-linux@fluff.org>
6510 L:      linux-mmc@vger.kernel.org
6511 S:      Maintained
6512 F:      drivers/mmc/host/sdhci-s3c.c
6514 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
6515 M:      Viresh Kumar <viresh.linux@gmail.com>
6516 L:      spear-devel@list.st.com
6517 L:      linux-mmc@vger.kernel.org
6518 S:      Maintained
6519 F:      drivers/mmc/host/sdhci-spear.c
6521 SECURITY SUBSYSTEM
6522 M:      James Morris <james.l.morris@oracle.com>
6523 L:      linux-security-module@vger.kernel.org (suggested Cc:)
6524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
6525 W:      http://kernsec.org/
6526 S:      Supported
6527 F:      security/
6529 SECURITY CONTACT
6530 M:      Security Officers <security@kernel.org>
6531 S:      Supported
6533 SELINUX SECURITY MODULE
6534 M:      Stephen Smalley <sds@tycho.nsa.gov>
6535 M:      James Morris <james.l.morris@oracle.com>
6536 M:      Eric Paris <eparis@parisplace.org>
6537 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
6538 W:      http://selinuxproject.org
6539 T:      git git://git.infradead.org/users/eparis/selinux.git
6540 S:      Supported
6541 F:      include/linux/selinux*
6542 F:      security/selinux/
6543 F:      scripts/selinux/
6545 APPARMOR SECURITY MODULE
6546 M:      John Johansen <john.johansen@canonical.com>
6547 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
6548 W:      apparmor.wiki.kernel.org
6549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
6550 S:      Supported
6551 F:      security/apparmor/
6553 SENSABLE PHANTOM
6554 M:      Jiri Slaby <jirislaby@gmail.com>
6555 S:      Maintained
6556 F:      drivers/misc/phantom.c
6557 F:      include/linux/phantom.h
6559 SERIAL ATA (SATA) SUBSYSTEM
6560 M:      Jeff Garzik <jgarzik@pobox.com>
6561 L:      linux-ide@vger.kernel.org
6562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
6563 S:      Supported
6564 F:      drivers/ata/
6565 F:      include/linux/ata.h
6566 F:      include/linux/libata.h
6568 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
6569 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
6570 L:      linux-scsi@vger.kernel.org
6571 W:      http://www.emulex.com
6572 S:      Supported
6573 F:      drivers/scsi/be2iscsi/
6575 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
6576 M:      Sathya Perla <sathya.perla@emulex.com>
6577 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
6578 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
6579 L:      netdev@vger.kernel.org
6580 W:      http://www.emulex.com
6581 S:      Supported
6582 F:      drivers/net/ethernet/emulex/benet/
6584 SFC NETWORK DRIVER
6585 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6586 M:      Ben Hutchings <bhutchings@solarflare.com>
6587 L:      netdev@vger.kernel.org
6588 S:      Supported
6589 F:      drivers/net/ethernet/sfc/
6591 SGI GRU DRIVER
6592 M:      Jack Steiner <steiner@sgi.com>
6593 S:      Maintained
6594 F:      drivers/misc/sgi-gru/
6596 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6597 M:      Pat Gefre <pfg@sgi.com>
6598 L:      linux-ia64@vger.kernel.org
6599 S:      Supported
6600 F:      Documentation/ia64/serial.txt
6601 F:      drivers/tty/serial/ioc?_serial.c
6602 F:      include/linux/ioc?.h
6604 SGI VISUAL WORKSTATION 320 AND 540
6605 M:      Andrey Panin <pazke@donpac.ru>
6606 L:      linux-visws-devel@lists.sf.net
6607 W:      http://linux-visws.sf.net
6608 S:      Maintained for 2.6.
6609 F:      Documentation/sgi-visws.txt
6611 SGI XP/XPC/XPNET DRIVER
6612 M:      Robin Holt <holt@sgi.com>
6613 S:      Maintained
6614 F:      drivers/misc/sgi-xp/
6616 SIMPLE FIRMWARE INTERFACE (SFI)
6617 M:      Len Brown <lenb@kernel.org>
6618 L:      sfi-devel@simplefirmware.org
6619 W:      http://simplefirmware.org/
6620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6621 S:      Supported
6622 F:      arch/x86/platform/sfi/
6623 F:      drivers/sfi/
6624 F:      include/linux/sfi*.h
6626 SIMTEC EB110ATX (Chalice CATS)
6627 P:      Ben Dooks
6628 P:      Vincent Sanders <vince@simtec.co.uk>
6629 M:      Simtec Linux Team <linux@simtec.co.uk>
6630 W:      http://www.simtec.co.uk/products/EB110ATX/
6631 S:      Supported
6633 SIMTEC EB2410ITX (BAST)
6634 P:      Ben Dooks
6635 P:      Vincent Sanders <vince@simtec.co.uk>
6636 M:      Simtec Linux Team <linux@simtec.co.uk>
6637 W:      http://www.simtec.co.uk/products/EB2410ITX/
6638 S:      Supported
6639 F:      arch/arm/mach-s3c2410/mach-bast.c
6640 F:      arch/arm/mach-s3c2410/bast-ide.c
6641 F:      arch/arm/mach-s3c2410/bast-irq.c
6643 TI DAVINCI MACHINE SUPPORT
6644 M:      Sekhar Nori <nsekhar@ti.com>
6645 M:      Kevin Hilman <khilman@ti.com>
6646 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6647 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
6648 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
6649 S:      Supported
6650 F:      arch/arm/mach-davinci
6651 F:      drivers/i2c/busses/i2c-davinci.c
6653 SIS 190 ETHERNET DRIVER
6654 M:      Francois Romieu <romieu@fr.zoreil.com>
6655 L:      netdev@vger.kernel.org
6656 S:      Maintained
6657 F:      drivers/net/ethernet/sis/sis190.c
6659 SIS 900/7016 FAST ETHERNET DRIVER
6660 M:      Daniele Venzano <venza@brownhat.org>
6661 W:      http://www.brownhat.org/sis900.html
6662 L:      netdev@vger.kernel.org
6663 S:      Maintained
6664 F:      drivers/net/ethernet/sis/sis900.*
6666 SIS 96X I2C/SMBUS DRIVER
6667 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
6668 L:      linux-i2c@vger.kernel.org
6669 S:      Maintained
6670 F:      Documentation/i2c/busses/i2c-sis96x
6671 F:      drivers/i2c/busses/i2c-sis96x.c
6673 SIS FRAMEBUFFER DRIVER
6674 M:      Thomas Winischhofer <thomas@winischhofer.net>
6675 W:      http://www.winischhofer.net/linuxsisvga.shtml
6676 S:      Maintained
6677 F:      Documentation/fb/sisfb.txt
6678 F:      drivers/video/sis/
6679 F:      include/video/sisfb.h
6681 SIS USB2VGA DRIVER
6682 M:      Thomas Winischhofer <thomas@winischhofer.net>
6683 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
6684 S:      Maintained
6685 F:      drivers/usb/misc/sisusbvga/
6687 SLAB ALLOCATOR
6688 M:      Christoph Lameter <cl@linux-foundation.org>
6689 M:      Pekka Enberg <penberg@kernel.org>
6690 M:      Matt Mackall <mpm@selenic.com>
6691 L:      linux-mm@kvack.org
6692 S:      Maintained
6693 F:      include/linux/sl?b*.h
6694 F:      mm/sl?b.c
6696 SLEEPABLE READ-COPY UPDATE (SRCU)
6697 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
6698 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6699 W:      http://www.rdrop.com/users/paulmck/RCU/
6700 S:      Supported
6701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6702 F:      include/linux/srcu*
6703 F:      kernel/srcu*
6705 SMACK SECURITY MODULE
6706 M:      Casey Schaufler <casey@schaufler-ca.com>
6707 L:      linux-security-module@vger.kernel.org
6708 W:      http://schaufler-ca.com
6709 T:      git git://git.gitorious.org/smack-next/kernel.git
6710 S:      Maintained
6711 F:      Documentation/security/Smack.txt
6712 F:      security/smack/
6714 SMC91x ETHERNET DRIVER
6715 M:      Nicolas Pitre <nico@fluxnic.net>
6716 S:      Odd Fixes
6717 F:      drivers/net/ethernet/smsc/smc91x.*
6719 SMM665 HARDWARE MONITOR DRIVER
6720 M:      Guenter Roeck <linux@roeck-us.net>
6721 L:      lm-sensors@lm-sensors.org
6722 S:      Maintained
6723 F:      Documentation/hwmon/smm665
6724 F:      drivers/hwmon/smm665.c
6726 SMSC EMC2103 HARDWARE MONITOR DRIVER
6727 M:      Steve Glendinning <steve.glendinning@shawell.net>
6728 L:      lm-sensors@lm-sensors.org
6729 S:      Maintained
6730 F:      Documentation/hwmon/emc2103
6731 F:      drivers/hwmon/emc2103.c
6733 SMSC SCH5627 HARDWARE MONITOR DRIVER
6734 M:      Hans de Goede <hdegoede@redhat.com>
6735 L:      lm-sensors@lm-sensors.org
6736 S:      Supported
6737 F:      Documentation/hwmon/sch5627
6738 F:      drivers/hwmon/sch5627.c
6740 SMSC47B397 HARDWARE MONITOR DRIVER
6741 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
6742 L:      lm-sensors@lm-sensors.org
6743 S:      Maintained
6744 F:      Documentation/hwmon/smsc47b397
6745 F:      drivers/hwmon/smsc47b397.c
6747 SMSC911x ETHERNET DRIVER
6748 M:      Steve Glendinning <steve.glendinning@shawell.net>
6749 L:      netdev@vger.kernel.org
6750 S:      Maintained
6751 F:      include/linux/smsc911x.h
6752 F:      drivers/net/ethernet/smsc/smsc911x.*
6754 SMSC9420 PCI ETHERNET DRIVER
6755 M:      Steve Glendinning <steve.glendinning@shawell.net>
6756 L:      netdev@vger.kernel.org
6757 S:      Maintained
6758 F:      drivers/net/ethernet/smsc/smsc9420.*
6760 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6761 M:      Steve Glendinning <steve.glendinning@shawell.net>
6762 L:      linux-fbdev@vger.kernel.org
6763 S:      Maintained
6764 F:      drivers/video/smscufx.c
6766 SN-IA64 (Itanium) SUB-PLATFORM
6767 M:      Jes Sorensen <jes@sgi.com>
6768 L:      linux-altix@sgi.com
6769 L:      linux-ia64@vger.kernel.org
6770 W:      http://www.sgi.com/altix
6771 S:      Maintained
6772 F:      arch/ia64/sn/
6774 SOC-CAMERA V4L2 SUBSYSTEM
6775 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6776 L:      linux-media@vger.kernel.org
6777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6778 S:      Maintained
6779 F:      include/media/soc*
6780 F:      drivers/media/i2c/soc_camera/
6781 F:      drivers/media/platform/soc_camera/
6783 SOEKRIS NET48XX LED SUPPORT
6784 M:      Chris Boot <bootc@bootc.net>
6785 S:      Maintained
6786 F:      drivers/leds/leds-net48xx.c
6788 SOFTWARE RAID (Multiple Disks) SUPPORT
6789 M:      Neil Brown <neilb@suse.de>
6790 L:      linux-raid@vger.kernel.org
6791 S:      Supported
6792 F:      drivers/md/
6793 F:      include/linux/raid/
6795 SONIC NETWORK DRIVER
6796 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6797 L:      netdev@vger.kernel.org
6798 S:      Maintained
6799 F:      drivers/net/ethernet/natsemi/sonic.*
6801 SONICS SILICON BACKPLANE DRIVER (SSB)
6802 M:      Michael Buesch <m@bues.ch>
6803 L:      netdev@vger.kernel.org
6804 S:      Maintained
6805 F:      drivers/ssb/
6806 F:      include/linux/ssb/
6808 SONY VAIO CONTROL DEVICE DRIVER
6809 M:      Mattia Dongili <malattia@linux.it>
6810 L:      platform-driver-x86@vger.kernel.org
6811 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6812 S:      Maintained
6813 F:      Documentation/laptops/sony-laptop.txt
6814 F:      drivers/char/sonypi.c
6815 F:      drivers/platform/x86/sony-laptop.c
6816 F:      include/linux/sony-laptop.h
6818 SONY MEMORYSTICK CARD SUPPORT
6819 M:      Alex Dubov <oakad@yahoo.com>
6820 W:      http://tifmxx.berlios.de/
6821 S:      Maintained
6822 F:      drivers/memstick/host/tifm_ms.c
6824 SOUND
6825 M:      Jaroslav Kysela <perex@perex.cz>
6826 M:      Takashi Iwai <tiwai@suse.de>
6827 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6828 W:      http://www.alsa-project.org/
6829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6830 T:      git git://git.alsa-project.org/alsa-kernel.git
6831 S:      Maintained
6832 F:      Documentation/sound/
6833 F:      include/sound/
6834 F:      sound/
6836 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6837 M:      Liam Girdwood <lrg@ti.com>
6838 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
6840 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6841 W:      http://alsa-project.org/main/index.php/ASoC
6842 S:      Supported
6843 F:      sound/soc/
6844 F:      include/sound/soc*
6846 SPARC + UltraSPARC (sparc/sparc64)
6847 M:      "David S. Miller" <davem@davemloft.net>
6848 L:      sparclinux@vger.kernel.org
6849 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
6850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6852 S:      Maintained
6853 F:      arch/sparc/
6854 F:      drivers/sbus/
6856 SPARC SERIAL DRIVERS
6857 M:      "David S. Miller" <davem@davemloft.net>
6858 L:      sparclinux@vger.kernel.org
6859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6861 S:      Maintained
6862 F:      include/linux/sunserialcore.h
6863 F:      drivers/tty/serial/suncore.c
6864 F:      drivers/tty/serial/sunhv.c
6865 F:      drivers/tty/serial/sunsab.c
6866 F:      drivers/tty/serial/sunsab.h
6867 F:      drivers/tty/serial/sunsu.c
6868 F:      drivers/tty/serial/sunzilog.c
6869 F:      drivers/tty/serial/sunzilog.h
6871 SPARSE CHECKER
6872 M:      "Christopher Li" <sparse@chrisli.org>
6873 L:      linux-sparse@vger.kernel.org
6874 W:      https://sparse.wiki.kernel.org/
6875 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
6876 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
6877 S:      Maintained
6878 F:      include/linux/compiler.h
6880 SPEAR PLATFORM SUPPORT
6881 M:      Viresh Kumar <viresh.linux@gmail.com>
6882 M:      Shiraz Hashim <shiraz.hashim@st.com>
6883 L:      spear-devel@list.st.com
6884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6885 W:      http://www.st.com/spear
6886 S:      Maintained
6887 F:      arch/arm/plat-spear/
6889 SPEAR13XX MACHINE SUPPORT
6890 M:      Viresh Kumar <viresh.linux@gmail.com>
6891 M:      Shiraz Hashim <shiraz.hashim@st.com>
6892 L:      spear-devel@list.st.com
6893 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6894 W:      http://www.st.com/spear
6895 S:      Maintained
6896 F:      arch/arm/mach-spear13xx/
6898 SPEAR3XX MACHINE SUPPORT
6899 M:      Viresh Kumar <viresh.linux@gmail.com>
6900 M:      Shiraz Hashim <shiraz.hashim@st.com>
6901 L:      spear-devel@list.st.com
6902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6903 W:      http://www.st.com/spear
6904 S:      Maintained
6905 F:      arch/arm/mach-spear3xx/
6907 SPEAR6XX MACHINE SUPPORT
6908 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
6909 M:      Shiraz Hashim <shiraz.hashim@st.com>
6910 M:      Viresh Kumar <viresh.linux@gmail.com>
6911 L:      spear-devel@list.st.com
6912 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6913 W:      http://www.st.com/spear
6914 S:      Maintained
6915 F:      arch/arm/mach-spear6xx/
6917 SPEAR CLOCK FRAMEWORK SUPPORT
6918 M:      Viresh Kumar <viresh.linux@gmail.com>
6919 L:      spear-devel@list.st.com
6920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6921 W:      http://www.st.com/spear
6922 S:      Maintained
6923 F:      drivers/clk/spear/
6925 SPI SUBSYSTEM
6926 M:      Grant Likely <grant.likely@secretlab.ca>
6927 L:      spi-devel-general@lists.sourceforge.net
6928 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
6929 T:      git git://git.secretlab.ca/git/linux-2.6.git
6930 S:      Maintained
6931 F:      Documentation/spi/
6932 F:      drivers/spi/
6933 F:      include/linux/spi/
6935 SPIDERNET NETWORK DRIVER for CELL
6936 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6937 M:      Jens Osterkamp <jens@de.ibm.com>
6938 L:      netdev@vger.kernel.org
6939 S:      Supported
6940 F:      Documentation/networking/spider_net.txt
6941 F:      drivers/net/ethernet/toshiba/spider_net*
6943 SPU FILE SYSTEM
6944 M:      Jeremy Kerr <jk@ozlabs.org>
6945 L:      linuxppc-dev@lists.ozlabs.org
6946 L:      cbe-oss-dev@lists.ozlabs.org
6947 W:      http://www.ibm.com/developerworks/power/cell/
6948 S:      Supported
6949 F:      Documentation/filesystems/spufs.txt
6950 F:      arch/powerpc/platforms/cell/spufs/
6952 SQUASHFS FILE SYSTEM
6953 M:      Phillip Lougher <phillip@squashfs.org.uk>
6954 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
6955 W:      http://squashfs.org.uk
6956 S:      Maintained
6957 F:      Documentation/filesystems/squashfs.txt
6958 F:      fs/squashfs/
6960 SRM (Alpha) environment access
6961 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
6962 S:      Maintained
6963 F:      arch/alpha/kernel/srm_env.c
6965 STABLE BRANCH
6966 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6967 L:      stable@vger.kernel.org
6968 S:      Supported
6970 STAGING SUBSYSTEM
6971 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
6973 L:      devel@driverdev.osuosl.org
6974 S:      Supported
6975 F:      drivers/staging/
6977 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6978 M:      Henk de Groot <pe1dnn@amsat.org>
6979 S:      Odd Fixes
6980 F:      drivers/staging/wlags49_h2/
6981 F:      drivers/staging/wlags49_h25/
6983 STAGING - ASUS OLED
6984 M:      Jakub Schmidtke <sjakub@gmail.com>
6985 S:      Odd Fixes
6986 F:      drivers/staging/asus_oled/
6988 STAGING - COMEDI
6989 M:      Ian Abbott <abbotti@mev.co.uk>
6990 M:      Mori Hess <fmhess@users.sourceforge.net>
6991 S:      Odd Fixes
6992 F:      drivers/staging/comedi/
6994 STAGING - CRYSTAL HD VIDEO DECODER
6995 M:      Naren Sankar <nsankar@broadcom.com>
6996 M:      Jarod Wilson <jarod@wilsonet.com>
6997 M:      Scott Davilla <davilla@4pi.com>
6998 M:      Manu Abraham <abraham.manu@gmail.com>
6999 S:      Odd Fixes
7000 F:      drivers/staging/crystalhd/
7002 STAGING - ECHO CANCELLER
7003 M:      Steve Underwood <steveu@coppice.org>
7004 M:      David Rowe <david@rowetel.com>
7005 S:      Odd Fixes
7006 F:      drivers/staging/echo/
7008 STAGING - ET131X NETWORK DRIVER
7009 M:      Mark Einon <mark.einon@gmail.com>
7010 S:      Odd Fixes
7011 F:      drivers/staging/et131x/
7013 STAGING - FLARION FT1000 DRIVERS
7014 M:      Marek Belisko <marek.belisko@gmail.com>
7015 S:      Odd Fixes
7016 F:      drivers/staging/ft1000/
7018 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7019 M:      David Täht <d@teklibre.com>
7020 S:      Odd Fixes
7021 F:      drivers/staging/frontier/
7023 STAGING - INDUSTRIAL IO
7024 M:      Jonathan Cameron <jic23@cam.ac.uk>
7025 L:      linux-iio@vger.kernel.org
7026 S:      Odd Fixes
7027 F:      drivers/staging/iio/
7029 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7030 M:      Jarod Wilson <jarod@wilsonet.com>
7031 W:      http://www.lirc.org/
7032 S:      Odd Fixes
7033 F:      drivers/staging/media/lirc/
7035 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
7036 M:      Julian Andres Klode <jak@jak-linux.org>
7037 M:      Marc Dietrich <marvin24@gmx.de>
7038 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
7039 S:      Maintained
7040 F:      drivers/staging/nvec/
7042 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7043 M:      Andres Salomon <dilinger@queued.net>
7044 M:      Chris Ball <cjb@laptop.org>
7045 M:      Jon Nettleton <jon.nettleton@gmail.com>
7046 W:      http://wiki.laptop.org/go/DCON
7047 S:      Odd Fixes
7048 F:      drivers/staging/olpc_dcon/
7050 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
7051 M:      Rupesh Gujare <rgujare@ozmodevices.com>
7052 M:      Chris Kelly <ckelly@ozmodevices.com>
7053 S:      Maintained
7054 F:      drivers/staging/ozwpan/
7056 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
7057 M:      Willy Tarreau <willy@meta-x.org>
7058 S:      Odd Fixes
7059 F:      drivers/staging/panel/
7061 STAGING - REALTEK RTL8712U DRIVERS
7062 M:      Larry Finger <Larry.Finger@lwfinger.net>
7063 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
7064 S:      Odd Fixes
7065 F:      drivers/staging/rtl8712/
7067 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
7068 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
7069 S:      Odd Fixes
7070 F:      drivers/staging/sm7xx/
7072 STAGING - SOFTLOGIC 6x10 MPEG CODEC
7073 M:      Ben Collins <bcollins@bluecherry.net>
7074 S:      Odd Fixes
7075 F:      drivers/staging/media/solo6x10/
7077 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
7078 M:      William Hubbs <w.d.hubbs@gmail.com>
7079 M:      Chris Brannon <chris@the-brannons.com>
7080 M:      Kirk Reiser <kirk@braille.uwo.ca>
7081 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
7082 L:      speakup@braille.uwo.ca
7083 W:      http://www.linux-speakup.org/
7084 S:      Odd Fixes
7085 F:      drivers/staging/speakup/
7087 STAGING - TI DSP BRIDGE DRIVERS
7088 M:      Omar Ramirez Luna <omar.ramirez@ti.com>
7089 S:      Odd Fixes
7090 F:      drivers/staging/tidspbridge/
7092 STAGING - USB ENE SM/MS CARD READER DRIVER
7093 M:      Al Cho <acho@novell.com>
7094 S:      Odd Fixes
7095 F:      drivers/staging/keucr/
7097 STAGING - VIA VT665X DRIVERS
7098 M:      Forest Bond <forest@alittletooquiet.net>
7099 S:      Odd Fixes
7100 F:      drivers/staging/vt665?/
7102 STAGING - WINBOND IS89C35 WLAN USB DRIVER
7103 M:      Pavel Machek <pavel@ucw.cz>
7104 S:      Odd Fixes
7105 F:      drivers/staging/winbond/
7107 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
7108 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
7109 S:      Odd Fixes
7110 F:      drivers/staging/xgifb/
7112 STARFIRE/DURALAN NETWORK DRIVER
7113 M:      Ion Badulescu <ionut@badula.org>
7114 S:      Odd Fixes
7115 F:      drivers/net/ethernet/adaptec/starfire*
7117 SUN3/3X
7118 M:      Sam Creasey <sammy@sammy.net>
7119 W:      http://sammy.net/sun3/
7120 S:      Maintained
7121 F:      arch/m68k/kernel/*sun3*
7122 F:      arch/m68k/sun3*/
7123 F:      arch/m68k/include/asm/sun3*
7124 F:      drivers/net/ethernet/i825xx/sun3*
7126 SUPERH
7127 M:      Paul Mundt <lethal@linux-sh.org>
7128 L:      linux-sh@vger.kernel.org
7129 W:      http://www.linux-sh.org
7130 Q:      http://patchwork.kernel.org/project/linux-sh/list/
7131 T:      git git://github.com/pmundt/linux-sh.git sh-latest
7132 S:      Supported
7133 F:      Documentation/sh/
7134 F:      arch/sh/
7135 F:      drivers/sh/
7137 SUSPEND TO RAM
7138 M:      Len Brown <len.brown@intel.com>
7139 M:      Pavel Machek <pavel@ucw.cz>
7140 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
7141 L:      linux-pm@vger.kernel.org
7142 S:      Supported
7143 F:      Documentation/power/
7144 F:      arch/x86/kernel/acpi/
7145 F:      drivers/base/power/
7146 F:      kernel/power/
7147 F:      include/linux/suspend.h
7148 F:      include/linux/freezer.h
7149 F:      include/linux/pm.h
7151 SVGA HANDLING
7152 M:      Martin Mares <mj@ucw.cz>
7153 L:      linux-video@atrey.karlin.mff.cuni.cz
7154 S:      Maintained
7155 F:      Documentation/svga.txt
7156 F:      arch/x86/boot/video*
7158 SWIOTLB SUBSYSTEM
7159 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7160 L:      linux-kernel@vger.kernel.org
7161 S:      Supported
7162 F:      lib/swiotlb.c
7163 F:      arch/*/kernel/pci-swiotlb.c
7164 F:      include/linux/swiotlb.h
7166 SYSV FILESYSTEM
7167 M:      Christoph Hellwig <hch@infradead.org>
7168 S:      Maintained
7169 F:      Documentation/filesystems/sysv-fs.txt
7170 F:      fs/sysv/
7171 F:      include/linux/sysv_fs.h
7173 TARGET SUBSYSTEM
7174 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
7175 L:      linux-scsi@vger.kernel.org
7176 L:      target-devel@vger.kernel.org
7177 L:      http://groups.google.com/group/linux-iscsi-target-dev
7178 W:      http://www.linux-iscsi.org
7179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
7180 S:      Supported
7181 F:      drivers/target/
7182 F:      include/target/
7183 F:      Documentation/target/
7185 TASKSTATS STATISTICS INTERFACE
7186 M:      Balbir Singh <bsingharora@gmail.com>
7187 S:      Maintained
7188 F:      Documentation/accounting/taskstats*
7189 F:      include/linux/taskstats*
7190 F:      kernel/taskstats.c
7192 TC CLASSIFIER
7193 M:      Jamal Hadi Salim <jhs@mojatatu.com>
7194 L:      netdev@vger.kernel.org
7195 S:      Maintained
7196 F:      include/linux/pkt_cls.h
7197 F:      include/net/pkt_cls.h
7198 F:      net/sched/
7200 TCP LOW PRIORITY MODULE
7201 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
7202 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
7203 W:      http://tcp-lp-mod.sourceforge.net/
7204 S:      Maintained
7205 F:      net/ipv4/tcp_lp.c
7207 TDA10071 MEDIA DRIVER
7208 M:      Antti Palosaari <crope@iki.fi>
7209 L:      linux-media@vger.kernel.org
7210 W:      http://linuxtv.org/
7211 W:      http://palosaari.fi/linux/
7212 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7213 T:      git git://linuxtv.org/anttip/media_tree.git
7214 S:      Maintained
7215 F:      drivers/media/dvb-frontends/tda10071*
7217 TDA18212 MEDIA DRIVER
7218 M:      Antti Palosaari <crope@iki.fi>
7219 L:      linux-media@vger.kernel.org
7220 W:      http://linuxtv.org/
7221 W:      http://palosaari.fi/linux/
7222 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7223 T:      git git://linuxtv.org/anttip/media_tree.git
7224 S:      Maintained
7225 F:      drivers/media/tuners/tda18212*
7227 TDA18218 MEDIA DRIVER
7228 M:      Antti Palosaari <crope@iki.fi>
7229 L:      linux-media@vger.kernel.org
7230 W:      http://linuxtv.org/
7231 W:      http://palosaari.fi/linux/
7232 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7233 T:      git git://linuxtv.org/anttip/media_tree.git
7234 S:      Maintained
7235 F:      drivers/media/tuners/tda18218*
7237 TDA18271 MEDIA DRIVER
7238 M:      Michael Krufky <mkrufky@linuxtv.org>
7239 L:      linux-media@vger.kernel.org
7240 W:      http://linuxtv.org/
7241 W:      http://github.com/mkrufky
7242 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7243 T:      git git://linuxtv.org/mkrufky/tuners.git
7244 S:      Maintained
7245 F:      drivers/media/tuners/tda18271*
7247 TDA827x MEDIA DRIVER
7248 M:      Michael Krufky <mkrufky@linuxtv.org>
7249 L:      linux-media@vger.kernel.org
7250 W:      http://linuxtv.org/
7251 W:      http://github.com/mkrufky
7252 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7253 T:      git git://linuxtv.org/mkrufky/tuners.git
7254 S:      Maintained
7255 F:      drivers/media/tuners/tda8290.*
7257 TDA8290 MEDIA DRIVER
7258 M:      Michael Krufky <mkrufky@linuxtv.org>
7259 L:      linux-media@vger.kernel.org
7260 W:      http://linuxtv.org/
7261 W:      http://github.com/mkrufky
7262 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7263 T:      git git://linuxtv.org/mkrufky/tuners.git
7264 S:      Maintained
7265 F:      drivers/media/tuners/tda8290.*
7267 TEAM DRIVER
7268 M:      Jiri Pirko <jpirko@redhat.com>
7269 L:      netdev@vger.kernel.org
7270 S:      Supported
7271 F:      drivers/net/team/
7272 F:      include/linux/if_team.h
7274 TEGRA SUPPORT
7275 M:      Stephen Warren <swarren@wwwdotorg.org>
7276 L:      linux-tegra@vger.kernel.org
7277 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
7278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
7279 S:      Supported
7280 F:      arch/arm/mach-tegra
7281 F:      arch/arm/boot/dts/tegra*
7282 F:      arch/arm/configs/tegra_defconfig
7284 TEHUTI ETHERNET DRIVER
7285 M:      Andy Gospodarek <andy@greyhouse.net>
7286 L:      netdev@vger.kernel.org
7287 S:      Supported
7288 F:      drivers/net/ethernet/tehuti/*
7290 Telecom Clock Driver for MCPL0010
7291 M:      Mark Gross <mark.gross@intel.com>
7292 S:      Supported
7293 F:      drivers/char/tlclk.c
7295 TENSILICA XTENSA PORT (xtensa)
7296 M:      Chris Zankel <chris@zankel.net>
7297 M:      Max Filippov <jcmvbkbc@gmail.com>
7298 L:      linux-xtensa@linux-xtensa.org
7299 S:      Maintained
7300 F:      arch/xtensa/
7302 THERMAL
7303 M:      Zhang Rui <rui.zhang@intel.com>
7304 L:      linux-pm@vger.kernel.org
7305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
7306 S:      Supported
7307 F:      drivers/thermal/
7308 F:      include/linux/thermal.h
7310 THINKPAD ACPI EXTRAS DRIVER
7311 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
7312 L:      ibm-acpi-devel@lists.sourceforge.net
7313 L:      platform-driver-x86@vger.kernel.org
7314 W:      http://ibm-acpi.sourceforge.net
7315 W:      http://thinkwiki.org/wiki/Ibm-acpi
7316 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
7317 S:      Maintained
7318 F:      drivers/platform/x86/thinkpad_acpi.c
7320 TI FLASH MEDIA INTERFACE DRIVER
7321 M:      Alex Dubov <oakad@yahoo.com>
7322 S:      Maintained
7323 F:      drivers/misc/tifm*
7324 F:      drivers/mmc/host/tifm_sd.c
7325 F:      include/linux/tifm.h
7327 TI LM49xxx FAMILY ASoC CODEC DRIVERS
7328 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
7329 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
7330 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7331 S:      Maintained
7332 F:      sound/soc/codecs/lm49453*
7333 F:      sound/soc/codecs/isabelle*
7335 TI TWL4030 SERIES SOC CODEC DRIVER
7336 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7337 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7338 S:      Maintained
7339 F:      sound/soc/codecs/twl4030*
7341 TI WILINK WIRELESS DRIVERS
7342 M:      Luciano Coelho <coelho@ti.com>
7343 L:      linux-wireless@vger.kernel.org
7344 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
7345 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
7346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7347 S:      Maintained
7348 F:      drivers/net/wireless/ti/
7349 F:      include/linux/wl12xx.h
7351 TIPC NETWORK LAYER
7352 M:      Jon Maloy <jon.maloy@ericsson.com>
7353 M:      Allan Stephens <allan.stephens@windriver.com>
7354 L:      netdev@vger.kernel.org (core kernel code)
7355 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
7356 W:      http://tipc.sourceforge.net/
7357 S:      Maintained
7358 F:      include/linux/tipc*.h
7359 F:      net/tipc/
7361 TILE ARCHITECTURE
7362 M:      Chris Metcalf <cmetcalf@tilera.com>
7363 W:      http://www.tilera.com/scm/
7364 S:      Supported
7365 F:      arch/tile/
7366 F:      drivers/tty/hvc/hvc_tile.c
7367 F:      drivers/net/ethernet/tile/
7368 F:      drivers/edac/tile_edac.c
7370 TLAN NETWORK DRIVER
7371 M:      Samuel Chessman <chessman@tux.org>
7372 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
7373 W:      http://sourceforge.net/projects/tlan/
7374 S:      Maintained
7375 F:      Documentation/networking/tlan.txt
7376 F:      drivers/net/ethernet/ti/tlan.*
7378 TOMOYO SECURITY MODULE
7379 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
7380 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
7381 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
7382 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
7383 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
7384 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
7385 W:      http://tomoyo.sourceforge.jp/
7386 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
7387 S:      Maintained
7388 F:      security/tomoyo/
7390 TOPSTAR LAPTOP EXTRAS DRIVER
7391 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7392 L:      platform-driver-x86@vger.kernel.org
7393 S:      Maintained
7394 F:      drivers/platform/x86/topstar-laptop.c
7396 TOSHIBA ACPI EXTRAS DRIVER
7397 L:      platform-driver-x86@vger.kernel.org
7398 S:      Orphan
7399 F:      drivers/platform/x86/toshiba_acpi.c
7401 TOSHIBA SMM DRIVER
7402 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
7403 L:      tlinux-users@tce.toshiba-dme.co.jp
7404 W:      http://www.buzzard.org.uk/toshiba/
7405 S:      Maintained
7406 F:      drivers/char/toshiba.c
7407 F:      include/linux/toshiba.h
7409 TMIO MMC DRIVER
7410 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7411 M:      Ian Molton <ian@mnementh.co.uk>
7412 L:      linux-mmc@vger.kernel.org
7413 S:      Maintained
7414 F:      drivers/mmc/host/tmio_mmc*
7415 F:      drivers/mmc/host/sh_mobile_sdhi.c
7416 F:      include/linux/mmc/tmio.h
7417 F:      include/linux/mmc/sh_mobile_sdhi.h
7419 TMPFS (SHMEM FILESYSTEM)
7420 M:      Hugh Dickins <hughd@google.com>
7421 L:      linux-mm@kvack.org
7422 S:      Maintained
7423 F:      include/linux/shmem_fs.h
7424 F:      mm/shmem.c
7426 TPM DEVICE DRIVER
7427 M:      Kent Yoder <key@linux.vnet.ibm.com>
7428 M:      Rajiv Andrade <mail@srajiv.net>
7429 W:      http://tpmdd.sourceforge.net
7430 M:      Marcel Selhorst <tpmdd@selhorst.net>
7431 M:      Sirrix AG <tpmdd@sirrix.com>
7432 W:      http://www.sirrix.com
7433 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
7434 S:      Maintained
7435 F:      drivers/char/tpm/
7437 TRACING
7438 M:      Steven Rostedt <rostedt@goodmis.org>
7439 M:      Frederic Weisbecker <fweisbec@gmail.com>
7440 M:      Ingo Molnar <mingo@redhat.com>
7441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7442 S:      Maintained
7443 F:      Documentation/trace/ftrace.txt
7444 F:      arch/*/*/*/ftrace.h
7445 F:      arch/*/kernel/ftrace.c
7446 F:      include/*/ftrace.h
7447 F:      include/linux/trace*.h
7448 F:      include/trace/
7449 F:      kernel/trace/
7451 TRIVIAL PATCHES
7452 M:      Jiri Kosina <trivial@kernel.org>
7453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
7454 S:      Maintained
7455 K:      ^Subject:.*(?i)trivial
7457 TTY LAYER
7458 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7459 M:      Jiri Slaby <jslaby@suse.cz>
7460 S:      Supported
7461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
7462 F:      drivers/tty/
7463 F:      drivers/tty/serial/serial_core.c
7464 F:      include/linux/serial_core.h
7465 F:      include/linux/serial.h
7466 F:      include/linux/tty.h
7468 TUA9001 MEDIA DRIVER
7469 M:      Antti Palosaari <crope@iki.fi>
7470 L:      linux-media@vger.kernel.org
7471 W:      http://linuxtv.org/
7472 W:      http://palosaari.fi/linux/
7473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7474 T:      git git://linuxtv.org/anttip/media_tree.git
7475 S:      Maintained
7476 F:      drivers/media/tuners/tua9001*
7478 TULIP NETWORK DRIVERS
7479 M:      Grant Grundler <grundler@parisc-linux.org>
7480 L:      netdev@vger.kernel.org
7481 S:      Maintained
7482 F:      drivers/net/ethernet/dec/tulip/
7484 TUN/TAP driver
7485 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
7486 W:      http://vtun.sourceforge.net/tun
7487 S:      Maintained
7488 F:      Documentation/networking/tuntap.txt
7489 F:      arch/um/os-Linux/drivers/
7491 TURBOCHANNEL SUBSYSTEM
7492 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
7493 S:      Maintained
7494 F:      drivers/tc/
7495 F:      include/linux/tc.h
7497 U14-34F SCSI DRIVER
7498 M:      Dario Ballabio <ballabio_dario@emc.com>
7499 L:      linux-scsi@vger.kernel.org
7500 S:      Maintained
7501 F:      drivers/scsi/u14-34f.c
7503 UBI FILE SYSTEM (UBIFS)
7504 M:      Artem Bityutskiy <dedekind1@gmail.com>
7505 M:      Adrian Hunter <adrian.hunter@intel.com>
7506 L:      linux-mtd@lists.infradead.org
7507 T:      git git://git.infradead.org/ubifs-2.6.git
7508 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
7509 S:      Maintained
7510 F:      Documentation/filesystems/ubifs.txt
7511 F:      fs/ubifs/
7513 UCLINUX (AND M68KNOMMU)
7514 M:      Greg Ungerer <gerg@uclinux.org>
7515 W:      http://www.uclinux.org/
7516 L:      uclinux-dev@uclinux.org  (subscribers-only)
7517 S:      Maintained
7518 F:      arch/m68k/*/*_no.*
7519 F:      arch/m68k/include/asm/*_no.*
7521 UCLINUX FOR RENESAS H8/300 (H8300)
7522 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
7523 W:      http://uclinux-h8.sourceforge.jp/
7524 S:      Supported
7525 F:      arch/h8300/
7526 F:      drivers/ide/ide-h8300.c
7527 F:      drivers/net/ethernet/8390/ne-h8300.c
7529 UDF FILESYSTEM
7530 M:      Jan Kara <jack@suse.cz>
7531 S:      Maintained
7532 F:      Documentation/filesystems/udf.txt
7533 F:      fs/udf/
7535 UFS FILESYSTEM
7536 M:      Evgeniy Dushistov <dushistov@mail.ru>
7537 S:      Maintained
7538 F:      Documentation/filesystems/ufs.txt
7539 F:      fs/ufs/
7541 UHID USERSPACE HID IO DRIVER:
7542 M:      David Herrmann <dh.herrmann@googlemail.com>
7543 L:      linux-input@vger.kernel.org
7544 S:      Maintained
7545 F:      drivers/hid/uhid.c
7546 F:      include/linux/uhid.h
7548 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
7549 L:      linux-usb@vger.kernel.org
7550 S:      Orphan
7551 F:      drivers/uwb/
7552 F:      include/linux/uwb.h
7553 F:      include/linux/uwb/
7555 UNICORE32 ARCHITECTURE:
7556 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7557 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7558 S:      Maintained
7559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
7560 F:      arch/unicore32/
7562 UNIFDEF
7563 M:      Tony Finch <dot@dotat.at>
7564 W:      http://dotat.at/prog/unifdef
7565 S:      Maintained
7566 F:      scripts/unifdef.c
7568 UNIFORM CDROM DRIVER
7569 M:      Jens Axboe <axboe@kernel.dk>
7570 W:      http://www.kernel.dk
7571 S:      Maintained
7572 F:      Documentation/cdrom/
7573 F:      drivers/cdrom/cdrom.c
7574 F:      include/linux/cdrom.h
7576 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
7577 M:      Vinayak Holikatti <vinholikatti@gmail.com>
7578 M:      Santosh Y <santoshsy@gmail.com>
7579 L:      linux-scsi@vger.kernel.org
7580 S:      Supported
7581 F:      Documentation/scsi/ufs.txt
7582 F:      drivers/scsi/ufs/
7584 UNSORTED BLOCK IMAGES (UBI)
7585 M:      Artem Bityutskiy <dedekind1@gmail.com>
7586 W:      http://www.linux-mtd.infradead.org/
7587 L:      linux-mtd@lists.infradead.org
7588 T:      git git://git.infradead.org/ubi-2.6.git
7589 S:      Maintained
7590 F:      drivers/mtd/ubi/
7591 F:      include/linux/mtd/ubi.h
7592 F:      include/mtd/ubi-user.h
7594 UNSORTED BLOCK IMAGES (UBI) Fastmap
7595 M:      Richard Weinberger <richard@nod.at>
7596 L:      linux-mtd@lists.infradead.org
7597 S:      Maintained
7598 F:      drivers/mtd/ubi/fastmap.c
7600 USB ACM DRIVER
7601 M:      Oliver Neukum <oliver@neukum.org>
7602 L:      linux-usb@vger.kernel.org
7603 S:      Maintained
7604 F:      Documentation/usb/acm.txt
7605 F:      drivers/usb/class/cdc-acm.*
7607 USB AR5523 WIRELESS DRIVER
7608 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
7609 L:      linux-wireless@vger.kernel.org
7610 S:      Maintained
7611 F:      drivers/net/wireless/ath/ar5523/
7613 USB ATTACHED SCSI
7614 M:      Matthew Wilcox <willy@linux.intel.com>
7615 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
7616 L:      linux-usb@vger.kernel.org
7617 L:      linux-scsi@vger.kernel.org
7618 S:      Supported
7619 F:      drivers/usb/storage/uas.c
7621 USB CDC ETHERNET DRIVER
7622 M:      Oliver Neukum <oliver@neukum.org>
7623 L:      linux-usb@vger.kernel.org
7624 S:      Maintained
7625 F:      drivers/net/usb/cdc_*.c
7626 F:      include/linux/usb/cdc.h
7628 USB CYPRESS C67X00 DRIVER
7629 M:      Peter Korsgaard <jacmet@sunsite.dk>
7630 L:      linux-usb@vger.kernel.org
7631 S:      Maintained
7632 F:      drivers/usb/c67x00/
7634 USB DAVICOM DM9601 DRIVER
7635 M:      Peter Korsgaard <jacmet@sunsite.dk>
7636 L:      netdev@vger.kernel.org
7637 W:      http://www.linux-usb.org/usbnet
7638 S:      Maintained
7639 F:      drivers/net/usb/dm9601.c
7641 USB DIAMOND RIO500 DRIVER
7642 M:      Cesar Miquel <miquel@df.uba.ar>
7643 L:      rio500-users@lists.sourceforge.net
7644 W:      http://rio500.sourceforge.net
7645 S:      Maintained
7646 F:      drivers/usb/misc/rio500*
7648 USB EHCI DRIVER
7649 M:      Alan Stern <stern@rowland.harvard.edu>
7650 L:      linux-usb@vger.kernel.org
7651 S:      Maintained
7652 F:      Documentation/usb/ehci.txt
7653 F:      drivers/usb/host/ehci*
7655 USB GADGET/PERIPHERAL SUBSYSTEM
7656 M:      Felipe Balbi <balbi@ti.com>
7657 L:      linux-usb@vger.kernel.org
7658 W:      http://www.linux-usb.org/gadget
7659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7660 S:      Maintained
7661 F:      drivers/usb/gadget/
7662 F:      include/linux/usb/gadget*
7664 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
7665 M:      Jiri Kosina <jkosina@suse.cz>
7666 L:      linux-usb@vger.kernel.org
7667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
7668 S:      Maintained
7669 F:      Documentation/hid/hiddev.txt
7670 F:      drivers/hid/usbhid/
7672 USB/IP DRIVERS
7673 M:      Matt Mooney <mfm@muteddisk.com>
7674 L:      linux-usb@vger.kernel.org
7675 S:      Maintained
7676 F:      drivers/staging/usbip/
7678 USB ISP116X DRIVER
7679 M:      Olav Kongas <ok@artecdesign.ee>
7680 L:      linux-usb@vger.kernel.org
7681 S:      Maintained
7682 F:      drivers/usb/host/isp116x*
7683 F:      include/linux/usb/isp116x.h
7685 USB KAWASAKI LSI DRIVER
7686 M:      Oliver Neukum <oliver@neukum.org>
7687 L:      linux-usb@vger.kernel.org
7688 S:      Maintained
7689 F:      drivers/usb/serial/kl5kusb105.*
7691 USB MASS STORAGE DRIVER
7692 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
7693 L:      linux-usb@vger.kernel.org
7694 L:      usb-storage@lists.one-eyed-alien.net
7695 S:      Maintained
7696 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
7697 F:      drivers/usb/storage/
7699 USB MIDI DRIVER
7700 M:      Clemens Ladisch <clemens@ladisch.de>
7701 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7702 T:      git git://git.alsa-project.org/alsa-kernel.git
7703 S:      Maintained
7704 F:      sound/usb/midi.*
7706 USB OHCI DRIVER
7707 M:      Alan Stern <stern@rowland.harvard.edu>
7708 L:      linux-usb@vger.kernel.org
7709 S:      Maintained
7710 F:      Documentation/usb/ohci.txt
7711 F:      drivers/usb/host/ohci*
7713 USB OPTION-CARD DRIVER
7714 M:      Matthias Urlichs <smurf@smurf.noris.de>
7715 L:      linux-usb@vger.kernel.org
7716 S:      Maintained
7717 F:      drivers/usb/serial/option.c
7719 USB PEGASUS DRIVER
7720 M:      Petko Manolov <petkan@users.sourceforge.net>
7721 L:      linux-usb@vger.kernel.org
7722 L:      netdev@vger.kernel.org
7723 W:      http://pegasus2.sourceforge.net/
7724 S:      Maintained
7725 F:      drivers/net/usb/pegasus.*
7727 USB PHY LAYER
7728 M:      Felipe Balbi <balbi@ti.com>
7729 L:      linux-usb@vger.kernel.org
7730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7731 S:      Maintained
7732 F:      drivers/usb/phy/
7733 F:      drivers/usb/otg/
7735 USB PRINTER DRIVER (usblp)
7736 M:      Pete Zaitcev <zaitcev@redhat.com>
7737 L:      linux-usb@vger.kernel.org
7738 S:      Supported
7739 F:      drivers/usb/class/usblp.c
7741 USB RTL8150 DRIVER
7742 M:      Petko Manolov <petkan@users.sourceforge.net>
7743 L:      linux-usb@vger.kernel.org
7744 L:      netdev@vger.kernel.org
7745 W:      http://pegasus2.sourceforge.net/
7746 S:      Maintained
7747 F:      drivers/net/usb/rtl8150.c
7749 USB SERIAL BELKIN F5U103 DRIVER
7750 M:      William Greathouse <wgreathouse@smva.com>
7751 L:      linux-usb@vger.kernel.org
7752 S:      Maintained
7753 F:      drivers/usb/serial/belkin_sa.*
7755 USB SERIAL CYPRESS M8 DRIVER
7756 M:      Lonnie Mendez <dignome@gmail.com>
7757 L:      linux-usb@vger.kernel.org
7758 S:      Maintained
7759 W:      http://geocities.com/i0xox0i
7760 W:      http://firstlight.net/cvs
7761 F:      drivers/usb/serial/cypress_m8.*
7763 USB SERIAL CYBERJACK DRIVER
7764 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
7765 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
7766 S:      Maintained
7767 F:      drivers/usb/serial/cyberjack.c
7769 USB SERIAL DIGI ACCELEPORT DRIVER
7770 M:      Peter Berger <pberger@brimson.com>
7771 M:      Al Borchers <alborchers@steinerpoint.com>
7772 L:      linux-usb@vger.kernel.org
7773 S:      Maintained
7774 F:      drivers/usb/serial/digi_acceleport.c
7776 USB SERIAL DRIVER
7777 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7778 L:      linux-usb@vger.kernel.org
7779 S:      Supported
7780 F:      Documentation/usb/usb-serial.txt
7781 F:      drivers/usb/serial/generic.c
7782 F:      drivers/usb/serial/usb-serial.c
7783 F:      include/linux/usb/serial.h
7785 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
7786 M:      Gary Brubaker <xavyer@ix.netcom.com>
7787 L:      linux-usb@vger.kernel.org
7788 S:      Maintained
7789 F:      drivers/usb/serial/empeg.c
7791 USB SERIAL KEYSPAN DRIVER
7792 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7793 L:      linux-usb@vger.kernel.org
7794 S:      Maintained
7795 F:      drivers/usb/serial/*keyspan*
7797 USB SERIAL WHITEHEAT DRIVER
7798 M:      Support Department <support@connecttech.com>
7799 L:      linux-usb@vger.kernel.org
7800 W:      http://www.connecttech.com
7801 S:      Supported
7802 F:      drivers/usb/serial/whiteheat*
7804 USB SMSC75XX ETHERNET DRIVER
7805 M:      Steve Glendinning <steve.glendinning@shawell.net>
7806 L:      netdev@vger.kernel.org
7807 S:      Maintained
7808 F:      drivers/net/usb/smsc75xx.*
7810 USB SMSC95XX ETHERNET DRIVER
7811 M:      Steve Glendinning <steve.glendinning@shawell.net>
7812 L:      netdev@vger.kernel.org
7813 S:      Maintained
7814 F:      drivers/net/usb/smsc95xx.*
7816 USB SN9C1xx DRIVER
7817 M:      Luca Risolia <luca.risolia@studio.unibo.it>
7818 L:      linux-usb@vger.kernel.org
7819 L:      linux-media@vger.kernel.org
7820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7821 W:      http://www.linux-projects.org
7822 S:      Maintained
7823 F:      Documentation/video4linux/sn9c102.txt
7824 F:      drivers/media/usb/sn9c102/
7826 USB SUBSYSTEM
7827 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7828 L:      linux-usb@vger.kernel.org
7829 W:      http://www.linux-usb.org
7830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
7831 S:      Supported
7832 F:      Documentation/usb/
7833 F:      drivers/net/usb/
7834 F:      drivers/usb/
7835 F:      include/linux/usb.h
7836 F:      include/linux/usb/
7838 USB UHCI DRIVER
7839 M:      Alan Stern <stern@rowland.harvard.edu>
7840 L:      linux-usb@vger.kernel.org
7841 S:      Maintained
7842 F:      drivers/usb/host/uhci*
7844 USB "USBNET" DRIVER FRAMEWORK
7845 M:      Oliver Neukum <oneukum@suse.de>
7846 L:      netdev@vger.kernel.org
7847 W:      http://www.linux-usb.org/usbnet
7848 S:      Maintained
7849 F:      drivers/net/usb/usbnet.c
7850 F:      include/linux/usb/usbnet.h
7852 USB VIDEO CLASS
7853 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7854 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
7855 L:      linux-media@vger.kernel.org
7856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7857 W:      http://www.ideasonboard.org/uvc/
7858 S:      Maintained
7859 F:      drivers/media/usb/uvc/
7861 USB WEBCAM GADGET
7862 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7863 L:      linux-usb@vger.kernel.org
7864 S:      Maintained
7865 F:      drivers/usb/gadget/*uvc*.c
7866 F:      drivers/usb/gadget/webcam.c
7868 USB WIRELESS RNDIS DRIVER (rndis_wlan)
7869 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
7870 L:      linux-wireless@vger.kernel.org
7871 S:      Maintained
7872 F:      drivers/net/wireless/rndis_wlan.c
7874 USB XHCI DRIVER
7875 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
7876 L:      linux-usb@vger.kernel.org
7877 S:      Supported
7878 F:      drivers/usb/host/xhci*
7879 F:      drivers/usb/host/pci-quirks*
7881 USB ZD1201 DRIVER
7882 L:      linux-wireless@vger.kernel.org
7883 W:      http://linux-lc100020.sourceforge.net
7884 S:      Orphan
7885 F:      drivers/net/wireless/zd1201.*
7887 USB ZR364XX DRIVER
7888 M:      Antoine Jacquet <royale@zerezo.com>
7889 L:      linux-usb@vger.kernel.org
7890 L:      linux-media@vger.kernel.org
7891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7892 W:      http://royale.zerezo.com/zr364xx/
7893 S:      Maintained
7894 F:      Documentation/video4linux/zr364xx.txt
7895 F:      drivers/media/usb/zr364xx/
7897 USER-MODE LINUX (UML)
7898 M:      Jeff Dike <jdike@addtoit.com>
7899 M:      Richard Weinberger <richard@nod.at>
7900 L:      user-mode-linux-devel@lists.sourceforge.net
7901 L:      user-mode-linux-user@lists.sourceforge.net
7902 W:      http://user-mode-linux.sourceforge.net
7903 S:      Maintained
7904 F:      Documentation/virtual/uml/
7905 F:      arch/um/
7906 F:      arch/x86/um/
7907 F:      fs/hostfs/
7908 F:      fs/hppfs/
7910 USERSPACE I/O (UIO)
7911 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7912 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7913 S:      Maintained
7914 F:      Documentation/DocBook/uio-howto.tmpl
7915 F:      drivers/uio/
7916 F:      include/linux/uio*.h
7918 UTIL-LINUX PACKAGE
7919 M:      Karel Zak <kzak@redhat.com>
7920 L:      util-linux@vger.kernel.org
7921 W:      http://en.wikipedia.org/wiki/Util-linux
7922 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
7923 S:      Maintained
7925 UVESAFB DRIVER
7926 M:      Michal Januszewski <spock@gentoo.org>
7927 L:      linux-fbdev@vger.kernel.org
7928 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
7929 S:      Maintained
7930 F:      Documentation/fb/uvesafb.txt
7931 F:      drivers/video/uvesafb.*
7933 VFAT/FAT/MSDOS FILESYSTEM
7934 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
7935 S:      Maintained
7936 F:      Documentation/filesystems/vfat.txt
7937 F:      fs/fat/
7939 VFIO DRIVER
7940 M:      Alex Williamson <alex.williamson@redhat.com>
7941 L:      kvm@vger.kernel.org
7942 S:      Maintained
7943 F:      Documentation/vfio.txt
7944 F:      drivers/vfio/
7945 F:      include/linux/vfio.h
7947 VIDEOBUF2 FRAMEWORK
7948 M:      Pawel Osciak <pawel@osciak.com>
7949 M:      Marek Szyprowski <m.szyprowski@samsung.com>
7950 M:      Kyungmin Park <kyungmin.park@samsung.com>
7951 L:      linux-media@vger.kernel.org
7952 S:      Maintained
7953 F:      drivers/media/v4l2-core/videobuf2-*
7954 F:      include/media/videobuf2-*
7956 VIRTIO CONSOLE DRIVER
7957 M:      Amit Shah <amit.shah@redhat.com>
7958 L:      virtualization@lists.linux-foundation.org
7959 S:      Maintained
7960 F:      drivers/char/virtio_console.c
7961 F:      include/linux/virtio_console.h
7963 VIRTIO CORE, NET AND BLOCK DRIVERS
7964 M:      Rusty Russell <rusty@rustcorp.com.au>
7965 M:      "Michael S. Tsirkin" <mst@redhat.com>
7966 L:      virtualization@lists.linux-foundation.org
7967 S:      Maintained
7968 F:      drivers/virtio/
7969 F:      drivers/net/virtio_net.c
7970 F:      drivers/block/virtio_blk.c
7971 F:      include/linux/virtio_*.h
7973 VIRTIO HOST (VHOST)
7974 M:      "Michael S. Tsirkin" <mst@redhat.com>
7975 L:      kvm@vger.kernel.org
7976 L:      virtualization@lists.linux-foundation.org
7977 L:      netdev@vger.kernel.org
7978 S:      Maintained
7979 F:      drivers/vhost/
7980 F:      include/linux/vhost.h
7982 VIA RHINE NETWORK DRIVER
7983 M:      Roger Luethi <rl@hellgate.ch>
7984 S:      Maintained
7985 F:      drivers/net/ethernet/via/via-rhine.c
7987 VIA SD/MMC CARD CONTROLLER DRIVER
7988 M:      Bruce Chang <brucechang@via.com.tw>
7989 M:      Harald Welte <HaraldWelte@viatech.com>
7990 S:      Maintained
7991 F:      drivers/mmc/host/via-sdmmc.c
7993 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
7994 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
7995 L:      linux-fbdev@vger.kernel.org
7996 S:      Maintained
7997 F:      include/linux/via-core.h
7998 F:      include/linux/via-gpio.h
7999 F:      include/linux/via_i2c.h
8000 F:      drivers/video/via/
8002 VIA VELOCITY NETWORK DRIVER
8003 M:      Francois Romieu <romieu@fr.zoreil.com>
8004 L:      netdev@vger.kernel.org
8005 S:      Maintained
8006 F:      drivers/net/ethernet/via/via-velocity.*
8008 VLAN (802.1Q)
8009 M:      Patrick McHardy <kaber@trash.net>
8010 L:      netdev@vger.kernel.org
8011 S:      Maintained
8012 F:      drivers/net/macvlan.c
8013 F:      include/linux/if_*vlan.h
8014 F:      net/8021q/
8016 VLYNQ BUS
8017 M:      Florian Fainelli <florian@openwrt.org>
8018 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
8019 S:      Maintained
8020 F:      drivers/vlynq/vlynq.c
8021 F:      include/linux/vlynq.h
8023 VME SUBSYSTEM
8024 M:      Martyn Welch <martyn.welch@ge.com>
8025 M:      Manohar Vanga <manohar.vanga@gmail.com>
8026 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8027 L:      devel@driverdev.osuosl.org
8028 S:      Maintained
8029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8030 F:      Documentation/vme_api.txt
8031 F:      drivers/staging/vme/
8032 F:      drivers/vme/
8033 F:      include/linux/vme*
8035 VMWARE VMXNET3 ETHERNET DRIVER
8036 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
8037 M:      "VMware, Inc." <pv-drivers@vmware.com>
8038 L:      netdev@vger.kernel.org
8039 S:      Maintained
8040 F:      drivers/net/vmxnet3/
8042 VMware PVSCSI driver
8043 M:      Arvind Kumar <arvindkumar@vmware.com>
8044 M:      VMware PV-Drivers <pv-drivers@vmware.com>
8045 L:      linux-scsi@vger.kernel.org
8046 S:      Maintained
8047 F:      drivers/scsi/vmw_pvscsi.c
8048 F:      drivers/scsi/vmw_pvscsi.h
8050 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
8051 M:      Liam Girdwood <lrg@ti.com>
8052 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
8053 W:      http://opensource.wolfsonmicro.com/node/15
8054 W:      http://www.slimlogic.co.uk/?p=48
8055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
8056 S:      Supported
8057 F:      drivers/regulator/
8058 F:      include/linux/regulator/
8060 VT1211 HARDWARE MONITOR DRIVER
8061 M:      Juerg Haefliger <juergh@gmail.com>
8062 L:      lm-sensors@lm-sensors.org
8063 S:      Maintained
8064 F:      Documentation/hwmon/vt1211
8065 F:      drivers/hwmon/vt1211.c
8067 VT8231 HARDWARE MONITOR DRIVER
8068 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
8069 L:      lm-sensors@lm-sensors.org
8070 S:      Maintained
8071 F:      drivers/hwmon/vt8231.c
8073 VUB300 USB to SDIO/SD/MMC bridge chip
8074 M:      Tony Olech <tony.olech@elandigitalsystems.com>
8075 L:      linux-mmc@vger.kernel.org
8076 L:      linux-usb@vger.kernel.org
8077 S:      Supported
8078 F:      drivers/mmc/host/vub300.c
8080 W1 DALLAS'S 1-WIRE BUS
8081 M:      Evgeniy Polyakov <zbr@ioremap.net>
8082 S:      Maintained
8083 F:      Documentation/w1/
8084 F:      drivers/w1/
8086 W83791D HARDWARE MONITORING DRIVER
8087 M:      Marc Hulsman <m.hulsman@tudelft.nl>
8088 L:      lm-sensors@lm-sensors.org
8089 S:      Maintained
8090 F:      Documentation/hwmon/w83791d
8091 F:      drivers/hwmon/w83791d.c
8093 W83793 HARDWARE MONITORING DRIVER
8094 M:      Rudolf Marek <r.marek@assembler.cz>
8095 L:      lm-sensors@lm-sensors.org
8096 S:      Maintained
8097 F:      Documentation/hwmon/w83793
8098 F:      drivers/hwmon/w83793.c
8100 W83795 HARDWARE MONITORING DRIVER
8101 M:      Jean Delvare <khali@linux-fr.org>
8102 L:      lm-sensors@lm-sensors.org
8103 S:      Maintained
8104 F:      drivers/hwmon/w83795.c
8106 W83L51xD SD/MMC CARD INTERFACE DRIVER
8107 M:      Pierre Ossman <pierre@ossman.eu>
8108 S:      Maintained
8109 F:      drivers/mmc/host/wbsd.*
8111 WATCHDOG DEVICE DRIVERS
8112 M:      Wim Van Sebroeck <wim@iguana.be>
8113 L:      linux-watchdog@vger.kernel.org
8114 W:      http://www.linux-watchdog.org/
8115 T:      git git://www.linux-watchdog.org/linux-watchdog.git
8116 S:      Maintained
8117 F:      Documentation/watchdog/
8118 F:      drivers/watchdog/
8119 F:      include/linux/watchdog.h
8121 WD7000 SCSI DRIVER
8122 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
8123 L:      linux-scsi@vger.kernel.org
8124 S:      Maintained
8125 F:      drivers/scsi/wd7000.c
8127 WIIMOTE HID DRIVER
8128 M:      David Herrmann <dh.herrmann@googlemail.com>
8129 L:      linux-input@vger.kernel.org
8130 S:      Maintained
8131 F:      drivers/hid/hid-wiimote*
8133 WINBOND CIR DRIVER
8134 M:      David Härdeman <david@hardeman.nu>
8135 S:      Maintained
8136 F:      drivers/media/rc/winbond-cir.c
8138 WIMAX STACK
8139 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
8140 M:      linux-wimax@intel.com
8141 L:      wimax@linuxwimax.org
8142 S:      Supported
8143 W:      http://linuxwimax.org
8144 F:      Documentation/wimax/README.wimax
8145 F:      include/linux/wimax.h
8146 F:      include/linux/wimax/debug.h
8147 F:      include/net/wimax.h
8148 F:      net/wimax/
8150 WISTRON LAPTOP BUTTON DRIVER
8151 M:      Miloslav Trmac <mitr@volny.cz>
8152 S:      Maintained
8153 F:      drivers/input/misc/wistron_btns.c
8155 WL3501 WIRELESS PCMCIA CARD DRIVER
8156 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
8157 L:      linux-wireless@vger.kernel.org
8158 W:      http://oops.ghostprotocols.net:81/blog
8159 S:      Maintained
8160 F:      drivers/net/wireless/wl3501*
8162 WM97XX TOUCHSCREEN DRIVERS
8163 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
8164 M:      Liam Girdwood <lrg@slimlogic.co.uk>
8165 L:      linux-input@vger.kernel.org
8166 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
8167 W:      http://opensource.wolfsonmicro.com/node/7
8168 S:      Supported
8169 F:      drivers/input/touchscreen/*wm97*
8170 F:      include/linux/wm97xx.h
8172 WOLFSON MICROELECTRONICS DRIVERS
8173 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
8174 L:      patches@opensource.wolfsonmicro.com
8175 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
8176 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
8177 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
8178 S:      Supported
8179 F:      Documentation/hwmon/wm83??
8180 F:      arch/arm/mach-s3c64xx/mach-crag6410*
8181 F:      drivers/clk/clk-wm83*.c
8182 F:      drivers/extcon/extcon-arizona.c
8183 F:      drivers/leds/leds-wm83*.c
8184 F:      drivers/gpio/gpio-*wm*.c
8185 F:      drivers/gpio/gpio-arizona.c
8186 F:      drivers/hwmon/wm83??-hwmon.c
8187 F:      drivers/input/misc/wm831x-on.c
8188 F:      drivers/input/touchscreen/wm831x-ts.c
8189 F:      drivers/input/touchscreen/wm97*.c
8190 F:      drivers/mfd/arizona*
8191 F:      drivers/mfd/wm*.c
8192 F:      drivers/power/wm83*.c
8193 F:      drivers/rtc/rtc-wm83*.c
8194 F:      drivers/regulator/wm8*.c
8195 F:      drivers/video/backlight/wm83*_bl.c
8196 F:      drivers/watchdog/wm83*_wdt.c
8197 F:      include/linux/mfd/arizona/
8198 F:      include/linux/mfd/wm831x/
8199 F:      include/linux/mfd/wm8350/
8200 F:      include/linux/mfd/wm8400*
8201 F:      include/linux/wm97xx.h
8202 F:      include/sound/wm????.h
8203 F:      sound/soc/codecs/arizona.?
8204 F:      sound/soc/codecs/wm*
8206 WORKQUEUE
8207 M:      Tejun Heo <tj@kernel.org>
8208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
8209 S:      Maintained
8210 F:      include/linux/workqueue.h
8211 F:      kernel/workqueue.c
8212 F:      Documentation/workqueue.txt
8214 X.25 NETWORK LAYER
8215 M:      Andrew Hendry <andrew.hendry@gmail.com>
8216 L:      linux-x25@vger.kernel.org
8217 S:      Odd Fixes
8218 F:      Documentation/networking/x25*
8219 F:      include/net/x25*
8220 F:      net/x25/
8222 X86 ARCHITECTURE (32-BIT AND 64-BIT)
8223 M:      Thomas Gleixner <tglx@linutronix.de>
8224 M:      Ingo Molnar <mingo@redhat.com>
8225 M:      "H. Peter Anvin" <hpa@zytor.com>
8226 M:      x86@kernel.org
8227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
8228 S:      Maintained
8229 F:      Documentation/x86/
8230 F:      arch/x86/
8232 X86 PLATFORM DRIVERS
8233 M:      Matthew Garrett <mjg@redhat.com>
8234 L:      platform-driver-x86@vger.kernel.org
8235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
8236 S:      Maintained
8237 F:      drivers/platform/x86
8239 X86 MCE INFRASTRUCTURE
8240 M:      Tony Luck <tony.luck@intel.com>
8241 M:      Borislav Petkov <bp@alien8.de>
8242 L:      linux-edac@vger.kernel.org
8243 S:      Maintained
8244 F:      arch/x86/kernel/cpu/mcheck/*
8246 XEN HYPERVISOR INTERFACE
8247 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8248 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8249 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8250 L:      virtualization@lists.linux-foundation.org
8251 S:      Supported
8252 F:      arch/x86/xen/
8253 F:      drivers/*/xen-*front.c
8254 F:      drivers/xen/
8255 F:      arch/x86/include/asm/xen/
8256 F:      include/xen/
8258 XEN HYPERVISOR ARM
8259 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
8260 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8261 S:      Supported
8262 F:      arch/arm/xen/
8263 F:      arch/arm/include/asm/xen/
8265 XEN NETWORK BACKEND DRIVER
8266 M:      Ian Campbell <ian.campbell@citrix.com>
8267 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8268 L:      netdev@vger.kernel.org
8269 S:      Supported
8270 F:      drivers/net/xen-netback/*
8272 XEN PCI SUBSYSTEM
8273 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8274 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8275 S:      Supported
8276 F:      arch/x86/pci/*xen*
8277 F:      drivers/pci/*xen*
8279 XEN SWIOTLB SUBSYSTEM
8280 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8281 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8282 S:      Supported
8283 F:      arch/x86/xen/*swiotlb*
8284 F:      drivers/xen/*swiotlb*
8286 XFS FILESYSTEM
8287 P:      Silicon Graphics Inc
8288 M:      Ben Myers <bpm@sgi.com>
8289 M:      Alex Elder <elder@kernel.org>
8290 M:      xfs@oss.sgi.com
8291 L:      xfs@oss.sgi.com
8292 W:      http://oss.sgi.com/projects/xfs
8293 T:      git git://oss.sgi.com/xfs/xfs.git
8294 S:      Supported
8295 F:      Documentation/filesystems/xfs.txt
8296 F:      fs/xfs/
8298 XILINX AXI ETHERNET DRIVER
8299 M:      Anirudha Sarangi <anirudh@xilinx.com>
8300 M:      John Linn <John.Linn@xilinx.com>
8301 S:      Maintained
8302 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
8304 XILINX SYSTEMACE DRIVER
8305 M:      Grant Likely <grant.likely@secretlab.ca>
8306 W:      http://www.secretlab.ca/
8307 S:      Maintained
8308 F:      drivers/block/xsysace.c
8310 XILINX UARTLITE SERIAL DRIVER
8311 M:      Peter Korsgaard <jacmet@sunsite.dk>
8312 L:      linux-serial@vger.kernel.org
8313 S:      Maintained
8314 F:      drivers/tty/serial/uartlite.c
8316 YAM DRIVER FOR AX.25
8317 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
8318 L:      linux-hams@vger.kernel.org
8319 S:      Maintained
8320 F:      drivers/net/hamradio/yam*
8321 F:      include/linux/yam.h
8323 YEALINK PHONE DRIVER
8324 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
8325 L:      usbb2k-api-dev@nongnu.org
8326 S:      Maintained
8327 F:      Documentation/input/yealink.txt
8328 F:      drivers/input/misc/yealink.*
8330 Z8530 DRIVER FOR AX.25
8331 M:      Joerg Reuter <jreuter@yaina.de>
8332 W:      http://yaina.de/jreuter/
8333 W:      http://www.qsl.net/dl1bke/
8334 L:      linux-hams@vger.kernel.org
8335 S:      Maintained
8336 F:      Documentation/networking/z8530drv.txt
8337 F:      drivers/net/hamradio/*scc.c
8338 F:      drivers/net/hamradio/z8530.h
8340 ZD1211RW WIRELESS DRIVER
8341 M:      Daniel Drake <dsd@gentoo.org>
8342 M:      Ulrich Kunitz <kune@deine-taler.de>
8343 W:      http://zd1211.ath.cx/wiki/DriverRewrite
8344 L:      linux-wireless@vger.kernel.org
8345 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
8346 S:      Maintained
8347 F:      drivers/net/wireless/zd1211rw/
8349 ZR36067 VIDEO FOR LINUX DRIVER
8350 L:      mjpeg-users@lists.sourceforge.net
8351 L:      linux-media@vger.kernel.org
8352 W:      http://mjpeg.sourceforge.net/driver-zoran/
8353 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
8354 S:      Odd Fixes
8355 F:      drivers/media/pci/zoran/
8357 ZS DECSTATION Z85C30 SERIAL DRIVER
8358 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
8359 S:      Maintained
8360 F:      drivers/tty/serial/zs.*
8362 THE REST
8363 M:      Linus Torvalds <torvalds@linux-foundation.org>
8364 L:      linux-kernel@vger.kernel.org
8365 Q:      http://patchwork.kernel.org/project/LKML/list/
8366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
8367 S:      Buried alive in reporters
8368 F:      *
8369 F:      */