summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-043-24/+32
|\
| * get_maintainer: remove stray punctuation when cleaning file emailsAlvin Šipraga2023-12-311-7/+11
| * get_maintainer: correctly parse UTF-8 encoded names in filesAlvin Šipraga2023-12-311-13/+17
| * Merge tag 'kbuild-fixes-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-12-282-4/+4
| |\
| | * kbuild: fix build ID symlinks to installed debug VDSO filesMasahiro Yamada2023-12-231-1/+1
| | * gen_compile_commands.py: fix path resolve with symlinks in itJialu Xu2023-12-231-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-144-31/+23
|\| |
| * | sign-file: Fix incorrect return values checkYusong Gao2023-12-131-6/+6
| * | Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-083-25/+17
| |\ \
| | * | scripts/gdb: fix lx-device-list-bus and lx-device-list-classFlorian Fainelli2023-12-061-8/+8
| | * | scripts/gdb/tasks: fix lx-ps command errorKuan-Ying Lee2023-12-061-11/+7
| | * | checkstack: fix printed addressHeiko Carstens2023-12-061-6/+2
* | | | checkpatch: add ethtool_sprintf rulesjustinstitt@google.com2023-12-081-0/+19
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-072-4/+13
|\| | |
| * | | Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-12-071-2/+12
| |\ \ \
| | * | | dt: dt-extract-compatibles: Don't follow symlinks when walking treeNícolas F. R. A. Prado2023-11-091-2/+12
| * | | | Merge tag 'hardening-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-12-011-2/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | gcc-plugins: randstruct: Update code comment in relayout_struct()Gustavo A. R. Silva2023-11-271-2/+1
| | | |/ | | |/|
* | / | cache: enforce cache groupsCoco Li2023-12-021-0/+5
|/ / /
* / / scripts/checkstack.pl: match all stack sizes for s390Heiko Carstens2023-11-221-2/+1
|/ /
* | Merge tag 'kbuild-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-193-12/+12
|\ \
| * | kconfig: fix memory leak from range propertiesMasahiro Yamada2023-11-171-8/+6
| * | kbuild: Move the single quotes for image nameSimon Glass2023-11-171-2/+2
| * | modpost: fix section mismatch message for RELAMasahiro Yamada2023-11-161-2/+4
* | | Merge tag 'hardening-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-142-12/+2
|\ \ \ | |/ / |/| |
| * | gcc-plugins: latent_entropy: Fix typo (args -> argc) in plugin descriptionKonstantin Runov2023-11-141-2/+2
| * | gcc-plugins: randstruct: Only warn about true flexible arraysKees Cook2023-11-081-10/+0
* | | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-0416-219/+386
|\ \ \
| * | | kbuild: support 'userldlibs' syntaxMasahiro Yamada2023-11-011-3/+3
| * | | kbuild: dummy-tools: pretend we understand -fpatchable-function-entryJiri Slaby (SUSE)2023-11-011-0/+10
| * | | modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONSMasahiro Yamada2023-10-281-6/+1
| * | | modpost: merge sectioncheck table entries regarding init/exit sectionsMasahiro Yamada2023-10-281-15/+3
| * | | modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONSMasahiro Yamada2023-10-281-1/+1
| * | | modpost: disallow the combination of EXPORT_SYMBOL and __meminit*Masahiro Yamada2023-10-281-1/+1
| * | | modpost: remove EXIT_SECTIONS macroMasahiro Yamada2023-10-281-5/+3
| * | | modpost: remove MEM_INIT_SECTIONS macroMasahiro Yamada2023-10-281-2/+1
| * | | modpost: remove more symbol patterns from the section check whitelistMasahiro Yamada2023-10-281-7/+1
| * | | modpost: disallow *driver to reference .meminit* sectionsMasahiro Yamada2023-10-281-6/+0
| * | | linux/init: remove __memexit* annotationsMasahiro Yamada2023-10-281-12/+3
| * | | modpost: remove ALL_EXIT_DATA_SECTIONS macroMasahiro Yamada2023-10-281-2/+0
| * | | kbuild: simplify cmd_ld_multi_mMasahiro Yamada2023-10-281-1/+1
| * | | kbuild: avoid too many execution of scripts/pahole-flags.shMasahiro Yamada2023-10-282-30/+19
| * | | kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada2023-10-281-4/+1
| * | | kbuild: unify vdso_install rulesMasahiro Yamada2023-10-281-0/+45
| * | | modpost: factor out the common boilerplate of section_rel(a)Masahiro Yamada2023-10-181-24/+26
| * | | modpost: refactor check_sec_ref()Masahiro Yamada2023-10-181-6/+7
| * | | modpost: define TO_NATIVE() using bswap_* functionsMasahiro Yamada2023-10-182-22/+16
| * | | modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada2023-10-181-2/+2
| * | | modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada2023-10-181-5/+5
| * | | kbuild: make binrpm-pkg always produce kernel-devel packageMasahiro Yamada2023-10-181-2/+0