summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-05kconfig: fix possible buffer overflowKonstantin Meskhidze1-0/+3
2023-09-03kbuild: Show marked Kconfig fragments in "help"Kees Cook20-9/+34
2023-09-01kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky2-2/+28
2023-09-01kbuild: dummy-tools: make MPROFILE_KERNEL checks work on BEJiri Slaby1-2/+1
2023-09-01Documentation/llvm: refresh docsNick Desaulniers1-44/+80
2023-09-01modpost: Skip .llvm.call-graph-profile section checkDenis Nikitin1-0/+1
2023-09-01kbuild: support modules_sign for external modules as wellMasahiro Yamada2-18/+18
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 Yamada2-29/+38
2023-09-01kbuild: reduce the number of mkdir calls during modules_installMasahiro Yamada1-1/+7
2023-08-29kbuild: remove $(MODLIB)/source symlinkMasahiro Yamada1-6/+2
2023-08-29kbuild: move depmod rule to scripts/Makefile.modinstMasahiro Yamada3-13/+16
2023-08-29kbuild: add modules_sign to no-{compiler,sync-config}-targetsMasahiro Yamada1-2/+2
2023-08-29kbuild: do not run depmod for 'make modules_sign'Masahiro Yamada1-0/+2
2023-08-29kbuild: deb-pkg: support DEB_BUILD_OPTIONS=parallel=N in debian/rulesMasahiro Yamada2-1/+6
2023-08-22alpha: remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-22alpha: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada32-32/+32
2023-08-22ia64: remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-22ia64: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada21-25/+21
2023-08-22sparc: remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-22sparc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada39-39/+40
2023-08-22kbuild: remove include/ksym from CLEAN_FILESMasahiro Yamada1-1/+1
2023-08-21MAINTAINERS: Add usr/ (initramfs generation) to KBUILDNicolas Schier1-0/+1
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 Bergmann2-88/+90
2023-08-16kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov2-21/+44
2023-08-13docs: kbuild: Document search jump featureJesse Taube1-0/+8
2023-08-13kconfig: nconf: Add search jump featureJesse Taube3-15/+140
2023-08-07scripts/setlocalversion: also consider annotated tags of the form vx.y.z-${fi...Rasmus Villemoes1-10/+26
2023-08-07scripts/setlocalversion: clean up stale commentRasmus Villemoes1-1/+1
2023-08-07kbuild: deb-pkg: split debian/rulesMasahiro Yamada2-29/+33
2023-08-07kbuild: 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-24kbuild: rpm-pkg: skip build dependency check on non-rpm systemsMasahiro Yamada1-1/+2
2023-07-24kbuild: rpm-pkg: refactor *rpm-pkg targetsMasahiro Yamada2-33/+29
2023-07-24kbuild: rpm-pkg: build the kernel in-place for rpm-pkgMasahiro Yamada1-0/+1
2023-07-24kbuild: rpm-pkg: rename binkernel.spec to kernel.specMasahiro Yamada4-4/+6
2023-07-24kbuild: rpm-pkg: split out the body of spec fileMasahiro Yamada2-120/+120
2023-07-24kbuild: rpm-pkg: introduce %{with_devel} switch to select devel packageMasahiro Yamada2-29/+26
2023-07-24kbuild: rpm-pkg: run modules_install for non-modular kernelMasahiro Yamada1-9/+6
2023-07-24kbuild: rpm-pkg: invoke the kernel build from rpmbuild for binrpm-pkgMasahiro Yamada2-16/+17
2023-07-24kbuild: rpm-pkg: use a dummy string for _arch when undefinedMasahiro Yamada1-3/+2
2023-07-24kbuild: rpm-pkg: derive the Version from %{KERNELRELEASE}Masahiro Yamada1-3/+1
2023-07-24kbuild: refactor kernel-devel RPM package and linux-headers Deb packageMasahiro Yamada3-33/+41
2023-07-24kbuild: add a phony target to run a command with Kbuild env varsMasahiro Yamada3-5/+6