summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2025-02-26x86/traps: Decode 0xEA instructions as #UDPeter Zijlstra
2025-02-26x86/mce/inject: Remove call to mce_notify_irq()Nikolay Borisov
2025-02-26x86/alternatives: Clean up preprocessor conditional block commentsIngo Molnar
2025-02-26x86/ibt: Add exact_endbr() helperPeter Zijlstra
2025-02-26x86/cfi: Add 'cfi=warn' boot optionPeter Zijlstra
2025-02-25x86/irq: Define trace events conditionallyArnd Bergmann
2025-02-25x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systemsRussell Senior
2025-02-25x86/of: Don't use DTB for SMP setup if ACPI is enabledDmytro Maluka
2025-02-25x86/mtrr: Remove unnecessary strlen() in mtrr_write()Thorsten Blum
2025-02-25x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus()Waiman Long
2025-02-23x86/ioperm: Use atomic64_inc_return() in ksys_ioperm()Uros Bizjak
2025-02-22Merge tag 'x86-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-22x86/kexec: Export e820_table_kexec[] to sysfsDave Young
2025-02-22x86/boot: Change some static bootflag functions to boolUros Bizjak
2025-02-22x86/microcode/AMD: Load only SHA256-checksummed patchesBorislav Petkov (AMD)
2025-02-22hyperv: Change hv_root_partition into a functionNuno Das Neves
2025-02-21x86/arch_prctl/64: Clean up ARCH_MAP_VDSO_32Brian Gerst
2025-02-21x86/arch_prctl: Simplify sys_arch_prctl()Brian Gerst
2025-02-21x86/apic: Use str_disabled_enabled() helper in print_ipi_mode()Thorsten Blum
2025-02-21x86/mm: Remove pv_ops.mmu.tlb_remove_table callRik van Riel
2025-02-21x86/mm: Make MMU_GATHER_RCU_TABLE_FREE unconditionalRik van Riel
2025-02-21x86/e820: Drop obsolete E820_TYPE_RESERVED_KERN and related codeMike Rapoport (Microsoft)
2025-02-21x86/boot: Split parsing of boot_params into the parse_boot_params() helper fu...Mike Rapoport (Microsoft)
2025-02-21x86/boot: Split kernel resources setup into the setup_kernel_resources() help...Mike Rapoport (Microsoft)
2025-02-21x86/boot: Move setting of memblock parameters to e820__memblock_setup()Mike Rapoport (Microsoft)
2025-02-21x86/tsc: Always save/restore TSC sched_clock() on suspend/resumeGuilherme G. Piccoli
2025-02-21ACPI/processor_idle: Export acpi_processor_ffh_play_dead()Artem Bityutskiy
2025-02-21Merge tag 'v6.14-rc3' into x86/mm, to pick up fixes before merging new changesIngo Molnar
2025-02-21x86/fpu: Fix guest FPU state buffer allocation sizeStanislav Spassov
2025-02-21x86/module: Remove unnecessary check in module_finalize()Dan Carpenter
2025-02-21x86/cpufeatures: Make AVX-VNNI depend on AVXEric Biggers
2025-02-20genirq: Introduce common irq_force_complete_move() implementationThomas Gleixner
2025-02-18x86/ACPI: CPPC: Add missing includeMario Limonciello
2025-02-18x86: Move sysctls into arch/x86Joel Granados
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar
2025-02-18x86/percpu/64: Remove INIT_PER_CPU macrosBrian Gerst
2025-02-18x86/percpu/64: Remove fixed_percpu_dataBrian Gerst
2025-02-18x86/percpu/64: Use relative percpu offsetsBrian Gerst
2025-02-18x86/stackprotector/64: Convert to normal per-CPU variableBrian Gerst
2025-02-18x86/module: Deal with GOT based stack cookie load on Clang < 17Ard Biesheuvel
2025-02-18x86/boot: Disable stack protector for early boot codeBrian Gerst
2025-02-17cpufreq: Allow arch_freq_get_on_cpu to return an errorBeata Michalska
2025-02-17x86/microcode/AMD: Add get_patch_level()Borislav Petkov (AMD)
2025-02-17x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declarationBorislav Petkov (AMD)
2025-02-17x86/microcode/AMD: Merge early_apply_microcode() into its single callsiteBorislav Petkov (AMD)
2025-02-17x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarationsBorislav Petkov (AMD)
2025-02-17x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signatureBorislav Petkov (AMD)
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior