summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vmlinux.lds.S
AgeCommit message (Expand)AuthorLines
2025-01-24Merge tag 'x86-boot-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-14/+31
2025-01-14x86/kexec: Fix location of relocate_kernel with -ffunction-sectionsNathan Chancellor-2/+2
2024-12-17x86/xen: remove hypercall pageJuergen Gross-4/+0
2024-12-06x86/kexec: Add data section to relocate_kernelDavid Woodhouse-0/+1
2024-12-06x86/kexec: Move relocate_kernel to kernel .data sectionDavid Woodhouse-1/+14
2024-12-05x86/boot: Move .head.text into its own output sectionArd Biesheuvel-2/+5
2024-12-05x86/kernel: Move ENTRY_TEXT to the start of the imageArd Biesheuvel-13/+13
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+4
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu-0/+4
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-23/+0
2024-11-18Merge tag 'for-linus-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+19
2024-11-08x86/stackprotector: Work around strict Clang TLS symbol requirementsArd Biesheuvel-0/+3
2024-11-02x86/vdso: Allocate vvar page from C codeThomas Weißschuh-23/+0
2024-10-29x86/xen: Avoid relocatable quantities in Xen ELF notesArd Biesheuvel-0/+19
2024-10-25x86: fix user address masking non-canonical speculation issueLinus Torvalds-0/+1
2024-08-19runtime constants: move list of constants to vmlinux.lds.hJann Horn-2/+1
2024-06-19runtime constants: add x86 architecture supportLinus Torvalds-0/+3
2024-05-13Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+1
2024-03-22x86: Rename __{start,end}_init_task to __{start,end}_init_stackXin Li (Intel)-1/+1
2024-03-21x86/boot: Simplify boot stack setupBrian Gerst-0/+3
2024-03-13x86/vmlinux.lds.S: Take __START_KERNEL out conditional definitionWei Yang-2/+1
2024-03-13x86/vmlinux.lds.S: Remove conditional definition of LOAD_OFFSETWei Yang-4/+0
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar-5/+5
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar-19/+3
2024-01-10x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao-2/+2
2024-01-10x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao-1/+1
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao-2/+2
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross-13/+0
2023-10-23x86/percpu: Introduce const-qualified const_pcpu_hot to micro-optimize code g...Uros Bizjak-0/+1
2023-10-20x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf-5/+2
2023-09-06x86/build: Fix linker fill bytes quirk/incompatibility for ld.lldSong Liu-1/+1
2023-08-16x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra-4/+4
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra-1/+1
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra-1/+1
2023-08-14x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu-2/+0
2023-08-14x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu-4/+4
2023-08-10x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers-3/+9
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)-2/+27
2023-05-17x86/retbleed: Add __x86_return_thunk alignment checksBorislav Petkov (AMD)-0/+4
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra-1/+0
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra-0/+9
2022-10-17x86/callthunks: Add call patching for call depth trackingThomas Gleixner-8/+0
2022-10-17objtool: Add .call_sites sectionPeter Zijlstra-0/+7
2022-10-17x86: Sanitize linker scriptThomas Gleixner-6/+7
2022-07-11Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+8
2022-07-01x86: Fix .brk attribute in linker scriptJuergen Gross-1/+1
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra-1/+1
2022-06-27x86: Undo return-thunk damagePeter Zijlstra-0/+7
2022-06-13x86/mm: Fix RESERVE_BRK() for older binutilsJosh Poimboeuf-2/+2
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig-12/+0