summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-06KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulationMihai Caraman1-0/+2
2012-12-06KVM: PPC: Mask ea's high 32-bits in 32/64 instr emulationMihai Caraman1-0/+10
2012-12-06KVM: PPC: e500: Add emulation helper for getting instruction eaMihai Caraman4-29/+35
2012-12-06KVM: PPC: bookehv64: Add support for interrupt handlingMihai Caraman2-8/+155
2012-12-06KVM: PPC: bookehv: Remove GET_VCPU macro from exception handlerMihai Caraman1-5/+2
2012-12-06KVM: PPC: booke: Fix get_tb() compile error on 64-bitMihai Caraman1-0/+1
2012-12-06KVM: PPC: e500: Silence bogus GCC warning in tlb codeMihai Caraman1-1/+2
2012-12-06KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without pan...Paul Mackerras5-28/+213
2012-12-06KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras6-45/+73
2012-12-06MAINTAINERS: Add git tree link for PPC KVMMichael Ellerman1-0/+1
2012-12-06KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3SPaul Mackerras1-1/+1
2012-12-06KVM: PPC: Book3S PR: Fix VSX handlingPaul Mackerras4-57/+62
2012-12-06KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registersPaul Mackerras2-1/+17
2012-12-06KVM: PPC: Book3S HV: Don't give the guest RW access to RO pagesPaul Mackerras1-0/+22
2012-12-06KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPTPaul Mackerras1-1/+1
2012-12-06KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPTPaul Mackerras1-0/+24
2012-12-06KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPTPaul Mackerras8-12/+467
2012-12-06KVM: PPC: Book3S HV: Make a HPTE removal function availablePaul Mackerras2-6/+16
2012-12-06KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEsPaul Mackerras3-4/+34
2012-12-06KVM: PPC: Book3S HV: Fix bug causing loss of page dirty statePaul Mackerras1-3/+3
2012-12-06KVM: PPC: Book3S HV: Restructure HPT entry creation codePaul Mackerras3-23/+45
2012-12-06KVM: PPC: Support eventfdAlexander Graf3-2/+20
2012-12-06KVM: Distangle eventfd code from irqchipAlexander Graf2-1/+17
2012-12-02KVM: x86: Fix uninitialized return codeJan Kiszka1-0/+1
2012-12-01KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld8-0/+53
2012-12-01KVM: x86: Add code to track call origin for msr assignmentWill Auld5-21/+56
2012-11-30KVM: Fix user memslot overlap checkAlex Williamson1-8/+5
2012-11-30KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong1-0/+17
2012-11-29KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong1-3/+5
2012-11-29KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov1-6/+1
2012-11-28KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti1-1/+6
2012-11-28KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti3-8/+89
2012-11-28KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti8-3/+30
2012-11-28KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti5-8/+272
2012-11-28KVM: x86: notifier for clocksource changesMarcelo Tosatti1-1/+93
2012-11-28time: export time information for KVM pvclockMarcelo Tosatti2-0/+59
2012-11-28KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti5-9/+9
2012-11-28x86: vdso: pvclock gettime supportMarcelo Tosatti3-11/+101
2012-11-28x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti3-12/+61
2012-11-28x86: pvclock: generic pvclock vsyscall initializationMarcelo Tosatti4-0/+91
2012-11-28sched: add notifier for cross-cpu migrationsMarcelo Tosatti2-0/+23
2012-11-28x86: pvclock: add note about rdtsc barriersMarcelo Tosatti1-0/+6
2012-11-28x86: pvclock: introduce helper to read flagsMarcelo Tosatti2-0/+14
2012-11-28x86: pvclock: create helper for pvclock data retrievalMarcelo Tosatti2-14/+30
2012-11-28x86: pvclock: remove pvclock_shadow_timeMarcelo Tosatti1-46/+11
2012-11-28x86: pvclock: make sure rdtsc doesnt speculate out of regionMarcelo Tosatti1-2/+2
2012-11-28x86: kvmclock: allocate pvclock shared memory areaMarcelo Tosatti1-11/+47
2012-11-28KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti1-7/+13
2012-11-14KVM: remove unnecessary return value checkGuo Chao2-62/+0
2012-11-14KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao1-1/+1