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