index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page
Sean Christopherson
1
-16
/
+82
2022-03-08
KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
Sean Christopherson
1
-5
/
+6
2022-03-08
KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
Sean Christopherson
4
-24
/
+39
2022-03-08
KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw values
Sean Christopherson
1
-20
/
+31
2022-03-08
KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
Sean Christopherson
1
-2
/
+2
2022-03-08
KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
Sean Christopherson
3
-6
/
+22
2022-03-08
KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
Sean Christopherson
1
-4
/
+4
2022-03-08
KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
Sean Christopherson
1
-7
/
+6
2022-03-08
KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
Sean Christopherson
1
-2
/
+5
2022-03-08
KVM: x86/mmu: do not allow readers to acquire references to invalid roots
Paolo Bonzini
1
-4
/
+5
2022-03-08
KVM: x86/mmu: only perform eager page splitting on valid roots
Paolo Bonzini
1
-1
/
+1
2022-03-08
KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iter
Sean Christopherson
1
-6
/
+15
2022-03-08
KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flush
Sean Christopherson
2
-8
/
+17
2022-03-08
KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
Sean Christopherson
2
-1
/
+17
2022-03-08
KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zap
Sean Christopherson
2
-21
/
+33
2022-03-08
KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
Sean Christopherson
1
-0
/
+3
2022-03-08
KVM: use __vcalloc for very large allocations
Paolo Bonzini
4
-8
/
+9
2022-03-08
mm: use vmalloc_array and vcalloc for array allocations
Paolo Bonzini
2
-4
/
+2
2022-03-08
mm: vmalloc: introduce array allocation functions
Paolo Bonzini
2
-0
/
+55
2022-03-02
KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_run
Paolo Bonzini
1
-12
/
+13
2022-03-02
KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()
Like Xu
1
-1
/
+1
2022-03-01
KVM: SVM: Disable preemption across AVIC load/put during APICv refresh
Sean Christopherson
3
-50
/
+59
2022-03-01
KVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errors
Sean Christopherson
1
-15
/
+21
2022-03-01
KVM: WARN if is_unsync_root() is called on a root without a shadow page
Sean Christopherson
1
-0
/
+8
2022-03-01
KVM: Drop KVM_REQ_MMU_RELOAD and update vcpu-requests.rst documentation
Sean Christopherson
2
-6
/
+4
2022-03-01
KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific request
Sean Christopherson
3
-5
/
+7
2022-03-01
KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zapped
Sean Christopherson
4
-9
/
+63
2022-03-01
KVM: Drop kvm_reload_remote_mmus(), open code request in x86 users
Sean Christopherson
3
-13
/
+7
2022-03-01
KVM: x86: Invoke kvm_mmu_unload() directly on CR4.PCIDE change
Sean Christopherson
1
-1
/
+1
2022-03-01
KVM: x86/emulator: Move the unhandled outer privilege level logic of far retu...
Hou Wenlong
1
-6
/
+8
2022-03-01
KVM: x86/emulator: Fix wrong privilege check for code segment in __load_segme...
Hou Wenlong
1
-8
/
+23
2022-03-01
KVM: x86/emulator: Defer not-present segment check in __load_segment_descript...
Hou Wenlong
1
-5
/
+9
2022-03-01
KVM: selftests: Add test to verify KVM handling of ICR
Sean Christopherson
4
-0
/
+153
2022-03-01
KVM: x86: Make kvm_lapic_set_reg() a "private" xAPIC helper
Sean Christopherson
4
-20
/
+20
2022-03-01
KVM: x86: Treat x2APIC's ICR as a 64-bit register, not two 32-bit regs
Sean Christopherson
1
-23
/
+84
2022-03-01
KVM: x86: Add helpers to handle 64-bit APIC MSR read/writes
Sean Christopherson
1
-30
/
+29
2022-03-01
KVM: x86: Make kvm_lapic_reg_{read,write}() static
Sean Christopherson
2
-8
/
+3
2022-03-01
KVM: x86: WARN if KVM emulates an IPI without clearing the BUSY flag
Sean Christopherson
2
-6
/
+13
2022-03-01
KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failure
Sean Christopherson
2
-11
/
+12
2022-03-01
KVM: SVM: Use common kvm_apic_write_nodecode() for AVIC write traps
Sean Christopherson
1
-9
/
+7
2022-03-01
KVM: x86: Use "raw" APIC register read for handling APIC-write VM-Exit
Sean Christopherson
1
-3
/
+1
2022-03-01
KVM: VMX: Handle APIC-write offset wrangling in VMX code
Sean Christopherson
2
-5
/
+9
2022-03-01
KVM: x86: Do not change ICR on write to APIC_SELF_IPI
Paolo Bonzini
1
-4
/
+3
2022-03-01
KVM: x86: Fix emulation in writing cr8
Zhenzhong Duan
1
-4
/
+1
2022-03-01
KVM: x86: flush TLB separately from MMU reset
Paolo Bonzini
1
-22
/
+46
2022-02-25
KVM: x86: Yield to IPI target vCPU only if it is busy
Li RongQing
1
-1
/
+1
2022-02-25
x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64
Dexuan Cui
1
-1
/
+1
2022-02-25
x86/kvm: Don't waste memory if kvmclock is disabled
Wanpeng Li
1
-0
/
+3
2022-02-25
x86/kvm: Don't use PV TLB/yield when mwait is advertised
Wanpeng Li
1
-0
/
+2
2022-02-25
KVM: x86/mmu: clear MMIO cache when unloading the MMU
Paolo Bonzini
1
-0
/
+1
[next]