summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
| * rust: Respect HOSTCC when linking for hostMatthew Maurer2023-10-141-0/+2
| * kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/Masahiro Yamada2023-10-033-5/+11
| * modpost: Optimize symbol search from linear to binary searchJack Brennen2023-10-034-66/+232
* | Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-032-0/+12
|\ \
| * | staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLEUmang Jain2023-10-212-0/+12
* | | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-032-0/+12
|\ \ \
| * | | cdx: add sysfs for subsystem, class and revisionAbhijit Gangurde2023-10-272-0/+12
| | |/ | |/|
* | | Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-032-11/+29
|\ \ \
| * | | run-clang-tools: Add pass through checks and and header-filter argumentsIan Rogers2023-10-121-7/+25
| * | | gen_compile_commands: Sort output compile commands by file nameIan Rogers2023-10-121-1/+1
| * | | gen_compile_commands: Allow the line prefix to still be cmd_Ian Rogers2023-10-121-3/+3
| | |/ | |/|
* | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-025-25/+49
|\ \ \
| * | | scripts/gdb/vmalloc: disable on no-MMUBen Wolsieffer2023-11-012-2/+7
| * | | scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=nClément Léger2023-11-011-4/+5
| * | | scripts/gdb: add lx_current support for riscvDeepak Gupta2023-11-011-0/+15
| * | | scripts/show_delta: add __main__ judgement before main codeHu Haowen2023-10-181-1/+2
| * | | get_maintainer: add --keywords-in-file optionJoe Perches2023-10-181-18/+20
| | |/ | |/|
* | | Merge tag 'modules-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-2/+2
|\ \ \
| * | | module: Make is_valid_name() return boolTiezhu Yang2023-11-011-2/+2
* | | | Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds2023-11-011-1/+1
|\ \ \ \
| * | | | scripts/kernel-doc: Fix the regex for matching -Werror flagYujie Liu2023-10-301-1/+1
| * | | | scripts/kernel-doc: match -Werror flag strictlyYujie Liu2023-10-221-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | hexagon: Remove unusable symbols from the ptrace.h uapiThomas Huth2023-10-251-1/+0
| |/ /
* | | Merge tag 'devicetree-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-311-16/+58
|\ \ \
| * | | dt: dt-extract-compatibles: Add flag for driver matching compatiblesNícolas F. R. A. Prado2023-09-201-9/+48
| * | | dt: dt-extract-compatibles: Handle cfile arguments in generator functionNícolas F. R. A. Prado2023-09-201-8/+11
| |/ /