summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2022-05-08modpost: remove stale comment about sym_add_exported()Masahiro Yamada
2022-05-08modpost: do not write out any file when error occurredMasahiro Yamada
2022-05-08modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada
2022-05-08checksyscalls: ignore -Wunused-macrosVincent Mailhol
2022-05-08scripts: dummy-tools, add paholeJiri Slaby
2022-05-08kbuild: support W=e to make build abort in case of warningYann Droneaud
2022-05-08kbuild: read *.mod to get objects passed to $(LD) or $(AR)Masahiro Yamada
2022-05-08kbuild: make *.mod not depend on *.oMasahiro Yamada
2022-05-08kbuild: get rid of duplication in *.mod filesMasahiro Yamada
2022-05-08kbuild: split the second line of *.mod into *.usymsMasahiro Yamada
2022-05-08kbuild: reuse real-search to simplify cmd_modMasahiro Yamada
2022-05-08kbuild: make multi_depend work with targets in subdirectoryMasahiro Yamada
2022-05-08kbuild: reuse suffix-search to refactor multi_dependMasahiro Yamada
2022-05-08kbuild: refactor cmd_modversions_SMasahiro Yamada
2022-05-08kbuild: refactor cmd_modversions_cMasahiro Yamada
2022-05-08modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada
2022-05-08modpost: remove redundant initializes for static variablesMasahiro Yamada
2022-05-08modpost: move export_from_secname() call to more relevant placeMasahiro Yamada
2022-05-08modpost: remove useless export_from_sec()Masahiro Yamada
2022-05-04Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier
2022-05-03selinux: declare data arrays constChristian Göttsche
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman
2022-05-02Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman
2022-04-29get_maintainer: Honor mailmap for in file emailsRob Herring
2022-04-29scripts/bloat-o-meter: filter out vermagic as it is not relevantPaul Gortmaker
2022-04-29scripts/decode_stacktrace.sh: support old bash versionSchspa Shi
2022-04-28KVM: arm64: Symbolize the nVHE HYP addressesKalesh Singh
2022-04-26bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam
2022-04-26checkpatch: add new alloc functions to alloc with multiplies checkGustavo A. R. Silva
2022-04-24scripts/get_abi: Fix wrong script file name in the help messageSeongJae Park
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf
2022-04-22objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf
2022-04-19objtool: Enable unreachable warnings for CLANG LTOJosh Poimboeuf
2022-04-13security: don't treat structure as an array of struct hlist_headBill Wendling
2022-04-12Merge tag 'hardening-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-04-12gcc-plugins: latent_entropy: use /dev/urandomJason A. Donenfeld
2022-04-06kbuild: do not remove empty *.symtypes explicitlyMasahiro Yamada
2022-04-06kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}Masahiro Yamada
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao
2022-04-04x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov
2022-04-03modpost: restore the warning message for missing symbol versionsMasahiro Yamada
2022-04-02kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.shMasahiro Yamada