Merge branch 'ixp2xxx/removal' into next/cleanup
[linux-2.6.git] / MAINTAINERS
blobddf99c18f384b3584a07c6709b4d5abffaf86d0c
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 AACRAID SCSI RAID DRIVER
188 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
189 L:      linux-scsi@vger.kernel.org
190 W:      http://www.adaptec.com/
191 S:      Supported
192 F:      Documentation/scsi/aacraid.txt
193 F:      drivers/scsi/aacraid/
195 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
196 M:      Hans de Goede <hdegoede@redhat.com>
197 L:      lm-sensors@lm-sensors.org
198 S:      Maintained
199 F:      drivers/hwmon/abituguru.c
201 ABIT UGURU 3 HARDWARE MONITOR DRIVER
202 M:      Alistair John Strachan <alistair@devzero.co.uk>
203 L:      lm-sensors@lm-sensors.org
204 S:      Maintained
205 F:      drivers/hwmon/abituguru3.c
207 ACENIC DRIVER
208 M:      Jes Sorensen <jes@trained-monkey.org>
209 L:      linux-acenic@sunsite.dk
210 S:      Maintained
211 F:      drivers/net/ethernet/alteon/acenic*
213 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
214 M:      Peter Feuerer <peter@piie.net>
215 L:      platform-driver-x86@vger.kernel.org
216 W:      http://piie.net/?section=acerhdf
217 S:      Maintained
218 F:      drivers/platform/x86/acerhdf.c
220 ACER WMI LAPTOP EXTRAS
221 M:      Joey Lee <jlee@novell.com>
222 L:      platform-driver-x86@vger.kernel.org
223 S:      Maintained
224 F:      drivers/platform/x86/acer-wmi.c
226 ACPI
227 M:      Len Brown <lenb@kernel.org>
228 L:      linux-acpi@vger.kernel.org
229 W:      http://www.lesswatts.org/projects/acpi/
230 Q:      http://patchwork.kernel.org/project/linux-acpi/list/
231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
232 S:      Supported
233 F:      drivers/acpi/
234 F:      drivers/pnp/pnpacpi/
235 F:      include/linux/acpi.h
236 F:      include/acpi/
238 ACPI FAN DRIVER
239 M:      Zhang Rui <rui.zhang@intel.com>
240 L:      linux-acpi@vger.kernel.org
241 W:      http://www.lesswatts.org/projects/acpi/
242 S:      Supported
243 F:      drivers/acpi/fan.c
245 ACPI PROCESSOR AGGREGATOR DRIVER
246 M:      Shaohua Li <shaohua.li@intel.com>
247 L:      linux-acpi@vger.kernel.org
248 W:      http://www.lesswatts.org/projects/acpi/
249 S:      Supported
250 F:      drivers/acpi/acpi_pad.c
252 ACPI THERMAL DRIVER
253 M:      Zhang Rui <rui.zhang@intel.com>
254 L:      linux-acpi@vger.kernel.org
255 W:      http://www.lesswatts.org/projects/acpi/
256 S:      Supported
257 F:      drivers/acpi/*thermal*
259 ACPI VIDEO DRIVER
260 M:      Zhang Rui <rui.zhang@intel.com>
261 L:      linux-acpi@vger.kernel.org
262 W:      http://www.lesswatts.org/projects/acpi/
263 S:      Supported
264 F:      drivers/acpi/video.c
266 ACPI WMI DRIVER
267 L:      platform-driver-x86@vger.kernel.org
268 S:      Orphan
269 F:      drivers/platform/x86/wmi.c
271 AD1889 ALSA SOUND DRIVER
272 M:      Thibaut Varene <T-Bone@parisc-linux.org>
273 W:      http://wiki.parisc-linux.org/AD1889
274 L:      linux-parisc@vger.kernel.org
275 S:      Maintained
276 F:      sound/pci/ad1889.*
278 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
279 M:      Michael Hennerich <michael.hennerich@analog.com>
280 L:      device-drivers-devel@blackfin.uclinux.org
281 W:      http://wiki.analog.com/AD5254
282 S:      Supported
283 F:      drivers/misc/ad525x_dpot.c
285 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
286 M:      Michael Hennerich <michael.hennerich@analog.com>
287 L:      device-drivers-devel@blackfin.uclinux.org
288 W:      http://wiki.analog.com/AD5398
289 S:      Supported
290 F:      drivers/regulator/ad5398.c
292 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
293 M:      Michael Hennerich <michael.hennerich@analog.com>
294 L:      device-drivers-devel@blackfin.uclinux.org
295 W:      http://wiki.analog.com/AD7142
296 S:      Supported
297 F:      drivers/input/misc/ad714x.c
299 AD7877 TOUCHSCREEN DRIVER
300 M:      Michael Hennerich <michael.hennerich@analog.com>
301 L:      device-drivers-devel@blackfin.uclinux.org
302 W:      http://wiki.analog.com/AD7877
303 S:      Supported
304 F:      drivers/input/touchscreen/ad7877.c
306 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
307 M:      Michael Hennerich <michael.hennerich@analog.com>
308 L:      device-drivers-devel@blackfin.uclinux.org
309 W:      http://wiki.analog.com/AD7879
310 S:      Supported
311 F:      drivers/input/touchscreen/ad7879.c
313 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
314 M:      Jiri Kosina <jkosina@suse.cz>
315 S:      Maintained
317 ADM1025 HARDWARE MONITOR DRIVER
318 M:      Jean Delvare <khali@linux-fr.org>
319 L:      lm-sensors@lm-sensors.org
320 S:      Maintained
321 F:      Documentation/hwmon/adm1025
322 F:      drivers/hwmon/adm1025.c
324 ADM1029 HARDWARE MONITOR DRIVER
325 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
326 L:      lm-sensors@lm-sensors.org
327 S:      Maintained
328 F:      drivers/hwmon/adm1029.c
330 ADM8211 WIRELESS DRIVER
331 L:      linux-wireless@vger.kernel.org
332 W:      http://linuxwireless.org/
333 S:      Orphan
334 F:      drivers/net/wireless/adm8211.*
336 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
337 M:      Michael Hennerich <michael.hennerich@analog.com>
338 L:      device-drivers-devel@blackfin.uclinux.org
339 W:      http://wiki.analog.com/ADP5520
340 S:      Supported
341 F:      drivers/mfd/adp5520.c
342 F:      drivers/video/backlight/adp5520_bl.c
343 F:      drivers/leds/leds-adp5520.c
344 F:      drivers/gpio/gpio-adp5520.c
345 F:      drivers/input/keyboard/adp5520-keys.c
347 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
348 M:      Michael Hennerich <michael.hennerich@analog.com>
349 L:      device-drivers-devel@blackfin.uclinux.org
350 W:      http://wiki.analog.com/ADP5588
351 S:      Supported
352 F:      drivers/input/keyboard/adp5588-keys.c
353 F:      drivers/gpio/gpio-adp5588.c
355 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
356 M:      Michael Hennerich <michael.hennerich@analog.com>
357 L:      device-drivers-devel@blackfin.uclinux.org
358 W:      http://wiki.analog.com/ADP8860
359 S:      Supported
360 F:      drivers/video/backlight/adp8860_bl.c
362 ADS1015 HARDWARE MONITOR DRIVER
363 M:      Dirk Eibach <eibach@gdsys.de>
364 L:      lm-sensors@lm-sensors.org
365 S:      Maintained
366 F:      Documentation/hwmon/ads1015
367 F:      drivers/hwmon/ads1015.c
368 F:      include/linux/i2c/ads1015.h
370 ADT746X FAN DRIVER
371 M:      Colin Leroy <colin@colino.net>
372 S:      Maintained
373 F:      drivers/macintosh/therm_adt746x.c
375 ADT7475 HARDWARE MONITOR DRIVER
376 M:      Jean Delvare <khali@linux-fr.org>
377 L:      lm-sensors@lm-sensors.org
378 S:      Maintained
379 F:      Documentation/hwmon/adt7475
380 F:      drivers/hwmon/adt7475.c
382 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
383 M:      Michael Hennerich <michael.hennerich@analog.com>
384 L:      device-drivers-devel@blackfin.uclinux.org
385 W:      http://wiki.analog.com/ADXL345
386 S:      Supported
387 F:      drivers/input/misc/adxl34x.c
389 ADVANSYS SCSI DRIVER
390 M:      Matthew Wilcox <matthew@wil.cx>
391 L:      linux-scsi@vger.kernel.org
392 S:      Maintained
393 F:      Documentation/scsi/advansys.txt
394 F:      drivers/scsi/advansys.c
396 AEDSP16 DRIVER
397 M:      Riccardo Facchetti <fizban@tin.it>
398 S:      Maintained
399 F:      sound/oss/aedsp16.c
401 AFFS FILE SYSTEM
402 L:      linux-fsdevel@vger.kernel.org
403 S:      Orphan
404 F:      Documentation/filesystems/affs.txt
405 F:      fs/affs/
407 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
408 M:      David Howells <dhowells@redhat.com>
409 L:      linux-afs@lists.infradead.org
410 S:      Supported
411 F:      fs/afs/
412 F:      include/net/af_rxrpc.h
413 F:      net/rxrpc/af_rxrpc.c
415 AGPGART DRIVER
416 M:      David Airlie <airlied@linux.ie>
417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
418 S:      Maintained
419 F:      drivers/char/agp/
420 F:      include/linux/agp*
422 AHA152X SCSI DRIVER
423 M:      "Juergen E. Fischer" <fischer@norbit.de>
424 L:      linux-scsi@vger.kernel.org
425 S:      Maintained
426 F:      drivers/scsi/aha152x*
427 F:      drivers/scsi/pcmcia/aha152x*
429 AIC7XXX / AIC79XX SCSI DRIVER
430 M:      Hannes Reinecke <hare@suse.de>
431 L:      linux-scsi@vger.kernel.org
432 S:      Maintained
433 F:      drivers/scsi/aic7xxx/
434 F:      drivers/scsi/aic7xxx_old/
437 M:      Benjamin LaHaise <bcrl@kvack.org>
438 L:      linux-aio@kvack.org
439 S:      Supported
440 F:      fs/aio.c
441 F:      include/linux/*aio*.h
443 ALCATEL SPEEDTOUCH USB DRIVER
444 M:      Duncan Sands <duncan.sands@free.fr>
445 L:      linux-usb@vger.kernel.org
446 W:      http://www.linux-usb.org/SpeedTouch/
447 S:      Maintained
448 F:      drivers/usb/atm/speedtch.c
449 F:      drivers/usb/atm/usbatm.c
451 ALCHEMY AU1XX0 MMC DRIVER
452 M:      Manuel Lauss <manuel.lauss@gmail.com>
453 S:      Maintained
454 F:      drivers/mmc/host/au1xmmc.c
456 ALI1563 I2C DRIVER
457 M:      Rudolf Marek <r.marek@assembler.cz>
458 L:      linux-i2c@vger.kernel.org
459 S:      Maintained
460 F:      Documentation/i2c/busses/i2c-ali1563
461 F:      drivers/i2c/busses/i2c-ali1563.c
463 ALPHA PORT
464 M:      Richard Henderson <rth@twiddle.net>
465 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
466 M:      Matt Turner <mattst88@gmail.com>
467 S:      Odd Fixes
468 L:      linux-alpha@vger.kernel.org
469 F:      arch/alpha/
471 ALTERA UART/JTAG UART SERIAL DRIVERS
472 M:      Tobias Klauser <tklauser@distanz.ch>
473 L:      linux-serial@vger.kernel.org
474 L:      nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
475 S:      Maintained
476 F:      drivers/tty/serial/altera_uart.c
477 F:      drivers/tty/serial/altera_jtaguart.c
478 F:      include/linux/altera_uart.h
479 F:      include/linux/altera_jtaguart.h
481 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
482 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
483 L:      lm-sensors@lm-sensors.org
484 S:      Maintained
485 F:      Documentation/hwmon/fam15h_power
486 F:      drivers/hwmon/fam15h_power.c
488 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
489 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
490 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
491 S:      Supported
492 F:      drivers/usb/gadget/amd5536udc.*
494 AMD GEODE PROCESSOR/CHIPSET SUPPORT
495 P:      Andres Salomon <dilinger@queued.net>
496 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
497 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
498 S:      Supported
499 F:      drivers/char/hw_random/geode-rng.c
500 F:      drivers/crypto/geode*
501 F:      drivers/video/geode/
502 F:      arch/x86/include/asm/geode.h
504 AMD IOMMU (AMD-VI)
505 M:      Joerg Roedel <joerg.roedel@amd.com>
506 L:      iommu@lists.linux-foundation.org
507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
508 S:      Supported
509 F:      drivers/iommu/amd_iommu*.[ch]
510 F:      include/linux/amd-iommu.h
512 AMD MICROCODE UPDATE SUPPORT
513 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
514 L:      amd64-microcode@amd64.org
515 S:      Supported
516 F:      arch/x86/kernel/microcode_amd.c
518 AMS (Apple Motion Sensor) DRIVER
519 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
520 S:      Supported
521 F:      drivers/macintosh/ams/
523 AMSO1100 RNIC DRIVER
524 M:      Tom Tucker <tom@opengridcomputing.com>
525 M:      Steve Wise <swise@opengridcomputing.com>
526 L:      linux-rdma@vger.kernel.org
527 S:      Maintained
528 F:      drivers/infiniband/hw/amso1100/
530 ANALOG DEVICES INC ASOC CODEC DRIVERS
531 M:      Lars-Peter Clausen <lars@metafoo.de>
532 L:      device-drivers-devel@blackfin.uclinux.org
533 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
534 W:      http://wiki.analog.com/
535 S:      Supported
536 F:      sound/soc/codecs/adau*
537 F:      sound/soc/codecs/adav*
538 F:      sound/soc/codecs/ad1*
539 F:      sound/soc/codecs/ssm*
540 F:      sound/soc/codecs/sigmadsp.*
542 ANALOG DEVICES INC ASOC DRIVERS
543 L:      uclinux-dist-devel@blackfin.uclinux.org
544 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
545 W:      http://blackfin.uclinux.org/
546 S:      Supported
547 F:      sound/soc/blackfin/*
549 AOA (Apple Onboard Audio) ALSA DRIVER
550 M:      Johannes Berg <johannes@sipsolutions.net>
551 L:      linuxppc-dev@lists.ozlabs.org
552 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
553 S:      Maintained
554 F:      sound/aoa/
556 APM DRIVER
557 M:      Jiri Kosina <jkosina@suse.cz>
558 S:      Odd fixes
559 F:      arch/x86/kernel/apm_32.c
560 F:      include/linux/apm_bios.h
561 F:      drivers/char/apm-emulation.c
563 APPLE BCM5974 MULTITOUCH DRIVER
564 M:      Henrik Rydberg <rydberg@euromail.se>
565 L:      linux-input@vger.kernel.org
566 S:      Maintained
567 F:      drivers/input/mouse/bcm5974.c
569 APPLE SMC DRIVER
570 M:      Henrik Rydberg <rydberg@euromail.se>
571 L:      lm-sensors@lm-sensors.org
572 S:      Maintained
573 F:      drivers/hwmon/applesmc.c
575 APPLETALK NETWORK LAYER
576 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
577 S:      Maintained
578 F:      drivers/net/appletalk/
579 F:      net/appletalk/
581 ARASAN COMPACT FLASH PATA CONTROLLER
582 M:      Viresh Kumar <viresh.kumar@st.com>
583 L:      linux-ide@vger.kernel.org
584 S:      Maintained
585 F:      include/linux/pata_arasan_cf_data.h
586 F:      drivers/ata/pata_arasan_cf.c
588 ARC FRAMEBUFFER DRIVER
589 M:      Jaya Kumar <jayalk@intworks.biz>
590 S:      Maintained
591 F:      drivers/video/arcfb.c
592 F:      drivers/video/fb_defio.c
594 ARM MFM AND FLOPPY DRIVERS
595 M:      Ian Molton <spyro@f2s.com>
596 S:      Maintained
597 F:      arch/arm/lib/floppydma.S
598 F:      arch/arm/include/asm/floppy.h
600 ARM PMU PROFILING AND DEBUGGING
601 M:      Will Deacon <will.deacon@arm.com>
602 S:      Maintained
603 F:      arch/arm/kernel/perf_event*
604 F:      arch/arm/oprofile/common.c
605 F:      arch/arm/kernel/pmu.c
606 F:      arch/arm/include/asm/pmu.h
607 F:      arch/arm/kernel/hw_breakpoint.c
608 F:      arch/arm/include/asm/hw_breakpoint.h
610 ARM PORT
611 M:      Russell King <linux@arm.linux.org.uk>
612 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
613 W:      http://www.arm.linux.org.uk/
614 S:      Maintained
615 F:      arch/arm/
617 ARM PRIMECELL AACI PL041 DRIVER
618 M:      Russell King <linux@arm.linux.org.uk>
619 S:      Maintained
620 F:      sound/arm/aaci.*
622 ARM PRIMECELL CLCD PL110 DRIVER
623 M:      Russell King <linux@arm.linux.org.uk>
624 S:      Maintained
625 F:      drivers/video/amba-clcd.*
627 ARM PRIMECELL KMI PL050 DRIVER
628 M:      Russell King <linux@arm.linux.org.uk>
629 S:      Maintained
630 F:      drivers/input/serio/ambakmi.*
631 F:      include/linux/amba/kmi.h
633 ARM PRIMECELL MMCI PL180/1 DRIVER
634 S:      Orphan
635 F:      drivers/mmc/host/mmci.*
637 ARM PRIMECELL BUS SUPPORT
638 M:      Russell King <linux@arm.linux.org.uk>
639 S:      Maintained
640 F:      drivers/amba/
641 F:      include/linux/amba/bus.h
643 ARM/ADS SPHERE MACHINE SUPPORT
644 M:      Lennert Buytenhek <kernel@wantstofly.org>
645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
646 S:      Maintained
648 ARM/AFEB9260 MACHINE SUPPORT
649 M:      Sergey Lapin <slapin@ossfans.org>
650 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
651 S:      Maintained
653 ARM/AJECO 1ARM MACHINE SUPPORT
654 M:      Lennert Buytenhek <kernel@wantstofly.org>
655 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
656 S:      Maintained
658 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
659 M:      Andrew Victor <linux@maxim.org.za>
660 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
661 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
662 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
663 W:      http://maxim.org.za/at91_26.html
664 W:      http://www.linux4sam.org
665 S:      Supported
666 F:      arch/arm/mach-at91/
668 ARM/BCMRING ARM ARCHITECTURE
669 M:      Jiandong Zheng <jdzheng@broadcom.com>
670 M:      Scott Branden <sbranden@broadcom.com>
671 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
672 S:      Maintained
673 F:      arch/arm/mach-bcmring
675 ARM/BCMRING MTD NAND DRIVER
676 M:      Jiandong Zheng <jdzheng@broadcom.com>
677 M:      Scott Branden <sbranden@broadcom.com>
678 L:      linux-mtd@lists.infradead.org
679 S:      Maintained
680 F:      drivers/mtd/nand/bcm_umi_nand.c
681 F:      drivers/mtd/nand/bcm_umi_bch.c
682 F:      drivers/mtd/nand/nand_bcm_umi.h
684 ARM/CALXEDA HIGHBANK ARCHITECTURE
685 M:      Rob Herring <rob.herring@calxeda.com>
686 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
687 S:      Maintained
688 F:      arch/arm/mach-highbank/
690 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
691 M:      Anton Vorontsov <avorontsov@mvista.com>
692 S:      Maintained
693 F:      arch/arm/mach-cns3xxx/
694 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
696 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
697 M:      Hartley Sweeten <hsweeten@visionengravers.com>
698 M:      Ryan Mallon <rmallon@gmail.com>
699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
700 S:      Maintained
701 F:      arch/arm/mach-ep93xx/
702 F:      arch/arm/mach-ep93xx/include/mach/
704 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
705 M:      Lennert Buytenhek <kernel@wantstofly.org>
706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
707 S:      Maintained
709 ARM/CLKDEV SUPPORT
710 M:      Russell King <linux@arm.linux.org.uk>
711 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
712 S:      Maintained
713 F:      arch/arm/include/asm/clkdev.h
714 F:      drivers/clk/clkdev.c
716 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
717 M:      Mike Rapoport <mike@compulab.co.il>
718 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
719 S:      Maintained
721 ARM/CONTEC MICRO9 MACHINE SUPPORT
722 M:      Hubert Feurstein <hubert.feurstein@contec.at>
723 S:      Maintained
724 F:      arch/arm/mach-ep93xx/micro9.c
726 ARM/CORGI MACHINE SUPPORT
727 M:      Richard Purdie <rpurdie@rpsys.net>
728 S:      Maintained
730 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
731 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
732 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
733 T:      git git://git.berlios.de/gemini-board
734 S:      Maintained
735 F:      arch/arm/mach-gemini/
737 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
738 M:      Barry Song <baohua.song@csr.com>
739 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
740 S:      Maintained
741 F:      arch/arm/mach-prima2/
742 F:      drivers/dma/sirf-dma*
744 ARM/EBSA110 MACHINE SUPPORT
745 M:      Russell King <linux@arm.linux.org.uk>
746 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
747 W:      http://www.arm.linux.org.uk/
748 S:      Maintained
749 F:      arch/arm/mach-ebsa110/
750 F:      drivers/net/ethernet/amd/am79c961a.*
752 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
753 M:      Daniel Ribeiro <drwyrm@gmail.com>
754 M:      Stefan Schmidt <stefan@openezx.org>
755 M:      Harald Welte <laforge@openezx.org>
756 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
757 W:      http://www.openezx.org/
758 S:      Maintained
759 T:      topgit git://git.openezx.org/openezx.git
760 F:      arch/arm/mach-pxa/ezx.c
762 ARM/FARADAY FA526 PORT
763 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
764 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
765 S:      Maintained
766 T:      git git://git.berlios.de/gemini-board
767 F:      arch/arm/mm/*-fa*
769 ARM/FOOTBRIDGE ARCHITECTURE
770 M:      Russell King <linux@arm.linux.org.uk>
771 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
772 W:      http://www.arm.linux.org.uk/
773 S:      Maintained
774 F:      arch/arm/include/asm/hardware/dec21285.h
775 F:      arch/arm/mach-footbridge/
777 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
778 M:      Sascha Hauer <kernel@pengutronix.de>
779 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
780 S:      Maintained
781 T:      git git://git.pengutronix.de/git/imx/linux-2.6.git
782 F:      arch/arm/mach-imx/
783 F:      arch/arm/plat-mxc/
785 ARM/FREESCALE IMX6
786 M:      Shawn Guo <shawn.guo@linaro.org>
787 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
788 S:      Maintained
789 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
790 F:      arch/arm/mach-imx/*imx6*
792 ARM/FREESCALE MXS ARM ARCHITECTURE
793 M:      Shawn Guo <shawn.guo@linaro.org>
794 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
795 S:      Maintained
796 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
797 F:      arch/arm/mach-mxs/
799 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
800 M:      Lennert Buytenhek <kernel@wantstofly.org>
801 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
802 S:      Maintained
804 ARM/GUMSTIX MACHINE SUPPORT
805 M:      Steve Sakoman <sakoman@gmail.com>
806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
807 S:      Maintained
809 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
810 M:      Philipp Zabel <philipp.zabel@gmail.com>
811 M:      Paul Parsons <lost.distance@yahoo.com>
812 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
813 S:      Maintained
814 F:      arch/arm/mach-pxa/hx4700.c
815 F:      arch/arm/mach-pxa/include/mach/hx4700.h
816 F:      sound/soc/pxa/hx4700.c
818 ARM/HP JORNADA 7XX MACHINE SUPPORT
819 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
820 W:      www.jlime.com
821 S:      Maintained
822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
823 F:      arch/arm/mach-sa1100/jornada720.c
824 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
826 ARM/INCOME PXA270 SUPPORT
827 M:      Marek Vasut <marek.vasut@gmail.com>
828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
829 S:      Maintained
830 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
832 ARM/INTEL IOP32X ARM ARCHITECTURE
833 M:      Lennert Buytenhek <kernel@wantstofly.org>
834 M:      Dan Williams <dan.j.williams@intel.com>
835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
836 S:      Maintained
838 ARM/INTEL IOP33X ARM ARCHITECTURE
839 M:      Dan Williams <dan.j.williams@intel.com>
840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
841 S:      Maintained
843 ARM/INTEL IOP13XX ARM ARCHITECTURE
844 M:      Lennert Buytenhek <kernel@wantstofly.org>
845 M:      Dan Williams <dan.j.williams@intel.com>
846 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
847 S:      Maintained
849 ARM/INTEL IQ81342EX MACHINE SUPPORT
850 M:      Lennert Buytenhek <kernel@wantstofly.org>
851 M:      Dan Williams <dan.j.williams@intel.com>
852 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
853 S:      Maintained
855 ARM/INTEL IXDP2850 MACHINE SUPPORT
856 M:      Lennert Buytenhek <kernel@wantstofly.org>
857 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
858 S:      Maintained
860 ARM/INTEL IXP4XX ARM ARCHITECTURE
861 M:      Imre Kaloz <kaloz@openwrt.org>
862 M:      Krzysztof Halasa <khc@pm.waw.pl>
863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864 S:      Maintained
865 F:      arch/arm/mach-ixp4xx/
867 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
868 M:      Jonathan Cameron <jic23@cam.ac.uk>
869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
870 S:      Maintained
871 F:      arch/arm/mach-pxa/stargate2.c
872 F:      drivers/pcmcia/pxa2xx_stargate2.c
874 ARM/INTEL XSC3 (MANZANO) ARM CORE
875 M:      Lennert Buytenhek <kernel@wantstofly.org>
876 M:      Dan Williams <dan.j.williams@intel.com>
877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878 S:      Maintained
880 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
881 M:      Lennert Buytenhek <kernel@wantstofly.org>
882 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
883 S:      Maintained
885 ARM/LOGICPD PXA270 MACHINE SUPPORT
886 M:      Lennert Buytenhek <kernel@wantstofly.org>
887 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
888 S:      Maintained
890 ARM/MAGICIAN MACHINE SUPPORT
891 M:      Philipp Zabel <philipp.zabel@gmail.com>
892 S:      Maintained
894 ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
895 M:      Lennert Buytenhek <kernel@wantstofly.org>
896 M:      Nicolas Pitre <nico@fluxnic.net>
897 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 S:      Odd Fixes
899 F:      arch/arm/mach-kirkwood/
900 F:      arch/arm/mach-mv78xx0/
901 F:      arch/arm/mach-orion5x/
902 F:      arch/arm/plat-orion/
904 ARM/Orion SoC/Technologic Systems TS-78xx platform support
905 M:      Alexander Clouter <alex@digriz.org.uk>
906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907 W:      http://www.digriz.org.uk/ts78xx/kernel
908 S:      Maintained
909 F:      arch/arm/mach-orion5x/ts78xx-*
911 ARM/MIOA701 MACHINE SUPPORT
912 M:      Robert Jarzmik <robert.jarzmik@free.fr>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 F:      arch/arm/mach-pxa/mioa701.c
915 S:      Maintained
917 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
918 M:      Michael Petchkovsky <mkpetch@internode.on.net>
919 S:      Maintained
921 ARM/NOMADIK ARCHITECTURE
922 M:      Alessandro Rubini <rubini@unipv.it>
923 M:      Linus Walleij <linus.walleij@stericsson.com>
924 M:      STEricsson <STEricsson_nomadik_linux@list.st.com>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 S:      Maintained
927 F:      arch/arm/mach-nomadik/
928 F:      arch/arm/plat-nomadik/
929 F:      drivers/i2c/busses/i2c-nomadik.c
930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
932 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
933 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
934 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
935 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
936 S:      Supported
938 ARM/QUALCOMM MSM MACHINE SUPPORT
939 M:      David Brown <davidb@codeaurora.org>
940 M:      Daniel Walker <dwalker@fifo99.com>
941 M:      Bryan Huntsman <bryanh@codeaurora.org>
942 L:      linux-arm-msm@vger.kernel.org
943 F:      arch/arm/mach-msm/
944 F:      drivers/video/msm/
945 F:      drivers/mmc/host/msm_sdcc.c
946 F:      drivers/mmc/host/msm_sdcc.h
947 F:      drivers/tty/serial/msm_serial.h
948 F:      drivers/tty/serial/msm_serial.c
949 F:      drivers/platform/msm/
950 F:      drivers/*/pm8???-*
951 F:      include/linux/mfd/pm8xxx/
952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
953 S:      Maintained
955 ARM/TOSA MACHINE SUPPORT
956 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
957 M:      Dirk Opfer <dirk@opfer-online.de>
958 S:      Maintained
960 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
961 M:      Marek Vasut <marek.vasut@gmail.com>
962 L:      linux-arm-kernel@lists.infradead.org
963 W:      http://hackndev.com
964 S:      Maintained
965 F:      arch/arm/mach-pxa/include/mach/palmtx.h
966 F:      arch/arm/mach-pxa/palmtx.c
967 F:      arch/arm/mach-pxa/include/mach/palmt5.h
968 F:      arch/arm/mach-pxa/palmt5.c
969 F:      arch/arm/mach-pxa/include/mach/palmld.h
970 F:      arch/arm/mach-pxa/palmld.c
971 F:      arch/arm/mach-pxa/include/mach/palmte2.h
972 F:      arch/arm/mach-pxa/palmte2.c
973 F:      arch/arm/mach-pxa/include/mach/palmtc.h
974 F:      arch/arm/mach-pxa/palmtc.c
976 ARM/PALM TREO SUPPORT
977 M:      Tomas Cech <sleep_walker@suse.cz>
978 L:      linux-arm-kernel@lists.infradead.org
979 W:      http://hackndev.com
980 S:      Maintained
981 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
982 F:      arch/arm/mach-pxa/palmtreo.c
984 ARM/PALMZ72 SUPPORT
985 M:      Sergey Lapin <slapin@ossfans.org>
986 L:      linux-arm-kernel@lists.infradead.org
987 W:      http://hackndev.com
988 S:      Maintained
989 F:      arch/arm/mach-pxa/include/mach/palmz72.h
990 F:      arch/arm/mach-pxa/palmz72.c
992 ARM/PLEB SUPPORT
993 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
994 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
995 S:      Maintained
997 ARM/PT DIGITAL BOARD PORT
998 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 W:      http://www.arm.linux.org.uk/
1001 S:      Maintained
1003 ARM/RADISYS ENP2611 MACHINE SUPPORT
1004 M:      Lennert Buytenhek <kernel@wantstofly.org>
1005 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1006 S:      Maintained
1008 ARM/RISCPC ARCHITECTURE
1009 M:      Russell King <linux@arm.linux.org.uk>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 W:      http://www.arm.linux.org.uk/
1012 S:      Maintained
1013 F:      arch/arm/common/time-acorn.c
1014 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1015 F:      arch/arm/include/asm/hardware/ioc.h
1016 F:      arch/arm/include/asm/hardware/iomd.h
1017 F:      arch/arm/include/asm/hardware/memc.h
1018 F:      arch/arm/mach-rpc/
1019 F:      drivers/net/ethernet/8390/etherh.c
1020 F:      drivers/net/ethernet/i825xx/ether1*
1021 F:      drivers/net/ethernet/seeq/ether3*
1022 F:      drivers/scsi/arm/
1024 ARM/SHARK MACHINE SUPPORT
1025 M:      Alexander Schulz <alex@shark-linux.de>
1026 W:      http://www.shark-linux.de/shark.html
1027 S:      Maintained
1029 ARM/SAMSUNG ARM ARCHITECTURES
1030 M:      Ben Dooks <ben-linux@fluff.org>
1031 M:      Kukjin Kim <kgene.kim@samsung.com>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1034 W:      http://www.fluff.org/ben/linux/
1035 S:      Maintained
1036 F:      arch/arm/plat-samsung/
1037 F:      arch/arm/plat-s3c24xx/
1038 F:      arch/arm/plat-s5p/
1039 F:      arch/arm/mach-s3c24*/
1040 F:      arch/arm/mach-s3c64xx/
1041 F:      drivers/*/*s3c2410*
1042 F:      drivers/*/*/*s3c2410*
1043 F:      drivers/spi/spi-s3c*
1044 F:      sound/soc/samsung/*
1046 ARM/S5P EXYNOS ARM ARCHITECTURES
1047 M:      Kukjin Kim <kgene.kim@samsung.com>
1048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1050 S:      Maintained
1051 F:      arch/arm/mach-s5p*/
1052 F:      arch/arm/mach-exynos*/
1054 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1055 M:      Kyungmin Park <kyungmin.park@samsung.com>
1056 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 S:      Maintained
1058 F:      arch/arm/mach-s5pv210/mach-aquila.c
1059 F:      arch/arm/mach-s5pv210/mach-goni.c
1060 F:      arch/arm/mach-exynos/mach-universal_c210.c
1061 F:      arch/arm/mach-exynos/mach-nuri.c
1063 ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1064 M:      Kyungmin Park <kyungmin.park@samsung.com>
1065 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
1066 L:      linux-arm-kernel@lists.infradead.org
1067 L:      linux-media@vger.kernel.org
1068 S:      Maintained
1069 F:      arch/arm/plat-s5p/dev-fimc*
1070 F:      arch/arm/plat-samsung/include/plat/*fimc*
1071 F:      drivers/media/video/s5p-fimc/
1073 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1074 M:      Kyungmin Park <kyungmin.park@samsung.com>
1075 M:      Kamil Debski <k.debski@samsung.com>
1076 M:     Jeongtae Park <jtp.park@samsung.com>
1077 L:      linux-arm-kernel@lists.infradead.org
1078 L:      linux-media@vger.kernel.org
1079 S:      Maintained
1080 F:      arch/arm/plat-s5p/dev-mfc.c
1081 F:      drivers/media/video/s5p-mfc/
1083 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1084 M:      Kyungmin Park <kyungmin.park@samsung.com>
1085 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1086 L:      linux-arm-kernel@lists.infradead.org
1087 L:      linux-media@vger.kernel.org
1088 S:      Maintained
1089 F:      drivers/media/video/s5p-tv/
1091 ARM/SHMOBILE ARM ARCHITECTURE
1092 M:      Paul Mundt <lethal@linux-sh.org>
1093 M:      Magnus Damm <magnus.damm@gmail.com>
1094 L:      linux-sh@vger.kernel.org
1095 W:      http://oss.renesas.com
1096 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1098 S:      Supported
1099 F:      arch/arm/mach-shmobile/
1100 F:      drivers/sh/
1102 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1103 M:      Lennert Buytenhek <kernel@wantstofly.org>
1104 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1105 S:      Maintained
1107 ARM/TETON BGA MACHINE SUPPORT
1108 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S:      Maintained
1112 ARM/THECUS N2100 MACHINE SUPPORT
1113 M:      Lennert Buytenhek <kernel@wantstofly.org>
1114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S:      Maintained
1117 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1118 M:      Wan ZongShun <mcuos.com@gmail.com>
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 W:      http://www.mcuos.com
1121 S:      Maintained
1122 F:      arch/arm/mach-w90x900/
1123 F:      drivers/input/keyboard/w90p910_keypad.c
1124 F:      drivers/input/touchscreen/w90p910_ts.c
1125 F:      drivers/watchdog/nuc900_wdt.c
1126 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1127 F:      drivers/mtd/nand/nuc900_nand.c
1128 F:      drivers/rtc/rtc-nuc900.c
1129 F:      drivers/spi/spi-nuc900.c
1130 F:      drivers/usb/host/ehci-w90x900.c
1131 F:      drivers/video/nuc900fb.c
1133 ARM/U300 MACHINE SUPPORT
1134 M:      Linus Walleij <linus.walleij@stericsson.com>
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Supported
1137 F:      arch/arm/mach-u300/
1138 F:      drivers/i2c/busses/i2c-stu300.c
1139 F:      drivers/rtc/rtc-coh901331.c
1140 F:      drivers/watchdog/coh901327_wdt.c
1141 F:      drivers/dma/coh901318*
1142 F:      drivers/mfd/ab3100*
1143 F:      drivers/rtc/rtc-ab3100.c
1144 F:      drivers/rtc/rtc-coh901331.c
1145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1147 ARM/Ux500 ARM ARCHITECTURE
1148 M:      Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1149 M:      Linus Walleij <linus.walleij@stericsson.com>
1150 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 S:      Maintained
1152 F:      arch/arm/mach-ux500/
1153 F:      drivers/dma/ste_dma40*
1154 F:      drivers/mfd/abx500*
1155 F:      drivers/mfd/ab8500*
1156 F:      drivers/mfd/stmpe*
1157 F:      drivers/rtc/rtc-ab8500.c
1158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1160 ARM/VFP SUPPORT
1161 M:      Russell King <linux@arm.linux.org.uk>
1162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 W:      http://www.arm.linux.org.uk/
1164 S:      Maintained
1165 F:      arch/arm/vfp/
1167 ARM/VOIPAC PXA270 SUPPORT
1168 M:      Marek Vasut <marek.vasut@gmail.com>
1169 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 S:      Maintained
1171 F:      arch/arm/mach-pxa/vpac270.c
1172 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1174 ARM/ZIPIT Z2 SUPPORT
1175 M:      Marek Vasut <marek.vasut@gmail.com>
1176 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1177 S:      Maintained
1178 F:      arch/arm/mach-pxa/z2.c
1179 F:      arch/arm/mach-pxa/include/mach/z2.h
1181 ASC7621 HARDWARE MONITOR DRIVER
1182 M:      George Joseph <george.joseph@fairview5.com>
1183 L:      lm-sensors@lm-sensors.org
1184 S:      Maintained
1185 F:      Documentation/hwmon/asc7621
1186 F:      drivers/hwmon/asc7621.c
1188 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1189 M:      Corentin Chary <corentincj@iksaif.net>
1190 L:      acpi4asus-user@lists.sourceforge.net
1191 L:      platform-driver-x86@vger.kernel.org
1192 W:      http://acpi4asus.sf.net
1193 S:      Maintained
1194 F:      drivers/platform/x86/asus*.c
1195 F:      drivers/platform/x86/eeepc*.c
1197 ASUS ASB100 HARDWARE MONITOR DRIVER
1198 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
1199 L:      lm-sensors@lm-sensors.org
1200 S:      Maintained
1201 F:      drivers/hwmon/asb100.c
1203 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1204 M:      Dan Williams <dan.j.williams@intel.com>
1205 W:      http://sourceforge.net/projects/xscaleiop
1206 S:      Supported
1207 F:      Documentation/crypto/async-tx-api.txt
1208 F:      crypto/async_tx/
1209 F:      drivers/dma/
1210 F:      include/linux/dmaengine.h
1211 F:      include/linux/async_tx.h
1213 AT24 EEPROM DRIVER
1214 M:      Wolfram Sang <w.sang@pengutronix.de>
1215 L:      linux-i2c@vger.kernel.org
1216 S:      Maintained
1217 F:      drivers/misc/eeprom/at24.c
1218 F:      include/linux/i2c/at24.h
1220 ATA OVER ETHERNET (AOE) DRIVER
1221 M:      "Ed L. Cashin" <ecashin@coraid.com>
1222 W:      http://www.coraid.com/support/linux
1223 S:      Supported
1224 F:      Documentation/aoe/
1225 F:      drivers/block/aoe/
1227 ATHEROS ATH GENERIC UTILITIES
1228 M:      "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1229 L:      linux-wireless@vger.kernel.org
1230 S:      Supported
1231 F:      drivers/net/wireless/ath/*
1233 ATHEROS ATH5K WIRELESS DRIVER
1234 M:      Jiri Slaby <jirislaby@gmail.com>
1235 M:      Nick Kossifidis <mickflemm@gmail.com>
1236 M:      "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1237 L:      linux-wireless@vger.kernel.org
1238 L:      ath5k-devel@lists.ath5k.org
1239 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1240 S:      Maintained
1241 F:      drivers/net/wireless/ath/ath5k/
1243 ATHEROS ATH6KL WIRELESS DRIVER
1244 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1245 L:      linux-wireless@vger.kernel.org
1246 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git
1248 S:      Supported
1249 F:      drivers/net/wireless/ath/ath6kl/
1251 ATHEROS ATH9K WIRELESS DRIVER
1252 M:      "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1253 M:      Jouni Malinen <jouni@qca.qualcomm.com>
1254 M:      Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
1255 M:      Senthil Balasubramanian <senthilb@qca.qualcomm.com>
1256 L:      linux-wireless@vger.kernel.org
1257 L:      ath9k-devel@lists.ath9k.org
1258 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
1259 S:      Supported
1260 F:      drivers/net/wireless/ath/ath9k/
1262 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1263 M:      Christian Lamparter <chunkeey@googlemail.com>
1264 L:      linux-wireless@vger.kernel.org
1265 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1266 S:      Maintained
1267 F:      drivers/net/wireless/ath/carl9170/
1269 ATK0110 HWMON DRIVER
1270 M:      Luca Tettamanti <kronos.it@gmail.com>
1271 L:      lm-sensors@lm-sensors.org
1272 S:      Maintained
1273 F:      drivers/hwmon/asus_atk0110.c
1275 ATI_REMOTE2 DRIVER
1276 M:      Ville Syrjala <syrjala@sci.fi>
1277 S:      Maintained
1278 F:      drivers/input/misc/ati_remote2.c
1280 ATLX ETHERNET DRIVERS
1281 M:      Jay Cliburn <jcliburn@gmail.com>
1282 M:      Chris Snook <chris.snook@gmail.com>
1283 L:      netdev@vger.kernel.org
1284 W:      http://sourceforge.net/projects/atl1
1285 W:      http://atl1.sourceforge.net
1286 S:      Maintained
1287 F:      drivers/net/ethernet/atheros/
1290 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1291 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1292 L:      netdev@vger.kernel.org
1293 W:      http://linux-atm.sourceforge.net
1294 S:      Maintained
1295 F:      drivers/atm/
1296 F:      include/linux/atm*
1298 ATMEL AT91 MCI DRIVER
1299 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1300 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301 W:      http://www.atmel.com/products/AT91/
1302 W:      http://www.at91.com/
1303 S:      Maintained
1304 F:      drivers/mmc/host/at91_mci.c
1306 ATMEL AT91 / AT32 MCI DRIVER
1307 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1308 S:      Maintained
1309 F:      drivers/mmc/host/atmel-mci.c
1310 F:      drivers/mmc/host/atmel-mci-regs.h
1312 ATMEL AT91 / AT32 SERIAL DRIVER
1313 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1314 S:      Supported
1315 F:      drivers/tty/serial/atmel_serial.c
1317 ATMEL LCDFB DRIVER
1318 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1319 L:      linux-fbdev@vger.kernel.org
1320 S:      Maintained
1321 F:      drivers/video/atmel_lcdfb.c
1322 F:      include/video/atmel_lcdc.h
1324 ATMEL MACB ETHERNET DRIVER
1325 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1326 S:      Supported
1327 F:      drivers/net/ethernet/cadence/
1329 ATMEL SPI DRIVER
1330 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1331 S:      Supported
1332 F:      drivers/spi/spi-atmel.*
1334 ATMEL USBA UDC DRIVER
1335 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1336 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1337 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1338 S:      Supported
1339 F:      drivers/usb/gadget/atmel_usba_udc.*
1341 ATMEL WIRELESS DRIVER
1342 M:      Simon Kelley <simon@thekelleys.org.uk>
1343 L:      linux-wireless@vger.kernel.org
1344 W:      http://www.thekelleys.org.uk/atmel
1345 W:      http://atmelwlandriver.sourceforge.net/
1346 S:      Maintained
1347 F:      drivers/net/wireless/atmel*
1349 AUDIT SUBSYSTEM
1350 M:      Al Viro <viro@zeniv.linux.org.uk>
1351 M:      Eric Paris <eparis@redhat.com>
1352 L:      linux-audit@redhat.com (subscribers-only)
1353 W:      http://people.redhat.com/sgrubb/audit/
1354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1355 S:      Maintained
1356 F:      include/linux/audit.h
1357 F:      kernel/audit*
1359 AUXILIARY DISPLAY DRIVERS
1360 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1361 W:      http://miguelojeda.es/auxdisplay.htm
1362 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1363 S:      Maintained
1364 F:      drivers/auxdisplay/
1365 F:      include/linux/cfag12864b.h
1367 AVR32 ARCHITECTURE
1368 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1369 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1370 W:      http://www.atmel.com/products/AVR32/
1371 W:      http://avr32linux.org/
1372 W:      http://avrfreaks.net/
1373 S:      Maintained
1374 F:      arch/avr32/
1376 AVR32/AT32AP MACHINE SUPPORT
1377 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1378 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1379 S:      Maintained
1380 F:      arch/avr32/mach-at32ap/
1382 AX.25 NETWORK LAYER
1383 M:      Ralf Baechle <ralf@linux-mips.org>
1384 L:      linux-hams@vger.kernel.org
1385 W:      http://www.linux-ax25.org/
1386 S:      Maintained
1387 F:      include/linux/ax25.h
1388 F:      include/net/ax25.h
1389 F:      net/ax25/
1391 B43 WIRELESS DRIVER
1392 M:      Stefano Brivio <stefano.brivio@polimi.it>
1393 L:      linux-wireless@vger.kernel.org
1394 L:      b43-dev@lists.infradead.org
1395 W:      http://linuxwireless.org/en/users/Drivers/b43
1396 S:      Maintained
1397 F:      drivers/net/wireless/b43/
1399 B43LEGACY WIRELESS DRIVER
1400 M:      Larry Finger <Larry.Finger@lwfinger.net>
1401 M:      Stefano Brivio <stefano.brivio@polimi.it>
1402 L:      linux-wireless@vger.kernel.org
1403 L:      b43-dev@lists.infradead.org
1404 W:      http://linuxwireless.org/en/users/Drivers/b43
1405 S:      Maintained
1406 F:      drivers/net/wireless/b43legacy/
1408 BACKLIGHT CLASS/SUBSYSTEM
1409 M:      Richard Purdie <rpurdie@rpsys.net>
1410 S:      Maintained
1411 F:      drivers/video/backlight/
1412 F:      include/linux/backlight.h
1414 BATMAN ADVANCED
1415 M:      Marek Lindner <lindner_marek@yahoo.de>
1416 M:      Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1417 L:      b.a.t.m.a.n@lists.open-mesh.org
1418 W:      http://www.open-mesh.org/
1419 S:      Maintained
1420 F:      net/batman-adv/
1422 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1423 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1424 L:      linux-hams@vger.kernel.org
1425 W:      http://www.baycom.org/~tom/ham/ham.html
1426 S:      Maintained
1427 F:      drivers/net/hamradio/baycom*
1429 BEFS FILE SYSTEM
1430 S:      Orphan
1431 F:      Documentation/filesystems/befs.txt
1432 F:      fs/befs/
1434 BFS FILE SYSTEM
1435 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1436 S:      Maintained
1437 F:      Documentation/filesystems/bfs.txt
1438 F:      fs/bfs/
1439 F:      include/linux/bfs_fs.h
1441 BLACKFIN ARCHITECTURE
1442 M:      Mike Frysinger <vapier@gentoo.org>
1443 L:      uclinux-dist-devel@blackfin.uclinux.org
1444 W:      http://blackfin.uclinux.org
1445 S:      Supported
1446 F:      arch/blackfin/
1448 BLACKFIN EMAC DRIVER
1449 L:      uclinux-dist-devel@blackfin.uclinux.org
1450 W:      http://blackfin.uclinux.org
1451 S:      Supported
1452 F:      drivers/net/ethernet/adi/
1454 BLACKFIN RTC DRIVER
1455 M:      Mike Frysinger <vapier.adi@gmail.com>
1456 L:      uclinux-dist-devel@blackfin.uclinux.org
1457 W:      http://blackfin.uclinux.org
1458 S:      Supported
1459 F:      drivers/rtc/rtc-bfin.c
1461 BLACKFIN SDH DRIVER
1462 M:      Cliff Cai <cliff.cai@analog.com>
1463 L:      uclinux-dist-devel@blackfin.uclinux.org
1464 W:      http://blackfin.uclinux.org
1465 S:      Supported
1466 F:      drivers/mmc/host/bfin_sdh.c
1468 BLACKFIN SERIAL DRIVER
1469 M:      Sonic Zhang <sonic.zhang@analog.com>
1470 L:      uclinux-dist-devel@blackfin.uclinux.org
1471 W:      http://blackfin.uclinux.org
1472 S:      Supported
1473 F:      drivers/tty/serial/bfin_uart.c
1475 BLACKFIN WATCHDOG DRIVER
1476 M:      Mike Frysinger <vapier.adi@gmail.com>
1477 L:      uclinux-dist-devel@blackfin.uclinux.org
1478 W:      http://blackfin.uclinux.org
1479 S:      Supported
1480 F:      drivers/watchdog/bfin_wdt.c
1482 BLACKFIN I2C TWI DRIVER
1483 M:      Sonic Zhang <sonic.zhang@analog.com>
1484 L:      uclinux-dist-devel@blackfin.uclinux.org
1485 W:      http://blackfin.uclinux.org/
1486 S:      Supported
1487 F:      drivers/i2c/busses/i2c-bfin-twi.c
1489 BLOCK LAYER
1490 M:      Jens Axboe <axboe@kernel.dk>
1491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1492 S:      Maintained
1493 F:      block/
1495 BLOCK2MTD DRIVER
1496 M:      Joern Engel <joern@lazybastard.org>
1497 L:      linux-mtd@lists.infradead.org
1498 S:      Maintained
1499 F:      drivers/mtd/devices/block2mtd.c
1501 BLUETOOTH DRIVERS
1502 M:      Marcel Holtmann <marcel@holtmann.org>
1503 M:      Gustavo Padovan <gustavo@padovan.org>
1504 M:      Johan Hedberg <johan.hedberg@gmail.com>
1505 L:      linux-bluetooth@vger.kernel.org
1506 W:      http://www.bluez.org/
1507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth.git
1508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jh/bluetooth.git
1509 S:      Maintained
1510 F:      drivers/bluetooth/
1512 BLUETOOTH SUBSYSTEM
1513 M:      Marcel Holtmann <marcel@holtmann.org>
1514 M:      Gustavo Padovan <gustavo@padovan.org>
1515 M:      Johan Hedberg <johan.hedberg@gmail.com>
1516 L:      linux-bluetooth@vger.kernel.org
1517 W:      http://www.bluez.org/
1518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth.git
1519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jh/bluetooth.git
1520 S:      Maintained
1521 F:      net/bluetooth/
1522 F:      include/net/bluetooth/
1524 BONDING DRIVER
1525 M:      Jay Vosburgh <fubar@us.ibm.com>
1526 M:      Andy Gospodarek <andy@greyhouse.net>
1527 L:      netdev@vger.kernel.org
1528 W:      http://sourceforge.net/projects/bonding/
1529 S:      Supported
1530 F:      drivers/net/bonding/
1531 F:      include/linux/if_bonding.h
1533 BROADCOM B44 10/100 ETHERNET DRIVER
1534 M:      Gary Zambrano <zambrano@broadcom.com>
1535 L:      netdev@vger.kernel.org
1536 S:      Supported
1537 F:      drivers/net/ethernet/broadcom/b44.*
1539 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1540 M:      Michael Chan <mchan@broadcom.com>
1541 L:      netdev@vger.kernel.org
1542 S:      Supported
1543 F:      drivers/net/ethernet/broadcom/bnx2.*
1544 F:      drivers/net/ethernet/broadcom/bnx2_*
1546 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1547 M:      Eilon Greenstein <eilong@broadcom.com>
1548 L:      netdev@vger.kernel.org
1549 S:      Supported
1550 F:      drivers/net/ethernet/broadcom/bnx2x/
1552 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1553 M:      Matt Carlson <mcarlson@broadcom.com>
1554 M:      Michael Chan <mchan@broadcom.com>
1555 L:      netdev@vger.kernel.org
1556 S:      Supported
1557 F:      drivers/net/ethernet/broadcom/tg3.*
1559 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1560 M:      Brett Rudley <brudley@broadcom.com>
1561 M:      Roland Vossen <rvossen@broadcom.com>
1562 M:      Arend van Spriel <arend@broadcom.com>
1563 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
1564 M:      Kan Yan <kanyan@broadcom.com>
1565 L:      linux-wireless@vger.kernel.org
1566 S:      Supported
1567 F:      drivers/net/wireless/brcm80211/
1569 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1570 M:      Bhanu Prakash Gollapudi <bprakash@broadcom.com>
1571 L:      linux-scsi@vger.kernel.org
1572 S:      Supported
1573 F:      drivers/scsi/bnx2fc/
1575 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1576 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
1577 L:      linux-wireless@vger.kernel.org
1578 S:      Maintained
1579 F:      drivers/bcma/
1580 F:      include/linux/bcma/
1582 BROCADE BFA FC SCSI DRIVER
1583 M:      Jing Huang <huangj@brocade.com>
1584 L:      linux-scsi@vger.kernel.org
1585 S:      Supported
1586 F:      drivers/scsi/bfa/
1588 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1589 M:      Rasesh Mody <rmody@brocade.com>
1590 L:      netdev@vger.kernel.org
1591 S:      Supported
1592 F:      drivers/net/ethernet/brocade/bna/
1594 BSG (block layer generic sg v4 driver)
1595 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1596 L:      linux-scsi@vger.kernel.org
1597 S:      Supported
1598 F:      block/bsg.c
1599 F:      include/linux/bsg.h
1601 BT87X AUDIO DRIVER
1602 M:      Clemens Ladisch <clemens@ladisch.de>
1603 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1604 T:      git git://git.alsa-project.org/alsa-kernel.git
1605 S:      Maintained
1606 F:      Documentation/sound/alsa/Bt87x.txt
1607 F:      sound/pci/bt87x.c
1609 BT8XXGPIO DRIVER
1610 M:      Michael Buesch <m@bues.ch>
1611 W:      http://bu3sch.de/btgpio.php
1612 S:      Maintained
1613 F:      drivers/gpio/gpio-bt8xx.c
1615 BTRFS FILE SYSTEM
1616 M:      Chris Mason <chris.mason@oracle.com>
1617 L:      linux-btrfs@vger.kernel.org
1618 W:      http://btrfs.wiki.kernel.org/
1619 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1621 S:      Maintained
1622 F:      Documentation/filesystems/btrfs.txt
1623 F:      fs/btrfs/
1625 BTTV VIDEO4LINUX DRIVER
1626 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1627 L:      linux-media@vger.kernel.org
1628 W:      http://linuxtv.org
1629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1630 S:      Maintained
1631 F:      Documentation/video4linux/bttv/
1632 F:      drivers/media/video/bt8xx/bttv*
1634 C-MEDIA CMI8788 DRIVER
1635 M:      Clemens Ladisch <clemens@ladisch.de>
1636 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1637 T:      git git://git.alsa-project.org/alsa-kernel.git
1638 S:      Maintained
1639 F:      sound/pci/oxygen/
1641 C6X ARCHITECTURE
1642 M:      Mark Salter <msalter@redhat.com>
1643 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
1644 L:      linux-c6x-dev@linux-c6x.org
1645 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
1646 S:      Maintained
1647 F:      arch/c6x/
1649 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1650 M:      David Howells <dhowells@redhat.com>
1651 L:      linux-cachefs@redhat.com
1652 S:      Supported
1653 F:      Documentation/filesystems/caching/cachefiles.txt
1654 F:      fs/cachefiles/
1656 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1657 M:      Jonathan Corbet <corbet@lwn.net>
1658 L:      linux-media@vger.kernel.org
1659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1660 S:      Maintained
1661 F:      Documentation/video4linux/cafe_ccic
1662 F:      drivers/media/video/marvell-ccic/
1664 CAIF NETWORK LAYER
1665 M:      Sjur Braendeland <sjur.brandeland@stericsson.com>
1666 L:      netdev@vger.kernel.org
1667 S:      Supported
1668 F:      Documentation/networking/caif/
1669 F:      drivers/net/caif/
1670 F:      include/linux/caif/
1671 F:      include/net/caif/
1672 F:      net/caif/
1674 CALGARY x86-64 IOMMU
1675 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1676 M:      "Jon D. Mason" <jdmason@kudzu.us>
1677 L:      discuss@x86-64.org
1678 S:      Maintained
1679 F:      arch/x86/kernel/pci-calgary_64.c
1680 F:      arch/x86/kernel/tce_64.c
1681 F:      arch/x86/include/asm/calgary.h
1682 F:      arch/x86/include/asm/tce.h
1684 CAN NETWORK LAYER
1685 M:      Oliver Hartkopp <socketcan@hartkopp.net>
1686 L:      linux-can@vger.kernel.org
1687 W:      http://gitorious.org/linux-can
1688 T:      git git://gitorious.org/linux-can/linux-can-next.git
1689 S:      Maintained
1690 F:      net/can/
1691 F:      include/linux/can.h
1692 F:      include/linux/can/core.h
1693 F:      include/linux/can/bcm.h
1694 F:      include/linux/can/raw.h
1695 F:      include/linux/can/gw.h
1697 CAN NETWORK DRIVERS
1698 M:      Wolfgang Grandegger <wg@grandegger.com>
1699 M:      Marc Kleine-Budde <mkl@pengutronix.de>
1700 L:      linux-can@vger.kernel.org
1701 W:      http://gitorious.org/linux-can
1702 T:      git git://gitorious.org/linux-can/linux-can-next.git
1703 S:      Maintained
1704 F:      drivers/net/can/
1705 F:      include/linux/can/dev.h
1706 F:      include/linux/can/error.h
1707 F:      include/linux/can/netlink.h
1708 F:      include/linux/can/platform/
1710 CAPABILITIES
1711 M:      Serge Hallyn <serge.hallyn@canonical.com>
1712 L:      linux-security-module@vger.kernel.org
1713 S:      Supported       
1714 F:      include/linux/capability.h
1715 F:      security/capability.c
1716 F:      security/commoncap.c 
1718 CELL BROADBAND ENGINE ARCHITECTURE
1719 M:      Arnd Bergmann <arnd@arndb.de>
1720 L:      linuxppc-dev@lists.ozlabs.org
1721 L:      cbe-oss-dev@lists.ozlabs.org
1722 W:      http://www.ibm.com/developerworks/power/cell/
1723 S:      Supported
1724 F:      arch/powerpc/include/asm/cell*.h
1725 F:      arch/powerpc/include/asm/spu*.h
1726 F:      arch/powerpc/oprofile/*cell*
1727 F:      arch/powerpc/platforms/cell/
1729 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1730 M:      Sage Weil <sage@newdream.net>
1731 L:      ceph-devel@vger.kernel.org
1732 W:      http://ceph.newdream.net/
1733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1734 S:      Supported
1735 F:      Documentation/filesystems/ceph.txt
1736 F:      fs/ceph
1737 F:      net/ceph
1738 F:      include/linux/ceph
1740 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1741 L:      linux-usb@vger.kernel.org
1742 S:      Orphan
1743 F:      Documentation/usb/WUSB-Design-overview.txt
1744 F:      Documentation/usb/wusb-cbaf
1745 F:      drivers/usb/host/hwa-hc.c
1746 F:      drivers/usb/host/whci/
1747 F:      drivers/usb/wusbcore/
1748 F:      include/linux/usb/wusb*
1750 CFAG12864B LCD DRIVER
1751 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1752 W:      http://miguelojeda.es/auxdisplay.htm
1753 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1754 S:      Maintained
1755 F:      drivers/auxdisplay/cfag12864b.c
1756 F:      include/linux/cfag12864b.h
1758 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1759 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1760 W:      http://miguelojeda.es/auxdisplay.htm
1761 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1762 S:      Maintained
1763 F:      drivers/auxdisplay/cfag12864bfb.c
1764 F:      include/linux/cfag12864b.h
1766 CFG80211 and NL80211
1767 M:      Johannes Berg <johannes@sipsolutions.net>
1768 L:      linux-wireless@vger.kernel.org
1769 S:      Maintained
1770 F:      include/linux/nl80211.h
1771 F:      include/net/cfg80211.h
1772 F:      net/wireless/*
1773 X:      net/wireless/wext*
1775 CHAR and MISC DRIVERS
1776 M:      Arnd Bergmann <arnd@arndb.de>
1777 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
1779 S:      Supported
1780 F:      drivers/char/*
1781 F:      drivers/misc/*
1783 CHECKPATCH
1784 M:      Andy Whitcroft <apw@canonical.com>
1785 S:      Supported
1786 F:      scripts/checkpatch.pl
1788 CHINESE DOCUMENTATION
1789 M:      Harry Wei <harryxiyou@gmail.com>
1790 L:      xiyoulinuxkernelgroup@googlegroups.com
1791 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
1792 S:      Maintained
1793 F:      Documentation/zh_CN/
1795 CISCO VIC ETHERNET NIC DRIVER
1796 M:      Christian Benvenuti <benve@cisco.com>
1797 M:      Roopa Prabhu <roprabhu@cisco.com>
1798 M:      Neel Patel <neepatel@cisco.com>
1799 M:      Nishank Trivedi <nistrive@cisco.com>
1800 S:      Supported
1801 F:      drivers/net/ethernet/cisco/enic/
1803 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1804 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1805 L:      netdev@vger.kernel.org
1806 S:      Maintained
1807 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
1809 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1810 M:      Lennert Buytenhek <kernel@wantstofly.org>
1811 L:      linux-usb@vger.kernel.org
1812 S:      Maintained
1813 F:      drivers/usb/host/ohci-ep93xx.c
1815 CIRRUS LOGIC CS4270 SOUND DRIVER
1816 M:      Timur Tabi <timur@freescale.com>
1817 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1818 S:      Supported
1819 F:      sound/soc/codecs/cs4270*
1821 CLEANCACHE API
1822 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
1823 L:      linux-kernel@vger.kernel.org
1824 S:      Maintained
1825 F:      mm/cleancache.c
1826 F:      include/linux/cleancache.h
1828 CLK API
1829 M:      Russell King <linux@arm.linux.org.uk>
1830 S:      Maintained
1831 F:      include/linux/clk.h
1833 CISCO FCOE HBA DRIVER
1834 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1835 M:      Venkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com>
1836 M:      Brian Uchino <buchino@cisco.com>
1837 L:      linux-scsi@vger.kernel.org
1838 S:      Supported
1839 F:      drivers/scsi/fnic/
1841 CMPC ACPI DRIVER
1842 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1843 M:      Daniel Oliveira Nascimento <don@syst.com.br>
1844 L:      platform-driver-x86@vger.kernel.org
1845 S:      Supported
1846 F:      drivers/platform/x86/classmate-laptop.c
1848 COCCINELLE/Semantic Patches (SmPL)
1849 M:      Julia Lawall <julia@diku.dk>
1850 M:      Gilles Muller <Gilles.Muller@lip6.fr>
1851 M:      Nicolas Palix <npalix.work@gmail.com>
1852 L:      cocci@diku.dk (moderated for non-subscribers)
1853 W:      http://coccinelle.lip6.fr/
1854 S:      Supported
1855 F:      scripts/coccinelle/
1856 F:      scripts/coccicheck
1858 CODA FILE SYSTEM
1859 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1860 M:      coda@cs.cmu.edu
1861 L:      codalist@coda.cs.cmu.edu
1862 W:      http://www.coda.cs.cmu.edu/
1863 S:      Maintained
1864 F:      Documentation/filesystems/coda.txt
1865 F:      fs/coda/
1866 F:      include/linux/coda*.h
1868 COMMON INTERNET FILE SYSTEM (CIFS)
1869 M:      Steve French <sfrench@samba.org>
1870 L:      linux-cifs@vger.kernel.org
1871 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
1872 W:      http://linux-cifs.samba.org/
1873 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1875 S:      Supported
1876 F:      Documentation/filesystems/cifs.txt
1877 F:      fs/cifs/
1879 COMPACTPCI HOTPLUG CORE
1880 M:      Scott Murray <scott@spiteful.org>
1881 L:      linux-pci@vger.kernel.org
1882 S:      Maintained
1883 F:      drivers/pci/hotplug/cpci_hotplug*
1885 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1886 M:      Scott Murray <scott@spiteful.org>
1887 L:      linux-pci@vger.kernel.org
1888 S:      Maintained
1889 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1891 COMPACTPCI HOTPLUG GENERIC DRIVER
1892 M:      Scott Murray <scott@spiteful.org>
1893 L:      linux-pci@vger.kernel.org
1894 S:      Maintained
1895 F:      drivers/pci/hotplug/cpcihp_generic.c
1897 COMPAL LAPTOP SUPPORT
1898 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1899 L:      platform-driver-x86@vger.kernel.org
1900 S:      Maintained
1901 F:      drivers/platform/x86/compal-laptop.c
1903 CONEXANT ACCESSRUNNER USB DRIVER
1904 M:      Simon Arlott <cxacru@fire.lp0.eu>
1905 L:      accessrunner-general@lists.sourceforge.net
1906 W:      http://accessrunner.sourceforge.net/
1907 S:      Maintained
1908 F:      drivers/usb/atm/cxacru.c
1910 CONFIGFS
1911 M:      Joel Becker <jlbec@evilplan.org>
1912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1913 S:      Supported
1914 F:      fs/configfs/
1915 F:      include/linux/configfs.h
1917 CONNECTOR
1918 M:      Evgeniy Polyakov <zbr@ioremap.net>
1919 L:      netdev@vger.kernel.org
1920 S:      Maintained
1921 F:      drivers/connector/
1923 CONTROL GROUPS (CGROUPS)
1924 M:      Tejun Heo <tj@kernel.org>
1925 M:      Li Zefan <lizefan@huawei.com>
1926 L:      containers@lists.linux-foundation.org
1927 L:      cgroups@vger.kernel.org
1928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
1929 S:      Maintained
1930 F:      include/linux/cgroup*
1931 F:      kernel/cgroup*
1932 F:      mm/*cgroup*
1934 CORETEMP HARDWARE MONITORING DRIVER
1935 M:      Fenghua Yu <fenghua.yu@intel.com>
1936 L:      lm-sensors@lm-sensors.org
1937 S:      Maintained
1938 F:      Documentation/hwmon/coretemp
1939 F:      drivers/hwmon/coretemp.c
1941 COSA/SRP SYNC SERIAL DRIVER
1942 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1943 W:      http://www.fi.muni.cz/~kas/cosa/
1944 S:      Maintained
1945 F:      drivers/net/wan/cosa*
1947 CPMAC ETHERNET DRIVER
1948 M:      Florian Fainelli <florian@openwrt.org>
1949 L:      netdev@vger.kernel.org
1950 S:      Maintained
1951 F:      drivers/net/ethernet/ti/cpmac.c
1953 CPU FREQUENCY DRIVERS
1954 M:      Dave Jones <davej@redhat.com>
1955 L:      cpufreq@vger.kernel.org
1956 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1958 S:      Maintained
1959 F:      drivers/cpufreq/
1960 F:      include/linux/cpufreq.h
1962 CPUID/MSR DRIVER
1963 M:      "H. Peter Anvin" <hpa@zytor.com>
1964 S:      Maintained
1965 F:      arch/x86/kernel/cpuid.c
1966 F:      arch/x86/kernel/msr.c
1968 CPU POWER MONITORING SUBSYSTEM
1969 M:      Dominik Brodowski <linux@dominikbrodowski.net>
1970 M:      Thomas Renninger <trenn@suse.de>
1971 S:      Maintained
1972 F:      tools/power/cpupower
1974 CPUSETS
1975 M:      Paul Menage <paul@paulmenage.org>
1976 W:      http://www.bullopensource.org/cpuset/
1977 W:      http://oss.sgi.com/projects/cpusets/
1978 S:      Supported
1979 F:      Documentation/cgroups/cpusets.txt
1980 F:      include/linux/cpuset.h
1981 F:      kernel/cpuset.c
1983 CRAMFS FILESYSTEM
1984 W:      http://sourceforge.net/projects/cramfs/
1985 S:      Orphan
1986 F:      Documentation/filesystems/cramfs.txt
1987 F:      fs/cramfs/
1989 CRIS PORT
1990 M:      Mikael Starvik <starvik@axis.com>
1991 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1992 L:      linux-cris-kernel@axis.com
1993 W:      http://developer.axis.com
1994 S:      Maintained
1995 F:      arch/cris/
1996 F:      drivers/tty/serial/crisv10.*
1998 CRYPTO API
1999 M:      Herbert Xu <herbert@gondor.apana.org.au>
2000 M:      "David S. Miller" <davem@davemloft.net>
2001 L:      linux-crypto@vger.kernel.org
2002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2003 S:      Maintained
2004 F:      Documentation/crypto/
2005 F:      arch/*/crypto/
2006 F:      crypto/
2007 F:      drivers/crypto/
2008 F:      include/crypto/
2010 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2011 M:      Neil Horman <nhorman@tuxdriver.com>
2012 L:      linux-crypto@vger.kernel.org
2013 S:      Maintained
2014 F:      crypto/ansi_cprng.c
2015 F:      crypto/rng.c
2017 CS5535 Audio ALSA driver
2018 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2019 S:      Maintained
2020 F:      sound/pci/cs5535audio/
2022 CX18 VIDEO4LINUX DRIVER
2023 M:      Andy Walls <awalls@md.metrocast.net>
2024 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
2025 L:      linux-media@vger.kernel.org
2026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
2027 W:      http://linuxtv.org
2028 W:      http://www.ivtvdriver.org/index.php/Cx18
2029 S:      Maintained
2030 F:      Documentation/video4linux/cx18.txt
2031 F:      drivers/media/video/cx18/
2033 CXGB3 ETHERNET DRIVER (CXGB3)
2034 M:      Divy Le Ray <divy@chelsio.com>
2035 L:      netdev@vger.kernel.org
2036 W:      http://www.chelsio.com
2037 S:      Supported
2038 F:      drivers/net/ethernet/chelsio/cxgb3/
2040 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2041 M:      Steve Wise <swise@chelsio.com>
2042 L:      linux-rdma@vger.kernel.org
2043 W:      http://www.openfabrics.org
2044 S:      Supported
2045 F:      drivers/infiniband/hw/cxgb3/
2047 CXGB4 ETHERNET DRIVER (CXGB4)
2048 M:      Dimitris Michailidis <dm@chelsio.com>
2049 L:      netdev@vger.kernel.org
2050 W:      http://www.chelsio.com
2051 S:      Supported
2052 F:      drivers/net/ethernet/chelsio/cxgb4/
2054 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2055 M:      Steve Wise <swise@chelsio.com>
2056 L:      linux-rdma@vger.kernel.org
2057 W:      http://www.openfabrics.org
2058 S:      Supported
2059 F:      drivers/infiniband/hw/cxgb4/
2061 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2062 M:      Casey Leedom <leedom@chelsio.com>
2063 L:      netdev@vger.kernel.org
2064 W:      http://www.chelsio.com
2065 S:      Supported
2066 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2068 STMMAC ETHERNET DRIVER
2069 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2070 L:      netdev@vger.kernel.org
2071 W:      http://www.stlinux.com
2072 S:      Supported
2073 F:      drivers/net/ethernet/stmicro/stmmac/
2075 CYBERPRO FB DRIVER
2076 M:      Russell King <linux@arm.linux.org.uk>
2077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2078 W:      http://www.arm.linux.org.uk/
2079 S:      Maintained
2080 F:      drivers/video/cyber2000fb.*
2082 CYCLADES 2X SYNC CARD DRIVER
2083 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2084 W:      http://oops.ghostprotocols.net:81/blog
2085 S:      Maintained
2086 F:      drivers/net/wan/cycx*
2088 CYCLADES ASYNC MUX DRIVER
2089 W:      http://www.cyclades.com/
2090 S:      Orphan
2091 F:      drivers/tty/cyclades.c
2092 F:      include/linux/cyclades.h
2094 CYCLADES PC300 DRIVER
2095 W:      http://www.cyclades.com/
2096 S:      Orphan
2097 F:      drivers/net/wan/pc300*
2099 CYTTSP TOUCHSCREEN DRIVER
2100 M:      Javier Martinez Canillas <javier@dowhile0.org>
2101 L:      linux-input@vger.kernel.org
2102 S:      Maintained
2103 F:      drivers/input/touchscreen/cyttsp*
2104 F:      include/linux/input/cyttsp.h
2106 DAMA SLAVE for AX.25
2107 M:      Joerg Reuter <jreuter@yaina.de>
2108 W:      http://yaina.de/jreuter/
2109 W:      http://www.qsl.net/dl1bke/
2110 L:      linux-hams@vger.kernel.org
2111 S:      Maintained
2112 F:      net/ax25/af_ax25.c
2113 F:      net/ax25/ax25_dev.c
2114 F:      net/ax25/ax25_ds_*
2115 F:      net/ax25/ax25_in.c
2116 F:      net/ax25/ax25_out.c
2117 F:      net/ax25/ax25_timer.c
2118 F:      net/ax25/sysctl_net_ax25.c
2120 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2121 L:      netdev@vger.kernel.org
2122 S:      Orphan
2123 F:      Documentation/networking/dmfe.txt
2124 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2126 DC390/AM53C974 SCSI driver
2127 M:      Kurt Garloff <garloff@suse.de>
2128 W:      http://www.garloff.de/kurt/linux/dc390/
2129 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2130 S:      Maintained
2131 F:      drivers/scsi/tmscsim.*
2133 DC395x SCSI driver
2134 M:      Oliver Neukum <oliver@neukum.name>
2135 M:      Ali Akcaagac <aliakc@web.de>
2136 M:      Jamie Lenehan <lenehan@twibble.org>
2137 W:      http://twibble.org/dist/dc395x/
2138 L:      dc395x@twibble.org
2139 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
2140 S:      Maintained
2141 F:      Documentation/scsi/dc395x.txt
2142 F:      drivers/scsi/dc395x.*
2144 DCCP PROTOCOL
2145 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2146 L:      dccp@vger.kernel.org
2147 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2148 S:      Maintained
2149 F:      include/linux/dccp.h
2150 F:      include/linux/tfrc.h
2151 F:      net/dccp/
2153 DECnet NETWORK LAYER
2154 W:      http://linux-decnet.sourceforge.net
2155 L:      linux-decnet-user@lists.sourceforge.net
2156 S:      Orphan
2157 F:      Documentation/networking/decnet.txt
2158 F:      net/decnet/
2160 DEFXX FDDI NETWORK DRIVER
2161 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2162 S:      Maintained
2163 F:      drivers/net/fddi/defxx.*
2165 DELL LAPTOP DRIVER
2166 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2167 L:      platform-driver-x86@vger.kernel.org
2168 S:      Maintained
2169 F:      drivers/platform/x86/dell-laptop.c
2171 DELL LAPTOP SMM DRIVER
2172 M:      Massimo Dal Zotto <dz@debian.org>
2173 W:      http://www.debian.org/~dz/i8k/
2174 S:      Maintained
2175 F:      drivers/char/i8k.c
2176 F:      include/linux/i8k.h
2178 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2179 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2180 S:      Maintained
2181 F:      Documentation/dcdbas.txt
2182 F:      drivers/firmware/dcdbas.*
2184 DELL WMI EXTRAS DRIVER
2185 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2186 S:      Maintained
2187 F:      drivers/platform/x86/dell-wmi.c
2189 DESIGNWARE USB3 DRD IP DRIVER
2190 M:      Felipe Balbi <balbi@ti.com>
2191 L:      linux-usb@vger.kernel.org
2192 L:      linux-omap@vger.kernel.org
2193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2194 S:      Maintained
2195 F:      drivers/usb/dwc3/
2197 DEVICE FREQUENCY (DEVFREQ)
2198 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
2199 M:      Kyungmin Park <kyungmin.park@samsung.com>
2200 L:      linux-kernel@vger.kernel.org
2201 S:      Maintained
2202 F:      drivers/devfreq/
2204 DEVICE NUMBER REGISTRY
2205 M:      Torben Mathiasen <device@lanana.org>
2206 W:      http://lanana.org/docs/device-list/index.html
2207 S:      Maintained
2209 DEVICE-MAPPER  (LVM)
2210 M:      Alasdair Kergon <agk@redhat.com>
2211 M:      dm-devel@redhat.com
2212 L:      dm-devel@redhat.com
2213 W:      http://sources.redhat.com/dm
2214 Q:      http://patchwork.kernel.org/project/dm-devel/list/
2215 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
2216 S:      Maintained
2217 F:      Documentation/device-mapper/
2218 F:      drivers/md/dm*
2219 F:      drivers/md/persistent-data/
2220 F:      include/linux/device-mapper.h
2221 F:      include/linux/dm-*.h
2223 DIOLAN U2C-12 I2C DRIVER
2224 M:      Guenter Roeck <guenter.roeck@ericsson.com>
2225 L:      linux-i2c@vger.kernel.org
2226 S:      Maintained
2227 F:      drivers/i2c/busses/i2c-diolan-u2c.c
2229 DIRECTORY NOTIFICATION (DNOTIFY)
2230 M:      Eric Paris <eparis@parisplace.org>
2231 S:      Maintained
2232 F:      Documentation/filesystems/dnotify.txt
2233 F:      fs/notify/dnotify/
2234 F:      include/linux/dnotify.h
2236 DISK GEOMETRY AND PARTITION HANDLING
2237 M:      Andries Brouwer <aeb@cwi.nl>
2238 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2239 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2240 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2241 S:      Maintained
2243 DISKQUOTA
2244 M:      Jan Kara <jack@suse.cz>
2245 S:      Maintained
2246 F:      Documentation/filesystems/quota.txt
2247 F:      fs/quota/
2248 F:      include/linux/quota*.h
2250 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2251 M:      Bernie Thompson <bernie@plugable.com>
2252 L:      linux-fbdev@vger.kernel.org
2253 S:      Maintained
2254 W:      http://plugable.com/category/projects/udlfb/
2255 F:      drivers/video/udlfb.c
2256 F:      include/video/udlfb.h
2257 F:      Documentation/fb/udlfb.txt
2259 DISTRIBUTED LOCK MANAGER (DLM)
2260 M:      Christine Caulfield <ccaulfie@redhat.com>
2261 M:      David Teigland <teigland@redhat.com>
2262 L:      cluster-devel@redhat.com
2263 W:      http://sources.redhat.com/cluster/
2264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2265 S:      Supported
2266 F:      fs/dlm/
2268 DMA BUFFER SHARING FRAMEWORK
2269 M:      Sumit Semwal <sumit.semwal@linaro.org>
2270 S:      Maintained
2271 L:      linux-media@vger.kernel.org
2272 L:      dri-devel@lists.freedesktop.org
2273 L:      linaro-mm-sig@lists.linaro.org
2274 F:      drivers/base/dma-buf*
2275 F:      include/linux/dma-buf*
2276 F:      Documentation/dma-buf-sharing.txt
2277 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2279 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2280 M:      Vinod Koul <vinod.koul@intel.com>
2281 M:      Dan Williams <dan.j.williams@intel.com>
2282 S:      Supported
2283 F:      drivers/dma/
2284 F:      include/linux/dma*
2285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2286 T:      git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2288 DME1737 HARDWARE MONITOR DRIVER
2289 M:      Juerg Haefliger <juergh@gmail.com>
2290 L:      lm-sensors@lm-sensors.org
2291 S:      Maintained
2292 F:      Documentation/hwmon/dme1737
2293 F:      drivers/hwmon/dme1737.c
2295 DOCBOOK FOR DOCUMENTATION
2296 M:      Randy Dunlap <rdunlap@xenotime.net>
2297 S:      Maintained
2298 F:      scripts/kernel-doc
2300 DOCKING STATION DRIVER
2301 M:      Shaohua Li <shaohua.li@intel.com>
2302 L:      linux-acpi@vger.kernel.org
2303 S:      Supported
2304 F:      drivers/acpi/dock.c
2306 DOCUMENTATION
2307 M:      Randy Dunlap <rdunlap@xenotime.net>
2308 L:      linux-doc@vger.kernel.org
2309 T:      quilt http://xenotime.net/kernel-doc-patches/current/
2310 S:      Maintained
2311 F:      Documentation/
2313 DOUBLETALK DRIVER
2314 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2315 L:      blinux-list@redhat.com
2316 S:      Maintained
2317 F:      drivers/char/dtlk.c
2318 F:      include/linux/dtlk.h
2320 DPT_I2O SCSI RAID DRIVER
2321 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2322 L:      linux-scsi@vger.kernel.org
2323 W:      http://www.adaptec.com/
2324 S:      Maintained
2325 F:      drivers/scsi/dpt*
2326 F:      drivers/scsi/dpt/
2328 DRBD DRIVER
2329 P:      Philipp Reisner
2330 P:      Lars Ellenberg
2331 M:      drbd-dev@lists.linbit.com
2332 L:      drbd-user@lists.linbit.com
2333 W:      http://www.drbd.org
2334 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2335 T:      git git://git.drbd.org/drbd-8.3.git
2336 S:      Supported
2337 F:      drivers/block/drbd/
2338 F:      lib/lru_cache.c
2339 F:      Documentation/blockdev/drbd/
2341 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2342 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2344 S:      Supported
2345 F:      Documentation/kobject.txt
2346 F:      drivers/base/
2347 F:      fs/sysfs/
2348 F:      fs/debugfs/
2349 F:      include/linux/kobj*
2350 F:      include/linux/debugfs.h
2351 F:      lib/kobj*
2353 DRM DRIVERS
2354 M:      David Airlie <airlied@linux.ie>
2355 L:      dri-devel@lists.freedesktop.org
2356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2357 S:      Maintained
2358 F:      drivers/gpu/drm/
2359 F:      include/drm/
2361 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2362 M:      Keith Packard <keithp@keithp.com>
2363 L:      intel-gfx@lists.freedesktop.org (subscribers-only)
2364 L:      dri-devel@lists.freedesktop.org
2365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux.git
2366 S:      Supported
2367 F:      drivers/gpu/drm/i915
2368 F:      include/drm/i915*
2370 DRM DRIVERS FOR EXYNOS
2371 M:      Inki Dae <inki.dae@samsung.com>
2372 M:      Joonyoung Shim <jy0922.shim@samsung.com>
2373 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
2374 M:      Kyungmin Park <kyungmin.park@samsung.com>
2375 L:      dri-devel@lists.freedesktop.org
2376 S:      Supported
2377 F:      drivers/gpu/drm/exynos
2378 F:      include/drm/exynos*
2380 DSCC4 DRIVER
2381 M:      Francois Romieu <romieu@fr.zoreil.com>
2382 L:      netdev@vger.kernel.org
2383 S:      Maintained
2384 F:      drivers/net/wan/dscc4.c
2386 DYNAMIC DEBUG
2387 M:      Jason Baron <jbaron@redhat.com>
2388 S:      Maintained
2389 F:      lib/dynamic_debug.c
2390 F:      include/linux/dynamic_debug.h
2392 DZ DECSTATION DZ11 SERIAL DRIVER
2393 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2394 S:      Maintained
2395 F:      drivers/tty/serial/dz.*
2397 EATA-DMA SCSI DRIVER
2398 M:      Michael Neuffer <mike@i-Connect.Net>
2399 L:      linux-eata@i-connect.net
2400 L:      linux-scsi@vger.kernel.org
2401 S:      Maintained
2402 F:      drivers/scsi/eata*
2404 EATA ISA/EISA/PCI SCSI DRIVER
2405 M:      Dario Ballabio <ballabio_dario@emc.com>
2406 L:      linux-scsi@vger.kernel.org
2407 S:      Maintained
2408 F:      drivers/scsi/eata.c
2410 EATA-PIO SCSI DRIVER
2411 M:      Michael Neuffer <mike@i-Connect.Net>
2412 L:      linux-eata@i-connect.net
2413 L:      linux-scsi@vger.kernel.org
2414 S:      Maintained
2415 F:      drivers/scsi/eata_pio.*
2417 EBTABLES
2418 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
2419 L:      netfilter-devel@vger.kernel.org
2420 W:      http://ebtables.sourceforge.net/
2421 S:      Maintained
2422 F:      include/linux/netfilter_bridge/ebt_*.h
2423 F:      net/bridge/netfilter/ebt*.c
2425 ECRYPT FILE SYSTEM
2426 M:      Tyler Hicks <tyhicks@canonical.com>
2427 M:      Dustin Kirkland <dustin.kirkland@gazzang.com>
2428 L:      ecryptfs@vger.kernel.org
2429 W:      https://launchpad.net/ecryptfs
2430 S:      Supported
2431 F:      Documentation/filesystems/ecryptfs.txt
2432 F:      fs/ecryptfs/
2434 EDAC-CORE
2435 M:      Doug Thompson <dougthompson@xmission.com>
2436 L:      linux-edac@vger.kernel.org
2437 W:      bluesmoke.sourceforge.net
2438 S:      Supported
2439 F:      Documentation/edac.txt
2440 F:      drivers/edac/
2441 F:      include/linux/edac.h
2443 EDAC-AMD64
2444 M:      Doug Thompson <dougthompson@xmission.com>
2445 M:      Borislav Petkov <borislav.petkov@amd.com>
2446 L:      linux-edac@vger.kernel.org
2447 W:      bluesmoke.sourceforge.net
2448 S:      Supported
2449 F:      drivers/edac/amd64_edac*
2451 EDAC-E752X
2452 M:      Mark Gross <mark.gross@intel.com>
2453 M:      Doug Thompson <dougthompson@xmission.com>
2454 L:      linux-edac@vger.kernel.org
2455 W:      bluesmoke.sourceforge.net
2456 S:      Maintained
2457 F:      drivers/edac/e752x_edac.c
2459 EDAC-E7XXX
2460 M:      Doug Thompson <dougthompson@xmission.com>
2461 L:      linux-edac@vger.kernel.org
2462 W:      bluesmoke.sourceforge.net
2463 S:      Maintained
2464 F:      drivers/edac/e7xxx_edac.c
2466 EDAC-I82443BXGX
2467 M:      Tim Small <tim@buttersideup.com>
2468 L:      linux-edac@vger.kernel.org
2469 W:      bluesmoke.sourceforge.net
2470 S:      Maintained
2471 F:      drivers/edac/i82443bxgx_edac.c
2473 EDAC-I3000
2474 M:      Jason Uhlenkott <juhlenko@akamai.com>
2475 L:      linux-edac@vger.kernel.org
2476 W:      bluesmoke.sourceforge.net
2477 S:      Maintained
2478 F:      drivers/edac/i3000_edac.c
2480 EDAC-I5000
2481 M:      Doug Thompson <dougthompson@xmission.com>
2482 L:      linux-edac@vger.kernel.org
2483 W:      bluesmoke.sourceforge.net
2484 S:      Maintained
2485 F:      drivers/edac/i5000_edac.c
2487 EDAC-I5400
2488 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2489 L:      linux-edac@vger.kernel.org
2490 W:      bluesmoke.sourceforge.net
2491 S:      Maintained
2492 F:      drivers/edac/i5400_edac.c
2494 EDAC-I7300
2495 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2496 L:      linux-edac@vger.kernel.org
2497 W:      bluesmoke.sourceforge.net
2498 S:      Maintained
2499 F:      drivers/edac/i7300_edac.c
2501 EDAC-I7CORE
2502 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2503 L:      linux-edac@vger.kernel.org
2504 W:      bluesmoke.sourceforge.net
2505 S:      Maintained
2506 F:      drivers/edac/i7core_edac.c
2508 EDAC-I82975X
2509 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
2510 M:      "Arvind R." <arvino55@gmail.com>
2511 L:      linux-edac@vger.kernel.org
2512 W:      bluesmoke.sourceforge.net
2513 S:      Maintained
2514 F:      drivers/edac/i82975x_edac.c
2516 EDAC-PASEMI
2517 M:      Egor Martovetsky <egor@pasemi.com>
2518 L:      linux-edac@vger.kernel.org
2519 W:      bluesmoke.sourceforge.net
2520 S:      Maintained
2521 F:      drivers/edac/pasemi_edac.c
2523 EDAC-R82600
2524 M:      Tim Small <tim@buttersideup.com>
2525 L:      linux-edac@vger.kernel.org
2526 W:      bluesmoke.sourceforge.net
2527 S:      Maintained
2528 F:      drivers/edac/r82600_edac.c
2530 EDAC-SBRIDGE
2531 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2532 L:      linux-edac@vger.kernel.org
2533 W:      bluesmoke.sourceforge.net
2534 S:      Maintained
2535 F:      drivers/edac/sb_edac.c
2537 EDIROL UA-101/UA-1000 DRIVER
2538 M:      Clemens Ladisch <clemens@ladisch.de>
2539 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2540 T:      git git://git.alsa-project.org/alsa-kernel.git
2541 S:      Maintained
2542 F:      sound/usb/misc/ua101.c
2544 EFIFB FRAMEBUFFER DRIVER
2545 L:      linux-fbdev@vger.kernel.org
2546 M:      Peter Jones <pjones@redhat.com>
2547 S:      Maintained
2548 F:      drivers/video/efifb.c
2550 EFS FILESYSTEM
2551 W:      http://aeschi.ch.eu.org/efs/
2552 S:      Orphan
2553 F:      fs/efs/
2555 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2556 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2557 M:      Christoph Raisch <raisch@de.ibm.com>
2558 L:      linux-rdma@vger.kernel.org
2559 S:      Supported
2560 F:      drivers/infiniband/hw/ehca/
2562 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2563 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
2564 L:      netdev@vger.kernel.org
2565 S:      Maintained
2566 F:      drivers/net/ethernet/ibm/ehea/
2568 EMBEDDED LINUX
2569 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
2570 M:      Matt Mackall <mpm@selenic.com>
2571 M:      David Woodhouse <dwmw2@infradead.org>
2572 L:      linux-embedded@vger.kernel.org
2573 S:      Maintained
2575 EMULEX LPFC FC SCSI DRIVER
2576 M:      James Smart <james.smart@emulex.com>
2577 L:      linux-scsi@vger.kernel.org
2578 W:      http://sourceforge.net/projects/lpfcxxxx
2579 S:      Supported
2580 F:      drivers/scsi/lpfc/
2582 ENE CB710 FLASH CARD READER DRIVER
2583 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
2584 S:      Maintained
2585 F:      drivers/misc/cb710/
2586 F:      drivers/mmc/host/cb710-mmc.*
2587 F:      include/linux/cb710.h
2589 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2590 M:      Maxim Levitsky <maximlevitsky@gmail.com>
2591 S:      Maintained
2592 F:      drivers/media/rc/ene_ir.*
2594 EPSON 1355 FRAMEBUFFER DRIVER
2595 M:      Christopher Hoover <ch@murgatroid.com>
2596 M:      Christopher Hoover <ch@hpl.hp.com>
2597 S:      Maintained
2598 F:      drivers/video/epson1355fb.c
2600 EPSON S1D13XXX FRAMEBUFFER DRIVER
2601 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
2602 S:      Maintained
2603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2604 F:      drivers/video/s1d13xxxfb.c
2605 F:      include/video/s1d13xxxfb.h
2607 ETHEREXPRESS-16 NETWORK DRIVER
2608 M:      Philip Blundell <philb@gnu.org>
2609 L:      netdev@vger.kernel.org
2610 S:      Maintained
2611 F:      drivers/net/ethernet/i825xx/eexpress.*
2613 ETHERNET BRIDGE
2614 M:      Stephen Hemminger <shemminger@vyatta.com>
2615 L:      bridge@lists.linux-foundation.org
2616 L:      netdev@vger.kernel.org
2617 W:      http://www.linuxfoundation.org/en/Net:Bridge
2618 S:      Maintained
2619 F:      include/linux/netfilter_bridge/
2620 F:      net/bridge/
2622 ETHERTEAM 16I DRIVER
2623 M:      Mika Kuoppala <miku@iki.fi>
2624 S:      Maintained
2625 F:      drivers/net/ethernet/fujitsu/eth16i.c
2627 EXT2 FILE SYSTEM
2628 M:      Jan Kara <jack@suse.cz>
2629 L:      linux-ext4@vger.kernel.org
2630 S:      Maintained
2631 F:      Documentation/filesystems/ext2.txt
2632 F:      fs/ext2/
2633 F:      include/linux/ext2*
2635 EXT3 FILE SYSTEM
2636 M:      Jan Kara <jack@suse.cz>
2637 M:      Andrew Morton <akpm@linux-foundation.org>
2638 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2639 L:      linux-ext4@vger.kernel.org
2640 S:      Maintained
2641 F:      Documentation/filesystems/ext3.txt
2642 F:      fs/ext3/
2643 F:      include/linux/ext3*
2645 EXT4 FILE SYSTEM
2646 M:      "Theodore Ts'o" <tytso@mit.edu>
2647 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2648 L:      linux-ext4@vger.kernel.org
2649 W:      http://ext4.wiki.kernel.org
2650 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
2651 S:      Maintained
2652 F:      Documentation/filesystems/ext4.txt
2653 F:      fs/ext4/
2655 Extended Verification Module (EVM)
2656 M:      Mimi Zohar <zohar@us.ibm.com>
2657 S:      Supported
2658 F:      security/integrity/evm/
2660 EXYNOS DP DRIVER
2661 M:      Jingoo Han <jg1.han@samsung.com>
2662 L:      linux-fbdev@vger.kernel.org
2663 S:      Maintained
2664 F:      drivers/video/exynos/exynos_dp*
2666 EXYNOS MIPI DISPLAY DRIVERS
2667 M:      Inki Dae <inki.dae@samsung.com>
2668 M:      Donghwa Lee <dh09.lee@samsung.com>
2669 M:      Kyungmin Park <kyungmin.park@samsung.com>
2670 L:      linux-fbdev@vger.kernel.org
2671 S:      Maintained
2672 F:      drivers/video/exynos/exynos_mipi*
2673 F:      include/video/exynos_mipi*
2675 F71805F HARDWARE MONITORING DRIVER
2676 M:      Jean Delvare <khali@linux-fr.org>
2677 L:      lm-sensors@lm-sensors.org
2678 S:      Maintained
2679 F:      Documentation/hwmon/f71805f
2680 F:      drivers/hwmon/f71805f.c
2682 FANOTIFY
2683 M:      Eric Paris <eparis@redhat.com>
2684 S:      Maintained
2685 F:      fs/notify/fanotify/
2686 F:      include/linux/fanotify.h
2688 FARSYNC SYNCHRONOUS DRIVER
2689 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
2690 W:      http://www.farsite.co.uk/
2691 S:      Supported
2692 F:      drivers/net/wan/farsync.*
2694 FAULT INJECTION SUPPORT
2695 M:      Akinobu Mita <akinobu.mita@gmail.com>
2696 S:      Supported
2697 F:      Documentation/fault-injection/
2698 F:      lib/fault-inject.c
2700 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2701 M:      Robert Love <robert.w.love@intel.com>
2702 L:      devel@open-fcoe.org
2703 W:      www.Open-FCoE.org
2704 S:      Supported
2705 F:      drivers/scsi/libfc/
2706 F:      drivers/scsi/fcoe/
2707 F:      include/scsi/fc/
2708 F:      include/scsi/libfc.h
2709 F:      include/scsi/libfcoe.h
2711 FILE LOCKING (flock() and fcntl()/lockf())
2712 M:      Matthew Wilcox <matthew@wil.cx>
2713 L:      linux-fsdevel@vger.kernel.org
2714 S:      Maintained
2715 F:      include/linux/fcntl.h
2716 F:      include/linux/fs.h
2717 F:      fs/fcntl.c
2718 F:      fs/locks.c
2720 FILESYSTEMS (VFS and infrastructure)
2721 M:      Alexander Viro <viro@zeniv.linux.org.uk>
2722 L:      linux-fsdevel@vger.kernel.org
2723 S:      Maintained
2724 F:      fs/*
2726 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2727 M:      Riku Voipio <riku.voipio@iki.fi>
2728 L:      lm-sensors@lm-sensors.org
2729 S:      Maintained
2730 F:      drivers/hwmon/f75375s.c
2731 F:      include/linux/f75375s.h
2733 FIREWIRE AUDIO DRIVERS
2734 M:      Clemens Ladisch <clemens@ladisch.de>
2735 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2736 T:      git git://git.alsa-project.org/alsa-kernel.git
2737 S:      Maintained
2738 F:      sound/firewire/
2740 FIREWIRE SUBSYSTEM
2741 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2742 L:      linux1394-devel@lists.sourceforge.net
2743 W:      http://ieee1394.wiki.kernel.org/
2744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
2745 S:      Maintained
2746 F:      drivers/firewire/
2747 F:      include/linux/firewire*.h
2748 F:      tools/firewire/
2750 FIRMWARE LOADER (request_firmware)
2751 S:      Orphan
2752 F:      Documentation/firmware_class/
2753 F:      drivers/base/firmware*.c
2754 F:      include/linux/firmware.h
2756 FPU EMULATOR
2757 M:      Bill Metzenthen <billm@melbpc.org.au>
2758 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2759 S:      Maintained
2760 F:      arch/x86/math-emu/
2762 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2763 L:      netdev@vger.kernel.org
2764 S:      Orphan
2765 F:      drivers/net/wan/dlci.c
2766 F:      drivers/net/wan/sdla.c
2768 FRAMEBUFFER LAYER
2769 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
2770 L:      linux-fbdev@vger.kernel.org
2771 W:      http://linux-fbdev.sourceforge.net/
2772 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
2773 T:      git git://github.com/schandinat/linux-2.6.git fbdev-next
2774 S:      Maintained
2775 F:      Documentation/fb/
2776 F:      Documentation/devicetree/bindings/fb/
2777 F:      drivers/video/
2778 F:      include/video/
2779 F:      include/linux/fb.h
2781 FREESCALE DMA DRIVER
2782 M:      Li Yang <leoli@freescale.com>
2783 M:      Zhang Wei <zw@zh-kernel.org>
2784 L:      linuxppc-dev@lists.ozlabs.org
2785 S:      Maintained
2786 F:      drivers/dma/fsldma.*
2788 FREESCALE I2C CPM DRIVER
2789 M:      Jochen Friedrich <jochen@scram.de>
2790 L:      linuxppc-dev@lists.ozlabs.org
2791 L:      linux-i2c@vger.kernel.org
2792 S:      Maintained
2793 F:      drivers/i2c/busses/i2c-cpm.c
2795 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2796 M:      Sascha Hauer <kernel@pengutronix.de>
2797 L:      linux-fbdev@vger.kernel.org
2798 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2799 S:      Maintained
2800 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2801 F:      drivers/video/imxfb.c
2803 FREESCALE SOC FS_ENET DRIVER
2804 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
2805 M:      Vitaly Bordug <vbordug@ru.mvista.com>
2806 L:      linuxppc-dev@lists.ozlabs.org
2807 L:      netdev@vger.kernel.org
2808 S:      Maintained
2809 F:      drivers/net/ethernet/freescale/fs_enet/
2810 F:      include/linux/fs_enet_pd.h
2812 FREESCALE QUICC ENGINE LIBRARY
2813 M:      Timur Tabi <timur@freescale.com>
2814 L:      linuxppc-dev@lists.ozlabs.org
2815 S:      Supported
2816 F:      arch/powerpc/sysdev/qe_lib/
2817 F:      arch/powerpc/include/asm/*qe.h
2819 FREESCALE USB PERIPHERAL DRIVERS
2820 M:      Li Yang <leoli@freescale.com>
2821 L:      linux-usb@vger.kernel.org
2822 L:      linuxppc-dev@lists.ozlabs.org
2823 S:      Maintained
2824 F:      drivers/usb/gadget/fsl*
2826 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2827 M:      Li Yang <leoli@freescale.com>
2828 L:      netdev@vger.kernel.org
2829 L:      linuxppc-dev@lists.ozlabs.org
2830 S:      Maintained
2831 F:      drivers/net/ethernet/freescale/ucc_geth*
2833 FREESCALE QUICC ENGINE UCC UART DRIVER
2834 M:      Timur Tabi <timur@freescale.com>
2835 L:      linuxppc-dev@lists.ozlabs.org
2836 S:      Supported
2837 F:      drivers/tty/serial/ucc_uart.c
2839 FREESCALE SOC SOUND DRIVERS
2840 M:      Timur Tabi <timur@freescale.com>
2841 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2842 L:      linuxppc-dev@lists.ozlabs.org
2843 S:      Supported
2844 F:      sound/soc/fsl/fsl*
2845 F:      sound/soc/fsl/mpc8610_hpcd.c
2847 FREEVXFS FILESYSTEM
2848 M:      Christoph Hellwig <hch@infradead.org>
2849 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2850 S:      Maintained
2851 F:      fs/freevxfs/
2853 FREEZER
2854 M:      Pavel Machek <pavel@ucw.cz>
2855 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2856 L:      linux-pm@vger.kernel.org
2857 S:      Supported
2858 F:      Documentation/power/freezing-of-tasks.txt
2859 F:      include/linux/freezer.h
2860 F:      kernel/freezer.c
2862 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2863 M:      David Howells <dhowells@redhat.com>
2864 L:      linux-cachefs@redhat.com
2865 S:      Supported
2866 F:      Documentation/filesystems/caching/
2867 F:      fs/fscache/
2868 F:      include/linux/fscache*.h
2870 FUJITSU FR-V (FRV) PORT
2871 M:      David Howells <dhowells@redhat.com>
2872 S:      Maintained
2873 F:      arch/frv/
2875 FUJITSU LAPTOP EXTRAS
2876 M:      Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2877 L:      platform-driver-x86@vger.kernel.org
2878 S:      Maintained
2879 F:      drivers/platform/x86/fujitsu-laptop.c
2881 FUJITSU M-5MO LS CAMERA ISP DRIVER
2882 M:      Kyungmin Park <kyungmin.park@samsung.com>
2883 M:      Heungjun Kim <riverful.kim@samsung.com>
2884 L:      linux-media@vger.kernel.org
2885 S:      Maintained
2886 F:      drivers/media/video/m5mols/
2887 F:      include/media/m5mols.h
2889 FUJITSU TABLET EXTRAS
2890 M:      Robert Gerlach <khnz@gmx.de>
2891 L:      platform-driver-x86@vger.kernel.org
2892 S:      Maintained
2893 F:      drivers/platform/x86/fujitsu-tablet.c
2895 FUSE: FILESYSTEM IN USERSPACE
2896 M:      Miklos Szeredi <miklos@szeredi.hu>
2897 L:      fuse-devel@lists.sourceforge.net
2898 W:      http://fuse.sourceforge.net/
2899 S:      Maintained
2900 F:      fs/fuse/
2901 F:      include/linux/fuse.h
2903 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2904 M:      Rik Faith <faith@cs.unc.edu>
2905 L:      linux-scsi@vger.kernel.org
2906 S:      Odd Fixes (e.g., new signatures)
2907 F:      drivers/scsi/fdomain.*
2909 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2910 M:      Achim Leubner <achim_leubner@adaptec.com>
2911 L:      linux-scsi@vger.kernel.org
2912 W:      http://www.icp-vortex.com/
2913 S:      Supported
2914 F:      drivers/scsi/gdt*
2916 GENERIC GPIO I2C DRIVER
2917 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2918 S:      Supported
2919 F:      drivers/i2c/busses/i2c-gpio.c
2920 F:      include/linux/i2c-gpio.h
2922 GENERIC GPIO I2C MULTIPLEXER DRIVER
2923 M:      Peter Korsgaard <peter.korsgaard@barco.com>
2924 L:      linux-i2c@vger.kernel.org
2925 S:      Supported
2926 F:      drivers/i2c/muxes/gpio-i2cmux.c
2927 F:      include/linux/gpio-i2cmux.h
2928 F:      Documentation/i2c/muxes/gpio-i2cmux
2930 GENERIC HDLC (WAN) DRIVERS
2931 M:      Krzysztof Halasa <khc@pm.waw.pl>
2932 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2933 S:      Maintained
2934 F:      drivers/net/wan/c101.c
2935 F:      drivers/net/wan/hd6457*
2936 F:      drivers/net/wan/hdlc*
2937 F:      drivers/net/wan/n2.c
2938 F:      drivers/net/wan/pc300too.c
2939 F:      drivers/net/wan/pci200syn.c
2940 F:      drivers/net/wan/wanxl*
2942 GENERIC INCLUDE/ASM HEADER FILES
2943 M:      Arnd Bergmann <arnd@arndb.de>
2944 L:      linux-arch@vger.kernel.org
2945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2946 S:      Maintained
2947 F:      include/asm-generic
2949 GENERIC UIO DRIVER FOR PCI DEVICES
2950 M:      "Michael S. Tsirkin" <mst@redhat.com>
2951 L:      kvm@vger.kernel.org
2952 S:      Supported
2953 F:      drivers/uio/uio_pci_generic.c
2955 GFS2 FILE SYSTEM
2956 M:      Steven Whitehouse <swhiteho@redhat.com>
2957 L:      cluster-devel@redhat.com
2958 W:      http://sources.redhat.com/cluster/
2959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
2960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
2961 S:      Supported
2962 F:      Documentation/filesystems/gfs2*.txt
2963 F:      fs/gfs2/
2964 F:      include/linux/gfs2_ondisk.h
2966 GIGASET ISDN DRIVERS
2967 M:      Hansjoerg Lipp <hjlipp@web.de>
2968 M:      Tilman Schmidt <tilman@imap.cc>
2969 L:      gigaset307x-common@lists.sourceforge.net
2970 W:      http://gigaset307x.sourceforge.net/
2971 S:      Maintained
2972 F:      Documentation/isdn/README.gigaset
2973 F:      drivers/isdn/gigaset/
2974 F:      include/linux/gigaset_dev.h
2976 GPIO SUBSYSTEM
2977 M:      Grant Likely <grant.likely@secretlab.ca>
2978 M:      Linus Walleij <linus.walleij@stericsson.com>
2979 S:      Maintained
2980 T:      git git://git.secretlab.ca/git/linux-2.6.git
2981 F:      Documentation/gpio.txt
2982 F:      drivers/gpio/
2983 F:      include/linux/gpio*
2985 GRE DEMULTIPLEXER DRIVER
2986 M:      Dmitry Kozlov <xeb@mail.ru>
2987 L:      netdev@vger.kernel.org
2988 S:      Maintained
2989 F:      net/ipv4/gre.c
2990 F:      include/net/gre.h
2992 GRETH 10/100/1G Ethernet MAC device driver
2993 M:      Kristoffer Glembo <kristoffer@gaisler.com>
2994 L:      netdev@vger.kernel.org
2995 S:      Maintained
2996 F:      drivers/net/ethernet/aeroflex/
2998 GSPCA FINEPIX SUBDRIVER
2999 M:      Frank Zago <frank@zago.net>
3000 L:      linux-media@vger.kernel.org
3001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3002 S:      Maintained
3003 F:      drivers/media/video/gspca/finepix.c
3005 GSPCA GL860 SUBDRIVER
3006 M:      Olivier Lorin <o.lorin@laposte.net>
3007 L:      linux-media@vger.kernel.org
3008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3009 S:      Maintained
3010 F:      drivers/media/video/gspca/gl860/
3012 GSPCA M5602 SUBDRIVER
3013 M:      Erik Andren <erik.andren@gmail.com>
3014 L:      linux-media@vger.kernel.org
3015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3016 S:      Maintained
3017 F:      drivers/media/video/gspca/m5602/
3019 GSPCA PAC207 SONIXB SUBDRIVER
3020 M:      Hans de Goede <hdegoede@redhat.com>
3021 L:      linux-media@vger.kernel.org
3022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3023 S:      Maintained
3024 F:      drivers/media/video/gspca/pac207.c
3026 GSPCA SN9C20X SUBDRIVER
3027 M:      Brian Johnson <brijohn@gmail.com>
3028 L:      linux-media@vger.kernel.org
3029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3030 S:      Maintained
3031 F:      drivers/media/video/gspca/sn9c20x.c
3033 GSPCA T613 SUBDRIVER
3034 M:      Leandro Costantino <lcostantino@gmail.com>
3035 L:      linux-media@vger.kernel.org
3036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3037 S:      Maintained
3038 F:      drivers/media/video/gspca/t613.c
3040 GSPCA USB WEBCAM DRIVER
3041 M:      Jean-Francois Moine <moinejf@free.fr>
3042 W:      http://moinejf.free.fr
3043 L:      linux-media@vger.kernel.org
3044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3045 S:      Maintained
3046 F:      drivers/media/video/gspca/
3048 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3049 M:      Frank Seidel <frank@f-seidel.de>
3050 L:      platform-driver-x86@vger.kernel.org
3051 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3052 S:      Maintained
3053 F:      drivers/platform/x86/hdaps.c
3055 HWPOISON MEMORY FAILURE HANDLING
3056 M:      Andi Kleen <andi@firstfloor.org>
3057 L:      linux-mm@kvack.org
3058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3059 S:      Maintained
3060 F:      mm/memory-failure.c
3061 F:      mm/hwpoison-inject.c
3063 HYPERVISOR VIRTUAL CONSOLE DRIVER
3064 L:      linuxppc-dev@lists.ozlabs.org
3065 S:      Odd Fixes
3066 F:      drivers/tty/hvc/
3068 HARDWARE MONITORING
3069 M:      Jean Delvare <khali@linux-fr.org>
3070 M:      Guenter Roeck <guenter.roeck@ericsson.com>
3071 L:      lm-sensors@lm-sensors.org
3072 W:      http://www.lm-sensors.org/
3073 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3075 S:      Maintained
3076 F:      Documentation/hwmon/
3077 F:      drivers/hwmon/
3078 F:      include/linux/hwmon*.h
3080 HARDWARE RANDOM NUMBER GENERATOR CORE
3081 M:      Matt Mackall <mpm@selenic.com>
3082 M:      Herbert Xu <herbert@gondor.apana.org.au>
3083 S:      Odd fixes
3084 F:      Documentation/hw_random.txt
3085 F:      drivers/char/hw_random/
3086 F:      include/linux/hw_random.h
3088 HARDWARE SPINLOCK CORE
3089 M:      Ohad Ben-Cohen <ohad@wizery.com>
3090 S:      Maintained
3091 F:      Documentation/hwspinlock.txt
3092 F:      drivers/hwspinlock/hwspinlock_*
3093 F:      include/linux/hwspinlock.h
3095 HARMONY SOUND DRIVER
3096 L:      linux-parisc@vger.kernel.org
3097 S:      Maintained
3098 F:      sound/parisc/harmony.*
3100 HEWLETT-PACKARD SMART2 RAID DRIVER
3101 M:      Chirag Kantharia <chirag.kantharia@hp.com>
3102 L:      iss_storagedev@hp.com
3103 S:      Maintained
3104 F:      Documentation/blockdev/cpqarray.txt
3105 F:      drivers/block/cpqarray.*
3107 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3108 M:      "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3109 L:      iss_storagedev@hp.com
3110 S:      Supported
3111 F:      Documentation/scsi/hpsa.txt
3112 F:      drivers/scsi/hpsa*.[ch]
3113 F:      include/linux/cciss*.h
3115 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3116 M:      Mike Miller <mike.miller@hp.com>
3117 L:      iss_storagedev@hp.com
3118 S:      Supported
3119 F:      Documentation/blockdev/cciss.txt
3120 F:      drivers/block/cciss*
3121 F:      include/linux/cciss_ioctl.h
3123 HFS FILESYSTEM
3124 L:      linux-fsdevel@vger.kernel.org
3125 S:      Orphan
3126 F:      Documentation/filesystems/hfs.txt
3127 F:      fs/hfs/
3129 HGA FRAMEBUFFER DRIVER
3130 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3131 L:      linux-nvidia@lists.surfsouth.com
3132 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3133 S:      Maintained
3134 F:      drivers/video/hgafb.c
3136 HIBERNATION (aka Software Suspend, aka swsusp)
3137 M:      Pavel Machek <pavel@ucw.cz>
3138 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
3139 L:      linux-pm@vger.kernel.org
3140 S:      Supported
3141 F:      arch/x86/power/
3142 F:      drivers/base/power/
3143 F:      kernel/power/
3144 F:      include/linux/suspend.h
3145 F:      include/linux/freezer.h
3146 F:      include/linux/pm.h
3147 F:      arch/*/include/asm/suspend*.h
3149 HID CORE LAYER
3150 M:      Jiri Kosina <jkosina@suse.cz>
3151 L:      linux-input@vger.kernel.org
3152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3153 S:      Maintained
3154 F:      drivers/hid/
3155 F:      include/linux/hid*
3157 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3158 M:      Thomas Gleixner <tglx@linutronix.de>
3159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3160 S:      Maintained
3161 F:      Documentation/timers/
3162 F:      kernel/hrtimer.c
3163 F:      kernel/time/clockevents.c
3164 F:      kernel/time/tick*.*
3165 F:      kernel/time/timer_*.c
3166 F:      include/linux/clockchips.h
3167 F:      include/linux/hrtimer.h
3169 HIGH-SPEED SCC DRIVER FOR AX.25
3170 M:      Klaus Kudielka <klaus.kudielka@ieee.org>
3171 L:      linux-hams@vger.kernel.org
3172 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
3173 S:      Maintained
3174 F:      drivers/net/hamradio/dmascc.c
3175 F:      drivers/net/hamradio/scc.c
3177 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3178 M:      HighPoint Linux Team <linux@highpoint-tech.com>
3179 W:      http://www.highpoint-tech.com
3180 S:      Supported
3181 F:      Documentation/scsi/hptiop.txt
3182 F:      drivers/scsi/hptiop.c
3184 HIPPI
3185 M:      Jes Sorensen <jes@trained-monkey.org>
3186 L:      linux-hippi@sunsite.dk
3187 S:      Maintained
3188 F:      include/linux/hippidevice.h
3189 F:      include/linux/if_hippi.h
3190 F:      net/802/hippi.c
3191 F:      drivers/net/hippi/
3193 HOST AP DRIVER
3194 M:      Jouni Malinen <j@w1.fi>
3195 L:      hostap@shmoo.com (subscribers-only)
3196 L:      linux-wireless@vger.kernel.org
3197 W:      http://hostap.epitest.fi/
3198 S:      Maintained
3199 F:      drivers/net/wireless/hostap/
3201 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3202 L:      platform-driver-x86@vger.kernel.org
3203 S:      Orphan
3204 F:      drivers/platform/x86/tc1100-wmi.c
3206 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3207 M:      Jaroslav Kysela <perex@perex.cz>
3208 S:      Maintained
3209 F:      drivers/net/ethernet/hp/hp100.*
3211 HPET:   High Precision Event Timers driver
3212 M:      Clemens Ladisch <clemens@ladisch.de>
3213 S:      Maintained
3214 F:      Documentation/timers/hpet.txt
3215 F:      drivers/char/hpet.c
3216 F:      include/linux/hpet.h
3218 HPET:   x86
3219 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
3220 S:      Maintained
3221 F:      arch/x86/kernel/hpet.c
3222 F:      arch/x86/include/asm/hpet.h
3224 HPFS FILESYSTEM
3225 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3226 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3227 S:      Maintained
3228 F:      fs/hpfs/
3230 HSO 3G MODEM DRIVER
3231 M:      Jan Dumon <j.dumon@option.com>
3232 W:      http://www.pharscape.org
3233 S:      Maintained
3234 F:      drivers/net/usb/hso.c
3236 HTCPEN TOUCHSCREEN DRIVER
3237 M:      Pau Oliva Fora <pof@eslack.org>
3238 L:      linux-input@vger.kernel.org
3239 S:      Maintained
3240 F:      drivers/input/touchscreen/htcpen.c
3242 HUGETLB FILESYSTEM
3243 M:      William Irwin <wli@holomorphy.com>
3244 S:      Maintained
3245 F:      fs/hugetlbfs/
3247 Hyper-V CORE AND DRIVERS
3248 M:      K. Y. Srinivasan <kys@microsoft.com>
3249 M:      Haiyang Zhang <haiyangz@microsoft.com>
3250 L:      devel@linuxdriverproject.org
3251 S:      Maintained
3252 F:      drivers/hv/
3253 F:      drivers/hid/hid-hyperv.c
3254 F:      drivers/net/hyperv/
3255 F:      drivers/staging/hv/
3257 I2C/SMBUS STUB DRIVER
3258 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
3259 L:      linux-i2c@vger.kernel.org
3260 S:      Maintained
3261 F:      drivers/i2c/busses/i2c-stub.c
3263 I2C SUBSYSTEM
3264 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3265 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3266 M:      "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de>
3267 L:      linux-i2c@vger.kernel.org
3268 W:      http://i2c.wiki.kernel.org/
3269 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3270 T:      git git://git.fluff.org/bjdooks/linux.git
3271 S:      Maintained
3272 F:      Documentation/i2c/
3273 F:      drivers/i2c/
3274 F:      include/linux/i2c.h
3275 F:      include/linux/i2c-*.h
3277 I2C-TINY-USB DRIVER
3278 M:      Till Harbaum <till@harbaum.org>
3279 L:      linux-i2c@vger.kernel.org
3280 W:      http://www.harbaum.org/till/i2c_tiny_usb
3281 S:      Maintained
3282 F:      drivers/i2c/busses/i2c-tiny-usb.c
3284 i386 BOOT CODE
3285 M:      "H. Peter Anvin" <hpa@zytor.com>
3286 S:      Maintained
3287 F:      arch/x86/boot/
3289 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3290 M:      "H. Peter Anvin" <hpa@zytor.com>
3291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3292 S:      Maintained
3294 IA64 (Itanium) PLATFORM
3295 M:      Tony Luck <tony.luck@intel.com>
3296 M:      Fenghua Yu <fenghua.yu@intel.com>
3297 L:      linux-ia64@vger.kernel.org
3298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3299 S:      Maintained
3300 F:      arch/ia64/
3302 IBM MCA SCSI SUBSYSTEM DRIVER
3303 M:      Michael Lang <langa2@kph.uni-mainz.de>
3304 W:      http://www.uni-mainz.de/~langm000/linux.html
3305 S:      Maintained
3306 F:      drivers/scsi/ibmmca.c
3308 IBM Power Linux RAID adapter
3309 M:      Brian King <brking@us.ibm.com>
3310 S:      Supported
3311 F:      drivers/scsi/ipr.*
3313 IBM Power Virtual Ethernet Device Driver
3314 M:      Santiago Leon <santil@linux.vnet.ibm.com>
3315 L:      netdev@vger.kernel.org
3316 S:      Supported
3317 F:      drivers/net/ethernet/ibm/ibmveth.*
3319 IBM ServeRAID RAID DRIVER
3320 P:      Jack Hammer
3321 M:      Dave Jeffery <ipslinux@adaptec.com>
3322 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3323 S:      Supported
3324 F:      drivers/scsi/ips.*
3326 IDE SUBSYSTEM
3327 M:      "David S. Miller" <davem@davemloft.net>
3328 L:      linux-ide@vger.kernel.org
3329 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
3330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
3331 S:      Maintained
3332 F:      Documentation/ide/
3333 F:      drivers/ide/
3334 F:      include/linux/ide.h
3336 IDEAPAD LAPTOP EXTRAS DRIVER
3337 M:      Ike Panhc <ike.pan@canonical.com>
3338 L:      platform-driver-x86@vger.kernel.org
3339 W:      http://launchpad.net/ideapad-laptop
3340 S:      Maintained
3341 F:      drivers/platform/x86/ideapad-laptop.c
3343 IDE/ATAPI DRIVERS
3344 M:      Borislav Petkov <petkovbb@gmail.com>
3345 L:      linux-ide@vger.kernel.org
3346 S:      Maintained
3347 F:      Documentation/cdrom/ide-cd
3348 F:      drivers/ide/ide-cd*
3350 IDLE-I7300
3351 M:      Andy Henroid <andrew.d.henroid@intel.com>
3352 L:      linux-pm@vger.kernel.org
3353 S:      Supported
3354 F:      drivers/idle/i7300_idle.c
3356 IEEE 802.15.4 SUBSYSTEM
3357 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3358 M:      Sergey Lapin <slapin@ossfans.org>
3359 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3360 W:      http://apps.sourceforge.net/trac/linux-zigbee
3361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3362 S:      Maintained
3363 F:      net/ieee802154/
3364 F:      drivers/ieee802154/
3366 IIO SUBSYSTEM AND DRIVERS
3367 M:      Jonathan Cameron <jic23@cam.ac.uk>
3368 L:      linux-iio@vger.kernel.org
3369 S:      Maintained
3370 F:      drivers/staging/iio/
3372 IKANOS/ADI EAGLE ADSL USB DRIVER
3373 M:      Matthieu Castet <castet.matthieu@free.fr>
3374 M:      Stanislaw Gruszka <stf_xl@wp.pl>
3375 S:      Maintained
3376 F:      drivers/usb/atm/ueagle-atm.c
3378 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3379 M:      Mimi Zohar <zohar@us.ibm.com>
3380 S:      Supported
3381 F:      security/integrity/ima/
3383 IMS TWINTURBO FRAMEBUFFER DRIVER
3384 L:      linux-fbdev@vger.kernel.org
3385 S:      Orphan
3386 F:      drivers/video/imsttfb.c
3388 INFINIBAND SUBSYSTEM
3389 M:      Roland Dreier <roland@kernel.org>
3390 M:      Sean Hefty <sean.hefty@intel.com>
3391 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
3392 L:      linux-rdma@vger.kernel.org
3393 W:      http://www.openfabrics.org/
3394 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
3395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3396 S:      Supported
3397 F:      Documentation/infiniband/
3398 F:      drivers/infiniband/
3399 F:      include/linux/if_infiniband.h
3401 INOTIFY
3402 M:      John McCutchan <john@johnmccutchan.com>
3403 M:      Robert Love <rlove@rlove.org>
3404 M:      Eric Paris <eparis@parisplace.org>
3405 S:      Maintained
3406 F:      Documentation/filesystems/inotify.txt
3407 F:      fs/notify/inotify/
3408 F:      include/linux/inotify.h
3410 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3411 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
3412 M:      Dmitry Torokhov <dtor@mail.ru>
3413 L:      linux-input@vger.kernel.org
3414 Q:      http://patchwork.kernel.org/project/linux-input/list/
3415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3416 S:      Maintained
3417 F:      drivers/input/
3419 INPUT MULTITOUCH (MT) PROTOCOL
3420 M:      Henrik Rydberg <rydberg@euromail.se>
3421 L:      linux-input@vger.kernel.org
3422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3423 S:      Maintained
3424 F:      Documentation/input/multi-touch-protocol.txt
3425 F:      drivers/input/input-mt.c
3426 K:      \b(ABS|SYN)_MT_
3428 INTEL C600 SERIES SAS CONTROLLER DRIVER
3429 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
3430 M:      Dan Williams <dan.j.williams@intel.com>
3431 M:      Dave Jiang <dave.jiang@intel.com>
3432 M:      Ed Nadolski <edmund.nadolski@intel.com>
3433 L:      linux-scsi@vger.kernel.org
3434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci.git
3435 S:      Maintained
3436 F:      drivers/scsi/isci/
3437 F:      firmware/isci/
3439 INTEL IDLE DRIVER
3440 M:      Len Brown <lenb@kernel.org>
3441 L:      linux-pm@vger.kernel.org
3442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
3443 S:      Supported
3444 F:      drivers/idle/intel_idle.c
3446 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3447 M:      Maik Broemme <mbroemme@plusserver.de>
3448 L:      linux-fbdev@vger.kernel.org
3449 S:      Maintained
3450 F:      Documentation/fb/intelfb.txt
3451 F:      drivers/video/intelfb/
3453 INTEL 810/815 FRAMEBUFFER DRIVER
3454 M:      Antonino Daplas <adaplas@gmail.com>
3455 L:      linux-fbdev@vger.kernel.org
3456 S:      Maintained
3457 F:      drivers/video/i810/
3459 INTEL MENLOW THERMAL DRIVER
3460 M:      Sujith Thomas <sujith.thomas@intel.com>
3461 L:      platform-driver-x86@vger.kernel.org
3462 W:      http://www.lesswatts.org/projects/acpi/
3463 S:      Supported
3464 F:      drivers/platform/x86/intel_menlow.c
3466 INTEL IA32 MICROCODE UPDATE SUPPORT
3467 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3468 S:      Maintained
3469 F:      arch/x86/kernel/microcode_core.c
3470 F:      arch/x86/kernel/microcode_intel.c
3472 INTEL I/OAT DMA DRIVER
3473 M:      Dan Williams <dan.j.williams@intel.com>
3474 S:      Supported
3475 F:      drivers/dma/ioat*
3477 INTEL IOMMU (VT-d)
3478 M:      David Woodhouse <dwmw2@infradead.org>
3479 L:      iommu@lists.linux-foundation.org
3480 T:      git git://git.infradead.org/iommu-2.6.git
3481 S:      Supported
3482 F:      drivers/iommu/intel-iommu.c
3483 F:      include/linux/intel-iommu.h
3485 INTEL IOP-ADMA DMA DRIVER
3486 M:      Dan Williams <dan.j.williams@intel.com>
3487 S:      Maintained
3488 F:      drivers/dma/iop-adma.c
3490 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3491 M:      Krzysztof Halasa <khc@pm.waw.pl>
3492 S:      Maintained
3493 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
3494 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
3495 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3496 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
3497 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
3498 F:      drivers/net/wan/ixp4xx_hss.c
3500 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3501 M:      Deepak Saxena <dsaxena@plexity.net>
3502 S:      Maintained
3503 F:      drivers/char/hw_random/ixp4xx-rng.c
3505 INTEL IXP2000 ETHERNET DRIVER
3506 M:      Lennert Buytenhek <kernel@wantstofly.org>
3507 L:      netdev@vger.kernel.org
3508 S:      Maintained
3509 F:      drivers/net/ethernet/xscale/ixp2000/
3511 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3512 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3513 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
3514 M:      Bruce Allan <bruce.w.allan@intel.com>
3515 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
3516 M:      Don Skidmore <donald.c.skidmore@intel.com>
3517 M:      Greg Rose <gregory.v.rose@intel.com>
3518 M:      Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
3519 M:      Alex Duyck <alexander.h.duyck@intel.com>
3520 M:      John Ronciak <john.ronciak@intel.com>
3521 L:      e1000-devel@lists.sourceforge.net
3522 W:      http://e1000.sourceforge.net/
3523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
3524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
3525 S:      Supported
3526 F:      Documentation/networking/e100.txt
3527 F:      Documentation/networking/e1000.txt
3528 F:      Documentation/networking/e1000e.txt
3529 F:      Documentation/networking/igb.txt
3530 F:      Documentation/networking/igbvf.txt
3531 F:      Documentation/networking/ixgb.txt
3532 F:      Documentation/networking/ixgbe.txt
3533 F:      Documentation/networking/ixgbevf.txt
3534 F:      drivers/net/ethernet/intel/
3536 INTEL MRST PMU DRIVER
3537 M:      Len Brown <len.brown@intel.com>
3538 L:      linux-pm@vger.kernel.org
3539 S:      Supported
3540 F:      arch/x86/platform/mrst/pmu.*
3542 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
3543 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
3544 L:      linux-wireless@vger.kernel.org
3545 S:      Maintained
3546 F:      Documentation/networking/README.ipw2100
3547 F:      Documentation/networking/README.ipw2200
3548 F:      drivers/net/wireless/ipw2x00/
3550 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3551 M:      Joseph Cihula <joseph.cihula@intel.com>
3552 M:      Shane Wang <shane.wang@intel.com>
3553 L:      tboot-devel@lists.sourceforge.net
3554 W:      http://tboot.sourceforge.net
3555 T:      Mercurial http://www.bughost.org/repos.hg/tboot.hg
3556 S:      Supported
3557 F:      Documentation/intel_txt.txt
3558 F:      include/linux/tboot.h
3559 F:      arch/x86/kernel/tboot.c
3561 INTEL WIRELESS WIMAX CONNECTION 2400
3562 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3563 M:      linux-wimax@intel.com
3564 L:      wimax@linuxwimax.org
3565 S:      Supported
3566 W:      http://linuxwimax.org
3567 F:      Documentation/wimax/README.i2400m
3568 F:      drivers/net/wimax/i2400m/
3569 F:      include/linux/wimax/i2400m.h
3571 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
3572 M:      Stanislaw Gruszka <sgruszka@redhat.com>
3573 L:      linux-wireless@vger.kernel.org
3574 S:      Supported
3575 F:      drivers/net/wireless/iwlegacy/
3577 INTEL WIRELESS WIFI LINK (iwlwifi)
3578 M:      Wey-Yi Guy <wey-yi.w.guy@intel.com>
3579 M:      Intel Linux Wireless <ilw@linux.intel.com>
3580 L:      linux-wireless@vger.kernel.org
3581 W:      http://intellinuxwireless.org
3582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
3583 S:      Supported
3584 F:      drivers/net/wireless/iwlwifi/
3586 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3587 M:      Samuel Ortiz <samuel.ortiz@intel.com>
3588 M:      Intel Linux Wireless <ilw@linux.intel.com>
3589 L:      linux-wireless@vger.kernel.org
3590 S:      Supported
3591 W:      http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3592 F:      drivers/net/wireless/iwmc3200wifi/
3594 IOC3 ETHERNET DRIVER
3595 M:      Ralf Baechle <ralf@linux-mips.org>
3596 L:      linux-mips@linux-mips.org
3597 S:      Maintained
3598 F:      drivers/net/ethernet/sgi/ioc3-eth.c
3600 IOC3 SERIAL DRIVER
3601 M:      Pat Gefre <pfg@sgi.com>
3602 L:      linux-serial@vger.kernel.org
3603 S:      Maintained
3604 F:      drivers/tty/serial/ioc3_serial.c
3606 IP MASQUERADING
3607 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3608 S:      Maintained
3609 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3611 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3612 M:      Francois Romieu <romieu@fr.zoreil.com>
3613 M:      Sorbica Shieh <sorbica@icplus.com.tw>
3614 L:      netdev@vger.kernel.org
3615 S:      Maintained
3616 F:      drivers/net/ethernet/icplus/ipg.*
3618 IPATH DRIVER
3619 M:      Mike Marciniszyn <infinipath@qlogic.com>
3620 L:      linux-rdma@vger.kernel.org
3621 S:      Maintained
3622 F:      drivers/infiniband/hw/ipath/
3624 IPMI SUBSYSTEM
3625 M:      Corey Minyard <minyard@acm.org>
3626 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3627 W:      http://openipmi.sourceforge.net/
3628 S:      Supported
3629 F:      Documentation/IPMI.txt
3630 F:      drivers/char/ipmi/
3631 F:      include/linux/ipmi*
3633 IPS SCSI RAID DRIVER
3634 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3635 L:      linux-scsi@vger.kernel.org
3636 W:      http://www.adaptec.com/
3637 S:      Maintained
3638 F:      drivers/scsi/ips*
3640 IPVS
3641 M:      Wensong Zhang <wensong@linux-vs.org>
3642 M:      Simon Horman <horms@verge.net.au>
3643 M:      Julian Anastasov <ja@ssi.bg>
3644 L:      netdev@vger.kernel.org
3645 L:      lvs-devel@vger.kernel.org
3646 S:      Maintained
3647 F:      Documentation/networking/ipvs-sysctl.txt
3648 F:      include/net/ip_vs.h
3649 F:      include/linux/ip_vs.h
3650 F:      net/netfilter/ipvs/
3652 IPWIRELESS DRIVER
3653 M:      Jiri Kosina <jkosina@suse.cz>
3654 M:      David Sterba <dsterba@suse.cz>
3655 S:      Odd Fixes
3656 F:      drivers/tty/ipwireless/
3658 IPX NETWORK LAYER
3659 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3660 L:      netdev@vger.kernel.org
3661 S:      Maintained
3662 F:      include/linux/ipx.h
3663 F:      include/net/ipx.h
3664 F:      net/ipx/
3666 IRDA SUBSYSTEM
3667 M:      Samuel Ortiz <samuel@sortiz.org>
3668 L:      irda-users@lists.sourceforge.net (subscribers-only)
3669 L:      netdev@vger.kernel.org
3670 W:      http://irda.sourceforge.net/
3671 S:      Maintained
3672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3673 F:      Documentation/networking/irda.txt
3674 F:      drivers/net/irda/
3675 F:      include/net/irda/
3676 F:      net/irda/
3678 IRQ SUBSYSTEM
3679 M:      Thomas Gleixner <tglx@linutronix.de>
3680 S:      Maintained
3681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
3682 F:      kernel/irq/
3684 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
3685 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3686 M:      Grant Likely <grant.likely@secretlab.ca>
3687 T:      git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
3688 S:      Maintained
3689 F:      Documentation/IRQ-domain.txt
3690 F:      include/linux/irqdomain.h
3691 F:      kernel/irq/irqdomain.c
3693 ISAPNP
3694 M:      Jaroslav Kysela <perex@perex.cz>
3695 S:      Maintained
3696 F:      Documentation/isapnp.txt
3697 F:      drivers/pnp/isapnp/
3698 F:      include/linux/isapnp.h
3700 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
3701 M:      Peter Jones <pjones@redhat.com>
3702 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
3703 S:      Maintained
3704 F:      drivers/firmware/iscsi_ibft*
3706 ISCSI
3707 M:      Mike Christie <michaelc@cs.wisc.edu>
3708 L:      open-iscsi@googlegroups.com
3709 W:      www.open-iscsi.org
3710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3711 S:      Maintained
3712 F:      drivers/scsi/*iscsi*
3713 F:      include/scsi/*iscsi*
3715 ISDN SUBSYSTEM
3716 M:      Karsten Keil <isdn@linux-pingi.de>
3717 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3718 L:      netdev@vger.kernel.org
3719 W:      http://www.isdn4linux.de
3720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3721 S:      Maintained
3722 F:      Documentation/isdn/
3723 F:      drivers/isdn/
3724 F:      include/linux/isdn.h
3725 F:      include/linux/isdn/
3727 ISDN SUBSYSTEM (Eicon active card driver)
3728 M:      Armin Schindler <mac@melware.de>
3729 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3730 W:      http://www.melware.de
3731 S:      Maintained
3732 F:      drivers/isdn/hardware/eicon/
3734 IT87 HARDWARE MONITORING DRIVER
3735 M:      Jean Delvare <khali@linux-fr.org>
3736 L:      lm-sensors@lm-sensors.org
3737 S:      Maintained
3738 F:      Documentation/hwmon/it87
3739 F:      drivers/hwmon/it87.c
3741 IVTV VIDEO4LINUX DRIVER
3742 M:      Andy Walls <awalls@md.metrocast.net>
3743 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3744 L:      linux-media@vger.kernel.org
3745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3746 W:      http://www.ivtvdriver.org
3747 S:      Maintained
3748 F:      Documentation/video4linux/*.ivtv
3749 F:      drivers/media/video/ivtv/
3750 F:      include/linux/ivtv*
3752 JC42.4 TEMPERATURE SENSOR DRIVER
3753 M:      Guenter Roeck <linux@roeck-us.net>
3754 L:      lm-sensors@lm-sensors.org
3755 S:      Maintained
3756 F:      drivers/hwmon/jc42.c
3757 F:      Documentation/hwmon/jc42
3759 JFS FILESYSTEM
3760 M:      Dave Kleikamp <shaggy@kernel.org>
3761 L:      jfs-discussion@lists.sourceforge.net
3762 W:      http://jfs.sourceforge.net/
3763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3764 S:      Maintained
3765 F:      Documentation/filesystems/jfs.txt
3766 F:      fs/jfs/
3768 JME NETWORK DRIVER
3769 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
3770 L:      netdev@vger.kernel.org
3771 S:      Maintained
3772 F:      drivers/net/ethernet/jme.*
3774 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3775 M:      David Woodhouse <dwmw2@infradead.org>
3776 L:      linux-mtd@lists.infradead.org
3777 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3778 S:      Maintained
3779 F:      fs/jffs2/
3780 F:      include/linux/jffs2.h
3782 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3783 M:      Andrew Morton <akpm@linux-foundation.org>
3784 M:      Jan Kara <jack@suse.cz>
3785 L:      linux-ext4@vger.kernel.org
3786 S:      Maintained
3787 F:      fs/jbd/
3788 F:      include/linux/ext3_jbd.h
3789 F:      include/linux/jbd.h
3791 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
3792 M:      "Theodore Ts'o" <tytso@mit.edu>
3793 L:      linux-ext4@vger.kernel.org
3794 S:      Maintained
3795 F:      fs/jbd2/
3796 F:      include/linux/jbd2.h
3798 JSM Neo PCI based serial card
3799 M:      Lucas Tavares <lucaskt@linux.vnet.ibm.com>
3800 L:      linux-serial@vger.kernel.org
3801 S:      Maintained
3802 F:      drivers/tty/serial/jsm/
3804 K10TEMP HARDWARE MONITORING DRIVER
3805 M:      Clemens Ladisch <clemens@ladisch.de>
3806 L:      lm-sensors@lm-sensors.org
3807 S:      Maintained
3808 F:      Documentation/hwmon/k10temp
3809 F:      drivers/hwmon/k10temp.c
3811 K8TEMP HARDWARE MONITORING DRIVER
3812 M:      Rudolf Marek <r.marek@assembler.cz>
3813 L:      lm-sensors@lm-sensors.org
3814 S:      Maintained
3815 F:      Documentation/hwmon/k8temp
3816 F:      drivers/hwmon/k8temp.c
3818 KCONFIG
3819 M:      Michal Marek <mmarek@suse.cz>
3820 L:      linux-kbuild@vger.kernel.org
3821 S:      Odd Fixes
3822 F:      Documentation/kbuild/kconfig-language.txt
3823 F:      scripts/kconfig/
3825 KDUMP
3826 M:      Vivek Goyal <vgoyal@redhat.com>
3827 M:      Haren Myneni <hbabu@us.ibm.com>
3828 L:      kexec@lists.infradead.org
3829 W:      http://lse.sourceforge.net/kdump/
3830 S:      Maintained
3831 F:      Documentation/kdump/
3833 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3834 M:      Ian Kent <raven@themaw.net>
3835 L:      autofs@vger.kernel.org
3836 S:      Maintained
3837 F:      fs/autofs4/
3839 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3840 M:      Michal Marek <mmarek@suse.cz>
3841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
3842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
3843 L:      linux-kbuild@vger.kernel.org
3844 S:      Maintained
3845 F:      Documentation/kbuild/
3846 F:      Makefile
3847 F:      scripts/Makefile.*
3848 F:      scripts/basic/
3849 F:      scripts/mk*
3850 F:      scripts/package/
3852 KERNEL JANITORS
3853 L:      kernel-janitors@vger.kernel.org
3854 W:      http://kernelnewbies.org/KernelJanitors
3855 S:      Odd Fixes
3857 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3858 M:      "J. Bruce Fields" <bfields@fieldses.org>
3859 L:      linux-nfs@vger.kernel.org
3860 W:      http://nfs.sourceforge.net/
3861 S:      Supported
3862 F:      fs/nfsd/
3863 F:      include/linux/nfsd/
3864 F:      fs/lockd/
3865 F:      fs/nfs_common/
3866 F:      net/sunrpc/
3867 F:      include/linux/lockd/
3868 F:      include/linux/sunrpc/
3870 KERNEL VIRTUAL MACHINE (KVM)
3871 M:      Avi Kivity <avi@redhat.com>
3872 M:      Marcelo Tosatti <mtosatti@redhat.com>
3873 L:      kvm@vger.kernel.org
3874 W:      http://kvm.qumranet.com
3875 S:      Supported
3876 F:      Documentation/*/kvm.txt
3877 F:      arch/*/kvm/
3878 F:      arch/*/include/asm/kvm*
3879 F:      include/linux/kvm*
3880 F:      virt/kvm/
3882 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3883 M:      Joerg Roedel <joerg.roedel@amd.com>
3884 L:      kvm@vger.kernel.org
3885 W:      http://kvm.qumranet.com
3886 S:      Supported
3887 F:      arch/x86/include/asm/svm.h
3888 F:      arch/x86/kvm/svm.c
3890 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3891 M:      Alexander Graf <agraf@suse.de>
3892 L:      kvm-ppc@vger.kernel.org
3893 W:      http://kvm.qumranet.com
3894 S:      Supported
3895 F:      arch/powerpc/include/asm/kvm*
3896 F:      arch/powerpc/kvm/
3898 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3899 M:      Xiantao Zhang <xiantao.zhang@intel.com>
3900 L:      kvm-ia64@vger.kernel.org
3901 W:      http://kvm.qumranet.com
3902 S:      Supported
3903 F:      Documentation/ia64/kvm.txt
3904 F:      arch/ia64/include/asm/kvm*
3905 F:      arch/ia64/kvm/
3907 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3908 M:      Carsten Otte <cotte@de.ibm.com>
3909 M:      Christian Borntraeger <borntraeger@de.ibm.com>
3910 M:      linux390@de.ibm.com
3911 L:      linux-s390@vger.kernel.org
3912 W:      http://www.ibm.com/developerworks/linux/linux390/
3913 S:      Supported
3914 F:      Documentation/s390/kvm.txt
3915 F:      arch/s390/include/asm/kvm*
3916 F:      arch/s390/kvm/
3917 F:      drivers/s390/kvm/
3919 KEXEC
3920 M:      Eric Biederman <ebiederm@xmission.com>
3921 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
3922 L:      kexec@lists.infradead.org
3923 S:      Maintained
3924 F:      include/linux/kexec.h
3925 F:      kernel/kexec.c
3927 KEYS/KEYRINGS:
3928 M:      David Howells <dhowells@redhat.com>
3929 L:      keyrings@linux-nfs.org
3930 S:      Maintained
3931 F:      Documentation/security/keys.txt
3932 F:      include/linux/key.h
3933 F:      include/linux/key-type.h
3934 F:      include/keys/
3935 F:      security/keys/
3937 KEYS-TRUSTED
3938 M:      David Safford <safford@watson.ibm.com>
3939 M:      Mimi Zohar <zohar@us.ibm.com>
3940 L:      linux-security-module@vger.kernel.org
3941 L:      keyrings@linux-nfs.org
3942 S:      Supported
3943 F:      Documentation/security/keys-trusted-encrypted.txt
3944 F:      include/keys/trusted-type.h
3945 F:      security/keys/trusted.c
3946 F:      security/keys/trusted.h
3948 KEYS-ENCRYPTED
3949 M:      Mimi Zohar <zohar@us.ibm.com>
3950 M:      David Safford <safford@watson.ibm.com>
3951 L:      linux-security-module@vger.kernel.org
3952 L:      keyrings@linux-nfs.org
3953 S:      Supported
3954 F:      Documentation/security/keys-trusted-encrypted.txt
3955 F:      include/keys/encrypted-type.h
3956 F:      security/keys/encrypted-keys/
3958 KGDB / KDB /debug_core
3959 M:      Jason Wessel <jason.wessel@windriver.com>
3960 W:      http://kgdb.wiki.kernel.org/
3961 L:      kgdb-bugreport@lists.sourceforge.net
3962 S:      Maintained
3963 F:      Documentation/DocBook/kgdb.tmpl
3964 F:      drivers/misc/kgdbts.c
3965 F:      drivers/tty/serial/kgdboc.c
3966 F:      include/linux/kdb.h
3967 F:      include/linux/kgdb.h
3968 F:      kernel/debug/
3970 KMEMCHECK
3971 M:      Vegard Nossum <vegardno@ifi.uio.no>
3972 M:      Pekka Enberg <penberg@kernel.org>
3973 S:      Maintained
3974 F:      Documentation/kmemcheck.txt
3975 F:      arch/x86/include/asm/kmemcheck.h
3976 F:      arch/x86/mm/kmemcheck/
3977 F:      include/linux/kmemcheck.h
3978 F:      mm/kmemcheck.c
3980 KMEMLEAK
3981 M:      Catalin Marinas <catalin.marinas@arm.com>
3982 S:      Maintained
3983 F:      Documentation/kmemleak.txt
3984 F:      include/linux/kmemleak.h
3985 F:      mm/kmemleak.c
3986 F:      mm/kmemleak-test.c
3988 KPROBES
3989 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3990 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3991 M:      "David S. Miller" <davem@davemloft.net>
3992 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3993 S:      Maintained
3994 F:      Documentation/kprobes.txt
3995 F:      include/linux/kprobes.h
3996 F:      kernel/kprobes.c
3998 KS0108 LCD CONTROLLER DRIVER
3999 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4000 W:      http://miguelojeda.es/auxdisplay.htm
4001 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4002 S:      Maintained
4003 F:      Documentation/auxdisplay/ks0108
4004 F:      drivers/auxdisplay/ks0108.c
4005 F:      include/linux/ks0108.h
4007 LAPB module
4008 L:      linux-x25@vger.kernel.org
4009 S:      Orphan
4010 F:      Documentation/networking/lapb-module.txt
4011 F:      include/*/lapb.h
4012 F:      net/lapb/
4014 LASI 53c700 driver for PARISC
4015 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4016 L:      linux-scsi@vger.kernel.org
4017 S:      Maintained
4018 F:      Documentation/scsi/53c700.txt
4019 F:      drivers/scsi/53c700*
4021 LED SUBSYSTEM
4022 M:      Richard Purdie <rpurdie@rpsys.net>
4023 S:      Maintained
4024 F:      drivers/leds/
4025 F:      include/linux/leds.h
4027 LEGACY EEPROM DRIVER
4028 M:      Jean Delvare <khali@linux-fr.org>
4029 S:      Maintained
4030 F:      Documentation/misc-devices/eeprom
4031 F:      drivers/misc/eeprom/eeprom.c
4033 LEGO USB Tower driver
4034 M:      Juergen Stuber <starblue@users.sourceforge.net>
4035 L:      legousb-devel@lists.sourceforge.net
4036 W:      http://legousb.sourceforge.net/
4037 S:      Maintained
4038 F:      drivers/usb/misc/legousbtower.c
4040 LGUEST
4041 M:      Rusty Russell <rusty@rustcorp.com.au>
4042 L:      lguest@lists.ozlabs.org
4043 W:      http://lguest.ozlabs.org/
4044 S:      Odd Fixes
4045 F:      arch/x86/include/asm/lguest*.h
4046 F:      arch/x86/lguest/
4047 F:      drivers/lguest/
4048 F:      include/linux/lguest*.h
4049 F:      tools/lguest/
4051 LINUX FOR IBM pSERIES (RS/6000)
4052 M:      Paul Mackerras <paulus@au.ibm.com>
4053 W:      http://www.ibm.com/linux/ltc/projects/ppc
4054 S:      Supported
4055 F:      arch/powerpc/boot/rs6000.h
4057 LINUX FOR POWERPC (32-BIT AND 64-BIT)
4058 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4059 M:      Paul Mackerras <paulus@samba.org>
4060 W:      http://www.penguinppc.org/
4061 L:      linuxppc-dev@lists.ozlabs.org
4062 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4064 S:      Supported
4065 F:      Documentation/powerpc/
4066 F:      arch/powerpc/
4068 LINUX FOR POWER MACINTOSH
4069 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4070 W:      http://www.penguinppc.org/
4071 L:      linuxppc-dev@lists.ozlabs.org
4072 S:      Maintained
4073 F:      arch/powerpc/platforms/powermac/
4074 F:      drivers/macintosh/
4076 LINUX FOR POWERPC EMBEDDED MPC5XXX
4077 M:      Anatolij Gustschin <agust@denx.de>
4078 L:      linuxppc-dev@lists.ozlabs.org
4079 T:      git git://git.denx.de/linux-2.6-agust.git
4080 S:      Maintained
4081 F:      arch/powerpc/platforms/512x/
4082 F:      arch/powerpc/platforms/52xx/
4084 LINUX FOR POWERPC EMBEDDED PPC4XX
4085 M:      Josh Boyer <jwboyer@gmail.com>
4086 M:      Matt Porter <mporter@kernel.crashing.org>
4087 W:      http://www.penguinppc.org/
4088 L:      linuxppc-dev@lists.ozlabs.org
4089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4090 S:      Maintained
4091 F:      arch/powerpc/platforms/40x/
4092 F:      arch/powerpc/platforms/44x/
4094 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4095 M:      Grant Likely <grant.likely@secretlab.ca>
4096 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4097 L:      linuxppc-dev@lists.ozlabs.org
4098 T:      git git://git.secretlab.ca/git/linux-2.6.git
4099 S:      Maintained
4100 F:      arch/powerpc/*/*virtex*
4101 F:      arch/powerpc/*/*/*virtex*
4103 LINUX FOR POWERPC EMBEDDED PPC8XX
4104 M:      Vitaly Bordug <vitb@kernel.crashing.org>
4105 M:      Marcelo Tosatti <marcelo@kvack.org>
4106 W:      http://www.penguinppc.org/
4107 L:      linuxppc-dev@lists.ozlabs.org
4108 S:      Maintained
4109 F:      arch/powerpc/platforms/8xx/
4111 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4112 M:      Kumar Gala <galak@kernel.crashing.org>
4113 W:      http://www.penguinppc.org/
4114 L:      linuxppc-dev@lists.ozlabs.org
4115 S:      Maintained
4116 F:      arch/powerpc/platforms/83xx/
4117 F:      arch/powerpc/platforms/85xx/
4119 LINUX FOR POWERPC PA SEMI PWRFICIENT
4120 M:      Olof Johansson <olof@lixom.net>
4121 L:      linuxppc-dev@lists.ozlabs.org
4122 S:      Maintained
4123 F:      arch/powerpc/platforms/pasemi/
4124 F:      drivers/*/*pasemi*
4125 F:      drivers/*/*/*pasemi*
4127 LINUX SECURITY MODULE (LSM) FRAMEWORK
4128 M:      Chris Wright <chrisw@sous-sol.org>
4129 L:      linux-security-module@vger.kernel.org
4130 S:      Supported
4132 LIS3LV02D ACCELEROMETER DRIVER
4133 M:      Eric Piel <eric.piel@tremplin-utc.net>
4134 S:      Maintained
4135 F:      Documentation/misc-devices/lis3lv02d
4136 F:      drivers/misc/lis3lv02d/
4137 F:      drivers/platform/x86/hp_accel.c
4139 LLC (802.2)
4140 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4141 S:      Maintained
4142 F:      include/linux/llc.h
4143 F:      include/net/llc*
4144 F:      net/llc/
4146 LM73 HARDWARE MONITOR DRIVER
4147 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
4148 L:      lm-sensors@lm-sensors.org
4149 S:      Maintained
4150 F:      drivers/hwmon/lm73.c
4152 LM78 HARDWARE MONITOR DRIVER
4153 M:      Jean Delvare <khali@linux-fr.org>
4154 L:      lm-sensors@lm-sensors.org
4155 S:      Maintained
4156 F:      Documentation/hwmon/lm78
4157 F:      drivers/hwmon/lm78.c
4159 LM83 HARDWARE MONITOR DRIVER
4160 M:      Jean Delvare <khali@linux-fr.org>
4161 L:      lm-sensors@lm-sensors.org
4162 S:      Maintained
4163 F:      Documentation/hwmon/lm83
4164 F:      drivers/hwmon/lm83.c
4166 LM90 HARDWARE MONITOR DRIVER
4167 M:      Jean Delvare <khali@linux-fr.org>
4168 L:      lm-sensors@lm-sensors.org
4169 S:      Maintained
4170 F:      Documentation/hwmon/lm90
4171 F:      drivers/hwmon/lm90.c
4173 LOCKDEP AND LOCKSTAT
4174 M:      Peter Zijlstra <peterz@infradead.org>
4175 M:      Ingo Molnar <mingo@redhat.com>
4176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4177 S:      Maintained
4178 F:      Documentation/lockdep*.txt
4179 F:      Documentation/lockstat.txt
4180 F:      include/linux/lockdep.h
4181 F:      kernel/lockdep*
4183 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4184 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
4185 L:      linux-ntfs-dev@lists.sourceforge.net
4186 W:      http://www.linux-ntfs.org/content/view/19/37/
4187 S:      Maintained
4188 F:      Documentation/ldm.txt
4189 F:      block/partitions/ldm.*
4191 LogFS
4192 M:      Joern Engel <joern@logfs.org>
4193 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
4194 L:      logfs@logfs.org
4195 W:      logfs.org
4196 S:      Maintained
4197 F:      fs/logfs/
4199 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4200 M:      Eric Moore <Eric.Moore@lsi.com>
4201 M:      support@lsi.com
4202 L:      DL-MPTFusionLinux@lsi.com
4203 L:      linux-scsi@vger.kernel.org
4204 W:      http://www.lsilogic.com/support
4205 S:      Supported
4206 F:      drivers/message/fusion/
4208 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4209 M:      Matthew Wilcox <matthew@wil.cx>
4210 L:      linux-scsi@vger.kernel.org
4211 S:      Maintained
4212 F:      drivers/scsi/sym53c8xx_2/
4214 LTC4261 HARDWARE MONITOR DRIVER
4215 M:      Guenter Roeck <linux@roeck-us.net>
4216 L:      lm-sensors@lm-sensors.org
4217 S:      Maintained
4218 F:      Documentation/hwmon/ltc4261
4219 F:      drivers/hwmon/ltc4261.c
4221 LTP (Linux Test Project)
4222 M:      Shubham Goyal <shubham@linux.vnet.ibm.com>
4223 M:      Mike Frysinger <vapier@gentoo.org>
4224 M:      Cyril Hrubis <chrubis@suse.cz>
4225 M:      Caspar Zhang <caspar@casparzhang.com>
4226 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
4227 L:      ltp-list@lists.sourceforge.net (subscribers-only)
4228 W:      http://ltp.sourceforge.net/
4229 T:      git git://github.com/linux-test-project/ltp.git
4230 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4231 S:      Maintained
4233 M32R ARCHITECTURE
4234 M:      Hirokazu Takata <takata@linux-m32r.org>
4235 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4236 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4237 W:      http://www.linux-m32r.org/
4238 S:      Maintained
4239 F:      arch/m32r/
4241 M68K ARCHITECTURE
4242 M:      Geert Uytterhoeven <geert@linux-m68k.org>
4243 L:      linux-m68k@lists.linux-m68k.org
4244 W:      http://www.linux-m68k.org/
4245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4246 S:      Maintained
4247 F:      arch/m68k/
4248 F:      drivers/zorro/
4250 M68K ON APPLE MACINTOSH
4251 M:      Joshua Thompson <funaho@jurai.org>
4252 W:      http://www.mac.linux-m68k.org/
4253 L:      linux-m68k@lists.linux-m68k.org
4254 S:      Maintained
4255 F:      arch/m68k/mac/
4257 M68K ON HP9000/300
4258 M:      Philip Blundell <philb@gnu.org>
4259 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
4260 S:      Maintained
4261 F:      arch/m68k/hp300/
4263 MAC80211
4264 M:      Johannes Berg <johannes@sipsolutions.net>
4265 L:      linux-wireless@vger.kernel.org
4266 W:      http://linuxwireless.org/
4267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
4268 S:      Maintained
4269 F:      Documentation/networking/mac80211-injection.txt
4270 F:      include/net/mac80211.h
4271 F:      net/mac80211/
4273 MAC80211 PID RATE CONTROL
4274 M:      Stefano Brivio <stefano.brivio@polimi.it>
4275 M:      Mattias Nissler <mattias.nissler@gmx.de>
4276 L:      linux-wireless@vger.kernel.org
4277 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
4278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
4279 S:      Maintained
4280 F:      net/mac80211/rc80211_pid*
4282 MACVLAN DRIVER
4283 M:      Patrick McHardy <kaber@trash.net>
4284 L:      netdev@vger.kernel.org
4285 S:      Maintained
4286 F:      drivers/net/macvlan.c
4287 F:      include/linux/if_macvlan.h
4289 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4290 M:      Michael Kerrisk <mtk.manpages@gmail.com>
4291 W:      http://www.kernel.org/doc/man-pages
4292 L:      linux-man@vger.kernel.org
4293 S:      Maintained
4295 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
4296 M:      Mirko Lindner <mlindner@marvell.com>
4297 M:      Stephen Hemminger <shemminger@vyatta.com>
4298 L:      netdev@vger.kernel.org
4299 S:      Maintained
4300 F:      drivers/net/ethernet/marvell/sk*
4302 MARVELL LIBERTAS WIRELESS DRIVER
4303 M:      Dan Williams <dcbw@redhat.com>
4304 L:      libertas-dev@lists.infradead.org
4305 S:      Maintained
4306 F:      drivers/net/wireless/libertas/
4308 MARVELL MV643XX ETHERNET DRIVER
4309 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4310 L:      netdev@vger.kernel.org
4311 S:      Maintained
4312 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
4313 F:      include/linux/mv643xx.h
4315 MARVELL MWIFIEX WIRELESS DRIVER
4316 M:      Bing Zhao <bzhao@marvell.com>
4317 L:      linux-wireless@vger.kernel.org
4318 S:      Maintained
4319 F:      drivers/net/wireless/mwifiex/
4321 MARVELL MWL8K WIRELESS DRIVER
4322 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4323 L:      linux-wireless@vger.kernel.org
4324 S:      Odd Fixes
4325 F:      drivers/net/wireless/mwl8k.c
4327 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4328 M:      Nicolas Pitre <nico@fluxnic.net>
4329 S:      Odd Fixes
4330 F:      drivers/mmc/host/mvsdio.*
4332 MATROX FRAMEBUFFER DRIVER
4333 L:      linux-fbdev@vger.kernel.org
4334 S:      Orphan
4335 F:      drivers/video/matrox/matroxfb_*
4336 F:      include/linux/matroxfb.h
4338 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4339 M:      "Hans J. Koch" <hjk@hansjkoch.de>
4340 L:      lm-sensors@lm-sensors.org
4341 S:      Maintained
4342 F:      Documentation/hwmon/max6650
4343 F:      drivers/hwmon/max6650.c
4345 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4346 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
4347 P:      LinuxTV.org Project
4348 L:      linux-media@vger.kernel.org
4349 W:      http://linuxtv.org
4350 Q:      http://patchwork.kernel.org/project/linux-media/list/
4351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4352 S:      Maintained
4353 F:      Documentation/dvb/
4354 F:      Documentation/video4linux/
4355 F:      Documentation/DocBook/media/
4356 F:      drivers/media/
4357 F:      drivers/staging/media/
4358 F:      include/media/
4359 F:      include/linux/dvb/
4360 F:      include/linux/videodev*.h
4362 MEGARAID SCSI DRIVERS
4363 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
4364 L:      linux-scsi@vger.kernel.org
4365 W:      http://megaraid.lsilogic.com
4366 S:      Maintained
4367 F:      Documentation/scsi/megaraid.txt
4368 F:      drivers/scsi/megaraid.*
4369 F:      drivers/scsi/megaraid/
4371 MEMORY MANAGEMENT
4372 L:      linux-mm@kvack.org
4373 W:      http://www.linux-mm.org
4374 S:      Maintained
4375 F:      include/linux/mm.h
4376 F:      mm/
4378 MEMORY RESOURCE CONTROLLER
4379 M:      Johannes Weiner <hannes@cmpxchg.org>
4380 M:      Michal Hocko <mhocko@suse.cz>
4381 M:      Balbir Singh <bsingharora@gmail.com>
4382 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4383 L:      cgroups@vger.kernel.org
4384 L:      linux-mm@kvack.org
4385 S:      Maintained
4386 F:      mm/memcontrol.c
4387 F:      mm/page_cgroup.c
4389 MEMORY TECHNOLOGY DEVICES (MTD)
4390 M:      David Woodhouse <dwmw2@infradead.org>
4391 L:      linux-mtd@lists.infradead.org
4392 W:      http://www.linux-mtd.infradead.org/
4393 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
4394 T:      git git://git.infradead.org/mtd-2.6.git
4395 S:      Maintained
4396 F:      drivers/mtd/
4397 F:      include/linux/mtd/
4398 F:      include/mtd/
4400 MICROBLAZE ARCHITECTURE
4401 M:      Michal Simek <monstr@monstr.eu>
4402 L:      microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
4403 W:      http://www.monstr.eu/fdt/
4404 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
4405 S:      Supported
4406 F:      arch/microblaze/
4408 MICROCHANNEL ARCHITECTURE (MCA)
4409 M:      James Bottomley <James.Bottomley@HansenPartnership.com>
4410 S:      Maintained
4411 F:      Documentation/mca.txt
4412 F:      drivers/mca/
4413 F:      include/linux/mca*
4415 MICROTEK X6 SCANNER
4416 M:      Oliver Neukum <oliver@neukum.name>
4417 S:      Maintained
4418 F:      drivers/usb/image/microtek.*
4420 MIPS
4421 M:      Ralf Baechle <ralf@linux-mips.org>
4422 L:      linux-mips@linux-mips.org
4423 W:      http://www.linux-mips.org/
4424 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
4425 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
4426 S:      Supported
4427 F:      Documentation/mips/
4428 F:      arch/mips/
4430 MODULE SUPPORT
4431 M:      Rusty Russell <rusty@rustcorp.com.au>
4432 S:      Maintained
4433 F:      include/linux/module.h
4434 F:      kernel/module.c
4436 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4437 W:      http://popies.net/meye/
4438 S:      Orphan
4439 F:      Documentation/video4linux/meye.txt
4440 F:      drivers/media/video/meye.*
4441 F:      include/linux/meye.h
4443 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4444 M:      Pavel Pisa <ppisa@pikron.com>
4445 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4446 S:      Maintained
4447 F:      drivers/mmc/host/imxmmc.*
4449 MOUSE AND MISC DEVICES [GENERAL]
4450 M:      Alessandro Rubini <rubini@ipvvis.unipv.it>
4451 S:      Maintained
4452 F:      drivers/input/mouse/
4453 F:      include/linux/gpio_mouse.h
4455 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4456 M:      Jiri Slaby <jirislaby@gmail.com>
4457 S:      Maintained
4458 F:      Documentation/serial/moxa-smartio
4459 F:      drivers/tty/mxser.*
4461 MSI LAPTOP SUPPORT
4462 M:      "Lee, Chun-Yi" <jlee@novell.com>
4463 L:      platform-driver-x86@vger.kernel.org
4464 S:      Maintained
4465 F:      drivers/platform/x86/msi-laptop.c
4467 MSI WMI SUPPORT
4468 M:      Anisse Astier <anisse@astier.eu>
4469 L:      platform-driver-x86@vger.kernel.org
4470 S:      Supported
4471 F:      drivers/platform/x86/msi-wmi.c
4473 MULTIFUNCTION DEVICES (MFD)
4474 M:      Samuel Ortiz <sameo@linux.intel.com>
4475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4476 S:      Supported
4477 F:      drivers/mfd/
4479 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4480 M:      Chris Ball <cjb@laptop.org>
4481 L:      linux-mmc@vger.kernel.org
4482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4483 S:      Maintained
4484 F:      drivers/mmc/
4485 F:      include/linux/mmc/
4487 MULTIMEDIA CARD (MMC) ETC. OVER SPI
4488 S:      Orphan
4489 F:      drivers/mmc/host/mmc_spi.c
4490 F:      include/linux/spi/mmc_spi.h
4492 MULTISOUND SOUND DRIVER
4493 M:      Andrew Veliath <andrewtv@usa.net>
4494 S:      Maintained
4495 F:      Documentation/sound/oss/MultiSound
4496 F:      sound/oss/msnd*
4498 MULTITECH MULTIPORT CARD (ISICOM)
4499 S:      Orphan
4500 F:      drivers/tty/isicom.c
4501 F:      include/linux/isicom.h
4503 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4504 M:      Felipe Balbi <balbi@ti.com>
4505 L:      linux-usb@vger.kernel.org
4506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4507 S:      Maintained
4508 F:      drivers/usb/musb/
4510 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4511 M:      Jon Mason <mason@myri.com>
4512 M:      Andrew Gallatin <gallatin@myri.com>
4513 L:      netdev@vger.kernel.org
4514 W:      http://www.myri.com/scs/download-Myri10GE.html
4515 S:      Supported
4516 F:      drivers/net/ethernet/myricom/myri10ge/
4518 NATSEMI ETHERNET DRIVER (DP8381x)
4519 M:      Tim Hockin <thockin@hockin.org>
4520 S:      Maintained
4521 F:      drivers/net/ethernet/natsemi/natsemi.c
4523 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
4524 M:      Daniel Mack <zonque@gmail.com>
4525 S:      Maintained
4526 L:      alsa-devel@alsa-project.org
4527 W:      http://www.native-instruments.com
4528 F:      sound/usb/caiaq/
4530 NCP FILESYSTEM
4531 M:      Petr Vandrovec <petr@vandrovec.name>
4532 S:      Odd Fixes
4533 F:      fs/ncpfs/
4535 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4536 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4537 L:      linux-scsi@vger.kernel.org
4538 S:      Maintained
4539 F:      drivers/scsi/NCR_D700.*
4541 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4542 M:      Faisal Latif <faisal.latif@intel.com>
4543 L:      linux-rdma@vger.kernel.org
4544 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4545 S:      Supported
4546 F:      drivers/infiniband/hw/nes/
4548 NETEM NETWORK EMULATOR
4549 M:      Stephen Hemminger <shemminger@vyatta.com>
4550 L:      netem@lists.linux-foundation.org
4551 S:      Maintained
4552 F:      net/sched/sch_netem.c
4554 NETERION 10GbE DRIVERS (s2io/vxge)
4555 M:      Jon Mason <jdmason@kudzu.us>
4556 L:      netdev@vger.kernel.org
4557 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4558 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4559 S:      Supported
4560 F:      Documentation/networking/s2io.txt
4561 F:      Documentation/networking/vxge.txt
4562 F:      drivers/net/ethernet/neterion/
4564 NETFILTER/IPTABLES/IPCHAINS
4565 P:      Harald Welte
4566 P:      Jozsef Kadlecsik
4567 M:      Pablo Neira Ayuso <pablo@netfilter.org>
4568 M:      Patrick McHardy <kaber@trash.net>
4569 L:      netfilter-devel@vger.kernel.org
4570 L:      netfilter@vger.kernel.org
4571 L:      coreteam@netfilter.org
4572 W:      http://www.netfilter.org/
4573 W:      http://www.iptables.org/
4574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-2.6.git
4575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next-2.6.git
4576 S:      Supported
4577 F:      include/linux/netfilter*
4578 F:      include/linux/netfilter/
4579 F:      include/net/netfilter/
4580 F:      net/*/netfilter.c
4581 F:      net/*/netfilter/
4582 F:      net/netfilter/
4584 NETLABEL
4585 M:      Paul Moore <paul@paul-moore.com>
4586 W:      http://netlabel.sf.net
4587 L:      netdev@vger.kernel.org
4588 S:      Maintained
4589 F:      Documentation/netlabel/
4590 F:      include/net/netlabel.h
4591 F:      net/netlabel/
4593 NETROM NETWORK LAYER
4594 M:      Ralf Baechle <ralf@linux-mips.org>
4595 L:      linux-hams@vger.kernel.org
4596 W:      http://www.linux-ax25.org/
4597 S:      Maintained
4598 F:      include/linux/netrom.h
4599 F:      include/net/netrom.h
4600 F:      net/netrom/
4602 NETWORK BLOCK DEVICE (NBD)
4603 M:      Paul Clements <Paul.Clements@steeleye.com>
4604 S:      Maintained
4605 F:      Documentation/blockdev/nbd.txt
4606 F:      drivers/block/nbd.c
4607 F:      include/linux/nbd.h
4609 NETWORK DROP MONITOR
4610 M:      Neil Horman <nhorman@tuxdriver.com>
4611 L:      netdev@vger.kernel.org
4612 S:      Maintained
4613 W:      https://fedorahosted.org/dropwatch/
4614 F:      net/core/drop_monitor.c
4616 NETWORKING [GENERAL]
4617 M:      "David S. Miller" <davem@davemloft.net>
4618 L:      netdev@vger.kernel.org
4619 W:      http://www.linuxfoundation.org/en/Net
4620 W:      http://patchwork.ozlabs.org/project/netdev/list/
4621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
4623 S:      Maintained
4624 F:      net/
4625 F:      include/net/
4626 F:      include/linux/in.h
4627 F:      include/linux/net.h
4628 F:      include/linux/netdevice.h
4630 NETWORKING [IPv4/IPv6]
4631 M:      "David S. Miller" <davem@davemloft.net>
4632 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4633 M:      James Morris <jmorris@namei.org>
4634 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4635 M:      Patrick McHardy <kaber@trash.net>
4636 L:      netdev@vger.kernel.org
4637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4638 S:      Maintained
4639 F:      net/ipv4/
4640 F:      net/ipv6/
4641 F:      include/net/ip*
4642 F:      arch/x86/net/*
4644 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4645 M:      Paul Moore <paul@paul-moore.com>
4646 L:      netdev@vger.kernel.org
4647 S:      Maintained
4649 NETWORKING [WIRELESS]
4650 M:      "John W. Linville" <linville@tuxdriver.com>
4651 L:      linux-wireless@vger.kernel.org
4652 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
4653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
4654 S:      Maintained
4655 F:      net/mac80211/
4656 F:      net/rfkill/
4657 F:      net/wireless/
4658 F:      include/net/ieee80211*
4659 F:      include/linux/wireless.h
4660 F:      include/net/iw_handler.h
4661 F:      drivers/net/wireless/
4663 NETWORKING DRIVERS
4664 L:      netdev@vger.kernel.org
4665 W:      http://www.linuxfoundation.org/en/Net
4666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
4668 S:      Odd Fixes
4669 F:      drivers/net/
4670 F:      include/linux/if_*
4671 F:      include/linux/*device.h
4673 NETXEN (1/10) GbE SUPPORT
4674 M:      Sony Chacko <sony.chacko@qlogic.com>
4675 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
4676 L:      netdev@vger.kernel.org
4677 W:      http://www.qlogic.com
4678 S:      Supported
4679 F:      drivers/net/ethernet/qlogic/netxen/
4681 NFC SUBSYSTEM
4682 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
4683 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
4684 M:      Samuel Ortiz <sameo@linux.intel.com>
4685 L:      linux-wireless@vger.kernel.org
4686 S:      Maintained
4687 F:      net/nfc/
4688 F:      include/linux/nfc.h
4689 F:      include/net/nfc/
4690 F:      drivers/nfc/
4692 NFS, SUNRPC, AND LOCKD CLIENTS
4693 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
4694 L:      linux-nfs@vger.kernel.org
4695 W:      http://client.linux-nfs.org
4696 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4697 S:      Maintained
4698 F:      fs/lockd/
4699 F:      fs/nfs/
4700 F:      fs/nfs_common/
4701 F:      net/sunrpc/
4702 F:      include/linux/lockd/
4703 F:      include/linux/nfs*
4704 F:      include/linux/sunrpc/
4706 NI5010 NETWORK DRIVER
4707 M:      Jan-Pascal van Best <janpascal@vanbest.org>
4708 M:      Andreas Mohr <andi@lisas.de>
4709 L:      netdev@vger.kernel.org
4710 S:      Maintained
4711 F:      drivers/net/ethernet/racal/ni5010.*
4713 NILFS2 FILESYSTEM
4714 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4715 L:      linux-nilfs@vger.kernel.org
4716 W:      http://www.nilfs.org/en/
4717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4718 S:      Supported
4719 F:      Documentation/filesystems/nilfs2.txt
4720 F:      fs/nilfs2/
4721 F:      include/linux/nilfs2_fs.h
4723 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4724 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4725 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4726 S:      Maintained
4727 F:      Documentation/scsi/NinjaSCSI.txt
4728 F:      drivers/scsi/pcmcia/nsp_*
4730 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4731 M:      GOTO Masanori <gotom@debian.or.jp>
4732 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4733 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4734 S:      Maintained
4735 F:      Documentation/scsi/NinjaSCSI.txt
4736 F:      drivers/scsi/nsp32*
4738 NTFS FILESYSTEM
4739 M:      Anton Altaparmakov <anton@tuxera.com>
4740 L:      linux-ntfs-dev@lists.sourceforge.net
4741 W:      http://www.tuxera.com/
4742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
4743 S:      Supported
4744 F:      Documentation/filesystems/ntfs.txt
4745 F:      fs/ntfs/
4747 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4748 M:      Antonino Daplas <adaplas@gmail.com>
4749 L:      linux-fbdev@vger.kernel.org
4750 S:      Maintained
4751 F:      drivers/video/riva/
4752 F:      drivers/video/nvidia/
4754 OMAP SUPPORT
4755 M:      Tony Lindgren <tony@atomide.com>
4756 L:      linux-omap@vger.kernel.org
4757 W:      http://www.muru.com/linux/omap/
4758 W:      http://linux.omap.com/
4759 Q:      http://patchwork.kernel.org/project/linux-omap/list/
4760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
4761 S:      Maintained
4762 F:      arch/arm/*omap*/
4763 F:      drivers/i2c/busses/i2c-omap.c
4764 F:      include/linux/i2c-omap.h
4766 OMAP CLOCK FRAMEWORK SUPPORT
4767 M:      Paul Walmsley <paul@pwsan.com>
4768 L:      linux-omap@vger.kernel.org
4769 S:      Maintained
4770 F:      arch/arm/*omap*/*clock*
4772 OMAP POWER MANAGEMENT SUPPORT
4773 M:      Kevin Hilman <khilman@ti.com>
4774 L:      linux-omap@vger.kernel.org
4775 S:      Maintained
4776 F:      arch/arm/*omap*/*pm*
4778 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
4779 M:      Rajendra Nayak <rnayak@ti.com>
4780 M:      Paul Walmsley <paul@pwsan.com>
4781 L:      linux-omap@vger.kernel.org
4782 S:      Maintained
4783 F:      arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
4784 F:      arch/arm/mach-omap2/powerdomain44xx.c
4785 F:      arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
4786 F:      arch/arm/mach-omap2/clockdomain44xx.c
4788 OMAP AUDIO SUPPORT
4789 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
4790 L:      alsa-devel@alsa-project.org (subscribers-only)
4791 L:      linux-omap@vger.kernel.org
4792 S:      Maintained
4793 F:      sound/soc/omap/
4795 OMAP FRAMEBUFFER SUPPORT
4796 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4797 L:      linux-fbdev@vger.kernel.org
4798 L:      linux-omap@vger.kernel.org
4799 S:      Maintained
4800 F:      drivers/video/omap/
4802 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4803 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4804 L:      linux-omap@vger.kernel.org
4805 L:      linux-fbdev@vger.kernel.org
4806 S:      Maintained
4807 F:      drivers/video/omap2/
4808 F:      Documentation/arm/OMAP/DSS
4810 OMAP HARDWARE SPINLOCK SUPPORT
4811 M:      Ohad Ben-Cohen <ohad@wizery.com>
4812 L:      linux-omap@vger.kernel.org
4813 S:      Maintained
4814 F:      drivers/hwspinlock/omap_hwspinlock.c
4815 F:      arch/arm/mach-omap2/hwspinlock.c
4817 OMAP MMC SUPPORT
4818 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
4819 L:      linux-omap@vger.kernel.org
4820 S:      Maintained
4821 F:      drivers/mmc/host/omap.c
4823 OMAP HS MMC SUPPORT
4824 L:      linux-omap@vger.kernel.org
4825 S:      Orphan
4826 F:      drivers/mmc/host/omap_hsmmc.c
4828 OMAP RANDOM NUMBER GENERATOR SUPPORT
4829 M:      Deepak Saxena <dsaxena@plexity.net>
4830 S:      Maintained
4831 F:      drivers/char/hw_random/omap-rng.c
4833 OMAP HWMOD SUPPORT
4834 M:      Benoît Cousson <b-cousson@ti.com>
4835 M:      Paul Walmsley <paul@pwsan.com>
4836 L:      linux-omap@vger.kernel.org
4837 S:      Maintained
4838 F:      arch/arm/mach-omap2/omap_hwmod.c
4839 F:      arch/arm/plat-omap/include/plat/omap_hwmod.h
4841 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4842 M:      Benoît Cousson <b-cousson@ti.com>
4843 L:      linux-omap@vger.kernel.org
4844 S:      Maintained
4845 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4847 OMAP IMAGE SIGNAL PROCESSOR (ISP)
4848 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4849 L:      linux-media@vger.kernel.org
4850 S:      Maintained
4851 F:      drivers/media/video/omap3isp/*
4853 OMAP USB SUPPORT
4854 M:      Felipe Balbi <balbi@ti.com>
4855 L:      linux-usb@vger.kernel.org
4856 L:      linux-omap@vger.kernel.org
4857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4858 S:      Maintained
4859 F:      drivers/usb/*/*omap*
4860 F:      arch/arm/*omap*/usb*
4862 OMFS FILESYSTEM
4863 M:      Bob Copeland <me@bobcopeland.com>
4864 L:      linux-karma-devel@lists.sourceforge.net
4865 S:      Maintained
4866 F:      Documentation/filesystems/omfs.txt
4867 F:      fs/omfs/
4869 OMNIKEY CARDMAN 4000 DRIVER
4870 M:      Harald Welte <laforge@gnumonks.org>
4871 S:      Maintained
4872 F:      drivers/char/pcmcia/cm4000_cs.c
4873 F:      include/linux/cm4000_cs.h
4875 OMNIKEY CARDMAN 4040 DRIVER
4876 M:      Harald Welte <laforge@gnumonks.org>
4877 S:      Maintained
4878 F:      drivers/char/pcmcia/cm4040_cs.*
4880 OMNIVISION OV7670 SENSOR DRIVER
4881 M:      Jonathan Corbet <corbet@lwn.net>
4882 L:      linux-media@vger.kernel.org
4883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4884 S:      Maintained
4885 F:      drivers/media/video/ov7670.c
4887 ONENAND FLASH DRIVER
4888 M:      Kyungmin Park <kyungmin.park@samsung.com>
4889 L:      linux-mtd@lists.infradead.org
4890 S:      Maintained
4891 F:      drivers/mtd/onenand/
4892 F:      include/linux/mtd/onenand*.h
4894 ONSTREAM SCSI TAPE DRIVER
4895 M:      Willem Riede <osst@riede.org>
4896 L:      osst-users@lists.sourceforge.net
4897 L:      linux-scsi@vger.kernel.org
4898 S:      Maintained
4899 F:      drivers/scsi/osst*
4900 F:      drivers/scsi/st*
4902 OPENCORES I2C BUS DRIVER
4903 M:      Peter Korsgaard <jacmet@sunsite.dk>
4904 L:      linux-i2c@vger.kernel.org
4905 S:      Maintained
4906 F:      Documentation/i2c/busses/i2c-ocores
4907 F:      drivers/i2c/busses/i2c-ocores.c
4909 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4910 M:      Grant Likely <grant.likely@secretlab.ca>
4911 M:      Rob Herring <rob.herring@calxeda.com>
4912 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
4913 W:      http://fdt.secretlab.ca
4914 T:      git git://git.secretlab.ca/git/linux-2.6.git
4915 S:      Maintained
4916 F:      Documentation/devicetree
4917 F:      drivers/of
4918 F:      include/linux/of*.h
4919 K:      of_get_property
4920 K:      of_match_table
4922 OPENRISC ARCHITECTURE
4923 M:      Jonas Bonn <jonas@southpole.se>
4924 W:      http://openrisc.net
4925 L:      linux@lists.openrisc.net (moderated for non-subscribers)
4926 S:      Maintained
4927 T:      git git://openrisc.net/~jonas/linux
4928 F:      arch/openrisc
4930 OPENVSWITCH
4931 M:      Jesse Gross <jesse@nicira.com>
4932 L:      dev@openvswitch.org
4933 W:      http://openvswitch.org
4934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
4935 S:      Maintained
4936 F:      net/openvswitch/
4938 OPL4 DRIVER
4939 M:      Clemens Ladisch <clemens@ladisch.de>
4940 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4941 T:      git git://git.alsa-project.org/alsa-kernel.git
4942 S:      Maintained
4943 F:      sound/drivers/opl4/
4945 OPROFILE
4946 M:      Robert Richter <robert.richter@amd.com>
4947 L:      oprofile-list@lists.sf.net
4948 S:      Maintained
4949 F:      arch/*/include/asm/oprofile*.h
4950 F:      arch/*/oprofile/
4951 F:      drivers/oprofile/
4952 F:      include/linux/oprofile.h
4954 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4955 M:      Mark Fasheh <mfasheh@suse.com>
4956 M:      Joel Becker <jlbec@evilplan.org>
4957 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4958 W:      http://oss.oracle.com/projects/ocfs2/
4959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4960 S:      Supported
4961 F:      Documentation/filesystems/ocfs2.txt
4962 F:      Documentation/filesystems/dlmfs.txt
4963 F:      fs/ocfs2/
4965 ORINOCO DRIVER
4966 L:      linux-wireless@vger.kernel.org
4967 W:      http://linuxwireless.org/en/users/Drivers/orinoco
4968 W:      http://www.nongnu.org/orinoco/
4969 S:      Orphan
4970 F:      drivers/net/wireless/orinoco/
4972 OSD LIBRARY and FILESYSTEM
4973 M:      Boaz Harrosh <bharrosh@panasas.com>
4974 M:      Benny Halevy <bhalevy@tonian.com>
4975 L:      osd-dev@open-osd.org
4976 W:      http://open-osd.org
4977 T:      git git://git.open-osd.org/open-osd.git
4978 S:      Maintained
4979 F:      drivers/scsi/osd/
4980 F:      include/scsi/osd_*
4981 F:      fs/exofs/
4983 P54 WIRELESS DRIVER
4984 M:      Christian Lamparter <chunkeey@googlemail.com>
4985 L:      linux-wireless@vger.kernel.org
4986 W:      http://wireless.kernel.org/en/users/Drivers/p54
4987 S:      Maintained
4988 F:      drivers/net/wireless/p54/
4990 PA SEMI ETHERNET DRIVER
4991 M:      Olof Johansson <olof@lixom.net>
4992 L:      netdev@vger.kernel.org
4993 S:      Maintained
4994 F:      drivers/net/ethernet/pasemi/*
4996 PA SEMI SMBUS DRIVER
4997 M:      Olof Johansson <olof@lixom.net>
4998 L:      linux-i2c@vger.kernel.org
4999 S:      Maintained
5000 F:      drivers/i2c/busses/i2c-pasemi.c
5002 PADATA PARALLEL EXECUTION MECHANISM
5003 M:      Steffen Klassert <steffen.klassert@secunet.com>
5004 L:      linux-crypto@vger.kernel.org
5005 S:      Maintained
5006 F:      kernel/padata.c
5007 F:      include/linux/padata.h
5008 F:      Documentation/padata.txt
5010 PANASONIC LAPTOP ACPI EXTRAS DRIVER
5011 M:      Harald Welte <laforge@gnumonks.org>
5012 L:      platform-driver-x86@vger.kernel.org
5013 S:      Maintained
5014 F:      drivers/platform/x86/panasonic-laptop.c
5016 PANASONIC MN10300/AM33/AM34 PORT
5017 M:      David Howells <dhowells@redhat.com>
5018 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5019 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
5020 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5021 S:      Maintained
5022 F:      Documentation/mn10300/
5023 F:      arch/mn10300/
5025 PARALLEL PORT SUPPORT
5026 L:      linux-parport@lists.infradead.org (subscribers-only)
5027 S:      Orphan
5028 F:      drivers/parport/
5029 F:      include/linux/parport*.h
5030 F:      drivers/char/ppdev.c
5031 F:      include/linux/ppdev.h
5033 PARAVIRT_OPS INTERFACE
5034 M:      Jeremy Fitzhardinge <jeremy@goop.org>
5035 M:      Chris Wright <chrisw@sous-sol.org>
5036 M:      Alok Kataria <akataria@vmware.com>
5037 M:      Rusty Russell <rusty@rustcorp.com.au>
5038 L:      virtualization@lists.linux-foundation.org
5039 S:      Supported
5040 F:      Documentation/ia64/paravirt_ops.txt
5041 F:      arch/*/kernel/paravirt*
5042 F:      arch/*/include/asm/paravirt.h
5044 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5045 M:      Tim Waugh <tim@cyberelk.net>
5046 L:      linux-parport@lists.infradead.org (subscribers-only)
5047 W:      http://www.torque.net/linux-pp.html
5048 S:      Maintained
5049 F:      Documentation/blockdev/paride.txt
5050 F:      drivers/block/paride/
5052 PARISC ARCHITECTURE
5053 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
5054 M:      Helge Deller <deller@gmx.de>
5055 L:      linux-parisc@vger.kernel.org
5056 W:      http://www.parisc-linux.org/
5057 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
5058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5059 S:      Maintained
5060 F:      arch/parisc/
5061 F:      drivers/parisc/
5063 PC87360 HARDWARE MONITORING DRIVER
5064 M:      Jim Cromie <jim.cromie@gmail.com>
5065 L:      lm-sensors@lm-sensors.org
5066 S:      Maintained
5067 F:      Documentation/hwmon/pc87360
5068 F:      drivers/hwmon/pc87360.c
5070 PC8736x GPIO DRIVER
5071 M:      Jim Cromie <jim.cromie@gmail.com>
5072 S:      Maintained
5073 F:      drivers/char/pc8736x_gpio.c
5075 PC87427 HARDWARE MONITORING DRIVER
5076 M:      Jean Delvare <khali@linux-fr.org>
5077 L:      lm-sensors@lm-sensors.org
5078 S:      Maintained
5079 F:      Documentation/hwmon/pc87427
5080 F:      drivers/hwmon/pc87427.c
5082 PCA9532 LED DRIVER
5083 M:      Riku Voipio <riku.voipio@iki.fi>
5084 S:      Maintained
5085 F:      drivers/leds/leds-pca9532.c
5086 F:      include/linux/leds-pca9532.h
5088 PCA9541 I2C BUS MASTER SELECTOR DRIVER
5089 M:      Guenter Roeck <guenter.roeck@ericsson.com>
5090 L:      linux-i2c@vger.kernel.org
5091 S:      Maintained
5092 F:      drivers/i2c/muxes/pca9541.c
5094 PCA9564/PCA9665 I2C BUS DRIVER
5095 M:      Wolfram Sang <w.sang@pengutronix.de>
5096 L:      linux-i2c@vger.kernel.org
5097 S:      Maintained
5098 F:      drivers/i2c/algos/i2c-algo-pca.c
5099 F:      drivers/i2c/busses/i2c-pca-*
5100 F:      include/linux/i2c-algo-pca.h
5101 F:      include/linux/i2c-pca-platform.h
5103 PCI ERROR RECOVERY
5104 M:     Linas Vepstas <linasvepstas@gmail.com>
5105 L:      linux-pci@vger.kernel.org
5106 S:      Supported
5107 F:      Documentation/PCI/pci-error-recovery.txt
5108 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
5110 PCI SUBSYSTEM
5111 M:      Bjorn Helgaas <bhelgaas@google.com>
5112 L:      linux-pci@vger.kernel.org
5113 Q:      http://patchwork.kernel.org/project/linux-pci/list/
5114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci.git
5115 S:      Supported
5116 F:      Documentation/PCI/
5117 F:      drivers/pci/
5118 F:      include/linux/pci*
5120 PCI HOTPLUG
5121 M:      Bjorn Helgaas <bhelgaas@google.com>
5122 L:      linux-pci@vger.kernel.org
5123 S:      Supported
5124 F:      drivers/pci/hotplug
5126 PCMCIA SUBSYSTEM
5127 P:      Linux PCMCIA Team
5128 L:      linux-pcmcia@lists.infradead.org
5129 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5131 S:      Maintained
5132 F:      Documentation/pcmcia/
5133 F:      drivers/pcmcia/
5134 F:      include/pcmcia/
5136 PCNET32 NETWORK DRIVER
5137 M:      Don Fry <pcnet32@frontier.com>
5138 L:      netdev@vger.kernel.org
5139 S:      Maintained
5140 F:      drivers/net/ethernet/amd/pcnet32.c
5142 PCRYPT PARALLEL CRYPTO ENGINE
5143 M:      Steffen Klassert <steffen.klassert@secunet.com>
5144 L:      linux-crypto@vger.kernel.org
5145 S:      Maintained
5146 F:      crypto/pcrypt.c
5147 F:      include/crypto/pcrypt.h
5149 PER-CPU MEMORY ALLOCATOR
5150 M:      Tejun Heo <tj@kernel.org>
5151 M:      Christoph Lameter <cl@linux-foundation.org>
5152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5153 S:      Maintained
5154 F:      include/linux/percpu*.h
5155 F:      mm/percpu*.c
5156 F:      arch/*/include/asm/percpu.h
5158 PER-TASK DELAY ACCOUNTING
5159 M:      Balbir Singh <bsingharora@gmail.com>
5160 S:      Maintained
5161 F:      include/linux/delayacct.h
5162 F:      kernel/delayacct.c
5164 PERFORMANCE EVENTS SUBSYSTEM
5165 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
5166 M:      Paul Mackerras <paulus@samba.org>
5167 M:      Ingo Molnar <mingo@redhat.com>
5168 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5170 S:      Supported
5171 F:      kernel/events/*
5172 F:      include/linux/perf_event.h
5173 F:      arch/*/kernel/perf_event*.c
5174 F:      arch/*/kernel/*/perf_event*.c
5175 F:      arch/*/kernel/*/*/perf_event*.c
5176 F:      arch/*/include/asm/perf_event.h
5177 F:      arch/*/lib/perf_event*.c
5178 F:      arch/*/kernel/perf_callchain.c
5179 F:      tools/perf/
5181 PERSONALITY HANDLING
5182 M:      Christoph Hellwig <hch@infradead.org>
5183 L:      linux-abi-devel@lists.sourceforge.net
5184 S:      Maintained
5185 F:      include/linux/personality.h
5187 PHONET PROTOCOL
5188 M:      Remi Denis-Courmont <remi.denis-courmont@nokia.com>
5189 S:      Supported
5190 F:      Documentation/networking/phonet.txt
5191 F:      include/linux/phonet.h
5192 F:      include/net/phonet/
5193 F:      net/phonet/
5195 PHRAM MTD DRIVER
5196 M:      Joern Engel <joern@lazybastard.org>
5197 L:      linux-mtd@lists.infradead.org
5198 S:      Maintained
5199 F:      drivers/mtd/devices/phram.c
5201 PICOXCELL SUPPORT
5202 M:      Jamie Iles <jamie@jamieiles.com>
5203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5204 T:      git git://github.com/jamieiles/linux-2.6-ji.git
5205 S:      Supported
5206 F:      arch/arm/mach-picoxcell
5207 F:      drivers/*/picoxcell*
5208 F:      drivers/*/*/picoxcell*
5210 PIN CONTROL SUBSYSTEM
5211 M:      Linus Walleij <linus.walleij@linaro.org>
5212 S:      Maintained
5213 F:      drivers/pinctrl/
5215 PKTCDVD DRIVER
5216 M:      Peter Osterlund <petero2@telia.com>
5217 S:      Maintained
5218 F:      drivers/block/pktcdvd.c
5219 F:      include/linux/pktcdvd.h
5221 PKUNITY SOC DRIVERS
5222 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
5223 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
5224 S:      Maintained
5225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5226 F:      drivers/input/serio/i8042-unicore32io.h
5227 F:      drivers/i2c/busses/i2c-puv3.c
5228 F:      drivers/video/fb-puv3.c
5229 F:      drivers/rtc/rtc-puv3.c
5231 PMBUS HARDWARE MONITORING DRIVERS
5232 M:      Guenter Roeck <guenter.roeck@ericsson.com>
5233 L:      lm-sensors@lm-sensors.org
5234 W:      http://www.lm-sensors.org/
5235 W:      http://www.roeck-us.net/linux/drivers/
5236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5237 S:      Maintained
5238 F:      Documentation/hwmon/pmbus
5239 F:      drivers/hwmon/pmbus/
5240 F:      include/linux/i2c/pmbus.h
5242 PMC SIERRA MaxRAID DRIVER
5243 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5244 L:      linux-scsi@vger.kernel.org
5245 W:      http://www.pmc-sierra.com/
5246 S:      Supported
5247 F:      drivers/scsi/pmcraid.*
5249 PMC SIERRA PM8001 DRIVER
5250 M:      jack_wang@usish.com
5251 M:      lindar_liu@usish.com
5252 L:      linux-scsi@vger.kernel.org
5253 S:      Supported
5254 F:      drivers/scsi/pm8001/
5256 POSIX CLOCKS and TIMERS
5257 M:      Thomas Gleixner <tglx@linutronix.de>
5258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5259 S:      Supported
5260 F:      fs/timerfd.c
5261 F:      include/linux/timer*
5262 F:      kernel/*timer*
5264 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5265 M:      Anton Vorontsov <cbou@mail.ru>
5266 M:      David Woodhouse <dwmw2@infradead.org>
5267 T:      git git://git.infradead.org/battery-2.6.git
5268 S:      Maintained
5269 F:      include/linux/power_supply.h
5270 F:      drivers/power/power_supply*
5272 PNP SUPPORT
5273 M:      Adam Belay <abelay@mit.edu>
5274 M:      Bjorn Helgaas <bhelgaas@google.com>
5275 S:      Maintained
5276 F:      drivers/pnp/
5278 PNXxxxx I2C DRIVER
5279 M:      Vitaly Wool <vitalywool@gmail.com>
5280 L:      linux-i2c@vger.kernel.org
5281 S:      Maintained
5282 F:      drivers/i2c/busses/i2c-pnx.c
5284 PPP PROTOCOL DRIVERS AND COMPRESSORS
5285 M:      Paul Mackerras <paulus@samba.org>
5286 L:      linux-ppp@vger.kernel.org
5287 S:      Maintained
5288 F:      drivers/net/ppp/ppp_*
5290 PPP OVER ATM (RFC 2364)
5291 M:      Mitchell Blank Jr <mitch@sfgoth.com>
5292 S:      Maintained
5293 F:      net/atm/pppoatm.c
5294 F:      include/linux/atmppp.h
5296 PPP OVER ETHERNET
5297 M:      Michal Ostrowski <mostrows@earthlink.net>
5298 S:      Maintained
5299 F:      drivers/net/ppp/pppoe.c
5300 F:      drivers/net/ppp/pppox.c
5302 PPP OVER L2TP
5303 M:      James Chapman <jchapman@katalix.com>
5304 S:      Maintained
5305 F:      net/l2tp/l2tp_ppp.c
5306 F:      include/linux/if_pppol2tp.h
5308 PPS SUPPORT
5309 M:      Rodolfo Giometti <giometti@enneenne.com>
5310 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
5311 L:      linuxpps@ml.enneenne.com (subscribers-only)
5312 S:      Maintained
5313 F:      Documentation/pps/
5314 F:      drivers/pps/
5315 F:      include/linux/pps*.h
5317 PPTP DRIVER
5318 M:      Dmitry Kozlov <xeb@mail.ru>
5319 L:      netdev@vger.kernel.org
5320 S:      Maintained
5321 F:      drivers/net/ppp/pptp.c
5322 W:      http://sourceforge.net/projects/accel-pptp
5324 PREEMPTIBLE KERNEL
5325 M:      Robert Love <rml@tech9.net>
5326 L:      kpreempt-tech@lists.sourceforge.net
5327 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5328 S:      Supported
5329 F:      Documentation/preempt-locking.txt
5330 F:      include/linux/preempt.h
5332 PRISM54 WIRELESS DRIVER
5333 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
5334 L:      linux-wireless@vger.kernel.org
5335 W:      http://wireless.kernel.org/en/users/Drivers/p54
5336 S:      Obsolete
5337 F:      drivers/net/wireless/prism54/
5339 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5340 M:      Mikael Pettersson <mikpe@it.uu.se>
5341 L:      linux-ide@vger.kernel.org
5342 S:      Maintained
5343 F:      drivers/ata/sata_promise.*
5345 PS3 NETWORK SUPPORT
5346 M:      Geoff Levand <geoff@infradead.org>
5347 L:      netdev@vger.kernel.org
5348 L:      cbe-oss-dev@lists.ozlabs.org
5349 S:      Maintained
5350 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
5352 PS3 PLATFORM SUPPORT
5353 M:      Geoff Levand <geoff@infradead.org>
5354 L:      linuxppc-dev@lists.ozlabs.org
5355 L:      cbe-oss-dev@lists.ozlabs.org
5356 S:      Maintained
5357 F:      arch/powerpc/boot/ps3*
5358 F:      arch/powerpc/include/asm/lv1call.h
5359 F:      arch/powerpc/include/asm/ps3*.h
5360 F:      arch/powerpc/platforms/ps3/
5361 F:      drivers/*/ps3*
5362 F:      drivers/ps3/
5363 F:      drivers/rtc/rtc-ps3.c
5364 F:      drivers/usb/host/*ps3.c
5365 F:      sound/ppc/snd_ps3*
5367 PS3VRAM DRIVER
5368 M:      Jim Paris <jim@jtan.com>
5369 L:      cbe-oss-dev@lists.ozlabs.org
5370 S:      Maintained
5371 F:      drivers/block/ps3vram.c
5373 PTP HARDWARE CLOCK SUPPORT
5374 M:      Richard Cochran <richardcochran@gmail.com>
5375 S:      Maintained
5376 W:      http://linuxptp.sourceforge.net/
5377 F:      Documentation/ABI/testing/sysfs-ptp
5378 F:      Documentation/ptp/*
5379 F:      drivers/net/gianfar_ptp.c
5380 F:      drivers/net/phy/dp83640*
5381 F:      drivers/ptp/*
5382 F:      include/linux/ptp_cl*
5384 PTRACE SUPPORT
5385 M:      Roland McGrath <roland@redhat.com>
5386 M:      Oleg Nesterov <oleg@redhat.com>
5387 S:      Maintained
5388 F:      include/asm-generic/syscall.h
5389 F:      include/linux/ptrace.h
5390 F:      include/linux/regset.h
5391 F:      include/linux/tracehook.h
5392 F:      kernel/ptrace.c
5394 PVRUSB2 VIDEO4LINUX DRIVER
5395 M:      Mike Isely <isely@pobox.com>
5396 L:      pvrusb2@isely.net       (subscribers-only)
5397 L:      linux-media@vger.kernel.org
5398 W:      http://www.isely.net/pvrusb2/
5399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5400 S:      Maintained
5401 F:      Documentation/video4linux/README.pvrusb2
5402 F:      drivers/media/video/pvrusb2/
5404 PXA2xx/PXA3xx SUPPORT
5405 M:      Eric Miao <eric.y.miao@gmail.com>
5406 M:      Russell King <linux@arm.linux.org.uk>
5407 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
5408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5409 T:      git git://github.com/hzhuang1/linux.git
5410 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
5411 S:      Maintained
5412 F:      arch/arm/mach-pxa/
5413 F:      drivers/pcmcia/pxa2xx*
5414 F:      drivers/spi/spi-pxa2xx*
5415 F:      drivers/usb/gadget/pxa2*
5416 F:      include/sound/pxa2xx-lib.h
5417 F:      sound/arm/pxa*
5418 F:      sound/soc/pxa
5420 MMP SUPPORT
5421 M:      Eric Miao <eric.y.miao@gmail.com>
5422 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
5423 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5424 T:      git git://github.com/hzhuang1/linux.git
5425 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
5426 S:      Maintained
5427 F:      arch/arm/mach-mmp/
5429 PXA MMCI DRIVER
5430 S:      Orphan
5432 PXA RTC DRIVER
5433 M:      Robert Jarzmik <robert.jarzmik@free.fr>
5434 L:      rtc-linux@googlegroups.com
5435 S:      Maintained
5437 QIB DRIVER
5438 M:      Mike Marciniszyn <infinipath@qlogic.com>
5439 L:      linux-rdma@vger.kernel.org
5440 S:      Supported
5441 F:      drivers/infiniband/hw/qib/
5443 QLOGIC QLA1280 SCSI DRIVER
5444 M:      Michael Reed <mdr@sgi.com>
5445 L:      linux-scsi@vger.kernel.org
5446 S:      Maintained
5447 F:      drivers/scsi/qla1280.[ch]
5449 QLOGIC QLA2XXX FC-SCSI DRIVER
5450 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
5451 M:      linux-driver@qlogic.com
5452 L:      linux-scsi@vger.kernel.org
5453 S:      Supported
5454 F:      Documentation/scsi/LICENSE.qla2xxx
5455 F:      drivers/scsi/qla2xxx/
5457 QLOGIC QLA4XXX iSCSI DRIVER
5458 M:      Ravi Anand <ravi.anand@qlogic.com>
5459 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5460 M:      iscsi-driver@qlogic.com
5461 L:      linux-scsi@vger.kernel.org
5462 S:      Supported
5463 F:      drivers/scsi/qla4xxx/
5465 QLOGIC QLA3XXX NETWORK DRIVER
5466 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5467 M:      Ron Mercer <ron.mercer@qlogic.com>
5468 M:      linux-driver@qlogic.com
5469 L:      netdev@vger.kernel.org
5470 S:      Supported
5471 F:      Documentation/networking/LICENSE.qla3xxx
5472 F:      drivers/net/ethernet/qlogic/qla3xxx.*
5474 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5475 M:      Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5476 M:      Sony Chacko <sony.chacko@qlogic.com>
5477 M:      linux-driver@qlogic.com
5478 L:      netdev@vger.kernel.org
5479 S:      Supported
5480 F:      drivers/net/ethernet/qlogic/qlcnic/
5482 QLOGIC QLGE 10Gb ETHERNET DRIVER
5483 M:      Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5484 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5485 M:      Ron Mercer <ron.mercer@qlogic.com>
5486 M:      linux-driver@qlogic.com
5487 L:      netdev@vger.kernel.org
5488 S:      Supported
5489 F:      drivers/net/ethernet/qlogic/qlge/
5491 QNX4 FILESYSTEM
5492 M:      Anders Larsen <al@alarsen.net>
5493 W:      http://www.alarsen.net/linux/qnx4fs/
5494 S:      Maintained
5495 F:      fs/qnx4/
5496 F:      include/linux/qnx4_fs.h
5497 F:      include/linux/qnxtypes.h
5499 QUALCOMM HEXAGON ARCHITECTURE
5500 M:      Richard Kuo <rkuo@codeaurora.org>
5501 L:      linux-hexagon@vger.kernel.org
5502 S:      Supported
5503 F:      arch/hexagon/
5505 RADOS BLOCK DEVICE (RBD)
5506 F:      include/linux/qnxtypes.h
5507 M:      Yehuda Sadeh <yehuda@hq.newdream.net>
5508 M:      Sage Weil <sage@newdream.net>
5509 M:      ceph-devel@vger.kernel.org
5510 S:      Supported
5511 F:      drivers/block/rbd.c
5512 F:      drivers/block/rbd_types.h
5514 RADEON FRAMEBUFFER DISPLAY DRIVER
5515 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5516 L:      linux-fbdev@vger.kernel.org
5517 S:      Maintained
5518 F:      drivers/video/aty/radeon*
5519 F:      include/linux/radeonfb.h
5521 RAGE128 FRAMEBUFFER DISPLAY DRIVER
5522 M:      Paul Mackerras <paulus@samba.org>
5523 L:      linux-fbdev@vger.kernel.org
5524 S:      Maintained
5525 F:      drivers/video/aty/aty128fb.c
5527 RALINK RT2X00 WIRELESS LAN DRIVER
5528 P:      rt2x00 project
5529 M:      Ivo van Doorn <IvDoorn@gmail.com>
5530 M:      Gertjan van Wingerde <gwingerde@gmail.com>
5531 M:      Helmut Schaa <helmut.schaa@googlemail.com>
5532 L:      linux-wireless@vger.kernel.org
5533 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5534 W:      http://rt2x00.serialmonkey.com/
5535 S:      Maintained
5536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5537 F:      drivers/net/wireless/rt2x00/
5539 RAMDISK RAM BLOCK DEVICE DRIVER
5540 M:      Nick Piggin <npiggin@kernel.dk>
5541 S:      Maintained
5542 F:      Documentation/blockdev/ramdisk.txt
5543 F:      drivers/block/brd.c
5545 RANDOM NUMBER DRIVER
5546 M:      Matt Mackall <mpm@selenic.com>
5547 S:      Maintained
5548 F:      drivers/char/random.c
5550 RAPIDIO SUBSYSTEM
5551 M:      Matt Porter <mporter@kernel.crashing.org>
5552 M:      Alexandre Bounine <alexandre.bounine@idt.com>
5553 S:      Maintained
5554 F:      drivers/rapidio/
5556 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5557 L:      linux-wireless@vger.kernel.org
5558 S:      Orphan
5559 F:      drivers/net/wireless/ray*
5561 RCUTORTURE MODULE
5562 M:      Josh Triplett <josh@freedesktop.org>
5563 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5564 S:      Supported
5565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
5566 F:      Documentation/RCU/torture.txt
5567 F:      kernel/rcutorture.c
5569 RDC R-321X SoC
5570 M:      Florian Fainelli <florian@openwrt.org>
5571 S:      Maintained
5573 RDC R6040 FAST ETHERNET DRIVER
5574 M:      Florian Fainelli <florian@openwrt.org>
5575 L:      netdev@vger.kernel.org
5576 S:      Maintained
5577 F:      drivers/net/ethernet/rdc/r6040.c
5579 RDS - RELIABLE DATAGRAM SOCKETS
5580 M:      Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
5581 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
5582 S:      Supported
5583 F:      net/rds/
5585 READ-COPY UPDATE (RCU)
5586 M:      Dipankar Sarma <dipankar@in.ibm.com>
5587 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5588 W:      http://www.rdrop.com/users/paulmck/rclock/
5589 S:      Supported
5590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
5591 F:      Documentation/RCU/
5592 F:      include/linux/rcu*
5593 F:      include/linux/srcu*
5594 F:      kernel/rcu*
5595 F:      kernel/srcu*
5596 X:      kernel/rcutorture.c
5598 REAL TIME CLOCK (RTC) SUBSYSTEM
5599 M:      Alessandro Zummo <a.zummo@towertech.it>
5600 L:      rtc-linux@googlegroups.com
5601 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
5602 S:      Maintained
5603 F:      Documentation/rtc.txt
5604 F:      drivers/rtc/
5605 F:      include/linux/rtc.h
5607 REISERFS FILE SYSTEM
5608 L:      reiserfs-devel@vger.kernel.org
5609 S:      Supported
5610 F:      fs/reiserfs/
5612 REGISTER MAP ABSTRACTION
5613 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
5615 S:      Supported
5616 F:      drivers/base/regmap/
5617 F:      include/linux/regmap.h
5619 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
5620 M:      Ohad Ben-Cohen <ohad@wizery.com>
5621 S:      Maintained
5622 F:      drivers/remoteproc/
5623 F:      Documentation/remoteproc.txt
5624 F:      include/linux/remoteproc.h
5626 RFKILL
5627 M:      Johannes Berg <johannes@sipsolutions.net>
5628 L:      linux-wireless@vger.kernel.org
5629 S:      Maintained
5630 F:      Documentation/rfkill.txt
5631 F:      net/rfkill/
5633 RICOH SMARTMEDIA/XD DRIVER
5634 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5635 S:      Maintained
5636 F:      drivers/mtd/nand/r852.c
5637 F:      drivers/mtd/nand/r852.h
5639 RICOH R5C592 MEMORYSTICK DRIVER
5640 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5641 S:      Maintained
5642 F:      drivers/memstick/host/r592.*
5644 ROCKETPORT DRIVER
5645 P:      Comtrol Corp.
5646 W:      http://www.comtrol.com
5647 S:      Maintained
5648 F:      Documentation/serial/rocket.txt
5649 F:      drivers/tty/rocket*
5651 ROSE NETWORK LAYER
5652 M:      Ralf Baechle <ralf@linux-mips.org>
5653 L:      linux-hams@vger.kernel.org
5654 W:      http://www.linux-ax25.org/
5655 S:      Maintained
5656 F:      include/linux/rose.h
5657 F:      include/net/rose.h
5658 F:      net/rose/
5660 RTL8180 WIRELESS DRIVER
5661 M:      "John W. Linville" <linville@tuxdriver.com>
5662 L:      linux-wireless@vger.kernel.org
5663 W:      http://linuxwireless.org/
5664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5665 S:      Maintained
5666 F:      drivers/net/wireless/rtl818x/rtl8180/
5668 RTL8187 WIRELESS DRIVER
5669 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
5670 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
5671 M:      Larry Finger <Larry.Finger@lwfinger.net>
5672 L:      linux-wireless@vger.kernel.org
5673 W:      http://linuxwireless.org/
5674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5675 S:      Maintained
5676 F:      drivers/net/wireless/rtl818x/rtl8187/
5678 RTL8192CE WIRELESS DRIVER
5679 M:      Larry Finger <Larry.Finger@lwfinger.net>
5680 M:      Chaoming Li <chaoming_li@realsil.com.cn>
5681 L:      linux-wireless@vger.kernel.org
5682 W:      http://linuxwireless.org/
5683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5684 S:      Maintained
5685 F:      drivers/net/wireless/rtlwifi/
5686 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
5688 S3 SAVAGE FRAMEBUFFER DRIVER
5689 M:      Antonino Daplas <adaplas@gmail.com>
5690 L:      linux-fbdev@vger.kernel.org
5691 S:      Maintained
5692 F:      drivers/video/savage/
5694 S390
5695 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
5696 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
5697 M:      linux390@de.ibm.com
5698 L:      linux-s390@vger.kernel.org
5699 W:      http://www.ibm.com/developerworks/linux/linux390/
5700 S:      Supported
5701 F:      arch/s390/
5702 F:      drivers/s390/
5703 F:      block/partitions/ibm.c
5704 F:      Documentation/s390/
5705 F:      Documentation/DocBook/s390*
5707 S390 NETWORK DRIVERS
5708 M:      Ursula Braun <ursula.braun@de.ibm.com>
5709 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
5710 M:      linux390@de.ibm.com
5711 L:      linux-s390@vger.kernel.org
5712 W:      http://www.ibm.com/developerworks/linux/linux390/
5713 S:      Supported
5714 F:      drivers/s390/net/
5716 S390 ZCRYPT DRIVER
5717 M:      Holger Dengler <hd@linux.vnet.ibm.com>
5718 M:      linux390@de.ibm.com
5719 L:      linux-s390@vger.kernel.org
5720 W:      http://www.ibm.com/developerworks/linux/linux390/
5721 S:      Supported
5722 F:      drivers/s390/crypto/
5724 S390 ZFCP DRIVER
5725 M:      Steffen Maier <maier@linux.vnet.ibm.com>
5726 M:      linux390@de.ibm.com
5727 L:      linux-s390@vger.kernel.org
5728 W:      http://www.ibm.com/developerworks/linux/linux390/
5729 S:      Supported
5730 F:      drivers/s390/scsi/zfcp_*
5732 S390 IUCV NETWORK LAYER
5733 M:      Ursula Braun <ursula.braun@de.ibm.com>
5734 M:      linux390@de.ibm.com
5735 L:      linux-s390@vger.kernel.org
5736 W:      http://www.ibm.com/developerworks/linux/linux390/
5737 S:      Supported
5738 F:      drivers/s390/net/*iucv*
5739 F:      include/net/iucv/
5740 F:      net/iucv/
5742 S3C24XX SD/MMC Driver
5743 M:      Ben Dooks <ben-linux@fluff.org>
5744 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5745 S:      Supported
5746 F:      drivers/mmc/host/s3cmci.*
5748 SAA7146 VIDEO4LINUX-2 DRIVER
5749 M:      Michael Hunold <michael@mihu.de>
5750 L:      linux-media@vger.kernel.org
5751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5752 W:      http://www.mihu.de/linux/saa7146
5753 S:      Maintained
5754 F:      drivers/media/common/saa7146*
5755 F:      drivers/media/video/*7146*
5756 F:      include/media/*7146*
5758 SAMSUNG LAPTOP DRIVER
5759 M:      Corentin Chary <corentincj@iksaif.net>
5760 L:      platform-driver-x86@vger.kernel.org
5761 S:      Maintained
5762 F:      drivers/platform/x86/samsung-laptop.c
5764 SAMSUNG AUDIO (ASoC) DRIVERS
5765 M:      Sangbeom Kim <sbkim73@samsung.com>
5766 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5767 S:      Supported
5768 F:      sound/soc/samsung
5770 SAMSUNG FRAMEBUFFER DRIVER
5771 M:      Jingoo Han <jg1.han@samsung.com>
5772 L:      linux-fbdev@vger.kernel.org
5773 S:      Maintained
5774 F:      drivers/video/s3c-fb.c
5776 SERIAL DRIVERS
5777 M:      Alan Cox <alan@linux.intel.com>
5778 L:      linux-serial@vger.kernel.org
5779 S:      Maintained
5780 F:      drivers/tty/serial
5782 SYNOPSYS DESIGNWARE DMAC DRIVER
5783 M:      Viresh Kumar <viresh.kumar@st.com>
5784 S:      Maintained
5785 F:      include/linux/dw_dmac.h
5786 F:      drivers/dma/dw_dmac_regs.h
5787 F:      drivers/dma/dw_dmac.c
5789 TIMEKEEPING, NTP
5790 M:      John Stultz <johnstul@us.ibm.com>
5791 M:      Thomas Gleixner <tglx@linutronix.de>
5792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5793 S:      Supported
5794 F:      include/linux/clocksource.h
5795 F:      include/linux/time.h
5796 F:      include/linux/timex.h
5797 F:      kernel/time/clocksource.c
5798 F:      kernel/time/time*.c
5799 F:      kernel/time/ntp.c
5800 F:      drivers/clocksource
5802 TLG2300 VIDEO4LINUX-2 DRIVER
5803 M:      Huang Shijie <shijie8@gmail.com>
5804 M:      Kang Yong <kangyong@telegent.com>
5805 M:      Zhang Xiaobing <xbzhang@telegent.com>
5806 S:      Supported
5807 F:      drivers/media/video/tlg2300
5809 SC1200 WDT DRIVER
5810 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
5811 S:      Maintained
5812 F:      drivers/watchdog/sc1200wdt.c
5814 SCHEDULER
5815 M:      Ingo Molnar <mingo@redhat.com>
5816 M:      Peter Zijlstra <peterz@infradead.org>
5817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
5818 S:      Maintained
5819 F:      kernel/sched*
5820 F:      include/linux/sched.h
5822 SCORE ARCHITECTURE
5823 M:      Chen Liqin <liqin.chen@sunplusct.com>
5824 M:      Lennox Wu <lennox.wu@gmail.com>
5825 W:      http://www.sunplusct.com
5826 S:      Supported
5827 F:      arch/score/
5829 SCSI CDROM DRIVER
5830 M:      Jens Axboe <axboe@kernel.dk>
5831 L:      linux-scsi@vger.kernel.org
5832 W:      http://www.kernel.dk
5833 S:      Maintained
5834 F:      drivers/scsi/sr*
5836 SCSI RDMA PROTOCOL (SRP) INITIATOR
5837 M:      David Dillow <dillowda@ornl.gov>
5838 L:      linux-rdma@vger.kernel.org
5839 S:      Supported
5840 W:      http://www.openfabrics.org
5841 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5843 F:      drivers/infiniband/ulp/srp/
5844 F:      include/scsi/srp.h
5846 SCSI SG DRIVER
5847 M:      Doug Gilbert <dgilbert@interlog.com>
5848 L:      linux-scsi@vger.kernel.org
5849 W:      http://www.torque.net/sg
5850 S:      Maintained
5851 F:      drivers/scsi/sg.c
5852 F:      include/scsi/sg.h
5854 SCSI SUBSYSTEM
5855 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
5856 L:      linux-scsi@vger.kernel.org
5857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5860 S:      Maintained
5861 F:      drivers/scsi/
5862 F:      include/scsi/
5864 SCSI TAPE DRIVER
5865 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5866 L:      linux-scsi@vger.kernel.org
5867 S:      Maintained
5868 F:      Documentation/scsi/st.txt
5869 F:      drivers/scsi/st*
5871 SCTP PROTOCOL
5872 M:      Vlad Yasevich <vladislav.yasevich@hp.com>
5873 M:      Sridhar Samudrala <sri@us.ibm.com>
5874 L:      linux-sctp@vger.kernel.org
5875 W:      http://lksctp.sourceforge.net
5876 S:      Supported
5877 F:      Documentation/networking/sctp.txt
5878 F:      include/linux/sctp.h
5879 F:      include/net/sctp/
5880 F:      net/sctp/
5882 SCx200 CPU SUPPORT
5883 M:      Jim Cromie <jim.cromie@gmail.com>
5884 S:      Odd Fixes
5885 F:      Documentation/i2c/busses/scx200_acb
5886 F:      arch/x86/platform/scx200/
5887 F:      drivers/watchdog/scx200_wdt.c
5888 F:      drivers/i2c/busses/scx200*
5889 F:      drivers/mtd/maps/scx200_docflash.c
5890 F:      include/linux/scx200.h
5892 SCx200 GPIO DRIVER
5893 M:      Jim Cromie <jim.cromie@gmail.com>
5894 S:      Maintained
5895 F:      drivers/char/scx200_gpio.c
5896 F:      include/linux/scx200_gpio.h
5898 SCx200 HRT CLOCKSOURCE DRIVER
5899 M:      Jim Cromie <jim.cromie@gmail.com>
5900 S:      Maintained
5901 F:      drivers/clocksource/scx200_hrt.c
5903 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5904 M:      Sascha Sommer <saschasommer@freenet.de>
5905 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5906 S:      Maintained
5907 F:      drivers/mmc/host/sdricoh_cs.c
5909 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5910 M:      Chris Ball <cjb@laptop.org>
5911 L:      linux-mmc@vger.kernel.org
5912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5913 S:      Maintained
5914 F:      drivers/mmc/host/sdhci.*
5915 F:      drivers/mmc/host/sdhci-pltfm.[ch]
5917 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5918 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
5919 L:      linuxppc-dev@lists.ozlabs.org
5920 L:      linux-mmc@vger.kernel.org
5921 S:      Maintained
5922 F:      drivers/mmc/host/sdhci-pltfm.[ch]
5924 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5925 M:      Ben Dooks <ben-linux@fluff.org>
5926 L:      linux-mmc@vger.kernel.org
5927 S:      Maintained
5928 F:      drivers/mmc/host/sdhci-s3c.c
5930 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5931 M:      Viresh Kumar <viresh.kumar@st.com>
5932 L:      spear-devel@list.st.com
5933 L:      linux-mmc@vger.kernel.org
5934 S:      Maintained
5935 F:      drivers/mmc/host/sdhci-spear.c
5937 SECURITY SUBSYSTEM
5938 M:      James Morris <james.l.morris@oracle.com>
5939 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
5941 W:      http://security.wiki.kernel.org/
5942 S:      Supported
5943 F:      security/
5945 SECURITY CONTACT
5946 M:      Security Officers <security@kernel.org>
5947 S:      Supported
5949 SELINUX SECURITY MODULE
5950 M:      Stephen Smalley <sds@tycho.nsa.gov>
5951 M:      James Morris <james.l.morris@oracle.com>
5952 M:      Eric Paris <eparis@parisplace.org>
5953 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5954 W:      http://selinuxproject.org
5955 T:      git git://git.infradead.org/users/eparis/selinux.git
5956 S:      Supported
5957 F:      include/linux/selinux*
5958 F:      security/selinux/
5959 F:      scripts/selinux/
5961 APPARMOR SECURITY MODULE
5962 M:      John Johansen <john.johansen@canonical.com>
5963 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5964 W:      apparmor.wiki.kernel.org
5965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5966 S:      Supported
5967 F:      security/apparmor/
5969 SENSABLE PHANTOM
5970 M:      Jiri Slaby <jirislaby@gmail.com>
5971 S:      Maintained
5972 F:      drivers/misc/phantom.c
5973 F:      include/linux/phantom.h
5975 SERIAL ATA (SATA) SUBSYSTEM
5976 M:      Jeff Garzik <jgarzik@pobox.com>
5977 L:      linux-ide@vger.kernel.org
5978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5979 S:      Supported
5980 F:      drivers/ata/
5981 F:      include/linux/ata.h
5982 F:      include/linux/libata.h
5984 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5985 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
5986 L:      linux-scsi@vger.kernel.org
5987 W:      http://www.emulex.com
5988 S:      Supported
5989 F:      drivers/scsi/be2iscsi/
5991 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5992 M:      Sathya Perla <sathya.perla@emulex.com>
5993 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
5994 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
5995 L:      netdev@vger.kernel.org
5996 W:      http://www.emulex.com
5997 S:      Supported
5998 F:      drivers/net/ethernet/emulex/benet/
6000 SFC NETWORK DRIVER
6001 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6002 M:      Ben Hutchings <bhutchings@solarflare.com>
6003 L:      netdev@vger.kernel.org
6004 S:      Supported
6005 F:      drivers/net/ethernet/sfc/
6007 SGI GRU DRIVER
6008 M:      Jack Steiner <steiner@sgi.com>
6009 S:      Maintained
6010 F:      drivers/misc/sgi-gru/
6012 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6013 M:      Pat Gefre <pfg@sgi.com>
6014 L:      linux-ia64@vger.kernel.org
6015 S:      Supported
6016 F:      Documentation/ia64/serial.txt
6017 F:      drivers/tty/serial/ioc?_serial.c
6018 F:      include/linux/ioc?.h
6020 SGI VISUAL WORKSTATION 320 AND 540
6021 M:      Andrey Panin <pazke@donpac.ru>
6022 L:      linux-visws-devel@lists.sf.net
6023 W:      http://linux-visws.sf.net
6024 S:      Maintained for 2.6.
6025 F:      Documentation/sgi-visws.txt
6027 SGI XP/XPC/XPNET DRIVER
6028 M:      Robin Holt <holt@sgi.com>
6029 S:      Maintained
6030 F:      drivers/misc/sgi-xp/
6032 SIMPLE FIRMWARE INTERFACE (SFI)
6033 M:      Len Brown <lenb@kernel.org>
6034 L:      sfi-devel@simplefirmware.org
6035 W:      http://simplefirmware.org/
6036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6037 S:      Supported
6038 F:      arch/x86/platform/sfi/
6039 F:      drivers/sfi/
6040 F:      include/linux/sfi*.h
6042 SIMTEC EB110ATX (Chalice CATS)
6043 P:      Ben Dooks
6044 P:      Vincent Sanders <vince@simtec.co.uk>
6045 M:      Simtec Linux Team <linux@simtec.co.uk>
6046 W:      http://www.simtec.co.uk/products/EB110ATX/
6047 S:      Supported
6049 SIMTEC EB2410ITX (BAST)
6050 P:      Ben Dooks
6051 P:      Vincent Sanders <vince@simtec.co.uk>
6052 M:      Simtec Linux Team <linux@simtec.co.uk>
6053 W:      http://www.simtec.co.uk/products/EB2410ITX/
6054 S:      Supported
6055 F:      arch/arm/mach-s3c2410/mach-bast.c
6056 F:      arch/arm/mach-s3c2410/bast-ide.c
6057 F:      arch/arm/mach-s3c2410/bast-irq.c
6059 TI DAVINCI MACHINE SUPPORT
6060 M:      Sekhar Nori <nsekhar@ti.com>
6061 M:      Kevin Hilman <khilman@ti.com>
6062 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6063 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
6064 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
6065 S:      Supported
6066 F:      arch/arm/mach-davinci
6067 F:      drivers/i2c/busses/i2c-davinci.c
6069 SIS 190 ETHERNET DRIVER
6070 M:      Francois Romieu <romieu@fr.zoreil.com>
6071 L:      netdev@vger.kernel.org
6072 S:      Maintained
6073 F:      drivers/net/ethernet/sis/sis190.c
6075 SIS 900/7016 FAST ETHERNET DRIVER
6076 M:      Daniele Venzano <venza@brownhat.org>
6077 W:      http://www.brownhat.org/sis900.html
6078 L:      netdev@vger.kernel.org
6079 S:      Maintained
6080 F:      drivers/net/ethernet/sis/sis900.*
6082 SIS 96X I2C/SMBUS DRIVER
6083 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
6084 L:      linux-i2c@vger.kernel.org
6085 S:      Maintained
6086 F:      Documentation/i2c/busses/i2c-sis96x
6087 F:      drivers/i2c/busses/i2c-sis96x.c
6089 SIS FRAMEBUFFER DRIVER
6090 M:      Thomas Winischhofer <thomas@winischhofer.net>
6091 W:      http://www.winischhofer.net/linuxsisvga.shtml
6092 S:      Maintained
6093 F:      Documentation/fb/sisfb.txt
6094 F:      drivers/video/sis/
6095 F:      include/video/sisfb.h
6097 SIS USB2VGA DRIVER
6098 M:      Thomas Winischhofer <thomas@winischhofer.net>
6099 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
6100 S:      Maintained
6101 F:      drivers/usb/misc/sisusbvga/
6103 SLAB ALLOCATOR
6104 M:      Christoph Lameter <cl@linux-foundation.org>
6105 M:      Pekka Enberg <penberg@kernel.org>
6106 M:      Matt Mackall <mpm@selenic.com>
6107 L:      linux-mm@kvack.org
6108 S:      Maintained
6109 F:      include/linux/sl?b*.h
6110 F:      mm/sl?b.c
6112 SMC91x ETHERNET DRIVER
6113 M:      Nicolas Pitre <nico@fluxnic.net>
6114 S:      Odd Fixes
6115 F:      drivers/net/ethernet/smsc/smc91x.*
6117 SMM665 HARDWARE MONITOR DRIVER
6118 M:      Guenter Roeck <linux@roeck-us.net>
6119 L:      lm-sensors@lm-sensors.org
6120 S:      Maintained
6121 F:      Documentation/hwmon/smm665
6122 F:      drivers/hwmon/smm665.c
6124 SMSC EMC2103 HARDWARE MONITOR DRIVER
6125 M:      Steve Glendinning <steve.glendinning@smsc.com>
6126 L:      lm-sensors@lm-sensors.org
6127 S:      Supported
6128 F:      Documentation/hwmon/emc2103
6129 F:      drivers/hwmon/emc2103.c
6131 SMSC SCH5627 HARDWARE MONITOR DRIVER
6132 M:      Hans de Goede <hdegoede@redhat.com>
6133 L:      lm-sensors@lm-sensors.org
6134 S:      Supported
6135 F:      Documentation/hwmon/sch5627
6136 F:      drivers/hwmon/sch5627.c
6138 SMSC47B397 HARDWARE MONITOR DRIVER
6139 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
6140 L:      lm-sensors@lm-sensors.org
6141 S:      Maintained
6142 F:      Documentation/hwmon/smsc47b397
6143 F:      drivers/hwmon/smsc47b397.c
6145 SMSC911x ETHERNET DRIVER
6146 M:      Steve Glendinning <steve.glendinning@smsc.com>
6147 L:      netdev@vger.kernel.org
6148 S:      Supported
6149 F:      include/linux/smsc911x.h
6150 F:      drivers/net/ethernet/smsc/smsc911x.*
6152 SMSC9420 PCI ETHERNET DRIVER
6153 M:      Steve Glendinning <steve.glendinning@smsc.com>
6154 L:      netdev@vger.kernel.org
6155 S:      Supported
6156 F:      drivers/net/ethernet/smsc/smsc9420.*
6158 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6159 M:      Steve Glendinning <steve.glendinning@smsc.com>
6160 L:      linux-fbdev@vger.kernel.org
6161 S:      Supported
6162 F:      drivers/video/smscufx.c
6164 SN-IA64 (Itanium) SUB-PLATFORM
6165 M:      Jes Sorensen <jes@sgi.com>
6166 L:      linux-altix@sgi.com
6167 L:      linux-ia64@vger.kernel.org
6168 W:      http://www.sgi.com/altix
6169 S:      Maintained
6170 F:      arch/ia64/sn/
6172 SOC-CAMERA V4L2 SUBSYSTEM
6173 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6174 L:      linux-media@vger.kernel.org
6175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6176 S:      Maintained
6177 F:      include/media/v4l2*
6178 F:      drivers/media/video/v4l2*
6180 SOEKRIS NET48XX LED SUPPORT
6181 M:      Chris Boot <bootc@bootc.net>
6182 S:      Maintained
6183 F:      drivers/leds/leds-net48xx.c
6185 SOFTWARE RAID (Multiple Disks) SUPPORT
6186 M:      Neil Brown <neilb@suse.de>
6187 L:      linux-raid@vger.kernel.org
6188 S:      Supported
6189 F:      drivers/md/
6190 F:      include/linux/raid/
6192 SONIC NETWORK DRIVER
6193 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6194 L:      netdev@vger.kernel.org
6195 S:      Maintained
6196 F:      drivers/net/ethernet/natsemi/sonic.*
6198 SONICS SILICON BACKPLANE DRIVER (SSB)
6199 M:      Michael Buesch <m@bues.ch>
6200 L:      netdev@vger.kernel.org
6201 S:      Maintained
6202 F:      drivers/ssb/
6203 F:      include/linux/ssb/
6205 SONY VAIO CONTROL DEVICE DRIVER
6206 M:      Mattia Dongili <malattia@linux.it>
6207 L:      platform-driver-x86@vger.kernel.org
6208 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6209 S:      Maintained
6210 F:      Documentation/laptops/sony-laptop.txt
6211 F:      drivers/char/sonypi.c
6212 F:      drivers/platform/x86/sony-laptop.c
6213 F:      include/linux/sony-laptop.h
6215 SONY MEMORYSTICK CARD SUPPORT
6216 M:      Alex Dubov <oakad@yahoo.com>
6217 W:      http://tifmxx.berlios.de/
6218 S:      Maintained
6219 F:      drivers/memstick/host/tifm_ms.c
6221 SOUND
6222 M:      Jaroslav Kysela <perex@perex.cz>
6223 M:      Takashi Iwai <tiwai@suse.de>
6224 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6225 W:      http://www.alsa-project.org/
6226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6227 T:      git git://git.alsa-project.org/alsa-kernel.git
6228 S:      Maintained
6229 F:      Documentation/sound/
6230 F:      include/sound/
6231 F:      sound/
6233 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6234 M:      Liam Girdwood <lrg@ti.com>
6235 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
6237 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6238 W:      http://alsa-project.org/main/index.php/ASoC
6239 S:      Supported
6240 F:      sound/soc/
6241 F:      include/sound/soc*
6243 SPARC + UltraSPARC (sparc/sparc64)
6244 M:      "David S. Miller" <davem@davemloft.net>
6245 L:      sparclinux@vger.kernel.org
6246 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
6247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6249 S:      Maintained
6250 F:      arch/sparc/
6251 F:      drivers/sbus/
6253 SPARC SERIAL DRIVERS
6254 M:      "David S. Miller" <davem@davemloft.net>
6255 L:      sparclinux@vger.kernel.org
6256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6258 S:      Maintained
6259 F:      include/linux/sunserialcore.h
6260 F:      drivers/tty/serial/suncore.c
6261 F:      drivers/tty/serial/sunhv.c
6262 F:      drivers/tty/serial/sunsab.c
6263 F:      drivers/tty/serial/sunsab.h
6264 F:      drivers/tty/serial/sunsu.c
6265 F:      drivers/tty/serial/sunzilog.c
6266 F:      drivers/tty/serial/sunzilog.h
6268 SPARSE CHECKER
6269 M:      "Christopher Li" <sparse@chrisli.org>
6270 L:      linux-sparse@vger.kernel.org
6271 W:      https://sparse.wiki.kernel.org/
6272 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
6273 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
6274 S:      Maintained
6275 F:      include/linux/compiler.h
6277 SPEAR PLATFORM SUPPORT
6278 M:      Viresh Kumar <viresh.kumar@st.com>
6279 L:      spear-devel@list.st.com
6280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6281 W:      http://www.st.com/spear
6282 S:      Maintained
6283 F:      arch/arm/plat-spear/
6285 SPEAR3XX MACHINE SUPPORT
6286 M:      Viresh Kumar <viresh.kumar@st.com>
6287 L:      spear-devel@list.st.com
6288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6289 W:      http://www.st.com/spear
6290 S:      Maintained
6291 F:      arch/arm/mach-spear3xx/
6293 SPEAR6XX MACHINE SUPPORT
6294 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
6295 L:      spear-devel@list.st.com
6296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6297 W:      http://www.st.com/spear
6298 S:      Maintained
6299 F:      arch/arm/mach-spear6xx/
6301 SPEAR CLOCK FRAMEWORK SUPPORT
6302 M:      Viresh Kumar <viresh.kumar@st.com>
6303 L:      spear-devel@list.st.com
6304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6305 W:      http://www.st.com/spear
6306 S:      Maintained
6307 F:      arch/arm/mach-spear*/clock.c
6308 F:      arch/arm/plat-spear/clock.c
6309 F:      arch/arm/plat-spear/include/plat/clock.h
6311 SPEAR PAD MULTIPLEXING SUPPORT
6312 M:      Viresh Kumar <viresh.kumar@st.com>
6313 L:      spear-devel@list.st.com
6314 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6315 W:      http://www.st.com/spear
6316 S:      Maintained
6317 F:      arch/arm/plat-spear/include/plat/padmux.h
6318 F:      arch/arm/plat-spear/padmux.c
6319 F:      arch/arm/mach-spear*/spear*xx.c
6320 F:      arch/arm/mach-spear*/include/mach/generic.h
6321 F:      arch/arm/mach-spear3xx/spear3*0.c
6322 F:      arch/arm/mach-spear3xx/spear3*0_evb.c
6323 F:      arch/arm/mach-spear6xx/spear600.c
6324 F:      arch/arm/mach-spear6xx/spear600_evb.c
6326 SPI SUBSYSTEM
6327 M:      Grant Likely <grant.likely@secretlab.ca>
6328 L:      spi-devel-general@lists.sourceforge.net
6329 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
6330 T:      git git://git.secretlab.ca/git/linux-2.6.git
6331 S:      Maintained
6332 F:      Documentation/spi/
6333 F:      drivers/spi/
6334 F:      include/linux/spi/
6336 SPIDERNET NETWORK DRIVER for CELL
6337 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6338 M:      Jens Osterkamp <jens@de.ibm.com>
6339 L:      netdev@vger.kernel.org
6340 S:      Supported
6341 F:      Documentation/networking/spider_net.txt
6342 F:      drivers/net/ethernet/toshiba/spider_net*
6344 SPU FILE SYSTEM
6345 M:      Jeremy Kerr <jk@ozlabs.org>
6346 L:      linuxppc-dev@lists.ozlabs.org
6347 L:      cbe-oss-dev@lists.ozlabs.org
6348 W:      http://www.ibm.com/developerworks/power/cell/
6349 S:      Supported
6350 F:      Documentation/filesystems/spufs.txt
6351 F:      arch/powerpc/platforms/cell/spufs/
6353 SQUASHFS FILE SYSTEM
6354 M:      Phillip Lougher <phillip@squashfs.org.uk>
6355 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
6356 W:      http://squashfs.org.uk
6357 S:      Maintained
6358 F:      Documentation/filesystems/squashfs.txt
6359 F:      fs/squashfs/
6361 SRM (Alpha) environment access
6362 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
6363 S:      Maintained
6364 F:      arch/alpha/kernel/srm_env.c
6366 STABLE BRANCH
6367 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6368 L:      stable@vger.kernel.org
6369 S:      Supported
6371 STAGING SUBSYSTEM
6372 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
6374 L:      devel@driverdev.osuosl.org
6375 S:      Supported
6376 F:      drivers/staging/
6378 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6379 M:      Henk de Groot <pe1dnn@amsat.org>
6380 S:      Odd Fixes
6381 F:      drivers/staging/wlags49_h2/
6382 F:      drivers/staging/wlags49_h25/
6384 STAGING - ASUS OLED
6385 M:      Jakub Schmidtke <sjakub@gmail.com>
6386 S:      Odd Fixes
6387 F:      drivers/staging/asus_oled/
6389 STAGING - COMEDI
6390 M:      Ian Abbott <abbotti@mev.co.uk>
6391 M:      Mori Hess <fmhess@users.sourceforge.net>
6392 S:      Odd Fixes
6393 F:      drivers/staging/comedi/
6395 STAGING - CRYSTAL HD VIDEO DECODER
6396 M:      Naren Sankar <nsankar@broadcom.com>
6397 M:      Jarod Wilson <jarod@wilsonet.com>
6398 M:      Scott Davilla <davilla@4pi.com>
6399 M:      Manu Abraham <abraham.manu@gmail.com>
6400 S:      Odd Fixes
6401 F:      drivers/staging/crystalhd/
6403 STAGING - ECHO CANCELLER
6404 M:      Steve Underwood <steveu@coppice.org>
6405 M:      David Rowe <david@rowetel.com>
6406 S:      Odd Fixes
6407 F:      drivers/staging/echo/
6409 STAGING - ET131X NETWORK DRIVER
6410 M:      Mark Einon <mark.einon@gmail.com>
6411 S:      Odd Fixes
6412 F:      drivers/staging/et131x/
6414 STAGING - FLARION FT1000 DRIVERS
6415 M:      Marek Belisko <marek.belisko@gmail.com>
6416 S:      Odd Fixes
6417 F:      drivers/staging/ft1000/
6419 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
6420 M:      David Täht <d@teklibre.com>
6421 S:      Odd Fixes
6422 F:      drivers/staging/frontier/
6424 STAGING - INDUSTRIAL IO
6425 M:      Jonathan Cameron <jic23@cam.ac.uk>
6426 L:      linux-iio@vger.kernel.org
6427 S:      Odd Fixes
6428 F:      drivers/staging/iio/
6430 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
6431 M:      Jarod Wilson <jarod@wilsonet.com>
6432 W:      http://www.lirc.org/
6433 S:      Odd Fixes
6434 F:      drivers/staging/media/lirc/
6436 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
6437 M:      Julian Andres Klode <jak@jak-linux.org>
6438 M:      Marc Dietrich <marvin24@gmx.de>
6439 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
6440 S:      Maintained
6441 F:      drivers/staging/nvec/
6443 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
6444 M:      Andres Salomon <dilinger@queued.net>
6445 M:      Chris Ball <cjb@laptop.org>
6446 M:      Jon Nettleton <jon.nettleton@gmail.com>
6447 W:      http://wiki.laptop.org/go/DCON
6448 S:      Odd Fixes
6449 F:      drivers/staging/olpc_dcon/
6451 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
6452 M:      Chris Kelly <ckelly@ozmodevices.com>
6453 S:      Maintained
6454 F:      drivers/staging/ozwpan/
6456 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
6457 M:      Willy Tarreau <willy@meta-x.org>
6458 S:      Odd Fixes
6459 F:      drivers/staging/panel/
6461 STAGING - REALTEK RTL8712U DRIVERS
6462 M:      Larry Finger <Larry.Finger@lwfinger.net>
6463 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
6464 S:      Odd Fixes
6465 F:      drivers/staging/rtl8712/
6467 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
6468 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
6469 S:      Odd Fixes
6470 F:      drivers/staging/sm7xx/
6472 STAGING - SOFTLOGIC 6x10 MPEG CODEC
6473 M:      Ben Collins <bcollins@bluecherry.net>
6474 S:      Odd Fixes
6475 F:      drivers/staging/media/solo6x10/
6477 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
6478 M:      William Hubbs <w.d.hubbs@gmail.com>
6479 M:      Chris Brannon <chris@the-brannons.com>
6480 M:      Kirk Reiser <kirk@braille.uwo.ca>
6481 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
6482 L:      speakup@braille.uwo.ca
6483 W:      http://www.linux-speakup.org/
6484 S:      Odd Fixes
6485 F:      drivers/staging/speakup/
6487 STAGING - TI DSP BRIDGE DRIVERS
6488 M:      Omar Ramirez Luna <omar.ramirez@ti.com>
6489 S:      Odd Fixes
6490 F:      drivers/staging/tidspbridge/
6492 STAGING - USB ENE SM/MS CARD READER DRIVER
6493 M:      Al Cho <acho@novell.com>
6494 S:      Odd Fixes
6495 F:      drivers/staging/keucr/
6497 STAGING - VIA VT665X DRIVERS
6498 M:      Forest Bond <forest@alittletooquiet.net>
6499 S:      Odd Fixes
6500 F:      drivers/staging/vt665?/
6502 STAGING - WINBOND IS89C35 WLAN USB DRIVER
6503 M:      Pavel Machek <pavel@ucw.cz>
6504 S:      Odd Fixes
6505 F:      drivers/staging/winbond/
6507 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
6508 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
6509 S:      Odd Fixes
6510 F:      drivers/staging/xgifb/
6512 STARFIRE/DURALAN NETWORK DRIVER
6513 M:      Ion Badulescu <ionut@badula.org>
6514 S:      Odd Fixes
6515 F:      drivers/net/ethernet/adaptec/starfire*
6517 SUN3/3X
6518 M:      Sam Creasey <sammy@sammy.net>
6519 W:      http://sammy.net/sun3/
6520 S:      Maintained
6521 F:      arch/m68k/kernel/*sun3*
6522 F:      arch/m68k/sun3*/
6523 F:      arch/m68k/include/asm/sun3*
6524 F:      drivers/net/ethernet/i825xx/sun3*
6526 SUPERH
6527 M:      Paul Mundt <lethal@linux-sh.org>
6528 L:      linux-sh@vger.kernel.org
6529 W:      http://www.linux-sh.org
6530 Q:      http://patchwork.kernel.org/project/linux-sh/list/
6531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
6532 S:      Supported
6533 F:      Documentation/sh/
6534 F:      arch/sh/
6535 F:      drivers/sh/
6537 SUSPEND TO RAM
6538 M:      Len Brown <len.brown@intel.com>
6539 M:      Pavel Machek <pavel@ucw.cz>
6540 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
6541 L:      linux-pm@vger.kernel.org
6542 S:      Supported
6543 F:      Documentation/power/
6544 F:      arch/x86/kernel/acpi/
6545 F:      drivers/base/power/
6546 F:      kernel/power/
6547 F:      include/linux/suspend.h
6548 F:      include/linux/freezer.h
6549 F:      include/linux/pm.h
6551 SVGA HANDLING
6552 M:      Martin Mares <mj@ucw.cz>
6553 L:      linux-video@atrey.karlin.mff.cuni.cz
6554 S:      Maintained
6555 F:      Documentation/svga.txt
6556 F:      arch/x86/boot/video*
6558 SYSV FILESYSTEM
6559 M:      Christoph Hellwig <hch@infradead.org>
6560 S:      Maintained
6561 F:      Documentation/filesystems/sysv-fs.txt
6562 F:      fs/sysv/
6563 F:      include/linux/sysv_fs.h
6565 TARGET SUBSYSTEM
6566 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
6567 L:      linux-scsi@vger.kernel.org
6568 L:      target-devel@vger.kernel.org
6569 L:      http://groups.google.com/group/linux-iscsi-target-dev
6570 W:      http://www.linux-iscsi.org
6571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
6572 S:      Supported
6573 F:      drivers/target/
6574 F:      include/target/
6575 F:      Documentation/target/
6577 TASKSTATS STATISTICS INTERFACE
6578 M:      Balbir Singh <bsingharora@gmail.com>
6579 S:      Maintained
6580 F:      Documentation/accounting/taskstats*
6581 F:      include/linux/taskstats*
6582 F:      kernel/taskstats.c
6584 TC CLASSIFIER
6585 M:      Jamal Hadi Salim <hadi@cyberus.ca>
6586 L:      netdev@vger.kernel.org
6587 S:      Maintained
6588 F:      include/linux/pkt_cls.h
6589 F:      include/net/pkt_cls.h
6590 F:      net/sched/
6592 TCP LOW PRIORITY MODULE
6593 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6594 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6595 W:      http://tcp-lp-mod.sourceforge.net/
6596 S:      Maintained
6597 F:      net/ipv4/tcp_lp.c
6599 TEAM DRIVER
6600 M:      Jiri Pirko <jpirko@redhat.com>
6601 L:      netdev@vger.kernel.org
6602 S:      Supported
6603 F:      drivers/net/team/
6604 F:      include/linux/if_team.h
6606 TEGRA SUPPORT
6607 M:      Colin Cross <ccross@android.com>
6608 M:      Olof Johansson <olof@lixom.net>
6609 M:      Stephen Warren <swarren@wwwdotorg.org>
6610 L:      linux-tegra@vger.kernel.org
6611 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
6612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
6613 S:      Supported
6614 F:      arch/arm/mach-tegra
6616 TEHUTI ETHERNET DRIVER
6617 M:      Andy Gospodarek <andy@greyhouse.net>
6618 L:      netdev@vger.kernel.org
6619 S:      Supported
6620 F:      drivers/net/ethernet/tehuti/*
6622 Telecom Clock Driver for MCPL0010
6623 M:      Mark Gross <mark.gross@intel.com>
6624 S:      Supported
6625 F:      drivers/char/tlclk.c
6627 TENSILICA XTENSA PORT (xtensa)
6628 M:      Chris Zankel <chris@zankel.net>
6629 S:      Maintained
6630 F:      arch/xtensa/
6632 THINKPAD ACPI EXTRAS DRIVER
6633 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6634 L:      ibm-acpi-devel@lists.sourceforge.net
6635 L:      platform-driver-x86@vger.kernel.org
6636 W:      http://ibm-acpi.sourceforge.net
6637 W:      http://thinkwiki.org/wiki/Ibm-acpi
6638 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6639 S:      Maintained
6640 F:      drivers/platform/x86/thinkpad_acpi.c
6642 TI FLASH MEDIA INTERFACE DRIVER
6643 M:      Alex Dubov <oakad@yahoo.com>
6644 S:      Maintained
6645 F:      drivers/misc/tifm*
6646 F:      drivers/mmc/host/tifm_sd.c
6647 F:      include/linux/tifm.h
6649 TI TWL4030 SERIES SOC CODEC DRIVER
6650 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6651 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6652 S:      Maintained
6653 F:      sound/soc/codecs/twl4030*
6655 TIPC NETWORK LAYER
6656 M:      Jon Maloy <jon.maloy@ericsson.com>
6657 M:      Allan Stephens <allan.stephens@windriver.com>
6658 L:      netdev@vger.kernel.org (core kernel code)
6659 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
6660 W:      http://tipc.sourceforge.net/
6661 S:      Maintained
6662 F:      include/linux/tipc*.h
6663 F:      net/tipc/
6665 TILE ARCHITECTURE
6666 M:      Chris Metcalf <cmetcalf@tilera.com>
6667 W:      http://www.tilera.com/scm/
6668 S:      Supported
6669 F:      arch/tile/
6670 F:      drivers/tty/hvc/hvc_tile.c
6671 F:      drivers/net/ethernet/tile/
6672 F:      drivers/edac/tile_edac.c
6674 TLAN NETWORK DRIVER
6675 M:      Samuel Chessman <chessman@tux.org>
6676 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
6677 W:      http://sourceforge.net/projects/tlan/
6678 S:      Maintained
6679 F:      Documentation/networking/tlan.txt
6680 F:      drivers/net/ethernet/ti/tlan.*
6682 TOMOYO SECURITY MODULE
6683 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
6684 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6685 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6686 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6687 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6688 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6689 W:      http://tomoyo.sourceforge.jp/
6690 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
6691 S:      Maintained
6692 F:      security/tomoyo/
6694 TOPSTAR LAPTOP EXTRAS DRIVER
6695 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
6696 L:      platform-driver-x86@vger.kernel.org
6697 S:      Maintained
6698 F:      drivers/platform/x86/topstar-laptop.c
6700 TOSHIBA ACPI EXTRAS DRIVER
6701 L:      platform-driver-x86@vger.kernel.org
6702 S:      Orphan
6703 F:      drivers/platform/x86/toshiba_acpi.c
6705 TOSHIBA SMM DRIVER
6706 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
6707 L:      tlinux-users@tce.toshiba-dme.co.jp
6708 W:      http://www.buzzard.org.uk/toshiba/
6709 S:      Maintained
6710 F:      drivers/char/toshiba.c
6711 F:      include/linux/toshiba.h
6713 TMIO MMC DRIVER
6714 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6715 M:      Ian Molton <ian@mnementh.co.uk>
6716 L:      linux-mmc@vger.kernel.org
6717 S:      Maintained
6718 F:      drivers/mmc/host/tmio_mmc*
6719 F:      drivers/mmc/host/sh_mobile_sdhi.c
6720 F:      include/linux/mmc/tmio.h
6721 F:      include/linux/mmc/sh_mobile_sdhi.h
6723 TMPFS (SHMEM FILESYSTEM)
6724 M:      Hugh Dickins <hughd@google.com>
6725 L:      linux-mm@kvack.org
6726 S:      Maintained
6727 F:      include/linux/shmem_fs.h
6728 F:      mm/shmem.c
6730 TPM DEVICE DRIVER
6731 M:      Debora Velarde <debora@linux.vnet.ibm.com>
6732 M:      Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6733 W:      http://tpmdd.sourceforge.net
6734 M:      Marcel Selhorst <m.selhorst@sirrix.com>
6735 W:      http://www.sirrix.com
6736 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6737 S:      Maintained
6738 F:      drivers/char/tpm/
6740 TRACING
6741 M:      Steven Rostedt <rostedt@goodmis.org>
6742 M:      Frederic Weisbecker <fweisbec@gmail.com>
6743 M:      Ingo Molnar <mingo@redhat.com>
6744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6745 S:      Maintained
6746 F:      Documentation/trace/ftrace.txt
6747 F:      arch/*/*/*/ftrace.h
6748 F:      arch/*/kernel/ftrace.c
6749 F:      include/*/ftrace.h
6750 F:      include/linux/trace*.h
6751 F:      include/trace/
6752 F:      kernel/trace/
6754 TRIVIAL PATCHES
6755 M:      Jiri Kosina <trivial@kernel.org>
6756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6757 S:      Maintained
6758 K:      ^Subject:.*(?i)trivial
6760 TTY LAYER
6761 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6762 S:      Supported
6763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
6764 F:      drivers/tty/
6765 F:      drivers/tty/serial/serial_core.c
6766 F:      include/linux/serial_core.h
6767 F:      include/linux/serial.h
6768 F:      include/linux/tty.h
6770 TULIP NETWORK DRIVERS
6771 M:      Grant Grundler <grundler@parisc-linux.org>
6772 L:      netdev@vger.kernel.org
6773 S:      Maintained
6774 F:      drivers/net/ethernet/dec/tulip/
6776 TUN/TAP driver
6777 M:      Maxim Krasnyansky <maxk@qualcomm.com>
6778 L:      vtun@office.satix.net
6779 W:      http://vtun.sourceforge.net/tun
6780 S:      Maintained
6781 F:      Documentation/networking/tuntap.txt
6782 F:      arch/um/os-Linux/drivers/
6784 TURBOCHANNEL SUBSYSTEM
6785 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6786 S:      Maintained
6787 F:      drivers/tc/
6788 F:      include/linux/tc.h
6790 U14-34F SCSI DRIVER
6791 M:      Dario Ballabio <ballabio_dario@emc.com>
6792 L:      linux-scsi@vger.kernel.org
6793 S:      Maintained
6794 F:      drivers/scsi/u14-34f.c
6796 UBI FILE SYSTEM (UBIFS)
6797 M:      Artem Bityutskiy <dedekind1@gmail.com>
6798 M:      Adrian Hunter <adrian.hunter@intel.com>
6799 L:      linux-mtd@lists.infradead.org
6800 T:      git git://git.infradead.org/ubifs-2.6.git
6801 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
6802 S:      Maintained
6803 F:      Documentation/filesystems/ubifs.txt
6804 F:      fs/ubifs/
6806 UCLINUX (AND M68KNOMMU)
6807 M:      Greg Ungerer <gerg@uclinux.org>
6808 W:      http://www.uclinux.org/
6809 L:      uclinux-dev@uclinux.org  (subscribers-only)
6810 S:      Maintained
6811 F:      arch/m68k/*/*_no.*
6812 F:      arch/m68k/include/asm/*_no.*
6814 UCLINUX FOR RENESAS H8/300 (H8300)
6815 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
6816 W:      http://uclinux-h8.sourceforge.jp/
6817 S:      Supported
6818 F:      arch/h8300/
6819 F:      drivers/ide/ide-h8300.c
6820 F:      drivers/net/ethernet/8390/ne-h8300.c
6822 UDF FILESYSTEM
6823 M:      Jan Kara <jack@suse.cz>
6824 S:      Maintained
6825 F:      Documentation/filesystems/udf.txt
6826 F:      fs/udf/
6828 UFS FILESYSTEM
6829 M:      Evgeniy Dushistov <dushistov@mail.ru>
6830 S:      Maintained
6831 F:      Documentation/filesystems/ufs.txt
6832 F:      fs/ufs/
6834 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6835 L:      linux-usb@vger.kernel.org
6836 S:      Orphan
6837 F:      drivers/uwb/
6838 F:      include/linux/uwb.h
6839 F:      include/linux/uwb/
6841 UNICORE32 ARCHITECTURE:
6842 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6843 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6844 S:      Maintained
6845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6846 F:      arch/unicore32/
6848 UNIFDEF
6849 M:      Tony Finch <dot@dotat.at>
6850 W:      http://dotat.at/prog/unifdef
6851 S:      Maintained
6852 F:      scripts/unifdef.c
6854 UNIFORM CDROM DRIVER
6855 M:      Jens Axboe <axboe@kernel.dk>
6856 W:      http://www.kernel.dk
6857 S:      Maintained
6858 F:      Documentation/cdrom/
6859 F:      drivers/cdrom/cdrom.c
6860 F:      include/linux/cdrom.h
6862 UNSORTED BLOCK IMAGES (UBI)
6863 M:      Artem Bityutskiy <dedekind1@gmail.com>
6864 W:      http://www.linux-mtd.infradead.org/
6865 L:      linux-mtd@lists.infradead.org
6866 T:      git git://git.infradead.org/ubi-2.6.git
6867 S:      Maintained
6868 F:      drivers/mtd/ubi/
6869 F:      include/linux/mtd/ubi.h
6870 F:      include/mtd/ubi-user.h
6872 USB ACM DRIVER
6873 M:      Oliver Neukum <oliver@neukum.name>
6874 L:      linux-usb@vger.kernel.org
6875 S:      Maintained
6876 F:      Documentation/usb/acm.txt
6877 F:      drivers/usb/class/cdc-acm.*
6879 USB ATTACHED SCSI
6880 M:      Matthew Wilcox <willy@linux.intel.com>
6881 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6882 L:      linux-usb@vger.kernel.org
6883 L:      linux-scsi@vger.kernel.org
6884 S:      Supported
6885 F:      drivers/usb/storage/uas.c
6887 USB BLOCK DRIVER (UB ub)
6888 M:      Pete Zaitcev <zaitcev@redhat.com>
6889 L:      linux-usb@vger.kernel.org
6890 S:      Supported
6891 F:      drivers/block/ub.c
6893 USB CDC ETHERNET DRIVER
6894 M:      Oliver Neukum <oliver@neukum.name>
6895 L:      linux-usb@vger.kernel.org
6896 S:      Maintained
6897 F:      drivers/net/usb/cdc_*.c
6898 F:      include/linux/usb/cdc.h
6900 USB CYPRESS C67X00 DRIVER
6901 M:      Peter Korsgaard <jacmet@sunsite.dk>
6902 L:      linux-usb@vger.kernel.org
6903 S:      Maintained
6904 F:      drivers/usb/c67x00/
6906 USB DAVICOM DM9601 DRIVER
6907 M:      Peter Korsgaard <jacmet@sunsite.dk>
6908 L:      netdev@vger.kernel.org
6909 W:      http://www.linux-usb.org/usbnet
6910 S:      Maintained
6911 F:      drivers/net/usb/dm9601.c
6913 USB DIAMOND RIO500 DRIVER
6914 M:      Cesar Miquel <miquel@df.uba.ar>
6915 L:      rio500-users@lists.sourceforge.net
6916 W:      http://rio500.sourceforge.net
6917 S:      Maintained
6918 F:      drivers/usb/misc/rio500*
6920 USB EHCI DRIVER
6921 M:      Alan Stern <stern@rowland.harvard.edu>
6922 L:      linux-usb@vger.kernel.org
6923 S:      Maintained
6924 F:      Documentation/usb/ehci.txt
6925 F:      drivers/usb/host/ehci*
6927 USB ET61X[12]51 DRIVER
6928 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6929 L:      linux-usb@vger.kernel.org
6930 L:      linux-media@vger.kernel.org
6931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6932 W:      http://www.linux-projects.org
6933 S:      Maintained
6934 F:      drivers/media/video/et61x251/
6936 USB GADGET/PERIPHERAL SUBSYSTEM
6937 M:      Felipe Balbi <balbi@ti.com>
6938 L:      linux-usb@vger.kernel.org
6939 W:      http://www.linux-usb.org/gadget
6940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6941 S:      Maintained
6942 F:      drivers/usb/gadget/
6943 F:      include/linux/usb/gadget*
6945 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6946 M:      Jiri Kosina <jkosina@suse.cz>
6947 L:      linux-usb@vger.kernel.org
6948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6949 S:      Maintained
6950 F:      Documentation/hid/hiddev.txt
6951 F:      drivers/hid/usbhid/
6953 USB/IP DRIVERS
6954 M:      Matt Mooney <mfm@muteddisk.com>
6955 L:      linux-usb@vger.kernel.org
6956 S:      Maintained
6957 F:      drivers/staging/usbip/
6959 USB ISP116X DRIVER
6960 M:      Olav Kongas <ok@artecdesign.ee>
6961 L:      linux-usb@vger.kernel.org
6962 S:      Maintained
6963 F:      drivers/usb/host/isp116x*
6964 F:      include/linux/usb/isp116x.h
6966 USB KAWASAKI LSI DRIVER
6967 M:      Oliver Neukum <oliver@neukum.name>
6968 L:      linux-usb@vger.kernel.org
6969 S:      Maintained
6970 F:      drivers/usb/serial/kl5kusb105.*
6972 USB MASS STORAGE DRIVER
6973 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6974 L:      linux-usb@vger.kernel.org
6975 L:      usb-storage@lists.one-eyed-alien.net
6976 S:      Maintained
6977 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
6978 F:      drivers/usb/storage/
6980 USB MIDI DRIVER
6981 M:      Clemens Ladisch <clemens@ladisch.de>
6982 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6983 T:      git git://git.alsa-project.org/alsa-kernel.git
6984 S:      Maintained
6985 F:      sound/usb/midi.*
6987 USB OHCI DRIVER
6988 M:      Alan Stern <stern@rowland.harvard.edu>
6989 L:      linux-usb@vger.kernel.org
6990 S:      Maintained
6991 F:      Documentation/usb/ohci.txt
6992 F:      drivers/usb/host/ohci*
6994 USB OPTION-CARD DRIVER
6995 M:      Matthias Urlichs <smurf@smurf.noris.de>
6996 L:      linux-usb@vger.kernel.org
6997 S:      Maintained
6998 F:      drivers/usb/serial/option.c
7000 USB PEGASUS DRIVER
7001 M:      Petko Manolov <petkan@users.sourceforge.net>
7002 L:      linux-usb@vger.kernel.org
7003 L:      netdev@vger.kernel.org
7004 W:      http://pegasus2.sourceforge.net/
7005 S:      Maintained
7006 F:      drivers/net/usb/pegasus.*
7008 USB PRINTER DRIVER (usblp)
7009 M:      Pete Zaitcev <zaitcev@redhat.com>
7010 L:      linux-usb@vger.kernel.org
7011 S:      Supported
7012 F:      drivers/usb/class/usblp.c
7014 USB RTL8150 DRIVER
7015 M:      Petko Manolov <petkan@users.sourceforge.net>
7016 L:      linux-usb@vger.kernel.org
7017 L:      netdev@vger.kernel.org
7018 W:      http://pegasus2.sourceforge.net/
7019 S:      Maintained
7020 F:      drivers/net/usb/rtl8150.c
7022 USB SERIAL BELKIN F5U103 DRIVER
7023 M:      William Greathouse <wgreathouse@smva.com>
7024 L:      linux-usb@vger.kernel.org
7025 S:      Maintained
7026 F:      drivers/usb/serial/belkin_sa.*
7028 USB SERIAL CYPRESS M8 DRIVER
7029 M:      Lonnie Mendez <dignome@gmail.com>
7030 L:      linux-usb@vger.kernel.org
7031 S:      Maintained
7032 W:      http://geocities.com/i0xox0i
7033 W:      http://firstlight.net/cvs
7034 F:      drivers/usb/serial/cypress_m8.*
7036 USB SERIAL CYBERJACK DRIVER
7037 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
7038 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
7039 S:      Maintained
7040 F:      drivers/usb/serial/cyberjack.c
7042 USB SERIAL DIGI ACCELEPORT DRIVER
7043 M:      Peter Berger <pberger@brimson.com>
7044 M:      Al Borchers <alborchers@steinerpoint.com>
7045 L:      linux-usb@vger.kernel.org
7046 S:      Maintained
7047 F:      drivers/usb/serial/digi_acceleport.c
7049 USB SERIAL DRIVER
7050 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7051 L:      linux-usb@vger.kernel.org
7052 S:      Supported
7053 F:      Documentation/usb/usb-serial.txt
7054 F:      drivers/usb/serial/generic.c
7055 F:      drivers/usb/serial/usb-serial.c
7056 F:      include/linux/usb/serial.h
7058 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
7059 M:      Gary Brubaker <xavyer@ix.netcom.com>
7060 L:      linux-usb@vger.kernel.org
7061 S:      Maintained
7062 F:      drivers/usb/serial/empeg.c
7064 USB SERIAL KEYSPAN DRIVER
7065 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7066 L:      linux-usb@vger.kernel.org
7067 S:      Maintained
7068 F:      drivers/usb/serial/*keyspan*
7070 USB SERIAL WHITEHEAT DRIVER
7071 M:      Support Department <support@connecttech.com>
7072 L:      linux-usb@vger.kernel.org
7073 W:      http://www.connecttech.com
7074 S:      Supported
7075 F:      drivers/usb/serial/whiteheat*
7077 USB SMSC95XX ETHERNET DRIVER
7078 M:      Steve Glendinning <steve.glendinning@smsc.com>
7079 L:      netdev@vger.kernel.org
7080 S:      Supported
7081 F:      drivers/net/usb/smsc95xx.*
7083 USB SN9C1xx DRIVER
7084 M:      Luca Risolia <luca.risolia@studio.unibo.it>
7085 L:      linux-usb@vger.kernel.org
7086 L:      linux-media@vger.kernel.org
7087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7088 W:      http://www.linux-projects.org
7089 S:      Maintained
7090 F:      Documentation/video4linux/sn9c102.txt
7091 F:      drivers/media/video/sn9c102/
7093 USB SUBSYSTEM
7094 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7095 L:      linux-usb@vger.kernel.org
7096 W:      http://www.linux-usb.org
7097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
7098 S:      Supported
7099 F:      Documentation/usb/
7100 F:      drivers/net/usb/
7101 F:      drivers/usb/
7102 F:      include/linux/usb.h
7103 F:      include/linux/usb/
7105 USB UHCI DRIVER
7106 M:      Alan Stern <stern@rowland.harvard.edu>
7107 L:      linux-usb@vger.kernel.org
7108 S:      Maintained
7109 F:      drivers/usb/host/uhci*
7111 USB "USBNET" DRIVER FRAMEWORK
7112 M:      Oliver Neukum <oneukum@suse.de>
7113 L:      netdev@vger.kernel.org
7114 W:      http://www.linux-usb.org/usbnet
7115 S:      Maintained
7116 F:      drivers/net/usb/usbnet.c
7117 F:      include/linux/usb/usbnet.h
7119 USB VIDEO CLASS
7120 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7121 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
7122 L:      linux-media@vger.kernel.org
7123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7124 W:      http://www.ideasonboard.org/uvc/
7125 S:      Maintained
7126 F:      drivers/media/video/uvc/
7128 USB W996[87]CF DRIVER
7129 M:      Luca Risolia <luca.risolia@studio.unibo.it>
7130 L:      linux-usb@vger.kernel.org
7131 L:      linux-media@vger.kernel.org
7132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7133 W:      http://www.linux-projects.org
7134 S:      Maintained
7135 F:      Documentation/video4linux/w9968cf.txt
7136 F:      drivers/media/video/w996*
7138 USB WIRELESS RNDIS DRIVER (rndis_wlan)
7139 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
7140 L:      linux-wireless@vger.kernel.org
7141 S:      Maintained
7142 F:      drivers/net/wireless/rndis_wlan.c
7144 USB XHCI DRIVER
7145 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
7146 L:      linux-usb@vger.kernel.org
7147 S:      Supported
7148 F:      drivers/usb/host/xhci*
7149 F:      drivers/usb/host/pci-quirks*
7151 USB ZD1201 DRIVER
7152 L:      linux-wireless@vger.kernel.org
7153 W:      http://linux-lc100020.sourceforge.net
7154 S:      Orphan
7155 F:      drivers/net/wireless/zd1201.*
7157 USB ZR364XX DRIVER
7158 M:      Antoine Jacquet <royale@zerezo.com>
7159 L:      linux-usb@vger.kernel.org
7160 L:      linux-media@vger.kernel.org
7161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7162 W:      http://royale.zerezo.com/zr364xx/
7163 S:      Maintained
7164 F:      Documentation/video4linux/zr364xx.txt
7165 F:      drivers/media/video/zr364xx.c
7167 USER-MODE LINUX (UML)
7168 M:      Jeff Dike <jdike@addtoit.com>
7169 M:      Richard Weinberger <richard@nod.at>
7170 L:      user-mode-linux-devel@lists.sourceforge.net
7171 L:      user-mode-linux-user@lists.sourceforge.net
7172 W:      http://user-mode-linux.sourceforge.net
7173 S:      Maintained
7174 F:      Documentation/virtual/uml/
7175 F:      arch/um/
7176 F:      fs/hostfs/
7177 F:      fs/hppfs/
7179 USERSPACE I/O (UIO)
7180 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7181 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7182 S:      Maintained
7183 F:      Documentation/DocBook/uio-howto.tmpl
7184 F:      drivers/uio/
7185 F:      include/linux/uio*.h
7187 UTIL-LINUX-NG PACKAGE
7188 M:      Karel Zak <kzak@redhat.com>
7189 L:      util-linux-ng@vger.kernel.org
7190 W:      http://kernel.org/~kzak/util-linux-ng/
7191 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
7192 S:      Maintained
7194 UVESAFB DRIVER
7195 M:      Michal Januszewski <spock@gentoo.org>
7196 L:      linux-fbdev@vger.kernel.org
7197 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
7198 S:      Maintained
7199 F:      Documentation/fb/uvesafb.txt
7200 F:      drivers/video/uvesafb.*
7202 VFAT/FAT/MSDOS FILESYSTEM
7203 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
7204 S:      Maintained
7205 F:      Documentation/filesystems/vfat.txt
7206 F:      fs/fat/
7208 VIDEOBUF2 FRAMEWORK
7209 M:      Pawel Osciak <pawel@osciak.com>
7210 M:      Marek Szyprowski <m.szyprowski@samsung.com>
7211 M:      Kyungmin Park <kyungmin.park@samsung.com>
7212 L:      linux-media@vger.kernel.org
7213 S:      Maintained
7214 F:      drivers/media/video/videobuf2-*
7215 F:      include/media/videobuf2-*
7217 VIRTIO CONSOLE DRIVER
7218 M:      Amit Shah <amit.shah@redhat.com>
7219 L:      virtualization@lists.linux-foundation.org
7220 S:      Maintained
7221 F:      drivers/char/virtio_console.c
7222 F:      include/linux/virtio_console.h
7224 VIRTIO CORE, NET AND BLOCK DRIVERS
7225 M:      Rusty Russell <rusty@rustcorp.com.au>
7226 M:      "Michael S. Tsirkin" <mst@redhat.com>
7227 L:      virtualization@lists.linux-foundation.org
7228 S:      Maintained
7229 F:      drivers/virtio/
7230 F:      drivers/net/virtio_net.c
7231 F:      drivers/block/virtio_blk.c
7232 F:      include/linux/virtio_*.h
7234 VIRTIO HOST (VHOST)
7235 M:      "Michael S. Tsirkin" <mst@redhat.com>
7236 L:      kvm@vger.kernel.org
7237 L:      virtualization@lists.linux-foundation.org
7238 L:      netdev@vger.kernel.org
7239 S:      Maintained
7240 F:      drivers/vhost/
7241 F:      include/linux/vhost.h
7243 VIA RHINE NETWORK DRIVER
7244 M:      Roger Luethi <rl@hellgate.ch>
7245 S:      Maintained
7246 F:      drivers/net/ethernet/via/via-rhine.c
7248 VIAPRO SMBUS DRIVER
7249 M:      Jean Delvare <khali@linux-fr.org>
7250 L:      linux-i2c@vger.kernel.org
7251 S:      Maintained
7252 F:      Documentation/i2c/busses/i2c-viapro
7253 F:      drivers/i2c/busses/i2c-viapro.c
7255 VIA SD/MMC CARD CONTROLLER DRIVER
7256 M:      Bruce Chang <brucechang@via.com.tw>
7257 M:      Harald Welte <HaraldWelte@viatech.com>
7258 S:      Maintained
7259 F:      drivers/mmc/host/via-sdmmc.c
7261 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
7262 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
7263 L:      linux-fbdev@vger.kernel.org
7264 S:      Maintained
7265 F:      include/linux/via-core.h
7266 F:      include/linux/via-gpio.h
7267 F:      include/linux/via_i2c.h
7268 F:      drivers/video/via/
7270 VIA VELOCITY NETWORK DRIVER
7271 M:      Francois Romieu <romieu@fr.zoreil.com>
7272 L:      netdev@vger.kernel.org
7273 S:      Maintained
7274 F:      drivers/net/ethernet/via/via-velocity.*
7276 VLAN (802.1Q)
7277 M:      Patrick McHardy <kaber@trash.net>
7278 L:      netdev@vger.kernel.org
7279 S:      Maintained
7280 F:      drivers/net/macvlan.c
7281 F:      include/linux/if_*vlan.h
7282 F:      net/8021q/
7284 VLYNQ BUS
7285 M:      Florian Fainelli <florian@openwrt.org>
7286 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
7287 S:      Maintained
7288 F:      drivers/vlynq/vlynq.c
7289 F:      include/linux/vlynq.h
7291 VMWARE VMXNET3 ETHERNET DRIVER
7292 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
7293 M:      "VMware, Inc." <pv-drivers@vmware.com>
7294 L:      netdev@vger.kernel.org
7295 S:      Maintained
7296 F:      drivers/net/vmxnet3/
7298 VMware PVSCSI driver
7299 M:      Arvind Kumar <arvindkumar@vmware.com>
7300 M:      VMware PV-Drivers <pv-drivers@vmware.com>
7301 L:      linux-scsi@vger.kernel.org
7302 S:      Maintained
7303 F:      drivers/scsi/vmw_pvscsi.c
7304 F:      drivers/scsi/vmw_pvscsi.h
7306 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
7307 M:      Liam Girdwood <lrg@ti.com>
7308 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7309 W:      http://opensource.wolfsonmicro.com/node/15
7310 W:      http://www.slimlogic.co.uk/?p=48
7311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
7312 S:      Supported
7313 F:      drivers/regulator/
7314 F:      include/linux/regulator/
7316 VT1211 HARDWARE MONITOR DRIVER
7317 M:      Juerg Haefliger <juergh@gmail.com>
7318 L:      lm-sensors@lm-sensors.org
7319 S:      Maintained
7320 F:      Documentation/hwmon/vt1211
7321 F:      drivers/hwmon/vt1211.c
7323 VT8231 HARDWARE MONITOR DRIVER
7324 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
7325 L:      lm-sensors@lm-sensors.org
7326 S:      Maintained
7327 F:      drivers/hwmon/vt8231.c
7329 VUB300 USB to SDIO/SD/MMC bridge chip
7330 M:      Tony Olech <tony.olech@elandigitalsystems.com>
7331 L:      linux-mmc@vger.kernel.org
7332 L:      linux-usb@vger.kernel.org
7333 S:      Supported
7334 F:      drivers/mmc/host/vub300.c
7336 W1 DALLAS'S 1-WIRE BUS
7337 M:      Evgeniy Polyakov <zbr@ioremap.net>
7338 S:      Maintained
7339 F:      Documentation/w1/
7340 F:      drivers/w1/
7342 W83791D HARDWARE MONITORING DRIVER
7343 M:      Marc Hulsman <m.hulsman@tudelft.nl>
7344 L:      lm-sensors@lm-sensors.org
7345 S:      Maintained
7346 F:      Documentation/hwmon/w83791d
7347 F:      drivers/hwmon/w83791d.c
7349 W83793 HARDWARE MONITORING DRIVER
7350 M:      Rudolf Marek <r.marek@assembler.cz>
7351 L:      lm-sensors@lm-sensors.org
7352 S:      Maintained
7353 F:      Documentation/hwmon/w83793
7354 F:      drivers/hwmon/w83793.c
7356 W83795 HARDWARE MONITORING DRIVER
7357 M:      Jean Delvare <khali@linux-fr.org>
7358 L:      lm-sensors@lm-sensors.org
7359 S:      Maintained
7360 F:      drivers/hwmon/w83795.c
7362 W83L51xD SD/MMC CARD INTERFACE DRIVER
7363 M:      Pierre Ossman <pierre@ossman.eu>
7364 S:      Maintained
7365 F:      drivers/mmc/host/wbsd.*
7367 WATCHDOG DEVICE DRIVERS
7368 M:      Wim Van Sebroeck <wim@iguana.be>
7369 L:      linux-watchdog@vger.kernel.org
7370 W:      http://www.linux-watchdog.org/
7371 T:      git git://www.linux-watchdog.org/linux-watchdog.git
7372 S:      Maintained
7373 F:      Documentation/watchdog/
7374 F:      drivers/watchdog/
7375 F:      include/linux/watchdog.h
7377 WD7000 SCSI DRIVER
7378 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
7379 L:      linux-scsi@vger.kernel.org
7380 S:      Maintained
7381 F:      drivers/scsi/wd7000.c
7383 WIIMOTE HID DRIVER
7384 M:      David Herrmann <dh.herrmann@googlemail.com>
7385 L:      linux-input@vger.kernel.org
7386 S:      Maintained
7387 F:      drivers/hid/hid-wiimote*
7389 WINBOND CIR DRIVER
7390 M:      David Härdeman <david@hardeman.nu>
7391 S:      Maintained
7392 F:      drivers/media/rc/winbond-cir.c
7394 WIMAX STACK
7395 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7396 M:      linux-wimax@intel.com
7397 L:      wimax@linuxwimax.org
7398 S:      Supported
7399 W:      http://linuxwimax.org
7400 F:      Documentation/wimax/README.wimax
7401 F:      include/linux/wimax.h
7402 F:      include/linux/wimax/debug.h
7403 F:      include/net/wimax.h
7404 F:      net/wimax/
7406 WISTRON LAPTOP BUTTON DRIVER
7407 M:      Miloslav Trmac <mitr@volny.cz>
7408 S:      Maintained
7409 F:      drivers/input/misc/wistron_btns.c
7411 WL1251 WIRELESS DRIVER
7412 M:      Luciano Coelho <coelho@ti.com>
7413 L:      linux-wireless@vger.kernel.org
7414 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
7415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7416 S:      Maintained
7417 F:      drivers/net/wireless/wl1251/*
7419 WL1271 WIRELESS DRIVER
7420 M:      Luciano Coelho <coelho@ti.com>
7421 L:      linux-wireless@vger.kernel.org
7422 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
7423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7424 S:      Maintained
7425 F:      drivers/net/wireless/wl12xx/
7426 F:      include/linux/wl12xx.h
7428 WL3501 WIRELESS PCMCIA CARD DRIVER
7429 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7430 L:      linux-wireless@vger.kernel.org
7431 W:      http://oops.ghostprotocols.net:81/blog
7432 S:      Maintained
7433 F:      drivers/net/wireless/wl3501*
7435 WM97XX TOUCHSCREEN DRIVERS
7436 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7437 M:      Liam Girdwood <lrg@slimlogic.co.uk>
7438 L:      linux-input@vger.kernel.org
7439 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
7440 W:      http://opensource.wolfsonmicro.com/node/7
7441 S:      Supported
7442 F:      drivers/input/touchscreen/*wm97*
7443 F:      include/linux/wm97xx.h
7445 WOLFSON MICROELECTRONICS DRIVERS
7446 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7447 M:      Ian Lartey <ian@opensource.wolfsonmicro.com>
7448 M:      Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
7449 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
7450 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
7451 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
7452 S:      Supported
7453 F:      Documentation/hwmon/wm83??
7454 F:      arch/arm/mach-s3c64xx/mach-crag6410*
7455 F:      drivers/leds/leds-wm83*.c
7456 F:      drivers/hwmon/wm83??-hwmon.c
7457 F:      drivers/input/misc/wm831x-on.c
7458 F:      drivers/input/touchscreen/wm831x-ts.c
7459 F:      drivers/input/touchscreen/wm97*.c
7460 F:      drivers/mfd/wm8*.c
7461 F:      drivers/power/wm83*.c
7462 F:      drivers/rtc/rtc-wm83*.c
7463 F:      drivers/regulator/wm8*.c
7464 F:      drivers/video/backlight/wm83*_bl.c
7465 F:      drivers/watchdog/wm83*_wdt.c
7466 F:      include/linux/mfd/wm831x/
7467 F:      include/linux/mfd/wm8350/
7468 F:      include/linux/mfd/wm8400*
7469 F:      include/linux/wm97xx.h
7470 F:      include/sound/wm????.h
7471 F:      sound/soc/codecs/wm*
7473 WORKQUEUE
7474 M:      Tejun Heo <tj@kernel.org>
7475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
7476 S:      Maintained
7477 F:      include/linux/workqueue.h
7478 F:      kernel/workqueue.c
7479 F:      Documentation/workqueue.txt
7481 X.25 NETWORK LAYER
7482 M:      Andrew Hendry <andrew.hendry@gmail.com>
7483 L:      linux-x25@vger.kernel.org
7484 S:      Odd Fixes
7485 F:      Documentation/networking/x25*
7486 F:      include/net/x25*
7487 F:      net/x25/
7489 X86 ARCHITECTURE (32-BIT AND 64-BIT)
7490 M:      Thomas Gleixner <tglx@linutronix.de>
7491 M:      Ingo Molnar <mingo@redhat.com>
7492 M:      "H. Peter Anvin" <hpa@zytor.com>
7493 M:      x86@kernel.org
7494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
7495 S:      Maintained
7496 F:      Documentation/x86/
7497 F:      arch/x86/
7499 X86 PLATFORM DRIVERS
7500 M:      Matthew Garrett <mjg@redhat.com>
7501 L:      platform-driver-x86@vger.kernel.org
7502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
7503 S:      Maintained
7504 F:      drivers/platform/x86
7506 X86 MCE INFRASTRUCTURE
7507 M:      Tony Luck <tony.luck@intel.com>
7508 M:      Borislav Petkov <bp@amd64.org>
7509 L:      linux-edac@vger.kernel.org
7510 S:      Maintained
7511 F:      arch/x86/kernel/cpu/mcheck/*
7513 XEN HYPERVISOR INTERFACE
7514 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7515 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7516 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7517 L:      virtualization@lists.linux-foundation.org
7518 S:      Supported
7519 F:      arch/x86/xen/
7520 F:      drivers/*/xen-*front.c
7521 F:      drivers/xen/
7522 F:      arch/x86/include/asm/xen/
7523 F:      include/xen/
7525 XEN NETWORK BACKEND DRIVER
7526 M:      Ian Campbell <ian.campbell@citrix.com>
7527 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7528 L:      netdev@vger.kernel.org
7529 S:      Supported
7530 F:      drivers/net/xen-netback/*
7532 XEN PCI SUBSYSTEM
7533 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7534 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7535 S:      Supported
7536 F:      arch/x86/pci/*xen*
7537 F:      drivers/pci/*xen*
7539 XEN SWIOTLB SUBSYSTEM
7540 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7541 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7542 S:      Supported
7543 F:      arch/x86/xen/*swiotlb*
7544 F:      drivers/xen/*swiotlb*
7546 XFS FILESYSTEM
7547 P:      Silicon Graphics Inc
7548 M:      Ben Myers <bpm@sgi.com>
7549 M:      Alex Elder <elder@kernel.org>
7550 M:      xfs-masters@oss.sgi.com
7551 L:      xfs@oss.sgi.com
7552 W:      http://oss.sgi.com/projects/xfs
7553 T:      git git://oss.sgi.com/xfs/xfs.git
7554 S:      Supported
7555 F:      Documentation/filesystems/xfs.txt
7556 F:      fs/xfs/
7558 XILINX AXI ETHERNET DRIVER
7559 M:      Ariane Keller <ariane.keller@tik.ee.ethz.ch>
7560 M:      Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch>
7561 S:      Maintained
7562 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
7564 XILINX SYSTEMACE DRIVER
7565 M:      Grant Likely <grant.likely@secretlab.ca>
7566 W:      http://www.secretlab.ca/
7567 S:      Maintained
7568 F:      drivers/block/xsysace.c
7570 XILINX UARTLITE SERIAL DRIVER
7571 M:      Peter Korsgaard <jacmet@sunsite.dk>
7572 L:      linux-serial@vger.kernel.org
7573 S:      Maintained
7574 F:      drivers/tty/serial/uartlite.c
7576 YAM DRIVER FOR AX.25
7577 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
7578 L:      linux-hams@vger.kernel.org
7579 S:      Maintained
7580 F:      drivers/net/hamradio/yam*
7581 F:      include/linux/yam.h
7583 YEALINK PHONE DRIVER
7584 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
7585 L:      usbb2k-api-dev@nongnu.org
7586 S:      Maintained
7587 F:      Documentation/input/yealink.txt
7588 F:      drivers/input/misc/yealink.*
7590 Z8530 DRIVER FOR AX.25
7591 M:      Joerg Reuter <jreuter@yaina.de>
7592 W:      http://yaina.de/jreuter/
7593 W:      http://www.qsl.net/dl1bke/
7594 L:      linux-hams@vger.kernel.org
7595 S:      Maintained
7596 F:      Documentation/networking/z8530drv.txt
7597 F:      drivers/net/hamradio/*scc.c
7598 F:      drivers/net/hamradio/z8530.h
7600 ZD1211RW WIRELESS DRIVER
7601 M:      Daniel Drake <dsd@gentoo.org>
7602 M:      Ulrich Kunitz <kune@deine-taler.de>
7603 W:      http://zd1211.ath.cx/wiki/DriverRewrite
7604 L:      linux-wireless@vger.kernel.org
7605 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
7606 S:      Maintained
7607 F:      drivers/net/wireless/zd1211rw/
7609 ZR36067 VIDEO FOR LINUX DRIVER
7610 L:      mjpeg-users@lists.sourceforge.net
7611 L:      linux-media@vger.kernel.org
7612 W:      http://mjpeg.sourceforge.net/driver-zoran/
7613 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
7614 S:      Odd Fixes
7615 F:      drivers/media/video/zoran/
7617 ZS DECSTATION Z85C30 SERIAL DRIVER
7618 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
7619 S:      Maintained
7620 F:      drivers/tty/serial/zs.*
7622 THE REST
7623 M:      Linus Torvalds <torvalds@linux-foundation.org>
7624 L:      linux-kernel@vger.kernel.org
7625 Q:      http://patchwork.kernel.org/project/LKML/list/
7626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
7627 S:      Buried alive in reporters
7628 F:      *
7629 F:      */