summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-06-08x86/msr: Switch wrmsrl() users to wrmsrq()Juergen Gross6-11/+11
2026-06-08x86/msr: Remove rdmsrl()Juergen Gross1-1/+0
2026-06-08x86/msr: Switch rdmsrl() users to rdmsrq()Juergen Gross2-2/+2
2026-06-08x86/msr: Remove wrmsr_safe_on_cpu()Juergen Gross2-21/+0
2026-06-08x86/msr: Switch wrmsr_safe_on_cpu() users to wrmsrq_safe_on_cpu()Juergen Gross1-2/+2
2026-06-08x86/msr: Remove rdmsr_safe_on_cpu()Juergen Gross2-30/+0
2026-06-08x86/msr: Switch rdmsr_safe_on_cpu() users to rdmsrq_safe_on_cpu()Juergen Gross1-2/+2
2026-06-08x86/msr: Don't use rdmsr_safe_on_cpu() in rdmsrq_safe_on_cpu()Juergen Gross1-3/+14
2026-06-08x86/msr: Remove wrmsr_on_cpu()Juergen Gross2-22/+0
2026-06-08x86/msr: Switch wrmsr_on_cpu() users to wrmsrq_on_cpu()Juergen Gross3-9/+6
2026-06-08x86/msr: Remove rdmsr_on_cpu()Juergen Gross2-22/+0
2026-06-08x86/msr: Switch rdmsr_on_cpu() users to rdmsrq_on_cpu()Juergen Gross3-8/+8
2026-06-08x86/msr: Remove rdmsrl_on_cpu()Juergen Gross1-1/+0
2026-06-08x86/xen: Replace generic lazy tracking with cpu specific oneJuergen Gross3-40/+14
2026-06-08x86/xen: Get rid of last XEN_LAZY_MMU usesJuergen Gross5-50/+11
2026-06-08x86/xen: Change interface of xen_mc_issue()Juergen Gross3-25/+24
2026-06-08x86/xen: Drop lazy mode from trace entriesJuergen Gross1-4/+7
2026-06-08x86/xen: Remove Xen debugfs supportJuergen Gross5-72/+0
2026-06-08x86/xen: Guard PV-only stuff in xen-ops.h with CONFIG_XEN_PVJuergen Gross2-125/+123
2026-06-07x86/hyperv: Cosmetic changes in irqdomain.c for readabilityMukesh R1-94/+104
2026-06-07Merge tag 'x86-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+7
2026-06-07bpf: Add struct bpf_tramp_node objectJiri Olsa1-27/+27
2026-06-06Merge tag 'rust-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+12
2026-06-05kconfig: Remove the architecture specific config for PropellerRong Xu2-5/+1
2026-06-05kconfig: Remove the architecture specific config for AutoFDORong Xu1-1/+0
2026-06-05x86/cpu: Remove obsolete aperfmperf_get_khz() declarationJunxiao Chang1-1/+0
2026-06-05x86/kvmclock: Implement read_snapshot() for kvmclock clocksourceDavid Woodhouse1-7/+29
2026-06-05x86/process: Convert rdmsr() to rdmsrq() in arch_post_acpi_subsys_init() to a...HyeongJun An1-3/+3
2026-06-05x86/resctrl: Only check Intel systems for SNCTony Luck1-1/+6
2026-06-04x86/microcode/AMD: Move the no-revision fixup to get_patch_level()Borislav Petkov (AMD)1-5/+7
2026-06-04x86/pmem: Check for platform_device_alloc() retvalLi Jun1-0/+2
2026-06-04KVM: x86: Use <linux/lockdep.h> for lockdep header inclusionKai Huang1-1/+1
2026-06-04perf/x86/amd/uncore: Use Node ID to identify DF and UMC domainsSandipan Das1-3/+3
2026-06-04perf/x86/intel/uncore: Implement global init callback for GNR uncoreZide Chen3-6/+18
2026-06-04perf/x86/intel/uncore: Fix uncore_die_to_cpu() for offline diesZide Chen2-3/+8
2026-06-04perf/x86/intel/uncore: Move die_to_cpu() to uncore.cZide Chen3-20/+23
2026-06-04perf/x86/intel/uncore: Defer ADL global PMON enable to enable_box()Zide Chen1-7/+0
2026-06-04perf/x86/intel/uncore: Fix PCI device refcount leak in UPI discoveryZide Chen1-3/+3
2026-06-04perf/x86/intel/uncore: Guard against invalid box control addressZide Chen1-9/+24
2026-06-04perf/x86/intel/uncore: Fix discovery unit lookup for multi-die systemsZide Chen1-2/+2
2026-06-04perf/x86/amd/core: Always use the NMI latency mitigationSandipan Das1-3/+3
2026-06-03x86/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/tdx: Refresh TDX module version after updateChao Gao2-2/+9
2026-06-03x86/virt/seamldr: Add module update lockingDave Hansen2-0/+18
2026-06-03x86/virt/tdx: Restore TDX module stateChao Gao3-0/+20
2026-06-03x86/virt/seamldr: Initialize the newly-installed TDX moduleChao Gao3-1/+6
2026-06-03x86/virt/seamldr: Install a new TDX moduleChao Gao1-0/+14
2026-06-03x86/virt/tdx: Reset software states during TDX module shutdownChao Gao1-1/+16
2026-06-03x86/virt/seamldr: Shut down the current TDX moduleChao Gao5-2/+58