summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-06kconfig: fix possible buffer overflowKonstantin Meskhidze
2023-09-04kbuild: Show marked Kconfig fragments in "help"Kees Cook
2023-09-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky
2023-09-01kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BEJiri Slaby
2023-09-01Documentation/llvm: refresh docsNick Desaulniers
2023-09-01modpost: Skip .llvm.call-graph-profile section checkDenis Nikitin
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: remove $(MODLIB)/source symlinkMasahiro Yamada
2023-08-29kbuild: move depmod rule to scripts/Makefile.modinstMasahiro Yamada
2023-08-29kbuild: add modules_sign to no-{compiler,sync-config}-targetsMasahiro Yamada
2023-08-29kbuild: do not run depmod for 'make modules_sign'Masahiro Yamada
2023-08-29kbuild: deb-pkg: support DEB_BUILD_OPTIONS=parallel=N in debian/rulesMasahiro Yamada
2023-08-22alpha: remove <asm/export.h>Masahiro Yamada
2023-08-22alpha: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-08-22ia64: remove <asm/export.h>Masahiro Yamada
2023-08-22ia64: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-08-22sparc: remove <asm/export.h>Masahiro Yamada
2023-08-22sparc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-08-22kbuild: remove include/ksym from CLEAN_FILESMasahiro Yamada
2023-08-21MAINTAINERS: Add usr/ (initramfs generation) to KBUILDNicolas Schier
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-13docs: kbuild: Document search jump featureJesse Taube
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