summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2023-08-13Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-13kconfig: nconf: Add search jump featureJesse Taube
2023-08-10gcc-plugins: Rename last_stmt() for GCC 14+Kees Cook
2023-08-10btf, scripts: rust: drop is_rust_module.shAndrea Righi
2023-08-10kbuild: rust_is_available: add test suiteMiguel Ojeda
2023-08-10kbuild: rust_is_available: check that output looks as expectedMiguel Ojeda
2023-08-10kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN`Miguel Ojeda
2023-08-10kbuild: rust_is_available: normalize version matchingMiguel Ojeda
2023-08-10kbuild: rust_is_available: fix confusion when a version appears in the pathMiguel Ojeda
2023-08-09kbuild: rust_is_available: check that environment variables are setMiguel Ojeda
2023-08-09kbuild: rust_is_available: add check for `bindgen` invocationMiguel Ojeda
2023-08-09kbuild: rust_is_available: print docs referenceMiguel Ojeda
2023-08-09kbuild: rust_is_available: fix version check when CC has multiple argumentsRussell Currey
2023-08-09kbuild: rust_is_available: remove -v optionMasahiro Yamada
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-08-07scripts: `make rust-analyzer` for out-of-tree modulesVinay Varma
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-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-29Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"Sean Christopherson
2023-07-29scripts/kallsyms: Fix build failure by setting errno before calling getline()James Clark
2023-07-27scripts/spelling.txt: remove 'thead' as a typoDrew Fustini
2023-07-24checkpatch: Complain about unexpected uses of RCU Tasks TracePaul E. McKenney
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