aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Merge tag 'ras_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-273/+233
2025-09-30Merge tag 'x86_microcode_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-65/+150
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-22/+653
2025-09-30Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2025-09-30Merge tag 'kvm-x86-guest-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-14/+30
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+4
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+3
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook3-4/+4
2025-09-22x86/topology: Implement topology_is_core_online() to address SMT regressionThomas Gleixner1-0/+13
2025-09-22x86/acpi/cstate: Remove open coded check for cpu_feature_enabled()Mario Limonciello (AMD)1-1/+1
2025-09-19x86/umip: Fix decoding of register forms of 0F 01 (SGDT and SIDT aliases)Sean Christopherson1-0/+11
2025-09-19x86/umip: Check that the instruction opcode is at least two bytesSean Christopherson1-2/+2
2025-09-17x86/cpu/topology: Define AMD64_CPUID_EXT_FEAT MSRK Prateek Nayak1-3/+4
2025-09-17x86/cpu/topology: Check for X86_FEATURE_XTOPOLOGY instead of passing has_xtop...K Prateek Nayak1-11/+8
2025-09-17x86/cpu/cacheinfo: Simplify cacheinfo_amd_init_llc_id() using _cpuid4_infoK Prateek Nayak1-27/+21
2025-09-16x86/bugs: Report correct retbleed mitigation statusDavid Kaplan1-1/+3
2025-09-16x86/bugs: Fix reporting of LFENCE retpolineDavid Kaplan1-4/+1
2025-09-16x86/bugs: Fix spectre_v2 forcingDavid Kaplan1-18/+18
2025-09-16Merge branch 'x86/urgent' into x86/apic, to resolve conflictIngo Molnar5-136/+316
2025-09-15x86/bugs: Remove uses of cpu_mitigations_off()David Kaplan1-5/+5
2025-09-15x86/bugs: Simplify SSB cmdline parsingDavid Kaplan1-80/+40
2025-09-15x86/bugs: Use early_param() for spectre_v2David Kaplan1-99/+82
2025-09-15x86/bugs: Use early_param() for spectre_v2_userDavid Kaplan1-42/+26
2025-09-15x86/cpu: Detect FreeBSD Bhyve hypervisorDavid Woodhouse3-0/+70
2025-09-15uprobes/x86: Return error from uprobe syscall when not called from trampolineJiri Olsa1-1/+1
2025-09-15x86/resctrl: Configure mbm_event mode if supportedBabu Moger3-0/+16
2025-09-15x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read()Babu Moger2-0/+75
2025-09-15x86/resctrl: Refactor resctrl_arch_rmid_read()Babu Moger1-15/+23
2025-09-15x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with...Babu Moger1-0/+36
2025-09-15x86/resctrl: Add data structures and definitions for ABMC assignmentBabu Moger1-0/+36
2025-09-15x86/resctrl: Add support to enable/disable AMD ABMC featureBabu Moger2-0/+50
2025-09-15x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature detailsBabu Moger2-5/+13
2025-09-15x86,fs/resctrl: Consolidate monitoring related data from rdt_resourceBabu Moger2-7/+7
2025-09-15x86/resctrl: Add ABMC feature in the command line optionsBabu Moger1-0/+2
2025-09-15x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC)Babu Moger1-0/+1
2025-09-15x86,fs/resctrl: Prepare for more monitor eventsTony Luck3-41/+43
2025-09-15x86/resctrl: Remove the rdt_mon_features global variableTony Luck2-9/+5
2025-09-15x86,fs/resctrl: Replace architecture event enabled checksTony Luck2-4/+4
2025-09-15x86,fs/resctrl: Consolidate monitor event descriptionsTony Luck1-3/+9
2025-09-14Merge tag 'x86-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+14
2025-09-13x86/kexec: fix potential cmem->ranges out of memoryfuqiang wang1-4/+19
2025-09-13x86/crash: remove redundant 0 value initializationLiao Yuanhong1-2/+0
2025-09-13x86/kexec: carry forward the boot DTB on kexecBrian Mak1-3/+44
2025-09-12x86/bugs: Add attack vector controls for VMSCAPEDavid Kaplan1-4/+10
2025-09-11x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALTLi RongQing1-10/+10
2025-09-11x86/kvm: Make kvm_async_pf_task_wake() a local static helperSean Christopherson1-2/+1
2025-09-11x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNPSean Christopherson1-2/+19
2025-09-11x86/mce: Add a clear_bank() helperYazen Ghannam3-5/+18
2025-09-11x86/mce: Move machine_check_poll() status checks to helper functionsYazen Ghannam1-40/+48