summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-11/+1
7 daysx86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVICSean Christopherson1-10/+0
7 daysKVM: x86/mmu: Expose number of shadow MMU shadow pages as a statSean Christopherson1-1/+1
9 daysMerge tag 'hyperv-next-signed-20260621' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-0/+22
12 daysMerge tag 'strncpy-removal-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+0
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-99/+220
13 daysx86: Remove arch-specific strncpy() implementationKees Cook1-3/+0
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds1-9/+4
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-0/+12
2026-06-16Merge tag 'x86_tdx_for_7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds7-52/+103
2026-06-16Merge tag 'x86_misc_for_7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2-12/+3
2026-06-16Merge tag 'x86_sev_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2-28/+5
2026-06-16Merge tag 'x86_cleanups_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/ke...Linus Torvalds1-1/+1
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds14-39/+2708
2026-06-15Merge tag 'x86-msr-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-31/+2
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds1-0/+5
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds4-5/+40
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds3-40/+52
2026-06-15Merge tag 'for-linus-7.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-39/+6
2026-06-15Merge tag 'kbuild-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds1-3/+2
2026-06-12Merge branch 'kvm-single-pdptrs' into HEADPaolo Bonzini1-3/+2
2026-06-12KVM: x86/mmu: move pdptrs out of the MMUPaolo Bonzini1-3/+2
2026-06-12Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-3/+10
2026-06-12Merge tag 'kvm-x86-mmu-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-37/+14
2026-06-12Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-10/+18
2026-06-11x86/cpu: Remove unused !CONFIG_X86_TSC codeIngo Molnar3-22/+2
2026-06-08x86/msr: Remove wrmsrl()Juergen Gross1-4/+0
2026-06-08x86/msr: Remove rdmsrl()Juergen Gross1-1/+0
2026-06-08x86/msr: Remove wrmsr_safe_on_cpu()Juergen Gross1-5/+0
2026-06-08x86/msr: Remove rdmsr_safe_on_cpu()Juergen Gross1-6/+0
2026-06-08x86/msr: Remove wrmsr_on_cpu()Juergen Gross1-6/+0
2026-06-08x86/msr: Switch wrmsr_on_cpu() users to wrmsrq_on_cpu()Juergen Gross1-1/+1
2026-06-08x86/msr: Remove rdmsr_on_cpu()Juergen Gross1-6/+0
2026-06-08x86/msr: Switch rdmsr_on_cpu() users to rdmsrq_on_cpu()Juergen Gross1-1/+1
2026-06-08x86/msr: Remove rdmsrl_on_cpu()Juergen Gross1-1/+0
2026-06-08x86/xen: Replace generic lazy tracking with cpu specific oneJuergen Gross1-24/+1
2026-06-08x86/xen: Get rid of last XEN_LAZY_MMU usesJuergen Gross2-15/+5
2026-06-04x86/cpuid: Update bitfields to x86-cpuid-db v3.1Maciej Wieczor-Retman1-31/+31
2026-06-03x86/virt/tdx: Enable TDX module runtime updatesChao Gao1-2/+2
2026-06-03x86/virt/seamldr: Add module update lockingDave Hansen1-0/+2
2026-06-03x86/virt/seamldr: Initialize the newly-installed TDX moduleChao Gao1-0/+1
2026-06-03x86/virt/seamldr: Shut down the current TDX moduleChao Gao1-0/+4
2026-06-03coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updatesChao Gao1-0/+1
2026-06-03coco/tdx-host: Don't expose P-SEAMLDR information on CPUs with erratumChao Gao2-0/+2
2026-06-03coco/tdx-host: Expose P-SEAMLDR information via sysfsChao Gao1-0/+6
2026-06-03x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR informationChao Gao1-0/+35
2026-06-03coco/tdx-host: Expose TDX module versionChao Gao1-0/+6
2026-06-03x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>Kai Huang1-47/+0
2026-06-03x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.hChao Gao1-0/+3
2026-06-03Merge branch 'kvm-ghcb-for-7.2' into HEADPaolo Bonzini9-4/+14