summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | modpost: change the license of EXPORT_SYMBOL to bool typeMasahiro Yamada2022-05-111-78/+30
| * | | | | modpost: remove left-over cross_compile declarationMasahiro Yamada2022-05-111-1/+0
| * | | | | kbuild: record symbol versions in *.cmd filesMasahiro Yamada2022-05-111-0/+7
| * | | | | kbuild: generate a list of objects in vmlinuxMasahiro Yamada2022-05-111-0/+11
| * | | | | modpost: move *.mod.c generation to write_mod_c_files()Masahiro Yamada2022-05-111-25/+31
| * | | | | modpost: merge add_{intree_flag,retpoline,staging_flag} to add_headerMasahiro Yamada2022-05-111-18/+7
| * | | | | scripts/prune-kernel: Use kernel-install if availableReza Arbab2022-05-111-1/+5
| * | | | | kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-111-0/+40
| * | | | | modpost: split new_symbol() to symbol allocation and hash table additionMasahiro Yamada2022-05-081-10/+8
| * | | | | modpost: make sym_add_exported() always allocate a new symbolMasahiro Yamada2022-05-081-6/+4
| * | | | | modpost: make multiple export errorMasahiro Yamada2022-05-081-3/+3
| * | | | | modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada2022-05-082-16/+14
| * | | | | modpost: traverse the namespace_list in orderMasahiro Yamada2022-05-082-20/+17
| * | | | | modpost: use doubly linked list for dump_listsMasahiro Yamada2022-05-081-14/+10
| * | | | | modpost: traverse unresolved symbols in orderMasahiro Yamada2022-05-082-7/+15
| * | | | | modpost: add sym_add_unresolved() helperMasahiro Yamada2022-05-081-8/+11
| * | | | | modpost: traverse modules in orderMasahiro Yamada2022-05-082-10/+10
| * | | | | modpost: import include/linux/list.hMasahiro Yamada2022-05-081-0/+213
| * | | | | modpost: change mod->gpl_compatible to bool typeMasahiro Yamada2022-05-082-7/+12
| * | | | | modpost: use bool type where appropriateMasahiro Yamada2022-05-083-38/+37
| * | | | | kbuild: drop $(objtree)/ prefix support for clean-filesMasahiro Yamada2022-05-081-7/+1
| * | | | | modpost: move struct namespace_list to modpost.cMasahiro Yamada2022-05-082-5/+5
| * | | | | modpost: retrieve the module dependency and CRCs in check_exports()Masahiro Yamada2022-05-081-10/+6
| * | | | | modpost: add a separate error for exported symbols without definitionMasahiro Yamada2022-05-081-1/+6
| * | | | | modpost: remove stale comment about sym_add_exported()Masahiro Yamada2022-05-081-4/+0