summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-03-2642-536/+793
|\
| * [WATCHDOG] i6300esb.c: start lockingWim Van Sebroeck2009-03-251-4/+6
| * [WATCHDOG] i6300esb.c: convert to platform device driverWim Van Sebroeck2009-03-251-33/+57
| * [WATCHDOG] wdt.c: remove #ifdef CONFIG_WDT_501Alan Cox2009-03-252-93/+74
| * [WATCHDOG] Fix io.h & uaccess.h includes.Wim Van Sebroeck2009-03-252-5/+3
| * [WATCHDOG] More coding-style and trivial clean-upWim Van Sebroeck2009-03-2534-236/+344
| * [WATCHDOG] struct file_operations should be constWim Van Sebroeck2009-03-252-2/+2
| * [WATCHDOG] cpwd.c: Coding style - Clean-upWim Van Sebroeck2009-03-251-38/+40
| * [WATCHDOG] hpwdt.c: Add new HP BMC controller. Thomas Mingarelli2009-03-251-8/+7
| * [PATCH 13/13] drivers/watchdog: use USB API functions rather than constantsJulia Lawall2009-03-251-3/+1
| * [WATCHDOG] orion5x_wdt: fix compile issue by providing tclk as platform dataThomas Reitmayr2009-03-253-14/+109
| * [WATCHDOG] rc32434_wdt: make sure watchdog is not running at startupWim Van Sebroeck2009-03-251-1/+4
| * [WATCHDOG] rc32434_wdt: add spin_lockingWim Van Sebroeck2009-03-251-0/+14
| * [WATCHDOG] rc32434_wdt: add shutdown methodWim Van Sebroeck2009-03-251-4/+10
| * [WATCHDOG] rc32434_wdt: add timeout module parameterPhil Sutter2009-03-251-16/+31
| * [WATCHDOG] rc32434_wdt: clean-up driverPhil Sutter2009-03-251-38/+37
| * [WATCHDOG] davinci: convert to ioremap() + io[read|write]Kevin Hilman2009-03-251-20/+25
| * [WATCHDOG] w83697ug: add error checkingEric Lammerts2009-03-251-6/+15
| * [WATCHDOG] cpwd.c & riowd.c - unlocked_ioctlWim Van Sebroeck2009-03-252-18/+17
* | Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-03-2671-1402/+4640
|\ \
| * | KVM: VMX: Don't allow uninhibited access to EFER on i386Avi Kivity2009-03-241-1/+1
| * | KVM: Correct deassign device ioctl to IOWSheng Yang2009-03-241-1/+1
| * | KVM: ppc: e500: Fix the bug that KVM is unstable in SMPLiu Yu2009-03-242-1/+5
| * | KVM: ppc: e500: Fix the bug that mas0 update to wrong value when read TLB entryLiu Yu2009-03-241-1/+1
| * | KVM: Fix missing smp tlb flush in invlpgAndrea Arcangeli2009-03-241-0/+4
| * | KVM: Get support IRQ routing entry countsSheng Yang2009-03-241-1/+1
| * | KVM: fix sparse warnings: Should it be static?Hannes Eder2009-03-243-11/+12
| * | KVM: fix sparse warnings: context imbalanceHannes Eder2009-03-241-0/+2
| * | KVM: is_long_mode() should check for EFER.LMAAmit Shah2009-03-241-1/+1
| * | KVM: VMX: Update necessary state when guest enters long modeAmit Shah2009-03-241-30/+24
| * | KVM: ia64: Fix the build errors due to lack of macros related to MSI.Xiantao Zhang2009-03-242-2/+2
| * | ia64: Move the macro definitions related to MSI to one header file.Xiantao Zhang2009-03-242-46/+51
| * | KVM: fix kvm_vm_ioctl_deassign_deviceWeidong Han2009-03-241-1/+1
| * | KVM: define KVM_CAP_DEVICE_DEASSIGNMENTWeidong Han2009-03-241-0/+5
| * | KVM: ppc: Add emulation of E500 register mmucsr0Liu Yu2009-03-243-0/+25
| * | KVM: Report IRQ injection status for MSI delivered interruptsGleb Natapov2009-03-241-5/+8
| * | KVM: MMU: Fix another largepage memory leakJoerg Roedel2009-03-241-1/+1
| * | KVM: SVM: set accessed bit for VMCB segment selectorsAndre Przywara2009-03-241-12/+29
| * | KVM: Report IRQ injection status to userspace.Gleb Natapov2009-03-249-34/+88
| * | KVM: MMU: remove assertion in kvm_mmu_alloc_pageJoerg Roedel2009-03-241-1/+0
| * | KVM: MMU: remove redundant check in mmu_set_spteJoerg Roedel2009-03-241-6/+2
| * | KVM: MMU: handle compound pages in kvm_is_mmio_pfnJoerg Roedel2009-03-241-2/+4
| * | KVM: Fix kvmclock on !constant_tsc boxesGerd Hoffmann2009-03-242-9/+95
| * | KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmioSheng Yang2009-03-241-29/+1
| * | KVM: Use irq routing API for MSISheng Yang2009-03-244-73/+86
| * | KVM: Drop unused evaluations from string pio handlersJan Kiszka2009-03-242-6/+2
| * | KVM: Add FFXSR supportAlexander Graf2009-03-242-0/+15
| * | x86: Add EFER descriptions for FFXSRAlexander Graf2009-03-241-0/+2
| * | KVM: make irq ack notifications aware of routing tableMarcelo Tosatti2009-03-245-11/+21
| * | KVM: ia64: dynamic nr online cpusJes Sorensen2009-03-243-9/+18