summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: bookehv: Add guest computation mode for irq deliveryMihai Caraman2012-12-061-1/+8
* KVM: PPC: Make EPCR a valid field for booke64 and bookehvAlexander Graf2012-12-061-1/+6
* KVM: PPC: booke: Extend MAS2 EPN mask for 64-bitMihai Caraman2012-12-062-2/+2
* KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulationMihai Caraman2012-12-061-0/+2
* KVM: PPC: Mask ea's high 32-bits in 32/64 instr emulationMihai Caraman2012-12-061-0/+10
* KVM: PPC: e500: Add emulation helper for getting instruction eaMihai Caraman2012-12-064-29/+35
* KVM: PPC: bookehv64: Add support for interrupt handlingMihai Caraman2012-12-062-8/+155
* KVM: PPC: bookehv: Remove GET_VCPU macro from exception handlerMihai Caraman2012-12-061-5/+2
* KVM: PPC: booke: Fix get_tb() compile error on 64-bitMihai Caraman2012-12-061-0/+1
* KVM: PPC: e500: Silence bogus GCC warning in tlb codeMihai Caraman2012-12-061-1/+2
* KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without pan...Paul Mackerras2012-12-065-28/+213
* KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras2012-12-066-45/+73
* KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3SPaul Mackerras2012-12-061-1/+1
* KVM: PPC: Book3S PR: Fix VSX handlingPaul Mackerras2012-12-064-57/+62
* KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registersPaul Mackerras2012-12-062-1/+17
* KVM: PPC: Book3S HV: Don't give the guest RW access to RO pagesPaul Mackerras2012-12-061-0/+22
* KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPTPaul Mackerras2012-12-061-1/+1
* KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPTPaul Mackerras2012-12-061-0/+24
* KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPTPaul Mackerras2012-12-066-12/+410
* KVM: PPC: Book3S HV: Make a HPTE removal function availablePaul Mackerras2012-12-062-6/+16
* KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEsPaul Mackerras2012-12-063-4/+34
* 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: 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: 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