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
2023-08-31
KVM: x86/mmu: Move KVM-only page-track declarations to internal header
Sean Christopherson
1
-0
/
+1
2023-08-31
KVM: x86: Add a new page-track hook to handle memslot deletion
Yan Zhao
1
-0
/
+3
2023-08-31
KVM: x86: Reject memslot MOVE operations if KVMGT is attached
Sean Christopherson
1
-0
/
+7
2023-08-31
KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.c
Sean Christopherson
1
-11
/
+0
2023-08-31
Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-24
/
+22
2023-08-31
Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-3
/
+10
2023-08-31
Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-1
/
+1
2023-08-17
KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
Sean Christopherson
1
-2
/
+2
2023-08-17
x86: kvm: x86: Remove unnecessary initial values of variables
Li zeming
1
-2
/
+2
2023-08-17
KVM: x86: Remove WARN sanity check on hypervisor timer vs. UNINITIALIZED vCPU
Sean Christopherson
1
-4
/
+9
2023-08-17
KVM: x86: Remove break statements that will never be executed
Like Xu
1
-1
/
+0
2023-08-17
KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
David Matlack
1
-1
/
+1
2023-08-10
x86: Move gds_ucode_mitigated() declaration to header
Arnd Bergmann
1
-2
/
+0
2023-08-07
Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+6
2023-08-03
KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooks
Sean Christopherson
1
-3
/
+2
2023-08-02
KVM: x86: Snapshot host's MSR_IA32_ARCH_CAPABILITIES
Sean Christopherson
1
-6
/
+7
2023-08-02
KVM: x86: Remove x86_emulate_ops::guest_has_long_mode
Michal Luczaj
1
-6
/
+0
2023-08-02
KVM: x86: Fix KVM_CAP_SYNC_REGS's sync_regs() TOCTOU issues
Michal Luczaj
1
-3
/
+10
2023-07-29
KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
Sean Christopherson
1
-12
/
+22
2023-07-29
KVM: x86: Acquire SRCU read lock when handling fastpath MSR writes
Sean Christopherson
1
-0
/
+4
2023-07-29
KVM: x86/irq: Conditionally register IRQ bypass consumer again
Like Xu
1
-1
/
+1
2023-07-29
KVM: x86: check the kvm_cpu_get_interrupt result before using it
Maxim Levitsky
1
-3
/
+7
2023-07-21
KVM: Add GDS_NO support to KVM
Daniel Sneddon
1
-1
/
+6
2023-07-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-40
/
+40
2023-07-01
Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-14
/
+0
2023-07-01
Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+10
2023-07-01
Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-26
/
+30
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2023-06-27
Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+3
2023-06-13
KVM: x86: Update comments about MSR lists exposed to userspace
Sean Christopherson
1
-14
/
+13
2023-06-06
KVM: x86/svm/pmu: Add AMD PerfMonV2 support
Like Xu
1
-0
/
+10
2023-06-06
KVM: x86: Clean up: remove redundant bool conversions
Michal Luczaj
1
-1
/
+1
2023-06-06
KVM: x86: Use cpu_feature_enabled() for PKU instead of #ifdef
Sean Christopherson
1
-6
/
+2
2023-06-06
KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access page
Sean Christopherson
1
-14
/
+0
2023-06-06
KVM: x86: Correct the name for skipping VMENTER l1d flush
Chao Gao
1
-1
/
+1
2023-06-05
clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U...
Peter Zijlstra
1
-4
/
+3
2023-06-05
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
1
-1
/
+1
2023-06-02
KVM: x86: Account fastpath-only VM-Exits in vCPU stats
Sean Christopherson
1
-0
/
+3
2023-06-01
KVM: x86: Move common handling of PAT MSR writes to kvm_set_msr_common()
Sean Christopherson
1
-6
/
+0
2023-06-01
KVM: x86: Move PAT MSR handling out of mtrr.c
Sean Christopherson
1
-0
/
+13
2023-06-01
KVM: x86: Use MTRR macros to define possible MTRR MSR ranges
Sean Christopherson
1
-4
/
+6
2023-05-21
KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_save
Mingwei Zhang
1
-1
/
+5
2023-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-87
/
+169
2023-04-28
Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2023-04-26
Merge tag 'kvm-x86-svm-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-8
/
+38
2023-04-26
Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-3
/
+1
2023-04-26
Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-34
/
+68
2023-04-26
Merge tag 'kvm-x86-mmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+2
2023-04-26
Merge tag 'kvm-x86-misc-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-16
/
+29
2023-04-26
Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-1
/
+5
[next]