aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2023-08-08x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08x86/fpu: Mark init functions __initThomas Gleixner
2023-08-08x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-07-27Merge tag 'v5.4.251' into v5.4/standard/baseBruce Ashfield
2023-07-27x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang
2023-07-27x86/resctrl: Use is_closid_match() in more placesJames Morse
2023-07-27x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner
2023-07-26Merge tag 'v5.4.250' into v5.4/standard/baseBruce Ashfield
2023-07-24x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)
2023-07-24x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)
2023-07-24x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)
2023-07-03Merge tag 'v5.4.249' into v5.4/standard/baseBruce Ashfield
2023-06-28x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava
2023-06-12Merge tag 'v5.4.246' into v5.4/standard/baseBruce Ashfield
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-06-05Merge tag 'v5.4.244' into v5.4/standard/baseBruce Ashfield
2023-05-30x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy
2023-05-30x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui
2023-05-19Merge tag 'v5.4.243' into v5.4/standard/baseBruce Ashfield
2023-05-17x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()Saurabh Sengar
2023-05-17x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak
2023-04-21Merge tag 'v5.4.241' into v5.4/standard/baseBruce Ashfield
2023-04-20efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/LHans de Goede
2023-03-17Merge tag 'v5.4.237' into v5.4/standard/baseBruce Ashfield
2023-03-17Merge tag 'v5.4.235' into v5.4/standard/baseBruce Ashfield
2023-03-17x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDSH.J. Lu
2023-03-17x86/CPU/AMD: Disable XSAVES on AMD family 0x17Andrew Cooper
2023-03-11x86/resctl: fix scheduler confusion with 'current'Linus Torvalds
2023-03-11x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}Valentin Schneider
2023-03-11firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3Darrell Kavanagh
2023-03-11x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh
2023-03-11x86/microcode/AMD: Fix mixed steppings supportBorislav Petkov (AMD)
2023-03-11x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)
2023-03-11x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)
2023-03-11x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong
2023-03-11x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong
2023-03-11x86/reboot: Disable SVM, not just VMX, when stopping CPUsSean Christopherson
2023-03-11x86/reboot: Disable virtualization in an emergency if SVM is supportedSean Christopherson
2023-03-11x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson
2023-03-11x86/bugs: Reset speculation control settings on initBreno Leitao
2023-02-17Merge tag 'v5.4.231' into v5.4/standard/baseBruce Ashfield
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman
2023-02-06x86/i8259: Mark legacy PIC interrupts with IRQ_LEVELThomas Gleixner
2023-02-01Merge tag 'v5.4.230' into v5.4/standard/baseBruce Ashfield
2023-01-25Merge tag 'v5.4.229' into v5.4/standard/baseBruce Ashfield
2023-01-24x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGNYingChi Long
2023-01-18x86/resctrl: Fix task CLOSID/RMID update racePeter Newman
2023-01-18x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnece...Reinette Chatre