index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"
Sean Christopherson
2019-02-20
1
-12
/
+9
*
Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"
Sean Christopherson
2019-02-20
2
-22
/
+0
*
Revert "KVM: MMU: zap pages in batch"
Sean Christopherson
2019-02-20
1
-11
/
+24
*
Revert "KVM: MMU: collapse TLB flushes when zap all pages"
Sean Christopherson
2019-02-20
1
-28
/
+3
*
Revert "KVM: MMU: reclaim the zapped-obsolete page first"
Sean Christopherson
2019-02-20
3
-19
/
+4
*
KVM: x86/mmu: Remove is_obsolete() call
Sean Christopherson
2019-02-20
1
-5
/
+1
*
KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptes
Sean Christopherson
2019-02-20
1
-1
/
+2
*
Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"
Sean Christopherson
2019-02-20
2
-1
/
+22
*
Revert "KVM: MMU: document fast invalidate all pages"
Sean Christopherson
2019-02-20
1
-3
/
+0
*
KVM: x86/mmu: Zap only the relevant pages when removing a memslot
Sean Christopherson
2019-02-20
1
-1
/
+32
*
KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()
Sean Christopherson
2019-02-20
1
-6
/
+16
*
KVM: x86/mmu: Move slot_level_*() helper functions up a few lines
Sean Christopherson
2019-02-20
1
-69
/
+70
*
KVM: Move the memslot update in-progress flag to bit 63
Sean Christopherson
2019-02-20
1
-19
/
+12
*
KVM: x86: Refactor the MMIO SPTE generation handling
Sean Christopherson
2019-02-20
1
-33
/
+43
*
KVM: x86: Use a u64 when passing the MMIO gen around
Sean Christopherson
2019-02-20
1
-7
/
+7
*
KVM: Explicitly define the "memslot update in-progress" bit
Sean Christopherson
2019-02-20
1
-1
/
+1
*
KVM: x86/mmu: Do not cache MMIO accesses while memslots are in flux
Sean Christopherson
2019-02-20
1
-1
/
+6
*
KVM: x86/mmu: Detect MMIO generation wrap in any address space
Sean Christopherson
2019-02-20
1
-2
/
+19
*
KVM: Call kvm_arch_memslots_updated() before updating memslots
Sean Christopherson
2019-02-20
6
-8
/
+8
*
kvm: vmx: Add memcg accounting to KVM allocations
Ben Gardon
2019-02-20
3
-13
/
+27
*
kvm: svm: Add memcg accounting to KVM allocations
Ben Gardon
2019-02-20
1
-21
/
+25
*
kvm: x86: Add memcg accounting to KVM allocations
Ben Gardon
2019-02-20
8
-18
/
+21
*
KVM: nVMX: do not start the preemption timer hrtimer unnecessarily
Paolo Bonzini
2019-02-20
1
-4
/
+9
*
kvm: vmx: Fix typos in vmentry/vmexit control setting
Yu Zhang
2019-02-20
1
-3
/
+5
*
KVM: x86: cleanup freeing of nested state
Paolo Bonzini
2019-02-20
2
-7
/
+6
*
KVM: x86: Sync the pending Posted-Interrupts
Luwei Kang
2019-02-20
3
-22
/
+18
*
KVM: x86: expose MOVDIR64B CPU feature into VM.
Liu Jingqi
2019-02-20
1
-1
/
+1
*
KVM: x86: expose MOVDIRI CPU feature into VM.
Liu Jingqi
2019-02-20
1
-1
/
+1
*
kvm, x86, mmu: Use kernel generic dynamic physical address mask
Kai Huang
2019-02-20
1
-3
/
+5
*
KVM: nVMX: remove useless is_protmode check
Paolo Bonzini
2019-02-20
1
-1
/
+1
*
KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
Sean Christopherson
2019-02-20
1
-3
/
+9
*
KVM: nVMX: Apply addr size mask to effective address for VMX instructions
Sean Christopherson
2019-02-20
1
-2
/
+23
*
KVM: nVMX: Sign extend displacements of VMX instr's mem operands
Sean Christopherson
2019-02-20
1
-0
/
+4
*
svm: Fix improper check when deactivate AVIC
Suthikulpanit, Suravee
2019-02-20
1
-5
/
+5
*
KVM: x86: cull apicv code when userspace irqchip is requested
Paolo Bonzini
2019-02-20
1
-1
/
+8
*
svm: Fix AVIC DFR and LDR handling
Suthikulpanit, Suravee
2019-02-20
1
-34
/
+30
*
x86/kvmclock: set offset for kvm unstable clock
Pavel Tatashin
2019-02-20
1
-5
/
+1
*
KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flow
Sean Christopherson
2019-02-20
1
-7
/
+6
*
KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobbering
Sean Christopherson
2019-02-20
1
-15
/
+4
*
KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routine
Sean Christopherson
2019-02-20
2
-4
/
+22
*
KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI reg
Sean Christopherson
2019-02-20
2
-12
/
+12
*
KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regs
Sean Christopherson
2019-02-20
2
-8
/
+10
*
KVM: VMX: Use RAX as the scratch register during vCPU-run
Sean Christopherson
2019-02-20
1
-38
/
+38
*
KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()
Sean Christopherson
2019-02-20
2
-4
/
+4
*
KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()
Sean Christopherson
2019-02-20
1
-32
/
+27
*
KVM: VMX: Move vCPU-run code to a proper assembly routine
Sean Christopherson
2019-02-20
2
-137
/
+145
*
KVM: VMX: Create a stack frame in vCPU-run
Sean Christopherson
2019-02-20
1
-1
/
+1
*
KVM: VMX: Use #defines in place of immediates in VM-Enter inline asm
Sean Christopherson
2019-02-20
1
-52
/
+61
*
KVM: x86: Explicitly #define the VCPU_REGS_* indices
Sean Christopherson
2019-02-20
2
-16
/
+42
*
KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest state
Sean Christopherson
2019-02-12
1
-24
/
+29
[next]