aboutsummaryrefslogtreecommitdiff
path: root/scripts/adjust_autoksyms.sh
AgeCommit message (Expand)AuthorFilesLines
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionGravatar Masahiro Yamada 1-73/+0
2022-05-08kbuild: split the second line of *.mod into *.usymsGravatar Masahiro Yamada 1-1/+1
2021-09-03kbuild: redo fake deps at include/ksym/*.hGravatar Masahiro Yamada 1-2/+2
2021-02-28kbuild: do not include include/config/auto.conf from adjust_autoksyms.shGravatar Masahiro Yamada 1-3/+0
2020-03-03kbuild: split adjust_autoksyms.sh in two partsGravatar Quentin Perret 1-32/+4
2020-03-03kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMSGravatar Quentin Perret 1-0/+12
2019-07-18kbuild: remove the first line of *.mod filesGravatar Masahiro Yamada 1-2/+2
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRGravatar Masahiro Yamada 1-9/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-3/+1
2019-03-14kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}Gravatar Masahiro Yamada 1-8/+1
2018-05-17kbuild: remove CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIXGravatar Masahiro Yamada 1-3/+0
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-5/+4
2018-03-26kbuild: move include/config/ksym/* to include/ksym/*Gravatar Masahiro Yamada 1-1/+1
2018-03-26kbuild: remove wrong 'touch' in adjust_autoksyms.shGravatar Masahiro Yamada 1-3/+0
2018-03-26kbuild: Improve portability of some sed invocationsGravatar Michael Forney 1-1/+3
2018-03-21kbuild: make scripts/adjust_autoksyms.sh robust against timestamp racesGravatar Nicolas Pitre 1-0/+7
2016-12-11kbuild: fix scripts/adjust_autoksyms.sh* for the no modules caseGravatar Nicolas Pitre 1-0/+1
2016-05-10kbuild: fix adjust_autoksyms.sh for modules that need only one symbolGravatar Nicolas Pitre 1-1/+1
2016-03-29kbuild: create/adjust generated/autoksyms.hGravatar Nicolas Pitre 1-0/+101