aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-04x86/coco: Require seeding RNG with RDRAND on CoCo systemsGravatar Jason A. Donenfeld 1-0/+2
2024-03-26x86/sev: Skip ROM range scans and validation for SEV-SNP guestsGravatar Kevin Loughlin 1-2/+1
2024-03-23x86/cpu: Ensure that CPU info updates are propagated on UPGravatar Thomas Gleixner 1-10/+0
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+10
2024-03-04x86/percpu: Cure per CPU madness on UPGravatar Thomas Gleixner 1-0/+10
2024-02-23x86, crash: wrap crash dumping code into crash related ifdefsGravatar Baoquan He 1-1/+1
2024-02-15x86/cpu/topology: Rework possible CPU managementGravatar Thomas Gleixner 1-5/+4
2024-02-15x86/mm/numa: Move early mptable evaluation into common codeGravatar Thomas Gleixner 1-0/+2
2024-02-15x86/mpparse: Switch to new init callbacksGravatar Thomas Gleixner 1-7/+3
2024-02-15x86/dtb: Rename x86_dtb_init()Gravatar Thomas Gleixner 1-1/+1
2024-02-15x86/mpparse: Rename default_find_smp_config()Gravatar Thomas Gleixner 1-4/+2
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2023-12-08x86/virt/tdx: Use all system memory when initializing TDX module as TDX memoryGravatar Kai Huang 1-0/+2
2023-11-13x86/setup: Make relocated_ramdisk a local variable of relocate_initrd()Gravatar Yuntao Wang 1-3/+1
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-136/+11
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'x86_platform_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2023-10-17vgacon: remove screen_info dependencyGravatar Arnd Bergmann 1-1/+1
2023-10-11x86/sev: Move sev_setup_arch() to mem_encrypt.cGravatar Alexander Shishkin 1-1/+1
2023-10-04x86: kdump: use generic interface to simplify crashkernel reservation codeGravatar Baoquan He 1-137/+11
2023-10-04crash_core: change the prototype of function parse_crashkernel()Gravatar Baoquan He 1-1/+2
2023-10-02x86/of: Move the x86_flattree_get_config() call out of x86_dtb_init()Gravatar Saurabh Sengar 1-0/+2
2023-09-18x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer()Gravatar Rik van Riel 1-6/+2
2023-08-09x86/apic: Provide apic_update_callback()Gravatar Thomas Gleixner 1-0/+2
2023-08-09x86/apic: Mop up *setup_apic_routing()Gravatar Thomas Gleixner 1-1/+1
2023-08-09x86/apic/32: Decrapify the def_bigsmp mechanismGravatar Thomas Gleixner 1-1/+0
2023-08-09x86/apic: Rename disable_apicGravatar Thomas Gleixner 1-1/+1
2023-06-27Merge tag 'for-linus-6.5-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-06-26iscsi_ibft: Fix finding the iBFT under Xen Dom 0Gravatar Ross Lagerwall 1-1/+1
2023-06-01x86/mtrr: Support setting MTRR state for software defined MTRRsGravatar Juergen Gross 1-0/+2
2023-01-11x86/setup: Move duplicate boot_cpu_data definition out of the ifdefferyGravatar Yuntao Wang 1-8/+2
2022-12-13Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+2
2022-12-13Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2022-11-25x86/boot: Skip realmode init code when running as Xen PV guestGravatar Juergen Gross 1-1/+1
2022-11-18efi: memmap: Move EFI fake memmap support into x86 arch treeGravatar Ard Biesheuvel 1-0/+1
2022-11-10x86: Decouple PAT and MTRR handlingGravatar Juergen Gross 1-12/+1
2022-11-10x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Gravatar Juergen Gross 1-1/+2
2022-07-11x86/setup: Use rng seeds from setup_dataGravatar Jason A. Donenfeld 1-0/+10
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecGravatar Jonathan McDowell 1-0/+63
2022-06-13x86/mm: Fix RESERVE_BRK() for older binutilsGravatar Josh Poimboeuf 1-5/+0
2022-05-25x86/setup: Use strscpy() to replace deprecated strlcpy()Gravatar XueBing Chen 1-3/+3
2022-04-04x86/cpu: Remove "noexec"Gravatar Borislav Petkov 1-3/+25
2022-03-23x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefGravatar Jisheng Zhang 1-7/+3
2022-03-09x86/boot: Fix memremap of setup_indirect structuresGravatar Ross Philipson 1-7/+27
2022-01-10Merge tag 'x86_misc_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+6
2021-12-22x86/mtrr: Remove the mtrr_bp_init() stubGravatar Christoph Hellwig 1-1/+6
2021-12-15x86/boot: Move EFI range reservation after cmdline parsingGravatar Mike Rapoport 1-3/+3
2021-12-15Revert "x86/boot: Pull up cmdline preparation and early param parsing"Gravatar Borislav Petkov 1-39/+27