summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2023-02-02gcc-plugins: drop -std=gnu++11 to fix GCC 13 buildSam James-1/+1
2023-01-31scripts: kernel-doc: Remove workaround for @param... syntaxJonathan Neuschäfer-11/+0
2023-01-31kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URIJan Luebbe-1/+5
2023-01-30kbuild: do not put .scmversion into the source tarballMasahiro Yamada-27/+8
2023-01-28Fix up more non-executable files marked executableLinus Torvalds-0/+0
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+5
2023-01-27Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2023-01-26builddeb: clean generated package contentBastian Germann-1/+1
2023-01-26builddeb: Consolidate consecutive chmod calls into oneSven Joachim-5/+3
2023-01-26scripts: remove bin2cMasahiro Yamada-38/+2
2023-01-26scripts: handle BrokenPipeError for python scriptsMasahiro Yamada-10/+40
2023-01-26kbuild: Turn a couple more of clang's unused option warnings into errorsNathan Chancellor-0/+2
2023-01-26kbuild: Update assembler calls to use proper flags and language targetNick Desaulniers-6/+6
2023-01-25kbuild: Modify default INSTALL_MOD_DIR from extra to updatesLuis Chamberlain-1/+1
2023-01-25gcc-plugins: Reorganize gimple includes for GCC 13Kees Cook-2/+2
2023-01-24kbuild: Add config fragment merge functionalityNicolas Saenz Julienne-0/+15
2023-01-24ftrace/scripts: Update the instructions for ftrace-bisect.shSteven Rostedt (Google)-8/+26
2023-01-22kbuild: replace $(dot-target).tmp in filechk with $(tmp-target)Masahiro Yamada-4/+4
2023-01-22kbuild: rust: move rust/target.json to scripts/Masahiro Yamada-1/+10
2023-01-22fixdep: do not parse *.rlib, *.rmeta, *.soMasahiro Yamada-1/+10
2023-01-22fixdep: avoid parsing the same file over againMasahiro Yamada-2/+7
2023-01-22fixdep: refactor hash table lookupMasahiro Yamada-22/+25
2023-01-22kbuild: remove sed commands after rustc rulesMasahiro Yamada-16/+5
2023-01-22fixdep: parse Makefile more correctly to handle comments etc.Masahiro Yamada-54/+119
2023-01-22kbuild: specify output names separately for each emission type from rustcMasahiro Yamada-11/+10
2023-01-22kbuild: refactor host*_flagsMasahiro Yamada-10/+8
2023-01-22kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtboMasahiro Yamada-30/+15
2023-01-22kbuild: add more comments for KBUILD_NOCMDDEP=1Masahiro Yamada-0/+6
2023-01-22kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd filesMasahiro Yamada-8/+8
2023-01-22kbuild: make W=1 warn files that are tracked but ignored by gitMasahiro Yamada-0/+19
2023-01-22kbuild: clean up stale file removalMasahiro Yamada-23/+1
2023-01-22kbuild: allow to combine multiple V= levelsMasahiro Yamada-3/+3
2023-01-22kbuild: do not print extra logs for V=2Masahiro Yamada-4/+4
2023-01-22kbuild: print short log in addition to the whole command with V=1Masahiro Yamada-13/+13
2023-01-22Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman-8/+17
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+17
2023-01-20scripts/tags.sh: choose which directories to exclude from being indexedPaulo Miguel Almeida-0/+7
2023-01-17btf, scripts: Exclude Rust CUs with paholeMartin Rodriguez Reboredo-0/+4
2023-01-16scripts: support GNU make 4.4 in jobserver-execMartin Liska-5/+14
2023-01-14Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2023-01-13kbuild: Fix CFI hash randomization with KASANSami Tolvanen-0/+1
2023-01-13kconfig: Update all declared targetsPeter Foley-2/+2
2023-01-11bpf_doc: Fix build error with older python versionsMichal Suchanek-1/+1
2023-01-11scripts: rpm: make clear that mkspec script contains 4.13 featureArend van Spriel-1/+1
2023-01-09scripts/head-object-list: Remove x86 from the listAlexander Lobakin-6/+0
2023-01-05kbuild: readd -w option when vmlinux.o or Module.symver is missingMasahiro Yamada-4/+5
2022-12-30fixdep: remove unneeded <stdarg.h> inclusionMasahiro Yamada-1/+0
2022-12-30kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequiresMasahiro Yamada-1/+2
2022-12-30kbuild: Fix running modpost with musl libcSamuel Holland-11/+11
2022-12-30kbuild: add a missing line for help messageJun ASAKA-0/+1