summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | modpost: do not write out any file when error occurredMasahiro Yamada2022-05-081-0/+3
| * | | | | modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada2022-05-081-1/+7
| * | | | | checksyscalls: ignore -Wunused-macrosVincent Mailhol2022-05-081-1/+1
| * | | | | scripts: dummy-tools, add paholeJiri Slaby2022-05-081-0/+4
| * | | | | kbuild: support W=e to make build abort in case of warningYann Droneaud2022-05-081-2/+11
| * | | | | kbuild: read *.mod to get objects passed to $(LD) or $(AR)Masahiro Yamada2022-05-081-7/+3
| * | | | | kbuild: make *.mod not depend on *.oMasahiro Yamada2022-05-081-3/+2
| * | | | | kbuild: get rid of duplication in *.mod filesMasahiro Yamada2022-05-082-2/+3
| * | | | | kbuild: split the second line of *.mod into *.usymsMasahiro Yamada2022-05-084-25/+23
| * | | | | kbuild: reuse real-search to simplify cmd_modMasahiro Yamada2022-05-081-1/+1
| * | | | | kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada2022-05-081-3/+3
| * | | | | kbuild: reuse suffix-search to refactor multi_dependMasahiro Yamada2022-05-081-1/+1
| * | | | | kbuild: refactor cmd_modversions_SMasahiro Yamada2022-05-081-11/+4
| * | | | | kbuild: refactor cmd_modversions_cMasahiro Yamada2022-05-081-14/+11
| * | | | | modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada2022-05-081-12/+2
| * | | | | modpost: remove redundant initializes for static variablesMasahiro Yamada2022-05-081-5/+5
| * | | | | modpost: move export_from_secname() call to more relevant placeMasahiro Yamada2022-05-081-6/+4
| * | | | | modpost: remove useless export_from_sec()Masahiro Yamada2022-05-082-17/+2
| * | | | | kbuild: do not remove empty *.symtypes explicitlyMasahiro Yamada2022-04-061-6/+2
| * | | | | kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}Masahiro Yamada2022-04-061-11/+8
| * | | | | kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao2022-04-055-31/+31
| | |_|_|/ | |/| | |
* | | | | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-1/+0
|\ \ \ \ \
| * | | | | h8300: remove stale bindings and symlinkArnd Bergmann2022-05-201-1/+0
| |/ / / /
* | | | | Merge tag 'checkpatch-new-alloc-check-5.19-rc1' of git://git.kernel.org/pub/s...Linus Torvalds2022-05-251-3/+5
|\ \ \ \ \
| * | | | | checkpatch: add new alloc functions to alloc with multiplies checkGustavo A. R. Silva2022-04-261-3/+5
| |/ / / /
* | | | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-0/+4
|\ \ \ \ \
| * \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-231-0/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | bpf: Add verifier support for dynptrsJoanne Koong2022-05-231-0/+2
| | * | | | bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-201-0/+2
| | | |/ / | | |/| |
* | | | | Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-241-0/+37
|\ \ \ \ \
| * | | | | certs: Check that builtin blacklist hashes are validMickaël Salaün2022-05-231-0/+37
| |/ / / /
* | | | | Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-242-32/+47
|\ \ \ \ \
| * | | | | selinux: declare data arrays constChristian Göttsche2022-05-032-32/+47
| | |_|/ / | |/| | |
* | | | | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-2413-157/+69
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | gcc-plugins: randstruct: Remove cast exception handlingKees Cook2022-05-161-76/+3
| * | | | af_unix: Silence randstruct GCC plugin warningKees Cook2022-05-161-2/+0
| * | | | niu: Silence randstruct warningsKees Cook2022-05-161-2/+0
| * | | | big_keys: Use struct for internal payloadKees Cook2022-05-161-2/+0
| * | | | gcc-plugins: Change all version strings match kernelKees Cook2022-05-106-9/+10
| * | | | randstruct: Enable Clang supportKees Cook2022-05-081-0/+3
| * | | | randstruct: Move seed generation into scripts/basic/Kees Cook2022-05-085-14/+29
| * | | | randstruct: Split randstruct Makefile and CFLAGSKees Cook2022-05-082-6/+16
| * | | | randstruct: Reorganize Kconfigs and attribute macrosKees Cook2022-05-082-40/+2
| * | | | sancov: Split plugin build from plugin CFLAGSKees Cook2022-05-081-6/+8
| * | | | security: don't treat structure as an array of struct hlist_headBill Wendling2022-04-131-2/+0
| | |_|/ | |/| |
* | | | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-245-86/+180
|\ \ \ \
| * | | | scripts/faddr2line: Fix overlapping text section failuresJosh Poimboeuf2022-05-121-53/+97
| * | | | scripts: Create objdump-func helper scriptJosh Poimboeuf2022-05-121-0/+29
| * | | | objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf2022-04-222-6/+6
| * | | | objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf2022-04-221-1/+1