| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-14 | Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -14/+7 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+3 |
| 2026-03-31 | module: remove *_gpl sections from vmlinux and modules | Siddharth Nayyar | 1 | -16/+2 |
| 2026-03-31 | module: add kflagstab section to vmlinux and modules | Siddharth Nayyar | 1 | -0/+7 |
| 2026-03-31 | fs: hide file and bfile caches behind runtime const machinery | Mateusz Guzik | 1 | -1/+3 |
| 2026-02-26 | kbuild: Split .modinfo out from ELF_DETAILS | Nathan Chancellor | 1 | -1/+3 |
| 2026-01-13 | fs: hide names_cache behind runtime const machinery | Mateusz Guzik | 1 | -1/+2 |
| 2025-12-05 | Merge tag 'tracepoints-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
| 2025-12-01 | Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -30/+46 |
| 2025-12-01 | Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+2 |
| 2025-11-21 | kbuild: Check for functions with ambiguous -ffunction-sections section names | Josh Poimboeuf | 1 | -1/+1 |
| 2025-11-13 | objtool: Warn on functions with ambiguous -ffunction-sections section names | Josh Poimboeuf | 1 | -0/+15 |
| 2025-11-13 | vmlinux.lds: Fix TEXT_MAIN to include .text.start and friends | Josh Poimboeuf | 1 | -11/+12 |
| 2025-11-13 | Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes | Ingo Molnar | 1 | -1/+1 |
| 2025-11-12 | fs: hide dentry_cache behind runtime const machinery | Mateusz Guzik | 1 | -1/+2 |
| 2025-10-31 | vmlinux.lds: Exclude .text.startup and .text.exit from TEXT_MAIN | Josh Poimboeuf | 1 | -6/+22 |
| 2025-10-27 | kbuild: align modinfo section for Secureboot Authenticode EDK2 compat | Dimitri John Ledkov | 1 | -1/+1 |
| 2025-10-24 | tracing: Add a tracepoint verification check at build time | Steven Rostedt | 1 | -0/+1 |
| 2025-10-14 | vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macros | Josh Poimboeuf | 1 | -28/+12 |
| 2025-10-01 | Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb... | Linus Torvalds | 1 | -1/+1 |
| 2025-10-01 | Merge tag 'asm-generic-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
| 2025-09-25 | once: fix race by moving DO_ONCE to separate section | Qi Xi | 1 | -0/+1 |
| 2025-09-24 | kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI | Kees Cook | 1 | -1/+1 |
| 2025-09-24 | kbuild: keep .modinfo section in vmlinux.unstripped | Masahiro Yamada | 1 | -1/+1 |
| 2025-07-22 | tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD | Steven Rostedt | 1 | -1/+1 |
| 2025-05-28 | Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -1/+2 |
| 2025-05-23 | btf: Allow mmap of vmlinux btf | Lorenz Bauer | 1 | -1/+2 |
| 2025-04-22 | vmlinux.lds: Include .data.rel[.local] into .data section | Ard Biesheuvel | 1 | -2/+2 |
| 2025-03-24 | Merge tag 'x86-fpu-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+0 |
| 2025-03-04 | x86/percpu: Fix __per_cpu_hot_end marker | Uros Bizjak | 1 | -2/+1 |
| 2025-03-04 | percpu: Introduce percpu hot section | Brian Gerst | 1 | -0/+11 |
| 2025-03-04 | Merge branch 'x86/cpu' into x86/asm, to pick up dependent commits | Ingo Molnar | 1 | -1/+1 |
| 2025-02-28 | Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2025-02-26 | vmlinux.lds.h: Remove entry to place init_task onto init_stack | Benjamin Berg | 1 | -1/+0 |
| 2025-02-25 | vmlinux.lds: Ensure that const vars with relocations are mapped R/O | Ard Biesheuvel | 1 | -1/+1 |
| 2025-02-18 | percpu: Remove __per_cpu_load | Brian Gerst | 1 | -1/+0 |
| 2025-02-18 | percpu: Remove PERCPU_VADDR() | Brian Gerst | 1 | -35/+1 |
| 2025-02-18 | percpu: Remove PER_CPU_FIRST_SECTION | Brian Gerst | 1 | -1/+0 |
| 2025-02-06 | kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS | Masahiro Yamada | 1 | -0/+1 |
| 2024-11-27 | Rename .data.once to .data..once to fix resetting WARN*_ONCE | Masahiro Yamada | 1 | -1/+1 |
| 2024-11-27 | Rename .data.unlikely to .data..unlikely | Masahiro Yamada | 1 | -1/+1 |
| 2024-11-27 | kbuild: Add Propeller configuration for kernel build | Rong Xu | 1 | -3/+3 |
| 2024-11-27 | AutoFDO: Enable machine function split optimization for AutoFDO | Rong Xu | 1 | -1/+6 |
| 2024-11-27 | AutoFDO: Enable -ffunction-sections for the AutoFDO build | Rong Xu | 1 | -2/+9 |
| 2024-11-27 | vmlinux.lds.h: Add markers for text_unlikely and text_hot sections | Rong Xu | 1 | -2/+12 |
| 2024-11-27 | vmlinux.lds.h: Adjust symbol ordering in text output section | Rong Xu | 1 | -7/+12 |
| 2024-09-26 | Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+4 |
| 2024-09-04 | Merge branch 'bpf/master' into for-6.12 | Tejun Heo | 1 | -6/+5 |
| 2024-08-19 | runtime constants: move list of constants to vmlinux.lds.h | Jann Horn | 1 | -0/+4 |
| 2024-08-03 | runtime constants: deal with old decrepit linkers | Linus Torvalds | 1 | -6/+5 |
| 2024-07-30 | Merge tag 'v6.11-rc1' into for-6.12 | Tejun Heo | 1 | -36/+11 |
| 2024-07-23 | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -19/+0 |
| 2024-07-21 | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -16/+2 |
| 2024-07-16 | Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-16 | kbuild: remove PROVIDE() for kallsyms symbols | Masahiro Yamada | 1 | -19/+0 |
| 2024-07-12 | init/modpost: conditionally check section mismatch to __meminit* | Masahiro Yamada | 1 | -16/+2 |
| 2024-07-12 | vmlinux.lds.h: catch .bss..L* sections into BSS") | Christophe Leroy | 1 | -1/+1 |
| 2024-06-19 | runtime constants: add default dummy infrastructure | Linus Torvalds | 1 | -0/+8 |
| 2024-06-18 | sched_ext: Implement BPF extensible scheduler class | Tejun Heo | 1 | -0/+1 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+3 |
| 2024-05-18 | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+19 |
| 2024-05-13 | Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-02 | kallsyms: Avoid weak references for kallsyms symbols | Ard Biesheuvel | 1 | -0/+19 |
| 2024-04-25 | lib: add allocation tagging support for memory allocation profiling | Suren Baghdasaryan | 1 | -0/+3 |
| 2024-03-22 | x86: Rename __{start,end}_init_task to __{start,end}_init_stack | Xin Li (Intel) | 1 | -3/+3 |
| 2024-03-13 | vmlinux.lds.h: Fix a typo in comment | Wei Yang | 1 | -1/+1 |
| 2024-02-22 | treewide: update LLVM Bugzilla links | Nathan Chancellor | 1 | -1/+1 |
| 2023-12-18 | kunit: add KUNIT_INIT_TABLE to init linker section | Rae Moar | 1 | -1/+8 |
| 2023-12-18 | kunit: move KUNIT_TABLE out of INIT_DATA | Rae Moar | 1 | -3/+3 |
| 2023-10-28 | linux/init: remove __memexit* annotations | Masahiro Yamada | 1 | -6/+0 |
| 2023-10-01 | vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macros | Masahiro Yamada | 1 | -7/+0 |
| 2023-07-11 | vmlinux.lds.h: Remove a reference to no longer used sections .text..refcount | Petr Pavlu | 1 | -1/+0 |
| 2023-07-07 | Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2023-07-01 | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -0/+1 |
| 2023-07-01 | Merge patch series "riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION" | Palmer Dabbelt | 1 | -1/+1 |
| 2023-06-25 | vmlinux.lds.h: use correct .init.data.* section name | Jisheng Zhang | 1 | -1/+1 |
| 2023-06-22 | kbuild: generate KSYMTAB entries by modpost | Masahiro Yamada | 1 | -0/+1 |
| 2023-06-16 | x86/unwind/orc: Add ELF section with ORC version identifier | Omar Sandoval | 1 | -0/+3 |
| 2023-05-16 | vmlinux.lds.h: Discard .note.gnu.property section | Josh Poimboeuf | 1 | -1/+8 |
| 2023-01-31 | Merge tag 'v6.2-rc6' into sched/core, to pick up fixes | Ingo Molnar | 1 | -0/+5 |
| 2023-01-13 | objtool/idle: Validate __cpuidle code as noinstr | Peter Zijlstra | 1 | -6/+3 |
| 2022-12-30 | arch: fix broken BuildID for arm64 and riscv | Masahiro Yamada | 1 | -0/+5 |
| 2022-12-16 | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -140/+94 |
| 2022-12-14 | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
| 2022-12-12 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+7 |
| 2022-11-21 | Merge tag 'v6.1-rc6' into x86/core, to resolve conflicts | Ingo Molnar | 1 | -1/+1 |
| 2022-11-21 | Merge 6.1-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -7/+13 |
| 2022-11-17 | vmlinux.lds.h: add HEADERED_SECTION_* macros | Jim Cromie | 1 | -0/+15 |
| 2022-11-17 | vmlinux.lds.h: fix BOUNDED_SECTION_(PRE|POST)_LABEL macros | Jim Cromie | 1 | -8/+6 |
| 2022-11-11 | Merge tag 'hardening-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2022-11-10 | vmlinux.lds.h: place optional header space in BOUNDED_SECTION | Jim Cromie | 1 | -0/+2 |
| 2022-11-10 | vmlinux.lds.h: add BOUNDED_SECTION* macros | Jim Cromie | 1 | -140/+79 |
| 2022-11-09 | arm64: unwind: add asynchronous unwind tables to kernel and modules | Ard Biesheuvel | 1 | -2/+7 |
| 2022-11-08 | vmlinux.lds.h: Fix placement of '.data..decrypted' section | Nathan Chancellor | 1 | -1/+1 |
| 2022-10-22 | Merge branch 'x86/urgent' into x86/core, to resolve conflict | Ingo Molnar | 1 | -6/+12 |
| 2022-10-20 | ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph() | Peter Zijlstra | 1 | -6/+12 |
| 2022-10-17 | arch: Introduce CONFIG_FUNCTION_ALIGNMENT | Peter Zijlstra | 1 | -2/+2 |
| 2022-10-07 | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+3 |
| 2022-10-04 | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+10 |
| 2022-10-03 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -1/+10 |
| 2022-09-26 | cfi: Switch to -fsanitize=kcfi | Sami Tolvanen | 1 | -18/+19 |
| 2022-09-23 | vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignment | Will Deacon | 1 | -2/+1 |
| 2022-09-16 | ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE | Peter Zijlstra (Intel) | 1 | -1/+10 |
| 2022-09-07 | kernel/module: add __dyndbg_classes section | Jim Cromie | 1 | -0/+3 |
| 2022-05-19 | sched: Reverse sched_class layout | Peter Zijlstra | 1 | -6/+6 |
| 2022-03-27 | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+4 |
| 2022-03-15 | static_call: Avoid building empty .static_call_sites | Peter Zijlstra | 1 | -0/+4 |
| 2022-02-04 | powercap/drivers/dtpm: Convert the init table section to a simple array | Daniel Lezcano | 1 | -11/+0 |
| 2021-11-04 | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+13 |
| 2021-11-02 | Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+2 |
| 2021-10-27 | vmlinux.lds.h: Have ORC lookup cover entire _etext - _stext | Kristen Carlson Accardi | 1 | -1/+2 |
| 2021-10-22 | vmlinux.lds.h: wrap built-in firmware support under FW_LOADER | Luis Chamberlain | 1 | -7/+13 |
| 2021-10-19 | tracing: Use linker magic instead of recasting ftrace_ops_list_func() | Steven Rostedt (VMware) | 1 | -2/+8 |
| 2021-09-13 | vmlinux.lds.h: remove old check for GCC 4.9 | Nick Desaulniers | 1 | -4/+0 |
| 2021-09-01 | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+13 |
| 2021-08-11 | vmlinux.lds.h: Handle clang's module.{c,d}tor sections | Nathan Chancellor | 1 | -0/+1 |
| 2021-07-19 | printk: Userspace format indexing support | Chris Down | 1 | -0/+13 |
| 2021-06-02 | vmlinux.lds.h: Avoid orphan section with !SMP | Nathan Chancellor | 1 | -0/+1 |
| 2021-04-08 | add support for Clang CFI | Sami Tolvanen | 1 | -1/+19 |
| 2021-02-26 | Merge tag 'orphan-handling-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+5 |
| 2021-02-25 | vmlinux.lds.h: Define SANTIZER_DISCARDS with CONFIG_GCOV_KERNEL=y | Nathan Chancellor | 1 | -4/+5 |
| 2021-02-25 | Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips... | Linus Torvalds | 1 | -1/+1 |
| 2021-02-25 | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+6 |
| 2021-02-23 | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -42/+0 |
| 2021-02-23 | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+4 |
| 2021-02-23 | vmlinux.lds.h: catch even more instrumentation symbols into .data | Alexander Lobakin | 1 | -1/+1 |
| 2021-02-21 | Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 1 | -3/+3 |
| 2021-02-21 | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+4 |
| 2021-02-20 | Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -0/+11 |
| 2021-02-17 | static_call: Allow module use without exposing static_call_key | Josh Poimboeuf | 1 | -1/+4 |
| 2021-02-16 | vmlinux.lds.h: catch more UBSAN symbols into .data | Alexander Lobakin | 1 | -1/+1 |
| 2021-02-16 | vmlinux.lds.h: add DWARF v5 sections | Nick Desaulniers | 1 | -1/+6 |
| 2021-02-09 | firmware_loader: align .builtin_fw to 8 | Fangrui Song | 1 | -1/+1 |
| 2021-02-08 | module: remove EXPORT_UNUSED_SYMBOL* | Christoph Hellwig | 1 | -28/+0 |
| 2021-02-08 | module: remove EXPORT_SYMBOL_GPL_FUTURE | Christoph Hellwig | 1 | -14/+0 |
| 2021-01-15 | vmlinux.lds.h: catch UBSAN's "unnamed data" into data | Alexander Lobakin | 1 | -1/+1 |
| 2021-01-15 | vmlinux.lds.h: catch compound literals into data and BSS | Alexander Lobakin | 1 | -3/+3 |
| 2021-01-14 | kbuild: add support for Clang LTO | Sami Tolvanen | 1 | -4/+7 |
| 2020-12-22 | powercap/drivers/dtpm: Add API for dynamic thermal power management | Daniel Lezcano | 1 | -0/+11 |
| 2020-10-27 | vmlinux.lds.h: Keep .ctors.* with .ctors | Kees Cook | 1 | -0/+1 |
| 2020-10-18 | Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -1/+9 |
| 2020-10-12 | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+13 |
| 2020-10-12 | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -7/+42 |
| 2020-10-09 | vmlinux.lds.h: add linker section for KUnit test suites | Brendan Higgins | 1 | -1/+9 |
| 2020-09-21 | bpf: Prevent .BTF section elimination | Tony Ambardar | 1 | -1/+1 |
| 2020-09-01 | x86/static_call: Add inline static call implementation for x86-64 | Josh Poimboeuf | 1 | -0/+6 |
| 2020-09-01 | static_call: Add inline static call infrastructure | Josh Poimboeuf | 1 | -0/+7 |
| 2020-09-01 | vmlinux.lds.h: Add PGO and AutoFDO input sections | Nick Desaulniers | 1 | -1/+4 |
| 2020-09-01 | vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILS | Kees Cook | 1 | -1/+4 |
| 2020-09-01 | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG | Kees Cook | 1 | -2/+6 |
| 2020-09-01 | vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sections | Kees Cook | 1 | -0/+20 |
| 2020-09-01 | vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDS | Kees Cook | 1 | -1/+3 |
| 2020-09-01 | vmlinux.lds.h: Create COMMON_DISCARDS | Kees Cook | 1 | -3/+6 |
| 2020-08-14 | include/asm-generic/vmlinux.lds.h: align ro_after_init | Romain Naour | 1 | -0/+1 |
| 2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -0/+4 |
| 2020-08-05 | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+3 |
| 2020-08-03 | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+22 |
| 2020-07-27 | Merge 5.8-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+4 |
| 2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+4 |
| 2020-07-24 | dyndbg: rename __verbose section to __dyndbg | Jim Cromie | 1 | -3/+3 |
| 2020-07-22 | x86, vmlinux.lds: Page-align end of ..page_aligned sections | Joerg Roedel | 1 | -1/+4 |
| 2020-07-13 | bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macros | Jiri Olsa | 1 | -0/+4 |
| 2020-07-08 | sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9 | Peter Zijlstra | 1 | -7/+11 |
| 2020-06-25 | sched: Have sched_class_highest define by vmlinux.lds.h | Steven Rostedt (VMware) | 1 | -1/+4 |
| 2020-06-25 | sched: Force the address order of each sched class descriptor | Steven Rostedt (VMware) | 1 | -0/+13 |
| 2020-05-19 | vmlinux.lds.h: Create section for protection against instrumentation | Thomas Gleixner | 1 | -0/+10 |
| 2020-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -0/+15 |
| 2020-03-27 | x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDS | H.J. Lu | 1 | -2/+9 |
| 2020-03-19 | bpf: Support llvm-objcopy for vmlinux BTF | Fangrui Song | 1 | -0/+15 |
| 2019-11-27 | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -2/+11 |
| 2019-11-26 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -14/+39 |
| 2019-11-18 | ftrace: Rename ftrace_graph_stub to ftrace_stub_graph | Steven Rostedt (VMware) | 1 | -4/+4 |
| 2019-11-14 | fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stub | Steven Rostedt (VMware) | 1 | -3/+14 |
| 2019-11-06 | module/ftrace: handle patchable-function-entry | Mark Rutland | 1 | -7/+7 |
| 2019-11-04 | vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA | Kees Cook | 1 | -0/+12 |
| 2019-11-04 | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook | 1 | -2/+2 |
| 2019-11-04 | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA | Kees Cook | 1 | -5/+2 |
| 2019-11-04 | vmlinux.lds.h: Replace RODATA with RO_DATA | Kees Cook | 1 | -3/+1 |
| 2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook | 1 | -4/+5 |
| 2019-11-04 | vmlinux.lds.h: Move Program Header restoration into NOTES macro | Kees Cook | 1 | -2/+11 |
| 2019-11-04 | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes | Kees Cook | 1 | -0/+8 |
| 2019-09-28 | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+7 |
| 2019-08-19 | security: Support early LSMs | Matthew Garrett | 1 | -1/+7 |
| 2019-07-17 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 1 | -0/+11 |
| 2019-06-27 | thermal/drivers/core: Add init section table for self-encapsulation | Daniel Lezcano | 1 | -0/+11 |
| 2019-06-08 | parisc: add dynamic ftrace | Sven Schnelle | 1 | -0/+7 |
| 2019-05-14 | Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
| 2019-05-07 | moduleparam: Save information about built-in modules in separate file | Alexey Gladkov | 1 | -0/+1 |
| 2019-03-18 | vmlinux.lds.h: drop unused __vermagic | Mathias Krause | 1 | -1/+0 |
| 2019-03-06 | x86/unwind/orc: Fix ORC unwind table alignment | Josh Poimboeuf | 1 | -1/+1 |
| 2018-10-24 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -14/+11 |
| 2018-10-23 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+7 |
| 2018-10-12 | vmlinux.lds.h: Fix linker warnings about orphan .LPBX sections | Peter Oberparleiter | 1 | -1/+1 |
| 2018-10-12 | vmlinux.lds.h: Fix incomplete .text.exit discards | Peter Oberparleiter | 1 | -2/+2 |
| 2018-10-10 | vmlinux.lds.h: Move LSM_TABLE into INIT_DATA | Kees Cook | 1 | -13/+11 |
| 2018-10-10 | LSM: Rename .security_initcall section to .lsm_info | Kees Cook | 1 | -5/+5 |
| 2018-10-10 | vmlinux.lds.h: Avoid copy/paste of security_init section | Kees Cook | 1 | -7/+6 |
| 2018-09-27 | jump_table: Move entries into ro_after_init region | Ard Biesheuvel | 1 | -4/+7 |
| 2018-08-22 | vmlinux.lds.h: remove stale <linux/export.h> include | Masahiro Yamada | 1 | -2/+0 |
| 2018-07-10 | iommu: Remove IOMMU_OF_DECLARE | Rob Herring | 1 | -2/+0 |