Add linux-next specific files for 20110716
[linux-2.6/next.git] / MAINTAINERS
blobc9eb7ef9ca55953ccf211745b057f3aade4aff27
2         List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
39         PLEASE CC: the maintainers and mailing lists that are generated
40         by scripts/get_maintainer.pl.  The results returned by the
41         script will be best if you have git installed and are making
42         your changes in a branch derived from Linus' latest git tree.
43         See Documentation/SubmittingPatches for details.
45         PLEASE try to include any credit lines you want added with the
46         patch. It avoids people being missed off by mistake and makes
47         it easier to know who wants adding and who doesn't.
49         PLEASE document known bugs. If it doesn't work for everything
50         or does something very odd once a month document it.
52         PLEASE remember that submissions must be made under the terms
53         of the OSDL certificate of contribution and should include a
54         Signed-off-by: line.  The current version of this "Developer's
55         Certificate of Origin" (DCO) is listed in the file
56         Documentation/SubmittingPatches.
58 6.      Make sure you have the right to send any changes you make. If you
59         do changes at work you may find your employer owns the patch
60         not you.
62 7.      When sending security related changes or reports to a maintainer
63         please Cc: security@kernel.org, especially if the maintainer
64         does not respond.
66 8.      Happy hacking.
68 Descriptions of section entries:
70         P: Person (obsolete)
71         M: Mail patches to: FullName <address@domain>
72         L: Mailing list that is relevant to this area
73         W: Web-page with status/info
74         Q: Patchwork web based patch tracking system site
75         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit, topgit.
76         S: Status, one of the following:
77            Supported:   Someone is actually paid to look after this.
78            Maintained:  Someone actually looks after it.
79            Odd Fixes:   It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81            Orphan:      No current maintainer [but maybe you could take the
82                         role as you write your new code].
83            Obsolete:    Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
86         F: Files and directories with wildcard patterns.
87            A trailing slash includes all files and subdirectory files.
88            F:   drivers/net/    all files in and below drivers/net
89            F:   drivers/net/*   all files in drivers/net, but not below
90            F:   */net/*         all files in "any top level directory"/net
91            One pattern per line.  Multiple F: lines acceptable.
92         X: Files and directories that are NOT maintained, same rules as F:
93            Files exclusions are tested before file matches.
94            Can be useful for excluding a specific subdirectory, for instance:
95            F:   net/
96            X:   net/ipv6/
97            matches all files in and below net excluding net/ipv6/
98         K: Keyword perl extended regex pattern to match content in a
99            patch or file.  For instance:
100            K: of_get_profile
101               matches patches or files that contain "of_get_profile"
102            K: \b(printk|pr_(info|err))\b
103               matches patches or files that contain one or more of the words
104               printk, pr_info or pr_err
105            One regex pattern per line.  Multiple K: lines acceptable.
107 Note: For the hard of thinking, this list is meant to remain in alphabetical
108 order. If you could add yourselves to it in alphabetical order that would be
109 so much easier [Ed]
111 Maintainers List (try to look for most precise areas first)
113                 -----------------------------------
115 3C505 NETWORK DRIVER
116 M:      Philip Blundell <philb@gnu.org>
117 L:      netdev@vger.kernel.org
118 S:      Maintained
119 F:      drivers/net/3c505*
121 3C59X NETWORK DRIVER
122 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
123 L:      netdev@vger.kernel.org
124 S:      Maintained
125 F:      Documentation/networking/vortex.txt
126 F:      drivers/net/3c59x.c
128 3CR990 NETWORK DRIVER
129 M:      David Dillow <dave@thedillows.org>
130 L:      netdev@vger.kernel.org
131 S:      Maintained
132 F:      drivers/net/typhoon*
134 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
135 M:      Adam Radford <linuxraid@lsi.com>
136 L:      linux-scsi@vger.kernel.org
137 W:      http://www.lsi.com
138 S:      Supported
139 F:      drivers/scsi/3w-*
141 53C700 AND 53C700-66 SCSI DRIVER
142 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
143 L:      linux-scsi@vger.kernel.org
144 S:      Maintained
145 F:      drivers/scsi/53c700*
147 6PACK NETWORK DRIVER FOR AX.25
148 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
149 L:      linux-hams@vger.kernel.org
150 S:      Maintained
151 F:      drivers/net/hamradio/6pack.c
153 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
155 M:      Francois Romieu <romieu@fr.zoreil.com>
156 L:      netdev@vger.kernel.org
157 S:      Maintained
158 F:      drivers/net/r8169.c
160 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
161 M:      Greg Kroah-Hartman <gregkh@suse.de>
162 L:      linux-serial@vger.kernel.org
163 W:      http://serial.sourceforge.net
164 S:      Maintained
165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
166 F:      drivers/tty/serial/8250*
167 F:      include/linux/serial_8250.h
169 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
170 L:      netdev@vger.kernel.org
171 S:      Orphan / Obsolete
172 F:      drivers/net/*8390*
173 F:      drivers/net/ax88796.c
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 A2232 SERIAL BOARD DRIVER
188 L:      linux-m68k@lists.linux-m68k.org
189 S:      Orphan
190 F:      drivers/staging/generic_serial/ser_a2232*
192 AACRAID SCSI RAID DRIVER
193 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
194 L:      linux-scsi@vger.kernel.org
195 W:      http://www.adaptec.com/
196 S:      Supported
197 F:      Documentation/scsi/aacraid.txt
198 F:      drivers/scsi/aacraid/
200 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
201 M:      Hans de Goede <hdegoede@redhat.com>
202 L:      lm-sensors@lm-sensors.org
203 S:      Maintained
204 F:      drivers/hwmon/abituguru.c
206 ABIT UGURU 3 HARDWARE MONITOR DRIVER
207 M:      Alistair John Strachan <alistair@devzero.co.uk>
208 L:      lm-sensors@lm-sensors.org
209 S:      Maintained
210 F:      drivers/hwmon/abituguru3.c
212 ACENIC DRIVER
213 M:      Jes Sorensen <jes@trained-monkey.org>
214 L:      linux-acenic@sunsite.dk
215 S:      Maintained
216 F:      drivers/net/acenic*
218 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
219 M:      Peter Feuerer <peter@piie.net>
220 L:      platform-driver-x86@vger.kernel.org
221 W:      http://piie.net/?section=acerhdf
222 S:      Maintained
223 F:      drivers/platform/x86/acerhdf.c
225 ACER WMI LAPTOP EXTRAS
226 M:      Joey Lee <jlee@novell.com>
227 L:      platform-driver-x86@vger.kernel.org
228 S:      Maintained
229 F:      drivers/platform/x86/acer-wmi.c
231 ACPI
232 M:      Len Brown <lenb@kernel.org>
233 L:      linux-acpi@vger.kernel.org
234 W:      http://www.lesswatts.org/projects/acpi/
235 Q:      http://patchwork.kernel.org/project/linux-acpi/list/
236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
237 S:      Supported
238 F:      drivers/acpi/
239 F:      drivers/pnp/pnpacpi/
240 F:      include/linux/acpi.h
241 F:      include/acpi/
243 ACPI FAN DRIVER
244 M:      Zhang Rui <rui.zhang@intel.com>
245 L:      linux-acpi@vger.kernel.org
246 W:      http://www.lesswatts.org/projects/acpi/
247 S:      Supported
248 F:      drivers/acpi/fan.c
250 ACPI PROCESSOR AGGREGATOR DRIVER
251 M:      Shaohua Li <shaohua.li@intel.com>
252 L:      linux-acpi@vger.kernel.org
253 W:      http://www.lesswatts.org/projects/acpi/
254 S:      Supported
255 F:      drivers/acpi/acpi_pad.c
257 ACPI THERMAL DRIVER
258 M:      Zhang Rui <rui.zhang@intel.com>
259 L:      linux-acpi@vger.kernel.org
260 W:      http://www.lesswatts.org/projects/acpi/
261 S:      Supported
262 F:      drivers/acpi/*thermal*
264 ACPI VIDEO DRIVER
265 M:      Zhang Rui <rui.zhang@intel.com>
266 L:      linux-acpi@vger.kernel.org
267 W:      http://www.lesswatts.org/projects/acpi/
268 S:      Supported
269 F:      drivers/acpi/video.c
271 ACPI WMI DRIVER
272 L:      platform-driver-x86@vger.kernel.org
273 S:      Orphan
274 F:      drivers/platform/x86/wmi.c
276 AD1889 ALSA SOUND DRIVER
277 M:      Kyle McMartin <kyle@mcmartin.ca>
278 M:      Thibaut Varene <T-Bone@parisc-linux.org>
279 W:      http://wiki.parisc-linux.org/AD1889
280 L:      linux-parisc@vger.kernel.org
281 S:      Maintained
282 F:      sound/pci/ad1889.*
284 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
285 M:      Michael Hennerich <michael.hennerich@analog.com>
286 L:      device-drivers-devel@blackfin.uclinux.org
287 W:      http://wiki.analog.com/AD5254
288 S:      Supported
289 F:      drivers/misc/ad525x_dpot.c
291 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
292 M:      Michael Hennerich <michael.hennerich@analog.com>
293 L:      device-drivers-devel@blackfin.uclinux.org
294 W:      http://wiki.analog.com/AD5398
295 S:      Supported
296 F:      drivers/regulator/ad5398.c
298 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
299 M:      Michael Hennerich <michael.hennerich@analog.com>
300 L:      device-drivers-devel@blackfin.uclinux.org
301 W:      http://wiki.analog.com/AD7142
302 S:      Supported
303 F:      drivers/input/misc/ad714x.c
305 AD7877 TOUCHSCREEN DRIVER
306 M:      Michael Hennerich <michael.hennerich@analog.com>
307 L:      device-drivers-devel@blackfin.uclinux.org
308 W:      http://wiki.analog.com/AD7877
309 S:      Supported
310 F:      drivers/input/touchscreen/ad7877.c
312 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
313 M:      Michael Hennerich <michael.hennerich@analog.com>
314 L:      device-drivers-devel@blackfin.uclinux.org
315 W:      http://wiki.analog.com/AD7879
316 S:      Supported
317 F:      drivers/input/touchscreen/ad7879.c
319 ADM1025 HARDWARE MONITOR DRIVER
320 M:      Jean Delvare <khali@linux-fr.org>
321 L:      lm-sensors@lm-sensors.org
322 S:      Maintained
323 F:      Documentation/hwmon/adm1025
324 F:      drivers/hwmon/adm1025.c
326 ADM1029 HARDWARE MONITOR DRIVER
327 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
328 L:      lm-sensors@lm-sensors.org
329 S:      Maintained
330 F:      drivers/hwmon/adm1029.c
332 ADM8211 WIRELESS DRIVER
333 L:      linux-wireless@vger.kernel.org
334 W:      http://linuxwireless.org/
335 S:      Orphan
336 F:      drivers/net/wireless/adm8211.*
338 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
339 M:      Michael Hennerich <michael.hennerich@analog.com>
340 L:      device-drivers-devel@blackfin.uclinux.org
341 W:      http://wiki.analog.com/ADP5520
342 S:      Supported
343 F:      drivers/mfd/adp5520.c
344 F:      drivers/video/backlight/adp5520_bl.c
345 F:      drivers/leds/leds-adp5520.c
346 F:      drivers/gpio/adp5520-gpio.c
347 F:      drivers/input/keyboard/adp5520-keys.c
349 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 L:      device-drivers-devel@blackfin.uclinux.org
352 W:      http://wiki.analog.com/ADP5588
353 S:      Supported
354 F:      drivers/input/keyboard/adp5588-keys.c
355 F:      drivers/gpio/adp5588-gpio.c
357 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
358 M:      Michael Hennerich <michael.hennerich@analog.com>
359 L:      device-drivers-devel@blackfin.uclinux.org
360 W:      http://wiki.analog.com/ADP8860
361 S:      Supported
362 F:      drivers/video/backlight/adp8860_bl.c
364 ADS1015 HARDWARE MONITOR DRIVER
365 M:      Dirk Eibach <eibach@gdsys.de>
366 L:      lm-sensors@lm-sensors.org
367 S:      Maintained
368 F:      Documentation/hwmon/ads1015
369 F:      drivers/hwmon/ads1015.c
370 F:      include/linux/i2c/ads1015.h
372 ADT746X FAN DRIVER
373 M:      Colin Leroy <colin@colino.net>
374 S:      Maintained
375 F:      drivers/macintosh/therm_adt746x.c
377 ADT7475 HARDWARE MONITOR DRIVER
378 M:      Jean Delvare <khali@linux-fr.org>
379 L:      lm-sensors@lm-sensors.org
380 S:      Maintained
381 F:      Documentation/hwmon/adt7475
382 F:      drivers/hwmon/adt7475.c
384 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 L:      device-drivers-devel@blackfin.uclinux.org
387 W:      http://wiki.analog.com/ADXL345
388 S:      Supported
389 F:      drivers/input/misc/adxl34x.c
391 ADVANSYS SCSI DRIVER
392 M:      Matthew Wilcox <matthew@wil.cx>
393 L:      linux-scsi@vger.kernel.org
394 S:      Maintained
395 F:      Documentation/scsi/advansys.txt
396 F:      drivers/scsi/advansys.c
398 AEDSP16 DRIVER
399 M:      Riccardo Facchetti <fizban@tin.it>
400 S:      Maintained
401 F:      sound/oss/aedsp16.c
403 AFFS FILE SYSTEM
404 L:      linux-fsdevel@vger.kernel.org
405 S:      Orphan
406 F:      Documentation/filesystems/affs.txt
407 F:      fs/affs/
409 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
410 M:      David Howells <dhowells@redhat.com>
411 L:      linux-afs@lists.infradead.org
412 S:      Supported
413 F:      fs/afs/
414 F:      include/net/af_rxrpc.h
415 F:      net/rxrpc/af_rxrpc.c
417 AGPGART DRIVER
418 M:      David Airlie <airlied@linux.ie>
419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
420 S:      Maintained
421 F:      drivers/char/agp/
422 F:      include/linux/agp*
424 AHA152X SCSI DRIVER
425 M:      "Juergen E. Fischer" <fischer@norbit.de>
426 L:      linux-scsi@vger.kernel.org
427 S:      Maintained
428 F:      drivers/scsi/aha152x*
429 F:      drivers/scsi/pcmcia/aha152x*
431 AIC7XXX / AIC79XX SCSI DRIVER
432 M:      Hannes Reinecke <hare@suse.de>
433 L:      linux-scsi@vger.kernel.org
434 S:      Maintained
435 F:      drivers/scsi/aic7xxx/
436 F:      drivers/scsi/aic7xxx_old/
439 M:      Benjamin LaHaise <bcrl@kvack.org>
440 L:      linux-aio@kvack.org
441 S:      Supported
442 F:      fs/aio.c
443 F:      include/linux/*aio*.h
445 ALCATEL SPEEDTOUCH USB DRIVER
446 M:      Duncan Sands <duncan.sands@free.fr>
447 L:      linux-usb@vger.kernel.org
448 W:      http://www.linux-usb.org/SpeedTouch/
449 S:      Maintained
450 F:      drivers/usb/atm/speedtch.c
451 F:      drivers/usb/atm/usbatm.c
453 ALCHEMY AU1XX0 MMC DRIVER
454 M:      Manuel Lauss <manuel.lauss@gmail.com>
455 S:      Maintained
456 F:      drivers/mmc/host/au1xmmc.c
458 ALI1563 I2C DRIVER
459 M:      Rudolf Marek <r.marek@assembler.cz>
460 L:      linux-i2c@vger.kernel.org
461 S:      Maintained
462 F:      Documentation/i2c/busses/i2c-ali1563
463 F:      drivers/i2c/busses/i2c-ali1563.c
465 ALPHA PORT
466 M:      Richard Henderson <rth@twiddle.net>
467 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
468 M:      Matt Turner <mattst88@gmail.com>
469 L:      linux-alpha@vger.kernel.org
470 F:      arch/alpha/
472 ALTERA UART/JTAG UART SERIAL DRIVERS
473 M:      Tobias Klauser <tklauser@distanz.ch>
474 L:      linux-serial@vger.kernel.org
475 L:      nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
476 S:      Maintained
477 F:      drivers/tty/serial/altera_uart.c
478 F:      drivers/tty/serial/altera_jtaguart.c
479 F:      include/linux/altera_uart.h
480 F:      include/linux/altera_jtaguart.h
482 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
483 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
484 L:      lm-sensors@lm-sensors.org
485 S:      Maintained
486 F:      Documentation/hwmon/fam15h_power
487 F:      drivers/hwmon/fam15h_power.c
489 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
490 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
491 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
492 S:      Supported
493 F:      drivers/usb/gadget/amd5536udc.*
495 AMD GEODE PROCESSOR/CHIPSET SUPPORT
496 P:      Andres Salomon <dilinger@queued.net>
497 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
498 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
499 S:      Supported
500 F:      drivers/char/hw_random/geode-rng.c
501 F:      drivers/crypto/geode*
502 F:      drivers/video/geode/
503 F:      arch/x86/include/asm/geode.h
505 AMD IOMMU (AMD-VI)
506 M:      Joerg Roedel <joerg.roedel@amd.com>
507 L:      iommu@lists.linux-foundation.org
508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
509 S:      Supported
510 F:      arch/x86/kernel/amd_iommu*.c
511 F:      arch/x86/include/asm/amd_iommu*.h
513 AMD MICROCODE UPDATE SUPPORT
514 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
515 L:      amd64-microcode@amd64.org
516 S:      Supported
517 F:      arch/x86/kernel/microcode_amd.c
519 AMS (Apple Motion Sensor) DRIVER
520 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
521 S:      Supported
522 F:      drivers/macintosh/ams/
524 AMSO1100 RNIC DRIVER
525 M:      Tom Tucker <tom@opengridcomputing.com>
526 M:      Steve Wise <swise@opengridcomputing.com>
527 L:      linux-rdma@vger.kernel.org
528 S:      Maintained
529 F:      drivers/infiniband/hw/amso1100/
531 ANALOG DEVICES INC ASOC CODEC DRIVERS
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*
541 ANALOG DEVICES INC ASOC DRIVERS
542 L:      uclinux-dist-devel@blackfin.uclinux.org
543 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
544 W:      http://blackfin.uclinux.org/
545 S:      Supported
546 F:      sound/soc/blackfin/*
548 AOA (Apple Onboard Audio) ALSA DRIVER
549 M:      Johannes Berg <johannes@sipsolutions.net>
550 L:      linuxppc-dev@lists.ozlabs.org
551 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
552 S:      Maintained
553 F:      sound/aoa/
555 APM DRIVER
556 M:      Jiri Kosina <jkosina@suse.cz>
557 S:      Odd fixes
558 F:      arch/x86/kernel/apm_32.c
559 F:      include/linux/apm_bios.h
560 F:      drivers/char/apm-emulation.c
562 APPLE BCM5974 MULTITOUCH DRIVER
563 M:      Henrik Rydberg <rydberg@euromail.se>
564 L:      linux-input@vger.kernel.org
565 S:      Maintained
566 F:      drivers/input/mouse/bcm5974.c
568 APPLE SMC DRIVER
569 M:      Henrik Rydberg <rydberg@euromail.se>
570 L:      lm-sensors@lm-sensors.org
571 S:      Maintained
572 F:      drivers/hwmon/applesmc.c
574 APPLETALK NETWORK LAYER
575 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
576 S:      Maintained
577 F:      drivers/net/appletalk/
578 F:      net/appletalk/
580 ARASAN COMPACT FLASH PATA CONTROLLER
581 M:      Viresh Kumar <viresh.kumar@st.com>
582 L:      linux-ide@vger.kernel.org
583 S:      Maintained
584 F:      include/linux/pata_arasan_cf_data.h
585 F:      drivers/ata/pata_arasan_cf.c
587 ARC FRAMEBUFFER DRIVER
588 M:      Jaya Kumar <jayalk@intworks.biz>
589 S:      Maintained
590 F:      drivers/video/arcfb.c
591 F:      drivers/video/fb_defio.c
593 ARM MFM AND FLOPPY DRIVERS
594 M:      Ian Molton <spyro@f2s.com>
595 S:      Maintained
596 F:      arch/arm/lib/floppydma.S
597 F:      arch/arm/include/asm/floppy.h
599 ARM PMU PROFILING AND DEBUGGING
600 M:      Will Deacon <will.deacon@arm.com>
601 S:      Maintained
602 F:      arch/arm/kernel/perf_event*
603 F:      arch/arm/oprofile/common.c
604 F:      arch/arm/kernel/pmu.c
605 F:      arch/arm/include/asm/pmu.h
606 F:      arch/arm/kernel/hw_breakpoint.c
607 F:      arch/arm/include/asm/hw_breakpoint.h
609 ARM PORT
610 M:      Russell King <linux@arm.linux.org.uk>
611 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
612 W:      http://www.arm.linux.org.uk/
613 S:      Maintained
614 F:      arch/arm/
616 ARM PRIMECELL AACI PL041 DRIVER
617 M:      Russell King <linux@arm.linux.org.uk>
618 S:      Maintained
619 F:      sound/arm/aaci.*
621 ARM PRIMECELL CLCD PL110 DRIVER
622 M:      Russell King <linux@arm.linux.org.uk>
623 S:      Maintained
624 F:      drivers/video/amba-clcd.*
626 ARM PRIMECELL KMI PL050 DRIVER
627 M:      Russell King <linux@arm.linux.org.uk>
628 S:      Maintained
629 F:      drivers/input/serio/ambakmi.*
630 F:      include/linux/amba/kmi.h
632 ARM PRIMECELL MMCI PL180/1 DRIVER
633 S:      Orphan
634 F:      drivers/mmc/host/mmci.*
636 ARM PRIMECELL BUS SUPPORT
637 M:      Russell King <linux@arm.linux.org.uk>
638 S:      Maintained
639 F:      drivers/amba/
640 F:      include/linux/amba/bus.h
642 ARM/ADI ROADRUNNER MACHINE SUPPORT
643 M:      Lennert Buytenhek <kernel@wantstofly.org>
644 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
645 S:      Maintained
646 F:      arch/arm/mach-ixp23xx/
647 F:      arch/arm/mach-ixp23xx/include/mach/
649 ARM/ADS SPHERE MACHINE SUPPORT
650 M:      Lennert Buytenhek <kernel@wantstofly.org>
651 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
652 S:      Maintained
654 ARM/AFEB9260 MACHINE SUPPORT
655 M:      Sergey Lapin <slapin@ossfans.org>
656 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
657 S:      Maintained
659 ARM/AJECO 1ARM MACHINE SUPPORT
660 M:      Lennert Buytenhek <kernel@wantstofly.org>
661 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
662 S:      Maintained
664 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
665 M:      Andrew Victor <linux@maxim.org.za>
666 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
667 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
669 W:      http://maxim.org.za/at91_26.html
670 W:      http://www.linux4sam.org
671 S:      Supported
672 F:      arch/arm/mach-at91/
674 ARM/BCMRING ARM ARCHITECTURE
675 M:      Jiandong Zheng <jdzheng@broadcom.com>
676 M:      Scott Branden <sbranden@broadcom.com>
677 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
678 S:      Maintained
679 F:      arch/arm/mach-bcmring
681 ARM/BCMRING MTD NAND DRIVER
682 M:      Jiandong Zheng <jdzheng@broadcom.com>
683 M:      Scott Branden <sbranden@broadcom.com>
684 L:      linux-mtd@lists.infradead.org
685 S:      Maintained
686 F:      drivers/mtd/nand/bcm_umi_nand.c
687 F:      drivers/mtd/nand/bcm_umi_bch.c
688 F:      drivers/mtd/nand/nand_bcm_umi.h
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 F:      arch/arm/include/asm/clkdev.h
713 F:      drivers/clk/clkdev.c
715 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
716 M:      Mike Rapoport <mike@compulab.co.il>
717 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
718 S:      Maintained
720 ARM/CONTEC MICRO9 MACHINE SUPPORT
721 M:      Hubert Feurstein <hubert.feurstein@contec.at>
722 S:      Maintained
723 F:      arch/arm/mach-ep93xx/micro9.c
725 ARM/CORGI MACHINE SUPPORT
726 M:      Richard Purdie <rpurdie@rpsys.net>
727 S:      Maintained
729 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
730 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
731 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
732 T:      git git://git.berlios.de/gemini-board
733 S:      Maintained
734 F:      arch/arm/mach-gemini/
736 ARM/EBSA110 MACHINE SUPPORT
737 M:      Russell King <linux@arm.linux.org.uk>
738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
739 W:      http://www.arm.linux.org.uk/
740 S:      Maintained
741 F:      arch/arm/mach-ebsa110/
742 F:      drivers/net/arm/am79c961a.*
744 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
745 M:      Daniel Ribeiro <drwyrm@gmail.com>
746 M:      Stefan Schmidt <stefan@openezx.org>
747 M:      Harald Welte <laforge@openezx.org>
748 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
749 W:      http://www.openezx.org/
750 S:      Maintained
751 T:      topgit git://git.openezx.org/openezx.git
752 F:      arch/arm/mach-pxa/ezx.c
754 ARM/FARADAY FA526 PORT
755 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
756 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
757 S:      Maintained
758 T:      git git://git.berlios.de/gemini-board
759 F:      arch/arm/mm/*-fa*
761 ARM/FOOTBRIDGE ARCHITECTURE
762 M:      Russell King <linux@arm.linux.org.uk>
763 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
764 W:      http://www.arm.linux.org.uk/
765 S:      Maintained
766 F:      arch/arm/include/asm/hardware/dec21285.h
767 F:      arch/arm/mach-footbridge/
769 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
770 M:      Sascha Hauer <kernel@pengutronix.de>
771 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
772 S:      Maintained
773 T:      git git://git.pengutronix.de/git/imx/linux-2.6.git
774 F:      arch/arm/mach-mx*/
775 F:      arch/arm/plat-mxc/
777 ARM/FREESCALE IMX51
778 M:      Amit Kucheria <amit.kucheria@canonical.com>
779 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
780 S:      Maintained
781 F:      arch/arm/mach-mx5/
783 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
784 M:      Lennert Buytenhek <kernel@wantstofly.org>
785 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
786 S:      Maintained
788 ARM/GUMSTIX MACHINE SUPPORT
789 M:      Steve Sakoman <sakoman@gmail.com>
790 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
791 S:      Maintained
793 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
794 M:      Philipp Zabel <philipp.zabel@gmail.com>
795 S:      Maintained
796 F:      arch/arm/mach-pxa/hx4700.c
797 F:      arch/arm/mach-pxa/include/mach/hx4700.h
799 ARM/HP JORNADA 7XX MACHINE SUPPORT
800 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
801 W:      www.jlime.com
802 S:      Maintained
803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
804 F:      arch/arm/mach-sa1100/jornada720.c
805 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
807 ARM/INCOME PXA270 SUPPORT
808 M:      Marek Vasut <marek.vasut@gmail.com>
809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
810 S:      Maintained
811 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
813 ARM/INTEL IOP32X ARM ARCHITECTURE
814 M:      Lennert Buytenhek <kernel@wantstofly.org>
815 M:      Dan Williams <dan.j.williams@intel.com>
816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
817 S:      Maintained
819 ARM/INTEL IOP33X ARM ARCHITECTURE
820 M:      Dan Williams <dan.j.williams@intel.com>
821 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
822 S:      Maintained
824 ARM/INTEL IOP13XX ARM ARCHITECTURE
825 M:      Lennert Buytenhek <kernel@wantstofly.org>
826 M:      Dan Williams <dan.j.williams@intel.com>
827 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
828 S:      Maintained
830 ARM/INTEL IQ81342EX MACHINE SUPPORT
831 M:      Lennert Buytenhek <kernel@wantstofly.org>
832 M:      Dan Williams <dan.j.williams@intel.com>
833 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
834 S:      Maintained
836 ARM/INTEL IXP2000 ARM ARCHITECTURE
837 M:      Lennert Buytenhek <kernel@wantstofly.org>
838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 S:      Maintained
841 ARM/INTEL IXDP2850 MACHINE SUPPORT
842 M:      Lennert Buytenhek <kernel@wantstofly.org>
843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 S:      Maintained
846 ARM/INTEL IXP23XX ARM ARCHITECTURE
847 M:      Lennert Buytenhek <kernel@wantstofly.org>
848 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
849 S:      Maintained
851 ARM/INTEL IXP4XX ARM ARCHITECTURE
852 M:      Imre Kaloz <kaloz@openwrt.org>
853 M:      Krzysztof Halasa <khc@pm.waw.pl>
854 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
855 S:      Maintained
856 F:      arch/arm/mach-ixp4xx/
858 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
859 M:      Jonathan Cameron <jic23@cam.ac.uk>
860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
861 S:      Maintained
862 F:      arch/arm/mach-pxa/stargate2.c
863 F:      drivers/pcmcia/pxa2xx_stargate2.c
865 ARM/INTEL XSC3 (MANZANO) ARM CORE
866 M:      Lennert Buytenhek <kernel@wantstofly.org>
867 M:      Dan Williams <dan.j.williams@intel.com>
868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869 S:      Maintained
871 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
872 M:      Lennert Buytenhek <kernel@wantstofly.org>
873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874 S:      Maintained
876 ARM/LOGICPD PXA270 MACHINE SUPPORT
877 M:      Lennert Buytenhek <kernel@wantstofly.org>
878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
879 S:      Maintained
881 ARM/MAGICIAN MACHINE SUPPORT
882 M:      Philipp Zabel <philipp.zabel@gmail.com>
883 S:      Maintained
885 ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
886 M:      Lennert Buytenhek <kernel@wantstofly.org>
887 M:      Nicolas Pitre <nico@fluxnic.net>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Odd Fixes
890 F:      arch/arm/mach-loki/
891 F:      arch/arm/mach-kirkwood/
892 F:      arch/arm/mach-mv78xx0/
893 F:      arch/arm/mach-orion5x/
894 F:      arch/arm/plat-orion/
896 ARM/Orion SoC/Technologic Systems TS-78xx platform support
897 M:      Alexander Clouter <alex@digriz.org.uk>
898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
899 W:      http://www.digriz.org.uk/ts78xx/kernel
900 S:      Maintained
901 F:      arch/arm/mach-orion5x/ts78xx-*
903 ARM/MIOA701 MACHINE SUPPORT
904 M:      Robert Jarzmik <robert.jarzmik@free.fr>
905 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
906 F:      arch/arm/mach-pxa/mioa701.c
907 S:      Maintained
909 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
910 M:      Michael Petchkovsky <mkpetch@internode.on.net>
911 S:      Maintained
913 ARM/NOMADIK ARCHITECTURE
914 M:      Alessandro Rubini <rubini@unipv.it>
915 M:      Linus Walleij <linus.walleij@stericsson.com>
916 M:      STEricsson <STEricsson_nomadik_linux@list.st.com>
917 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
918 S:      Maintained
919 F:      arch/arm/mach-nomadik/
920 F:      arch/arm/plat-nomadik/
921 F:      drivers/i2c/busses/i2c-nomadik.c
922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
924 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
925 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
926 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
927 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
928 S:      Supported
930 ARM/QUALCOMM MSM MACHINE SUPPORT
931 M:      David Brown <davidb@codeaurora.org>
932 M:      Daniel Walker <dwalker@fifo99.com>
933 M:      Bryan Huntsman <bryanh@codeaurora.org>
934 L:      linux-arm-msm@vger.kernel.org
935 F:      arch/arm/mach-msm/
936 F:      drivers/video/msm/
937 F:      drivers/mmc/host/msm_sdcc.c
938 F:      drivers/mmc/host/msm_sdcc.h
939 F:      drivers/tty/serial/msm_serial.h
940 F:      drivers/tty/serial/msm_serial.c
941 F:      drivers/platform/msm/
942 F:      drivers/*/pm8???-*
943 F:      include/linux/mfd/pm8xxx/
944 T:      git git://codeaurora.org/quic/kernel/davidb/linux-msm.git
945 S:      Maintained
947 ARM/TOSA MACHINE SUPPORT
948 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
949 M:      Dirk Opfer <dirk@opfer-online.de>
950 S:      Maintained
952 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
953 M:      Marek Vasut <marek.vasut@gmail.com>
954 L:      linux-arm-kernel@lists.infradead.org
955 W:      http://hackndev.com
956 S:      Maintained
957 F:      arch/arm/mach-pxa/include/mach/palmtx.h
958 F:      arch/arm/mach-pxa/palmtx.c
959 F:      arch/arm/mach-pxa/include/mach/palmt5.h
960 F:      arch/arm/mach-pxa/palmt5.c
961 F:      arch/arm/mach-pxa/include/mach/palmld.h
962 F:      arch/arm/mach-pxa/palmld.c
963 F:      arch/arm/mach-pxa/include/mach/palmte2.h
964 F:      arch/arm/mach-pxa/palmte2.c
965 F:      arch/arm/mach-pxa/include/mach/palmtc.h
966 F:      arch/arm/mach-pxa/palmtc.c
968 ARM/PALM TREO SUPPORT
969 M:      Tomas Cech <sleep_walker@suse.cz>
970 L:      linux-arm-kernel@lists.infradead.org
971 W:      http://hackndev.com
972 S:      Maintained
973 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
974 F:      arch/arm/mach-pxa/palmtreo.c
976 ARM/PALMZ72 SUPPORT
977 M:      Sergey Lapin <slapin@ossfans.org>
978 L:      linux-arm-kernel@lists.infradead.org
979 W:      http://hackndev.com
980 S:      Maintained
981 F:      arch/arm/mach-pxa/include/mach/palmz72.h
982 F:      arch/arm/mach-pxa/palmz72.c
984 ARM/PLEB SUPPORT
985 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
986 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
987 S:      Maintained
989 ARM/PT DIGITAL BOARD PORT
990 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
991 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
992 W:      http://www.arm.linux.org.uk/
993 S:      Maintained
995 ARM/RADISYS ENP2611 MACHINE SUPPORT
996 M:      Lennert Buytenhek <kernel@wantstofly.org>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 S:      Maintained
1000 ARM/RISCPC ARCHITECTURE
1001 M:      Russell King <linux@arm.linux.org.uk>
1002 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1003 W:      http://www.arm.linux.org.uk/
1004 S:      Maintained
1005 F:      arch/arm/common/time-acorn.c
1006 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1007 F:      arch/arm/include/asm/hardware/ioc.h
1008 F:      arch/arm/include/asm/hardware/iomd.h
1009 F:      arch/arm/include/asm/hardware/memc.h
1010 F:      arch/arm/mach-rpc/
1011 F:      drivers/net/arm/ether*
1012 F:      drivers/scsi/arm/
1014 ARM/SHARK MACHINE SUPPORT
1015 M:      Alexander Schulz <alex@shark-linux.de>
1016 W:      http://www.shark-linux.de/shark.html
1017 S:      Maintained
1019 ARM/SAMSUNG ARM ARCHITECTURES
1020 M:      Ben Dooks <ben-linux@fluff.org>
1021 M:      Kukjin Kim <kgene.kim@samsung.com>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 W:      http://www.fluff.org/ben/linux/
1024 S:      Maintained
1025 F:      arch/arm/plat-samsung/
1026 F:      arch/arm/plat-s3c24xx/
1027 F:      arch/arm/plat-s5p/
1028 F:      drivers/*/*s3c2410*
1029 F:      drivers/*/*/*s3c2410*
1031 ARM/S3C2410 ARM ARCHITECTURE
1032 M:      Ben Dooks <ben-linux@fluff.org>
1033 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1034 W:      http://www.fluff.org/ben/linux/
1035 S:      Maintained
1036 F:      arch/arm/mach-s3c2410/
1038 ARM/S3C244x ARM ARCHITECTURE
1039 M:      Ben Dooks <ben-linux@fluff.org>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 W:      http://www.fluff.org/ben/linux/
1042 S:      Maintained
1043 F:      arch/arm/mach-s3c2440/
1044 F:      arch/arm/mach-s3c2443/
1046 ARM/S3C64xx ARM ARCHITECTURE
1047 M:      Ben Dooks <ben-linux@fluff.org>
1048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 W:      http://www.fluff.org/ben/linux/
1050 S:      Maintained
1051 F:      arch/arm/mach-s3c64xx/
1053 ARM/S5P EXYNOS ARM ARCHITECTURES
1054 M:      Kukjin Kim <kgene.kim@samsung.com>
1055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1057 S:      Maintained
1058 F:      arch/arm/mach-s5p*/
1059 F:      arch/arm/mach-exynos*/
1061 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1062 M:      Kyungmin Park <kyungmin.park@samsung.com>
1063 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1064 S:      Maintained
1065 F:      arch/arm/mach-s5pv210/mach-aquila.c
1066 F:      arch/arm/mach-s5pv210/mach-goni.c
1067 F:      arch/arm/mach-exynos4/mach-universal_c210.c
1068 F:      arch/arm/mach-exynos4/mach-nuri.c
1070 ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1071 M:      Kyungmin Park <kyungmin.park@samsung.com>
1072 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
1073 L:      linux-arm-kernel@lists.infradead.org
1074 L:      linux-media@vger.kernel.org
1075 S:      Maintained
1076 F:      arch/arm/plat-s5p/dev-fimc*
1077 F:      arch/arm/plat-samsung/include/plat/*fimc*
1078 F:      drivers/media/video/s5p-fimc/
1080 ARM/SHMOBILE ARM ARCHITECTURE
1081 M:      Paul Mundt <lethal@linux-sh.org>
1082 M:      Magnus Damm <magnus.damm@gmail.com>
1083 L:      linux-sh@vger.kernel.org
1084 W:      http://oss.renesas.com
1085 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1087 S:      Supported
1088 F:      arch/arm/mach-shmobile/
1089 F:      drivers/sh/
1091 ARM/TELECHIPS ARM ARCHITECTURE
1092 M:      "Hans J. Koch" <hjk@hansjkoch.de>
1093 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1094 S:      Maintained
1095 F:      arch/arm/plat-tcc/
1096 F:      arch/arm/mach-tcc8k/
1098 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1099 M:      Lennert Buytenhek <kernel@wantstofly.org>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1103 ARM/TETON BGA MACHINE SUPPORT
1104 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 S:      Maintained
1108 ARM/THECUS N2100 MACHINE SUPPORT
1109 M:      Lennert Buytenhek <kernel@wantstofly.org>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 S:      Maintained
1113 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1114 M:      Wan ZongShun <mcuos.com@gmail.com>
1115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1116 W:      http://www.mcuos.com
1117 S:      Maintained
1118 F:      arch/arm/mach-w90x900/
1119 F:      arch/arm/mach-nuc93x/
1120 F:      drivers/input/keyboard/w90p910_keypad.c
1121 F:      drivers/input/touchscreen/w90p910_ts.c
1122 F:      drivers/watchdog/nuc900_wdt.c
1123 F:      drivers/net/arm/w90p910_ether.c
1124 F:      drivers/mtd/nand/nuc900_nand.c
1125 F:      drivers/rtc/rtc-nuc900.c
1126 F:      drivers/spi/spi_nuc900.c
1127 F:      drivers/usb/host/ehci-w90x900.c
1128 F:      drivers/video/nuc900fb.c
1130 ARM/U300 MACHINE SUPPORT
1131 M:      Linus Walleij <linus.walleij@stericsson.com>
1132 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1133 S:      Supported
1134 F:      arch/arm/mach-u300/
1135 F:      drivers/i2c/busses/i2c-stu300.c
1136 F:      drivers/rtc/rtc-coh901331.c
1137 F:      drivers/watchdog/coh901327_wdt.c
1138 F:      drivers/dma/coh901318*
1139 F:      drivers/mfd/ab3100*
1140 F:      drivers/rtc/rtc-ab3100.c
1141 F:      drivers/rtc/rtc-coh901331.c
1142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1144 ARM/Ux500 ARM ARCHITECTURE
1145 M:      Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1146 M:      Linus Walleij <linus.walleij@stericsson.com>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S:      Maintained
1149 F:      arch/arm/mach-ux500/
1150 F:      drivers/dma/ste_dma40*
1151 F:      drivers/mfd/ab3550*
1152 F:      drivers/mfd/abx500*
1153 F:      drivers/mfd/ab8500*
1154 F:      drivers/mfd/stmpe*
1155 F:      drivers/rtc/rtc-ab8500.c
1156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1158 ARM/VFP SUPPORT
1159 M:      Russell King <linux@arm.linux.org.uk>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 W:      http://www.arm.linux.org.uk/
1162 S:      Maintained
1163 F:      arch/arm/vfp/
1165 ARM/VOIPAC PXA270 SUPPORT
1166 M:      Marek Vasut <marek.vasut@gmail.com>
1167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 S:      Maintained
1169 F:      arch/arm/mach-pxa/vpac270.c
1170 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1172 ARM/ZIPIT Z2 SUPPORT
1173 M:      Marek Vasut <marek.vasut@gmail.com>
1174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S:      Maintained
1176 F:      arch/arm/mach-pxa/z2.c
1177 F:      arch/arm/mach-pxa/include/mach/z2.h
1179 ASC7621 HARDWARE MONITOR DRIVER
1180 M:      George Joseph <george.joseph@fairview5.com>
1181 L:      lm-sensors@lm-sensors.org
1182 S:      Maintained
1183 F:      Documentation/hwmon/asc7621
1184 F:      drivers/hwmon/asc7621.c
1186 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1187 M:      Corentin Chary <corentincj@iksaif.net>
1188 L:      acpi4asus-user@lists.sourceforge.net
1189 L:      platform-driver-x86@vger.kernel.org
1190 W:      http://acpi4asus.sf.net
1191 S:      Maintained
1192 F:      drivers/platform/x86/asus*.c
1193 F:      drivers/platform/x86/eeepc*.c
1195 ASUS ASB100 HARDWARE MONITOR DRIVER
1196 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
1197 L:      lm-sensors@lm-sensors.org
1198 S:      Maintained
1199 F:      drivers/hwmon/asb100.c
1201 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1202 M:      Dan Williams <dan.j.williams@intel.com>
1203 W:      http://sourceforge.net/projects/xscaleiop
1204 S:      Supported
1205 F:      Documentation/crypto/async-tx-api.txt
1206 F:      crypto/async_tx/
1207 F:      drivers/dma/
1208 F:      include/linux/dmaengine.h
1209 F:      include/linux/async_tx.h
1211 AT24 EEPROM DRIVER
1212 M:      Wolfram Sang <w.sang@pengutronix.de>
1213 L:      linux-i2c@vger.kernel.org
1214 S:      Maintained
1215 F:      drivers/misc/eeprom/at24.c
1216 F:      include/linux/i2c/at24.h
1218 ATA OVER ETHERNET (AOE) DRIVER
1219 M:      "Ed L. Cashin" <ecashin@coraid.com>
1220 W:      http://www.coraid.com/support/linux
1221 S:      Supported
1222 F:      Documentation/aoe/
1223 F:      drivers/block/aoe/
1225 ATHEROS ATH GENERIC UTILITIES
1226 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1227 L:      linux-wireless@vger.kernel.org
1228 S:      Supported
1229 F:      drivers/net/wireless/ath/*
1231 ATHEROS ATH5K WIRELESS DRIVER
1232 M:      Jiri Slaby <jirislaby@gmail.com>
1233 M:      Nick Kossifidis <mickflemm@gmail.com>
1234 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1235 M:      Bob Copeland <me@bobcopeland.com>
1236 L:      linux-wireless@vger.kernel.org
1237 L:      ath5k-devel@lists.ath5k.org
1238 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1239 S:      Maintained
1240 F:      drivers/net/wireless/ath/ath5k/
1242 ATHEROS ATH9K WIRELESS DRIVER
1243 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1244 M:      Jouni Malinen <jmalinen@atheros.com>
1245 M:      Vasanthakumar Thiagarajan <vasanth@atheros.com>
1246 M:      Senthil Balasubramanian <senthilkumar@atheros.com>
1247 L:      linux-wireless@vger.kernel.org
1248 L:      ath9k-devel@lists.ath9k.org
1249 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
1250 S:      Supported
1251 F:      drivers/net/wireless/ath/ath9k/
1253 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1254 M:      Christian Lamparter <chunkeey@googlemail.com>
1255 L:      linux-wireless@vger.kernel.org
1256 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1257 S:      Maintained
1258 F:      drivers/net/wireless/ath/carl9170/
1260 ATK0110 HWMON DRIVER
1261 M:      Luca Tettamanti <kronos.it@gmail.com>
1262 L:      lm-sensors@lm-sensors.org
1263 S:      Maintained
1264 F:      drivers/hwmon/asus_atk0110.c
1266 ATI_REMOTE2 DRIVER
1267 M:      Ville Syrjala <syrjala@sci.fi>
1268 S:      Maintained
1269 F:      drivers/input/misc/ati_remote2.c
1271 ATLX ETHERNET DRIVERS
1272 M:      Jay Cliburn <jcliburn@gmail.com>
1273 M:      Chris Snook <chris.snook@gmail.com>
1274 M:      Jie Yang <jie.yang@atheros.com>
1275 L:      netdev@vger.kernel.org
1276 W:      http://sourceforge.net/projects/atl1
1277 W:      http://atl1.sourceforge.net
1278 S:      Maintained
1279 F:      drivers/net/atlx/
1282 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1283 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1284 L:      netdev@vger.kernel.org
1285 W:      http://linux-atm.sourceforge.net
1286 S:      Maintained
1287 F:      drivers/atm/
1288 F:      include/linux/atm*
1290 ATMEL AT91 MCI DRIVER
1291 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293 W:      http://www.atmel.com/products/AT91/
1294 W:      http://www.at91.com/
1295 S:      Maintained
1296 F:      drivers/mmc/host/at91_mci.c
1298 ATMEL AT91 / AT32 MCI DRIVER
1299 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1300 S:      Maintained
1301 F:      drivers/mmc/host/atmel-mci.c
1302 F:      drivers/mmc/host/atmel-mci-regs.h
1304 ATMEL AT91 / AT32 SERIAL DRIVER
1305 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1306 S:      Supported
1307 F:      drivers/tty/serial/atmel_serial.c
1309 ATMEL LCDFB DRIVER
1310 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1311 L:      linux-fbdev@vger.kernel.org
1312 S:      Maintained
1313 F:      drivers/video/atmel_lcdfb.c
1314 F:      include/video/atmel_lcdc.h
1316 ATMEL MACB ETHERNET DRIVER
1317 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1318 S:      Supported
1319 F:      drivers/net/macb.*
1321 ATMEL SPI DRIVER
1322 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1323 S:      Supported
1324 F:      drivers/spi/atmel_spi.*
1326 ATMEL USBA UDC DRIVER
1327 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1328 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1329 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1330 S:      Supported
1331 F:      drivers/usb/gadget/atmel_usba_udc.*
1333 ATMEL WIRELESS DRIVER
1334 M:      Simon Kelley <simon@thekelleys.org.uk>
1335 L:      linux-wireless@vger.kernel.org
1336 W:      http://www.thekelleys.org.uk/atmel
1337 W:      http://atmelwlandriver.sourceforge.net/
1338 S:      Maintained
1339 F:      drivers/net/wireless/atmel*
1341 AUDIT SUBSYSTEM
1342 M:      Al Viro <viro@zeniv.linux.org.uk>
1343 M:      Eric Paris <eparis@redhat.com>
1344 L:      linux-audit@redhat.com (subscribers-only)
1345 W:      http://people.redhat.com/sgrubb/audit/
1346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1347 S:      Maintained
1348 F:      include/linux/audit.h
1349 F:      kernel/audit*
1351 AUXILIARY DISPLAY DRIVERS
1352 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1353 W:      http://miguelojeda.es/auxdisplay.htm
1354 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1355 S:      Maintained
1356 F:      drivers/auxdisplay/
1357 F:      include/linux/cfag12864b.h
1359 AVR32 ARCHITECTURE
1360 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1361 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1362 W:      http://www.atmel.com/products/AVR32/
1363 W:      http://avr32linux.org/
1364 W:      http://avrfreaks.net/
1365 S:      Maintained
1366 F:      arch/avr32/
1368 AVR32/AT32AP MACHINE SUPPORT
1369 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1370 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1371 S:      Maintained
1372 F:      arch/avr32/mach-at32ap/
1374 AX.25 NETWORK LAYER
1375 M:      Ralf Baechle <ralf@linux-mips.org>
1376 L:      linux-hams@vger.kernel.org
1377 W:      http://www.linux-ax25.org/
1378 S:      Maintained
1379 F:      include/linux/ax25.h
1380 F:      include/net/ax25.h
1381 F:      net/ax25/
1383 B43 WIRELESS DRIVER
1384 M:      Stefano Brivio <stefano.brivio@polimi.it>
1385 L:      linux-wireless@vger.kernel.org
1386 W:      http://linuxwireless.org/en/users/Drivers/b43
1387 S:      Maintained
1388 F:      drivers/net/wireless/b43/
1390 B43LEGACY WIRELESS DRIVER
1391 M:      Larry Finger <Larry.Finger@lwfinger.net>
1392 M:      Stefano Brivio <stefano.brivio@polimi.it>
1393 L:      linux-wireless@vger.kernel.org
1394 W:      http://linuxwireless.org/en/users/Drivers/b43
1395 S:      Maintained
1396 F:      drivers/net/wireless/b43legacy/
1398 BACKLIGHT CLASS/SUBSYSTEM
1399 M:      Richard Purdie <rpurdie@rpsys.net>
1400 S:      Maintained
1401 F:      drivers/video/backlight/
1402 F:      include/linux/backlight.h
1404 BATMAN ADVANCED
1405 M:      Marek Lindner <lindner_marek@yahoo.de>
1406 M:      Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1407 L:      b.a.t.m.a.n@lists.open-mesh.org
1408 W:      http://www.open-mesh.org/
1409 S:      Maintained
1410 F:      net/batman-adv/
1412 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1413 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1414 L:      linux-hams@vger.kernel.org
1415 W:      http://www.baycom.org/~tom/ham/ham.html
1416 S:      Maintained
1417 F:      drivers/net/hamradio/baycom*
1419 BEFS FILE SYSTEM
1420 S:      Orphan
1421 F:      Documentation/filesystems/befs.txt
1422 F:      fs/befs/
1424 BFS FILE SYSTEM
1425 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1426 S:      Maintained
1427 F:      Documentation/filesystems/bfs.txt
1428 F:      fs/bfs/
1429 F:      include/linux/bfs_fs.h
1431 BLACKFIN ARCHITECTURE
1432 M:      Mike Frysinger <vapier@gentoo.org>
1433 L:      uclinux-dist-devel@blackfin.uclinux.org
1434 W:      http://blackfin.uclinux.org
1435 S:      Supported
1436 F:      arch/blackfin/
1438 BLACKFIN EMAC DRIVER
1439 L:      uclinux-dist-devel@blackfin.uclinux.org
1440 W:      http://blackfin.uclinux.org
1441 S:      Supported
1442 F:      drivers/net/bfin_mac.*
1444 BLACKFIN RTC DRIVER
1445 M:      Mike Frysinger <vapier.adi@gmail.com>
1446 L:      uclinux-dist-devel@blackfin.uclinux.org
1447 W:      http://blackfin.uclinux.org
1448 S:      Supported
1449 F:      drivers/rtc/rtc-bfin.c
1451 BLACKFIN SDH DRIVER
1452 M:      Cliff Cai <cliff.cai@analog.com>
1453 L:      uclinux-dist-devel@blackfin.uclinux.org
1454 W:      http://blackfin.uclinux.org
1455 S:      Supported
1456 F:      drivers/mmc/host/bfin_sdh.c
1458 BLACKFIN SERIAL DRIVER
1459 M:      Sonic Zhang <sonic.zhang@analog.com>
1460 L:      uclinux-dist-devel@blackfin.uclinux.org
1461 W:      http://blackfin.uclinux.org
1462 S:      Supported
1463 F:      drivers/tty/serial/bfin_5xx.c
1465 BLACKFIN WATCHDOG DRIVER
1466 M:      Mike Frysinger <vapier.adi@gmail.com>
1467 L:      uclinux-dist-devel@blackfin.uclinux.org
1468 W:      http://blackfin.uclinux.org
1469 S:      Supported
1470 F:      drivers/watchdog/bfin_wdt.c
1472 BLACKFIN I2C TWI DRIVER
1473 M:      Sonic Zhang <sonic.zhang@analog.com>
1474 L:      uclinux-dist-devel@blackfin.uclinux.org
1475 W:      http://blackfin.uclinux.org/
1476 S:      Supported
1477 F:      drivers/i2c/busses/i2c-bfin-twi.c
1479 BLOCK LAYER
1480 M:      Jens Axboe <axboe@kernel.dk>
1481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1482 S:      Maintained
1483 F:      block/
1485 BLOCK2MTD DRIVER
1486 M:      Joern Engel <joern@lazybastard.org>
1487 L:      linux-mtd@lists.infradead.org
1488 S:      Maintained
1489 F:      drivers/mtd/devices/block2mtd.c
1491 BLUETOOTH DRIVERS
1492 M:      Marcel Holtmann <marcel@holtmann.org>
1493 M:      "Gustavo F. Padovan" <padovan@profusion.mobi>
1494 L:      linux-bluetooth@vger.kernel.org
1495 W:      http://www.bluez.org/
1496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1497 S:      Maintained
1498 F:      drivers/bluetooth/
1500 BLUETOOTH SUBSYSTEM
1501 M:      Marcel Holtmann <marcel@holtmann.org>
1502 M:      "Gustavo F. Padovan" <padovan@profusion.mobi>
1503 L:      linux-bluetooth@vger.kernel.org
1504 W:      http://www.bluez.org/
1505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1506 S:      Maintained
1507 F:      net/bluetooth/
1508 F:      include/net/bluetooth/
1510 BONDING DRIVER
1511 M:      Jay Vosburgh <fubar@us.ibm.com>
1512 M:      Andy Gospodarek <andy@greyhouse.net>
1513 L:      netdev@vger.kernel.org
1514 W:      http://sourceforge.net/projects/bonding/
1515 S:      Supported
1516 F:      drivers/net/bonding/
1517 F:      include/linux/if_bonding.h
1519 BROADCOM B44 10/100 ETHERNET DRIVER
1520 M:      Gary Zambrano <zambrano@broadcom.com>
1521 L:      netdev@vger.kernel.org
1522 S:      Supported
1523 F:      drivers/net/b44.*
1525 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1526 M:      Michael Chan <mchan@broadcom.com>
1527 L:      netdev@vger.kernel.org
1528 S:      Supported
1529 F:      drivers/net/bnx2.*
1530 F:      drivers/net/bnx2_*
1532 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1533 M:      Eilon Greenstein <eilong@broadcom.com>
1534 L:      netdev@vger.kernel.org
1535 S:      Supported
1536 F:      drivers/net/bnx2x/
1538 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1539 M:      Matt Carlson <mcarlson@broadcom.com>
1540 M:      Michael Chan <mchan@broadcom.com>
1541 L:      netdev@vger.kernel.org
1542 S:      Supported
1543 F:      drivers/net/tg3.*
1545 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1546 M:      Brett Rudley <brudley@broadcom.com>
1547 M:      Henry Ptasinski <henryp@broadcom.com>
1548 M:      Roland Vossen <rvossen@broadcom.com>
1549 M:      Arend van Spriel <arend@broadcom.com>
1550 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
1551 M:      Kan Yan <kanyan@broadcom.com>
1552 L:      linux-wireless@vger.kernel.org
1553 S:      Supported
1554 F:      drivers/staging/brcm80211/
1556 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1557 M:      Bhanu Prakash Gollapudi <bprakash@broadcom.com>
1558 L:      linux-scsi@vger.kernel.org
1559 S:      Supported
1560 F:      drivers/scsi/bnx2fc/
1562 BROCADE BFA FC SCSI DRIVER
1563 M:      Jing Huang <huangj@brocade.com>
1564 L:      linux-scsi@vger.kernel.org
1565 S:      Supported
1566 F:      drivers/scsi/bfa/
1568 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1569 M:      Rasesh Mody <rmody@brocade.com>
1570 M:      Debashis Dutt <ddutt@brocade.com>
1571 L:      netdev@vger.kernel.org
1572 S:      Supported
1573 F:      drivers/net/bna/
1575 BSG (block layer generic sg v4 driver)
1576 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1577 L:      linux-scsi@vger.kernel.org
1578 S:      Supported
1579 F:      block/bsg.c
1580 F:      include/linux/bsg.h
1582 BT87X AUDIO DRIVER
1583 M:      Clemens Ladisch <clemens@ladisch.de>
1584 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1585 T:      git git://git.alsa-project.org/alsa-kernel.git
1586 S:      Maintained
1587 F:      Documentation/sound/alsa/Bt87x.txt
1588 F:      sound/pci/bt87x.c
1590 BT8XXGPIO DRIVER
1591 M:      Michael Buesch <m@bues.ch>
1592 W:      http://bu3sch.de/btgpio.php
1593 S:      Maintained
1594 F:      drivers/gpio/bt8xxgpio.c
1596 BTRFS FILE SYSTEM
1597 M:      Chris Mason <chris.mason@oracle.com>
1598 L:      linux-btrfs@vger.kernel.org
1599 W:      http://btrfs.wiki.kernel.org/
1600 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1602 S:      Maintained
1603 F:      Documentation/filesystems/btrfs.txt
1604 F:      fs/btrfs/
1606 BTTV VIDEO4LINUX DRIVER
1607 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1608 L:      linux-media@vger.kernel.org
1609 W:      http://linuxtv.org
1610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1611 S:      Maintained
1612 F:      Documentation/video4linux/bttv/
1613 F:      drivers/media/video/bt8xx/bttv*
1615 C-MEDIA CMI8788 DRIVER
1616 M:      Clemens Ladisch <clemens@ladisch.de>
1617 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1618 T:      git git://git.alsa-project.org/alsa-kernel.git
1619 S:      Maintained
1620 F:      sound/pci/oxygen/
1622 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1623 M:      David Howells <dhowells@redhat.com>
1624 L:      linux-cachefs@redhat.com
1625 S:      Supported
1626 F:      Documentation/filesystems/caching/cachefiles.txt
1627 F:      fs/cachefiles/
1629 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1630 M:      Jonathan Corbet <corbet@lwn.net>
1631 L:      linux-media@vger.kernel.org
1632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1633 S:      Maintained
1634 F:      Documentation/video4linux/cafe_ccic
1635 F:      drivers/media/video/cafe_ccic*
1637 CAIF NETWORK LAYER
1638 M:      Sjur Braendeland <sjur.brandeland@stericsson.com>
1639 L:      netdev@vger.kernel.org
1640 S:      Supported
1641 F:      Documentation/networking/caif/
1642 F:      drivers/net/caif/
1643 F:      include/linux/caif/
1644 F:      include/net/caif/
1645 F:      net/caif/
1647 CALGARY x86-64 IOMMU
1648 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1649 M:      "Jon D. Mason" <jdmason@kudzu.us>
1650 L:      discuss@x86-64.org
1651 S:      Maintained
1652 F:      arch/x86/kernel/pci-calgary_64.c
1653 F:      arch/x86/kernel/tce_64.c
1654 F:      arch/x86/include/asm/calgary.h
1655 F:      arch/x86/include/asm/tce.h
1657 CAN NETWORK LAYER
1658 M:      Oliver Hartkopp <socketcan@hartkopp.net>
1659 M:      Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1660 M:      Urs Thuermann <urs.thuermann@volkswagen.de>
1661 L:      socketcan-core@lists.berlios.de (subscribers-only)
1662 L:      netdev@vger.kernel.org
1663 W:      http://developer.berlios.de/projects/socketcan/
1664 S:      Maintained
1665 F:      net/can/
1666 F:      include/linux/can.h
1667 F:      include/linux/can/core.h
1668 F:      include/linux/can/bcm.h
1669 F:      include/linux/can/raw.h
1671 CAN NETWORK DRIVERS
1672 M:      Wolfgang Grandegger <wg@grandegger.com>
1673 L:      socketcan-core@lists.berlios.de (subscribers-only)
1674 L:      netdev@vger.kernel.org
1675 W:      http://developer.berlios.de/projects/socketcan/
1676 S:      Maintained
1677 F:      drivers/net/can/
1678 F:      include/linux/can/dev.h
1679 F:      include/linux/can/error.h
1680 F:      include/linux/can/netlink.h
1681 F:      include/linux/can/platform/
1683 CELL BROADBAND ENGINE ARCHITECTURE
1684 M:      Arnd Bergmann <arnd@arndb.de>
1685 L:      linuxppc-dev@lists.ozlabs.org
1686 L:      cbe-oss-dev@lists.ozlabs.org
1687 W:      http://www.ibm.com/developerworks/power/cell/
1688 S:      Supported
1689 F:      arch/powerpc/include/asm/cell*.h
1690 F:      arch/powerpc/include/asm/spu*.h
1691 F:      arch/powerpc/oprofile/*cell*
1692 F:      arch/powerpc/platforms/cell/
1694 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1695 M:      Sage Weil <sage@newdream.net>
1696 L:      ceph-devel@vger.kernel.org
1697 W:      http://ceph.newdream.net/
1698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1699 S:      Supported
1700 F:      Documentation/filesystems/ceph.txt
1701 F:      fs/ceph
1702 F:      net/ceph
1703 F:      include/linux/ceph
1705 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1706 L:      linux-usb@vger.kernel.org
1707 S:      Orphan
1708 F:      Documentation/usb/WUSB-Design-overview.txt
1709 F:      Documentation/usb/wusb-cbaf
1710 F:      drivers/usb/host/hwa-hc.c
1711 F:      drivers/usb/host/whci/
1712 F:      drivers/usb/wusbcore/
1713 F:      include/linux/usb/wusb*
1715 CFAG12864B LCD DRIVER
1716 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1717 W:      http://miguelojeda.es/auxdisplay.htm
1718 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1719 S:      Maintained
1720 F:      drivers/auxdisplay/cfag12864b.c
1721 F:      include/linux/cfag12864b.h
1723 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1724 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1725 W:      http://miguelojeda.es/auxdisplay.htm
1726 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1727 S:      Maintained
1728 F:      drivers/auxdisplay/cfag12864bfb.c
1729 F:      include/linux/cfag12864b.h
1731 CFG80211 and NL80211
1732 M:      Johannes Berg <johannes@sipsolutions.net>
1733 L:      linux-wireless@vger.kernel.org
1734 S:      Maintained
1735 F:      include/linux/nl80211.h
1736 F:      include/net/cfg80211.h
1737 F:      net/wireless/*
1738 X:      net/wireless/wext*
1740 CHECKPATCH
1741 M:      Andy Whitcroft <apw@canonical.com>
1742 S:      Supported
1743 F:      scripts/checkpatch.pl
1745 CHINESE DOCUMENTATION
1746 M:      Harry Wei <harryxiyou@gmail.com>
1747 L:      xiyoulinuxkernelgroup@googlegroups.com
1748 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
1749 S:      Maintained
1750 F:      Documentation/zh_CN/
1752 CISCO VIC ETHERNET NIC DRIVER
1753 M:      Christian Benvenuti <benve@cisco.com>
1754 M:      Vasanthy Kolluri <vkolluri@cisco.com>
1755 M:      Roopa Prabhu <roprabhu@cisco.com>
1756 M:      David Wang <dwang2@cisco.com>
1757 S:      Supported
1758 F:      drivers/net/enic/
1760 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1761 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1762 L:      netdev@vger.kernel.org
1763 S:      Maintained
1764 F:      drivers/net/arm/ep93xx_eth.c
1766 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1767 M:      Lennert Buytenhek <kernel@wantstofly.org>
1768 L:      linux-usb@vger.kernel.org
1769 S:      Maintained
1770 F:      drivers/usb/host/ohci-ep93xx.c
1772 CIRRUS LOGIC CS4270 SOUND DRIVER
1773 M:      Timur Tabi <timur@freescale.com>
1774 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1775 S:      Supported
1776 F:      sound/soc/codecs/cs4270*
1778 CLK API
1779 M:      Russell King <linux@arm.linux.org.uk>
1780 F:      include/linux/clk.h
1782 CISCO FCOE HBA DRIVER
1783 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1784 M:      Venkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com>
1785 M:      Brian Uchino <buchino@cisco.com>
1786 L:      linux-scsi@vger.kernel.org
1787 S:      Supported
1788 F:      drivers/scsi/fnic/
1790 CMPC ACPI DRIVER
1791 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1792 M:      Daniel Oliveira Nascimento <don@syst.com.br>
1793 L:      platform-driver-x86@vger.kernel.org
1794 S:      Supported
1795 F:      drivers/platform/x86/classmate-laptop.c
1797 COCCINELLE/Semantic Patches (SmPL)
1798 M:      Julia Lawall <julia@diku.dk>
1799 M:      Gilles Muller <Gilles.Muller@lip6.fr>
1800 M:      Nicolas Palix <npalix.work@gmail.com>
1801 L:      cocci@diku.dk (moderated for non-subscribers)
1802 W:      http://coccinelle.lip6.fr/
1803 S:      Supported
1804 F:      scripts/coccinelle/
1805 F:      scripts/coccicheck
1807 CODA FILE SYSTEM
1808 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1809 M:      coda@cs.cmu.edu
1810 L:      codalist@coda.cs.cmu.edu
1811 W:      http://www.coda.cs.cmu.edu/
1812 S:      Maintained
1813 F:      Documentation/filesystems/coda.txt
1814 F:      fs/coda/
1815 F:      include/linux/coda*.h
1817 COMMON INTERNET FILE SYSTEM (CIFS)
1818 M:      Steve French <sfrench@samba.org>
1819 L:      linux-cifs@vger.kernel.org
1820 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
1821 W:      http://linux-cifs.samba.org/
1822 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1824 S:      Supported
1825 F:      Documentation/filesystems/cifs.txt
1826 F:      fs/cifs/
1828 COMPACTPCI HOTPLUG CORE
1829 M:      Scott Murray <scott@spiteful.org>
1830 L:      linux-pci@vger.kernel.org
1831 S:      Maintained
1832 F:      drivers/pci/hotplug/cpci_hotplug*
1834 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1835 M:      Scott Murray <scott@spiteful.org>
1836 L:      linux-pci@vger.kernel.org
1837 S:      Maintained
1838 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1840 COMPACTPCI HOTPLUG GENERIC DRIVER
1841 M:      Scott Murray <scott@spiteful.org>
1842 L:      linux-pci@vger.kernel.org
1843 S:      Maintained
1844 F:      drivers/pci/hotplug/cpcihp_generic.c
1846 COMPAL LAPTOP SUPPORT
1847 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1848 L:      platform-driver-x86@vger.kernel.org
1849 S:      Maintained
1850 F:      drivers/platform/x86/compal-laptop.c
1852 COMPUTONE INTELLIPORT MULTIPORT CARD
1853 W:      http://www.wittsend.com/computone.html
1854 S:      Orphan
1855 F:      Documentation/serial/computone.txt
1856 F:      drivers/staging/tty/ip2/
1858 CONEXANT ACCESSRUNNER USB DRIVER
1859 M:      Simon Arlott <cxacru@fire.lp0.eu>
1860 L:      accessrunner-general@lists.sourceforge.net
1861 W:      http://accessrunner.sourceforge.net/
1862 S:      Maintained
1863 F:      drivers/usb/atm/cxacru.c
1865 CONFIGFS
1866 M:      Joel Becker <jlbec@evilplan.org>
1867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1868 S:      Supported
1869 F:      fs/configfs/
1870 F:      include/linux/configfs.h
1872 CONNECTOR
1873 M:      Evgeniy Polyakov <zbr@ioremap.net>
1874 L:      netdev@vger.kernel.org
1875 S:      Maintained
1876 F:      drivers/connector/
1878 CONTROL GROUPS (CGROUPS)
1879 M:      Paul Menage <menage@google.com>
1880 M:      Li Zefan <lizf@cn.fujitsu.com>
1881 L:      containers@lists.linux-foundation.org
1882 S:      Maintained
1883 F:      include/linux/cgroup*
1884 F:      kernel/cgroup*
1885 F:      mm/*cgroup*
1887 CORETEMP HARDWARE MONITORING DRIVER
1888 M:      Fenghua Yu <fenghua.yu@intel.com>
1889 L:      lm-sensors@lm-sensors.org
1890 S:      Maintained
1891 F:      Documentation/hwmon/coretemp
1892 F:      drivers/hwmon/coretemp.c
1894 COSA/SRP SYNC SERIAL DRIVER
1895 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1896 W:      http://www.fi.muni.cz/~kas/cosa/
1897 S:      Maintained
1898 F:      drivers/net/wan/cosa*
1900 CPMAC ETHERNET DRIVER
1901 M:      Florian Fainelli <florian@openwrt.org>
1902 L:      netdev@vger.kernel.org
1903 S:      Maintained
1904 F:      drivers/net/cpmac.c
1906 CPU FREQUENCY DRIVERS
1907 M:      Dave Jones <davej@redhat.com>
1908 L:      cpufreq@vger.kernel.org
1909 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1911 S:      Maintained
1912 F:      drivers/cpufreq/
1913 F:      include/linux/cpufreq.h
1915 CPUID/MSR DRIVER
1916 M:      "H. Peter Anvin" <hpa@zytor.com>
1917 S:      Maintained
1918 F:      arch/x86/kernel/cpuid.c
1919 F:      arch/x86/kernel/msr.c
1921 CPU POWER MONITORING SUBSYSTEM
1922 M:      Dominik Brodowski <linux@dominikbrodowski.net>
1923 M:      Thomas Renninger <trenn@suse.de>
1924 S:      Maintained
1925 F:      tools/power/cpupower
1927 CPUSETS
1928 M:      Paul Menage <menage@google.com>
1929 W:      http://www.bullopensource.org/cpuset/
1930 W:      http://oss.sgi.com/projects/cpusets/
1931 S:      Supported
1932 F:      Documentation/cgroups/cpusets.txt
1933 F:      include/linux/cpuset.h
1934 F:      kernel/cpuset.c
1936 CRAMFS FILESYSTEM
1937 W:      http://sourceforge.net/projects/cramfs/
1938 S:      Orphan
1939 F:      Documentation/filesystems/cramfs.txt
1940 F:      fs/cramfs/
1942 CRIS PORT
1943 M:      Mikael Starvik <starvik@axis.com>
1944 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1945 L:      linux-cris-kernel@axis.com
1946 W:      http://developer.axis.com
1947 S:      Maintained
1948 F:      arch/cris/
1949 F:      drivers/tty/serial/crisv10.*
1951 CRYPTO API
1952 M:      Herbert Xu <herbert@gondor.apana.org.au>
1953 M:      "David S. Miller" <davem@davemloft.net>
1954 L:      linux-crypto@vger.kernel.org
1955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1956 S:      Maintained
1957 F:      Documentation/crypto/
1958 F:      arch/*/crypto/
1959 F:      crypto/
1960 F:      drivers/crypto/
1961 F:      include/crypto/
1963 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1964 M:      Neil Horman <nhorman@tuxdriver.com>
1965 L:      linux-crypto@vger.kernel.org
1966 S:      Maintained
1967 F:      crypto/ansi_cprng.c
1968 F:      crypto/rng.c
1970 CS5535 Audio ALSA driver
1971 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
1972 S:      Maintained
1973 F:      sound/pci/cs5535audio/
1975 CX18 VIDEO4LINUX DRIVER
1976 M:      Andy Walls <awalls@md.metrocast.net>
1977 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1978 L:      linux-media@vger.kernel.org
1979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1980 W:      http://linuxtv.org
1981 W:      http://www.ivtvdriver.org/index.php/Cx18
1982 S:      Maintained
1983 F:      Documentation/video4linux/cx18.txt
1984 F:      drivers/media/video/cx18/
1986 CXGB3 ETHERNET DRIVER (CXGB3)
1987 M:      Divy Le Ray <divy@chelsio.com>
1988 L:      netdev@vger.kernel.org
1989 W:      http://www.chelsio.com
1990 S:      Supported
1991 F:      drivers/net/cxgb3/
1993 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1994 M:      Steve Wise <swise@chelsio.com>
1995 L:      linux-rdma@vger.kernel.org
1996 W:      http://www.openfabrics.org
1997 S:      Supported
1998 F:      drivers/infiniband/hw/cxgb3/
2000 CXGB4 ETHERNET DRIVER (CXGB4)
2001 M:      Dimitris Michailidis <dm@chelsio.com>
2002 L:      netdev@vger.kernel.org
2003 W:      http://www.chelsio.com
2004 S:      Supported
2005 F:      drivers/net/cxgb4/
2007 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2008 M:      Steve Wise <swise@chelsio.com>
2009 L:      linux-rdma@vger.kernel.org
2010 W:      http://www.openfabrics.org
2011 S:      Supported
2012 F:      drivers/infiniband/hw/cxgb4/
2014 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2015 M:      Casey Leedom <leedom@chelsio.com>
2016 L:      netdev@vger.kernel.org
2017 W:      http://www.chelsio.com
2018 S:      Supported
2019 F:      drivers/net/cxgb4vf/
2021 STMMAC ETHERNET DRIVER
2022 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2023 L:      netdev@vger.kernel.org
2024 W:      http://www.stlinux.com
2025 S:      Supported
2026 F:      drivers/net/stmmac/
2028 CYBERPRO FB DRIVER
2029 M:      Russell King <linux@arm.linux.org.uk>
2030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2031 W:      http://www.arm.linux.org.uk/
2032 S:      Maintained
2033 F:      drivers/video/cyber2000fb.*
2035 CYCLADES 2X SYNC CARD DRIVER
2036 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2037 W:      http://oops.ghostprotocols.net:81/blog
2038 S:      Maintained
2039 F:      drivers/net/wan/cycx*
2041 CYCLADES ASYNC MUX DRIVER
2042 W:      http://www.cyclades.com/
2043 S:      Orphan
2044 F:      drivers/tty/cyclades.c
2045 F:      include/linux/cyclades.h
2047 CYCLADES PC300 DRIVER
2048 W:      http://www.cyclades.com/
2049 S:      Orphan
2050 F:      drivers/net/wan/pc300*
2052 DAMA SLAVE for AX.25
2053 M:      Joerg Reuter <jreuter@yaina.de>
2054 W:      http://yaina.de/jreuter/
2055 W:      http://www.qsl.net/dl1bke/
2056 L:      linux-hams@vger.kernel.org
2057 S:      Maintained
2058 F:      net/ax25/af_ax25.c
2059 F:      net/ax25/ax25_dev.c
2060 F:      net/ax25/ax25_ds_*
2061 F:      net/ax25/ax25_in.c
2062 F:      net/ax25/ax25_out.c
2063 F:      net/ax25/ax25_timer.c
2064 F:      net/ax25/sysctl_net_ax25.c
2066 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2067 L:      netdev@vger.kernel.org
2068 S:      Orphan
2069 F:      Documentation/networking/dmfe.txt
2070 F:      drivers/net/tulip/dmfe.c
2072 DC390/AM53C974 SCSI driver
2073 M:      Kurt Garloff <garloff@suse.de>
2074 W:      http://www.garloff.de/kurt/linux/dc390/
2075 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2076 S:      Maintained
2077 F:      drivers/scsi/tmscsim.*
2079 DC395x SCSI driver
2080 M:      Oliver Neukum <oliver@neukum.name>
2081 M:      Ali Akcaagac <aliakc@web.de>
2082 M:      Jamie Lenehan <lenehan@twibble.org>
2083 W:      http://twibble.org/dist/dc395x/
2084 L:      dc395x@twibble.org
2085 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
2086 S:      Maintained
2087 F:      Documentation/scsi/dc395x.txt
2088 F:      drivers/scsi/dc395x.*
2090 DCCP PROTOCOL
2091 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2092 L:      dccp@vger.kernel.org
2093 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2094 S:      Maintained
2095 F:      include/linux/dccp.h
2096 F:      include/linux/tfrc.h
2097 F:      net/dccp/
2099 DECnet NETWORK LAYER
2100 W:      http://linux-decnet.sourceforge.net
2101 L:      linux-decnet-user@lists.sourceforge.net
2102 S:      Orphan
2103 F:      Documentation/networking/decnet.txt
2104 F:      net/decnet/
2106 DEFXX FDDI NETWORK DRIVER
2107 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2108 S:      Maintained
2109 F:      drivers/net/defxx.*
2111 DELL LAPTOP DRIVER
2112 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2113 L:      platform-driver-x86@vger.kernel.org
2114 S:      Maintained
2115 F:      drivers/platform/x86/dell-laptop.c
2117 DELL LAPTOP SMM DRIVER
2118 M:      Massimo Dal Zotto <dz@debian.org>
2119 W:      http://www.debian.org/~dz/i8k/
2120 S:      Maintained
2121 F:      drivers/char/i8k.c
2122 F:      include/linux/i8k.h
2124 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2125 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2126 S:      Maintained
2127 F:      Documentation/dcdbas.txt
2128 F:      drivers/firmware/dcdbas.*
2130 DELL WMI EXTRAS DRIVER
2131 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2132 S:      Maintained
2133 F:      drivers/platform/x86/dell-wmi.c
2135 DEVICE NUMBER REGISTRY
2136 M:      Torben Mathiasen <device@lanana.org>
2137 W:      http://lanana.org/docs/device-list/index.html
2138 S:      Maintained
2140 DEVICE-MAPPER  (LVM)
2141 P:      Alasdair Kergon
2142 L:      dm-devel@redhat.com
2143 W:      http://sources.redhat.com/dm
2144 Q:      http://patchwork.kernel.org/project/dm-devel/list/
2145 S:      Maintained
2146 F:      Documentation/device-mapper/
2147 F:      drivers/md/dm*
2148 F:      include/linux/device-mapper.h
2149 F:      include/linux/dm-*.h
2151 DIGI INTL. EPCA DRIVER
2152 M:      "Digi International, Inc" <Eng.Linux@digi.com>
2153 L:      Eng.Linux@digi.com
2154 W:      http://www.digi.com
2155 S:      Orphan
2156 F:      Documentation/serial/digiepca.txt
2157 F:      drivers/staging/tty/epca*
2158 F:      drivers/staging/tty/digi*
2160 DIOLAN U2C-12 I2C DRIVER
2161 M:      Guenter Roeck <guenter.roeck@ericsson.com>
2162 L:      linux-i2c@vger.kernel.org
2163 S:      Maintained
2164 F:      drivers/i2c/busses/i2c-diolan-u2c.c
2166 DIRECTORY NOTIFICATION (DNOTIFY)
2167 M:      Eric Paris <eparis@parisplace.org>
2168 S:      Maintained
2169 F:      Documentation/filesystems/dnotify.txt
2170 F:      fs/notify/dnotify/
2171 F:      include/linux/dnotify.h
2173 DISK GEOMETRY AND PARTITION HANDLING
2174 M:      Andries Brouwer <aeb@cwi.nl>
2175 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2176 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2177 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2178 S:      Maintained
2180 DISKQUOTA
2181 M:      Jan Kara <jack@suse.cz>
2182 S:      Maintained
2183 F:      Documentation/filesystems/quota.txt
2184 F:      fs/quota/
2185 F:      include/linux/quota*.h
2187 DISTRIBUTED LOCK MANAGER (DLM)
2188 M:      Christine Caulfield <ccaulfie@redhat.com>
2189 M:      David Teigland <teigland@redhat.com>
2190 L:      cluster-devel@redhat.com
2191 W:      http://sources.redhat.com/cluster/
2192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2193 S:      Supported
2194 F:      fs/dlm/
2196 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2197 M:      Vinod Koul <vinod.koul@intel.com>
2198 M:      Dan Williams <dan.j.williams@intel.com>
2199 S:      Supported
2200 F:      drivers/dma/
2201 F:      include/linux/dma*
2202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2203 T:      git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2205 DME1737 HARDWARE MONITOR DRIVER
2206 M:      Juerg Haefliger <juergh@gmail.com>
2207 L:      lm-sensors@lm-sensors.org
2208 S:      Maintained
2209 F:      Documentation/hwmon/dme1737
2210 F:      drivers/hwmon/dme1737.c
2212 DOCBOOK FOR DOCUMENTATION
2213 M:      Randy Dunlap <rdunlap@xenotime.net>
2214 S:      Maintained
2215 F:      scripts/kernel-doc
2217 DOCKING STATION DRIVER
2218 M:      Shaohua Li <shaohua.li@intel.com>
2219 L:      linux-acpi@vger.kernel.org
2220 S:      Supported
2221 F:      drivers/acpi/dock.c
2223 DOCUMENTATION
2224 M:      Randy Dunlap <rdunlap@xenotime.net>
2225 L:      linux-doc@vger.kernel.org
2226 T:      quilt http://userweb.kernel.org/~rdunlap/kernel-doc-patches/current/
2227 S:      Maintained
2228 F:      Documentation/
2230 DOUBLETALK DRIVER
2231 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2232 L:      blinux-list@redhat.com
2233 S:      Maintained
2234 F:      drivers/char/dtlk.c
2235 F:      include/linux/dtlk.h
2237 DPT_I2O SCSI RAID DRIVER
2238 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2239 L:      linux-scsi@vger.kernel.org
2240 W:      http://www.adaptec.com/
2241 S:      Maintained
2242 F:      drivers/scsi/dpt*
2243 F:      drivers/scsi/dpt/
2245 DRBD DRIVER
2246 P:      Philipp Reisner
2247 P:      Lars Ellenberg
2248 M:      drbd-dev@lists.linbit.com
2249 L:      drbd-user@lists.linbit.com
2250 W:      http://www.drbd.org
2251 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2252 T:      git git://git.drbd.org/drbd-8.3.git
2253 S:      Supported
2254 F:      drivers/block/drbd/
2255 F:      lib/lru_cache.c
2256 F:      Documentation/blockdev/drbd/
2258 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2259 M:      Greg Kroah-Hartman <gregkh@suse.de>
2260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git
2261 S:      Supported
2262 F:      Documentation/kobject.txt
2263 F:      drivers/base/
2264 F:      fs/sysfs/
2265 F:      fs/debugfs/
2266 F:      include/linux/kobj*
2267 F:      include/linux/debugfs.h
2268 F:      lib/kobj*
2270 DRM DRIVERS
2271 M:      David Airlie <airlied@linux.ie>
2272 L:      dri-devel@lists.freedesktop.org
2273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2274 S:      Maintained
2275 F:      drivers/gpu/drm/
2276 F:      include/drm/
2278 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2279 M:      Keith Packard <keithp@keithp.com>
2280 L:      intel-gfx@lists.freedesktop.org (subscribers-only)
2281 L:      dri-devel@lists.freedesktop.org
2282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6.git
2283 S:      Supported
2284 F:      drivers/gpu/drm/i915
2285 F:      include/drm/i915*
2287 DSCC4 DRIVER
2288 M:      Francois Romieu <romieu@fr.zoreil.com>
2289 L:      netdev@vger.kernel.org
2290 S:      Maintained
2291 F:      drivers/net/wan/dscc4.c
2293 DZ DECSTATION DZ11 SERIAL DRIVER
2294 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2295 S:      Maintained
2296 F:      drivers/tty/serial/dz.*
2298 EATA-DMA SCSI DRIVER
2299 M:      Michael Neuffer <mike@i-Connect.Net>
2300 L:      linux-eata@i-connect.net
2301 L:      linux-scsi@vger.kernel.org
2302 S:      Maintained
2303 F:      drivers/scsi/eata*
2305 EATA ISA/EISA/PCI SCSI DRIVER
2306 M:      Dario Ballabio <ballabio_dario@emc.com>
2307 L:      linux-scsi@vger.kernel.org
2308 S:      Maintained
2309 F:      drivers/scsi/eata.c
2311 EATA-PIO SCSI DRIVER
2312 M:      Michael Neuffer <mike@i-Connect.Net>
2313 L:      linux-eata@i-connect.net
2314 L:      linux-scsi@vger.kernel.org
2315 S:      Maintained
2316 F:      drivers/scsi/eata_pio.*
2318 EBTABLES
2319 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
2320 L:      netfilter-devel@vger.kernel.org
2321 W:      http://ebtables.sourceforge.net/
2322 S:      Maintained
2323 F:      include/linux/netfilter_bridge/ebt_*.h
2324 F:      net/bridge/netfilter/ebt*.c
2326 ECRYPT FILE SYSTEM
2327 M:      Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2328 M:      Dustin Kirkland <kirkland@canonical.com>
2329 L:      ecryptfs@vger.kernel.org
2330 W:      https://launchpad.net/ecryptfs
2331 S:      Supported
2332 F:      Documentation/filesystems/ecryptfs.txt
2333 F:      fs/ecryptfs/
2335 EDAC-CORE
2336 M:      Doug Thompson <dougthompson@xmission.com>
2337 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2338 W:      bluesmoke.sourceforge.net
2339 S:      Supported
2340 F:      Documentation/edac.txt
2341 F:      drivers/edac/edac_*
2342 F:      include/linux/edac.h
2344 EDAC-AMD64
2345 M:      Doug Thompson <dougthompson@xmission.com>
2346 M:      Borislav Petkov <borislav.petkov@amd.com>
2347 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2348 W:      bluesmoke.sourceforge.net
2349 S:      Supported
2350 F:      drivers/edac/amd64_edac*
2352 EDAC-E752X
2353 M:      Mark Gross <mark.gross@intel.com>
2354 M:      Doug Thompson <dougthompson@xmission.com>
2355 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2356 W:      bluesmoke.sourceforge.net
2357 S:      Maintained
2358 F:      drivers/edac/e752x_edac.c
2360 EDAC-E7XXX
2361 M:      Doug Thompson <dougthompson@xmission.com>
2362 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2363 W:      bluesmoke.sourceforge.net
2364 S:      Maintained
2365 F:      drivers/edac/e7xxx_edac.c
2367 EDAC-I82443BXGX
2368 M:      Tim Small <tim@buttersideup.com>
2369 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2370 W:      bluesmoke.sourceforge.net
2371 S:      Maintained
2372 F:      drivers/edac/i82443bxgx_edac.c
2374 EDAC-I3000
2375 M:      Jason Uhlenkott <juhlenko@akamai.com>
2376 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2377 W:      bluesmoke.sourceforge.net
2378 S:      Maintained
2379 F:      drivers/edac/i3000_edac.c
2381 EDAC-I5000
2382 M:      Doug Thompson <dougthompson@xmission.com>
2383 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2384 W:      bluesmoke.sourceforge.net
2385 S:      Maintained
2386 F:      drivers/edac/i5000_edac.c
2388 EDAC-I5400
2389 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2390 L:      linux-edac@vger.kernel.org
2391 W:      bluesmoke.sourceforge.net
2392 S:      Maintained
2393 F:      drivers/edac/i5400_edac.c
2395 EDAC-I7300
2396 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2397 L:      linux-edac@vger.kernel.org
2398 W:      bluesmoke.sourceforge.net
2399 S:      Maintained
2400 F:      drivers/edac/i7300_edac.c
2402 EDAC-I7CORE
2403 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2404 L:      linux-edac@vger.kernel.org
2405 W:      bluesmoke.sourceforge.net
2406 S:      Maintained
2407 F:      drivers/edac/i7core_edac.c
2408 F:      drivers/edac/edac_mce.c
2409 F:      include/linux/edac_mce.h
2411 EDAC-I82975X
2412 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
2413 M:      "Arvind R." <arvino55@gmail.com>
2414 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2415 W:      bluesmoke.sourceforge.net
2416 S:      Maintained
2417 F:      drivers/edac/i82975x_edac.c
2419 EDAC-PASEMI
2420 M:      Egor Martovetsky <egor@pasemi.com>
2421 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2422 W:      bluesmoke.sourceforge.net
2423 S:      Maintained
2424 F:      drivers/edac/pasemi_edac.c
2426 EDAC-R82600
2427 M:      Tim Small <tim@buttersideup.com>
2428 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2429 W:      bluesmoke.sourceforge.net
2430 S:      Maintained
2431 F:      drivers/edac/r82600_edac.c
2433 EDIROL UA-101/UA-1000 DRIVER
2434 M:      Clemens Ladisch <clemens@ladisch.de>
2435 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2436 T:      git git://git.alsa-project.org/alsa-kernel.git
2437 S:      Maintained
2438 F:      sound/usb/misc/ua101.c
2440 EFIFB FRAMEBUFFER DRIVER
2441 L:      linux-fbdev@vger.kernel.org
2442 M:      Peter Jones <pjones@redhat.com>
2443 S:      Maintained
2444 F:      drivers/video/efifb.c
2446 EFS FILESYSTEM
2447 W:      http://aeschi.ch.eu.org/efs/
2448 S:      Orphan
2449 F:      fs/efs/
2451 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2452 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2453 M:      Christoph Raisch <raisch@de.ibm.com>
2454 L:      linux-rdma@vger.kernel.org
2455 S:      Supported
2456 F:      drivers/infiniband/hw/ehca/
2458 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2459 M:      Breno Leitao <leitao@linux.vnet.ibm.com>
2460 L:      netdev@vger.kernel.org
2461 S:      Maintained
2462 F:      drivers/net/ehea/
2464 EMBEDDED LINUX
2465 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
2466 M:      Matt Mackall <mpm@selenic.com>
2467 M:      David Woodhouse <dwmw2@infradead.org>
2468 L:      linux-embedded@vger.kernel.org
2469 S:      Maintained
2471 EMULEX LPFC FC SCSI DRIVER
2472 M:      James Smart <james.smart@emulex.com>
2473 L:      linux-scsi@vger.kernel.org
2474 W:      http://sourceforge.net/projects/lpfcxxxx
2475 S:      Supported
2476 F:      drivers/scsi/lpfc/
2478 ENE CB710 FLASH CARD READER DRIVER
2479 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
2480 S:      Maintained
2481 F:      drivers/misc/cb710/
2482 F:      drivers/mmc/host/cb710-mmc.*
2483 F:      include/linux/cb710.h
2485 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2486 M:      Maxim Levitsky <maximlevitsky@gmail.com>
2487 S:      Maintained
2488 F:      drivers/media/rc/ene_ir.*
2490 EPSON 1355 FRAMEBUFFER DRIVER
2491 M:      Christopher Hoover <ch@murgatroid.com>
2492 M:      Christopher Hoover <ch@hpl.hp.com>
2493 S:      Maintained
2494 F:      drivers/video/epson1355fb.c
2496 EPSON S1D13XXX FRAMEBUFFER DRIVER
2497 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
2498 S:      Maintained
2499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2500 F:      drivers/video/s1d13xxxfb.c
2501 F:      include/video/s1d13xxxfb.h
2503 ETHEREXPRESS-16 NETWORK DRIVER
2504 M:      Philip Blundell <philb@gnu.org>
2505 L:      netdev@vger.kernel.org
2506 S:      Maintained
2507 F:      drivers/net/eexpress.*
2509 ETHERNET BRIDGE
2510 M:      Stephen Hemminger <shemminger@linux-foundation.org>
2511 L:      bridge@lists.linux-foundation.org
2512 L:      netdev@vger.kernel.org
2513 W:      http://www.linuxfoundation.org/en/Net:Bridge
2514 S:      Maintained
2515 F:      include/linux/netfilter_bridge/
2516 F:      net/bridge/
2518 ETHERTEAM 16I DRIVER
2519 M:      Mika Kuoppala <miku@iki.fi>
2520 S:      Maintained
2521 F:      drivers/net/eth16i.c
2523 EXT2 FILE SYSTEM
2524 M:      Jan Kara <jack@suse.cz>
2525 L:      linux-ext4@vger.kernel.org
2526 S:      Maintained
2527 F:      Documentation/filesystems/ext2.txt
2528 F:      fs/ext2/
2529 F:      include/linux/ext2*
2531 EXT3 FILE SYSTEM
2532 M:      Jan Kara <jack@suse.cz>
2533 M:      Andrew Morton <akpm@linux-foundation.org>
2534 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2535 L:      linux-ext4@vger.kernel.org
2536 S:      Maintained
2537 F:      Documentation/filesystems/ext3.txt
2538 F:      fs/ext3/
2539 F:      include/linux/ext3*
2541 EXT4 FILE SYSTEM
2542 M:      "Theodore Ts'o" <tytso@mit.edu>
2543 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2544 L:      linux-ext4@vger.kernel.org
2545 W:      http://ext4.wiki.kernel.org
2546 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
2547 S:      Maintained
2548 F:      Documentation/filesystems/ext4.txt
2549 F:      fs/ext4/
2551 F71805F HARDWARE MONITORING DRIVER
2552 M:      Jean Delvare <khali@linux-fr.org>
2553 L:      lm-sensors@lm-sensors.org
2554 S:      Maintained
2555 F:      Documentation/hwmon/f71805f
2556 F:      drivers/hwmon/f71805f.c
2558 FANOTIFY
2559 M:      Eric Paris <eparis@redhat.com>
2560 S:      Maintained
2561 F:      fs/notify/fanotify/
2562 F:      include/linux/fanotify.h
2564 FARSYNC SYNCHRONOUS DRIVER
2565 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
2566 W:      http://www.farsite.co.uk/
2567 S:      Supported
2568 F:      drivers/net/wan/farsync.*
2570 FAULT INJECTION SUPPORT
2571 M:      Akinobu Mita <akinobu.mita@gmail.com>
2572 S:      Supported
2573 F:      Documentation/fault-injection/
2574 F:      lib/fault-inject.c
2576 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2577 M:      Robert Love <robert.w.love@intel.com>
2578 L:      devel@open-fcoe.org
2579 W:      www.Open-FCoE.org
2580 S:      Supported
2581 F:      drivers/scsi/libfc/
2582 F:      drivers/scsi/fcoe/
2583 F:      include/scsi/fc/
2584 F:      include/scsi/libfc.h
2585 F:      include/scsi/libfcoe.h
2587 FILE LOCKING (flock() and fcntl()/lockf())
2588 M:      Matthew Wilcox <matthew@wil.cx>
2589 L:      linux-fsdevel@vger.kernel.org
2590 S:      Maintained
2591 F:      include/linux/fcntl.h
2592 F:      include/linux/fs.h
2593 F:      fs/fcntl.c
2594 F:      fs/locks.c
2596 FILESYSTEMS (VFS and infrastructure)
2597 M:      Alexander Viro <viro@zeniv.linux.org.uk>
2598 L:      linux-fsdevel@vger.kernel.org
2599 S:      Maintained
2600 F:      fs/*
2602 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2603 M:      Riku Voipio <riku.voipio@iki.fi>
2604 L:      lm-sensors@lm-sensors.org
2605 S:      Maintained
2606 F:      drivers/hwmon/f75375s.c
2607 F:      include/linux/f75375s.h
2609 FIREWIRE AUDIO DRIVERS
2610 M:      Clemens Ladisch <clemens@ladisch.de>
2611 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2612 T:      git git://git.alsa-project.org/alsa-kernel.git
2613 S:      Maintained
2614 F:      sound/firewire/
2616 FIREWIRE SUBSYSTEM
2617 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2618 L:      linux1394-devel@lists.sourceforge.net
2619 W:      http://ieee1394.wiki.kernel.org/
2620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2621 S:      Maintained
2622 F:      drivers/firewire/
2623 F:      include/linux/firewire*.h
2624 F:      tools/firewire/
2626 FIRMWARE LOADER (request_firmware)
2627 S:      Orphan
2628 F:      Documentation/firmware_class/
2629 F:      drivers/base/firmware*.c
2630 F:      include/linux/firmware.h
2632 FPU EMULATOR
2633 M:      Bill Metzenthen <billm@melbpc.org.au>
2634 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2635 S:      Maintained
2636 F:      arch/x86/math-emu/
2638 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2639 L:      netdev@vger.kernel.org
2640 S:      Orphan
2641 F:      drivers/net/wan/dlci.c
2642 F:      drivers/net/wan/sdla.c
2644 FRAMEBUFFER LAYER
2645 M:      Paul Mundt <lethal@linux-sh.org>
2646 L:      linux-fbdev@vger.kernel.org
2647 W:      http://linux-fbdev.sourceforge.net/
2648 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
2649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git
2650 S:      Maintained
2651 F:      Documentation/fb/
2652 F:      Documentation/devicetree/bindings/fb/
2653 F:      drivers/video/
2654 F:      include/video/
2655 F:      include/linux/fb.h
2657 FREESCALE DMA DRIVER
2658 M:      Li Yang <leoli@freescale.com>
2659 M:      Zhang Wei <zw@zh-kernel.org>
2660 L:      linuxppc-dev@lists.ozlabs.org
2661 S:      Maintained
2662 F:      drivers/dma/fsldma.*
2664 FREESCALE I2C CPM DRIVER
2665 M:      Jochen Friedrich <jochen@scram.de>
2666 L:      linuxppc-dev@lists.ozlabs.org
2667 L:      linux-i2c@vger.kernel.org
2668 S:      Maintained
2669 F:      drivers/i2c/busses/i2c-cpm.c
2671 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2672 M:      Sascha Hauer <kernel@pengutronix.de>
2673 L:      linux-fbdev@vger.kernel.org
2674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2675 S:      Maintained
2676 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2677 F:      drivers/video/imxfb.c
2679 FREESCALE SOC FS_ENET DRIVER
2680 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
2681 M:      Vitaly Bordug <vbordug@ru.mvista.com>
2682 L:      linuxppc-dev@lists.ozlabs.org
2683 L:      netdev@vger.kernel.org
2684 S:      Maintained
2685 F:      drivers/net/fs_enet/
2686 F:      include/linux/fs_enet_pd.h
2688 FREESCALE QUICC ENGINE LIBRARY
2689 M:      Timur Tabi <timur@freescale.com>
2690 L:      linuxppc-dev@lists.ozlabs.org
2691 S:      Supported
2692 F:      arch/powerpc/sysdev/qe_lib/
2693 F:      arch/powerpc/include/asm/*qe.h
2695 FREESCALE USB PERIPHERAL DRIVERS
2696 M:      Li Yang <leoli@freescale.com>
2697 L:      linux-usb@vger.kernel.org
2698 L:      linuxppc-dev@lists.ozlabs.org
2699 S:      Maintained
2700 F:      drivers/usb/gadget/fsl*
2702 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2703 M:      Li Yang <leoli@freescale.com>
2704 L:      netdev@vger.kernel.org
2705 L:      linuxppc-dev@lists.ozlabs.org
2706 S:      Maintained
2707 F:      drivers/net/ucc_geth*
2709 FREESCALE QUICC ENGINE UCC UART DRIVER
2710 M:      Timur Tabi <timur@freescale.com>
2711 L:      linuxppc-dev@lists.ozlabs.org
2712 S:      Supported
2713 F:      drivers/tty/serial/ucc_uart.c
2715 FREESCALE SOC SOUND DRIVERS
2716 M:      Timur Tabi <timur@freescale.com>
2717 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2718 L:      linuxppc-dev@lists.ozlabs.org
2719 S:      Supported
2720 F:      sound/soc/fsl/fsl*
2721 F:      sound/soc/fsl/mpc8610_hpcd.c
2723 FREEVXFS FILESYSTEM
2724 M:      Christoph Hellwig <hch@infradead.org>
2725 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2726 S:      Maintained
2727 F:      fs/freevxfs/
2729 FREEZER
2730 M:      Pavel Machek <pavel@ucw.cz>
2731 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2732 L:      linux-pm@lists.linux-foundation.org
2733 S:      Supported
2734 F:      Documentation/power/freezing-of-tasks.txt
2735 F:      include/linux/freezer.h
2736 F:      kernel/freezer.c
2738 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2739 M:      David Howells <dhowells@redhat.com>
2740 L:      linux-cachefs@redhat.com
2741 S:      Supported
2742 F:      Documentation/filesystems/caching/
2743 F:      fs/fscache/
2744 F:      include/linux/fscache*.h
2746 FUJITSU FR-V (FRV) PORT
2747 M:      David Howells <dhowells@redhat.com>
2748 S:      Maintained
2749 F:      arch/frv/
2751 FUJITSU LAPTOP EXTRAS
2752 M:      Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2753 L:      platform-driver-x86@vger.kernel.org
2754 S:      Maintained
2755 F:      drivers/platform/x86/fujitsu-laptop.c
2757 FUSE: FILESYSTEM IN USERSPACE
2758 M:      Miklos Szeredi <miklos@szeredi.hu>
2759 L:      fuse-devel@lists.sourceforge.net
2760 W:      http://fuse.sourceforge.net/
2761 S:      Maintained
2762 F:      fs/fuse/
2763 F:      include/linux/fuse.h
2765 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2766 M:      Rik Faith <faith@cs.unc.edu>
2767 L:      linux-scsi@vger.kernel.org
2768 S:      Odd Fixes (e.g., new signatures)
2769 F:      drivers/scsi/fdomain.*
2771 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2772 M:      Achim Leubner <achim_leubner@adaptec.com>
2773 L:      linux-scsi@vger.kernel.org
2774 W:      http://www.icp-vortex.com/
2775 S:      Supported
2776 F:      drivers/scsi/gdt*
2778 GENERIC GPIO I2C DRIVER
2779 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2780 S:      Supported
2781 F:      drivers/i2c/busses/i2c-gpio.c
2782 F:      include/linux/i2c-gpio.h
2784 GENERIC GPIO I2C MULTIPLEXER DRIVER
2785 M:      Peter Korsgaard <peter.korsgaard@barco.com>
2786 L:      linux-i2c@vger.kernel.org
2787 S:      Supported
2788 F:      drivers/i2c/muxes/gpio-i2cmux.c
2789 F:      include/linux/gpio-i2cmux.h
2790 F:      Documentation/i2c/muxes/gpio-i2cmux
2792 GENERIC HDLC (WAN) DRIVERS
2793 M:      Krzysztof Halasa <khc@pm.waw.pl>
2794 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2795 S:      Maintained
2796 F:      drivers/net/wan/c101.c
2797 F:      drivers/net/wan/hd6457*
2798 F:      drivers/net/wan/hdlc*
2799 F:      drivers/net/wan/n2.c
2800 F:      drivers/net/wan/pc300too.c
2801 F:      drivers/net/wan/pci200syn.c
2802 F:      drivers/net/wan/wanxl*
2804 GENERIC INCLUDE/ASM HEADER FILES
2805 M:      Arnd Bergmann <arnd@arndb.de>
2806 L:      linux-arch@vger.kernel.org
2807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2808 S:      Maintained
2809 F:      include/asm-generic
2811 GENERIC UIO DRIVER FOR PCI DEVICES
2812 M:      "Michael S. Tsirkin" <mst@redhat.com>
2813 L:      kvm@vger.kernel.org
2814 S:      Supported
2815 F:      drivers/uio/uio_pci_generic.c
2817 GFS2 FILE SYSTEM
2818 M:      Steven Whitehouse <swhiteho@redhat.com>
2819 L:      cluster-devel@redhat.com
2820 W:      http://sources.redhat.com/cluster/
2821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2823 S:      Supported
2824 F:      Documentation/filesystems/gfs2*.txt
2825 F:      fs/gfs2/
2826 F:      include/linux/gfs2_ondisk.h
2828 GIGASET ISDN DRIVERS
2829 M:      Hansjoerg Lipp <hjlipp@web.de>
2830 M:      Tilman Schmidt <tilman@imap.cc>
2831 L:      gigaset307x-common@lists.sourceforge.net
2832 W:      http://gigaset307x.sourceforge.net/
2833 S:      Maintained
2834 F:      Documentation/isdn/README.gigaset
2835 F:      drivers/isdn/gigaset/
2836 F:      include/linux/gigaset_dev.h
2838 GPIO SUBSYSTEM
2839 M:      Grant Likely <grant.likely@secretlab.ca>
2840 S:      Maintained
2841 T:      git git://git.secretlab.ca/git/linux-2.6.git
2842 F:      Documentation/gpio.txt
2843 F:      drivers/gpio/
2844 F:      include/linux/gpio*
2846 GRE DEMULTIPLEXER DRIVER
2847 M:      Dmitry Kozlov <xeb@mail.ru>
2848 L:      netdev@vger.kernel.org
2849 S:      Maintained
2850 F:      net/ipv4/gre.c
2851 F:      include/net/gre.h
2853 GRETH 10/100/1G Ethernet MAC device driver
2854 M:      Kristoffer Glembo <kristoffer@gaisler.com>
2855 L:      netdev@vger.kernel.org
2856 S:      Maintained
2857 F:      drivers/net/greth*
2859 GSPCA FINEPIX SUBDRIVER
2860 M:      Frank Zago <frank@zago.net>
2861 L:      linux-media@vger.kernel.org
2862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2863 S:      Maintained
2864 F:      drivers/media/video/gspca/finepix.c
2866 GSPCA GL860 SUBDRIVER
2867 M:      Olivier Lorin <o.lorin@laposte.net>
2868 L:      linux-media@vger.kernel.org
2869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2870 S:      Maintained
2871 F:      drivers/media/video/gspca/gl860/
2873 GSPCA M5602 SUBDRIVER
2874 M:      Erik Andren <erik.andren@gmail.com>
2875 L:      linux-media@vger.kernel.org
2876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2877 S:      Maintained
2878 F:      drivers/media/video/gspca/m5602/
2880 GSPCA PAC207 SONIXB SUBDRIVER
2881 M:      Hans de Goede <hdegoede@redhat.com>
2882 L:      linux-media@vger.kernel.org
2883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2884 S:      Maintained
2885 F:      drivers/media/video/gspca/pac207.c
2887 GSPCA SN9C20X SUBDRIVER
2888 M:      Brian Johnson <brijohn@gmail.com>
2889 L:      linux-media@vger.kernel.org
2890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2891 S:      Maintained
2892 F:      drivers/media/video/gspca/sn9c20x.c
2894 GSPCA T613 SUBDRIVER
2895 M:      Leandro Costantino <lcostantino@gmail.com>
2896 L:      linux-media@vger.kernel.org
2897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2898 S:      Maintained
2899 F:      drivers/media/video/gspca/t613.c
2901 GSPCA USB WEBCAM DRIVER
2902 M:      Jean-Francois Moine <moinejf@free.fr>
2903 W:      http://moinejf.free.fr
2904 L:      linux-media@vger.kernel.org
2905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2906 S:      Maintained
2907 F:      drivers/media/video/gspca/
2909 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2910 M:      Frank Seidel <frank@f-seidel.de>
2911 L:      platform-driver-x86@vger.kernel.org
2912 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2913 S:      Maintained
2914 F:      drivers/platform/x86/hdaps.c
2916 HWPOISON MEMORY FAILURE HANDLING
2917 M:      Andi Kleen <andi@firstfloor.org>
2918 L:      linux-mm@kvack.org
2919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2920 S:      Maintained
2921 F:      mm/memory-failure.c
2922 F:      mm/hwpoison-inject.c
2924 HYPERVISOR VIRTUAL CONSOLE DRIVER
2925 L:      linuxppc-dev@lists.ozlabs.org
2926 S:      Odd Fixes
2927 F:      drivers/tty/hvc/
2929 HARDWARE MONITORING
2930 M:      Jean Delvare <khali@linux-fr.org>
2931 M:      Guenter Roeck <guenter.roeck@ericsson.com>
2932 L:      lm-sensors@lm-sensors.org
2933 W:      http://www.lm-sensors.org/
2934 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
2935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
2936 S:      Maintained
2937 F:      Documentation/hwmon/
2938 F:      drivers/hwmon/
2939 F:      include/linux/hwmon*.h
2941 HARDWARE RANDOM NUMBER GENERATOR CORE
2942 M:      Matt Mackall <mpm@selenic.com>
2943 M:      Herbert Xu <herbert@gondor.apana.org.au>
2944 S:      Odd fixes
2945 F:      Documentation/hw_random.txt
2946 F:      drivers/char/hw_random/
2947 F:      include/linux/hw_random.h
2949 HARMONY SOUND DRIVER
2950 M:      Kyle McMartin <kyle@mcmartin.ca>
2951 L:      linux-parisc@vger.kernel.org
2952 S:      Maintained
2953 F:      sound/parisc/harmony.*
2955 HEWLETT-PACKARD SMART2 RAID DRIVER
2956 M:      Chirag Kantharia <chirag.kantharia@hp.com>
2957 L:      iss_storagedev@hp.com
2958 S:      Maintained
2959 F:      Documentation/blockdev/cpqarray.txt
2960 F:      drivers/block/cpqarray.*
2962 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2963 M:      "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
2964 L:      iss_storagedev@hp.com
2965 S:      Supported
2966 F:      Documentation/scsi/hpsa.txt
2967 F:      drivers/scsi/hpsa*.[ch]
2968 F:      include/linux/cciss*.h
2970 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2971 M:      Mike Miller <mike.miller@hp.com>
2972 L:      iss_storagedev@hp.com
2973 S:      Supported
2974 F:      Documentation/blockdev/cciss.txt
2975 F:      drivers/block/cciss*
2976 F:      include/linux/cciss_ioctl.h
2978 HFS FILESYSTEM
2979 L:      linux-fsdevel@vger.kernel.org
2980 S:      Orphan
2981 F:      Documentation/filesystems/hfs.txt
2982 F:      fs/hfs/
2984 HGA FRAMEBUFFER DRIVER
2985 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2986 L:      linux-nvidia@lists.surfsouth.com
2987 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2988 S:      Maintained
2989 F:      drivers/video/hgafb.c
2991 HIBERNATION (aka Software Suspend, aka swsusp)
2992 M:      Pavel Machek <pavel@ucw.cz>
2993 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2994 L:      linux-pm@lists.linux-foundation.org
2995 S:      Supported
2996 F:      arch/x86/power/
2997 F:      drivers/base/power/
2998 F:      kernel/power/
2999 F:      include/linux/suspend.h
3000 F:      include/linux/freezer.h
3001 F:      include/linux/pm.h
3002 F:      arch/*/include/asm/suspend*.h
3004 HID CORE LAYER
3005 M:      Jiri Kosina <jkosina@suse.cz>
3006 L:      linux-input@vger.kernel.org
3007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3008 S:      Maintained
3009 F:      drivers/hid/
3010 F:      include/linux/hid*
3012 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3013 M:      Thomas Gleixner <tglx@linutronix.de>
3014 S:      Maintained
3015 F:      Documentation/timers/
3016 F:      kernel/hrtimer.c
3017 F:      kernel/time/clockevents.c
3018 F:      kernel/time/tick*.*
3019 F:      kernel/time/timer_*.c
3020 F:      include/linux/clockevents.h
3021 F:      include/linux/hrtimer.h
3023 HIGH-SPEED SCC DRIVER FOR AX.25
3024 M:      Klaus Kudielka <klaus.kudielka@ieee.org>
3025 L:      linux-hams@vger.kernel.org
3026 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
3027 S:      Maintained
3028 F:      drivers/net/hamradio/dmascc.c
3029 F:      drivers/net/hamradio/scc.c
3031 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3032 M:      HighPoint Linux Team <linux@highpoint-tech.com>
3033 W:      http://www.highpoint-tech.com
3034 S:      Supported
3035 F:      Documentation/scsi/hptiop.txt
3036 F:      drivers/scsi/hptiop.c
3038 HIPPI
3039 M:      Jes Sorensen <jes@trained-monkey.org>
3040 L:      linux-hippi@sunsite.dk
3041 S:      Maintained
3042 F:      include/linux/hippidevice.h
3043 F:      include/linux/if_hippi.h
3044 F:      net/802/hippi.c
3046 HOST AP DRIVER
3047 M:      Jouni Malinen <j@w1.fi>
3048 L:      hostap@shmoo.com (subscribers-only)
3049 L:      linux-wireless@vger.kernel.org
3050 W:      http://hostap.epitest.fi/
3051 S:      Maintained
3052 F:      drivers/net/wireless/hostap/
3054 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3055 L:      platform-driver-x86@vger.kernel.org
3056 S:      Orphan
3057 F:      drivers/platform/x86/tc1100-wmi.c
3059 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3060 M:      Jaroslav Kysela <perex@perex.cz>
3061 S:      Maintained
3062 F:      drivers/net/hp100.*
3064 HPET:   High Precision Event Timers driver
3065 M:      Clemens Ladisch <clemens@ladisch.de>
3066 S:      Maintained
3067 F:      Documentation/timers/hpet.txt
3068 F:      drivers/char/hpet.c
3069 F:      include/linux/hpet.h
3071 HPET:   x86
3072 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
3073 S:      Maintained
3074 F:      arch/x86/kernel/hpet.c
3075 F:      arch/x86/include/asm/hpet.h
3077 HPFS FILESYSTEM
3078 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3079 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3080 S:      Maintained
3081 F:      fs/hpfs/
3083 HSO 3G MODEM DRIVER
3084 M:      Jan Dumon <j.dumon@option.com>
3085 W:      http://www.pharscape.org
3086 S:      Maintained
3087 F:      drivers/net/usb/hso.c
3089 HTCPEN TOUCHSCREEN DRIVER
3090 M:      Pau Oliva Fora <pof@eslack.org>
3091 L:      linux-input@vger.kernel.org
3092 S:      Maintained
3093 F:      drivers/input/touchscreen/htcpen.c
3095 HUGETLB FILESYSTEM
3096 M:      William Irwin <wli@holomorphy.com>
3097 S:      Maintained
3098 F:      fs/hugetlbfs/
3100 I2C/SMBUS STUB DRIVER
3101 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
3102 L:      linux-i2c@vger.kernel.org
3103 S:      Maintained
3104 F:      drivers/i2c/busses/i2c-stub.c
3106 I2C SUBSYSTEM
3107 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3108 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3109 L:      linux-i2c@vger.kernel.org
3110 W:      http://i2c.wiki.kernel.org/
3111 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3112 T:      git git://git.fluff.org/bjdooks/linux.git
3113 S:      Maintained
3114 F:      Documentation/i2c/
3115 F:      drivers/i2c/
3116 F:      include/linux/i2c.h
3117 F:      include/linux/i2c-*.h
3119 I2C-TINY-USB DRIVER
3120 M:      Till Harbaum <till@harbaum.org>
3121 L:      linux-i2c@vger.kernel.org
3122 W:      http://www.harbaum.org/till/i2c_tiny_usb
3123 S:      Maintained
3124 F:      drivers/i2c/busses/i2c-tiny-usb.c
3126 i386 BOOT CODE
3127 M:      "H. Peter Anvin" <hpa@zytor.com>
3128 S:      Maintained
3129 F:      arch/x86/boot/
3131 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3132 M:      "H. Peter Anvin" <hpa@zytor.com>
3133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3134 S:      Maintained
3136 IA64 (Itanium) PLATFORM
3137 M:      Tony Luck <tony.luck@intel.com>
3138 M:      Fenghua Yu <fenghua.yu@intel.com>
3139 L:      linux-ia64@vger.kernel.org
3140 W:      http://www.ia64-linux.org/
3141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
3142 S:      Maintained
3143 F:      arch/ia64/
3145 IBM MCA SCSI SUBSYSTEM DRIVER
3146 M:      Michael Lang <langa2@kph.uni-mainz.de>
3147 W:      http://www.uni-mainz.de/~langm000/linux.html
3148 S:      Maintained
3149 F:      drivers/scsi/ibmmca.c
3151 IBM Power Linux RAID adapter
3152 M:      Brian King <brking@us.ibm.com>
3153 S:      Supported
3154 F:      drivers/scsi/ipr.*
3156 IBM Power Virtual Ethernet Device Driver
3157 M:      Santiago Leon <santil@linux.vnet.ibm.com>
3158 L:      netdev@vger.kernel.org
3159 S:      Supported
3160 F:      drivers/net/ibmveth.*
3162 IBM ServeRAID RAID DRIVER
3163 P:      Jack Hammer
3164 M:      Dave Jeffery <ipslinux@adaptec.com>
3165 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3166 S:      Supported
3167 F:      drivers/scsi/ips.*
3169 IDE SUBSYSTEM
3170 M:      "David S. Miller" <davem@davemloft.net>
3171 L:      linux-ide@vger.kernel.org
3172 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
3173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
3174 S:      Maintained
3175 F:      Documentation/ide/
3176 F:      drivers/ide/
3177 F:      include/linux/ide.h
3179 IDE/ATAPI DRIVERS
3180 M:      Borislav Petkov <petkovbb@gmail.com>
3181 L:      linux-ide@vger.kernel.org
3182 S:      Maintained
3183 F:      Documentation/cdrom/ide-cd
3184 F:      drivers/ide/ide-cd*
3186 IDLE-I7300
3187 M:      Andy Henroid <andrew.d.henroid@intel.com>
3188 L:      linux-pm@lists.linux-foundation.org
3189 S:      Supported
3190 F:      drivers/idle/i7300_idle.c
3192 IEEE 802.15.4 SUBSYSTEM
3193 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3194 M:      Sergey Lapin <slapin@ossfans.org>
3195 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3196 W:      http://apps.sourceforge.net/trac/linux-zigbee
3197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3198 S:      Maintained
3199 F:      net/ieee802154/
3200 F:      drivers/ieee802154/
3202 IKANOS/ADI EAGLE ADSL USB DRIVER
3203 M:      Matthieu Castet <castet.matthieu@free.fr>
3204 M:      Stanislaw Gruszka <stf_xl@wp.pl>
3205 S:      Maintained
3206 F:      drivers/usb/atm/ueagle-atm.c
3208 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3209 M:      Mimi Zohar <zohar@us.ibm.com>
3210 S:      Supported
3211 F:      security/integrity/ima/
3213 IMS TWINTURBO FRAMEBUFFER DRIVER
3214 L:      linux-fbdev@vger.kernel.org
3215 S:      Orphan
3216 F:      drivers/video/imsttfb.c
3218 INFINIBAND SUBSYSTEM
3219 M:      Roland Dreier <roland@kernel.org>
3220 M:      Sean Hefty <sean.hefty@intel.com>
3221 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
3222 L:      linux-rdma@vger.kernel.org
3223 W:      http://www.openfabrics.org/
3224 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
3225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3226 S:      Supported
3227 F:      Documentation/infiniband/
3228 F:      drivers/infiniband/
3229 F:      include/linux/if_infiniband.h
3231 INOTIFY
3232 M:      John McCutchan <john@johnmccutchan.com>
3233 M:      Robert Love <rlove@rlove.org>
3234 M:      Eric Paris <eparis@parisplace.org>
3235 S:      Maintained
3236 F:      Documentation/filesystems/inotify.txt
3237 F:      fs/notify/inotify/
3238 F:      include/linux/inotify.h
3240 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3241 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
3242 M:      Dmitry Torokhov <dtor@mail.ru>
3243 L:      linux-input@vger.kernel.org
3244 Q:      http://patchwork.kernel.org/project/linux-input/list/
3245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3246 S:      Maintained
3247 F:      drivers/input/
3249 INPUT MULTITOUCH (MT) PROTOCOL
3250 M:      Henrik Rydberg <rydberg@euromail.se>
3251 L:      linux-input@vger.kernel.org
3252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3253 S:      Maintained
3254 F:      Documentation/input/multi-touch-protocol.txt
3255 F:      drivers/input/input-mt.c
3256 K:      \b(ABS|SYN)_MT_
3258 INTEL IDLE DRIVER
3259 M:      Len Brown <lenb@kernel.org>
3260 L:      linux-pm@lists.linux-foundation.org
3261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
3262 S:      Supported
3263 F:      drivers/idle/intel_idle.c
3265 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3266 M:      Maik Broemme <mbroemme@plusserver.de>
3267 L:      linux-fbdev@vger.kernel.org
3268 S:      Maintained
3269 F:      Documentation/fb/intelfb.txt
3270 F:      drivers/video/intelfb/
3272 INTEL 810/815 FRAMEBUFFER DRIVER
3273 M:      Antonino Daplas <adaplas@gmail.com>
3274 L:      linux-fbdev@vger.kernel.org
3275 S:      Maintained
3276 F:      drivers/video/i810/
3278 INTEL MENLOW THERMAL DRIVER
3279 M:      Sujith Thomas <sujith.thomas@intel.com>
3280 L:      platform-driver-x86@vger.kernel.org
3281 W:      http://www.lesswatts.org/projects/acpi/
3282 S:      Supported
3283 F:      drivers/platform/x86/intel_menlow.c
3285 INTEL IA32 MICROCODE UPDATE SUPPORT
3286 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3287 S:      Maintained
3288 F:      arch/x86/kernel/microcode_core.c
3289 F:      arch/x86/kernel/microcode_intel.c
3291 INTEL I/OAT DMA DRIVER
3292 M:      Dan Williams <dan.j.williams@intel.com>
3293 S:      Supported
3294 F:      drivers/dma/ioat*
3296 INTEL IOMMU (VT-d)
3297 M:      David Woodhouse <dwmw2@infradead.org>
3298 L:      iommu@lists.linux-foundation.org
3299 T:      git git://git.infradead.org/iommu-2.6.git
3300 S:      Supported
3301 F:      drivers/pci/intel-iommu.c
3302 F:      include/linux/intel-iommu.h
3304 INTEL IOP-ADMA DMA DRIVER
3305 M:      Dan Williams <dan.j.williams@intel.com>
3306 S:      Maintained
3307 F:      drivers/dma/iop-adma.c
3309 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3310 M:      Krzysztof Halasa <khc@pm.waw.pl>
3311 S:      Maintained
3312 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
3313 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
3314 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3315 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
3316 F:      drivers/net/arm/ixp4xx_eth.c
3317 F:      drivers/net/wan/ixp4xx_hss.c
3319 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3320 M:      Deepak Saxena <dsaxena@plexity.net>
3321 S:      Maintained
3322 F:      drivers/char/hw_random/ixp4xx-rng.c
3324 INTEL IXP2000 ETHERNET DRIVER
3325 M:      Lennert Buytenhek <kernel@wantstofly.org>
3326 L:      netdev@vger.kernel.org
3327 S:      Maintained
3328 F:      drivers/net/ixp2000/
3330 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3331 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3332 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
3333 M:      Bruce Allan <bruce.w.allan@intel.com>
3334 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
3335 M:      Don Skidmore <donald.c.skidmore@intel.com>
3336 M:      Greg Rose <gregory.v.rose@intel.com>
3337 M:      PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
3338 M:      Alex Duyck <alexander.h.duyck@intel.com>
3339 M:      John Ronciak <john.ronciak@intel.com>
3340 L:      e1000-devel@lists.sourceforge.net
3341 W:      http://e1000.sourceforge.net/
3342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-2.6.git
3343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next-2.6.git
3344 S:      Supported
3345 F:      Documentation/networking/e100.txt
3346 F:      Documentation/networking/e1000.txt
3347 F:      Documentation/networking/e1000e.txt
3348 F:      Documentation/networking/igb.txt
3349 F:      Documentation/networking/igbvf.txt
3350 F:      Documentation/networking/ixgb.txt
3351 F:      Documentation/networking/ixgbe.txt
3352 F:      Documentation/networking/ixgbevf.txt
3353 F:      drivers/net/e100.c
3354 F:      drivers/net/e1000/
3355 F:      drivers/net/e1000e/
3356 F:      drivers/net/igb/
3357 F:      drivers/net/igbvf/
3358 F:      drivers/net/ixgb/
3359 F:      drivers/net/ixgbe/
3360 F:      drivers/net/ixgbevf/
3362 INTEL MRST PMU DRIVER
3363 M:      Len Brown <len.brown@intel.com>
3364 L:      linux-pm@lists.linux-foundation.org
3365 S:      Supported
3366 F:      arch/x86/platform/mrst/pmu.*
3368 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3369 L:      linux-wireless@vger.kernel.org
3370 S:      Orphan
3371 F:      Documentation/networking/README.ipw2100
3372 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3374 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3375 L:      linux-wireless@vger.kernel.org
3376 S:      Orphan
3377 F:      Documentation/networking/README.ipw2200
3378 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3380 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3381 M:      Joseph Cihula <joseph.cihula@intel.com>
3382 M:      Shane Wang <shane.wang@intel.com>
3383 L:      tboot-devel@lists.sourceforge.net
3384 W:      http://tboot.sourceforge.net
3385 T:      Mercurial http://www.bughost.org/repos.hg/tboot.hg
3386 S:      Supported
3387 F:      Documentation/intel_txt.txt
3388 F:      include/linux/tboot.h
3389 F:      arch/x86/kernel/tboot.c
3391 INTEL WIRELESS WIMAX CONNECTION 2400
3392 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3393 M:      linux-wimax@intel.com
3394 L:      wimax@linuxwimax.org
3395 S:      Supported
3396 W:      http://linuxwimax.org
3397 F:      Documentation/wimax/README.i2400m
3398 F:      drivers/net/wimax/i2400m/
3399 F:      include/linux/wimax/i2400m.h
3401 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
3402 M:      Stanislaw Gruszka <sgruszka@redhat.com>
3403 L:      linux-wireless@vger.kernel.org
3404 S:      Supported
3405 F:      drivers/net/wireless/iwlegacy/
3407 INTEL WIRELESS WIFI LINK (iwlwifi)
3408 M:      Wey-Yi Guy <wey-yi.w.guy@intel.com>
3409 M:      Intel Linux Wireless <ilw@linux.intel.com>
3410 L:      linux-wireless@vger.kernel.org
3411 W:      http://intellinuxwireless.org
3412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3413 S:      Supported
3414 F:      drivers/net/wireless/iwlwifi/
3416 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3417 M:      Samuel Ortiz <samuel.ortiz@intel.com>
3418 M:      Intel Linux Wireless <ilw@linux.intel.com>
3419 L:      linux-wireless@vger.kernel.org
3420 S:      Supported
3421 W:      http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3422 F:      drivers/net/wireless/iwmc3200wifi/
3424 IOC3 ETHERNET DRIVER
3425 M:      Ralf Baechle <ralf@linux-mips.org>
3426 L:      linux-mips@linux-mips.org
3427 S:      Maintained
3428 F:      drivers/net/ioc3-eth.c
3430 IOC3 SERIAL DRIVER
3431 M:      Pat Gefre <pfg@sgi.com>
3432 L:      linux-serial@vger.kernel.org
3433 S:      Maintained
3434 F:      drivers/tty/serial/ioc3_serial.c
3436 IP MASQUERADING
3437 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3438 S:      Maintained
3439 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3441 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3442 M:      Francois Romieu <romieu@fr.zoreil.com>
3443 M:      Sorbica Shieh <sorbica@icplus.com.tw>
3444 L:      netdev@vger.kernel.org
3445 S:      Maintained
3446 F:      drivers/net/ipg.*
3448 IPATH DRIVER
3449 M:      Mike Marciniszyn <infinipath@qlogic.com>
3450 L:      linux-rdma@vger.kernel.org
3451 S:      Maintained
3452 F:      drivers/infiniband/hw/ipath/
3454 IPMI SUBSYSTEM
3455 M:      Corey Minyard <minyard@acm.org>
3456 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3457 W:      http://openipmi.sourceforge.net/
3458 S:      Supported
3459 F:      Documentation/IPMI.txt
3460 F:      drivers/char/ipmi/
3461 F:      include/linux/ipmi*
3463 IPS SCSI RAID DRIVER
3464 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3465 L:      linux-scsi@vger.kernel.org
3466 W:      http://www.adaptec.com/
3467 S:      Maintained
3468 F:      drivers/scsi/ips*
3470 IPVS
3471 M:      Wensong Zhang <wensong@linux-vs.org>
3472 M:      Simon Horman <horms@verge.net.au>
3473 M:      Julian Anastasov <ja@ssi.bg>
3474 L:      netdev@vger.kernel.org
3475 L:      lvs-devel@vger.kernel.org
3476 S:      Maintained
3477 F:      Documentation/networking/ipvs-sysctl.txt
3478 F:      include/net/ip_vs.h
3479 F:      include/linux/ip_vs.h
3480 F:      net/netfilter/ipvs/
3482 IPWIRELESS DRIVER
3483 M:      Jiri Kosina <jkosina@suse.cz>
3484 M:      David Sterba <dsterba@suse.cz>
3485 S:      Maintained
3486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3487 F:      drivers/tty/ipwireless/
3489 IPX NETWORK LAYER
3490 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3491 L:      netdev@vger.kernel.org
3492 S:      Maintained
3493 F:      include/linux/ipx.h
3494 F:      include/net/ipx.h
3495 F:      net/ipx/
3497 IRDA SUBSYSTEM
3498 M:      Samuel Ortiz <samuel@sortiz.org>
3499 L:      irda-users@lists.sourceforge.net (subscribers-only)
3500 L:      netdev@vger.kernel.org
3501 W:      http://irda.sourceforge.net/
3502 S:      Maintained
3503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3504 F:      Documentation/networking/irda.txt
3505 F:      drivers/net/irda/
3506 F:      include/net/irda/
3507 F:      net/irda/
3509 IRQ SUBSYSTEM
3510 M:      Thomas Gleixner <tglx@linutronix.de>
3511 S:      Maintained
3512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/core
3513 F:      kernel/irq/
3515 ISAPNP
3516 M:      Jaroslav Kysela <perex@perex.cz>
3517 S:      Maintained
3518 F:      Documentation/isapnp.txt
3519 F:      drivers/pnp/isapnp/
3520 F:      include/linux/isapnp.h
3522 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
3523 M:      Peter Jones <pjones@redhat.com>
3524 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
3525 S:      Maintained
3526 F:      drivers/firmware/iscsi_ibft*
3528 ISCSI
3529 M:      Mike Christie <michaelc@cs.wisc.edu>
3530 L:      open-iscsi@googlegroups.com
3531 W:      www.open-iscsi.org
3532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3533 S:      Maintained
3534 F:      drivers/scsi/*iscsi*
3535 F:      include/scsi/*iscsi*
3537 ISDN SUBSYSTEM
3538 M:      Karsten Keil <isdn@linux-pingi.de>
3539 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3540 L:      netdev@vger.kernel.org
3541 W:      http://www.isdn4linux.de
3542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3543 S:      Maintained
3544 F:      Documentation/isdn/
3545 F:      drivers/isdn/
3546 F:      include/linux/isdn.h
3547 F:      include/linux/isdn/
3549 ISDN SUBSYSTEM (Eicon active card driver)
3550 M:      Armin Schindler <mac@melware.de>
3551 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3552 W:      http://www.melware.de
3553 S:      Maintained
3554 F:      drivers/isdn/hardware/eicon/
3556 IT87 HARDWARE MONITORING DRIVER
3557 M:      Jean Delvare <khali@linux-fr.org>
3558 L:      lm-sensors@lm-sensors.org
3559 S:      Maintained
3560 F:      Documentation/hwmon/it87
3561 F:      drivers/hwmon/it87.c
3563 IVTV VIDEO4LINUX DRIVER
3564 M:      Andy Walls <awalls@md.metrocast.net>
3565 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3566 L:      linux-media@vger.kernel.org
3567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3568 W:      http://www.ivtvdriver.org
3569 S:      Maintained
3570 F:      Documentation/video4linux/*.ivtv
3571 F:      drivers/media/video/ivtv/
3572 F:      include/linux/ivtv*
3574 JC42.4 TEMPERATURE SENSOR DRIVER
3575 M:      Guenter Roeck <linux@roeck-us.net>
3576 L:      lm-sensors@lm-sensors.org
3577 S:      Maintained
3578 F:      drivers/hwmon/jc42.c
3579 F:      Documentation/hwmon/jc42
3581 JFS FILESYSTEM
3582 M:      Dave Kleikamp <shaggy@kernel.org>
3583 L:      jfs-discussion@lists.sourceforge.net
3584 W:      http://jfs.sourceforge.net/
3585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3586 S:      Maintained
3587 F:      Documentation/filesystems/jfs.txt
3588 F:      fs/jfs/
3590 JME NETWORK DRIVER
3591 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
3592 L:      netdev@vger.kernel.org
3593 S:      Maintained
3594 F:      drivers/net/jme.*
3596 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3597 M:      David Woodhouse <dwmw2@infradead.org>
3598 L:      linux-mtd@lists.infradead.org
3599 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3600 S:      Maintained
3601 F:      fs/jffs2/
3602 F:      include/linux/jffs2.h
3604 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3605 M:      Andrew Morton <akpm@linux-foundation.org>
3606 M:      Jan Kara <jack@suse.cz>
3607 L:      linux-ext4@vger.kernel.org
3608 S:      Maintained
3609 F:      fs/jbd/
3610 F:      include/linux/ext3_jbd.h
3611 F:      include/linux/jbd.h
3613 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
3614 M:      "Theodore Ts'o" <tytso@mit.edu>
3615 L:      linux-ext4@vger.kernel.org
3616 S:      Maintained
3617 F:      fs/jbd2/
3618 F:      include/linux/jbd2.h
3620 JSM Neo PCI based serial card
3621 M:      Breno Leitao <leitao@linux.vnet.ibm.com>
3622 L:      linux-serial@vger.kernel.org
3623 S:      Maintained
3624 F:      drivers/tty/serial/jsm/
3626 K10TEMP HARDWARE MONITORING DRIVER
3627 M:      Clemens Ladisch <clemens@ladisch.de>
3628 L:      lm-sensors@lm-sensors.org
3629 S:      Maintained
3630 F:      Documentation/hwmon/k10temp
3631 F:      drivers/hwmon/k10temp.c
3633 K8TEMP HARDWARE MONITORING DRIVER
3634 M:      Rudolf Marek <r.marek@assembler.cz>
3635 L:      lm-sensors@lm-sensors.org
3636 S:      Maintained
3637 F:      Documentation/hwmon/k8temp
3638 F:      drivers/hwmon/k8temp.c
3640 KCONFIG
3641 M:      Michal Marek <mmarek@suse.cz>
3642 L:      linux-kbuild@vger.kernel.org
3643 S:      Odd Fixes
3644 F:      Documentation/kbuild/kconfig-language.txt
3645 F:      scripts/kconfig/
3647 KDUMP
3648 M:      Vivek Goyal <vgoyal@redhat.com>
3649 M:      Haren Myneni <hbabu@us.ibm.com>
3650 L:      kexec@lists.infradead.org
3651 W:      http://lse.sourceforge.net/kdump/
3652 S:      Maintained
3653 F:      Documentation/kdump/
3655 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3656 M:      Ian Kent <raven@themaw.net>
3657 L:      autofs@linux.kernel.org
3658 S:      Maintained
3659 F:      fs/autofs4/
3661 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3662 M:      Michal Marek <mmarek@suse.cz>
3663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next
3664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes
3665 L:      linux-kbuild@vger.kernel.org
3666 S:      Maintained
3667 F:      Documentation/kbuild/
3668 F:      Makefile
3669 F:      scripts/Makefile.*
3670 F:      scripts/basic/
3671 F:      scripts/mk*
3672 F:      scripts/package/
3674 KERNEL JANITORS
3675 L:      kernel-janitors@vger.kernel.org
3676 W:      http://kernelnewbies.org/KernelJanitors
3677 S:      Odd Fixes
3679 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3680 M:      "J. Bruce Fields" <bfields@fieldses.org>
3681 M:      Neil Brown <neilb@suse.de>
3682 L:      linux-nfs@vger.kernel.org
3683 W:      http://nfs.sourceforge.net/
3684 S:      Supported
3685 F:      fs/nfsd/
3686 F:      include/linux/nfsd/
3687 F:      fs/lockd/
3688 F:      fs/nfs_common/
3689 F:      net/sunrpc/
3690 F:      include/linux/lockd/
3691 F:      include/linux/sunrpc/
3693 KERNEL VIRTUAL MACHINE (KVM)
3694 M:      Avi Kivity <avi@redhat.com>
3695 M:      Marcelo Tosatti <mtosatti@redhat.com>
3696 L:      kvm@vger.kernel.org
3697 W:      http://kvm.qumranet.com
3698 S:      Supported
3699 F:      Documentation/*/kvm.txt
3700 F:      arch/*/kvm/
3701 F:      arch/*/include/asm/kvm*
3702 F:      include/linux/kvm*
3703 F:      virt/kvm/
3705 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3706 M:      Joerg Roedel <joerg.roedel@amd.com>
3707 L:      kvm@vger.kernel.org
3708 W:      http://kvm.qumranet.com
3709 S:      Supported
3710 F:      arch/x86/include/asm/svm.h
3711 F:      arch/x86/kvm/svm.c
3713 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3714 M:      Alexander Graf <agraf@suse.de>
3715 L:      kvm-ppc@vger.kernel.org
3716 W:      http://kvm.qumranet.com
3717 S:      Supported
3718 F:      arch/powerpc/include/asm/kvm*
3719 F:      arch/powerpc/kvm/
3721 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3722 M:      Xiantao Zhang <xiantao.zhang@intel.com>
3723 L:      kvm-ia64@vger.kernel.org
3724 W:      http://kvm.qumranet.com
3725 S:      Supported
3726 F:      Documentation/ia64/kvm.txt
3727 F:      arch/ia64/include/asm/kvm*
3728 F:      arch/ia64/kvm/
3730 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3731 M:      Carsten Otte <cotte@de.ibm.com>
3732 M:      Christian Borntraeger <borntraeger@de.ibm.com>
3733 M:      linux390@de.ibm.com
3734 L:      linux-s390@vger.kernel.org
3735 W:      http://www.ibm.com/developerworks/linux/linux390/
3736 S:      Supported
3737 F:      Documentation/s390/kvm.txt
3738 F:      arch/s390/include/asm/kvm*
3739 F:      arch/s390/kvm/
3740 F:      drivers/s390/kvm/
3742 KEXEC
3743 M:      Eric Biederman <ebiederm@xmission.com>
3744 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
3745 L:      kexec@lists.infradead.org
3746 S:      Maintained
3747 F:      include/linux/kexec.h
3748 F:      kernel/kexec.c
3750 KEYS/KEYRINGS:
3751 M:      David Howells <dhowells@redhat.com>
3752 L:      keyrings@linux-nfs.org
3753 S:      Maintained
3754 F:      Documentation/security/keys.txt
3755 F:      include/linux/key.h
3756 F:      include/linux/key-type.h
3757 F:      include/keys/
3758 F:      security/keys/
3760 KEYS-TRUSTED
3761 M:      David Safford <safford@watson.ibm.com>
3762 M:      Mimi Zohar <zohar@us.ibm.com>
3763 L:      linux-security-module@vger.kernel.org
3764 L:      keyrings@linux-nfs.org
3765 S:      Supported
3766 F:      Documentation/security/keys-trusted-encrypted.txt
3767 F:      include/keys/trusted-type.h
3768 F:      security/keys/trusted.c
3769 F:      security/keys/trusted.h
3771 KEYS-ENCRYPTED
3772 M:      Mimi Zohar <zohar@us.ibm.com>
3773 M:      David Safford <safford@watson.ibm.com>
3774 L:      linux-security-module@vger.kernel.org
3775 L:      keyrings@linux-nfs.org
3776 S:      Supported
3777 F:      Documentation/security/keys-trusted-encrypted.txt
3778 F:      include/keys/encrypted-type.h
3779 F:      security/keys/encrypted.c
3780 F:      security/keys/encrypted.h
3782 KGDB / KDB /debug_core
3783 M:      Jason Wessel <jason.wessel@windriver.com>
3784 W:      http://kgdb.wiki.kernel.org/
3785 L:      kgdb-bugreport@lists.sourceforge.net
3786 S:      Maintained
3787 F:      Documentation/DocBook/kgdb.tmpl
3788 F:      drivers/misc/kgdbts.c
3789 F:      drivers/tty/serial/kgdboc.c
3790 F:      include/linux/kdb.h
3791 F:      include/linux/kgdb.h
3792 F:      kernel/debug/
3794 KMEMCHECK
3795 M:      Vegard Nossum <vegardno@ifi.uio.no>
3796 M:      Pekka Enberg <penberg@kernel.org>
3797 S:      Maintained
3798 F:      Documentation/kmemcheck.txt
3799 F:      arch/x86/include/asm/kmemcheck.h
3800 F:      arch/x86/mm/kmemcheck/
3801 F:      include/linux/kmemcheck.h
3802 F:      mm/kmemcheck.c
3804 KMEMLEAK
3805 M:      Catalin Marinas <catalin.marinas@arm.com>
3806 S:      Maintained
3807 F:      Documentation/kmemleak.txt
3808 F:      include/linux/kmemleak.h
3809 F:      mm/kmemleak.c
3810 F:      mm/kmemleak-test.c
3812 KPROBES
3813 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3814 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3815 M:      "David S. Miller" <davem@davemloft.net>
3816 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3817 S:      Maintained
3818 F:      Documentation/kprobes.txt
3819 F:      include/linux/kprobes.h
3820 F:      kernel/kprobes.c
3822 KS0108 LCD CONTROLLER DRIVER
3823 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3824 W:      http://miguelojeda.es/auxdisplay.htm
3825 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3826 S:      Maintained
3827 F:      Documentation/auxdisplay/ks0108
3828 F:      drivers/auxdisplay/ks0108.c
3829 F:      include/linux/ks0108.h
3831 LAPB module
3832 L:      linux-x25@vger.kernel.org
3833 S:      Orphan
3834 F:      Documentation/networking/lapb-module.txt
3835 F:      include/*/lapb.h
3836 F:      net/lapb/
3838 LASI 53c700 driver for PARISC
3839 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3840 L:      linux-scsi@vger.kernel.org
3841 S:      Maintained
3842 F:      Documentation/scsi/53c700.txt
3843 F:      drivers/scsi/53c700*
3845 LED SUBSYSTEM
3846 M:      Richard Purdie <rpurdie@rpsys.net>
3847 S:      Maintained
3848 F:      drivers/leds/
3849 F:      include/linux/leds.h
3851 LEGACY EEPROM DRIVER
3852 M:      Jean Delvare <khali@linux-fr.org>
3853 S:      Maintained
3854 F:      Documentation/misc-devices/eeprom
3855 F:      drivers/misc/eeprom/eeprom.c
3857 LEGO USB Tower driver
3858 M:      Juergen Stuber <starblue@users.sourceforge.net>
3859 L:      legousb-devel@lists.sourceforge.net
3860 W:      http://legousb.sourceforge.net/
3861 S:      Maintained
3862 F:      drivers/usb/misc/legousbtower.c
3864 LGUEST
3865 M:      Rusty Russell <rusty@rustcorp.com.au>
3866 L:      lguest@lists.ozlabs.org
3867 W:      http://lguest.ozlabs.org/
3868 S:      Odd Fixes
3869 F:      Documentation/virtual/lguest/
3870 F:      arch/x86/lguest/
3871 F:      drivers/lguest/
3872 F:      include/linux/lguest*.h
3873 F:      arch/x86/include/asm/lguest*.h
3875 LINUX FOR IBM pSERIES (RS/6000)
3876 M:      Paul Mackerras <paulus@au.ibm.com>
3877 W:      http://www.ibm.com/linux/ltc/projects/ppc
3878 S:      Supported
3879 F:      arch/powerpc/boot/rs6000.h
3881 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3882 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3883 M:      Paul Mackerras <paulus@samba.org>
3884 W:      http://www.penguinppc.org/
3885 L:      linuxppc-dev@lists.ozlabs.org
3886 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3888 S:      Supported
3889 F:      Documentation/powerpc/
3890 F:      arch/powerpc/
3892 LINUX FOR POWER MACINTOSH
3893 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3894 W:      http://www.penguinppc.org/
3895 L:      linuxppc-dev@lists.ozlabs.org
3896 S:      Maintained
3897 F:      arch/powerpc/platforms/powermac/
3898 F:      drivers/macintosh/
3900 LINUX FOR POWERPC EMBEDDED MPC5XXX
3901 M:      Grant Likely <grant.likely@secretlab.ca>
3902 L:      linuxppc-dev@lists.ozlabs.org
3903 T:      git git://git.secretlab.ca/git/linux-2.6.git
3904 S:      Maintained
3905 F:      arch/powerpc/platforms/512x/
3906 F:      arch/powerpc/platforms/52xx/
3908 LINUX FOR POWERPC EMBEDDED PPC4XX
3909 M:      Josh Boyer <jwboyer@gmail.com>
3910 M:      Matt Porter <mporter@kernel.crashing.org>
3911 W:      http://www.penguinppc.org/
3912 L:      linuxppc-dev@lists.ozlabs.org
3913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3914 S:      Maintained
3915 F:      arch/powerpc/platforms/40x/
3916 F:      arch/powerpc/platforms/44x/
3918 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3919 M:      Grant Likely <grant.likely@secretlab.ca>
3920 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3921 L:      linuxppc-dev@lists.ozlabs.org
3922 T:      git git://git.secretlab.ca/git/linux-2.6.git
3923 S:      Maintained
3924 F:      arch/powerpc/*/*virtex*
3925 F:      arch/powerpc/*/*/*virtex*
3927 LINUX FOR POWERPC EMBEDDED PPC8XX
3928 M:      Vitaly Bordug <vitb@kernel.crashing.org>
3929 M:      Marcelo Tosatti <marcelo@kvack.org>
3930 W:      http://www.penguinppc.org/
3931 L:      linuxppc-dev@lists.ozlabs.org
3932 S:      Maintained
3933 F:      arch/powerpc/platforms/8xx/
3935 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3936 M:      Kumar Gala <galak@kernel.crashing.org>
3937 W:      http://www.penguinppc.org/
3938 L:      linuxppc-dev@lists.ozlabs.org
3939 S:      Maintained
3940 F:      arch/powerpc/platforms/83xx/
3941 F:      arch/powerpc/platforms/85xx/
3943 LINUX FOR POWERPC PA SEMI PWRFICIENT
3944 M:      Olof Johansson <olof@lixom.net>
3945 L:      linuxppc-dev@lists.ozlabs.org
3946 S:      Maintained
3947 F:      arch/powerpc/platforms/pasemi/
3948 F:      drivers/*/*pasemi*
3949 F:      drivers/*/*/*pasemi*
3951 LINUX SECURITY MODULE (LSM) FRAMEWORK
3952 M:      Chris Wright <chrisw@sous-sol.org>
3953 L:      linux-security-module@vger.kernel.org
3954 S:      Supported
3956 LIS3LV02D ACCELEROMETER DRIVER
3957 M:      Eric Piel <eric.piel@tremplin-utc.net>
3958 S:      Maintained
3959 F:      Documentation/misc-devices/lis3lv02d
3960 F:      drivers/misc/lis3lv02d/
3962 LLC (802.2)
3963 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3964 S:      Maintained
3965 F:      include/linux/llc.h
3966 F:      include/net/llc*
3967 F:      net/llc/
3969 LM73 HARDWARE MONITOR DRIVER
3970 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
3971 L:      lm-sensors@lm-sensors.org
3972 S:      Maintained
3973 F:      drivers/hwmon/lm73.c
3975 LM83 HARDWARE MONITOR DRIVER
3976 M:      Jean Delvare <khali@linux-fr.org>
3977 L:      lm-sensors@lm-sensors.org
3978 S:      Maintained
3979 F:      Documentation/hwmon/lm83
3980 F:      drivers/hwmon/lm83.c
3982 LM90 HARDWARE MONITOR DRIVER
3983 M:      Jean Delvare <khali@linux-fr.org>
3984 L:      lm-sensors@lm-sensors.org
3985 S:      Maintained
3986 F:      Documentation/hwmon/lm90
3987 F:      drivers/hwmon/lm90.c
3989 LOCKDEP AND LOCKSTAT
3990 M:      Peter Zijlstra <peterz@infradead.org>
3991 M:      Ingo Molnar <mingo@redhat.com>
3992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3993 S:      Maintained
3994 F:      Documentation/lockdep*.txt
3995 F:      Documentation/lockstat.txt
3996 F:      include/linux/lockdep.h
3997 F:      kernel/lockdep*
3999 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4000 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
4001 L:      linux-ntfs-dev@lists.sourceforge.net
4002 W:      http://www.linux-ntfs.org/content/view/19/37/
4003 S:      Maintained
4004 F:      Documentation/ldm.txt
4005 F:      fs/partitions/ldm.*
4007 LogFS
4008 M:      Joern Engel <joern@logfs.org>
4009 L:      logfs@logfs.org
4010 W:      logfs.org
4011 S:      Maintained
4012 F:      fs/logfs/
4014 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4015 M:      Eric Moore <Eric.Moore@lsi.com>
4016 M:      support@lsi.com
4017 L:      DL-MPTFusionLinux@lsi.com
4018 L:      linux-scsi@vger.kernel.org
4019 W:      http://www.lsilogic.com/support
4020 S:      Supported
4021 F:      drivers/message/fusion/
4023 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4024 M:      Matthew Wilcox <matthew@wil.cx>
4025 L:      linux-scsi@vger.kernel.org
4026 S:      Maintained
4027 F:      drivers/scsi/sym53c8xx_2/
4029 LTC4261 HARDWARE MONITOR DRIVER
4030 M:      Guenter Roeck <linux@roeck-us.net>
4031 L:      lm-sensors@lm-sensors.org
4032 S:      Maintained
4033 F:      Documentation/hwmon/ltc4261
4034 F:      drivers/hwmon/ltc4261.c
4036 LTP (Linux Test Project)
4037 M:      Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
4038 M:      Garrett Cooper <yanegomi@gmail.com>
4039 M:      Mike Frysinger <vapier@gentoo.org>
4040 M:      Subrata Modak <subrata@linux.vnet.ibm.com>
4041 L:      ltp-list@lists.sourceforge.net (subscribers-only)
4042 W:      http://ltp.sourceforge.net/
4043 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4044 S:      Maintained
4046 M32R ARCHITECTURE
4047 M:      Hirokazu Takata <takata@linux-m32r.org>
4048 L:      linux-m32r@ml.linux-m32r.org
4049 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4050 W:      http://www.linux-m32r.org/
4051 S:      Maintained
4052 F:      arch/m32r/
4054 M68K ARCHITECTURE
4055 M:      Geert Uytterhoeven <geert@linux-m68k.org>
4056 L:      linux-m68k@lists.linux-m68k.org
4057 W:      http://www.linux-m68k.org/
4058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4059 S:      Maintained
4060 F:      arch/m68k/
4061 F:      drivers/zorro/
4063 M68K ON APPLE MACINTOSH
4064 M:      Joshua Thompson <funaho@jurai.org>
4065 W:      http://www.mac.linux-m68k.org/
4066 L:      linux-m68k@lists.linux-m68k.org
4067 S:      Maintained
4068 F:      arch/m68k/mac/
4070 M68K ON HP9000/300
4071 M:      Philip Blundell <philb@gnu.org>
4072 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
4073 S:      Maintained
4074 F:      arch/m68k/hp300/
4076 MAC80211
4077 M:      Johannes Berg <johannes@sipsolutions.net>
4078 L:      linux-wireless@vger.kernel.org
4079 W:      http://linuxwireless.org/
4080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4081 S:      Maintained
4082 F:      Documentation/networking/mac80211-injection.txt
4083 F:      include/net/mac80211.h
4084 F:      net/mac80211/
4086 MAC80211 PID RATE CONTROL
4087 M:      Stefano Brivio <stefano.brivio@polimi.it>
4088 M:      Mattias Nissler <mattias.nissler@gmx.de>
4089 L:      linux-wireless@vger.kernel.org
4090 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
4091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4092 S:      Maintained
4093 F:      net/mac80211/rc80211_pid*
4095 MACVLAN DRIVER
4096 M:      Patrick McHardy <kaber@trash.net>
4097 L:      netdev@vger.kernel.org
4098 S:      Maintained
4099 F:      drivers/net/macvlan.c
4100 F:      include/linux/if_macvlan.h
4102 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4103 M:      Michael Kerrisk <mtk.manpages@gmail.com>
4104 W:      http://www.kernel.org/doc/man-pages
4105 L:      linux-man@vger.kernel.org
4106 S:      Maintained
4108 MARVELL LIBERTAS WIRELESS DRIVER
4109 M:      Dan Williams <dcbw@redhat.com>
4110 L:      libertas-dev@lists.infradead.org
4111 S:      Maintained
4112 F:      drivers/net/wireless/libertas/
4114 MARVELL MV643XX ETHERNET DRIVER
4115 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4116 L:      netdev@vger.kernel.org
4117 S:      Maintained
4118 F:      drivers/net/mv643xx_eth.*
4119 F:      include/linux/mv643xx.h
4121 MARVELL MWIFIEX WIRELESS DRIVER
4122 M:      Bing Zhao <bzhao@marvell.com>
4123 L:      linux-wireless@vger.kernel.org
4124 S:      Maintained
4125 F:      drivers/net/wireless/mwifiex/
4127 MARVELL MWL8K WIRELESS DRIVER
4128 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4129 L:      linux-wireless@vger.kernel.org
4130 S:      Odd Fixes
4131 F:      drivers/net/wireless/mwl8k.c
4133 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4134 M:      Nicolas Pitre <nico@fluxnic.net>
4135 S:      Odd Fixes
4136 F:      drivers/mmc/host/mvsdio.*
4138 MARVELL YUKON / SYSKONNECT DRIVER
4139 M:      Mirko Lindner <mlindner@syskonnect.de>
4140 M:      Ralph Roesler <rroesler@syskonnect.de>
4141 W:      http://www.syskonnect.com
4142 S:      Supported
4144 MATROX FRAMEBUFFER DRIVER
4145 L:      linux-fbdev@vger.kernel.org
4146 S:      Orphan
4147 F:      drivers/video/matrox/matroxfb_*
4148 F:      include/linux/matroxfb.h
4150 MAX1668 TEMPERATURE SENSOR DRIVER
4151 M:      "David George" <david.george@ska.ac.za>
4152 L:      lm-sensors@lm-sensors.org
4153 S:      Maintained
4154 F:      Documentation/hwmon/max1668
4155 F:      drivers/hwmon/max1668.c
4157 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4158 M:      "Hans J. Koch" <hjk@hansjkoch.de>
4159 L:      lm-sensors@lm-sensors.org
4160 S:      Maintained
4161 F:      Documentation/hwmon/max6650
4162 F:      drivers/hwmon/max6650.c
4164 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4165 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
4166 P:      LinuxTV.org Project
4167 L:      linux-media@vger.kernel.org
4168 W:      http://linuxtv.org
4169 Q:      http://patchwork.kernel.org/project/linux-media/list/
4170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4171 S:      Maintained
4172 F:      Documentation/dvb/
4173 F:      Documentation/video4linux/
4174 F:      drivers/media/
4175 F:      include/media/
4176 F:      include/linux/dvb/
4177 F:      include/linux/videodev*.h
4179 MEGARAID SCSI DRIVERS
4180 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
4181 L:      linux-scsi@vger.kernel.org
4182 W:      http://megaraid.lsilogic.com
4183 S:      Maintained
4184 F:      Documentation/scsi/megaraid.txt
4185 F:      drivers/scsi/megaraid.*
4186 F:      drivers/scsi/megaraid/
4188 MEMORY MANAGEMENT
4189 L:      linux-mm@kvack.org
4190 W:      http://www.linux-mm.org
4191 S:      Maintained
4192 F:      include/linux/mm.h
4193 F:      mm/
4195 MEMORY RESOURCE CONTROLLER
4196 M:      Balbir Singh <bsingharora@gmail.com>
4197 M:      Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
4198 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4199 L:      linux-mm@kvack.org
4200 S:      Maintained
4201 F:      mm/memcontrol.c
4202 F:      mm/page_cgroup.c
4204 MEMORY TECHNOLOGY DEVICES (MTD)
4205 M:      David Woodhouse <dwmw2@infradead.org>
4206 L:      linux-mtd@lists.infradead.org
4207 W:      http://www.linux-mtd.infradead.org/
4208 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
4209 T:      git git://git.infradead.org/mtd-2.6.git
4210 S:      Maintained
4211 F:      drivers/mtd/
4212 F:      include/linux/mtd/
4213 F:      include/mtd/
4215 MICROBLAZE ARCHITECTURE
4216 M:      Michal Simek <monstr@monstr.eu>
4217 L:      microblaze-uclinux@itee.uq.edu.au
4218 W:      http://www.monstr.eu/fdt/
4219 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
4220 S:      Supported
4221 F:      arch/microblaze/
4223 MICROTEK X6 SCANNER
4224 M:      Oliver Neukum <oliver@neukum.name>
4225 S:      Maintained
4226 F:      drivers/usb/image/microtek.*
4228 MIPS
4229 M:      Ralf Baechle <ralf@linux-mips.org>
4230 L:      linux-mips@linux-mips.org
4231 W:      http://www.linux-mips.org/
4232 T:      git git://git.linux-mips.org/pub/scm/linux.git
4233 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
4234 S:      Supported
4235 F:      Documentation/mips/
4236 F:      arch/mips/
4238 MISCELLANEOUS MCA-SUPPORT
4239 M:      James Bottomley <James.Bottomley@HansenPartnership.com>
4240 S:      Maintained
4241 F:      Documentation/ia64/mca.txt
4242 F:      Documentation/mca.txt
4243 F:      drivers/mca/
4244 F:      include/linux/mca*
4246 MODULE SUPPORT
4247 M:      Rusty Russell <rusty@rustcorp.com.au>
4248 S:      Maintained
4249 F:      include/linux/module.h
4250 F:      kernel/module.c
4252 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4253 W:      http://popies.net/meye/
4254 S:      Orphan
4255 F:      Documentation/video4linux/meye.txt
4256 F:      drivers/media/video/meye.*
4257 F:      include/linux/meye.h
4259 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4260 M:      Pavel Pisa <ppisa@pikron.com>
4261 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4262 S:      Maintained
4263 F:      drivers/mmc/host/imxmmc.*
4265 MOUSE AND MISC DEVICES [GENERAL]
4266 M:      Alessandro Rubini <rubini@ipvvis.unipv.it>
4267 S:      Maintained
4268 F:      drivers/input/mouse/
4269 F:      include/linux/gpio_mouse.h
4271 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4272 M:      Jiri Slaby <jirislaby@gmail.com>
4273 S:      Maintained
4274 F:      Documentation/serial/moxa-smartio
4275 F:      drivers/tty/mxser.*
4277 MSI LAPTOP SUPPORT
4278 M:      "Lee, Chun-Yi" <jlee@novell.com>
4279 L:      platform-driver-x86@vger.kernel.org
4280 S:      Maintained
4281 F:      drivers/platform/x86/msi-laptop.c
4283 MSI WMI SUPPORT
4284 M:      Anisse Astier <anisse@astier.eu>
4285 L:      platform-driver-x86@vger.kernel.org
4286 S:      Supported
4287 F:      drivers/platform/x86/msi-wmi.c
4289 MULTIFUNCTION DEVICES (MFD)
4290 M:      Samuel Ortiz <sameo@linux.intel.com>
4291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4292 S:      Supported
4293 F:      drivers/mfd/
4295 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4296 M:      Chris Ball <cjb@laptop.org>
4297 L:      linux-mmc@vger.kernel.org
4298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4299 S:      Maintained
4300 F:      drivers/mmc/
4301 F:      include/linux/mmc/
4303 MULTIMEDIA CARD (MMC) ETC. OVER SPI
4304 S:      Orphan
4305 F:      drivers/mmc/host/mmc_spi.c
4306 F:      include/linux/spi/mmc_spi.h
4308 MULTISOUND SOUND DRIVER
4309 M:      Andrew Veliath <andrewtv@usa.net>
4310 S:      Maintained
4311 F:      Documentation/sound/oss/MultiSound
4312 F:      sound/oss/msnd*
4314 MULTITECH MULTIPORT CARD (ISICOM)
4315 S:      Orphan
4316 F:      drivers/tty/isicom.c
4317 F:      include/linux/isicom.h
4319 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4320 M:      Felipe Balbi <balbi@ti.com>
4321 L:      linux-usb@vger.kernel.org
4322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4323 S:      Maintained
4324 F:      drivers/usb/musb/
4326 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4327 M:      Jon Mason <mason@myri.com>
4328 M:      Andrew Gallatin <gallatin@myri.com>
4329 L:      netdev@vger.kernel.org
4330 W:      http://www.myri.com/scs/download-Myri10GE.html
4331 S:      Supported
4332 F:      drivers/net/myri10ge/
4334 NATSEMI ETHERNET DRIVER (DP8381x)
4335 M:      Tim Hockin <thockin@hockin.org>
4336 S:      Maintained
4337 F:      drivers/net/natsemi.c
4339 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
4340 M:      Daniel Mack <zonque@gmail.com>
4341 S:      Maintained
4342 L:      alsa-devel@alsa-project.org
4343 W:      http://www.native-instruments.com
4344 F:      sound/usb/caiaq/
4346 NCP FILESYSTEM
4347 M:      Petr Vandrovec <petr@vandrovec.name>
4348 S:      Odd Fixes
4349 F:      fs/ncpfs/
4351 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4352 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4353 L:      linux-scsi@vger.kernel.org
4354 S:      Maintained
4355 F:      drivers/scsi/NCR_D700.*
4357 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4358 M:      Faisal Latif <faisal.latif@intel.com>
4359 L:      linux-rdma@vger.kernel.org
4360 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4361 S:      Supported
4362 F:      drivers/infiniband/hw/nes/
4364 NETEM NETWORK EMULATOR
4365 M:      Stephen Hemminger <shemminger@linux-foundation.org>
4366 L:      netem@lists.linux-foundation.org
4367 S:      Maintained
4368 F:      net/sched/sch_netem.c
4370 NETERION 10GbE DRIVERS (s2io/vxge)
4371 M:      Jon Mason <jdmason@kudzu.us>
4372 L:      netdev@vger.kernel.org
4373 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4374 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4375 S:      Supported
4376 F:      Documentation/networking/s2io.txt
4377 F:      drivers/net/s2io*
4378 F:      Documentation/networking/vxge.txt
4379 F:      drivers/net/vxge/
4381 NETFILTER/IPTABLES/IPCHAINS
4382 P:      Rusty Russell
4383 P:      Marc Boucher
4384 P:      James Morris
4385 P:      Harald Welte
4386 P:      Jozsef Kadlecsik
4387 M:      Patrick McHardy <kaber@trash.net>
4388 L:      netfilter-devel@vger.kernel.org
4389 L:      netfilter@vger.kernel.org
4390 L:      coreteam@netfilter.org
4391 W:      http://www.netfilter.org/
4392 W:      http://www.iptables.org/
4393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4394 S:      Supported
4395 F:      include/linux/netfilter*
4396 F:      include/linux/netfilter/
4397 F:      include/net/netfilter/
4398 F:      net/*/netfilter.c
4399 F:      net/*/netfilter/
4400 F:      net/netfilter/
4402 NETLABEL
4403 M:      Paul Moore <paul.moore@hp.com>
4404 W:      http://netlabel.sf.net
4405 L:      netdev@vger.kernel.org
4406 S:      Supported
4407 F:      Documentation/netlabel/
4408 F:      include/net/netlabel.h
4409 F:      net/netlabel/
4411 NETROM NETWORK LAYER
4412 M:      Ralf Baechle <ralf@linux-mips.org>
4413 L:      linux-hams@vger.kernel.org
4414 W:      http://www.linux-ax25.org/
4415 S:      Maintained
4416 F:      include/linux/netrom.h
4417 F:      include/net/netrom.h
4418 F:      net/netrom/
4420 NETWORK BLOCK DEVICE (NBD)
4421 M:      Paul Clements <Paul.Clements@steeleye.com>
4422 S:      Maintained
4423 F:      Documentation/blockdev/nbd.txt
4424 F:      drivers/block/nbd.c
4425 F:      include/linux/nbd.h
4427 NETWORK DROP MONITOR
4428 M:      Neil Horman <nhorman@tuxdriver.com>
4429 L:      netdev@vger.kernel.org
4430 S:      Maintained
4431 W:      https://fedorahosted.org/dropwatch/
4432 F:      net/core/drop_monitor.c
4434 NETWORKING [GENERAL]
4435 M:      "David S. Miller" <davem@davemloft.net>
4436 L:      netdev@vger.kernel.org
4437 W:      http://www.linuxfoundation.org/en/Net
4438 W:      http://patchwork.ozlabs.org/project/netdev/list/
4439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4441 S:      Maintained
4442 F:      net/
4443 F:      include/net/
4444 F:      include/linux/in.h
4445 F:      include/linux/net.h
4446 F:      include/linux/netdevice.h
4448 NETWORKING [IPv4/IPv6]
4449 M:      "David S. Miller" <davem@davemloft.net>
4450 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4451 M:      "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4452 M:      James Morris <jmorris@namei.org>
4453 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4454 M:      Patrick McHardy <kaber@trash.net>
4455 L:      netdev@vger.kernel.org
4456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4457 S:      Maintained
4458 F:      net/ipv4/
4459 F:      net/ipv6/
4460 F:      include/net/ip*
4461 F:      arch/x86/net/*
4463 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4464 M:      Paul Moore <paul.moore@hp.com>
4465 L:      netdev@vger.kernel.org
4466 S:      Maintained
4468 NETWORKING [WIRELESS]
4469 M:      "John W. Linville" <linville@tuxdriver.com>
4470 L:      linux-wireless@vger.kernel.org
4471 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
4472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4473 S:      Maintained
4474 F:      net/mac80211/
4475 F:      net/rfkill/
4476 F:      net/wireless/
4477 F:      include/net/ieee80211*
4478 F:      include/linux/wireless.h
4479 F:      include/net/iw_handler.h
4480 F:      drivers/net/wireless/
4482 NETWORKING DRIVERS
4483 L:      netdev@vger.kernel.org
4484 W:      http://www.linuxfoundation.org/en/Net
4485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4487 S:      Odd Fixes
4488 F:      drivers/net/
4489 F:      include/linux/if_*
4490 F:      include/linux/*device.h
4492 NETXEN (1/10) GbE SUPPORT
4493 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
4494 L:      netdev@vger.kernel.org
4495 W:      http://www.qlogic.com
4496 S:      Supported
4497 F:      drivers/net/netxen/
4499 NFS, SUNRPC, AND LOCKD CLIENTS
4500 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
4501 L:      linux-nfs@vger.kernel.org
4502 W:      http://client.linux-nfs.org
4503 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4504 S:      Maintained
4505 F:      fs/lockd/
4506 F:      fs/nfs/
4507 F:      fs/nfs_common/
4508 F:      net/sunrpc/
4509 F:      include/linux/lockd/
4510 F:      include/linux/nfs*
4511 F:      include/linux/sunrpc/
4513 NI5010 NETWORK DRIVER
4514 M:      Jan-Pascal van Best <janpascal@vanbest.org>
4515 M:      Andreas Mohr <andi@lisas.de>
4516 L:      netdev@vger.kernel.org
4517 S:      Maintained
4518 F:      drivers/net/ni5010.*
4520 NILFS2 FILESYSTEM
4521 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4522 L:      linux-nilfs@vger.kernel.org
4523 W:      http://www.nilfs.org/en/
4524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4525 S:      Supported
4526 F:      Documentation/filesystems/nilfs2.txt
4527 F:      fs/nilfs2/
4528 F:      include/linux/nilfs2_fs.h
4530 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4531 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4532 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4533 S:      Maintained
4534 F:      Documentation/scsi/NinjaSCSI.txt
4535 F:      drivers/scsi/pcmcia/nsp_*
4537 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4538 M:      GOTO Masanori <gotom@debian.or.jp>
4539 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4540 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4541 S:      Maintained
4542 F:      Documentation/scsi/NinjaSCSI.txt
4543 F:      drivers/scsi/nsp32*
4545 NTFS FILESYSTEM
4546 M:      Anton Altaparmakov <anton@tuxera.com>
4547 L:      linux-ntfs-dev@lists.sourceforge.net
4548 W:      http://www.tuxera.com/
4549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4550 S:      Supported
4551 F:      Documentation/filesystems/ntfs.txt
4552 F:      fs/ntfs/
4554 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4555 M:      Antonino Daplas <adaplas@gmail.com>
4556 L:      linux-fbdev@vger.kernel.org
4557 S:      Maintained
4558 F:      drivers/video/riva/
4559 F:      drivers/video/nvidia/
4561 OMAP SUPPORT
4562 M:      Tony Lindgren <tony@atomide.com>
4563 L:      linux-omap@vger.kernel.org
4564 W:      http://www.muru.com/linux/omap/
4565 W:      http://linux.omap.com/
4566 Q:      http://patchwork.kernel.org/project/linux-omap/list/
4567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4568 S:      Maintained
4569 F:      arch/arm/*omap*/
4571 OMAP CLOCK FRAMEWORK SUPPORT
4572 M:      Paul Walmsley <paul@pwsan.com>
4573 L:      linux-omap@vger.kernel.org
4574 S:      Maintained
4575 F:      arch/arm/*omap*/*clock*
4577 OMAP POWER MANAGEMENT SUPPORT
4578 M:      Kevin Hilman <khilman@ti.com>
4579 L:      linux-omap@vger.kernel.org
4580 S:      Maintained
4581 F:      arch/arm/*omap*/*pm*
4583 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
4584 M:      Rajendra Nayak <rnayak@ti.com>
4585 M:      Paul Walmsley <paul@pwsan.com>
4586 L:      linux-omap@vger.kernel.org
4587 S:      Maintained
4588 F:      arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
4589 F:      arch/arm/mach-omap2/powerdomain44xx.c
4590 F:      arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
4591 F:      arch/arm/mach-omap2/clockdomain44xx.c
4593 OMAP AUDIO SUPPORT
4594 M:      Jarkko Nikula <jhnikula@gmail.com>
4595 L:      alsa-devel@alsa-project.org (subscribers-only)
4596 L:      linux-omap@vger.kernel.org
4597 S:      Maintained
4598 F:      sound/soc/omap/
4600 OMAP FRAMEBUFFER SUPPORT
4601 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4602 L:      linux-fbdev@vger.kernel.org
4603 L:      linux-omap@vger.kernel.org
4604 S:      Maintained
4605 F:      drivers/video/omap/
4607 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4608 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4609 L:      linux-omap@vger.kernel.org
4610 L:      linux-fbdev@vger.kernel.org
4611 S:      Maintained
4612 F:      drivers/video/omap2/
4613 F:      Documentation/arm/OMAP/DSS
4615 OMAP MMC SUPPORT
4616 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
4617 L:      linux-omap@vger.kernel.org
4618 S:      Maintained
4619 F:      drivers/mmc/host/omap.c
4621 OMAP HS MMC SUPPORT
4622 M:      Madhusudhan Chikkature <madhu.cr@ti.com>
4623 L:      linux-omap@vger.kernel.org
4624 S:      Maintained
4625 F:      drivers/mmc/host/omap_hsmmc.c
4627 OMAP RANDOM NUMBER GENERATOR SUPPORT
4628 M:      Deepak Saxena <dsaxena@plexity.net>
4629 S:      Maintained
4630 F:      drivers/char/hw_random/omap-rng.c
4632 OMAP HWMOD SUPPORT
4633 M:      Benoît Cousson <b-cousson@ti.com>
4634 M:      Paul Walmsley <paul@pwsan.com>
4635 L:      linux-omap@vger.kernel.org
4636 S:      Maintained
4637 F:      arch/arm/mach-omap2/omap_hwmod.c
4638 F:      arch/arm/plat-omap/include/plat/omap_hwmod.h
4640 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4641 M:      Benoît Cousson <b-cousson@ti.com>
4642 L:      linux-omap@vger.kernel.org
4643 S:      Maintained
4644 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4646 OMAP IMAGE SIGNAL PROCESSOR (ISP)
4647 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4648 L:      linux-media@vger.kernel.org
4649 S:      Maintained
4650 F:      drivers/media/video/omap3isp/*
4652 OMAP USB SUPPORT
4653 M:      Felipe Balbi <balbi@ti.com>
4654 L:      linux-usb@vger.kernel.org
4655 L:      linux-omap@vger.kernel.org
4656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4657 S:      Maintained
4658 F:      drivers/usb/*/*omap*
4659 F:      arch/arm/*omap*/usb*
4661 OMFS FILESYSTEM
4662 M:      Bob Copeland <me@bobcopeland.com>
4663 L:      linux-karma-devel@lists.sourceforge.net
4664 S:      Maintained
4665 F:      Documentation/filesystems/omfs.txt
4666 F:      fs/omfs/
4668 OMNIKEY CARDMAN 4000 DRIVER
4669 M:      Harald Welte <laforge@gnumonks.org>
4670 S:      Maintained
4671 F:      drivers/char/pcmcia/cm4000_cs.c
4672 F:      include/linux/cm4000_cs.h
4674 OMNIKEY CARDMAN 4040 DRIVER
4675 M:      Harald Welte <laforge@gnumonks.org>
4676 S:      Maintained
4677 F:      drivers/char/pcmcia/cm4040_cs.*
4679 OMNIVISION OV7670 SENSOR DRIVER
4680 M:      Jonathan Corbet <corbet@lwn.net>
4681 L:      linux-media@vger.kernel.org
4682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4683 S:      Maintained
4684 F:      drivers/media/video/ov7670.c
4686 ONENAND FLASH DRIVER
4687 M:      Kyungmin Park <kyungmin.park@samsung.com>
4688 L:      linux-mtd@lists.infradead.org
4689 S:      Maintained
4690 F:      drivers/mtd/onenand/
4691 F:      include/linux/mtd/onenand*.h
4693 ONSTREAM SCSI TAPE DRIVER
4694 M:      Willem Riede <osst@riede.org>
4695 L:      osst-users@lists.sourceforge.net
4696 L:      linux-scsi@vger.kernel.org
4697 S:      Maintained
4698 F:      drivers/scsi/osst*
4699 F:      drivers/scsi/st*
4701 OPENCORES I2C BUS DRIVER
4702 M:      Peter Korsgaard <jacmet@sunsite.dk>
4703 L:      linux-i2c@vger.kernel.org
4704 S:      Maintained
4705 F:      Documentation/i2c/busses/i2c-ocores
4706 F:      drivers/i2c/busses/i2c-ocores.c
4708 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4709 M:      Grant Likely <grant.likely@secretlab.ca>
4710 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
4711 W:      http://fdt.secretlab.ca
4712 T:      git git://git.secretlab.ca/git/linux-2.6.git
4713 S:      Maintained
4714 F:      drivers/of
4715 F:      include/linux/of*.h
4716 K:      of_get_property
4718 OPENRISC ARCHITECTURE
4719 M:      Jonas Bonn <jonas@southpole.se>
4720 W:      http://openrisc.net
4721 L:      linux@lists.openrisc.net
4722 S:      Maintained
4723 T:      git git://openrisc.net/~jonas/linux
4724 F:      arch/openrisc
4726 OPL4 DRIVER
4727 M:      Clemens Ladisch <clemens@ladisch.de>
4728 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4729 T:      git git://git.alsa-project.org/alsa-kernel.git
4730 S:      Maintained
4731 F:      sound/drivers/opl4/
4733 OPROFILE
4734 M:      Robert Richter <robert.richter@amd.com>
4735 L:      oprofile-list@lists.sf.net
4736 S:      Maintained
4737 F:      arch/*/include/asm/oprofile*.h
4738 F:      arch/*/oprofile/
4739 F:      drivers/oprofile/
4740 F:      include/linux/oprofile.h
4742 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4743 M:      Mark Fasheh <mfasheh@suse.com>
4744 M:      Joel Becker <jlbec@evilplan.org>
4745 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4746 W:      http://oss.oracle.com/projects/ocfs2/
4747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4748 S:      Supported
4749 F:      Documentation/filesystems/ocfs2.txt
4750 F:      Documentation/filesystems/dlmfs.txt
4751 F:      fs/ocfs2/
4753 ORINOCO DRIVER
4754 L:      linux-wireless@vger.kernel.org
4755 L:      orinoco-users@lists.sourceforge.net
4756 L:      orinoco-devel@lists.sourceforge.net
4757 W:      http://linuxwireless.org/en/users/Drivers/orinoco
4758 W:      http://www.nongnu.org/orinoco/
4759 S:      Orphan
4760 F:      drivers/net/wireless/orinoco/
4762 OSD LIBRARY and FILESYSTEM
4763 M:      Boaz Harrosh <bharrosh@panasas.com>
4764 M:      Benny Halevy <bhalevy@panasas.com>
4765 L:      osd-dev@open-osd.org
4766 W:      http://open-osd.org
4767 T:      git git://git.open-osd.org/open-osd.git
4768 S:      Maintained
4769 F:      drivers/scsi/osd/
4770 F:      include/scsi/osd_*
4771 F:      fs/exofs/
4773 P54 WIRELESS DRIVER
4774 M:      Christian Lamparter <chunkeey@googlemail.com>
4775 L:      linux-wireless@vger.kernel.org
4776 W:      http://wireless.kernel.org/en/users/Drivers/p54
4777 S:      Maintained
4778 F:      drivers/net/wireless/p54/
4780 PA SEMI ETHERNET DRIVER
4781 M:      Olof Johansson <olof@lixom.net>
4782 L:      netdev@vger.kernel.org
4783 S:      Maintained
4784 F:      drivers/net/pasemi_mac.*
4786 PA SEMI SMBUS DRIVER
4787 M:      Olof Johansson <olof@lixom.net>
4788 L:      linux-i2c@vger.kernel.org
4789 S:      Maintained
4790 F:      drivers/i2c/busses/i2c-pasemi.c
4792 PADATA PARALLEL EXECUTION MECHANISM
4793 M:      Steffen Klassert <steffen.klassert@secunet.com>
4794 L:      linux-crypto@vger.kernel.org
4795 S:      Maintained
4796 F:      kernel/padata.c
4797 F:      include/linux/padata.h
4798 F:      Documentation/padata.txt
4800 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4801 M:      Harald Welte <laforge@gnumonks.org>
4802 L:      platform-driver-x86@vger.kernel.org
4803 S:      Maintained
4804 F:      drivers/platform/x86/panasonic-laptop.c
4806 PANASONIC MN10300/AM33/AM34 PORT
4807 M:      David Howells <dhowells@redhat.com>
4808 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4809 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4810 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4811 S:      Maintained
4812 F:      Documentation/mn10300/
4813 F:      arch/mn10300/
4815 PARALLEL PORT SUPPORT
4816 L:      linux-parport@lists.infradead.org (subscribers-only)
4817 S:      Orphan
4818 F:      drivers/parport/
4819 F:      include/linux/parport*.h
4820 F:      drivers/char/ppdev.c
4821 F:      include/linux/ppdev.h
4823 PARAVIRT_OPS INTERFACE
4824 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
4825 M:      Chris Wright <chrisw@sous-sol.org>
4826 M:      Alok Kataria <akataria@vmware.com>
4827 M:      Rusty Russell <rusty@rustcorp.com.au>
4828 L:      virtualization@lists.linux-foundation.org
4829 S:      Supported
4830 F:      Documentation/ia64/paravirt_ops.txt
4831 F:      arch/*/kernel/paravirt*
4832 F:      arch/*/include/asm/paravirt.h
4834 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4835 M:      Tim Waugh <tim@cyberelk.net>
4836 L:      linux-parport@lists.infradead.org (subscribers-only)
4837 W:      http://www.torque.net/linux-pp.html
4838 S:      Maintained
4839 F:      Documentation/blockdev/paride.txt
4840 F:      drivers/block/paride/
4842 PARISC ARCHITECTURE
4843 M:      Kyle McMartin <kyle@mcmartin.ca>
4844 M:      Helge Deller <deller@gmx.de>
4845 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
4846 L:      linux-parisc@vger.kernel.org
4847 W:      http://www.parisc-linux.org/
4848 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
4849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4850 S:      Maintained
4851 F:      arch/parisc/
4852 F:      drivers/parisc/
4854 PC87360 HARDWARE MONITORING DRIVER
4855 M:      Jim Cromie <jim.cromie@gmail.com>
4856 L:      lm-sensors@lm-sensors.org
4857 S:      Maintained
4858 F:      Documentation/hwmon/pc87360
4859 F:      drivers/hwmon/pc87360.c
4861 PC8736x GPIO DRIVER
4862 M:      Jim Cromie <jim.cromie@gmail.com>
4863 S:      Maintained
4864 F:      drivers/char/pc8736x_gpio.c
4866 PC87427 HARDWARE MONITORING DRIVER
4867 M:      Jean Delvare <khali@linux-fr.org>
4868 L:      lm-sensors@lm-sensors.org
4869 S:      Maintained
4870 F:      Documentation/hwmon/pc87427
4871 F:      drivers/hwmon/pc87427.c
4873 PCA9532 LED DRIVER
4874 M:      Riku Voipio <riku.voipio@iki.fi>
4875 S:      Maintained
4876 F:      drivers/leds/leds-pca9532.c
4877 F:      include/linux/leds-pca9532.h
4879 PCA9541 I2C BUS MASTER SELECTOR DRIVER
4880 M:      Guenter Roeck <guenter.roeck@ericsson.com>
4881 L:      linux-i2c@vger.kernel.org
4882 S:      Maintained
4883 F:      drivers/i2c/muxes/pca9541.c
4885 PCA9564/PCA9665 I2C BUS DRIVER
4886 M:      Wolfram Sang <w.sang@pengutronix.de>
4887 L:      linux-i2c@vger.kernel.org
4888 S:      Maintained
4889 F:      drivers/i2c/algos/i2c-algo-pca.c
4890 F:      drivers/i2c/busses/i2c-pca-*
4891 F:      include/linux/i2c-algo-pca.h
4892 F:      include/linux/i2c-pca-platform.h
4894 PCI ERROR RECOVERY
4895 M:      Linas Vepstas <linas@austin.ibm.com>
4896 L:      linux-pci@vger.kernel.org
4897 S:      Supported
4898 F:      Documentation/PCI/pci-error-recovery.txt
4899 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4901 PCI SUBSYSTEM
4902 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4903 L:      linux-pci@vger.kernel.org
4904 Q:      http://patchwork.kernel.org/project/linux-pci/list/
4905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4906 S:      Supported
4907 F:      Documentation/PCI/
4908 F:      drivers/pci/
4909 F:      include/linux/pci*
4911 PCI HOTPLUG
4912 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4913 L:      linux-pci@vger.kernel.org
4914 S:      Supported
4915 F:      drivers/pci/hotplug
4917 PCMCIA SUBSYSTEM
4918 P:      Linux PCMCIA Team
4919 L:      linux-pcmcia@lists.infradead.org
4920 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4922 S:      Maintained
4923 F:      Documentation/pcmcia/
4924 F:      drivers/pcmcia/
4925 F:      include/pcmcia/
4927 PCNET32 NETWORK DRIVER
4928 M:      Don Fry <pcnet32@frontier.com>
4929 L:      netdev@vger.kernel.org
4930 S:      Maintained
4931 F:      drivers/net/pcnet32.c
4933 PCRYPT PARALLEL CRYPTO ENGINE
4934 M:      Steffen Klassert <steffen.klassert@secunet.com>
4935 L:      linux-crypto@vger.kernel.org
4936 S:      Maintained
4937 F:      crypto/pcrypt.c
4938 F:      include/crypto/pcrypt.h
4940 PER-CPU MEMORY ALLOCATOR
4941 M:      Tejun Heo <tj@kernel.org>
4942 M:      Christoph Lameter <cl@linux-foundation.org>
4943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
4944 S:      Maintained
4945 F:      include/linux/percpu*.h
4946 F:      mm/percpu*.c
4947 F:      arch/*/include/asm/percpu.h
4949 PER-TASK DELAY ACCOUNTING
4950 M:      Balbir Singh <bsingharora@gmail.com>
4951 S:      Maintained
4952 F:      include/linux/delayacct.h
4953 F:      kernel/delayacct.c
4955 PERFORMANCE EVENTS SUBSYSTEM
4956 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
4957 M:      Paul Mackerras <paulus@samba.org>
4958 M:      Ingo Molnar <mingo@elte.hu>
4959 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4960 S:      Supported
4961 F:      kernel/perf_event*.c
4962 F:      include/linux/perf_event.h
4963 F:      arch/*/kernel/perf_event*.c
4964 F:      arch/*/kernel/*/perf_event*.c
4965 F:      arch/*/kernel/*/*/perf_event*.c
4966 F:      arch/*/include/asm/perf_event.h
4967 F:      arch/*/lib/perf_event*.c
4968 F:      arch/*/kernel/perf_callchain.c
4969 F:      tools/perf/
4971 PERSONALITY HANDLING
4972 M:      Christoph Hellwig <hch@infradead.org>
4973 L:      linux-abi-devel@lists.sourceforge.net
4974 S:      Maintained
4975 F:      include/linux/personality.h
4977 PHONET PROTOCOL
4978 M:      Remi Denis-Courmont <remi.denis-courmont@nokia.com>
4979 S:      Supported
4980 F:      Documentation/networking/phonet.txt
4981 F:      include/linux/phonet.h
4982 F:      include/net/phonet/
4983 F:      net/phonet/
4985 PHRAM MTD DRIVER
4986 M:      Joern Engel <joern@lazybastard.org>
4987 L:      linux-mtd@lists.infradead.org
4988 S:      Maintained
4989 F:      drivers/mtd/devices/phram.c
4991 PKTCDVD DRIVER
4992 M:      Peter Osterlund <petero2@telia.com>
4993 S:      Maintained
4994 F:      drivers/block/pktcdvd.c
4995 F:      include/linux/pktcdvd.h
4997 PKUNITY SOC DRIVERS
4998 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
4999 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
5000 S:      Maintained
5001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5002 F:      drivers/input/serio/i8042-unicore32io.h
5003 F:      drivers/i2c/busses/i2c-puv3.c
5004 F:      drivers/video/fb-puv3.c
5005 F:      drivers/rtc/rtc-puv3.c
5007 PMBUS HARDWARE MONITORING DRIVERS
5008 M:      Guenter Roeck <guenter.roeck@ericsson.com>
5009 L:      lm-sensors@lm-sensors.org
5010 W:      http://www.lm-sensors.org/
5011 W:      http://www.roeck-us.net/linux/drivers/
5012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5013 S:      Maintained
5014 F:      Documentation/hwmon/pmbus
5015 F:      drivers/hwmon/pmbus/
5016 F:      include/linux/i2c/pmbus.h
5018 PMC SIERRA MaxRAID DRIVER
5019 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5020 L:      linux-scsi@vger.kernel.org
5021 W:      http://www.pmc-sierra.com/
5022 S:      Supported
5023 F:      drivers/scsi/pmcraid.*
5025 PMC SIERRA PM8001 DRIVER
5026 M:      jack_wang@usish.com
5027 M:      lindar_liu@usish.com
5028 L:      linux-scsi@vger.kernel.org
5029 S:      Supported
5030 F:      drivers/scsi/pm8001/
5032 POSIX CLOCKS and TIMERS
5033 M:      Thomas Gleixner <tglx@linutronix.de>
5034 S:      Supported
5035 F:      fs/timerfd.c
5036 F:      include/linux/timer*
5037 F:      kernel/*timer*
5039 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5040 M:      Anton Vorontsov <cbou@mail.ru>
5041 M:      David Woodhouse <dwmw2@infradead.org>
5042 T:      git git://git.infradead.org/battery-2.6.git
5043 S:      Maintained
5044 F:      include/linux/power_supply.h
5045 F:      drivers/power/power_supply*
5047 PNP SUPPORT
5048 M:      Adam Belay <abelay@mit.edu>
5049 M:      Bjorn Helgaas <bhelgaas@google.com>
5050 S:      Maintained
5051 F:      drivers/pnp/
5053 PNXxxxx I2C DRIVER
5054 M:      Vitaly Wool <vitalywool@gmail.com>
5055 L:      linux-i2c@vger.kernel.org
5056 S:      Maintained
5057 F:      drivers/i2c/busses/i2c-pnx.c
5059 PPP PROTOCOL DRIVERS AND COMPRESSORS
5060 M:      Paul Mackerras <paulus@samba.org>
5061 L:      linux-ppp@vger.kernel.org
5062 S:      Maintained
5063 F:      drivers/net/ppp_*
5065 PPP OVER ATM (RFC 2364)
5066 M:      Mitchell Blank Jr <mitch@sfgoth.com>
5067 S:      Maintained
5068 F:      net/atm/pppoatm.c
5069 F:      include/linux/atmppp.h
5071 PPP OVER ETHERNET
5072 M:      Michal Ostrowski <mostrows@earthlink.net>
5073 S:      Maintained
5074 F:      drivers/net/pppoe.c
5075 F:      drivers/net/pppox.c
5077 PPP OVER L2TP
5078 M:      James Chapman <jchapman@katalix.com>
5079 S:      Maintained
5080 F:      net/l2tp/l2tp_ppp.c
5081 F:      include/linux/if_pppol2tp.h
5083 PPS SUPPORT
5084 M:      Rodolfo Giometti <giometti@enneenne.com>
5085 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
5086 L:      linuxpps@ml.enneenne.com (subscribers-only)
5087 S:      Maintained
5088 F:      Documentation/pps/
5089 F:      drivers/pps/
5090 F:      include/linux/pps*.h
5092 PPTP DRIVER
5093 M:      Dmitry Kozlov <xeb@mail.ru>
5094 L:      netdev@vger.kernel.org
5095 S:      Maintained
5096 F:      drivers/net/pptp.c
5097 W:      http://sourceforge.net/projects/accel-pptp
5099 PREEMPTIBLE KERNEL
5100 M:      Robert Love <rml@tech9.net>
5101 L:      kpreempt-tech@lists.sourceforge.net
5102 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5103 S:      Supported
5104 F:      Documentation/preempt-locking.txt
5105 F:      include/linux/preempt.h
5107 PRISM54 WIRELESS DRIVER
5108 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
5109 L:      linux-wireless@vger.kernel.org
5110 W:      http://wireless.kernel.org/en/users/Drivers/p54
5111 S:      Obsolete
5112 F:      drivers/net/wireless/prism54/
5114 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5115 M:      Mikael Pettersson <mikpe@it.uu.se>
5116 L:      linux-ide@vger.kernel.org
5117 S:      Maintained
5118 F:      drivers/ata/sata_promise.*
5120 PS3 NETWORK SUPPORT
5121 M:      Geoff Levand <geoff@infradead.org>
5122 L:      netdev@vger.kernel.org
5123 L:      cbe-oss-dev@lists.ozlabs.org
5124 S:      Maintained
5125 F:      drivers/net/ps3_gelic_net.*
5127 PS3 PLATFORM SUPPORT
5128 M:      Geoff Levand <geoff@infradead.org>
5129 L:      linuxppc-dev@lists.ozlabs.org
5130 L:      cbe-oss-dev@lists.ozlabs.org
5131 S:      Maintained
5132 F:      arch/powerpc/boot/ps3*
5133 F:      arch/powerpc/include/asm/lv1call.h
5134 F:      arch/powerpc/include/asm/ps3*.h
5135 F:      arch/powerpc/platforms/ps3/
5136 F:      drivers/*/ps3*
5137 F:      drivers/ps3/
5138 F:      drivers/rtc/rtc-ps3.c
5139 F:      drivers/usb/host/*ps3.c
5140 F:      sound/ppc/snd_ps3*
5142 PS3VRAM DRIVER
5143 M:      Jim Paris <jim@jtan.com>
5144 L:      cbe-oss-dev@lists.ozlabs.org
5145 S:      Maintained
5146 F:      drivers/block/ps3vram.c
5148 PTRACE SUPPORT
5149 M:      Roland McGrath <roland@redhat.com>
5150 M:      Oleg Nesterov <oleg@redhat.com>
5151 S:      Maintained
5152 F:      include/asm-generic/syscall.h
5153 F:      include/linux/ptrace.h
5154 F:      include/linux/regset.h
5155 F:      include/linux/tracehook.h
5156 F:      kernel/ptrace.c
5158 PVRUSB2 VIDEO4LINUX DRIVER
5159 M:      Mike Isely <isely@pobox.com>
5160 L:      pvrusb2@isely.net       (subscribers-only)
5161 L:      linux-media@vger.kernel.org
5162 W:      http://www.isely.net/pvrusb2/
5163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5164 S:      Maintained
5165 F:      Documentation/video4linux/README.pvrusb2
5166 F:      drivers/media/video/pvrusb2/
5168 PXA2xx/PXA3xx SUPPORT
5169 M:      Eric Miao <eric.y.miao@gmail.com>
5170 M:      Russell King <linux@arm.linux.org.uk>
5171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5172 S:      Maintained
5173 F:      arch/arm/mach-pxa/
5174 F:      drivers/pcmcia/pxa2xx*
5175 F:      drivers/spi/pxa2xx*
5176 F:      drivers/usb/gadget/pxa2*
5177 F:      include/sound/pxa2xx-lib.h
5178 F:      sound/arm/pxa*
5179 F:      sound/soc/pxa
5181 PXA168 SUPPORT
5182 M:      Eric Miao <eric.y.miao@gmail.com>
5183 M:      Jason Chagas <jason.chagas@marvell.com>
5184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5186 S:      Maintained
5188 PXA910 SUPPORT
5189 M:      Eric Miao <eric.y.miao@gmail.com>
5190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5192 S:      Maintained
5194 MMP2 SUPPORT (aka ARMADA610)
5195 M:      Haojian Zhuang <haojian.zhuang@marvell.com>
5196 M:      Eric Miao <eric.y.miao@gmail.com>
5197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5199 S:      Maintained
5201 PXA MMCI DRIVER
5202 S:      Orphan
5204 PXA RTC DRIVER
5205 M:      Robert Jarzmik <robert.jarzmik@free.fr>
5206 L:      rtc-linux@googlegroups.com
5207 S:      Maintained
5209 QIB DRIVER
5210 M:      Mike Marciniszyn <infinipath@qlogic.com>
5211 L:      linux-rdma@vger.kernel.org
5212 S:      Supported
5213 F:      drivers/infiniband/hw/qib/
5215 QLOGIC QLA1280 SCSI DRIVER
5216 M:      Michael Reed <mdr@sgi.com>
5217 L:      linux-scsi@vger.kernel.org
5218 S:      Maintained
5219 F:      drivers/scsi/qla1280.[ch]
5221 QLOGIC QLA2XXX FC-SCSI DRIVER
5222 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
5223 M:      linux-driver@qlogic.com
5224 L:      linux-scsi@vger.kernel.org
5225 S:      Supported
5226 F:      Documentation/scsi/LICENSE.qla2xxx
5227 F:      drivers/scsi/qla2xxx/
5229 QLOGIC QLA4XXX iSCSI DRIVER
5230 M:      Ravi Anand <ravi.anand@qlogic.com>
5231 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5232 M:      iscsi-driver@qlogic.com
5233 L:      linux-scsi@vger.kernel.org
5234 S:      Supported
5235 F:      drivers/scsi/qla4xxx/
5237 QLOGIC QLA3XXX NETWORK DRIVER
5238 M:      Ron Mercer <ron.mercer@qlogic.com>
5239 M:      linux-driver@qlogic.com
5240 L:      netdev@vger.kernel.org
5241 S:      Supported
5242 F:      Documentation/networking/LICENSE.qla3xxx
5243 F:      drivers/net/qla3xxx.*
5245 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5246 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
5247 M:      Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5248 M:      linux-driver@qlogic.com
5249 L:      netdev@vger.kernel.org
5250 S:      Supported
5251 F:      drivers/net/qlcnic/
5253 QLOGIC QLGE 10Gb ETHERNET DRIVER
5254 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5255 M:      Ron Mercer <ron.mercer@qlogic.com>
5256 M:      linux-driver@qlogic.com
5257 L:      netdev@vger.kernel.org
5258 S:      Supported
5259 F:      drivers/net/qlge/
5261 QNX4 FILESYSTEM
5262 M:      Anders Larsen <al@alarsen.net>
5263 W:      http://www.alarsen.net/linux/qnx4fs/
5264 S:      Maintained
5265 F:      fs/qnx4/
5266 F:      include/linux/qnx4_fs.h
5267 F:      include/linux/qnxtypes.h
5269 RADOS BLOCK DEVICE (RBD)
5270 F:      include/linux/qnxtypes.h
5271 M:      Yehuda Sadeh <yehuda@hq.newdream.net>
5272 M:      Sage Weil <sage@newdream.net>
5273 M:      ceph-devel@vger.kernel.org
5274 S:      Supported
5275 F:      drivers/block/rbd.c
5276 F:      drivers/block/rbd_types.h
5278 RADEON FRAMEBUFFER DISPLAY DRIVER
5279 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5280 L:      linux-fbdev@vger.kernel.org
5281 S:      Maintained
5282 F:      drivers/video/aty/radeon*
5283 F:      include/linux/radeonfb.h
5285 RAGE128 FRAMEBUFFER DISPLAY DRIVER
5286 M:      Paul Mackerras <paulus@samba.org>
5287 L:      linux-fbdev@vger.kernel.org
5288 S:      Maintained
5289 F:      drivers/video/aty/aty128fb.c
5291 RALINK RT2X00 WIRELESS LAN DRIVER
5292 P:      rt2x00 project
5293 M:      Ivo van Doorn <IvDoorn@gmail.com>
5294 M:      Gertjan van Wingerde <gwingerde@gmail.com>
5295 M:      Helmut Schaa <helmut.schaa@googlemail.com>
5296 L:      linux-wireless@vger.kernel.org
5297 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5298 W:      http://rt2x00.serialmonkey.com/
5299 S:      Maintained
5300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5301 F:      drivers/net/wireless/rt2x00/
5303 RAMDISK RAM BLOCK DEVICE DRIVER
5304 M:      Nick Piggin <npiggin@kernel.dk>
5305 S:      Maintained
5306 F:      Documentation/blockdev/ramdisk.txt
5307 F:      drivers/block/brd.c
5309 RANDOM NUMBER DRIVER
5310 M:      Matt Mackall <mpm@selenic.com>
5311 S:      Maintained
5312 F:      drivers/char/random.c
5314 RAPIDIO SUBSYSTEM
5315 M:      Matt Porter <mporter@kernel.crashing.org>
5316 M:      Alexandre Bounine <alexandre.bounine@idt.com>
5317 S:      Maintained
5318 F:      drivers/rapidio/
5320 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5321 L:      linux-wireless@vger.kernel.org
5322 S:      Orphan
5323 F:      drivers/net/wireless/ray*
5325 RCUTORTURE MODULE
5326 M:      Josh Triplett <josh@freedesktop.org>
5327 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5328 S:      Supported
5329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5330 F:      Documentation/RCU/torture.txt
5331 F:      kernel/rcutorture.c
5333 RDC R-321X SoC
5334 M:      Florian Fainelli <florian@openwrt.org>
5335 S:      Maintained
5337 RDC R6040 FAST ETHERNET DRIVER
5338 M:      Florian Fainelli <florian@openwrt.org>
5339 L:      netdev@vger.kernel.org
5340 S:      Maintained
5341 F:      drivers/net/r6040.c
5343 RDS - RELIABLE DATAGRAM SOCKETS
5344 M:      Andy Grover <andy.grover@oracle.com>
5345 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
5346 S:      Supported
5347 F:      net/rds/
5349 READ-COPY UPDATE (RCU)
5350 M:      Dipankar Sarma <dipankar@in.ibm.com>
5351 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5352 W:      http://www.rdrop.com/users/paulmck/rclock/
5353 S:      Supported
5354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5355 F:      Documentation/RCU/
5356 F:      include/linux/rcu*
5357 F:      include/linux/srcu*
5358 F:      kernel/rcu*
5359 F:      kernel/srcu*
5360 X:      kernel/rcutorture.c
5362 REAL TIME CLOCK (RTC) SUBSYSTEM
5363 M:      Alessandro Zummo <a.zummo@towertech.it>
5364 L:      rtc-linux@googlegroups.com
5365 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
5366 S:      Maintained
5367 F:      Documentation/rtc.txt
5368 F:      drivers/rtc/
5369 F:      include/linux/rtc.h
5371 REISERFS FILE SYSTEM
5372 L:      reiserfs-devel@vger.kernel.org
5373 S:      Supported
5374 F:      fs/reiserfs/
5376 REGISTER MAP ABSTRACTION
5377 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
5379 S:      Supported
5380 F:      drivers/base/regmap/
5381 F:      drivers/i2c/i2c-regmap.c
5382 F:      drivers/spi/spi-regmap.c
5383 F:      include/linux/regmap.h
5385 RFKILL
5386 M:      Johannes Berg <johannes@sipsolutions.net>
5387 L:      linux-wireless@vger.kernel.org
5388 S:      Maintained
5389 F:      Documentation/rfkill.txt
5390 F:      net/rfkill/
5392 RICOH SMARTMEDIA/XD DRIVER
5393 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5394 S:      Maintained
5395 F:      drivers/mtd/nand/r852.c
5396 F:      drivers/mtd/nand/r852.h
5398 RICOH R5C592 MEMORYSTICK DRIVER
5399 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5400 S:      Maintained
5401 F:      drivers/memstick/host/r592.*
5403 RISCOM8 DRIVER
5404 S:      Orphan
5405 F:      Documentation/serial/riscom8.txt
5406 F:      drivers/staging/tty/riscom8*
5408 ROCKETPORT DRIVER
5409 P:      Comtrol Corp.
5410 W:      http://www.comtrol.com
5411 S:      Maintained
5412 F:      Documentation/serial/rocket.txt
5413 F:      drivers/tty/rocket*
5415 ROSE NETWORK LAYER
5416 M:      Ralf Baechle <ralf@linux-mips.org>
5417 L:      linux-hams@vger.kernel.org
5418 W:      http://www.linux-ax25.org/
5419 S:      Maintained
5420 F:      include/linux/rose.h
5421 F:      include/net/rose.h
5422 F:      net/rose/
5424 RTL8180 WIRELESS DRIVER
5425 M:      "John W. Linville" <linville@tuxdriver.com>
5426 L:      linux-wireless@vger.kernel.org
5427 W:      http://linuxwireless.org/
5428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5429 S:      Maintained
5430 F:      drivers/net/wireless/rtl818x/rtl8180/
5432 RTL8187 WIRELESS DRIVER
5433 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
5434 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
5435 M:      Larry Finger <Larry.Finger@lwfinger.net>
5436 L:      linux-wireless@vger.kernel.org
5437 W:      http://linuxwireless.org/
5438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5439 S:      Maintained
5440 F:      drivers/net/wireless/rtl818x/rtl8187/
5442 RTL8192CE WIRELESS DRIVER
5443 M:      Larry Finger <Larry.Finger@lwfinger.net>
5444 M:      Chaoming Li <chaoming_li@realsil.com.cn>
5445 L:      linux-wireless@vger.kernel.org
5446 W:      http://linuxwireless.org/
5447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5448 S:      Maintained
5449 F:      drivers/net/wireless/rtlwifi/
5450 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
5452 S3 SAVAGE FRAMEBUFFER DRIVER
5453 M:      Antonino Daplas <adaplas@gmail.com>
5454 L:      linux-fbdev@vger.kernel.org
5455 S:      Maintained
5456 F:      drivers/video/savage/
5458 S390
5459 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
5460 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
5461 M:      linux390@de.ibm.com
5462 L:      linux-s390@vger.kernel.org
5463 W:      http://www.ibm.com/developerworks/linux/linux390/
5464 S:      Supported
5465 F:      arch/s390/
5466 F:      drivers/s390/
5467 F:      fs/partitions/ibm.c
5468 F:      Documentation/s390/
5469 F:      Documentation/DocBook/s390*
5471 S390 NETWORK DRIVERS
5472 M:      Ursula Braun <ursula.braun@de.ibm.com>
5473 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
5474 M:      linux390@de.ibm.com
5475 L:      linux-s390@vger.kernel.org
5476 W:      http://www.ibm.com/developerworks/linux/linux390/
5477 S:      Supported
5478 F:      drivers/s390/net/
5480 S390 ZCRYPT DRIVER
5481 M:      Holger Dengler <hd@linux.vnet.ibm.com>
5482 M:      linux390@de.ibm.com
5483 L:      linux-s390@vger.kernel.org
5484 W:      http://www.ibm.com/developerworks/linux/linux390/
5485 S:      Supported
5486 F:      drivers/s390/crypto/
5488 S390 ZFCP DRIVER
5489 M:      Steffen Maier <maier@linux.vnet.ibm.com>
5490 M:      linux390@de.ibm.com
5491 L:      linux-s390@vger.kernel.org
5492 W:      http://www.ibm.com/developerworks/linux/linux390/
5493 S:      Supported
5494 F:      drivers/s390/scsi/zfcp_*
5496 S390 IUCV NETWORK LAYER
5497 M:      Ursula Braun <ursula.braun@de.ibm.com>
5498 M:      linux390@de.ibm.com
5499 L:      linux-s390@vger.kernel.org
5500 W:      http://www.ibm.com/developerworks/linux/linux390/
5501 S:      Supported
5502 F:      drivers/s390/net/*iucv*
5503 F:      include/net/iucv/
5504 F:      net/iucv/
5506 S3C24XX SD/MMC Driver
5507 M:      Ben Dooks <ben-linux@fluff.org>
5508 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5509 S:      Supported
5510 F:      drivers/mmc/host/s3cmci.*
5512 SAA7146 VIDEO4LINUX-2 DRIVER
5513 M:      Michael Hunold <michael@mihu.de>
5514 L:      linux-media@vger.kernel.org
5515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5516 W:      http://www.mihu.de/linux/saa7146
5517 S:      Maintained
5518 F:      drivers/media/common/saa7146*
5519 F:      drivers/media/video/*7146*
5520 F:      include/media/*7146*
5522 SAMSUNG AUDIO (ASoC) DRIVERS
5523 M:      Jassi Brar <jassisinghbrar@gmail.com>
5524 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5525 S:      Supported
5526 F:      sound/soc/samsung
5528 SERIAL DRIVERS
5529 M:      Alan Cox <alan@linux.intel.com>
5530 L:      linux-serial@vger.kernel.org
5531 S:      Maintained
5532 F:      drivers/tty/serial
5534 SYNOPSYS DESIGNWARE DMAC DRIVER
5535 M:      Viresh Kumar <viresh.kumar@st.com>
5536 S:      Maintained
5537 F:      include/linux/dw_dmac.h
5538 F:      drivers/dma/dw_dmac_regs.h
5539 F:      drivers/dma/dw_dmac.c
5541 TIMEKEEPING, NTP
5542 M:      John Stultz <johnstul@us.ibm.com>
5543 M:      Thomas Gleixner <tglx@linutronix.de>
5544 S:      Supported
5545 F:      include/linux/clocksource.h
5546 F:      include/linux/time.h
5547 F:      include/linux/timex.h
5548 F:      kernel/time/clocksource.c
5549 F:      kernel/time/time*.c
5550 F:      kernel/time/ntp.c
5551 F:      drivers/clocksource
5553 TLG2300 VIDEO4LINUX-2 DRIVER
5554 M:      Huang Shijie <shijie8@gmail.com>
5555 M:      Kang Yong <kangyong@telegent.com>
5556 M:      Zhang Xiaobing <xbzhang@telegent.com>
5557 S:      Supported
5558 F:      drivers/media/video/tlg2300
5560 SC1200 WDT DRIVER
5561 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
5562 S:      Maintained
5563 F:      drivers/watchdog/sc1200wdt.c
5565 SCHEDULER
5566 M:      Ingo Molnar <mingo@elte.hu>
5567 M:      Peter Zijlstra <peterz@infradead.org>
5568 S:      Maintained
5569 F:      kernel/sched*
5570 F:      include/linux/sched.h
5572 SCORE ARCHITECTURE
5573 M:      Chen Liqin <liqin.chen@sunplusct.com>
5574 M:      Lennox Wu <lennox.wu@gmail.com>
5575 W:      http://www.sunplusct.com
5576 S:      Supported
5577 F:      arch/score/
5579 SCSI CDROM DRIVER
5580 M:      Jens Axboe <axboe@kernel.dk>
5581 L:      linux-scsi@vger.kernel.org
5582 W:      http://www.kernel.dk
5583 S:      Maintained
5584 F:      drivers/scsi/sr*
5586 SCSI RDMA PROTOCOL (SRP) INITIATOR
5587 M:      David Dillow <dillowda@ornl.gov>
5588 L:      linux-rdma@vger.kernel.org
5589 S:      Supported
5590 W:      http://www.openfabrics.org
5591 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5593 F:      drivers/infiniband/ulp/srp/
5594 F:      include/scsi/srp.h
5596 SCSI SG DRIVER
5597 M:      Doug Gilbert <dgilbert@interlog.com>
5598 L:      linux-scsi@vger.kernel.org
5599 W:      http://www.torque.net/sg
5600 S:      Maintained
5601 F:      drivers/scsi/sg.c
5602 F:      include/scsi/sg.h
5604 SCSI SUBSYSTEM
5605 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
5606 L:      linux-scsi@vger.kernel.org
5607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5610 S:      Maintained
5611 F:      drivers/scsi/
5612 F:      include/scsi/
5614 SCSI TAPE DRIVER
5615 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5616 L:      linux-scsi@vger.kernel.org
5617 S:      Maintained
5618 F:      Documentation/scsi/st.txt
5619 F:      drivers/scsi/st*
5621 SCTP PROTOCOL
5622 M:      Vlad Yasevich <vladislav.yasevich@hp.com>
5623 M:      Sridhar Samudrala <sri@us.ibm.com>
5624 L:      linux-sctp@vger.kernel.org
5625 W:      http://lksctp.sourceforge.net
5626 S:      Supported
5627 F:      Documentation/networking/sctp.txt
5628 F:      include/linux/sctp.h
5629 F:      include/net/sctp/
5630 F:      net/sctp/
5632 SCx200 CPU SUPPORT
5633 M:      Jim Cromie <jim.cromie@gmail.com>
5634 S:      Odd Fixes
5635 F:      Documentation/i2c/busses/scx200_acb
5636 F:      arch/x86/platform/scx200/
5637 F:      drivers/watchdog/scx200_wdt.c
5638 F:      drivers/i2c/busses/scx200*
5639 F:      drivers/mtd/maps/scx200_docflash.c
5640 F:      include/linux/scx200.h
5642 SCx200 GPIO DRIVER
5643 M:      Jim Cromie <jim.cromie@gmail.com>
5644 S:      Maintained
5645 F:      drivers/char/scx200_gpio.c
5646 F:      include/linux/scx200_gpio.h
5648 SCx200 HRT CLOCKSOURCE DRIVER
5649 M:      Jim Cromie <jim.cromie@gmail.com>
5650 S:      Maintained
5651 F:      drivers/clocksource/scx200_hrt.c
5653 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5654 M:      Sascha Sommer <saschasommer@freenet.de>
5655 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5656 S:      Maintained
5657 F:      drivers/mmc/host/sdricoh_cs.c
5659 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5660 M:      Chris Ball <cjb@laptop.org>
5661 L:      linux-mmc@vger.kernel.org
5662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5663 S:      Maintained
5664 F:      drivers/mmc/host/sdhci.*
5666 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5667 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
5668 L:      linuxppc-dev@lists.ozlabs.org
5669 L:      linux-mmc@vger.kernel.org
5670 S:      Maintained
5671 F:      drivers/mmc/host/sdhci-of.*
5673 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5674 M:      Ben Dooks <ben-linux@fluff.org>
5675 L:      linux-mmc@vger.kernel.org
5676 S:      Maintained
5677 F:      drivers/mmc/host/sdhci-s3c.c
5679 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5680 M:      Viresh Kumar <viresh.kumar@st.com>
5681 L:      linux-mmc@vger.kernel.org
5682 S:      Maintained
5683 F:      drivers/mmc/host/sdhci-spear.c
5685 SECURITY SUBSYSTEM
5686 M:      James Morris <jmorris@namei.org>
5687 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5689 W:      http://security.wiki.kernel.org/
5690 S:      Supported
5691 F:      security/
5693 SECURITY CONTACT
5694 M:      Security Officers <security@kernel.org>
5695 S:      Supported
5697 SELINUX SECURITY MODULE
5698 M:      Stephen Smalley <sds@tycho.nsa.gov>
5699 M:      James Morris <jmorris@namei.org>
5700 M:      Eric Paris <eparis@parisplace.org>
5701 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5702 W:      http://selinuxproject.org
5703 T:      git git://git.infradead.org/users/eparis/selinux.git
5704 S:      Supported
5705 F:      include/linux/selinux*
5706 F:      security/selinux/
5707 F:      scripts/selinux/
5709 APPARMOR SECURITY MODULE
5710 M:      John Johansen <john.johansen@canonical.com>
5711 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5712 W:      apparmor.wiki.kernel.org
5713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5714 S:      Supported
5715 F:      security/apparmor/
5717 SENSABLE PHANTOM
5718 M:      Jiri Slaby <jirislaby@gmail.com>
5719 S:      Maintained
5720 F:      drivers/misc/phantom.c
5721 F:      include/linux/phantom.h
5723 SERIAL ATA (SATA) SUBSYSTEM
5724 M:      Jeff Garzik <jgarzik@pobox.com>
5725 L:      linux-ide@vger.kernel.org
5726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5727 S:      Supported
5728 F:      drivers/ata/
5729 F:      include/linux/ata.h
5730 F:      include/linux/libata.h
5732 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5733 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
5734 L:      linux-scsi@vger.kernel.org
5735 W:      http://www.emulex.com
5736 S:      Supported
5737 F:      drivers/scsi/be2iscsi/
5739 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5740 M:      Sathya Perla <sathya.perla@emulex.com>
5741 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
5742 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
5743 L:      netdev@vger.kernel.org
5744 W:      http://www.emulex.com
5745 S:      Supported
5746 F:      drivers/net/benet/
5748 SFC NETWORK DRIVER
5749 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5750 M:      Steve Hodgson <shodgson@solarflare.com>
5751 M:      Ben Hutchings <bhutchings@solarflare.com>
5752 L:      netdev@vger.kernel.org
5753 S:      Supported
5754 F:      drivers/net/sfc/
5756 SGI GRU DRIVER
5757 M:      Jack Steiner <steiner@sgi.com>
5758 S:      Maintained
5759 F:      drivers/misc/sgi-gru/
5761 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5762 M:      Pat Gefre <pfg@sgi.com>
5763 L:      linux-ia64@vger.kernel.org
5764 S:      Supported
5765 F:      Documentation/ia64/serial.txt
5766 F:      drivers/tty/serial/ioc?_serial.c
5767 F:      include/linux/ioc?.h
5769 SGI VISUAL WORKSTATION 320 AND 540
5770 M:      Andrey Panin <pazke@donpac.ru>
5771 L:      linux-visws-devel@lists.sf.net
5772 W:      http://linux-visws.sf.net
5773 S:      Maintained for 2.6.
5774 F:      Documentation/sgi-visws.txt
5776 SGI XP/XPC/XPNET DRIVER
5777 M:      Robin Holt <holt@sgi.com>
5778 S:      Maintained
5779 F:      drivers/misc/sgi-xp/
5781 SIMPLE FIRMWARE INTERFACE (SFI)
5782 M:      Len Brown <lenb@kernel.org>
5783 L:      sfi-devel@simplefirmware.org
5784 W:      http://simplefirmware.org/
5785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5786 S:      Supported
5787 F:      arch/x86/platform/sfi/
5788 F:      drivers/sfi/
5789 F:      include/linux/sfi*.h
5791 SIMTEC EB110ATX (Chalice CATS)
5792 P:      Ben Dooks
5793 P:      Vincent Sanders <vince@simtec.co.uk>
5794 M:      Simtec Linux Team <linux@simtec.co.uk>
5795 W:      http://www.simtec.co.uk/products/EB110ATX/
5796 S:      Supported
5798 SIMTEC EB2410ITX (BAST)
5799 P:      Ben Dooks
5800 P:      Vincent Sanders <vince@simtec.co.uk>
5801 M:      Simtec Linux Team <linux@simtec.co.uk>
5802 W:      http://www.simtec.co.uk/products/EB2410ITX/
5803 S:      Supported
5804 F:      arch/arm/mach-s3c2410/mach-bast.c
5805 F:      arch/arm/mach-s3c2410/bast-ide.c
5806 F:      arch/arm/mach-s3c2410/bast-irq.c
5808 TI DAVINCI MACHINE SUPPORT
5809 M:      Sekhar Nori <nsekhar@ti.com>
5810 M:      Kevin Hilman <khilman@ti.com>
5811 L:      davinci-linux-open-source@linux.davincidsp.com (subscribers-only)
5812 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
5813 S:      Supported
5814 F:      arch/arm/mach-davinci
5816 SIS 190 ETHERNET DRIVER
5817 M:      Francois Romieu <romieu@fr.zoreil.com>
5818 L:      netdev@vger.kernel.org
5819 S:      Maintained
5820 F:      drivers/net/sis190.c
5822 SIS 900/7016 FAST ETHERNET DRIVER
5823 M:      Daniele Venzano <venza@brownhat.org>
5824 W:      http://www.brownhat.org/sis900.html
5825 L:      netdev@vger.kernel.org
5826 S:      Maintained
5827 F:      drivers/net/sis900.*
5829 SIS 96X I2C/SMBUS DRIVER
5830 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5831 L:      linux-i2c@vger.kernel.org
5832 S:      Maintained
5833 F:      Documentation/i2c/busses/i2c-sis96x
5834 F:      drivers/i2c/busses/i2c-sis96x.c
5836 SIS FRAMEBUFFER DRIVER
5837 M:      Thomas Winischhofer <thomas@winischhofer.net>
5838 W:      http://www.winischhofer.net/linuxsisvga.shtml
5839 S:      Maintained
5840 F:      Documentation/fb/sisfb.txt
5841 F:      drivers/video/sis/
5842 F:      include/video/sisfb.h
5844 SIS USB2VGA DRIVER
5845 M:      Thomas Winischhofer <thomas@winischhofer.net>
5846 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5847 S:      Maintained
5848 F:      drivers/usb/misc/sisusbvga/
5850 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5851 M:      Stephen Hemminger <shemminger@linux-foundation.org>
5852 L:      netdev@vger.kernel.org
5853 S:      Maintained
5854 F:      drivers/net/skge.*
5855 F:      drivers/net/sky2.*
5857 SLAB ALLOCATOR
5858 M:      Christoph Lameter <cl@linux-foundation.org>
5859 M:      Pekka Enberg <penberg@kernel.org>
5860 M:      Matt Mackall <mpm@selenic.com>
5861 L:      linux-mm@kvack.org
5862 S:      Maintained
5863 F:      include/linux/sl?b*.h
5864 F:      mm/sl?b.c
5866 SMC91x ETHERNET DRIVER
5867 M:      Nicolas Pitre <nico@fluxnic.net>
5868 S:      Odd Fixes
5869 F:      drivers/net/smc91x.*
5871 SMM665 HARDWARE MONITOR DRIVER
5872 M:      Guenter Roeck <linux@roeck-us.net>
5873 L:      lm-sensors@lm-sensors.org
5874 S:      Maintained
5875 F:      Documentation/hwmon/smm665
5876 F:      drivers/hwmon/smm665.c
5878 SMSC EMC2103 HARDWARE MONITOR DRIVER
5879 M:      Steve Glendinning <steve.glendinning@smsc.com>
5880 L:      lm-sensors@lm-sensors.org
5881 S:      Supported
5882 F:      Documentation/hwmon/emc2103
5883 F:      drivers/hwmon/emc2103.c
5885 SMSC SCH5627 HARDWARE MONITOR DRIVER
5886 M:      Hans de Goede <hdegoede@redhat.com>
5887 L:      lm-sensors@lm-sensors.org
5888 S:      Supported
5889 F:      Documentation/hwmon/sch5627
5890 F:      drivers/hwmon/sch5627.c
5892 SMSC47B397 HARDWARE MONITOR DRIVER
5893 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5894 L:      lm-sensors@lm-sensors.org
5895 S:      Maintained
5896 F:      Documentation/hwmon/smsc47b397
5897 F:      drivers/hwmon/smsc47b397.c
5899 SMSC911x ETHERNET DRIVER
5900 M:      Steve Glendinning <steve.glendinning@smsc.com>
5901 L:      netdev@vger.kernel.org
5902 S:      Supported
5903 F:      include/linux/smsc911x.h
5904 F:      drivers/net/smsc911x.*
5906 SMSC9420 PCI ETHERNET DRIVER
5907 M:      Steve Glendinning <steve.glendinning@smsc.com>
5908 L:      netdev@vger.kernel.org
5909 S:      Supported
5910 F:      drivers/net/smsc9420.*
5912 SN-IA64 (Itanium) SUB-PLATFORM
5913 M:      Jes Sorensen <jes@sgi.com>
5914 L:      linux-altix@sgi.com
5915 L:      linux-ia64@vger.kernel.org
5916 W:      http://www.sgi.com/altix
5917 S:      Maintained
5918 F:      arch/ia64/sn/
5920 SOC-CAMERA V4L2 SUBSYSTEM
5921 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5922 L:      linux-media@vger.kernel.org
5923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5924 S:      Maintained
5925 F:      include/media/v4l2*
5926 F:      drivers/media/video/v4l2*
5928 SOEKRIS NET48XX LED SUPPORT
5929 M:      Chris Boot <bootc@bootc.net>
5930 S:      Maintained
5931 F:      drivers/leds/leds-net48xx.c
5933 SOFTWARE RAID (Multiple Disks) SUPPORT
5934 M:      Neil Brown <neilb@suse.de>
5935 L:      linux-raid@vger.kernel.org
5936 S:      Supported
5937 F:      drivers/md/
5938 F:      include/linux/raid/
5940 SONIC NETWORK DRIVER
5941 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5942 L:      netdev@vger.kernel.org
5943 S:      Maintained
5944 F:      drivers/net/sonic.*
5946 SONICS SILICON BACKPLANE DRIVER (SSB)
5947 M:      Michael Buesch <m@bues.ch>
5948 L:      netdev@vger.kernel.org
5949 S:      Maintained
5950 F:      drivers/ssb/
5951 F:      include/linux/ssb/
5953 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
5954 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
5955 L:      linux-wireless@vger.kernel.org
5956 S:      Maintained
5957 F:      drivers/bcma/
5958 F:      include/linux/bcma/
5960 SONY VAIO CONTROL DEVICE DRIVER
5961 M:      Mattia Dongili <malattia@linux.it>
5962 L:      platform-driver-x86@vger.kernel.org
5963 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5964 S:      Maintained
5965 F:      Documentation/laptops/sony-laptop.txt
5966 F:      drivers/char/sonypi.c
5967 F:      drivers/platform/x86/sony-laptop.c
5968 F:      include/linux/sony-laptop.h
5970 SONY MEMORYSTICK CARD SUPPORT
5971 M:      Alex Dubov <oakad@yahoo.com>
5972 W:      http://tifmxx.berlios.de/
5973 S:      Maintained
5974 F:      drivers/memstick/host/tifm_ms.c
5976 SOUND
5977 M:      Jaroslav Kysela <perex@perex.cz>
5978 M:      Takashi Iwai <tiwai@suse.de>
5979 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5980 W:      http://www.alsa-project.org/
5981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5982 T:      git git://git.alsa-project.org/alsa-kernel.git
5983 S:      Maintained
5984 F:      Documentation/sound/
5985 F:      include/sound/
5986 F:      sound/
5988 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5989 M:      Liam Girdwood <lrg@ti.com>
5990 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5992 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5993 W:      http://alsa-project.org/main/index.php/ASoC
5994 S:      Supported
5995 F:      sound/soc/
5996 F:      include/sound/soc*
5998 SPARC + UltraSPARC (sparc/sparc64)
5999 M:      "David S. Miller" <davem@davemloft.net>
6000 L:      sparclinux@vger.kernel.org
6001 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
6002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
6003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
6004 S:      Maintained
6005 F:      arch/sparc/
6006 F:      drivers/sbus/
6008 SPARC SERIAL DRIVERS
6009 M:      "David S. Miller" <davem@davemloft.net>
6010 L:      sparclinux@vger.kernel.org
6011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
6012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
6013 S:      Maintained
6014 F:      drivers/tty/serial/suncore.c
6015 F:      drivers/tty/serial/suncore.h
6016 F:      drivers/tty/serial/sunhv.c
6017 F:      drivers/tty/serial/sunsab.c
6018 F:      drivers/tty/serial/sunsab.h
6019 F:      drivers/tty/serial/sunsu.c
6020 F:      drivers/tty/serial/sunzilog.c
6021 F:      drivers/tty/serial/sunzilog.h
6023 SPEAR PLATFORM SUPPORT
6024 M:      Viresh Kumar <viresh.kumar@st.com>
6025 W:      http://www.st.com/spear
6026 S:      Maintained
6027 F:      arch/arm/plat-spear/
6029 SPEAR3XX MACHINE SUPPORT
6030 M:      Viresh Kumar <viresh.kumar@st.com>
6031 W:      http://www.st.com/spear
6032 S:      Maintained
6033 F:      arch/arm/mach-spear3xx/
6035 SPEAR6XX MACHINE SUPPORT
6036 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
6037 W:      http://www.st.com/spear
6038 S:      Maintained
6039 F:      arch/arm/mach-spear6xx/
6041 SPEAR CLOCK FRAMEWORK SUPPORT
6042 M:      Viresh Kumar <viresh.kumar@st.com>
6043 W:      http://www.st.com/spear
6044 S:      Maintained
6045 F:      arch/arm/mach-spear*/clock.c
6046 F:      arch/arm/mach-spear*/include/mach/clkdev.h
6047 F:      arch/arm/plat-spear/clock.c
6048 F:      arch/arm/plat-spear/include/plat/clkdev.h
6049 F:      arch/arm/plat-spear/include/plat/clock.h
6051 SPEAR PAD MULTIPLEXING SUPPORT
6052 M:      Viresh Kumar <viresh.kumar@st.com>
6053 W:      http://www.st.com/spear
6054 S:      Maintained
6055 F:      arch/arm/plat-spear/include/plat/padmux.h
6056 F:      arch/arm/plat-spear/padmux.c
6057 F:      arch/arm/mach-spear*/spear*xx.c
6058 F:      arch/arm/mach-spear*/include/mach/generic.h
6059 F:      arch/arm/mach-spear3xx/spear3*0.c
6060 F:      arch/arm/mach-spear3xx/spear3*0_evb.c
6061 F:      arch/arm/mach-spear6xx/spear600.c
6062 F:      arch/arm/mach-spear6xx/spear600_evb.c
6064 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
6065 S:      Orphan
6066 F:      Documentation/serial/specialix.txt
6067 F:      drivers/staging/tty/specialix*
6069 SPI SUBSYSTEM
6070 M:      Grant Likely <grant.likely@secretlab.ca>
6071 L:      spi-devel-general@lists.sourceforge.net
6072 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
6073 T:      git git://git.secretlab.ca/git/linux-2.6.git
6074 S:      Maintained
6075 F:      Documentation/spi/
6076 F:      drivers/spi/
6077 F:      include/linux/spi/
6079 SPIDERNET NETWORK DRIVER for CELL
6080 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6081 M:      Jens Osterkamp <jens@de.ibm.com>
6082 L:      netdev@vger.kernel.org
6083 S:      Supported
6084 F:      Documentation/networking/spider_net.txt
6085 F:      drivers/net/spider_net*
6087 SPU FILE SYSTEM
6088 M:      Jeremy Kerr <jk@ozlabs.org>
6089 L:      linuxppc-dev@lists.ozlabs.org
6090 L:      cbe-oss-dev@lists.ozlabs.org
6091 W:      http://www.ibm.com/developerworks/power/cell/
6092 S:      Supported
6093 F:      Documentation/filesystems/spufs.txt
6094 F:      arch/powerpc/platforms/cell/spufs/
6096 SQUASHFS FILE SYSTEM
6097 M:      Phillip Lougher <phillip@squashfs.org.uk>
6098 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
6099 W:      http://squashfs.org.uk
6100 S:      Maintained
6101 F:      Documentation/filesystems/squashfs.txt
6102 F:      fs/squashfs/
6104 SRM (Alpha) environment access
6105 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
6106 S:      Maintained
6107 F:      arch/alpha/kernel/srm_env.c
6109 STABLE BRANCH
6110 M:      Greg Kroah-Hartman <greg@kroah.com>
6111 L:      stable@kernel.org
6112 S:      Maintained
6114 STAGING SUBSYSTEM
6115 M:      Greg Kroah-Hartman <gregkh@suse.de>
6116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
6117 L:      devel@driverdev.osuosl.org
6118 S:      Maintained
6119 F:      drivers/staging/
6121 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6122 M:      Henk de Groot <pe1dnn@amsat.org>
6123 S:      Odd Fixes
6124 F:      drivers/staging/wlags49_h2/
6125 F:      drivers/staging/wlags49_h25/
6127 STAGING - ASUS OLED
6128 M:      Jakub Schmidtke <sjakub@gmail.com>
6129 S:      Odd Fixes
6130 F:      drivers/staging/asus_oled/
6132 STAGING - ATHEROS ATH6KL WIRELESS DRIVER
6133 M:      Luis R. Rodriguez <mcgrof@gmail.com>
6134 M:      Naveen Singh <nsingh@atheros.com>
6135 S:      Odd Fixes
6136 F:      drivers/staging/ath6kl/
6138 STAGING - COMEDI
6139 M:      Ian Abbott <abbotti@mev.co.uk>
6140 M:      Mori Hess <fmhess@users.sourceforge.net>
6141 S:      Odd Fixes
6142 F:      drivers/staging/comedi/
6144 STAGING - CRYSTAL HD VIDEO DECODER
6145 M:      Naren Sankar <nsankar@broadcom.com>
6146 M:      Jarod Wilson <jarod@wilsonet.com>
6147 M:      Scott Davilla <davilla@4pi.com>
6148 M:      Manu Abraham <abraham.manu@gmail.com>
6149 S:      Odd Fixes
6150 F:      drivers/staging/crystalhd/
6152 STAGING - CYPRESS WESTBRIDGE SUPPORT
6153 M:      David Cross <david.cross@cypress.com>
6154 S:      Odd Fixes
6155 F:      drivers/staging/westbridge/
6157 STAGING - ECHO CANCELLER
6158 M:      Steve Underwood <steveu@coppice.org>
6159 M:      David Rowe <david@rowetel.com>
6160 S:      Odd Fixes
6161 F:      drivers/staging/echo/
6163 STAGING - FLARION FT1000 DRIVERS
6164 M:      Marek Belisko <marek.belisko@gmail.com>
6165 S:      Odd Fixes
6166 F:      drivers/staging/ft1000/
6168 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
6169 M:      David Täht <d@teklibre.com>
6170 S:      Odd Fixes
6171 F:      drivers/staging/frontier/
6173 STAGING - HYPER-V (MICROSOFT)
6174 M:      Hank Janssen <hjanssen@microsoft.com>
6175 M:      Haiyang Zhang <haiyangz@microsoft.com>
6176 S:      Odd Fixes
6177 F:      drivers/staging/hv/
6179 STAGING - INDUSTRIAL IO
6180 M:      Jonathan Cameron <jic23@cam.ac.uk>
6181 L:      linux-iio@vger.kernel.org
6182 S:      Odd Fixes
6183 F:      drivers/staging/iio/
6185 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
6186 M:      Jarod Wilson <jarod@wilsonet.com>
6187 W:      http://www.lirc.org/
6188 S:      Odd Fixes
6189 F:      drivers/staging/lirc/
6191 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
6192 M:      Andres Salomon <dilinger@queued.net>
6193 M:      Chris Ball <cjb@laptop.org>
6194 M:      Jon Nettleton <jon.nettleton@gmail.com>
6195 W:      http://wiki.laptop.org/go/DCON
6196 S:      Odd Fixes
6197 F:      drivers/staging/olpc_dcon/
6199 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
6200 M:      Willy Tarreau <willy@meta-x.org>
6201 S:      Odd Fixes
6202 F:      drivers/staging/panel/
6204 STAGING - REALTEK RTL8712U DRIVERS
6205 M:      Larry Finger <Larry.Finger@lwfinger.net>
6206 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
6207 S:      Odd Fixes
6208 F:      drivers/staging/rtl8712/
6210 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
6211 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
6212 S:      Odd Fixes
6213 F:      drivers/staging/sm7xx/
6215 STAGING - SOFTLOGIC 6x10 MPEG CODEC
6216 M:      Ben Collins <bcollins@bluecherry.net>
6217 S:      Odd Fixes
6218 F:      drivers/staging/solo6x10/
6220 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
6221 M:      William Hubbs <w.d.hubbs@gmail.com>
6222 M:      Chris Brannon <chris@the-brannons.com>
6223 M:      Kirk Reiser <kirk@braille.uwo.ca>
6224 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
6225 L:      speakup@braille.uwo.ca
6226 W:      http://www.linux-speakup.org/
6227 S:      Odd Fixes
6228 F:      drivers/staging/speakup/
6230 STAGING - TI DSP BRIDGE DRIVERS
6231 M:      Omar Ramirez Luna <omar.ramirez@ti.com>
6232 S:      Odd Fixes
6233 F:      drivers/staging/tidspbridge/
6235 STAGING - TRIDENT TVMASTER TMxxxx USB VIDEO CAPTURE DRIVERS
6236 L:      linux-media@vger.kernel.org
6237 S:      Odd Fixes
6238 F:      drivers/staging/tm6000/
6240 STAGING - USB ENE SM/MS CARD READER DRIVER
6241 M:      Al Cho <acho@novell.com>
6242 S:      Odd Fixes
6243 F:      drivers/staging/keucr/
6245 STAGING - VIA VT665X DRIVERS
6246 M:      Forest Bond <forest@alittletooquiet.net>
6247 S:      Odd Fixes
6248 F:      drivers/staging/vt665?/
6250 STAGING - WINBOND IS89C35 WLAN USB DRIVER
6251 M:      Pavel Machek <pavel@ucw.cz>
6252 S:      Odd Fixes
6253 F:      drivers/staging/winbond/
6255 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
6256 M:      Arnaud Patard <apatard@mandriva.com>
6257 S:      Odd Fixes
6258 F:      drivers/staging/xgifb/
6260 STARFIRE/DURALAN NETWORK DRIVER
6261 M:      Ion Badulescu <ionut@badula.org>
6262 S:      Odd Fixes
6263 F:      drivers/net/starfire*
6265 SUN3/3X
6266 M:      Sam Creasey <sammy@sammy.net>
6267 W:      http://sammy.net/sun3/
6268 S:      Maintained
6269 F:      arch/m68k/kernel/*sun3*
6270 F:      arch/m68k/sun3*/
6271 F:      arch/m68k/include/asm/sun3*
6273 SUPERH
6274 M:      Paul Mundt <lethal@linux-sh.org>
6275 L:      linux-sh@vger.kernel.org
6276 W:      http://www.linux-sh.org
6277 Q:      http://patchwork.kernel.org/project/linux-sh/list/
6278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
6279 S:      Supported
6280 F:      Documentation/sh/
6281 F:      arch/sh/
6282 F:      drivers/sh/
6284 SUSPEND TO RAM
6285 M:      Len Brown <len.brown@intel.com>
6286 M:      Pavel Machek <pavel@ucw.cz>
6287 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
6288 L:      linux-pm@lists.linux-foundation.org
6289 S:      Supported
6290 F:      Documentation/power/
6291 F:      arch/x86/kernel/acpi/
6292 F:      drivers/base/power/
6293 F:      kernel/power/
6294 F:      include/linux/suspend.h
6295 F:      include/linux/freezer.h
6296 F:      include/linux/pm.h
6298 SVGA HANDLING
6299 M:      Martin Mares <mj@ucw.cz>
6300 L:      linux-video@atrey.karlin.mff.cuni.cz
6301 S:      Maintained
6302 F:      Documentation/svga.txt
6303 F:      arch/x86/boot/video*
6305 SYSV FILESYSTEM
6306 M:      Christoph Hellwig <hch@infradead.org>
6307 S:      Maintained
6308 F:      Documentation/filesystems/sysv-fs.txt
6309 F:      fs/sysv/
6310 F:      include/linux/sysv_fs.h
6312 TARGET SUBSYSTEM
6313 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
6314 L:      linux-scsi@vger.kernel.org
6315 L:      http://groups.google.com/group/linux-iscsi-target-dev
6316 W:      http://www.linux-iscsi.org
6317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
6318 S:      Supported
6319 F:      drivers/target/
6320 F:      include/target/
6321 F:      Documentation/target/
6323 TASKSTATS STATISTICS INTERFACE
6324 M:      Balbir Singh <bsingharora@gmail.com>
6325 S:      Maintained
6326 F:      Documentation/accounting/taskstats*
6327 F:      include/linux/taskstats*
6328 F:      kernel/taskstats.c
6330 TC CLASSIFIER
6331 M:      Jamal Hadi Salim <hadi@cyberus.ca>
6332 L:      netdev@vger.kernel.org
6333 S:      Maintained
6334 F:      include/linux/pkt_cls.h
6335 F:      include/net/pkt_cls.h
6336 F:      net/sched/
6338 TCP LOW PRIORITY MODULE
6339 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6340 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6341 W:      http://tcp-lp-mod.sourceforge.net/
6342 S:      Maintained
6343 F:      net/ipv4/tcp_lp.c
6345 TEGRA SUPPORT
6346 M:      Colin Cross <ccross@android.com>
6347 M:      Erik Gilling <konkers@android.com>
6348 M:      Olof Johansson <olof@lixom.net>
6349 L:      linux-tegra@vger.kernel.org
6350 T:      git git://android.git.kernel.org/kernel/tegra.git
6351 S:      Supported
6352 F:      arch/arm/mach-tegra
6354 TEHUTI ETHERNET DRIVER
6355 M:      Alexander Indenbaum <baum@tehutinetworks.net>
6356 M:      Andy Gospodarek <andy@greyhouse.net>
6357 L:      netdev@vger.kernel.org
6358 S:      Supported
6359 F:      drivers/net/tehuti*
6361 Telecom Clock Driver for MCPL0010
6362 M:      Mark Gross <mark.gross@intel.com>
6363 S:      Supported
6364 F:      drivers/char/tlclk.c
6366 TENSILICA XTENSA PORT (xtensa)
6367 M:      Chris Zankel <chris@zankel.net>
6368 S:      Maintained
6369 F:      arch/xtensa/
6371 THINKPAD ACPI EXTRAS DRIVER
6372 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6373 L:      ibm-acpi-devel@lists.sourceforge.net
6374 L:      platform-driver-x86@vger.kernel.org
6375 W:      http://ibm-acpi.sourceforge.net
6376 W:      http://thinkwiki.org/wiki/Ibm-acpi
6377 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6378 S:      Maintained
6379 F:      drivers/platform/x86/thinkpad_acpi.c
6381 TI FLASH MEDIA INTERFACE DRIVER
6382 M:      Alex Dubov <oakad@yahoo.com>
6383 S:      Maintained
6384 F:      drivers/misc/tifm*
6385 F:      drivers/mmc/host/tifm_sd.c
6386 F:      include/linux/tifm.h
6388 TI TWL4030 SERIES SOC CODEC DRIVER
6389 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6390 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6391 S:      Maintained
6392 F:      sound/soc/codecs/twl4030*
6394 TIPC NETWORK LAYER
6395 M:      Jon Maloy <jon.maloy@ericsson.com>
6396 M:      Allan Stephens <allan.stephens@windriver.com>
6397 L:      netdev@vger.kernel.org (core kernel code)
6398 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
6399 W:      http://tipc.sourceforge.net/
6400 S:      Maintained
6401 F:      include/linux/tipc*.h
6402 F:      net/tipc/
6404 TILE ARCHITECTURE
6405 M:      Chris Metcalf <cmetcalf@tilera.com>
6406 W:      http://www.tilera.com/scm/
6407 S:      Supported
6408 F:      arch/tile/
6409 F:      drivers/tty/hvc/hvc_tile.c
6410 F:      drivers/net/tile/
6411 F:      drivers/edac/tile_edac.c
6413 TLAN NETWORK DRIVER
6414 M:      Samuel Chessman <chessman@tux.org>
6415 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
6416 W:      http://sourceforge.net/projects/tlan/
6417 S:      Maintained
6418 F:      Documentation/networking/tlan.txt
6419 F:      drivers/net/tlan.*
6421 TOMOYO SECURITY MODULE
6422 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
6423 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6424 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6425 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6426 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6427 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6428 W:      http://tomoyo.sourceforge.jp/
6429 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.4.x/tomoyo-lsm/patches/
6430 S:      Maintained
6431 F:      security/tomoyo/
6433 TOPSTAR LAPTOP EXTRAS DRIVER
6434 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
6435 L:      platform-driver-x86@vger.kernel.org
6436 S:      Maintained
6437 F:      drivers/platform/x86/topstar-laptop.c
6439 TOSHIBA ACPI EXTRAS DRIVER
6440 L:      platform-driver-x86@vger.kernel.org
6441 S:      Orphan
6442 F:      drivers/platform/x86/toshiba_acpi.c
6444 TOSHIBA SMM DRIVER
6445 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
6446 L:      tlinux-users@tce.toshiba-dme.co.jp
6447 W:      http://www.buzzard.org.uk/toshiba/
6448 S:      Maintained
6449 F:      drivers/char/toshiba.c
6450 F:      include/linux/toshiba.h
6452 TMIO MMC DRIVER
6453 M:      Ian Molton <ian@mnementh.co.uk>
6454 S:      Maintained
6455 F:      drivers/mmc/host/tmio_mmc.*
6457 TMPFS (SHMEM FILESYSTEM)
6458 M:      Hugh Dickins <hughd@google.com>
6459 L:      linux-mm@kvack.org
6460 S:      Maintained
6461 F:      include/linux/shmem_fs.h
6462 F:      mm/shmem.c
6464 TPM DEVICE DRIVER
6465 M:      Debora Velarde <debora@linux.vnet.ibm.com>
6466 M:      Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6467 W:      http://tpmdd.sourceforge.net
6468 M:      Marcel Selhorst <m.selhorst@sirrix.com>
6469 W:      http://www.sirrix.com
6470 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6471 S:      Maintained
6472 F:      drivers/char/tpm/
6474 TRACING
6475 M:      Steven Rostedt <rostedt@goodmis.org>
6476 M:      Frederic Weisbecker <fweisbec@gmail.com>
6477 M:      Ingo Molnar <mingo@redhat.com>
6478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
6479 S:      Maintained
6480 F:      Documentation/trace/ftrace.txt
6481 F:      arch/*/*/*/ftrace.h
6482 F:      arch/*/kernel/ftrace.c
6483 F:      include/*/ftrace.h
6484 F:      include/linux/trace*.h
6485 F:      include/trace/
6486 F:      kernel/trace/
6488 TRIVIAL PATCHES
6489 M:      Jiri Kosina <trivial@kernel.org>
6490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6491 S:      Maintained
6492 K:      ^Subject:.*(?i)trivial
6494 TTY LAYER
6495 M:      Greg Kroah-Hartman <gregkh@suse.de>
6496 S:      Maintained
6497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
6498 F:      drivers/tty/*
6499 F:      drivers/tty/serial/serial_core.c
6500 F:      include/linux/serial_core.h
6501 F:      include/linux/serial.h
6502 F:      include/linux/tty.h
6504 TULIP NETWORK DRIVERS
6505 M:      Grant Grundler <grundler@parisc-linux.org>
6506 L:      netdev@vger.kernel.org
6507 S:      Maintained
6508 F:      drivers/net/tulip/
6510 TUN/TAP driver
6511 M:      Maxim Krasnyansky <maxk@qualcomm.com>
6512 L:      vtun@office.satix.net
6513 W:      http://vtun.sourceforge.net/tun
6514 S:      Maintained
6515 F:      Documentation/networking/tuntap.txt
6516 F:      arch/um/os-Linux/drivers/
6518 TURBOCHANNEL SUBSYSTEM
6519 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6520 S:      Maintained
6521 F:      drivers/tc/
6522 F:      include/linux/tc.h
6524 U14-34F SCSI DRIVER
6525 M:      Dario Ballabio <ballabio_dario@emc.com>
6526 L:      linux-scsi@vger.kernel.org
6527 S:      Maintained
6528 F:      drivers/scsi/u14-34f.c
6530 UBI FILE SYSTEM (UBIFS)
6531 M:      Artem Bityutskiy <dedekind1@gmail.com>
6532 M:      Adrian Hunter <adrian.hunter@nokia.com>
6533 L:      linux-mtd@lists.infradead.org
6534 T:      git git://git.infradead.org/ubifs-2.6.git
6535 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
6536 S:      Maintained
6537 F:      Documentation/filesystems/ubifs.txt
6538 F:      fs/ubifs/
6540 UCLINUX (AND M68KNOMMU)
6541 M:      Greg Ungerer <gerg@uclinux.org>
6542 W:      http://www.uclinux.org/
6543 L:      uclinux-dev@uclinux.org  (subscribers-only)
6544 S:      Maintained
6545 F:      arch/m68k/*/*_no.*
6546 F:      arch/m68k/include/asm/*_no.*
6548 UCLINUX FOR RENESAS H8/300 (H8300)
6549 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
6550 W:      http://uclinux-h8.sourceforge.jp/
6551 S:      Supported
6552 F:      arch/h8300/
6553 F:      drivers/ide/ide-h8300.c
6554 F:      drivers/net/ne-h8300.c
6556 UDF FILESYSTEM
6557 M:      Jan Kara <jack@suse.cz>
6558 W:      http://linux-udf.sourceforge.net
6559 S:      Maintained
6560 F:      Documentation/filesystems/udf.txt
6561 F:      fs/udf/
6563 UFS FILESYSTEM
6564 M:      Evgeniy Dushistov <dushistov@mail.ru>
6565 S:      Maintained
6566 F:      Documentation/filesystems/ufs.txt
6567 F:      fs/ufs/
6569 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6570 L:      linux-usb@vger.kernel.org
6571 S:      Orphan
6572 F:      drivers/uwb/
6573 F:      include/linux/uwb.h
6574 F:      include/linux/uwb/
6576 UNICORE32 ARCHITECTURE:
6577 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6578 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6579 S:      Maintained
6580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6581 F:      arch/unicore32/
6583 UNIFDEF
6584 M:      Tony Finch <dot@dotat.at>
6585 W:      http://dotat.at/prog/unifdef
6586 S:      Maintained
6587 F:      scripts/unifdef.c
6589 UNIFORM CDROM DRIVER
6590 M:      Jens Axboe <axboe@kernel.dk>
6591 W:      http://www.kernel.dk
6592 S:      Maintained
6593 F:      Documentation/cdrom/
6594 F:      drivers/cdrom/cdrom.c
6595 F:      include/linux/cdrom.h
6597 UNSORTED BLOCK IMAGES (UBI)
6598 M:      Artem Bityutskiy <dedekind1@gmail.com>
6599 W:      http://www.linux-mtd.infradead.org/
6600 L:      linux-mtd@lists.infradead.org
6601 T:      git git://git.infradead.org/ubi-2.6.git
6602 S:      Maintained
6603 F:      drivers/mtd/ubi/
6604 F:      include/linux/mtd/ubi.h
6605 F:      include/mtd/ubi-user.h
6607 USB ACM DRIVER
6608 M:      Oliver Neukum <oliver@neukum.name>
6609 L:      linux-usb@vger.kernel.org
6610 S:      Maintained
6611 F:      Documentation/usb/acm.txt
6612 F:      drivers/usb/class/cdc-acm.*
6614 USB ATTACHED SCSI
6615 M:      Matthew Wilcox <willy@linux.intel.com>
6616 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6617 L:      linux-usb@vger.kernel.org
6618 L:      linux-scsi@vger.kernel.org
6619 S:      Supported
6620 F:      drivers/usb/storage/uas.c
6622 USB BLOCK DRIVER (UB ub)
6623 M:      Pete Zaitcev <zaitcev@redhat.com>
6624 L:      linux-usb@vger.kernel.org
6625 S:      Supported
6626 F:      drivers/block/ub.c
6628 USB CDC ETHERNET DRIVER
6629 M:      Oliver Neukum <oliver@neukum.name>
6630 L:      linux-usb@vger.kernel.org
6631 S:      Maintained
6632 F:      drivers/net/usb/cdc_*.c
6633 F:      include/linux/usb/cdc.h
6635 USB CYPRESS C67X00 DRIVER
6636 M:      Peter Korsgaard <jacmet@sunsite.dk>
6637 L:      linux-usb@vger.kernel.org
6638 S:      Maintained
6639 F:      drivers/usb/c67x00/
6641 USB DAVICOM DM9601 DRIVER
6642 M:      Peter Korsgaard <jacmet@sunsite.dk>
6643 L:      netdev@vger.kernel.org
6644 W:      http://www.linux-usb.org/usbnet
6645 S:      Maintained
6646 F:      drivers/net/usb/dm9601.c
6648 USB DIAMOND RIO500 DRIVER
6649 M:      Cesar Miquel <miquel@df.uba.ar>
6650 L:      rio500-users@lists.sourceforge.net
6651 W:      http://rio500.sourceforge.net
6652 S:      Maintained
6653 F:      drivers/usb/misc/rio500*
6655 USB EHCI DRIVER
6656 M:      Alan Stern <stern@rowland.harvard.edu>
6657 L:      linux-usb@vger.kernel.org
6658 S:      Maintained
6659 F:      Documentation/usb/ehci.txt
6660 F:      drivers/usb/host/ehci*
6662 USB ET61X[12]51 DRIVER
6663 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6664 L:      linux-usb@vger.kernel.org
6665 L:      linux-media@vger.kernel.org
6666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6667 W:      http://www.linux-projects.org
6668 S:      Maintained
6669 F:      drivers/media/video/et61x251/
6671 USB GADGET/PERIPHERAL SUBSYSTEM
6672 M:      Felipe Balbi <balbi@ti.com>
6673 L:      linux-usb@vger.kernel.org
6674 W:      http://www.linux-usb.org/gadget
6675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6676 S:      Maintained
6677 F:      drivers/usb/gadget/
6678 F:      include/linux/usb/gadget*
6680 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6681 M:      Jiri Kosina <jkosina@suse.cz>
6682 L:      linux-usb@vger.kernel.org
6683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6684 S:      Maintained
6685 F:      Documentation/hid/hiddev.txt
6686 F:      drivers/hid/usbhid/
6688 USB/IP DRIVERS
6689 M:      Matt Mooney <mfm@muteddisk.com>
6690 L:      linux-usb@vger.kernel.org
6691 S:      Maintained
6692 F:      drivers/staging/usbip/
6694 USB ISP116X DRIVER
6695 M:      Olav Kongas <ok@artecdesign.ee>
6696 L:      linux-usb@vger.kernel.org
6697 S:      Maintained
6698 F:      drivers/usb/host/isp116x*
6699 F:      include/linux/usb/isp116x.h
6701 USB KAWASAKI LSI DRIVER
6702 M:      Oliver Neukum <oliver@neukum.name>
6703 L:      linux-usb@vger.kernel.org
6704 S:      Maintained
6705 F:      drivers/usb/serial/kl5kusb105.*
6707 USB MASS STORAGE DRIVER
6708 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6709 L:      linux-usb@vger.kernel.org
6710 L:      usb-storage@lists.one-eyed-alien.net
6711 S:      Maintained
6712 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
6713 F:      drivers/usb/storage/
6715 USB MIDI DRIVER
6716 M:      Clemens Ladisch <clemens@ladisch.de>
6717 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6718 T:      git git://git.alsa-project.org/alsa-kernel.git
6719 S:      Maintained
6720 F:      sound/usb/midi.*
6722 USB OHCI DRIVER
6723 M:      Alan Stern <stern@rowland.harvard.edu>
6724 L:      linux-usb@vger.kernel.org
6725 S:      Maintained
6726 F:      Documentation/usb/ohci.txt
6727 F:      drivers/usb/host/ohci*
6729 USB OPTION-CARD DRIVER
6730 M:      Matthias Urlichs <smurf@smurf.noris.de>
6731 L:      linux-usb@vger.kernel.org
6732 S:      Maintained
6733 F:      drivers/usb/serial/option.c
6735 USB PEGASUS DRIVER
6736 M:      Petko Manolov <petkan@users.sourceforge.net>
6737 L:      linux-usb@vger.kernel.org
6738 L:      netdev@vger.kernel.org
6739 W:      http://pegasus2.sourceforge.net/
6740 S:      Maintained
6741 F:      drivers/net/usb/pegasus.*
6743 USB PRINTER DRIVER (usblp)
6744 M:      Pete Zaitcev <zaitcev@redhat.com>
6745 L:      linux-usb@vger.kernel.org
6746 S:      Supported
6747 F:      drivers/usb/class/usblp.c
6749 USB RTL8150 DRIVER
6750 M:      Petko Manolov <petkan@users.sourceforge.net>
6751 L:      linux-usb@vger.kernel.org
6752 L:      netdev@vger.kernel.org
6753 W:      http://pegasus2.sourceforge.net/
6754 S:      Maintained
6755 F:      drivers/net/usb/rtl8150.c
6757 USB SERIAL BELKIN F5U103 DRIVER
6758 M:      William Greathouse <wgreathouse@smva.com>
6759 L:      linux-usb@vger.kernel.org
6760 S:      Maintained
6761 F:      drivers/usb/serial/belkin_sa.*
6763 USB SERIAL CYPRESS M8 DRIVER
6764 M:      Lonnie Mendez <dignome@gmail.com>
6765 L:      linux-usb@vger.kernel.org
6766 S:      Maintained
6767 W:      http://geocities.com/i0xox0i
6768 W:      http://firstlight.net/cvs
6769 F:      drivers/usb/serial/cypress_m8.*
6771 USB SERIAL CYBERJACK DRIVER
6772 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6773 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
6774 S:      Maintained
6775 F:      drivers/usb/serial/cyberjack.c
6777 USB SERIAL DIGI ACCELEPORT DRIVER
6778 M:      Peter Berger <pberger@brimson.com>
6779 M:      Al Borchers <alborchers@steinerpoint.com>
6780 L:      linux-usb@vger.kernel.org
6781 S:      Maintained
6782 F:      drivers/usb/serial/digi_acceleport.c
6784 USB SERIAL DRIVER
6785 M:      Greg Kroah-Hartman <gregkh@suse.de>
6786 L:      linux-usb@vger.kernel.org
6787 S:      Supported
6788 F:      Documentation/usb/usb-serial.txt
6789 F:      drivers/usb/serial/generic.c
6790 F:      drivers/usb/serial/usb-serial.c
6791 F:      include/linux/usb/serial.h
6793 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6794 M:      Gary Brubaker <xavyer@ix.netcom.com>
6795 L:      linux-usb@vger.kernel.org
6796 S:      Maintained
6797 F:      drivers/usb/serial/empeg.c
6799 USB SERIAL KEYSPAN DRIVER
6800 M:      Greg Kroah-Hartman <greg@kroah.com>
6801 L:      linux-usb@vger.kernel.org
6802 W:      http://www.kroah.com/linux/
6803 S:      Maintained
6804 F:      drivers/usb/serial/*keyspan*
6806 USB SERIAL WHITEHEAT DRIVER
6807 M:      Support Department <support@connecttech.com>
6808 L:      linux-usb@vger.kernel.org
6809 W:      http://www.connecttech.com
6810 S:      Supported
6811 F:      drivers/usb/serial/whiteheat*
6813 USB SMSC95XX ETHERNET DRIVER
6814 M:      Steve Glendinning <steve.glendinning@smsc.com>
6815 L:      netdev@vger.kernel.org
6816 S:      Supported
6817 F:      drivers/net/usb/smsc95xx.*
6819 USB SN9C1xx DRIVER
6820 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6821 L:      linux-usb@vger.kernel.org
6822 L:      linux-media@vger.kernel.org
6823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6824 W:      http://www.linux-projects.org
6825 S:      Maintained
6826 F:      Documentation/video4linux/sn9c102.txt
6827 F:      drivers/media/video/sn9c102/
6829 USB SUBSYSTEM
6830 M:      Greg Kroah-Hartman <gregkh@suse.de>
6831 L:      linux-usb@vger.kernel.org
6832 W:      http://www.linux-usb.org
6833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
6834 S:      Supported
6835 F:      Documentation/usb/
6836 F:      drivers/net/usb/
6837 F:      drivers/usb/
6838 F:      include/linux/usb.h
6839 F:      include/linux/usb/
6841 USB UHCI DRIVER
6842 M:      Alan Stern <stern@rowland.harvard.edu>
6843 L:      linux-usb@vger.kernel.org
6844 S:      Maintained
6845 F:      drivers/usb/host/uhci*
6847 USB "USBNET" DRIVER FRAMEWORK
6848 M:      Oliver Neukum <oneukum@suse.de>
6849 L:      netdev@vger.kernel.org
6850 W:      http://www.linux-usb.org/usbnet
6851 S:      Maintained
6852 F:      drivers/net/usb/usbnet.c
6853 F:      include/linux/usb/usbnet.h
6855 USB VIDEO CLASS
6856 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6857 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6858 L:      linux-media@vger.kernel.org
6859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6860 W:      http://www.ideasonboard.org/uvc/
6861 S:      Maintained
6862 F:      drivers/media/video/uvc/
6864 USB W996[87]CF DRIVER
6865 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6866 L:      linux-usb@vger.kernel.org
6867 L:      linux-media@vger.kernel.org
6868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6869 W:      http://www.linux-projects.org
6870 S:      Maintained
6871 F:      Documentation/video4linux/w9968cf.txt
6872 F:      drivers/media/video/w996*
6874 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6875 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6876 L:      linux-wireless@vger.kernel.org
6877 S:      Maintained
6878 F:      drivers/net/wireless/rndis_wlan.c
6880 USB XHCI DRIVER
6881 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6882 L:      linux-usb@vger.kernel.org
6883 S:      Supported
6884 F:      drivers/usb/host/xhci*
6885 F:      drivers/usb/host/pci-quirks*
6887 USB ZD1201 DRIVER
6888 L:      linux-wireless@vger.kernel.org
6889 W:      http://linux-lc100020.sourceforge.net
6890 S:      Orphan
6891 F:      drivers/net/wireless/zd1201.*
6893 USB ZR364XX DRIVER
6894 M:      Antoine Jacquet <royale@zerezo.com>
6895 L:      linux-usb@vger.kernel.org
6896 L:      linux-media@vger.kernel.org
6897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6898 W:      http://royale.zerezo.com/zr364xx/
6899 S:      Maintained
6900 F:      Documentation/video4linux/zr364xx.txt
6901 F:      drivers/media/video/zr364xx.c
6903 USER-MODE LINUX (UML)
6904 M:      Jeff Dike <jdike@addtoit.com>
6905 M:      Richard Weinberger <richard@nod.at>
6906 L:      user-mode-linux-devel@lists.sourceforge.net
6907 L:      user-mode-linux-user@lists.sourceforge.net
6908 W:      http://user-mode-linux.sourceforge.net
6909 S:      Maintained
6910 F:      Documentation/virtual/uml/
6911 F:      arch/um/
6912 F:      fs/hostfs/
6913 F:      fs/hppfs/
6915 USERSPACE I/O (UIO)
6916 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6917 M:      Greg Kroah-Hartman <gregkh@suse.de>
6918 S:      Maintained
6919 F:      Documentation/DocBook/uio-howto.tmpl
6920 F:      drivers/uio/
6921 F:      include/linux/uio*.h
6923 UTIL-LINUX-NG PACKAGE
6924 M:      Karel Zak <kzak@redhat.com>
6925 L:      util-linux-ng@vger.kernel.org
6926 W:      http://kernel.org/~kzak/util-linux-ng/
6927 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6928 S:      Maintained
6930 UVESAFB DRIVER
6931 M:      Michal Januszewski <spock@gentoo.org>
6932 L:      linux-fbdev@vger.kernel.org
6933 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6934 S:      Maintained
6935 F:      Documentation/fb/uvesafb.txt
6936 F:      drivers/video/uvesafb.*
6938 VFAT/FAT/MSDOS FILESYSTEM
6939 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6940 S:      Maintained
6941 F:      Documentation/filesystems/vfat.txt
6942 F:      fs/fat/
6944 VIDEOBUF2 FRAMEWORK
6945 M:      Pawel Osciak <pawel@osciak.com>
6946 M:      Marek Szyprowski <m.szyprowski@samsung.com>
6947 M:      Kyungmin Park <kyungmin.park@samsung.com>
6948 L:      linux-media@vger.kernel.org
6949 S:      Maintained
6950 F:      drivers/media/video/videobuf2-*
6951 F:      include/media/videobuf2-*
6953 VIRTIO CONSOLE DRIVER
6954 M:      Amit Shah <amit.shah@redhat.com>
6955 L:      virtualization@lists.linux-foundation.org
6956 S:      Maintained
6957 F:      drivers/char/virtio_console.c
6958 F:      include/linux/virtio_console.h
6960 VIRTIO CORE, NET AND BLOCK DRIVERS
6961 M:      Rusty Russell <rusty@rustcorp.com.au>
6962 M:      "Michael S. Tsirkin" <mst@redhat.com>
6963 L:      virtualization@lists.linux-foundation.org
6964 S:      Maintained
6965 F:      drivers/virtio/
6966 F:      drivers/net/virtio_net.c
6967 F:      drivers/block/virtio_blk.c
6968 F:      include/linux/virtio_*.h
6970 VIRTIO HOST (VHOST)
6971 M:      "Michael S. Tsirkin" <mst@redhat.com>
6972 L:      kvm@vger.kernel.org
6973 L:      virtualization@lists.linux-foundation.org
6974 L:      netdev@vger.kernel.org
6975 S:      Maintained
6976 F:      drivers/vhost/
6977 F:      include/linux/vhost.h
6979 VIA RHINE NETWORK DRIVER
6980 M:      Roger Luethi <rl@hellgate.ch>
6981 S:      Maintained
6982 F:      drivers/net/via-rhine.c
6984 VIAPRO SMBUS DRIVER
6985 M:      Jean Delvare <khali@linux-fr.org>
6986 L:      linux-i2c@vger.kernel.org
6987 S:      Maintained
6988 F:      Documentation/i2c/busses/i2c-viapro
6989 F:      drivers/i2c/busses/i2c-viapro.c
6991 VIA SD/MMC CARD CONTROLLER DRIVER
6992 M:      Bruce Chang <brucechang@via.com.tw>
6993 M:      Harald Welte <HaraldWelte@viatech.com>
6994 S:      Maintained
6995 F:      drivers/mmc/host/via-sdmmc.c
6997 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6998 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6999 L:      linux-fbdev@vger.kernel.org
7000 S:      Maintained
7001 F:      include/linux/via-core.h
7002 F:      include/linux/via-gpio.h
7003 F:      include/linux/via_i2c.h
7004 F:      drivers/video/via/
7006 VIA VELOCITY NETWORK DRIVER
7007 M:      Francois Romieu <romieu@fr.zoreil.com>
7008 L:      netdev@vger.kernel.org
7009 S:      Maintained
7010 F:      drivers/net/via-velocity.*
7012 VLAN (802.1Q)
7013 M:      Patrick McHardy <kaber@trash.net>
7014 L:      netdev@vger.kernel.org
7015 S:      Maintained
7016 F:      drivers/net/macvlan.c
7017 F:      include/linux/if_*vlan.h
7018 F:      net/8021q/
7020 VLYNQ BUS
7021 M:      Florian Fainelli <florian@openwrt.org>
7022 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
7023 S:      Maintained
7024 F:      drivers/vlynq/vlynq.c
7025 F:      include/linux/vlynq.h
7027 VMWARE VMXNET3 ETHERNET DRIVER
7028 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
7029 M:      "VMware, Inc." <pv-drivers@vmware.com>
7030 L:      netdev@vger.kernel.org
7031 S:      Maintained
7032 F:      drivers/net/vmxnet3/
7034 VMware PVSCSI driver
7035 M:      Alok Kataria <akataria@vmware.com>
7036 M:      VMware PV-Drivers <pv-drivers@vmware.com>
7037 L:      linux-scsi@vger.kernel.org
7038 S:      Maintained
7039 F:      drivers/scsi/vmw_pvscsi.c
7040 F:      drivers/scsi/vmw_pvscsi.h
7042 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
7043 M:      Liam Girdwood <lrg@ti.com>
7044 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7045 W:      http://opensource.wolfsonmicro.com/node/15
7046 W:      http://www.slimlogic.co.uk/?p=48
7047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
7048 S:      Supported
7049 F:      drivers/regulator/
7050 F:      include/linux/regulator/
7052 VT1211 HARDWARE MONITOR DRIVER
7053 M:      Juerg Haefliger <juergh@gmail.com>
7054 L:      lm-sensors@lm-sensors.org
7055 S:      Maintained
7056 F:      Documentation/hwmon/vt1211
7057 F:      drivers/hwmon/vt1211.c
7059 VT8231 HARDWARE MONITOR DRIVER
7060 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
7061 L:      lm-sensors@lm-sensors.org
7062 S:      Maintained
7063 F:      drivers/hwmon/vt8231.c
7065 VUB300 USB to SDIO/SD/MMC bridge chip
7066 M:      Tony Olech <tony.olech@elandigitalsystems.com>
7067 L:      linux-mmc@vger.kernel.org
7068 L:      linux-usb@vger.kernel.org
7069 S:      Supported
7070 F:      drivers/mmc/host/vub300.c
7072 W1 DALLAS'S 1-WIRE BUS
7073 M:      Evgeniy Polyakov <johnpol@2ka.mipt.ru>
7074 S:      Maintained
7075 F:      Documentation/w1/
7076 F:      drivers/w1/
7078 W83791D HARDWARE MONITORING DRIVER
7079 M:      Marc Hulsman <m.hulsman@tudelft.nl>
7080 L:      lm-sensors@lm-sensors.org
7081 S:      Maintained
7082 F:      Documentation/hwmon/w83791d
7083 F:      drivers/hwmon/w83791d.c
7085 W83793 HARDWARE MONITORING DRIVER
7086 M:      Rudolf Marek <r.marek@assembler.cz>
7087 L:      lm-sensors@lm-sensors.org
7088 S:      Maintained
7089 F:      Documentation/hwmon/w83793
7090 F:      drivers/hwmon/w83793.c
7092 W83795 HARDWARE MONITORING DRIVER
7093 M:      Jean Delvare <khali@linux-fr.org>
7094 L:      lm-sensors@lm-sensors.org
7095 S:      Maintained
7096 F:      drivers/hwmon/w83795.c
7098 W83L51xD SD/MMC CARD INTERFACE DRIVER
7099 M:      Pierre Ossman <pierre@ossman.eu>
7100 S:      Maintained
7101 F:      drivers/mmc/host/wbsd.*
7103 WATCHDOG DEVICE DRIVERS
7104 M:      Wim Van Sebroeck <wim@iguana.be>
7105 L:      linux-watchdog@vger.kernel.org
7106 W:      http://www.linux-watchdog.org/
7107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
7108 S:      Maintained
7109 F:      Documentation/watchdog/
7110 F:      drivers/watchdog/
7111 F:      include/linux/watchdog.h
7113 WD7000 SCSI DRIVER
7114 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
7115 L:      linux-scsi@vger.kernel.org
7116 S:      Maintained
7117 F:      drivers/scsi/wd7000.c
7119 WINBOND CIR DRIVER
7120 M:      David Härdeman <david@hardeman.nu>
7121 S:      Maintained
7122 F:      drivers/media/rc/winbond-cir.c
7124 WIMAX STACK
7125 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7126 M:      linux-wimax@intel.com
7127 L:      wimax@linuxwimax.org
7128 S:      Supported
7129 W:      http://linuxwimax.org
7130 F:      Documentation/wimax/README.wimax
7131 F:      include/linux/wimax.h
7132 F:      include/linux/wimax/debug.h
7133 F:      include/net/wimax.h
7134 F:      net/wimax/
7136 WISTRON LAPTOP BUTTON DRIVER
7137 M:      Miloslav Trmac <mitr@volny.cz>
7138 S:      Maintained
7139 F:      drivers/input/misc/wistron_btns.c
7141 WL1251 WIRELESS DRIVER
7142 M:      Kalle Valo <kvalo@adurom.com>
7143 L:      linux-wireless@vger.kernel.org
7144 W:      http://wireless.kernel.org
7145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7146 S:      Maintained
7147 F:      drivers/net/wireless/wl1251/*
7149 WL1271 WIRELESS DRIVER
7150 M:      Luciano Coelho <coelho@ti.com>
7151 L:      linux-wireless@vger.kernel.org
7152 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
7153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7154 S:      Maintained
7155 F:      drivers/net/wireless/wl12xx/
7156 F:      include/linux/wl12xx.h
7158 WL3501 WIRELESS PCMCIA CARD DRIVER
7159 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
7160 L:      linux-wireless@vger.kernel.org
7161 W:      http://oops.ghostprotocols.net:81/blog
7162 S:      Maintained
7163 F:      drivers/net/wireless/wl3501*
7165 WM97XX TOUCHSCREEN DRIVERS
7166 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7167 M:      Liam Girdwood <lrg@slimlogic.co.uk>
7168 L:      linux-input@vger.kernel.org
7169 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
7170 W:      http://opensource.wolfsonmicro.com/node/7
7171 S:      Supported
7172 F:      drivers/input/touchscreen/*wm97*
7173 F:      include/linux/wm97xx.h
7175 WOLFSON MICROELECTRONICS DRIVERS
7176 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7177 M:      Ian Lartey <ian@opensource.wolfsonmicro.com>
7178 M:      Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
7179 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
7180 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
7181 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
7182 S:      Supported
7183 F:      Documentation/hwmon/wm83??
7184 F:      drivers/leds/leds-wm83*.c
7185 F:      drivers/mfd/wm8*.c
7186 F:      drivers/power/wm83*.c
7187 F:      drivers/rtc/rtc-wm83*.c
7188 F:      drivers/regulator/wm8*.c
7189 F:      drivers/video/backlight/wm83*_bl.c
7190 F:      drivers/watchdog/wm83*_wdt.c
7191 F:      include/linux/mfd/wm831x/
7192 F:      include/linux/mfd/wm8350/
7193 F:      include/linux/mfd/wm8400*
7194 F:      include/sound/wm????.h
7195 F:      sound/soc/codecs/wm*
7197 WORKQUEUE
7198 M:      Tejun Heo <tj@kernel.org>
7199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
7200 S:      Maintained
7201 F:      include/linux/workqueue.h
7202 F:      kernel/workqueue.c
7203 F:      Documentation/workqueue.txt
7205 X.25 NETWORK LAYER
7206 M:      Andrew Hendry <andrew.hendry@gmail.com>
7207 L:      linux-x25@vger.kernel.org
7208 S:      Odd Fixes
7209 F:      Documentation/networking/x25*
7210 F:      include/net/x25*
7211 F:      net/x25/
7213 X86 ARCHITECTURE (32-BIT AND 64-BIT)
7214 M:      Thomas Gleixner <tglx@linutronix.de>
7215 M:      Ingo Molnar <mingo@redhat.com>
7216 M:      "H. Peter Anvin" <hpa@zytor.com>
7217 M:      x86@kernel.org
7218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
7219 S:      Maintained
7220 F:      Documentation/x86/
7221 F:      arch/x86/
7223 X86 PLATFORM DRIVERS
7224 M:      Matthew Garrett <mjg@redhat.com>
7225 L:      platform-driver-x86@vger.kernel.org
7226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
7227 S:      Maintained
7228 F:      drivers/platform/x86
7230 X86 MCE INFRASTRUCTURE
7231 M:      Tony Luck <tony.luck@intel.com>
7232 M:      Borislav Petkov <bp@amd64.org>
7233 L:      linux-edac@vger.kernel.org
7234 S:      Maintained
7235 F:      arch/x86/kernel/cpu/mcheck/*
7237 XEN HYPERVISOR INTERFACE
7238 M:      Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
7239 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7240 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7241 L:      virtualization@lists.linux-foundation.org
7242 S:      Supported
7243 F:      arch/x86/xen/
7244 F:      drivers/*/xen-*front.c
7245 F:      drivers/xen/
7246 F:      arch/x86/include/asm/xen/
7247 F:      include/xen/
7249 XEN NETWORK BACKEND DRIVER
7250 M:      Ian Campbell <ian.campbell@citrix.com>
7251 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7252 L:      netdev@vger.kernel.org
7253 S:      Supported
7254 F:      drivers/net/xen-netback/*
7256 XEN PCI SUBSYSTEM
7257 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7258 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7259 S:      Supported
7260 F:      arch/x86/pci/*xen*
7261 F:      drivers/pci/*xen*
7263 XEN SWIOTLB SUBSYSTEM
7264 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7265 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
7266 S:      Supported
7267 F:      arch/x86/xen/*swiotlb*
7268 F:      drivers/xen/*swiotlb*
7270 XFS FILESYSTEM
7271 P:      Silicon Graphics Inc
7272 M:      Alex Elder <aelder@sgi.com>
7273 M:      xfs-masters@oss.sgi.com
7274 L:      xfs@oss.sgi.com
7275 W:      http://oss.sgi.com/projects/xfs
7276 T:      git git://oss.sgi.com/xfs/xfs.git
7277 S:      Supported
7278 F:      Documentation/filesystems/xfs.txt
7279 F:      fs/xfs/
7281 XILINX SYSTEMACE DRIVER
7282 M:      Grant Likely <grant.likely@secretlab.ca>
7283 W:      http://www.secretlab.ca/
7284 S:      Maintained
7285 F:      drivers/block/xsysace.c
7287 XILINX UARTLITE SERIAL DRIVER
7288 M:      Peter Korsgaard <jacmet@sunsite.dk>
7289 L:      linux-serial@vger.kernel.org
7290 S:      Maintained
7291 F:      drivers/tty/serial/uartlite.c
7293 YAM DRIVER FOR AX.25
7294 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
7295 L:      linux-hams@vger.kernel.org
7296 S:      Maintained
7297 F:      drivers/net/hamradio/yam*
7298 F:      include/linux/yam.h
7300 YEALINK PHONE DRIVER
7301 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
7302 L:      usbb2k-api-dev@nongnu.org
7303 S:      Maintained
7304 F:      Documentation/input/yealink.txt
7305 F:      drivers/input/misc/yealink.*
7307 Z8530 DRIVER FOR AX.25
7308 M:      Joerg Reuter <jreuter@yaina.de>
7309 W:      http://yaina.de/jreuter/
7310 W:      http://www.qsl.net/dl1bke/
7311 L:      linux-hams@vger.kernel.org
7312 S:      Maintained
7313 F:      Documentation/networking/z8530drv.txt
7314 F:      drivers/net/hamradio/*scc.c
7315 F:      drivers/net/hamradio/z8530.h
7317 ZD1211RW WIRELESS DRIVER
7318 M:      Daniel Drake <dsd@gentoo.org>
7319 M:      Ulrich Kunitz <kune@deine-taler.de>
7320 W:      http://zd1211.ath.cx/wiki/DriverRewrite
7321 L:      linux-wireless@vger.kernel.org
7322 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
7323 S:      Maintained
7324 F:      drivers/net/wireless/zd1211rw/
7326 ZR36067 VIDEO FOR LINUX DRIVER
7327 L:      mjpeg-users@lists.sourceforge.net
7328 L:      linux-media@vger.kernel.org
7329 W:      http://mjpeg.sourceforge.net/driver-zoran/
7330 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
7331 S:      Odd Fixes
7332 F:      drivers/media/video/zoran/
7334 ZS DECSTATION Z85C30 SERIAL DRIVER
7335 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
7336 S:      Maintained
7337 F:      drivers/tty/serial/zs.*
7339 THE REST
7340 M:      Linus Torvalds <torvalds@linux-foundation.org>
7341 L:      linux-kernel@vger.kernel.org
7342 Q:      http://patchwork.kernel.org/project/LKML/list/
7343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
7344 S:      Buried alive in reporters
7345 F:      *
7346 F:      */