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
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-03
KVM: x86: Drop support for hand tuning APIC timer advancement from userspace
Sean Christopherson
1
-10
/
+1
2024-05-12
Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-17
/
+11
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-2
/
+2
2024-05-07
KVM: x86: Explicitly zero kvm_caps during vendor module load
Sean Christopherson
1
-0
/
+7
2024-05-07
KVM: x86: Fully re-initialize supported_mce_cap on vendor module load
Sean Christopherson
1
-3
/
+2
2024-05-07
KVM: x86: Fully re-initialize supported_vm_types on vendor module load
Sean Christopherson
1
-1
/
+2
2024-05-02
KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled
Alejandro Jimenez
1
-7
/
+4
2024-05-02
KVM: x86: Allow, don't ignore, same-value writes to immutable MSRs
Sean Christopherson
1
-7
/
+4
2024-04-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2024-04-12
KVM: x86: Split core of hypercall emulation to helper function
Sean Christopherson
1
-18
/
+38
2024-04-11
KVM: x86: Add supported_vm_types to kvm_caps
Paolo Bonzini
1
-6
/
+6
2024-04-11
KVM: x86: add fields to struct kvm_arch for CoCo features
Paolo Bonzini
1
-19
/
+74
2024-04-11
KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
Paolo Bonzini
1
-14
/
+24
2024-04-11
KVM: x86: use u64_to_user_ptr()
Paolo Bonzini
1
-21
/
+3
2024-04-11
KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible
Sean Christopherson
1
-1
/
+1
2024-04-09
KVM: Use vfree for memory allocated by vcalloc()/__vcalloc()
Li RongQing
1
-3
/
+3
2024-04-08
KVM: x86: Add BHI_NO
Daniel Sneddon
1
-1
/
+1
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-114
/
+114
2024-03-12
Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+4
2024-03-11
KVM/x86: Export RFDS_NO and RFDS_CLEAR to guests
Pawan Gupta
1
-1
/
+4
2024-03-11
Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-8
/
+60
2024-03-11
Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-9
/
+6
2024-03-11
Merge tag 'kvm-x86-mmu-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-23
/
+16
2024-03-11
Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-76
/
+34
2024-03-09
Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...
Paolo Bonzini
1
-1
/
+1
2024-03-04
KVM: x86/xen: improve accuracy of Xen timers
David Woodhouse
1
-5
/
+56
2024-02-22
KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU
Sean Christopherson
1
-1
/
+1
2024-02-22
KVM: x86: Clean up directed yield API for "has pending interrupt"
Sean Christopherson
1
-5
/
+2
2024-02-22
KVM: x86: Rely solely on preempted_in_kernel flag for directed yield
Sean Christopherson
1
-6
/
+2
2024-02-22
KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernel
Sean Christopherson
1
-0
/
+5
2024-02-22
KVM: x86: Sanity check that kvm_has_noapic_vcpu is zero at module_exit()
Sean Christopherson
1
-4
/
+1
2024-02-22
KVM: x86: Move "KVM no-APIC vCPU" key management into local APIC code
Sean Christopherson
1
-26
/
+3
2024-02-22
KVM: x86: Fully defer to vendor code to decide how to force immediate exit
Sean Christopherson
1
-9
/
+1
2024-02-22
KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepoint
Sean Christopherson
1
-1
/
+1
2024-02-22
KVM: x86: Drop superfluous check on direct MMU vs. WRITE_PF_TO_SP flag
Sean Christopherson
1
-2
/
+1
2024-02-22
KVM: x86: Drop dedicated logic for direct MMUs in reexecute_instruction()
Sean Christopherson
1
-16
/
+16
2024-02-22
KVM: x86/mmu: Don't acquire mmu_lock when using indirect_shadow_pages as a he...
Mingwei Zhang
1
-7
/
+1
2024-02-22
KVM: x86: Open code all direct reads to guest DR6 and DR7
Sean Christopherson
1
-1
/
+1
2024-02-22
KVM: x86: Make kvm_get_dr() return a value, not use an out parameter
Sean Christopherson
1
-13
/
+7
2024-02-22
KVM: x86/xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
Paul Durrant
1
-1
/
+2
2024-02-20
KVM: pfncache: remove KVM_GUEST_USES_PFN usage
Paul Durrant
1
-1
/
+1
2024-02-20
KVM: pfncache: add a mark-dirty helper
Paul Durrant
1
-1
/
+1
2024-02-16
KVM: x86: Mark target gfn of emulated atomic instruction as dirty
Sean Christopherson
1
-0
/
+10
2024-02-14
Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
1
-1
/
+1
2024-02-14
Merge tag 'kvm-x86-fixes-6.8-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-11
/
+7
2024-02-05
KVM: x86: Fix broken debugregs ABI for 32 bit kernels
Mathias Krause
1
-2
/
+11
2024-02-05
KVM: x86: Fix KVM_GET_MSRS stack info leak
Mathias Krause
1
-10
/
+5
2024-02-01
KVM: x86/pmu: Snapshot event selectors that KVM emulates in software
Sean Christopherson
1
-3
/
+3
2024-02-01
KVM: x86: Make gtod_is_based_on_tsc() return 'bool'
Vitaly Kuznetsov
1
-1
/
+1
2024-01-31
KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratum
Maciej S. Szmigiero
1
-0
/
+4
[next]