summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | kbuild: do not try to parse *.cmd files for objects provided by compilerMasahiro Yamada2022-05-291-1/+8
| * | | kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpostMasahiro Yamada2022-05-271-1/+1
| * | | modpost: squash if...else-if in find_elf_symbol2()Masahiro Yamada2022-05-271-7/+3
| * | | modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada2022-05-273-6/+6
| * | | modpost: remove the unused argument of check_sec_ref()Masahiro Yamada2022-05-271-3/+2
| * | | modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada2022-05-271-1/+2
| * | | modpost: fix removing numeric suffixesAlexander Lobakin2022-05-271-1/+1
| * | | scripts/kallsyms: update usage message of the kallsyms programYuntao Wang2022-05-271-1/+1
| * | | kbuild: Fix include path in scripts/Makefile.modpostJing Leng2022-05-271-2/+1
| |/ /
* | | Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-06-032-1/+6
|\ \ \
| * | | LoongArch: Add build infrastructureHuacai Chen2022-06-031-1/+1
| * | | LoongArch: Add ELF-related definitionsHuacai Chen2022-06-031-0/+5
* | | | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-2/+2
|\ \ \ \
| * \ \ \ Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman2022-05-023-19/+29
| |\ \ \ \
| * | | | | scripts/get_abi: Fix wrong script file name in the help messageSeongJae Park2022-04-241-2/+2
* | | | | | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-032-4/+17
|\ \ \ \ \ \
| * | | | | | scripts/tags.sh: Invoke 'realpath' via 'xargs'Cristian Ciocaltea2022-05-191-4/+7
| * | | | | | Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman2022-05-023-19/+29
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | bus: mhi: ep: Add uevent support for module autoloadingManivannan Sadhasivam2022-04-261-0/+10
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2022-06-032-12/+181
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | scripts/spdxcheck: Exclude top-level READMEThomas Gleixner2022-05-181-0/+1
| * | | | | scripts/spdxcheck: Exclude MAINTAINERS/CREDITSThomas Gleixner2022-05-181-0/+4
| * | | | | scripts/spdxcheck: Exclude config directoriesThomas Gleixner2022-05-181-0/+5
| * | | | | scripts/spdxcheck: Put excluded files and directories into a separate fileThomas Gleixner2022-05-182-6/+72
| * | | | | scripts/spdxcheck: Add option to display files without SPDXThomas Gleixner2022-05-181-2/+19
| * | | | | scripts/spdxcheck: Add [sub]directory statisticsThomas Gleixner2022-05-181-10/+57
| * | | | | scripts/spdxcheck: Add directory statisticsThomas Gleixner2022-05-181-0/+27
| * | | | | scripts/spdxcheck: Add percentage to statisticsThomas Gleixner2022-05-181-1/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'docs-5.19-2' of git://git.lwn.net/linuxLinus Torvalds2022-06-021-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | docs: move Linux logo into a new `images` folderMiguel Ojeda2022-06-011-1/+1
| | |/ / | |/| |
* | | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-273-8/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | get_maintainer: Honor mailmap for in file emailsRob Herring2022-04-291-0/+1
| * | | scripts/bloat-o-meter: filter out vermagic as it is not relevantPaul Gortmaker2022-04-291-0/+1
| * | | scripts/decode_stacktrace.sh: support old bash versionSchspa Shi2022-04-291-8/+19
* | | | Merge tag 'hardening-v5.19-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-266-6/+6
|\ \ \ \
| * | | | gcc-plugins: use KERNELVERSION for plugin versionMasahiro Yamada2022-05-246-6/+6
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-261-1/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier2022-05-041-1/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | KVM: arm64: Symbolize the nVHE HYP addressesKalesh Singh2022-04-281-1/+2
| | | |/ / | | |/| |
* | | | | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-2622-529/+792
|\ \ \ \ \
| * | | | | genksyms: adjust the output format to modpostMasahiro Yamada2022-05-242-7/+1
| * | | | | kbuild: stop merging *.symversionsMasahiro Yamada2022-05-242-38/+2
| * | | | | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada2022-05-245-42/+73
| * | | | | modpost: extract symbol versions from *.cmd filesMasahiro Yamada2022-05-241-48/+131
| * | | | | modpost: add sym_find_with_module() helperMasahiro Yamada2022-05-241-2/+7