aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Revert "kbuild: Hack for depmod not handling X.Y versions"Gravatar Michal Suchanek 1-26/+1
2023-07-25kconfig: menuconfig: remove jump_key::indexGravatar Masahiro Yamada 3-12/+4
2023-07-25kconfig: menuconfig: simplify global jump key assignmentGravatar Masahiro Yamada 5-90/+97
2023-07-25linux/export.h: make <linux/export.h> independent of CONFIG_MODULESGravatar Masahiro Yamada 2-2/+7
2023-07-23Merge tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-10/+14
2023-07-24kbuild: rust: avoid creating temporary filesGravatar Miguel Ojeda 2-2/+9
2023-07-23gen_compile_commands: add assembly files to compilation databaseGravatar Benjamin Gray 1-1/+1
2023-07-12kallsyms: strip LTO-only suffixes from promoted global functionsGravatar Yonghong Song 1-3/+3
2023-07-12kconfig: gconfig: correct program name in help textGravatar Randy Dunlap 1-3/+3
2023-07-12kconfig: gconfig: drop the Show Debug Info help textGravatar Randy Dunlap 1-4/+1
2023-07-06Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-0/+3
2023-07-05Merge tag 'parisc-for-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-07-04scripts: kernel-doc: support private / public marking for enumsGravatar Jakub Kicinski 1-0/+3
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-07-03parisc: Raise minimal GCC version to 12.0.0Gravatar Helge Deller 1-2/+2
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 22-736/+479
2023-06-30Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-1/+17
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-5/+1
2023-06-30Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 1-0/+1
2023-06-29Merge tag 'soc-dt-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-1/+1
2023-06-29Makefile: Add loongarch target flag for Clang compilationGravatar WANG Xuerui 1-0/+1
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+3
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-10/+0
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+22
2023-06-29modpost: define more R_ARM_* for old distributionsGravatar Masahiro Yamada 1-0/+17
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+24
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 50-298/+635
2023-06-27powerpc: remove checks for binutils older than 2.25Gravatar Masahiro Yamada 1-4/+0
2023-06-27scripts/mksysmap: Ignore prefixed KCFI symbolsGravatar Pierre-Clément Tosi 1-0/+2
2023-06-27kbuild: deb-pkg: remove the CONFIG_MODULES check in buildebGravatar Masahiro Yamada 1-8/+4
2023-06-27kbuild: builddeb: always make modules_install, to install modules.builtin*Gravatar Josh Triplett 1-1/+1
2023-06-26Merge tag 'rust-6.5' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 2-2/+2
2023-06-26locking: Introduce __cleanup() based infrastructureGravatar Peter Zijlstra 1-1/+1
2023-06-25Merge tag 'objtool_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-0/+21
2023-06-25modpost: continue even with unknown relocation typeGravatar Masahiro Yamada 1-10/+9
2023-06-25modpost: factor out Elf_Sym pointer calculation to section_rel()Gravatar Masahiro Yamada 1-4/+5
2023-06-25modpost: factor out inst location calculation to section_rel()Gravatar Masahiro Yamada 1-16/+12
2023-06-25kbuild: Disable GCOV for *.mod.oGravatar Sami Tolvanen 1-1/+1
2023-06-25kbuild: Fix CFI failures with GCOVGravatar Sami Tolvanen 1-0/+1
2023-06-25kbuild: make clean rule robust against too long argument errorGravatar Masahiro Yamada 1-1/+3
2023-06-24script: modpost: emit a warning when the description is missingGravatar Vincenzo Palazzo 1-0/+2
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-9/+9
2023-06-22modpost: show offset from symbol for section mismatch warningsGravatar Masahiro Yamada 1-2/+2
2023-06-22modpost: merge two similar section mismatch warningsGravatar Masahiro Yamada 1-15/+3
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionGravatar Masahiro Yamada 8-186/+65
2023-06-22modpost: use null string instead of NULL pointer for default namespaceGravatar Masahiro Yamada 1-6/+11
2023-06-22modpost: squash sym_update_namespace() into sym_add_exported()Gravatar Masahiro Yamada 1-23/+4
2023-06-22modpost: check static EXPORT_SYMBOL* by modpost againGravatar Masahiro Yamada 3-74/+7
2023-06-22kbuild: generate KSYMTAB entries by modpostGravatar Masahiro Yamada 4-40/+79