index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
kvm_host.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
KVM: x86: Add helper to retrieve current value of user return MSR
Hou Wenlong
1
-0
/
+1
2025-07-29
Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-3
/
+3
2025-07-29
Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-7
/
+15
2025-07-29
Merge tag 'kvm-x86-no_assignment-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+0
2025-07-29
Merge tag 'kvm-x86-mmio-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+1
2025-07-29
Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-27
/
+18
2025-07-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+6
2025-07-09
KVM: x86: Replace growing set of *_in_guest bools with a u64
Jim Mattson
1
-4
/
+1
2025-07-07
Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2025-06-25
VFIO: KVM: x86: Drop kvm_arch_{start,end}_assignment()
Sean Christopherson
1
-2
/
+0
2025-06-25
Merge branch 'kvm-x86 mmio'
Sean Christopherson
1
-0
/
+1
2025-06-25
KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guest
Sean Christopherson
1
-0
/
+1
2025-06-24
x86/traps: Initialize DR7 by writing its architectural reset value
Xin Li (Intel)
1
-1
/
+1
2025-06-24
KVM: x86: Use kvzalloc() to allocate VM struct
Sean Christopherson
1
-1
/
+1
2025-06-24
KVM: x86/mmu: Dynamically allocate shadow MMU's hashed page list
Sean Christopherson
1
-2
/
+2
2025-06-24
KVM: x86/hyper-v: Use preallocated per-vCPU buffer for de-sparsified vCPU masks
Sean Christopherson
1
-1
/
+6
2025-06-23
KVM: x86: Rename kvm_set_msi_irq() => kvm_msi_to_lapic_irq()
Sean Christopherson
1
-3
/
+0
2025-06-23
KVM: x86: Decouple device assignment from IRQ bypass
Sean Christopherson
1
-1
/
+3
2025-06-23
KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
Sean Christopherson
1
-1
/
+1
2025-06-20
KVM: VMX: Move enable_ipiv knob to common x86
Sean Christopherson
1
-0
/
+1
2025-06-20
KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
Sean Christopherson
1
-1
/
+8
2025-06-20
KVM: Pass new routing entries and irqfd when updating IRTEs
Sean Christopherson
1
-2
/
+4
2025-06-20
KVM: x86: Move IRQ mask notifier infrastructure to I/O APIC emulation
Sean Christopherson
1
-16
/
+0
2025-06-20
KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
Sean Christopherson
1
-0
/
+2
2025-06-20
KVM: x86: Don't clear PIT's IRQ line status when destroying PIT
Sean Christopherson
1
-2
/
+0
2025-06-20
KVM: x86: Hardcode the PIT IRQ source ID to '2'
Sean Christopherson
1
-1
/
+0
2025-06-20
KVM: x86: Drop superfluous kvm_set_pic_irq() => kvm_pic_set_irq() wrapper
Sean Christopherson
1
-1
/
+0
2025-06-20
KVM: x86: Rename msr_filter_changed() => recalc_msr_intercepts()
Sean Christopherson
1
-1
/
+1
2025-06-20
KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guest
Maxim Levitsky
1
-0
/
+7
2025-06-20
KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag
Sean Christopherson
1
-1
/
+1
2025-06-20
KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap
Sean Christopherson
1
-1
/
+5
2025-06-17
KVM: SVM: Advertise TSA CPUID bits to guests
Borislav Petkov (AMD)
1
-0
/
+1
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+6
2025-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-8
/
+26
2025-05-27
Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+3
2025-05-16
KVM: x86: Make kvm_pio_request.linear_rip a common field for user exits
Manali Shukla
1
-1
/
+1
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-05-02
Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts
Ingo Molnar
1
-1
/
+12
2025-04-24
KVM: SVM: Fix SNP AP destroy race with VMRUN
Tom Lendacky
1
-1
/
+2
2025-04-24
KVM: x86: Add module param to control and enumerate device posted IRQs
Sean Christopherson
1
-1
/
+2
2025-04-24
KVM: x86: Rescan I/O APIC routes after EOI interception for old routing
weizijie
1
-0
/
+1
2025-04-24
Merge branch 'kvm-fixes-6.15-rc4' into HEAD
Paolo Bonzini
1
-0
/
+6
2025-04-24
KVM: arm64, x86: make kvm_arch_has_irq_bypass() inline
Paolo Bonzini
1
-0
/
+6
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-1
/
+1
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
1
-8
/
+26
2025-04-04
KVM: x86/mmu: Wrap sanity check on number of TDP MMU pages with KVM_PROVE_MMU
Sean Christopherson
1
-1
/
+6
2025-03-20
Merge branch 'kvm-pre-tdx' into HEAD
Paolo Bonzini
1
-0
/
+1
2025-03-19
Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+2
2025-03-19
Merge tag 'kvm-x86-pvclock-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+2
2025-03-19
Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-5
/
+4
[next]