summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2023-07-05Merge tag 'parisc-for-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-04scripts: kernel-doc: support private / public marking for enumsJakub Kicinski
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-07-03parisc: Raise minimal GCC version to 12.0.0Helge Deller
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-06-30Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-06-30Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2023-06-29Merge tag 'soc-dt-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2023-06-29Makefile: Add loongarch target flag for Clang compilationWANG Xuerui