summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * KVM: PPC: Book3S HV: Fix bug causing loss of page dirty statePaul Mackerras2012-12-061-3/+3
| | * KVM: PPC: Book3S HV: Restructure HPT entry creation codePaul Mackerras2012-12-063-23/+45
| | * KVM: PPC: Support eventfdAlexander Graf2012-12-063-2/+20
| | * KVM: Distangle eventfd code from irqchipAlexander Graf2012-12-062-1/+17
| * | KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei2012-12-061-0/+67
| * | x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessaryZhang Yanfei2012-12-062-0/+34
| * | KVM: MMU: optimize for set_spteXiao Guangrong2012-12-061-4/+12
| * | KVM: x86: Make register state after reset conform to specificationJulian Stecklina2012-12-054-16/+17
| * | kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao2012-12-052-18/+1
| * | kvm: remove unnecessary bit checking for ept violationZhang Xiantao2012-12-051-5/+0
| * | kvm: deliver msi interrupts from irq handlerMichael S. Tsirkin2012-12-051-10/+26
| * | kvm: add kvm_set_irq_inatomicMichael S. Tsirkin2012-12-052-12/+72
| |/
| * KVM: x86: Fix uninitialized return codeJan Kiszka2012-12-021-0/+1
| * KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld2012-11-308-0/+53
| * KVM: x86: Add code to track call origin for msr assignmentWill Auld2012-11-305-21/+56
| * KVM: Fix user memslot overlap checkAlex Williamson2012-11-301-8/+5
| * KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong2012-11-301-0/+17
| * KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong2012-11-291-3/+5
| * KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov2012-11-291-6/+1
| * KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti2012-11-281-1/+6
| * KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti2012-11-283-8/+89
| * KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-288-3/+30
| * KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2012-11-285-8/+272
| * KVM: x86: notifier for clocksource changesMarcelo Tosatti2012-11-281-1/+93
| * time: export time information for KVM pvclockMarcelo Tosatti2012-11-282-0/+59
| * KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-285-9/+9
| * x86: vdso: pvclock gettime supportMarcelo Tosatti2012-11-283-11/+101
| * x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti2012-11-283-12/+61
| * x86: pvclock: generic pvclock vsyscall initializationMarcelo Tosatti2012-11-284-0/+91
| * sched: add notifier for cross-cpu migrationsMarcelo Tosatti2012-11-282-0/+23
| * x86: pvclock: add note about rdtsc barriersMarcelo Tosatti2012-11-281-0/+6
| * x86: pvclock: introduce helper to read flagsMarcelo Tosatti2012-11-282-0/+14
| * x86: pvclock: create helper for pvclock data retrievalMarcelo Tosatti2012-11-282-14/+30
| * x86: pvclock: remove pvclock_shadow_timeMarcelo Tosatti2012-11-281-46/+11
| * x86: pvclock: make sure rdtsc doesnt speculate out of regionMarcelo Tosatti2012-11-281-2/+2
| * x86: kvmclock: allocate pvclock shared memory areaMarcelo Tosatti2012-11-281-11/+47
| * KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti2012-11-281-7/+13
| * KVM: remove unnecessary return value checkGuo Chao2012-11-142-62/+0
| * KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao2012-11-141-1/+1
| * KVM: do not kfree error pointerGuo Chao2012-11-142-13/+8
| * Merge branch 'for-queue' of https://github.com/agraf/linux-2.6 into queueMarcelo Tosatti2012-11-0113-626/+880
| |\
| | * PPC: ePAPR: Convert hcall header to uapi (round 2)Alexander Graf2012-10-312-419/+517
| | * Merge commit 'origin/queue' into for-queueAlexander Graf2012-10-317494-142491/+281052
| | |\
| | * | KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte()Paul Mackerras2012-10-301-1/+1
| | * | KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0Paul Mackerras2012-10-301-3/+2
| | * | KVM: PPC: Book3S HV: Fix accounting of stolen timePaul Mackerras2012-10-302-15/+117
| | * | KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can runPaul Mackerras2012-10-302-39/+40
| | * | KVM: PPC: Book3S HV: Fixes for late-joining threadsPaul Mackerras2012-10-302-6/+15
| | * | KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lockPaul Mackerras2012-10-302-34/+34
| | * | KVM: PPC: Book3S HV: Fix some races in starting secondary threadsPaul Mackerras2012-10-302-20/+32