summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-141-0/+1
|\
| * kbuild: Fix CFI hash randomization with KASANSami Tolvanen2023-01-131-0/+1
* | kbuild: readd -w option when vmlinux.o or Module.symver is missingMasahiro Yamada2023-01-051-4/+5
|/
* fixdep: remove unneeded <stdarg.h> inclusionMasahiro Yamada2022-12-301-1/+0
* kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequiresMasahiro Yamada2022-12-301-1/+2
* kbuild: Fix running modpost with musl libcSamuel Holland2022-12-301-11/+11
* kbuild: add a missing line for help messageJun ASAKA2022-12-301-0/+1
* kconfig: Add static text for search information in help menuBhaskar Chowdhury2022-12-291-0/+6
* Merge tag 'coccinelle-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2022-12-231-1/+1
|\
| * scripts: coccicheck: use "grep -E" instead of "egrep"Greg Kroah-Hartman2022-09-211-1/+1
* | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-1934-138/+226
|\ \
| * | buildtar: fix tarballs with EFI_ZBOOT enabledVeronika Kabatova2022-12-171-1/+1
| * | modpost: Include '.text.*' in TEXT_SECTIONSNathan Chancellor2022-12-141-2/+2
| * | kbuild: refactor the prerequisites of the modpost ruleMasahiro Yamada2022-12-141-14/+22
| * | kbuild: change module.order to list *.o instead of *.koMasahiro Yamada2022-12-148-20/+20
| * | kbuild: use .NOTINTERMEDIATE for future GNU Make versionsMasahiro Yamada2022-12-131-3/+10
| * | kconfig: refactor Makefile to reduce process forksMasahiro Yamada2022-12-137-48/+68
| * | kbuild: add read-file macroMasahiro Yamada2022-12-133-2/+16
| * | kbuild: do not sort after reading modules.orderMasahiro Yamada2022-12-132-2/+2
| * | kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada2022-12-132-2/+18
| * | Documentation: raise minimum supported version of binutils to 2.25Masahiro Yamada2022-12-131-1/+1
| * | kbuild: add -Wundef to KBUILD_CPPFLAGS for W=1 buildsMasahiro Yamada2022-12-111-0/+1
| * | modpost: Mark uuid_le type to be suitable only for MEIAndy Shevchenko2022-11-271-4/+8
| * | kbuild: add ability to make source rpm buildable using kojiIvan Vecera2022-11-242-0/+17
| * | kbuild: warn objects shared among multiple modulesMasahiro Yamada2022-11-221-0/+6
| * | kbuild: add kbuild-file macroMasahiro Yamada2022-11-226-14/+12
| * | kbuild: deb-pkg: get rid of |flex:native workaround from Build-DependsMasahiro Yamada2022-11-211-1/+1
| * | scripts/jobserver-exec: parse the last --jobserver-auth= optionMasahiro Yamada2022-11-211-1/+3
| * | kconfig: remove redundant (void *) cast in search_conf()Masahiro Yamada2022-11-211-2/+1
| * | kconfig: remove const qualifier from str_get()Masahiro Yamada2022-11-213-4/+4
| * | kconfig: remove unneeded variable in get_prompt_str()Masahiro Yamada2022-11-211-3/+1
| * | modpost: fix array_size.cocci warningKaiLong Wang2022-11-211-2/+2
| * | Makefile.debug: support for -gz=zstdNick Desaulniers2022-11-211-1/+5
| * | modpost: Join broken long printed messagesGeert Uytterhoeven2022-11-212-16/+10
* | | Merge tag 'loongarch-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2022-12-193-1/+53
|\ \ \
| * | | LoongArch/ftrace: Add recordmcount supportQing Zhang2022-12-141-0/+39
| * | | LoongArch: extable: Add `type` and `data` fieldsYouling Tang2022-12-141-1/+1
| * | | LoongArch: Switch to relative exception tablesYouling Tang2022-12-142-1/+14
* | | | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-191-0/+3
|\ \ \ \
| * | | | objtool: Add --mnop as an option to --mcountSathvika Vasireddy2022-11-181-0/+3
* | | | | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-161-1/+2
|\ \ \ \ \
| * | | | | scripts/kallsyms.c Make the comment up-to-date with current implementationYuma Ueda2022-11-231-1/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-12-141-1/+0
|\ \ \ \ \
| * | | | | riscv: remove special treatment for the link order of head.oJisheng Zhang2022-10-271-1/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+3
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-214-22/+7
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | x86/ibt: Implement FineIBTPeter Zijlstra2022-11-011-0/+1
| * | | | | x86: Add prefix symbols for function paddingPeter Zijlstra2022-11-011-0/+1
| * | | | | objtool: Add --hacks=skylakePeter Zijlstra2022-10-171-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-1/+5
|\ \ \ \ \