acpi_pad: build only on X86
[linux-2.6/linux-acpi-2.6.git] / MAINTAINERS
blob082df56d5b9acdf262bd8263c746049cbddcc030
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                 -----------------------------------
70 Maintainers List (try to look for most precise areas first)
72 Note: For the hard of thinking, this list is meant to remain in alphabetical
73 order. If you could add yourselves to it in alphabetical order that would be
74 so much easier [Ed]
76 P: Person
77 M: Mail patches to
78 L: Mailing list that is relevant to this area
79 W: Web-page with status/info
80 T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
81 S: Status, one of the following:
83         Supported:      Someone is actually paid to look after this.
84         Maintained:     Someone actually looks after it.
85         Odd Fixes:      It has a maintainer but they don't have time to do
86                         much other than throw the odd patch in. See below..
87         Orphan:         No current maintainer [but maybe you could take the
88                         role as you write your new code].
89         Obsolete:       Old code. Something tagged obsolete generally means
90                         it has been replaced by a better system and you
91                         should be using that.
93 F: Files and directories with wildcard patterns.
94    A trailing slash includes all files and subdirectory files.
95         F:      drivers/net/    all files in and below drivers/net
96         F:      drivers/net/*   all files in drivers/net, but not below
97         F:      */net/*         all files in "any top level directory"/net
98    One pattern per line.  Multiple F: lines acceptable.
99 X: Files and directories that are NOT maintained, same rules as F:
100    Files exclusions are tested before file matches.
101    Can be useful for excluding a specific subdirectory, for instance:
102         F:      net/
103         X:      net/ipv6/
104    matches all files in and below net excluding net/ipv6/
106 3C505 NETWORK DRIVER
107 P:      Philip Blundell
108 M:      philb@gnu.org
109 L:      netdev@vger.kernel.org
110 S:      Maintained
111 F:      drivers/net/3c505*
113 3C59X NETWORK DRIVER
114 P:      Steffen Klassert
115 M:      klassert@mathematik.tu-chemnitz.de
116 L:      netdev@vger.kernel.org
117 S:      Maintained
118 F:      Documentation/networking/vortex.txt
119 F:      drivers/net/3c59x.c
121 3CR990 NETWORK DRIVER
122 P:      David Dillow
123 M:      dave@thedillows.org
124 L:      netdev@vger.kernel.org
125 S:      Maintained
126 F:      drivers/net/typhoon*
128 3W-9XXX SATA-RAID CONTROLLER DRIVER
129 P:      Adam Radford
130 M:      linuxraid@amcc.com
131 L:      linux-scsi@vger.kernel.org
132 W:      http://www.amcc.com
133 S:      Supported
134 F:      drivers/scsi/3w-9xxx*
136 3W-XXXX ATA-RAID CONTROLLER DRIVER
137 P:      Adam Radford
138 M:      linuxraid@amcc.com
139 L:      linux-scsi@vger.kernel.org
140 W:      http://www.amcc.com
141 S:      Supported
142 F:      drivers/scsi/3w-xxxx*
144 53C700 AND 53C700-66 SCSI DRIVER
145 P:      James E.J. Bottomley
146 M:      James.Bottomley@HansenPartnership.com
147 L:      linux-scsi@vger.kernel.org
148 S:      Maintained
149 F:      drivers/scsi/53c700*
151 6PACK NETWORK DRIVER FOR AX.25
152 P:      Andreas Koensgen
153 M:      ajk@comnets.uni-bremen.de
154 L:      linux-hams@vger.kernel.org
155 S:      Maintained
156 F:      drivers/net/hamradio/6pack.c
158 8169 10/100/1000 GIGABIT ETHERNET DRIVER
159 P:      Francois Romieu
160 M:      romieu@fr.zoreil.com
161 L:      netdev@vger.kernel.org
162 S:      Maintained
163 F:      drivers/net/r8169.c
165 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
166 P:      Alan Cox
167 M:      alan@lxorguk.ukuu.org.uk
168 L:      linux-serial@vger.kernel.org
169 W:      http://serial.sourceforge.net
170 S:      Odd Fixes
171 F:      drivers/serial/8250*
172 F:      include/linux/serial_8250.h
174 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
175 P:      Paul Gortmaker
176 M:      p_gortmaker@yahoo.com
177 L:      netdev@vger.kernel.org
178 S:      Maintained
179 F:      drivers/net/*8390*
180 F:      drivers/net/ax88796.c
182 9P FILE SYSTEM
183 P:      Eric Van Hensbergen
184 M:      ericvh@gmail.com
185 P:      Ron Minnich
186 M:      rminnich@sandia.gov
187 P:      Latchesar Ionkov
188 M:      lucho@ionkov.net
189 L:      v9fs-developer@lists.sourceforge.net
190 W:      http://swik.net/v9fs
191 T:      git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
192 S:      Maintained
193 F:      Documentation/filesystems/9p.txt
194 F:      fs/9p/
196 A2232 SERIAL BOARD DRIVER
197 P:      Enver Haase
198 M:      A2232@gmx.net
199 L:      linux-m68k@lists.linux-m68k.org
200 S:      Maintained
201 F:      drivers/char/ser_a2232*
203 AACRAID SCSI RAID DRIVER
204 P:      Adaptec OEM Raid Solutions
205 M:      aacraid@adaptec.com
206 L:      linux-scsi@vger.kernel.org
207 W:      http://www.adaptec.com/
208 S:      Supported
209 F:      Documentation/scsi/aacraid.txt
210 F:      drivers/scsi/aacraid/
212 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
213 P:      Hans de Goede
214 M:      j.w.r.degoede@hhs.nl
215 L:      lm-sensors@lm-sensors.org
216 S:      Maintained
217 F:      drivers/hwmon/abituguru.c
219 ABIT UGURU 3 HARDWARE MONITOR DRIVER
220 P:      Alistair John Strachan
221 M:      alistair@devzero.co.uk
222 L:      lm-sensors@lm-sensors.org
223 S:      Maintained
224 F:      drivers/hwmon/abituguru3.c
226 ACENIC DRIVER
227 P:      Jes Sorensen
228 M:      jes@trained-monkey.org
229 L:      linux-acenic@sunsite.dk
230 S:      Maintained
231 F:      drivers/net/acenic*
233 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
234 P: Peter Feuerer
235 M: peter@piie.net
236 W: http://piie.net/?section=acerhdf
237 S: Maintained
238 F: drivers/platform/x86/acerhdf.c
240 ACER WMI LAPTOP EXTRAS
241 P:      Carlos Corbacho
242 M:      carlos@strangeworlds.co.uk
243 L:      aceracpi@googlegroups.com (subscribers-only)
244 W:      http://code.google.com/p/aceracpi
245 S:      Maintained
246 F:      drivers/platform/x86/acer-wmi.c
248 ACPI
249 P:      Len Brown
250 M:      lenb@kernel.org
251 L:      linux-acpi@vger.kernel.org
252 W:      http://www.lesswatts.org/projects/acpi/
253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
254 S:      Supported
255 F:      drivers/acpi/
256 F:      drivers/pnp/pnpacpi/
257 F:      include/linux/acpi.h
259 ACPI BATTERY DRIVERS
260 P:      Alexey Starikovskiy
261 M:      astarikovskiy@suse.de
262 L:      linux-acpi@vger.kernel.org
263 W:      http://www.lesswatts.org/projects/acpi/
264 S:      Supported
265 F:      drivers/acpi/battery.c
266 F:      drivers/acpi/*sbs*
268 ACPI EC DRIVER
269 P:      Alexey Starikovskiy
270 M:      astarikovskiy@suse.de
271 L:      linux-acpi@vger.kernel.org
272 W:      http://www.lesswatts.org/projects/acpi/
273 S:      Supported
274 F:      drivers/acpi/ec.c
276 ACPI FAN DRIVER
277 P:      Zhang Rui
278 M:      rui.zhang@intel.com
279 L:      linux-acpi@vger.kernel.org
280 W:      http://www.lesswatts.org/projects/acpi/
281 S:      Supported
282 F:      drivers/acpi/fan.c
284 ACPI PCI HOTPLUG DRIVER
285 P:      Kristen Carlson Accardi
286 M:      kristen.c.accardi@intel.com
287 L:      linux-pci@vger.kernel.org
288 S:      Supported
289 F:      drivers/pci/hotplug/acpi*
291 ACPI PROCESSOR AGGREGATOR DRIVER
292 P:      Shaohua Li
293 M:      shaohua.li@intel.com
294 L:      linux-acpi@vger.kernel.org
295 W:      http://www.lesswatts.org/projects/acpi/
296 S:      Supported
297 F:      drivers/acpi/acpi_pad.c
299 ACPI THERMAL DRIVER
300 P:      Zhang Rui
301 M:      rui.zhang@intel.com
302 L:      linux-acpi@vger.kernel.org
303 W:      http://www.lesswatts.org/projects/acpi/
304 S:      Supported
305 F:      drivers/acpi/*thermal*
307 ACPI VIDEO DRIVER
308 P:      Zhang Rui
309 M:      rui.zhang@intel.com
310 L:      linux-acpi@vger.kernel.org
311 W:      http://www.lesswatts.org/projects/acpi/
312 S:      Supported
313 F:      drivers/acpi/video.c
315 ACPI WMI DRIVER
316 P:      Carlos Corbacho
317 M:      carlos@strangeworlds.co.uk
318 L:      linux-acpi@vger.kernel.org
319 W:      http://www.lesswatts.org/projects/acpi/
320 S:      Maintained
321 F:      drivers/platform/x86/wmi.c
323 AD1889 ALSA SOUND DRIVER
324 P:      Kyle McMartin
325 M:      kyle@mcmartin.ca
326 P:      Thibaut Varene
327 M:      T-Bone@parisc-linux.org
328 W:      http://wiki.parisc-linux.org/AD1889
329 L:      linux-parisc@vger.kernel.org
330 S:      Maintained
331 F:      sound/pci/ad1889.*
333 ADM1025 HARDWARE MONITOR DRIVER
334 P:      Jean Delvare
335 M:      khali@linux-fr.org
336 L:      lm-sensors@lm-sensors.org
337 S:      Maintained
338 F:      Documentation/hwmon/adm1025
339 F:      drivers/hwmon/adm1025.c
341 ADM1029 HARDWARE MONITOR DRIVER
342 P:      Corentin Labbe
343 M:      corentin.labbe@geomatys.fr
344 L:      lm-sensors@lm-sensors.org
345 S:      Maintained
346 F:      drivers/hwmon/adm1029.c
348 ADM8211 WIRELESS DRIVER
349 P:      Michael Wu
350 M:      flamingice@sourmilk.net
351 L:      linux-wireless@vger.kernel.org
352 W:      http://linuxwireless.org/
353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
354 S:      Maintained
355 F:      drivers/net/wireless/adm8211.*
357 ADT746X FAN DRIVER
358 P:      Colin Leroy
359 M:      colin@colino.net
360 S:      Maintained
361 F:      drivers/macintosh/therm_adt746x.c
363 ADVANSYS SCSI DRIVER
364 P:      Matthew Wilcox
365 M:      matthew@wil.cx
366 L:      linux-scsi@vger.kernel.org
367 S:      Maintained
368 F:      Documentation/scsi/advansys.txt
369 F:      drivers/scsi/advansys.c
371 AEDSP16 DRIVER
372 P:      Riccardo Facchetti
373 M:      fizban@tin.it
374 S:      Maintained
375 F:      sound/oss/aedsp16.c
377 AFFS FILE SYSTEM
378 P:      Roman Zippel
379 M:      zippel@linux-m68k.org
380 S:      Maintained
381 F:      Documentation/filesystems/affs.txt
382 F:      fs/affs/
384 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
385 P:      David Howells
386 M:      dhowells@redhat.com
387 L:      linux-afs@lists.infradead.org
388 S:      Supported
389 F:      fs/afs/
390 F:      include/net/af_rxrpc.h
391 F:      net/rxrpc/af_rxrpc.c
393 AGPGART DRIVER
394 P:      David Airlie
395 M:      airlied@linux.ie
396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
397 S:      Maintained
398 F:      drivers/char/agp/
399 F:      include/linux/agp*
401 AHA152X SCSI DRIVER
402 P:      Juergen E. Fischer
403 M:      fischer@norbit.de
404 L:      linux-scsi@vger.kernel.org
405 S:      Maintained
406 F:      drivers/scsi/aha152x*
407 F:      drivers/scsi/pcmcia/aha152x*
409 AIC7XXX / AIC79XX SCSI DRIVER
410 P:      Hannes Reinecke
411 M:      hare@suse.de
412 L:      linux-scsi@vger.kernel.org
413 S:      Maintained
414 F:      drivers/scsi/aic7xxx/
415 F:      drivers/scsi/aic7xxx_old/
418 P:      Benjamin LaHaise
419 M:      bcrl@kvack.org
420 L:      linux-aio@kvack.org
421 S:      Supported
422 F:      fs/aio.c
423 F:      include/linux/*aio*.h
425 ALCATEL SPEEDTOUCH USB DRIVER
426 P:      Duncan Sands
427 M:      duncan.sands@free.fr
428 L:      linux-usb@vger.kernel.org
429 W:      http://www.linux-usb.org/SpeedTouch/
430 S:      Maintained
431 F:      drivers/usb/atm/speedtch.c
432 F:      drivers/usb/atm/usbatm.c
434 ALCHEMY AU1XX0 MMC DRIVER
435 P:      Manuel Lauss
436 M:      manuel.lauss@gmail.com
437 S:      Maintained
438 F:      drivers/mmc/host/au1xmmc.c
440 ALI1563 I2C DRIVER
441 P:      Rudolf Marek
442 M:      r.marek@assembler.cz
443 L:      linux-i2c@vger.kernel.org
444 S:      Maintained
445 F:      Documentation/i2c/busses/i2c-ali1563
446 F:      drivers/i2c/busses/i2c-ali1563.c
448 ALPHA PORT
449 P:      Richard Henderson
450 M:      rth@twiddle.net
451 S:      Odd Fixes for 2.4; Maintained for 2.6.
452 P:      Ivan Kokshaysky
453 M:      ink@jurassic.park.msu.ru
454 S:      Maintained for 2.4; PCI support for 2.6.
455 L:      linux-alpha@vger.kernel.org
456 F:      arch/alpha/
458 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
459 P:      Thomas Dahlmann
460 M:      dahlmann.thomas@arcor.de
461 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
462 S:      Supported
463 F:      drivers/usb/gadget/amd5536udc.*
465 AMD GEODE PROCESSOR/CHIPSET SUPPORT
466 P:      Jordan Crouse
467 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
468 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
469 S:      Supported
470 F:      arch/x86/kernel/geode_32.c
471 F:      drivers/char/hw_random/geode-rng.c
472 F:      drivers/crypto/geode*
473 F:      drivers/video/geode/
474 F:      arch/x86/include/asm/geode.h
476 AMD IOMMU (AMD-VI)
477 P:      Joerg Roedel
478 M:      joerg.roedel@amd.com
479 L:      iommu@lists.linux-foundation.org
480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
481 S:      Supported
482 F:      arch/x86/kernel/amd_iommu*.c
483 F:      arch/x86/include/asm/amd_iommu*.h
485 AMD MICROCODE UPDATE SUPPORT
486 P:      Andreas Herrmann
487 M:      andreas.herrmann3@amd.com
488 L:      amd64-microcode@amd64.org
489 S:      Supported
490 F:      arch/x86/kernel/microcode_amd.c
492 AMS (Apple Motion Sensor) DRIVER
493 P:      Stelian Pop
494 M:      stelian@popies.net
495 P:      Michael Hanselmann
496 M:      linux-kernel@hansmi.ch
497 S:      Supported
498 F:      drivers/hwmon/ams/
500 AMSO1100 RNIC DRIVER
501 P:      Tom Tucker
502 M:      tom@opengridcomputing.com
503 P:      Steve Wise
504 M:      swise@opengridcomputing.com
505 L:      general@lists.openfabrics.org
506 S:      Maintained
507 F:      drivers/infiniband/hw/amso1100/
509 AOA (Apple Onboard Audio) ALSA DRIVER
510 P:      Johannes Berg
511 M:      johannes@sipsolutions.net
512 L:      linuxppc-dev@ozlabs.org
513 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
514 S:      Maintained
515 F:      sound/aoa/
517 APM DRIVER
518 P:      Stephen Rothwell
519 M:      sfr@canb.auug.org.au
520 L:      linux-laptop@vger.kernel.org
521 W:      http://www.canb.auug.org.au/~sfr/
522 S:      Supported
523 F:      arch/x86/kernel/apm_32.c
524 F:      include/linux/apm_bios.h
526 APPLE BCM5974 MULTITOUCH DRIVER
527 P:      Henrik Rydberg
528 M:      rydberg@euromail.se
529 L:      linux-input@vger.kernel.org
530 S:      Maintained
531 F:      drivers/input/mouse/bcm5974.c
533 APPLE SMC DRIVER
534 P:      Nicolas Boichat
535 M:      nicolas@boichat.ch
536 L:      mactel-linux-devel@lists.sourceforge.net
537 S:      Maintained
538 F:      drivers/hwmon/applesmc.c
540 APPLETALK NETWORK LAYER
541 P:      Arnaldo Carvalho de Melo
542 M:      acme@ghostprotocols.net
543 S:      Maintained
544 F:      drivers/net/appletalk/
545 F:      net/appletalk/
547 APPLETOUCH TOUCHPAD DRIVER
548 P:      Johannes Berg
549 M:      johannes@sipsolutions.net
550 L:      linux-input@vger.kernel.org
551 S:      Maintained
552 F:      Documentation/input/appletouch.txt
553 F:      drivers/input/mouse/appletouch.c
555 ARC FRAMEBUFFER DRIVER
556 P:      Jaya Kumar
557 M:      jayalk@intworks.biz
558 S:      Maintained
559 F:      drivers/video/arcfb.c
560 F:      drivers/video/fb_defio.c
562 ARM MFM AND FLOPPY DRIVERS
563 P:      Ian Molton
564 M:      spyro@f2s.com
565 S:      Maintained
566 F:      arch/arm/lib/floppydma.S
567 F:      arch/arm/include/asm/floppy.h
569 ARM PORT
570 P:      Russell King
571 M:      linux@arm.linux.org.uk
572 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
573 W:      http://www.arm.linux.org.uk/
574 S:      Maintained
575 F:      arch/arm/
577 ARM PRIMECELL MMCI PL180/1 DRIVER
578 S:      Orphan
579 F:      drivers/mmc/host/mmci.*
581 ARM/ADI ROADRUNNER MACHINE SUPPORT
582 P:      Lennert Buytenhek
583 M:      kernel@wantstofly.org
584 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
585 S:      Maintained
586 F:      arch/arm/mach-ixp23xx/
587 F:      arch/arm/mach-ixp23xx/include/mach/
589 ARM/ADS SPHERE MACHINE SUPPORT
590 P:      Lennert Buytenhek
591 M:      kernel@wantstofly.org
592 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
593 S:      Maintained
595 ARM/AFEB9260 MACHINE SUPPORT
596 P:      Sergey Lapin
597 M:      slapin@ossfans.org
598 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599 S:      Maintained
601 ARM/AJECO 1ARM MACHINE SUPPORT
602 P:      Lennert Buytenhek
603 M:      kernel@wantstofly.org
604 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
605 S:      Maintained
607 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
608 P:      Andrew Victor
609 M:      linux@maxim.org.za
610 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
611 W:      http://maxim.org.za/at91_26.html
612 S:      Maintained
614 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
615 P:      Lennert Buytenhek
616 M:      kernel@wantstofly.org
617 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
618 S:      Maintained
620 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
621 P:      Lennert Buytenhek
622 M:      kernel@wantstofly.org
623 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
624 S:      Maintained
626 ARM/CLKDEV SUPPORT
627 P:      Russell King
628 M:      linux@arm.linux.org.uk
629 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
630 F:      arch/arm/common/clkdev.c
631 F:      arch/arm/include/asm/clkdev.h
633 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
634 P:      Mike Rapoport
635 M:      mike@compulab.co.il
636 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
637 S:      Maintained
639 ARM/CORGI MACHINE SUPPORT
640 P:      Richard Purdie
641 M:      rpurdie@rpsys.net
642 S:      Maintained
644 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
645 P:      Paulius Zaleckas
646 M:      paulius.zaleckas@teltonika.lt
647 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
648 T:      git git://gitorious.org/linux-gemini/mainline.git
649 S:      Maintained
650 F:      arch/arm/mach-gemini/
652 ARM/EBSA110 MACHINE SUPPORT
653 P:      Russell King
654 M:      linux@arm.linux.org.uk
655 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
656 W:      http://www.arm.linux.org.uk/
657 S:      Maintained
658 F:      arch/arm/mach-ebsa110/
659 F:      drivers/net/arm/am79c961a.*
661 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
662 P:      Daniel Ribeiro
663 M:      drwyrm@gmail.com
664 P:      Stefan Schmidt
665 M:      stefan@openezx.org
666 P:      Harald Welte
667 M:      laforge@openezx.org
668 L:      openezx-devel@lists.openezx.org (subscribers-only)
669 W:      http://www.openezx.org/
670 S:      Maintained
671 T:      topgit git://git.openezx.org/openezx.git
672 F:      arch/arm/mach-pxa/ezx.c
674 ARM/FARADAY FA526 PORT
675 P:      Paulius Zaleckas
676 M:      paulius.zaleckas@teltonika.lt
677 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
678 S:      Maintained
679 F:      arch/arm/mm/*-fa*
681 ARM/FOOTBRIDGE ARCHITECTURE
682 P:      Russell King
683 M:      linux@arm.linux.org.uk
684 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
685 W:      http://www.arm.linux.org.uk/
686 S:      Maintained
687 F:      arch/arm/include/asm/hardware/dec21285.h
688 F:      arch/arm/mach-footbridge/
690 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
691 P:      Sascha Hauer
692 M:      kernel@pengutronix.de
693 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
694 S:      Maintained
696 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
697 P:      Lennert Buytenhek
698 M:      kernel@wantstofly.org
699 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
700 S:      Maintained
702 ARM/GUMSTIX MACHINE SUPPORT
703 P:      Steve Sakoman
704 M:      sakoman@gmail.com
705 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
706 S:      Maintained
708 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
709 P:      Philipp Zabel
710 M:      philipp.zabel@gmail.com
711 S:      Maintained
712 F:      arch/arm/mach-pxa/hx4700.c
713 F:      arch/arm/mach-pxa/include/mach/hx4700.h
715 ARM/HP JORNADA 7XX MACHINE SUPPORT
716 P:      Kristoffer Ericson
717 M:      kristoffer.ericson@gmail.com
718 W:      www.jlime.com
719 S:      Maintained
721 ARM/INTEL IOP32X ARM ARCHITECTURE
722 P:      Lennert Buytenhek
723 M:      kernel@wantstofly.org
724 P:      Dan Williams
725 M:      dan.j.williams@intel.com
726 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
727 S:      Supported
729 ARM/INTEL IOP33X ARM ARCHITECTURE
730 P:      Dan Williams
731 M:      dan.j.williams@intel.com
732 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
733 S:      Supported
735 ARM/INTEL IOP13XX ARM ARCHITECTURE
736 P:      Lennert Buytenhek
737 M:      kernel@wantstofly.org
738 P:      Dan Williams
739 M:      dan.j.williams@intel.com
740 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
741 S:      Supported
743 ARM/INTEL IQ81342EX MACHINE SUPPORT
744 P:      Lennert Buytenhek
745 M:      kernel@wantstofly.org
746 P:      Dan Williams
747 M:      dan.j.williams@intel.com
748 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
749 S:      Supported
751 ARM/INTEL IXP2000 ARM ARCHITECTURE
752 P:      Lennert Buytenhek
753 M:      kernel@wantstofly.org
754 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
755 S:      Maintained
757 ARM/INTEL IXDP2850 MACHINE SUPPORT
758 P:      Lennert Buytenhek
759 M:      kernel@wantstofly.org
760 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
761 S:      Maintained
763 ARM/INTEL IXP23XX ARM ARCHITECTURE
764 P:      Lennert Buytenhek
765 M:      kernel@wantstofly.org
766 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
767 S:      Maintained
769 ARM/INTEL XSC3 (MANZANO) ARM CORE
770 P:      Lennert Buytenhek
771 M:      kernel@wantstofly.org
772 P:      Dan Williams
773 M:      dan.j.williams@intel.com
774 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
775 S:      Supported
777 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
778 P:      Lennert Buytenhek
779 M:      kernel@wantstofly.org
780 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
781 S:      Maintained
783 ARM/LOGICPD PXA270 MACHINE SUPPORT
784 P:      Lennert Buytenhek
785 M:      kernel@wantstofly.org
786 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
787 S:      Maintained
789 ARM/MAGICIAN MACHINE SUPPORT
790 P:      Philipp Zabel
791 M:      philipp.zabel@gmail.com
792 S:      Maintained
794 ARM/MIOA701 MACHINE SUPPORT
795 P:      Robert Jarzmik
796 M:      robert.jarzmik@free.fr
797 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
798 F:      arch/arm/mach-pxa/mioa701.c
799 S:      Maintained
801 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
802 P:      Michael Petchkovsky
803 M:      mkpetch@internode.on.net
804 S:      Maintained
806 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
807 P:      Nelson Castillo
808 M:      arhuaco@freaks-unidos.net
809 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
810 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
811 S:      Supported
813 ARM/TOSA MACHINE SUPPORT
814 P:      Dmitry Eremin-Solenikov
815 M:      dbaryshkov@gmail.com
816 P:      Dirk Opfer
817 M:      dirk@opfer-online.de
818 S:      Maintained
820 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
821 P:      Marek Vasut
822 M:      marek.vasut@gmail.com
823 W:      http://hackndev.com
824 S:      Maintained
826 ARM/PALM TREO 680 SUPPORT
827 P:      Tomas Cech
828 M:      sleep_walker@suse.cz
829 W:      http://hackndev.com
830 S:      Maintained
832 ARM/PALMZ72 SUPPORT
833 P:      Sergey Lapin
834 M:      slapin@ossfans.org
835 W:      http://hackndev.com
836 S:      Maintained
838 ARM/PLEB SUPPORT
839 P:      Peter Chubb
840 M:      pleb@gelato.unsw.edu.au
841 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
842 S:      Maintained
844 ARM/PT DIGITAL BOARD PORT
845 P:      Stefan Eletzhofer
846 M:      stefan.eletzhofer@eletztrick.de
847 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
848 W:      http://www.arm.linux.org.uk/
849 S:      Maintained
851 ARM/RADISYS ENP2611 MACHINE SUPPORT
852 P:      Lennert Buytenhek
853 M:      kernel@wantstofly.org
854 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
855 S:      Maintained
857 ARM/RISCPC ARCHITECTURE
858 P:      Russell King
859 M:      linux@arm.linux.org.uk
860 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
861 W:      http://www.arm.linux.org.uk/
862 S:      Maintained
863 F:      arch/arm/common/time-acorn.c
864 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
865 F:      arch/arm/include/asm/hardware/ioc.h
866 F:      arch/arm/include/asm/hardware/iomd.h
867 F:      arch/arm/include/asm/hardware/memc.h
868 F:      arch/arm/mach-rpc/
869 F:      drivers/net/arm/ether*
870 F:      drivers/scsi/arm/
872 ARM/SHARK MACHINE SUPPORT
873 P:      Alexander Schulz
874 M:      alex@shark-linux.de
875 W:      http://www.shark-linux.de/shark.html
876 S:      Maintained
878 ARM/SAMSUNG ARM ARCHITECTURES
879 P:      Ben Dooks
880 M:      ben-linux@fluff.org
881 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
882 W:      http://www.fluff.org/ben/linux/
883 S:      Maintained
884 F:      arch/arm/plat-s3c/
885 F:      arch/arm/plat-s3c24xx/
887 ARM/S3C2410 ARM ARCHITECTURE
888 P:      Ben Dooks
889 M:      ben-linux@fluff.org
890 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
891 W:      http://www.fluff.org/ben/linux/
892 S:      Maintained
893 F:      arch/arm/mach-s3c2410/
895 ARM/S3C2440 ARM ARCHITECTURE
896 P:      Ben Dooks
897 M:      ben-linux@fluff.org
898 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
899 W:      http://www.fluff.org/ben/linux/
900 S:      Maintained
901 F:      arch/arm/mach-s3c2440/
903 ARM/S3C2442 ARM ARCHITECTURE
904 P:      Ben Dooks
905 M:      ben-linux@fluff.org
906 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
907 W:      http://www.fluff.org/ben/linux/
908 S:      Maintained
909 F:      arch/arm/mach-s3c2442/
911 ARM/S3C2443 ARM ARCHITECTURE
912 P:      Ben Dooks
913 M:      ben-linux@fluff.org
914 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
915 W:      http://www.fluff.org/ben/linux/
916 S:      Maintained
917 F:      arch/arm/mach-s3c2443/
919 ARM/S3C6400 ARM ARCHITECTURE
920 P:      Ben Dooks
921 M:      ben-linux@fluff.org
922 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
923 W:      http://www.fluff.org/ben/linux/
924 S:      Maintained
925 F:      arch/arm/mach-s3c6400/
927 ARM/S3C6410 ARM ARCHITECTURE
928 P:      Ben Dooks
929 M:      ben-linux@fluff.org
930 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
931 W:      http://www.fluff.org/ben/linux/
932 S:      Maintained
933 F:      arch/arm/mach-s3c6410/
935 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
936 P:      Lennert Buytenhek
937 M:      kernel@wantstofly.org
938 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
939 S:      Maintained
941 ARM/THECUS N2100 MACHINE SUPPORT
942 P:      Lennert Buytenhek
943 M:      kernel@wantstofly.org
944 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
945 S:      Maintained
947 ARM/NUVOTON W90X900 ARM ARCHITECTURE
948 P:      Wan ZongShun
949 M:      mcuos.com@gmail.com
950 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
951 W:      http://www.mcuos.com
952 S:      Maintained
954 ARM/VFP SUPPORT
955 P:      Russell King
956 M:      linux@arm.linux.org.uk
957 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
958 W:      http://www.arm.linux.org.uk/
959 S:      Maintained
960 F:      arch/arm/vfp/
962 ARPD SUPPORT
963 P:      Jonathan Layes
964 L:      netdev@vger.kernel.org
965 S:      Maintained
966 F:      net/ipv4/arp.c
968 ASUS ACPI EXTRAS DRIVER
969 P:      Corentin Chary
970 M:      corentincj@iksaif.net
971 P:      Karol Kozimor
972 M:      sziwan@users.sourceforge.net
973 L:      acpi4asus-user@lists.sourceforge.net
974 W:      http://acpi4asus.sf.net
975 S:      Maintained
976 F:      arch/x86/kernel/acpi/boot.c
977 F:      drivers/platform/x86/asus_acpi.c
979 ASUS ASB100 HARDWARE MONITOR DRIVER
980 P:      Mark M. Hoffman
981 M:      mhoffman@lightlink.com
982 L:      lm-sensors@lm-sensors.org
983 S:      Maintained
984 F:      drivers/hwmon/asb100.c
986 ASUS LAPTOP EXTRAS DRIVER
987 P:      Corentin Chary
988 M:      corentincj@iksaif.net
989 L:      acpi4asus-user@lists.sourceforge.net
990 W:      http://acpi4asus.sf.net
991 S:      Maintained
992 F:      drivers/platform/x86/asus-laptop.c
994 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
995 P:      Dan Williams
996 M:      dan.j.williams@intel.com
997 P:      Maciej Sosnowski
998 M:      maciej.sosnowski@intel.com
999 W:      http://sourceforge.net/projects/xscaleiop
1000 S:      Supported
1001 F:      Documentation/crypto/async-tx-api.txt
1002 F:      crypto/async_tx/
1003 F:      drivers/dma/
1004 F:      include/linux/dmaengine.h
1005 F:      include/linux/async_tx.h
1007 ATA OVER ETHERNET (AOE) DRIVER
1008 P:      Ed L. Cashin
1009 M:      ecashin@coraid.com
1010 W:      http://www.coraid.com/support/linux
1011 S:      Supported
1012 F:      Documentation/aoe/
1013 F:      drivers/block/aoe/
1015 ATHEROS ATH5K WIRELESS DRIVER
1016 P:      Jiri Slaby
1017 M:      jirislaby@gmail.com
1018 P:      Nick Kossifidis
1019 M:      mickflemm@gmail.com
1020 P:      Luis R. Rodriguez
1021 M:      lrodriguez@atheros.com
1022 P:      Bob Copeland
1023 M:      me@bobcopeland.com
1024 L:      linux-wireless@vger.kernel.org
1025 L:      ath5k-devel@lists.ath5k.org
1026 S:      Maintained
1027 F:      drivers/net/wireless/ath/ath5k/
1029 ATHEROS ATH9K WIRELESS DRIVER
1030 P:      Luis R. Rodriguez
1031 M:      lrodriguez@atheros.com
1032 P:      Jouni Malinen
1033 M:      jmalinen@atheros.com
1034 P:      Sujith Manoharan
1035 M:      Sujith.Manoharan@atheros.com
1036 P:      Vasanthakumar Thiagarajan
1037 M:      vasanth@atheros.com
1038 P:      Senthil Balasubramanian
1039 M:      senthilkumar@atheros.com
1040 L:      linux-wireless@vger.kernel.org
1041 L:      ath9k-devel@lists.ath9k.org
1042 S:      Supported
1043 F:      drivers/net/wireless/ath/ath9k/
1045 ATHEROS AR9170 WIRELESS DRIVER
1046 P:      Christian Lamparter
1047 M:      chunkeey@web.de
1048 L:      linux-wireless@vger.kernel.org
1049 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
1050 S:      Maintained
1051 F:      drivers/net/wireless/ath/ar9170/
1053 ATI_REMOTE2 DRIVER
1054 P:      Ville Syrjala
1055 M:      syrjala@sci.fi
1056 S:      Maintained
1057 F:      drivers/input/misc/ati_remote2.c
1059 ATLX ETHERNET DRIVERS
1060 P:      Jay Cliburn
1061 M:      jcliburn@gmail.com
1062 P:      Chris Snook
1063 M:      csnook@redhat.com
1064 P:      Jie Yang
1065 M:      jie.yang@atheros.com
1066 L:      atl1-devel@lists.sourceforge.net
1067 W:      http://sourceforge.net/projects/atl1
1068 W:      http://atl1.sourceforge.net
1069 S:      Maintained
1070 F:      drivers/net/atlx/
1073 P:      Chas Williams
1074 M:      chas@cmf.nrl.navy.mil
1075 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
1076 L:      netdev@vger.kernel.org
1077 W:      http://linux-atm.sourceforge.net
1078 S:      Maintained
1079 F:      drivers/atm/
1080 F:      include/linux/atm*
1082 ATMEL AT91 MCI DRIVER
1083 P:      Nicolas Ferre
1084 M:      nicolas.ferre@atmel.com
1085 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1086 W:      http://www.atmel.com/products/AT91/
1087 W:      http://www.at91.com/
1088 S:      Maintained
1089 F:      drivers/mmc/host/at91_mci.c
1091 ATMEL AT91 / AT32 MCI DRIVER
1092 P:      Nicolas Ferre
1093 M:      nicolas.ferre@atmel.com
1094 S:      Maintained
1095 F:      drivers/mmc/host/atmel-mci.c
1096 F:      drivers/mmc/host/atmel-mci-regs.h
1098 ATMEL AT91 / AT32 SERIAL DRIVER
1099 P:      Haavard Skinnemoen
1100 M:      hskinnemoen@atmel.com
1101 S:      Supported
1102 F:      drivers/serial/atmel_serial.c
1104 ATMEL LCDFB DRIVER
1105 P:      Nicolas Ferre
1106 M:      nicolas.ferre@atmel.com
1107 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1108 S:      Maintained
1109 F:      drivers/video/atmel_lcdfb.c
1110 F:      include/video/atmel_lcdc.h
1112 ATMEL MACB ETHERNET DRIVER
1113 P:      Haavard Skinnemoen
1114 M:      hskinnemoen@atmel.com
1115 S:      Supported
1116 F:      drivers/net/macb.*
1118 ATMEL SPI DRIVER
1119 P:      Haavard Skinnemoen
1120 M:      hskinnemoen@atmel.com
1121 S:      Supported
1122 F:      drivers/spi/atmel_spi.*
1124 ATMEL USBA UDC DRIVER
1125 P:      Haavard Skinnemoen
1126 M:      hskinnemoen@atmel.com
1127 L:      kernel@avr32linux.org
1128 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1129 S:      Supported
1130 F:      drivers/usb/gadget/atmel_usba_udc.*
1132 ATMEL WIRELESS DRIVER
1133 P:      Simon Kelley
1134 M:      simon@thekelleys.org.uk
1135 L:      linux-wireless@vger.kernel.org
1136 W:      http://www.thekelleys.org.uk/atmel
1137 W:      http://atmelwlandriver.sourceforge.net/
1138 S:      Maintained
1139 F:      drivers/net/wireless/atmel*
1141 AUDIT SUBSYSTEM
1142 P:      Al Viro
1143 M:      viro@zeniv.linux.org.uk
1144 P:      Eric Paris
1145 M:      eparis@redhat.com
1146 L:      linux-audit@redhat.com (subscribers-only)
1147 W:      http://people.redhat.com/sgrubb/audit/
1148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1149 S:      Maintained
1150 F:      include/linux/audit.h
1151 F:      kernel/audit*
1153 AUXILIARY DISPLAY DRIVERS
1154 P:      Miguel Ojeda Sandonis
1155 M:      miguel.ojeda.sandonis@gmail.com
1156 W:      http://miguelojeda.es/auxdisplay.htm
1157 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1158 S:      Maintained
1159 F:      drivers/auxdisplay/
1160 F:      include/linux/cfag12864b.h
1162 AVR32 ARCHITECTURE
1163 P:      Haavard Skinnemoen
1164 M:      hskinnemoen@atmel.com
1165 W:      http://www.atmel.com/products/AVR32/
1166 W:      http://avr32linux.org/
1167 W:      http://avrfreaks.net/
1168 S:      Supported
1169 F:      arch/avr32/
1171 AVR32/AT32AP MACHINE SUPPORT
1172 P:      Haavard Skinnemoen
1173 M:      hskinnemoen@atmel.com
1174 S:      Supported
1175 F:      arch/avr32/mach-at32ap/
1177 AX.25 NETWORK LAYER
1178 P:      Ralf Baechle
1179 M:      ralf@linux-mips.org
1180 L:      linux-hams@vger.kernel.org
1181 W:      http://www.linux-ax25.org/
1182 S:      Maintained
1183 F:      include/linux/ax25.h
1184 F:      include/net/ax25.h
1185 F:      net/ax25/
1187 B43 WIRELESS DRIVER
1188 P:      Michael Buesch
1189 M:      mb@bu3sch.de
1190 P:      Stefano Brivio
1191 M:      stefano.brivio@polimi.it
1192 L:      linux-wireless@vger.kernel.org
1193 W:      http://linuxwireless.org/en/users/Drivers/b43
1194 S:      Maintained
1195 F:      drivers/net/wireless/b43/
1197 B43LEGACY WIRELESS DRIVER
1198 P:      Larry Finger
1199 M:      Larry.Finger@lwfinger.net
1200 P:      Stefano Brivio
1201 M:      stefano.brivio@polimi.it
1202 L:      linux-wireless@vger.kernel.org
1203 W:      http://linuxwireless.org/en/users/Drivers/b43
1204 S:      Maintained
1205 F:      drivers/net/wireless/b43legacy/
1207 BACKLIGHT CLASS/SUBSYSTEM
1208 P:      Richard Purdie
1209 M:      rpurdie@rpsys.net
1210 S:      Maintained
1211 F:      drivers/video/backlight/
1212 F:      include/linux/backlight.h
1214 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1215 P:      Thomas Sailer
1216 M:      t.sailer@alumni.ethz.ch
1217 L:      linux-hams@vger.kernel.org
1218 W:      http://www.baycom.org/~tom/ham/ham.html
1219 S:      Maintained
1220 F:      drivers/net/hamradio/baycom*
1222 BEFS FILE SYSTEM
1223 P:      Sergey S. Kostyliov
1224 M:      rathamahata@php4.ru
1225 S:      Maintained
1226 F:      Documentation/filesystems/befs.txt
1227 F:      fs/befs/
1229 BFS FILE SYSTEM
1230 P:      Tigran A. Aivazian
1231 M:      tigran@aivazian.fsnet.co.uk
1232 S:      Maintained
1233 F:      Documentation/filesystems/bfs.txt
1234 F:      fs/bfs/
1235 F:      include/linux/bfs_fs.h
1237 BLACKFIN ARCHITECTURE
1238 P:      Mike Frysinger
1239 M:      vapier@gentoo.org
1240 L:      uclinux-dist-devel@blackfin.uclinux.org
1241 W:      http://blackfin.uclinux.org
1242 S:      Supported
1243 F:      arch/blackfin/
1245 BLACKFIN EMAC DRIVER
1246 P:      Michael Hennerich
1247 M:      michael.hennerich@analog.com
1248 L:      uclinux-dist-devel@blackfin.uclinux.org
1249 W:      http://blackfin.uclinux.org
1250 S:      Supported
1251 F:      drivers/net/bfin_mac.*
1253 BLACKFIN RTC DRIVER
1254 P:      Mike Frysinger
1255 M:      vapier.adi@gmail.com
1256 L:      uclinux-dist-devel@blackfin.uclinux.org
1257 W:      http://blackfin.uclinux.org
1258 S:      Supported
1259 F:      drivers/rtc/rtc-bfin.c
1261 BLACKFIN SERIAL DRIVER
1262 P:      Sonic Zhang
1263 M:      sonic.zhang@analog.com
1264 L:      uclinux-dist-devel@blackfin.uclinux.org
1265 W:      http://blackfin.uclinux.org
1266 S:      Supported
1267 F:      drivers/serial/bfin_5xx.c
1269 BLACKFIN WATCHDOG DRIVER
1270 P:      Mike Frysinger
1271 M:      vapier.adi@gmail.com
1272 L:      uclinux-dist-devel@blackfin.uclinux.org
1273 W:      http://blackfin.uclinux.org
1274 S:      Supported
1275 F:      drivers/watchdog/bfin_wdt.c
1277 BLACKFIN I2C TWI DRIVER
1278 P:      Sonic Zhang
1279 M:      sonic.zhang@analog.com
1280 L:      uclinux-dist-devel@blackfin.uclinux.org
1281 W:      http://blackfin.uclinux.org/
1282 S:      Supported
1283 F:      drivers/i2c/busses/i2c-bfin-twi.c
1285 BLOCK LAYER
1286 P:      Jens Axboe
1287 M:      axboe@kernel.dk
1288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1289 S:      Maintained
1290 F:      block/
1292 BLOCK2MTD DRIVER
1293 P:      Joern Engel
1294 M:      joern@lazybastard.org
1295 L:      linux-mtd@lists.infradead.org
1296 S:      Maintained
1297 F:      drivers/mtd/devices/block2mtd.c
1299 BLUETOOTH DRIVERS
1300 P:      Marcel Holtmann
1301 M:      marcel@holtmann.org
1302 L:      linux-bluetooth@vger.kernel.org
1303 W:      http://www.bluez.org/
1304 S:      Maintained
1305 F:      drivers/bluetooth/
1307 BLUETOOTH SUBSYSTEM
1308 P:      Marcel Holtmann
1309 M:      marcel@holtmann.org
1310 L:      linux-bluetooth@vger.kernel.org
1311 W:      http://www.bluez.org/
1312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1313 S:      Maintained
1314 F:      net/bluetooth/
1315 F:      include/net/bluetooth/
1317 BONDING DRIVER
1318 P:      Jay Vosburgh
1319 M:      fubar@us.ibm.com
1320 L:      bonding-devel@lists.sourceforge.net
1321 W:      http://sourceforge.net/projects/bonding/
1322 S:      Supported
1323 F:      drivers/net/bonding/
1324 F:      include/linux/if_bonding.h
1326 BROADCOM B44 10/100 ETHERNET DRIVER
1327 P:      Gary Zambrano
1328 M:      zambrano@broadcom.com
1329 L:      netdev@vger.kernel.org
1330 S:      Supported
1331 F:      drivers/net/b44.*
1333 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1334 P:      Michael Chan
1335 M:      mchan@broadcom.com
1336 L:      netdev@vger.kernel.org
1337 S:      Supported
1338 F:      drivers/net/bnx2.*
1339 F:      drivers/net/bnx2_*
1341 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1342 P:      Eilon Greenstein
1343 M:      eilong@broadcom.com
1344 L:      netdev@vger.kernel.org
1345 S:      Supported
1346 F:      drivers/net/bnx2x*
1348 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1349 P:      Matt Carlson
1350 M:      mcarlson@broadcom.com
1351 P:      Michael Chan
1352 M:      mchan@broadcom.com
1353 L:      netdev@vger.kernel.org
1354 S:      Supported
1355 F:      drivers/net/tg3.*
1357 BSG (block layer generic sg v4 driver)
1358 P:      FUJITA Tomonori
1359 M:      fujita.tomonori@lab.ntt.co.jp
1360 L:      linux-scsi@vger.kernel.org
1361 S:      Supported
1362 F:      block/bsg.c
1363 F:      include/linux/bsg.h
1365 BT8XXGPIO DRIVER
1366 P:      Michael Buesch
1367 M:      mb@bu3sch.de
1368 W:      http://bu3sch.de/btgpio.php
1369 S:      Maintained
1370 F:      drivers/gpio/bt8xxgpio.c
1372 BTRFS FILE SYSTEM
1373 P:      Chris Mason
1374 M:      chris.mason@oracle.com
1375 L:      linux-btrfs@vger.kernel.org
1376 W:      http://btrfs.wiki.kernel.org/
1377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1378 S:      Maintained
1379 F:      Documentation/filesystems/btrfs.txt
1380 F:      fs/btrfs/
1382 BTTV VIDEO4LINUX DRIVER
1383 P:      Mauro Carvalho Chehab
1384 M:      mchehab@infradead.org
1385 L:      linux-media@vger.kernel.org
1386 W:      http://linuxtv.org
1387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1388 S:      Maintained
1389 F:      Documentation/video4linux/bttv/
1390 F:      drivers/media/video/bt8xx/bttv*
1392 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1393 P:      David Howells
1394 M:      dhowells@redhat.com
1395 L:      linux-cachefs@redhat.com
1396 S:      Supported
1397 F:      Documentation/filesystems/caching/cachefiles.txt
1398 F:      fs/cachefiles/
1400 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1401 P:      Jonathan Corbet
1402 M:      corbet@lwn.net
1403 L:      linux-media@vger.kernel.org
1404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1405 S:      Maintained
1406 F:      Documentation/video4linux/cafe_ccic
1407 F:      drivers/media/video/cafe_ccic*
1409 CALGARY x86-64 IOMMU
1410 P:      Muli Ben-Yehuda
1411 M:      muli@il.ibm.com
1412 P:      Jon D. Mason
1413 M:      jdmason@kudzu.us
1414 L:      discuss@x86-64.org
1415 S:      Maintained
1416 F:      arch/x86/kernel/pci-calgary_64.c
1417 F:      arch/x86/kernel/tce_64.c
1418 F:      arch/x86/include/asm/calgary.h
1419 F:      arch/x86/include/asm/tce.h
1421 CAN NETWORK LAYER
1422 P:      Urs Thuermann
1423 M:      urs.thuermann@volkswagen.de
1424 P:      Oliver Hartkopp
1425 M:      oliver.hartkopp@volkswagen.de
1426 L:      socketcan-core@lists.berlios.de (subscribers-only)
1427 W:      http://developer.berlios.de/projects/socketcan/
1428 S:      Maintained
1429 F:      drivers/net/can/
1430 F:      include/linux/can/
1431 F:      include/linux/can.h
1433 CAN NETWORK DRIVERS
1434 P:      Wolfgang Grandegger
1435 M:      wg@grandegger.com
1436 L:      socketcan-core@lists.berlios.de (subscribers-only)
1437 W:      http://developer.berlios.de/projects/socketcan/
1438 S:      Maintained
1440 CELL BROADBAND ENGINE ARCHITECTURE
1441 P:      Arnd Bergmann
1442 M:      arnd@arndb.de
1443 L:      linuxppc-dev@ozlabs.org
1444 L:      cbe-oss-dev@ozlabs.org
1445 W:      http://www.ibm.com/developerworks/power/cell/
1446 S:      Supported
1447 F:      arch/powerpc/include/asm/cell*.h
1448 F:      arch/powerpc/include/asm/spu*.h
1449 F:      arch/powerpc/oprofile/*cell*
1450 F:      arch/powerpc/platforms/cell/
1452 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1453 P:      David Vrabel
1454 M:      david.vrabel@csr.com
1455 L:      linux-usb@vger.kernel.org
1456 S:      Supported
1457 F:      Documentation/usb/WUSB-Design-overview.txt
1458 F:      Documentation/usb/wusb-cbaf
1459 F:      drivers/usb/wusbcore/
1460 F:      include/linux/usb/wusb*
1462 CFAG12864B LCD DRIVER
1463 P:      Miguel Ojeda Sandonis
1464 M:      miguel.ojeda.sandonis@gmail.com
1465 W:      http://miguelojeda.es/auxdisplay.htm
1466 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1467 S:      Maintained
1468 F:      drivers/auxdisplay/cfag12864b.c
1469 F:      include/linux/cfag12864b.h
1471 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1472 P:      Miguel Ojeda Sandonis
1473 M:      miguel.ojeda.sandonis@gmail.com
1474 W:      http://miguelojeda.es/auxdisplay.htm
1475 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1476 S:      Maintained
1477 F:      drivers/auxdisplay/cfag12864bfb.c
1478 F:      include/linux/cfag12864b.h
1480 CFG80211 and NL80211
1481 P:      Johannes Berg
1482 M:      johannes@sipsolutions.net
1483 L:      linux-wireless@vger.kernel.org
1484 S:      Maintained
1485 F:      include/linux/nl80211.h
1486 F:      include/net/cfg80211.h
1487 F:      net/wireless/*
1488 X:      net/wireless/wext*
1490 CHECKPATCH
1491 P:      Andy Whitcroft
1492 M:      apw@canonical.com
1493 S:      Supported
1494 F:      scripts/checkpatch.pl
1496 CISCO 10G ETHERNET DRIVER
1497 P:      Scott Feldman
1498 M:      scofeldm@cisco.com
1499 P:      Joe Eykholt
1500 M:      jeykholt@cisco.com
1501 S:      Supported
1502 F:      drivers/net/enic/
1504 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1505 P:      Lennert Buytenhek
1506 M:      kernel@wantstofly.org
1507 L:      netdev@vger.kernel.org
1508 S:      Maintained
1509 F:      drivers/net/arm/ep93xx_eth.c
1511 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1512 P:      Lennert Buytenhek
1513 M:      kernel@wantstofly.org
1514 L:      linux-usb@vger.kernel.org
1515 S:      Maintained
1516 F:      drivers/usb/host/ohci-ep93xx.c
1518 CIRRUS LOGIC CS4270 SOUND DRIVER
1519 P:      Timur Tabi
1520 M:      timur@freescale.com
1521 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1522 S:      Supported
1523 F:      sound/soc/codecs/cs4270*
1525 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1526 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1527 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1528 P:      Nils Faerber (port to kernel 2.4)
1529 M:      Nils Faerber <nils@kernelconcepts.de>
1530 S:      Maintained
1531 F:      Documentation/input/cs461x.txt
1532 F:      sound/pci/cs46xx/
1534 CLK API
1535 P:      Russell King
1536 M:      linux@arm.linux.org.uk
1537 F:      include/linux/clk.h
1539 CISCO FCOE HBA DRIVER
1540 P:      Abhijeet Joglekar
1541 M:      abjoglek@cisco.com
1542 P:      Joe Eykholt
1543 M:      jeykholt@cisco.com
1544 L:      linux-scsi@vger.kernel.org
1545 S:      Supported
1546 F:      drivers/scsi/fnic/
1548 CODA FILE SYSTEM
1549 P:      Jan Harkes
1550 M:      jaharkes@cs.cmu.edu
1551 M:      coda@cs.cmu.edu
1552 L:      codalist@coda.cs.cmu.edu
1553 W:      http://www.coda.cs.cmu.edu/
1554 S:      Maintained
1555 F:      Documentation/filesystems/coda.txt
1556 F:      fs/coda/
1557 F:      include/linux/coda*.h
1559 COMMON INTERNET FILE SYSTEM (CIFS)
1560 P:      Steve French
1561 M:      sfrench@samba.org
1562 L:      linux-cifs-client@lists.samba.org
1563 L:      samba-technical@lists.samba.org
1564 W:      http://linux-cifs.samba.org/
1565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1566 S:      Supported
1567 F:      Documentation/filesystems/cifs.txt
1568 F:      fs/cifs/
1570 COMPACTPCI HOTPLUG CORE
1571 P:      Scott Murray
1572 M:      scottm@somanetworks.com
1573 M:      scott@spiteful.org
1574 L:      linux-pci@vger.kernel.org
1575 S:      Supported
1576 F:      drivers/pci/hotplug/cpci_hotplug*
1578 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1579 P:      Scott Murray
1580 M:      scottm@somanetworks.com
1581 M:      scott@spiteful.org
1582 L:      linux-pci@vger.kernel.org
1583 S:      Supported
1584 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1586 COMPACTPCI HOTPLUG GENERIC DRIVER
1587 P:      Scott Murray
1588 M:      scottm@somanetworks.com
1589 M:      scott@spiteful.org
1590 L:      linux-pci@vger.kernel.org
1591 S:      Supported
1592 F:      drivers/pci/hotplug/cpcihp_generic.c
1594 COMPAL LAPTOP SUPPORT
1595 P:      Cezary Jackiewicz
1596 M:      cezary.jackiewicz@gmail.com
1597 S:      Maintained
1598 F:      drivers/platform/x86/compal-laptop.c
1600 COMPUTONE INTELLIPORT MULTIPORT CARD
1601 P:      Michael H. Warfield
1602 M:      mhw@wittsend.com
1603 W:      http://www.wittsend.com/computone.html
1604 S:      Maintained
1605 F:      Documentation/serial/computone.txt
1606 F:      drivers/char/ip2/
1608 CONEXANT ACCESSRUNNER USB DRIVER
1609 P:      Simon Arlott
1610 M:      cxacru@fire.lp0.eu
1611 L:      accessrunner-general@lists.sourceforge.net
1612 W:      http://accessrunner.sourceforge.net/
1613 S:      Maintained
1614 F:      drivers/usb/atm/cxacru.c
1616 CONFIGFS
1617 P:      Joel Becker
1618 M:      joel.becker@oracle.com
1619 S:      Supported
1620 F:      fs/configfs/
1621 F:      include/linux/configfs.h
1623 CONNECTOR
1624 P:      Evgeniy Polyakov
1625 M:      zbr@ioremap.net
1626 L:      netdev@vger.kernel.org
1627 S:      Maintained
1628 F:      drivers/connector/
1630 CONTROL GROUPS (CGROUPS)
1631 P:      Paul Menage
1632 M:      menage@google.com
1633 P:      Li Zefan
1634 M:      lizf@cn.fujitsu.com
1635 L:      containers@lists.linux-foundation.org
1636 S:      Maintained
1637 F:      include/linux/cgroup*
1638 F:      kernel/cgroup*
1639 F:      mm/*cgroup*
1641 CORETEMP HARDWARE MONITORING DRIVER
1642 P:      Rudolf Marek
1643 M:      r.marek@assembler.cz
1644 L:      lm-sensors@lm-sensors.org
1645 S:      Maintained
1646 F:      Documentation/hwmon/coretemp
1647 F:      drivers/hwmon/coretemp.c
1649 COSA/SRP SYNC SERIAL DRIVER
1650 P:      Jan "Yenya" Kasprzak
1651 M:      kas@fi.muni.cz
1652 W:      http://www.fi.muni.cz/~kas/cosa/
1653 S:      Maintained
1654 F:      drivers/net/wan/cosa*
1656 CPMAC ETHERNET DRIVER
1657 P:      Florian Fainelli
1658 M:      florian@openwrt.org
1659 L:      netdev@vger.kernel.org
1660 S:      Maintained
1661 F:      drivers/net/cpmac.c
1663 CPU FREQUENCY DRIVERS
1664 P:      Dave Jones
1665 M:      davej@redhat.com
1666 L:      cpufreq@vger.kernel.org
1667 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1669 S:      Maintained
1670 F:      arch/x86/kernel/cpu/cpufreq/
1671 F:      drivers/cpufreq/
1672 F:      include/linux/cpufreq.h
1674 CPUID/MSR DRIVER
1675 P:      H. Peter Anvin
1676 M:      hpa@zytor.com
1677 S:      Maintained
1678 F:      arch/x86/kernel/cpuid.c
1679 F:      arch/x86/kernel/msr.c
1681 CPUSETS
1682 P:      Paul Menage
1683 M:      menage@google.com
1684 W:      http://www.bullopensource.org/cpuset/
1685 W:      http://oss.sgi.com/projects/cpusets/
1686 S:      Supported
1687 F:      Documentation/cgroups/cpusets.txt
1688 F:      include/linux/cpuset.h
1689 F:      kernel/cpuset.c
1691 CRAMFS FILESYSTEM
1692 W:      http://sourceforge.net/projects/cramfs/
1693 S:      Orphan
1694 F:      Documentation/filesystems/cramfs.txt
1695 F:      fs/cramfs/
1697 CRIS PORT
1698 P:      Mikael Starvik
1699 M:      starvik@axis.com
1700 P:      Jesper Nilsson
1701 M:      jesper.nilsson@axis.com
1702 L:      linux-cris-kernel@axis.com
1703 W:      http://developer.axis.com
1704 S:      Maintained
1705 F:      arch/cris/
1707 CRYPTO API
1708 P:      Herbert Xu
1709 M:      herbert@gondor.apana.org.au
1710 P:      David S. Miller
1711 M:      davem@davemloft.net
1712 L:      linux-crypto@vger.kernel.org
1713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1714 S:      Maintained
1715 F:      Documentation/crypto/
1716 F:      arch/*/crypto/
1717 F:      crypto/
1718 F:      drivers/crypto/
1719 F:      include/crypto/
1721 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1722 P:      Neil Horman
1723 M:      nhorman@tuxdriver.com
1724 L:      linux-crypto@vger.kernel.org
1725 S:      Maintained
1727 CS5535 Audio ALSA driver
1728 P:      Jaya Kumar
1729 M:      jayakumar.alsa@gmail.com
1730 S:      Maintained
1731 F:      sound/pci/cs5535audio/
1733 CX18 VIDEO4LINUX DRIVER
1734 P:      Hans Verkuil
1735 M:      hverkuil@xs4all.nl
1736 P:      Andy Walls
1737 M:      awalls@radix.net
1738 L:      ivtv-devel@ivtvdriver.org
1739 L:      ivtv-users@ivtvdriver.org
1740 L:      linux-media@vger.kernel.org
1741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1742 W:      http://linuxtv.org
1743 S:      Maintained
1744 F:      Documentation/video4linux/cx18.txt
1745 F:      drivers/media/video/cx18/
1747 CXGB3 ETHERNET DRIVER (CXGB3)
1748 P:      Divy Le Ray
1749 M:      divy@chelsio.com
1750 L:      netdev@vger.kernel.org
1751 W:      http://www.chelsio.com
1752 S:      Supported
1753 F:      drivers/net/cxgb3/
1755 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1756 P:      Steve Wise
1757 M:      swise@chelsio.com
1758 L:      general@lists.openfabrics.org
1759 W:      http://www.openfabrics.org
1760 S:      Supported
1761 F:      drivers/infiniband/hw/cxgb3/
1763 CYBERPRO FB DRIVER
1764 P:      Russell King
1765 M:      linux@arm.linux.org.uk
1766 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1767 W:      http://www.arm.linux.org.uk/
1768 S:      Maintained
1769 F:      drivers/video/cyber2000fb.*
1771 CYCLADES 2X SYNC CARD DRIVER
1772 P:      Arnaldo Carvalho de Melo
1773 M:      acme@ghostprotocols.net
1774 W:      http://oops.ghostprotocols.net:81/blog
1775 S:      Maintained
1776 F:      drivers/net/wan/cycx*
1778 CYCLADES ASYNC MUX DRIVER
1779 W:      http://www.cyclades.com/
1780 S:      Orphan
1781 F:      drivers/char/cyclades.c
1782 F:      include/linux/cyclades.h
1784 CYCLADES PC300 DRIVER
1785 W:      http://www.cyclades.com/
1786 S:      Orphan
1787 F:      drivers/net/wan/pc300*
1789 DAMA SLAVE for AX.25
1790 P:      Joerg Reuter
1791 M:      jreuter@yaina.de
1792 W:      http://yaina.de/jreuter/
1793 W:      http://www.qsl.net/dl1bke/
1794 L:      linux-hams@vger.kernel.org
1795 S:      Maintained
1796 F:      net/ax25/af_ax25.c
1797 F:      net/ax25/ax25_dev.c
1798 F:      net/ax25/ax25_ds_*
1799 F:      net/ax25/ax25_in.c
1800 F:      net/ax25/ax25_out.c
1801 F:      net/ax25/ax25_timer.c
1802 F:      net/ax25/sysctl_net_ax25.c
1804 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1805 P:      Tobias Ringstrom
1806 M:      tori@unhappy.mine.nu
1807 L:      netdev@vger.kernel.org
1808 S:      Maintained
1809 F:      Documentation/networking/dmfe.txt
1810 F:      drivers/net/tulip/dmfe.c
1812 DC390/AM53C974 SCSI driver
1813 P:      Kurt Garloff
1814 M:      garloff@suse.de
1815 W:      http://www.garloff.de/kurt/linux/dc390/
1816 P:      Guennadi Liakhovetski
1817 M:      g.liakhovetski@gmx.de
1818 S:      Maintained
1819 F:      drivers/scsi/tmscsim.*
1821 DC395x SCSI driver
1822 P:      Oliver Neukum
1823 M:      oliver@neukum.name
1824 P:      Ali Akcaagac
1825 M:      aliakc@web.de
1826 P:      Jamie Lenehan
1827 M:      lenehan@twibble.org
1828 W:      http://twibble.org/dist/dc395x/
1829 L:      dc395x@twibble.org
1830 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1831 S:      Maintained
1832 F:      Documentation/scsi/dc395x.txt
1833 F:      drivers/scsi/dc395x.*
1835 DCCP PROTOCOL
1836 P:      Arnaldo Carvalho de Melo
1837 M:      acme@ghostprotocols.net
1838 L:      dccp@vger.kernel.org
1839 W:      http://linux-net.osdl.org/index.php/DCCP
1840 S:      Maintained
1841 F:      include/linux/dccp.h
1842 F:      include/linux/tfrc.h
1843 F:      net/dccp/
1845 DECnet NETWORK LAYER
1846 P:      Christine Caulfield
1847 M:      christine.caulfield@googlemail.com
1848 W:      http://linux-decnet.sourceforge.net
1849 L:      linux-decnet-user@lists.sourceforge.net
1850 S:      Maintained
1851 F:      Documentation/networking/decnet.txt
1852 F:      net/decnet/
1854 DEFXX FDDI NETWORK DRIVER
1855 P:      Maciej W. Rozycki
1856 M:      macro@linux-mips.org
1857 S:      Maintained
1858 F:      drivers/net/defxx.*
1860 DELL LAPTOP DRIVER
1861 P:      Matthew Garrett
1862 M:      mjg59@srcf.ucam.org
1863 S:      Maintained
1864 F:      drivers/platform/x86/dell-laptop.c
1866 DELL LAPTOP SMM DRIVER
1867 P:      Massimo Dal Zotto
1868 M:      dz@debian.org
1869 W:      http://www.debian.org/~dz/i8k/
1870 S:      Maintained
1871 F:      drivers/char/i8k.c
1872 F:      include/linux/i8k.h
1874 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1875 P:      Doug Warzecha
1876 M:      Douglas_Warzecha@dell.com
1877 S:      Maintained
1878 F:      Documentation/dcdbas.txt
1879 F:      drivers/firmware/dcdbas.*
1881 DELL WMI EXTRAS DRIVER
1882 P:      Matthew Garrett
1883 M:      mjg59@srcf.ucam.org
1884 S:      Maintained
1886 DEVICE NUMBER REGISTRY
1887 P:      Torben Mathiasen
1888 M:      device@lanana.org
1889 W:      http://lanana.org/docs/device-list/index.html
1890 S:      Maintained
1892 DEVICE-MAPPER  (LVM)
1893 P:      Alasdair Kergon
1894 L:      dm-devel@redhat.com
1895 W:      http://sources.redhat.com/dm
1896 S:      Maintained
1897 F:      Documentation/device-mapper/
1898 F:      drivers/md/dm*
1899 F:      include/linux/device-mapper.h
1900 F:      include/linux/dm-*.h
1902 DIGI INTL. EPCA DRIVER
1903 P:      Digi International, Inc
1904 M:      Eng.Linux@digi.com
1905 L:      Eng.Linux@digi.com
1906 W:      http://www.digi.com
1907 S:      Orphan
1908 F:      Documentation/serial/digiepca.txt
1909 F:      drivers/char/epca*
1910 F:      drivers/char/digi*
1912 DIRECTORY NOTIFICATION (DNOTIFY)
1913 P:      Eric Paris
1914 M:      eparis@parisplace.org
1915 S:      Maintained
1916 F:      Documentation/filesystems/dnotify.txt
1917 F:      fs/notify/dnotify/
1918 F:      include/linux/dnotify.h
1920 DISK GEOMETRY AND PARTITION HANDLING
1921 P:      Andries Brouwer
1922 M:      aeb@cwi.nl
1923 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1924 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1925 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1926 S:      Maintained
1928 DISKQUOTA
1929 P:      Jan Kara
1930 M:      jack@suse.cz
1931 S:      Maintained
1932 F:      Documentation/filesystems/quota.txt
1933 F:      fs/quota/
1934 F:      include/linux/quota*.h
1936 DISTRIBUTED LOCK MANAGER (DLM)
1937 P:      Christine Caulfield
1938 M:      ccaulfie@redhat.com
1939 P:      David Teigland
1940 M:      teigland@redhat.com
1941 L:      cluster-devel@redhat.com
1942 W:      http://sources.redhat.com/cluster/
1943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1944 S:      Supported
1945 F:      fs/dlm/
1947 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1948 P:      Maciej Sosnowski
1949 M:      maciej.sosnowski@intel.com
1950 P:      Dan Williams
1951 M:      dan.j.williams@intel.com
1952 S:      Supported
1953 F:      drivers/dma/
1954 F:      include/linux/dma*
1956 DME1737 HARDWARE MONITOR DRIVER
1957 P:      Juerg Haefliger
1958 M:      juergh@gmail.com
1959 L:      lm-sensors@lm-sensors.org
1960 S:      Maintained
1961 F:      Documentation/hwmon/dme1737
1962 F:      drivers/hwmon/dme1737.c
1964 DOCBOOK FOR DOCUMENTATION
1965 P:      Randy Dunlap
1966 M:      rdunlap@xenotime.net
1967 S:      Maintained
1969 DOCKING STATION DRIVER
1970 P:      Shaohua Li
1971 M:      shaohua.li@intel.com
1972 L:      linux-acpi@vger.kernel.org
1973 S:      Supported
1974 F:      drivers/acpi/dock.c
1976 DOCUMENTATION
1977 P:      Randy Dunlap
1978 M:      rdunlap@xenotime.net
1979 L:      linux-doc@vger.kernel.org
1980 S:      Maintained
1981 F:      Documentation/
1983 DOUBLETALK DRIVER
1984 P:      James R. Van Zandt
1985 M:      jrv@vanzandt.mv.com
1986 L:      blinux-list@redhat.com
1987 S:      Maintained
1988 F:      drivers/char/dtlk.c
1989 F:      include/linux/dtlk.h
1991 DPT_I2O SCSI RAID DRIVER
1992 P:      Adaptec OEM Raid Solutions
1993 M:      aacraid@adaptec.com
1994 L:      linux-scsi@vger.kernel.org
1995 W:      http://www.adaptec.com/
1996 S:      Maintained
1997 F:      drivers/scsi/dpt*
1998 F:      drivers/scsi/dpt/
2000 DRIVER CORE, KOBJECTS, AND SYSFS
2001 P:      Greg Kroah-Hartman
2002 M:      gregkh@suse.de
2003 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2004 S:      Supported
2005 F:      Documentation/kobject.txt
2006 F:      drivers/base/
2007 F:      fs/sysfs/
2008 F:      include/linux/kobj*
2009 F:      lib/kobj*
2011 DRM DRIVERS
2012 P:      David Airlie
2013 M:      airlied@linux.ie
2014 L:      dri-devel@lists.sourceforge.net
2015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2016 S:      Maintained
2017 F:      drivers/gpu/drm/
2019 DSCC4 DRIVER
2020 P:      Francois Romieu
2021 M:      romieu@fr.zoreil.com
2022 L:      netdev@vger.kernel.org
2023 S:      Maintained
2024 F:      drivers/net/wan/dscc4.c
2026 DZ DECSTATION DZ11 SERIAL DRIVER
2027 P:      Maciej W. Rozycki
2028 M:      macro@linux-mips.org
2029 S:      Maintained
2030 F:      drivers/serial/dz.*
2032 EATA-DMA SCSI DRIVER
2033 P:      Michael Neuffer
2034 M:      mike@i-Connect.Net
2035 L:      linux-eata@i-connect.net
2036 L:      linux-scsi@vger.kernel.org
2037 S:      Maintained
2038 F:      drivers/scsi/eata*
2040 EATA ISA/EISA/PCI SCSI DRIVER
2041 P:      Dario Ballabio
2042 M:      ballabio_dario@emc.com
2043 L:      linux-scsi@vger.kernel.org
2044 S:      Maintained
2045 F:      drivers/scsi/eata.c
2047 EATA-PIO SCSI DRIVER
2048 P:      Michael Neuffer
2049 M:      mike@i-Connect.Net
2050 L:      linux-eata@i-connect.net
2051 L:      linux-scsi@vger.kernel.org
2052 S:      Maintained
2053 F:      drivers/scsi/eata_pio.*
2055 EBTABLES
2056 P:      Bart De Schuymer
2057 M:      bart.de.schuymer@pandora.be
2058 L:      ebtables-user@lists.sourceforge.net
2059 L:      ebtables-devel@lists.sourceforge.net
2060 W:      http://ebtables.sourceforge.net/
2061 S:      Maintained
2062 F:      include/linux/netfilter_bridge/ebt_*.h
2063 F:      net/bridge/netfilter/ebt*.c
2065 ECRYPT FILE SYSTEM
2066 P:      Tyler Hicks
2067 M:      tyhicks@linux.vnet.ibm.com
2068 P:      Dustin Kirkland
2069 M:      kirkland@canonical.com
2070 L:      ecryptfs-devel@lists.launchpad.net
2071 W:      https://launchpad.net/ecryptfs
2072 S:      Supported
2073 F:      Documentation/filesystems/ecryptfs.txt
2074 F:      fs/ecryptfs/
2076 EDAC-CORE
2077 P:      Doug Thompson
2078 M:      dougthompson@xmission.com
2079 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2080 W:      bluesmoke.sourceforge.net
2081 S:      Supported
2082 F:      Documentation/edac.txt
2083 F:      drivers/edac/edac_*
2084 F:      include/linux/edac.h
2086 EDAC-AMD64
2087 P:      Doug Thompson
2088 M:      dougthompson@xmission.com
2089 P:      Borislav Petkov
2090 M:      borislav.petkov@amd.com
2091 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2092 W:      bluesmoke.sourceforge.net
2093 S:      Supported
2094 F:      drivers/edac/amd64_edac*
2096 EDAC-E752X
2097 P:      Mark Gross
2098 M:      mark.gross@intel.com
2099 P:      Doug Thompson
2100 M:      dougthompson@xmission.com
2101 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2102 W:      bluesmoke.sourceforge.net
2103 S:      Maintained
2104 F:      drivers/edac/e752x_edac.c
2106 EDAC-E7XXX
2107 P:      Doug Thompson
2108 M:      dougthompson@xmission.com
2109 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2110 W:      bluesmoke.sourceforge.net
2111 S:      Maintained
2112 F:      drivers/edac/e7xxx_edac.c
2114 EDAC-I82443BXGX
2115 P:      Tim Small
2116 M:      tim@buttersideup.com
2117 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2118 W:      bluesmoke.sourceforge.net
2119 S:      Maintained
2120 F:      drivers/edac/i82443bxgx_edac.c
2122 EDAC-I3000
2123 P:      Jason Uhlenkott
2124 M:      juhlenko@akamai.com
2125 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2126 W:      bluesmoke.sourceforge.net
2127 S:      Maintained
2128 F:      drivers/edac/i3000_edac.c
2130 EDAC-I5000
2131 P:      Doug Thompson
2132 M:      dougthompson@xmission.com
2133 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2134 W:      bluesmoke.sourceforge.net
2135 S:      Maintained
2136 F:      drivers/edac/i5000_edac.c
2138 EDAC-I5400
2139 P:      Mauro Carvalho Chehab
2140 M:      mchehab@redhat.com
2141 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2142 W:      bluesmoke.sourceforge.net
2143 S:      Maintained
2144 F:      drivers/edac/i5400_edac.c
2146 EDAC-I82975X
2147 P:      Ranganathan Desikan
2148 M:      ravi@jetztechnologies.com
2149 P:      Arvind R.
2150 M:      arvind@jetztechnologies.com
2151 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2152 W:      bluesmoke.sourceforge.net
2153 S:      Maintained
2154 F:      drivers/edac/i82975x_edac.c
2156 EDAC-PASEMI
2157 P:      Egor Martovetsky
2158 M:      egor@pasemi.com
2159 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2160 W:      bluesmoke.sourceforge.net
2161 S:      Maintained
2162 F:      drivers/edac/pasemi_edac.c
2164 EDAC-R82600
2165 P:      Tim Small
2166 M:      tim@buttersideup.com
2167 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2168 W:      bluesmoke.sourceforge.net
2169 S:      Maintained
2170 F:      drivers/edac/r82600_edac.c
2172 EEEPC LAPTOP EXTRAS DRIVER
2173 P:      Corentin Chary
2174 M:      corentincj@iksaif.net
2175 L:      acpi4asus-user@lists.sourceforge.net
2176 W:      http://acpi4asus.sf.net
2177 S:      Maintained
2178 F:      drivers/platform/x86/eeepc-laptop.c
2180 EFS FILESYSTEM
2181 W:      http://aeschi.ch.eu.org/efs/
2182 S:      Orphan
2183 F:      fs/efs/
2185 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2186 P:      Hoang-Nam Nguyen
2187 M:      hnguyen@de.ibm.com
2188 P:      Christoph Raisch
2189 M:      raisch@de.ibm.com
2190 L:      general@lists.openfabrics.org
2191 S:      Supported
2192 F:      drivers/infiniband/hw/ehca/
2194 EMBEDDED LINUX
2195 P:      Paul Gortmaker
2196 M:      paul.gortmaker@windriver.com
2197 P:      Matt Mackall
2198 M:      mpm@selenic.com
2199 P:      David Woodhouse
2200 M:      dwmw2@infradead.org
2201 L:      linux-embedded@vger.kernel.org
2202 S:      Maintained
2204 EMULEX LPFC FC SCSI DRIVER
2205 P:      James Smart
2206 M:      james.smart@emulex.com
2207 L:      linux-scsi@vger.kernel.org
2208 W:      http://sourceforge.net/projects/lpfcxxxx
2209 S:      Supported
2210 F:      drivers/scsi/lpfc/
2212 ENE CB710 FLASH CARD READER DRIVER
2213 P:      MichaÅ‚ MirosÅ‚aw
2214 M:      mirq-linux@rere.qmqm.pl
2215 L:      linux-kernel@vger.kernel.org
2216 S:      Maintained
2217 F:      drivers/misc/cb710/
2218 F:      drivers/mmc/host/cb710-mmc.*
2219 F:      include/linux/cb710.h
2221 EPSON 1355 FRAMEBUFFER DRIVER
2222 P:      Christopher Hoover
2223 M:      ch@murgatroid.com
2224 P:      Christopher Hoover
2225 M:      ch@hpl.hp.com
2226 S:      Maintained
2227 F:      drivers/video/epson1355fb.c
2229 EPSON S1D13XXX FRAMEBUFFER DRIVER
2230 P:      Kristoffer Ericson
2231 M:      kristoffer.ericson@gmail.com
2232 S:      Maintained
2233 F:      drivers/video/s1d13xxxfb.c
2234 F:      include/video/s1d13xxxfb.h
2236 ETHEREXPRESS-16 NETWORK DRIVER
2237 P:      Philip Blundell
2238 M:      philb@gnu.org
2239 L:      netdev@vger.kernel.org
2240 S:      Maintained
2241 F:      drivers/net/eexpress.*
2243 ETHERNET BRIDGE
2244 P:      Stephen Hemminger
2245 M:      shemminger@linux-foundation.org
2246 L:      bridge@lists.linux-foundation.org
2247 W:      http://www.linux-foundation.org/en/Net:Bridge
2248 S:      Maintained
2249 F:      include/linux/netfilter_bridge/
2250 F:      net/bridge/
2252 ETHERTEAM 16I DRIVER
2253 P:      Mika Kuoppala
2254 M:      miku@iki.fi
2255 S:      Maintained
2256 F:      drivers/net/eth16i.c
2258 EXT2 FILE SYSTEM
2259 L:      linux-ext4@vger.kernel.org
2260 S:      Maintained
2261 F:      Documentation/filesystems/ext2.txt
2262 F:      fs/ext2/
2263 F:      include/linux/ext2*
2265 EXT3 FILE SYSTEM
2266 P:      Stephen Tweedie
2267 M:      sct@redhat.com
2268 P:      Andrew Morton
2269 M:      akpm@linux-foundation.org
2270 P:      Andreas Dilger
2271 M:      adilger@sun.com
2272 L:      linux-ext4@vger.kernel.org
2273 S:      Maintained
2274 F:      Documentation/filesystems/ext3.txt
2275 F:      fs/ext3/
2276 F:      include/linux/ext3*
2278 EXT4 FILE SYSTEM
2279 P:      Theodore Ts'o
2280 M:      tytso@mit.edu
2281 P:      Andreas Dilger
2282 M:      adilger@sun.com
2283 L:      linux-ext4@vger.kernel.org
2284 W:      http://ext4.wiki.kernel.org
2285 S:      Maintained
2286 F:      Documentation/filesystems/ext4.txt
2287 F:      fs/ext4/
2289 F71805F HARDWARE MONITORING DRIVER
2290 P:      Jean Delvare
2291 M:      khali@linux-fr.org
2292 L:      lm-sensors@lm-sensors.org
2293 S:      Maintained
2294 F:      Documentation/hwmon/f71805f
2295 F:      drivers/hwmon/f71805f.c
2297 FARSYNC SYNCHRONOUS DRIVER
2298 P:      Kevin Curtis
2299 M:      kevin.curtis@farsite.co.uk
2300 W:      http://www.farsite.co.uk/
2301 S:      Supported
2302 F:      drivers/net/wan/farsync.*
2304 FAULT INJECTION SUPPORT
2305 P:      Akinobu Mita
2306 M:      akinobu.mita@gmail.com
2307 S:      Supported
2308 F:      Documentation/fault-injection/
2309 F:      lib/fault-inject.c
2311 FILE LOCKING (flock() and fcntl()/lockf())
2312 P:      Matthew Wilcox
2313 M:      matthew@wil.cx
2314 L:      linux-fsdevel@vger.kernel.org
2315 S:      Maintained
2316 F:      include/linux/fcntl.h
2317 F:      include/linux/fs.h
2318 F:      fs/fcntl.c
2319 F:      fs/locks.c
2321 FILESYSTEMS (VFS and infrastructure)
2322 P:      Alexander Viro
2323 M:      viro@zeniv.linux.org.uk
2324 L:      linux-fsdevel@vger.kernel.org
2325 S:      Maintained
2326 F:      fs/*
2328 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2329 P:      Riku Voipio
2330 M:      riku.vipio@iki.fi
2331 L:      lm-sensors@lm-sensors.org
2332 S:      Maintained
2333 F:      drivers/hwmon/f75375s.c
2334 F:      include/linux/f75375s.h
2336 FIREWIRE SUBSYSTEM
2337 P:      Kristian Hoegsberg
2338 M:      krh@redhat.com
2339 P:      Stefan Richter
2340 M:      stefanr@s5r6.in-berlin.de
2341 L:      linux1394-devel@lists.sourceforge.net
2342 W:      http://www.linux1394.org/
2343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2344 S:      Maintained
2345 F:      drivers/firewire/
2346 F:      include/linux/firewire*.h
2348 FIRMWARE LOADER (request_firmware)
2349 S:      Orphan
2350 F:      Documentation/firmware_class/
2351 F:      drivers/base/firmware*.c
2352 F:      include/linux/firmware.h
2354 FPU EMULATOR
2355 P:      Bill Metzenthen
2356 M:      billm@melbpc.org.au
2357 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2358 S:      Maintained
2359 F:      arch/x86/math-emu/
2361 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2362 P:      Mike McLagan
2363 M:      mike.mclagan@linux.org
2364 L:      netdev@vger.kernel.org
2365 S:      Maintained
2366 F:      drivers/net/wan/dlci.c
2367 F:      drivers/net/wan/sdla.c
2369 FRAMEBUFFER LAYER
2370 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2371 W:      http://linux-fbdev.sourceforge.net/
2372 S:      Orphan
2373 F:      Documentation/fb/
2374 F:      drivers/video/fb*
2375 F:      include/linux/fb.h
2377 FREESCALE DMA DRIVER
2378 P:      Li Yang
2379 M:      leoli@freescale.com
2380 P:      Zhang Wei
2381 M:      zw@zh-kernel.org
2382 L:      linuxppc-dev@ozlabs.org
2383 S:      Maintained
2384 F:      drivers/dma/fsldma.*
2386 FREESCALE I2C CPM DRIVER
2387 P:      Jochen Friedrich
2388 M:      jochen@scram.de
2389 L:      linuxppc-dev@ozlabs.org
2390 L:      linux-i2c@vger.kernel.org
2391 S:      Maintained
2392 F:      drivers/i2c/busses/i2c-cpm.c
2394 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2395 P:      Sascha Hauer
2396 M:      kernel@pengutronix.de
2397 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2398 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2399 S:      Maintained
2400 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2401 F:      drivers/video/imxfb.c
2403 FREESCALE SOC FS_ENET DRIVER
2404 P:      Pantelis Antoniou
2405 M:      pantelis.antoniou@gmail.com
2406 P:      Vitaly Bordug
2407 M:      vbordug@ru.mvista.com
2408 L:      linuxppc-dev@ozlabs.org
2409 L:      netdev@vger.kernel.org
2410 S:      Maintained
2411 F:      drivers/net/fs_enet/
2412 F:      include/linux/fs_enet_pd.h
2414 FREESCALE QUICC ENGINE LIBRARY
2415 P:      Timur Tabi
2416 M:      timur@freescale.com
2417 L:      linuxppc-dev@ozlabs.org
2418 S:      Supported
2419 F:      arch/powerpc/sysdev/qe_lib/
2420 F:      arch/powerpc/include/asm/*qe.h
2422 FREESCALE HIGHSPEED USB DEVICE DRIVER
2423 P:      Li Yang
2424 M:      leoli@freescale.com
2425 L:      linux-usb@vger.kernel.org
2426 L:      linuxppc-dev@ozlabs.org
2427 S:      Maintained
2428 F:      drivers/usb/gadget/fsl_usb2_udc.c
2430 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2431 P:      Li Yang
2432 M:      leoli@freescale.com
2433 L:      netdev@vger.kernel.org
2434 L:      linuxppc-dev@ozlabs.org
2435 S:      Maintained
2436 F:      drivers/net/ucc_geth*
2438 FREESCALE QUICC ENGINE UCC UART DRIVER
2439 P:      Timur Tabi
2440 M:      timur@freescale.com
2441 L:      linuxppc-dev@ozlabs.org
2442 S:      Supported
2443 F:      drivers/serial/ucc_uart.c
2445 FREESCALE SOC SOUND DRIVERS
2446 P:      Timur Tabi
2447 M:      timur@freescale.com
2448 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2449 L:      linuxppc-dev@ozlabs.org
2450 S:      Supported
2451 F:      sound/soc/fsl/fsl*
2452 F:      sound/soc/fsl/mpc8610_hpcd.c
2454 FREEVXFS FILESYSTEM
2455 P:      Christoph Hellwig
2456 M:      hch@infradead.org
2457 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2458 S:      Maintained
2459 F:      fs/freevxfs/
2461 FREEZER
2462 P:      Pavel Machek
2463 M:      pavel@ucw.cz
2464 P:      Rafael J. Wysocki
2465 M:      rjw@sisk.pl
2466 L:      linux-pm@lists.linux-foundation.org
2467 S:      Supported
2468 F:      Documentation/power/freezing-of-tasks.txt
2469 F:      include/linux/freezer.h
2470 F:      kernel/freezer.c
2472 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2473 P:      David Howells
2474 M:      dhowells@redhat.com
2475 L:      linux-cachefs@redhat.com
2476 S:      Supported
2477 F:      Documentation/filesystems/caching/
2478 F:      fs/fscache/
2479 F:      include/linux/fscache*.h
2481 FTRACE
2482 P:      Steven Rostedt
2483 M:      rostedt@goodmis.org
2484 S:      Maintained
2485 F:      Documentation/trace/ftrace.txt
2486 F:      arch/*/*/*/ftrace.h
2487 F:      arch/*/kernel/ftrace.c
2488 F:      include/*/ftrace.h
2489 F:      kernel/trace/
2491 FUJITSU FR-V (FRV) PORT
2492 P:      David Howells
2493 M:      dhowells@redhat.com
2494 S:      Maintained
2495 F:      arch/frv/
2497 FUJITSU LAPTOP EXTRAS
2498 P:      Jonathan Woithe
2499 M:      jwoithe@physics.adelaide.edu.au
2500 L:      linux-acpi@vger.kernel.org
2501 S:      Maintained
2502 F:      drivers/platform/x86/fujitsu-laptop.c
2504 FUSE: FILESYSTEM IN USERSPACE
2505 P:      Miklos Szeredi
2506 M:      miklos@szeredi.hu
2507 L:      fuse-devel@lists.sourceforge.net
2508 W:      http://fuse.sourceforge.net/
2509 S:      Maintained
2510 F:      fs/fuse/
2511 F:      include/linux/fuse.h
2513 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2514 P:      Rik Faith
2515 M:      faith@cs.unc.edu
2516 L:      linux-scsi@vger.kernel.org
2517 S:      Odd Fixes (e.g., new signatures)
2518 F:      drivers/scsi/fdomain.*
2520 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2521 P:      Achim Leubner
2522 M:      achim_leubner@adaptec.com
2523 L:      linux-scsi@vger.kernel.org
2524 W:      http://www.icp-vortex.com/
2525 S:      Supported
2526 F:      drivers/scsi/gdt*
2528 GENERIC GPIO I2C DRIVER
2529 P:      Haavard Skinnemoen
2530 M:      hskinnemoen@atmel.com
2531 S:      Supported
2532 F:      drivers/i2c/busses/i2c-gpio.c
2533 F:      include/linux/i2c-gpio.h
2535 GENERIC HDLC (WAN) DRIVERS
2536 P:      Krzysztof Halasa
2537 M:      khc@pm.waw.pl
2538 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2539 S:      Maintained
2540 F:      drivers/net/wan/c101.c
2541 F:      drivers/net/wan/hd6457*
2542 F:      drivers/net/wan/hdlc*
2543 F:      drivers/net/wan/n2.c
2544 F:      drivers/net/wan/pc300too.c
2545 F:      drivers/net/wan/pci200syn.c
2546 F:      drivers/net/wan/wanxl*
2548 GENERIC INCLUDE/ASM HEADER FILES
2549 P:      Arnd Bergmann
2550 M:      arnd@arndb.de
2551 L:      linux-arch@vger.kernel.org
2552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2553 S:      Maintained
2554 F:      include/asm-generic
2556 GFS2 FILE SYSTEM
2557 P:      Steven Whitehouse
2558 M:      swhiteho@redhat.com
2559 L:      cluster-devel@redhat.com
2560 W:      http://sources.redhat.com/cluster/
2561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2563 S:      Supported
2564 F:      Documentation/filesystems/gfs2*.txt
2565 F:      fs/gfs2/
2566 F:      include/linux/gfs2_ondisk.h
2568 GIGASET ISDN DRIVERS
2569 P:      Hansjoerg Lipp
2570 M:      hjlipp@web.de
2571 P:      Tilman Schmidt
2572 M:      tilman@imap.cc
2573 L:      gigaset307x-common@lists.sourceforge.net
2574 W:      http://gigaset307x.sourceforge.net/
2575 S:      Maintained
2576 F:      Documentation/isdn/README.gigaset
2577 F:      drivers/isdn/gigaset/
2578 F:      include/linux/gigaset_dev.h
2580 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2581 P:      Frank Seidel
2582 M:      frank@f-seidel.de
2583 L:      lm-sensors@lm-sensors.org
2584 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2585 S:      Maintained
2586 F:      drivers/hwmon/hdaps.c
2588 HYPERVISOR VIRTUAL CONSOLE DRIVER
2589 L:      linuxppc-dev@ozlabs.org
2590 S:      Odd Fixes
2591 F:      drivers/char/hvc_*
2593 GSPCA FINEPIX SUBDRIVER
2594 P:      Frank Zago
2595 M:      frank@zago.net
2596 L:      linux-media@vger.kernel.org
2597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2598 S:      Maintained
2599 F:      drivers/media/video/gspca/finepix.c
2601 GSPCA M5602 SUBDRIVER
2602 P:      Erik Andren
2603 M:      erik.andren@gmail.com
2604 L:      linux-media@vger.kernel.org
2605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2606 S:      Maintained
2607 F:      drivers/media/video/gspca/m5602/
2609 GSPCA PAC207 SONIXB SUBDRIVER
2610 P:      Hans de Goede
2611 M:      hdegoede@redhat.com
2612 L:      linux-media@vger.kernel.org
2613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2614 S:      Maintained
2615 F:      drivers/media/video/gspca/pac207.c
2617 GSPCA T613 SUBDRIVER
2618 P:      Leandro Costantino
2619 M:      lcostantino@gmail.com
2620 L:      linux-media@vger.kernel.org
2621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2622 S:      Maintained
2623 F:      drivers/media/video/gspca/t613.c
2625 GSPCA USB WEBCAM DRIVER
2626 P:      Jean-Francois Moine
2627 M:      moinejf@free.fr
2628 W:      http://moinejf.free.fr
2629 L:      linux-media@vger.kernel.org
2630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2631 S:      Maintained
2632 F:      drivers/media/video/gspca/
2634 HARDWARE MONITORING
2635 L:      lm-sensors@lm-sensors.org
2636 W:      http://www.lm-sensors.org/
2637 S:      Orphan
2638 F:      drivers/hwmon/
2640 HARDWARE RANDOM NUMBER GENERATOR CORE
2641 S:      Orphan
2642 F:      Documentation/hw_random.txt
2643 F:      drivers/char/hw_random/
2644 F:      include/linux/hw_random.h
2646 HARMONY SOUND DRIVER
2647 P:      Kyle McMartin
2648 M:      kyle@mcmartin.ca
2649 L:      linux-parisc@vger.kernel.org
2650 S:      Maintained
2651 F:      sound/parisc/harmony.*
2653 HAYES ESP SERIAL DRIVER
2654 P:      Andrew J. Robinson
2655 M:      arobinso@nyx.net
2656 W:      http://www.nyx.net/~arobinso
2657 S:      Maintained
2658 F:      Documentation/serial/hayes-esp.txt
2659 F:      drivers/char/esp.c
2661 HEWLETT-PACKARD SMART2 RAID DRIVER
2662 P:      Chirag Kantharia
2663 M:      chirag.kantharia@hp.com
2664 L:      iss_storagedev@hp.com
2665 S:      Maintained
2666 F:      Documentation/blockdev/cpqarray.txt
2667 F:      drivers/block/cpqarray.*
2669 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2670 P:      Mike Miller
2671 M:      mike.miller@hp.com
2672 L:      iss_storagedev@hp.com
2673 S:      Supported
2674 F:      Documentation/blockdev/cciss.txt
2675 F:      drivers/block/cciss*
2676 F:      include/linux/cciss_ioctl.h
2678 HFS FILESYSTEM
2679 P:      Roman Zippel
2680 M:      zippel@linux-m68k.org
2681 S:      Maintained
2682 F:      Documentation/filesystems/hfs.txt
2683 F:      fs/hfs/
2685 HGA FRAMEBUFFER DRIVER
2686 P:      Ferenc Bakonyi
2687 M:      fero@drama.obuda.kando.hu
2688 L:      linux-nvidia@lists.surfsouth.com
2689 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2690 S:      Maintained
2691 F:      drivers/video/hgafb.c
2693 HIBERNATION (aka Software Suspend, aka swsusp)
2694 P:      Pavel Machek
2695 M:      pavel@ucw.cz
2696 P:      Rafael J. Wysocki
2697 M:      rjw@sisk.pl
2698 L:      linux-pm@lists.linux-foundation.org
2699 S:      Supported
2700 F:      arch/x86/power/
2701 F:      drivers/base/power/
2702 F:      kernel/power/
2703 F:      include/linux/suspend.h
2704 F:      include/linux/freezer.h
2705 F:      include/linux/pm.h
2706 F:      arch/*/include/asm/suspend*.h
2708 HID CORE LAYER
2709 P:      Jiri Kosina
2710 M:      jkosina@suse.cz
2711 L:      linux-input@vger.kernel.org
2712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2713 S:      Maintained
2714 F:      drivers/hid/
2715 F:      include/linux/hid*
2717 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2718 P:      Thomas Gleixner
2719 M:      tglx@linutronix.de
2720 S:      Maintained
2721 F:      Documentation/timers/
2722 F:      kernel/hrtimer.c
2723 F:      include/linux/hrtimer.h
2725 HIGH-SPEED SCC DRIVER FOR AX.25
2726 P:      Klaus Kudielka
2727 M:      klaus.kudielka@ieee.org
2728 L:      linux-hams@vger.kernel.org
2729 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2730 S:      Maintained
2731 F:      drivers/net/hamradio/dmascc.c
2732 F:      drivers/net/hamradio/scc.c
2734 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2735 P:      HighPoint Linux Team
2736 M:      linux@highpoint-tech.com
2737 W:      http://www.highpoint-tech.com
2738 S:      Supported
2739 F:      Documentation/scsi/hptiop.txt
2740 F:      drivers/scsi/hptiop.c
2742 HIPPI
2743 P:      Jes Sorensen
2744 M:      jes@trained-monkey.org
2745 L:      linux-hippi@sunsite.dk
2746 S:      Maintained
2747 F:      include/linux/hippidevice.h
2748 F:      include/linux/if_hippi.h
2749 F:      net/802/hippi.c
2751 HOST AP DRIVER
2752 P:      Jouni Malinen
2753 M:      j@w1.fi
2754 L:      hostap@shmoo.com (subscribers-only)
2755 L:      linux-wireless@vger.kernel.org
2756 W:      http://hostap.epitest.fi/
2757 S:      Maintained
2758 F:      drivers/net/wireless/hostap/
2760 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2761 P:      Carlos Corbacho
2762 M:      carlos@strangeworlds.co.uk
2763 S:      Odd Fixes
2764 F:      drivers/platform/x86/tc1100-wmi.c
2766 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2767 P:      Jaroslav Kysela
2768 M:      perex@perex.cz
2769 S:      Maintained
2770 F:      drivers/net/hp100.*
2772 HPET:   High Precision Event Timers driver
2773 P:      Clemens Ladisch
2774 M:      clemens@ladisch.de
2775 S:      Maintained
2776 F:      Documentation/timers/hpet.txt
2777 F:      drivers/char/hpet.c
2778 F:      include/linux/hpet.h
2780 HPET:   i386
2781 P:      Venkatesh Pallipadi (Venki)
2782 M:      venkatesh.pallipadi@intel.com
2783 S:      Maintained
2784 F:      arch/x86/kernel/hpet.c
2785 F:      arch/x86/include/asm/hpet.h
2787 HPET:   x86_64
2788 P:      Vojtech Pavlik
2789 M:      vojtech@suse.cz
2790 S:      Maintained
2792 HPET:   ACPI
2793 P:      Bob Picco
2794 M:      bob.picco@hp.com
2795 S:      Maintained
2796 F:      drivers/char/hpet.c
2798 HPFS FILESYSTEM
2799 P:      Mikulas Patocka
2800 M:      mikulas@artax.karlin.mff.cuni.cz
2801 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2802 S:      Maintained
2803 F:      fs/hpfs/
2805 HSO 3G MODEM DRIVER
2806 P:      Jan Dumon
2807 M:      j.dumon@option.com
2808 W:      http://www.pharscape.org
2809 S:      Maintained
2810 F:      drivers/net/usb/hso.c
2812 HTCPEN TOUCHSCREEN DRIVER
2813 P:      Pau Oliva Fora
2814 M:      pof@eslack.org
2815 L:      linux-input@vger.kernel.org
2816 S:      Maintained
2817 F:      drivers/input/touchscreen/htcpen.c
2819 HUGETLB FILESYSTEM
2820 P:      William Irwin
2821 M:      wli@holomorphy.com
2822 S:      Maintained
2823 F:      fs/hugetlbfs/
2825 I2C/SMBUS STUB DRIVER
2826 P:      Mark M. Hoffman
2827 M:      mhoffman@lightlink.com
2828 L:      linux-i2c@vger.kernel.org
2829 S:      Maintained
2830 F:      drivers/i2c/busses/i2c-stub.c
2832 I2C SUBSYSTEM
2833 P:      Jean Delvare (PC drivers, core)
2834 M:      khali@linux-fr.org
2835 P:      Ben Dooks (embedded platforms)
2836 M:      ben-linux@fluff.org
2837 L:      linux-i2c@vger.kernel.org
2838 W:      http://i2c.wiki.kernel.org/
2839 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2840 S:      Maintained
2841 F:      Documentation/i2c/
2842 F:      drivers/i2c/
2843 F:      include/linux/i2c.h
2844 F:      include/linux/i2c-dev.h
2845 F:      include/linux/i2c-id.h
2847 I2C-TINY-USB DRIVER
2848 P:      Till Harbaum
2849 M:      till@harbaum.org
2850 L:      linux-i2c@vger.kernel.org
2851 W:      http://www.harbaum.org/till/i2c_tiny_usb
2852 S:      Maintained
2853 F:      drivers/i2c/busses/i2c-tiny-usb.c
2855 i386 BOOT CODE
2856 P:      H. Peter Anvin
2857 M:      hpa@zytor.com
2858 S:      Maintained
2859 F:      arch/x86/boot/
2861 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2862 P:      H. Peter Anvin
2863 M:      hpa@zytor.com
2864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2865 S:      Maintained
2867 IA64 (Itanium) PLATFORM
2868 P:      Tony Luck
2869 P:      Fenghua Yu
2870 M:      tony.luck@intel.com
2871 M:      fenghua.yu@intel.com
2872 L:      linux-ia64@vger.kernel.org
2873 W:      http://www.ia64-linux.org/
2874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2875 S:      Maintained
2876 F:      arch/ia64/
2878 IBM MCA SCSI SUBSYSTEM DRIVER
2879 P:      Michael Lang
2880 M:      langa2@kph.uni-mainz.de
2881 W:      http://www.uni-mainz.de/~langm000/linux.html
2882 S:      Maintained
2883 F:      drivers/scsi/ibmmca.c
2885 IBM Power Linux RAID adapter
2886 P:      Brian King
2887 M:      brking@us.ibm.com
2888 S:      Supported
2889 F:      drivers/scsi/ipr.*
2891 IBM ServeRAID RAID DRIVER
2892 P:      Jack Hammer
2893 P:      Dave Jeffery
2894 M:      ipslinux@adaptec.com
2895 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2896 S:      Supported
2897 F:      drivers/scsi/ips.*
2899 IDE SUBSYSTEM
2900 P:      David S. Miller
2901 M:      davem@davemloft.net
2902 L:      linux-ide@vger.kernel.org
2903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2904 S:      Maintained
2905 F:      Documentation/ide/
2906 F:      drivers/ide/
2907 F:      include/linux/ide.h
2909 IDE/ATAPI DRIVERS
2910 P:      Borislav Petkov
2911 M:      petkovbb@gmail.com
2912 L:      linux-ide@vger.kernel.org
2913 S:      Maintained
2914 F:      Documentation/cdrom/ide-cd
2915 F:      drivers/ide/ide-cd*
2917 IDLE-I7300
2918 P:      Andy Henroid
2919 M:      andrew.d.henroid@intel.com
2920 L:      linux-pm@lists.linux-foundation.org
2921 S:      Supported
2922 F:      drivers/idle/i7300_idle.c
2924 IEEE 1394 SUBSYSTEM
2925 P:      Ben Collins
2926 M:      ben.collins@ubuntu.com
2927 P:      Stefan Richter
2928 M:      stefanr@s5r6.in-berlin.de
2929 L:      linux1394-devel@lists.sourceforge.net
2930 W:      http://www.linux1394.org/
2931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2932 S:      Maintained
2933 F:      drivers/ieee1394/
2935 IEEE 1394 RAW I/O DRIVER
2936 P:      Dan Dennedy
2937 M:      dan@dennedy.org
2938 P:      Stefan Richter
2939 M:      stefanr@s5r6.in-berlin.de
2940 L:      linux1394-devel@lists.sourceforge.net
2941 S:      Maintained
2942 F:      drivers/ieee1394/raw1394*
2944 IEEE 802.15.4 SUBSYSTEM
2945 P:      Dmitry Eremin-Solenikov
2946 M:      dbaryshkov@gmail.com
2947 P:      Sergey Lapin
2948 M:      slapin@ossfans.org
2949 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2950 W:      http://apps.sourceforge.net/trac/linux-zigbee
2951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2952 S:      Maintained
2953 F:      net/ieee802154/
2954 F:      drivers/ieee802154/
2956 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2957 P:      Mimi Zohar
2958 M:      zohar@us.ibm.com
2959 S:      Supported
2960 F:      security/integrity/ima/
2962 IMS TWINTURBO FRAMEBUFFER DRIVER
2963 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2964 S:      Orphan
2965 F:      drivers/video/imsttfb.c
2967 INFINIBAND SUBSYSTEM
2968 P:      Roland Dreier
2969 M:      rolandd@cisco.com
2970 P:      Sean Hefty
2971 M:      sean.hefty@intel.com
2972 P:      Hal Rosenstock
2973 M:      hal.rosenstock@gmail.com
2974 L:      general@lists.openfabrics.org (moderated for non-subscribers)
2975 W:      http://www.openib.org/
2976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2977 S:      Supported
2978 F:      Documentation/infiniband/
2979 F:      drivers/infiniband/
2980 F:      include/linux/if_infiniband.h
2982 INOTIFY
2983 P:      John McCutchan
2984 M:      john@johnmccutchan.com
2985 P:      Robert Love
2986 M:      rlove@rlove.org
2987 P:      Eric Paris
2988 M:      eparis@parisplace.org
2989 S:      Maintained
2990 F:      Documentation/filesystems/inotify.txt
2991 F:      fs/notify/inotify/
2992 F:      include/linux/inotify.h
2994 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2995 P:      Dmitry Torokhov
2996 M:      dmitry.torokhov@gmail.com
2997 M:      dtor@mail.ru
2998 L:      linux-input@vger.kernel.org
2999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3000 S:      Maintained
3001 F:      drivers/input/
3003 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3004 P:      Sylvain Meyer
3005 M:      sylvain.meyer@worldonline.fr
3006 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3007 S:      Maintained
3008 F:      Documentation/fb/intelfb.txt
3009 F:      drivers/video/intelfb/
3011 INTEL 810/815 FRAMEBUFFER DRIVER
3012 P:      Antonino Daplas
3013 M:      adaplas@gmail.com
3014 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3015 S:      Maintained
3016 F:      drivers/video/i810/
3018 INTEL MENLOW THERMAL DRIVER
3019 P:      Sujith Thomas
3020 M:      sujith.thomas@intel.com
3021 L:      linux-acpi@vger.kernel.org
3022 W:      http://www.lesswatts.org/projects/acpi/
3023 S:      Supported
3024 F:      drivers/platform/x86/intel_menlow.c
3026 INTEL IA32 MICROCODE UPDATE SUPPORT
3027 P:      Tigran Aivazian
3028 M:      tigran@aivazian.fsnet.co.uk
3029 S:      Maintained
3030 F:      arch/x86/kernel/microcode_core.c
3031 F:      arch/x86/kernel/microcode_intel.c
3033 INTEL I/OAT DMA DRIVER
3034 P:      Maciej Sosnowski
3035 M:      maciej.sosnowski@intel.com
3036 S:      Supported
3037 F:      drivers/dma/ioat*
3039 INTEL IOMMU (VT-d)
3040 P:      David Woodhouse
3041 M:      dwmw2@infradead.org
3042 L:      iommu@lists.linux-foundation.org
3043 T:      git git://git.infradead.org/iommu-2.6.git
3044 S:      Supported
3045 F:      drivers/pci/intel-iommu.c
3046 F:      include/linux/intel-iommu.h
3048 INTEL IOP-ADMA DMA DRIVER
3049 P:      Dan Williams
3050 M:      dan.j.williams@intel.com
3051 S:      Supported
3052 F:      drivers/dma/iop-adma.c
3054 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3055 P:      Krzysztof Halasa
3056 M:      khc@pm.waw.pl
3057 S:      Maintained
3058 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
3059 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
3060 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3061 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
3062 F:      drivers/net/arm/ixp4xx_eth.c
3063 F:      drivers/net/wan/ixp4xx_hss.c
3065 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3066 P:      Deepak Saxena
3067 M:      dsaxena@plexity.net
3068 S:      Maintained
3069 F:      drivers/char/hw_random/ixp4xx-rng.c
3071 INTEL IXP2000 ETHERNET DRIVER
3072 P:      Lennert Buytenhek
3073 M:      kernel@wantstofly.org
3074 L:      netdev@vger.kernel.org
3075 S:      Maintained
3076 F:      drivers/net/ixp2000/
3078 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
3079 P:      Jeff Kirsher
3080 M:      jeffrey.t.kirsher@intel.com
3081 P:      Jesse Brandeburg
3082 M:      jesse.brandeburg@intel.com
3083 P:      Bruce Allan
3084 M:      bruce.w.allan@intel.com
3085 P:      PJ Waskiewicz
3086 M:      peter.p.waskiewicz.jr@intel.com
3087 P:      John Ronciak
3088 M:      john.ronciak@intel.com
3089 L:      e1000-devel@lists.sourceforge.net
3090 W:      http://e1000.sourceforge.net/
3091 S:      Supported
3092 F:      drivers/net/e100.c
3093 F:      drivers/net/e1000/
3094 F:      drivers/net/e1000e/
3095 F:      drivers/net/igb/
3096 F:      drivers/net/ixgb/
3097 F:      drivers/net/ixgbe/
3099 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3100 P:      Zhu Yi
3101 M:      yi.zhu@intel.com
3102 P:      James Ketrenos
3103 M:      jketreno@linux.intel.com
3104 P:      Reinette Chatre
3105 M:      reinette.chatre@intel.com
3106 L:      linux-wireless@vger.kernel.org
3107 L:      ipw2100-devel@lists.sourceforge.net
3108 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3109 W:      http://ipw2100.sourceforge.net
3110 S:      Supported
3111 F:      Documentation/networking/README.ipw2100
3112 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3114 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3115 P:      Zhu Yi
3116 M:      yi.zhu@intel.com
3117 P:      James Ketrenos
3118 M:      jketreno@linux.intel.com
3119 P:      Reinette Chatre
3120 M:      reinette.chatre@intel.com
3121 L:      linux-wireless@vger.kernel.org
3122 L:      ipw2100-devel@lists.sourceforge.net
3123 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3124 W:      http://ipw2200.sourceforge.net
3125 S:      Supported
3126 F:      Documentation/networking/README.ipw2200
3127 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3129 INTEL WIRELESS WIMAX CONNECTION 2400
3130 P:      Inaky Perez-Gonzalez
3131 M:      inaky.perez-gonzalez@intel.com
3132 M:      linux-wimax@intel.com
3133 L:      wimax@linuxwimax.org
3134 S:      Supported
3135 W:      http://linuxwimax.org
3136 F:      Documentation/wimax/README.i2400m
3137 F:      drivers/net/wimax/i2400m/
3138 F:      include/linux/wimax/i2400m.h
3140 INTEL WIRELESS WIFI LINK (iwlwifi)
3141 P:      Zhu Yi
3142 M:      yi.zhu@intel.com
3143 P:      Reinette Chatre
3144 M:      reinette.chatre@intel.com
3145 L:      linux-wireless@vger.kernel.org
3146 L:      ipw3945-devel@lists.sourceforge.net
3147 W:      http://intellinuxwireless.org
3148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3149 S:      Supported
3150 F:      drivers/net/wireless/iwlwifi/
3152 IOC3 ETHERNET DRIVER
3153 P:      Ralf Baechle
3154 M:      ralf@linux-mips.org
3155 L:      linux-mips@linux-mips.org
3156 S:      Maintained
3157 F:      drivers/net/ioc3-eth.c
3159 IOC3 SERIAL DRIVER
3160 P:      Pat Gefre
3161 M:      pfg@sgi.com
3162 L:      linux-mips@linux-mips.org
3163 S:      Maintained
3164 F:      drivers/serial/ioc3_serial.c
3166 IP MASQUERADING
3167 P:      Juanjo Ciarlante
3168 M:      jjciarla@raiz.uncu.edu.ar
3169 S:      Maintained
3170 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3172 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3173 P:      Francois Romieu
3174 M:      romieu@fr.zoreil.com
3175 P:      Sorbica Shieh
3176 M:      sorbica@icplus.com.tw
3177 P:      Jesse Huang
3178 M:      jesse@icplus.com.tw
3179 L:      netdev@vger.kernel.org
3180 S:      Maintained
3181 F:      drivers/net/ipg.c
3183 IPATH DRIVER
3184 P:      Ralph Campbell
3185 M:      infinipath@qlogic.com
3186 L:      general@lists.openfabrics.org
3187 T:      git git://git.qlogic.com/ipath-linux-2.6
3188 S:      Supported
3189 F:      drivers/infiniband/hw/ipath/
3191 IPMI SUBSYSTEM
3192 P:      Corey Minyard
3193 M:      minyard@acm.org
3194 L:      openipmi-developer@lists.sourceforge.net
3195 W:      http://openipmi.sourceforge.net/
3196 S:      Supported
3197 F:      Documentation/IPMI.txt
3198 F:      drivers/char/ipmi/
3199 F:      include/linux/ipmi*
3201 IPS SCSI RAID DRIVER
3202 P:      Adaptec OEM Raid Solutions
3203 M:      aacraid@adaptec.com
3204 L:      linux-scsi@vger.kernel.org
3205 W:      http://www.adaptec.com/
3206 S:      Maintained
3207 F:      drivers/scsi/ips*
3209 IPVS
3210 P:      Wensong Zhang
3211 M:      wensong@linux-vs.org
3212 P:      Simon Horman
3213 M:      horms@verge.net.au
3214 P:      Julian Anastasov
3215 M:      ja@ssi.bg
3216 L:      netdev@vger.kernel.org
3217 L:      lvs-devel@vger.kernel.org
3218 S:      Maintained
3219 F:      Documentation/networking/ipvs-sysctl.txt
3220 F:      net/netfilter/ipvs/
3222 IPWIRELESS DRIVER
3223 P:      Jiri Kosina
3224 M:      jkosina@suse.cz
3225 P:      David Sterba
3226 M:      dsterba@suse.cz
3227 S:      Maintained
3228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3229 F:      drivers/char/pcmcia/ipwireless/
3231 IPX NETWORK LAYER
3232 P:      Arnaldo Carvalho de Melo
3233 M:      acme@ghostprotocols.net
3234 L:      netdev@vger.kernel.org
3235 S:      Maintained
3236 F:      include/linux/ipx.h
3237 F:      include/net/ipx.h
3238 F:      net/ipx/
3240 IRDA SUBSYSTEM
3241 P:      Samuel Ortiz
3242 M:      samuel@sortiz.org
3243 L:      irda-users@lists.sourceforge.net (subscribers-only)
3244 W:      http://irda.sourceforge.net/
3245 S:      Maintained
3246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3247 F:      Documentation/networking/irda.txt
3248 F:      drivers/net/irda/
3249 F:      include/net/irda/
3250 F:      net/irda/
3252 ISAPNP
3253 P:      Jaroslav Kysela
3254 M:      perex@perex.cz
3255 S:      Maintained
3256 F:      Documentation/isapnp.txt
3257 F:      drivers/pnp/isapnp/
3258 F:      include/linux/isapnp.h
3260 ISCSI
3261 P:      Mike Christie
3262 M:      michaelc@cs.wisc.edu
3263 L:      open-iscsi@googlegroups.com
3264 W:      www.open-iscsi.org
3265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3266 S:      Maintained
3267 F:      drivers/scsi/*iscsi*
3268 F:      include/scsi/*iscsi*
3270 ISDN SUBSYSTEM
3271 P:      Karsten Keil
3272 M:      isdn@linux-pingi.de
3273 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3274 W:      http://www.isdn4linux.de
3275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3276 S:      Maintained
3277 F:      Documentation/isdn/
3278 F:      drivers/isdn/
3279 F:      include/linux/isdn.h
3280 F:      include/linux/isdn/
3282 ISDN SUBSYSTEM (Eicon active card driver)
3283 P:      Armin Schindler
3284 M:      mac@melware.de
3285 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3286 W:      http://www.melware.de
3287 S:      Maintained
3288 F:      drivers/isdn/hardware/eicon/
3290 IVTV VIDEO4LINUX DRIVER
3291 P:      Hans Verkuil
3292 M:      hverkuil@xs4all.nl
3293 L:      ivtv-devel@ivtvdriver.org
3294 L:      ivtv-users@ivtvdriver.org
3295 L:      linux-media@vger.kernel.org
3296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3297 W:      http://www.ivtvdriver.org
3298 S:      Maintained
3299 F:      Documentation/video4linux/*.ivtv
3300 F:      drivers/media/video/ivtv/
3301 F:      include/linux/ivtv*
3303 JFS FILESYSTEM
3304 P:      Dave Kleikamp
3305 M:      shaggy@linux.vnet.ibm.com
3306 L:      jfs-discussion@lists.sourceforge.net
3307 W:      http://jfs.sourceforge.net/
3308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3309 S:      Maintained
3310 F:      Documentation/filesystems/jfs.txt
3311 F:      fs/jfs/
3313 JME NETWORK DRIVER
3314 P:      Guo-Fu Tseng
3315 M:      cooldavid@cooldavid.org
3316 L:      netdev@vger.kernel.org
3317 S:      Maintained
3318 F:      drivers/net/jme.*
3320 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3321 P:      David Woodhouse
3322 M:      dwmw2@infradead.org
3323 L:      linux-mtd@lists.infradead.org
3324 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3325 S:      Maintained
3326 F:      fs/jffs2/
3327 F:      include/linux/jffs2.h
3329 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3330 P:      Stephen Tweedie
3331 M:      sct@redhat.com
3332 P:      Andrew Morton
3333 M:      akpm@linux-foundation.org
3334 L:      linux-ext4@vger.kernel.org
3335 S:      Maintained
3336 F:      fs/jbd*/
3337 F:      include/linux/ext*jbd*.h
3338 F:      include/linux/jbd*.h
3340 K8TEMP HARDWARE MONITORING DRIVER
3341 P:      Rudolf Marek
3342 M:      r.marek@assembler.cz
3343 L:      lm-sensors@lm-sensors.org
3344 S:      Maintained
3345 F:      Documentation/hwmon/k8temp
3346 F:      drivers/hwmon/k8temp.c
3348 KCONFIG
3349 P:      Roman Zippel
3350 M:      zippel@linux-m68k.org
3351 L:      linux-kbuild@vger.kernel.org
3352 S:      Maintained
3353 F:      Documentation/kbuild/kconfig-language.txt
3354 F:      scripts/kconfig/
3356 KDUMP
3357 P:      Vivek Goyal
3358 M:      vgoyal@redhat.com
3359 P:      Haren Myneni
3360 M:      hbabu@us.ibm.com
3361 L:      kexec@lists.infradead.org
3362 W:      http://lse.sourceforge.net/kdump/
3363 S:      Maintained
3364 F:      Documentation/kdump/
3366 KERNEL AUTOMOUNTER (AUTOFS)
3367 P:      H. Peter Anvin
3368 M:      hpa@zytor.com
3369 L:      autofs@linux.kernel.org
3370 S:      Odd Fixes
3371 F:      fs/autofs/
3373 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3374 P:      Ian Kent
3375 M:      raven@themaw.net
3376 L:      autofs@linux.kernel.org
3377 S:      Maintained
3378 F:      fs/autofs4/
3380 KERNEL BUILD
3381 P:      Sam Ravnborg
3382 M:      sam@ravnborg.org
3383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3385 L:      linux-kbuild@vger.kernel.org
3386 S:      Maintained
3387 F:      Documentation/kbuild/
3388 F:      Makefile
3389 F:      scripts/Makefile.*
3391 KERNEL JANITORS
3392 P:      Several
3393 L:      kernel-janitors@vger.kernel.org
3394 W:      http://www.kerneljanitors.org/
3395 S:      Maintained
3397 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3398 P:      J. Bruce Fields
3399 M:      bfields@fieldses.org
3400 P:      Neil Brown
3401 M:      neilb@suse.de
3402 L:      linux-nfs@vger.kernel.org
3403 W:      http://nfs.sourceforge.net/
3404 S:      Supported
3405 F:      fs/nfsd/
3406 F:      include/linux/nfsd/
3407 F:      fs/lockd/
3408 F:      fs/nfs_common/
3409 F:      net/sunrpc/
3410 F:      include/linux/lockd/
3411 F:      include/linux/sunrpc/
3413 KERNEL VIRTUAL MACHINE (KVM)
3414 P:      Avi Kivity
3415 M:      avi@redhat.com
3416 L:      kvm@vger.kernel.org
3417 W:      http://kvm.qumranet.com
3418 S:      Supported
3419 F:      Documentation/*/kvm.txt
3420 F:      arch/*/kvm/
3421 F:      arch/*/include/asm/kvm*
3422 F:      include/linux/kvm*
3423 F:      virt/kvm/
3425 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3426 P:      Joerg Roedel
3427 M:      joerg.roedel@amd.com
3428 L:      kvm@vger.kernel.org
3429 W:      http://kvm.qumranet.com
3430 S:      Supported
3431 F:      arch/x86/include/asm/svm.h
3432 F:      arch/x86/kvm/kvm_svm.h
3433 F:      arch/x86/kvm/svm.c
3435 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3436 P:      Hollis Blanchard
3437 M:      hollisb@us.ibm.com
3438 L:      kvm-ppc@vger.kernel.org
3439 W:      http://kvm.qumranet.com
3440 S:      Supported
3441 F:      arch/powerpc/include/asm/kvm*
3442 F:      arch/powerpc/kvm/
3444 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3445 P:      Xiantao Zhang
3446 M:      xiantao.zhang@intel.com
3447 L:      kvm-ia64@vger.kernel.org
3448 W:      http://kvm.qumranet.com
3449 S:      Supported
3450 F:      Documentation/ia64/kvm.txt
3451 F:      arch/ia64/include/asm/kvm*
3452 F:      arch/ia64/kvm/
3454 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3455 P:      Carsten Otte
3456 M:      cotte@de.ibm.com
3457 P:      Christian Borntraeger
3458 M:      borntraeger@de.ibm.com
3459 M:      linux390@de.ibm.com
3460 L:      linux-s390@vger.kernel.org
3461 W:      http://www.ibm.com/developerworks/linux/linux390/
3462 S:      Supported
3463 F:      Documentation/s390/kvm.txt
3464 F:      arch/s390/include/asm/kvm*
3465 F:      arch/s390/kvm/
3467 KEXEC
3468 P:      Eric Biederman
3469 M:      ebiederm@xmission.com
3470 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3471 L:      kexec@lists.infradead.org
3472 S:      Maintained
3473 F:      include/linux/kexec.h
3474 F:      kernel/kexec.c
3476 KGDB
3477 P:      Jason Wessel
3478 M:      jason.wessel@windriver.com
3479 L:      kgdb-bugreport@lists.sourceforge.net
3480 S:      Maintained
3481 F:      Documentation/DocBook/kgdb.tmpl
3482 F:      drivers/misc/kgdbts.c
3483 F:      drivers/serial/kgdboc.c
3484 F:      include/linux/kgdb.h
3485 F:      kernel/kgdb.c
3487 KMEMCHECK
3488 P:      Vegard Nossum
3489 M:      vegardno@ifi.uio.no
3490 P       Pekka Enberg
3491 M:      penberg@cs.helsinki.fi
3492 L:      linux-kernel@vger.kernel.org
3493 S:      Maintained
3495 KMEMLEAK
3496 P:      Catalin Marinas
3497 M:      catalin.marinas@arm.com
3498 L:      linux-kernel@vger.kernel.org
3499 S:      Maintained
3500 F:      Documentation/kmemleak.txt
3501 F:      include/linux/kmemleak.h
3502 F:      mm/kmemleak.c
3503 F:      mm/kmemleak-test.c
3505 KMEMTRACE
3506 P:      Eduard - Gabriel Munteanu
3507 M:      eduard.munteanu@linux360.ro
3508 S:      Maintained
3509 F:      Documentation/trace/kmemtrace.txt
3510 F:      include/linux/kmemtrace.h
3511 F:      kernel/trace/kmemtrace.c
3513 KPROBES
3514 P:      Ananth N Mavinakayanahalli
3515 M:      ananth@in.ibm.com
3516 P:      Anil S Keshavamurthy
3517 M:      anil.s.keshavamurthy@intel.com
3518 P:      David S. Miller
3519 M:      davem@davemloft.net
3520 P:      Masami Hiramatsu
3521 M:      mhiramat@redhat.com
3522 S:      Maintained
3523 F:      Documentation/kprobes.txt
3524 F:      include/linux/kprobes.h
3525 F:      kernel/kprobes.c
3527 KS0108 LCD CONTROLLER DRIVER
3528 P:      Miguel Ojeda Sandonis
3529 M:      miguel.ojeda.sandonis@gmail.com
3530 W:      http://miguelojeda.es/auxdisplay.htm
3531 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3532 S:      Maintained
3533 F:      Documentation/auxdisplay/ks0108
3534 F:      drivers/auxdisplay/ks0108.c
3535 F:      include/linux/ks0108.h
3537 LAPB module
3538 L:      linux-x25@vger.kernel.org
3539 S:      Orphan
3540 F:      Documentation/networking/lapb-module.txt
3541 F:      include/*/lapb.h
3542 F:      net/lapb/
3544 LASI 53c700 driver for PARISC
3545 P:      James E.J. Bottomley
3546 M:      James.Bottomley@HansenPartnership.com
3547 L:      linux-scsi@vger.kernel.org
3548 S:      Maintained
3549 F:      Documentation/scsi/53c700.txt
3550 F:      drivers/scsi/53c700*
3552 LED SUBSYSTEM
3553 P:      Richard Purdie
3554 M:      rpurdie@rpsys.net
3555 S:      Maintained
3556 F:      drivers/leds/
3557 F:      include/linux/leds.h
3559 LEGO USB Tower driver
3560 P:      Juergen Stuber
3561 M:      starblue@users.sourceforge.net
3562 L:      legousb-devel@lists.sourceforge.net
3563 W:      http://legousb.sourceforge.net/
3564 S:      Maintained
3565 F:      drivers/usb/misc/legousbtower.c
3567 LGUEST
3568 P:      Rusty Russell
3569 M:      rusty@rustcorp.com.au
3570 L:      lguest@ozlabs.org
3571 W:      http://lguest.ozlabs.org/
3572 S:      Maintained
3573 F:      Documentation/lguest/
3574 F:      arch/x86/lguest/
3575 F:      drivers/lguest/
3576 F:      include/linux/lguest*.h
3577 F:      arch/x86/include/asm/lguest*.h
3579 LINUX FOR IBM pSERIES (RS/6000)
3580 P:      Paul Mackerras
3581 M:      paulus@au.ibm.com
3582 W:      http://www.ibm.com/linux/ltc/projects/ppc
3583 S:      Supported
3585 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3586 P:      Benjamin Herrenschmidt
3587 M:      benh@kernel.crashing.org
3588 P:      Paul Mackerras
3589 M:      paulus@samba.org
3590 W:      http://www.penguinppc.org/
3591 L:      linuxppc-dev@ozlabs.org
3592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3593 S:      Supported
3595 LINUX FOR POWER MACINTOSH
3596 P:      Benjamin Herrenschmidt
3597 M:      benh@kernel.crashing.org
3598 W:      http://www.penguinppc.org/
3599 L:      linuxppc-dev@ozlabs.org
3600 S:      Maintained
3602 LINUX FOR POWERPC EMBEDDED MPC5XXX
3603 P:      Grant Likely
3604 M:      grant.likely@secretlab.ca
3605 L:      linuxppc-dev@ozlabs.org
3606 T:      git git://git.secretlab.ca/git/linux-2.6.git
3607 S:      Maintained
3609 LINUX FOR POWERPC EMBEDDED PPC4XX
3610 P:      Josh Boyer
3611 M:      jwboyer@linux.vnet.ibm.com
3612 P:      Matt Porter
3613 M:      mporter@kernel.crashing.org
3614 W:      http://www.penguinppc.org/
3615 L:      linuxppc-dev@ozlabs.org
3616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3617 S:      Maintained
3619 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3620 P:      Grant Likely
3621 M:      grant.likely@secretlab.ca
3622 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3623 L:      linuxppc-dev@ozlabs.org
3624 T:      git git://git.secretlab.ca/git/linux-2.6.git
3625 S:      Maintained
3627 LINUX FOR POWERPC EMBEDDED PPC8XX
3628 P:      Vitaly Bordug
3629 M:      vitb@kernel.crashing.org
3630 P:      Marcelo Tosatti
3631 M:      marcelo@kvack.org
3632 W:      http://www.penguinppc.org/
3633 L:      linuxppc-dev@ozlabs.org
3634 S:      Maintained
3636 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3637 P:      Kumar Gala
3638 M:      galak@kernel.crashing.org
3639 W:      http://www.penguinppc.org/
3640 L:      linuxppc-dev@ozlabs.org
3641 S:      Maintained
3643 LINUX FOR POWERPC PA SEMI PWRFICIENT
3644 P:      Olof Johansson
3645 M:      olof@lixom.net
3646 W:      http://www.pasemi.com/
3647 L:      linuxppc-dev@ozlabs.org
3648 S:      Supported
3650 LINUX SECURITY MODULE (LSM) FRAMEWORK
3651 P:      Chris Wright
3652 M:      chrisw@sous-sol.org
3653 L:      linux-security-module@vger.kernel.org
3654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3655 S:      Supported
3657 LLC (802.2)
3658 P:      Arnaldo Carvalho de Melo
3659 M:      acme@ghostprotocols.net
3660 S:      Maintained
3661 F:      include/linux/llc.h
3662 F:      include/net/llc*
3663 F:      net/llc/
3665 LIS3LV02D ACCELEROMETER DRIVER
3666 P:      Eric Piel
3667 M:      eric.piel@tremplin-utc.net
3668 S:      Maintained
3669 F:      Documentation/hwmon/lis3lv02d
3670 F:      drivers/hwmon/lis3lv02d.*
3672 LM83 HARDWARE MONITOR DRIVER
3673 P:      Jean Delvare
3674 M:      khali@linux-fr.org
3675 L:      lm-sensors@lm-sensors.org
3676 S:      Maintained
3677 F:      Documentation/hwmon/lm83
3678 F:      drivers/hwmon/lm83.c
3680 LM90 HARDWARE MONITOR DRIVER
3681 P:      Jean Delvare
3682 M:      khali@linux-fr.org
3683 L:      lm-sensors@lm-sensors.org
3684 S:      Maintained
3685 F:      Documentation/hwmon/lm90
3686 F:      drivers/hwmon/lm90.c
3688 LOCKDEP AND LOCKSTAT
3689 P:      Peter Zijlstra
3690 M:      peterz@infradead.org
3691 P:      Ingo Molnar
3692 M:      mingo@redhat.com
3693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3694 S:      Maintained
3695 F:      Documentation/lockdep*.txt
3696 F:      Documentation/lockstat.txt
3697 F:      include/linux/lockdep.h
3698 F:      kernel/lockdep*
3700 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3701 P:      Richard Russon (FlatCap)
3702 M:      ldm@flatcap.org
3703 L:      linux-ntfs-dev@lists.sourceforge.net
3704 W:      http://www.linux-ntfs.org/content/view/19/37/
3705 S:      Maintained
3706 F:      Documentation/ldm.txt
3707 F:      fs/partitions/ldm.*
3709 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3710 P:      Eric Moore
3711 M:      Eric.Moore@lsi.com
3712 M:      support@lsi.com
3713 L:      DL-MPTFusionLinux@lsi.com
3714 L:      linux-scsi@vger.kernel.org
3715 W:      http://www.lsilogic.com/support
3716 S:      Supported
3717 F:      drivers/message/fusion/
3719 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3720 P:      Matthew Wilcox
3721 M:      matthew@wil.cx
3722 L:      linux-scsi@vger.kernel.org
3723 S:      Maintained
3724 F:      drivers/scsi/sym53c8xx_2/
3726 LTP (Linux Test Project)
3727 P:      Subrata Modak
3728 M:      subrata@linux.vnet.ibm.com
3729 P:      Mike Frysinger
3730 M:      vapier@gentoo.org
3731 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3732 W:      http://ltp.sourceforge.net/
3733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3734 S:      Maintained
3736 M32R ARCHITECTURE
3737 P:      Hirokazu Takata
3738 M:      takata@linux-m32r.org
3739 L:      linux-m32r@ml.linux-m32r.org
3740 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3741 W:      http://www.linux-m32r.org/
3742 S:      Maintained
3743 F:      arch/m32r/
3745 M68K ARCHITECTURE
3746 P:      Geert Uytterhoeven
3747 M:      geert@linux-m68k.org
3748 P:      Roman Zippel
3749 M:      zippel@linux-m68k.org
3750 L:      linux-m68k@lists.linux-m68k.org
3751 W:      http://www.linux-m68k.org/
3752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3753 S:      Maintained
3754 F:      arch/m68k/
3755 F:      drivers/zorro/
3757 M68K ON APPLE MACINTOSH
3758 P:      Joshua Thompson
3759 M:      funaho@jurai.org
3760 W:      http://www.mac.linux-m68k.org/
3761 L:      linux-m68k@lists.linux-m68k.org
3762 S:      Maintained
3763 F:      arch/m68k/mac/
3765 M68K ON HP9000/300
3766 P:      Philip Blundell
3767 M:      philb@gnu.org
3768 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3769 S:      Maintained
3770 F:      arch/m68k/hp300/
3772 MAC80211
3773 P:      Johannes Berg
3774 M:      johannes@sipsolutions.net
3775 L:      linux-wireless@vger.kernel.org
3776 W:      http://linuxwireless.org/
3777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3778 S:      Maintained
3779 F:      Documentation/networking/mac80211-injection.txt
3780 F:      include/net/mac80211.h
3781 F:      net/mac80211/
3783 MAC80211 PID RATE CONTROL
3784 P:      Stefano Brivio
3785 M:      stefano.brivio@polimi.it
3786 P:      Mattias Nissler
3787 M:      mattias.nissler@gmx.de
3788 L:      linux-wireless@vger.kernel.org
3789 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3791 S:      Maintained
3792 F:      net/mac80211/rc80211_pid*
3794 MACVLAN DRIVER
3795 P:      Patrick McHardy
3796 M:      kaber@trash.net
3797 L:      netdev@vger.kernel.org
3798 S:      Maintained
3799 F:      drivers/net/macvlan.c
3800 F:      include/linux/if_macvlan.h
3802 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3803 P:      Michael Kerrisk
3804 M:      mtk.manpages@gmail.com
3805 W:      http://www.kernel.org/doc/man-pages
3806 L:      linux-man@vger.kernel.org
3807 S:      Maintained
3809 MARVELL LIBERTAS WIRELESS DRIVER
3810 P:      Dan Williams
3811 M:      dcbw@redhat.com
3812 L:      libertas-dev@lists.infradead.org
3813 S:      Maintained
3814 F:      drivers/net/wireless/libertas/
3816 MARVELL MV643XX ETHERNET DRIVER
3817 P:      Lennert Buytenhek
3818 M:      buytenh@marvell.com
3819 L:      netdev@vger.kernel.org
3820 S:      Supported
3821 F:      drivers/net/mv643xx_eth.*
3822 F:      include/linux/mv643xx.h
3824 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3825 P:      Nicolas Pitre
3826 M:      nico@cam.org
3827 S:      Maintained
3829 MARVELL YUKON / SYSKONNECT DRIVER
3830 P:      Mirko Lindner
3831 M:      mlindner@syskonnect.de
3832 P:      Ralph Roesler
3833 M:      rroesler@syskonnect.de
3834 W:      http://www.syskonnect.com
3835 S:      Supported
3837 MATROX FRAMEBUFFER DRIVER
3838 P:      Petr Vandrovec
3839 M:      vandrove@vc.cvut.cz
3840 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3841 S:      Maintained
3842 F:      drivers/video/matrox/matroxfb_*
3843 F:      include/linux/matroxfb.h
3845 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3846 P:      Hans J. Koch
3847 M:      hjk@linutronix.de
3848 L:      lm-sensors@lm-sensors.org
3849 S:      Maintained
3850 F:      Documentation/hwmon/max6650
3851 F:      drivers/hwmon/max6650.c
3853 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3854 P:      Mauro Carvalho Chehab
3855 M:      mchehab@infradead.org
3856 P:      LinuxTV.org Project
3857 L:      linux-media@vger.kernel.org
3858 W:      http://linuxtv.org
3859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3860 S:      Maintained
3861 F:      Documentation/dvb/
3862 F:      Documentation/video4linux/
3863 F:      drivers/media/
3864 F:      include/media/
3865 F:      include/linux/dvb/
3866 F:      include/linux/videodev*.h
3868 MEGARAID SCSI DRIVERS
3869 P:      Neela Syam Kolli
3870 M:      megaraidlinux@lsi.com
3871 L:      linux-scsi@vger.kernel.org
3872 W:      http://megaraid.lsilogic.com
3873 S:      Maintained
3874 F:      Documentation/scsi/megaraid.txt
3875 F:      drivers/scsi/megaraid.*
3876 F:      drivers/scsi/megaraid/
3878 MEMORY MANAGEMENT
3879 L:      linux-mm@kvack.org
3880 W:      http://www.linux-mm.org
3881 S:      Maintained
3882 F:      include/linux/mm.h
3883 F:      mm/
3885 MEMORY RESOURCE CONTROLLER
3886 P:      Balbir Singh
3887 M:      balbir@linux.vnet.ibm.com
3888 P:      Pavel Emelyanov
3889 M:      xemul@openvz.org
3890 P:      KAMEZAWA Hiroyuki
3891 M:      kamezawa.hiroyu@jp.fujitsu.com
3892 L:      linux-mm@kvack.org
3893 S:      Maintained
3894 F:      mm/memcontrol.c
3896 MEMORY TECHNOLOGY DEVICES (MTD)
3897 P:      David Woodhouse
3898 M:      dwmw2@infradead.org
3899 W:      http://www.linux-mtd.infradead.org/
3900 L:      linux-mtd@lists.infradead.org
3901 T:      git git://git.infradead.org/mtd-2.6.git
3902 S:      Maintained
3903 F:      drivers/mtd/
3904 F:      include/linux/mtd/
3905 F:      include/mtd/
3907 MICROBLAZE ARCHITECTURE
3908 P:      Michal Simek
3909 M:      monstr@monstr.eu
3910 L:      microblaze-uclinux@itee.uq.edu.au
3911 W:      http://www.monstr.eu/fdt/
3912 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3913 S:      Supported
3914 F:      arch/microblaze/
3916 MICROTEK X6 SCANNER
3917 P:      Oliver Neukum
3918 M:      oliver@neukum.name
3919 S:      Maintained
3920 F:      drivers/usb/image/microtek.*
3922 MIPS
3923 P:      Ralf Baechle
3924 M:      ralf@linux-mips.org
3925 W:      http://www.linux-mips.org/
3926 L:      linux-mips@linux-mips.org
3927 T:      git git://git.linux-mips.org/pub/scm/linux.git
3928 S:      Supported
3929 F:      Documentation/mips/
3930 F:      arch/mips/
3932 MISCELLANEOUS MCA-SUPPORT
3933 P:      James Bottomley
3934 M:      James.Bottomley@HansenPartnership.com
3935 S:      Maintained
3936 F:      Documentation/ia64/mca.txt
3937 F:      Documentation/mca.txt
3938 F:      drivers/mca/
3939 F:      include/linux/mca*
3941 MODULE SUPPORT
3942 P:      Rusty Russell
3943 M:      rusty@rustcorp.com.au
3944 S:      Maintained
3945 F:      include/linux/module.h
3946 F:      kernel/module.c
3948 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3949 P:      Stelian Pop
3950 M:      stelian@popies.net
3951 W:      http://popies.net/meye/
3952 S:      Maintained
3953 F:      Documentation/video4linux/meye.txt
3954 F:      drivers/media/video/meye.*
3955 F:      include/linux/meye.h
3957 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3958 P:      Pavel Pisa
3959 M:      ppisa@pikron.com
3960 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3961 S:      Maintained
3962 F:      drivers/mmc/host/imxmmc.*
3964 MOUSE AND MISC DEVICES [GENERAL]
3965 P:      Alessandro Rubini
3966 M:      rubini@ipvvis.unipv.it
3967 S:      Maintained
3968 F:      drivers/input/mouse/
3969 F:      include/linux/gpio_mouse.h
3971 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3972 P:      Jiri Slaby
3973 M:      jirislaby@gmail.com
3974 S:      Maintained
3975 F:      Documentation/serial/moxa-smartio
3976 F:      drivers/char/mxser.*
3978 MSI LAPTOP SUPPORT
3979 P:      Lennart Poettering
3980 M:      mzxreary@0pointer.de
3981 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3982 W:      http://0pointer.de/lennart/tchibo.html
3983 S:      Maintained
3984 F:      drivers/platform/x86/msi-laptop.c
3986 MULTIFUNCTION DEVICES (MFD)
3987 P:      Samuel Ortiz
3988 M:      sameo@linux.intel.com
3989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3990 S:      Supported
3991 F:      drivers/mfd/
3993 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3994 P:      Pierre Ossman
3995 M:      pierre@ossman.eu
3996 S:      Maintained
3997 F:      drivers/mmc/
3998 F:      include/linux/mmc/
4000 MULTIMEDIA CARD (MMC) ETC. OVER SPI
4001 P:      David Brownell
4002 M:      dbrownell@users.sourceforge.net
4003 S:      Odd Fixes
4004 F:      drivers/mmc/host/mmc_spi.c
4005 F:      include/linux/spi/mmc_spi.h
4007 MULTISOUND SOUND DRIVER
4008 P:      Andrew Veliath
4009 M:      andrewtv@usa.net
4010 S:      Maintained
4011 F:      Documentation/sound/oss/MultiSound
4012 F:      sound/oss/msnd*
4014 MULTITECH MULTIPORT CARD (ISICOM)
4015 P:      Jiri Slaby
4016 M:      jirislaby@gmail.com
4017 S:      Maintained
4018 F:      drivers/char/isicom.c
4019 F:      include/linux/isicom.h
4021 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4022 P:      Felipe Balbi
4023 M:      felipe.balbi@nokia.com
4024 L:      linux-usb@vger.kernel.org
4025 T:      git git://gitorious.org/musb/mainline.git
4026 S:      Maintained
4027 F:      drivers/usb/musb/
4029 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4030 P:      Andrew Gallatin
4031 M:      gallatin@myri.com
4032 P:      Brice Goglin
4033 M:      brice@myri.com
4034 L:      netdev@vger.kernel.org
4035 W:      http://www.myri.com/scs/download-Myri10GE.html
4036 S:      Supported
4037 F:      drivers/net/myri10ge/
4039 NATSEMI ETHERNET DRIVER (DP8381x)
4040 P:      Tim Hockin
4041 M:      thockin@hockin.org
4042 S:      Maintained
4043 F:      drivers/net/natsemi.c
4045 NCP FILESYSTEM
4046 P:      Petr Vandrovec
4047 M:      vandrove@vc.cvut.cz
4048 L:      linware@sh.cvut.cz
4049 S:      Maintained
4050 F:      fs/ncpfs/
4052 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4053 P:      James E.J. Bottomley
4054 M:      James.Bottomley@HansenPartnership.com
4055 L:      linux-scsi@vger.kernel.org
4056 S:      Maintained
4057 F:      drivers/scsi/NCR_D700.*
4059 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4060 P:      Faisal Latif
4061 M:      faisal.latif@intel.com
4062 P:      Chien Tung
4063 M:      chien.tin.tung@intel.com
4064 L:      general@lists.openfabrics.org
4065 W:      http://www.neteffect.com
4066 S:      Supported
4067 F:      drivers/infiniband/hw/nes/
4069 NETEM NETWORK EMULATOR
4070 P:      Stephen Hemminger
4071 M:      shemminger@linux-foundation.org
4072 L:      netem@lists.linux-foundation.org
4073 S:      Maintained
4074 F:      net/sched/sch_netem.c
4076 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4077 P:      Ramkrishna Vepa
4078 M:      ram.vepa@neterion.com
4079 P:      Rastapur Santosh
4080 M:      santosh.rastapur@neterion.com
4081 P:      Sivakumar Subramani
4082 M:      sivakumar.subramani@neterion.com
4083 P:      Sreenivasa Honnur
4084 M:      sreenivasa.honnur@neterion.com
4085 P:      Anil Murthy
4086 M:      anil.murthy@neterion.com
4087 L:      netdev@vger.kernel.org
4088 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4089 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4090 S:      Supported
4091 F:      Documentation/networking/s2io.txt
4092 F:      drivers/net/s2io*
4094 NETFILTER/IPTABLES/IPCHAINS
4095 P:      Rusty Russell
4096 P:      Marc Boucher
4097 P:      James Morris
4098 P:      Harald Welte
4099 P:      Jozsef Kadlecsik
4100 P:      Patrick McHardy
4101 M:      kaber@trash.net
4102 L:      netfilter-devel@vger.kernel.org
4103 L:      netfilter@vger.kernel.org
4104 L:      coreteam@netfilter.org
4105 W:      http://www.netfilter.org/
4106 W:      http://www.iptables.org/
4107 T:      git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4108 S:      Supported
4109 F:      include/linux/netfilter*
4110 F:      include/linux/netfilter/
4111 F:      include/net/netfilter/
4112 F:      net/*/netfilter.c
4113 F:      net/*/netfilter/
4114 F:      net/netfilter/
4116 NETLABEL
4117 P:      Paul Moore
4118 M:      paul.moore@hp.com
4119 W:      http://netlabel.sf.net
4120 L:      netdev@vger.kernel.org
4121 S:      Supported
4122 F:      Documentation/netlabel/
4123 F:      include/net/netlabel.h
4124 F:      net/netlabel/
4126 NETROM NETWORK LAYER
4127 P:      Ralf Baechle
4128 M:      ralf@linux-mips.org
4129 L:      linux-hams@vger.kernel.org
4130 W:      http://www.linux-ax25.org/
4131 S:      Maintained
4132 F:      include/linux/netrom.h
4133 F:      include/net/netrom.h
4134 F:      net/netrom/
4136 NETWORK BLOCK DEVICE (NBD)
4137 P:      Paul Clements
4138 M:      Paul.Clements@steeleye.com
4139 S:      Maintained
4140 F:      Documentation/blockdev/nbd.txt
4141 F:      drivers/block/nbd.c
4142 F:      include/linux/nbd.h
4144 NETWORKING [GENERAL]
4145 P:      David S. Miller
4146 M:      davem@davemloft.net
4147 L:      netdev@vger.kernel.org
4148 W:      http://www.linuxfoundation.org/en/Net
4149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4150 S:      Maintained
4151 F:      net/
4152 F:      include/net/
4154 NETWORKING [IPv4/IPv6]
4155 P:      David S. Miller
4156 M:      davem@davemloft.net
4157 P:      Alexey Kuznetsov
4158 M:      kuznet@ms2.inr.ac.ru
4159 P:      Pekka Savola (ipv6)
4160 M:      pekkas@netcore.fi
4161 P:      James Morris
4162 M:      jmorris@namei.org
4163 P:      Hideaki YOSHIFUJI
4164 M:      yoshfuji@linux-ipv6.org
4165 P:      Patrick McHardy
4166 M:      kaber@trash.net
4167 L:      netdev@vger.kernel.org
4168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4169 S:      Maintained
4170 F:      net/ipv4/
4171 F:      net/ipv6/
4172 F:      include/net/ip*
4174 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4175 P:      Paul Moore
4176 M:      paul.moore@hp.com
4177 L:      netdev@vger.kernel.org
4178 S:      Maintained
4180 NETWORKING [WIRELESS]
4181 P:      John W. Linville
4182 M:      linville@tuxdriver.com
4183 L:      linux-wireless@vger.kernel.org
4184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4185 S:      Maintained
4186 F:      net/wireless/
4187 F:      include/net/ieee80211*
4188 F:      include/linux/wireless.h
4190 NETWORKING DRIVERS
4191 L:      netdev@vger.kernel.org
4192 W:      http://www.linuxfoundation.org/en/Net
4193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4194 S:      Odd Fixes
4195 F:      drivers/net/
4197 NETXEN (1/10) GbE SUPPORT
4198 P:      Dhananjay Phadke
4199 M:      dhananjay@netxen.com
4200 L:      netdev@vger.kernel.org
4201 W:      http://www.netxen.com
4202 S:      Supported
4203 F:      drivers/net/netxen/
4205 NFS, SUNRPC, AND LOCKD CLIENTS
4206 P:      Trond Myklebust
4207 M:      Trond.Myklebust@netapp.com
4208 L:      linux-nfs@vger.kernel.org
4209 W:      http://client.linux-nfs.org
4210 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4211 S:      Maintained
4212 F:      fs/lockd/
4213 F:      fs/nfs/
4214 F:      fs/nfs_common/
4215 F:      net/sunrpc/
4216 F:      include/linux/lockd/
4217 F:      include/linux/nfs*
4218 F:      include/linux/sunrpc/
4220 NI5010 NETWORK DRIVER
4221 P:      Jan-Pascal van Best
4222 M:      janpascal@vanbest.org
4223 P:      Andreas Mohr
4224 M:      andi@lisas.de
4225 L:      netdev@vger.kernel.org
4226 S:      Maintained
4227 F:      drivers/net/ni5010.*
4229 NILFS2 FILESYSTEM
4230 P:      KONISHI Ryusuke
4231 M:      konishi.ryusuke@lab.ntt.co.jp
4232 L:      users@nilfs.org
4233 W:      http://www.nilfs.org/en/
4234 S:      Supported
4235 F:      Documentation/filesystems/nilfs2.txt
4236 F:      fs/nilfs2/
4237 F:      include/linux/nilfs2_fs.h
4239 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4240 P:      YOKOTA Hiroshi
4241 M:      yokota@netlab.is.tsukuba.ac.jp
4242 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4243 S:      Maintained
4244 F:      Documentation/scsi/NinjaSCSI.txt
4245 F:      drivers/scsi/pcmcia/nsp_*
4247 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4248 P:      GOTO Masanori
4249 M:      gotom@debian.or.jp
4250 P:      YOKOTA Hiroshi
4251 M:      yokota@netlab.is.tsukuba.ac.jp
4252 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4253 S:      Maintained
4254 F:      Documentation/scsi/NinjaSCSI.txt
4255 F:      drivers/scsi/nsp32*
4257 NTFS FILESYSTEM
4258 P:      Anton Altaparmakov
4259 M:      aia21@cantab.net
4260 L:      linux-ntfs-dev@lists.sourceforge.net
4261 W:      http://www.linux-ntfs.org/
4262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4263 S:      Maintained
4264 F:      Documentation/filesystems/ntfs.txt
4265 F:      fs/ntfs/
4267 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4268 P:      Antonino Daplas
4269 M:      adaplas@gmail.com
4270 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4271 S:      Maintained
4272 F:      drivers/video/riva/
4273 F:      drivers/video/nvidia/
4275 OMAP SUPPORT
4276 P:      Tony Lindgren <tony@atomide.com>
4277 M:      tony@atomide.com
4278 L:      linux-omap@vger.kernel.org
4279 W:      http://www.muru.com/linux/omap/
4280 W:      http://linux.omap.com/
4281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4282 S:      Maintained
4283 F:      arch/arm/*omap*
4285 OMAP CLOCK FRAMEWORK SUPPORT
4286 P:      Paul Walmsley
4287 M:      paul@pwsan.com
4288 L:      linux-omap@vger.kernel.org
4289 S:      Maintained
4290 F:      arch/arm/*omap*/*clock*
4292 OMAP POWER MANAGEMENT SUPPORT
4293 P:      Kevin Hilman
4294 M:      khilman@deeprootsystems.com
4295 L:      linux-omap@vger.kernel.org
4296 S:      Maintained
4297 F:      arch/arm/*omap*/*pm*
4299 OMAP AUDIO SUPPORT
4300 P:      Jarkko Nikula
4301 M:      jhnikula@gmail.com
4302 L:      alsa-devel@alsa-project.org (subscribers-only)
4303 L:      linux-omap@vger.kernel.org
4304 S:      Maintained
4305 F:      sound/soc/omap/
4307 OMAP FRAMEBUFFER SUPPORT
4308 P:      Imre Deak
4309 M:      imre.deak@nokia.com
4310 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4311 L:      linux-omap@vger.kernel.org
4312 S:      Maintained
4313 F:      drivers/video/omap/
4315 OMAP MMC SUPPORT
4316 P:      Jarkko Lavinen
4317 M:      jarkko.lavinen@nokia.com
4318 L:      linux-kernel@vger.kernel.org
4319 L:      linux-omap@vger.kernel.org
4320 S:      Maintained
4321 F:      drivers/mmc/host/*omap*
4323 OMAP RANDOM NUMBER GENERATOR SUPPORT
4324 P:      Deepak Saxena
4325 M:      dsaxena@plexity.net
4326 S:      Maintained
4327 F:      drivers/char/hw_random/omap-rng.c
4329 OMAP USB SUPPORT
4330 P:      Felipe Balbi
4331 M:      felipe.balbi@nokia.com
4332 P:      David Brownell
4333 M:      dbrownell@users.sourceforge.net
4334 L:      linux-usb@vger.kernel.org
4335 L:      linux-omap@vger.kernel.org
4336 S:      Maintained
4338 OMFS FILESYSTEM
4339 P:      Bob Copeland
4340 M:      me@bobcopeland.com
4341 L:      linux-karma-devel@lists.sourceforge.net
4342 S:      Maintained
4343 F:      Documentation/filesystems/omfs.txt
4344 F:      fs/omfs/
4346 OMNIKEY CARDMAN 4000 DRIVER
4347 P:      Harald Welte
4348 M:      laforge@gnumonks.org
4349 S:      Maintained
4350 F:      drivers/char/pcmcia/cm4000_cs.c
4351 F:      include/linux/cm4000_cs.h
4353 OMNIKEY CARDMAN 4040 DRIVER
4354 P:      Harald Welte
4355 M:      laforge@gnumonks.org
4356 S:      Maintained
4357 F:      drivers/char/pcmcia/cm4040_cs.*
4359 OMNIVISION OV7670 SENSOR DRIVER
4360 P:      Jonathan Corbet
4361 M:      corbet@lwn.net
4362 L:      linux-media@vger.kernel.org
4363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4364 S:      Maintained
4365 F:      drivers/media/video/ov7670.c
4367 ONENAND FLASH DRIVER
4368 P:      Kyungmin Park
4369 M:      kyungmin.park@samsung.com
4370 L:      linux-mtd@lists.infradead.org
4371 S:      Maintained
4372 F:      drivers/mtd/onenand/
4373 F:      include/linux/mtd/onenand*.h
4375 ONSTREAM SCSI TAPE DRIVER
4376 P:      Willem Riede
4377 M:      osst@riede.org
4378 L:      osst-users@lists.sourceforge.net
4379 L:      linux-scsi@vger.kernel.org
4380 S:      Maintained
4381 F:      drivers/scsi/osst*
4382 F:      drivers/scsi/st*
4384 OPENCORES I2C BUS DRIVER
4385 P:      Peter Korsgaard
4386 M:      jacmet@sunsite.dk
4387 L:      linux-i2c@vger.kernel.org
4388 S:      Maintained
4389 F:      Documentation/i2c/busses/i2c-ocores
4390 F:      drivers/i2c/busses/i2c-ocores.c
4392 OPROFILE
4393 P:      Robert Richter
4394 M:      robert.richter@amd.com
4395 L:      oprofile-list@lists.sf.net
4396 S:      Maintained
4397 F:      arch/*/oprofile/
4398 F:      drivers/oprofile/
4399 F:      include/linux/oprofile.h
4401 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4402 P:      Mark Fasheh
4403 M:      mfasheh@suse.com
4404 P:      Joel Becker
4405 M:      joel.becker@oracle.com
4406 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4407 W:      http://oss.oracle.com/projects/ocfs2/
4408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4409 S:      Supported
4410 F:      Documentation/filesystems/ocfs2.txt
4411 F:      Documentation/filesystems/dlmfs.txt
4412 F:      fs/ocfs2/
4414 ORINOCO DRIVER
4415 P:      Pavel Roskin
4416 M:      proski@gnu.org
4417 P:      David Gibson
4418 M:      hermes@gibson.dropbear.id.au
4419 L:      linux-wireless@vger.kernel.org
4420 L:      orinoco-users@lists.sourceforge.net
4421 L:      orinoco-devel@lists.sourceforge.net
4422 W:      http://www.nongnu.org/orinoco/
4423 S:      Maintained
4424 F:      drivers/net/wireless/orinoco/
4426 OSD LIBRARY and FILESYSTEM
4427 P:      Boaz Harrosh
4428 M:      bharrosh@panasas.com
4429 P:      Benny Halevy
4430 M:      bhalevy@panasas.com
4431 L:      osd-dev@open-osd.org
4432 W:      http://open-osd.org
4433 T:      git git://git.open-osd.org/open-osd.git
4434 S:      Maintained
4435 F:      drivers/scsi/osd/
4436 F:      drivers/include/scsi/osd_*
4437 F:      fs/exofs/
4439 P54 WIRELESS DRIVER
4440 P:      Michael Wu
4441 M:      flamingice@sourmilk.net
4442 L:      linux-wireless@vger.kernel.org
4443 W:      http://prism54.org
4444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4445 S:      Maintained
4446 F:      drivers/net/wireless/p54/
4448 PA SEMI ETHERNET DRIVER
4449 P:      Olof Johansson
4450 M:      olof@lixom.net
4451 L:      netdev@vger.kernel.org
4452 S:      Maintained
4453 F:      drivers/net/pasemi_mac.*
4455 PA SEMI SMBUS DRIVER
4456 P:      Olof Johansson
4457 M:      olof@lixom.net
4458 L:      linux-i2c@vger.kernel.org
4459 S:      Maintained
4460 F:      drivers/i2c/busses/i2c-pasemi.c
4462 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4463 P:      Harald Welte
4464 M:      laforge@gnumonks.org
4465 S:      Maintained
4466 F:      drivers/platform/x86/panasonic-laptop.c
4468 PANASONIC MN10300/AM33 PORT
4469 P:      David Howells
4470 M:      dhowells@redhat.com
4471 P:      Koichi Yasutake
4472 M:      yasutake.koichi@jp.panasonic.com
4473 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4474 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4475 S:      Maintained
4476 F:      Documentation/mn10300/
4477 F:      arch/mn10300/
4479 PARALLEL PORT SUPPORT
4480 L:      linux-parport@lists.infradead.org (subscribers-only)
4481 S:      Orphan
4482 F:      drivers/parport/
4483 F:      include/linux/parport*.h
4484 F:      drivers/char/ppdev.c
4485 F:      include/linux/ppdev.h
4487 PARAVIRT_OPS INTERFACE
4488 P:      Jeremy Fitzhardinge
4489 M:      jeremy@xensource.com
4490 P:      Chris Wright
4491 M:      chrisw@sous-sol.org
4492 P:      Alok Kataria
4493 M:      akataria@vmware.com
4494 P:      Rusty Russell
4495 M:      rusty@rustcorp.com.au
4496 L:      virtualization@lists.osdl.org
4497 S:      Supported
4498 F:      Documentation/ia64/paravirt_ops.txt
4499 F:      arch/*/kernel/paravirt*
4500 F:      arch/*/include/asm/paravirt.h
4502 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4503 P:      Tim Waugh
4504 M:      tim@cyberelk.net
4505 L:      linux-parport@lists.infradead.org (subscribers-only)
4506 W:      http://www.torque.net/linux-pp.html
4507 S:      Maintained
4508 F:      Documentation/blockdev/paride.txt
4509 F:      drivers/block/paride/
4511 PARISC ARCHITECTURE
4512 P:      Kyle McMartin
4513 M:      kyle@mcmartin.ca
4514 P:      Helge Deller
4515 M:      deller@gmx.de
4516 L:      linux-parisc@vger.kernel.org
4517 W:      http://www.parisc-linux.org/
4518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4519 S:      Maintained
4520 F:      arch/parisc/
4521 F:      drivers/parisc/
4523 PC87360 HARDWARE MONITORING DRIVER
4524 P:      Jim Cromie
4525 M:      jim.cromie@gmail.com
4526 L:      lm-sensors@lm-sensors.org
4527 S:      Maintained
4528 F:      Documentation/hwmon/pc87360
4529 F:      drivers/hwmon/pc87360.c
4531 PC8736x GPIO DRIVER
4532 P:      Jim Cromie
4533 M:      jim.cromie@gmail.com
4534 S:      Maintained
4535 F:      drivers/char/pc8736x_gpio.c
4537 PCA9532 LED DRIVER
4538 P:      Riku Voipio
4539 M:      riku.voipio@iki.fi
4540 S:      Maintained
4541 F:      drivers/leds/leds-pca9532.c
4542 F:      include/linux/leds-pca9532.h
4544 PCI ERROR RECOVERY
4545 P:      Linas Vepstas
4546 M:      linas@austin.ibm.com
4547 L:      linux-pci@vger.kernel.org
4548 S:      Supported
4549 F:      Documentation/PCI/pci-error-recovery.txt
4550 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4552 PCI SUBSYSTEM
4553 P:      Jesse Barnes
4554 M:      jbarnes@virtuousgeek.org
4555 L:      linux-pci@vger.kernel.org
4556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4557 S:      Supported
4558 F:      Documentation/PCI/
4559 F:      drivers/pci/
4560 F:      include/linux/pci*
4562 PCIE HOTPLUG DRIVER
4563 P:      Kristen Carlson Accardi
4564 M:      kristen.c.accardi@intel.com
4565 L:      linux-pci@vger.kernel.org
4566 S:      Supported
4567 F:      drivers/pci/pcie/
4569 PCMCIA SUBSYSTEM
4570 P:      Linux PCMCIA Team
4571 L:      linux-pcmcia@lists.infradead.org
4572 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4574 S:      Maintained
4575 F:      Documentation/pcmcia/
4576 F:      drivers/pcmcia/
4577 F:      include/pcmcia/
4579 PCNET32 NETWORK DRIVER
4580 P:      Don Fry
4581 M:      pcnet32@verizon.net
4582 L:      netdev@vger.kernel.org
4583 S:      Maintained
4584 F:      drivers/net/pcnet32.c
4586 PER-TASK DELAY ACCOUNTING
4587 P:      Balbir Singh
4588 M:      balbir@linux.vnet.ibm.com
4589 S:      Maintained
4590 F:      include/linux/delayacct.h
4591 F:      kernel/delayacct.c
4593 PERFORMANCE COUNTER SUBSYSTEM
4594 P:      Peter Zijlstra
4595 M:      a.p.zijlstra@chello.nl
4596 P:      Paul Mackerras
4597 M:      paulus@samba.org
4598 P:      Ingo Molnar
4599 M:      mingo@elte.hu
4600 L:      linux-kernel@vger.kernel.org
4601 S:      Supported
4603 PERSONALITY HANDLING
4604 P:      Christoph Hellwig
4605 M:      hch@infradead.org
4606 L:      linux-abi-devel@lists.sourceforge.net
4607 S:      Maintained
4608 F:      include/linux/personality.h
4610 PHRAM MTD DRIVER
4611 P:      Joern Engel
4612 M:      joern@lazybastard.org
4613 L:      linux-mtd@lists.infradead.org
4614 S:      Maintained
4615 F:      drivers/mtd/devices/phram.c
4617 PKTCDVD DRIVER
4618 P:      Peter Osterlund
4619 M:      petero2@telia.com
4620 S:      Maintained
4621 F:      drivers/block/pktcdvd.c
4622 F:      include/linux/pktcdvd.h
4624 POSIX CLOCKS and TIMERS
4625 P:      Thomas Gleixner
4626 M:      tglx@linutronix.de
4627 S:      Supported
4628 F:      fs/timerfd.c
4629 F:      include/linux/timer*
4630 F:      kernel/*timer*
4632 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4633 P:      Anton Vorontsov
4634 M:      cbou@mail.ru
4635 P:      David Woodhouse
4636 M:      dwmw2@infradead.org
4637 T:      git git://git.infradead.org/battery-2.6.git
4638 S:      Maintained
4639 F:      include/linux/power_supply.h
4640 F:      drivers/power/power_supply*
4642 PNP SUPPORT
4643 P:      Adam Belay
4644 M:      abelay@mit.edu
4645 P:      Bjorn Helgaas
4646 M:      bjorn.helgaas@hp.com
4647 S:      Maintained
4648 F:      drivers/pnp/
4650 PNXxxxx I2C DRIVER
4651 P:      Vitaly Wool
4652 M:      vitalywool@gmail.com
4653 L:      linux-i2c@vger.kernel.org
4654 S:      Maintained
4655 F:      drivers/i2c/busses/i2c-pnx.c
4657 PPP PROTOCOL DRIVERS AND COMPRESSORS
4658 P:      Paul Mackerras
4659 M:      paulus@samba.org
4660 L:      linux-ppp@vger.kernel.org
4661 S:      Maintained
4662 F:      drivers/net/ppp_*
4664 PPP OVER ATM (RFC 2364)
4665 P:      Mitchell Blank Jr
4666 M:      mitch@sfgoth.com
4667 S:      Maintained
4668 F:      net/atm/pppoatm.c
4669 F:      include/linux/atmppp.h
4671 PPP OVER ETHERNET
4672 P:      Michal Ostrowski
4673 M:      mostrows@earthlink.net
4674 S:      Maintained
4675 F:      drivers/net/pppoe.c
4676 F:      drivers/net/pppox.c
4678 PPP OVER L2TP
4679 P:      James Chapman
4680 M:      jchapman@katalix.com
4681 S:      Maintained
4682 F:      drivers/net/pppol2tp.c
4683 F:      include/linux/if_pppol2tp.h
4685 PPS SUPPORT
4686 P:      Rodolfo Giometti
4687 M:      giometti@enneenne.com
4688 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4689 L:      linuxpps@ml.enneenne.com (subscribers-only)
4690 S:      Maintained
4692 PREEMPTIBLE KERNEL
4693 P:      Robert Love
4694 M:      rml@tech9.net
4695 L:      kpreempt-tech@lists.sourceforge.net
4696 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4697 S:      Supported
4698 F:      Documentation/preempt-locking.txt
4699 F:      include/linux/preempt.h
4701 PRISM54 WIRELESS DRIVER
4702 P:      Luis R. Rodriguez
4703 M:      mcgrof@gmail.com
4704 L:      linux-wireless@vger.kernel.org
4705 W:      http://prism54.org
4706 S:      Maintained
4707 F:      drivers/net/wireless/prism54/
4709 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4710 P:      Peter Denison
4711 M:      promise@pnd-pc.demon.co.uk
4712 W:      http://www.pnd-pc.demon.co.uk/promise/
4713 S:      Maintained
4715 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4716 P:      Mikael Pettersson
4717 M:      mikpe@it.uu.se
4718 L:      linux-ide@vger.kernel.org
4719 S:      Maintained
4720 F:      drivers/ata/sata_promise.*
4722 PS3 NETWORK SUPPORT
4723 P:      Geoff Levand
4724 M:      geoffrey.levand@am.sony.com
4725 L:      netdev@vger.kernel.org
4726 L:      cbe-oss-dev@ozlabs.org
4727 S:      Supported
4728 F:      drivers/net/ps3_gelic_net.*
4730 PS3 PLATFORM SUPPORT
4731 P:      Geoff Levand
4732 M:      geoffrey.levand@am.sony.com
4733 L:      linuxppc-dev@ozlabs.org
4734 L:      cbe-oss-dev@ozlabs.org
4735 S:      Supported
4736 F:      arch/powerpc/boot/ps3*
4737 F:      arch/powerpc/include/asm/lv1call.h
4738 F:      arch/powerpc/include/asm/ps3*.h
4739 F:      arch/powerpc/platforms/ps3/
4740 F:      drivers/*/ps3*
4741 F:      drivers/ps3/
4742 F:      drivers/rtc/rtc-ps3.c
4743 F:      drivers/usb/host/*ps3.c
4744 F:      sound/ppc/snd_ps3*
4746 PS3VRAM DRIVER
4747 P:      Jim Paris
4748 M:      jim@jtan.com
4749 L:      cbe-oss-dev@ozlabs.org
4750 S:      Maintained
4752 PTRACE SUPPORT
4753 P:      Roland McGrath
4754 M:      roland@redhat.com
4755 P:      Oleg Nesterov
4756 M:      oleg@redhat.com
4757 S:      Maintained
4758 F:      include/asm-generic/syscall.h
4759 F:      include/linux/ptrace.h
4760 F:      include/linux/regset.h
4761 F:      include/linux/tracehook.h
4762 F:      kernel/ptrace.c
4764 PVRUSB2 VIDEO4LINUX DRIVER
4765 P:      Mike Isely
4766 M:      isely@pobox.com
4767 L:      pvrusb2@isely.net       (subscribers-only)
4768 L:      linux-media@vger.kernel.org
4769 W:      http://www.isely.net/pvrusb2/
4770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4771 S:      Maintained
4772 F:      Documentation/video4linux/README.pvrusb2
4773 F:      drivers/media/video/pvrusb2/
4775 PXA2xx/PXA3xx SUPPORT
4776 P:      Eric Miao
4777 M:      eric.y.miao@gmail.com
4778 P:      Russell King
4779 M:      linux@arm.linux.org.uk
4780 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4781 S:      Maintained
4782 F:      arch/arm/mach-pxa/
4783 F:      drivers/pcmcia/pxa2xx*
4784 F:      drivers/spi/pxa2xx*
4785 F:      drivers/usb/gadget/pxa2*
4786 F:      include/sound/pxa2xx-lib.h
4787 F:      sound/arm/pxa*
4788 F:      sound/soc/pxa
4790 PXA168 SUPPORT
4791 P:      Eric Miao
4792 M:      eric.y.miao@gmail.com
4793 P:      Jason Chagas
4794 M:      jason.chagas@marvell.com
4795 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4797 S:      Maintained
4799 PXA910 SUPPORT
4800 P:      Eric Miao
4801 M:      eric.y.miao@gmail.com
4802 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4804 S:      Maintained
4806 PXA MMCI DRIVER
4807 S:      Orphan
4809 PXA RTC DRIVER
4810 P:      Robert Jarzmik
4811 M:      robert.jarzmik@free.fr
4812 L:      rtc-linux@googlegroups.com
4813 S:      Maintained
4815 QLOGIC QLA2XXX FC-SCSI DRIVER
4816 P:      Andrew Vasquez
4817 M:      linux-driver@qlogic.com
4818 L:      linux-scsi@vger.kernel.org
4819 S:      Supported
4820 F:      Documentation/scsi/LICENSE.qla2xxx
4821 F:      drivers/scsi/qla2xxx/
4823 QLOGIC QLA3XXX NETWORK DRIVER
4824 P:      Ron Mercer
4825 M:      linux-driver@qlogic.com
4826 L:      netdev@vger.kernel.org
4827 S:      Supported
4828 F:      Documentation/networking/LICENSE.qla3xxx
4829 F:      drivers/net/qla3xxx.*
4831 QLOGIC QLGE 10Gb ETHERNET DRIVER
4832 P:      Ron Mercer
4833 M:      linux-driver@qlogic.com
4834 M:      ron.mercer@qlogic.com
4835 L:      netdev@vger.kernel.org
4836 S:      Supported
4837 F:      drivers/net/qlge/
4839 QNX4 FILESYSTEM
4840 P:      Anders Larsen
4841 M:      al@alarsen.net
4842 W:      http://www.alarsen.net/linux/qnx4fs/
4843 S:      Maintained
4844 F:      fs/qnx4/
4845 F:      include/linux/qnx4_fs.h
4846 F:      include/linux/qnxtypes.h
4848 RADEON FRAMEBUFFER DISPLAY DRIVER
4849 P:      Benjamin Herrenschmidt
4850 M:      benh@kernel.crashing.org
4851 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4852 S:      Maintained
4853 F:      drivers/video/aty/radeon*
4854 F:      include/linux/radeonfb.h
4856 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4857 P:      Paul Mackerras
4858 M:      paulus@samba.org
4859 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4860 S:      Maintained
4861 F:      drivers/video/aty/aty128fb.c
4863 RALINK RT2X00 WIRELESS LAN DRIVER
4864 P:      rt2x00 project
4865 L:      linux-wireless@vger.kernel.org
4866 L:      users@rt2x00.serialmonkey.com
4867 W:      http://rt2x00.serialmonkey.com/
4868 S:      Maintained
4869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4870 F:      drivers/net/wireless/rt2x00/
4872 RAMDISK RAM BLOCK DEVICE DRIVER
4873 P:      Nick Piggin
4874 M:      npiggin@suse.de
4875 S:      Maintained
4876 F:      Documentation/blockdev/ramdisk.txt
4877 F:      drivers/block/brd.c
4879 RANDOM NUMBER DRIVER
4880 P:      Matt Mackall
4881 M:      mpm@selenic.com
4882 S:      Maintained
4883 F:      drivers/char/random.c
4885 RAPIDIO SUBSYSTEM
4886 P:      Matt Porter
4887 M:      mporter@kernel.crashing.org
4888 S:      Maintained
4889 F:      drivers/rapidio/
4891 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4892 P:      Corey Thomas
4893 M:      coreythomas@charter.net
4894 L:      linux-wireless@vger.kernel.org
4895 S:      Maintained
4896 F:      drivers/net/wireless/ray*
4898 RCUTORTURE MODULE
4899 P:      Josh Triplett
4900 M:      josh@freedesktop.org
4901 P:      Paul E. McKenney
4902 M:      paulmck@linux.vnet.ibm.com
4903 S:      Maintained
4904 F:      Documentation/RCU/torture.txt
4905 F:      kernel/rcutorture.c
4907 RDC R-321X SoC
4908 P:      Florian Fainelli
4909 M:      florian@openwrt.org
4910 S:      Maintained
4912 RDC R6040 FAST ETHERNET DRIVER
4913 P:      Florian Fainelli
4914 M:      florian@openwrt.org
4915 L:      netdev@vger.kernel.org
4916 S:      Maintained
4917 F:      drivers/net/r6040.c
4919 RDS - RELIABLE DATAGRAM SOCKETS
4920 P:      Andy Grover
4921 M:      andy.grover@oracle.com
4922 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
4923 S:      Supported
4924 F:      net/rds/
4926 READ-COPY UPDATE (RCU)
4927 P:      Dipankar Sarma
4928 M:      dipankar@in.ibm.com
4929 P:      Paul E. McKenney
4930 M:      paulmck@linux.vnet.ibm.com
4931 W:      http://www.rdrop.com/users/paulmck/rclock/
4932 S:      Supported
4933 F:      Documentation/RCU/rcu.txt
4934 F:      Documentation/RCU/rcuref.txt
4935 F:      include/linux/rcupdate.h
4936 F:      include/linux/srcu.h
4937 F:      kernel/rcupdate.c
4939 REAL TIME CLOCK DRIVER
4940 P:      Paul Gortmaker
4941 M:      p_gortmaker@yahoo.com
4942 S:      Maintained
4943 F:      Documentation/rtc.txt
4944 F:      drivers/rtc/
4945 F:      include/linux/rtc.h
4947 REAL TIME CLOCK (RTC) SUBSYSTEM
4948 P:      Alessandro Zummo
4949 M:      a.zummo@towertech.it
4950 L:      rtc-linux@googlegroups.com
4951 S:      Maintained
4952 F:      Documentation/rtc.txt
4953 F:      drivers/rtc/
4954 F:      include/linux/rtc.h
4956 REISERFS FILE SYSTEM
4957 L:      reiserfs-devel@vger.kernel.org
4958 S:      Supported
4959 F:      fs/reiserfs/
4961 RFKILL
4962 P:      Johannes Berg
4963 M:      johannes@sipsolutions.net
4964 L:      linux-wireless@vger.kernel.org
4965 S:      Maintained
4966 F       Documentation/rfkill.txt
4967 F:      net/rfkill/
4969 RISCOM8 DRIVER
4970 S:      Orphan
4971 F:      Documentation/serial/riscom8.txt
4972 F:      drivers/char/riscom8*
4974 ROCKETPORT DRIVER
4975 P:      Comtrol Corp.
4976 W:      http://www.comtrol.com
4977 S:      Maintained
4978 F:      Documentation/serial/rocket.txt
4979 F:      drivers/char/rocket*
4981 ROSE NETWORK LAYER
4982 P:      Ralf Baechle
4983 M:      ralf@linux-mips.org
4984 L:      linux-hams@vger.kernel.org
4985 W:      http://www.linux-ax25.org/
4986 S:      Maintained
4987 F:      include/linux/rose.h
4988 F:      include/net/rose.h
4989 F:      net/rose/
4991 RTL8180 WIRELESS DRIVER
4992 P:      John W. Linville
4993 M:      linville@tuxdriver.com
4994 L:      linux-wireless@vger.kernel.org
4995 W:      http://linuxwireless.org/
4996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4997 S:      Maintained
4998 F:      drivers/net/wireless/rtl818*
5000 RTL8187 WIRELESS DRIVER
5001 P:      Herton Ronaldo Krzesinski
5002 M:      herton@mandriva.com.br
5003 P:      Hin-Tak Leung
5004 M:      htl10@users.sourceforge.net
5005 P:      Larry Finger
5006 M:      Larry.Finger@lwfinger.net
5007 L:      linux-wireless@vger.kernel.org
5008 W:      http://linuxwireless.org/
5009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5010 S:      Maintained
5011 F:      drivers/net/wireless/rtl818x/rtl8187*
5013 S3 SAVAGE FRAMEBUFFER DRIVER
5014 P:      Antonino Daplas
5015 M:      adaplas@gmail.com
5016 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5017 S:      Maintained
5018 F:      drivers/video/savage/
5020 S390
5021 P:      Martin Schwidefsky
5022 M:      schwidefsky@de.ibm.com
5023 P:      Heiko Carstens
5024 M:      heiko.carstens@de.ibm.com
5025 M:      linux390@de.ibm.com
5026 L:      linux-s390@vger.kernel.org
5027 W:      http://www.ibm.com/developerworks/linux/linux390/
5028 S:      Supported
5029 F:      arch/s390/
5031 S390 NETWORK DRIVERS
5032 P:      Ursula Braun
5033 M:      ursula.braun@de.ibm.com
5034 P:      Frank Blaschka
5035 M:      blaschka@linux.vnet.ibm.com
5036 M:      linux390@de.ibm.com
5037 L:      linux-s390@vger.kernel.org
5038 W:      http://www.ibm.com/developerworks/linux/linux390/
5039 S:      Supported
5040 F:      drivers/s390/net/
5042 S390 ZCRYPT DRIVER
5043 P:      Felix Beck
5044 M:      felix.beck@de.ibm.com
5045 P:      Ralph Wuerthner
5046 M:      ralph.wuerthner@de.ibm.com
5047 M:      linux390@de.ibm.com
5048 L:      linux-s390@vger.kernel.org
5049 S:      Supported
5050 F:      drivers/s390/crypto/
5052 S390 ZFCP DRIVER
5053 P:      Christof Schmitt
5054 M:      christof.schmitt@de.ibm.com
5055 P:      Martin Peschke
5056 M:      mp3@de.ibm.com
5057 M:      linux390@de.ibm.com
5058 L:      linux-s390@vger.kernel.org
5059 W:      http://www.ibm.com/developerworks/linux/linux390/
5060 S:      Supported
5061 F:      Documentation/s390/zfcpdump.txt
5062 F:      drivers/s390/scsi/zfcp_*
5064 S390 IUCV NETWORK LAYER
5065 P:      Ursula Braun
5066 M:      ursula.braun@de.ibm.com
5067 M:      linux390@de.ibm.com
5068 L:      linux-s390@vger.kernel.org
5069 W:      http://www.ibm.com/developerworks/linux/linux390/
5070 S:      Supported
5071 F:      drivers/s390/net/*iucv*
5072 F:      include/net/iucv/
5073 F:      net/iucv/
5075 S3C24XX SD/MMC Driver
5076 P:      Ben Dooks
5077 M:      ben-linux@fluff.org
5078 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5079 S:      Supported
5080 F:      drivers/mmc/host/s3cmci.*
5082 SAA7146 VIDEO4LINUX-2 DRIVER
5083 P:      Michael Hunold
5084 M:      michael@mihu.de
5085 L:      linux-media@vger.kernel.org
5086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5087 W:      http://www.mihu.de/linux/saa7146
5088 S:      Maintained
5089 F:      drivers/media/common/saa7146*
5090 F:      drivers/media/video/*7146*
5091 F:      include/media/*7146*
5093 SC1200 WDT DRIVER
5094 P:      Zwane Mwaikambo
5095 M:      zwane@arm.linux.org.uk
5096 S:      Maintained
5097 F:      drivers/watchdog/sc1200wdt.c
5099 SCHEDULER
5100 P:      Ingo Molnar
5101 M:      mingo@elte.hu
5102 P:      Peter Zijlstra
5103 M:      peterz@infradead.org
5104 S:      Maintained
5105 F:      kernel/sched*
5106 F:      include/linux/sched.h
5108 SCSI CDROM DRIVER
5109 P:      Jens Axboe
5110 M:      axboe@kernel.dk
5111 L:      linux-scsi@vger.kernel.org
5112 W:      http://www.kernel.dk
5113 S:      Maintained
5114 F:      drivers/scsi/sr*
5116 SCSI SG DRIVER
5117 P:      Doug Gilbert
5118 M:      dgilbert@interlog.com
5119 L:      linux-scsi@vger.kernel.org
5120 W:      http://www.torque.net/sg
5121 S:      Maintained
5122 F:      drivers/scsi/sg.c
5123 F:      include/scsi/sg.h
5125 SCSI SUBSYSTEM
5126 P:      James E.J. Bottomley
5127 M:      James.Bottomley@HansenPartnership.com
5128 L:      linux-scsi@vger.kernel.org
5129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5132 S:      Maintained
5133 F:      drivers/scsi/
5134 F:      include/scsi/
5136 SCSI TAPE DRIVER
5137 P:      Kai Mäkisara
5138 M:      Kai.Makisara@kolumbus.fi
5139 L:      linux-scsi@vger.kernel.org
5140 S:      Maintained
5141 F:      Documentation/scsi/st.txt
5142 F:      drivers/scsi/st*
5144 SCTP PROTOCOL
5145 P:      Vlad Yasevich
5146 M:      vladislav.yasevich@hp.com
5147 P:      Sridhar Samudrala
5148 M:      sri@us.ibm.com
5149 L:      linux-sctp@vger.kernel.org
5150 W:      http://lksctp.sourceforge.net
5151 S:      Supported
5152 F:      Documentation/networking/sctp.txt
5153 F:      include/linux/sctp.h
5154 F:      include/net/sctp/
5155 F:      net/sctp/
5157 SCx200 CPU SUPPORT
5158 P:      Jim Cromie
5159 M:      jim.cromie@gmail.com
5160 S:      Odd Fixes
5161 F:      Documentation/i2c/busses/scx200_acb
5162 F:      arch/x86/kernel/scx200_32.c
5163 F:      drivers/watchdog/scx200_wdt.c
5164 F:      drivers/i2c/busses/scx200*
5165 F:      drivers/mtd/maps/scx200_docflash.c
5166 F:      include/linux/scx200.h
5168 SCx200 GPIO DRIVER
5169 P:      Jim Cromie
5170 M:      jim.cromie@gmail.com
5171 S:      Maintained
5172 F:      drivers/char/scx200_gpio.c
5173 F:      include/linux/scx200_gpio.h
5175 SCx200 HRT CLOCKSOURCE DRIVER
5176 P:      Jim Cromie
5177 M:      jim.cromie@gmail.com
5178 S:      Maintained
5179 F:      drivers/clocksource/scx200_hrt.c
5181 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5182 P:      Sascha Sommer
5183 M:      saschasommer@freenet.de
5184 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5185 S:      Maintained
5186 F:      drivers/mmc/host/sdricoh_cs.c
5188 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5189 P:      Pierre Ossman
5190 M:      pierre@ossman.eu
5191 L:      sdhci-devel@lists.ossman.eu
5192 S:      Maintained
5194 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5195 P:      Anton Vorontsov
5196 M:      avorontsov@ru.mvista.com
5197 L:      linuxppc-dev@ozlabs.org
5198 L:      sdhci-devel@lists.ossman.eu
5199 S:      Maintained
5200 F:      drivers/mmc/host/sdhci.*
5202 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5203 P:      Ben Dooks
5204 M:      ben-linux@fluff.org
5205 L:      sdhci-devel@lists.ossman.eu
5206 S:      Maintained
5207 F:      drivers/mmc/host/sdhci-s3c.c
5209 SECURITY SUBSYSTEM
5210 P:      James Morris
5211 M:      jmorris@namei.org
5212 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5213 T:      git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5214 W:      http://security.wiki.kernel.org/
5215 S:      Supported
5216 F:      security/
5218 SECURITY CONTACT
5219 P:      Security Officers
5220 M:      security@kernel.org
5221 S:      Supported
5223 SELINUX SECURITY MODULE
5224 P:      Stephen Smalley
5225 M:      sds@tycho.nsa.gov
5226 P:      James Morris
5227 M:      jmorris@namei.org
5228 P:      Eric Paris
5229 M:      eparis@parisplace.org
5230 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5231 W:      http://selinuxproject.org
5232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5233 S:      Supported
5234 F:      include/linux/selinux*
5235 F:      security/selinux/
5237 SENSABLE PHANTOM
5238 P:      Jiri Slaby
5239 M:      jirislaby@gmail.com
5240 S:      Maintained
5241 F:      drivers/misc/phantom.c
5242 F:      include/linux/phantom.h
5244 SERIAL ATA (SATA) SUBSYSTEM
5245 P:      Jeff Garzik
5246 M:      jgarzik@pobox.com
5247 L:      linux-ide@vger.kernel.org
5248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5249 S:      Supported
5250 F:      drivers/ata/
5251 F:      include/linux/ata.h
5252 F:      include/linux/libata.h
5254 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5255 P:      Sathya Perla
5256 M:      sathyap@serverengines.com
5257 P:      Subbu Seetharaman
5258 M:      subbus@serverengines.com
5259 L:      netdev@vger.kernel.org
5260 W:      http://www.serverengines.com
5261 S:      Supported
5262 F:      drivers/net/benet/
5264 SFC NETWORK DRIVER
5265 P:      Steve Hodgson
5266 P:      Ben Hutchings
5267 P:      Robert Stonehouse
5268 M:      linux-net-drivers@solarflare.com
5269 S:      Supported
5270 F:      drivers/net/sfc/
5272 SGI GRU DRIVER
5273 P:      Jack Steiner
5274 M:      steiner@sgi.com
5275 S:      Maintained
5276 F:      drivers/misc/sgi-gru/
5278 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5279 P:      Pat Gefre
5280 M:      pfg@sgi.com
5281 L:      linux-ia64@vger.kernel.org
5282 S:      Supported
5283 F:      Documentation/ia64/serial.txt
5284 F:      drivers/serial/ioc?_serial.c
5285 F:      include/linux/ioc?.h
5287 SGI VISUAL WORKSTATION 320 AND 540
5288 P:      Andrey Panin
5289 M:      pazke@donpac.ru
5290 L:      linux-visws-devel@lists.sf.net
5291 W:      http://linux-visws.sf.net
5292 S:      Maintained for 2.6.
5293 F:      Documentation/sgi-visws.txt
5295 SGI XP/XPC/XPNET DRIVER
5296 P:      Robin Holt
5297 M:      holt@sgi.com
5298 S:      Maintained
5299 F:      drivers/misc/sgi-xp/
5301 SHARP LH SUPPORT (LH7952X & LH7A40X)
5302 P:      Marc Singer
5303 M:      elf@buici.com
5304 W:      http://projects.buici.com/arm
5305 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5306 S:      Maintained
5307 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5308 F:      arch/arm/mach-lh7a40x/
5309 F:      drivers/serial/serial_lh7a40x.c
5310 F:      drivers/usb/gadget/lh7a40*
5311 F:      drivers/usb/host/ohci-lh7a40*
5313 SHPC HOTPLUG DRIVER
5314 P:      Kristen Carlson Accardi
5315 M:      kristen.c.accardi@intel.com
5316 L:      linux-pci@vger.kernel.org
5317 S:      Supported
5318 F:      drivers/pci/hotplug/shpchp*
5320 SIMTEC EB110ATX (Chalice CATS)
5321 P:      Ben Dooks
5322 P:      Vincent Sanders
5323 M:      support@simtec.co.uk
5324 W:      http://www.simtec.co.uk/products/EB110ATX/
5325 S:      Supported
5327 SIMTEC EB2410ITX (BAST)
5328 P:      Ben Dooks
5329 P:      Vincent Sanders
5330 M:      support@simtec.co.uk
5331 W:      http://www.simtec.co.uk/products/EB2410ITX/
5332 S:      Supported
5333 F:      arch/arm/mach-s3c2410/
5334 F:      drivers/*/*s3c2410*
5335 F:      drivers/*/*/*s3c2410*
5337 SIS 190 ETHERNET DRIVER
5338 P:      Francois Romieu
5339 M:      romieu@fr.zoreil.com
5340 L:      netdev@vger.kernel.org
5341 S:      Maintained
5342 F:      drivers/net/sis190.c
5344 SIS 900/7016 FAST ETHERNET DRIVER
5345 P:      Daniele Venzano
5346 M:      venza@brownhat.org
5347 W:      http://www.brownhat.org/sis900.html
5348 L:      netdev@vger.kernel.org
5349 S:      Maintained
5350 F:      drivers/net/sis900.*
5352 SIS 96X I2C/SMBUS DRIVER
5353 P:      Mark M. Hoffman
5354 M:      mhoffman@lightlink.com
5355 L:      linux-i2c@vger.kernel.org
5356 S:      Maintained
5357 F:      Documentation/i2c/busses/i2c-sis96x
5358 F:      drivers/i2c/busses/i2c-sis96x.c
5360 SIS FRAMEBUFFER DRIVER
5361 P:      Thomas Winischhofer
5362 M:      thomas@winischhofer.net
5363 W:      http://www.winischhofer.net/linuxsisvga.shtml
5364 S:      Maintained
5365 F:      Documentation/fb/sisfb.txt
5366 F:      drivers/video/sis/
5367 F:      include/video/sisfb.h
5369 SIS USB2VGA DRIVER
5370 P:      Thomas Winischhofer
5371 M:      thomas@winischhofer.net
5372 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5373 S:      Maintained
5374 F:      drivers/usb/misc/sisusbvga/
5376 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5377 P:      Stephen Hemminger
5378 M:      shemminger@linux-foundation.org
5379 L:      netdev@vger.kernel.org
5380 S:      Maintained
5381 F:      drivers/net/skge.*
5382 F:      drivers/net/sky2.*
5384 SLAB ALLOCATOR
5385 P:      Christoph Lameter
5386 M:      cl@linux-foundation.org
5387 P:      Pekka Enberg
5388 M:      penberg@cs.helsinki.fi
5389 P:      Matt Mackall
5390 M:      mpm@selenic.com
5391 L:      linux-mm@kvack.org
5392 S:      Maintained
5393 F:      include/linux/sl?b*.h
5394 F:      mm/sl?b.c
5396 SMC91x ETHERNET DRIVER
5397 P:      Nicolas Pitre
5398 M:      nico@cam.org
5399 S:      Maintained
5400 F:      drivers/net/smc91x.*
5402 SMSC47B397 HARDWARE MONITOR DRIVER
5403 P:      Mark M. Hoffman
5404 M:      mhoffman@lightlink.com
5405 L:      lm-sensors@lm-sensors.org
5406 S:      Maintained
5407 F:      Documentation/hwmon/smsc47b397
5408 F:      drivers/hwmon/smsc47b397.c
5410 SMSC911x ETHERNET DRIVER
5411 P:      Steve Glendinning
5412 M:      steve.glendinning@smsc.com
5413 L:      netdev@vger.kernel.org
5414 S:      Supported
5415 F:      include/linux/smsc911x.h
5416 F:      drivers/net/smsc911x.*
5418 SMSC9420 PCI ETHERNET DRIVER
5419 P:      Steve Glendinning
5420 M:      steve.glendinning@smsc.com
5421 L:      netdev@vger.kernel.org
5422 S:      Supported
5423 F:      drivers/net/smsc9420.*
5425 SMX UIO Interface
5426 P:      Ben Nizette
5427 M:      bn@niasdigital.com
5428 S:      Maintained
5429 F:      drivers/uio/uio_smx.c
5431 SN-IA64 (Itanium) SUB-PLATFORM
5432 P:      Jes Sorensen
5433 M:      jes@sgi.com
5434 L:      linux-altix@sgi.com
5435 L:      linux-ia64@vger.kernel.org
5436 W:      http://www.sgi.com/altix
5437 S:      Maintained
5438 F:      arch/ia64/sn/
5440 SOC-CAMERA V4L2 SUBSYSTEM
5441 P:      Guennadi Liakhovetski
5442 M:      g.liakhovetski@gmx.de
5443 L:      linux-media@vger.kernel.org
5444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5445 S:      Maintained
5446 F:      include/media/v4l2*
5447 F:      drivers/media/video/v4l2*
5449 SOEKRIS NET48XX LED SUPPORT
5450 P:      Chris Boot
5451 M:      bootc@bootc.net
5452 S:      Maintained
5453 F:      drivers/leds/leds-net48xx.c
5455 SOFTWARE RAID (Multiple Disks) SUPPORT
5456 P:      Neil Brown
5457 M:      neilb@suse.de
5458 L:      linux-raid@vger.kernel.org
5459 S:      Supported
5460 F:      drivers/md/
5461 F:      include/linux/raid/
5463 SONIC NETWORK DRIVER
5464 P:      Thomas Bogendoerfer
5465 M:      tsbogend@alpha.franken.de
5466 L:      netdev@vger.kernel.org
5467 S:      Maintained
5468 F:      drivers/net/sonic.*
5470 SONICS SILICON BACKPLANE DRIVER (SSB)
5471 P:      Michael Buesch
5472 M:      mb@bu3sch.de
5473 L:      netdev@vger.kernel.org
5474 S:      Maintained
5475 F:      drivers/ssb/
5476 F:      include/linux/ssb/
5478 SONY VAIO CONTROL DEVICE DRIVER
5479 P:      Mattia Dongili
5480 M:      malattia@linux.it
5481 L:      linux-acpi@vger.kernel.org
5482 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5483 S:      Maintained
5484 F:      Documentation/laptops/sony-laptop.txt
5485 F:      drivers/char/sonypi.c
5486 F:      drivers/platform/x86/sony-laptop.c
5487 F:      include/linux/sony-laptop.h
5489 SONY MEMORYSTICK CARD SUPPORT
5490 P:      Alex Dubov
5491 M:      oakad@yahoo.com
5492 W:      http://tifmxx.berlios.de/
5493 S:      Maintained
5494 F:      drivers/memstick/host/tifm_ms.c
5496 SOUND
5497 P:      Jaroslav Kysela
5498 M:      perex@perex.cz
5499 P:      Takashi Iwai
5500 M:      tiwai@suse.de
5501 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5502 W:      http://www.alsa-project.org/
5503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5504 T:      git git://git.alsa-project.org/alsa-kernel.git
5505 S:      Maintained
5506 F:      Documentation/sound/
5507 F:      include/sound/
5508 F:      sound/
5510 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5511 P:      Liam Girdwood
5512 M:      lrg@slimlogic.co.uk
5513 P:      Mark Brown
5514 M:      broonie@opensource.wolfsonmicro.com
5515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5516 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5517 W:      http://alsa-project.org/main/index.php/ASoC
5518 S:      Supported
5519 F:      sound/soc/
5520 F:      include/sound/soc*
5522 SPARC + UltraSPARC (sparc/sparc64)
5523 P:      David S. Miller
5524 M:      davem@davemloft.net
5525 L:      sparclinux@vger.kernel.org
5526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5528 S:      Maintained
5529 F:      arch/sparc/
5531 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5532 P:      Roger Wolff
5533 M:      R.E.Wolff@BitWizard.nl
5534 S:      Supported
5535 F:      Documentation/serial/specialix.txt
5536 F:      drivers/char/specialix*
5538 SPI SUBSYSTEM
5539 P:      David Brownell
5540 M:      dbrownell@users.sourceforge.net
5541 L:      spi-devel-general@lists.sourceforge.net
5542 S:      Maintained
5543 F:      Documentation/spi/
5544 F:      drivers/spi/
5545 F:      include/linux/spi/
5547 SPIDERNET NETWORK DRIVER for CELL
5548 P:      Ishizaki Kou
5549 M:      kou.ishizaki@toshiba.co.jp
5550 P:      Jens Osterkamp
5551 M:      jens@de.ibm.com
5552 L:      netdev@vger.kernel.org
5553 S:      Supported
5554 F:      Documentation/networking/spider_net.txt
5555 F:      drivers/net/spider_net*
5557 SPU FILE SYSTEM
5558 P:      Jeremy Kerr
5559 M:      jk@ozlabs.org
5560 L:      linuxppc-dev@ozlabs.org
5561 L:      cbe-oss-dev@ozlabs.org
5562 W:      http://www.ibm.com/developerworks/power/cell/
5563 S:      Supported
5564 F:      Documentation/filesystems/spufs.txt
5565 F:      arch/powerpc/platforms/cell/spufs/
5567 SQUASHFS FILE SYSTEM
5568 P:      Phillip Lougher
5569 M:      phillip@lougher.demon.co.uk
5570 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5571 W:      http://squashfs.org.uk
5572 S:      Maintained
5573 F:      Documentation/filesystems/squashfs.txt
5574 F:      fs/squashfs/
5576 SRM (Alpha) environment access
5577 P:      Jan-Benedict Glaw
5578 M:      jbglaw@lug-owl.de
5579 S:      Maintained
5580 F:      arch/alpha/kernel/srm_env.c
5582 STABLE BRANCH
5583 P:      Greg Kroah-Hartman
5584 M:      greg@kroah.com
5585 P:      Chris Wright
5586 M:      chrisw@sous-sol.org
5587 L:      stable@kernel.org
5588 S:      Maintained
5590 STAGING SUBSYSTEM
5591 P:      Greg Kroah-Hartman
5592 M:      gregkh@suse.de
5593 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5594 L:      devel@driverdev.osuosl.org
5595 S:      Maintained
5596 F:      drivers/staging/
5598 STARFIRE/DURALAN NETWORK DRIVER
5599 P:      Ion Badulescu
5600 M:      ionut@badula.org
5601 S:      Odd Fixes
5602 F:      drivers/net/starfire*
5604 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5605 S:      Orphan
5606 F:      drivers/net/wireless/strip.c
5607 F:      include/linux/if_strip.h
5609 STRADIS MPEG-2 DECODER DRIVER
5610 P:      Nathan Laredo
5611 M:      laredo@gnu.org
5612 W:      http://www.stradis.com/
5613 S:      Maintained
5614 F:      drivers/media/video/stradis.c
5616 SUN3/3X
5617 P:      Sam Creasey
5618 M:      sammy@sammy.net
5619 W:      http://sammy.net/sun3/
5620 S:      Maintained
5621 F:      arch/m68k/kernel/*sun3*
5622 F:      arch/m68k/sun3*/
5623 F:      arch/m68k/include/asm/sun3*
5625 SUPERH
5626 P:      Paul Mundt
5627 M:      lethal@linux-sh.org
5628 L:      linux-sh@vger.kernel.org
5629 W:      http://www.linux-sh.org
5630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5631 S:      Supported
5632 F:      Documentation/sh/
5633 F:      arch/sh/
5634 F:      drivers/sh/
5636 SUSPEND TO RAM
5637 P:      Len Brown
5638 M:      len.brown@intel.com
5639 P:      Pavel Machek
5640 M:      pavel@ucw.cz
5641 P:      Rafael J. Wysocki
5642 M:      rjw@sisk.pl
5643 L:      linux-pm@lists.linux-foundation.org
5644 S:      Supported
5645 F:      Documentation/power/
5646 F:      arch/x86/kernel/acpi/
5647 F:      drivers/base/power/
5648 F:      kernel/power/
5649 F:      include/linux/suspend.h
5650 F:      include/linux/freezer.h
5651 F:      include/linux/pm.h
5653 SVGA HANDLING
5654 P:      Martin Mares
5655 M:      mj@ucw.cz
5656 L:      linux-video@atrey.karlin.mff.cuni.cz
5657 S:      Maintained
5658 F:      Documentation/svga.txt
5659 F:      arch/x86/boot/video*
5661 SYSV FILESYSTEM
5662 P:      Christoph Hellwig
5663 M:      hch@infradead.org
5664 S:      Maintained
5665 F:      Documentation/filesystems/sysv-fs.txt
5666 F:      fs/sysv/
5667 F:      include/linux/sysv_fs.h
5669 TASKSTATS STATISTICS INTERFACE
5670 P:      Balbir Singh
5671 M:      balbir@linux.vnet.ibm.com
5672 S:      Maintained
5673 F:      Documentation/accounting/taskstats*
5674 F:      include/linux/taskstats*
5675 F:      kernel/taskstats.c
5677 TC CLASSIFIER
5678 P:      Jamal Hadi Salim
5679 M:      hadi@cyberus.ca
5680 L:      netdev@vger.kernel.org
5681 S:      Maintained
5682 F:      include/linux/pkt_cls.h
5683 F:      include/net/pkt_cls.h
5684 F:      net/sched/
5686 TCP LOW PRIORITY MODULE
5687 P:      Wong Hoi Sing, Edison
5688 M:      hswong3i@gmail.com
5689 P:      Hung Hing Lun, Mike
5690 M:      hlhung3i@gmail.com
5691 W:      http://tcp-lp-mod.sourceforge.net/
5692 S:      Maintained
5693 F:      net/ipv4/tcp_lp.c
5695 TEHUTI ETHERNET DRIVER
5696 P:      Alexander Indenbaum
5697 M:      baum@tehutinetworks.net
5698 P:      Andy Gospodarek
5699 M:      andy@greyhouse.net
5700 L:      netdev@vger.kernel.org
5701 S:      Supported
5702 F:      drivers/net/tehuti*
5704 Telecom Clock Driver for MCPL0010
5705 P:      Mark Gross
5706 M:      mark.gross@intel.com
5707 S:      Supported
5708 F:      drivers/char/tlclk.c
5710 TENSILICA XTENSA PORT (xtensa)
5711 P:      Chris Zankel
5712 M:      chris@zankel.net
5713 S:      Maintained
5714 F:      arch/xtensa/
5716 THINKPAD ACPI EXTRAS DRIVER
5717 P:      Henrique de Moraes Holschuh
5718 M:      ibm-acpi@hmh.eng.br
5719 L:      ibm-acpi-devel@lists.sourceforge.net
5720 W:      http://ibm-acpi.sourceforge.net
5721 W:      http://thinkwiki.org/wiki/Ibm-acpi
5722 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5723 S:      Maintained
5724 F:      drivers/platform/x86/thinkpad_acpi.c
5726 TI FLASH MEDIA INTERFACE DRIVER
5727 P:      Alex Dubov
5728 M:      oakad@yahoo.com
5729 S:      Maintained
5730 F:      drivers/misc/tifm*
5731 F:      drivers/mmc/host/tifm_sd.c
5732 F:      include/linux/tifm.h
5734 TI TWL4030 SERIES SOC CODEC DRIVER
5735 P:      Peter Ujfalusi
5736 M:      peter.ujfalusi@nokia.com
5737 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5738 S:      Maintained
5739 F:      sound/soc/codecs/twl4030*
5741 TIPC NETWORK LAYER
5742 P:      Per Liden
5743 M:      per.liden@ericsson.com
5744 P:      Jon Maloy
5745 M:      jon.maloy@ericsson.com
5746 P:      Allan Stephens
5747 M:      allan.stephens@windriver.com
5748 L:      tipc-discussion@lists.sourceforge.net
5749 W:      http://tipc.sourceforge.net/
5750 W:      http://tipc.cslab.ericsson.net/
5751 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5752 S:      Maintained
5753 F:      include/linux/tipc*.h
5754 F:      include/net/tipc/
5755 F:      net/tipc/
5757 TLAN NETWORK DRIVER
5758 P:      Samuel Chessman
5759 M:      chessman@tux.org
5760 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
5761 W:      http://sourceforge.net/projects/tlan/
5762 S:      Maintained
5763 F:      Documentation/networking/tlan.txt
5764 F:      drivers/net/tlan.*
5766 TOMOYO SECURITY MODULE
5767 P:      Kentaro Takeda
5768 M:      takedakn@nttdata.co.jp
5769 P:      Tetsuo Handa
5770 M:      penguin-kernel@I-love.SAKURA.ne.jp
5771 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5772 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5773 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5774 W:      http://tomoyo.sourceforge.jp/
5775 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5776 S:      Maintained
5777 F:      security/tomoyo/
5779 TOSHIBA ACPI EXTRAS DRIVER
5780 S:      Orphan
5781 F:      drivers/platform/x86/toshiba_acpi.c
5783 TOSHIBA SMM DRIVER
5784 P:      Jonathan Buzzard
5785 M:      jonathan@buzzard.org.uk
5786 L:      tlinux-users@tce.toshiba-dme.co.jp
5787 W:      http://www.buzzard.org.uk/toshiba/
5788 S:      Maintained
5789 F:      drivers/char/toshiba.c
5790 F:      include/linux/toshiba.h
5792 TMIO MMC DRIVER
5793 P:      Ian Molton
5794 M:      ian@mnementh.co.uk
5795 S:      Maintained
5796 F:      drivers/mmc/host/tmio_mmc.*
5798 TMPFS (SHMEM FILESYSTEM)
5799 P:      Hugh Dickins
5800 M:      hugh.dickins@tiscali.co.uk
5801 L:      linux-mm@kvack.org
5802 S:      Maintained
5803 F:      include/linux/shmem_fs.h
5804 F:      mm/shmem.c
5806 TPM DEVICE DRIVER
5807 P:      Debora Velarde
5808 M:      debora@linux.vnet.ibm.com
5809 P:      Rajiv Andrade
5810 M:      srajiv@linux.vnet.ibm.com
5811 W:      http://tpmdd.sourceforge.net
5812 P:      Marcel Selhorst
5813 M:      m.selhorst@sirrix.com
5814 W:      http://www.sirrix.com
5815 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5816 S:      Maintained
5817 F:      drivers/char/tpm/
5819 TRIVIAL PATCHES
5820 P:      Jiri Kosina
5821 M:      trivial@kernel.org
5822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5823 S:      Maintained
5825 TTY LAYER
5826 P:      Alan Cox
5827 M:      alan@lxorguk.ukuu.org.uk
5828 S:      Maintained
5829 T:      stgit http://zeniv.linux.org.uk/~alan/ttydev/
5830 F:      drivers/char/tty_*
5831 F:      drivers/serial/serial_core.c
5832 F:      include/linux/serial_core.h
5833 F:      include/linux/serial.h
5834 F:      include/linux/tty.h
5836 TULIP NETWORK DRIVERS
5837 P:      Grant Grundler
5838 M:      grundler@parisc-linux.org
5839 P:      Kyle McMartin
5840 M:      kyle@mcmartin.ca
5841 L:      netdev@vger.kernel.org
5842 S:      Maintained
5843 F:      drivers/net/tulip/
5845 TUN/TAP driver
5846 P:      Maxim Krasnyansky
5847 M:      maxk@qualcomm.com
5848 L:      vtun@office.satix.net
5849 W:      http://vtun.sourceforge.net/tun
5850 S:      Maintained
5851 F:      Documentation/networking/tuntap.txt
5852 F:      arch/um/os-Linux/drivers/
5854 TURBOCHANNEL SUBSYSTEM
5855 P:      Maciej W. Rozycki
5856 M:      macro@linux-mips.org
5857 S:      Maintained
5858 F:      drivers/tc/
5859 F:      include/linux/tc.h
5861 U14-34F SCSI DRIVER
5862 P:      Dario Ballabio
5863 M:      ballabio_dario@emc.com
5864 L:      linux-scsi@vger.kernel.org
5865 S:      Maintained
5866 F:      drivers/scsi/u14-34f.c
5868 UBI FILE SYSTEM (UBIFS)
5869 P:      Artem Bityutskiy
5870 M:      dedekind@infradead.org
5871 P:      Adrian Hunter
5872 M:      adrian.hunter@nokia.com
5873 L:      linux-mtd@lists.infradead.org
5874 T:      git git://git.infradead.org/ubifs-2.6.git
5875 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5876 S:      Maintained
5877 F:      Documentation/filesystems/ubifs.txt
5878 F:      fs/ubifs/
5880 UCLINUX (AND M68KNOMMU)
5881 P:      Greg Ungerer
5882 M:      gerg@uclinux.org
5883 W:      http://www.uclinux.org/
5884 L:      uclinux-dev@uclinux.org  (subscribers-only)
5885 S:      Maintained
5886 F:      arch/m68knommu/
5888 UCLINUX FOR RENESAS H8/300 (H8300)
5889 P:      Yoshinori Sato
5890 M:      ysato@users.sourceforge.jp
5891 W:      http://uclinux-h8.sourceforge.jp/
5892 S:      Supported
5894 UDF FILESYSTEM
5895 P:      Jan Kara
5896 M:      jack@suse.cz
5897 W:      http://linux-udf.sourceforge.net
5898 S:      Maintained
5899 F:      Documentation/filesystems/udf.txt
5900 F:      fs/udf/
5902 UFS FILESYSTEM
5903 P:      Evgeniy Dushistov
5904 M:      dushistov@mail.ru
5905 S:      Maintained
5906 F:      Documentation/filesystems/ufs.txt
5907 F:      fs/ufs/
5909 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5910 P:      David Vrabel
5911 M:      david.vrabel@csr.com
5912 L:      linux-usb@vger.kernel.org
5913 S:      Supported
5914 F:      drivers/uwb/*
5915 F:      include/linux/uwb.h
5916 F:      include/linux/uwb/
5918 UNIFORM CDROM DRIVER
5919 P:      Jens Axboe
5920 M:      axboe@kernel.dk
5921 W:      http://www.kernel.dk
5922 S:      Maintained
5923 F:      Documentation/cdrom/
5924 F:      drivers/cdrom/cdrom.c
5925 F:      include/linux/cdrom.h
5927 UNSORTED BLOCK IMAGES (UBI)
5928 P:      Artem Bityutskiy
5929 M:      dedekind@infradead.org
5930 W:      http://www.linux-mtd.infradead.org/
5931 L:      linux-mtd@lists.infradead.org
5932 T:      git git://git.infradead.org/ubi-2.6.git
5933 S:      Maintained
5934 F:      drivers/mtd/ubi/
5935 F:      include/linux/mtd/ubi.h
5936 F:      include/mtd/ubi-user.h
5938 USB ACM DRIVER
5939 P:      Oliver Neukum
5940 M:      oliver@neukum.name
5941 L:      linux-usb@vger.kernel.org
5942 S:      Maintained
5943 F:      Documentation/usb/acm.txt
5944 F:      drivers/usb/class/cdc-acm.*
5946 USB BLOCK DRIVER (UB ub)
5947 P:      Pete Zaitcev
5948 M:      zaitcev@redhat.com
5949 L:      linux-usb@vger.kernel.org
5950 S:      Supported
5951 F:      drivers/block/ub.c
5953 USB CDC ETHERNET DRIVER
5954 P:      Greg Kroah-Hartman
5955 M:      greg@kroah.com
5956 L:      linux-usb@vger.kernel.org
5957 S:      Maintained
5958 W:      http://www.kroah.com/linux-usb/
5959 F:      drivers/net/usb/cdc_*.c
5960 F:      include/linux/usb/cdc.h
5962 USB CYPRESS C67X00 DRIVER
5963 P:      Peter Korsgaard
5964 M:      jacmet@sunsite.dk
5965 L:      linux-usb@vger.kernel.org
5966 S:      Maintained
5967 F:      drivers/usb/c67x00/
5969 USB DAVICOM DM9601 DRIVER
5970 P:      Peter Korsgaard
5971 M:      jacmet@sunsite.dk
5972 L:      netdev@vger.kernel.org
5973 W:      http://www.linux-usb.org/usbnet
5974 S:      Maintained
5975 F:      drivers/net/usb/dm9601.c
5977 USB DIAMOND RIO500 DRIVER
5978 P:      Cesar Miquel
5979 M:      miquel@df.uba.ar
5980 L:      rio500-users@lists.sourceforge.net
5981 W:      http://rio500.sourceforge.net
5982 S:      Maintained
5983 F:      drivers/usb/misc/rio500*
5985 USB EHCI DRIVER
5986 P:      David Brownell
5987 M:      dbrownell@users.sourceforge.net
5988 L:      linux-usb@vger.kernel.org
5989 S:      Odd Fixes
5990 F:      Documentation/usb/ehci.txt
5991 F:      drivers/usb/host/ehci*
5993 USB ET61X[12]51 DRIVER
5994 P:      Luca Risolia
5995 M:      luca.risolia@studio.unibo.it
5996 L:      linux-usb@vger.kernel.org
5997 L:      linux-media@vger.kernel.org
5998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5999 W:      http://www.linux-projects.org
6000 S:      Maintained
6001 F:      drivers/media/video/et61x251/
6003 USB GADGET/PERIPHERAL SUBSYSTEM
6004 P:      David Brownell
6005 M:      dbrownell@users.sourceforge.net
6006 L:      linux-usb@vger.kernel.org
6007 W:      http://www.linux-usb.org/gadget
6008 S:      Maintained
6009 F:      drivers/usb/gadget/
6010 F:      include/linux/usb/gadget*
6012 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6013 P:      Jiri Kosina
6014 M:      jkosina@suse.cz
6015 L:      linux-usb@vger.kernel.org
6016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6017 S:      Maintained
6018 F:      Documentation/usb/hiddev.txt
6019 F:      drivers/hid/usbhid/
6021 USB ISP116X DRIVER
6022 P:      Olav Kongas
6023 M:      ok@artecdesign.ee
6024 L:      linux-usb@vger.kernel.org
6025 S:      Maintained
6026 F:      drivers/usb/host/isp116x*
6027 F:      include/linux/usb/isp116x.h
6029 USB KAWASAKI LSI DRIVER
6030 P:      Oliver Neukum
6031 M:      oliver@neukum.name
6032 L:      linux-usb@vger.kernel.org
6033 S:      Maintained
6034 F:      drivers/usb/serial/kl5kusb105.*
6036 USB MASS STORAGE DRIVER
6037 P:      Matthew Dharm
6038 M:      mdharm-usb@one-eyed-alien.net
6039 L:      linux-usb@vger.kernel.org
6040 L:      usb-storage@lists.one-eyed-alien.net
6041 S:      Maintained
6042 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
6043 F:      drivers/usb/storage/
6045 USB OHCI DRIVER
6046 P:      David Brownell
6047 M:      dbrownell@users.sourceforge.net
6048 L:      linux-usb@vger.kernel.org
6049 S:      Odd Fixes
6050 F:      Documentation/usb/ohci.txt
6051 F:      drivers/usb/host/ohci*
6053 USB OPTION-CARD DRIVER
6054 P:      Matthias Urlichs
6055 M:      smurf@smurf.noris.de
6056 L:      linux-usb@vger.kernel.org
6057 S:      Maintained
6058 F:      drivers/usb/serial/option.c
6060 USB OV511 DRIVER
6061 P:      Mark McClelland
6062 M:      mmcclell@bigfoot.com
6063 L:      linux-usb@vger.kernel.org
6064 W:      http://alpha.dyndns.org/ov511/
6065 S:      Maintained
6066 F:      drivers/media/video/ov511.*
6068 USB PEGASUS DRIVER
6069 P:      Petko Manolov
6070 M:      petkan@users.sourceforge.net
6071 L:      linux-usb@vger.kernel.org
6072 L:      netdev@vger.kernel.org
6073 W:      http://pegasus2.sourceforge.net/
6074 S:      Maintained
6075 F:      drivers/net/usb/pegasus.*
6077 USB PRINTER DRIVER (usblp)
6078 P:      Pete Zaitcev
6079 M:      zaitcev@redhat.com
6080 L:      linux-usb@vger.kernel.org
6081 S:      Supported
6082 F:      drivers/usb/class/usblp.c
6084 USB RTL8150 DRIVER
6085 P:      Petko Manolov
6086 M:      petkan@users.sourceforge.net
6087 L:      linux-usb@vger.kernel.org
6088 L:      netdev@vger.kernel.org
6089 W:      http://pegasus2.sourceforge.net/
6090 S:      Maintained
6091 F:      drivers/net/usb/rtl8150.c
6093 USB SE401 DRIVER
6094 P:      Jeroen Vreeken
6095 M:      pe1rxq@amsat.org
6096 L:      linux-usb@vger.kernel.org
6097 W:      http://www.chello.nl/~j.vreeken/se401/
6098 S:      Maintained
6099 F:      Documentation/video4linux/se401.txt
6100 F:      drivers/media/video/se401.*
6102 USB SERIAL BELKIN F5U103 DRIVER
6103 P:      William Greathouse
6104 M:      wgreathouse@smva.com
6105 L:      linux-usb@vger.kernel.org
6106 S:      Maintained
6107 F:      drivers/usb/serial/belkin_sa.*
6109 USB SERIAL CYPRESS M8 DRIVER
6110 P:      Lonnie Mendez
6111 M:      dignome@gmail.com
6112 L:      linux-usb@vger.kernel.org
6113 S:      Maintained
6114 W:      http://geocities.com/i0xox0i
6115 W:      http://firstlight.net/cvs
6116 F:      drivers/usb/serial/cypress_m8.*
6118 USB SERIAL CYBERJACK DRIVER
6119 P:      Matthias Bruestle and Harald Welte
6120 M:      support@reiner-sct.com
6121 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
6122 S:      Maintained
6123 F:      drivers/usb/serial/cyberjack.c
6125 USB SERIAL DIGI ACCELEPORT DRIVER
6126 P:      Peter Berger and Al Borchers
6127 M:      pberger@brimson.com
6128 M:      alborchers@steinerpoint.com
6129 L:      linux-usb@vger.kernel.org
6130 S:      Maintained
6131 F:      drivers/usb/serial/digi_acceleport.c
6133 USB SERIAL DRIVER
6134 P:      Greg Kroah-Hartman
6135 M:      gregkh@suse.de
6136 L:      linux-usb@vger.kernel.org
6137 S:      Supported
6138 F:      Documentation/usb/usb-serial.txt
6139 F:      drivers/usb/serial/generic.c
6140 F:      drivers/usb/serial/usb-serial.c
6141 F:      include/linux/usb/serial.h
6143 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6144 P:      Gary Brubaker
6145 M:      xavyer@ix.netcom.com
6146 L:      linux-usb@vger.kernel.org
6147 S:      Maintained
6148 F:      drivers/usb/serial/empeg.c
6150 USB SERIAL KEYSPAN DRIVER
6151 P:      Greg Kroah-Hartman
6152 M:      greg@kroah.com
6153 L:      linux-usb@vger.kernel.org
6154 W:      http://www.kroah.com/linux/
6155 S:      Maintained
6156 F:      drivers/usb/serial/*keyspan*
6158 USB SERIAL WHITEHEAT DRIVER
6159 P:      Support Department
6160 M:      support@connecttech.com
6161 L:      linux-usb@vger.kernel.org
6162 W:      http://www.connecttech.com
6163 S:      Supported
6164 F:      drivers/usb/serial/whiteheat*
6166 USB SMSC95XX ETHERNET DRIVER
6167 P:      Steve Glendinning
6168 M:      steve.glendinning@smsc.com
6169 L:      netdev@vger.kernel.org
6170 S:      Supported
6171 F:      drivers/net/usb/smsc95xx.*
6173 USB SN9C1xx DRIVER
6174 P:      Luca Risolia
6175 M:      luca.risolia@studio.unibo.it
6176 L:      linux-usb@vger.kernel.org
6177 L:      linux-media@vger.kernel.org
6178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6179 W:      http://www.linux-projects.org
6180 S:      Maintained
6181 F:      Documentation/video4linux/sn9c102.txt
6182 F:      drivers/media/video/sn9c102/
6184 USB SUBSYSTEM
6185 P:      Greg Kroah-Hartman
6186 M:      gregkh@suse.de
6187 L:      linux-usb@vger.kernel.org
6188 W:      http://www.linux-usb.org
6189 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6190 S:      Supported
6191 F:      Documentation/usb/
6192 F:      drivers/net/usb/
6193 F:      drivers/usb/
6194 F:      include/linux/usb.h
6195 F:      include/linux/usb/
6197 USB UHCI DRIVER
6198 P:      Alan Stern
6199 M:      stern@rowland.harvard.edu
6200 L:      linux-usb@vger.kernel.org
6201 S:      Maintained
6202 F:      drivers/usb/host/uhci*
6204 USB "USBNET" DRIVER FRAMEWORK
6205 P:      David Brownell
6206 M:      dbrownell@users.sourceforge.net
6207 L:      netdev@vger.kernel.org
6208 W:      http://www.linux-usb.org/usbnet
6209 S:      Maintained
6210 F:      drivers/net/usb/usbnet.c
6211 F:      include/linux/usb/usbnet.h
6213 USB VIDEO CLASS
6214 P:      Laurent Pinchart
6215 M:      laurent.pinchart@skynet.be
6216 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6217 L:      linux-media@vger.kernel.org
6218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6219 W:      http://linux-uvc.berlios.de
6220 S:      Maintained
6221 F:      drivers/media/video/uvc/
6223 USB W996[87]CF DRIVER
6224 P:      Luca Risolia
6225 M:      luca.risolia@studio.unibo.it
6226 L:      linux-usb@vger.kernel.org
6227 L:      linux-media@vger.kernel.org
6228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6229 W:      http://www.linux-projects.org
6230 S:      Maintained
6231 F:      Documentation/video4linux/w9968cf.txt
6232 F:      drivers/media/video/w996*
6234 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6235 P:      Jussi Kivilinna
6236 M:      jussi.kivilinna@mbnet.fi
6237 L:      linux-wireless@vger.kernel.org
6238 S:      Maintained
6239 F:      drivers/net/wireless/rndis_wlan.c
6241 USB XHCI DRIVER
6242 P:      Sarah Sharp
6243 M:      sarah.a.sharp@intel.com
6244 L:      linux-usb@vger.kernel.org
6245 S:      Supported
6247 USB ZC0301 DRIVER
6248 P:      Luca Risolia
6249 M:      luca.risolia@studio.unibo.it
6250 L:      linux-usb@vger.kernel.org
6251 L:      linux-media@vger.kernel.org
6252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6253 W:      http://www.linux-projects.org
6254 S:      Maintained
6255 F:      Documentation/video4linux/zc0301.txt
6256 F:      drivers/media/video/zc0301/
6258 USB ZD1201 DRIVER
6259 P:      Jeroen Vreeken
6260 M:      pe1rxq@amsat.org
6261 L:      linux-usb@vger.kernel.org
6262 W:      http://linux-lc100020.sourceforge.net
6263 S:      Maintained
6264 F:      drivers/net/wireless/zd1201.*
6266 USB ZR364XX DRIVER
6267 P:      Antoine Jacquet
6268 M:      royale@zerezo.com
6269 L:      linux-usb@vger.kernel.org
6270 L:      linux-media@vger.kernel.org
6271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6272 W:      http://royale.zerezo.com/zr364xx/
6273 S:      Maintained
6274 F:      Documentation/video4linux/zr364xx.txt
6275 F:      drivers/media/video/zr364xx.c
6277 USER-MODE LINUX (UML)
6278 P:      Jeff Dike
6279 M:      jdike@addtoit.com
6280 L:      user-mode-linux-devel@lists.sourceforge.net
6281 L:      user-mode-linux-user@lists.sourceforge.net
6282 W:      http://user-mode-linux.sourceforge.net
6283 S:      Maintained
6284 F:      Documentation/uml/
6285 F:      arch/um/
6286 F:      fs/hostfs/
6287 F:      fs/hppfs/
6289 USERSPACE I/O (UIO)
6290 P:      Hans J. Koch
6291 M:      hjk@linutronix.de
6292 P:      Greg Kroah-Hartman
6293 M:      gregkh@suse.de
6294 S:      Maintained
6295 F:      Documentation/DocBook/uio-howto.tmpl
6296 F:      drivers/uio/
6297 F:      include/linux/uio*.h
6299 UTIL-LINUX-NG PACKAGE
6300 P:      Karel Zak
6301 M:      kzak@redhat.com
6302 L:      util-linux-ng@vger.kernel.org
6303 W:      http://kernel.org/~kzak/util-linux-ng/
6304 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6305 S:      Maintained
6307 UVESAFB DRIVER
6308 P:      Michal Januszewski
6309 M:      spock@gentoo.org
6310 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6311 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6312 S:      Maintained
6313 F:      Documentation/fb/uvesafb.txt
6314 F:      drivers/video/uvesafb.*
6316 VFAT/FAT/MSDOS FILESYSTEM
6317 P:      OGAWA Hirofumi
6318 M:      hirofumi@mail.parknet.co.jp
6319 S:      Maintained
6320 F:      Documentation/filesystems/vfat.txt
6321 F:      fs/fat/
6323 VIA RHINE NETWORK DRIVER
6324 P:      Roger Luethi
6325 M:      rl@hellgate.ch
6326 S:      Maintained
6327 F:      drivers/net/via-rhine.c
6329 VIAPRO SMBUS DRIVER
6330 P:      Jean Delvare
6331 M:      khali@linux-fr.org
6332 L:      linux-i2c@vger.kernel.org
6333 S:      Maintained
6334 F:      Documentation/i2c/busses/i2c-viapro
6335 F:      drivers/i2c/busses/i2c-viapro.c
6337 VIA SD/MMC CARD CONTROLLER DRIVER
6338 P:      Joseph Chan
6339 M:      JosephChan@via.com.tw
6340 P:      Harald Welte
6341 M:      HaraldWelte@viatech.com
6342 S:      Maintained
6343 F:      drivers/mmc/host/via-sdmmc.c
6345 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6346 P:      Joseph Chan
6347 M:      JosephChan@via.com.tw
6348 P:      Scott Fang
6349 M:      ScottFang@viatech.com.cn
6350 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6351 S:      Maintained
6352 F:      drivers/video/via/
6354 VIA VELOCITY NETWORK DRIVER
6355 P:      Francois Romieu
6356 M:      romieu@fr.zoreil.com
6357 L:      netdev@vger.kernel.org
6358 S:      Maintained
6359 F:      drivers/net/via-velocity.*
6361 VLAN (802.1Q)
6362 P:      Patrick McHardy
6363 M:      kaber@trash.net
6364 L:      netdev@vger.kernel.org
6365 S:      Maintained
6366 F:      drivers/net/macvlan.c
6367 F:      include/linux/if_*vlan.h
6368 F:      net/8021q/
6370 VLYNQ BUS
6371 P:      Florian Fainelli
6372 M:      florian@openwrt.org
6373 L:      openwrt-devel@lists.openwrt.org
6374 S:      Maintained
6375 F:      drivers/vlynq/vlynq.c
6376 F:      include/linux/vlynq.h
6378 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6379 P:      Liam Girdwood
6380 M:      lrg@slimlogic.co.uk
6381 P:      Mark Brown
6382 M:      broonie@opensource.wolfsonmicro.com
6383 W:      http://opensource.wolfsonmicro.com/node/15
6384 W:      http://www.slimlogic.co.uk/?p=48
6385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6386 S:      Supported
6387 F:      drivers/regulator/
6388 F:      include/linux/regulator/
6390 VT1211 HARDWARE MONITOR DRIVER
6391 P:      Juerg Haefliger
6392 M:      juergh@gmail.com
6393 L:      lm-sensors@lm-sensors.org
6394 S:      Maintained
6395 F:      Documentation/hwmon/vt1211
6396 F:      drivers/hwmon/vt1211.c
6398 VT8231 HARDWARE MONITOR DRIVER
6399 P:      Roger Lucas
6400 M:      vt8231@hiddenengine.co.uk
6401 L:      lm-sensors@lm-sensors.org
6402 S:      Maintained
6403 F:      drivers/hwmon/vt8231.c
6405 W1 DALLAS'S 1-WIRE BUS
6406 P:      Evgeniy Polyakov
6407 M:      johnpol@2ka.mipt.ru
6408 S:      Maintained
6409 F:      Documentation/w1/
6410 F:      drivers/w1/
6412 W83791D HARDWARE MONITORING DRIVER
6413 P:      Marc Hulsman
6414 M:      m.hulsman@tudelft.nl
6415 L:      lm-sensors@lm-sensors.org
6416 S:      Maintained
6417 F:      Documentation/hwmon/w83791d
6418 F:      drivers/hwmon/w83791d.c
6420 W83793 HARDWARE MONITORING DRIVER
6421 P:      Rudolf Marek
6422 M:      r.marek@assembler.cz
6423 L:      lm-sensors@lm-sensors.org
6424 S:      Maintained
6425 F:      Documentation/hwmon/w83793
6426 F:      drivers/hwmon/w83793.c
6428 W83L51xD SD/MMC CARD INTERFACE DRIVER
6429 P:      Pierre Ossman
6430 M:      pierre@ossman.eu
6431 S:      Maintained
6432 F:      drivers/mmc/host/wbsd.*
6434 WATCHDOG DEVICE DRIVERS
6435 P:      Wim Van Sebroeck
6436 M:      wim@iguana.be
6437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6438 S:      Maintained
6439 F:      Documentation/watchdog/
6440 F:      drivers/watchdog/
6441 F:      include/linux/watchdog.h
6443 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6444 P:      Jean Tourrilhes
6445 M:      jt@hpl.hp.com
6446 L:      linux-wireless@vger.kernel.org
6447 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6448 S:      Maintained
6449 F:      Documentation/networking/wavelan.txt
6450 F:      drivers/net/wireless/wavelan*
6452 WD7000 SCSI DRIVER
6453 P:      Miroslav Zagorac
6454 M:      zaga@fly.cc.fer.hr
6455 L:      linux-scsi@vger.kernel.org
6456 S:      Maintained
6457 F:      drivers/scsi/wd7000.c
6459 WIMAX STACK
6460 P:      Inaky Perez-Gonzalez
6461 M:      inaky.perez-gonzalez@intel.com
6462 M:      linux-wimax@intel.com
6463 L:      wimax@linuxwimax.org
6464 S:      Supported
6465 W:      http://linuxwimax.org
6467 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6468 P:      David Vrabel
6469 M:      david.vrabel@csr.com
6470 S:      Maintained
6471 F:      include/linux/wlp.h
6472 F:      drivers/uwb/wlp/
6474 WISTRON LAPTOP BUTTON DRIVER
6475 P:      Miloslav Trmac
6476 M:      mitr@volny.cz
6477 S:      Maintained
6478 F:      drivers/input/misc/wistron_btns.c
6480 WL3501 WIRELESS PCMCIA CARD DRIVER
6481 P:      Arnaldo Carvalho de Melo
6482 M:      acme@ghostprotocols.net
6483 L:      linux-wireless@vger.kernel.org
6484 W:      http://oops.ghostprotocols.net:81/blog
6485 S:      Maintained
6486 F:      drivers/net/wireless/wl3501*
6488 WM97XX TOUCHSCREEN DRIVERS
6489 P:      Mark Brown
6490 M:      broonie@opensource.wolfsonmicro.com
6491 P:      Liam Girdwood
6492 M:      lrg@slimlogic.co.uk
6493 L:      linux-input@vger.kernel.org
6494 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6495 W:      http://opensource.wolfsonmicro.com/node/7
6496 S:      Supported
6497 F:      drivers/input/touchscreen/*wm97*
6498 F:      include/linux/wm97xx.h
6500 X.25 NETWORK LAYER
6501 P:      Henner Eisen
6502 M:      eis@baty.hanse.de
6503 L:      linux-x25@vger.kernel.org
6504 S:      Maintained
6505 F:      Documentation/networking/x25*
6506 F:      include/net/x25*
6507 F:      net/x25/
6509 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6510 P:      Thomas Gleixner
6511 M:      tglx@linutronix.de
6512 P:      Ingo Molnar
6513 M:      mingo@redhat.com
6514 P:      H. Peter Anvin
6515 M:      hpa@zytor.com
6516 M:      x86@kernel.org
6517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6518 S:      Maintained
6519 F:      Documentation/x86/
6520 F:      arch/x86/
6522 XEN HYPERVISOR INTERFACE
6523 P:      Jeremy Fitzhardinge
6524 M:      jeremy@xensource.com
6525 P:      Chris Wright
6526 M:      chrisw@sous-sol.org
6527 L:      virtualization@lists.osdl.org
6528 L:      xen-devel@lists.xensource.com
6529 S:      Supported
6530 F:      arch/x86/xen/
6531 F:      drivers/*/xen-*front.c
6532 F:      drivers/xen/
6533 F:      arch/x86/include/asm/xen/
6534 F:      include/xen/
6536 XFS FILESYSTEM
6537 P:      Silicon Graphics Inc
6538 P:      Felix Blyakher
6539 M:      felixb@sgi.com
6540 M:      xfs-masters@oss.sgi.com
6541 L:      xfs@oss.sgi.com
6542 W:      http://oss.sgi.com/projects/xfs
6543 T:      git git://oss.sgi.com/xfs/xfs.git
6544 S:      Supported
6545 F:      Documentation/filesystems/xfs.txt
6546 F:      fs/xfs/
6548 XILINX SYSTEMACE DRIVER
6549 P:      Grant Likely
6550 M:      grant.likely@secretlab.ca
6551 W:      http://www.secretlab.ca/
6552 S:      Maintained
6553 F:      drivers/block/xsysace.c
6555 XILINX UARTLITE SERIAL DRIVER
6556 P:      Peter Korsgaard
6557 M:      jacmet@sunsite.dk
6558 L:      linux-serial@vger.kernel.org
6559 S:      Maintained
6560 F:      drivers/serial/uartlite.c
6562 YAM DRIVER FOR AX.25
6563 P:      Jean-Paul Roubelat
6564 M:      jpr@f6fbb.org
6565 L:      linux-hams@vger.kernel.org
6566 S:      Maintained
6567 F:      drivers/net/hamradio/yam*
6568 F:      include/linux/yam.h
6570 YEALINK PHONE DRIVER
6571 P:      Henk Vergonet
6572 M:      Henk.Vergonet@gmail.com
6573 L:      usbb2k-api-dev@nongnu.org
6574 S:      Maintained
6575 F:      Documentation/input/yealink.txt
6576 F:      drivers/input/misc/yealink.*
6578 Z8530 DRIVER FOR AX.25
6579 P:      Joerg Reuter
6580 M:      jreuter@yaina.de
6581 W:      http://yaina.de/jreuter/
6582 W:      http://www.qsl.net/dl1bke/
6583 L:      linux-hams@vger.kernel.org
6584 S:      Maintained
6585 F:      Documentation/networking/z8530drv.txt
6586 F:      drivers/net/hamradio/*scc.c
6587 F:      drivers/net/hamradio/z8530.h
6589 ZD1211RW WIRELESS DRIVER
6590 P:      Daniel Drake
6591 M:      dsd@gentoo.org
6592 P:      Ulrich Kunitz
6593 M:      kune@deine-taler.de
6594 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6595 L:      linux-wireless@vger.kernel.org
6596 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6597 S:      Maintained
6598 F:      drivers/net/wireless/zd1211rw/
6600 ZR36067 VIDEO FOR LINUX DRIVER
6601 L:      mjpeg-users@lists.sourceforge.net
6602 L:      linux-media@vger.kernel.org
6603 W:      http://mjpeg.sourceforge.net/driver-zoran/
6604 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6605 S:      Odd Fixes
6606 F:      drivers/media/video/zoran/
6608 ZS DECSTATION Z85C30 SERIAL DRIVER
6609 P:      Maciej W. Rozycki
6610 M:      macro@linux-mips.org
6611 S:      Maintained
6612 F:      drivers/serial/zs.*
6614 THE REST
6615 P:      Linus Torvalds
6616 M:      torvalds@linux-foundation.org
6617 L:      linux-kernel@vger.kernel.org
6618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6619 S:      Buried alive in reporters
6620 F:      *
6621 F:      */