aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-01-23x86/resctrl: Support monitor configurationBabu Moger3-1/+13
2023-01-23x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()Babu Moger3-2/+3
2023-01-23x86/resctrl: Detect and configure Slow Memory Bandwidth AllocationBabu Moger3-6/+40
2023-01-23x86/resctrl: Include new features in command line optionsBabu Moger1-0/+4
2023-01-23x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flagBabu Moger2-0/+3
2023-01-23x86/resctrl: Add a new resource type RDT_RESOURCE_SMBABabu Moger2-0/+13
2023-01-23x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flagBabu Moger1-0/+1
2023-01-23x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()Babu Moger2-29/+11
2023-01-22Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+9
2023-01-21x86/microcode/intel: Print old and new revision during early bootAshok Raj1-12/+16
2023-01-21x86/microcode/intel: Pass the microcode revision to print_ucode_info() directlyAshok Raj1-21/+9
2023-01-21x86/microcode: Adjust late loading result reporting messageAshok Raj1-4/+7
2023-01-21x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj2-13/+29
2023-01-20x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj2-9/+15
2023-01-20cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle()Li RongQing1-0/+1
2023-01-19x86/nmi: Print reasons why backtrace NMIs are ignoredPaul E. McKenney1-0/+73
2023-01-19x86/nmi: Accumulate NMI-progress evidence in exc_nmi()Paul E. McKenney1-1/+34
2023-01-18x86/microcode: Use the DEVICE_ATTR_RO() macroGuangju Wang[baidu]1-3/+3
2023-01-18Merge tag 'v6.2-rc4' into perf/core, to pick up fixesIngo Molnar8-54/+73
2023-01-17Drivers: hv: Setup synic registers in case of nested root partitionJinank Jain1-0/+65
2023-01-16x86/i8259: Mark legacy PIC interrupts with IRQ_LEVELThomas Gleixner2-1/+4
2023-01-16x86/aperfmperf: Erase stale arch_freq_scale values when disabling frequency i...Yair Podemsky1-0/+9
2023-01-15x86/signal: Fix the value returned by strict_sas_size()Christophe JAILLET1-1/+1
2023-01-13x86/cpu: Remove misleading commentJuergen Gross1-1/+1
2023-01-13cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra1-2/+12
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-11/+4
2023-01-13cpuidle, intel_idle: Fix CPUIDLE_FLAG_IBRSPeter Zijlstra1-1/+1
2023-01-13cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATEPeter Zijlstra1-2/+2
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2023-01-13x86/idle: Replace 'x86_idle' function pointer with a static_callPeter Zijlstra1-22/+28
2023-01-13x86/gsseg: Use the LKGS instruction if available for load_gs_index()H. Peter Anvin (Intel)1-0/+1
2023-01-12x86/hyperv: Add support for detecting nested hypervisorJinank Jain1-0/+7
2023-01-12x86/gsseg: Move load_gs_index() to its own new header fileH. Peter Anvin (Intel)3-0/+3
2023-01-12x86/bugs: Reset speculation control settings on initBreno Leitao1-1/+9
2023-01-11x86/setup: Move duplicate boot_cpu_data definition out of the ifdefferyYuntao Wang2-10/+4
2023-01-11x86/boot/e820: Fix typo in e820.c commentWang Yong1-1/+1
2023-01-10x86/resctrl: Fix event counts regression in reused RMIDsPeter Newman1-16/+33
2023-01-10x86/resctrl: Fix task CLOSID/RMID update racePeter Newman1-1/+11
2023-01-10x86/acpi/boot: Do not register processors that cannot be onlined for x2APICKishon Vijay Abraham I1-3/+16
2023-01-10x86/cpu: Remove redundant extern x86_read_arch_cap_msr()Ashok Raj3-2/+2
2023-01-10x86/kprobes: Use switch-case for 0xFF opcodes in prepare_emulationChuang Wang1-9/+11
2023-01-10x86/mce: Mask out non-address bits from machine check bankTony Luck1-5/+9
2023-01-07x86/kprobes: Drop removed INT3 handling codeMasami Hiramatsu (Google)1-14/+0
2023-01-07x86/mce/dev-mcelog: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2023-01-06crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo1-0/+8
2023-01-06x86/rtc: Simplify PNP ids checkHans de Goede1-6/+3
2023-01-06x86/signal/compat: Move sigaction_compat_abi() to signal_64.cBrian Gerst3-16/+13
2023-01-06x86/signal: Move siginfo field testsBrian Gerst3-176/+241
2023-01-05x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)1-8/+6
2023-01-04x86/bugs: Flush IBP in ib_prctl_set()Rodrigo Branco1-0/+2