summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2023-02-06x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)
2023-02-03livepatch,x86: Clear relocation targets on a module removalSong Liu
2023-02-03x86/module: remove unused code in __apply_relocate_addSong Liu
2023-02-02clocksource: Verify HPET and PMTMR when TSC unverifiedPaul E. McKenney
2023-02-02x86/tsc: Add option to force frequency recalibration with HW timerFeng Tang
2023-01-31x86/amd: Cache debug register values in percpu variablesAlexey Kardashevskiy
2023-01-31x86/microcode: Allow only "1" as a late reload trigger valueAshok Raj
2023-01-31x86/static_call: Add support for Jcc tail-callsPeter Zijlstra
2023-01-31x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructionsPeter Zijlstra
2023-01-31x86/alternatives: Introduce int3_emulate_jcc()Peter Zijlstra
2023-01-31sched/clock/x86: Mark sched_clock() noinstrPeter Zijlstra
2023-01-31x86/pvclock: Improve atomic update of last_value in pvclock_clocksource_read()Uros Bizjak
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar
2023-01-29Merge tag 'x86_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-01-27x86/tdx: Add more registers to struct tdx_hypercall_argsKirill A. Shutemov
2023-01-26x86/ACPI/boot: Use try_cmpxchg() in __acpi_{acquire,release}_global_lock()Uros Bizjak
2023-01-26x86/resctrl: Fix a silly -Wunused-but-set-variable warningBorislav Petkov (AMD)
2023-01-25x86/cpu: Support AMD Automatic IBRSKim Phillips
2023-01-25x86/cpu, kvm: Add the Null Selector Clears Base featureKim Phillips
2023-01-25x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leafKim Phillips
2023-01-25x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threadsJens Axboe
2023-01-25x86/vdso: Move VDSO image init to vdso2c generated codeBrian Gerst
2023-01-25x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips
2023-01-24x86/entry: KVM: Use dedicated VMX NMI entry for 32-bit kernels tooSean Christopherson
2023-01-24x86/reboot: Disable SVM, not just VMX, when stopping CPUsSean Christopherson
2023-01-24x86/reboot: Disable virtualization in an emergency if SVM is supportedSean Christopherson
2023-01-24x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini
2023-01-23x86/resctrl: Add interface to write mbm_local_bytes_configBabu Moger
2023-01-23x86/resctrl: Add interface to write mbm_total_bytes_configBabu Moger
2023-01-23x86/resctrl: Add interface to read mbm_local_bytes_configBabu Moger
2023-01-23x86/resctrl: Add interface to read mbm_total_bytes_configBabu Moger
2023-01-23x86/resctrl: Support monitor configurationBabu Moger
2023-01-23x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()Babu Moger
2023-01-23x86/resctrl: Detect and configure Slow Memory Bandwidth AllocationBabu Moger
2023-01-23x86/resctrl: Include new features in command line optionsBabu Moger
2023-01-23x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flagBabu Moger
2023-01-23x86/resctrl: Add a new resource type RDT_RESOURCE_SMBABabu Moger
2023-01-23x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flagBabu Moger
2023-01-23x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()Babu Moger
2023-01-22Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-01-21x86/microcode/intel: Print old and new revision during early bootAshok Raj
2023-01-21x86/microcode/intel: Pass the microcode revision to print_ucode_info() directlyAshok Raj
2023-01-21x86/microcode: Adjust late loading result reporting messageAshok Raj
2023-01-21x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj
2023-01-20x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj
2023-01-20cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle()Li RongQing
2023-01-19x86/nmi: Print reasons why backtrace NMIs are ignoredPaul E. McKenney
2023-01-19x86/nmi: Accumulate NMI-progress evidence in exc_nmi()Paul E. McKenney
2023-01-18x86/microcode: Use the DEVICE_ATTR_RO() macroGuangju Wang[baidu]