Age | Commit message (Expand) | Author | Files | Lines |
2018-12-01 | kbuild: remove redundant 'set -e' from cmd_* defines | Masahiro Yamada | 1 | -1/+0 |
2018-11-11 | builddeb: Fix inclusion of dtbs in debian package | Rob Herring | 1 | -2/+2 |
2018-11-11 | kbuild: deb-pkg: fix too low build version number | Masahiro Yamada | 1 | -2/+5 |
2018-11-06 | kbuild: deb-pkg: fix bindeb-pkg breakage when O= is used | Masahiro Yamada | 1 | -1/+1 |
2018-11-06 | kbuild: rpm-pkg: fix binrpm-pkg breakage when O= is used | Masahiro Yamada | 1 | -5/+6 |
2018-07-28 | builddeb: Add automatic support for sh{3,4}{,eb} architectures | Ben Hutchings | 1 | -3/+10 |
2018-07-28 | builddeb: Add automatic support for riscv* architectures | Ben Hutchings | 1 | -1/+1 |
2018-07-28 | builddeb: Add automatic support for m68k architecture | Ben Hutchings | 1 | -1/+1 |
2018-07-28 | builddeb: Add automatic support for or1k architecture | Ben Hutchings | 1 | -0/+2 |
2018-07-28 | builddeb: Add automatic support for sparc64 architecture | Ben Hutchings | 1 | -1/+1 |
2018-07-28 | builddeb: Add automatic support for mips{,64}r6{,el} architectures | Ben Hutchings | 1 | -1/+3 |
2018-07-28 | builddeb: Add automatic support for mips64el architecture | Ben Hutchings | 1 | -1/+6 |
2018-07-28 | builddeb: Add automatic support for ppc64 and powerpcspe architectures | Ben Hutchings | 1 | -1/+6 |
2018-07-28 | builddeb: Introduce functions to simplify kconfig tests in set_debarch | Ben Hutchings | 1 | -9/+17 |
2018-07-28 | builddeb: Drop check for 32-bit s390 | Ben Hutchings | 1 | -1/+1 |
2018-07-28 | builddeb: Change architecture detection fallback to use dpkg-architecture | Ben Hutchings | 1 | -2/+2 |
2018-07-28 | builddeb: Skip architecture detection when KBUILD_DEBARCH is set | Ben Hutchings | 1 | -3/+6 |
2018-07-19 | kbuild: buildtar: add arm64 support | Olof Johansson | 1 | -0/+8 |
2018-07-19 | kbuild: buildtar: remove crufty vax pieces | Olof Johansson | 1 | -4/+0 |
2018-05-17 | kbuild: deb-pkg improve maintainer address generation | Riku Voipio | 1 | -14/+13 |
2018-04-13 | kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkg | Javier Martinez Canillas | 1 | -0/+2 |
2018-04-07 | kbuild: deb-pkg: split generating packaging and build | Riku Voipio | 3 | -244/+200 |
2018-03-28 | kbuild: rpm-pkg: Support GNU tar >= 1.29 | Jason Gunthorpe | 1 | -1/+1 |
2018-03-28 | builddeb: Fix header package regarding dtc source links | Jan Kiszka | 1 | -1/+1 |
2017-12-13 | kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately fail | Masahiro Yamada | 1 | -3/+7 |
2017-12-13 | scripts/package: snap-pkg target | Paolo Pisati | 2 | -0/+30 |
2017-11-23 | kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is used | Masahiro Yamada | 1 | -1/+1 |
2017-11-23 | kbuild: pkg: use --transform option to prefix paths in tar | Masahiro Yamada | 1 | -3/+2 |
2017-11-17 | Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -151/+131 |
2017-11-14 | builddeb: Pass the kernel:debarch substvar to dpkg-genchanges | Sven Joachim | 1 | -2/+2 |
2017-11-14 | kbuild: rpm-pkg: do not force -jN in submake | Masahiro Yamada | 1 | -1/+2 |
2017-11-14 | kbuild: rpm-pkg: keep spec file until make mrproper | Masahiro Yamada | 1 | -2/+2 |
2017-11-14 | kbuild: rpm-pkg: fix jobserver unavailable warning | Masahiro Yamada | 1 | -2/+2 |
2017-11-14 | kbuild: rpm-pkg: replace $RPM_BUILD_ROOT with %{buildroot} | Masahiro Yamada | 1 | -16/+16 |
2017-11-14 | kbuild: rpm-pkg: fix build error when CONFIG_MODULES is disabled | Masahiro Yamada | 1 | -25/+32 |
2017-11-14 | kbuild: rpm-pkg: refactor mkspec with here doc | Masahiro Yamada | 1 | -113/+105 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-09 | kbuild: rpm-pkg: clean up mkspec | Masahiro Yamada | 1 | -28/+16 |
2017-10-09 | kbuild: rpm-pkg: install vmlinux.bz2 unconditionally | Masahiro Yamada | 1 | -3/+0 |
2017-10-09 | kbuild: rpm-pkg: remove ppc64 specific image handling | Masahiro Yamada | 1 | -5/+0 |
2017-09-21 | kbuild: rpm-pkg: fix version number handling | Masahiro Yamada | 2 | -9/+2 |
2017-09-21 | kbuild: deb-pkg: remove firmware package support | Masahiro Yamada | 1 | -21/+1 |
2017-09-21 | kbuild: rpm-pkg: delete firmware_install to fix build error | Masahiro Yamada | 1 | -6/+2 |
2017-09-13 | kbuild: buildtar: do not print successful message if tar returns error | Masahiro Yamada | 1 | -16/+13 |
2017-09-13 | kbuild: buildtar: fix tar error when CONFIG_MODULES is disabled | Masahiro Yamada | 1 | -2/+3 |
2017-09-02 | kbuild: Use KCONFIG_CONFIG in buildtar | Nicolas Porcel | 1 | -2/+2 |
2017-05-10 | Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -13/+3 |
2017-04-25 | builddeb: fix typo | Andrew Donnellan | 1 | -1/+1 |
2017-04-25 | builddeb: Update a few outdated and hardcoded strings | Riku Voipio | 1 | -6/+1 |
2017-03-28 | Fix dead URLs to ftp.kernel.org | SeongJae Park | 1 | -2/+2 |