index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-18
KVM: X86: Fix missing local pCPU when executing wbinvd on all dirty pCPUs
Wanpeng Li
1
-1
/
+1
2021-03-18
KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ish
Sean Christopherson
1
-44
/
+65
2021-03-18
KVM: x86: hyper-v: Don't touch TSC page values when guest opted for re-enligh...
Vitaly Kuznetsov
1
-1
/
+25
2021-03-18
KVM: x86: hyper-v: Track Hyper-V TSC page status
Vitaly Kuznetsov
1
-14
/
+35
2021-03-17
KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUs
Vitaly Kuznetsov
3
-0
/
+26
2021-03-17
KVM: x86: hyper-v: Limit guest to writing zero to HV_X64_MSR_TSC_EMULATION_ST...
Vitaly Kuznetsov
1
-0
/
+3
2021-03-16
KVM: x86/mmu: Store the address space ID in the TDP iterator
Sean Christopherson
4
-24
/
+13
2021-03-16
KVM: x86/mmu: Factor out tdp_iter_return_to_root
Ben Gardon
3
-10
/
+19
2021-03-16
KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEs
Ben Gardon
1
-1
/
+1
2021-03-16
KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_page
Ben Gardon
1
-3
/
+8
2021-03-14
Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...
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-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
-1342
/
+2929
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
2021-02-19
KVM: x86/mmu: Pass the memslot to the rmap callbacks
Sean Christopherson
1
-9
/
+15
2021-02-19
KVM: x86/mmu: Split out max mapping level calculation to helper
Sean Christopherson
2
-15
/
+24
2021-02-19
KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...
Sean Christopherson
1
-1
/
+2
2021-02-18
KVM: nVMX: no need to undo inject_page_fault change on nested vmexit
Paolo Bonzini
1
-3
/
+0
2021-02-18
KVM: nSVM: fix running nested guests when npt=0
Paolo Bonzini
1
-0
/
+20
2021-02-18
KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_mode
Maxim Levitsky
1
-12
/
+14
2021-02-18
KVM: VMX: read idt_vectoring_info a bit earlier
Maxim Levitsky
1
-1
/
+3
[next]