index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-15
KVM: nSVM: Set the shadow root level to the TDP level for nested NPT
Sean Christopherson
1
-3
/
+8
2021-03-15
KVM: SVM: Don't strip the C-bit from CR2 on #PF interception
Sean Christopherson
1
-1
/
+1
2021-03-15
KVM: x86/mmu: WARN on NULL pae_root or lm_root, or bad shadow root level
Sean Christopherson
1
-2
/
+13
2021-03-15
KVM: x86/mmu: Sync roots after MMU load iff load as successful
Sean Christopherson
1
-2
/
+3
2021-03-15
KVM: x86/mmu: Unexport MMU load/unload functions
Sean Christopherson
2
-2
/
+4
2021-03-15
KVM: x86: Defer the MMU unload to the normal path on an global INVPCID
Sean Christopherson
1
-1
/
+1
2021-03-15
KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch
Sean Christopherson
1
-7
/
+2
2021-03-15
KVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo-PDPTRs
Sean Christopherson
1
-2
/
+3
2021-03-15
KVM: x86/mmu: Fix and unconditionally enable WARNs to detect PAE leaks
Sean Christopherson
1
-4
/
+3
2021-03-15
KVM: x86/mmu: Check PDPTRs before allocating PAE roots
Sean Christopherson
1
-6
/
+14
2021-03-15
KVM: x86/mmu: Ensure MMU pages are available when allocating roots
Sean Christopherson
2
-48
/
+25
2021-03-15
KVM: x86/mmu: Allocate pae_root and lm_root pages in dedicated helper
Sean Christopherson
1
-30
/
+54
2021-03-15
KVM: x86/mmu: Allocate the lm_root before allocating PAE roots
Sean Christopherson
1
-33
/
+31
2021-03-15
KVM: x86/mmu: Capture 'mmu' in a local variable when allocating roots
Sean Christopherson
1
-28
/
+30
2021-03-15
KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit
Sean Christopherson
1
-15
/
+29
2021-03-15
KVM: x86: to track if L1 is running L2 VM
Dongli Zhang
3
-0
/
+5
2021-03-14
Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2021-03-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-14
/
+36
2021-03-12
KVM: LAPIC: Advancing the timer expiration on guest initiated write
Wanpeng Li
1
-0
/
+1
2021-03-12
KVM: x86/mmu: Skip !MMU-present SPTEs when removing SP in exclusive mode
Sean Christopherson
1
-0
/
+11
2021-03-10
x86/perf: Use RET0 as default for guest_get_msrs to handle "no PMU" case
Sean Christopherson
1
-1
/
+1
2021-03-08
x86: Remove duplicate TSC DEADLINE MSR definitions
Dave Hansen
1
-4
/
+4
2021-03-06
kvm: x86: use NULL instead of using plain integer as pointer
Muhammad Usama Anjum
1
-1
/
+1
2021-03-05
KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'
Sean Christopherson
1
-12
/
+13
2021-03-05
KVM: x86: Ensure deadline timer has truly expired before posting its IRQ
Sean Christopherson
1
-1
/
+10
2021-03-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-13
/
+394
2021-03-02
KVM: SVM: Clear the CR4 register on reset
Babu Moger
1
-0
/
+1
2021-03-02
KVM: x86/xen: Add support for vCPU runstate information
David Woodhouse
3
-2
/
+337
2021-03-02
KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_info
David Woodhouse
1
-0
/
+4
2021-03-02
KVM: x86: allow compiling out the Xen hypercall interface
Paolo Bonzini
4
-2
/
+42
2021-02-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-381
/
+303
2021-02-26
KVM: xen: flush deferred static key before checking it
Paolo Bonzini
1
-0
/
+1
2021-02-26
KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled
Sean Christopherson
1
-8
/
+8
2021-02-26
KVM: x86: hyper-v: Fix Hyper-V context null-ptr-deref
Wanpeng Li
1
-1
/
+1
2021-02-25
KVM: SVM: Fix nested VM-Exit on #GP interception handling
Sean Christopherson
1
-3
/
+8
2021-02-23
KVM: vmx/pmu: Fix dummy check if lbr_desc->event is created
Like Xu
1
-2
/
+2
2021-02-22
KVM: x86/mmu: Consider the hva in mmu_notifier retry
David Stevens
2
-9
/
+28
2021-02-22
KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
Sean Christopherson
2
-2
/
+2
2021-02-22
KVM: nSVM: prepare guest save area while is_guest_mode is true
Paolo Bonzini
1
-1
/
+1
2021-02-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
44
-1341
/
+2928
2021-02-19
KVM: x86/mmu: Remove a variety of unnecessary exports
Sean Christopherson
1
-20
/
+15
2021-02-19
KVM: x86: Fold "write-protect large" use case into generic write-protect
Sean Christopherson
2
-47
/
+17
2021-02-19
KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML
Sean Christopherson
4
-151
/
+36
2021-02-19
KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging
Makarand Sonare
4
-5
/
+65
2021-02-19
KVM: x86: Further clarify the logic and comments for toggling log dirty
Sean Christopherson
1
-4
/
+11
2021-02-19
KVM: x86: Move MMU's PML logic to common code
Sean Christopherson
3
-71
/
+22
2021-02-19
KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
Sean Christopherson
2
-11
/
+3
2021-02-19
KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()
Sean Christopherson
1
-1
/
+4
2021-02-19
KVM: nVMX: Disable PML in hardware when running L2
Sean Christopherson
2
-16
/
+25
2021-02-19
KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs
Sean Christopherson
3
-12
/
+14
[prev]
[next]