summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2026-07-27KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERTSean Christopherson2-4/+4
2026-07-27KVM: x86: Rename kvm_x86_ops' gmem_invalidate() to gmem_make_shared()Sean Christopherson2-2/+6
2026-07-27KVM: guest_memfd: Pass the number of pages instead of the end pfn into .inval...Sean Christopherson1-1/+1
2026-07-26x86/bugs: Make Safe-RET robust against interrupt injectionBorislav Petkov (AMD)1-0/+57
2026-07-23x86/topology: Add TOPO_CPU_TYPE_LOW_POWERVishal Badole1-0/+1
2026-07-23x86/topology: Name the AMD core-type valuesVishal Badole1-0/+6
2026-07-23x86/topo: Map vendor CPU types to generic Linux such typesBorislav Petkov (AMD)2-11/+14
2026-07-23x86/sev: Use new AES-GCM libraryEric Biggers1-1/+1
2026-07-23x86/mm: Cap flush_tlb_info alignment at 64 bytesChuyi Zhou1-1/+8
2026-07-22x86/elf: Correct comment for STACK_RND_MASK()Lorenzo Stoakes (ARM)1-1/+1
2026-07-22KVM: x86: Move supported EFER bits to kvm_capsYosry Ahmed1-0/+2
2026-07-22KVM: x86: Use KVM_X86_OP() for the .pi_update_irte() hookKai Huang1-1/+1
2026-07-15calibrate: Rework delay timer calibrationThomas Gleixner1-2/+0
2026-07-15treewide: Remove CLOCK_TICK_RATEThomas Gleixner1-3/+0
2026-07-13x86/mm: Convert pgd_page_get_mm() to ptdescsVishal Moola2-2/+2
2026-07-13x86/insn-eval: Move assign_register() out of KVM as insn_assign_reg()Kiryl Shutsemau (Meta)1-0/+36
2026-07-13x86/alternative: Drop smp_locks glueBorislav Petkov (AMD)3-66/+8
2026-07-12x86/entry: Simplify the syscall number logicThomas Gleixner1-1/+1
2026-07-12x86/entry: Make syscall functions staticThomas Gleixner1-8/+0
2026-07-12x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()Thomas Gleixner1-1/+0
2026-07-10KVM: x86: Expose Zhaoxin RSA CPUID featureEwan Hai-oc1-0/+2
2026-07-10KVM: x86: Expose Zhaoxin PHE2 CPUID featureEwan Hai-oc1-0/+2
2026-07-10KVM: x86: Expose Zhaoxin RNG2 CPUID featureEwan Hai-oc1-0/+2
2026-07-10KVM: x86: Expose Zhaoxin CCS (SM3 + SM4) CPUID featureEwan Hai-oc1-0/+2
2026-07-10KVM: x86: Expose Zhaoxin SM2 CPUID featureEwan Hai-oc1-0/+2
2026-07-10KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_opsSean Christopherson1-2/+2
2026-07-10KVM: x86: Add static calls for nested virtualization opsSean Christopherson2-0/+44
2026-07-10KVM: x86: Reject nested CAP enablement if nested virtualization is disabledSean Christopherson1-0/+2
2026-07-10KVM: x86: Guard .gmem_prepare() declarations with HAVE_KVM_GMEM_PREPARE=ySean Christopherson2-1/+5
2026-07-10KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zappedSean Christopherson2-0/+10
2026-07-10x86/thermal: Add bit definitions for Intel Directed Package Thermal InterruptRicardo Neri2-0/+4
2026-07-08KVM: x86: Move "struct kvm_vcpu_hv" and all children from kvm_host.h => hyperv.hSean Christopherson1-89/+2
2026-07-08KVM: x86: Move "struct kvm_apic_map" definition from kvm_host.h => lapic.hSean Christopherson1-33/+2
2026-07-08KVM: x86: Move KVM's arbitrary task switch reason enums to x86.hSean Christopherson1-7/+0
2026-07-08KVM: x86: Move KVM_GUESTDBG_VALID_MASK from kvm_host.h => x86.cSean Christopherson1-9/+0
2026-07-08KVM: x86: Move CR and DR macro definitions from kvm_host.h => regs.hSean Christopherson1-40/+0
2026-07-08KVM: x86: Move the "APIC attention" macros from kvm_host.h => lapic.cSean Christopherson1-10/+0
2026-07-07x86/speculation: Explicitly include linux/types.hThomas Weißschuh (Schneider Electric)1-0/+1
2026-07-07x86/setup: do not include kexec_handover.h from asm/setup.hPratyush Yadav (Google)2-2/+1
2026-07-06x86/cpu: Hide and rename static_cpu_has()Borislav Petkov (AMD)5-12/+12
2026-07-02Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (hea...Uwe Kleine-König (The Capable Hub)1-4/+1
2026-07-02x86/resctrl: Stop using 32-bit MSR interfacesJuergen Gross1-1/+4
2026-07-01x86/cpu: Move intel_get_platform_id() to cpu/intel.cBorislav Petkov2-2/+1
2026-07-01x86/bugs: Enable IBPB flush on BPF JIT allocationPawan Gupta1-0/+4
2026-06-28x86/cfi: Use symmetric SYM_START and SYM_END in __CFI_TYPE()Jens Remus1-1/+1
2026-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-11/+1
2026-06-25KVM: x86/mmu: merge struct rsvd_bits_validate into struct kvm_page_formatPaolo Bonzini1-21/+17
2026-06-25KVM: x86/mmu: pull page format to a new structPaolo Bonzini1-10/+15
2026-06-25KVM: x86/mmu: unify root_gva_walk and ngva_walkPaolo Bonzini1-12/+1