summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorLines
2026-01-23KVM: x86: Advertise AMX CPUIDs in subleaf 0x1E.0x1 to userspaceZhao Liu-0/+1
2026-01-23KVM: x86: Advertise MOVRS CPUID to userspaceZhao Liu-0/+1
2026-01-23KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS commandMichael Roth-0/+2
2026-01-20x86/clear_page: introduce clear_pages()Ankur Arora-5/+12
2026-01-20x86/mm: simplify clear_page_*Ankur Arora-16/+59
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand-6/+0
2026-01-20x86/xen: use lazy_mmu_state when context-switchingKevin Brodsky-3/+1
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky-0/+1
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky-1/+0
2026-01-20x86/segment: Use MOVL when reading segment registersUros Bizjak-1/+1
2026-01-19x86/kfence: avoid writing L1TF-vulnerable PTEsAndrew Cooper-5/+24
2026-01-18x86/percpu: Make CONFIG_USE_X86_SEG_SUPPORT work with sparseThomas Gleixner-4/+4
2026-01-16x86/mm: Hide mm_free_global_asid() definition under CONFIG_BROADCAST_TLB_FLUSHHou Wenlong-2/+3
2026-01-15x86/paravirt: Use XOR r32,r32 to clear register in pv_vcpu_is_preempted()Uros Bizjak-1/+1
2026-01-15x86/paravirt: Remove trailing semicolons from alternative asm templatesUros Bizjak-11/+11
2026-01-15perf/x86/intel: Add support for rdpmc user disable featureDapeng Mi-2/+6
2026-01-15perf/x86/intel: Support the 4 new OMR MSRs introduced in DMR and NVLDapeng Mi-0/+5
2026-01-14vdso: Remove struct getcpu_cacheThomas Weißschuh-3/+1
2026-01-13KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVMSean Christopherson-18/+17
2026-01-13x86/entry/vdso32: When using int $0x80, use it directlyH. Peter Anvin-1/+3
2026-01-13x86/cpufeature: Replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32H. Peter Anvin-1/+1
2026-01-13x86/vdso: Abstract out vdso system call internalsH. Peter Anvin-100/+111
2026-01-13x86/entry/vdso32: Remove open-coded DWARF in sigreturn.SH. Peter Anvin-0/+1
2026-01-13x86/entry/vdso: Rename vdso_image_* to vdso*_imageH. Peter Anvin-4/+4
2026-01-13x86/crash: Use set_memory_p() instead of __set_memory_prot()Coiby Xu-1/+0
2026-01-13x86/pvlocks: Move paravirt spinlock functions into own headerJuergen Gross-160/+156
2026-01-13x86/paravirt: Specify pv_ops array in paravirt macrosJuergen Gross-153/+153
2026-01-13x86/paravirt: Allow pv-calls outside paravirt.hJuergen Gross-16/+0
2026-01-12x86/paravirt: Move pv_native_*() prototypes to paravirt.cJuergen Gross-7/+0
2026-01-12x86/paravirt: Introduce new paravirt-base.h headerJuergen Gross-24/+34
2026-01-12x86/paravirt: Move paravirt_sched_clock() related code into tsc.cJuergen Gross-12/+1
2026-01-12KVM: x86: Hide KVM_IRQCHIP_KERNEL behind CONFIG_KVM_IOAPIC=ySean Christopherson-0/+2
2026-01-12x86/paravirt: Use common code for paravirt_steal_clock()Juergen Gross-7/+0
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross-4/+0
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross-1/+0
2026-01-12x86/paravirt: Move thunk macros to paravirt_types.hJuergen Gross-68/+68
2026-01-12x86/paravirt: Remove PARAVIRT_DEBUG config optionJuergen Gross-9/+0
2026-01-12x86/paravirt: Remove some unneeded struct declarationsJuergen Gross-10/+0
2026-01-12x86/paravirt: Remove not needed includes of paravirt.hJuergen Gross-12/+0
2026-01-09x86/CPU/AMD: Simplify the spectral chicken fixBorislav Petkov (AMD)-2/+2
2026-01-08KVM: SVM: Virtualize and advertise support for ERAPSAmit Shah-1/+14
2026-01-08KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guestDapeng Mi-0/+3
2026-01-08KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filteringMingwei Zhang-0/+2
2026-01-08KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMUDapeng Mi-0/+3
2026-01-08KVM: x86/pmu: Start stubbing in mediated PMU supportDapeng Mi-0/+1
2026-01-05x86/lib: Inline csum_ipv6_magic()Eric Dumazet-12/+33
2025-12-31x86/sev: Move the internal headerBorislav Petkov (AMD)-87/+0
2025-12-21Merge tag 'x86-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+9
2025-12-20x86/irqflags: Use ASM_OUTPUT_RM in native_save_fl()Eric Dumazet-1/+1
2025-12-18x86/irq_remapping: Sanitize posted_msi_supported()Thomas Gleixner-2/+3