Age | Commit message (Expand) | Author |
2024-03-19 | kbuild: rpm-pkg: add dtb files in kernel rpm | Jose Ignacio Tornos Martinez |
2024-02-19 | Revert "kbuild/mkspec: clean boot loader configuration on rpm removal" | Masahiro Yamada |
2024-02-19 | Revert "kbuild/mkspec: support 'update-bootloader'-based systems" | Masahiro Yamada |
2024-02-19 | kbuild: rpm-pkg: mark installed files in /boot as %ghost | Masahiro Yamada |
2024-02-19 | kbuild: rpm-pkg: do not include depmod-generated files | Masahiro Yamada |
2024-02-19 | kbuild: deb-pkg: call more misc debhelper commands | Masahiro Yamada |
2024-02-19 | kbuild: deb-pkg: build binary-arch in parallel | Masahiro Yamada |
2024-02-19 | kbuild: deb-pkg: make debian/rules quiet for 'make deb-pkg' | Masahiro Yamada |
2024-02-19 | kbuild: deb-pkg: show verbose log for direct package builds | Masahiro Yamada |
2024-01-31 | kbuild: rpm-pkg: simplify installkernel %post | Jose Ignacio Tornos Martinez |
2024-01-10 | kbuild: deb-pkg: use debian/<package> for tmpdir | Masahiro Yamada |
2024-01-10 | kbuild: deb-pkg: move 'make headers' to build-arch | Masahiro Yamada |
2024-01-05 | kbuild: deb-pkg: do not search for 'scripts' directory under arch/ | Masahiro Yamada |
2024-01-05 | kbuild: deb-pkg: use build ID instead of debug link for dbg package | Masahiro Yamada |
2024-01-05 | kbuild: deb-pkg: use more debhelper commands in builddeb | Masahiro Yamada |
2024-01-05 | kbuild: deb-pkg: remove unneeded '-f $srctree/Makefile' in debian/rules | Masahiro Yamada |
2024-01-05 | kbuild: deb-pkg: allow to run debian/rules from output directory | Masahiro Yamada |
2024-01-05 | kbuild: deb-pkg: set DEB_* variables if debian/rules is directly executed | Masahiro Yamada |
2023-12-29 | kbuild: deb-pkg: squash scripts/package/deb-build-option to debian/rules | Masahiro Yamada |
2023-12-29 | kbuild: deb-pkg: factor out common Make options in debian/rules | Masahiro Yamada |
2023-12-29 | kbuild: deb-pkg: hard-code Build-Depends | Masahiro Yamada |
2023-12-29 | kbuild: deb-pkg: split debian/copyright from the mkdebian script | Masahiro Yamada |
2023-12-10 | kbuild: deb-pkg: remove the fakeroot builds support | Masahiro Yamada |
2023-12-03 | scripts: clean up IA-64 code | Masahiro Yamada |
2023-11-28 | kbuild: remove the last use of old cmd_src_tar rule in packaging | Masahiro Yamada |
2023-11-28 | kbuild: buildtar: always make modules_install | Petr Vorel |
2023-11-28 | kbuild: buildtar: Remove unused $dirs | Petr Vorel |
2023-10-03 | kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/ | Masahiro Yamada |
2023-10-01 | kbuild: remove stale code for 'source' symlink in packaging scripts | Masahiro Yamada |
2023-09-15 | kbuild: fix kernel-devel RPM package and linux-headers Deb package | Masahiro Yamada |
2023-08-29 | kbuild: deb-pkg: support DEB_BUILD_OPTIONS=parallel=N in debian/rules | Masahiro Yamada |
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-07-25 | kbuild: rpm-pkg: refactor *rpm-pkg targets | 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 |
2023-06-27 | kbuild: deb-pkg: remove the CONFIG_MODULES check in buildeb | Masahiro Yamada |