summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2023-07-24checkpatch: Complain about unexpected uses of RCU Tasks TracePaul E. McKenney-0/+24
2023-07-25kbuild: rpm-pkg: skip build dependency check on non-rpm systemsMasahiro Yamada-1/+2
2023-07-25kbuild: rpm-pkg: refactor *rpm-pkg targetsMasahiro Yamada-33/+29
2023-07-25kbuild: rpm-pkg: build the kernel in-place for rpm-pkgMasahiro Yamada-0/+1
2023-07-25kbuild: rpm-pkg: rename binkernel.spec to kernel.specMasahiro Yamada-2/+4
2023-07-25kbuild: rpm-pkg: split out the body of spec fileMasahiro Yamada-120/+120
2023-07-25kbuild: rpm-pkg: introduce %{with_devel} switch to select devel packageMasahiro Yamada-29/+26
2023-07-25kbuild: rpm-pkg: run modules_install for non-modular kernelMasahiro Yamada-9/+6
2023-07-25kbuild: rpm-pkg: invoke the kernel build from rpmbuild for binrpm-pkgMasahiro Yamada-16/+17
2023-07-25kbuild: rpm-pkg: use a dummy string for _arch when undefinedMasahiro Yamada-3/+2
2023-07-25kbuild: rpm-pkg: derive the Version from %{KERNELRELEASE}Masahiro Yamada-3/+1
2023-07-25kbuild: refactor kernel-devel RPM package and linux-headers Deb packageMasahiro Yamada-33/+41
2023-07-25kbuild: add a phony target to run a command with Kbuild env varsMasahiro Yamada-5/+2
2023-07-25kbuild: rpm-pkg: replace $KERNELRELEASE in spec file with %{KERNELRELEASE}Masahiro Yamada-29/+30
2023-07-25kbuild: rpm-pkg: replace $__KERNELRELEASE in spec file with %{version}Masahiro Yamada-2/+2
2023-07-25kbuild: rpm-pkg: record ARCH option in spec fileMasahiro Yamada-1/+3
2023-07-25kbuild: rpm-pkg: use %{makeflags} to pass common Make optionsMasahiro Yamada-5/+6
2023-07-25kbuild: rpm-pkg: do not hard-code $MAKE in spec fileMasahiro Yamada-7/+10
2023-07-25kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec fileMasahiro Yamada-1/+0
2023-07-25kbuild: rpm-pkg: define _arch conditionallyMasahiro Yamada-1/+1
2023-07-25Revert "kbuild: Hack for depmod not handling X.Y versions"Michal Suchanek-26/+1
2023-07-25kconfig: menuconfig: remove jump_key::indexMasahiro Yamada-12/+4
2023-07-25kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada-90/+97
2023-07-25linux/export.h: make <linux/export.h> independent of CONFIG_MODULESMasahiro Yamada-2/+7
2023-07-23Merge tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-10/+14
2023-07-24kbuild: rust: avoid creating temporary filesMiguel Ojeda-2/+9
2023-07-23gen_compile_commands: add assembly files to compilation databaseBenjamin Gray-1/+1
2023-07-19rust: support running Rust documentation tests as KUnit onesMiguel Ojeda-0/+338
2023-07-12kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song-3/+3
2023-07-12kconfig: gconfig: correct program name in help textRandy Dunlap-3/+3
2023-07-12kconfig: gconfig: drop the Show Debug Info help textRandy Dunlap-4/+1
2023-07-06Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds-0/+3
2023-07-05Merge tag 'parisc-for-6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2023-07-04scripts: kernel-doc: support private / public marking for enumsJakub Kicinski-0/+3
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-07-03parisc: Raise minimal GCC version to 12.0.0Helge Deller-2/+2
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-736/+479
2023-06-30Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-1/+17
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-5/+1
2023-06-30Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds-0/+1
2023-06-29Merge tag 'soc-dt-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-1/+1
2023-06-29Makefile: Add loongarch target flag for Clang compilationWANG Xuerui-0/+1
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+3
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+0
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+22
2023-06-29modpost: define more R_ARM_* for old distributionsMasahiro Yamada-0/+17
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+24
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-298/+635
2023-06-27powerpc: remove checks for binutils older than 2.25Masahiro Yamada-4/+0