summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Rothwell2022-06-281-2/+3
|\
| * Merge branch 'master' into mm-nonmm-stableakpm2022-06-273-12/+38
| |\
| * | checkpatch: fix incorrect camelcase detection on numeric constantAntonio Borneo2022-06-161-1/+1
| * | checkpatch: add XA_STATE and XA_STATE_ORDER to the macro declaration listJoe Perches2022-06-161-1/+2
* | | Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2022-06-2821-24/+1029
|\ \ \
| * | | Kbuild: add Rust supportMiguel Ojeda2022-05-2315-15/+612
| * | | scripts: decode_stacktrace: demangle Rust symbolsMiguel Ojeda2022-05-231-0/+14
| * | | scripts: add `generate_rust_analyzer.py` scriptsMiguel Ojeda2022-05-231-0/+134
| * | | scripts: add `rustdoc_test_{builder,gen}.py` scriptsMiguel Ojeda2022-05-232-0/+223
| * | | scripts: checkpatch: enable language-independent checks for RustMiguel Ojeda2022-05-231-2/+2
| * | | scripts: checkpatch: diagnose uses of `%pA` in the C sideMiguel Ojeda2022-05-231-0/+4
| * | | kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda2022-05-221-2/+2
| * | | kallsyms: support "big" kernel symbolsMiguel Ojeda2022-05-221-3/+26
| * | | kallsyms: avoid hardcoding the buffer sizeBoqun Feng2022-05-221-3/+13
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell2022-06-281-0/+4
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-11/+34
| |\ \ \ \
| * \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-171-0/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-161-0/+4
* | | | | | Merge branch 'docs-next' of git://git.lwn.net/linux.gitStephen Rothwell2022-06-281-47/+35
|\ \ \ \ \ \
| * | | | | | scripts: kernel-doc: Always increment warnings counterNiklas Söderlund2022-06-131-47/+35
| |/ / / / /
* | | | | | Merge branch 'spdx-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Stephen Rothwell2022-06-283-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner2022-06-103-3/+3
* | | | | | kbuild: Ignore __this_module in gen_autoksyms.shSami Tolvanen2022-06-261-0/+3
* | | | | | modpost: fix section mismatch check for exported init/exit sectionsMasahiro Yamada2022-06-201-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-191-11/+34
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | faddr2line: Fix overlapping text section failures, the sequelJosh Poimboeuf2022-06-061-11/+34
| |/ / /
* | | | Merge tag 'kbuild-fixes-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-124-23/+28
|\ \ \ \
| * | | | scripts/gdb: change kernel config dumping methodKuan-Ying Lee2022-06-111-3/+3
| * | | | scripts/check-local-export: avoid 'wait $!' for process substitutionMasahiro Yamada2022-06-101-15/+21
| * | | | scripts/nsdeps: adjust to the format change of *.mod filesMasahiro Yamada2022-06-081-3/+2
| * | | | kbuild: avoid regex RS for POSIX awkKevin Locke2022-06-081-2/+2
| |/ / /
* | | | cert host tools: Stop complaining about deprecated OpenSSL functionsLinus Torvalds2022-06-081-0/+7
|/ / /
* | | Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-051-1/+1
|\ \ \
| * | | objtool: Add CONFIG_HAVE_UACCESS_VALIDATIONJosh Poimboeuf2022-05-272-2/+4
* | | | Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-06-0514-341/+287
|\ \ \ \
| * | | | kbuild: Allow to select bash in a modified environmentSchspa Shi2022-06-051-1/+1
| * | | | scripts: kconfig: nconf: make nconfig accept jk keybindingsIsak Ellmer2022-06-051-2/+6
| * | | | modpost: use fnmatch() to simplify match()Masahiro Yamada2022-06-051-61/+13
| * | | | modpost: simplify mod->name allocationMasahiro Yamada2022-06-051-13/+12
| * | | | kbuild: factor out the common objtool argumentsMasahiro Yamada2022-06-054-97/+52
| * | | | kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_oMasahiro Yamada2022-06-052-40/+62
| * | | | kbuild: clean .tmp_* pattern by make cleanMasahiro Yamada2022-06-052-6/+3
| * | | | kbuild: remove redundant cleanups in scripts/link-vmlinux.shMasahiro Yamada2022-06-011-2/+0
| * | | | kbuild: rebuild multi-object modules when objtool is updatedMasahiro Yamada2022-06-011-3/+8
| * | | | kbuild: add cmd_and_savecmd macroMasahiro Yamada2022-06-011-2/+4
| * | | | kbuild: make *.mod rule robust against too long argument errorMasahiro Yamada2022-06-011-2/+4
| * | | | kbuild: make built-in.a rule robust against too long argument errorMasahiro Yamada2022-06-011-1/+6
| * | | | kbuild: check static EXPORT_SYMBOL* by script instead of modpostMasahiro Yamada2022-06-013-27/+70
| * | | | kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada2022-05-296-67/+28
| * | | | kbuild: replace $(linked-object) with CONFIG optionsMasahiro Yamada2022-05-291-2/+1