summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook1-3/+12
2023-09-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky1-2/+19
2023-09-01kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BEJiri Slaby1-2/+1
2023-09-01modpost: Skip .llvm.call-graph-profile section checkDenis Nikitin1-0/+1
2023-09-01kbuild: support modules_sign for external modules as wellMasahiro Yamada1-2/+2
2023-09-01kbuild: support 'make modules_sign' with CONFIG_MODULE_SIG_ALL=nMasahiro Yamada1-4/+5
2023-09-01kbuild: move more module installation code to scripts/Makefile.modinstMasahiro Yamada1-2/+31
2023-09-01kbuild: reduce the number of mkdir calls during modules_installMasahiro Yamada1-1/+7
2023-08-29kbuild: move depmod rule to scripts/Makefile.modinstMasahiro Yamada2-5/+16
2023-08-29kbuild: deb-pkg: support DEB_BUILD_OPTIONS=parallel=N in debian/rulesMasahiro Yamada2-1/+6
2023-08-20extrawarn: move -Wrestrict into W=1 warningsArnd Bergmann1-3/+2
2023-08-20extrawarn: enable format and stringop overflow warnings in W=1Arnd Bergmann1-5/+6
2023-08-20kbuild: avoid duplicate warning optionsArnd Bergmann1-17/+26
2023-08-20kbuild: consolidate warning flags in scripts/Makefile.extrawarnArnd Bergmann1-0/+90
2023-08-16kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov2-21/+44
2023-08-13kconfig: nconf: Add search jump featureJesse Taube3-15/+140
2023-08-08scripts/setlocalversion: also consider annotated tags of the form vx.y.z-${fi...Rasmus Villemoes1-10/+26
2023-08-08scripts/setlocalversion: clean up stale commentRasmus Villemoes1-1/+1
2023-08-08kbuild: deb-pkg: split debian/rulesMasahiro Yamada2-29/+33
2023-08-08kbuild: deb-pkg: use Debian compliant shebang for debian/rulesMasahiro Yamada2-2/+2
2023-07-31modpost: remove ElF_Rela variables from for-loop in section_rel(a)Masahiro Yamada1-14/+11
2023-07-31modpost: clean up MIPS64 little endian relocation codeMasahiro Yamada2-55/+43
2023-07-31modpost: pass r_type to addend_*_rel()Masahiro Yamada1-13/+11
2023-07-31modpost: change return type of addend_*_rel()Masahiro Yamada1-39/+24
2023-07-25kbuild: rpm-pkg: skip build dependency check on non-rpm systemsMasahiro Yamada1-1/+2
2023-07-25kbuild: rpm-pkg: refactor *rpm-pkg targetsMasahiro Yamada2-33/+29
2023-07-25kbuild: rpm-pkg: build the kernel in-place for rpm-pkgMasahiro Yamada1-0/+1
2023-07-25kbuild: rpm-pkg: rename binkernel.spec to kernel.specMasahiro Yamada2-2/+4
2023-07-25kbuild: rpm-pkg: split out the body of spec fileMasahiro Yamada2-120/+120
2023-07-25kbuild: rpm-pkg: introduce %{with_devel} switch to select devel packageMasahiro Yamada2-29/+26
2023-07-25kbuild: rpm-pkg: run modules_install for non-modular kernelMasahiro Yamada1-9/+6
2023-07-25kbuild: rpm-pkg: invoke the kernel build from rpmbuild for binrpm-pkgMasahiro Yamada2-16/+17
2023-07-25kbuild: rpm-pkg: use a dummy string for _arch when undefinedMasahiro Yamada1-3/+2
2023-07-25kbuild: rpm-pkg: derive the Version from %{KERNELRELEASE}Masahiro Yamada1-3/+1
2023-07-25kbuild: refactor kernel-devel RPM package and linux-headers Deb packageMasahiro Yamada3-33/+41
2023-07-25kbuild: add a phony target to run a command with Kbuild env varsMasahiro Yamada2-5/+2
2023-07-25kbuild: rpm-pkg: replace $KERNELRELEASE in spec file with %{KERNELRELEASE}Masahiro Yamada1-29/+30
2023-07-25kbuild: rpm-pkg: replace $__KERNELRELEASE in spec file with %{version}Masahiro Yamada1-2/+2
2023-07-25kbuild: rpm-pkg: record ARCH option in spec fileMasahiro Yamada1-1/+3
2023-07-25kbuild: rpm-pkg: use %{makeflags} to pass common Make optionsMasahiro Yamada1-5/+6
2023-07-25kbuild: rpm-pkg: do not hard-code $MAKE in spec fileMasahiro Yamada2-7/+10
2023-07-25kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec fileMasahiro Yamada1-1/+0
2023-07-25kbuild: rpm-pkg: define _arch conditionallyMasahiro Yamada1-1/+1
2023-07-25Revert "kbuild: Hack for depmod not handling X.Y versions"Michal Suchanek1-26/+1
2023-07-25kconfig: menuconfig: remove jump_key::indexMasahiro Yamada3-12/+4
2023-07-25kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada5-90/+97
2023-07-25linux/export.h: make <linux/export.h> independent of CONFIG_MODULESMasahiro Yamada2-2/+7
2023-07-23Merge tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-10/+14
2023-07-24kbuild: rust: avoid creating temporary filesMiguel Ojeda2-2/+9
2023-07-23gen_compile_commands: add assembly files to compilation databaseBenjamin Gray1-1/+1