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