summaryrefslogtreecommitdiffstats
path: root/net (unfollow)
Commit message (Expand)AuthorFilesLines
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-11x86/kexec: crash_vmclear_local_vmcss needs __rcuZhang Yanfei2-3/+4
2012-12-10kvm: Fix irqfd resampler list walkAlex Williamson1-1/+1
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 Caraman3-0/+17
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-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-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-05kvm: deliver msi interrupts from irq handlerMichael S. Tsirkin1-10/+26
2012-12-05kvm: add kvm_set_irq_inatomicMichael S. Tsirkin2-12/+72
2012-12-02KVM: x86: Fix uninitialized return codeJan Kiszka1-0/+1
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld8-0/+53
2012-11-30KVM: 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