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