Show patches with: Series = gcc-LTO support for the kernel       |   46 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[46/46] x86, lto: Finally enable gcc LTO for x86 gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[45/46] kasan, lto: remove extra BUILD_BUG() in memory_is_poisoned gcc-LTO support for the kernel - 1 - --- 2022-11-14 Jiri Slaby New
[44/46] scripts/bloat-o-meter, lto: handle gcc LTO gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[43/46] scripts, lto: check C symbols for modversions gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[42/46] mm/kasan, lto: Mark kasan mem{cpy,move,set} as __used gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[41/46] x86/lib, lto: Mark 32bit mem{cpy,move,set} as __used gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[40/46] x86/livepatch, lto: Disable live patching with gcc LTO gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[39/46] x86, lto: Disable relative init pointers with gcc LTO gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[38/46] Kbuild, lto: don't include weak source file symbols in System.map gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[37/46] Compiler attributes, lto: disable __flatten with LTO gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[36/46] lib/string, lto: disable gcc LTO for string.o gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[35/46] Kbuild, lto: disable gcc LTO for bounds+asm-offsets gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[34/46] scripts, lto: disable gcc LTO for some mod sources gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[33/46] x86/vdso, lto: Disable gcc LTO for the vdso gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[32/46] x86/realmode, lto: Disable gcc LTO for real mode code gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[31/46] x86/purgatory, lto: Disable gcc LTO for purgatory gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[30/46] Kbuild, lto: Add Link Time Optimization support gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[29/46] scripts, lto: use CONFIG_LTO for many LTO specific actions gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[28/46] scripts, lto: re-add gcc-ld gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[27/46] linkage, lto: use C version for SYSCALL_ALIAS() / cond_syscall() gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[26/46] x86/apic, lto: Mark apic_driver*() as __noreorder gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[25/46] sched, lto: mark sched classes as __noreorder gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[24/46] bpf, lto: mark interpreter jump table as __noreorder gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[23/46] init.h, lto: mark initcalls as __noreorder gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[22/46] btf, lto: Make all BTF IDs global on LTO gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[21/46] btf, lto: pass scope as strings gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[20/46] softirq, lto: Mark irq_enter/exit_rcu() as __visible gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[19/46] export, lto: Mark __kstrtab* in EXPORT_SYMBOL() as global and __visible gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[18/46] entry, lto: Mark raw_irqentry_exit_cond_resched() as __visible gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[17/46] amd, lto: Mark amd pmu and pstate functions as __visible_on_lto gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[16/46] x86, lto: Mark gdt_page and native_sched_clock() as __visible gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[15/46] x86/xen, lto: Mark xen_vcpu_stolen() as __visible gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[14/46] x86/sev, lto: Mark cpuid_table_copy as __visible_on_lto gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[13/46] x86/preempt, lto: Mark preempt_schedule_*thunk() as __visible gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[12/46] x86/paravirt, lto: Mark native_steal_clock() as __visible_on_lto gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[11/46] x86/alternative, lto: Mark int3_*() as global and __visible gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[10/46] static_call, lto: Mark func_a() as __visible_on_lto gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[09/46] static_call, lto: Mark static_call_return0() as __visible gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[08/46] static_call, lto: Mark static keys as __visible gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[07/46] tracepoint, lto: Mark static call functions as __visible gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[06/46] Compiler Attributes, lto: introduce __noreorder gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[05/46] compiler.h: introduce __global_on_lto gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[04/46] compiler.h: introduce __visible_on_lto gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[03/46] kbuild: lto: preserve MAKEFLAGS for module linking gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[02/46] kbuild: pass jobserver to cmd_ld_vmlinux.o gcc-LTO support for the kernel - - - --- 2022-11-14 Jiri Slaby New
[01/46] x86/boot: robustify calling startup_{32,64}() from the decompressor code gcc-LTO support for the kernel - 1 1 --- 2022-11-14 Jiri Slaby New