Age | Commit message (Expand) | Author |
2023-08-16 | kconfig: port qconf to work with Qt6 in addition to Qt5 | Boris Kolpackov |
2023-08-15 | rust: bindgen: upgrade to 0.65.1 | Aakash Sen Sharma |
2023-08-14 | rust: upgrade to Rust 1.71.1 | Miguel Ojeda |
2023-08-13 | Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-08-13 | kconfig: nconf: Add search jump feature | Jesse Taube |
2023-08-10 | gcc-plugins: Rename last_stmt() for GCC 14+ | Kees Cook |
2023-08-10 | btf, scripts: rust: drop is_rust_module.sh | Andrea Righi |
2023-08-10 | kbuild: rust_is_available: add test suite | Miguel Ojeda |
2023-08-10 | kbuild: rust_is_available: check that output looks as expected | Miguel Ojeda |
2023-08-10 | kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN` | Miguel Ojeda |
2023-08-10 | kbuild: rust_is_available: normalize version matching | Miguel Ojeda |
2023-08-10 | kbuild: rust_is_available: fix confusion when a version appears in the path | Miguel Ojeda |
2023-08-09 | kbuild: rust_is_available: check that environment variables are set | Miguel Ojeda |
2023-08-09 | kbuild: rust_is_available: add check for `bindgen` invocation | Miguel Ojeda |
2023-08-09 | kbuild: rust_is_available: print docs reference | Miguel Ojeda |
2023-08-09 | kbuild: rust_is_available: fix version check when CC has multiple arguments | Russell Currey |
2023-08-09 | kbuild: rust_is_available: remove -v option | Masahiro Yamada |
2023-08-08 | scripts/setlocalversion: also consider annotated tags of the form vx.y.z-${fi... | Rasmus Villemoes |
2023-08-08 | scripts/setlocalversion: clean up stale comment | Rasmus Villemoes |
2023-08-08 | kbuild: deb-pkg: split debian/rules | Masahiro Yamada |
2023-08-08 | kbuild: deb-pkg: use Debian compliant shebang for debian/rules | Masahiro Yamada |
2023-08-07 | scripts: `make rust-analyzer` for out-of-tree modules | Vinay Varma |
2023-07-31 | modpost: remove ElF_Rela variables from for-loop in section_rel(a) | Masahiro Yamada |
2023-07-31 | modpost: clean up MIPS64 little endian relocation code | Masahiro Yamada |
2023-07-31 | modpost: pass r_type to addend_*_rel() | Masahiro Yamada |
2023-07-31 | modpost: change return type of addend_*_rel() | Masahiro Yamada |
2023-07-30 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2023-07-29 | Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage" | Sean Christopherson |
2023-07-29 | scripts/kallsyms: Fix build failure by setting errno before calling getline() | James Clark |
2023-07-27 | scripts/spelling.txt: remove 'thead' as a typo | Drew Fustini |
2023-07-24 | checkpatch: Complain about unexpected uses of RCU Tasks Trace | Paul E. McKenney |
2023-07-25 | kbuild: rpm-pkg: skip build dependency check on non-rpm systems | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: refactor *rpm-pkg targets | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: build the kernel in-place for rpm-pkg | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: rename binkernel.spec to kernel.spec | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: split out the body of spec file | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: introduce %{with_devel} switch to select devel package | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: run modules_install for non-modular kernel | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: invoke the kernel build from rpmbuild for binrpm-pkg | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: use a dummy string for _arch when undefined | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: derive the Version from %{KERNELRELEASE} | Masahiro Yamada |
2023-07-25 | kbuild: refactor kernel-devel RPM package and linux-headers Deb package | Masahiro Yamada |
2023-07-25 | kbuild: add a phony target to run a command with Kbuild env vars | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: replace $KERNELRELEASE in spec file with %{KERNELRELEASE} | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: replace $__KERNELRELEASE in spec file with %{version} | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: record ARCH option in spec file | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: use %{makeflags} to pass common Make options | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: do not hard-code $MAKE in spec file | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec file | Masahiro Yamada |
2023-07-25 | kbuild: rpm-pkg: define _arch conditionally | Masahiro Yamada |