summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong2012-11-291-0/+17
| * | | | | | KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong2012-11-281-3/+5
| * | | | | | KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov2012-11-281-6/+1
| * | | | | | KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti2012-11-271-1/+6
| * | | | | | KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti2012-11-273-8/+89
| * | | | | | KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti2012-11-276-3/+28
| * | | | | | KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2012-11-273-8/+264
| * | | | | | KVM: x86: notifier for clocksource changesMarcelo Tosatti2012-11-271-1/+93
| * | | | | | KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-275-9/+9
| * | | | | | x86: vdso: pvclock gettime supportMarcelo Tosatti2012-11-273-11/+101
| * | | | | | x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti2012-11-273-12/+61
| * | | | | | x86: pvclock: generic pvclock vsyscall initializationMarcelo Tosatti2012-11-274-0/+91
| * | | | | | x86: pvclock: add note about rdtsc barriersMarcelo Tosatti2012-11-271-0/+6
| * | | | | | x86: pvclock: introduce helper to read flagsMarcelo Tosatti2012-11-272-0/+14
| * | | | | | x86: pvclock: create helper for pvclock data retrievalMarcelo Tosatti2012-11-272-14/+30
| * | | | | | x86: pvclock: remove pvclock_shadow_timeMarcelo Tosatti2012-11-271-46/+11
| * | | | | | x86: pvclock: make sure rdtsc doesnt speculate out of regionMarcelo Tosatti2012-11-271-2/+2
| * | | | | | x86: kvmclock: allocate pvclock shared memory areaMarcelo Tosatti2012-11-271-11/+47
| * | | | | | KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti2012-11-271-7/+13
| * | | | | | KVM: remove unnecessary return value checkGuo Chao2012-11-131-32/+0
| * | | | | | KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao2012-11-131-1/+1
| * | | | | | KVM: do not kfree error pointerGuo Chao2012-11-131-13/+6
| * | | | | | PPC: ePAPR: Convert hcall header to uapi (round 2)Alexander Graf2012-10-312-419/+517
| * | | | | | Merge commit 'origin/queue' into for-queueAlexander Graf2012-10-312440-37601/+89804
| |\ \ \ \ \ \
| | * | | | | | KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-296-7/+7
| | * | | | | | Merge remote-tracking branch 'master' into queueMarcelo Tosatti2012-10-292435-37076/+89379
| | |\ \ \ \ \ \
| | * | | | | | | KVM: ia64: remove unused variable in kvm_release_vm_pages()Wei Yongjun2012-10-261-2/+0
| * | | | | | | | 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
| * | | | | | | | KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming onlinePaul Mackerras2012-10-303-2/+64
| * | | | | | | | PPC: ePAPR: Convert header to uapiAlexander Graf2012-10-304-55/+100
| * | | | | | | | KVM: PPC: Move mtspr/mfspr emulation into own functionsAlexander Graf2012-10-301-100/+121
| * | | | | | | | KVM: PPC: 44x: fix DCR read/writeAlexander Graf2012-10-301-0/+2
| |/ / / / / / /
| * | | | | | | KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall2012-10-234-5/+5
| * | | | | | | KVM: SVM: Cleanup error statementsBorislav Petkov2012-10-221-5/+2
| * | | | | | | KVM: VMX: report internal error for MMIO #PF due to delivery eventXiao Guangrong2012-10-181-10/+16
| * | | | | | | KVM: VMX: report internal error for the unhandleable eventXiao Guangrong2012-10-181-4/+15
| * | | | | | | KVM: do not de-cache cr4 bits needlesslyGleb Natapov2012-10-181-1/+1
| * | | | | | | KVM: MMU: introduce FNAME(prefetch_gpte)Xiao Guangrong2012-10-171-31/+24
| * | | | | | | KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.hXiao Guangrong2012-10-172-31/+31
| * | | | | | | KVM: MMU: cleanup FNAME(page_fault)Xiao Guangrong2012-10-171-19/+13
| * | | | | | | KVM: MMU: remove mmu_is_invalidXiao Guangrong2012-10-172-7/+2
| * | | | | | | Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queueMarcelo Tosatti2012-10-1036-374/+1580
| |\ \ \ \ \ \ \