aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/setup.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+2
2025-05-12x86/kexec: add support for passing kexec handover (KHO) dataAlexander Graf1-0/+2
2025-05-04x86/boot: Move early_setup_gdt() back into head64.cArd Biesheuvel1-0/+1
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth1-3/+3
2025-02-18x86: Move sysctls into arch/x86Joel Granados1-0/+1
2024-12-05x86/boot/64: Determine VA/PA offset before entering C codeArd Biesheuvel1-1/+1
2024-05-27x86/setup: Warn when option parsing is done too earlyBorislav Petkov (AMD)1-0/+8
2024-02-26x86/boot/64: Simplify global variable accesses in GDT/IDT programmingArd Biesheuvel1-1/+1
2023-11-13x86/setup: Make relocated_ramdisk a local variable of relocate_initrd()Yuntao Wang1-2/+0
2023-10-18x86/boot/32: De-uglify the 2/3 level paging difference in mk_early_pgtbl_32()Thomas Gleixner1-0/+1
2023-04-14x86/head: Mark *_start_kernel() __noreturnJosh Poimboeuf1-3/+3
2022-07-01x86/xen: Use clear_bss() for Xen PV guestsJuergen Gross1-0/+3
2022-06-13x86/mm: Fix RESERVE_BRK() for older binutilsJosh Poimboeuf1-17/+21
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+11
2022-05-06x86/mm: Simplify RESERVE_BRK()Josh Poimboeuf1-19/+11
2022-04-06x86/head/64: Re-enable stack protectionMichael Roth1-1/+0
2022-03-15x86/ibt: Dont generate ENDBR in .discard.textPeter Zijlstra1-1/+2
2021-03-11x86/setup: Remove unused RESERVE_BRK_ARRAY()Cao jin1-5/+0
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-09-07x86/head/64: Move early exception dispatch to C codeJoerg Roedel1-1/+3
2020-09-07x86/head/64: Install a CPU bringup IDTJoerg Roedel1-0/+1
2020-09-07x86/head/64: Install startup GDTJoerg Roedel1-0/+1
2020-06-09x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport1-1/+11
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-03treewide: Consolidate Apple DMI checksLukas Wunner1-0/+1
2017-06-13x86/time: Make setup_default_timer_irq() staticDou Liyang1-1/+0
2016-04-29x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski1-0/+1
2015-04-29x86: kaslr: fix build due to missing ALIGN definitionJiri Kosina1-0/+1
2015-04-29x86: introduce kaslr_offset()Jiri Kosina1-0/+6
2015-04-03x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov1-0/+5
2014-05-01x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin1-3/+2
2014-04-30x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin1-0/+3
2014-02-27x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin1-6/+0
2014-01-13x86, ramdisk: Export relocated ramdisk VABorislav Petkov1-1/+2
2013-10-17intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan1-2/+2
2013-08-06x86, asmlinkage: Make _*_start_kernel visibleAndi Kleen1-3/+5
2012-12-14UAPI: (Scripted) Disintegrate arch/x86/include/asmDavid Howells1-3/+2
2011-12-18x86/intel config: Revamp configuration to allow for Moorestown and MedfieldAlan Cox1-1/+1
2011-05-19Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-05-16ftrace/x86: Do not trace .discard.text sectionSteven Rostedt1-1/+1
2011-03-15x86: Introduce pci_map_biosrom()Dan Williams1-1/+1
2010-11-12x86: Add CE4100 platform supportThomas Gleixner1-0/+6
2010-10-05x86, mm: Add RESERVE_BRK_ARRAY() helperJeremy Fitzhardinge1-0/+5
2010-07-27support multiple .discard.* sections to avoid section type conflictsJeremy Fitzhardinge1-1/+1
2010-02-19x86: Move pci init function to x86_initThomas Gleixner1-2/+0
2009-08-31x86: Add Moorestown early detectionThomas Gleixner1-0/+6
2009-08-31x86: Add timer_init to x86_init_opsThomas Gleixner1-19/+2
2009-08-31x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner1-4/+0
2009-08-31x86: Move traps_init to x86_init_opsThomas Gleixner1-3/+0