summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2023-09-01kbuild: support modules_sign for external modules as wellMasahiro Yamada
2023-09-01kbuild: support 'make modules_sign' with CONFIG_MODULE_SIG_ALL=nMasahiro Yamada
2023-09-01kbuild: move more module installation code to scripts/Makefile.modinstMasahiro Yamada
2023-09-01kbuild: reduce the number of mkdir calls during modules_installMasahiro Yamada
2023-08-29kbuild: move depmod rule to scripts/Makefile.modinstMasahiro Yamada
2023-08-29kbuild: deb-pkg: support DEB_BUILD_OPTIONS=parallel=N in debian/rulesMasahiro Yamada
2023-08-20extrawarn: move -Wrestrict into W=1 warningsArnd Bergmann
2023-08-20extrawarn: enable format and stringop overflow warnings in W=1Arnd Bergmann
2023-08-20kbuild: avoid duplicate warning optionsArnd Bergmann
2023-08-20kbuild: consolidate warning flags in scripts/Makefile.extrawarnArnd Bergmann
2023-08-16kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov
2023-08-13kconfig: nconf: Add search jump featureJesse Taube
2023-08-08scripts/setlocalversion: also consider annotated tags of the form vx.y.z-${fi...Rasmus Villemoes
2023-08-08scripts/setlocalversion: clean up stale commentRasmus Villemoes
2023-08-08kbuild: deb-pkg: split debian/rulesMasahiro Yamada
2023-08-08kbuild: deb-pkg: use Debian compliant shebang for debian/rulesMasahiro Yamada
2023-07-31modpost: remove ElF_Rela variables from for-loop in section_rel(a)Masahiro Yamada
2023-07-31modpost: clean up MIPS64 little endian relocation codeMasahiro Yamada
2023-07-31modpost: pass r_type to addend_*_rel()Masahiro Yamada
2023-07-31modpost: change return type of addend_*_rel()Masahiro Yamada
2023-07-25kbuild: rpm-pkg: skip build dependency check on non-rpm systemsMasahiro Yamada
2023-07-25kbuild: rpm-pkg: refactor *rpm-pkg targetsMasahiro Yamada
2023-07-25kbuild: rpm-pkg: build the kernel in-place for rpm-pkgMasahiro Yamada
2023-07-25kbuild: rpm-pkg: rename binkernel.spec to kernel.specMasahiro Yamada
2023-07-25kbuild: rpm-pkg: split out the body of spec fileMasahiro Yamada
2023-07-25kbuild: rpm-pkg: introduce %{with_devel} switch to select devel packageMasahiro Yamada
2023-07-25kbuild: rpm-pkg: run modules_install for non-modular kernelMasahiro Yamada
2023-07-25kbuild: rpm-pkg: invoke the kernel build from rpmbuild for binrpm-pkgMasahiro Yamada
2023-07-25kbuild: rpm-pkg: use a dummy string for _arch when undefinedMasahiro Yamada
2023-07-25kbuild: rpm-pkg: derive the Version from %{KERNELRELEASE}Masahiro Yamada
2023-07-25kbuild: refactor kernel-devel RPM package and linux-headers Deb packageMasahiro Yamada
2023-07-25kbuild: add a phony target to run a command with Kbuild env varsMasahiro Yamada
2023-07-25kbuild: rpm-pkg: replace $KERNELRELEASE in spec file with %{KERNELRELEASE}Masahiro Yamada
2023-07-25kbuild: rpm-pkg: replace $__KERNELRELEASE in spec file with %{version}Masahiro Yamada
2023-07-25kbuild: rpm-pkg: record ARCH option in spec fileMasahiro Yamada
2023-07-25kbuild: rpm-pkg: use %{makeflags} to pass common Make optionsMasahiro Yamada
2023-07-25kbuild: rpm-pkg: do not hard-code $MAKE in spec fileMasahiro Yamada
2023-07-25kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec fileMasahiro Yamada
2023-07-25kbuild: rpm-pkg: define _arch conditionallyMasahiro Yamada
2023-07-25Revert "kbuild: Hack for depmod not handling X.Y versions"Michal Suchanek
2023-07-25kconfig: menuconfig: remove jump_key::indexMasahiro Yamada
2023-07-25kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada
2023-07-25linux/export.h: make <linux/export.h> independent of CONFIG_MODULESMasahiro Yamada
2023-07-23Merge tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-07-24kbuild: rust: avoid creating temporary filesMiguel Ojeda
2023-07-23gen_compile_commands: add assembly files to compilation databaseBenjamin Gray
2023-07-12kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song
2023-07-12kconfig: gconfig: correct program name in help textRandy Dunlap
2023-07-12kconfig: gconfig: drop the Show Debug Info help textRandy Dunlap
2023-07-06Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds