index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
package
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately fail
Masahiro Yamada
2017-12-13
1
-3
/
+7
*
scripts/package: snap-pkg target
Paolo Pisati
2017-12-13
2
-0
/
+30
*
kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is used
Masahiro Yamada
2017-11-23
1
-1
/
+1
*
kbuild: pkg: use --transform option to prefix paths in tar
Masahiro Yamada
2017-11-23
1
-3
/
+2
*
Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-17
3
-151
/
+131
|
\
|
*
builddeb: Pass the kernel:debarch substvar to dpkg-genchanges
Sven Joachim
2017-11-14
1
-2
/
+2
|
*
kbuild: rpm-pkg: do not force -jN in submake
Masahiro Yamada
2017-11-14
1
-1
/
+2
|
*
kbuild: rpm-pkg: keep spec file until make mrproper
Masahiro Yamada
2017-11-14
1
-2
/
+2
|
*
kbuild: rpm-pkg: fix jobserver unavailable warning
Masahiro Yamada
2017-11-14
1
-2
/
+2
|
*
kbuild: rpm-pkg: replace $RPM_BUILD_ROOT with %{buildroot}
Masahiro Yamada
2017-11-14
1
-16
/
+16
|
*
kbuild: rpm-pkg: fix build error when CONFIG_MODULES is disabled
Masahiro Yamada
2017-11-14
1
-25
/
+32
|
*
kbuild: rpm-pkg: refactor mkspec with here doc
Masahiro Yamada
2017-11-14
1
-113
/
+105
|
*
kbuild: rpm-pkg: clean up mkspec
Masahiro Yamada
2017-10-09
1
-28
/
+16
|
*
kbuild: rpm-pkg: install vmlinux.bz2 unconditionally
Masahiro Yamada
2017-10-09
1
-3
/
+0
|
*
kbuild: rpm-pkg: remove ppc64 specific image handling
Masahiro Yamada
2017-10-09
1
-5
/
+0
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
kbuild: rpm-pkg: fix version number handling
Masahiro Yamada
2017-09-21
2
-9
/
+2
*
kbuild: deb-pkg: remove firmware package support
Masahiro Yamada
2017-09-21
1
-21
/
+1
*
kbuild: rpm-pkg: delete firmware_install to fix build error
Masahiro Yamada
2017-09-21
1
-6
/
+2
*
kbuild: buildtar: do not print successful message if tar returns error
Masahiro Yamada
2017-09-13
1
-16
/
+13
*
kbuild: buildtar: fix tar error when CONFIG_MODULES is disabled
Masahiro Yamada
2017-09-13
1
-2
/
+3
*
kbuild: Use KCONFIG_CONFIG in buildtar
Nicolas Porcel
2017-09-02
1
-2
/
+2
*
Merge tag 'kbuild-misc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-05-10
1
-13
/
+3
|
\
|
*
builddeb: fix typo
Andrew Donnellan
2017-04-25
1
-1
/
+1
|
*
builddeb: Update a few outdated and hardcoded strings
Riku Voipio
2017-04-25
1
-6
/
+1
|
*
deb-pkg: Remove the KBUILD_IMAGE workaround
Michal Marek
2017-03-20
1
-6
/
+1
*
|
Fix dead URLs to ftp.kernel.org
SeongJae Park
2017-03-28
1
-2
/
+2
|
/
*
Merge branch 'kbuild/rc-fixes' into kbuild/misc
Michal Marek
2016-12-11
1
-1
/
+1
|
\
|
*
builddeb: fix cross-building to arm64 producing host-arch debs
Adam Borowski
2016-11-25
1
-1
/
+1
*
|
kbuild/mkspec: avoid using brace expansion
Anton Tikhomirov
2016-12-11
1
-1
/
+2
|
/
*
builddeb: Skip gcc-plugins when not configured
Kees Cook
2016-08-16
1
-1
/
+3
*
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
2016-08-02
1
-4
/
+7
|
\
|
*
Fix the Debian packaging script on systems with no codename
Marcin Mielniczuk
2016-07-26
1
-1
/
+2
|
*
builddeb: fix file permissions before packaging
Henning Schild
2016-07-26
1
-0
/
+2
|
*
builddeb: really include objtool binary in headers package
Wilfried Klaebe
2016-07-19
1
-3
/
+3
*
|
GCC plugin infrastructure
Emese Revfy
2016-06-07
1
-0
/
+1
|
/
*
scripts/package/Makefile: rpmbuild add support of RPMOPTS
Srinivas Pandruvada
2016-05-16
1
-2
/
+2
*
builddeb: fix missing headers in linux-headers package
Azriel Samson
2016-05-10
1
-1
/
+1
*
builddeb: include objtool binary in headers package
Bjørn Mork
2016-05-10
1
-0
/
+3
*
kbuild/mkspec: support 'update-bootloader'-based systems
Jiri Kosina
2016-04-20
1
-0
/
+5
*
kbuild/mkspec: clean boot loader configuration on rpm removal
Paolo Abeni
2016-03-04
1
-0
/
+5
*
kbuild/mkspec: fix grub2 installkernel issue
Jiri Kosina
2016-02-26
1
-4
/
+4
*
package Makefile: fix perf-tar targets when outdir is set
Riku Voipio
2015-11-24
1
-2
/
+2
*
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
2015-11-10
1
-1
/
+10
|
\
|
*
deb-pkg: Add automatic support for armhf architecture
Ben Hutchings
2015-10-26
1
-1
/
+10
*
|
builddeb: remove debian/files before build
Riku Voipio
2015-10-16
1
-2
/
+2
|
/
*
deb-pkg: add source package
Riku Voipio
2015-09-04
2
-6
/
+49
*
package/Makefile: move source tar creation to a function
Riku Voipio
2015-09-04
1
-13
/
+16
*
kbuild: avoid listing /lib/modules in kernel spec file
Mike Marciniszyn
2015-08-26
1
-1
/
+0
*
fallback to hostname in scripts/package/builddeb
Christian Kujau
2015-08-19
1
-1
/
+1
[next]