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
/
kernel
/
kvm.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNP
Sean Christopherson
1
-2
/
+19
2025-07-24
x86: Handle KCOV __init vs inline mismatches
Kees Cook
1
-1
/
+1
2025-05-16
x86/cpuid: Rename hypervisor_cpuid_base()/for_each_possible_hypervisor_cpuid_base() to cpuid_base_hypervisor()/for_each_possible_cpuid_base_hypervisor()
Ahmed S. Darwish
1
-1
/
+1
2025-05-02
x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
Xin Li (Intel)
1
-1
/
+1
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
1
-13
/
+13
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-1
/
+1
2025-02-21
x86/mm: Remove pv_ops.mmu.tlb_remove_table call
Rik van Riel
1
-1
/
+0
2024-12-04
x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()
Kirill A. Shutemov
1
-1
/
+1
2024-10-20
x86/kvm: Override default caching mode for SEV-SNP and TDX
Kirill A. Shutemov
1
-0
/
+4
2024-04-09
Merge tag 'v6.9-rc3' into locking/core, to pick up fixes
Ingo Molnar
1
-5
/
+6
2024-03-22
x86/kvm: Make kvm_async_pf_enabled __ro_after_init
Valentin Schneider
1
-1
/
+1
2024-03-18
Merge tag 'kvm-x86-asyncpf_abi-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-5
/
+6
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2024-03-11
Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2024-02-23
x86, crash: wrap crash dumping code into crash related ifdefs
Baoquan He
1
-2
/
+2
2024-02-06
x86/kvm: Use separate percpu variable to track the enabling of asyncpf
Xiaoyao Li
1
-5
/
+6
2024-01-31
x86/kvm: Fix SEV check in sev_map_percpu_data()
Kirill A. Shutemov
1
-1
/
+2
2024-01-31
x86/traps: Add sysvec_install() to install a system interrupt handler
Xin Li
1
-1
/
+1
2024-01-08
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-12-10
x86/paravirt: Move some functions and defines to alternative.c
Juergen Gross
1
-2
/
+2
2023-10-10
x86/apic: Use u32 for APIC IDs in global data
Thomas Gleixner
1
-3
/
+3
2023-08-30
Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-7
/
+7
2023-08-25
x86/sev: Make enc_dec_hypercall() accept a size instead of npages
Steve Rutherford
1
-3
/
+1
2023-08-09
x86/apic: Convert other overrides to apic_update_callback()
Thomas Gleixner
1
-3
/
+3
2023-08-09
x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()
Thomas Gleixner
1
-2
/
+2
2023-08-09
x86/apic: Wrap apic->native_eoi() into a helper
Thomas Gleixner
1
-1
/
+1
2023-08-09
x86/apic: Nuke ack_APIC_irq()
Dave Hansen
1
-1
/
+1
2023-08-09
x86/apic: Remove pointless arguments from [native_]eoi_write()
Thomas Gleixner
1
-3
/
+3
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2022-11-24
x86/paravirt: Use common macro for creating simple asm paravirt functions
Juergen Gross
1
-13
/
+6
2022-11-09
x86/kvm: Remove unused virt to phys translation in kvm_guest_cpu_init()
Rafael Mendonca
1
-1
/
+1
2022-10-17
x86/paravirt: Properly align PV functions
Thomas Gleixner
1
-0
/
+1
2022-06-20
x86: kvm: remove NULL check before kfree
Dongliang Mu
1
-2
/
+1
2022-05-25
x86, kvm: use correct GFP flags for preemption disabled
Paolo Bonzini
1
-1
/
+1
2022-05-25
x86/kvm: Alloc dummy async #PF token outside of raw spinlock
Sean Christopherson
1
-14
/
+27
2022-05-25
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
1
-0
/
+13
2022-04-21
x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume
Wanpeng Li
1
-0
/
+13
2022-04-13
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
1
-38
/
+39
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2022-04-02
KVM: x86: Support the vCPU preemption check with nopvspin and realtime hint
Li RongQing
1
-37
/
+38
2022-04-02
KVM: x86: fix sending PV IPI
Li RongQing
1
-1
/
+1
2022-03-15
x86/ibt,paravirt: Sprinkle ENDBR
Peter Zijlstra
1
-1
/
+2
2022-02-25
KVM: x86: Yield to IPI target vCPU only if it is busy
Li RongQing
1
-1
/
+1
2022-02-25
x86/kvm: Don't use PV TLB/yield when mwait is advertised
Wanpeng Li
1
-0
/
+2
2022-02-18
x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU
Wanpeng Li
1
-3
/
+6
2022-01-07
x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal time
David Woodhouse
1
-3
/
+3
2021-11-11
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
1
-1
/
+1
2021-11-11
KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURES
Paul Durrant
1
-1
/
+1
[next]