summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2025-09-15uprobes/x86: Return error from uprobe syscall when not called from trampolineJiri Olsa-1/+1
2025-09-15x86/resctrl: Configure mbm_event mode if supportedBabu Moger-0/+16
2025-09-15x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read()Babu Moger-0/+75
2025-09-15x86/resctrl: Refactor resctrl_arch_rmid_read()Babu Moger-15/+23
2025-09-15x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with...Babu Moger-0/+36
2025-09-15x86/resctrl: Add data structures and definitions for ABMC assignmentBabu Moger-0/+36
2025-09-15x86/resctrl: Add support to enable/disable AMD ABMC featureBabu Moger-0/+50
2025-09-15x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature detailsBabu Moger-5/+13
2025-09-15x86,fs/resctrl: Consolidate monitoring related data from rdt_resourceBabu Moger-7/+7
2025-09-15x86/resctrl: Add ABMC feature in the command line optionsBabu Moger-0/+2
2025-09-15x86/cpufeatures: Add support for Assignable Bandwidth Monitoring Counters (ABMC)Babu Moger-0/+1
2025-09-15x86,fs/resctrl: Prepare for more monitor eventsTony Luck-41/+43
2025-09-15x86/resctrl: Remove the rdt_mon_features global variableTony Luck-9/+5
2025-09-15x86,fs/resctrl: Replace architecture event enabled checksTony Luck-4/+4
2025-09-15x86,fs/resctrl: Consolidate monitor event descriptionsTony Luck-3/+9
2025-09-14Merge tag 'x86-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-11/+14
2025-09-13x86/kexec: fix potential cmem->ranges out of memoryfuqiang wang-4/+19
2025-09-13x86/crash: remove redundant 0 value initializationLiao Yuanhong-2/+0
2025-09-13x86/kexec: carry forward the boot DTB on kexecBrian Mak-3/+44
2025-09-12x86/bugs: Add attack vector controls for VMSCAPEDavid Kaplan-4/+10
2025-09-11x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALTLi RongQing-10/+10
2025-09-11x86/kvm: Make kvm_async_pf_task_wake() a local static helperSean Christopherson-2/+1
2025-09-11x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNPSean Christopherson-2/+19
2025-09-11x86/mce: Add a clear_bank() helperYazen Ghannam-5/+18
2025-09-11x86/mce: Move machine_check_poll() status checks to helper functionsYazen Ghannam-40/+48
2025-09-11x86/mce: Separate global and per-CPU quirksYazen Ghannam-62/+65
2025-09-11x86/mce: Do 'UNKNOWN' vendor check earlyYazen Ghannam-10/+8
2025-09-11x86/mce: Define BSP-only SMCA initYazen Ghannam-0/+11
2025-09-11x86/mce: Define BSP-only initYazen Ghannam-10/+22
2025-09-11x86/mce: Set CR4.MCE last during initYazen Ghannam-2/+3
2025-09-10Merge tag 'vmscape-for-linus-20250904' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-113/+258
2025-09-08clocksource: hyper-v: Skip unnecessary checks for the root partitionWei Liu-1/+10
2025-09-08x86/cpu/topology: Always try cpu_parse_topology_ext() on AMD/HygonK Prateek Nayak-11/+14
2025-09-05x86/kexec: Disable kexec/kdump on platforms with TDX partial write erratumKai Huang-0/+16
2025-09-05x86/sme: Use percpu boolean to control WBINVD during kexecKai Huang-20/+48
2025-09-05x86/kexec: Consolidate relocate_kernel() function parametersKai Huang-19/+28
2025-09-05x86/mce: Remove __mcheck_cpu_init_early()Yazen Ghannam-14/+4
2025-09-05x86/mce: Cleanup bank processing on initBorislav Petkov-45/+18
2025-09-05x86/mce/amd: Put list_head in threshold_bankYazen Ghannam-31/+12
2025-09-05x86/mce/amd: Remove smca_banks_mapYazen Ghannam-41/+9
2025-09-05x86/mce/amd: Remove return value for mce_threshold_{create,remove}_device()Yazen Ghannam-12/+14
2025-09-05x86/mce/amd: Rename threshold restart functionYazen Ghannam-6/+6
2025-09-05Merge branch 'x86/apic' into x86/sev, to resolve conflictIngo Molnar-51/+491
2025-09-04x86,retpoline: Optimize patch_retpoline()Peter Zijlstra-16/+26
2025-09-04x86,ibt: Use UDB instead of 0xEAPeter Zijlstra-97/+128
2025-09-04x86/cfi: Add "debug" option to "cfi=" bootparamKees Cook-0/+16
2025-09-04x86/cfi: Standardize on common "CFI:" prefix for CFI reportsKees Cook-7/+10
2025-09-04x86/traps: Clarify KCFI instruction layoutKees Cook-1/+1
2025-09-04x86/microcode: Add microcode loader debugging functionalityBorislav Petkov (AMD)-23/+80
2025-09-04x86/microcode: Add microcode= cmdline parsingBorislav Petkov (AMD)-4/+22