Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux-2.6/libata-dev.git] / MAINTAINERS
blob3086d4b12711399d6aa3397be62d1853efbf9fe4
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.linux@gmail.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.c
743 F:      drivers/i2c/busses/i2c-sirf.c
744 F:      drivers/pinctrl/pinctrl-sirf.c
745 F:      drivers/spi/spi-sirf.c
747 ARM/EBSA110 MACHINE SUPPORT
748 M:      Russell King <linux@arm.linux.org.uk>
749 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
750 W:      http://www.arm.linux.org.uk/
751 S:      Maintained
752 F:      arch/arm/mach-ebsa110/
753 F:      drivers/net/ethernet/amd/am79c961a.*
755 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
756 M:      Daniel Ribeiro <drwyrm@gmail.com>
757 M:      Stefan Schmidt <stefan@openezx.org>
758 M:      Harald Welte <laforge@openezx.org>
759 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
760 W:      http://www.openezx.org/
761 S:      Maintained
762 T:      topgit git://git.openezx.org/openezx.git
763 F:      arch/arm/mach-pxa/ezx.c
765 ARM/FARADAY FA526 PORT
766 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
767 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
768 S:      Maintained
769 T:      git git://git.berlios.de/gemini-board
770 F:      arch/arm/mm/*-fa*
772 ARM/FOOTBRIDGE ARCHITECTURE
773 M:      Russell King <linux@arm.linux.org.uk>
774 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
775 W:      http://www.arm.linux.org.uk/
776 S:      Maintained
777 F:      arch/arm/include/asm/hardware/dec21285.h
778 F:      arch/arm/mach-footbridge/
780 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
781 M:      Sascha Hauer <kernel@pengutronix.de>
782 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
783 S:      Maintained
784 T:      git git://git.pengutronix.de/git/imx/linux-2.6.git
785 F:      arch/arm/mach-imx/
786 F:      arch/arm/plat-mxc/
788 ARM/FREESCALE IMX6
789 M:      Shawn Guo <shawn.guo@linaro.org>
790 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
791 S:      Maintained
792 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
793 F:      arch/arm/mach-imx/*imx6*
795 ARM/FREESCALE MXS ARM ARCHITECTURE
796 M:      Shawn Guo <shawn.guo@linaro.org>
797 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
798 S:      Maintained
799 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
800 F:      arch/arm/mach-mxs/
802 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
803 M:      Lennert Buytenhek <kernel@wantstofly.org>
804 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
805 S:      Maintained
807 ARM/GUMSTIX MACHINE SUPPORT
808 M:      Steve Sakoman <sakoman@gmail.com>
809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
810 S:      Maintained
812 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
813 M:      Philipp Zabel <philipp.zabel@gmail.com>
814 M:      Paul Parsons <lost.distance@yahoo.com>
815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
816 S:      Maintained
817 F:      arch/arm/mach-pxa/hx4700.c
818 F:      arch/arm/mach-pxa/include/mach/hx4700.h
819 F:      sound/soc/pxa/hx4700.c
821 ARM/HP JORNADA 7XX MACHINE SUPPORT
822 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
823 W:      www.jlime.com
824 S:      Maintained
825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
826 F:      arch/arm/mach-sa1100/jornada720.c
827 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
829 ARM/INCOME PXA270 SUPPORT
830 M:      Marek Vasut <marek.vasut@gmail.com>
831 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
832 S:      Maintained
833 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
835 ARM/INTEL IOP32X ARM ARCHITECTURE
836 M:      Lennert Buytenhek <kernel@wantstofly.org>
837 M:      Dan Williams <dan.j.williams@intel.com>
838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 S:      Maintained
841 ARM/INTEL IOP33X ARM ARCHITECTURE
842 M:      Dan Williams <dan.j.williams@intel.com>
843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 S:      Maintained
846 ARM/INTEL IOP13XX ARM ARCHITECTURE
847 M:      Lennert Buytenhek <kernel@wantstofly.org>
848 M:      Dan Williams <dan.j.williams@intel.com>
849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
850 S:      Maintained
852 ARM/INTEL IQ81342EX MACHINE SUPPORT
853 M:      Lennert Buytenhek <kernel@wantstofly.org>
854 M:      Dan Williams <dan.j.williams@intel.com>
855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
856 S:      Maintained
858 ARM/INTEL IXDP2850 MACHINE SUPPORT
859 M:      Lennert Buytenhek <kernel@wantstofly.org>
860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
861 S:      Maintained
863 ARM/INTEL IXP4XX ARM ARCHITECTURE
864 M:      Imre Kaloz <kaloz@openwrt.org>
865 M:      Krzysztof Halasa <khc@pm.waw.pl>
866 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
867 S:      Maintained
868 F:      arch/arm/mach-ixp4xx/
870 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
871 M:      Jonathan Cameron <jic23@cam.ac.uk>
872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
873 S:      Maintained
874 F:      arch/arm/mach-pxa/stargate2.c
875 F:      drivers/pcmcia/pxa2xx_stargate2.c
877 ARM/INTEL XSC3 (MANZANO) ARM CORE
878 M:      Lennert Buytenhek <kernel@wantstofly.org>
879 M:      Dan Williams <dan.j.williams@intel.com>
880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881 S:      Maintained
883 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
884 M:      Lennert Buytenhek <kernel@wantstofly.org>
885 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
886 S:      Maintained
888 ARM/LOGICPD PXA270 MACHINE SUPPORT
889 M:      Lennert Buytenhek <kernel@wantstofly.org>
890 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
891 S:      Maintained
893 ARM/MAGICIAN MACHINE SUPPORT
894 M:      Philipp Zabel <philipp.zabel@gmail.com>
895 S:      Maintained
897 ARM/Marvell Armada 370 and Armada XP SOC support
898 M:      Jason Cooper <jason@lakedaemon.net>
899 M:      Andrew Lunn <andrew@lunn.ch>
900 M:      Gregory Clement <gregory.clement@free-electrons.com>
901 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
902 S:      Maintained
903 F:      arch/arm/mach-mvebu/
905 ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
906 M:      Jason Cooper <jason@lakedaemon.net>
907 M:      Andrew Lunn <andrew@lunn.ch>
908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
909 S:      Maintained
910 F:      arch/arm/mach-dove/
911 F:      arch/arm/mach-kirkwood/
912 F:      arch/arm/mach-mv78xx0/
913 F:      arch/arm/mach-orion5x/
914 F:      arch/arm/plat-orion/
916 ARM/Orion SoC/Technologic Systems TS-78xx platform support
917 M:      Alexander Clouter <alex@digriz.org.uk>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 W:      http://www.digriz.org.uk/ts78xx/kernel
920 S:      Maintained
921 F:      arch/arm/mach-orion5x/ts78xx-*
923 ARM/MIOA701 MACHINE SUPPORT
924 M:      Robert Jarzmik <robert.jarzmik@free.fr>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 F:      arch/arm/mach-pxa/mioa701.c
927 S:      Maintained
929 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
930 M:      Michael Petchkovsky <mkpetch@internode.on.net>
931 S:      Maintained
933 ARM/NOMADIK ARCHITECTURE
934 M:      Alessandro Rubini <rubini@unipv.it>
935 M:      Linus Walleij <linus.walleij@stericsson.com>
936 M:      STEricsson <STEricsson_nomadik_linux@list.st.com>
937 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
938 S:      Maintained
939 F:      arch/arm/mach-nomadik/
940 F:      arch/arm/plat-nomadik/
941 F:      drivers/i2c/busses/i2c-nomadik.c
942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
944 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
945 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
946 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
947 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
948 S:      Supported
950 ARM/QUALCOMM MSM MACHINE SUPPORT
951 M:      David Brown <davidb@codeaurora.org>
952 M:      Daniel Walker <dwalker@fifo99.com>
953 M:      Bryan Huntsman <bryanh@codeaurora.org>
954 L:      linux-arm-msm@vger.kernel.org
955 F:      arch/arm/mach-msm/
956 F:      drivers/video/msm/
957 F:      drivers/mmc/host/msm_sdcc.c
958 F:      drivers/mmc/host/msm_sdcc.h
959 F:      drivers/tty/serial/msm_serial.h
960 F:      drivers/tty/serial/msm_serial.c
961 F:      drivers/platform/msm/
962 F:      drivers/*/pm8???-*
963 F:      include/linux/mfd/pm8xxx/
964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
965 S:      Maintained
967 ARM/TOSA MACHINE SUPPORT
968 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
969 M:      Dirk Opfer <dirk@opfer-online.de>
970 S:      Maintained
972 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
973 M:      Marek Vasut <marek.vasut@gmail.com>
974 L:      linux-arm-kernel@lists.infradead.org
975 W:      http://hackndev.com
976 S:      Maintained
977 F:      arch/arm/mach-pxa/include/mach/palmtx.h
978 F:      arch/arm/mach-pxa/palmtx.c
979 F:      arch/arm/mach-pxa/include/mach/palmt5.h
980 F:      arch/arm/mach-pxa/palmt5.c
981 F:      arch/arm/mach-pxa/include/mach/palmld.h
982 F:      arch/arm/mach-pxa/palmld.c
983 F:      arch/arm/mach-pxa/include/mach/palmte2.h
984 F:      arch/arm/mach-pxa/palmte2.c
985 F:      arch/arm/mach-pxa/include/mach/palmtc.h
986 F:      arch/arm/mach-pxa/palmtc.c
988 ARM/PALM TREO SUPPORT
989 M:      Tomas Cech <sleep_walker@suse.cz>
990 L:      linux-arm-kernel@lists.infradead.org
991 W:      http://hackndev.com
992 S:      Maintained
993 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
994 F:      arch/arm/mach-pxa/palmtreo.c
996 ARM/PALMZ72 SUPPORT
997 M:      Sergey Lapin <slapin@ossfans.org>
998 L:      linux-arm-kernel@lists.infradead.org
999 W:      http://hackndev.com
1000 S:      Maintained
1001 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1002 F:      arch/arm/mach-pxa/palmz72.c
1004 ARM/PLEB SUPPORT
1005 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1006 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1007 S:      Maintained
1009 ARM/PT DIGITAL BOARD PORT
1010 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 W:      http://www.arm.linux.org.uk/
1013 S:      Maintained
1015 ARM/RADISYS ENP2611 MACHINE SUPPORT
1016 M:      Lennert Buytenhek <kernel@wantstofly.org>
1017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018 S:      Maintained
1020 ARM/RISCPC ARCHITECTURE
1021 M:      Russell King <linux@arm.linux.org.uk>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 W:      http://www.arm.linux.org.uk/
1024 S:      Maintained
1025 F:      arch/arm/common/time-acorn.c
1026 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1027 F:      arch/arm/include/asm/hardware/ioc.h
1028 F:      arch/arm/include/asm/hardware/iomd.h
1029 F:      arch/arm/include/asm/hardware/memc.h
1030 F:      arch/arm/mach-rpc/
1031 F:      drivers/net/ethernet/8390/etherh.c
1032 F:      drivers/net/ethernet/i825xx/ether1*
1033 F:      drivers/net/ethernet/seeq/ether3*
1034 F:      drivers/scsi/arm/
1036 ARM/SHARK MACHINE SUPPORT
1037 M:      Alexander Schulz <alex@shark-linux.de>
1038 W:      http://www.shark-linux.de/shark.html
1039 S:      Maintained
1041 ARM/SAMSUNG ARM ARCHITECTURES
1042 M:      Ben Dooks <ben-linux@fluff.org>
1043 M:      Kukjin Kim <kgene.kim@samsung.com>
1044 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1045 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1046 W:      http://www.fluff.org/ben/linux/
1047 S:      Maintained
1048 F:      arch/arm/plat-samsung/
1049 F:      arch/arm/plat-s3c24xx/
1050 F:      arch/arm/plat-s5p/
1051 F:      arch/arm/mach-s3c24*/
1052 F:      arch/arm/mach-s3c64xx/
1053 F:      drivers/*/*s3c2410*
1054 F:      drivers/*/*/*s3c2410*
1055 F:      drivers/spi/spi-s3c*
1056 F:      sound/soc/samsung/*
1058 ARM/S5P EXYNOS ARM ARCHITECTURES
1059 M:      Kukjin Kim <kgene.kim@samsung.com>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1062 S:      Maintained
1063 F:      arch/arm/mach-s5p*/
1064 F:      arch/arm/mach-exynos*/
1066 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1067 M:      Kyungmin Park <kyungmin.park@samsung.com>
1068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 S:      Maintained
1070 F:      arch/arm/mach-s5pv210/mach-aquila.c
1071 F:      arch/arm/mach-s5pv210/mach-goni.c
1072 F:      arch/arm/mach-exynos/mach-universal_c210.c
1073 F:      arch/arm/mach-exynos/mach-nuri.c
1075 ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1076 M:      Kyungmin Park <kyungmin.park@samsung.com>
1077 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
1078 L:      linux-arm-kernel@lists.infradead.org
1079 L:      linux-media@vger.kernel.org
1080 S:      Maintained
1081 F:      arch/arm/plat-s5p/dev-fimc*
1082 F:      arch/arm/plat-samsung/include/plat/*fimc*
1083 F:      drivers/media/video/s5p-fimc/
1085 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1086 M:      Kyungmin Park <kyungmin.park@samsung.com>
1087 M:      Kamil Debski <k.debski@samsung.com>
1088 M:      Jeongtae Park <jtp.park@samsung.com>
1089 L:      linux-arm-kernel@lists.infradead.org
1090 L:      linux-media@vger.kernel.org
1091 S:      Maintained
1092 F:      arch/arm/plat-s5p/dev-mfc.c
1093 F:      drivers/media/video/s5p-mfc/
1095 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1096 M:      Kyungmin Park <kyungmin.park@samsung.com>
1097 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1098 L:      linux-arm-kernel@lists.infradead.org
1099 L:      linux-media@vger.kernel.org
1100 S:      Maintained
1101 F:      drivers/media/video/s5p-tv/
1103 ARM/SHMOBILE ARM ARCHITECTURE
1104 M:      Paul Mundt <lethal@linux-sh.org>
1105 M:      Magnus Damm <magnus.damm@gmail.com>
1106 L:      linux-sh@vger.kernel.org
1107 W:      http://oss.renesas.com
1108 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1110 S:      Supported
1111 F:      arch/arm/mach-shmobile/
1112 F:      drivers/sh/
1114 ARM/SOCFPGA ARCHITECTURE
1115 M:      Dinh Nguyen <dinguyen@altera.com>
1116 S:      Maintained
1117 F:      arch/arm/mach-socfpga/
1119 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1120 M:      Dinh Nguyen <dinguyen@altera.com>
1121 S:      Maintained
1122 F:      drivers/clk/socfpga/
1124 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1125 M:      Lennert Buytenhek <kernel@wantstofly.org>
1126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127 S:      Maintained
1129 ARM/TETON BGA MACHINE SUPPORT
1130 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1131 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 S:      Maintained
1134 ARM/THECUS N2100 MACHINE SUPPORT
1135 M:      Lennert Buytenhek <kernel@wantstofly.org>
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 S:      Maintained
1139 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1140 M:      Wan ZongShun <mcuos.com@gmail.com>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 W:      http://www.mcuos.com
1143 S:      Maintained
1144 F:      arch/arm/mach-w90x900/
1145 F:      drivers/input/keyboard/w90p910_keypad.c
1146 F:      drivers/input/touchscreen/w90p910_ts.c
1147 F:      drivers/watchdog/nuc900_wdt.c
1148 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1149 F:      drivers/mtd/nand/nuc900_nand.c
1150 F:      drivers/rtc/rtc-nuc900.c
1151 F:      drivers/spi/spi-nuc900.c
1152 F:      drivers/usb/host/ehci-w90x900.c
1153 F:      drivers/video/nuc900fb.c
1155 ARM/U300 MACHINE SUPPORT
1156 M:      Linus Walleij <linus.walleij@stericsson.com>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 S:      Supported
1159 F:      arch/arm/mach-u300/
1160 F:      drivers/i2c/busses/i2c-stu300.c
1161 F:      drivers/rtc/rtc-coh901331.c
1162 F:      drivers/watchdog/coh901327_wdt.c
1163 F:      drivers/dma/coh901318*
1164 F:      drivers/mfd/ab3100*
1165 F:      drivers/rtc/rtc-ab3100.c
1166 F:      drivers/rtc/rtc-coh901331.c
1167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1169 ARM/Ux500 ARM ARCHITECTURE
1170 M:      Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1171 M:      Linus Walleij <linus.walleij@stericsson.com>
1172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1173 S:      Maintained
1174 F:      arch/arm/mach-ux500/
1175 F:      drivers/dma/ste_dma40*
1176 F:      drivers/mfd/abx500*
1177 F:      drivers/mfd/ab8500*
1178 F:      drivers/mfd/stmpe*
1179 F:      drivers/rtc/rtc-ab8500.c
1180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1182 ARM/VFP SUPPORT
1183 M:      Russell King <linux@arm.linux.org.uk>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 W:      http://www.arm.linux.org.uk/
1186 S:      Maintained
1187 F:      arch/arm/vfp/
1189 ARM/VOIPAC PXA270 SUPPORT
1190 M:      Marek Vasut <marek.vasut@gmail.com>
1191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 S:      Maintained
1193 F:      arch/arm/mach-pxa/vpac270.c
1194 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1196 ARM/ZIPIT Z2 SUPPORT
1197 M:      Marek Vasut <marek.vasut@gmail.com>
1198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1199 S:      Maintained
1200 F:      arch/arm/mach-pxa/z2.c
1201 F:      arch/arm/mach-pxa/include/mach/z2.h
1203 ASC7621 HARDWARE MONITOR DRIVER
1204 M:      George Joseph <george.joseph@fairview5.com>
1205 L:      lm-sensors@lm-sensors.org
1206 S:      Maintained
1207 F:      Documentation/hwmon/asc7621
1208 F:      drivers/hwmon/asc7621.c
1210 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1211 M:      Corentin Chary <corentincj@iksaif.net>
1212 L:      acpi4asus-user@lists.sourceforge.net
1213 L:      platform-driver-x86@vger.kernel.org
1214 W:      http://acpi4asus.sf.net
1215 S:      Maintained
1216 F:      drivers/platform/x86/asus*.c
1217 F:      drivers/platform/x86/eeepc*.c
1219 ASUS ASB100 HARDWARE MONITOR DRIVER
1220 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
1221 L:      lm-sensors@lm-sensors.org
1222 S:      Maintained
1223 F:      drivers/hwmon/asb100.c
1225 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1226 M:      Dan Williams <dan.j.williams@intel.com>
1227 W:      http://sourceforge.net/projects/xscaleiop
1228 S:      Supported
1229 F:      Documentation/crypto/async-tx-api.txt
1230 F:      crypto/async_tx/
1231 F:      drivers/dma/
1232 F:      include/linux/dmaengine.h
1233 F:      include/linux/async_tx.h
1235 AT24 EEPROM DRIVER
1236 M:      Wolfram Sang <w.sang@pengutronix.de>
1237 L:      linux-i2c@vger.kernel.org
1238 S:      Maintained
1239 F:      drivers/misc/eeprom/at24.c
1240 F:      include/linux/i2c/at24.h
1242 ATA OVER ETHERNET (AOE) DRIVER
1243 M:      "Ed L. Cashin" <ecashin@coraid.com>
1244 W:      http://www.coraid.com/support/linux
1245 S:      Supported
1246 F:      Documentation/aoe/
1247 F:      drivers/block/aoe/
1249 ATHEROS ATH GENERIC UTILITIES
1250 M:      "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1251 L:      linux-wireless@vger.kernel.org
1252 S:      Supported
1253 F:      drivers/net/wireless/ath/*
1255 ATHEROS ATH5K WIRELESS DRIVER
1256 M:      Jiri Slaby <jirislaby@gmail.com>
1257 M:      Nick Kossifidis <mickflemm@gmail.com>
1258 M:      "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1259 L:      linux-wireless@vger.kernel.org
1260 L:      ath5k-devel@lists.ath5k.org
1261 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1262 S:      Maintained
1263 F:      drivers/net/wireless/ath/ath5k/
1265 ATHEROS ATH6KL WIRELESS DRIVER
1266 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1267 L:      linux-wireless@vger.kernel.org
1268 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git
1270 S:      Supported
1271 F:      drivers/net/wireless/ath/ath6kl/
1273 ATHEROS ATH9K WIRELESS DRIVER
1274 M:      "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1275 M:      Jouni Malinen <jouni@qca.qualcomm.com>
1276 M:      Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
1277 M:      Senthil Balasubramanian <senthilb@qca.qualcomm.com>
1278 L:      linux-wireless@vger.kernel.org
1279 L:      ath9k-devel@lists.ath9k.org
1280 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
1281 S:      Supported
1282 F:      drivers/net/wireless/ath/ath9k/
1284 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1285 M:      Christian Lamparter <chunkeey@googlemail.com>
1286 L:      linux-wireless@vger.kernel.org
1287 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1288 S:      Maintained
1289 F:      drivers/net/wireless/ath/carl9170/
1291 ATK0110 HWMON DRIVER
1292 M:      Luca Tettamanti <kronos.it@gmail.com>
1293 L:      lm-sensors@lm-sensors.org
1294 S:      Maintained
1295 F:      drivers/hwmon/asus_atk0110.c
1297 ATI_REMOTE2 DRIVER
1298 M:      Ville Syrjala <syrjala@sci.fi>
1299 S:      Maintained
1300 F:      drivers/input/misc/ati_remote2.c
1302 ATLX ETHERNET DRIVERS
1303 M:      Jay Cliburn <jcliburn@gmail.com>
1304 M:      Chris Snook <chris.snook@gmail.com>
1305 L:      netdev@vger.kernel.org
1306 W:      http://sourceforge.net/projects/atl1
1307 W:      http://atl1.sourceforge.net
1308 S:      Maintained
1309 F:      drivers/net/ethernet/atheros/
1312 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1313 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1314 L:      netdev@vger.kernel.org
1315 W:      http://linux-atm.sourceforge.net
1316 S:      Maintained
1317 F:      drivers/atm/
1318 F:      include/linux/atm*
1320 ATMEL AT91 MCI DRIVER
1321 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1322 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1323 W:      http://www.atmel.com/products/AT91/
1324 W:      http://www.at91.com/
1325 S:      Maintained
1326 F:      drivers/mmc/host/at91_mci.c
1328 ATMEL AT91 / AT32 MCI DRIVER
1329 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1330 S:      Maintained
1331 F:      drivers/mmc/host/atmel-mci.c
1332 F:      drivers/mmc/host/atmel-mci-regs.h
1334 ATMEL AT91 / AT32 SERIAL DRIVER
1335 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1336 S:      Supported
1337 F:      drivers/tty/serial/atmel_serial.c
1339 ATMEL DMA DRIVER
1340 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 S:      Supported
1343 F:      drivers/dma/at_hdmac.c
1344 F:      drivers/dma/at_hdmac_regs.h
1345 F:      arch/arm/mach-at91/include/mach/at_hdmac.h
1347 ATMEL ISI DRIVER
1348 M:      Josh Wu <josh.wu@atmel.com>
1349 L:      linux-media@vger.kernel.org
1350 S:      Supported
1351 F:      drivers/media/video/atmel-isi.c
1352 F:      include/media/atmel-isi.h
1354 ATMEL LCDFB DRIVER
1355 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1356 L:      linux-fbdev@vger.kernel.org
1357 S:      Maintained
1358 F:      drivers/video/atmel_lcdfb.c
1359 F:      include/video/atmel_lcdc.h
1361 ATMEL MACB ETHERNET DRIVER
1362 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1363 S:      Supported
1364 F:      drivers/net/ethernet/cadence/
1366 ATMEL SPI DRIVER
1367 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1368 S:      Supported
1369 F:      drivers/spi/spi-atmel.*
1371 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1372 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1373 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S:      Supported
1375 F:      drivers/misc/atmel_tclib.c
1376 F:      drivers/clocksource/tcb_clksrc.c
1378 ATMEL TSADCC DRIVER
1379 M:      Josh Wu <josh.wu@atmel.com>
1380 L:      linux-input@vger.kernel.org
1381 S:      Supported
1382 F:      drivers/input/touchscreen/atmel_tsadcc.c
1384 ATMEL USBA UDC DRIVER
1385 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 S:      Supported
1388 F:      drivers/usb/gadget/atmel_usba_udc.*
1390 ATMEL WIRELESS DRIVER
1391 M:      Simon Kelley <simon@thekelleys.org.uk>
1392 L:      linux-wireless@vger.kernel.org
1393 W:      http://www.thekelleys.org.uk/atmel
1394 W:      http://atmelwlandriver.sourceforge.net/
1395 S:      Maintained
1396 F:      drivers/net/wireless/atmel*
1398 AUDIT SUBSYSTEM
1399 M:      Al Viro <viro@zeniv.linux.org.uk>
1400 M:      Eric Paris <eparis@redhat.com>
1401 L:      linux-audit@redhat.com (subscribers-only)
1402 W:      http://people.redhat.com/sgrubb/audit/
1403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1404 S:      Maintained
1405 F:      include/linux/audit.h
1406 F:      kernel/audit*
1408 AUXILIARY DISPLAY DRIVERS
1409 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1410 W:      http://miguelojeda.es/auxdisplay.htm
1411 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1412 S:      Maintained
1413 F:      drivers/auxdisplay/
1414 F:      include/linux/cfag12864b.h
1416 AVR32 ARCHITECTURE
1417 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1418 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1419 W:      http://www.atmel.com/products/AVR32/
1420 W:      http://avr32linux.org/
1421 W:      http://avrfreaks.net/
1422 S:      Maintained
1423 F:      arch/avr32/
1425 AVR32/AT32AP MACHINE SUPPORT
1426 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1427 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1428 S:      Maintained
1429 F:      arch/avr32/mach-at32ap/
1431 AX.25 NETWORK LAYER
1432 M:      Ralf Baechle <ralf@linux-mips.org>
1433 L:      linux-hams@vger.kernel.org
1434 W:      http://www.linux-ax25.org/
1435 S:      Maintained
1436 F:      include/linux/ax25.h
1437 F:      include/net/ax25.h
1438 F:      net/ax25/
1440 B43 WIRELESS DRIVER
1441 M:      Stefano Brivio <stefano.brivio@polimi.it>
1442 L:      linux-wireless@vger.kernel.org
1443 L:      b43-dev@lists.infradead.org
1444 W:      http://linuxwireless.org/en/users/Drivers/b43
1445 S:      Maintained
1446 F:      drivers/net/wireless/b43/
1448 B43LEGACY WIRELESS DRIVER
1449 M:      Larry Finger <Larry.Finger@lwfinger.net>
1450 M:      Stefano Brivio <stefano.brivio@polimi.it>
1451 L:      linux-wireless@vger.kernel.org
1452 L:      b43-dev@lists.infradead.org
1453 W:      http://linuxwireless.org/en/users/Drivers/b43
1454 S:      Maintained
1455 F:      drivers/net/wireless/b43legacy/
1457 BACKLIGHT CLASS/SUBSYSTEM
1458 M:      Richard Purdie <rpurdie@rpsys.net>
1459 S:      Maintained
1460 F:      drivers/video/backlight/
1461 F:      include/linux/backlight.h
1463 BATMAN ADVANCED
1464 M:      Marek Lindner <lindner_marek@yahoo.de>
1465 M:      Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1466 M:      Antonio Quartulli <ordex@autistici.org>
1467 L:      b.a.t.m.a.n@lists.open-mesh.org
1468 W:      http://www.open-mesh.org/
1469 S:      Maintained
1470 F:      net/batman-adv/
1472 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1473 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1474 L:      linux-hams@vger.kernel.org
1475 W:      http://www.baycom.org/~tom/ham/ham.html
1476 S:      Maintained
1477 F:      drivers/net/hamradio/baycom*
1479 BEFS FILE SYSTEM
1480 S:      Orphan
1481 F:      Documentation/filesystems/befs.txt
1482 F:      fs/befs/
1484 BFS FILE SYSTEM
1485 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1486 S:      Maintained
1487 F:      Documentation/filesystems/bfs.txt
1488 F:      fs/bfs/
1489 F:      include/linux/bfs_fs.h
1491 BLACKFIN ARCHITECTURE
1492 M:      Mike Frysinger <vapier@gentoo.org>
1493 L:      uclinux-dist-devel@blackfin.uclinux.org
1494 W:      http://blackfin.uclinux.org
1495 S:      Supported
1496 F:      arch/blackfin/
1498 BLACKFIN EMAC DRIVER
1499 L:      uclinux-dist-devel@blackfin.uclinux.org
1500 W:      http://blackfin.uclinux.org
1501 S:      Supported
1502 F:      drivers/net/ethernet/adi/
1504 BLACKFIN RTC DRIVER
1505 M:      Mike Frysinger <vapier.adi@gmail.com>
1506 L:      uclinux-dist-devel@blackfin.uclinux.org
1507 W:      http://blackfin.uclinux.org
1508 S:      Supported
1509 F:      drivers/rtc/rtc-bfin.c
1511 BLACKFIN SDH DRIVER
1512 M:      Cliff Cai <cliff.cai@analog.com>
1513 L:      uclinux-dist-devel@blackfin.uclinux.org
1514 W:      http://blackfin.uclinux.org
1515 S:      Supported
1516 F:      drivers/mmc/host/bfin_sdh.c
1518 BLACKFIN SERIAL DRIVER
1519 M:      Sonic Zhang <sonic.zhang@analog.com>
1520 L:      uclinux-dist-devel@blackfin.uclinux.org
1521 W:      http://blackfin.uclinux.org
1522 S:      Supported
1523 F:      drivers/tty/serial/bfin_uart.c
1525 BLACKFIN WATCHDOG DRIVER
1526 M:      Mike Frysinger <vapier.adi@gmail.com>
1527 L:      uclinux-dist-devel@blackfin.uclinux.org
1528 W:      http://blackfin.uclinux.org
1529 S:      Supported
1530 F:      drivers/watchdog/bfin_wdt.c
1532 BLACKFIN I2C TWI DRIVER
1533 M:      Sonic Zhang <sonic.zhang@analog.com>
1534 L:      uclinux-dist-devel@blackfin.uclinux.org
1535 W:      http://blackfin.uclinux.org/
1536 S:      Supported
1537 F:      drivers/i2c/busses/i2c-bfin-twi.c
1539 BLOCK LAYER
1540 M:      Jens Axboe <axboe@kernel.dk>
1541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1542 S:      Maintained
1543 F:      block/
1545 BLOCK2MTD DRIVER
1546 M:      Joern Engel <joern@lazybastard.org>
1547 L:      linux-mtd@lists.infradead.org
1548 S:      Maintained
1549 F:      drivers/mtd/devices/block2mtd.c
1551 BLUETOOTH DRIVERS
1552 M:      Marcel Holtmann <marcel@holtmann.org>
1553 M:      Gustavo Padovan <gustavo@padovan.org>
1554 M:      Johan Hedberg <johan.hedberg@gmail.com>
1555 L:      linux-bluetooth@vger.kernel.org
1556 W:      http://www.bluez.org/
1557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1559 S:      Maintained
1560 F:      drivers/bluetooth/
1562 BLUETOOTH SUBSYSTEM
1563 M:      Marcel Holtmann <marcel@holtmann.org>
1564 M:      Gustavo Padovan <gustavo@padovan.org>
1565 M:      Johan Hedberg <johan.hedberg@gmail.com>
1566 L:      linux-bluetooth@vger.kernel.org
1567 W:      http://www.bluez.org/
1568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1570 S:      Maintained
1571 F:      net/bluetooth/
1572 F:      include/net/bluetooth/
1574 BONDING DRIVER
1575 M:      Jay Vosburgh <fubar@us.ibm.com>
1576 M:      Andy Gospodarek <andy@greyhouse.net>
1577 L:      netdev@vger.kernel.org
1578 W:      http://sourceforge.net/projects/bonding/
1579 S:      Supported
1580 F:      drivers/net/bonding/
1581 F:      include/linux/if_bonding.h
1583 BROADCOM B44 10/100 ETHERNET DRIVER
1584 M:      Gary Zambrano <zambrano@broadcom.com>
1585 L:      netdev@vger.kernel.org
1586 S:      Supported
1587 F:      drivers/net/ethernet/broadcom/b44.*
1589 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1590 M:      Michael Chan <mchan@broadcom.com>
1591 L:      netdev@vger.kernel.org
1592 S:      Supported
1593 F:      drivers/net/ethernet/broadcom/bnx2.*
1594 F:      drivers/net/ethernet/broadcom/bnx2_*
1596 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1597 M:      Eilon Greenstein <eilong@broadcom.com>
1598 L:      netdev@vger.kernel.org
1599 S:      Supported
1600 F:      drivers/net/ethernet/broadcom/bnx2x/
1602 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1603 M:      Matt Carlson <mcarlson@broadcom.com>
1604 M:      Michael Chan <mchan@broadcom.com>
1605 L:      netdev@vger.kernel.org
1606 S:      Supported
1607 F:      drivers/net/ethernet/broadcom/tg3.*
1609 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1610 M:      Brett Rudley <brudley@broadcom.com>
1611 M:      Roland Vossen <rvossen@broadcom.com>
1612 M:      Arend van Spriel <arend@broadcom.com>
1613 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
1614 M:      Kan Yan <kanyan@broadcom.com>
1615 L:      linux-wireless@vger.kernel.org
1616 S:      Supported
1617 F:      drivers/net/wireless/brcm80211/
1619 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1620 M:      Bhanu Prakash Gollapudi <bprakash@broadcom.com>
1621 L:      linux-scsi@vger.kernel.org
1622 S:      Supported
1623 F:      drivers/scsi/bnx2fc/
1625 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1626 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
1627 L:      linux-wireless@vger.kernel.org
1628 S:      Maintained
1629 F:      drivers/bcma/
1630 F:      include/linux/bcma/
1632 BROCADE BFA FC SCSI DRIVER
1633 M:      Jing Huang <huangj@brocade.com>
1634 M:      Krishna C Gudipati <kgudipat@brocade.com>
1635 L:      linux-scsi@vger.kernel.org
1636 S:      Supported
1637 F:      drivers/scsi/bfa/
1639 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1640 M:      Rasesh Mody <rmody@brocade.com>
1641 L:      netdev@vger.kernel.org
1642 S:      Supported
1643 F:      drivers/net/ethernet/brocade/bna/
1645 BSG (block layer generic sg v4 driver)
1646 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1647 L:      linux-scsi@vger.kernel.org
1648 S:      Supported
1649 F:      block/bsg.c
1650 F:      include/linux/bsg.h
1652 BT87X AUDIO DRIVER
1653 M:      Clemens Ladisch <clemens@ladisch.de>
1654 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1655 T:      git git://git.alsa-project.org/alsa-kernel.git
1656 S:      Maintained
1657 F:      Documentation/sound/alsa/Bt87x.txt
1658 F:      sound/pci/bt87x.c
1660 BT8XXGPIO DRIVER
1661 M:      Michael Buesch <m@bues.ch>
1662 W:      http://bu3sch.de/btgpio.php
1663 S:      Maintained
1664 F:      drivers/gpio/gpio-bt8xx.c
1666 BTRFS FILE SYSTEM
1667 M:      Chris Mason <chris.mason@fusionio.com>
1668 L:      linux-btrfs@vger.kernel.org
1669 W:      http://btrfs.wiki.kernel.org/
1670 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
1672 S:      Maintained
1673 F:      Documentation/filesystems/btrfs.txt
1674 F:      fs/btrfs/
1676 BTTV VIDEO4LINUX DRIVER
1677 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1678 L:      linux-media@vger.kernel.org
1679 W:      http://linuxtv.org
1680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1681 S:      Maintained
1682 F:      Documentation/video4linux/bttv/
1683 F:      drivers/media/video/bt8xx/bttv*
1685 C-MEDIA CMI8788 DRIVER
1686 M:      Clemens Ladisch <clemens@ladisch.de>
1687 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1688 T:      git git://git.alsa-project.org/alsa-kernel.git
1689 S:      Maintained
1690 F:      sound/pci/oxygen/
1692 C6X ARCHITECTURE
1693 M:      Mark Salter <msalter@redhat.com>
1694 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
1695 L:      linux-c6x-dev@linux-c6x.org
1696 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
1697 S:      Maintained
1698 F:      arch/c6x/
1700 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1701 M:      David Howells <dhowells@redhat.com>
1702 L:      linux-cachefs@redhat.com
1703 S:      Supported
1704 F:      Documentation/filesystems/caching/cachefiles.txt
1705 F:      fs/cachefiles/
1707 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1708 M:      Jonathan Corbet <corbet@lwn.net>
1709 L:      linux-media@vger.kernel.org
1710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1711 S:      Maintained
1712 F:      Documentation/video4linux/cafe_ccic
1713 F:      drivers/media/video/marvell-ccic/
1715 CAIF NETWORK LAYER
1716 M:      Sjur Braendeland <sjur.brandeland@stericsson.com>
1717 L:      netdev@vger.kernel.org
1718 S:      Supported
1719 F:      Documentation/networking/caif/
1720 F:      drivers/net/caif/
1721 F:      include/linux/caif/
1722 F:      include/net/caif/
1723 F:      net/caif/
1725 CALGARY x86-64 IOMMU
1726 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1727 M:      "Jon D. Mason" <jdmason@kudzu.us>
1728 L:      discuss@x86-64.org
1729 S:      Maintained
1730 F:      arch/x86/kernel/pci-calgary_64.c
1731 F:      arch/x86/kernel/tce_64.c
1732 F:      arch/x86/include/asm/calgary.h
1733 F:      arch/x86/include/asm/tce.h
1735 CAN NETWORK LAYER
1736 M:      Oliver Hartkopp <socketcan@hartkopp.net>
1737 L:      linux-can@vger.kernel.org
1738 W:      http://gitorious.org/linux-can
1739 T:      git git://gitorious.org/linux-can/linux-can-next.git
1740 S:      Maintained
1741 F:      net/can/
1742 F:      include/linux/can.h
1743 F:      include/linux/can/core.h
1744 F:      include/linux/can/bcm.h
1745 F:      include/linux/can/raw.h
1746 F:      include/linux/can/gw.h
1748 CAN NETWORK DRIVERS
1749 M:      Wolfgang Grandegger <wg@grandegger.com>
1750 M:      Marc Kleine-Budde <mkl@pengutronix.de>
1751 L:      linux-can@vger.kernel.org
1752 W:      http://gitorious.org/linux-can
1753 T:      git git://gitorious.org/linux-can/linux-can-next.git
1754 S:      Maintained
1755 F:      drivers/net/can/
1756 F:      include/linux/can/dev.h
1757 F:      include/linux/can/error.h
1758 F:      include/linux/can/netlink.h
1759 F:      include/linux/can/platform/
1761 CAPABILITIES
1762 M:      Serge Hallyn <serge.hallyn@canonical.com>
1763 L:      linux-security-module@vger.kernel.org
1764 S:      Supported
1765 F:      include/linux/capability.h
1766 F:      security/capability.c
1767 F:      security/commoncap.c
1768 F:      kernel/capability.c
1770 CELL BROADBAND ENGINE ARCHITECTURE
1771 M:      Arnd Bergmann <arnd@arndb.de>
1772 L:      linuxppc-dev@lists.ozlabs.org
1773 L:      cbe-oss-dev@lists.ozlabs.org
1774 W:      http://www.ibm.com/developerworks/power/cell/
1775 S:      Supported
1776 F:      arch/powerpc/include/asm/cell*.h
1777 F:      arch/powerpc/include/asm/spu*.h
1778 F:      arch/powerpc/oprofile/*cell*
1779 F:      arch/powerpc/platforms/cell/
1781 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1782 M:      Sage Weil <sage@newdream.net>
1783 L:      ceph-devel@vger.kernel.org
1784 W:      http://ceph.newdream.net/
1785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1786 S:      Supported
1787 F:      Documentation/filesystems/ceph.txt
1788 F:      fs/ceph
1789 F:      net/ceph
1790 F:      include/linux/ceph
1792 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1793 L:      linux-usb@vger.kernel.org
1794 S:      Orphan
1795 F:      Documentation/usb/WUSB-Design-overview.txt
1796 F:      Documentation/usb/wusb-cbaf
1797 F:      drivers/usb/host/hwa-hc.c
1798 F:      drivers/usb/host/whci/
1799 F:      drivers/usb/wusbcore/
1800 F:      include/linux/usb/wusb*
1802 CFAG12864B LCD DRIVER
1803 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1804 W:      http://miguelojeda.es/auxdisplay.htm
1805 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1806 S:      Maintained
1807 F:      drivers/auxdisplay/cfag12864b.c
1808 F:      include/linux/cfag12864b.h
1810 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1811 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1812 W:      http://miguelojeda.es/auxdisplay.htm
1813 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1814 S:      Maintained
1815 F:      drivers/auxdisplay/cfag12864bfb.c
1816 F:      include/linux/cfag12864b.h
1818 CFG80211 and NL80211
1819 M:      Johannes Berg <johannes@sipsolutions.net>
1820 L:      linux-wireless@vger.kernel.org
1821 W:      http://wireless.kernel.org/
1822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
1823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
1824 S:      Maintained
1825 F:      include/linux/nl80211.h
1826 F:      include/net/cfg80211.h
1827 F:      net/wireless/*
1828 X:      net/wireless/wext*
1830 CHAR and MISC DRIVERS
1831 M:      Arnd Bergmann <arnd@arndb.de>
1832 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
1834 S:      Supported
1835 F:      drivers/char/*
1836 F:      drivers/misc/*
1838 CHECKPATCH
1839 M:      Andy Whitcroft <apw@canonical.com>
1840 S:      Supported
1841 F:      scripts/checkpatch.pl
1843 CHINESE DOCUMENTATION
1844 M:      Harry Wei <harryxiyou@gmail.com>
1845 L:      xiyoulinuxkernelgroup@googlegroups.com
1846 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
1847 S:      Maintained
1848 F:      Documentation/zh_CN/
1850 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
1851 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
1852 L:      linux-usb@vger.kernel.org
1853 S:      Maintained
1854 F:      drivers/usb/chipidea/
1856 CISCO VIC ETHERNET NIC DRIVER
1857 M:      Christian Benvenuti <benve@cisco.com>
1858 M:      Roopa Prabhu <roprabhu@cisco.com>
1859 M:      Neel Patel <neepatel@cisco.com>
1860 M:      Nishank Trivedi <nistrive@cisco.com>
1861 S:      Supported
1862 F:      drivers/net/ethernet/cisco/enic/
1864 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1865 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1866 L:      netdev@vger.kernel.org
1867 S:      Maintained
1868 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
1870 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1871 M:      Lennert Buytenhek <kernel@wantstofly.org>
1872 L:      linux-usb@vger.kernel.org
1873 S:      Maintained
1874 F:      drivers/usb/host/ohci-ep93xx.c
1876 CIRRUS LOGIC CS4270 SOUND DRIVER
1877 M:      Timur Tabi <timur@freescale.com>
1878 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1879 S:      Supported
1880 F:      sound/soc/codecs/cs4270*
1882 CLEANCACHE API
1883 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
1884 L:      linux-kernel@vger.kernel.org
1885 S:      Maintained
1886 F:      mm/cleancache.c
1887 F:      include/linux/cleancache.h
1889 CLK API
1890 M:      Russell King <linux@arm.linux.org.uk>
1891 S:      Maintained
1892 F:      include/linux/clk.h
1894 CISCO FCOE HBA DRIVER
1895 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1896 M:      Venkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com>
1897 M:      Brian Uchino <buchino@cisco.com>
1898 L:      linux-scsi@vger.kernel.org
1899 S:      Supported
1900 F:      drivers/scsi/fnic/
1902 CMPC ACPI DRIVER
1903 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1904 M:      Daniel Oliveira Nascimento <don@syst.com.br>
1905 L:      platform-driver-x86@vger.kernel.org
1906 S:      Supported
1907 F:      drivers/platform/x86/classmate-laptop.c
1909 COCCINELLE/Semantic Patches (SmPL)
1910 M:      Julia Lawall <julia@diku.dk>
1911 M:      Gilles Muller <Gilles.Muller@lip6.fr>
1912 M:      Nicolas Palix <npalix.work@gmail.com>
1913 L:      cocci@diku.dk (moderated for non-subscribers)
1914 W:      http://coccinelle.lip6.fr/
1915 S:      Supported
1916 F:      scripts/coccinelle/
1917 F:      scripts/coccicheck
1919 CODA FILE SYSTEM
1920 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1921 M:      coda@cs.cmu.edu
1922 L:      codalist@coda.cs.cmu.edu
1923 W:      http://www.coda.cs.cmu.edu/
1924 S:      Maintained
1925 F:      Documentation/filesystems/coda.txt
1926 F:      fs/coda/
1927 F:      include/linux/coda*.h
1929 COMMON CLK FRAMEWORK
1930 M:      Mike Turquette <mturquette@ti.com>
1931 M:      Mike Turquette <mturquette@linaro.org>
1932 L:      linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV)
1933 T:      git git://git.linaro.org/people/mturquette/linux.git
1934 S:      Maintained
1935 F:      drivers/clk/clk.c
1936 F:      drivers/clk/clk-*
1937 F:      include/linux/clk-pr*
1939 COMMON INTERNET FILE SYSTEM (CIFS)
1940 M:      Steve French <sfrench@samba.org>
1941 L:      linux-cifs@vger.kernel.org
1942 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
1943 W:      http://linux-cifs.samba.org/
1944 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1946 S:      Supported
1947 F:      Documentation/filesystems/cifs.txt
1948 F:      fs/cifs/
1950 COMPACTPCI HOTPLUG CORE
1951 M:      Scott Murray <scott@spiteful.org>
1952 L:      linux-pci@vger.kernel.org
1953 S:      Maintained
1954 F:      drivers/pci/hotplug/cpci_hotplug*
1956 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1957 M:      Scott Murray <scott@spiteful.org>
1958 L:      linux-pci@vger.kernel.org
1959 S:      Maintained
1960 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1962 COMPACTPCI HOTPLUG GENERIC DRIVER
1963 M:      Scott Murray <scott@spiteful.org>
1964 L:      linux-pci@vger.kernel.org
1965 S:      Maintained
1966 F:      drivers/pci/hotplug/cpcihp_generic.c
1968 COMPAL LAPTOP SUPPORT
1969 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1970 L:      platform-driver-x86@vger.kernel.org
1971 S:      Maintained
1972 F:      drivers/platform/x86/compal-laptop.c
1974 CONEXANT ACCESSRUNNER USB DRIVER
1975 M:      Simon Arlott <cxacru@fire.lp0.eu>
1976 L:      accessrunner-general@lists.sourceforge.net
1977 W:      http://accessrunner.sourceforge.net/
1978 S:      Maintained
1979 F:      drivers/usb/atm/cxacru.c
1981 CONFIGFS
1982 M:      Joel Becker <jlbec@evilplan.org>
1983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1984 S:      Supported
1985 F:      fs/configfs/
1986 F:      include/linux/configfs.h
1988 CONNECTOR
1989 M:      Evgeniy Polyakov <zbr@ioremap.net>
1990 L:      netdev@vger.kernel.org
1991 S:      Maintained
1992 F:      drivers/connector/
1994 CONTROL GROUPS (CGROUPS)
1995 M:      Tejun Heo <tj@kernel.org>
1996 M:      Li Zefan <lizefan@huawei.com>
1997 L:      containers@lists.linux-foundation.org
1998 L:      cgroups@vger.kernel.org
1999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2000 S:      Maintained
2001 F:      include/linux/cgroup*
2002 F:      kernel/cgroup*
2003 F:      mm/*cgroup*
2005 CORETEMP HARDWARE MONITORING DRIVER
2006 M:      Fenghua Yu <fenghua.yu@intel.com>
2007 L:      lm-sensors@lm-sensors.org
2008 S:      Maintained
2009 F:      Documentation/hwmon/coretemp
2010 F:      drivers/hwmon/coretemp.c
2012 COSA/SRP SYNC SERIAL DRIVER
2013 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2014 W:      http://www.fi.muni.cz/~kas/cosa/
2015 S:      Maintained
2016 F:      drivers/net/wan/cosa*
2018 CPMAC ETHERNET DRIVER
2019 M:      Florian Fainelli <florian@openwrt.org>
2020 L:      netdev@vger.kernel.org
2021 S:      Maintained
2022 F:      drivers/net/ethernet/ti/cpmac.c
2024 CPU FREQUENCY DRIVERS
2025 M:      Rafael J. Wysocki <rjw@sisk.pl>
2026 L:      cpufreq@vger.kernel.org
2027 L:      linux-pm@vger.kernel.org
2028 S:      Maintained
2029 F:      drivers/cpufreq/
2030 F:      include/linux/cpufreq.h
2032 CPUID/MSR DRIVER
2033 M:      "H. Peter Anvin" <hpa@zytor.com>
2034 S:      Maintained
2035 F:      arch/x86/kernel/cpuid.c
2036 F:      arch/x86/kernel/msr.c
2038 CPU POWER MONITORING SUBSYSTEM
2039 M:      Dominik Brodowski <linux@dominikbrodowski.net>
2040 M:      Thomas Renninger <trenn@suse.de>
2041 S:      Maintained
2042 F:      tools/power/cpupower
2044 CPUSETS
2045 M:      Paul Menage <paul@paulmenage.org>
2046 W:      http://www.bullopensource.org/cpuset/
2047 W:      http://oss.sgi.com/projects/cpusets/
2048 S:      Supported
2049 F:      Documentation/cgroups/cpusets.txt
2050 F:      include/linux/cpuset.h
2051 F:      kernel/cpuset.c
2053 CRAMFS FILESYSTEM
2054 W:      http://sourceforge.net/projects/cramfs/
2055 S:      Orphan
2056 F:      Documentation/filesystems/cramfs.txt
2057 F:      fs/cramfs/
2059 CRIS PORT
2060 M:      Mikael Starvik <starvik@axis.com>
2061 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2062 L:      linux-cris-kernel@axis.com
2063 W:      http://developer.axis.com
2064 S:      Maintained
2065 F:      arch/cris/
2066 F:      drivers/tty/serial/crisv10.*
2068 CRYPTO API
2069 M:      Herbert Xu <herbert@gondor.apana.org.au>
2070 M:      "David S. Miller" <davem@davemloft.net>
2071 L:      linux-crypto@vger.kernel.org
2072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2073 S:      Maintained
2074 F:      Documentation/crypto/
2075 F:      arch/*/crypto/
2076 F:      crypto/
2077 F:      drivers/crypto/
2078 F:      include/crypto/
2080 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2081 M:      Neil Horman <nhorman@tuxdriver.com>
2082 L:      linux-crypto@vger.kernel.org
2083 S:      Maintained
2084 F:      crypto/ansi_cprng.c
2085 F:      crypto/rng.c
2087 CS5535 Audio ALSA driver
2088 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2089 S:      Maintained
2090 F:      sound/pci/cs5535audio/
2092 CX18 VIDEO4LINUX DRIVER
2093 M:      Andy Walls <awalls@md.metrocast.net>
2094 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
2095 L:      linux-media@vger.kernel.org
2096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
2097 W:      http://linuxtv.org
2098 W:      http://www.ivtvdriver.org/index.php/Cx18
2099 S:      Maintained
2100 F:      Documentation/video4linux/cx18.txt
2101 F:      drivers/media/video/cx18/
2103 CXGB3 ETHERNET DRIVER (CXGB3)
2104 M:      Divy Le Ray <divy@chelsio.com>
2105 L:      netdev@vger.kernel.org
2106 W:      http://www.chelsio.com
2107 S:      Supported
2108 F:      drivers/net/ethernet/chelsio/cxgb3/
2110 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2111 M:      Steve Wise <swise@chelsio.com>
2112 L:      linux-rdma@vger.kernel.org
2113 W:      http://www.openfabrics.org
2114 S:      Supported
2115 F:      drivers/infiniband/hw/cxgb3/
2117 CXGB4 ETHERNET DRIVER (CXGB4)
2118 M:      Dimitris Michailidis <dm@chelsio.com>
2119 L:      netdev@vger.kernel.org
2120 W:      http://www.chelsio.com
2121 S:      Supported
2122 F:      drivers/net/ethernet/chelsio/cxgb4/
2124 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2125 M:      Steve Wise <swise@chelsio.com>
2126 L:      linux-rdma@vger.kernel.org
2127 W:      http://www.openfabrics.org
2128 S:      Supported
2129 F:      drivers/infiniband/hw/cxgb4/
2131 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2132 M:      Casey Leedom <leedom@chelsio.com>
2133 L:      netdev@vger.kernel.org
2134 W:      http://www.chelsio.com
2135 S:      Supported
2136 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2138 STMMAC ETHERNET DRIVER
2139 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2140 L:      netdev@vger.kernel.org
2141 W:      http://www.stlinux.com
2142 S:      Supported
2143 F:      drivers/net/ethernet/stmicro/stmmac/
2145 CYBERPRO FB DRIVER
2146 M:      Russell King <linux@arm.linux.org.uk>
2147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2148 W:      http://www.arm.linux.org.uk/
2149 S:      Maintained
2150 F:      drivers/video/cyber2000fb.*
2152 CYCLADES 2X SYNC CARD DRIVER
2153 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2154 W:      http://oops.ghostprotocols.net:81/blog
2155 S:      Maintained
2156 F:      drivers/net/wan/cycx*
2158 CYCLADES ASYNC MUX DRIVER
2159 W:      http://www.cyclades.com/
2160 S:      Orphan
2161 F:      drivers/tty/cyclades.c
2162 F:      include/linux/cyclades.h
2164 CYCLADES PC300 DRIVER
2165 W:      http://www.cyclades.com/
2166 S:      Orphan
2167 F:      drivers/net/wan/pc300*
2169 CYTTSP TOUCHSCREEN DRIVER
2170 M:      Javier Martinez Canillas <javier@dowhile0.org>
2171 L:      linux-input@vger.kernel.org
2172 S:      Maintained
2173 F:      drivers/input/touchscreen/cyttsp*
2174 F:      include/linux/input/cyttsp.h
2176 DAMA SLAVE for AX.25
2177 M:      Joerg Reuter <jreuter@yaina.de>
2178 W:      http://yaina.de/jreuter/
2179 W:      http://www.qsl.net/dl1bke/
2180 L:      linux-hams@vger.kernel.org
2181 S:      Maintained
2182 F:      net/ax25/af_ax25.c
2183 F:      net/ax25/ax25_dev.c
2184 F:      net/ax25/ax25_ds_*
2185 F:      net/ax25/ax25_in.c
2186 F:      net/ax25/ax25_out.c
2187 F:      net/ax25/ax25_timer.c
2188 F:      net/ax25/sysctl_net_ax25.c
2190 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2191 L:      netdev@vger.kernel.org
2192 S:      Orphan
2193 F:      Documentation/networking/dmfe.txt
2194 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2196 DC390/AM53C974 SCSI driver
2197 M:      Kurt Garloff <garloff@suse.de>
2198 W:      http://www.garloff.de/kurt/linux/dc390/
2199 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2200 S:      Maintained
2201 F:      drivers/scsi/tmscsim.*
2203 DC395x SCSI driver
2204 M:      Oliver Neukum <oliver@neukum.name>
2205 M:      Ali Akcaagac <aliakc@web.de>
2206 M:      Jamie Lenehan <lenehan@twibble.org>
2207 W:      http://twibble.org/dist/dc395x/
2208 L:      dc395x@twibble.org
2209 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
2210 S:      Maintained
2211 F:      Documentation/scsi/dc395x.txt
2212 F:      drivers/scsi/dc395x.*
2214 DCCP PROTOCOL
2215 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2216 L:      dccp@vger.kernel.org
2217 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2218 S:      Maintained
2219 F:      include/linux/dccp.h
2220 F:      include/linux/tfrc.h
2221 F:      net/dccp/
2223 DECnet NETWORK LAYER
2224 W:      http://linux-decnet.sourceforge.net
2225 L:      linux-decnet-user@lists.sourceforge.net
2226 S:      Orphan
2227 F:      Documentation/networking/decnet.txt
2228 F:      net/decnet/
2230 DEFXX FDDI NETWORK DRIVER
2231 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2232 S:      Maintained
2233 F:      drivers/net/fddi/defxx.*
2235 DELL LAPTOP DRIVER
2236 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2237 L:      platform-driver-x86@vger.kernel.org
2238 S:      Maintained
2239 F:      drivers/platform/x86/dell-laptop.c
2241 DELL LAPTOP SMM DRIVER
2242 M:      Massimo Dal Zotto <dz@debian.org>
2243 W:      http://www.debian.org/~dz/i8k/
2244 S:      Maintained
2245 F:      drivers/char/i8k.c
2246 F:      include/linux/i8k.h
2248 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2249 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2250 S:      Maintained
2251 F:      Documentation/dcdbas.txt
2252 F:      drivers/firmware/dcdbas.*
2254 DELL WMI EXTRAS DRIVER
2255 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2256 S:      Maintained
2257 F:      drivers/platform/x86/dell-wmi.c
2259 DESIGNWARE USB3 DRD IP DRIVER
2260 M:      Felipe Balbi <balbi@ti.com>
2261 L:      linux-usb@vger.kernel.org
2262 L:      linux-omap@vger.kernel.org
2263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2264 S:      Maintained
2265 F:      drivers/usb/dwc3/
2267 DEVICE FREQUENCY (DEVFREQ)
2268 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
2269 M:      Kyungmin Park <kyungmin.park@samsung.com>
2270 L:      linux-kernel@vger.kernel.org
2271 S:      Maintained
2272 F:      drivers/devfreq/
2274 DEVICE NUMBER REGISTRY
2275 M:      Torben Mathiasen <device@lanana.org>
2276 W:      http://lanana.org/docs/device-list/index.html
2277 S:      Maintained
2279 DEVICE-MAPPER  (LVM)
2280 M:      Alasdair Kergon <agk@redhat.com>
2281 M:      dm-devel@redhat.com
2282 L:      dm-devel@redhat.com
2283 W:      http://sources.redhat.com/dm
2284 Q:      http://patchwork.kernel.org/project/dm-devel/list/
2285 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
2286 S:      Maintained
2287 F:      Documentation/device-mapper/
2288 F:      drivers/md/dm*
2289 F:      drivers/md/persistent-data/
2290 F:      include/linux/device-mapper.h
2291 F:      include/linux/dm-*.h
2293 DIOLAN U2C-12 I2C DRIVER
2294 M:      Guenter Roeck <linux@roeck-us.net>
2295 L:      linux-i2c@vger.kernel.org
2296 S:      Maintained
2297 F:      drivers/i2c/busses/i2c-diolan-u2c.c
2299 DIRECTORY NOTIFICATION (DNOTIFY)
2300 M:      Eric Paris <eparis@parisplace.org>
2301 S:      Maintained
2302 F:      Documentation/filesystems/dnotify.txt
2303 F:      fs/notify/dnotify/
2304 F:      include/linux/dnotify.h
2306 DISK GEOMETRY AND PARTITION HANDLING
2307 M:      Andries Brouwer <aeb@cwi.nl>
2308 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2309 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2310 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2311 S:      Maintained
2313 DISKQUOTA
2314 M:      Jan Kara <jack@suse.cz>
2315 S:      Maintained
2316 F:      Documentation/filesystems/quota.txt
2317 F:      fs/quota/
2318 F:      include/linux/quota*.h
2320 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2321 M:      Bernie Thompson <bernie@plugable.com>
2322 L:      linux-fbdev@vger.kernel.org
2323 S:      Maintained
2324 W:      http://plugable.com/category/projects/udlfb/
2325 F:      drivers/video/udlfb.c
2326 F:      include/video/udlfb.h
2327 F:      Documentation/fb/udlfb.txt
2329 DISTRIBUTED LOCK MANAGER (DLM)
2330 M:      Christine Caulfield <ccaulfie@redhat.com>
2331 M:      David Teigland <teigland@redhat.com>
2332 L:      cluster-devel@redhat.com
2333 W:      http://sources.redhat.com/cluster/
2334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2335 S:      Supported
2336 F:      fs/dlm/
2338 DMA BUFFER SHARING FRAMEWORK
2339 M:      Sumit Semwal <sumit.semwal@linaro.org>
2340 S:      Maintained
2341 L:      linux-media@vger.kernel.org
2342 L:      dri-devel@lists.freedesktop.org
2343 L:      linaro-mm-sig@lists.linaro.org
2344 F:      drivers/base/dma-buf*
2345 F:      include/linux/dma-buf*
2346 F:      Documentation/dma-buf-sharing.txt
2347 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2349 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2350 M:      Vinod Koul <vinod.koul@intel.com>
2351 M:      Dan Williams <dan.j.williams@intel.com>
2352 S:      Supported
2353 F:      drivers/dma/
2354 F:      include/linux/dma*
2355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2356 T:      git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2358 DME1737 HARDWARE MONITOR DRIVER
2359 M:      Juerg Haefliger <juergh@gmail.com>
2360 L:      lm-sensors@lm-sensors.org
2361 S:      Maintained
2362 F:      Documentation/hwmon/dme1737
2363 F:      drivers/hwmon/dme1737.c
2365 DOCBOOK FOR DOCUMENTATION
2366 M:      Randy Dunlap <rdunlap@xenotime.net>
2367 S:      Maintained
2368 F:      scripts/kernel-doc
2370 DOCKING STATION DRIVER
2371 M:      Shaohua Li <shaohua.li@intel.com>
2372 L:      linux-acpi@vger.kernel.org
2373 S:      Supported
2374 F:      drivers/acpi/dock.c
2376 DOCUMENTATION
2377 M:      Rob Landley <rob@landley.net>
2378 L:      linux-doc@vger.kernel.org
2379 T:      TBD
2380 S:      Maintained
2381 F:      Documentation/
2383 DOUBLETALK DRIVER
2384 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2385 L:      blinux-list@redhat.com
2386 S:      Maintained
2387 F:      drivers/char/dtlk.c
2388 F:      include/linux/dtlk.h
2390 DPT_I2O SCSI RAID DRIVER
2391 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2392 L:      linux-scsi@vger.kernel.org
2393 W:      http://www.adaptec.com/
2394 S:      Maintained
2395 F:      drivers/scsi/dpt*
2396 F:      drivers/scsi/dpt/
2398 DRBD DRIVER
2399 P:      Philipp Reisner
2400 P:      Lars Ellenberg
2401 M:      drbd-dev@lists.linbit.com
2402 L:      drbd-user@lists.linbit.com
2403 W:      http://www.drbd.org
2404 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2405 T:      git git://git.drbd.org/drbd-8.3.git
2406 S:      Supported
2407 F:      drivers/block/drbd/
2408 F:      lib/lru_cache.c
2409 F:      Documentation/blockdev/drbd/
2411 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2412 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2414 S:      Supported
2415 F:      Documentation/kobject.txt
2416 F:      drivers/base/
2417 F:      fs/sysfs/
2418 F:      fs/debugfs/
2419 F:      include/linux/kobj*
2420 F:      include/linux/debugfs.h
2421 F:      lib/kobj*
2423 DRM DRIVERS
2424 M:      David Airlie <airlied@linux.ie>
2425 L:      dri-devel@lists.freedesktop.org
2426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2427 S:      Maintained
2428 F:      drivers/gpu/drm/
2429 F:      include/drm/
2431 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2432 M:      Daniel Vetter <daniel.vetter@ffwll.ch>
2433 L:      intel-gfx@lists.freedesktop.org (subscribers-only)
2434 L:      dri-devel@lists.freedesktop.org
2435 T:      git git://people.freedesktop.org/~danvet/drm-intel
2436 S:      Supported
2437 F:      drivers/gpu/drm/i915
2438 F:      include/drm/i915*
2440 DRM DRIVERS FOR EXYNOS
2441 M:      Inki Dae <inki.dae@samsung.com>
2442 M:      Joonyoung Shim <jy0922.shim@samsung.com>
2443 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
2444 M:      Kyungmin Park <kyungmin.park@samsung.com>
2445 L:      dri-devel@lists.freedesktop.org
2446 S:      Supported
2447 F:      drivers/gpu/drm/exynos
2448 F:      include/drm/exynos*
2450 DSCC4 DRIVER
2451 M:      Francois Romieu <romieu@fr.zoreil.com>
2452 L:      netdev@vger.kernel.org
2453 S:      Maintained
2454 F:      drivers/net/wan/dscc4.c
2456 DYNAMIC DEBUG
2457 M:      Jason Baron <jbaron@redhat.com>
2458 S:      Maintained
2459 F:      lib/dynamic_debug.c
2460 F:      include/linux/dynamic_debug.h
2462 DZ DECSTATION DZ11 SERIAL DRIVER
2463 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2464 S:      Maintained
2465 F:      drivers/tty/serial/dz.*
2467 EATA-DMA SCSI DRIVER
2468 M:      Michael Neuffer <mike@i-Connect.Net>
2469 L:      linux-eata@i-connect.net
2470 L:      linux-scsi@vger.kernel.org
2471 S:      Maintained
2472 F:      drivers/scsi/eata*
2474 EATA ISA/EISA/PCI SCSI DRIVER
2475 M:      Dario Ballabio <ballabio_dario@emc.com>
2476 L:      linux-scsi@vger.kernel.org
2477 S:      Maintained
2478 F:      drivers/scsi/eata.c
2480 EATA-PIO SCSI DRIVER
2481 M:      Michael Neuffer <mike@i-Connect.Net>
2482 L:      linux-eata@i-connect.net
2483 L:      linux-scsi@vger.kernel.org
2484 S:      Maintained
2485 F:      drivers/scsi/eata_pio.*
2487 EBTABLES
2488 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
2489 L:      netfilter-devel@vger.kernel.org
2490 W:      http://ebtables.sourceforge.net/
2491 S:      Maintained
2492 F:      include/linux/netfilter_bridge/ebt_*.h
2493 F:      net/bridge/netfilter/ebt*.c
2495 ECRYPT FILE SYSTEM
2496 M:      Tyler Hicks <tyhicks@canonical.com>
2497 M:      Dustin Kirkland <dustin.kirkland@gazzang.com>
2498 L:      ecryptfs@vger.kernel.org
2499 W:      https://launchpad.net/ecryptfs
2500 S:      Supported
2501 F:      Documentation/filesystems/ecryptfs.txt
2502 F:      fs/ecryptfs/
2504 EDAC-CORE
2505 M:      Doug Thompson <dougthompson@xmission.com>
2506 L:      linux-edac@vger.kernel.org
2507 W:      bluesmoke.sourceforge.net
2508 S:      Supported
2509 F:      Documentation/edac.txt
2510 F:      drivers/edac/
2511 F:      include/linux/edac.h
2513 EDAC-AMD64
2514 M:      Doug Thompson <dougthompson@xmission.com>
2515 M:      Borislav Petkov <borislav.petkov@amd.com>
2516 L:      linux-edac@vger.kernel.org
2517 W:      bluesmoke.sourceforge.net
2518 S:      Supported
2519 F:      drivers/edac/amd64_edac*
2521 EDAC-E752X
2522 M:      Mark Gross <mark.gross@intel.com>
2523 M:      Doug Thompson <dougthompson@xmission.com>
2524 L:      linux-edac@vger.kernel.org
2525 W:      bluesmoke.sourceforge.net
2526 S:      Maintained
2527 F:      drivers/edac/e752x_edac.c
2529 EDAC-E7XXX
2530 M:      Doug Thompson <dougthompson@xmission.com>
2531 L:      linux-edac@vger.kernel.org
2532 W:      bluesmoke.sourceforge.net
2533 S:      Maintained
2534 F:      drivers/edac/e7xxx_edac.c
2536 EDAC-I82443BXGX
2537 M:      Tim Small <tim@buttersideup.com>
2538 L:      linux-edac@vger.kernel.org
2539 W:      bluesmoke.sourceforge.net
2540 S:      Maintained
2541 F:      drivers/edac/i82443bxgx_edac.c
2543 EDAC-I3000
2544 M:      Jason Uhlenkott <juhlenko@akamai.com>
2545 L:      linux-edac@vger.kernel.org
2546 W:      bluesmoke.sourceforge.net
2547 S:      Maintained
2548 F:      drivers/edac/i3000_edac.c
2550 EDAC-I5000
2551 M:      Doug Thompson <dougthompson@xmission.com>
2552 L:      linux-edac@vger.kernel.org
2553 W:      bluesmoke.sourceforge.net
2554 S:      Maintained
2555 F:      drivers/edac/i5000_edac.c
2557 EDAC-I5400
2558 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2559 L:      linux-edac@vger.kernel.org
2560 W:      bluesmoke.sourceforge.net
2561 S:      Maintained
2562 F:      drivers/edac/i5400_edac.c
2564 EDAC-I7300
2565 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2566 L:      linux-edac@vger.kernel.org
2567 W:      bluesmoke.sourceforge.net
2568 S:      Maintained
2569 F:      drivers/edac/i7300_edac.c
2571 EDAC-I7CORE
2572 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2573 L:      linux-edac@vger.kernel.org
2574 W:      bluesmoke.sourceforge.net
2575 S:      Maintained
2576 F:      drivers/edac/i7core_edac.c
2578 EDAC-I82975X
2579 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
2580 M:      "Arvind R." <arvino55@gmail.com>
2581 L:      linux-edac@vger.kernel.org
2582 W:      bluesmoke.sourceforge.net
2583 S:      Maintained
2584 F:      drivers/edac/i82975x_edac.c
2586 EDAC-PASEMI
2587 M:      Egor Martovetsky <egor@pasemi.com>
2588 L:      linux-edac@vger.kernel.org
2589 W:      bluesmoke.sourceforge.net
2590 S:      Maintained
2591 F:      drivers/edac/pasemi_edac.c
2593 EDAC-R82600
2594 M:      Tim Small <tim@buttersideup.com>
2595 L:      linux-edac@vger.kernel.org
2596 W:      bluesmoke.sourceforge.net
2597 S:      Maintained
2598 F:      drivers/edac/r82600_edac.c
2600 EDAC-SBRIDGE
2601 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2602 L:      linux-edac@vger.kernel.org
2603 W:      bluesmoke.sourceforge.net
2604 S:      Maintained
2605 F:      drivers/edac/sb_edac.c
2607 EDIROL UA-101/UA-1000 DRIVER
2608 M:      Clemens Ladisch <clemens@ladisch.de>
2609 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2610 T:      git git://git.alsa-project.org/alsa-kernel.git
2611 S:      Maintained
2612 F:      sound/usb/misc/ua101.c
2614 EFIFB FRAMEBUFFER DRIVER
2615 L:      linux-fbdev@vger.kernel.org
2616 M:      Peter Jones <pjones@redhat.com>
2617 S:      Maintained
2618 F:      drivers/video/efifb.c
2620 EFS FILESYSTEM
2621 W:      http://aeschi.ch.eu.org/efs/
2622 S:      Orphan
2623 F:      fs/efs/
2625 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2626 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2627 M:      Christoph Raisch <raisch@de.ibm.com>
2628 L:      linux-rdma@vger.kernel.org
2629 S:      Supported
2630 F:      drivers/infiniband/hw/ehca/
2632 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2633 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
2634 L:      netdev@vger.kernel.org
2635 S:      Maintained
2636 F:      drivers/net/ethernet/ibm/ehea/
2638 EMBEDDED LINUX
2639 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
2640 M:      Matt Mackall <mpm@selenic.com>
2641 M:      David Woodhouse <dwmw2@infradead.org>
2642 L:      linux-embedded@vger.kernel.org
2643 S:      Maintained
2645 EMULEX LPFC FC SCSI DRIVER
2646 M:      James Smart <james.smart@emulex.com>
2647 L:      linux-scsi@vger.kernel.org
2648 W:      http://sourceforge.net/projects/lpfcxxxx
2649 S:      Supported
2650 F:      drivers/scsi/lpfc/
2652 ENE CB710 FLASH CARD READER DRIVER
2653 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
2654 S:      Maintained
2655 F:      drivers/misc/cb710/
2656 F:      drivers/mmc/host/cb710-mmc.*
2657 F:      include/linux/cb710.h
2659 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2660 M:      Maxim Levitsky <maximlevitsky@gmail.com>
2661 S:      Maintained
2662 F:      drivers/media/rc/ene_ir.*
2664 EPSON 1355 FRAMEBUFFER DRIVER
2665 M:      Christopher Hoover <ch@murgatroid.com>
2666 M:      Christopher Hoover <ch@hpl.hp.com>
2667 S:      Maintained
2668 F:      drivers/video/epson1355fb.c
2670 EPSON S1D13XXX FRAMEBUFFER DRIVER
2671 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
2672 S:      Maintained
2673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2674 F:      drivers/video/s1d13xxxfb.c
2675 F:      include/video/s1d13xxxfb.h
2677 ETHEREXPRESS-16 NETWORK DRIVER
2678 M:      Philip Blundell <philb@gnu.org>
2679 L:      netdev@vger.kernel.org
2680 S:      Maintained
2681 F:      drivers/net/ethernet/i825xx/eexpress.*
2683 ETHERNET BRIDGE
2684 M:      Stephen Hemminger <shemminger@vyatta.com>
2685 L:      bridge@lists.linux-foundation.org
2686 L:      netdev@vger.kernel.org
2687 W:      http://www.linuxfoundation.org/en/Net:Bridge
2688 S:      Maintained
2689 F:      include/linux/netfilter_bridge/
2690 F:      net/bridge/
2692 ETHERTEAM 16I DRIVER
2693 M:      Mika Kuoppala <miku@iki.fi>
2694 S:      Maintained
2695 F:      drivers/net/ethernet/fujitsu/eth16i.c
2697 EXT2 FILE SYSTEM
2698 M:      Jan Kara <jack@suse.cz>
2699 L:      linux-ext4@vger.kernel.org
2700 S:      Maintained
2701 F:      Documentation/filesystems/ext2.txt
2702 F:      fs/ext2/
2703 F:      include/linux/ext2*
2705 EXT3 FILE SYSTEM
2706 M:      Jan Kara <jack@suse.cz>
2707 M:      Andrew Morton <akpm@linux-foundation.org>
2708 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2709 L:      linux-ext4@vger.kernel.org
2710 S:      Maintained
2711 F:      Documentation/filesystems/ext3.txt
2712 F:      fs/ext3/
2713 F:      include/linux/ext3*
2715 EXT4 FILE SYSTEM
2716 M:      "Theodore Ts'o" <tytso@mit.edu>
2717 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2718 L:      linux-ext4@vger.kernel.org
2719 W:      http://ext4.wiki.kernel.org
2720 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
2721 S:      Maintained
2722 F:      Documentation/filesystems/ext4.txt
2723 F:      fs/ext4/
2725 Extended Verification Module (EVM)
2726 M:      Mimi Zohar <zohar@us.ibm.com>
2727 S:      Supported
2728 F:      security/integrity/evm/
2730 EXYNOS DP DRIVER
2731 M:      Jingoo Han <jg1.han@samsung.com>
2732 L:      linux-fbdev@vger.kernel.org
2733 S:      Maintained
2734 F:      drivers/video/exynos/exynos_dp*
2736 EXYNOS MIPI DISPLAY DRIVERS
2737 M:      Inki Dae <inki.dae@samsung.com>
2738 M:      Donghwa Lee <dh09.lee@samsung.com>
2739 M:      Kyungmin Park <kyungmin.park@samsung.com>
2740 L:      linux-fbdev@vger.kernel.org
2741 S:      Maintained
2742 F:      drivers/video/exynos/exynos_mipi*
2743 F:      include/video/exynos_mipi*
2745 F71805F HARDWARE MONITORING DRIVER
2746 M:      Jean Delvare <khali@linux-fr.org>
2747 L:      lm-sensors@lm-sensors.org
2748 S:      Maintained
2749 F:      Documentation/hwmon/f71805f
2750 F:      drivers/hwmon/f71805f.c
2752 FC0011 TUNER DRIVER
2753 M:      Michael Buesch <m@bues.ch>
2754 L:      linux-media@vger.kernel.org
2755 S:      Maintained
2756 F:      drivers/media/common/tuners/fc0011.h
2757 F:      drivers/media/common/tuners/fc0011.c
2759 FANOTIFY
2760 M:      Eric Paris <eparis@redhat.com>
2761 S:      Maintained
2762 F:      fs/notify/fanotify/
2763 F:      include/linux/fanotify.h
2765 FARSYNC SYNCHRONOUS DRIVER
2766 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
2767 W:      http://www.farsite.co.uk/
2768 S:      Supported
2769 F:      drivers/net/wan/farsync.*
2771 FAULT INJECTION SUPPORT
2772 M:      Akinobu Mita <akinobu.mita@gmail.com>
2773 S:      Supported
2774 F:      Documentation/fault-injection/
2775 F:      lib/fault-inject.c
2777 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2778 M:      Robert Love <robert.w.love@intel.com>
2779 L:      devel@open-fcoe.org
2780 W:      www.Open-FCoE.org
2781 S:      Supported
2782 F:      drivers/scsi/libfc/
2783 F:      drivers/scsi/fcoe/
2784 F:      include/scsi/fc/
2785 F:      include/scsi/libfc.h
2786 F:      include/scsi/libfcoe.h
2788 FILE LOCKING (flock() and fcntl()/lockf())
2789 M:      Matthew Wilcox <matthew@wil.cx>
2790 L:      linux-fsdevel@vger.kernel.org
2791 S:      Maintained
2792 F:      include/linux/fcntl.h
2793 F:      include/linux/fs.h
2794 F:      fs/fcntl.c
2795 F:      fs/locks.c
2797 FILESYSTEMS (VFS and infrastructure)
2798 M:      Alexander Viro <viro@zeniv.linux.org.uk>
2799 L:      linux-fsdevel@vger.kernel.org
2800 S:      Maintained
2801 F:      fs/*
2803 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2804 M:      Riku Voipio <riku.voipio@iki.fi>
2805 L:      lm-sensors@lm-sensors.org
2806 S:      Maintained
2807 F:      drivers/hwmon/f75375s.c
2808 F:      include/linux/f75375s.h
2810 FIREWIRE AUDIO DRIVERS
2811 M:      Clemens Ladisch <clemens@ladisch.de>
2812 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2813 T:      git git://git.alsa-project.org/alsa-kernel.git
2814 S:      Maintained
2815 F:      sound/firewire/
2817 FIREWIRE SBP-2 TARGET
2818 M:      Chris Boot <bootc@bootc.net>
2819 L:      linux-scsi@vger.kernel.org
2820 L:      target-devel@vger.kernel.org
2821 L:      linux1394-devel@lists.sourceforge.net
2822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
2823 S:      Maintained
2824 F:      drivers/target/sbp/
2826 FIREWIRE SUBSYSTEM
2827 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2828 L:      linux1394-devel@lists.sourceforge.net
2829 W:      http://ieee1394.wiki.kernel.org/
2830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
2831 S:      Maintained
2832 F:      drivers/firewire/
2833 F:      include/linux/firewire*.h
2834 F:      tools/firewire/
2836 FIRMWARE LOADER (request_firmware)
2837 S:      Orphan
2838 F:      Documentation/firmware_class/
2839 F:      drivers/base/firmware*.c
2840 F:      include/linux/firmware.h
2842 FLOPPY DRIVER
2843 M:      Jiri Kosina <jkosina@suse.cz>
2844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
2845 S:      Odd fixes
2846 F:      drivers/block/floppy.c
2848 FPU EMULATOR
2849 M:      Bill Metzenthen <billm@melbpc.org.au>
2850 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2851 S:      Maintained
2852 F:      arch/x86/math-emu/
2854 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2855 L:      netdev@vger.kernel.org
2856 S:      Orphan
2857 F:      drivers/net/wan/dlci.c
2858 F:      drivers/net/wan/sdla.c
2860 FRAMEBUFFER LAYER
2861 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
2862 L:      linux-fbdev@vger.kernel.org
2863 W:      http://linux-fbdev.sourceforge.net/
2864 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
2865 T:      git git://github.com/schandinat/linux-2.6.git fbdev-next
2866 S:      Maintained
2867 F:      Documentation/fb/
2868 F:      Documentation/devicetree/bindings/fb/
2869 F:      drivers/video/
2870 F:      include/video/
2871 F:      include/linux/fb.h
2873 FREESCALE DMA DRIVER
2874 M:      Li Yang <leoli@freescale.com>
2875 M:      Zhang Wei <zw@zh-kernel.org>
2876 L:      linuxppc-dev@lists.ozlabs.org
2877 S:      Maintained
2878 F:      drivers/dma/fsldma.*
2880 FREESCALE I2C CPM DRIVER
2881 M:      Jochen Friedrich <jochen@scram.de>
2882 L:      linuxppc-dev@lists.ozlabs.org
2883 L:      linux-i2c@vger.kernel.org
2884 S:      Maintained
2885 F:      drivers/i2c/busses/i2c-cpm.c
2887 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2888 M:      Sascha Hauer <kernel@pengutronix.de>
2889 L:      linux-fbdev@vger.kernel.org
2890 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2891 S:      Maintained
2892 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2893 F:      drivers/video/imxfb.c
2895 FREESCALE SOC FS_ENET DRIVER
2896 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
2897 M:      Vitaly Bordug <vbordug@ru.mvista.com>
2898 L:      linuxppc-dev@lists.ozlabs.org
2899 L:      netdev@vger.kernel.org
2900 S:      Maintained
2901 F:      drivers/net/ethernet/freescale/fs_enet/
2902 F:      include/linux/fs_enet_pd.h
2904 FREESCALE QUICC ENGINE LIBRARY
2905 M:      Timur Tabi <timur@freescale.com>
2906 L:      linuxppc-dev@lists.ozlabs.org
2907 S:      Supported
2908 F:      arch/powerpc/sysdev/qe_lib/
2909 F:      arch/powerpc/include/asm/*qe.h
2911 FREESCALE USB PERIPHERAL DRIVERS
2912 M:      Li Yang <leoli@freescale.com>
2913 L:      linux-usb@vger.kernel.org
2914 L:      linuxppc-dev@lists.ozlabs.org
2915 S:      Maintained
2916 F:      drivers/usb/gadget/fsl*
2918 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2919 M:      Li Yang <leoli@freescale.com>
2920 L:      netdev@vger.kernel.org
2921 L:      linuxppc-dev@lists.ozlabs.org
2922 S:      Maintained
2923 F:      drivers/net/ethernet/freescale/ucc_geth*
2925 FREESCALE QUICC ENGINE UCC UART DRIVER
2926 M:      Timur Tabi <timur@freescale.com>
2927 L:      linuxppc-dev@lists.ozlabs.org
2928 S:      Supported
2929 F:      drivers/tty/serial/ucc_uart.c
2931 FREESCALE SOC SOUND DRIVERS
2932 M:      Timur Tabi <timur@freescale.com>
2933 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2934 L:      linuxppc-dev@lists.ozlabs.org
2935 S:      Supported
2936 F:      sound/soc/fsl/fsl*
2937 F:      sound/soc/fsl/mpc8610_hpcd.c
2939 FREEVXFS FILESYSTEM
2940 M:      Christoph Hellwig <hch@infradead.org>
2941 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2942 S:      Maintained
2943 F:      fs/freevxfs/
2945 FREEZER
2946 M:      Pavel Machek <pavel@ucw.cz>
2947 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2948 L:      linux-pm@vger.kernel.org
2949 S:      Supported
2950 F:      Documentation/power/freezing-of-tasks.txt
2951 F:      include/linux/freezer.h
2952 F:      kernel/freezer.c
2954 FRONTSWAP API
2955 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2956 L:      linux-kernel@vger.kernel.org
2957 S:      Maintained
2958 F:      mm/frontswap.c
2959 F:      include/linux/frontswap.h
2961 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2962 M:      David Howells <dhowells@redhat.com>
2963 L:      linux-cachefs@redhat.com
2964 S:      Supported
2965 F:      Documentation/filesystems/caching/
2966 F:      fs/fscache/
2967 F:      include/linux/fscache*.h
2969 FUJITSU FR-V (FRV) PORT
2970 M:      David Howells <dhowells@redhat.com>
2971 S:      Maintained
2972 F:      arch/frv/
2974 FUJITSU LAPTOP EXTRAS
2975 M:      Jonathan Woithe <jwoithe@just42.net>
2976 L:      platform-driver-x86@vger.kernel.org
2977 S:      Maintained
2978 F:      drivers/platform/x86/fujitsu-laptop.c
2980 FUJITSU M-5MO LS CAMERA ISP DRIVER
2981 M:      Kyungmin Park <kyungmin.park@samsung.com>
2982 M:      Heungjun Kim <riverful.kim@samsung.com>
2983 L:      linux-media@vger.kernel.org
2984 S:      Maintained
2985 F:      drivers/media/video/m5mols/
2986 F:      include/media/m5mols.h
2988 FUJITSU TABLET EXTRAS
2989 M:      Robert Gerlach <khnz@gmx.de>
2990 L:      platform-driver-x86@vger.kernel.org
2991 S:      Maintained
2992 F:      drivers/platform/x86/fujitsu-tablet.c
2994 FUSE: FILESYSTEM IN USERSPACE
2995 M:      Miklos Szeredi <miklos@szeredi.hu>
2996 L:      fuse-devel@lists.sourceforge.net
2997 W:      http://fuse.sourceforge.net/
2998 S:      Maintained
2999 F:      fs/fuse/
3000 F:      include/linux/fuse.h
3002 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3003 M:      Rik Faith <faith@cs.unc.edu>
3004 L:      linux-scsi@vger.kernel.org
3005 S:      Odd Fixes (e.g., new signatures)
3006 F:      drivers/scsi/fdomain.*
3008 GDT SCSI DISK ARRAY CONTROLLER DRIVER
3009 M:      Achim Leubner <achim_leubner@adaptec.com>
3010 L:      linux-scsi@vger.kernel.org
3011 W:      http://www.icp-vortex.com/
3012 S:      Supported
3013 F:      drivers/scsi/gdt*
3015 GENERIC GPIO I2C DRIVER
3016 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
3017 S:      Supported
3018 F:      drivers/i2c/busses/i2c-gpio.c
3019 F:      include/linux/i2c-gpio.h
3021 GENERIC GPIO I2C MULTIPLEXER DRIVER
3022 M:      Peter Korsgaard <peter.korsgaard@barco.com>
3023 L:      linux-i2c@vger.kernel.org
3024 S:      Supported
3025 F:      drivers/i2c/muxes/i2c-mux-gpio.c
3026 F:      include/linux/i2c-mux-gpio.h
3027 F:      Documentation/i2c/muxes/i2c-mux-gpio
3029 GENERIC HDLC (WAN) DRIVERS
3030 M:      Krzysztof Halasa <khc@pm.waw.pl>
3031 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
3032 S:      Maintained
3033 F:      drivers/net/wan/c101.c
3034 F:      drivers/net/wan/hd6457*
3035 F:      drivers/net/wan/hdlc*
3036 F:      drivers/net/wan/n2.c
3037 F:      drivers/net/wan/pc300too.c
3038 F:      drivers/net/wan/pci200syn.c
3039 F:      drivers/net/wan/wanxl*
3041 GENERIC INCLUDE/ASM HEADER FILES
3042 M:      Arnd Bergmann <arnd@arndb.de>
3043 L:      linux-arch@vger.kernel.org
3044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3045 S:      Maintained
3046 F:      include/asm-generic
3048 GENERIC UIO DRIVER FOR PCI DEVICES
3049 M:      "Michael S. Tsirkin" <mst@redhat.com>
3050 L:      kvm@vger.kernel.org
3051 S:      Supported
3052 F:      drivers/uio/uio_pci_generic.c
3054 GFS2 FILE SYSTEM
3055 M:      Steven Whitehouse <swhiteho@redhat.com>
3056 L:      cluster-devel@redhat.com
3057 W:      http://sources.redhat.com/cluster/
3058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3060 S:      Supported
3061 F:      Documentation/filesystems/gfs2*.txt
3062 F:      fs/gfs2/
3063 F:      include/linux/gfs2_ondisk.h
3065 GIGASET ISDN DRIVERS
3066 M:      Hansjoerg Lipp <hjlipp@web.de>
3067 M:      Tilman Schmidt <tilman@imap.cc>
3068 L:      gigaset307x-common@lists.sourceforge.net
3069 W:      http://gigaset307x.sourceforge.net/
3070 S:      Maintained
3071 F:      Documentation/isdn/README.gigaset
3072 F:      drivers/isdn/gigaset/
3073 F:      include/linux/gigaset_dev.h
3075 GPIO SUBSYSTEM
3076 M:      Grant Likely <grant.likely@secretlab.ca>
3077 M:      Linus Walleij <linus.walleij@stericsson.com>
3078 S:      Maintained
3079 T:      git git://git.secretlab.ca/git/linux-2.6.git
3080 F:      Documentation/gpio.txt
3081 F:      drivers/gpio/
3082 F:      include/linux/gpio*
3084 GRE DEMULTIPLEXER DRIVER
3085 M:      Dmitry Kozlov <xeb@mail.ru>
3086 L:      netdev@vger.kernel.org
3087 S:      Maintained
3088 F:      net/ipv4/gre.c
3089 F:      include/net/gre.h
3091 GRETH 10/100/1G Ethernet MAC device driver
3092 M:      Kristoffer Glembo <kristoffer@gaisler.com>
3093 L:      netdev@vger.kernel.org
3094 S:      Maintained
3095 F:      drivers/net/ethernet/aeroflex/
3097 GSPCA FINEPIX SUBDRIVER
3098 M:      Frank Zago <frank@zago.net>
3099 L:      linux-media@vger.kernel.org
3100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3101 S:      Maintained
3102 F:      drivers/media/video/gspca/finepix.c
3104 GSPCA GL860 SUBDRIVER
3105 M:      Olivier Lorin <o.lorin@laposte.net>
3106 L:      linux-media@vger.kernel.org
3107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3108 S:      Maintained
3109 F:      drivers/media/video/gspca/gl860/
3111 GSPCA M5602 SUBDRIVER
3112 M:      Erik Andren <erik.andren@gmail.com>
3113 L:      linux-media@vger.kernel.org
3114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3115 S:      Maintained
3116 F:      drivers/media/video/gspca/m5602/
3118 GSPCA PAC207 SONIXB SUBDRIVER
3119 M:      Hans de Goede <hdegoede@redhat.com>
3120 L:      linux-media@vger.kernel.org
3121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3122 S:      Maintained
3123 F:      drivers/media/video/gspca/pac207.c
3125 GSPCA SN9C20X SUBDRIVER
3126 M:      Brian Johnson <brijohn@gmail.com>
3127 L:      linux-media@vger.kernel.org
3128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3129 S:      Maintained
3130 F:      drivers/media/video/gspca/sn9c20x.c
3132 GSPCA T613 SUBDRIVER
3133 M:      Leandro Costantino <lcostantino@gmail.com>
3134 L:      linux-media@vger.kernel.org
3135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3136 S:      Maintained
3137 F:      drivers/media/video/gspca/t613.c
3139 GSPCA USB WEBCAM DRIVER
3140 M:      Jean-Francois Moine <moinejf@free.fr>
3141 W:      http://moinejf.free.fr
3142 L:      linux-media@vger.kernel.org
3143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3144 S:      Maintained
3145 F:      drivers/media/video/gspca/
3147 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3148 M:      Frank Seidel <frank@f-seidel.de>
3149 L:      platform-driver-x86@vger.kernel.org
3150 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3151 S:      Maintained
3152 F:      drivers/platform/x86/hdaps.c
3154 HWPOISON MEMORY FAILURE HANDLING
3155 M:      Andi Kleen <andi@firstfloor.org>
3156 L:      linux-mm@kvack.org
3157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3158 S:      Maintained
3159 F:      mm/memory-failure.c
3160 F:      mm/hwpoison-inject.c
3162 HYPERVISOR VIRTUAL CONSOLE DRIVER
3163 L:      linuxppc-dev@lists.ozlabs.org
3164 S:      Odd Fixes
3165 F:      drivers/tty/hvc/
3167 HARDWARE MONITORING
3168 M:      Jean Delvare <khali@linux-fr.org>
3169 M:      Guenter Roeck <linux@roeck-us.net>
3170 L:      lm-sensors@lm-sensors.org
3171 W:      http://www.lm-sensors.org/
3172 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3174 S:      Maintained
3175 F:      Documentation/hwmon/
3176 F:      drivers/hwmon/
3177 F:      include/linux/hwmon*.h
3179 HARDWARE RANDOM NUMBER GENERATOR CORE
3180 M:      Matt Mackall <mpm@selenic.com>
3181 M:      Herbert Xu <herbert@gondor.apana.org.au>
3182 S:      Odd fixes
3183 F:      Documentation/hw_random.txt
3184 F:      drivers/char/hw_random/
3185 F:      include/linux/hw_random.h
3187 HARDWARE SPINLOCK CORE
3188 M:      Ohad Ben-Cohen <ohad@wizery.com>
3189 S:      Maintained
3190 F:      Documentation/hwspinlock.txt
3191 F:      drivers/hwspinlock/hwspinlock_*
3192 F:      include/linux/hwspinlock.h
3194 HARMONY SOUND DRIVER
3195 L:      linux-parisc@vger.kernel.org
3196 S:      Maintained
3197 F:      sound/parisc/harmony.*
3199 HEWLETT-PACKARD SMART2 RAID DRIVER
3200 M:      Chirag Kantharia <chirag.kantharia@hp.com>
3201 L:      iss_storagedev@hp.com
3202 S:      Maintained
3203 F:      Documentation/blockdev/cpqarray.txt
3204 F:      drivers/block/cpqarray.*
3206 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3207 M:      "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3208 L:      iss_storagedev@hp.com
3209 S:      Supported
3210 F:      Documentation/scsi/hpsa.txt
3211 F:      drivers/scsi/hpsa*.[ch]
3212 F:      include/linux/cciss*.h
3214 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3215 M:      Mike Miller <mike.miller@hp.com>
3216 L:      iss_storagedev@hp.com
3217 S:      Supported
3218 F:      Documentation/blockdev/cciss.txt
3219 F:      drivers/block/cciss*
3220 F:      include/linux/cciss_ioctl.h
3222 HFS FILESYSTEM
3223 L:      linux-fsdevel@vger.kernel.org
3224 S:      Orphan
3225 F:      Documentation/filesystems/hfs.txt
3226 F:      fs/hfs/
3228 HGA FRAMEBUFFER DRIVER
3229 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3230 L:      linux-nvidia@lists.surfsouth.com
3231 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3232 S:      Maintained
3233 F:      drivers/video/hgafb.c
3235 HIBERNATION (aka Software Suspend, aka swsusp)
3236 M:      Pavel Machek <pavel@ucw.cz>
3237 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
3238 L:      linux-pm@vger.kernel.org
3239 S:      Supported
3240 F:      arch/x86/power/
3241 F:      drivers/base/power/
3242 F:      kernel/power/
3243 F:      include/linux/suspend.h
3244 F:      include/linux/freezer.h
3245 F:      include/linux/pm.h
3246 F:      arch/*/include/asm/suspend*.h
3248 HID CORE LAYER
3249 M:      Jiri Kosina <jkosina@suse.cz>
3250 L:      linux-input@vger.kernel.org
3251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3252 S:      Maintained
3253 F:      drivers/hid/
3254 F:      include/linux/hid*
3256 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3257 M:      Thomas Gleixner <tglx@linutronix.de>
3258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3259 S:      Maintained
3260 F:      Documentation/timers/
3261 F:      kernel/hrtimer.c
3262 F:      kernel/time/clockevents.c
3263 F:      kernel/time/tick*.*
3264 F:      kernel/time/timer_*.c
3265 F:      include/linux/clockchips.h
3266 F:      include/linux/hrtimer.h
3268 HIGH-SPEED SCC DRIVER FOR AX.25
3269 L:      linux-hams@vger.kernel.org
3270 S:      Orphan
3271 F:      drivers/net/hamradio/dmascc.c
3272 F:      drivers/net/hamradio/scc.c
3274 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3275 M:      HighPoint Linux Team <linux@highpoint-tech.com>
3276 W:      http://www.highpoint-tech.com
3277 S:      Supported
3278 F:      Documentation/scsi/hptiop.txt
3279 F:      drivers/scsi/hptiop.c
3281 HIPPI
3282 M:      Jes Sorensen <jes@trained-monkey.org>
3283 L:      linux-hippi@sunsite.dk
3284 S:      Maintained
3285 F:      include/linux/hippidevice.h
3286 F:      include/linux/if_hippi.h
3287 F:      net/802/hippi.c
3288 F:      drivers/net/hippi/
3290 HOST AP DRIVER
3291 M:      Jouni Malinen <j@w1.fi>
3292 L:      hostap@shmoo.com (subscribers-only)
3293 L:      linux-wireless@vger.kernel.org
3294 W:      http://hostap.epitest.fi/
3295 S:      Maintained
3296 F:      drivers/net/wireless/hostap/
3298 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3299 L:      platform-driver-x86@vger.kernel.org
3300 S:      Orphan
3301 F:      drivers/platform/x86/tc1100-wmi.c
3303 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3304 M:      Jaroslav Kysela <perex@perex.cz>
3305 S:      Maintained
3306 F:      drivers/net/ethernet/hp/hp100.*
3308 HPET:   High Precision Event Timers driver
3309 M:      Clemens Ladisch <clemens@ladisch.de>
3310 S:      Maintained
3311 F:      Documentation/timers/hpet.txt
3312 F:      drivers/char/hpet.c
3313 F:      include/linux/hpet.h
3315 HPET:   x86
3316 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
3317 S:      Maintained
3318 F:      arch/x86/kernel/hpet.c
3319 F:      arch/x86/include/asm/hpet.h
3321 HPFS FILESYSTEM
3322 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3323 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3324 S:      Maintained
3325 F:      fs/hpfs/
3327 HSO 3G MODEM DRIVER
3328 M:      Jan Dumon <j.dumon@option.com>
3329 W:      http://www.pharscape.org
3330 S:      Maintained
3331 F:      drivers/net/usb/hso.c
3333 HTCPEN TOUCHSCREEN DRIVER
3334 M:      Pau Oliva Fora <pof@eslack.org>
3335 L:      linux-input@vger.kernel.org
3336 S:      Maintained
3337 F:      drivers/input/touchscreen/htcpen.c
3339 HUGETLB FILESYSTEM
3340 M:      William Irwin <wli@holomorphy.com>
3341 S:      Maintained
3342 F:      fs/hugetlbfs/
3344 Hyper-V CORE AND DRIVERS
3345 M:      K. Y. Srinivasan <kys@microsoft.com>
3346 M:      Haiyang Zhang <haiyangz@microsoft.com>
3347 L:      devel@linuxdriverproject.org
3348 S:      Maintained
3349 F:      drivers/hv/
3350 F:      drivers/hid/hid-hyperv.c
3351 F:      drivers/net/hyperv/
3352 F:      drivers/staging/hv/
3354 I2C/SMBUS STUB DRIVER
3355 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
3356 L:      linux-i2c@vger.kernel.org
3357 S:      Maintained
3358 F:      drivers/i2c/busses/i2c-stub.c
3360 I2C SUBSYSTEM
3361 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3362 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3363 M:      "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de>
3364 L:      linux-i2c@vger.kernel.org
3365 W:      http://i2c.wiki.kernel.org/
3366 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3367 T:      git git://git.fluff.org/bjdooks/linux.git
3368 S:      Maintained
3369 F:      Documentation/i2c/
3370 F:      drivers/i2c/
3371 F:      include/linux/i2c.h
3372 F:      include/linux/i2c-*.h
3374 I2C-TINY-USB DRIVER
3375 M:      Till Harbaum <till@harbaum.org>
3376 L:      linux-i2c@vger.kernel.org
3377 W:      http://www.harbaum.org/till/i2c_tiny_usb
3378 S:      Maintained
3379 F:      drivers/i2c/busses/i2c-tiny-usb.c
3381 i386 BOOT CODE
3382 M:      "H. Peter Anvin" <hpa@zytor.com>
3383 S:      Maintained
3384 F:      arch/x86/boot/
3386 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3387 M:      "H. Peter Anvin" <hpa@zytor.com>
3388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3389 S:      Maintained
3391 IA64 (Itanium) PLATFORM
3392 M:      Tony Luck <tony.luck@intel.com>
3393 M:      Fenghua Yu <fenghua.yu@intel.com>
3394 L:      linux-ia64@vger.kernel.org
3395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3396 S:      Maintained
3397 F:      arch/ia64/
3399 IBM Power Linux RAID adapter
3400 M:      Brian King <brking@us.ibm.com>
3401 S:      Supported
3402 F:      drivers/scsi/ipr.*
3404 IBM Power Virtual Ethernet Device Driver
3405 M:      Santiago Leon <santil@linux.vnet.ibm.com>
3406 L:      netdev@vger.kernel.org
3407 S:      Supported
3408 F:      drivers/net/ethernet/ibm/ibmveth.*
3410 IBM ServeRAID RAID DRIVER
3411 P:      Jack Hammer
3412 M:      Dave Jeffery <ipslinux@adaptec.com>
3413 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3414 S:      Supported
3415 F:      drivers/scsi/ips.*
3417 ICH LPC AND GPIO DRIVER
3418 M:      Peter Tyser <ptyser@xes-inc.com>
3419 S:      Maintained
3420 F:      drivers/mfd/lpc_ich.c
3421 F:      drivers/gpio/gpio-ich.c
3423 IDE SUBSYSTEM
3424 M:      "David S. Miller" <davem@davemloft.net>
3425 L:      linux-ide@vger.kernel.org
3426 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
3427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
3428 S:      Maintained
3429 F:      Documentation/ide/
3430 F:      drivers/ide/
3431 F:      include/linux/ide.h
3433 IDEAPAD LAPTOP EXTRAS DRIVER
3434 M:      Ike Panhc <ike.pan@canonical.com>
3435 L:      platform-driver-x86@vger.kernel.org
3436 W:      http://launchpad.net/ideapad-laptop
3437 S:      Maintained
3438 F:      drivers/platform/x86/ideapad-laptop.c
3440 IDE/ATAPI DRIVERS
3441 M:      Borislav Petkov <petkovbb@gmail.com>
3442 L:      linux-ide@vger.kernel.org
3443 S:      Maintained
3444 F:      Documentation/cdrom/ide-cd
3445 F:      drivers/ide/ide-cd*
3447 IDLE-I7300
3448 M:      Andy Henroid <andrew.d.henroid@intel.com>
3449 L:      linux-pm@vger.kernel.org
3450 S:      Supported
3451 F:      drivers/idle/i7300_idle.c
3453 IEEE 802.15.4 SUBSYSTEM
3454 M:      Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
3455 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3456 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3457 W:      http://apps.sourceforge.net/trac/linux-zigbee
3458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3459 S:      Maintained
3460 F:      net/ieee802154/
3461 F:      net/mac802154/
3462 F:      drivers/ieee802154/
3464 IIO SUBSYSTEM AND DRIVERS
3465 M:      Jonathan Cameron <jic23@cam.ac.uk>
3466 L:      linux-iio@vger.kernel.org
3467 S:      Maintained
3468 F:      drivers/iio/
3469 F:      drivers/staging/iio/
3471 IKANOS/ADI EAGLE ADSL USB DRIVER
3472 M:      Matthieu Castet <castet.matthieu@free.fr>
3473 M:      Stanislaw Gruszka <stf_xl@wp.pl>
3474 S:      Maintained
3475 F:      drivers/usb/atm/ueagle-atm.c
3477 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3478 M:      Mimi Zohar <zohar@us.ibm.com>
3479 S:      Supported
3480 F:      security/integrity/ima/
3482 IMS TWINTURBO FRAMEBUFFER DRIVER
3483 L:      linux-fbdev@vger.kernel.org
3484 S:      Orphan
3485 F:      drivers/video/imsttfb.c
3487 INFINIBAND SUBSYSTEM
3488 M:      Roland Dreier <roland@kernel.org>
3489 M:      Sean Hefty <sean.hefty@intel.com>
3490 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
3491 L:      linux-rdma@vger.kernel.org
3492 W:      http://www.openfabrics.org/
3493 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
3494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3495 S:      Supported
3496 F:      Documentation/infiniband/
3497 F:      drivers/infiniband/
3498 F:      include/linux/if_infiniband.h
3500 INOTIFY
3501 M:      John McCutchan <john@johnmccutchan.com>
3502 M:      Robert Love <rlove@rlove.org>
3503 M:      Eric Paris <eparis@parisplace.org>
3504 S:      Maintained
3505 F:      Documentation/filesystems/inotify.txt
3506 F:      fs/notify/inotify/
3507 F:      include/linux/inotify.h
3509 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3510 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
3511 M:      Dmitry Torokhov <dtor@mail.ru>
3512 L:      linux-input@vger.kernel.org
3513 Q:      http://patchwork.kernel.org/project/linux-input/list/
3514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3515 S:      Maintained
3516 F:      drivers/input/
3517 F:      include/linux/input.h
3518 F:      include/linux/input/
3520 INPUT MULTITOUCH (MT) PROTOCOL
3521 M:      Henrik Rydberg <rydberg@euromail.se>
3522 L:      linux-input@vger.kernel.org
3523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3524 S:      Maintained
3525 F:      Documentation/input/multi-touch-protocol.txt
3526 F:      drivers/input/input-mt.c
3527 K:      \b(ABS|SYN)_MT_
3529 INTEL C600 SERIES SAS CONTROLLER DRIVER
3530 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
3531 M:      Dan Williams <dan.j.williams@intel.com>
3532 M:      Dave Jiang <dave.jiang@intel.com>
3533 M:      Ed Nadolski <edmund.nadolski@intel.com>
3534 L:      linux-scsi@vger.kernel.org
3535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci.git
3536 S:      Maintained
3537 F:      drivers/scsi/isci/
3538 F:      firmware/isci/
3540 INTEL IDLE DRIVER
3541 M:      Len Brown <lenb@kernel.org>
3542 L:      linux-pm@vger.kernel.org
3543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
3544 S:      Supported
3545 F:      drivers/idle/intel_idle.c
3547 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3548 M:      Maik Broemme <mbroemme@plusserver.de>
3549 L:      linux-fbdev@vger.kernel.org
3550 S:      Maintained
3551 F:      Documentation/fb/intelfb.txt
3552 F:      drivers/video/intelfb/
3554 INTEL 810/815 FRAMEBUFFER DRIVER
3555 M:      Antonino Daplas <adaplas@gmail.com>
3556 L:      linux-fbdev@vger.kernel.org
3557 S:      Maintained
3558 F:      drivers/video/i810/
3560 INTEL MENLOW THERMAL DRIVER
3561 M:      Sujith Thomas <sujith.thomas@intel.com>
3562 L:      platform-driver-x86@vger.kernel.org
3563 W:      http://www.lesswatts.org/projects/acpi/
3564 S:      Supported
3565 F:      drivers/platform/x86/intel_menlow.c
3567 INTEL IA32 MICROCODE UPDATE SUPPORT
3568 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3569 S:      Maintained
3570 F:      arch/x86/kernel/microcode_core.c
3571 F:      arch/x86/kernel/microcode_intel.c
3573 INTEL I/OAT DMA DRIVER
3574 M:      Dan Williams <dan.j.williams@intel.com>
3575 S:      Supported
3576 F:      drivers/dma/ioat*
3578 INTEL IOMMU (VT-d)
3579 M:      David Woodhouse <dwmw2@infradead.org>
3580 L:      iommu@lists.linux-foundation.org
3581 T:      git git://git.infradead.org/iommu-2.6.git
3582 S:      Supported
3583 F:      drivers/iommu/intel-iommu.c
3584 F:      include/linux/intel-iommu.h
3586 INTEL IOP-ADMA DMA DRIVER
3587 M:      Dan Williams <dan.j.williams@intel.com>
3588 S:      Maintained
3589 F:      drivers/dma/iop-adma.c
3591 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3592 M:      Krzysztof Halasa <khc@pm.waw.pl>
3593 S:      Maintained
3594 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
3595 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
3596 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3597 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
3598 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
3599 F:      drivers/net/wan/ixp4xx_hss.c
3601 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3602 M:      Deepak Saxena <dsaxena@plexity.net>
3603 S:      Maintained
3604 F:      drivers/char/hw_random/ixp4xx-rng.c
3606 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3607 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3608 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
3609 M:      Bruce Allan <bruce.w.allan@intel.com>
3610 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
3611 M:      Don Skidmore <donald.c.skidmore@intel.com>
3612 M:      Greg Rose <gregory.v.rose@intel.com>
3613 M:      Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
3614 M:      Alex Duyck <alexander.h.duyck@intel.com>
3615 M:      John Ronciak <john.ronciak@intel.com>
3616 L:      e1000-devel@lists.sourceforge.net
3617 W:      http://e1000.sourceforge.net/
3618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
3619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
3620 S:      Supported
3621 F:      Documentation/networking/e100.txt
3622 F:      Documentation/networking/e1000.txt
3623 F:      Documentation/networking/e1000e.txt
3624 F:      Documentation/networking/igb.txt
3625 F:      Documentation/networking/igbvf.txt
3626 F:      Documentation/networking/ixgb.txt
3627 F:      Documentation/networking/ixgbe.txt
3628 F:      Documentation/networking/ixgbevf.txt
3629 F:      drivers/net/ethernet/intel/
3631 INTEL MRST PMU DRIVER
3632 M:      Len Brown <len.brown@intel.com>
3633 L:      linux-pm@vger.kernel.org
3634 S:      Supported
3635 F:      arch/x86/platform/mrst/pmu.*
3637 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
3638 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
3639 L:      linux-wireless@vger.kernel.org
3640 S:      Maintained
3641 F:      Documentation/networking/README.ipw2100
3642 F:      Documentation/networking/README.ipw2200
3643 F:      drivers/net/wireless/ipw2x00/
3645 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3646 M:      Joseph Cihula <joseph.cihula@intel.com>
3647 M:      Shane Wang <shane.wang@intel.com>
3648 L:      tboot-devel@lists.sourceforge.net
3649 W:      http://tboot.sourceforge.net
3650 T:      Mercurial http://www.bughost.org/repos.hg/tboot.hg
3651 S:      Supported
3652 F:      Documentation/intel_txt.txt
3653 F:      include/linux/tboot.h
3654 F:      arch/x86/kernel/tboot.c
3656 INTEL WIRELESS WIMAX CONNECTION 2400
3657 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3658 M:      linux-wimax@intel.com
3659 L:      wimax@linuxwimax.org
3660 S:      Supported
3661 W:      http://linuxwimax.org
3662 F:      Documentation/wimax/README.i2400m
3663 F:      drivers/net/wimax/i2400m/
3664 F:      include/linux/wimax/i2400m.h
3666 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
3667 M:      Stanislaw Gruszka <sgruszka@redhat.com>
3668 L:      linux-wireless@vger.kernel.org
3669 S:      Supported
3670 F:      drivers/net/wireless/iwlegacy/
3672 INTEL WIRELESS WIFI LINK (iwlwifi)
3673 M:      Johannes Berg <johannes.berg@intel.com>
3674 M:      Wey-Yi Guy <wey-yi.w.guy@intel.com>
3675 M:      Intel Linux Wireless <ilw@linux.intel.com>
3676 L:      linux-wireless@vger.kernel.org
3677 W:      http://intellinuxwireless.org
3678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
3679 S:      Supported
3680 F:      drivers/net/wireless/iwlwifi/
3682 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3683 M:      Samuel Ortiz <samuel.ortiz@intel.com>
3684 M:      Intel Linux Wireless <ilw@linux.intel.com>
3685 L:      linux-wireless@vger.kernel.org
3686 S:      Supported
3687 W:      http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3688 F:      drivers/net/wireless/iwmc3200wifi/
3690 INTEL MANAGEMENT ENGINE (mei)
3691 M:      Tomas Winkler <tomas.winkler@intel.com>
3692 L:      linux-kernel@vger.kernel.org
3693 S:      Supported
3694 F:      include/linux/mei.h
3695 F:      drivers/misc/mei/*
3696 F:      Documentation/mei/*
3698 IOC3 ETHERNET DRIVER
3699 M:      Ralf Baechle <ralf@linux-mips.org>
3700 L:      linux-mips@linux-mips.org
3701 S:      Maintained
3702 F:      drivers/net/ethernet/sgi/ioc3-eth.c
3704 IOC3 SERIAL DRIVER
3705 M:      Pat Gefre <pfg@sgi.com>
3706 L:      linux-serial@vger.kernel.org
3707 S:      Maintained
3708 F:      drivers/tty/serial/ioc3_serial.c
3710 IP MASQUERADING
3711 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3712 S:      Maintained
3713 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3715 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3716 M:      Francois Romieu <romieu@fr.zoreil.com>
3717 M:      Sorbica Shieh <sorbica@icplus.com.tw>
3718 L:      netdev@vger.kernel.org
3719 S:      Maintained
3720 F:      drivers/net/ethernet/icplus/ipg.*
3722 IPATH DRIVER
3723 M:      Mike Marciniszyn <infinipath@intel.com>
3724 L:      linux-rdma@vger.kernel.org
3725 S:      Maintained
3726 F:      drivers/infiniband/hw/ipath/
3728 IPMI SUBSYSTEM
3729 M:      Corey Minyard <minyard@acm.org>
3730 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3731 W:      http://openipmi.sourceforge.net/
3732 S:      Supported
3733 F:      Documentation/IPMI.txt
3734 F:      drivers/char/ipmi/
3735 F:      include/linux/ipmi*
3737 IPS SCSI RAID DRIVER
3738 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3739 L:      linux-scsi@vger.kernel.org
3740 W:      http://www.adaptec.com/
3741 S:      Maintained
3742 F:      drivers/scsi/ips*
3744 IPVS
3745 M:      Wensong Zhang <wensong@linux-vs.org>
3746 M:      Simon Horman <horms@verge.net.au>
3747 M:      Julian Anastasov <ja@ssi.bg>
3748 L:      netdev@vger.kernel.org
3749 L:      lvs-devel@vger.kernel.org
3750 S:      Maintained
3751 F:      Documentation/networking/ipvs-sysctl.txt
3752 F:      include/net/ip_vs.h
3753 F:      include/linux/ip_vs.h
3754 F:      net/netfilter/ipvs/
3756 IPWIRELESS DRIVER
3757 M:      Jiri Kosina <jkosina@suse.cz>
3758 M:      David Sterba <dsterba@suse.cz>
3759 S:      Odd Fixes
3760 F:      drivers/tty/ipwireless/
3762 IPX NETWORK LAYER
3763 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3764 L:      netdev@vger.kernel.org
3765 S:      Maintained
3766 F:      include/linux/ipx.h
3767 F:      include/net/ipx.h
3768 F:      net/ipx/
3770 IRDA SUBSYSTEM
3771 M:      Samuel Ortiz <samuel@sortiz.org>
3772 L:      irda-users@lists.sourceforge.net (subscribers-only)
3773 L:      netdev@vger.kernel.org
3774 W:      http://irda.sourceforge.net/
3775 S:      Maintained
3776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3777 F:      Documentation/networking/irda.txt
3778 F:      drivers/net/irda/
3779 F:      include/net/irda/
3780 F:      net/irda/
3782 IRQ SUBSYSTEM
3783 M:      Thomas Gleixner <tglx@linutronix.de>
3784 S:      Maintained
3785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
3786 F:      kernel/irq/
3788 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
3789 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3790 M:      Grant Likely <grant.likely@secretlab.ca>
3791 T:      git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
3792 S:      Maintained
3793 F:      Documentation/IRQ-domain.txt
3794 F:      include/linux/irqdomain.h
3795 F:      kernel/irq/irqdomain.c
3797 ISAPNP
3798 M:      Jaroslav Kysela <perex@perex.cz>
3799 S:      Maintained
3800 F:      Documentation/isapnp.txt
3801 F:      drivers/pnp/isapnp/
3802 F:      include/linux/isapnp.h
3804 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
3805 M:      Peter Jones <pjones@redhat.com>
3806 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
3807 S:      Maintained
3808 F:      drivers/firmware/iscsi_ibft*
3810 ISCSI
3811 M:      Mike Christie <michaelc@cs.wisc.edu>
3812 L:      open-iscsi@googlegroups.com
3813 W:      www.open-iscsi.org
3814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3815 S:      Maintained
3816 F:      drivers/scsi/*iscsi*
3817 F:      include/scsi/*iscsi*
3819 ISDN SUBSYSTEM
3820 M:      Karsten Keil <isdn@linux-pingi.de>
3821 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3822 L:      netdev@vger.kernel.org
3823 W:      http://www.isdn4linux.de
3824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3825 S:      Maintained
3826 F:      Documentation/isdn/
3827 F:      drivers/isdn/
3828 F:      include/linux/isdn.h
3829 F:      include/linux/isdn/
3831 ISDN SUBSYSTEM (Eicon active card driver)
3832 M:      Armin Schindler <mac@melware.de>
3833 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3834 W:      http://www.melware.de
3835 S:      Maintained
3836 F:      drivers/isdn/hardware/eicon/
3838 IT87 HARDWARE MONITORING DRIVER
3839 M:      Jean Delvare <khali@linux-fr.org>
3840 L:      lm-sensors@lm-sensors.org
3841 S:      Maintained
3842 F:      Documentation/hwmon/it87
3843 F:      drivers/hwmon/it87.c
3845 IVTV VIDEO4LINUX DRIVER
3846 M:      Andy Walls <awalls@md.metrocast.net>
3847 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3848 L:      linux-media@vger.kernel.org
3849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3850 W:      http://www.ivtvdriver.org
3851 S:      Maintained
3852 F:      Documentation/video4linux/*.ivtv
3853 F:      drivers/media/video/ivtv/
3854 F:      include/linux/ivtv*
3856 JC42.4 TEMPERATURE SENSOR DRIVER
3857 M:      Guenter Roeck <linux@roeck-us.net>
3858 L:      lm-sensors@lm-sensors.org
3859 S:      Maintained
3860 F:      drivers/hwmon/jc42.c
3861 F:      Documentation/hwmon/jc42
3863 JFS FILESYSTEM
3864 M:      Dave Kleikamp <shaggy@kernel.org>
3865 L:      jfs-discussion@lists.sourceforge.net
3866 W:      http://jfs.sourceforge.net/
3867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3868 S:      Maintained
3869 F:      Documentation/filesystems/jfs.txt
3870 F:      fs/jfs/
3872 JME NETWORK DRIVER
3873 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
3874 L:      netdev@vger.kernel.org
3875 S:      Maintained
3876 F:      drivers/net/ethernet/jme.*
3878 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3879 M:      David Woodhouse <dwmw2@infradead.org>
3880 L:      linux-mtd@lists.infradead.org
3881 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3882 S:      Maintained
3883 F:      fs/jffs2/
3884 F:      include/linux/jffs2.h
3886 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3887 M:      Andrew Morton <akpm@linux-foundation.org>
3888 M:      Jan Kara <jack@suse.cz>
3889 L:      linux-ext4@vger.kernel.org
3890 S:      Maintained
3891 F:      fs/jbd/
3892 F:      include/linux/ext3_jbd.h
3893 F:      include/linux/jbd.h
3895 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
3896 M:      "Theodore Ts'o" <tytso@mit.edu>
3897 L:      linux-ext4@vger.kernel.org
3898 S:      Maintained
3899 F:      fs/jbd2/
3900 F:      include/linux/jbd2.h
3902 JSM Neo PCI based serial card
3903 M:      Lucas Tavares <lucaskt@linux.vnet.ibm.com>
3904 L:      linux-serial@vger.kernel.org
3905 S:      Maintained
3906 F:      drivers/tty/serial/jsm/
3908 K10TEMP HARDWARE MONITORING DRIVER
3909 M:      Clemens Ladisch <clemens@ladisch.de>
3910 L:      lm-sensors@lm-sensors.org
3911 S:      Maintained
3912 F:      Documentation/hwmon/k10temp
3913 F:      drivers/hwmon/k10temp.c
3915 K8TEMP HARDWARE MONITORING DRIVER
3916 M:      Rudolf Marek <r.marek@assembler.cz>
3917 L:      lm-sensors@lm-sensors.org
3918 S:      Maintained
3919 F:      Documentation/hwmon/k8temp
3920 F:      drivers/hwmon/k8temp.c
3922 KCONFIG
3923 M:      Michal Marek <mmarek@suse.cz>
3924 L:      linux-kbuild@vger.kernel.org
3925 S:      Odd Fixes
3926 F:      Documentation/kbuild/kconfig-language.txt
3927 F:      scripts/kconfig/
3929 KDUMP
3930 M:      Vivek Goyal <vgoyal@redhat.com>
3931 M:      Haren Myneni <hbabu@us.ibm.com>
3932 L:      kexec@lists.infradead.org
3933 W:      http://lse.sourceforge.net/kdump/
3934 S:      Maintained
3935 F:      Documentation/kdump/
3937 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3938 M:      Ian Kent <raven@themaw.net>
3939 L:      autofs@vger.kernel.org
3940 S:      Maintained
3941 F:      fs/autofs4/
3943 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3944 M:      Michal Marek <mmarek@suse.cz>
3945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
3946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
3947 L:      linux-kbuild@vger.kernel.org
3948 S:      Maintained
3949 F:      Documentation/kbuild/
3950 F:      Makefile
3951 F:      scripts/Makefile.*
3952 F:      scripts/basic/
3953 F:      scripts/mk*
3954 F:      scripts/package/
3956 KERNEL JANITORS
3957 L:      kernel-janitors@vger.kernel.org
3958 W:      http://kernelnewbies.org/KernelJanitors
3959 S:      Odd Fixes
3961 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3962 M:      "J. Bruce Fields" <bfields@fieldses.org>
3963 L:      linux-nfs@vger.kernel.org
3964 W:      http://nfs.sourceforge.net/
3965 S:      Supported
3966 F:      fs/nfsd/
3967 F:      include/linux/nfsd/
3968 F:      fs/lockd/
3969 F:      fs/nfs_common/
3970 F:      net/sunrpc/
3971 F:      include/linux/lockd/
3972 F:      include/linux/sunrpc/
3974 KERNEL VIRTUAL MACHINE (KVM)
3975 M:      Avi Kivity <avi@redhat.com>
3976 M:      Marcelo Tosatti <mtosatti@redhat.com>
3977 L:      kvm@vger.kernel.org
3978 W:      http://kvm.qumranet.com
3979 S:      Supported
3980 F:      Documentation/*/kvm.txt
3981 F:      arch/*/kvm/
3982 F:      arch/*/include/asm/kvm*
3983 F:      include/linux/kvm*
3984 F:      virt/kvm/
3986 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3987 M:      Joerg Roedel <joerg.roedel@amd.com>
3988 L:      kvm@vger.kernel.org
3989 W:      http://kvm.qumranet.com
3990 S:      Supported
3991 F:      arch/x86/include/asm/svm.h
3992 F:      arch/x86/kvm/svm.c
3994 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3995 M:      Alexander Graf <agraf@suse.de>
3996 L:      kvm-ppc@vger.kernel.org
3997 W:      http://kvm.qumranet.com
3998 S:      Supported
3999 F:      arch/powerpc/include/asm/kvm*
4000 F:      arch/powerpc/kvm/
4002 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4003 M:      Xiantao Zhang <xiantao.zhang@intel.com>
4004 L:      kvm-ia64@vger.kernel.org
4005 W:      http://kvm.qumranet.com
4006 S:      Supported
4007 F:      Documentation/ia64/kvm.txt
4008 F:      arch/ia64/include/asm/kvm*
4009 F:      arch/ia64/kvm/
4011 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4012 M:      Carsten Otte <cotte@de.ibm.com>
4013 M:      Christian Borntraeger <borntraeger@de.ibm.com>
4014 M:      linux390@de.ibm.com
4015 L:      linux-s390@vger.kernel.org
4016 W:      http://www.ibm.com/developerworks/linux/linux390/
4017 S:      Supported
4018 F:      Documentation/s390/kvm.txt
4019 F:      arch/s390/include/asm/kvm*
4020 F:      arch/s390/kvm/
4021 F:      drivers/s390/kvm/
4023 KEXEC
4024 M:      Eric Biederman <ebiederm@xmission.com>
4025 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
4026 L:      kexec@lists.infradead.org
4027 S:      Maintained
4028 F:      include/linux/kexec.h
4029 F:      kernel/kexec.c
4031 KEYS/KEYRINGS:
4032 M:      David Howells <dhowells@redhat.com>
4033 L:      keyrings@linux-nfs.org
4034 S:      Maintained
4035 F:      Documentation/security/keys.txt
4036 F:      include/linux/key.h
4037 F:      include/linux/key-type.h
4038 F:      include/keys/
4039 F:      security/keys/
4041 KEYS-TRUSTED
4042 M:      David Safford <safford@watson.ibm.com>
4043 M:      Mimi Zohar <zohar@us.ibm.com>
4044 L:      linux-security-module@vger.kernel.org
4045 L:      keyrings@linux-nfs.org
4046 S:      Supported
4047 F:      Documentation/security/keys-trusted-encrypted.txt
4048 F:      include/keys/trusted-type.h
4049 F:      security/keys/trusted.c
4050 F:      security/keys/trusted.h
4052 KEYS-ENCRYPTED
4053 M:      Mimi Zohar <zohar@us.ibm.com>
4054 M:      David Safford <safford@watson.ibm.com>
4055 L:      linux-security-module@vger.kernel.org
4056 L:      keyrings@linux-nfs.org
4057 S:      Supported
4058 F:      Documentation/security/keys-trusted-encrypted.txt
4059 F:      include/keys/encrypted-type.h
4060 F:      security/keys/encrypted-keys/
4062 KGDB / KDB /debug_core
4063 M:      Jason Wessel <jason.wessel@windriver.com>
4064 W:      http://kgdb.wiki.kernel.org/
4065 L:      kgdb-bugreport@lists.sourceforge.net
4066 S:      Maintained
4067 F:      Documentation/DocBook/kgdb.tmpl
4068 F:      drivers/misc/kgdbts.c
4069 F:      drivers/tty/serial/kgdboc.c
4070 F:      include/linux/kdb.h
4071 F:      include/linux/kgdb.h
4072 F:      kernel/debug/
4074 KMEMCHECK
4075 M:      Vegard Nossum <vegardno@ifi.uio.no>
4076 M:      Pekka Enberg <penberg@kernel.org>
4077 S:      Maintained
4078 F:      Documentation/kmemcheck.txt
4079 F:      arch/x86/include/asm/kmemcheck.h
4080 F:      arch/x86/mm/kmemcheck/
4081 F:      include/linux/kmemcheck.h
4082 F:      mm/kmemcheck.c
4084 KMEMLEAK
4085 M:      Catalin Marinas <catalin.marinas@arm.com>
4086 S:      Maintained
4087 F:      Documentation/kmemleak.txt
4088 F:      include/linux/kmemleak.h
4089 F:      mm/kmemleak.c
4090 F:      mm/kmemleak-test.c
4092 KPROBES
4093 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4094 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4095 M:      "David S. Miller" <davem@davemloft.net>
4096 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4097 S:      Maintained
4098 F:      Documentation/kprobes.txt
4099 F:      include/linux/kprobes.h
4100 F:      kernel/kprobes.c
4102 KS0108 LCD CONTROLLER DRIVER
4103 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4104 W:      http://miguelojeda.es/auxdisplay.htm
4105 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4106 S:      Maintained
4107 F:      Documentation/auxdisplay/ks0108
4108 F:      drivers/auxdisplay/ks0108.c
4109 F:      include/linux/ks0108.h
4111 LAPB module
4112 L:      linux-x25@vger.kernel.org
4113 S:      Orphan
4114 F:      Documentation/networking/lapb-module.txt
4115 F:      include/*/lapb.h
4116 F:      net/lapb/
4118 LASI 53c700 driver for PARISC
4119 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4120 L:      linux-scsi@vger.kernel.org
4121 S:      Maintained
4122 F:      Documentation/scsi/53c700.txt
4123 F:      drivers/scsi/53c700*
4125 LED SUBSYSTEM
4126 M:      Bryan Wu <bryan.wu@canonical.com>
4127 M:      Richard Purdie <rpurdie@rpsys.net>
4128 L:      linux-leds@vger.kernel.org
4129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4130 S:      Maintained
4131 F:      drivers/leds/
4132 F:      include/linux/leds.h
4134 LEGACY EEPROM DRIVER
4135 M:      Jean Delvare <khali@linux-fr.org>
4136 S:      Maintained
4137 F:      Documentation/misc-devices/eeprom
4138 F:      drivers/misc/eeprom/eeprom.c
4140 LEGO USB Tower driver
4141 M:      Juergen Stuber <starblue@users.sourceforge.net>
4142 L:      legousb-devel@lists.sourceforge.net
4143 W:      http://legousb.sourceforge.net/
4144 S:      Maintained
4145 F:      drivers/usb/misc/legousbtower.c
4147 LGUEST
4148 M:      Rusty Russell <rusty@rustcorp.com.au>
4149 L:      lguest@lists.ozlabs.org
4150 W:      http://lguest.ozlabs.org/
4151 S:      Odd Fixes
4152 F:      arch/x86/include/asm/lguest*.h
4153 F:      arch/x86/lguest/
4154 F:      drivers/lguest/
4155 F:      include/linux/lguest*.h
4156 F:      tools/lguest/
4158 LINUX FOR IBM pSERIES (RS/6000)
4159 M:      Paul Mackerras <paulus@au.ibm.com>
4160 W:      http://www.ibm.com/linux/ltc/projects/ppc
4161 S:      Supported
4162 F:      arch/powerpc/boot/rs6000.h
4164 LINUX FOR POWERPC (32-BIT AND 64-BIT)
4165 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4166 M:      Paul Mackerras <paulus@samba.org>
4167 W:      http://www.penguinppc.org/
4168 L:      linuxppc-dev@lists.ozlabs.org
4169 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4171 S:      Supported
4172 F:      Documentation/powerpc/
4173 F:      arch/powerpc/
4175 LINUX FOR POWER MACINTOSH
4176 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4177 W:      http://www.penguinppc.org/
4178 L:      linuxppc-dev@lists.ozlabs.org
4179 S:      Maintained
4180 F:      arch/powerpc/platforms/powermac/
4181 F:      drivers/macintosh/
4183 LINUX FOR POWERPC EMBEDDED MPC5XXX
4184 M:      Anatolij Gustschin <agust@denx.de>
4185 L:      linuxppc-dev@lists.ozlabs.org
4186 T:      git git://git.denx.de/linux-2.6-agust.git
4187 S:      Maintained
4188 F:      arch/powerpc/platforms/512x/
4189 F:      arch/powerpc/platforms/52xx/
4191 LINUX FOR POWERPC EMBEDDED PPC4XX
4192 M:      Josh Boyer <jwboyer@gmail.com>
4193 M:      Matt Porter <mporter@kernel.crashing.org>
4194 W:      http://www.penguinppc.org/
4195 L:      linuxppc-dev@lists.ozlabs.org
4196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4197 S:      Maintained
4198 F:      arch/powerpc/platforms/40x/
4199 F:      arch/powerpc/platforms/44x/
4201 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4202 M:      Grant Likely <grant.likely@secretlab.ca>
4203 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4204 L:      linuxppc-dev@lists.ozlabs.org
4205 T:      git git://git.secretlab.ca/git/linux-2.6.git
4206 S:      Maintained
4207 F:      arch/powerpc/*/*virtex*
4208 F:      arch/powerpc/*/*/*virtex*
4210 LINUX FOR POWERPC EMBEDDED PPC8XX
4211 M:      Vitaly Bordug <vitb@kernel.crashing.org>
4212 M:      Marcelo Tosatti <marcelo@kvack.org>
4213 W:      http://www.penguinppc.org/
4214 L:      linuxppc-dev@lists.ozlabs.org
4215 S:      Maintained
4216 F:      arch/powerpc/platforms/8xx/
4218 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4219 M:      Kumar Gala <galak@kernel.crashing.org>
4220 W:      http://www.penguinppc.org/
4221 L:      linuxppc-dev@lists.ozlabs.org
4222 S:      Maintained
4223 F:      arch/powerpc/platforms/83xx/
4224 F:      arch/powerpc/platforms/85xx/
4226 LINUX FOR POWERPC PA SEMI PWRFICIENT
4227 M:      Olof Johansson <olof@lixom.net>
4228 L:      linuxppc-dev@lists.ozlabs.org
4229 S:      Maintained
4230 F:      arch/powerpc/platforms/pasemi/
4231 F:      drivers/*/*pasemi*
4232 F:      drivers/*/*/*pasemi*
4234 LINUX SECURITY MODULE (LSM) FRAMEWORK
4235 M:      Chris Wright <chrisw@sous-sol.org>
4236 L:      linux-security-module@vger.kernel.org
4237 S:      Supported
4239 LIS3LV02D ACCELEROMETER DRIVER
4240 M:      Eric Piel <eric.piel@tremplin-utc.net>
4241 S:      Maintained
4242 F:      Documentation/misc-devices/lis3lv02d
4243 F:      drivers/misc/lis3lv02d/
4244 F:      drivers/platform/x86/hp_accel.c
4246 LLC (802.2)
4247 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4248 S:      Maintained
4249 F:      include/linux/llc.h
4250 F:      include/net/llc*
4251 F:      net/llc/
4253 LM73 HARDWARE MONITOR DRIVER
4254 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
4255 L:      lm-sensors@lm-sensors.org
4256 S:      Maintained
4257 F:      drivers/hwmon/lm73.c
4259 LM78 HARDWARE MONITOR DRIVER
4260 M:      Jean Delvare <khali@linux-fr.org>
4261 L:      lm-sensors@lm-sensors.org
4262 S:      Maintained
4263 F:      Documentation/hwmon/lm78
4264 F:      drivers/hwmon/lm78.c
4266 LM83 HARDWARE MONITOR DRIVER
4267 M:      Jean Delvare <khali@linux-fr.org>
4268 L:      lm-sensors@lm-sensors.org
4269 S:      Maintained
4270 F:      Documentation/hwmon/lm83
4271 F:      drivers/hwmon/lm83.c
4273 LM90 HARDWARE MONITOR DRIVER
4274 M:      Jean Delvare <khali@linux-fr.org>
4275 L:      lm-sensors@lm-sensors.org
4276 S:      Maintained
4277 F:      Documentation/hwmon/lm90
4278 F:      drivers/hwmon/lm90.c
4280 LOCKDEP AND LOCKSTAT
4281 M:      Peter Zijlstra <peterz@infradead.org>
4282 M:      Ingo Molnar <mingo@redhat.com>
4283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4284 S:      Maintained
4285 F:      Documentation/lockdep*.txt
4286 F:      Documentation/lockstat.txt
4287 F:      include/linux/lockdep.h
4288 F:      kernel/lockdep*
4290 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4291 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
4292 L:      linux-ntfs-dev@lists.sourceforge.net
4293 W:      http://www.linux-ntfs.org/content/view/19/37/
4294 S:      Maintained
4295 F:      Documentation/ldm.txt
4296 F:      block/partitions/ldm.*
4298 LogFS
4299 M:      Joern Engel <joern@logfs.org>
4300 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
4301 L:      logfs@logfs.org
4302 W:      logfs.org
4303 S:      Maintained
4304 F:      fs/logfs/
4306 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4307 M:      Eric Moore <Eric.Moore@lsi.com>
4308 M:      support@lsi.com
4309 L:      DL-MPTFusionLinux@lsi.com
4310 L:      linux-scsi@vger.kernel.org
4311 W:      http://www.lsilogic.com/support
4312 S:      Supported
4313 F:      drivers/message/fusion/
4315 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4316 M:      Matthew Wilcox <matthew@wil.cx>
4317 L:      linux-scsi@vger.kernel.org
4318 S:      Maintained
4319 F:      drivers/scsi/sym53c8xx_2/
4321 LTC4261 HARDWARE MONITOR DRIVER
4322 M:      Guenter Roeck <linux@roeck-us.net>
4323 L:      lm-sensors@lm-sensors.org
4324 S:      Maintained
4325 F:      Documentation/hwmon/ltc4261
4326 F:      drivers/hwmon/ltc4261.c
4328 LTP (Linux Test Project)
4329 M:      Shubham Goyal <shubham@linux.vnet.ibm.com>
4330 M:      Mike Frysinger <vapier@gentoo.org>
4331 M:      Cyril Hrubis <chrubis@suse.cz>
4332 M:      Caspar Zhang <caspar@casparzhang.com>
4333 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
4334 L:      ltp-list@lists.sourceforge.net (subscribers-only)
4335 W:      http://ltp.sourceforge.net/
4336 T:      git git://github.com/linux-test-project/ltp.git
4337 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4338 S:      Maintained
4340 M32R ARCHITECTURE
4341 M:      Hirokazu Takata <takata@linux-m32r.org>
4342 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4343 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4344 W:      http://www.linux-m32r.org/
4345 S:      Maintained
4346 F:      arch/m32r/
4348 M68K ARCHITECTURE
4349 M:      Geert Uytterhoeven <geert@linux-m68k.org>
4350 L:      linux-m68k@lists.linux-m68k.org
4351 W:      http://www.linux-m68k.org/
4352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4353 S:      Maintained
4354 F:      arch/m68k/
4355 F:      drivers/zorro/
4357 M68K ON APPLE MACINTOSH
4358 M:      Joshua Thompson <funaho@jurai.org>
4359 W:      http://www.mac.linux-m68k.org/
4360 L:      linux-m68k@lists.linux-m68k.org
4361 S:      Maintained
4362 F:      arch/m68k/mac/
4364 M68K ON HP9000/300
4365 M:      Philip Blundell <philb@gnu.org>
4366 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
4367 S:      Maintained
4368 F:      arch/m68k/hp300/
4370 MAC80211
4371 M:      Johannes Berg <johannes@sipsolutions.net>
4372 L:      linux-wireless@vger.kernel.org
4373 W:      http://linuxwireless.org/
4374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4376 S:      Maintained
4377 F:      Documentation/networking/mac80211-injection.txt
4378 F:      include/net/mac80211.h
4379 F:      net/mac80211/
4381 MAC80211 PID RATE CONTROL
4382 M:      Stefano Brivio <stefano.brivio@polimi.it>
4383 M:      Mattias Nissler <mattias.nissler@gmx.de>
4384 L:      linux-wireless@vger.kernel.org
4385 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
4386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4388 S:      Maintained
4389 F:      net/mac80211/rc80211_pid*
4391 MACVLAN DRIVER
4392 M:      Patrick McHardy <kaber@trash.net>
4393 L:      netdev@vger.kernel.org
4394 S:      Maintained
4395 F:      drivers/net/macvlan.c
4396 F:      include/linux/if_macvlan.h
4398 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4399 M:      Michael Kerrisk <mtk.manpages@gmail.com>
4400 W:      http://www.kernel.org/doc/man-pages
4401 L:      linux-man@vger.kernel.org
4402 S:      Maintained
4404 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
4405 M:      Mirko Lindner <mlindner@marvell.com>
4406 M:      Stephen Hemminger <shemminger@vyatta.com>
4407 L:      netdev@vger.kernel.org
4408 S:      Maintained
4409 F:      drivers/net/ethernet/marvell/sk*
4411 MARVELL LIBERTAS WIRELESS DRIVER
4412 M:      Dan Williams <dcbw@redhat.com>
4413 L:      libertas-dev@lists.infradead.org
4414 S:      Maintained
4415 F:      drivers/net/wireless/libertas/
4417 MARVELL MV643XX ETHERNET DRIVER
4418 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4419 L:      netdev@vger.kernel.org
4420 S:      Maintained
4421 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
4422 F:      include/linux/mv643xx.h
4424 MARVELL MWIFIEX WIRELESS DRIVER
4425 M:      Bing Zhao <bzhao@marvell.com>
4426 L:      linux-wireless@vger.kernel.org
4427 S:      Maintained
4428 F:      drivers/net/wireless/mwifiex/
4430 MARVELL MWL8K WIRELESS DRIVER
4431 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4432 L:      linux-wireless@vger.kernel.org
4433 S:      Odd Fixes
4434 F:      drivers/net/wireless/mwl8k.c
4436 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4437 M:      Nicolas Pitre <nico@fluxnic.net>
4438 S:      Odd Fixes
4439 F:      drivers/mmc/host/mvsdio.*
4441 MATROX FRAMEBUFFER DRIVER
4442 L:      linux-fbdev@vger.kernel.org
4443 S:      Orphan
4444 F:      drivers/video/matrox/matroxfb_*
4445 F:      include/linux/matroxfb.h
4447 MAX16065 HARDWARE MONITOR DRIVER
4448 M:      Guenter Roeck <linux@roeck-us.net>
4449 L:      lm-sensors@lm-sensors.org
4450 S:      Maintained
4451 F:      Documentation/hwmon/max16065
4452 F:      drivers/hwmon/max16065.c
4454 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4455 M:      "Hans J. Koch" <hjk@hansjkoch.de>
4456 L:      lm-sensors@lm-sensors.org
4457 S:      Maintained
4458 F:      Documentation/hwmon/max6650
4459 F:      drivers/hwmon/max6650.c
4461 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4462 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
4463 P:      LinuxTV.org Project
4464 L:      linux-media@vger.kernel.org
4465 W:      http://linuxtv.org
4466 Q:      http://patchwork.kernel.org/project/linux-media/list/
4467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4468 S:      Maintained
4469 F:      Documentation/dvb/
4470 F:      Documentation/video4linux/
4471 F:      Documentation/DocBook/media/
4472 F:      drivers/media/
4473 F:      drivers/staging/media/
4474 F:      include/media/
4475 F:      include/linux/dvb/
4476 F:      include/linux/videodev*.h
4478 MEGARAID SCSI DRIVERS
4479 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
4480 L:      linux-scsi@vger.kernel.org
4481 W:      http://megaraid.lsilogic.com
4482 S:      Maintained
4483 F:      Documentation/scsi/megaraid.txt
4484 F:      drivers/scsi/megaraid.*
4485 F:      drivers/scsi/megaraid/
4487 MEMORY MANAGEMENT
4488 L:      linux-mm@kvack.org
4489 W:      http://www.linux-mm.org
4490 S:      Maintained
4491 F:      include/linux/mm.h
4492 F:      mm/
4494 MEMORY RESOURCE CONTROLLER
4495 M:      Johannes Weiner <hannes@cmpxchg.org>
4496 M:      Michal Hocko <mhocko@suse.cz>
4497 M:      Balbir Singh <bsingharora@gmail.com>
4498 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4499 L:      cgroups@vger.kernel.org
4500 L:      linux-mm@kvack.org
4501 S:      Maintained
4502 F:      mm/memcontrol.c
4503 F:      mm/page_cgroup.c
4505 MEMORY TECHNOLOGY DEVICES (MTD)
4506 M:      David Woodhouse <dwmw2@infradead.org>
4507 L:      linux-mtd@lists.infradead.org
4508 W:      http://www.linux-mtd.infradead.org/
4509 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
4510 T:      git git://git.infradead.org/mtd-2.6.git
4511 S:      Maintained
4512 F:      drivers/mtd/
4513 F:      include/linux/mtd/
4514 F:      include/mtd/
4516 MICROBLAZE ARCHITECTURE
4517 M:      Michal Simek <monstr@monstr.eu>
4518 L:      microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
4519 W:      http://www.monstr.eu/fdt/
4520 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
4521 S:      Supported
4522 F:      arch/microblaze/
4524 MICROTEK X6 SCANNER
4525 M:      Oliver Neukum <oliver@neukum.name>
4526 S:      Maintained
4527 F:      drivers/usb/image/microtek.*
4529 MIPS
4530 M:      Ralf Baechle <ralf@linux-mips.org>
4531 L:      linux-mips@linux-mips.org
4532 W:      http://www.linux-mips.org/
4533 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
4534 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
4535 S:      Supported
4536 F:      Documentation/mips/
4537 F:      arch/mips/
4539 MODULE SUPPORT
4540 M:      Rusty Russell <rusty@rustcorp.com.au>
4541 S:      Maintained
4542 F:      include/linux/module.h
4543 F:      kernel/module.c
4545 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4546 W:      http://popies.net/meye/
4547 S:      Orphan
4548 F:      Documentation/video4linux/meye.txt
4549 F:      drivers/media/video/meye.*
4550 F:      include/linux/meye.h
4552 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4553 M:      Pavel Pisa <ppisa@pikron.com>
4554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4555 S:      Maintained
4556 F:      drivers/mmc/host/imxmmc.*
4558 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4559 M:      Jiri Slaby <jirislaby@gmail.com>
4560 S:      Maintained
4561 F:      Documentation/serial/moxa-smartio
4562 F:      drivers/tty/mxser.*
4564 MSI LAPTOP SUPPORT
4565 M:      "Lee, Chun-Yi" <jlee@novell.com>
4566 L:      platform-driver-x86@vger.kernel.org
4567 S:      Maintained
4568 F:      drivers/platform/x86/msi-laptop.c
4570 MSI WMI SUPPORT
4571 M:      Anisse Astier <anisse@astier.eu>
4572 L:      platform-driver-x86@vger.kernel.org
4573 S:      Supported
4574 F:      drivers/platform/x86/msi-wmi.c
4576 MULTIFUNCTION DEVICES (MFD)
4577 M:      Samuel Ortiz <sameo@linux.intel.com>
4578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4579 S:      Supported
4580 F:      drivers/mfd/
4582 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4583 M:      Chris Ball <cjb@laptop.org>
4584 L:      linux-mmc@vger.kernel.org
4585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4586 S:      Maintained
4587 F:      drivers/mmc/
4588 F:      include/linux/mmc/
4590 MULTIMEDIA CARD (MMC) ETC. OVER SPI
4591 S:      Orphan
4592 F:      drivers/mmc/host/mmc_spi.c
4593 F:      include/linux/spi/mmc_spi.h
4595 MULTISOUND SOUND DRIVER
4596 M:      Andrew Veliath <andrewtv@usa.net>
4597 S:      Maintained
4598 F:      Documentation/sound/oss/MultiSound
4599 F:      sound/oss/msnd*
4601 MULTITECH MULTIPORT CARD (ISICOM)
4602 S:      Orphan
4603 F:      drivers/tty/isicom.c
4604 F:      include/linux/isicom.h
4606 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4607 M:      Felipe Balbi <balbi@ti.com>
4608 L:      linux-usb@vger.kernel.org
4609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4610 S:      Maintained
4611 F:      drivers/usb/musb/
4613 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4614 M:      Jon Mason <mason@myri.com>
4615 M:      Andrew Gallatin <gallatin@myri.com>
4616 L:      netdev@vger.kernel.org
4617 W:      http://www.myri.com/scs/download-Myri10GE.html
4618 S:      Supported
4619 F:      drivers/net/ethernet/myricom/myri10ge/
4621 NATSEMI ETHERNET DRIVER (DP8381x)
4622 S:      Orphan
4623 F:      drivers/net/ethernet/natsemi/natsemi.c
4625 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
4626 M:      Daniel Mack <zonque@gmail.com>
4627 S:      Maintained
4628 L:      alsa-devel@alsa-project.org
4629 W:      http://www.native-instruments.com
4630 F:      sound/usb/caiaq/
4632 NCP FILESYSTEM
4633 M:      Petr Vandrovec <petr@vandrovec.name>
4634 S:      Odd Fixes
4635 F:      fs/ncpfs/
4637 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4638 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4639 L:      linux-scsi@vger.kernel.org
4640 S:      Maintained
4641 F:      drivers/scsi/NCR_D700.*
4643 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4644 M:      Faisal Latif <faisal.latif@intel.com>
4645 L:      linux-rdma@vger.kernel.org
4646 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4647 S:      Supported
4648 F:      drivers/infiniband/hw/nes/
4650 NETEM NETWORK EMULATOR
4651 M:      Stephen Hemminger <shemminger@vyatta.com>
4652 L:      netem@lists.linux-foundation.org
4653 S:      Maintained
4654 F:      net/sched/sch_netem.c
4656 NETERION 10GbE DRIVERS (s2io/vxge)
4657 M:      Jon Mason <jdmason@kudzu.us>
4658 L:      netdev@vger.kernel.org
4659 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4660 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4661 S:      Supported
4662 F:      Documentation/networking/s2io.txt
4663 F:      Documentation/networking/vxge.txt
4664 F:      drivers/net/ethernet/neterion/
4666 NETFILTER/IPTABLES/IPCHAINS
4667 P:      Harald Welte
4668 P:      Jozsef Kadlecsik
4669 M:      Pablo Neira Ayuso <pablo@netfilter.org>
4670 M:      Patrick McHardy <kaber@trash.net>
4671 L:      netfilter-devel@vger.kernel.org
4672 L:      netfilter@vger.kernel.org
4673 L:      coreteam@netfilter.org
4674 W:      http://www.netfilter.org/
4675 W:      http://www.iptables.org/
4676 T:      git git://1984.lsi.us.es/nf
4677 T:      git git://1984.lsi.us.es/nf-next
4678 S:      Supported
4679 F:      include/linux/netfilter*
4680 F:      include/linux/netfilter/
4681 F:      include/net/netfilter/
4682 F:      net/*/netfilter.c
4683 F:      net/*/netfilter/
4684 F:      net/netfilter/
4686 NETLABEL
4687 M:      Paul Moore <paul@paul-moore.com>
4688 W:      http://netlabel.sf.net
4689 L:      netdev@vger.kernel.org
4690 S:      Maintained
4691 F:      Documentation/netlabel/
4692 F:      include/net/netlabel.h
4693 F:      net/netlabel/
4695 NETROM NETWORK LAYER
4696 M:      Ralf Baechle <ralf@linux-mips.org>
4697 L:      linux-hams@vger.kernel.org
4698 W:      http://www.linux-ax25.org/
4699 S:      Maintained
4700 F:      include/linux/netrom.h
4701 F:      include/net/netrom.h
4702 F:      net/netrom/
4704 NETWORK BLOCK DEVICE (NBD)
4705 M:      Paul Clements <Paul.Clements@steeleye.com>
4706 S:      Maintained
4707 F:      Documentation/blockdev/nbd.txt
4708 F:      drivers/block/nbd.c
4709 F:      include/linux/nbd.h
4711 NETWORK DROP MONITOR
4712 M:      Neil Horman <nhorman@tuxdriver.com>
4713 L:      netdev@vger.kernel.org
4714 S:      Maintained
4715 W:      https://fedorahosted.org/dropwatch/
4716 F:      net/core/drop_monitor.c
4718 NETWORKING [GENERAL]
4719 M:      "David S. Miller" <davem@davemloft.net>
4720 L:      netdev@vger.kernel.org
4721 W:      http://www.linuxfoundation.org/en/Net
4722 W:      http://patchwork.ozlabs.org/project/netdev/list/
4723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
4725 S:      Maintained
4726 F:      net/
4727 F:      include/net/
4728 F:      include/linux/in.h
4729 F:      include/linux/net.h
4730 F:      include/linux/netdevice.h
4732 NETWORKING [IPv4/IPv6]
4733 M:      "David S. Miller" <davem@davemloft.net>
4734 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4735 M:      James Morris <jmorris@namei.org>
4736 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4737 M:      Patrick McHardy <kaber@trash.net>
4738 L:      netdev@vger.kernel.org
4739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4740 S:      Maintained
4741 F:      net/ipv4/
4742 F:      net/ipv6/
4743 F:      include/net/ip*
4744 F:      arch/x86/net/*
4746 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4747 M:      Paul Moore <paul@paul-moore.com>
4748 L:      netdev@vger.kernel.org
4749 S:      Maintained
4751 NETWORKING [WIRELESS]
4752 M:      "John W. Linville" <linville@tuxdriver.com>
4753 L:      linux-wireless@vger.kernel.org
4754 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
4755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
4756 S:      Maintained
4757 F:      net/mac80211/
4758 F:      net/rfkill/
4759 F:      net/wireless/
4760 F:      include/net/ieee80211*
4761 F:      include/linux/wireless.h
4762 F:      include/net/iw_handler.h
4763 F:      drivers/net/wireless/
4765 NETWORKING DRIVERS
4766 L:      netdev@vger.kernel.org
4767 W:      http://www.linuxfoundation.org/en/Net
4768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
4769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
4770 S:      Odd Fixes
4771 F:      drivers/net/
4772 F:      include/linux/if_*
4773 F:      include/linux/*device.h
4775 NETXEN (1/10) GbE SUPPORT
4776 M:      Sony Chacko <sony.chacko@qlogic.com>
4777 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
4778 L:      netdev@vger.kernel.org
4779 W:      http://www.qlogic.com
4780 S:      Supported
4781 F:      drivers/net/ethernet/qlogic/netxen/
4783 NFC SUBSYSTEM
4784 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
4785 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
4786 M:      Samuel Ortiz <sameo@linux.intel.com>
4787 L:      linux-wireless@vger.kernel.org
4788 S:      Maintained
4789 F:      net/nfc/
4790 F:      include/linux/nfc.h
4791 F:      include/net/nfc/
4792 F:      drivers/nfc/
4794 NFS, SUNRPC, AND LOCKD CLIENTS
4795 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
4796 L:      linux-nfs@vger.kernel.org
4797 W:      http://client.linux-nfs.org
4798 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4799 S:      Maintained
4800 F:      fs/lockd/
4801 F:      fs/nfs/
4802 F:      fs/nfs_common/
4803 F:      net/sunrpc/
4804 F:      include/linux/lockd/
4805 F:      include/linux/nfs*
4806 F:      include/linux/sunrpc/
4808 NI5010 NETWORK DRIVER
4809 M:      Jan-Pascal van Best <janpascal@vanbest.org>
4810 M:      Andreas Mohr <andi@lisas.de>
4811 L:      netdev@vger.kernel.org
4812 S:      Maintained
4813 F:      drivers/net/ethernet/racal/ni5010.*
4815 NILFS2 FILESYSTEM
4816 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4817 L:      linux-nilfs@vger.kernel.org
4818 W:      http://www.nilfs.org/en/
4819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4820 S:      Supported
4821 F:      Documentation/filesystems/nilfs2.txt
4822 F:      fs/nilfs2/
4823 F:      include/linux/nilfs2_fs.h
4825 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4826 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4827 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4828 S:      Maintained
4829 F:      Documentation/scsi/NinjaSCSI.txt
4830 F:      drivers/scsi/pcmcia/nsp_*
4832 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4833 M:      GOTO Masanori <gotom@debian.or.jp>
4834 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4835 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4836 S:      Maintained
4837 F:      Documentation/scsi/NinjaSCSI.txt
4838 F:      drivers/scsi/nsp32*
4840 NTFS FILESYSTEM
4841 M:      Anton Altaparmakov <anton@tuxera.com>
4842 L:      linux-ntfs-dev@lists.sourceforge.net
4843 W:      http://www.tuxera.com/
4844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
4845 S:      Supported
4846 F:      Documentation/filesystems/ntfs.txt
4847 F:      fs/ntfs/
4849 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4850 M:      Antonino Daplas <adaplas@gmail.com>
4851 L:      linux-fbdev@vger.kernel.org
4852 S:      Maintained
4853 F:      drivers/video/riva/
4854 F:      drivers/video/nvidia/
4856 OMAP SUPPORT
4857 M:      Tony Lindgren <tony@atomide.com>
4858 L:      linux-omap@vger.kernel.org
4859 W:      http://www.muru.com/linux/omap/
4860 W:      http://linux.omap.com/
4861 Q:      http://patchwork.kernel.org/project/linux-omap/list/
4862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
4863 S:      Maintained
4864 F:      arch/arm/*omap*/
4865 F:      drivers/i2c/busses/i2c-omap.c
4866 F:      include/linux/i2c-omap.h
4868 OMAP CLOCK FRAMEWORK SUPPORT
4869 M:      Paul Walmsley <paul@pwsan.com>
4870 L:      linux-omap@vger.kernel.org
4871 S:      Maintained
4872 F:      arch/arm/*omap*/*clock*
4874 OMAP POWER MANAGEMENT SUPPORT
4875 M:      Kevin Hilman <khilman@ti.com>
4876 L:      linux-omap@vger.kernel.org
4877 S:      Maintained
4878 F:      arch/arm/*omap*/*pm*
4879 F:      drivers/cpufreq/omap-cpufreq.c
4881 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
4882 M:      Rajendra Nayak <rnayak@ti.com>
4883 M:      Paul Walmsley <paul@pwsan.com>
4884 L:      linux-omap@vger.kernel.org
4885 S:      Maintained
4886 F:      arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
4887 F:      arch/arm/mach-omap2/powerdomain44xx.c
4888 F:      arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
4889 F:      arch/arm/mach-omap2/clockdomain44xx.c
4891 OMAP AUDIO SUPPORT
4892 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
4893 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
4894 L:      alsa-devel@alsa-project.org (subscribers-only)
4895 L:      linux-omap@vger.kernel.org
4896 S:      Maintained
4897 F:      sound/soc/omap/
4899 OMAP FRAMEBUFFER SUPPORT
4900 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4901 L:      linux-fbdev@vger.kernel.org
4902 L:      linux-omap@vger.kernel.org
4903 S:      Maintained
4904 F:      drivers/video/omap/
4906 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4907 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4908 L:      linux-omap@vger.kernel.org
4909 L:      linux-fbdev@vger.kernel.org
4910 S:      Maintained
4911 F:      drivers/video/omap2/
4912 F:      Documentation/arm/OMAP/DSS
4914 OMAP HARDWARE SPINLOCK SUPPORT
4915 M:      Ohad Ben-Cohen <ohad@wizery.com>
4916 L:      linux-omap@vger.kernel.org
4917 S:      Maintained
4918 F:      drivers/hwspinlock/omap_hwspinlock.c
4919 F:      arch/arm/mach-omap2/hwspinlock.c
4921 OMAP MMC SUPPORT
4922 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
4923 L:      linux-omap@vger.kernel.org
4924 S:      Maintained
4925 F:      drivers/mmc/host/omap.c
4927 OMAP HS MMC SUPPORT
4928 L:      linux-omap@vger.kernel.org
4929 S:      Orphan
4930 F:      drivers/mmc/host/omap_hsmmc.c
4932 OMAP RANDOM NUMBER GENERATOR SUPPORT
4933 M:      Deepak Saxena <dsaxena@plexity.net>
4934 S:      Maintained
4935 F:      drivers/char/hw_random/omap-rng.c
4937 OMAP HWMOD SUPPORT
4938 M:      Benoît Cousson <b-cousson@ti.com>
4939 M:      Paul Walmsley <paul@pwsan.com>
4940 L:      linux-omap@vger.kernel.org
4941 S:      Maintained
4942 F:      arch/arm/mach-omap2/omap_hwmod.c
4943 F:      arch/arm/plat-omap/include/plat/omap_hwmod.h
4945 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4946 M:      Benoît Cousson <b-cousson@ti.com>
4947 L:      linux-omap@vger.kernel.org
4948 S:      Maintained
4949 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4951 OMAP IMAGE SIGNAL PROCESSOR (ISP)
4952 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4953 L:      linux-media@vger.kernel.org
4954 S:      Maintained
4955 F:      drivers/media/video/omap3isp/*
4957 OMAP USB SUPPORT
4958 M:      Felipe Balbi <balbi@ti.com>
4959 L:      linux-usb@vger.kernel.org
4960 L:      linux-omap@vger.kernel.org
4961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4962 S:      Maintained
4963 F:      drivers/usb/*/*omap*
4964 F:      arch/arm/*omap*/usb*
4966 OMFS FILESYSTEM
4967 M:      Bob Copeland <me@bobcopeland.com>
4968 L:      linux-karma-devel@lists.sourceforge.net
4969 S:      Maintained
4970 F:      Documentation/filesystems/omfs.txt
4971 F:      fs/omfs/
4973 OMNIKEY CARDMAN 4000 DRIVER
4974 M:      Harald Welte <laforge@gnumonks.org>
4975 S:      Maintained
4976 F:      drivers/char/pcmcia/cm4000_cs.c
4977 F:      include/linux/cm4000_cs.h
4979 OMNIKEY CARDMAN 4040 DRIVER
4980 M:      Harald Welte <laforge@gnumonks.org>
4981 S:      Maintained
4982 F:      drivers/char/pcmcia/cm4040_cs.*
4984 OMNIVISION OV7670 SENSOR DRIVER
4985 M:      Jonathan Corbet <corbet@lwn.net>
4986 L:      linux-media@vger.kernel.org
4987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4988 S:      Maintained
4989 F:      drivers/media/video/ov7670.c
4991 ONENAND FLASH DRIVER
4992 M:      Kyungmin Park <kyungmin.park@samsung.com>
4993 L:      linux-mtd@lists.infradead.org
4994 S:      Maintained
4995 F:      drivers/mtd/onenand/
4996 F:      include/linux/mtd/onenand*.h
4998 ONSTREAM SCSI TAPE DRIVER
4999 M:      Willem Riede <osst@riede.org>
5000 L:      osst-users@lists.sourceforge.net
5001 L:      linux-scsi@vger.kernel.org
5002 S:      Maintained
5003 F:      drivers/scsi/osst*
5004 F:      drivers/scsi/st*
5006 OPENCORES I2C BUS DRIVER
5007 M:      Peter Korsgaard <jacmet@sunsite.dk>
5008 L:      linux-i2c@vger.kernel.org
5009 S:      Maintained
5010 F:      Documentation/i2c/busses/i2c-ocores
5011 F:      drivers/i2c/busses/i2c-ocores.c
5013 OPEN FIRMWARE AND FLATTENED DEVICE TREE
5014 M:      Grant Likely <grant.likely@secretlab.ca>
5015 M:      Rob Herring <rob.herring@calxeda.com>
5016 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5017 W:      http://fdt.secretlab.ca
5018 T:      git git://git.secretlab.ca/git/linux-2.6.git
5019 S:      Maintained
5020 F:      Documentation/devicetree
5021 F:      drivers/of
5022 F:      include/linux/of*.h
5023 K:      of_get_property
5024 K:      of_match_table
5026 OPENRISC ARCHITECTURE
5027 M:      Jonas Bonn <jonas@southpole.se>
5028 W:      http://openrisc.net
5029 L:      linux@lists.openrisc.net (moderated for non-subscribers)
5030 S:      Maintained
5031 T:      git git://openrisc.net/~jonas/linux
5032 F:      arch/openrisc
5034 OPENVSWITCH
5035 M:      Jesse Gross <jesse@nicira.com>
5036 L:      dev@openvswitch.org
5037 W:      http://openvswitch.org
5038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5039 S:      Maintained
5040 F:      net/openvswitch/
5042 OPL4 DRIVER
5043 M:      Clemens Ladisch <clemens@ladisch.de>
5044 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5045 T:      git git://git.alsa-project.org/alsa-kernel.git
5046 S:      Maintained
5047 F:      sound/drivers/opl4/
5049 OPROFILE
5050 M:      Robert Richter <robert.richter@amd.com>
5051 L:      oprofile-list@lists.sf.net
5052 S:      Maintained
5053 F:      arch/*/include/asm/oprofile*.h
5054 F:      arch/*/oprofile/
5055 F:      drivers/oprofile/
5056 F:      include/linux/oprofile.h
5058 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5059 M:      Mark Fasheh <mfasheh@suse.com>
5060 M:      Joel Becker <jlbec@evilplan.org>
5061 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
5062 W:      http://oss.oracle.com/projects/ocfs2/
5063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5064 S:      Supported
5065 F:      Documentation/filesystems/ocfs2.txt
5066 F:      Documentation/filesystems/dlmfs.txt
5067 F:      fs/ocfs2/
5069 ORINOCO DRIVER
5070 L:      linux-wireless@vger.kernel.org
5071 W:      http://linuxwireless.org/en/users/Drivers/orinoco
5072 W:      http://www.nongnu.org/orinoco/
5073 S:      Orphan
5074 F:      drivers/net/wireless/orinoco/
5076 OSD LIBRARY and FILESYSTEM
5077 M:      Boaz Harrosh <bharrosh@panasas.com>
5078 M:      Benny Halevy <bhalevy@tonian.com>
5079 L:      osd-dev@open-osd.org
5080 W:      http://open-osd.org
5081 T:      git git://git.open-osd.org/open-osd.git
5082 S:      Maintained
5083 F:      drivers/scsi/osd/
5084 F:      include/scsi/osd_*
5085 F:      fs/exofs/
5087 P54 WIRELESS DRIVER
5088 M:      Christian Lamparter <chunkeey@googlemail.com>
5089 L:      linux-wireless@vger.kernel.org
5090 W:      http://wireless.kernel.org/en/users/Drivers/p54
5091 S:      Maintained
5092 F:      drivers/net/wireless/p54/
5094 PA SEMI ETHERNET DRIVER
5095 M:      Olof Johansson <olof@lixom.net>
5096 L:      netdev@vger.kernel.org
5097 S:      Maintained
5098 F:      drivers/net/ethernet/pasemi/*
5100 PA SEMI SMBUS DRIVER
5101 M:      Olof Johansson <olof@lixom.net>
5102 L:      linux-i2c@vger.kernel.org
5103 S:      Maintained
5104 F:      drivers/i2c/busses/i2c-pasemi.c
5106 PADATA PARALLEL EXECUTION MECHANISM
5107 M:      Steffen Klassert <steffen.klassert@secunet.com>
5108 L:      linux-crypto@vger.kernel.org
5109 S:      Maintained
5110 F:      kernel/padata.c
5111 F:      include/linux/padata.h
5112 F:      Documentation/padata.txt
5114 PANASONIC LAPTOP ACPI EXTRAS DRIVER
5115 M:      Harald Welte <laforge@gnumonks.org>
5116 L:      platform-driver-x86@vger.kernel.org
5117 S:      Maintained
5118 F:      drivers/platform/x86/panasonic-laptop.c
5120 PANASONIC MN10300/AM33/AM34 PORT
5121 M:      David Howells <dhowells@redhat.com>
5122 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5123 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
5124 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5125 S:      Maintained
5126 F:      Documentation/mn10300/
5127 F:      arch/mn10300/
5129 PARALLEL PORT SUPPORT
5130 L:      linux-parport@lists.infradead.org (subscribers-only)
5131 S:      Orphan
5132 F:      drivers/parport/
5133 F:      include/linux/parport*.h
5134 F:      drivers/char/ppdev.c
5135 F:      include/linux/ppdev.h
5137 PARAVIRT_OPS INTERFACE
5138 M:      Jeremy Fitzhardinge <jeremy@goop.org>
5139 M:      Chris Wright <chrisw@sous-sol.org>
5140 M:      Alok Kataria <akataria@vmware.com>
5141 M:      Rusty Russell <rusty@rustcorp.com.au>
5142 L:      virtualization@lists.linux-foundation.org
5143 S:      Supported
5144 F:      Documentation/ia64/paravirt_ops.txt
5145 F:      arch/*/kernel/paravirt*
5146 F:      arch/*/include/asm/paravirt.h
5148 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5149 M:      Tim Waugh <tim@cyberelk.net>
5150 L:      linux-parport@lists.infradead.org (subscribers-only)
5151 W:      http://www.torque.net/linux-pp.html
5152 S:      Maintained
5153 F:      Documentation/blockdev/paride.txt
5154 F:      drivers/block/paride/
5156 PARISC ARCHITECTURE
5157 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
5158 M:      Helge Deller <deller@gmx.de>
5159 L:      linux-parisc@vger.kernel.org
5160 W:      http://www.parisc-linux.org/
5161 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
5162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5163 S:      Maintained
5164 F:      arch/parisc/
5165 F:      drivers/parisc/
5167 PC87360 HARDWARE MONITORING DRIVER
5168 M:      Jim Cromie <jim.cromie@gmail.com>
5169 L:      lm-sensors@lm-sensors.org
5170 S:      Maintained
5171 F:      Documentation/hwmon/pc87360
5172 F:      drivers/hwmon/pc87360.c
5174 PC8736x GPIO DRIVER
5175 M:      Jim Cromie <jim.cromie@gmail.com>
5176 S:      Maintained
5177 F:      drivers/char/pc8736x_gpio.c
5179 PC87427 HARDWARE MONITORING DRIVER
5180 M:      Jean Delvare <khali@linux-fr.org>
5181 L:      lm-sensors@lm-sensors.org
5182 S:      Maintained
5183 F:      Documentation/hwmon/pc87427
5184 F:      drivers/hwmon/pc87427.c
5186 PCA9532 LED DRIVER
5187 M:      Riku Voipio <riku.voipio@iki.fi>
5188 S:      Maintained
5189 F:      drivers/leds/leds-pca9532.c
5190 F:      include/linux/leds-pca9532.h
5192 PCA9541 I2C BUS MASTER SELECTOR DRIVER
5193 M:      Guenter Roeck <linux@roeck-us.net>
5194 L:      linux-i2c@vger.kernel.org
5195 S:      Maintained
5196 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
5198 PCA9564/PCA9665 I2C BUS DRIVER
5199 M:      Wolfram Sang <w.sang@pengutronix.de>
5200 L:      linux-i2c@vger.kernel.org
5201 S:      Maintained
5202 F:      drivers/i2c/algos/i2c-algo-pca.c
5203 F:      drivers/i2c/busses/i2c-pca-*
5204 F:      include/linux/i2c-algo-pca.h
5205 F:      include/linux/i2c-pca-platform.h
5207 PCDP - PRIMARY CONSOLE AND DEBUG PORT
5208 M:      Khalid Aziz <khalid.aziz@hp.com>
5209 S:      Maintained
5210 F:      drivers/firmware/pcdp.*
5212 PCI ERROR RECOVERY
5213 M:      Linas Vepstas <linasvepstas@gmail.com>
5214 L:      linux-pci@vger.kernel.org
5215 S:      Supported
5216 F:      Documentation/PCI/pci-error-recovery.txt
5217 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
5219 PCI SUBSYSTEM
5220 M:      Bjorn Helgaas <bhelgaas@google.com>
5221 L:      linux-pci@vger.kernel.org
5222 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
5223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/linux.git
5224 S:      Supported
5225 F:      Documentation/PCI/
5226 F:      drivers/pci/
5227 F:      include/linux/pci*
5229 PCMCIA SUBSYSTEM
5230 P:      Linux PCMCIA Team
5231 L:      linux-pcmcia@lists.infradead.org
5232 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5234 S:      Maintained
5235 F:      Documentation/pcmcia/
5236 F:      drivers/pcmcia/
5237 F:      include/pcmcia/
5239 PCNET32 NETWORK DRIVER
5240 M:      Don Fry <pcnet32@frontier.com>
5241 L:      netdev@vger.kernel.org
5242 S:      Maintained
5243 F:      drivers/net/ethernet/amd/pcnet32.c
5245 PCRYPT PARALLEL CRYPTO ENGINE
5246 M:      Steffen Klassert <steffen.klassert@secunet.com>
5247 L:      linux-crypto@vger.kernel.org
5248 S:      Maintained
5249 F:      crypto/pcrypt.c
5250 F:      include/crypto/pcrypt.h
5252 PER-CPU MEMORY ALLOCATOR
5253 M:      Tejun Heo <tj@kernel.org>
5254 M:      Christoph Lameter <cl@linux-foundation.org>
5255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5256 S:      Maintained
5257 F:      include/linux/percpu*.h
5258 F:      mm/percpu*.c
5259 F:      arch/*/include/asm/percpu.h
5261 PER-TASK DELAY ACCOUNTING
5262 M:      Balbir Singh <bsingharora@gmail.com>
5263 S:      Maintained
5264 F:      include/linux/delayacct.h
5265 F:      kernel/delayacct.c
5267 PERFORMANCE EVENTS SUBSYSTEM
5268 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
5269 M:      Paul Mackerras <paulus@samba.org>
5270 M:      Ingo Molnar <mingo@redhat.com>
5271 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5273 S:      Supported
5274 F:      kernel/events/*
5275 F:      include/linux/perf_event.h
5276 F:      arch/*/kernel/perf_event*.c
5277 F:      arch/*/kernel/*/perf_event*.c
5278 F:      arch/*/kernel/*/*/perf_event*.c
5279 F:      arch/*/include/asm/perf_event.h
5280 F:      arch/*/lib/perf_event*.c
5281 F:      arch/*/kernel/perf_callchain.c
5282 F:      tools/perf/
5284 PERSONALITY HANDLING
5285 M:      Christoph Hellwig <hch@infradead.org>
5286 L:      linux-abi-devel@lists.sourceforge.net
5287 S:      Maintained
5288 F:      include/linux/personality.h
5290 PHONET PROTOCOL
5291 M:      Remi Denis-Courmont <courmisch@gmail.com>
5292 S:      Supported
5293 F:      Documentation/networking/phonet.txt
5294 F:      include/linux/phonet.h
5295 F:      include/net/phonet/
5296 F:      net/phonet/
5298 PHRAM MTD DRIVER
5299 M:      Joern Engel <joern@lazybastard.org>
5300 L:      linux-mtd@lists.infradead.org
5301 S:      Maintained
5302 F:      drivers/mtd/devices/phram.c
5304 PICOXCELL SUPPORT
5305 M:      Jamie Iles <jamie@jamieiles.com>
5306 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5307 T:      git git://github.com/jamieiles/linux-2.6-ji.git
5308 S:      Supported
5309 F:      arch/arm/mach-picoxcell
5310 F:      drivers/*/picoxcell*
5311 F:      drivers/*/*/picoxcell*
5313 PIN CONTROL SUBSYSTEM
5314 M:      Linus Walleij <linus.walleij@linaro.org>
5315 S:      Maintained
5316 F:      drivers/pinctrl/
5318 PIN CONTROLLER - ST SPEAR
5319 M:     Viresh Kumar <viresh.linux@gmail.com>
5320 L:      spear-devel@list.st.com
5321 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5322 W:      http://www.st.com/spear
5323 S:      Maintained
5324 F:      driver/pinctrl/spear/
5326 PKTCDVD DRIVER
5327 M:      Peter Osterlund <petero2@telia.com>
5328 S:      Maintained
5329 F:      drivers/block/pktcdvd.c
5330 F:      include/linux/pktcdvd.h
5332 PKUNITY SOC DRIVERS
5333 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
5334 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
5335 S:      Maintained
5336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5337 F:      drivers/input/serio/i8042-unicore32io.h
5338 F:      drivers/i2c/busses/i2c-puv3.c
5339 F:      drivers/video/fb-puv3.c
5340 F:      drivers/rtc/rtc-puv3.c
5342 PMBUS HARDWARE MONITORING DRIVERS
5343 M:      Guenter Roeck <linux@roeck-us.net>
5344 L:      lm-sensors@lm-sensors.org
5345 W:      http://www.lm-sensors.org/
5346 W:      http://www.roeck-us.net/linux/drivers/
5347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5348 S:      Maintained
5349 F:      Documentation/hwmon/pmbus
5350 F:      drivers/hwmon/pmbus/
5351 F:      include/linux/i2c/pmbus.h
5353 PMC SIERRA MaxRAID DRIVER
5354 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5355 L:      linux-scsi@vger.kernel.org
5356 W:      http://www.pmc-sierra.com/
5357 S:      Supported
5358 F:      drivers/scsi/pmcraid.*
5360 PMC SIERRA PM8001 DRIVER
5361 M:      jack_wang@usish.com
5362 M:      lindar_liu@usish.com
5363 L:      linux-scsi@vger.kernel.org
5364 S:      Supported
5365 F:      drivers/scsi/pm8001/
5367 POSIX CLOCKS and TIMERS
5368 M:      Thomas Gleixner <tglx@linutronix.de>
5369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5370 S:      Supported
5371 F:      fs/timerfd.c
5372 F:      include/linux/timer*
5373 F:      kernel/*timer*
5375 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5376 M:      Anton Vorontsov <cbou@mail.ru>
5377 M:      David Woodhouse <dwmw2@infradead.org>
5378 T:      git git://git.infradead.org/battery-2.6.git
5379 S:      Maintained
5380 F:      include/linux/power_supply.h
5381 F:      drivers/power/
5383 PNP SUPPORT
5384 M:      Adam Belay <abelay@mit.edu>
5385 M:      Bjorn Helgaas <bhelgaas@google.com>
5386 S:      Maintained
5387 F:      drivers/pnp/
5389 PNXxxxx I2C DRIVER
5390 M:      Vitaly Wool <vitalywool@gmail.com>
5391 L:      linux-i2c@vger.kernel.org
5392 S:      Maintained
5393 F:      drivers/i2c/busses/i2c-pnx.c
5395 PPP PROTOCOL DRIVERS AND COMPRESSORS
5396 M:      Paul Mackerras <paulus@samba.org>
5397 L:      linux-ppp@vger.kernel.org
5398 S:      Maintained
5399 F:      drivers/net/ppp/ppp_*
5401 PPP OVER ATM (RFC 2364)
5402 M:      Mitchell Blank Jr <mitch@sfgoth.com>
5403 S:      Maintained
5404 F:      net/atm/pppoatm.c
5405 F:      include/linux/atmppp.h
5407 PPP OVER ETHERNET
5408 M:      Michal Ostrowski <mostrows@earthlink.net>
5409 S:      Maintained
5410 F:      drivers/net/ppp/pppoe.c
5411 F:      drivers/net/ppp/pppox.c
5413 PPP OVER L2TP
5414 M:      James Chapman <jchapman@katalix.com>
5415 S:      Maintained
5416 F:      net/l2tp/l2tp_ppp.c
5417 F:      include/linux/if_pppol2tp.h
5419 PPS SUPPORT
5420 M:      Rodolfo Giometti <giometti@enneenne.com>
5421 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
5422 L:      linuxpps@ml.enneenne.com (subscribers-only)
5423 S:      Maintained
5424 F:      Documentation/pps/
5425 F:      drivers/pps/
5426 F:      include/linux/pps*.h
5428 PPTP DRIVER
5429 M:      Dmitry Kozlov <xeb@mail.ru>
5430 L:      netdev@vger.kernel.org
5431 S:      Maintained
5432 F:      drivers/net/ppp/pptp.c
5433 W:      http://sourceforge.net/projects/accel-pptp
5435 PREEMPTIBLE KERNEL
5436 M:      Robert Love <rml@tech9.net>
5437 L:      kpreempt-tech@lists.sourceforge.net
5438 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5439 S:      Supported
5440 F:      Documentation/preempt-locking.txt
5441 F:      include/linux/preempt.h
5443 PRISM54 WIRELESS DRIVER
5444 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
5445 L:      linux-wireless@vger.kernel.org
5446 W:      http://wireless.kernel.org/en/users/Drivers/p54
5447 S:      Obsolete
5448 F:      drivers/net/wireless/prism54/
5450 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5451 M:      Mikael Pettersson <mikpe@it.uu.se>
5452 L:      linux-ide@vger.kernel.org
5453 S:      Maintained
5454 F:      drivers/ata/sata_promise.*
5456 PS3 NETWORK SUPPORT
5457 M:      Geoff Levand <geoff@infradead.org>
5458 L:      netdev@vger.kernel.org
5459 L:      cbe-oss-dev@lists.ozlabs.org
5460 S:      Maintained
5461 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
5463 PS3 PLATFORM SUPPORT
5464 M:      Geoff Levand <geoff@infradead.org>
5465 L:      linuxppc-dev@lists.ozlabs.org
5466 L:      cbe-oss-dev@lists.ozlabs.org
5467 S:      Maintained
5468 F:      arch/powerpc/boot/ps3*
5469 F:      arch/powerpc/include/asm/lv1call.h
5470 F:      arch/powerpc/include/asm/ps3*.h
5471 F:      arch/powerpc/platforms/ps3/
5472 F:      drivers/*/ps3*
5473 F:      drivers/ps3/
5474 F:      drivers/rtc/rtc-ps3.c
5475 F:      drivers/usb/host/*ps3.c
5476 F:      sound/ppc/snd_ps3*
5478 PS3VRAM DRIVER
5479 M:      Jim Paris <jim@jtan.com>
5480 L:      cbe-oss-dev@lists.ozlabs.org
5481 S:      Maintained
5482 F:      drivers/block/ps3vram.c
5484 PTP HARDWARE CLOCK SUPPORT
5485 M:      Richard Cochran <richardcochran@gmail.com>
5486 S:      Maintained
5487 W:      http://linuxptp.sourceforge.net/
5488 F:      Documentation/ABI/testing/sysfs-ptp
5489 F:      Documentation/ptp/*
5490 F:      drivers/net/gianfar_ptp.c
5491 F:      drivers/net/phy/dp83640*
5492 F:      drivers/ptp/*
5493 F:      include/linux/ptp_cl*
5495 PTRACE SUPPORT
5496 M:      Roland McGrath <roland@redhat.com>
5497 M:      Oleg Nesterov <oleg@redhat.com>
5498 S:      Maintained
5499 F:      include/asm-generic/syscall.h
5500 F:      include/linux/ptrace.h
5501 F:      include/linux/regset.h
5502 F:      include/linux/tracehook.h
5503 F:      kernel/ptrace.c
5505 PVRUSB2 VIDEO4LINUX DRIVER
5506 M:      Mike Isely <isely@pobox.com>
5507 L:      pvrusb2@isely.net       (subscribers-only)
5508 L:      linux-media@vger.kernel.org
5509 W:      http://www.isely.net/pvrusb2/
5510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5511 S:      Maintained
5512 F:      Documentation/video4linux/README.pvrusb2
5513 F:      drivers/media/video/pvrusb2/
5515 PXA2xx/PXA3xx SUPPORT
5516 M:      Eric Miao <eric.y.miao@gmail.com>
5517 M:      Russell King <linux@arm.linux.org.uk>
5518 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
5519 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5520 T:      git git://github.com/hzhuang1/linux.git
5521 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
5522 S:      Maintained
5523 F:      arch/arm/mach-pxa/
5524 F:      drivers/pcmcia/pxa2xx*
5525 F:      drivers/spi/spi-pxa2xx*
5526 F:      drivers/usb/gadget/pxa2*
5527 F:      include/sound/pxa2xx-lib.h
5528 F:      sound/arm/pxa*
5529 F:      sound/soc/pxa
5531 MMP SUPPORT
5532 M:      Eric Miao <eric.y.miao@gmail.com>
5533 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
5534 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5535 T:      git git://github.com/hzhuang1/linux.git
5536 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
5537 S:      Maintained
5538 F:      arch/arm/mach-mmp/
5540 PXA MMCI DRIVER
5541 S:      Orphan
5543 PXA RTC DRIVER
5544 M:      Robert Jarzmik <robert.jarzmik@free.fr>
5545 L:      rtc-linux@googlegroups.com
5546 S:      Maintained
5548 QIB DRIVER
5549 M:      Mike Marciniszyn <infinipath@intel.com>
5550 L:      linux-rdma@vger.kernel.org
5551 S:      Supported
5552 F:      drivers/infiniband/hw/qib/
5554 QLOGIC QLA1280 SCSI DRIVER
5555 M:      Michael Reed <mdr@sgi.com>
5556 L:      linux-scsi@vger.kernel.org
5557 S:      Maintained
5558 F:      drivers/scsi/qla1280.[ch]
5560 QLOGIC QLA2XXX FC-SCSI DRIVER
5561 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
5562 M:      linux-driver@qlogic.com
5563 L:      linux-scsi@vger.kernel.org
5564 S:      Supported
5565 F:      Documentation/scsi/LICENSE.qla2xxx
5566 F:      drivers/scsi/qla2xxx/
5568 QLOGIC QLA4XXX iSCSI DRIVER
5569 M:      Ravi Anand <ravi.anand@qlogic.com>
5570 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5571 M:      iscsi-driver@qlogic.com
5572 L:      linux-scsi@vger.kernel.org
5573 S:      Supported
5574 F:      drivers/scsi/qla4xxx/
5576 QLOGIC QLA3XXX NETWORK DRIVER
5577 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5578 M:      Ron Mercer <ron.mercer@qlogic.com>
5579 M:      linux-driver@qlogic.com
5580 L:      netdev@vger.kernel.org
5581 S:      Supported
5582 F:      Documentation/networking/LICENSE.qla3xxx
5583 F:      drivers/net/ethernet/qlogic/qla3xxx.*
5585 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5586 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5587 M:      Sony Chacko <sony.chacko@qlogic.com>
5588 M:      linux-driver@qlogic.com
5589 L:      netdev@vger.kernel.org
5590 S:      Supported
5591 F:      drivers/net/ethernet/qlogic/qlcnic/
5593 QLOGIC QLGE 10Gb ETHERNET DRIVER
5594 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5595 M:      Ron Mercer <ron.mercer@qlogic.com>
5596 M:      linux-driver@qlogic.com
5597 L:      netdev@vger.kernel.org
5598 S:      Supported
5599 F:      drivers/net/ethernet/qlogic/qlge/
5601 QNX4 FILESYSTEM
5602 M:      Anders Larsen <al@alarsen.net>
5603 W:      http://www.alarsen.net/linux/qnx4fs/
5604 S:      Maintained
5605 F:      fs/qnx4/
5606 F:      include/linux/qnx4_fs.h
5607 F:      include/linux/qnxtypes.h
5609 QUALCOMM HEXAGON ARCHITECTURE
5610 M:      Richard Kuo <rkuo@codeaurora.org>
5611 L:      linux-hexagon@vger.kernel.org
5612 S:      Supported
5613 F:      arch/hexagon/
5615 RADOS BLOCK DEVICE (RBD)
5616 F:      include/linux/qnxtypes.h
5617 M:      Yehuda Sadeh <yehuda@hq.newdream.net>
5618 M:      Sage Weil <sage@newdream.net>
5619 M:      ceph-devel@vger.kernel.org
5620 S:      Supported
5621 F:      drivers/block/rbd.c
5622 F:      drivers/block/rbd_types.h
5624 RADEON FRAMEBUFFER DISPLAY DRIVER
5625 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5626 L:      linux-fbdev@vger.kernel.org
5627 S:      Maintained
5628 F:      drivers/video/aty/radeon*
5629 F:      include/linux/radeonfb.h
5631 RAGE128 FRAMEBUFFER DISPLAY DRIVER
5632 M:      Paul Mackerras <paulus@samba.org>
5633 L:      linux-fbdev@vger.kernel.org
5634 S:      Maintained
5635 F:      drivers/video/aty/aty128fb.c
5637 RALINK RT2X00 WIRELESS LAN DRIVER
5638 P:      rt2x00 project
5639 M:      Ivo van Doorn <IvDoorn@gmail.com>
5640 M:      Gertjan van Wingerde <gwingerde@gmail.com>
5641 M:      Helmut Schaa <helmut.schaa@googlemail.com>
5642 L:      linux-wireless@vger.kernel.org
5643 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5644 W:      http://rt2x00.serialmonkey.com/
5645 S:      Maintained
5646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5647 F:      drivers/net/wireless/rt2x00/
5649 RAMDISK RAM BLOCK DEVICE DRIVER
5650 M:      Nick Piggin <npiggin@kernel.dk>
5651 S:      Maintained
5652 F:      Documentation/blockdev/ramdisk.txt
5653 F:      drivers/block/brd.c
5655 RANDOM NUMBER DRIVER
5656 M:      Matt Mackall <mpm@selenic.com>
5657 S:      Maintained
5658 F:      drivers/char/random.c
5660 RAPIDIO SUBSYSTEM
5661 M:      Matt Porter <mporter@kernel.crashing.org>
5662 M:      Alexandre Bounine <alexandre.bounine@idt.com>
5663 S:      Maintained
5664 F:      drivers/rapidio/
5666 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5667 L:      linux-wireless@vger.kernel.org
5668 S:      Orphan
5669 F:      drivers/net/wireless/ray*
5671 RCUTORTURE MODULE
5672 M:      Josh Triplett <josh@freedesktop.org>
5673 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5674 S:      Supported
5675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
5676 F:      Documentation/RCU/torture.txt
5677 F:      kernel/rcutorture.c
5679 RDC R-321X SoC
5680 M:      Florian Fainelli <florian@openwrt.org>
5681 S:      Maintained
5683 RDC R6040 FAST ETHERNET DRIVER
5684 M:      Florian Fainelli <florian@openwrt.org>
5685 L:      netdev@vger.kernel.org
5686 S:      Maintained
5687 F:      drivers/net/ethernet/rdc/r6040.c
5689 RDS - RELIABLE DATAGRAM SOCKETS
5690 M:      Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
5691 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
5692 S:      Supported
5693 F:      net/rds/
5695 READ-COPY UPDATE (RCU)
5696 M:      Dipankar Sarma <dipankar@in.ibm.com>
5697 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5698 W:      http://www.rdrop.com/users/paulmck/RCU/
5699 S:      Supported
5700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
5701 F:      Documentation/RCU/
5702 X:      Documentation/RCU/torture.txt
5703 F:      include/linux/rcu*
5704 F:      kernel/rcu*
5705 X:      kernel/rcutorture.c
5707 REAL TIME CLOCK (RTC) SUBSYSTEM
5708 M:      Alessandro Zummo <a.zummo@towertech.it>
5709 L:      rtc-linux@googlegroups.com
5710 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
5711 S:      Maintained
5712 F:      Documentation/rtc.txt
5713 F:      drivers/rtc/
5714 F:      include/linux/rtc.h
5716 REISERFS FILE SYSTEM
5717 L:      reiserfs-devel@vger.kernel.org
5718 S:      Supported
5719 F:      fs/reiserfs/
5721 REGISTER MAP ABSTRACTION
5722 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
5724 S:      Supported
5725 F:      drivers/base/regmap/
5726 F:      include/linux/regmap.h
5728 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
5729 M:      Ohad Ben-Cohen <ohad@wizery.com>
5730 S:      Maintained
5731 F:      drivers/remoteproc/
5732 F:      Documentation/remoteproc.txt
5733 F:      include/linux/remoteproc.h
5735 RFKILL
5736 M:      Johannes Berg <johannes@sipsolutions.net>
5737 L:      linux-wireless@vger.kernel.org
5738 W:      http://wireless.kernel.org/
5739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5741 S:      Maintained
5742 F:      Documentation/rfkill.txt
5743 F:      net/rfkill/
5745 RICOH SMARTMEDIA/XD DRIVER
5746 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5747 S:      Maintained
5748 F:      drivers/mtd/nand/r852.c
5749 F:      drivers/mtd/nand/r852.h
5751 RICOH R5C592 MEMORYSTICK DRIVER
5752 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5753 S:      Maintained
5754 F:      drivers/memstick/host/r592.*
5756 ROCKETPORT DRIVER
5757 P:      Comtrol Corp.
5758 W:      http://www.comtrol.com
5759 S:      Maintained
5760 F:      Documentation/serial/rocket.txt
5761 F:      drivers/tty/rocket*
5763 ROSE NETWORK LAYER
5764 M:      Ralf Baechle <ralf@linux-mips.org>
5765 L:      linux-hams@vger.kernel.org
5766 W:      http://www.linux-ax25.org/
5767 S:      Maintained
5768 F:      include/linux/rose.h
5769 F:      include/net/rose.h
5770 F:      net/rose/
5772 RTL8180 WIRELESS DRIVER
5773 M:      "John W. Linville" <linville@tuxdriver.com>
5774 L:      linux-wireless@vger.kernel.org
5775 W:      http://linuxwireless.org/
5776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5777 S:      Maintained
5778 F:      drivers/net/wireless/rtl818x/rtl8180/
5780 RTL8187 WIRELESS DRIVER
5781 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
5782 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
5783 M:      Larry Finger <Larry.Finger@lwfinger.net>
5784 L:      linux-wireless@vger.kernel.org
5785 W:      http://linuxwireless.org/
5786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5787 S:      Maintained
5788 F:      drivers/net/wireless/rtl818x/rtl8187/
5790 RTL8192CE WIRELESS DRIVER
5791 M:      Larry Finger <Larry.Finger@lwfinger.net>
5792 M:      Chaoming Li <chaoming_li@realsil.com.cn>
5793 L:      linux-wireless@vger.kernel.org
5794 W:      http://linuxwireless.org/
5795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5796 S:      Maintained
5797 F:      drivers/net/wireless/rtlwifi/
5798 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
5800 S3 SAVAGE FRAMEBUFFER DRIVER
5801 M:      Antonino Daplas <adaplas@gmail.com>
5802 L:      linux-fbdev@vger.kernel.org
5803 S:      Maintained
5804 F:      drivers/video/savage/
5806 S390
5807 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
5808 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
5809 M:      linux390@de.ibm.com
5810 L:      linux-s390@vger.kernel.org
5811 W:      http://www.ibm.com/developerworks/linux/linux390/
5812 S:      Supported
5813 F:      arch/s390/
5814 F:      drivers/s390/
5815 F:      block/partitions/ibm.c
5816 F:      Documentation/s390/
5817 F:      Documentation/DocBook/s390*
5819 S390 NETWORK DRIVERS
5820 M:      Ursula Braun <ursula.braun@de.ibm.com>
5821 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
5822 M:      linux390@de.ibm.com
5823 L:      linux-s390@vger.kernel.org
5824 W:      http://www.ibm.com/developerworks/linux/linux390/
5825 S:      Supported
5826 F:      drivers/s390/net/
5828 S390 ZCRYPT DRIVER
5829 M:      Holger Dengler <hd@linux.vnet.ibm.com>
5830 M:      linux390@de.ibm.com
5831 L:      linux-s390@vger.kernel.org
5832 W:      http://www.ibm.com/developerworks/linux/linux390/
5833 S:      Supported
5834 F:      drivers/s390/crypto/
5836 S390 ZFCP DRIVER
5837 M:      Steffen Maier <maier@linux.vnet.ibm.com>
5838 M:      linux390@de.ibm.com
5839 L:      linux-s390@vger.kernel.org
5840 W:      http://www.ibm.com/developerworks/linux/linux390/
5841 S:      Supported
5842 F:      drivers/s390/scsi/zfcp_*
5844 S390 IUCV NETWORK LAYER
5845 M:      Ursula Braun <ursula.braun@de.ibm.com>
5846 M:      linux390@de.ibm.com
5847 L:      linux-s390@vger.kernel.org
5848 W:      http://www.ibm.com/developerworks/linux/linux390/
5849 S:      Supported
5850 F:      drivers/s390/net/*iucv*
5851 F:      include/net/iucv/
5852 F:      net/iucv/
5854 S3C24XX SD/MMC Driver
5855 M:      Ben Dooks <ben-linux@fluff.org>
5856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5857 S:      Supported
5858 F:      drivers/mmc/host/s3cmci.*
5860 SAA7146 VIDEO4LINUX-2 DRIVER
5861 M:      Michael Hunold <michael@mihu.de>
5862 L:      linux-media@vger.kernel.org
5863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5864 W:      http://www.mihu.de/linux/saa7146
5865 S:      Maintained
5866 F:      drivers/media/common/saa7146*
5867 F:      drivers/media/video/*7146*
5868 F:      include/media/*7146*
5870 SAMSUNG LAPTOP DRIVER
5871 M:      Corentin Chary <corentincj@iksaif.net>
5872 L:      platform-driver-x86@vger.kernel.org
5873 S:      Maintained
5874 F:      drivers/platform/x86/samsung-laptop.c
5876 SAMSUNG AUDIO (ASoC) DRIVERS
5877 M:      Sangbeom Kim <sbkim73@samsung.com>
5878 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5879 S:      Supported
5880 F:      sound/soc/samsung
5882 SAMSUNG FRAMEBUFFER DRIVER
5883 M:      Jingoo Han <jg1.han@samsung.com>
5884 L:      linux-fbdev@vger.kernel.org
5885 S:      Maintained
5886 F:      drivers/video/s3c-fb.c
5888 SERIAL DRIVERS
5889 M:      Alan Cox <alan@linux.intel.com>
5890 L:      linux-serial@vger.kernel.org
5891 S:      Maintained
5892 F:      drivers/tty/serial
5894 SYNOPSYS DESIGNWARE DMAC DRIVER
5895 M:     Viresh Kumar <viresh.linux@gmail.com>
5896 S:      Maintained
5897 F:      include/linux/dw_dmac.h
5898 F:      drivers/dma/dw_dmac_regs.h
5899 F:      drivers/dma/dw_dmac.c
5901 TIMEKEEPING, NTP
5902 M:      John Stultz <johnstul@us.ibm.com>
5903 M:      Thomas Gleixner <tglx@linutronix.de>
5904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5905 S:      Supported
5906 F:      include/linux/clocksource.h
5907 F:      include/linux/time.h
5908 F:      include/linux/timex.h
5909 F:      kernel/time/clocksource.c
5910 F:      kernel/time/time*.c
5911 F:      kernel/time/ntp.c
5912 F:      drivers/clocksource
5914 TLG2300 VIDEO4LINUX-2 DRIVER
5915 M:      Huang Shijie <shijie8@gmail.com>
5916 M:      Kang Yong <kangyong@telegent.com>
5917 M:      Zhang Xiaobing <xbzhang@telegent.com>
5918 S:      Supported
5919 F:      drivers/media/video/tlg2300
5921 SC1200 WDT DRIVER
5922 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
5923 S:      Maintained
5924 F:      drivers/watchdog/sc1200wdt.c
5926 SCHEDULER
5927 M:      Ingo Molnar <mingo@redhat.com>
5928 M:      Peter Zijlstra <peterz@infradead.org>
5929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
5930 S:      Maintained
5931 F:      kernel/sched/
5932 F:      include/linux/sched.h
5934 SCORE ARCHITECTURE
5935 M:      Chen Liqin <liqin.chen@sunplusct.com>
5936 M:      Lennox Wu <lennox.wu@gmail.com>
5937 W:      http://www.sunplusct.com
5938 S:      Supported
5939 F:      arch/score/
5941 SCSI CDROM DRIVER
5942 M:      Jens Axboe <axboe@kernel.dk>
5943 L:      linux-scsi@vger.kernel.org
5944 W:      http://www.kernel.dk
5945 S:      Maintained
5946 F:      drivers/scsi/sr*
5948 SCSI RDMA PROTOCOL (SRP) INITIATOR
5949 M:      David Dillow <dillowda@ornl.gov>
5950 L:      linux-rdma@vger.kernel.org
5951 S:      Supported
5952 W:      http://www.openfabrics.org
5953 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5955 F:      drivers/infiniband/ulp/srp/
5956 F:      include/scsi/srp.h
5958 SCSI SG DRIVER
5959 M:      Doug Gilbert <dgilbert@interlog.com>
5960 L:      linux-scsi@vger.kernel.org
5961 W:      http://www.torque.net/sg
5962 S:      Maintained
5963 F:      drivers/scsi/sg.c
5964 F:      include/scsi/sg.h
5966 SCSI SUBSYSTEM
5967 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
5968 L:      linux-scsi@vger.kernel.org
5969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5972 S:      Maintained
5973 F:      drivers/scsi/
5974 F:      include/scsi/
5976 SCSI TAPE DRIVER
5977 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5978 L:      linux-scsi@vger.kernel.org
5979 S:      Maintained
5980 F:      Documentation/scsi/st.txt
5981 F:      drivers/scsi/st*
5983 SCTP PROTOCOL
5984 M:      Vlad Yasevich <vyasevich@gmail.com>
5985 M:      Sridhar Samudrala <sri@us.ibm.com>
5986 L:      linux-sctp@vger.kernel.org
5987 W:      http://lksctp.sourceforge.net
5988 S:      Maintained
5989 F:      Documentation/networking/sctp.txt
5990 F:      include/linux/sctp.h
5991 F:      include/net/sctp/
5992 F:      net/sctp/
5994 SCx200 CPU SUPPORT
5995 M:      Jim Cromie <jim.cromie@gmail.com>
5996 S:      Odd Fixes
5997 F:      Documentation/i2c/busses/scx200_acb
5998 F:      arch/x86/platform/scx200/
5999 F:      drivers/watchdog/scx200_wdt.c
6000 F:      drivers/i2c/busses/scx200*
6001 F:      drivers/mtd/maps/scx200_docflash.c
6002 F:      include/linux/scx200.h
6004 SCx200 GPIO DRIVER
6005 M:      Jim Cromie <jim.cromie@gmail.com>
6006 S:      Maintained
6007 F:      drivers/char/scx200_gpio.c
6008 F:      include/linux/scx200_gpio.h
6010 SCx200 HRT CLOCKSOURCE DRIVER
6011 M:      Jim Cromie <jim.cromie@gmail.com>
6012 S:      Maintained
6013 F:      drivers/clocksource/scx200_hrt.c
6015 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
6016 M:      Sascha Sommer <saschasommer@freenet.de>
6017 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
6018 S:      Maintained
6019 F:      drivers/mmc/host/sdricoh_cs.c
6021 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6022 M:      Chris Ball <cjb@laptop.org>
6023 L:      linux-mmc@vger.kernel.org
6024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6025 S:      Maintained
6026 F:      drivers/mmc/host/sdhci.*
6027 F:      drivers/mmc/host/sdhci-pltfm.[ch]
6029 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
6030 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
6031 L:      linuxppc-dev@lists.ozlabs.org
6032 L:      linux-mmc@vger.kernel.org
6033 S:      Maintained
6034 F:      drivers/mmc/host/sdhci-pltfm.[ch]
6036 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
6037 M:      Ben Dooks <ben-linux@fluff.org>
6038 L:      linux-mmc@vger.kernel.org
6039 S:      Maintained
6040 F:      drivers/mmc/host/sdhci-s3c.c
6042 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
6043 M:     Viresh Kumar <viresh.linux@gmail.com>
6044 L:      spear-devel@list.st.com
6045 L:      linux-mmc@vger.kernel.org
6046 S:      Maintained
6047 F:      drivers/mmc/host/sdhci-spear.c
6049 SECURITY SUBSYSTEM
6050 M:      James Morris <james.l.morris@oracle.com>
6051 L:      linux-security-module@vger.kernel.org (suggested Cc:)
6052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
6053 W:      http://kernsec.org/
6054 S:      Supported
6055 F:      security/
6057 SECURITY CONTACT
6058 M:      Security Officers <security@kernel.org>
6059 S:      Supported
6061 SELINUX SECURITY MODULE
6062 M:      Stephen Smalley <sds@tycho.nsa.gov>
6063 M:      James Morris <james.l.morris@oracle.com>
6064 M:      Eric Paris <eparis@parisplace.org>
6065 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
6066 W:      http://selinuxproject.org
6067 T:      git git://git.infradead.org/users/eparis/selinux.git
6068 S:      Supported
6069 F:      include/linux/selinux*
6070 F:      security/selinux/
6071 F:      scripts/selinux/
6073 APPARMOR SECURITY MODULE
6074 M:      John Johansen <john.johansen@canonical.com>
6075 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
6076 W:      apparmor.wiki.kernel.org
6077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
6078 S:      Supported
6079 F:      security/apparmor/
6081 SENSABLE PHANTOM
6082 M:      Jiri Slaby <jirislaby@gmail.com>
6083 S:      Maintained
6084 F:      drivers/misc/phantom.c
6085 F:      include/linux/phantom.h
6087 SERIAL ATA (SATA) SUBSYSTEM
6088 M:      Jeff Garzik <jgarzik@pobox.com>
6089 L:      linux-ide@vger.kernel.org
6090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
6091 S:      Supported
6092 F:      drivers/ata/
6093 F:      include/linux/ata.h
6094 F:      include/linux/libata.h
6096 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
6097 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
6098 L:      linux-scsi@vger.kernel.org
6099 W:      http://www.emulex.com
6100 S:      Supported
6101 F:      drivers/scsi/be2iscsi/
6103 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
6104 M:      Sathya Perla <sathya.perla@emulex.com>
6105 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
6106 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
6107 L:      netdev@vger.kernel.org
6108 W:      http://www.emulex.com
6109 S:      Supported
6110 F:      drivers/net/ethernet/emulex/benet/
6112 SFC NETWORK DRIVER
6113 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6114 M:      Ben Hutchings <bhutchings@solarflare.com>
6115 L:      netdev@vger.kernel.org
6116 S:      Supported
6117 F:      drivers/net/ethernet/sfc/
6119 SGI GRU DRIVER
6120 M:      Jack Steiner <steiner@sgi.com>
6121 S:      Maintained
6122 F:      drivers/misc/sgi-gru/
6124 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6125 M:      Pat Gefre <pfg@sgi.com>
6126 L:      linux-ia64@vger.kernel.org
6127 S:      Supported
6128 F:      Documentation/ia64/serial.txt
6129 F:      drivers/tty/serial/ioc?_serial.c
6130 F:      include/linux/ioc?.h
6132 SGI VISUAL WORKSTATION 320 AND 540
6133 M:      Andrey Panin <pazke@donpac.ru>
6134 L:      linux-visws-devel@lists.sf.net
6135 W:      http://linux-visws.sf.net
6136 S:      Maintained for 2.6.
6137 F:      Documentation/sgi-visws.txt
6139 SGI XP/XPC/XPNET DRIVER
6140 M:      Robin Holt <holt@sgi.com>
6141 S:      Maintained
6142 F:      drivers/misc/sgi-xp/
6144 SIMPLE FIRMWARE INTERFACE (SFI)
6145 M:      Len Brown <lenb@kernel.org>
6146 L:      sfi-devel@simplefirmware.org
6147 W:      http://simplefirmware.org/
6148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6149 S:      Supported
6150 F:      arch/x86/platform/sfi/
6151 F:      drivers/sfi/
6152 F:      include/linux/sfi*.h
6154 SIMTEC EB110ATX (Chalice CATS)
6155 P:      Ben Dooks
6156 P:      Vincent Sanders <vince@simtec.co.uk>
6157 M:      Simtec Linux Team <linux@simtec.co.uk>
6158 W:      http://www.simtec.co.uk/products/EB110ATX/
6159 S:      Supported
6161 SIMTEC EB2410ITX (BAST)
6162 P:      Ben Dooks
6163 P:      Vincent Sanders <vince@simtec.co.uk>
6164 M:      Simtec Linux Team <linux@simtec.co.uk>
6165 W:      http://www.simtec.co.uk/products/EB2410ITX/
6166 S:      Supported
6167 F:      arch/arm/mach-s3c2410/mach-bast.c
6168 F:      arch/arm/mach-s3c2410/bast-ide.c
6169 F:      arch/arm/mach-s3c2410/bast-irq.c
6171 TI DAVINCI MACHINE SUPPORT
6172 M:      Sekhar Nori <nsekhar@ti.com>
6173 M:      Kevin Hilman <khilman@ti.com>
6174 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6175 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
6176 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
6177 S:      Supported
6178 F:      arch/arm/mach-davinci
6179 F:      drivers/i2c/busses/i2c-davinci.c
6181 SIS 190 ETHERNET DRIVER
6182 M:      Francois Romieu <romieu@fr.zoreil.com>
6183 L:      netdev@vger.kernel.org
6184 S:      Maintained
6185 F:      drivers/net/ethernet/sis/sis190.c
6187 SIS 900/7016 FAST ETHERNET DRIVER
6188 M:      Daniele Venzano <venza@brownhat.org>
6189 W:      http://www.brownhat.org/sis900.html
6190 L:      netdev@vger.kernel.org
6191 S:      Maintained
6192 F:      drivers/net/ethernet/sis/sis900.*
6194 SIS 96X I2C/SMBUS DRIVER
6195 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
6196 L:      linux-i2c@vger.kernel.org
6197 S:      Maintained
6198 F:      Documentation/i2c/busses/i2c-sis96x
6199 F:      drivers/i2c/busses/i2c-sis96x.c
6201 SIS FRAMEBUFFER DRIVER
6202 M:      Thomas Winischhofer <thomas@winischhofer.net>
6203 W:      http://www.winischhofer.net/linuxsisvga.shtml
6204 S:      Maintained
6205 F:      Documentation/fb/sisfb.txt
6206 F:      drivers/video/sis/
6207 F:      include/video/sisfb.h
6209 SIS USB2VGA DRIVER
6210 M:      Thomas Winischhofer <thomas@winischhofer.net>
6211 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
6212 S:      Maintained
6213 F:      drivers/usb/misc/sisusbvga/
6215 SLAB ALLOCATOR
6216 M:      Christoph Lameter <cl@linux-foundation.org>
6217 M:      Pekka Enberg <penberg@kernel.org>
6218 M:      Matt Mackall <mpm@selenic.com>
6219 L:      linux-mm@kvack.org
6220 S:      Maintained
6221 F:      include/linux/sl?b*.h
6222 F:      mm/sl?b.c
6224 SLEEPABLE READ-COPY UPDATE (SRCU)
6225 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
6226 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6227 W:      http://www.rdrop.com/users/paulmck/RCU/
6228 S:      Supported
6229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6230 F:      include/linux/srcu*
6231 F:      kernel/srcu*
6233 SMACK SECURITY MODULE
6234 M:      Casey Schaufler <casey@schaufler-ca.com>
6235 L:      linux-security-module@vger.kernel.org
6236 W:      http://schaufler-ca.com
6237 T:      git git://git.gitorious.org/smack-next/kernel.git
6238 S:      Maintained
6239 F:      Documentation/security/Smack.txt
6240 F:      security/smack/
6242 SMC91x ETHERNET DRIVER
6243 M:      Nicolas Pitre <nico@fluxnic.net>
6244 S:      Odd Fixes
6245 F:      drivers/net/ethernet/smsc/smc91x.*
6247 SMM665 HARDWARE MONITOR DRIVER
6248 M:      Guenter Roeck <linux@roeck-us.net>
6249 L:      lm-sensors@lm-sensors.org
6250 S:      Maintained
6251 F:      Documentation/hwmon/smm665
6252 F:      drivers/hwmon/smm665.c
6254 SMSC EMC2103 HARDWARE MONITOR DRIVER
6255 M:      Steve Glendinning <steve.glendinning@smsc.com>
6256 L:      lm-sensors@lm-sensors.org
6257 S:      Supported
6258 F:      Documentation/hwmon/emc2103
6259 F:      drivers/hwmon/emc2103.c
6261 SMSC SCH5627 HARDWARE MONITOR DRIVER
6262 M:      Hans de Goede <hdegoede@redhat.com>
6263 L:      lm-sensors@lm-sensors.org
6264 S:      Supported
6265 F:      Documentation/hwmon/sch5627
6266 F:      drivers/hwmon/sch5627.c
6268 SMSC47B397 HARDWARE MONITOR DRIVER
6269 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
6270 L:      lm-sensors@lm-sensors.org
6271 S:      Maintained
6272 F:      Documentation/hwmon/smsc47b397
6273 F:      drivers/hwmon/smsc47b397.c
6275 SMSC911x ETHERNET DRIVER
6276 M:      Steve Glendinning <steve.glendinning@smsc.com>
6277 L:      netdev@vger.kernel.org
6278 S:      Supported
6279 F:      include/linux/smsc911x.h
6280 F:      drivers/net/ethernet/smsc/smsc911x.*
6282 SMSC9420 PCI ETHERNET DRIVER
6283 M:      Steve Glendinning <steve.glendinning@smsc.com>
6284 L:      netdev@vger.kernel.org
6285 S:      Supported
6286 F:      drivers/net/ethernet/smsc/smsc9420.*
6288 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6289 M:      Steve Glendinning <steve.glendinning@smsc.com>
6290 L:      linux-fbdev@vger.kernel.org
6291 S:      Supported
6292 F:      drivers/video/smscufx.c
6294 SN-IA64 (Itanium) SUB-PLATFORM
6295 M:      Jes Sorensen <jes@sgi.com>
6296 L:      linux-altix@sgi.com
6297 L:      linux-ia64@vger.kernel.org
6298 W:      http://www.sgi.com/altix
6299 S:      Maintained
6300 F:      arch/ia64/sn/
6302 SOC-CAMERA V4L2 SUBSYSTEM
6303 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6304 L:      linux-media@vger.kernel.org
6305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6306 S:      Maintained
6307 F:      include/media/v4l2*
6308 F:      drivers/media/video/v4l2*
6310 SOEKRIS NET48XX LED SUPPORT
6311 M:      Chris Boot <bootc@bootc.net>
6312 S:      Maintained
6313 F:      drivers/leds/leds-net48xx.c
6315 SOFTWARE RAID (Multiple Disks) SUPPORT
6316 M:      Neil Brown <neilb@suse.de>
6317 L:      linux-raid@vger.kernel.org
6318 S:      Supported
6319 F:      drivers/md/
6320 F:      include/linux/raid/
6322 SONIC NETWORK DRIVER
6323 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6324 L:      netdev@vger.kernel.org
6325 S:      Maintained
6326 F:      drivers/net/ethernet/natsemi/sonic.*
6328 SONICS SILICON BACKPLANE DRIVER (SSB)
6329 M:      Michael Buesch <m@bues.ch>
6330 L:      netdev@vger.kernel.org
6331 S:      Maintained
6332 F:      drivers/ssb/
6333 F:      include/linux/ssb/
6335 SONY VAIO CONTROL DEVICE DRIVER
6336 M:      Mattia Dongili <malattia@linux.it>
6337 L:      platform-driver-x86@vger.kernel.org
6338 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6339 S:      Maintained
6340 F:      Documentation/laptops/sony-laptop.txt
6341 F:      drivers/char/sonypi.c
6342 F:      drivers/platform/x86/sony-laptop.c
6343 F:      include/linux/sony-laptop.h
6345 SONY MEMORYSTICK CARD SUPPORT
6346 M:      Alex Dubov <oakad@yahoo.com>
6347 W:      http://tifmxx.berlios.de/
6348 S:      Maintained
6349 F:      drivers/memstick/host/tifm_ms.c
6351 SOUND
6352 M:      Jaroslav Kysela <perex@perex.cz>
6353 M:      Takashi Iwai <tiwai@suse.de>
6354 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6355 W:      http://www.alsa-project.org/
6356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6357 T:      git git://git.alsa-project.org/alsa-kernel.git
6358 S:      Maintained
6359 F:      Documentation/sound/
6360 F:      include/sound/
6361 F:      sound/
6363 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6364 M:      Liam Girdwood <lrg@ti.com>
6365 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
6367 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6368 W:      http://alsa-project.org/main/index.php/ASoC
6369 S:      Supported
6370 F:      sound/soc/
6371 F:      include/sound/soc*
6373 SPARC + UltraSPARC (sparc/sparc64)
6374 M:      "David S. Miller" <davem@davemloft.net>
6375 L:      sparclinux@vger.kernel.org
6376 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
6377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6379 S:      Maintained
6380 F:      arch/sparc/
6381 F:      drivers/sbus/
6383 SPARC SERIAL DRIVERS
6384 M:      "David S. Miller" <davem@davemloft.net>
6385 L:      sparclinux@vger.kernel.org
6386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6388 S:      Maintained
6389 F:      include/linux/sunserialcore.h
6390 F:      drivers/tty/serial/suncore.c
6391 F:      drivers/tty/serial/sunhv.c
6392 F:      drivers/tty/serial/sunsab.c
6393 F:      drivers/tty/serial/sunsab.h
6394 F:      drivers/tty/serial/sunsu.c
6395 F:      drivers/tty/serial/sunzilog.c
6396 F:      drivers/tty/serial/sunzilog.h
6398 SPARSE CHECKER
6399 M:      "Christopher Li" <sparse@chrisli.org>
6400 L:      linux-sparse@vger.kernel.org
6401 W:      https://sparse.wiki.kernel.org/
6402 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
6403 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
6404 S:      Maintained
6405 F:      include/linux/compiler.h
6407 SPEAR PLATFORM SUPPORT
6408 M:     Viresh Kumar <viresh.linux@gmail.com>
6409 M:      Shiraz Hashim <shiraz.hashim@st.com>
6410 L:      spear-devel@list.st.com
6411 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6412 W:      http://www.st.com/spear
6413 S:      Maintained
6414 F:      arch/arm/plat-spear/
6416 SPEAR13XX MACHINE SUPPORT
6417 M:     Viresh Kumar <viresh.linux@gmail.com>
6418 M:      Shiraz Hashim <shiraz.hashim@st.com>
6419 L:      spear-devel@list.st.com
6420 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6421 W:      http://www.st.com/spear
6422 S:      Maintained
6423 F:      arch/arm/mach-spear13xx/
6425 SPEAR3XX MACHINE SUPPORT
6426 M:     Viresh Kumar <viresh.linux@gmail.com>
6427 M:      Shiraz Hashim <shiraz.hashim@st.com>
6428 L:      spear-devel@list.st.com
6429 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6430 W:      http://www.st.com/spear
6431 S:      Maintained
6432 F:      arch/arm/mach-spear3xx/
6434 SPEAR6XX MACHINE SUPPORT
6435 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
6436 M:      Shiraz Hashim <shiraz.hashim@st.com>
6437 M:     Viresh Kumar <viresh.linux@gmail.com>
6438 L:      spear-devel@list.st.com
6439 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6440 W:      http://www.st.com/spear
6441 S:      Maintained
6442 F:      arch/arm/mach-spear6xx/
6444 SPEAR CLOCK FRAMEWORK SUPPORT
6445 M:     Viresh Kumar <viresh.linux@gmail.com>
6446 L:      spear-devel@list.st.com
6447 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6448 W:      http://www.st.com/spear
6449 S:      Maintained
6450 F:      drivers/clk/spear/
6452 SPI SUBSYSTEM
6453 M:      Grant Likely <grant.likely@secretlab.ca>
6454 L:      spi-devel-general@lists.sourceforge.net
6455 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
6456 T:      git git://git.secretlab.ca/git/linux-2.6.git
6457 S:      Maintained
6458 F:      Documentation/spi/
6459 F:      drivers/spi/
6460 F:      include/linux/spi/
6462 SPIDERNET NETWORK DRIVER for CELL
6463 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6464 M:      Jens Osterkamp <jens@de.ibm.com>
6465 L:      netdev@vger.kernel.org
6466 S:      Supported
6467 F:      Documentation/networking/spider_net.txt
6468 F:      drivers/net/ethernet/toshiba/spider_net*
6470 SPU FILE SYSTEM
6471 M:      Jeremy Kerr <jk@ozlabs.org>
6472 L:      linuxppc-dev@lists.ozlabs.org
6473 L:      cbe-oss-dev@lists.ozlabs.org
6474 W:      http://www.ibm.com/developerworks/power/cell/
6475 S:      Supported
6476 F:      Documentation/filesystems/spufs.txt
6477 F:      arch/powerpc/platforms/cell/spufs/
6479 SQUASHFS FILE SYSTEM
6480 M:      Phillip Lougher <phillip@squashfs.org.uk>
6481 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
6482 W:      http://squashfs.org.uk
6483 S:      Maintained
6484 F:      Documentation/filesystems/squashfs.txt
6485 F:      fs/squashfs/
6487 SRM (Alpha) environment access
6488 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
6489 S:      Maintained
6490 F:      arch/alpha/kernel/srm_env.c
6492 STABLE BRANCH
6493 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6494 L:      stable@vger.kernel.org
6495 S:      Supported
6497 STAGING SUBSYSTEM
6498 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
6500 L:      devel@driverdev.osuosl.org
6501 S:      Supported
6502 F:      drivers/staging/
6504 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6505 M:      Henk de Groot <pe1dnn@amsat.org>
6506 S:      Odd Fixes
6507 F:      drivers/staging/wlags49_h2/
6508 F:      drivers/staging/wlags49_h25/
6510 STAGING - ASUS OLED
6511 M:      Jakub Schmidtke <sjakub@gmail.com>
6512 S:      Odd Fixes
6513 F:      drivers/staging/asus_oled/
6515 STAGING - COMEDI
6516 M:      Ian Abbott <abbotti@mev.co.uk>
6517 M:      Mori Hess <fmhess@users.sourceforge.net>
6518 S:      Odd Fixes
6519 F:      drivers/staging/comedi/
6521 STAGING - CRYSTAL HD VIDEO DECODER
6522 M:      Naren Sankar <nsankar@broadcom.com>
6523 M:      Jarod Wilson <jarod@wilsonet.com>
6524 M:      Scott Davilla <davilla@4pi.com>
6525 M:      Manu Abraham <abraham.manu@gmail.com>
6526 S:      Odd Fixes
6527 F:      drivers/staging/crystalhd/
6529 STAGING - ECHO CANCELLER
6530 M:      Steve Underwood <steveu@coppice.org>
6531 M:      David Rowe <david@rowetel.com>
6532 S:      Odd Fixes
6533 F:      drivers/staging/echo/
6535 STAGING - ET131X NETWORK DRIVER
6536 M:      Mark Einon <mark.einon@gmail.com>
6537 S:      Odd Fixes
6538 F:      drivers/staging/et131x/
6540 STAGING - FLARION FT1000 DRIVERS
6541 M:      Marek Belisko <marek.belisko@gmail.com>
6542 S:      Odd Fixes
6543 F:      drivers/staging/ft1000/
6545 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
6546 M:      David Täht <d@teklibre.com>
6547 S:      Odd Fixes
6548 F:      drivers/staging/frontier/
6550 STAGING - INDUSTRIAL IO
6551 M:      Jonathan Cameron <jic23@cam.ac.uk>
6552 L:      linux-iio@vger.kernel.org
6553 S:      Odd Fixes
6554 F:      drivers/staging/iio/
6556 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
6557 M:      Jarod Wilson <jarod@wilsonet.com>
6558 W:      http://www.lirc.org/
6559 S:      Odd Fixes
6560 F:      drivers/staging/media/lirc/
6562 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
6563 M:      Julian Andres Klode <jak@jak-linux.org>
6564 M:      Marc Dietrich <marvin24@gmx.de>
6565 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
6566 S:      Maintained
6567 F:      drivers/staging/nvec/
6569 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
6570 M:      Andres Salomon <dilinger@queued.net>
6571 M:      Chris Ball <cjb@laptop.org>
6572 M:      Jon Nettleton <jon.nettleton@gmail.com>
6573 W:      http://wiki.laptop.org/go/DCON
6574 S:      Odd Fixes
6575 F:      drivers/staging/olpc_dcon/
6577 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
6578 M:      Rupesh Gujare <rgujare@ozmodevices.com>
6579 M:      Chris Kelly <ckelly@ozmodevices.com>
6580 S:      Maintained
6581 F:      drivers/staging/ozwpan/
6583 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
6584 M:      Willy Tarreau <willy@meta-x.org>
6585 S:      Odd Fixes
6586 F:      drivers/staging/panel/
6588 STAGING - REALTEK RTL8712U DRIVERS
6589 M:      Larry Finger <Larry.Finger@lwfinger.net>
6590 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
6591 S:      Odd Fixes
6592 F:      drivers/staging/rtl8712/
6594 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
6595 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
6596 S:      Odd Fixes
6597 F:      drivers/staging/sm7xx/
6599 STAGING - SOFTLOGIC 6x10 MPEG CODEC
6600 M:      Ben Collins <bcollins@bluecherry.net>
6601 S:      Odd Fixes
6602 F:      drivers/staging/media/solo6x10/
6604 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
6605 M:      William Hubbs <w.d.hubbs@gmail.com>
6606 M:      Chris Brannon <chris@the-brannons.com>
6607 M:      Kirk Reiser <kirk@braille.uwo.ca>
6608 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
6609 L:      speakup@braille.uwo.ca
6610 W:      http://www.linux-speakup.org/
6611 S:      Odd Fixes
6612 F:      drivers/staging/speakup/
6614 STAGING - TI DSP BRIDGE DRIVERS
6615 M:      Omar Ramirez Luna <omar.ramirez@ti.com>
6616 S:      Odd Fixes
6617 F:      drivers/staging/tidspbridge/
6619 STAGING - USB ENE SM/MS CARD READER DRIVER
6620 M:      Al Cho <acho@novell.com>
6621 S:      Odd Fixes
6622 F:      drivers/staging/keucr/
6624 STAGING - VIA VT665X DRIVERS
6625 M:      Forest Bond <forest@alittletooquiet.net>
6626 S:      Odd Fixes
6627 F:      drivers/staging/vt665?/
6629 STAGING - WINBOND IS89C35 WLAN USB DRIVER
6630 M:      Pavel Machek <pavel@ucw.cz>
6631 S:      Odd Fixes
6632 F:      drivers/staging/winbond/
6634 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
6635 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
6636 S:      Odd Fixes
6637 F:      drivers/staging/xgifb/
6639 STARFIRE/DURALAN NETWORK DRIVER
6640 M:      Ion Badulescu <ionut@badula.org>
6641 S:      Odd Fixes
6642 F:      drivers/net/ethernet/adaptec/starfire*
6644 SUN3/3X
6645 M:      Sam Creasey <sammy@sammy.net>
6646 W:      http://sammy.net/sun3/
6647 S:      Maintained
6648 F:      arch/m68k/kernel/*sun3*
6649 F:      arch/m68k/sun3*/
6650 F:      arch/m68k/include/asm/sun3*
6651 F:      drivers/net/ethernet/i825xx/sun3*
6653 SUPERH
6654 M:      Paul Mundt <lethal@linux-sh.org>
6655 L:      linux-sh@vger.kernel.org
6656 W:      http://www.linux-sh.org
6657 Q:      http://patchwork.kernel.org/project/linux-sh/list/
6658 T:      git git://github.com/pmundt/linux-sh.git sh-latest
6659 S:      Supported
6660 F:      Documentation/sh/
6661 F:      arch/sh/
6662 F:      drivers/sh/
6664 SUSPEND TO RAM
6665 M:      Len Brown <len.brown@intel.com>
6666 M:      Pavel Machek <pavel@ucw.cz>
6667 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
6668 L:      linux-pm@vger.kernel.org
6669 S:      Supported
6670 F:      Documentation/power/
6671 F:      arch/x86/kernel/acpi/
6672 F:      drivers/base/power/
6673 F:      kernel/power/
6674 F:      include/linux/suspend.h
6675 F:      include/linux/freezer.h
6676 F:      include/linux/pm.h
6678 SVGA HANDLING
6679 M:      Martin Mares <mj@ucw.cz>
6680 L:      linux-video@atrey.karlin.mff.cuni.cz
6681 S:      Maintained
6682 F:      Documentation/svga.txt
6683 F:      arch/x86/boot/video*
6685 SYSV FILESYSTEM
6686 M:      Christoph Hellwig <hch@infradead.org>
6687 S:      Maintained
6688 F:      Documentation/filesystems/sysv-fs.txt
6689 F:      fs/sysv/
6690 F:      include/linux/sysv_fs.h
6692 TARGET SUBSYSTEM
6693 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
6694 L:      linux-scsi@vger.kernel.org
6695 L:      target-devel@vger.kernel.org
6696 L:      http://groups.google.com/group/linux-iscsi-target-dev
6697 W:      http://www.linux-iscsi.org
6698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
6699 S:      Supported
6700 F:      drivers/target/
6701 F:      include/target/
6702 F:      Documentation/target/
6704 TASKSTATS STATISTICS INTERFACE
6705 M:      Balbir Singh <bsingharora@gmail.com>
6706 S:      Maintained
6707 F:      Documentation/accounting/taskstats*
6708 F:      include/linux/taskstats*
6709 F:      kernel/taskstats.c
6711 TC CLASSIFIER
6712 M:      Jamal Hadi Salim <jhs@mojatatu.com>
6713 L:      netdev@vger.kernel.org
6714 S:      Maintained
6715 F:      include/linux/pkt_cls.h
6716 F:      include/net/pkt_cls.h
6717 F:      net/sched/
6719 TCP LOW PRIORITY MODULE
6720 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6721 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6722 W:      http://tcp-lp-mod.sourceforge.net/
6723 S:      Maintained
6724 F:      net/ipv4/tcp_lp.c
6726 TEAM DRIVER
6727 M:      Jiri Pirko <jpirko@redhat.com>
6728 L:      netdev@vger.kernel.org
6729 S:      Supported
6730 F:      drivers/net/team/
6731 F:      include/linux/if_team.h
6733 TEGRA SUPPORT
6734 M:      Colin Cross <ccross@android.com>
6735 M:      Olof Johansson <olof@lixom.net>
6736 M:      Stephen Warren <swarren@wwwdotorg.org>
6737 L:      linux-tegra@vger.kernel.org
6738 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
6739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
6740 S:      Supported
6741 F:      arch/arm/mach-tegra
6743 TEHUTI ETHERNET DRIVER
6744 M:      Andy Gospodarek <andy@greyhouse.net>
6745 L:      netdev@vger.kernel.org
6746 S:      Supported
6747 F:      drivers/net/ethernet/tehuti/*
6749 Telecom Clock Driver for MCPL0010
6750 M:      Mark Gross <mark.gross@intel.com>
6751 S:      Supported
6752 F:      drivers/char/tlclk.c
6754 TENSILICA XTENSA PORT (xtensa)
6755 M:      Chris Zankel <chris@zankel.net>
6756 S:      Maintained
6757 F:      arch/xtensa/
6759 THINKPAD ACPI EXTRAS DRIVER
6760 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6761 L:      ibm-acpi-devel@lists.sourceforge.net
6762 L:      platform-driver-x86@vger.kernel.org
6763 W:      http://ibm-acpi.sourceforge.net
6764 W:      http://thinkwiki.org/wiki/Ibm-acpi
6765 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6766 S:      Maintained
6767 F:      drivers/platform/x86/thinkpad_acpi.c
6769 TI FLASH MEDIA INTERFACE DRIVER
6770 M:      Alex Dubov <oakad@yahoo.com>
6771 S:      Maintained
6772 F:      drivers/misc/tifm*
6773 F:      drivers/mmc/host/tifm_sd.c
6774 F:      include/linux/tifm.h
6776 TI LM49xxx FAMILY ASoC CODEC DRIVERS
6777 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
6778 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6779 S:      Maintained
6780 F:      sound/soc/codecs/lm49453*
6782 TI TWL4030 SERIES SOC CODEC DRIVER
6783 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6784 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6785 S:      Maintained
6786 F:      sound/soc/codecs/twl4030*
6788 TI WILINK WIRELESS DRIVERS
6789 M:      Luciano Coelho <coelho@ti.com>
6790 L:      linux-wireless@vger.kernel.org
6791 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
6792 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
6793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
6794 S:      Maintained
6795 F:      drivers/net/wireless/ti/
6796 F:      include/linux/wl12xx.h
6798 TIPC NETWORK LAYER
6799 M:      Jon Maloy <jon.maloy@ericsson.com>
6800 M:      Allan Stephens <allan.stephens@windriver.com>
6801 L:      netdev@vger.kernel.org (core kernel code)
6802 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
6803 W:      http://tipc.sourceforge.net/
6804 S:      Maintained
6805 F:      include/linux/tipc*.h
6806 F:      net/tipc/
6808 TILE ARCHITECTURE
6809 M:      Chris Metcalf <cmetcalf@tilera.com>
6810 W:      http://www.tilera.com/scm/
6811 S:      Supported
6812 F:      arch/tile/
6813 F:      drivers/tty/hvc/hvc_tile.c
6814 F:      drivers/net/ethernet/tile/
6815 F:      drivers/edac/tile_edac.c
6817 TLAN NETWORK DRIVER
6818 M:      Samuel Chessman <chessman@tux.org>
6819 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
6820 W:      http://sourceforge.net/projects/tlan/
6821 S:      Maintained
6822 F:      Documentation/networking/tlan.txt
6823 F:      drivers/net/ethernet/ti/tlan.*
6825 TOMOYO SECURITY MODULE
6826 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
6827 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6828 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6829 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6830 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6831 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6832 W:      http://tomoyo.sourceforge.jp/
6833 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
6834 S:      Maintained
6835 F:      security/tomoyo/
6837 TOPSTAR LAPTOP EXTRAS DRIVER
6838 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
6839 L:      platform-driver-x86@vger.kernel.org
6840 S:      Maintained
6841 F:      drivers/platform/x86/topstar-laptop.c
6843 TOSHIBA ACPI EXTRAS DRIVER
6844 L:      platform-driver-x86@vger.kernel.org
6845 S:      Orphan
6846 F:      drivers/platform/x86/toshiba_acpi.c
6848 TOSHIBA SMM DRIVER
6849 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
6850 L:      tlinux-users@tce.toshiba-dme.co.jp
6851 W:      http://www.buzzard.org.uk/toshiba/
6852 S:      Maintained
6853 F:      drivers/char/toshiba.c
6854 F:      include/linux/toshiba.h
6856 TMIO MMC DRIVER
6857 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6858 M:      Ian Molton <ian@mnementh.co.uk>
6859 L:      linux-mmc@vger.kernel.org
6860 S:      Maintained
6861 F:      drivers/mmc/host/tmio_mmc*
6862 F:      drivers/mmc/host/sh_mobile_sdhi.c
6863 F:      include/linux/mmc/tmio.h
6864 F:      include/linux/mmc/sh_mobile_sdhi.h
6866 TMPFS (SHMEM FILESYSTEM)
6867 M:      Hugh Dickins <hughd@google.com>
6868 L:      linux-mm@kvack.org
6869 S:      Maintained
6870 F:      include/linux/shmem_fs.h
6871 F:      mm/shmem.c
6873 TPM DEVICE DRIVER
6874 M:      Kent Yoder <key@linux.vnet.ibm.com>
6875 M:      Rajiv Andrade <mail@srajiv.net>
6876 W:      http://tpmdd.sourceforge.net
6877 M:      Marcel Selhorst <tpmdd@selhorst.net>
6878 M:      Sirrix AG <tpmdd@sirrix.com>
6879 W:      http://www.sirrix.com
6880 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6881 S:      Maintained
6882 F:      drivers/char/tpm/
6884 TRACING
6885 M:      Steven Rostedt <rostedt@goodmis.org>
6886 M:      Frederic Weisbecker <fweisbec@gmail.com>
6887 M:      Ingo Molnar <mingo@redhat.com>
6888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6889 S:      Maintained
6890 F:      Documentation/trace/ftrace.txt
6891 F:      arch/*/*/*/ftrace.h
6892 F:      arch/*/kernel/ftrace.c
6893 F:      include/*/ftrace.h
6894 F:      include/linux/trace*.h
6895 F:      include/trace/
6896 F:      kernel/trace/
6898 TRIVIAL PATCHES
6899 M:      Jiri Kosina <trivial@kernel.org>
6900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6901 S:      Maintained
6902 K:      ^Subject:.*(?i)trivial
6904 TTY LAYER
6905 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6906 S:      Supported
6907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
6908 F:      drivers/tty/
6909 F:      drivers/tty/serial/serial_core.c
6910 F:      include/linux/serial_core.h
6911 F:      include/linux/serial.h
6912 F:      include/linux/tty.h
6914 TULIP NETWORK DRIVERS
6915 M:      Grant Grundler <grundler@parisc-linux.org>
6916 L:      netdev@vger.kernel.org
6917 S:      Maintained
6918 F:      drivers/net/ethernet/dec/tulip/
6920 TUN/TAP driver
6921 M:      Maxim Krasnyansky <maxk@qualcomm.com>
6922 L:      vtun@office.satix.net
6923 W:      http://vtun.sourceforge.net/tun
6924 S:      Maintained
6925 F:      Documentation/networking/tuntap.txt
6926 F:      arch/um/os-Linux/drivers/
6928 TURBOCHANNEL SUBSYSTEM
6929 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6930 S:      Maintained
6931 F:      drivers/tc/
6932 F:      include/linux/tc.h
6934 U14-34F SCSI DRIVER
6935 M:      Dario Ballabio <ballabio_dario@emc.com>
6936 L:      linux-scsi@vger.kernel.org
6937 S:      Maintained
6938 F:      drivers/scsi/u14-34f.c
6940 UBI FILE SYSTEM (UBIFS)
6941 M:      Artem Bityutskiy <dedekind1@gmail.com>
6942 M:      Adrian Hunter <adrian.hunter@intel.com>
6943 L:      linux-mtd@lists.infradead.org
6944 T:      git git://git.infradead.org/ubifs-2.6.git
6945 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
6946 S:      Maintained
6947 F:      Documentation/filesystems/ubifs.txt
6948 F:      fs/ubifs/
6950 UCLINUX (AND M68KNOMMU)
6951 M:      Greg Ungerer <gerg@uclinux.org>
6952 W:      http://www.uclinux.org/
6953 L:      uclinux-dev@uclinux.org  (subscribers-only)
6954 S:      Maintained
6955 F:      arch/m68k/*/*_no.*
6956 F:      arch/m68k/include/asm/*_no.*
6958 UCLINUX FOR RENESAS H8/300 (H8300)
6959 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
6960 W:      http://uclinux-h8.sourceforge.jp/
6961 S:      Supported
6962 F:      arch/h8300/
6963 F:      drivers/ide/ide-h8300.c
6964 F:      drivers/net/ethernet/8390/ne-h8300.c
6966 UDF FILESYSTEM
6967 M:      Jan Kara <jack@suse.cz>
6968 S:      Maintained
6969 F:      Documentation/filesystems/udf.txt
6970 F:      fs/udf/
6972 UFS FILESYSTEM
6973 M:      Evgeniy Dushistov <dushistov@mail.ru>
6974 S:      Maintained
6975 F:      Documentation/filesystems/ufs.txt
6976 F:      fs/ufs/
6978 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6979 L:      linux-usb@vger.kernel.org
6980 S:      Orphan
6981 F:      drivers/uwb/
6982 F:      include/linux/uwb.h
6983 F:      include/linux/uwb/
6985 UNICORE32 ARCHITECTURE:
6986 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6987 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6988 S:      Maintained
6989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6990 F:      arch/unicore32/
6992 UNIFDEF
6993 M:      Tony Finch <dot@dotat.at>
6994 W:      http://dotat.at/prog/unifdef
6995 S:      Maintained
6996 F:      scripts/unifdef.c
6998 UNIFORM CDROM DRIVER
6999 M:      Jens Axboe <axboe@kernel.dk>
7000 W:      http://www.kernel.dk
7001 S:      Maintained
7002 F:      Documentation/cdrom/
7003 F:      drivers/cdrom/cdrom.c
7004 F:      include/linux/cdrom.h
7006 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
7007 M:      Vinayak Holikatti <vinholikatti@gmail.com>
7008 M:      Santosh Y <santoshsy@gmail.com>
7009 L:      linux-scsi@vger.kernel.org
7010 S:      Supported
7011 F:      Documentation/scsi/ufs.txt
7012 F:      drivers/scsi/ufs/
7014 UNSORTED BLOCK IMAGES (UBI)
7015 M:      Artem Bityutskiy <dedekind1@gmail.com>
7016 W:      http://www.linux-mtd.infradead.org/
7017 L:      linux-mtd@lists.infradead.org
7018 T:      git git://git.infradead.org/ubi-2.6.git
7019 S:      Maintained
7020 F:      drivers/mtd/ubi/
7021 F:      include/linux/mtd/ubi.h
7022 F:      include/mtd/ubi-user.h
7024 USB ACM DRIVER
7025 M:      Oliver Neukum <oliver@neukum.name>
7026 L:      linux-usb@vger.kernel.org
7027 S:      Maintained
7028 F:      Documentation/usb/acm.txt
7029 F:      drivers/usb/class/cdc-acm.*
7031 USB ATTACHED SCSI
7032 M:      Matthew Wilcox <willy@linux.intel.com>
7033 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
7034 L:      linux-usb@vger.kernel.org
7035 L:      linux-scsi@vger.kernel.org
7036 S:      Supported
7037 F:      drivers/usb/storage/uas.c
7039 USB BLOCK DRIVER (UB ub)
7040 M:      Pete Zaitcev <zaitcev@redhat.com>
7041 L:      linux-usb@vger.kernel.org
7042 S:      Supported
7043 F:      drivers/block/ub.c
7045 USB CDC ETHERNET DRIVER
7046 M:      Oliver Neukum <oliver@neukum.name>
7047 L:      linux-usb@vger.kernel.org
7048 S:      Maintained
7049 F:      drivers/net/usb/cdc_*.c
7050 F:      include/linux/usb/cdc.h
7052 USB CYPRESS C67X00 DRIVER
7053 M:      Peter Korsgaard <jacmet@sunsite.dk>
7054 L:      linux-usb@vger.kernel.org
7055 S:      Maintained
7056 F:      drivers/usb/c67x00/
7058 USB DAVICOM DM9601 DRIVER
7059 M:      Peter Korsgaard <jacmet@sunsite.dk>
7060 L:      netdev@vger.kernel.org
7061 W:      http://www.linux-usb.org/usbnet
7062 S:      Maintained
7063 F:      drivers/net/usb/dm9601.c
7065 USB DIAMOND RIO500 DRIVER
7066 M:      Cesar Miquel <miquel@df.uba.ar>
7067 L:      rio500-users@lists.sourceforge.net
7068 W:      http://rio500.sourceforge.net
7069 S:      Maintained
7070 F:      drivers/usb/misc/rio500*
7072 USB EHCI DRIVER
7073 M:      Alan Stern <stern@rowland.harvard.edu>
7074 L:      linux-usb@vger.kernel.org
7075 S:      Maintained
7076 F:      Documentation/usb/ehci.txt
7077 F:      drivers/usb/host/ehci*
7079 USB ET61X[12]51 DRIVER
7080 M:      Luca Risolia <luca.risolia@studio.unibo.it>
7081 L:      linux-usb@vger.kernel.org
7082 L:      linux-media@vger.kernel.org
7083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7084 W:      http://www.linux-projects.org
7085 S:      Maintained
7086 F:      drivers/media/video/et61x251/
7088 USB GADGET/PERIPHERAL SUBSYSTEM
7089 M:      Felipe Balbi <balbi@ti.com>
7090 L:      linux-usb@vger.kernel.org
7091 W:      http://www.linux-usb.org/gadget
7092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7093 S:      Maintained
7094 F:      drivers/usb/gadget/
7095 F:      include/linux/usb/gadget*
7097 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
7098 M:      Jiri Kosina <jkosina@suse.cz>
7099 L:      linux-usb@vger.kernel.org
7100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
7101 S:      Maintained
7102 F:      Documentation/hid/hiddev.txt
7103 F:      drivers/hid/usbhid/
7105 USB/IP DRIVERS
7106 M:      Matt Mooney <mfm@muteddisk.com>
7107 L:      linux-usb@vger.kernel.org
7108 S:      Maintained
7109 F:      drivers/staging/usbip/
7111 USB ISP116X DRIVER
7112 M:      Olav Kongas <ok@artecdesign.ee>
7113 L:      linux-usb@vger.kernel.org
7114 S:      Maintained
7115 F:      drivers/usb/host/isp116x*
7116 F:      include/linux/usb/isp116x.h
7118 USB KAWASAKI LSI DRIVER
7119 M:      Oliver Neukum <oliver@neukum.name>
7120 L:      linux-usb@vger.kernel.org
7121 S:      Maintained
7122 F:      drivers/usb/serial/kl5kusb105.*
7124 USB MASS STORAGE DRIVER
7125 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
7126 L:      linux-usb@vger.kernel.org
7127 L:      usb-storage@lists.one-eyed-alien.net
7128 S:      Maintained
7129 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
7130 F:      drivers/usb/storage/
7132 USB MIDI DRIVER
7133 M:      Clemens Ladisch <clemens@ladisch.de>
7134 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7135 T:      git git://git.alsa-project.org/alsa-kernel.git
7136 S:      Maintained
7137 F:      sound/usb/midi.*
7139 USB OHCI DRIVER
7140 M:      Alan Stern <stern@rowland.harvard.edu>
7141 L:      linux-usb@vger.kernel.org
7142 S:      Maintained
7143 F:      Documentation/usb/ohci.txt
7144 F:      drivers/usb/host/ohci*
7146 USB OPTION-CARD DRIVER
7147 M:      Matthias Urlichs <smurf@smurf.noris.de>
7148 L:      linux-usb@vger.kernel.org
7149 S:      Maintained
7150 F:      drivers/usb/serial/option.c
7152 USB PEGASUS DRIVER
7153 M:      Petko Manolov <petkan@users.sourceforge.net>
7154 L:      linux-usb@vger.kernel.org
7155 L:      netdev@vger.kernel.org
7156 W:      http://pegasus2.sourceforge.net/
7157 S:      Maintained
7158 F:      drivers/net/usb/pegasus.*
7160 USB PHY LAYER
7161 M:      Felipe Balbi <balbi@ti.com>
7162 L:      linux-usb@vger.kernel.org
7163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7164 S:      Maintained
7165 F:      drivers/usb/phy/
7166 F:      drivers/usb/otg/
7168 USB PRINTER DRIVER (usblp)
7169 M:      Pete Zaitcev <zaitcev@redhat.com>
7170 L:      linux-usb@vger.kernel.org
7171 S:      Supported
7172 F:      drivers/usb/class/usblp.c
7174 USB RTL8150 DRIVER
7175 M:      Petko Manolov <petkan@users.sourceforge.net>
7176 L:      linux-usb@vger.kernel.org
7177 L:      netdev@vger.kernel.org
7178 W:      http://pegasus2.sourceforge.net/
7179 S:      Maintained
7180 F:      drivers/net/usb/rtl8150.c
7182 USB SERIAL BELKIN F5U103 DRIVER
7183 M:      William Greathouse <wgreathouse@smva.com>
7184 L:      linux-usb@vger.kernel.org
7185 S:      Maintained
7186 F:      drivers/usb/serial/belkin_sa.*
7188 USB SERIAL CYPRESS M8 DRIVER
7189 M:      Lonnie Mendez <dignome@gmail.com>
7190 L:      linux-usb@vger.kernel.org
7191 S:      Maintained
7192 W:      http://geocities.com/i0xox0i
7193 W:      http://firstlight.net/cvs
7194 F:      drivers/usb/serial/cypress_m8.*
7196 USB SERIAL CYBERJACK DRIVER
7197 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
7198 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
7199 S:      Maintained
7200 F:      drivers/usb/serial/cyberjack.c
7202 USB SERIAL DIGI ACCELEPORT DRIVER
7203 M:      Peter Berger <pberger@brimson.com>
7204 M:      Al Borchers <alborchers@steinerpoint.com>
7205 L:      linux-usb@vger.kernel.org
7206 S:      Maintained
7207 F:      drivers/usb/serial/digi_acceleport.c
7209 USB SERIAL DRIVER
7210 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7211 L:      linux-usb@vger.kernel.org
7212 S:      Supported
7213 F:      Documentation/usb/usb-serial.txt
7214 F:      drivers/usb/serial/generic.c
7215 F:      drivers/usb/serial/usb-serial.c
7216 F:      include/linux/usb/serial.h
7218 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
7219 M:      Gary Brubaker <xavyer@ix.netcom.com>
7220 L:      linux-usb@vger.kernel.org
7221 S:      Maintained
7222 F:      drivers/usb/serial/empeg.c
7224 USB SERIAL KEYSPAN DRIVER
7225 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7226 L:      linux-usb@vger.kernel.org
7227 S:      Maintained
7228 F:      drivers/usb/serial/*keyspan*
7230 USB SERIAL WHITEHEAT DRIVER
7231 M:      Support Department <support@connecttech.com>
7232 L:      linux-usb@vger.kernel.org
7233 W:      http://www.connecttech.com
7234 S:      Supported
7235 F:      drivers/usb/serial/whiteheat*
7237 USB SMSC95XX ETHERNET DRIVER
7238 M:      Steve Glendinning <steve.glendinning@smsc.com>
7239 L:      netdev@vger.kernel.org
7240 S:      Supported
7241 F:      drivers/net/usb/smsc95xx.*
7243 USB SN9C1xx DRIVER
7244 M:      Luca Risolia <luca.risolia@studio.unibo.it>
7245 L:      linux-usb@vger.kernel.org
7246 L:      linux-media@vger.kernel.org
7247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7248 W:      http://www.linux-projects.org
7249 S:      Maintained
7250 F:      Documentation/video4linux/sn9c102.txt
7251 F:      drivers/media/video/sn9c102/
7253 USB SUBSYSTEM
7254 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7255 L:      linux-usb@vger.kernel.org
7256 W:      http://www.linux-usb.org
7257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
7258 S:      Supported
7259 F:      Documentation/usb/
7260 F:      drivers/net/usb/
7261 F:      drivers/usb/
7262 F:      include/linux/usb.h
7263 F:      include/linux/usb/
7265 USB UHCI DRIVER
7266 M:      Alan Stern <stern@rowland.harvard.edu>
7267 L:      linux-usb@vger.kernel.org
7268 S:      Maintained
7269 F:      drivers/usb/host/uhci*
7271 USB "USBNET" DRIVER FRAMEWORK
7272 M:      Oliver Neukum <oneukum@suse.de>
7273 L:      netdev@vger.kernel.org
7274 W:      http://www.linux-usb.org/usbnet
7275 S:      Maintained
7276 F:      drivers/net/usb/usbnet.c
7277 F:      include/linux/usb/usbnet.h
7279 USB VIDEO CLASS
7280 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7281 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
7282 L:      linux-media@vger.kernel.org
7283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7284 W:      http://www.ideasonboard.org/uvc/
7285 S:      Maintained
7286 F:      drivers/media/video/uvc/
7288 USB W996[87]CF DRIVER
7289 M:      Luca Risolia <luca.risolia@studio.unibo.it>
7290 L:      linux-usb@vger.kernel.org
7291 L:      linux-media@vger.kernel.org
7292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7293 W:      http://www.linux-projects.org
7294 S:      Maintained
7295 F:      Documentation/video4linux/w9968cf.txt
7296 F:      drivers/media/video/w996*
7298 USB WIRELESS RNDIS DRIVER (rndis_wlan)
7299 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
7300 L:      linux-wireless@vger.kernel.org
7301 S:      Maintained
7302 F:      drivers/net/wireless/rndis_wlan.c
7304 USB XHCI DRIVER
7305 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
7306 L:      linux-usb@vger.kernel.org
7307 S:      Supported
7308 F:      drivers/usb/host/xhci*
7309 F:      drivers/usb/host/pci-quirks*
7311 USB ZD1201 DRIVER
7312 L:      linux-wireless@vger.kernel.org
7313 W:      http://linux-lc100020.sourceforge.net
7314 S:      Orphan
7315 F:      drivers/net/wireless/zd1201.*
7317 USB ZR364XX DRIVER
7318 M:      Antoine Jacquet <royale@zerezo.com>
7319 L:      linux-usb@vger.kernel.org
7320 L:      linux-media@vger.kernel.org
7321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7322 W:      http://royale.zerezo.com/zr364xx/
7323 S:      Maintained
7324 F:      Documentation/video4linux/zr364xx.txt
7325 F:      drivers/media/video/zr364xx.c
7327 USER-MODE LINUX (UML)
7328 M:      Jeff Dike <jdike@addtoit.com>
7329 M:      Richard Weinberger <richard@nod.at>
7330 L:      user-mode-linux-devel@lists.sourceforge.net
7331 L:      user-mode-linux-user@lists.sourceforge.net
7332 W:      http://user-mode-linux.sourceforge.net
7333 S:      Maintained
7334 F:      Documentation/virtual/uml/
7335 F:      arch/um/
7336 F:      fs/hostfs/
7337 F:      fs/hppfs/
7339 USERSPACE I/O (UIO)
7340 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7341 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7342 S:      Maintained
7343 F:      Documentation/DocBook/uio-howto.tmpl
7344 F:      drivers/uio/
7345 F:      include/linux/uio*.h
7347 UTIL-LINUX PACKAGE
7348 M:      Karel Zak <kzak@redhat.com>
7349 L:      util-linux@vger.kernel.org
7350 W:      http://en.wikipedia.org/wiki/Util-linux
7351 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
7352 S:      Maintained
7354 UVESAFB DRIVER
7355 M:      Michal Januszewski <spock@gentoo.org>
7356 L:      linux-fbdev@vger.kernel.org
7357 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
7358 S:      Maintained
7359 F:      Documentation/fb/uvesafb.txt
7360 F:      drivers/video/uvesafb.*
7362 VFAT/FAT/MSDOS FILESYSTEM
7363 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
7364 S:      Maintained
7365 F:      Documentation/filesystems/vfat.txt
7366 F:      fs/fat/
7368 VIDEOBUF2 FRAMEWORK
7369 M:      Pawel Osciak <pawel@osciak.com>
7370 M:      Marek Szyprowski <m.szyprowski@samsung.com>
7371 M:      Kyungmin Park <kyungmin.park@samsung.com>
7372 L:      linux-media@vger.kernel.org
7373 S:      Maintained
7374 F:      drivers/media/video/videobuf2-*
7375 F:      include/media/videobuf2-*
7377 VIRTIO CONSOLE DRIVER
7378 M:      Amit Shah <amit.shah@redhat.com>
7379 L:      virtualization@lists.linux-foundation.org
7380 S:      Maintained
7381 F:      drivers/char/virtio_console.c
7382 F:      include/linux/virtio_console.h
7384 VIRTIO CORE, NET AND BLOCK DRIVERS
7385 M:      Rusty Russell <rusty@rustcorp.com.au>
7386 M:      "Michael S. Tsirkin" <mst@redhat.com>
7387 L:      virtualization@lists.linux-foundation.org
7388 S:      Maintained
7389 F:      drivers/virtio/
7390 F:      drivers/net/virtio_net.c
7391 F:      drivers/block/virtio_blk.c
7392 F:      include/linux/virtio_*.h
7394 VIRTIO HOST (VHOST)
7395 M:      "Michael S. Tsirkin" <mst@redhat.com>
7396 L:      kvm@vger.kernel.org
7397 L:      virtualization@lists.linux-foundation.org
7398 L:      netdev@vger.kernel.org
7399 S:      Maintained
7400 F:      drivers/vhost/
7401 F:      include/linux/vhost.h
7403 VIA RHINE NETWORK DRIVER
7404 M:      Roger Luethi <rl@hellgate.ch>
7405 S:      Maintained
7406 F:      drivers/net/ethernet/via/via-rhine.c
7408 VIAPRO SMBUS DRIVER
7409 M:      Jean Delvare <khali@linux-fr.org>
7410 L:      linux-i2c@vger.kernel.org
7411 S:      Maintained
7412 F:      Documentation/i2c/busses/i2c-viapro
7413 F:      drivers/i2c/busses/i2c-viapro.c
7415 VIA SD/MMC CARD CONTROLLER DRIVER
7416 M:      Bruce Chang <brucechang@via.com.tw>
7417 M:      Harald Welte <HaraldWelte@viatech.com>
7418 S:      Maintained
7419 F:      drivers/mmc/host/via-sdmmc.c
7421 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
7422 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
7423 L:      linux-fbdev@vger.kernel.org
7424 S:      Maintained
7425 F:      include/linux/via-core.h
7426 F:      include/linux/via-gpio.h
7427 F:      include/linux/via_i2c.h
7428 F:      drivers/video/via/
7430 VIA VELOCITY NETWORK DRIVER
7431 M:      Francois Romieu <romieu@fr.zoreil.com>
7432 L:      netdev@vger.kernel.org
7433 S:      Maintained
7434 F:      drivers/net/ethernet/via/via-velocity.*
7436 VLAN (802.1Q)
7437 M:      Patrick McHardy <kaber@trash.net>
7438 L:      netdev@vger.kernel.org
7439 S:      Maintained
7440 F:      drivers/net/macvlan.c
7441 F:      include/linux/if_*vlan.h
7442 F:      net/8021q/
7444 VLYNQ BUS
7445 M:      Florian Fainelli <florian@openwrt.org>
7446 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
7447 S:      Maintained
7448 F:      drivers/vlynq/vlynq.c
7449 F:      include/linux/vlynq.h
7451 VME SUBSYSTEM
7452 M:      Martyn Welch <martyn.welch@ge.com>
7453 M:      Manohar Vanga <manohar.vanga@gmail.com>
7454 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7455 L:      devel@driverdev.osuosl.org
7456 S:      Maintained
7457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7458 F:      Documentation/vme_api.txt
7459 F:      drivers/staging/vme/
7460 F:      drivers/vme/
7461 F:      include/linux/vme*
7463 VMWARE VMXNET3 ETHERNET DRIVER
7464 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
7465 M:      "VMware, Inc." <pv-drivers@vmware.com>
7466 L:      netdev@vger.kernel.org
7467 S:      Maintained
7468 F:      drivers/net/vmxnet3/
7470 VMware PVSCSI driver
7471 M:      Arvind Kumar <arvindkumar@vmware.com>
7472 M:      VMware PV-Drivers <pv-drivers@vmware.com>
7473 L:      linux-scsi@vger.kernel.org
7474 S:      Maintained
7475 F:      drivers/scsi/vmw_pvscsi.c
7476 F:      drivers/scsi/vmw_pvscsi.h
7478 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
7479 M:      Liam Girdwood <lrg@ti.com>
7480 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7481 W:      http://opensource.wolfsonmicro.com/node/15
7482 W:      http://www.slimlogic.co.uk/?p=48
7483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
7484 S:      Supported
7485 F:      drivers/regulator/
7486 F:      include/linux/regulator/
7488 VT1211 HARDWARE MONITOR DRIVER
7489 M:      Juerg Haefliger <juergh@gmail.com>
7490 L:      lm-sensors@lm-sensors.org
7491 S:      Maintained
7492 F:      Documentation/hwmon/vt1211
7493 F:      drivers/hwmon/vt1211.c
7495 VT8231 HARDWARE MONITOR DRIVER
7496 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
7497 L:      lm-sensors@lm-sensors.org
7498 S:      Maintained
7499 F:      drivers/hwmon/vt8231.c
7501 VUB300 USB to SDIO/SD/MMC bridge chip
7502 M:      Tony Olech <tony.olech@elandigitalsystems.com>
7503 L:      linux-mmc@vger.kernel.org
7504 L:      linux-usb@vger.kernel.org
7505 S:      Supported
7506 F:      drivers/mmc/host/vub300.c
7508 W1 DALLAS'S 1-WIRE BUS
7509 M:      Evgeniy Polyakov <zbr@ioremap.net>
7510 S:      Maintained
7511 F:      Documentation/w1/
7512 F:      drivers/w1/
7514 W83791D HARDWARE MONITORING DRIVER
7515 M:      Marc Hulsman <m.hulsman@tudelft.nl>
7516 L:      lm-sensors@lm-sensors.org
7517 S:      Maintained
7518 F:      Documentation/hwmon/w83791d
7519 F:      drivers/hwmon/w83791d.c
7521 W83793 HARDWARE MONITORING DRIVER
7522 M:      Rudolf Marek <r.marek@assembler.cz>
7523 L:      lm-sensors@lm-sensors.org
7524 S:      Maintained
7525 F:      Documentation/hwmon/w83793
7526 F:      drivers/hwmon/w83793.c
7528 W83795 HARDWARE MONITORING DRIVER
7529 M:      Jean Delvare <khali@linux-fr.org>
7530 L:      lm-sensors@lm-sensors.org
7531 S:      Maintained
7532 F:      drivers/hwmon/w83795.c
7534 W83L51xD SD/MMC CARD INTERFACE DRIVER
7535 M:      Pierre Ossman <pierre@ossman.eu>
7536 S:      Maintained
7537 F:      drivers/mmc/host/wbsd.*
7539 WATCHDOG DEVICE DRIVERS
7540 M:      Wim Van Sebroeck <wim@iguana.be>
7541 L:      linux-watchdog@vger.kernel.org
7542 W:      http://www.linux-watchdog.org/
7543 T:      git git://www.linux-watchdog.org/linux-watchdog.git
7544 S:      Maintained
7545 F:      Documentation/watchdog/
7546 F:      drivers/watchdog/
7547 F:      include/linux/watchdog.h
7549 WD7000 SCSI DRIVER
7550 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
7551 L:      linux-scsi@vger.kernel.org
7552 S:      Maintained
7553 F:      drivers/scsi/wd7000.c
7555 WIIMOTE HID DRIVER
7556 M:      David Herrmann <dh.herrmann@googlemail.com>
7557 L:      linux-input@vger.kernel.org
7558 S:      Maintained
7559 F:      drivers/hid/hid-wiimote*
7561 WINBOND CIR DRIVER
7562 M:      David Härdeman <david@hardeman.nu>
7563 S:      Maintained
7564 F:      drivers/media/rc/winbond-cir.c
7566 WIMAX STACK
7567 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7568 M:      linux-wimax@intel.com
7569 L:      wimax@linuxwimax.org
7570 S:      Supported
7571 W:      http://linuxwimax.org
7572 F:      Documentation/wimax/README.wimax
7573 F:      include/linux/wimax.h
7574 F:      include/linux/wimax/debug.h
7575 F:      include/net/wimax.h
7576 F:      net/wimax/
7578 WISTRON LAPTOP BUTTON DRIVER
7579 M:      Miloslav Trmac <mitr@volny.cz>
7580 S:      Maintained
7581 F:      drivers/input/misc/wistron_btns.c
7583 WL3501 WIRELESS PCMCIA CARD DRIVER
7584 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7585 L:      linux-wireless@vger.kernel.org
7586 W:      http://oops.ghostprotocols.net:81/blog
7587 S:      Maintained
7588 F:      drivers/net/wireless/wl3501*
7590 WM97XX TOUCHSCREEN DRIVERS
7591 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7592 M:      Liam Girdwood <lrg@slimlogic.co.uk>
7593 L:      linux-input@vger.kernel.org
7594 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
7595 W:      http://opensource.wolfsonmicro.com/node/7
7596 S:      Supported
7597 F:      drivers/input/touchscreen/*wm97*
7598 F:      include/linux/wm97xx.h
7600 WOLFSON MICROELECTRONICS DRIVERS
7601 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7602 L:      patches@opensource.wolfsonmicro.com
7603 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
7604 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
7605 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
7606 S:      Supported
7607 F:      Documentation/hwmon/wm83??
7608 F:      arch/arm/mach-s3c64xx/mach-crag6410*
7609 F:      drivers/leds/leds-wm83*.c
7610 F:      drivers/hwmon/wm83??-hwmon.c
7611 F:      drivers/input/misc/wm831x-on.c
7612 F:      drivers/input/touchscreen/wm831x-ts.c
7613 F:      drivers/input/touchscreen/wm97*.c
7614 F:      drivers/mfd/wm8*.c
7615 F:      drivers/power/wm83*.c
7616 F:      drivers/rtc/rtc-wm83*.c
7617 F:      drivers/regulator/wm8*.c
7618 F:      drivers/video/backlight/wm83*_bl.c
7619 F:      drivers/watchdog/wm83*_wdt.c
7620 F:      include/linux/mfd/wm831x/
7621 F:      include/linux/mfd/wm8350/
7622 F:      include/linux/mfd/wm8400*
7623 F:      include/linux/wm97xx.h
7624 F:      include/sound/wm????.h
7625 F:      sound/soc/codecs/wm*
7627 WORKQUEUE
7628 M:      Tejun Heo <tj@kernel.org>
7629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
7630 S:      Maintained
7631 F:      include/linux/workqueue.h
7632 F:      kernel/workqueue.c
7633 F:      Documentation/workqueue.txt
7635 X.25 NETWORK LAYER
7636 M:      Andrew Hendry <andrew.hendry@gmail.com>
7637 L:      linux-x25@vger.kernel.org
7638 S:      Odd Fixes
7639 F:      Documentation/networking/x25*
7640 F:      include/net/x25*
7641 F:      net/x25/
7643 X86 ARCHITECTURE (32-BIT AND 64-BIT)
7644 M:      Thomas Gleixner <tglx@linutronix.de>
7645 M:      Ingo Molnar <mingo@redhat.com>
7646 M:      "H. Peter Anvin" <hpa@zytor.com>
7647 M:      x86@kernel.org
7648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
7649 S:      Maintained
7650 F:      Documentation/x86/
7651 F:      arch/x86/
7653 X86 PLATFORM DRIVERS
7654 M:      Matthew Garrett <mjg@redhat.com>
7655 L:      platform-driver-x86@vger.kernel.org
7656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
7657 S:      Maintained
7658 F:      drivers/platform/x86
7660 X86 MCE INFRASTRUCTURE
7661 M:      Tony Luck <tony.luck@intel.com>
7662 M:      Borislav Petkov <bp@amd64.org>
7663 L:      linux-edac@vger.kernel.org
7664 S:      Maintained
7665 F:      arch/x86/kernel/cpu/mcheck/*
7667 XEN HYPERVISOR INTERFACE
7668 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7669 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7670 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7671 L:      virtualization@lists.linux-foundation.org
7672 S:      Supported
7673 F:      arch/x86/xen/
7674 F:      drivers/*/xen-*front.c
7675 F:      drivers/xen/
7676 F:      arch/x86/include/asm/xen/
7677 F:      include/xen/
7679 XEN NETWORK BACKEND DRIVER
7680 M:      Ian Campbell <ian.campbell@citrix.com>
7681 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7682 L:      netdev@vger.kernel.org
7683 S:      Supported
7684 F:      drivers/net/xen-netback/*
7686 XEN PCI SUBSYSTEM
7687 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7688 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7689 S:      Supported
7690 F:      arch/x86/pci/*xen*
7691 F:      drivers/pci/*xen*
7693 XEN SWIOTLB SUBSYSTEM
7694 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7695 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7696 S:      Supported
7697 F:      arch/x86/xen/*swiotlb*
7698 F:      drivers/xen/*swiotlb*
7700 XFS FILESYSTEM
7701 P:      Silicon Graphics Inc
7702 M:      Ben Myers <bpm@sgi.com>
7703 M:      Alex Elder <elder@kernel.org>
7704 M:      xfs@oss.sgi.com
7705 L:      xfs@oss.sgi.com
7706 W:      http://oss.sgi.com/projects/xfs
7707 T:      git git://oss.sgi.com/xfs/xfs.git
7708 S:      Supported
7709 F:      Documentation/filesystems/xfs.txt
7710 F:      fs/xfs/
7712 XILINX AXI ETHERNET DRIVER
7713 M:      Anirudha Sarangi <anirudh@xilinx.com>
7714 M:      John Linn <John.Linn@xilinx.com>
7715 S:      Maintained
7716 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
7718 XILINX SYSTEMACE DRIVER
7719 M:      Grant Likely <grant.likely@secretlab.ca>
7720 W:      http://www.secretlab.ca/
7721 S:      Maintained
7722 F:      drivers/block/xsysace.c
7724 XILINX UARTLITE SERIAL DRIVER
7725 M:      Peter Korsgaard <jacmet@sunsite.dk>
7726 L:      linux-serial@vger.kernel.org
7727 S:      Maintained
7728 F:      drivers/tty/serial/uartlite.c
7730 YAM DRIVER FOR AX.25
7731 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
7732 L:      linux-hams@vger.kernel.org
7733 S:      Maintained
7734 F:      drivers/net/hamradio/yam*
7735 F:      include/linux/yam.h
7737 YEALINK PHONE DRIVER
7738 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
7739 L:      usbb2k-api-dev@nongnu.org
7740 S:      Maintained
7741 F:      Documentation/input/yealink.txt
7742 F:      drivers/input/misc/yealink.*
7744 Z8530 DRIVER FOR AX.25
7745 M:      Joerg Reuter <jreuter@yaina.de>
7746 W:      http://yaina.de/jreuter/
7747 W:      http://www.qsl.net/dl1bke/
7748 L:      linux-hams@vger.kernel.org
7749 S:      Maintained
7750 F:      Documentation/networking/z8530drv.txt
7751 F:      drivers/net/hamradio/*scc.c
7752 F:      drivers/net/hamradio/z8530.h
7754 ZD1211RW WIRELESS DRIVER
7755 M:      Daniel Drake <dsd@gentoo.org>
7756 M:      Ulrich Kunitz <kune@deine-taler.de>
7757 W:      http://zd1211.ath.cx/wiki/DriverRewrite
7758 L:      linux-wireless@vger.kernel.org
7759 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
7760 S:      Maintained
7761 F:      drivers/net/wireless/zd1211rw/
7763 ZR36067 VIDEO FOR LINUX DRIVER
7764 L:      mjpeg-users@lists.sourceforge.net
7765 L:      linux-media@vger.kernel.org
7766 W:      http://mjpeg.sourceforge.net/driver-zoran/
7767 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
7768 S:      Odd Fixes
7769 F:      drivers/media/video/zoran/
7771 ZS DECSTATION Z85C30 SERIAL DRIVER
7772 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
7773 S:      Maintained
7774 F:      drivers/tty/serial/zs.*
7776 THE REST
7777 M:      Linus Torvalds <torvalds@linux-foundation.org>
7778 L:      linux-kernel@vger.kernel.org
7779 Q:      http://patchwork.kernel.org/project/LKML/list/
7780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
7781 S:      Buried alive in reporters
7782 F:      *
7783 F:      */