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