summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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/setup: prepend embedded bootconfig cmdline before parse_early_paramBreno Leitao2-1/+14
2026-07-02uprobes/x86: Use proper mm_struct in __in_uprobe_trampolineJiri Olsa1-7/+7
2026-07-02x86/uprobes: Keep shadow stack in sync for emulated CALLsDavid Windsor1-1/+11
2026-07-02x86/cpu: Stop using 32-bit MSR interfacesJuergen Gross5-37/+39
2026-07-02x86/apic: Stop using 32-bit MSR interfacesJuergen Gross1-19/+20
2026-07-02x86/resctrl: Stop using 32-bit MSR interfacesJuergen Gross4-21/+30
2026-07-02x86/tsc: Stop using 32-bit MSR interfacesJuergen Gross2-10/+11
2026-07-02x86/amd: Stop using 32-bit MSR interfacesJuergen Gross1-16/+18
2026-07-02x86/pci: Stop using 32-bit MSR interfacesJuergen Gross1-6/+2
2026-07-02x86/hygon: Stop using 32-bit MSR interfacesJuergen Gross1-2/+3
2026-07-02x86/mce: Stop using 32-bit MSR interfacesJuergen Gross4-57/+58
2026-07-02x86/msr: Stop using 32-bit MSR interfaces in lib/msr-smp.cJuergen Gross1-4/+4
2026-07-02x86/Xen: correct commentary and parameter naming of xen_exchange_memory()Jan Beulich1-7/+8
2026-07-01x86/ras: Move contents from arch/x86/ras/Kconfig into drivers/ras/KconfigThomas Huth1-23/+0
2026-07-01x86/cpu: Move intel_get_platform_id() to cpu/intel.cBorislav Petkov4-38/+36
2026-07-01x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC ena...Reinette Chatre1-0/+5
2026-07-01x86/mm: Fix typo in commentYou-Li Lin1-1/+1
2026-07-01bpf: Restrict JIT predictor flush to cBPFPawan Gupta1-2/+3
2026-07-01x86/bugs: Enable IBPB flush on BPF JIT allocationPawan Gupta2-5/+49
2026-06-30x86/fpu: Fix kernel-doc formatting above fpu_enable_guest_xfd_features()Chao Gao1-9/+9
2026-06-30x86/crash: Use crash_prepare_headers() helper to simplify codeJinjie Ruan1-78/+11
2026-06-30perf/x86/intel: Drop fixed-counter PEBS constraints for baseline PEBSDapeng Mi1-13/+0
2026-06-30perf/x86/intel: Validate the return value of intel_pmu_init_hybrid()Dapeng Mi1-14/+30
2026-06-30perf/x86/intel: Fix kernel address leakages in LBR stackDapeng Mi1-3/+9
2026-06-30perf/x86/intel: Fallback to sw branch type decoding if no hw decodingDapeng Mi1-1/+1
2026-06-30perf/x86/intel: Keep cap_user_rdpmc in sync with RDPMC user-disable stateDapeng Mi3-5/+6
2026-06-30perf/x86/intel: Remove anythread_deprecated bit from perf_capabilitiesDapeng Mi2-8/+4
2026-06-30perf/x86/intel/uncore: Implement lazy setup for MSR/MMIO PMUsZide Chen2-62/+22
2026-06-30perf/x86/intel/uncore: Fix uncore_box ref/unref orderingZide Chen1-27/+23
2026-06-30perf/x86/intel/uncore: Introduce PMU flags and broken stateZide Chen3-13/+46
2026-06-30perf/x86/intel/uncore: Factor out box setup codeZide Chen1-12/+28
2026-06-30perf/x86/intel/uncore: Keep PCI PMUs working when MMIO/MSR setup failsZide Chen1-2/+0
2026-06-30perf/x86/intel/uncore: Let init_box() callback report failuresZide Chen6-77/+126
2026-06-30perf/x86/intel/uncore: Fix refcnt and other cleanupsZide Chen2-10/+12
2026-06-30perf/x86/intel/uncore: Fix PCI PMU cleanup on setup failureZide Chen1-1/+4
2026-06-28x86/cfi: Use symmetric SYM_START and SYM_END in __CFI_TYPE()Jens Remus1-1/+1
2026-06-28x86/cfi: Add __init_or_module annotations for fineibtCalvin Owens1-6/+6
2026-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-40/+34
2026-06-25Merge tag 'gpio-fixes-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+10
2026-06-25KVM: x86/mmu: use kvm_page_format to test SPTEsPaolo Bonzini3-25/+47
2026-06-25KVM: x86/mmu: parameterize update_permission_bitmask()Paolo Bonzini1-8/+12
2026-06-25KVM: x86/mmu: merge struct rsvd_bits_validate into struct kvm_page_formatPaolo Bonzini6-95/+91
2026-06-25KVM: x86/mmu: pull page format to a new structPaolo Bonzini4-26/+32
2026-06-25KVM: x86/mmu: cleanup functions that initialize shadow MMUPaolo Bonzini1-8/+2
2026-06-25KVM: x86/mmu: unify root_gva_walk and ngva_walkPaolo Bonzini9-112/+60
2026-06-25KVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmuPaolo Bonzini7-75/+88
2026-06-25KVM: x86/mmu: change nested_mmu.w to ngva_walkPaolo Bonzini5-32/+24
2026-06-25KVM: x86/mmu: change walk_mmu to struct kvm_pagewalkPaolo Bonzini8-31/+33
2026-06-25KVM: x86/mmu: pass struct kvm_pagewalk to kvm_mmu_invalidate_addrPaolo Bonzini4-7/+11