Age | Commit message (Expand) | Author | Files | Lines |
2022-07-10 | kbuild: remove unused cmd_none in scripts/Makefile.modinst | Masahiro Yamada | 1 | -3/+0 |
2022-06-29 | gen_compile_commands: handle multiple lines per .mod file | John Hubbard | 1 | -3/+3 |
2022-06-26 | kbuild: Ignore __this_module in gen_autoksyms.sh | Sami Tolvanen | 1 | -0/+3 |
2022-06-20 | modpost: fix section mismatch check for exported init/exit sections | Masahiro Yamada | 1 | -1/+1 |
2022-06-19 | Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -11/+34 |
2022-06-12 | Merge tag 'kbuild-fixes-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -23/+28 |
2022-06-11 | scripts/gdb: change kernel config dumping method | Kuan-Ying Lee | 1 | -3/+3 |
2022-06-09 | scripts/check-local-export: avoid 'wait $!' for process substitution | Masahiro Yamada | 1 | -15/+21 |
2022-06-08 | cert host tools: Stop complaining about deprecated OpenSSL functions | Linus Torvalds | 1 | -0/+7 |
2022-06-08 | scripts/nsdeps: adjust to the format change of *.mod files | Masahiro Yamada | 1 | -3/+2 |
2022-06-07 | kbuild: avoid regex RS for POSIX awk | Kevin Locke | 1 | -2/+2 |
2022-06-06 | faddr2line: Fix overlapping text section failures, the sequel | Josh Poimboeuf | 1 | -11/+34 |
2022-06-05 | Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2022-06-05 | Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 14 | -341/+287 |
2022-06-05 | kbuild: Allow to select bash in a modified environment | Schspa Shi | 1 | -1/+1 |
2022-06-05 | scripts: kconfig: nconf: make nconfig accept jk keybindings | Isak Ellmer | 1 | -2/+6 |
2022-06-05 | modpost: use fnmatch() to simplify match() | Masahiro Yamada | 1 | -61/+13 |
2022-06-05 | modpost: simplify mod->name allocation | Masahiro Yamada | 1 | -13/+12 |
2022-06-05 | kbuild: factor out the common objtool arguments | Masahiro Yamada | 4 | -97/+52 |
2022-06-05 | kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_o | Masahiro Yamada | 2 | -40/+62 |
2022-06-05 | kbuild: clean .tmp_* pattern by make clean | Masahiro Yamada | 2 | -6/+3 |
2022-06-04 | Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -1/+6 |
2022-06-03 | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2022-06-03 | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -4/+17 |
2022-06-03 | Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr... | Linus Torvalds | 2 | -12/+181 |
2022-06-03 | LoongArch: Add build infrastructure | Huacai Chen | 1 | -1/+1 |
2022-06-03 | LoongArch: Add ELF-related definitions | Huacai Chen | 1 | -0/+5 |
2022-06-03 | Merge tag 'docs-5.19-2' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2022-06-01 | docs: move Linux logo into a new `images` folder | Miguel Ojeda | 1 | -1/+1 |
2022-06-01 | kbuild: remove redundant cleanups in scripts/link-vmlinux.sh | Masahiro Yamada | 1 | -2/+0 |
2022-06-01 | kbuild: rebuild multi-object modules when objtool is updated | Masahiro Yamada | 1 | -3/+8 |
2022-06-01 | kbuild: add cmd_and_savecmd macro | Masahiro Yamada | 1 | -2/+4 |
2022-06-01 | kbuild: make *.mod rule robust against too long argument error | Masahiro Yamada | 1 | -2/+4 |
2022-06-01 | kbuild: make built-in.a rule robust against too long argument error | Masahiro Yamada | 1 | -1/+6 |
2022-06-01 | kbuild: check static EXPORT_SYMBOL* by script instead of modpost | Masahiro Yamada | 3 | -27/+70 |
2022-05-29 | kbuild: do not create *.prelink.o for Clang LTO or IBT | Masahiro Yamada | 6 | -67/+28 |
2022-05-29 | kbuild: replace $(linked-object) with CONFIG options | Masahiro Yamada | 1 | -2/+1 |
2022-05-29 | kbuild: do not try to parse *.cmd files for objects provided by compiler | Masahiro Yamada | 1 | -1/+8 |
2022-05-27 | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -8/+21 |
2022-05-27 | objtool: Add CONFIG_HAVE_UACCESS_VALIDATION | Josh Poimboeuf | 2 | -2/+4 |
2022-05-27 | kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpost | Masahiro Yamada | 1 | -1/+1 |
2022-05-27 | modpost: squash if...else-if in find_elf_symbol2() | Masahiro Yamada | 1 | -7/+3 |
2022-05-27 | modpost: reuse ARRAY_SIZE() macro for section_mismatch() | Masahiro Yamada | 3 | -6/+6 |
2022-05-27 | modpost: remove the unused argument of check_sec_ref() | Masahiro Yamada | 1 | -3/+2 |
2022-05-27 | modpost: fix undefined behavior of is_arm_mapping_symbol() | Masahiro Yamada | 1 | -1/+2 |
2022-05-27 | modpost: fix removing numeric suffixes | Alexander Lobakin | 1 | -1/+1 |
2022-05-27 | scripts/kallsyms: update usage message of the kallsyms program | Yuntao Wang | 1 | -1/+1 |
2022-05-27 | kbuild: Fix include path in scripts/Makefile.modpost | Jing Leng | 1 | -2/+1 |
2022-05-27 | Merge tag 'hardening-v5.19-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 6 | -6/+6 |
2022-05-27 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+2 |