summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2012-12-06KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulationMihai Caraman
2012-12-06KVM: PPC: bookehv: Add guest computation mode for irq deliveryMihai Caraman
2012-12-06KVM: PPC: Make EPCR a valid field for booke64 and bookehvAlexander Graf
2012-12-06KVM: PPC: booke: Extend MAS2 EPN mask for 64-bitMihai Caraman
2012-12-06KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulationMihai Caraman
2012-12-06KVM: PPC: Mask ea's high 32-bits in 32/64 instr emulationMihai Caraman
2012-12-06KVM: PPC: e500: Add emulation helper for getting instruction eaMihai Caraman
2012-12-06KVM: PPC: bookehv64: Add support for interrupt handlingMihai Caraman
2012-12-06KVM: PPC: bookehv: Remove GET_VCPU macro from exception handlerMihai Caraman
2012-12-06KVM: PPC: booke: Fix get_tb() compile error on 64-bitMihai Caraman
2012-12-06KVM: PPC: e500: Silence bogus GCC warning in tlb codeMihai Caraman
2012-12-06KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without pan...Paul Mackerras
2012-12-06KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras
2012-12-06KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3SPaul Mackerras
2012-12-06KVM: PPC: Book3S PR: Fix VSX handlingPaul Mackerras
2012-12-06KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registersPaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Don't give the guest RW access to RO pagesPaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPTPaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPTPaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPTPaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Make a HPTE removal function availablePaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEsPaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Fix bug causing loss of page dirty statePaul Mackerras
2012-12-06KVM: PPC: Book3S HV: Restructure HPT entry creation codePaul Mackerras
2012-12-06KVM: PPC: Support eventfdAlexander Graf
2012-12-02KVM: x86: Fix uninitialized return codeJan Kiszka
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld
2012-11-30KVM: x86: Add code to track call origin for msr assignmentWill Auld
2012-11-29KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong
2012-11-28KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong
2012-11-28KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov
2012-11-27KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti
2012-11-27KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti
2012-11-27KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti
2012-11-27KVM: x86: notifier for clocksource changesMarcelo Tosatti
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti
2012-11-27x86: vdso: pvclock gettime supportMarcelo Tosatti
2012-11-27x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti
2012-11-27x86: pvclock: generic pvclock vsyscall initializationMarcelo Tosatti
2012-11-27x86: pvclock: add note about rdtsc barriersMarcelo Tosatti
2012-11-27x86: pvclock: introduce helper to read flagsMarcelo Tosatti
2012-11-27x86: pvclock: create helper for pvclock data retrievalMarcelo Tosatti
2012-11-27x86: pvclock: remove pvclock_shadow_timeMarcelo Tosatti
2012-11-27x86: pvclock: make sure rdtsc doesnt speculate out of regionMarcelo Tosatti
2012-11-27x86: kvmclock: allocate pvclock shared memory areaMarcelo Tosatti
2012-11-27KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti
2012-11-13KVM: remove unnecessary return value checkGuo Chao
2012-11-13KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao
2012-11-13KVM: do not kfree error pointerGuo Chao