summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2007-03-05Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds
2007-03-05[PATCH] video/aty/mach64_ct.c: fix bogus delay loopDavid Miller
2007-03-05[PATCH] usb-storage: do not rebuild when kernel version changesSam Ravnborg
2007-03-05[PATCH] atyfb: Fix kconfig errorAntonino A. Daplas
2007-03-05[PATCH] char/epca.c: remove unused functionMichal Piotrowski
2007-03-05[PATCH] clocksource init adjustments (fix bug #7426)john stultz
2007-03-05[PATCH] ipmi: check, if default ports are accessible on PPCChristian Krafft
2007-03-05[PATCH] md: fix for raid6 reshapeNeilBrown
2007-03-05[PATCH] fb: sm501fb off-by-1 sysfs storePaul Mundt
2007-03-05[PATCH] dz: remove struct pt_regs referencesMaciej W. Rozycki
2007-03-05[PATCH] gpio_keys driver shouldn't be ARM-specificDavid Brownell
2007-03-05[PATCH] add CONFIG_GENERIC_GPIODavid Brownell
2007-03-05[PATCH] Fix soft lockup with iSeries viocd driverTony Breeds
2007-03-05[PATCH] msi: support masking msi irqs without a mask bitEric W. Biederman
2007-03-05[PATCH] msi: fix up the msi enable/disable logicEric W. Biederman
2007-03-05[PATCH] msi: sanely support hardware level msi disablingEric W. Biederman
2007-03-05[PATCH] cyclades: return closing_waitAndrew Morton
2007-03-05backlight: Allow enable/disable of fb backlights, fixing regressionsRichard Purdie
2007-03-05backlight: Fix nvidia backlight initial brightnessRichard Purdie
2007-03-04Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2007-03-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2007-03-04Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds
2007-03-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2007-03-04Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2007-03-04[ARM] Acorn: move the i2c bus driver into drivers/i2cRussell King
2007-03-04[ARM] ARM SCSI: Don't try to dma_map_sg too many scatterlist entriesRussell King
2007-03-04[ARM] ARM FAS216: don't modify scsi_cmnd request_bufflenRussell King
2007-03-04[ARM] rtc-pcf8583: Final fixes for this RTC on RiscPCRussell King
2007-03-04[ARM] rtc-pcf8583: correct month and year offsetsRussell King
2007-03-04[ARM] rtc-pcf8583: don't use BCD_TO_BIN/BIN_TO_BCDRussell King
2007-03-04KVM: Move kvmfs magic number to <linux/magic.h>Andrew Morton
2007-03-04KVM: Fix bogus failure in kvm.ko module initializationAvi Kivity
2007-03-04KVM: Remove write access permissions when dirty-page-logging is enabledUri Lublin
2007-03-04kvm: move do_remove_write_access() upUri Lublin
2007-03-04KVM: Fix dirty page log bitmap size/access calculationUri Lublin
2007-03-04KVM: Add missing calls to mark_page_dirty()Uri Lublin
2007-03-04KVM: Per-vcpu inodesAvi Kivity
2007-03-04KVM: Move kvm_vm_ioctl_create_vcpu() aroundAvi Kivity
2007-03-04KVM: Rename some kvm_dev_ioctl_*() functions to kvm_vm_ioctl_*()Avi Kivity
2007-03-04KVM: Create an inode per virtual machineAvi Kivity
2007-03-04KVM: Add internal filesystem for generating inodesAvi Kivity
2007-03-04KVM: More 0 -> NULL conversionsAvi Kivity
2007-03-04KVM: SVM: intercept SMI to handle it at host levelJoerg Roedel
2007-03-04KVM: svm: init cr0 with the wp bit setAvi Kivity
2007-03-04KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity
2007-03-04KVM: Add hypercall host support for svmAvi Kivity
2007-03-04KVM: Add host hypercall support for vmxIngo Molnar
2007-03-04KVM: add MSR based hypercall APIIngo Molnar
2007-03-04KVM: Use page_private()/set_page_private() apisMarkus Rechberger
2007-03-04KVM: Use ARRAY_SIZE macro instead of manual calculation.Ahmed S. Darwish