Age | Commit message (Expand) | Author |
2025-01-14 | x86/fred: Fix the FRED RSP0 MSR out of sync with its per-CPU cache | Xin Li (Intel) |
2025-01-14 | x86/kexec: Use typedef for relocate_kernel_fn function prototype | David Woodhouse |
2025-01-14 | x86/kexec: Cope with relocate_kernel() not being at the start of the page | David Woodhouse |
2025-01-14 | x86/kexec: Mark machine_kexec() with __nocfi | David Woodhouse |
2025-01-14 | x86/kexec: Fix location of relocate_kernel with -ffunction-sections | Nathan Chancellor |
2025-01-14 | x86/kexec: Fix stack and handling of re-entry point for ::preserve_context | David Woodhouse |
2025-01-14 | x86/kexec: Use correct swap page in swap_pages function | David Woodhouse |
2025-01-14 | x86/kexec: Ensure preserve_context flag is set on return to kernel | David Woodhouse |
2025-01-14 | x86/kexec: Disable global pages before writing to control page | David Woodhouse |
2025-01-13 | mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereference | Guo Weikang |
2025-01-13 | x86: mm: free page table pages by RCU instead of semi RCU | Qi Zheng |
2025-01-13 | rtc: Remove hpet_rtc_dropped_irq() | Dr. David Alan Gilbert |
2025-01-13 | x86/topology: Use x86_sched_itmt_flags for PKG domain unconditionally | K Prateek Nayak |
2025-01-13 | x86/topology: Remove x86_smt_flags and use cpu_smt_flags directly | K Prateek Nayak |
2025-01-13 | x86/itmt: Move the "sched_itmt_enabled" sysctl to debugfs | K Prateek Nayak |
2025-01-13 | x86/itmt: Use guard() for itmt_update_mutex | K Prateek Nayak |
2025-01-13 | x86/itmt: Convert "sysctl_sched_itmt_enabled" to boolean | K Prateek Nayak |
2025-01-12 | arch: remove get_task_comm() and print task comm directly | Yafang Shao |
2025-01-10 | hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h | Nuno Das Neves |
2025-01-08 | x86/tsc: Init the TSC for Secure TSC guests | Nikunj A Dadhania |
2025-01-08 | x86/amd_node: Use defines for SMN register offsets | Yazen Ghannam |
2025-01-08 | x86/amd_node: Remove dependency on AMD_NB | Yazen Ghannam |
2025-01-08 | x86/amd_node: Update __amd_smn_rw() error paths | Yazen Ghannam |
2025-01-08 | x86/amd_nb: Move SMN access code to a new amd_node driver | Mario Limonciello |
2025-01-08 | x86/amd_nb: Simplify function 3 search | Yazen Ghannam |
2025-01-08 | x86/amd_nb: Use topology info to get AMD node count | Yazen Ghannam |
2025-01-08 | x86/amd_nb: Simplify root device search | Yazen Ghannam |
2025-01-08 | x86/amd_nb: Simplify function 4 search | Yazen Ghannam |
2025-01-08 | x86: Start moving AMD node functionality out of AMD_NB | Yazen Ghannam |
2025-01-08 | x86/amd_nb: Clean up early_is_amd_nb() | Yazen Ghannam |
2025-01-08 | x86/amd_nb: Restrict init function to AMD-based systems | Yazen Ghannam |
2025-01-07 | x86/fpu: Ensure shadow stack is active before "getting" registers | Rick Edgecombe |
2025-01-03 | x86/mce/amd: Remove shared threshold bank plumbing | Yazen Ghannam |
2025-01-03 | x86/ioapic: Remove a stray tab in the IO-APIC type string | Alan Song |
2025-01-02 | x86/static-call: Remove early_boot_irqs_disabled check to fix Xen PVH dom0 | Andrew Cooper |
2024-12-31 | x86/microcode/AMD: Remove ret local var in early_apply_microcode() | Borislav Petkov (AMD) |
2024-12-31 | x86/microcode/AMD: Have __apply_microcode_amd() return bool | Borislav Petkov (AMD) |
2024-12-31 | x86/microcode/AMD: Make __verify_patch_size() return bool | Nikolay Borisov |
2024-12-31 | x86/microcode/AMD: Remove bogus comment from parse_container() | Nikolay Borisov |
2024-12-31 | x86/microcode/AMD: Return bool from find_blobs_in_containers() | Nikolay Borisov |
2024-12-31 | x86/mce: Remove the redundant mce_hygon_feature_init() | Qiuxu Zhuo |
2024-12-31 | x86/mce: Convert family/model mixed checks to VFM-based checks | Qiuxu Zhuo |
2024-12-31 | x86/mce: Break up __mcheck_cpu_apply_quirks() | Tony Luck |
2024-12-30 | x86/mce: Make four functions return bool | Qiuxu Zhuo |
2024-12-30 | x86/mce/threshold: Remove the redundant this_cpu_dec_return() | Qiuxu Zhuo |
2024-12-30 | x86/mce: Make several functions return bool | Qiuxu Zhuo |
2024-12-30 | x86/bugs: Add SRSO_USER_KERNEL_NO support | Borislav Petkov (AMD) |
2024-12-29 | x86/fred: Clear WFE in missing-ENDBRANCH #CPs | Xin Li (Intel) |
2024-12-26 | fgraph: Replace fgraph_ret_regs with ftrace_regs | Masami Hiramatsu (Google) |
2024-12-26 | fgraph: Pass ftrace_regs to entryfunc | Masami Hiramatsu (Google) |