aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-22[PATCH] serial/uartlite: Only enable port if request_port succeededPeter Korsgaard1-2/+2
2006-12-22[PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM idle codeIngo Molnar1-2/+10
2006-12-22[PATCH] fix s3c24xx gpio driver (include linux/workqueue.h)Ben Dooks1-0/+1
2006-12-22[PATCH] md: fix a few problems with the interface (sysfs and ioctl) to mdNeilBrown1-5/+8
2006-12-22[PATCH] increase CARDBUS_MEM_SIZEAndrew Morton1-1/+1
2006-12-22[PATCH] gxt4500: Fix colormap and PLL setting, support GXT6000PPaul Mackerras1-31/+64
2006-12-22[PATCH] tlclk: delete unnecessary sysfs_remove_groupAkinobu Mita1-2/+0
2006-12-22[PATCH] fix aoe without scatter-gather [Bug 7662]Ed L. Cashin1-7/+6
2006-12-22[PATCH] smc911 workqueue fixesAndrew Morton1-7/+14
2006-12-22[PATCH] smc911x: fix netpoll compilation faliureVitaly Wool1-1/+1
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap2-1/+2
2006-12-22[PATCH] rtc warning fixAndrew Morton1-1/+6
2006-12-22[PATCH] KVM: API versioningAvi Kivity1-0/+3
2006-12-22[PATCH] KVM: Handle p5 mce msrsMichael Riepe2-0/+4
2006-12-22[PATCH] KVM: Force real-mode cs limit to 64KMichael Riepe1-0/+1
2006-12-22[PATCH] KVM: Do not export unsupported msrs to userspaceMichael Riepe1-3/+24
2006-12-22[PATCH] KVM: Use more traditional error handling in kvm_mmu_init()Avi Kivity1-6/+12
2006-12-22[PATCH] KVM: AMD SVM: Save and restore the floating point unit stateAvi Kivity1-0/+9
2006-12-22[PATCH] KVM: AMD SVM: handle MSR_STAR in 32-bit modeAvi Kivity1-5/+5
2006-12-22[PATCH] KVM: add valid_vcpu() helperJames Morris1-9/+14
2006-12-21Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds3-6/+4
2006-12-21Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds7-161/+182
2006-12-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-2/+2
2006-12-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds15-596/+472
2006-12-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds53-928/+1183
2006-12-20Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds5-4/+27
2006-12-20Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds14-119/+190
2006-12-20Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-23/+23
2006-12-20USB Storage: remove duplicate Nokia entry in unusual_devs.hGreg Kroah-Hartman1-7/+0
2006-12-20[libata] sata_svw, sata_vsc: kill iomem warningsJeff Garzik2-37/+47
2006-12-20[PATCH] bluetooth: add support for another Kensington dongleOlivier Galibert1-0/+1
2006-12-20[PATCH] usb serial: add support for Novatel S720/U720 CDMA/EV-DO modemsEric Smith1-0/+2
2006-12-20[PATCH] USB: Nokia E70 is an unusual deviceAndrew Morton1-0/+7
2006-12-20[PATCH] libata: take scmd->cmd_len into account when translating SCSI commandsTejun Heo1-4/+25
2006-12-20[PATCH] libata: kill @cdb argument from xlat methodsTejun Heo1-17/+13
2006-12-20[PATCH] libata: clean up variable name usage in xlat related functionsTejun Heo1-112/+105
2006-12-20[libata] Move some PCI IDs from sata_nv to ahciPeer Chen2-8/+8
2006-12-20Driver core: proper prototype for drivers/base/init.c:driver_init()Adrian Bunk1-2/+2
2006-12-20acpiphp: Link-time error for PCI HotplugKristen Carlson Accardi1-1/+1
2006-12-20shpchp: cleanup shpchp.hKenji Kaneshige3-144/+77
2006-12-20shpchp: remove shpchprm_get_physical_slot_numberKenji Kaneshige1-24/+1
2006-12-20shpchp: cleanup struct controllerKenji Kaneshige2-31/+1
2006-12-20shpchp: remove unnecessary struct php_ctlrKenji Kaneshige4-249/+73
2006-12-20PCI: ATI sb600 sata quirkConke Hu2-1/+17
2006-12-20PCI legacy resource fixRalf Baechle2-6/+24
2006-12-20PCI: Be a bit defensive in quirk_nvidia_ck804() so we don't risk dereferencing a NULL pdev.Jesper Juhl1-0/+2
2006-12-20PCI: Fix multiple problems with VIA hardwareAlan Cox3-60/+112
2006-12-20PCI: Use pci_find_ht_capability() in drivers/pci/quirks.cMichael Ellerman1-12/+16
2006-12-20PCI: Use pci_find_ht_capability() in drivers/pci/htirq.cMichael Ellerman1-8/+1
2006-12-20PCI: Add pci_find_ht_capability() for finding Hypertransport capabilitiesMichael Ellerman1-3/+81