summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-12-12KVM: emulator: fix real mode segment checks in address linearizationGleb Natapov1-2/+3
2012-12-12VMX: remove unneeded enable_unrestricted_guest checkGleb Natapov1-1/+1
2012-12-12KVM: VMX: fix DPL during entry to protected modeGleb Natapov1-0/+1
2012-12-12x86/kexec: crash_vmclear_local_vmcss needs __rcuZhang Yanfei2-3/+4
2012-12-10Merge branch 'for-upstream' of https://github.com/agraf/linux-2.6 into queueMarcelo Tosatti29-228/+1203
2012-12-06KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei1-0/+67
2012-12-06x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessaryZhang Yanfei2-0/+34
2012-12-06KVM: MMU: optimize for set_spteXiao Guangrong1-4/+12
2012-12-06KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interfaceMihai Caraman2-0/+16
2012-12-06KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulationMihai Caraman3-1/+26
2012-12-06KVM: PPC: bookehv: Add guest computation mode for irq deliveryMihai Caraman1-1/+8
2012-12-06KVM: PPC: Make EPCR a valid field for booke64 and bookehvAlexander Graf1-1/+6
2012-12-06KVM: PPC: booke: Extend MAS2 EPN mask for 64-bitMihai Caraman2-2/+2
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-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 Mackerras6-12/+410
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-05KVM: x86: Make register state after reset conform to specificationJulian Stecklina4-16/+17
2012-12-05kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao2-18/+1
2012-12-05kvm: remove unnecessary bit checking for ept violationZhang Xiantao1-5/+0
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: 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 Tosatti6-3/+28
2012-11-28KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti3-8/+264
2012-11-28KVM: x86: notifier for clocksource changesMarcelo Tosatti1-1/+93
2012-11-28KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti5-9/+9
2012-11-28x86: vdso: pvclock gettime supportMarcelo Tosatti3-11/+101