| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-13 | kernel: rpm-pkg: Restore find-debuginfo.sh approach to -debuginfo package | Nathan Chancellor | 1 | -0/+5 |
| 2026-02-13 | kbuild: rpm-pkg: Restrict manual debug package creation | Nathan Chancellor | 1 | -3/+30 |
| 2025-04-06 | kbuild: rpm-pkg: build a debuginfo RPM | Uday Shankar | 1 | -0/+10 |
| 2024-07-24 | kbuild: rpm-pkg: Fix C locale setup | Petr Vorel | 1 | -1/+1 |
| 2024-07-20 | kbuild: rpm-pkg: introduce a simple changelog section for kernel.spec | Rafael Aquini | 1 | -0/+23 |
| 2024-07-16 | kbuild: package: add -e and -u options to some shell scripts | Masahiro Yamada | 1 | -0/+2 |
| 2024-07-16 | kbuild: move init/build-version to scripts/ | Masahiro Yamada | 1 | -1/+1 |
| 2023-10-03 | kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/ | Masahiro Yamada | 1 | -0/+6 |
| 2023-07-25 | kbuild: rpm-pkg: refactor *rpm-pkg targets | Masahiro Yamada | 1 | -8/+0 |
| 2023-07-25 | kbuild: rpm-pkg: split out the body of spec file | Masahiro Yamada | 1 | -120/+3 |
| 2023-07-25 | kbuild: rpm-pkg: introduce %{with_devel} switch to select devel package | Masahiro Yamada | 1 | -28/+25 |
| 2023-07-25 | kbuild: rpm-pkg: run modules_install for non-modular kernel | Masahiro Yamada | 1 | -9/+6 |
| 2023-07-25 | kbuild: rpm-pkg: invoke the kernel build from rpmbuild for binrpm-pkg | Masahiro Yamada | 1 | -15/+16 |
| 2023-07-25 | kbuild: rpm-pkg: use a dummy string for _arch when undefined | Masahiro Yamada | 1 | -3/+2 |
| 2023-07-25 | kbuild: rpm-pkg: derive the Version from %{KERNELRELEASE} | Masahiro Yamada | 1 | -3/+1 |
| 2023-07-25 | kbuild: refactor kernel-devel RPM package and linux-headers Deb package | Masahiro Yamada | 1 | -5/+1 |
| 2023-07-25 | kbuild: rpm-pkg: replace $KERNELRELEASE in spec file with %{KERNELRELEASE} | Masahiro Yamada | 1 | -29/+30 |
| 2023-07-25 | kbuild: rpm-pkg: replace $__KERNELRELEASE in spec file with %{version} | Masahiro Yamada | 1 | -2/+2 |
| 2023-07-25 | kbuild: rpm-pkg: record ARCH option in spec file | Masahiro Yamada | 1 | -1/+3 |
| 2023-07-25 | kbuild: rpm-pkg: use %{makeflags} to pass common Make options | Masahiro Yamada | 1 | -5/+6 |
| 2023-07-25 | kbuild: rpm-pkg: do not hard-code $MAKE in spec file | Masahiro Yamada | 1 | -5/+7 |
| 2023-07-25 | kbuild: rpm-pkg: remove unneeded '-f $srctree/Makefile' in spec file | Masahiro Yamada | 1 | -1/+0 |
| 2023-07-25 | kbuild: rpm-pkg: define _arch conditionally | Masahiro Yamada | 1 | -1/+1 |
| 2023-04-25 | kbuild: rpm-pkg: remove kernel-drm PROVIDES | Masahiro Yamada | 1 | -6/+1 |
| 2023-04-11 | kbuild: give up untracked files for source package builds | Masahiro Yamada | 1 | -9/+2 |
| 2023-03-16 | kbuild: use git-archive for source package creation | Masahiro Yamada | 1 | -0/+10 |
| 2023-03-16 | kbuild: rpm-pkg: move source components to rpmbuild/SOURCES | Masahiro Yamada | 1 | -4/+8 |
| 2023-02-26 | kbuild: rpm-pkg: remove unneeded KERNELRELEASE from modules/headers_install | Masahiro Yamada | 1 | -2/+2 |
| 2023-02-26 | kbuild: srcrpm-pkg: create source package without cleaning | Masahiro Yamada | 1 | -4/+4 |
| 2023-01-30 | kbuild: do not put .scmversion into the source tarball | Masahiro Yamada | 1 | -5/+3 |
| 2023-01-11 | scripts: rpm: make clear that mkspec script contains 4.13 feature | Arend van Spriel | 1 | -1/+1 |
| 2022-12-30 | kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequires | Masahiro Yamada | 1 | -1/+2 |
| 2022-11-24 | kbuild: add ability to make source rpm buildable using koji | Ivan Vecera | 1 | -0/+7 |
| 2022-10-13 | kbuild: Stop including vmlinux.bz2 in the rpm's | Zack Rusin | 1 | -2/+0 |
| 2022-09-29 | kbuild: rpm-pkg: fix breakage when V=1 is used | Janis Schoetterl-Glausch | 1 | -2/+2 |
| 2022-07-27 | kbuild: rpm-pkg: fix build error when _arch is undefined | Masahiro Yamada | 1 | -0/+3 |
| 2020-08-10 | kbuild: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
| 2019-07-18 | kbuild: create *.mod with full directory path and remove MODVERDIR | Masahiro Yamada | 1 | -1/+1 |
| 2019-07-09 | kbuild: do not create wrappers for header-test-y | 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-04-13 | kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkg | Javier Martinez Canillas | 1 | -0/+2 |
| 2018-03-28 | kbuild: rpm-pkg: Support GNU tar >= 1.29 | Jason Gunthorpe | 1 | -1/+1 |
| 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-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 | 1 | -4/+2 |
| 2017-09-21 | kbuild: rpm-pkg: delete firmware_install to fix build error | Masahiro Yamada | 1 | -6/+2 |
| 2016-12-11 | kbuild/mkspec: avoid using brace expansion | Anton Tikhomirov | 1 | -1/+2 |
| 2016-04-20 | kbuild/mkspec: support 'update-bootloader'-based systems | Jiri Kosina | 1 | -0/+5 |
| 2016-03-04 | kbuild/mkspec: clean boot loader configuration on rpm removal | Paolo Abeni | 1 | -0/+5 |
| 2016-02-26 | kbuild/mkspec: fix grub2 installkernel issue | Jiri Kosina | 1 | -4/+4 |
| 2015-08-26 | kbuild: avoid listing /lib/modules in kernel spec file | Mike Marciniszyn | 1 | -1/+0 |
| 2015-04-27 | kbuild/mkspec: Simplify vmlinux.bz2 creation | Borislav Petkov | 1 | -3/+1 |
| 2014-12-08 | scripts/package: binrpm-pkg do not create source and devel package | Jérôme Glisse | 1 | -0/+4 |
| 2013-07-23 | rpm-pkg: add generation of kernel-devel | Mike Marciniszyn | 1 | -2/+26 |
| 2013-07-23 | rpm-pkg: install firmware files in kernel relative directory | Mike Marciniszyn | 1 | -4/+5 |
| 2013-07-23 | rpm-pkg: add %post section to create initramfs and grub hooks | Mike Marciniszyn | 1 | -0/+9 |
| 2013-06-24 | kbuild: fix error when building from src rpm | Mike Marciniszyn | 1 | -0/+1 |
| 2013-02-22 | kbuild: clear KBUILD_SRC when calling 'make' in RPM spec | David R. Bild | 1 | -1/+1 |
| 2011-05-24 | kbuild: Create a kernel-headers RPM | Arun Sharma | 1 | -0/+17 |
| 2011-05-04 | Replace '-' in kernel version with '_' | Arun Sharma | 1 | -1/+1 |
| 2010-10-28 | Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma... | Linus Torvalds | 1 | -1/+1 |
| 2010-10-14 | scripts/package: don't break if %{_smp_mflags} isn't set | Nishanth Aravamudan | 1 | -1/+1 |
| 2010-06-01 | Merge branch 'for-35' of git://repo.or.cz/linux-kbuild | Linus Torvalds | 1 | -1/+1 |
| 2010-03-29 | Fix comment and Kconfig typos for 'require' and 'fragment' | Gilles Espinasse | 1 | -1/+1 |
| 2010-02-02 | scripts: use %_tmppath in "make rpm-pkg" | John Saalwaechter | 1 | -1/+1 |
| 2009-10-11 | kbuild: fix the binrpm-pkg target to work with KBUILD_OUTPUT set | Frans Pop | 1 | -1/+1 |
| 2009-03-07 | kbuild: fix mkspec to cleanup RPM_BUILD_ROOT | Josh Hunt | 1 | -1/+1 |
| 2009-02-15 | kbuild: add vmlinux to kernel rpm | Josh Hunt | 1 | -0/+8 |
| 2008-10-29 | scripts/package: don't break if %{_smp_mflags} isn't set | Jeremy Kerr | 1 | -1/+1 |
| 2008-10-29 | kbuild: mkspec - fix build rpm | Evgeniy Manachkin | 1 | -0/+3 |
| 2006-09-25 | kbuild: fix "mkdir -p" usage in scripts/package/mkspec | Rolf Eike Beer | 1 | -2/+2 |
| 2006-06-08 | kbuild: fix make rpm for powerpc | Mike Wolf | 1 | -0/+5 |
| 2005-07-13 | [PATCH] kbuild: add ia64 support to rpm Makefile target | Greg Edwards | 1 | -0/+9 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+82 |