URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [MAINTAINERS] - Rev 79
Go to most recent revision | Compare with Previous | Blame | View Log
List of maintainers and how to submit kernel changesPlease try to follow the guidelines below. This will make thingseasier on the maintainers. Not all of these guidelines matter for everytrivial patch so apply some common sense.1. Always _test_ your changes, however small, on at least 4 or5 people, preferably many more.2. Try to release a few ALPHA test versions to the net. Announcethem onto the kernel channel and await results. This is especiallyimportant for device drivers, because often that's the only wayyou will find things like the fact version 3 firmware needsa magic fix you didn't know about, or some clown changed thechips on a board and not its name. (Don't laugh! Look at theSMC etherpower for that.)3. Make sure your changes compile correctly in multipleconfigurations. In particular check that changes work both as amodule and built into the kernel.4. When you are happy with a change make it generally available fortesting and await feedback.5. Make a patch available to the relevant maintainer in the list. Use'diff -u' to make the patch easy to merge. Be prepared to get yourchanges sent back with seemingly silly requests about formattingand variable names. These aren't as silly as they seem. Onejob the maintainers (and especially Linus) do is to keep thingslooking the same. Sometimes this means that the clever hack inyour driver to get around a problem actually needs to become ageneralized kernel feature ready for next time.PLEASE check your patch with the automated style checker(scripts/checkpatch.pl) to catch trival style violations.See Documentation/CodingStyle for guidance here.PLEASE try to include any credit lines you want added with thepatch. It avoids people being missed off by mistake and makesit easier to know who wants adding and who doesn't.PLEASE document known bugs. If it doesn't work for everythingor does something very odd once a month document it.PLEASE remember that submissions must be made under the termsof the OSDL certificate of contribution and should include aSigned-off-by: line. The current version of this "Developer'sCertificate of Origin" (DCO) is listed in the fileDocumentation/SubmittingPatches.6. Make sure you have the right to send any changes you make. If youdo changes at work you may find your employer owns the patchnot you.7. When sending security related changes or reports to a maintainerplease Cc: security@kernel.org, especially if the maintainerdoes not respond.8. Happy hacking.-----------------------------------Maintainers List (try to look for most precise areas first)Note: For the hard of thinking, this list is meant to remain in alphabeticalorder. If you could add yourselves to it in alphabetical order that would beso much easier [Ed]P: PersonM: Mail patches toL: Mailing list that is relevant to this areaW: Web-page with status/infoT: SCM tree type and location. Type is one of: git, hg, quilt.S: Status, one of the following:Supported: Someone is actually paid to look after this.Maintained: Someone actually looks after it.Odd Fixes: It has a maintainer but they don't have time to domuch other than throw the odd patch in. See below..Orphan: No current maintainer [but maybe you could take therole as you write your new code].Obsolete: Old code. Something tagged obsolete generally meansit has been replaced by a better system and youshould be using that.3C359 NETWORK DRIVERP: Mike PhillipsM: mikep@linuxtr.netL: netdev@vger.kernel.orgW: http://www.linuxtr.netS: Maintained3C505 NETWORK DRIVERP: Philip BlundellM: philb@gnu.orgL: netdev@vger.kernel.orgS: Maintained3C59X NETWORK DRIVERP: Steffen KlassertM: klassert@mathematik.tu-chemnitz.deL: netdev@vger.kernel.orgS: Maintained3CR990 NETWORK DRIVERP: David DillowM: dave@thedillows.orgL: netdev@vger.kernel.orgS: Maintained3W-XXXX ATA-RAID CONTROLLER DRIVERP: Adam RadfordM: linuxraid@amcc.comL: linux-scsi@vger.kernel.orgW: http://www.amcc.comS: Supported3W-9XXX SATA-RAID CONTROLLER DRIVERP: Adam RadfordM: linuxraid@amcc.comL: linux-scsi@vger.kernel.orgW: http://www.amcc.comS: Supported53C700 AND 53C700-66 SCSI DRIVERP: James E.J. BottomleyM: James.Bottomley@HansenPartnership.comL: linux-scsi@vger.kernel.orgS: Maintained6PACK NETWORK DRIVER FOR AX.25P: Andreas KoensgenM: ajk@iehk.rwth-aachen.deL: linux-hams@vger.kernel.orgS: Maintained8169 10/100/1000 GIGABIT ETHERNET DRIVERP: Francois RomieuM: romieu@fr.zoreil.comL: netdev@vger.kernel.orgS: Maintained8250/16?50 (AND CLONE UARTS) SERIAL DRIVERL: linux-serial@vger.kernel.orgW: http://serial.sourceforge.netS: Orphan8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]P: Paul GortmakerM: p_gortmaker@yahoo.comL: netdev@vger.kernel.orgS: Maintained9P FILE SYSTEMP: Eric Van HensbergenM: ericvh@gmail.comP: Ron MinnichM: rminnich@sandia.govP: Latchesar IonkovM: lucho@ionkov.netL: v9fs-developer@lists.sourceforge.netW: http://swik.net/v9fsT: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.gitS: MaintainedA2232 SERIAL BOARD DRIVERP: Enver HaaseM: A2232@gmx.netL: linux-m68k@lists.linux-m68k.orgS: MaintainedAIOP: Benjamin LaHaiseM: bcrl@kvack.orgL: linux-aio@kvack.orgS: SupportedABIT UGURU HARDWARE MONITOR DRIVERP: Hans de GoedeM: j.w.r.degoede@hhs.nlL: lm-sensors@lm-sensors.orgS: MaintainedACENIC DRIVERP: Jes SorensenM: jes@trained-monkey.orgL: linux-acenic@sunsite.dkS: MaintainedIPS SCSI RAID DRIVERP: Adaptec OEM Raid SolutionsM: aacraid@adaptec.comL: linux-scsi@vger.kernel.orgW: http://www.adaptec.com/S: MaintainedDPT_I2O SCSI RAID DRIVERP: Adaptec OEM Raid SolutionsM: aacraid@adaptec.comL: linux-scsi@vger.kernel.orgW: http://www.adaptec.com/S: MaintainedAACRAID SCSI RAID DRIVERP: Adaptec OEM Raid SolutionsM: aacraid@adaptec.comL: linux-scsi@vger.kernel.orgW: http://www.adaptec.com/S: SupportedACPIP: Len BrownM: len.brown@intel.comM: lenb@kernel.orgL: linux-acpi@vger.kernel.orgW: http://www.lesswatts.org/projects/acpi/T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.gitS: SupportedACPI BATTERY DRIVERSP: Alexey StarikovskiyM: astarikovskiy@suse.deL: linux-acpi@vger.kernel.orgW: http://acpi.sourceforge.net/S: SupportedACPI EC DRIVERP: Alexey StarikovskiyM: astarikovskiy@suse.deL: linux-acpi@vger.kernel.orgW: http://acpi.sourceforge.net/S: SupportedACPI FAN DRIVERP: Len BrownM: len.brown@intel.comL: linux-acpi@vger.kernel.orgW: http://acpi.sourceforge.net/S: SupportedACPI PCI HOTPLUG DRIVERP: Kristen Carlson AccardiM: kristen.c.accardi@intel.comL: pcihpd-discuss@lists.sourceforge.netS: SupportedACPI THERMAL DRIVERP: Len BrownM: len.brown@intel.comL: linux-acpi@vger.kernel.orgW: http://acpi.sourceforge.net/S: SupportedACPI VIDEO DRIVERP: Rui ZhangM: rui.zhang@intel.comL: linux-acpi@vger.kernel.orgW: http://acpi.sourceforge.net/S: SupportedADM1025 HARDWARE MONITOR DRIVERP: Jean DelvareM: khali@linux-fr.orgL: lm-sensors@lm-sensors.orgS: MaintainedADM1029 HARDWARE MONITOR DRIVERP: Corentin LabbeM: corentin.labbe@geomatys.frL: lm-sensors@lm-sensors.orgS: MaintainedADM8211 WIRELESS DRIVERP: Michael WuM: flamingice@sourmilk.netL: linux-wireless@vger.kernel.orgW: http://linuxwireless.org/T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.gitS: MaintainedADT746X FAN DRIVERP: Colin LeroyM: colin@colino.netS: MaintainedADVANSYS SCSI DRIVERP: Matthew WilcoxM: matthew@wil.cxL: linux-scsi@vger.kernel.orgS: MaintainedAEDSP16 DRIVERP: Riccardo FacchettiM: fizban@tin.itS: MaintainedAFFS FILE SYSTEMP: Roman ZippelM: zippel@linux-m68k.orgS: MaintainedAGPGART DRIVERP: David AirlieM: airlied@linux.ieT: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.gitS: MaintainedAHA152X SCSI DRIVERP: Juergen E. FischerM: Juergen Fischer <fischer@norbit.de>L: linux-scsi@vger.kernel.orgS: MaintainedAIC7XXX / AIC79XX SCSI DRIVERP: Hannes ReineckeM: hare@suse.deL: linux-scsi@vger.kernel.orgS: MaintainedALCATEL SPEEDTOUCH USB DRIVERP: Duncan SandsM: duncan.sands@free.frL: linux-usb@vger.kernel.orgW: http://www.linux-usb.org/SpeedTouch/S: MaintainedALCHEMY AU1XX0 MMC DRIVERS: OrphanALI1563 I2C DRIVERP: Rudolf MarekM: r.marek@assembler.czL: i2c@lm-sensors.orgS: MaintainedALPHA PORTP: Richard HendersonM: rth@twiddle.netS: Odd Fixes for 2.4; Maintained for 2.6.P: Ivan KokshayskyM: ink@jurassic.park.msu.ruS: Maintained for 2.4; PCI support for 2.6.AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVERP: Thomas DahlmannM: thomas.dahlmann@amd.comL: info-linux@geode.amd.comS: SupportedAMD GEODE PROCESSOR/CHIPSET SUPPORTP: Jordan CrouseM: info-linux@geode.amd.comL: info-linux@geode.amd.comW: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.htmlS: SupportedAMS (Apple Motion Sensor) DRIVERP: Stelian PopM: stelian@popies.netP: Michael HanselmannM: linux-kernel@hansmi.chS: SupportedAMSO1100 RNIC DRIVERP: Tom TuckerM: tom@opengridcomputing.comP: Steve WiseM: swise@opengridcomputing.comL: general@lists.openfabrics.orgS: MaintainedAOA (Apple Onboard Audio) ALSA DRIVERP: Johannes BergM: johannes@sipsolutions.netL: linuxppc-dev@ozlabs.orgL: alsa-devel@alsa-project.org (subscribers-only)S: MaintainedAPM DRIVERP: Stephen RothwellM: sfr@canb.auug.org.auL: linux-laptop@vger.kernel.orgW: http://www.canb.auug.org.au/~sfr/S: SupportedAPPLE SMC DRIVERP: Nicolas BoichatM: nicolas@boichat.chL: mactel-linux-devel@lists.sourceforge.netS: MaintainedAPPLETALK NETWORK LAYERP: Arnaldo Carvalho de MeloM: acme@ghostprotocols.netS: MaintainedAPPLETOUCH TOUCHPAD DRIVERP: Johannes BergM: johannes@sipsolutions.netL: linux-input@vger.kernel.orgS: MaintainedARC FRAMEBUFFER DRIVERP: Jaya KumarM: jayalk@intworks.bizS: MaintainedARM MFM AND FLOPPY DRIVERSP: Ian MoltonM: spyro@f2s.comS: MaintainedARM PRIMECELL MMCI PL180/1 DRIVERP: Russell KingM: rmk@arm.linux.org.ukL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/ADI ROADRUNNER MACHINE SUPPORTP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/ADS SPHERE MACHINE SUPPORTP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/AJECO 1ARM MACHINE SUPPORTP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/ATMEL AT91RM9200 ARM ARCHITECTUREP: Andrew VictorM: andrew@sanpeople.comL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)W: http://maxim.org.za/at91_26.htmlS: MaintainedARM/CIRRUS LOGIC EP93XX ARM ARCHITECTUREP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORTP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/CORGI MACHINE SUPPORTP: Richard PurdieM: rpurdie@rpsys.netS: MaintainedARM/GLOMATION GESBC9312SX MACHINE SUPPORTP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/HP JORNADA 7XX MACHINE SUPPORTP: Kristoffer EricsonM: kristoffer.ericson@gmail.comW: www.jlime.comS: MaintainedARM/INTEL IOP32X ARM ARCHITECTUREP: Lennert BuytenhekM: kernel@wantstofly.orgP: Dan WilliamsM: dan.j.williams@intel.comL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: SupportedARM/INTEL IOP33X ARM ARCHITECTUREP: Dan WilliamsM: dan.j.williams@intel.comL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: SupportedARM/INTEL IOP13XX ARM ARCHITECTUREP: Lennert BuytenhekM: kernel@wantstofly.orgP: Dan WilliamsM: dan.j.williams@intel.comL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: SupportedARM/INTEL IQ81342EX MACHINE SUPPORTP: Lennert BuytenhekM: kernel@wantstofly.orgP: Dan WilliamsM: dan.j.williams@intel.comL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: SupportedARM/INTEL IXP2000 ARM ARCHITECTUREP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/INTEL IXDP2850 MACHINE SUPPORTP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/INTEL IXP23XX ARM ARCHITECTUREP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/INTEL XSC3 (MANZANO) ARM COREP: Lennert BuytenhekM: kernel@wantstofly.orgP: Dan WilliamsM: dan.j.williams@intel.comL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: SupportedARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORTP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/LOGICPD PXA270 MACHINE SUPPORTP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/TOSA MACHINE SUPPORTP: Dirk OpferM: dirk@opfer-online.deS: MaintainedARM/PLEB SUPPORTP: Peter ChubbM: pleb@gelato.unsw.edu.auW: http://www.disy.cse.unsw.edu.au/Hardware/PLEBS: MaintainedARM/PT DIGITAL BOARD PORTP: Stefan EletzhoferM: stefan.eletzhofer@eletztrick.deL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)W: http://www.arm.linux.org.uk/S: MaintainedARM/RADISYS ENP2611 MACHINE SUPPORTP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/SHARK MACHINE SUPPORTP: Alexander SchulzM: alex@shark-linux.deW: http://www.shark-linux.de/shark.htmlS: MaintainedARM/STRONGARM110 PORTP: Russell KingM: rmk@arm.linux.org.ukL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)W: http://www.arm.linux.org.uk/S: MaintainedARM/S3C2410 ARM ARCHITECTUREP: Ben DooksM: ben-linux@fluff.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)W: http://www.fluff.org/ben/linux/S: MaintainedARM/S3C2440 ARM ARCHITECTUREP: Ben DooksM: ben-linux@fluff.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)W: http://www.fluff.org/ben/linux/S: MaintainedARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORTP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARM/THECUS N2100 MACHINE SUPPORTP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedARPD SUPPORTP: Jonathan LayesL: netdev@vger.kernel.orgS: MaintainedASUS ACPI EXTRAS DRIVERP: Corentin CharyM: corentincj@iksaif.netP: Karol KozimorM: sziwan@users.sourceforge.netL: acpi4asus-user@lists.sourceforge.netW: http://sourceforge.net/projects/acpi4asusW: http://xf.iksaif.net/acpi4asusS: MaintainedASUS ASB100 HARDWARE MONITOR DRIVERP: Mark M. HoffmanM: mhoffman@lightlink.comL: lm-sensors@lm-sensors.orgS: MaintainedASUS LAPTOP EXTRAS DRIVERP: Corentin CharyM: corentincj@iksaif.netL: acpi4asus-user@lists.sourceforge.netW: http://sourceforge.net/projects/acpi4asusW: http://xf.iksaif.net/acpi4asusS: MaintainedASYNCHRONOUS TRANSFERS/TRANSFORMS APIP: Dan WilliamsM: dan.j.williams@intel.comP: Shannon NelsonM: shannon.nelson@intel.comL: linux-kernel@vger.kernel.orgW: http://sourceforge.net/projects/xscaleiopS: SupportedATA OVER ETHERNET DRIVERP: Ed L. CashinM: ecashin@coraid.comW: http://www.coraid.com/support/linuxS: SupportedATL1 ETHERNET DRIVERP: Jay CliburnM: jcliburn@gmail.comP: Chris SnookM: csnook@redhat.comL: atl1-devel@lists.sourceforge.netW: http://sourceforge.net/projects/atl1W: http://atl1.sourceforge.netS: MaintainedATMP: Chas WilliamsM: chas@cmf.nrl.navy.milL: linux-atm-general@lists.sourceforge.net (subscribers-only)W: http://linux-atm.sourceforge.netS: MaintainedATMEL AT91 MCI DRIVERP: Nicolas FerreM: nicolas.ferre@atmel.comL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)W: http://www.atmel.com/products/AT91/W: http://www.at91.com/S: MaintainedATMEL LCDFB DRIVERP: Nicolas FerreM: nicolas.ferre@atmel.comL: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)S: MaintainedATMEL MACB ETHERNET DRIVERP: Haavard SkinnemoenM: hskinnemoen@atmel.comS: SupportedATMEL SPI DRIVERP: Haavard SkinnemoenM: hskinnemoen@atmel.comS: SupportedATMEL USBA UDC DRIVERP: Haavard SkinnemoenM: hskinnemoen@atmel.comL: kernel@avr32linux.orgW: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriverS: SupportedATMEL WIRELESS DRIVERP: Simon KelleyM: simon@thekelleys.org.ukL: linux-wireless@vger.kernel.orgW: http://www.thekelleys.org.uk/atmelW: http://atmelwlandriver.sourceforge.net/S: MaintainedAUDIT SUBSYSTEMP: David WoodhouseM: dwmw2@infradead.orgL: linux-audit@redhat.com (subscribers-only)W: http://people.redhat.com/sgrubb/audit/T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.gitS: MaintainedAUXILIARY DISPLAY DRIVERSP: Miguel Ojeda SandonisM: maxextreme@gmail.comL: linux-kernel@vger.kernel.orgW: http://auxdisplay.googlepages.com/S: MaintainedAVR32 ARCHITECTUREP: Haavard SkinnemoenM: hskinnemoen@atmel.comW: http://www.atmel.com/products/AVR32/W: http://avr32linux.org/W: http://avrfreaks.net/S: SupportedAVR32/AT32AP MACHINE SUPPORTP: Haavard SkinnemoenM: hskinnemoen@atmel.comS: SupportedAX.25 NETWORK LAYERP: Ralf BaechleM: ralf@linux-mips.orgL: linux-hams@vger.kernel.orgW: http://www.linux-ax25.org/S: MaintainedBACKLIGHT CLASS/SUBSYSTEMP: Richard PurdieM: rpurdie@rpsys.netS: MaintainedBLACKFIN ARCHITECTUREP: Bryan WuM: bryan.wu@analog.comL: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)W: http://blackfin.uclinux.orgS: SupportedBLACKFIN EMAC DRIVERP: Bryan WuM: bryan.wu@analog.comL: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)W: http://blackfin.uclinux.orgS: SupportedBLACKFIN RTC DRIVERP: Mike FrysingerM: michael.frysinger@analog.comM: vapier.adi@gmail.comL: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)W: http://blackfin.uclinux.orgS: SupportedBLACKFIN SERIAL DRIVERP: Aubrey LiM: aubrey.li@analog.comL: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)W: http://blackfin.uclinux.orgS: SupportedBLACKFIN WATCHDOG DRIVERP: Mike FrysingerM: michael.frysinger@analog.comM: vapier.adi@gmail.comL: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)W: http://blackfin.uclinux.orgS: SupportedBAYCOM/HDLCDRV DRIVERS FOR AX.25P: Thomas SailerM: t.sailer@alumni.ethz.chL: linux-hams@vger.kernel.orgW: http://www.baycom.org/~tom/ham/ham.htmlS: MaintainedB43 WIRELESS DRIVERP: Michael BueschM: mb@bu3sch.deP: Stefano BrivioM: stefano.brivio@polimi.itL: linux-wireless@vger.kernel.orgW: http://linuxwireless.org/en/users/Drivers/b43S: MaintainedB43LEGACY WIRELESS DRIVERP: Larry FingerM: Larry.Finger@lwfinger.netP: Stefano BrivioM: stefano.brivio@polimi.itL: linux-wireless@vger.kernel.orgW: http://linuxwireless.org/en/users/Drivers/b43S: MaintainedBCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)P: Larry FingerM: Larry.Finger@lwfinger.netP: Stefano BrivioM: stefano.brivio@polimi.itL: linux-wireless@vger.kernel.orgW: http://bcm43xx.berlios.de/S: MaintainedBEFS FILE SYSTEMP: Sergey S. KostyliovM: rathamahata@php4.ruL: linux-kernel@vger.kernel.orgS: MaintainedBFS FILE SYSTEMP: Tigran A. AivazianM: tigran@aivazian.fsnet.co.ukL: linux-kernel@vger.kernel.orgS: MaintainedBLACKFIN I2C TWI DRIVERP: Sonic ZhangM: sonic.zhang@analog.comL: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)W: http://blackfin.uclinux.org/S: SupportedBLOCK LAYERP: Jens AxboeM: axboe@kernel.dkL: linux-kernel@vger.kernel.orgT: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.gitS: MaintainedBLUETOOTH SUBSYSTEMP: Marcel HoltmannM: marcel@holtmann.orgP: Maxim KrasnyanskyM: maxk@qualcomm.comL: bluez-devel@lists.sf.netW: http://bluez.sf.netW: http://www.bluez.orgW: http://www.holtmann.org/linux/bluetooth/T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.gitS: MaintainedBLUETOOTH RFCOMM LAYERP: Marcel HoltmannM: marcel@holtmann.orgP: Maxim KrasnyanskyM: maxk@qualcomm.comS: MaintainedBLUETOOTH BNEP LAYERP: Marcel HoltmannM: marcel@holtmann.orgP: Maxim KrasnyanskyM: maxk@qualcomm.comS: MaintainedBLUETOOTH CMTP LAYERP: Marcel HoltmannM: marcel@holtmann.orgS: MaintainedBLUETOOTH HIDP LAYERP: Marcel HoltmannM: marcel@holtmann.orgS: MaintainedBLUETOOTH HCI UART DRIVERP: Marcel HoltmannM: marcel@holtmann.orgP: Maxim KrasnyanskyM: maxk@qualcomm.comS: MaintainedBLUETOOTH HCI USB DRIVERP: Marcel HoltmannM: marcel@holtmann.orgP: Maxim KrasnyanskyM: maxk@qualcomm.comS: MaintainedBLUETOOTH HCI BCM203X DRIVERP: Marcel HoltmannM: marcel@holtmann.orgS: MaintainedBLUETOOTH HCI BPA10X DRIVERP: Marcel HoltmannM: marcel@holtmann.orgS: MaintainedBLUETOOTH HCI BFUSB DRIVERP: Marcel HoltmannM: marcel@holtmann.orgS: MaintainedBLUETOOTH HCI DTL1 DRIVERP: Marcel HoltmannM: marcel@holtmann.orgS: MaintainedBLUETOOTH HCI BLUECARD DRIVERP: Marcel HoltmannM: marcel@holtmann.orgS: MaintainedBLUETOOTH HCI BT3C DRIVERP: Marcel HoltmannM: marcel@holtmann.orgS: MaintainedBLUETOOTH HCI BTUART DRIVERP: Marcel HoltmannM: marcel@holtmann.orgS: MaintainedBLUETOOTH HCI VHCI DRIVERP: Maxim KrasnyanskyM: maxk@qualcomm.comS: MaintainedBONDING DRIVERP: Chad TindelM: ctindel@users.sourceforge.netP: Jay VosburghM: fubar@us.ibm.comL: bonding-devel@lists.sourceforge.netW: http://sourceforge.net/projects/bonding/S: SupportedBROADBAND PROCESSOR ARCHITECTUREP: Arnd BergmannM: arnd@arndb.deL: linuxppc-dev@ozlabs.orgW: http://www.penguinppc.org/ppc64/S: SupportedBROADCOM B44 10/100 ETHERNET DRIVERP: Gary ZambranoM: zambrano@broadcom.comL: netdev@vger.kernel.orgS: SupportedBROADCOM BNX2 GIGABIT ETHERNET DRIVERP: Michael ChanM: mchan@broadcom.comL: netdev@vger.kernel.orgS: SupportedBROADCOM TG3 GIGABIT ETHERNET DRIVERP: Michael ChanM: mchan@broadcom.comL: netdev@vger.kernel.orgS: SupportedBSG (block layer generic sg v4 driver)P: FUJITA TomonoriM: fujita.tomonori@lab.ntt.co.jpL: linux-scsi@vger.kernel.orgS: SupportedBTTV VIDEO4LINUX DRIVERP: Mauro Carvalho ChehabM: mchehab@infradead.orgM: v4l-dvb-maintainer@linuxtv.orgL: video4linux-list@redhat.comW: http://linuxtv.orgT: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.gitS: MaintainedCAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVERP: Jonathan CorbetM: corbet@lwn.netL: video4linux-list@redhat.comS: MaintainedCALGARY x86-64 IOMMUP: Muli Ben-YehudaM: muli@il.ibm.comP: Jon D. MasonM: jdmason@kudzu.usL: linux-kernel@vger.kernel.orgL: discuss@x86-64.orgS: MaintainedCFAG12864B LCD DRIVERP: Miguel Ojeda SandonisM: maxextreme@gmail.comL: linux-kernel@vger.kernel.orgW: http://auxdisplay.googlepages.com/S: MaintainedCFAG12864BFB LCD FRAMEBUFFER DRIVERP: Miguel Ojeda SandonisM: maxextreme@gmail.comL: linux-kernel@vger.kernel.orgW: http://auxdisplay.googlepages.com/S: MaintainedCFG80211 and NL80211P: Johannes BergM: johannes@sipsolutions.netL: linux-wireless@vger.kernel.orgS: MaintainedCHECKPATCHP: Andy WhitcroftM: apw@shadowen.orgP: Randy DunlapM: rdunlap@xenotime.netP: Joel SchoppM: jschopp@austin.ibm.comS: SupportedCOMMON INTERNET FILE SYSTEM (CIFS)P: Steve FrenchM: sfrench@samba.orgL: linux-cifs-client@lists.samba.orgL: samba-technical@lists.samba.orgW: http://linux-cifs.samba.org/T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.gitS: SupportedCONFIGFSP: Joel BeckerM: joel.becker@oracle.comL: linux-kernel@vger.kernel.orgS: SupportedCIRRUS LOGIC EP93XX ETHERNET DRIVERP: Lennert BuytenhekM: kernel@wantstofly.orgL: netdev@vger.kernel.orgS: MaintainedCIRRUS LOGIC EP93XX OHCI USB HOST DRIVERP: Lennert BuytenhekM: kernel@wantstofly.orgL: linux-usb@vger.kernel.orgS: MaintainedCIRRUS LOGIC CS4280/CS461x SOUNDDRIVERP: Cirrus Logic Corporation (kernel 2.2 driver)M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>P: Nils Faerber (port to kernel 2.4)M: Nils Faerber <nils@kernelconcepts.de>S: MaintainedCODA FILE SYSTEMP: Jan HarkesM: jaharkes@cs.cmu.eduM: coda@cs.cmu.eduL: codalist@coda.cs.cmu.eduW: http://www.coda.cs.cmu.edu/S: MaintainedCOMPACTPCI HOTPLUG COREP: Scott MurrayM: scottm@somanetworks.comM: scott@spiteful.orgL: pcihpd-discuss@lists.sourceforge.netS: SupportedCOMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVERP: Scott MurrayM: scottm@somanetworks.comM: scott@spiteful.orgL: pcihpd-discuss@lists.sourceforge.netS: SupportedCOMPACTPCI HOTPLUG GENERIC DRIVERP: Scott MurrayM: scottm@somanetworks.comM: scott@spiteful.orgL: pcihpd-discuss@lists.sourceforge.netS: SupportedCOMPUTONE INTELLIPORT MULTIPORT CARDP: Michael H. WarfieldM: mhw@wittsend.comW: http://www.wittsend.com/computone.htmlS: MaintainedCONEXANT ACCESSRUNNER USB DRIVERP: Simon ArlottM: cxacru@fire.lp0.euL: accessrunner-general@lists.sourceforge.netW: http://accessrunner.sourceforge.net/S: MaintainedCORETEMP HARDWARE MONITORING DRIVERP: Rudolf MarekM: r.marek@assembler.czL: lm-sensors@lm-sensors.orgS: MaintainedCOSA/SRP SYNC SERIAL DRIVERP: Jan "Yenya" KasprzakM: kas@fi.muni.czW: http://www.fi.muni.cz/~kas/cosa/S: MaintainedCPU FREQUENCY DRIVERSP: Dave JonesM: davej@codemonkey.org.ukL: cpufreq@lists.linux.org.ukW: http://www.codemonkey.org.uk/projects/cpufreq/T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.gitS: MaintainedCPUID/MSR DRIVERP: H. Peter AnvinM: hpa@zytor.comS: MaintainedCPUSETSP: Paul JacksonP: Simon DerrM: pj@sgi.comM: simon.derr@bull.netL: linux-kernel@vger.kernel.orgW: http://www.bullopensource.org/cpuset/S: SupportedCRAMFS FILESYSTEMW: http://sourceforge.net/projects/cramfs/S: OrphanCRIS PORTP: Mikael StarvikM: starvik@axis.comL: dev-etrax@axis.comW: http://developer.axis.comS: MaintainedCRYPTO APIP: Herbert XuM: herbert@gondor.apana.org.auP: David S. MillerM: davem@davemloft.netL: linux-crypto@vger.kernel.orgT: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.gitS: MaintainedCS5535 Audio ALSA driverP: Jaya KumarM: jayakumar.alsa@gmail.comS: MaintainedCYBERPRO FB DRIVERP: Russell KingM: rmk@arm.linux.org.ukW: http://www.arm.linux.org.uk/S: MaintainedCYBLAFB FRAMEBUFFER DRIVERP: Knut PetersenM: Knut_Petersen@t-online.deL: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)S: MaintainedCYCLADES 2X SYNC CARD DRIVERP: Arnaldo Carvalho de MeloM: acme@ghostprotocols.netW: http://oops.ghostprotocols.net:81/blogS: MaintainedCYCLADES ASYNC MUX DRIVERW: http://www.cyclades.com/S: OrphanCYCLADES PC300 DRIVERW: http://www.cyclades.com/S: OrphanDAMA SLAVE for AX.25P: Joerg ReuterM: jreuter@yaina.deW: http://yaina.de/jreuter/W: http://www.qsl.net/dl1bke/L: linux-hams@vger.kernel.orgS: MaintainedDC395x SCSI driverP: Oliver NeukumM: oliver@neukum.nameP: Ali AkcaagacM: aliakc@web.deP: Jamie LenehanM: lenehan@twibble.orgW: http://twibble.org/dist/dc395x/L: dc395x@twibble.orgL: http://lists.twibble.org/mailman/listinfo/dc395x/S: MaintainedDC390/AM53C974 SCSI driverP: Kurt GarloffM: garloff@suse.deW: http://www.garloff.de/kurt/linux/dc390/P: Guennadi LiakhovetskiM: g.liakhovetski@gmx.deS: MaintainedDCCP PROTOCOLP: Arnaldo Carvalho de MeloM: acme@ghostprotocols.netL: dccp@vger.kernel.orgW: http://linux-net.osdl.org/index.php/DCCPS: MaintainedDECnet NETWORK LAYERP: Patrick CaulfieldM: patrick@tykepenguin.comW: http://linux-decnet.sourceforge.netL: linux-decnet-user@lists.sourceforge.netS: MaintainedDEFXX FDDI NETWORK DRIVERP: Maciej W. RozyckiM: macro@linux-mips.orgS: MaintainedDELL LAPTOP SMM DRIVERP: Massimo Dal ZottoM: dz@debian.orgW: http://www.debian.org/~dz/i8k/S: MaintainedDELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)P: Doug WarzechaM: Douglas_Warzecha@dell.comS: MaintainedDEVICE-MAPPER (LVM)P: Alasdair KergonL: dm-devel@redhat.comW: http://sources.redhat.com/dmS: MaintainedDEVICE NUMBER REGISTRYP: Torben MathiasenM: device@lanana.orgW: http://lanana.org/docs/device-list/index.htmlL: linux-kernel@vger.kernel.orgS: MaintainedDIGI INTL. EPCA DRIVERP: Digi International, IncM: Eng.Linux@digi.comL: Eng.Linux@digi.comW: http://www.digi.comS: OrphanedDIRECTORY NOTIFICATIONP: Stephen RothwellM: sfr@canb.auug.org.auL: linux-kernel@vger.kernel.orgS: SupportedDISK GEOMETRY AND PARTITION HANDLINGP: Andries BrouwerM: aeb@cwi.nlW: http://www.win.tue.nl/~aeb/linux/Large-Disk.htmlW: http://www.win.tue.nl/~aeb/linux/zip/zip-1.htmlW: http://www.win.tue.nl/~aeb/partitions/partition_types-1.htmlS: MaintainedDISKQUOTA:P: Jan KaraM: jack@suse.czL: linux-kernel@vger.kernel.orgS: MaintainedDISTRIBUTED LOCK MANAGERP: Patrick CaulfieldM: pcaulfie@redhat.comP: David TeiglandM: teigland@redhat.comL: cluster-devel@redhat.comW: http://sources.redhat.com/cluster/T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.gitT: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.gitS: SupportedDAVICOM FAST ETHERNET (DMFE) NETWORK DRIVERP: Tobias RingstromM: tori@unhappy.mine.nuL: netdev@vger.kernel.orgS: MaintainedDMA GENERIC OFFLOAD ENGINE SUBSYSTEMP: Shannon NelsonM: shannon.nelson@intel.comP: Dan WilliamsM: dan.j.williams@intel.comL: linux-kernel@vger.kernel.orgS: SupportedDME1737 HARDWARE MONITOR DRIVERP: Juerg HaefligerM: juergh@gmail.comL: lm-sensors@lm-sensors.orgS: MaintainedDOCBOOK FOR DOCUMENTATIONP: Randy DunlapM: rdunlap@xenotime.netS: MaintainedDOCKING STATION DRIVERP: Kristen Carlson AccardiM: kristen.c.accardi@intel.comL: linux-acpi@vger.kernel.orgS: SupportedDOUBLETALK DRIVERP: James R. Van ZandtM: jrv@vanzandt.mv.comL: blinux-list@redhat.comS: MaintainedDRIVER CORE, KOBJECTS, AND SYSFSP: Greg Kroah-HartmanM: gregkh@suse.deL: linux-kernel@vger.kernel.orgT: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/S: SupportedDRM DRIVERSP: David AirlieM: airlied@linux.ieL: dri-devel@lists.sourceforge.netT: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.gitS: MaintainedDSCC4 DRIVERP: Francois RomieuM: romieu@fr.zoreil.comL: netdev@vger.kernel.orgS: MaintainedDVB SUBSYSTEM AND DRIVERSP: LinuxTV.org ProjectM: v4l-dvb-maintainer@linuxtv.orgL: linux-dvb@linuxtv.org (subscription required)W: http://linuxtv.org/T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.gitS: MaintainedEATA-DMA SCSI DRIVERP: Michael NeufferL: linux-eata@i-connect.net, linux-scsi@vger.kernel.orgS: MaintainedEATA ISA/EISA/PCI SCSI DRIVERP: Dario BallabioM: ballabio_dario@emc.comL: linux-scsi@vger.kernel.orgS: MaintainedEATA-PIO SCSI DRIVERP: Michael NeufferM: mike@i-Connect.NetL: linux-eata@i-connect.net, linux-scsi@vger.kernel.orgS: MaintainedEBTABLESP: Bart De SchuymerM: bart.de.schuymer@pandora.beL: ebtables-user@lists.sourceforge.netL: ebtables-devel@lists.sourceforge.netW: http://ebtables.sourceforge.net/S: MaintainedECRYPT FILE SYSTEMP: Mike Halcrow, Phillip HellewellM: mhalcrow@us.ibm.com, phillip@hellewell.homeip.netL: ecryptfs-devel@lists.sourceforge.netW: http://ecryptfs.sourceforge.net/S: SupportedEDAC-COREP: Doug ThompsonM: dougthompson@xmission.comL: bluesmoke-devel@lists.sourceforge.netW: bluesmoke.sourceforge.netS: SupportedEDAC-E752XP: Mark GrossP: Doug ThompsonM: mark.gross@intel.comM: dougthompson@xmission.comL: bluesmoke-devel@lists.sourceforge.netW: bluesmoke.sourceforge.netS: MaintainedEDAC-E7XXXP: Doug ThompsonM: dougthompson@xmission.comL: bluesmoke-devel@lists.sourceforge.netW: bluesmoke.sourceforge.netS: MaintainedEDAC-I82443BXGXP: Tim SmallM: tim@buttersideup.comL: bluesmoke-devel@lists.sourceforge.netW: bluesmoke.sourceforge.netS: MaintainedEDAC-I3000P: Jason UhlenkottM: juhlenko@akamai.comL: bluesmoke-devel@lists.sourceforge.netW: bluesmoke.sourceforge.netS: MaintainedEDAC-I5000P: Doug ThompsonM: dougthompson@xmission.comL: bluesmoke-devel@lists.sourceforge.netW: bluesmoke.sourceforge.netS: MaintainedEDAC-I82975XP: Ranganathan DesikanP: Arvind R.M: rdesikan@jetzbroadband.comM: arvind@acarlab.comL: bluesmoke-devel@lists.sourceforge.netW: bluesmoke.sourceforge.netS: MaintainedEDAC-PASEMIP: Egor MartovetskyM: egor@pasemi.comL: bluesmoke-devel@lists.sourceforge.netW: bluesmoke.sourceforge.netS: MaintainedEDAC-R82600P: Tim SmallM: tim@buttersideup.comL: bluesmoke-devel@lists.sourceforge.netW: bluesmoke.sourceforge.netS: MaintainedEEPRO100 NETWORK DRIVERP: Andrey V. SavochkinM: saw@saw.sw.com.sgS: MaintainedEFS FILESYSTEMW: http://aeschi.ch.eu.org/efs/S: OrphanEHCA (IBM GX bus InfiniBand adapter) DRIVER:P: Hoang-Nam NguyenM: hnguyen@de.ibm.comP: Christoph RaischM: raisch@de.ibm.comL: general@lists.openfabrics.orgS: SupportedEMULEX LPFC FC SCSI DRIVERP: James SmartM: james.smart@emulex.comL: linux-scsi@vger.kernel.orgW: http://sourceforge.net/projects/lpfcxxxxS: SupportedEPSON 1355 FRAMEBUFFER DRIVERP: Christopher HooverM: ch@murgatroid.com, ch@hpl.hp.comS: MaintainedETHEREXPRESS-16 NETWORK DRIVERP: Philip BlundellM: philb@gnu.orgL: netdev@vger.kernel.orgS: MaintainedETHERNET BRIDGEP: Stephen HemmingerM: shemminger@linux-foundation.orgL: bridge@lists.linux-foundation.orgW: http://bridge.sourceforge.net/S: MaintainedETHERTEAM 16I DRIVERP: Mika KuoppalaM: miku@iki.fiS: MaintainedEXT2 FILE SYSTEML: linux-ext4@vger.kernel.orgS: MaintainedEXT3 FILE SYSTEMP: Stephen Tweedie, Andrew MortonM: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.comL: linux-ext4@vger.kernel.orgS: MaintainedEXT4 FILE SYSTEMP: Stephen Tweedie, Andrew MortonM: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.comL: linux-ext4@vger.kernel.orgS: MaintainedF71805F HARDWARE MONITORING DRIVERP: Jean DelvareM: khali@linux-fr.orgL: lm-sensors@lm-sensors.orgS: MaintainedFARSYNC SYNCHRONOUS DRIVERP: Kevin CurtisM: kevin.curtis@farsite.co.ukW: http://www.farsite.co.uk/S: SupportedFAULT INJECTION SUPPORTP: Akinobu MitaM: akinobu.mita@gmail.comS: SupportedFRAMEBUFFER LAYERP: Antonino DaplasM: adaplas@gmail.comL: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)W: http://linux-fbdev.sourceforge.net/S: MaintainedFREESCALE SOC FS_ENET DRIVERP: Pantelis AntoniouM: pantelis.antoniou@gmail.comP: Vitaly BordugM: vbordug@ru.mvista.comL: linuxppc-dev@ozlabs.orgL: netdev@vger.kernel.orgS: MaintainedFREESCALE HIGHSPEED USB DEVICE DRIVERP: Li YangM: leoli@freescale.comL: linux-usb@vger.kernel.orgL: linuxppc-dev@ozlabs.orgS: MaintainedFREESCALE QUICC ENGINE UCC ETHERNET DRIVERP: Li YangM: leoli@freescale.comL: netdev@vger.kernel.orgL: linuxppc-dev@ozlabs.orgS: MaintainedFILE LOCKING (flock() and fcntl()/lockf())P: Matthew WilcoxM: matthew@wil.cxL: linux-fsdevel@vger.kernel.orgS: MaintainedFILESYSTEMS (VFS and infrastructure)P: Alexander ViroM: viro@zeniv.linux.org.ukS: MaintainedFIREWIRE SUBSYSTEMP: Kristian Hoegsberg, Stefan RichterM: krh@redhat.com, stefanr@s5r6.in-berlin.deL: linux1394-devel@lists.sourceforge.netW: http://www.linux1394.org/T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.gitS: MaintainedFIRMWARE LOADER (request_firmware)L: linux-kernel@vger.kernel.orgS: OrphanFPU EMULATORP: Bill MetzenthenM: billm@suburbia.netW: http://suburbia.net/~billm/floating-point/emulator/S: MaintainedFRAME RELAY DLCI/FRAD (Sangoma drivers too)P: Mike McLaganM: mike.mclagan@linux.orgL: netdev@vger.kernel.orgS: MaintainedFREEVXFS FILESYSTEMP: Christoph HellwigM: hch@infradead.orgW: ftp://ftp.openlinux.org/pub/people/hch/vxfsS: MaintainedFUJITSU FR-V (FRV) PORTP: David HowellsM: dhowells@redhat.comS: MaintainedFUSE: FILESYSTEM IN USERSPACEP: Miklos SzerediM: miklos@szeredi.huL: fuse-devel@lists.sourceforge.netW: http://fuse.sourceforge.net/S: MaintainedFUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)P: Rik FaithM: faith@cs.unc.eduL: linux-scsi@vger.kernel.orgS: Odd fixes (e.g., new signatures)GDT SCSI DISK ARRAY CONTROLLER DRIVERP: Achim LeubnerM: achim_leubner@adaptec.comL: linux-scsi@vger.kernel.orgW: http://www.icp-vortex.com/S: SupportedGENERIC GPIO I2C DRIVERP: Haavard SkinnemoenM: hskinnemoen@atmel.comS: SupportedGENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERSP: Krzysztof HalasaM: khc@pm.waw.plW: http://www.kernel.org/pub/linux/utils/net/hdlc/S: MaintainedGFS2 FILE SYSTEMP: Steven WhitehouseM: swhiteho@redhat.comL: cluster-devel@redhat.comW: http://sources.redhat.com/cluster/T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.gitT: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.gitS: SupportedGIGASET ISDN DRIVERSP: Hansjoerg LippM: hjlipp@web.deP: Tilman SchmidtM: tilman@imap.ccL: gigaset307x-common@lists.sourceforge.netW: http://gigaset307x.sourceforge.net/S: MaintainedHARDWARE MONITORINGP: Mark M. HoffmanM: mhoffman@lightlink.comL: lm-sensors@lm-sensors.orgW: http://www.lm-sensors.org/T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testingT: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git releaseS: MaintainedHARDWARE RANDOM NUMBER GENERATOR COREP: Michael BueschM: mb@bu3sch.deS: MaintainedHARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVERP: Robert LoveM: rlove@rlove.orgM: linux-kernel@vger.kernel.orgW: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/S: MaintainedHARMONY SOUND DRIVERP: Kyle McMartinM: kyle@parisc-linux.orgL: linux-parisc@vger.kernel.orgS: MaintainedHAYES ESP SERIAL DRIVERP: Andrew J. RobinsonM: arobinso@nyx.netL: linux-kernel@vger.kernel.orgW: http://www.nyx.net/~arobinsoS: MaintainedHFS FILESYSTEMP: Roman ZippelM: zippel@linux-m68k.orgL: linux-kernel@vger.kernel.orgS: MaintainedHGA FRAMEBUFFER DRIVERP: Ferenc BakonyiM: fero@drama.obuda.kando.huL: linux-nvidia@lists.surfsouth.comW: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtmlS: MaintainedHID CORE LAYERP: Jiri KosinaM: jkosina@suse.czL: linux-input@vger.kernel.orgT: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.gitS: MaintainedHIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKSP: Thomas GleixnerM: tglx@linutronix.deL: linux-kernel@vger.kernel.orgS: MaintainedHIGH-SPEED SCC DRIVER FOR AX.25P: Klaus KudielkaM: klaus.kudielka@ieee.orgL: linux-hams@vger.kernel.orgW: http://www.nt.tuwien.ac.at/~kkudielk/Linux/S: MaintainedHIGHPOINT ROCKETRAID 3xxx RAID DRIVERP: HighPoint Linux TeamM: linux@highpoint-tech.comW: http://www.highpoint-tech.comS: SupportedHIPPIP: Jes SorensenM: jes@trained-monkey.orgL: linux-hippi@sunsite.dkS: MaintainedHEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBAP: Chirag KanthariaM: chirag.kantharia@hp.comL: iss_storagedev@hp.comS: MaintainedHEWLETT-PACKARD SMART2 RAID DRIVERP: Chirag KanthariaM: chirag.kantharia@hp.comL: iss_storagedev@hp.comS: MaintainedHEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)P: Mike MillerM: mike.miller@hp.comL: iss_storagedev@hp.comS: SupportedHOST AP DRIVERP: Jouni MalinenM: j@w1.fiL: hostap@shmoo.com (subscribers-only)L: linux-wireless@vger.kernel.orgW: http://hostap.epitest.fi/S: MaintainedHP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter SeriesP: Jaroslav KyselaM: perex@perex.czS: MaintainedHPET: High Precision Event Timers driver (hpet.c)P: Clemens LadischM: clemens@ladisch.deS: MaintainedHPET: i386P: Venkatesh Pallipadi (Venki)M: venkatesh.pallipadi@intel.comS: MaintainedHPET: x86_64P: Vojtech PavlikM: vojtech@suse.czS: MaintainedHPET: ACPI hpet.cP: Bob PiccoM: bob.picco@hp.comS: MaintainedHPFS FILESYSTEMP: Mikulas PatockaM: mikulas@artax.karlin.mff.cuni.czW: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgiS: MaintainedHUGETLB FILESYSTEMP: William IrwinM: wli@holomorphy.comS: MaintainedI2C/SMBUS STUB DRIVERP: Mark M. HoffmanM: mhoffman@lightlink.comL: lm-sensors@lm-sensors.orgS: MaintainedI2C SUBSYSTEMP: Jean DelvareM: khali@linux-fr.orgL: i2c@lm-sensors.orgT: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/S: MaintainedI2C-TINY-USB DRIVERP: Till HarbaumM: till@harbaum.orgL: i2c@lm-sensors.orgT: http://www.harbaum.org/till/i2c_tiny_usbS: Maintainedi386 BOOT CODEP: H. Peter AnvinM: hpa@zytor.comL: Linux-Kernel@vger.kernel.orgS: Maintainedi386 SETUP CODE / CPU ERRATA WORKAROUNDSP: H. Peter AnvinM: hpa@zytor.comT: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.gitS: MaintainedIA64 (Itanium) PLATFORMP: Tony LuckM: tony.luck@intel.comL: linux-ia64@vger.kernel.orgW: http://www.ia64-linux.org/T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.gitS: MaintainedSN-IA64 (Itanium) SUB-PLATFORMP: Jes SorensenM: jes@sgi.comL: linux-altix@sgi.comL: linux-ia64@vger.kernel.orgW: http://www.sgi.com/altixS: MaintainedIBM MCA SCSI SUBSYSTEM DRIVERP: Michael LangM: langa2@kph.uni-mainz.deW: http://www.uni-mainz.de/~langm000/linux.htmlS: MaintainedIBM Power Linux RAID adapterP: Brian KingM: brking@us.ibm.comS: SupportedIBM ServeRAID RAID DRIVERP: Jack HammerP: Dave JefferyM: ipslinux@adaptec.comW: http://www.developer.ibm.com/welcome/netfinity/serveraid.htmlS: SupportedIDE SUBSYSTEMP: Bartlomiej ZolnierkiewiczM: bzolnier@gmail.comL: linux-ide@vger.kernel.orgT: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/S: MaintainedIDE/ATAPI CDROM DRIVERP: Borislav PetkovM: bbpetkov@yahoo.deL: linux-ide@vger.kernel.orgS: MaintainedIDE/ATAPI FLOPPY DRIVERSP: Paul BristowM: Paul Bristow <paul@paulbristow.net>W: http://paulbristow.net/linux/idefloppy.htmlL: linux-kernel@vger.kernel.orgS: MaintainedIDE/ATAPI TAPE DRIVERSP: Gadi OxmanM: Gadi Oxman <gadio@netvision.net.il>L: linux-kernel@vger.kernel.orgS: MaintainedIDE-SCSI DRIVERL: linux-ide@vger.kernel.orgL: linux-scsi@vger.kernel.orgS: OrphanIEEE 1394 SUBSYSTEMP: Ben CollinsM: ben.collins@ubuntu.comP: Stefan RichterM: stefanr@s5r6.in-berlin.deL: linux1394-devel@lists.sourceforge.netW: http://www.linux1394.org/T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.gitS: MaintainedIEEE 1394 RAW I/O DRIVER (raw1394)P: Dan DennedyM: dan@dennedy.orgP: Stefan RichterM: stefanr@s5r6.in-berlin.deL: linux1394-devel@lists.sourceforge.netS: MaintainedIMS TWINTURBO FRAMEBUFFER DRIVERL: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)S: OrphanINFINIBAND SUBSYSTEMP: Roland DreierM: rolandd@cisco.comP: Sean HeftyM: sean.hefty@intel.comP: Hal RosenstockM: hal.rosenstock@gmail.comL: general@lists.openfabrics.orgW: http://www.openib.org/T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.gitS: SupportedINPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERSP: Dmitry TorokhovM: dmitry.torokhov@gmail.comM: dtor@mail.ruL: linux-input@vger.kernel.orgT: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.gitS: MaintainedINOTIFYP: John McCutchanM: ttb@tentacle.dhs.orgP: Robert LoveM: rml@novell.comL: linux-kernel@vger.kernel.orgS: MaintainedINTEL FRAMEBUFFER DRIVER (excluding 810 and 815)P: Sylvain MeyerM: sylvain.meyer@worldonline.frL: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)S: MaintainedINTEL 810/815 FRAMEBUFFER DRIVERP: Antonino DaplasM: adaplas@gmail.comL: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)S: MaintainedINTEL IA32 MICROCODE UPDATE SUPPORTP: Tigran AivazianM: tigran@aivazian.fsnet.co.ukS: MaintainedINTEL I/OAT DMA DRIVERP: Shannon NelsonM: shannon.nelson@intel.comL: linux-kernel@vger.kernel.orgS: SupportedINTEL IOP-ADMA DMA DRIVERP: Dan WilliamsM: dan.j.williams@intel.comL: linux-kernel@vger.kernel.orgS: SupportedINTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORTP: Deepak SaxenaM: dsaxena@plexity.netS: MaintainedINTEL IXP2000 ETHERNET DRIVERP: Lennert BuytenhekM: kernel@wantstofly.orgL: netdev@vger.kernel.orgS: MaintainedINTEL PRO/100 ETHERNET SUPPORTP: Auke KokM: auke-jan.h.kok@intel.comP: Jesse BrandeburgM: jesse.brandeburg@intel.comP: Jeff KirsherM: jeffrey.t.kirsher@intel.comP: John RonciakM: john.ronciak@intel.comL: e1000-devel@lists.sourceforge.netW: http://sourceforge.net/projects/e1000/S: SupportedINTEL PRO/1000 GIGABIT ETHERNET SUPPORTP: Auke KokM: auke-jan.h.kok@intel.comP: Jesse BrandeburgM: jesse.brandeburg@intel.comP: Jeff KirsherM: jeffrey.t.kirsher@intel.comP: John RonciakM: john.ronciak@intel.comL: e1000-devel@lists.sourceforge.netW: http://sourceforge.net/projects/e1000/S: SupportedINTEL PRO/10GbE SUPPORTP: Ayyappan VeeraiyanM: ayyappan.veeraiyan@intel.comP: Auke KokM: auke-jan.h.kok@intel.comP: Jesse BrandeburgM: jesse.brandeburg@intel.comP: John RonciakM: john.ronciak@intel.comL: e1000-devel@lists.sourceforge.netW: http://sourceforge.net/projects/e1000/S: SupportedINTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORTP: Yi ZhuM: yi.zhu@intel.comP: James KetrenosM: jketreno@linux.intel.comL: linux-wireless@vger.kernel.orgL: ipw2100-devel@lists.sourceforge.netW: http://lists.sourceforge.net/mailman/listinfo/ipw2100-develW: http://ipw2100.sourceforge.netS: SupportedINTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORTP: Yi ZhuM: yi.zhu@intel.comP: James KetrenosM: jketreno@linux.intel.comL: linux-wireless@vger.kernel.orgL: ipw2100-devel@lists.sourceforge.netW: http://lists.sourceforge.net/mailman/listinfo/ipw2100-develW: http://ipw2200.sourceforge.netS: SupportedINTEL WIRELESS WIFI LINK (iwlwifi)P: Zhu YiM: yi.zhu@intel.comL: linux-wireless@vger.kernel.orgL: ipw3945-devel@lists.sourceforge.netW: http://intellinuxwireless.orgT: git git://intellinuxwireless.org/repos/iwlwifiS: SupportedIOC3 ETHERNET DRIVERP: Ralf BaechleM: ralf@linux-mips.orgL: linux-mips@linux-mips.orgS: MaintainedIOC3 SERIAL DRIVERP: Pat GefreM: pfg@sgi.comL: linux-mips@linux-mips.orgS: MaintainedIP MASQUERADING:P: Juanjo CiarlanteM: jjciarla@raiz.uncu.edu.arS: MaintainedIP1000A 10/100/1000 GIGABIT ETHERNET DRIVERP: Francois RomieuM: romieu@fr.zoreil.comP: Sorbica ShiehM: sorbica@icplus.com.twP: Jesse HuangM: jesse@icplus.com.twL: netdev@vger.kernel.orgS: MaintainedIPATH DRIVER:P: Arthur JonesM: infinipath@qlogic.comL: general@lists.openfabrics.orgT: git git://git.qlogic.com/ipath-linux-2.6S: SupportedIPMI SUBSYSTEMP: Corey MinyardM: minyard@acm.orgL: openipmi-developer@lists.sourceforge.netW: http://openipmi.sourceforge.net/S: SupportedIPX NETWORK LAYERP: Arnaldo Carvalho de MeloM: acme@ghostprotocols.netL: netdev@vger.kernel.orgS: MaintainedIRDA SUBSYSTEMP: Samuel OrtizM: samuel@sortiz.orgL: irda-users@lists.sourceforge.net (subscribers-only)W: http://irda.sourceforge.net/S: MaintainedISCSIP: Mike ChristieM: michaelc@cs.wisc.eduL: open-iscsi@googlegroups.comW: www.open-iscsi.orgT: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.gitS: MaintainedISAPNPP: Jaroslav KyselaM: perex@perex.czS: MaintainedISDN SUBSYSTEMP: Karsten KeilM: kkeil@suse.deL: isdn4linux@listserv.isdn4linux.deW: http://www.isdn4linux.deT: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.gitS: MaintainedISDN SUBSYSTEM (Eicon active card driver)P: Armin SchindlerM: mac@melware.deL: isdn4linux@listserv.isdn4linux.deW: http://www.melware.deS: MaintainedJOURNALLING FLASH FILE SYSTEM V2 (JFFS2)P: David WoodhouseM: dwmw2@infradead.orgL: linux-mtd@lists.infradead.orgW: http://www.linux-mtd.infradead.org/doc/jffs2.htmlS: MaintainedJFS FILESYSTEMP: Dave KleikampM: shaggy@austin.ibm.comL: jfs-discussion@lists.sourceforge.netW: http://jfs.sourceforge.net/T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.gitS: SupportedJOURNALLING LAYER FOR BLOCK DEVICES (JBD)P: Stephen Tweedie, Andrew MortonM: sct@redhat.com, akpm@linux-foundation.orgL: linux-ext4@vger.kernel.orgS: MaintainedK8TEMP HARDWARE MONITORING DRIVERP: Rudolf MarekM: r.marek@assembler.czL: lm-sensors@lm-sensors.orgS: MaintainedKCONFIGP: Roman ZippelM: zippel@linux-m68k.orgL: linux-kbuild@vger.kernel.orgS: MaintainedKDUMPP: Vivek GoyalM: vgoyal@redhat.comP: Haren MyneniM: hbabu@us.ibm.comL: kexec@lists.infradead.orgL: linux-kernel@vger.kernel.orgW: http://lse.sourceforge.net/kdump/S: MaintainedKERNEL AUTOMOUNTER (AUTOFS)P: H. Peter AnvinM: hpa@zytor.comL: autofs@linux.kernel.orgS: Odd FixesKERNEL AUTOMOUNTER v4 (AUTOFS4)P: Ian KentM: raven@themaw.netL: autofs@linux.kernel.orgS: MaintainedKERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)P: Sam RavnborgM: sam@ravnborg.orgT: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.gitL: linux-kbuild@vger.kernel.orgS: MaintainedKERNEL JANITORSP: SeveralL: kernel-janitors@vger.kernel.orgW: http://www.kerneljanitors.org/S: MaintainedKERNEL NFSDP: J. Bruce FieldsM: bfields@fieldses.orgP: Neil BrownM: neilb@suse.deL: nfs@lists.sourceforge.netW: http://nfs.sourceforge.net/S: SupportedKERNEL VIRTUAL MACHINE (KVM)P: Avi KivityM: avi@qumranet.comL: kvm-devel@lists.sourceforge.netW: kvm.sourceforge.netS: SupportedKEXECP: Eric BiedermanM: ebiederm@xmission.comW: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/L: linux-kernel@vger.kernel.orgL: kexec@lists.infradead.orgS: MaintainedKPROBESP: Prasanna S PanchamukhiM: prasanna@in.ibm.comP: Ananth N MavinakayanahalliM: ananth@in.ibm.comP: Anil S KeshavamurthyM: anil.s.keshavamurthy@intel.comP: David S. MillerM: davem@davemloft.netL: linux-kernel@vger.kernel.orgS: MaintainedKS0108 LCD CONTROLLER DRIVERP: Miguel Ojeda SandonisM: maxextreme@gmail.comL: linux-kernel@vger.kernel.orgW: http://auxdisplay.googlepages.com/S: MaintainedLAPB moduleL: linux-x25@vger.kernel.orgS: OrphanLASI 53c700 driver for PARISCP: James E.J. BottomleyM: James.Bottomley@HansenPartnership.comL: linux-scsi@vger.kernel.orgS: MaintainedLED SUBSYSTEMP: Richard PurdieM: rpurdie@rpsys.netS: MaintainedLEGO USB Tower driverP: Juergen StuberM: starblue@users.sourceforge.netL: legousb-devel@lists.sourceforge.netW: http://legousb.sourceforge.net/S: MaintainedLGUESTP: Rusty RussellM: rusty@rustcorp.com.auL: lguest@ozlabs.orgW: http://lguest.ozlabs.org/S: MaintainedLINUX FOR IBM pSERIES (RS/6000)P: Paul MackerrasM: paulus@au.ibm.comW: http://www.ibm.com/linux/ltc/projects/ppcS: SupportedLINUX FOR NCR VOYAGERP: James BottomleyM: James.Bottomley@HansenPartnership.comW: http://www.hansenpartnership.com/voyagerS: MaintainedLINUX FOR POWERPCP: Paul MackerrasM: paulus@samba.orgW: http://www.penguinppc.org/L: linuxppc-dev@ozlabs.orgT: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.gitS: SupportedLINUX FOR POWER MACINTOSHP: Benjamin HerrenschmidtM: benh@kernel.crashing.orgW: http://www.penguinppc.org/L: linuxppc-dev@ozlabs.orgS: MaintainedLINUX FOR POWERPC EMBEDDED MPC52XXP: Sylvain MunautM: tnt@246tNt.comP: Grant LikelyM: grant.likely@secretlab.caW: http://www.246tNt.com/mpc52xx/W: http://www.penguinppc.org/L: linuxppc-dev@ozlabs.orgS: MaintainedLINUX FOR POWERPC EMBEDDED PPC4XXP: Josh BoyerM: jwboyer@linux.vnet.ibm.comP: Matt PorterM: mporter@kernel.crashing.orgW: http://www.penguinppc.org/L: linuxppc-dev@ozlabs.orgT: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.gitS: MaintainedLINUX FOR POWERPC EMBEDDED XILINX VIRTEXP: Grant LikelyM: grant.likely@secretlab.caW: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_VirtexL: linuxppc-dev@ozlabs.orgS: MaintainedLINUX FOR POWERPC BOOT CODEP: Tom RiniM: trini@kernel.crashing.orgW: http://www.penguinppc.org/L: linuxppc-dev@ozlabs.orgS: MaintainedLINUX FOR POWERPC EMBEDDED PPC8XXP: Vitaly BordugM: vitb@kernel.crashing.orgP: Marcelo TosattiM: marcelo@kvack.orgW: http://www.penguinppc.org/L: linuxppc-dev@ozlabs.orgS: MaintainedLINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XXP: Kumar GalaM: galak@kernel.crashing.orgW: http://www.penguinppc.org/L: linuxppc-dev@ozlabs.orgS: MaintainedLINUX FOR POWERPC PA SEMI PWRFICIENTP: Olof JohanssonM: olof@lixom.netW: http://www.pasemi.com/L: linuxppc-dev@ozlabs.orgS: SupportedLLC (802.2)P: Arnaldo Carvalho de MeloM: acme@ghostprotocols.netS: MaintainedLINUX FOR 64BIT POWERPCP: Paul MackerrasM: paulus@samba.orgM: paulus@au.ibm.comP: Anton BlanchardM: anton@samba.orgM: anton@au.ibm.comW: http://www.penguinppc.org/ppc64/L: linuxppc-dev@ozlabs.orgS: SupportedLINUX SECURITY MODULE (LSM) FRAMEWORKP: Chris WrightM: chrisw@sous-sol.orgL: linux-security-module@vger.kernel.orgW: http://lsm.immunix.orgT: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.gitS: SupportedLM83 HARDWARE MONITOR DRIVERP: Jean DelvareM: khali@linux-fr.orgL: lm-sensors@lm-sensors.orgS: MaintainedLM90 HARDWARE MONITOR DRIVERP: Jean DelvareM: khali@linux-fr.orgL: lm-sensors@lm-sensors.orgS: MaintainedLOCKDEP AND LOCKSTATP: Peter ZijlstraM: peterz@infradead.orgP: Ingo MolnarM: mingo@redhat.comL: linux-kernel@vger.kernel.orgT: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.gitS: MaintainedLOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)P: Richard Russon (FlatCap)M: ldm@flatcap.orgL: linux-ntfs-dev@lists.sourceforge.netW: http://www.linux-ntfs.org/content/view/19/37/S: MaintainedLSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)P: Eric MooreM: Eric.Moore@lsi.comM: support@lsi.comL: DL-MPTFusionLinux@lsi.comL: linux-scsi@vger.kernel.orgW: http://www.lsilogic.com/supportS: SupportedLSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI driversP: Matthew WilcoxM: matthew@wil.cxL: linux-scsi@vger.kernel.orgS: MaintainedM32R ARCHITECTUREP: Hirokazu TakataM: takata@linux-m32r.orgL: linux-m32r@ml.linux-m32r.orgL: linux-m32r-ja@ml.linux-m32r.org (in Japanese)W: http://www.linux-m32r.org/S: MaintainedM68K ARCHITECTUREP: Geert UytterhoevenM: geert@linux-m68k.orgP: Roman ZippelM: zippel@linux-m68k.orgL: linux-m68k@lists.linux-m68k.orgW: http://www.linux-m68k.org/W: http://linux-m68k-cvs.ubb.ca/S: MaintainedM68K ON APPLE MACINTOSHP: Joshua ThompsonM: funaho@jurai.orgW: http://www.mac.linux-m68k.org/L: linux-m68k@lists.linux-m68k.orgS: MaintainedM68K ON HP9000/300P: Philip BlundellM: philb@gnu.orgW: http://www.tazenda.demon.co.uk/phil/linux-hpS: MaintainedMAC80211P: Michael WuM: flamingice@sourmilk.netP: Johannes BergM: johannes@sipsolutions.netP: Jiri BencM: jbenc@suse.czL: linux-wireless@vger.kernel.orgW: http://linuxwireless.org/T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.gitS: MaintainedMACVLAN DRIVERP: Patrick McHardyM: kaber@trash.netL: netdev@vger.kernel.orgS: MaintainedMARVELL YUKON / SYSKONNECT DRIVERP: Mirko LindnerM: mlindner@syskonnect.deP: Ralph RoeslerM: rroesler@syskonnect.deW: http://www.syskonnect.comS: SupportedMAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7P: Michael KerriskM: mtk.manpages@gmail.comW: ftp://ftp.kernel.org/pub/linux/docs/manpagesS: MaintainedMARVELL LIBERTAS WIRELESS DRIVERP: Dan WilliamsM: dcbw@redhat.comL: libertas-dev@lists.infradead.orgS: MaintainedMARVELL MV643XX ETHERNET DRIVERP: Dale FarnsworthM: dale@farnsworth.orgP: Manish LachwaniM: mlachwani@mvista.comL: netdev@vger.kernel.orgS: Odd Fixes for 2.4; Maintained for 2.6.MATROX FRAMEBUFFER DRIVERP: Petr VandrovecM: vandrove@vc.cvut.czL: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)S: MaintainedMAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVERP: Hans J. KochM: hjk@linutronix.deL: lm-sensors@lm-sensors.orgS: MaintainedMEGARAID SCSI DRIVERSP: Neela Syam KolliM: megaraidlinux@lsi.comS: linux-scsi@vger.kernel.orgW: http://megaraid.lsilogic.comS: MaintainedMEMORY MANAGEMENTL: linux-mm@kvack.orgL: linux-kernel@vger.kernel.orgW: http://www.linux-mm.orgS: MaintainedMEMORY TECHNOLOGY DEVICES (MTD)P: David WoodhouseM: dwmw2@infradead.orgW: http://www.linux-mtd.infradead.org/L: linux-mtd@lists.infradead.orgT: git git://git.infradead.org/mtd-2.6.gitS: MaintainedUNSORTED BLOCK IMAGES (UBI)P: Artem BityutskiyM: dedekind@infradead.orgW: http://www.linux-mtd.infradead.org/L: linux-mtd@lists.infradead.orgT: git git://git.infradead.org/~dedekind/ubi-2.6.gitS: MaintainedMICROTEK X6 SCANNERP: Oliver NeukumM: oliver@neukum.nameS: MaintainedMIPSP: Ralf BaechleM: ralf@linux-mips.orgW: http://www.linux-mips.org/L: linux-mips@linux-mips.orgT: git www.linux-mips.org:/pub/scm/linux.gitS: SupportedMISCELLANEOUS MCA-SUPPORTP: James BottomleyM: James.Bottomley@HansenPartnership.comL: linux-kernel@vger.kernel.orgS: MaintainedMODULE SUPPORTP: Rusty RussellM: rusty@rustcorp.com.auL: linux-kernel@vger.kernel.orgS: MaintainedMOTION EYE VAIO PICTUREBOOK CAMERA DRIVERP: Stelian PopM: stelian@popies.netW: http://popies.net/meye/S: MaintainedMOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVERP: Pavel PisaM: ppisa@pikron.comL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHCS: MaintainedMOUSE AND MISC DEVICES [GENERAL]P: Alessandro RubiniM: rubini@ipvvis.unipv.itL: linux-kernel@vger.kernel.orgS: MaintainedMOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)P: Jiri SlabyM: jirislaby@gmail.comL: linux-kernel@vger.kernel.orgS: MaintainedMSI LAPTOP SUPPORTP: Lennart PoetteringM: mzxreary@0pointer.deW: https://tango.0pointer.de/mailman/listinfo/s270-linuxW: http://0pointer.de/lennart/tchibo.htmlS: MaintainedMULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEMP: Pierre OssmanM: drzeus-mmc@drzeus.cxL: linux-kernel@vger.kernel.orgS: MaintainedMULTIMEDIA CARD (MMC) ETC. OVER SPIP: David BrownellM: dbrownell@users.sourceforge.netL: linux-kernel@vger.kernel.orgS: Odd fixesMULTISOUND SOUND DRIVERP: Andrew VeliathM: andrewtv@usa.netS: MaintainedMULTITECH MULTIPORT CARD (ISICOM)P: Jiri SlabyM: jirislaby@gmail.comL: linux-kernel@vger.kernel.orgS: MaintainedNATSEMI ETHERNET DRIVER (DP8381x)P: Tim HockinM: thockin@hockin.orgS: MaintainedNCP FILESYSTEMP: Petr VandrovecM: vandrove@vc.cvut.czL: linware@sh.cvut.czS: MaintainedNCR DUAL 700 SCSI DRIVER (MICROCHANNEL)P: James E.J. BottomleyM: James.Bottomley@HansenPartnership.comL: linux-scsi@vger.kernel.orgS: MaintainedNETEM NETWORK EMULATORP: Stephen HemmingerM: shemminger@linux-foundation.orgL: netem@lists.linux-foundation.orgS: MaintainedNETERION (S2IO) Xframe 10GbE DRIVERP: Ramkrishna VepaM: ram.vepa@neterion.comP: Rastapur SantoshM: santosh.rastapur@neterion.comP: Sivakumar SubramaniM: sivakumar.subramani@neterion.comP: Sreenivasa HonnurM: sreenivasa.honnur@neterion.comL: netdev@vger.kernel.orgW: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymousS: SupportedNETFILTER/IPTABLES/IPCHAINSP: Rusty RussellP: Marc BoucherP: James MorrisP: Harald WelteP: Jozsef KadlecsikP: Patrick McHardyM: kaber@trash.netL: netfilter-devel@vger.kernel.orgL: netfilter@vger.kernel.orgL: coreteam@netfilter.orgW: http://www.netfilter.org/W: http://www.iptables.org/S: SupportedNETLABELP: Paul MooreM: paul.moore@hp.comW: http://netlabel.sf.netL: netdev@vger.kernel.orgS: SupportedNETROM NETWORK LAYERP: Ralf BaechleM: ralf@linux-mips.orgL: linux-hams@vger.kernel.orgW: http://www.linux-ax25.org/S: MaintainedNETWORK BLOCK DEVICE (NBD)P: Paul ClementsM: Paul.Clements@steeleye.comS: MaintainedNETWORK DEVICE DRIVERSP: Jeff GarzikM: jgarzik@pobox.comL: netdev@vger.kernel.orgT: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.gitS: MaintainedNETWORKING [GENERAL]P: Networking TeamM: netdev@vger.kernel.orgL: netdev@vger.kernel.orgW: http://linux-net.osdl.org/S: MaintainedNETWORKING [IPv4/IPv6]P: David S. MillerM: davem@davemloft.netP: Alexey KuznetsovM: kuznet@ms2.inr.ac.ruP: Pekka Savola (ipv6)M: pekkas@netcore.fiP: James MorrisM: jmorris@namei.orgP: Hideaki YOSHIFUJIM: yoshfuji@linux-ipv6.orgP: Patrick McHardyM: kaber@trash.netL: netdev@vger.kernel.orgT: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.gitS: MaintainedNETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)P: Paul MooreM: paul.moore@hp.comL: netdev@vger.kernel.orgS: MaintainedNETWORKING [WIRELESS]P: John W. LinvilleM: linville@tuxdriver.comL: linux-wireless@vger.kernel.orgT: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.gitS: MaintainedNETXEN (1/10) GbE SUPPORTP: Dhananjay PhadkeM: dhananjay@netxen.comL: netdev@vger.kernel.orgW: http://www.netxen.comS: SupportedIPVSP: Wensong ZhangM: wensong@linux-vs.orgP: Simon HormanM: horms@verge.net.auP: Julian AnastasovM: ja@ssi.bgL: netdev@vger.kernel.orgS: MaintainedNFS CLIENTP: Trond MyklebustM: Trond.Myklebust@netapp.comL: linux-nfs@vger.kernel.orgW: http://client.linux-nfs.orgT: git git://git.linux-nfs.org/pub/linux/nfs-2.6.gitS: MaintainedNI5010 NETWORK DRIVERP: Jan-Pascal van BestM: janpascal@vanbest.orgP: Andreas MohrM: andi@lisas.deL: netdev@vger.kernel.orgS: MaintainedNINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVERP: YOKOTA HiroshiM: yokota@netlab.is.tsukuba.ac.jpW: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/S: MaintainedNINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVERP: GOTO MasanoriM: gotom@debian.or.jpP: YOKOTA HiroshiM: yokota@netlab.is.tsukuba.ac.jpW: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/S: MaintainedNTFS FILESYSTEMP: Anton AltaparmakovM: aia21@cantab.netL: linux-ntfs-dev@lists.sourceforge.netL: linux-kernel@vger.kernel.orgW: http://linux-ntfs.sf.net/T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.gitS: MaintainedNVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVERP: Antonino DaplasM: adaplas@gmail.comL: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)S: MaintainedOPENCORES I2C BUS DRIVERP: Peter KorsgaardM: jacmet@sunsite.dkL: i2c@lm-sensors.orgS: MaintainedORACLE CLUSTER FILESYSTEM 2 (OCFS2)P: Mark FashehM: mark.fasheh@oracle.comP: Kurt HackelM: kurt.hackel@oracle.comL: ocfs2-devel@oss.oracle.comW: http://oss.oracle.com/projects/ocfs2/S: SupportedOLYMPIC NETWORK DRIVERP: Peter De ShrijverM: p2@ace.ulyssis.student.kuleuven.ac.beP: Mike PhillipsM: mikep@linuxtr.netL: netdev@vger.kernel.orgW: http://www.linuxtr.netS: MaintainedOMNIKEY CARDMAN 4000 DRIVERP: Harald WelteM: laforge@gnumonks.orgS: MaintainedOMNIKEY CARDMAN 4040 DRIVERP: Harald WelteM: laforge@gnumonks.orgS: MaintainedOMNIVISION OV7670 SENSOR DRIVERP: Jonathan CorbetM: corbet@lwn.netL: video4linux-list@redhat.comS: MaintainedONENAND FLASH DRIVERP: Kyungmin ParkM: kyungmin.park@samsung.comL: linux-mtd@lists.infradead.orgS: MaintainedONSTREAM SCSI TAPE DRIVERP: Willem RiedeM: osst@riede.orgL: osst-users@lists.sourceforge.netL: linux-scsi@vger.kernel.orgS: MaintainedOPROFILEP: Philippe ElieM: phil.el@wanadoo.frL: oprofile-list@lists.sf.netS: MaintainedORINOCO DRIVERP: Pavel RoskinM: proski@gnu.orgP: David GibsonM: hermes@gibson.dropbear.id.auL: linux-wireless@vger.kernel.orgL: orinoco-users@lists.sourceforge.netL: orinoco-devel@lists.sourceforge.netW: http://www.nongnu.org/orinoco/S: MaintainedPA SEMI ETHERNET DRIVERP: Olof JohanssonM: olof@lixom.netL: netdev@vger.kernel.orgS: MaintainedPA SEMI SMBUS DRIVERP: Olof JohanssonM: olof@lixom.netL: i2c@lm-sensors.orgS: MaintainedPARALLEL PORT SUPPORTL: linux-parport@lists.infradead.org (subscribers-only)S: OrphanPARIDE DRIVERS FOR PARALLEL PORT IDE DEVICESP: Tim WaughM: tim@cyberelk.netL: linux-parport@lists.infradead.org (subscribers-only)W: http://www.torque.net/linux-pp.htmlS: MaintainedPARISC ARCHITECTUREP: Kyle McMartinM: kyle@parisc-linux.orgP: Matthew WilcoxM: matthew@wil.cxP: Grant GrundlerM: grundler@parisc-linux.orgL: linux-parisc@vger.kernel.orgW: http://www.parisc-linux.org/T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.gitS: MaintainedPARAVIRT_OPS INTERFACEP: Jeremy FitzhardingeM: jeremy@xensource.comP: Chris WrightM: chrisw@sous-sol.orgP: Zachary AmsdenM: zach@vmware.comP: Rusty RussellM: rusty@rustcorp.com.auL: virtualization@lists.osdl.orgL: linux-kernel@vger.kernel.orgS: SupportedPC87360 HARDWARE MONITORING DRIVERP: Jim CromieM: jim.cromie@gmail.comL: lm-sensors@lm-sensors.orgS: MaintainedPC8736x GPIO DRIVERP: Jim CromieM: jim.cromie@gmail.comS: MaintainedPCI ERROR RECOVERYP: Linas VepstasM: linas@austin.ibm.comL: linux-kernel@vger.kernel.orgL: linux-pci@atrey.karlin.mff.cuni.czS: SupportedPCI SUBSYSTEMP: Greg Kroah-HartmanM: gregkh@suse.deL: linux-kernel@vger.kernel.orgL: linux-pci@atrey.karlin.mff.cuni.czT: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/S: SupportedPCI HOTPLUG COREP: Kristen Carlson AccardiM: kristen.c.accardi@intel.comS: SupportedPCIE HOTPLUG DRIVERP: Kristen Carlson AccardiM: kristen.c.accardi@intel.comL: pcihpd-discuss@lists.sourceforge.netS: SupportedPCMCIA SUBSYSTEMP: Linux PCMCIA TeamL: linux-pcmcia@lists.infradead.orgW: http://lists.infradead.org/mailman/listinfo/linux-pcmciaT: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.gitS: MaintainedPCNET32 NETWORK DRIVERP: Don FryM: pcnet32@verizon.netL: netdev@vger.kernel.orgS: MaintainedPER-TASK DELAY ACCOUNTINGP: Shailabh NagarM: nagar@watson.ibm.comL: linux-kernel@vger.kernel.orgS: MaintainedPERSONALITY HANDLINGP: Christoph HellwigM: hch@infradead.orgL: linux-abi-devel@lists.sourceforge.netS: MaintainedPHRAM MTD DRIVERP: Jörn EngelM: joern@wh.fh-wedel.deL: linux-mtd@lists.infradead.orgS: MaintainedPKTCDVD DRIVERP: Peter OsterlundM: petero2@telia.comL: linux-kernel@vger.kernel.orgS: MaintainedPOSIX CLOCKS and TIMERSP: Thomas GleixnerM: tglx@linutronix.deL: linux-kernel@vger.kernel.orgS: SupportedPOWER SUPPLY CLASS/SUBSYSTEM and DRIVERSP: Anton VorontsovM: cbou@mail.ruP: David WoodhouseM: dwmw2@infradead.orgL: linux-kernel@vger.kernel.orgL: kernel-discuss@handhelds.orgT: git git.infradead.org/battery-2.6.gitS: MaintainedPOWERPC 4xx EMAC DRIVERP: Eugene SuroveginM: ebs@ebshome.netW: http://kernel.ebshome.net/emac/L: linuxppc-dev@ozlabs.orgL: netdev@vger.kernel.orgS: MaintainedPNP SUPPORTP: Adam BelayM: ambx1@neo.rr.comS: MaintainedPNXxxxx I2C DRIVERP: Vitaly WoolM: vitalywool@gmail.comL: i2c@lm-sensors.orgS: MaintainedPPP PROTOCOL DRIVERS AND COMPRESSORSP: Paul MackerrasM: paulus@samba.orgL: linux-ppp@vger.kernel.orgS: MaintainedPPP OVER ATM (RFC 2364)P: Mitchell Blank JrM: mitch@sfgoth.comS: MaintainedPPP OVER ETHERNETP: Michal OstrowskiM: mostrows@speakeasy.netS: MaintainedPPP OVER L2TPP: James ChapmanM: jchapman@katalix.comS: MaintainedPREEMPTIBLE KERNELP: Robert LoveM: rml@tech9.netL: linux-kernel@vger.kernel.orgL: kpreempt-tech@lists.sourceforge.netW: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernelS: SupportedP54 WIRELESS DRIVERP: Michael WuM: flamingice@sourmilk.netL: linux-wireless@vger.kernel.orgW: http://prism54.orgT: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.gitS: MaintainedPRISM54 WIRELESS DRIVERP: Luis R. RodriguezM: mcgrof@gmail.comL: linux-wireless@vger.kernel.orgW: http://prism54.orgS: MaintainedPROMISE DC4030 CACHING DISK CONTROLLER DRIVERP: Peter DenisonM: promise@pnd-pc.demon.co.ukW: http://www.pnd-pc.demon.co.uk/promise/S: MaintainedPROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVERP: Mikael PetterssonM: mikpe@it.uu.seL: linux-ide@vger.kernel.orgS: MaintainedPS3 NETWORK SUPPORTP: Masakazu MokunoM: mokuno@sm.sony.co.jpL: netdev@vger.kernel.orgL: cbe-oss-dev@ozlabs.orgS: SupportedPS3 PLATFORM SUPPORTP: Geoff LevandM: geoffrey.levand@am.sony.comL: linuxppc-dev@ozlabs.orgL: cbe-oss-dev@ozlabs.orgS: SupportedPVRUSB2 VIDEO4LINUX DRIVERP: Mike IselyM: isely@pobox.comL: pvrusb2@isely.net (subscribers-only)L: video4linux-list@redhat.comW: http://www.isely.net/pvrusb2/S: MaintainedPXA2xx SUPPORTP: Nicolas PitreM: nico@cam.orgL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedPXA MMCI DRIVERS: OrphanQLOGIC QLA2XXX FC-SCSI DRIVERP: Andrew VasquezM: linux-driver@qlogic.comL: linux-scsi@vger.kernel.orgS: SupportedQLOGIC QLA3XXX NETWORK DRIVERP: Ron MercerM: linux-driver@qlogic.comL: netdev@vger.kernel.orgS: SupportedQNX4 FILESYSTEMP: Anders LarsenM: al@alarsen.netL: linux-kernel@vger.kernel.orgW: http://www.alarsen.net/linux/qnx4fs/S: MaintainedRADEON FRAMEBUFFER DISPLAY DRIVERP: Benjamin HerrenschmidtM: benh@kernel.crashing.orgL: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)S: MaintainedRAGE128 FRAMEBUFFER DISPLAY DRIVERP: Paul MackerrasM: paulus@samba.orgL: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)S: MaintainedRAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVERP: Corey ThomasM: corey@world.std.comL: linux-wireless@vger.kernel.orgS: MaintainedRALINK RT2X00 WLAN DRIVERP: rt2x00 projectL: linux-wireless@vger.kernel.orgL: rt2400-devel@lists.sourceforge.netW: http://rt2x00.serialmonkey.com/S: MaintainedF: drivers/net/wireless/rt2x00/RANDOM NUMBER DRIVERP: Matt MackallM: mpm@selenic.comS: MaintainedRAPIDIO SUBSYSTEMP: Matt PorterM: mporter@kernel.crashing.orgL: linux-kernel@vger.kernel.orgS: MaintainedREAD-COPY UPDATE (RCU)P: Dipankar SarmaM: dipankar@in.ibm.comW: http://www.rdrop.com/users/paulmck/rclock/L: linux-kernel@vger.kernel.orgS: SupportedRCUTORTURE MODULEP: Josh TriplettM: josh@freedesktop.orgL: linux-kernel@vger.kernel.orgS: MaintainedREAL TIME CLOCK DRIVERP: Paul GortmakerM: p_gortmaker@yahoo.comL: linux-kernel@vger.kernel.orgS: MaintainedREAL TIME CLOCK (RTC) SUBSYSTEMP: Alessandro ZummoM: a.zummo@towertech.itL: rtc-linux@googlegroups.comS: MaintainedREISERFS FILE SYSTEMP: Hans ReiserM: reiserfs-dev@namesys.comL: reiserfs-devel@vger.kernel.orgW: http://www.namesys.comS: SupportedROCKETPORT DRIVERP: Comtrol Corp.W: http://www.comtrol.comS: MaintainedROSE NETWORK LAYERP: Ralf BaechleM: ralf@linux-mips.orgL: linux-hams@vger.kernel.orgW: http://www.linux-ax25.org/S: MaintainedRISCOM8 DRIVERS: OrphanRTL818X WIRELESS DRIVERP: Michael WuM: flamingice@sourmilk.netP: Andrea MerelloM: andreamrl@tiscali.itL: linux-wireless@vger.kernel.orgW: http://linuxwireless.org/T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.gitS: MaintainedS3 SAVAGE FRAMEBUFFER DRIVERP: Antonino DaplasM: adaplas@gmail.comL: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)S: MaintainedS390P: Martin SchwidefskyM: schwidefsky@de.ibm.comP: Heiko CarstensM: heiko.carstens@de.ibm.comM: linux390@de.ibm.comL: linux-s390@vger.kernel.orgW: http://www.ibm.com/developerworks/linux/linux390/S: SupportedS390 NETWORK DRIVERSP: Ursula BraunM: ubraun@linux.vnet.ibm.comP: Frank BlaschkaM: blaschka@linux.vnet.ibm.comM: linux390@de.ibm.comL: linux-s390@vger.kernel.orgW: http://www.ibm.com/developerworks/linux/linux390/S: SupportedS390 ZFCP DRIVERP: Swen SchilligM: swen@vnet.ibm.comM: linux390@de.ibm.comL: linux-s390@vger.kernel.orgW: http://www.ibm.com/developerworks/linux/linux390/S: SupportedS390 IUCV NETWORK LAYERP: Ursula BraunM: ubraun@linux.vnet.ibm.comM: linux390@de.ibm.comL: linux-s390@vger.kernel.orgW: http://www.ibm.com/developerworks/linux/linux390/S: SupportedSAA7146 VIDEO4LINUX-2 DRIVERP: Michael HunoldM: michael@mihu.deW: http://www.mihu.de/linux/saa7146S: MaintainedSC1200 WDT DRIVERP: Zwane MwaikamboM: zwane@arm.linux.org.ukS: MaintainedSCHEDULERP: Ingo MolnarM: mingo@elte.huP: Robert Love [the preemptible kernel bits]M: rml@tech9.netL: linux-kernel@vger.kernel.orgS: MaintainedSCSI CDROM DRIVERP: Jens AxboeM: axboe@kernel.dkL: linux-scsi@vger.kernel.orgW: http://www.kernel.dkS: MaintainedSCSI SG DRIVERP: Doug GilbertM: dgilbert@interlog.comL: linux-scsi@vger.kernel.orgW: http://www.torque.net/sgS: MaintainedSCSI SUBSYSTEMP: James E.J. BottomleyM: James.Bottomley@HansenPartnership.comL: linux-scsi@vger.kernel.orgT: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.gitT: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.gitT: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.gitS: MaintainedSCSI TAPE DRIVERP: Kai MäkisaraM: Kai.Makisara@kolumbus.fiL: linux-scsi@vger.kernel.orgS: MaintainedSCTP PROTOCOLP: Vlad YasevichM: vladislav.yasevich@hp.comP: Sridhar SamudralaM: sri@us.ibm.comL: lksctp-developers@lists.sourceforge.netW: http://lksctp.sourceforge.netS: SupportedSCx200 CPU SUPPORTP: Jim CromieM: jim.cromie@gmail.comS: Odd FixesSCx200 GPIO DRIVERP: Jim CromieM: jim.cromie@gmail.comS: MaintainedSCx200 HRT CLOCKSOURCE DRIVERP: Jim CromieM: jim.cromie@gmail.comS: MaintainedSECURITY CONTACTP: Security OfficersM: security@kernel.orgS: SupportedSELINUX SECURITY MODULEP: Stephen SmalleyM: sds@tycho.nsa.govP: James MorrisM: jmorris@namei.orgP: Eric ParisM: eparis@parisplace.orgL: linux-kernel@vger.kernel.org (kernel issues)L: selinux@tycho.nsa.gov (subscribers-only, general discussion)W: http://www.nsa.gov/selinuxS: SupportedSENSABLE PHANTOMP: Jiri SlabyM: jirislaby@gmail.comS: MaintainedSERIAL ATA (SATA) SUBSYSTEM:P: Jeff GarzikM: jgarzik@pobox.comL: linux-ide@vger.kernel.orgT: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.gitS: SupportedSGI SN-IA64 (Altix) SERIAL CONSOLE DRIVERP: Pat GefreM: pfg@sgi.comL: linux-ia64@vger.kernel.orgS: SupportedSGI VISUAL WORKSTATION 320 AND 540P: Andrey PaninM: pazke@donpac.ruL: linux-visws-devel@lists.sf.netW: http://linux-visws.sf.netS: Maintained for 2.6.SIMTEC EB110ATX (Chalice CATS)P: Ben DooksP: Vincent SandersM: support@simtec.co.ukW: http://www.simtec.co.uk/products/EB110ATX/S: SupportedSIMTEC EB2410ITX (BAST)P: Ben DooksP: Vincent SandersM: support@simtec.co.ukW: http://www.simtec.co.uk/products/EB2410ITX/S: SupportedSIS 190 ETHERNET DRIVERP: Francois RomieuM: romieu@fr.zoreil.comL: netdev@vger.kernel.orgS: MaintainedSIS 5513 IDE CONTROLLER DRIVERP: Lionel BoutonM: Lionel.Bouton@inet6.frW: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.htmlW: http://gyver.homeip.net/sis5513/index.htmlS: MaintainedSIS 900/7016 FAST ETHERNET DRIVERP: Daniele VenzanoM: venza@brownhat.orgW: http://www.brownhat.org/sis900.htmlL: netdev@vger.kernel.orgS: MaintainedSIS 96X I2C/SMBUS DRIVERP: Mark M. HoffmanM: mhoffman@lightlink.comL: lm-sensors@lm-sensors.orgS: MaintainedSIS FRAMEBUFFER DRIVERP: Thomas WinischhoferM: thomas@winischhofer.netW: http://www.winischhofer.net/linuxsisvga.shtmlS: MaintainedSIS USB2VGA DRIVERP: Thomas WinischhoferM: thomas@winischhofer.netW: http://www.winischhofer.at/linuxsisusbvga.shtmlS: MaintainedSLAB ALLOCATORP: Christoph LameterM: clameter@sgi.comP: Pekka EnbergM: penberg@cs.helsinki.fiL: linux-mm@kvack.orgS: MaintainedSMC91x ETHERNET DRIVERP: Nicolas PitreM: nico@cam.orgS: MaintainedSMSC47B397 HARDWARE MONITOR DRIVERP: Mark M. HoffmanM: mhoffman@lightlink.comL: lm-sensors@lm-sensors.orgS: MaintainedSOFTMAC LAYER (IEEE 802.11)P: Daniel DrakeM: dsd@gentoo.orgL: linux-wireless@vger.kernel.orgS: ObsoleteSOFTWARE RAID (Multiple Disks) SUPPORTP: Ingo MolnarM: mingo@redhat.comP: Neil BrownM: neilb@suse.deL: linux-raid@vger.kernel.orgS: SupportedHIBERNATION (aka Software Suspend, aka swsusp):P: Pavel MachekM: pavel@suse.czP: Rafael J. WysockiM: rjw@sisk.plL: linux-pm@lists.linux-foundation.orgS: SupportedSUSPEND TO RAM:P: Len BrownM: len.brown@intel.comP: Pavel MachekM: pavel@suse.czP: Rafael J. WysockiM: rjw@sisk.plL: linux-pm@lists.linux-foundation.orgS: SupportedSONIC NETWORK DRIVERP: Thomas BogendoerferM: tsbogend@alpha.franken.deL: netdev@vger.kernel.orgS: MaintainedSONICS SILICON BACKPLANE DRIVER (SSB)P: Michael BueschM: mb@bu3sch.deL: netdev@vger.kernel.orgS: MaintainedSONY VAIO CONTROL DEVICE DRIVERP: Mattia DongiliM: malattia@linux.itL: linux-acpi@vger.kernel.orgW: http://www.linux.it/~malattia/wiki/index.php/Sony_driversS: MaintainedSOUNDP: Jaroslav KyselaM: perex@perex.czL: alsa-devel@alsa-project.org (subscribers-only)S: MaintainedSOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENTP: Liam GirdwoodM: liam.girdwood@wolfsonmicro.comL: alsa-devel@alsa-project.org (subscribers-only)S: SupportedSPI SUBSYSTEMP: David BrownellM: dbrownell@users.sourceforge.netL: spi-devel-general@lists.sourceforge.netS: MaintainedSTABLE BRANCH:P: Greg Kroah-HartmanM: greg@kroah.comP: Chris WrightM: chrisw@sous-sol.orgL: stable@kernel.orgS: MaintainedTPM DEVICE DRIVERP: Kylene HallM: tpmdd-devel@lists.sourceforge.netW: http://tpmdd.sourceforge.netP: Marcel SelhorstM: tpm@selhorst.netW: http://www.prosec.rub.de/tpm/L: tpmdd-devel@lists.sourceforge.netS: MaintainedTelecom Clock Driver for MCPL0010P: Mark GrossM: mark.gross@intel.comS: SupportedTENSILICA XTENSA PORT (xtensa):P: Chris ZankelM: chris@zankel.netS: MaintainedTHINKPAD ACPI EXTRAS DRIVERP: Henrique de Moraes HolschuhM: ibm-acpi@hmh.eng.brL: ibm-acpi-devel@lists.sourceforge.netW: http://ibm-acpi.sourceforge.netW: http://thinkwiki.org/wiki/Ibm-acpiT: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.gitS: MaintainedUltraSPARC (sparc64):P: David S. MillerM: davem@davemloft.netL: sparclinux@vger.kernel.orgT: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.gitS: MaintainedSHARP LH SUPPORT (LH7952X & LH7A40X)P: Marc SingerM: elf@buici.comW: http://projects.buici.com/armL: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)S: MaintainedSHPC HOTPLUG DRIVERP: Kristen Carlson AccardiM: kristen.c.accardi@intel.comL: pcihpd-discuss@lists.sourceforge.netS: SupportedSECURE DIGITAL HOST CONTROLLER INTERFACE DRIVERP: Pierre OssmanM: drzeus-sdhci@drzeus.cxL: sdhci-devel@list.drzeus.cxW: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhciS: MaintainedSKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERSP: Stephen HemmingerM: shemminger@linux-foundation.orgL: netdev@vger.kernel.orgS: MaintainedSOEKRIS NET48XX LED SUPPORTP: Chris BootM: bootc@bootc.netS: MaintainedSPARC (sparc32):P: William L. IrwinM: wli@holomorphy.comL: sparclinux@vger.kernel.orgS: MaintainedSPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVERP: Roger WolffM: R.E.Wolff@BitWizard.nlL: linux-kernel@vger.kernel.org ?S: SupportedSPIDERNET NETWORK DRIVER for CELLP: Ishizaki KouM: kou.ishizaki@toshiba.co.jpP: Jens OsterkampM: jens@de.ibm.comL: netdev@vger.kernel.orgS: SupportedSRM (Alpha) environment accessP: Jan-Benedict GlawM: jbglaw@lug-owl.deL: linux-kernel@vger.kernel.orgS: MaintainedSTARFIRE/DURALAN NETWORK DRIVERP: Ion BadulescuM: ionut@cs.columbia.eduS: MaintainedSTARMODE RADIO IP (STRIP) PROTOCOL DRIVERW: http://mosquitonet.Stanford.EDU/strip.htmlS: Unsupported ?STRADIS MPEG-2 DECODER DRIVERP: Nathan LaredoM: laredo@gnu.orgW: http://www.stradis.com/S: MaintainedSUPERHP: Paul MundtM: lethal@linux-sh.orgL: linux-sh@vger.kernel.orgW: http://www.linux-sh.orgT: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.gitS: MaintainedSUN3/3XP: Sam CreaseyM: sammy@sammy.netW: http://sammy.net/sun3/S: MaintainedSVGA HANDLINGP: Martin MaresM: mj@ucw.czL: linux-video@atrey.karlin.mff.cuni.czS: MaintainedSYSV FILESYSTEMP: Christoph HellwigM: hch@infradead.orgS: MaintainedTC CLASSIFIERP: Jamal Hadi SalimM: hadi@cyberus.caL: netdev@vger.kernel.orgS: MaintainedTCP LOW PRIORITY MODULEP: Wong Hoi Sing, EdisonM: hswong3i@gmail.comP: Hung Hing Lun, MikeM: hlhung3i@gmail.comW: http://tcp-lp-mod.sourceforge.net/S: MaintainedTEHUTI ETHERNET DRIVERP: Alexander IndenbaumM: baum@tehutinetworks.netP: Andy GospodarekM: andy@greyhouse.netL: netdev@vger.kernel.orgS: SupportedTI FLASH MEDIA INTERFACE DRIVERP: Alex DubovM: oakad@yahoo.comS: MaintainedTI OMAP MMC INTERFACE DRIVERP: Carlos Aguiar, Anderson Briglia and Syed KhasimM: linux-omap-open-source@linux.omap.com (subscribers only)W: http://linux.omap.comW: http://www.muru.com/linux/omap/S: MaintainedTI OMAP RANDOM NUMBER GENERATOR SUPPORTP: Deepak SaxenaM: dsaxena@plexity.netS: MaintainedTASKSTATS STATISTICS INTERFACEP: Shailabh NagarM: nagar@watson.ibm.comL: linux-kernel@vger.kernel.orgS: MaintainedTIPC NETWORK LAYERP: Per LidenM: per.liden@ericsson.comP: Jon MaloyM: jon.maloy@ericsson.comP: Allan StephensM: allan.stephens@windriver.comL: tipc-discussion@lists.sourceforge.netW: http://tipc.sourceforge.net/W: http://tipc.cslab.ericsson.net/T: git tipc.cslab.ericsson.net:/pub/git/tipc.gitS: MaintainedTLAN NETWORK DRIVERP: Samuel ChessmanM: chessman@tux.orgL: tlan-devel@lists.sourceforge.net (subscribers-only)W: http://sourceforge.net/projects/tlan/S: MaintainedTOKEN-RING NETWORK DRIVERP: Mike PhillipsM: mikep@linuxtr.netL: netdev@vger.kernel.orgW: http://www.linuxtr.netS: MaintainedTOSHIBA ACPI EXTRAS DRIVERP: John BelmonteM: toshiba_acpi@memebeam.orgW: http://memebeam.org/toys/ToshibaAcpiDriverS: MaintainedTOSHIBA SMM DRIVERP: Jonathan BuzzardM: jonathan@buzzard.org.ukL: tlinux-users@tce.toshiba-dme.co.jpW: http://www.buzzard.org.uk/toshiba/S: MaintainedTRIDENT 4DWAVE/SIS 7018 PCI AUDIO COREP: Muli Ben-YehudaM: mulix@mulix.orgL: linux-kernel@vger.kernel.orgS: MaintainedTRIVIAL PATCHESP: Adrian BunkM: trivial@kernel.orgL: linux-kernel@vger.kernel.orgW: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.gitS: MaintainedTMS380 TOKEN-RING NETWORK DRIVERP: Adam FritzlerM: mid@auk.cxL: linux-tr@linuxtr.netW: http://www.auk.cx/tms380tr/S: MaintainedTULIP NETWORK DRIVERL: tulip-users@lists.sourceforge.netW: http://sourceforge.net/projects/tulip/S: OrphanTUN/TAP driverP: Maxim KrasnyanskyM: maxk@qualcomm.comL: vtun@office.satix.netW: http://vtun.sourceforge.net/tunS: MaintainedTURBOCHANNEL SUBSYSTEMP: Maciej W. RozyckiM: macro@linux-mips.orgS: MaintainedU14-34F SCSI DRIVERP: Dario BallabioM: ballabio_dario@emc.comL: linux-scsi@vger.kernel.orgS: MaintainedUDF FILESYSTEMP: Ben FennemaM: bfennema@falcon.csc.calpoly.eduW: http://linux-udf.sourceforge.netS: MaintainedUNIFORM CDROM DRIVERP: Jens AxboeM: axboe@kernel.dkL: linux-kernel@vger.kernel.orgW: http://www.kernel.dkS: MaintainedUSB ACM DRIVERP: Oliver NeukumM: oliver@neukum.nameL: linux-usb@vger.kernel.orgS: MaintainedUSB BLOCK DRIVER (UB ub)P: Pete ZaitcevM: zaitcev@redhat.comL: linux-kernel@vger.kernel.orgL: linux-usb@vger.kernel.orgS: SupportedUSB CDC ETHERNET DRIVERP: Greg Kroah-HartmanM: greg@kroah.comL: linux-usb@vger.kernel.orgS: MaintainedW: http://www.kroah.com/linux-usb/USB DAVICOM DM9601 DRIVERP: Peter KorsgaardM: jacmet@sunsite.dkL: netdev@vger.kernel.orgW: http://www.linux-usb.org/usbnetS: MaintainedUSB EHCI DRIVERP: David BrownellM: dbrownell@users.sourceforge.netL: linux-usb@vger.kernel.orgS: Odd FixesUSB ET61X[12]51 DRIVERP: Luca RisoliaM: luca.risolia@studio.unibo.itL: linux-usb@vger.kernel.orgL: video4linux-list@redhat.comW: http://www.linux-projects.orgS: MaintainedUSB GADGET/PERIPHERAL SUBSYSTEMP: David BrownellM: dbrownell@users.sourceforge.netL: linux-usb@vger.kernel.orgW: http://www.linux-usb.org/gadgetS: MaintainedUSB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)P: Jiri KosinaM: jkosina@suse.czL: linux-usb@vger.kernel.orgT: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.gitS: MaintainedUSB ISP116X DRIVERP: Olav KongasM: ok@artecdesign.eeL: linux-usb@vger.kernel.orgS: MaintainedUSB KAWASAKI LSI DRIVERP: Oliver NeukumM: oliver@neukum.nameL: linux-usb@vger.kernel.orgS: MaintainedUSB MASS STORAGE DRIVERP: Matthew DharmM: mdharm-usb@one-eyed-alien.netL: linux-usb@vger.kernel.orgL: usb-storage@lists.one-eyed-alien.netS: MaintainedW: http://www.one-eyed-alien.net/~mdharm/linux-usb/USB OHCI DRIVERP: David BrownellM: dbrownell@users.sourceforge.netL: linux-usb@vger.kernel.orgS: Odd FixesUSB OPTION-CARD DRIVERP: Matthias UrlichsM: smurf@smurf.noris.deL: linux-usb@vger.kernel.orgS: MaintainedUSB OV511 DRIVERP: Mark McClellandM: mmcclell@bigfoot.comL: linux-usb@vger.kernel.orgW: http://alpha.dyndns.org/ov511/S: MaintainedUSB PEGASUS DRIVERP: Petko ManolovM: petkan@users.sourceforge.netL: linux-usb@vger.kernel.orgL: netdev@vger.kernel.orgW: http://pegasus2.sourceforge.net/S: MaintainedUSB PRINTER DRIVER (usblp)P: Pete ZaitcevM: zaitcev@redhat.comL: linux-usb@vger.kernel.orgS: SupportedUSB RTL8150 DRIVERP: Petko ManolovM: petkan@users.sourceforge.netL: linux-usb@vger.kernel.orgL: netdev@vger.kernel.orgW: http://pegasus2.sourceforge.net/S: MaintainedUSB SE401 DRIVERP: Jeroen VreekenM: pe1rxq@amsat.orgL: linux-usb@vger.kernel.orgW: http://www.chello.nl/~j.vreeken/se401/S: MaintainedUSB SERIAL CYBERJACK DRIVERP: Matthias Bruestle and Harald WelteM: support@reiner-sct.comW: http://www.reiner-sct.de/support/treiber_cyberjack.phpS: MaintainedUSB SERIAL DIGI ACCELEPORT DRIVERP: Peter Berger and Al BorchersM: pberger@brimson.comM: alborchers@steinerpoint.comL: linux-usb@vger.kernel.orgS: MaintainedUSB SERIAL DRIVERP: Greg Kroah-HartmanM: gregkh@suse.deL: linux-usb@vger.kernel.orgS: SupportedUSB SERIAL BELKIN F5U103 DRIVERP: William GreathouseM: wgreathouse@smva.comL: linux-usb@vger.kernel.orgS: MaintainedUSB SERIAL CYPRESS M8 DRIVERP: Lonnie MendezM: dignome@gmail.comL: linux-usb@vger.kernel.orgS: MaintainedW: http://geocities.com/i0xox0iW: http://firstlight.net/cvsUSB AUERSWALD DRIVERP: Wolfgang MueesM: wolfgang@iksw-muees.deL: linux-usb@vger.kernel.orgS: MaintainedUSB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVERP: Gary BrubakerM: xavyer@ix.netcom.comL: linux-usb@vger.kernel.orgS: MaintainedUSB SERIAL KEYSPAN DRIVERP: Greg Kroah-HartmanM: greg@kroah.comL: linux-usb@vger.kernel.orgW: http://www.kroah.com/linux/S: MaintainedUSB SERIAL WHITEHEAT DRIVERP: Support DepartmentM: support@connecttech.comL: linux-usb@vger.kernel.orgW: http://www.connecttech.comS: SupportedUSB SN9C1xx DRIVERP: Luca RisoliaM: luca.risolia@studio.unibo.itL: linux-usb@vger.kernel.orgL: video4linux-list@redhat.comW: http://www.linux-projects.orgS: MaintainedUSB SUBSYSTEMP: Greg Kroah-HartmanM: gregkh@suse.deL: linux-usb@vger.kernel.orgW: http://www.linux-usb.orgT: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/S: SupportedUSB UHCI DRIVERP: Alan SternM: stern@rowland.harvard.eduL: linux-usb@vger.kernel.orgS: MaintainedUSB "USBNET" DRIVER FRAMEWORKP: David BrownellM: dbrownell@users.sourceforge.netL: netdev@vger.kernel.orgW: http://www.linux-usb.org/usbnetS: MaintainedUSB W996[87]CF DRIVERP: Luca RisoliaM: luca.risolia@studio.unibo.itL: linux-usb@vger.kernel.orgL: video4linux-list@redhat.comW: http://www.linux-projects.orgS: MaintainedUSB ZC0301 DRIVERP: Luca RisoliaM: luca.risolia@studio.unibo.itL: linux-usb@vger.kernel.orgL: video4linux-list@redhat.comW: http://www.linux-projects.orgS: MaintainedUSB ZD1201 DRIVERP: Jeroen VreekenM: pe1rxq@amsat.orgL: linux-usb@vger.kernel.orgW: http://linux-lc100020.sourceforge.netS: MaintainedUSB ZR364XX DRIVERP: Antoine JacquetM: royale@zerezo.comL: linux-usb@vger.kernel.orgL: video4linux-list@redhat.comW: http://royale.zerezo.com/zr364xx/S: MaintainedUSER-MODE LINUXP: Jeff DikeM: jdike@addtoit.comL: user-mode-linux-devel@lists.sourceforge.netL: user-mode-linux-user@lists.sourceforge.netW: http://user-mode-linux.sourceforge.netS: MaintainedUSERSPACE I/O (UIO)P: Hans J. KochM: hjk@linutronix.deP: Greg Kroah-HartmanM: gregkh@suse.deL: linux-kernel@vger.kernel.orgS: MaintainedFAT/VFAT/MSDOS FILESYSTEM:P: OGAWA HirofumiM: hirofumi@mail.parknet.co.jpL: linux-kernel@vger.kernel.orgS: MaintainedVIA RHINE NETWORK DRIVERP: Roger LuethiM: rl@hellgate.chS: MaintainedVIAPRO SMBUS DRIVERP: Jean DelvareM: khali@linux-fr.orgL: i2c@lm-sensors.orgS: MaintainedVIA VELOCITY NETWORK DRIVERP: Francois RomieuM: romieu@fr.zoreil.comL: netdev@vger.kernel.orgS: MaintainedUCLINUX (AND M68KNOMMU)P: Greg UngererM: gerg@uclinux.orgW: http://www.uclinux.org/L: uclinux-dev@uclinux.org (subscribers-only)S: MaintainedUCLINUX FOR NEC V850P: Miles BaderUCLINUX FOR RENESAS H8/300P: Yoshinori SatoM: ysato@users.sourceforge.jpW: http://uclinux-h8.sourceforge.jp/S: SupportedUFS FILESYSTEMP: Evgeniy DushistovM: dushistov@mail.ruL: linux-kernel@vger.kernel.orgS: MaintainedUSB DIAMOND RIO500 DRIVERP: Cesar MiquelM: miquel@df.uba.arL: rio500-users@lists.sourceforge.netW: http://rio500.sourceforge.netS: MaintainedVIDEO FOR LINUXP: Mauro Carvalho ChehabM: mchehab@infradead.orgM: v4l-dvb-maintainer@linuxtv.orgL: video4linux-list@redhat.comW: http://linuxtv.orgT: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.gitS: MaintainedVLAN (802.1Q)P: Patrick McHardyM: kaber@trash.netL: netdev@vger.kernel.orgS: MaintainedVT1211 HARDWARE MONITOR DRIVERP: Juerg HaefligerM: juergh@gmail.comL: lm-sensors@lm-sensors.orgS: MaintainedVT8231 HARDWARE MONITOR DRIVERP: Roger LucasM: roger@planbit.co.ukL: lm-sensors@lm-sensors.orgS: MaintainedW1 DALLAS'S 1-WIRE BUSP: Evgeniy PolyakovM: johnpol@2ka.mipt.ruS: MaintainedW83791D HARDWARE MONITORING DRIVERP: Charles SpirakisM: bezaur@gmail.comL: lm-sensors@lm-sensors.orgS: Odd FixesW83793 HARDWARE MONITORING DRIVERP: Rudolf MarekM: r.marek@assembler.czL: lm-sensors@lm-sensors.orgS: MaintainedW83L51xD SD/MMC CARD INTERFACE DRIVERP: Pierre OssmanM: drzeus-wbsd@drzeus.cxL: linux-kernel@vger.kernel.orgW: http://projects.drzeus.cx/wbsdS: MaintainedWATCHDOG DEVICE DRIVERSP: Wim Van SebroeckM: wim@iguana.beT: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.gitS: MaintainedWAVELAN NETWORK DRIVER & WIRELESS EXTENSIONSP: Jean TourrilhesM: jt@hpl.hp.comL: linux-wireless@vger.kernel.orgW: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/S: MaintainedWD7000 SCSI DRIVERP: Miroslav ZagoracM: zaga@fly.cc.fer.hrL: linux-scsi@vger.kernel.orgS: MaintainedWISTRON LAPTOP BUTTON DRIVERP: Miloslav TrmacM: mitr@volny.czS: MaintainedWL3501 WIRELESS PCMCIA CARD DRIVERP: Arnaldo Carvalho de MeloM: acme@ghostprotocols.netL: linux-wireless@vger.kernel.orgW: http://oops.ghostprotocols.net:81/blogS: MaintainedX.25 NETWORK LAYERP: Henner EisenM: eis@baty.hanse.deL: linux-x25@vger.kernel.orgS: MaintainedXEN HYPERVISOR INTERFACEP: Jeremy FitzhardingeM: jeremy@xensource.comP: Chris WrightM: chrisw@sous-sol.orgL: virtualization@lists.osdl.orgL: xen-devel@lists.xensource.comS: SupportedXFS FILESYSTEMP: Silicon Graphics IncP: Tim ShimminM: xfs-masters@oss.sgi.comL: xfs@oss.sgi.comW: http://oss.sgi.com/projects/xfsT: git git://oss.sgi.com:8090/xfs/xfs-2.6.gitS: SupportedXILINX SYSTEMACE DRIVERP: Grant LikelyM: grant.likely@secretlab.caW: http://www.secretlab.ca/L: linux-kernel@vger.kernel.orgS: MaintainedXILINX UARTLITE SERIAL DRIVERP: Peter KorsgaardM: jacmet@sunsite.dkL: linux-serial@vger.kernel.orgS: MaintainedX86 ARCHITECTURE (32-BIT AND 64-BIT)P: Thomas GleixnerM: tglx@linutronix.deP: Ingo MolnarM: mingo@redhat.comP: H. Peter AnvinM: hpa@zytor.comL: linux-kernel@vger.kernel.orgT: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.gitS: MaintainedYAM DRIVER FOR AX.25P: Jean-Paul RoubelatM: jpr@f6fbb.orgL: linux-hams@vger.kernel.orgS: MaintainedYEALINK PHONE DRIVERP: Henk VergonetM: Henk.Vergonet@gmail.comL: usbb2k-api-dev@nongnu.orgS: MaintainedZ8530 DRIVER FOR AX.25P: Joerg ReuterM: jreuter@yaina.deW: http://yaina.de/jreuter/W: http://www.qsl.net/dl1bke/L: linux-hams@vger.kernel.orgS: MaintainedZD1211RW WIRELESS DRIVERP: Daniel DrakeM: dsd@gentoo.orgP: Ulrich KunitzM: kune@deine-taler.deW: http://zd1211.ath.cx/wiki/DriverRewriteL: linux-wireless@vger.kernel.orgL: zd1211-devs@lists.sourceforge.net (subscribers-only)S: MaintainedZF MACHZ WATCHDOGP: Fernando FugantiM: fuganti@netbank.com.brW: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/S: MaintainedZR36067 VIDEO FOR LINUX DRIVERP: Ronald BultjeM: rbultje@ronald.bitfreak.netL: mjpeg-users@lists.sourceforge.netW: http://mjpeg.sourceforge.net/driver-zoran/S: MaintainedZS DECSTATION Z85C30 SERIAL DRIVERP: Maciej W. RozyckiM: macro@linux-mips.orgS: MaintainedTHE RESTP: Linus TorvaldsS: Buried alive in reporters
Go to most recent revision | Compare with Previous | Blame | View Log
