aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTOGravatar Nick Desaulniers 1-22/+0
2022-08-20Merge tag 'kbuild-fixes-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-5/+3
2022-08-21scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling checkGravatar Guru Das Srinagesh 1-0/+1
2022-08-21scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-lengthGravatar Nathan Chancellor 1-1/+0
2022-08-21kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__Gravatar Jiri Slaby 1-1/+1
2022-08-21modpost: fix module versioning when a symbol lacks valid CRCGravatar Masahiro Yamada 1-3/+1
2022-08-19Merge tag 'hardening-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2022-08-16gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a fileGravatar Andrew Donnellan 1-1/+1
2022-08-12Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2022-08-11riscv/purgatory: Omit use of bin2cGravatar Masahiro Yamada 1-0/+2
2022-08-11Revert "Makefile.extrawarn: re-enable -Wformat for clang"Gravatar Linus Torvalds 1-0/+1
2022-08-10Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 16-303/+87
2022-08-08Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+2
2022-08-08Merge tag 'coccinelle-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 45-105/+99
2022-08-07update Coccinelle URLGravatar Julia Lawall 43-43/+43
2022-08-07coccinelle: free: add version constraintGravatar Julia Lawall 1-0/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 3-23/+31
2022-08-06Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+6
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+2
2022-08-06Merge tag 'tpmdd-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2022-08-05Merge tag 'printk-for-5.20-sane' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-8/+15
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-3/+3
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+1
2022-08-04modpost: remove .symbol_white_list field entirelyGravatar Masahiro Yamada 1-39/+16
2022-08-04modpost: remove unneeded .symbol_white_list initializersGravatar Masahiro Yamada 1-8/+0
2022-08-04modpost: add PATTERNS() helper macroGravatar Masahiro Yamada 1-0/+7
2022-08-04modpost: shorten warning messages in report_sec_mismatch()Gravatar Masahiro Yamada 1-170/+9
2022-08-04Revert "Kbuild, lto, workaround: Don't warn for initcall_reference in modpost"Gravatar Masahiro Yamada 1-3/+0
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-21/+5
2022-08-03sign-file: Fix confusing error messagesGravatar Tianjia Zhang 1-1/+1
2022-08-03modpost: use more reliable way to get fromsec in section_rel(a)()Gravatar Masahiro Yamada 1-4/+2
2022-08-03modpost: add array range check to sec_name()Gravatar Masahiro Yamada 1-1/+9
2022-08-03modpost: refactor get_secindex()Gravatar Masahiro Yamada 1-12/+18
2022-08-03kbuild: set EXIT trap before creating temporary directoryGravatar Masahiro Yamada 2-2/+2
2022-08-03modpost: remove unused Elf_Sword macroGravatar Masahiro Yamada 1-2/+0
2022-08-03Makefile.extrawarn: re-enable -Wformat for clangGravatar Justin Stitt 1-1/+0
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-0/+3
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-69/+105
2022-08-02scripts/faddr2line: Add CONFIG_DEBUG_INFO checkGravatar Josh Poimboeuf 1-0/+3
2022-08-02scripts/faddr2line: Fix vmlinux detection on arm64Gravatar Josh Poimboeuf 1-1/+3
2022-08-02scripts/tracing: Fix typo 'the the' in commentGravatar Slark Xiao 1-1/+1
2022-08-01Merge tag 'x86_build_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2022-07-29scripts/gdb: ensure the absolute path is generated on initial sourceGravatar Aaron Tomlin 1-1/+1
2022-07-27kconfig: Qt5: tell the user which packages are requiredGravatar Randy Dunlap 1-0/+1
2022-07-27modpost: use sym_get_data() to get module device_table dataGravatar Masahiro Yamada 3-4/+3
2022-07-27modpost: drop executable ELF supportGravatar Masahiro Yamada 1-6/+4
2022-07-27checkstack: add riscv support for scripts/checkstack.plGravatar Wadim Mueller 1-0/+4
2022-07-27kconfig: shorten the temporary directory name for cc-optionGravatar Masahiro Yamada 1-1/+1
2022-07-27scripts: headers_install.sh: Update config leak ignore entriesGravatar Nicolas Schier 1-2/+0