commit 70247d14386e6d92b876b21a091f1bfa523fce9e
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7743
This commit is contained in:
parent
8d398a092a
commit
6f98ef0544
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 11:44:55 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- systemd requires autofs, so autofs4.ko will always be loaded on
|
||||||
|
boot. For performance reasons, it makes sense to build it into
|
||||||
|
the kernel (bnc#863771).
|
||||||
|
- CONFIG_AUTOFS4_FS=y
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 9 14:38:52 CET 2014 - jdelvare@suse.de
|
Thu Jan 9 14:38:52 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
+i386 i386/desktop
|
+i386 i386/desktop
|
||||||
+i386 i386/pae
|
+i386 i386/pae
|
||||||
+i386 -syms i386/debug
|
+i386 -syms i386/debug
|
||||||
#+i386 i386/xen
|
+i386 i386/xen
|
||||||
#+i386 -syms i386/ec2
|
+i386 -syms i386/ec2
|
||||||
+i386 i386/vanilla
|
+i386 i386/vanilla
|
||||||
+i386 -syms i386/trace
|
+i386 -syms i386/trace
|
||||||
|
|
||||||
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
+x86_64 x86_64/default
|
+x86_64 x86_64/default
|
||||||
+x86_64 x86_64/desktop
|
+x86_64 x86_64/desktop
|
||||||
#+x86_64 x86_64/xen
|
+x86_64 x86_64/xen
|
||||||
#+x86_64 -syms x86_64/ec2
|
+x86_64 -syms x86_64/ec2
|
||||||
+x86_64 -syms x86_64/debug
|
+x86_64 -syms x86_64/debug
|
||||||
+x86_64 x86_64/vanilla
|
+x86_64 x86_64/vanilla
|
||||||
+x86_64 -syms x86_64/trace
|
+x86_64 -syms x86_64/trace
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4d6a7c6192745c76a772180ca458c4366bf7e34cf61ce493ab46a71cd985c2d9
|
oid sha256:6d89c455ed54b082752f3d49614075999e9d6bd89731d86ff0ae6b6d666e9aa0
|
||||||
size 236163
|
size 290331
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_AUTOFS4_FS=y
|
||||||
|
systemd requires autofs, so autofs4.ko will always be loaded on boot.
|
||||||
|
For performance reasons, it makes sense to build it into the kernel
|
||||||
|
(bnc#863771).
|
||||||
|
- commit 70247d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 13:55:21 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.14-rc4 and c/s 1252.
|
||||||
|
- privcmd: allow preempting long running user-mode originating
|
||||||
|
hypercalls (bnc#861093).
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- scripts/check-cvs-add: Disable config checking for now.
|
||||||
|
- commit d5aea30
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.14.rc4
|
Version: 3.14.rc4
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2ded0ed
|
Release: <RELEASE>.g70247d1
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_AUTOFS4_FS=y
|
||||||
|
systemd requires autofs, so autofs4.ko will always be loaded on boot.
|
||||||
|
For performance reasons, it makes sense to build it into the kernel
|
||||||
|
(bnc#863771).
|
||||||
|
- commit 70247d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 13:55:21 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.14-rc4 and c/s 1252.
|
||||||
|
- privcmd: allow preempting long running user-mode originating
|
||||||
|
hypercalls (bnc#861093).
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- scripts/check-cvs-add: Disable config checking for now.
|
||||||
|
- commit d5aea30
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.14.rc4
|
Version: 3.14.rc4
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2ded0ed
|
Release: <RELEASE>.g70247d1
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_AUTOFS4_FS=y
|
||||||
|
systemd requires autofs, so autofs4.ko will always be loaded on boot.
|
||||||
|
For performance reasons, it makes sense to build it into the kernel
|
||||||
|
(bnc#863771).
|
||||||
|
- commit 70247d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 13:55:21 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.14-rc4 and c/s 1252.
|
||||||
|
- privcmd: allow preempting long running user-mode originating
|
||||||
|
hypercalls (bnc#861093).
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- scripts/check-cvs-add: Disable config checking for now.
|
||||||
|
- commit d5aea30
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.14.rc4
|
Version: 3.14.rc4
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2ded0ed
|
Release: <RELEASE>.g70247d1
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_AUTOFS4_FS=y
|
||||||
|
systemd requires autofs, so autofs4.ko will always be loaded on boot.
|
||||||
|
For performance reasons, it makes sense to build it into the kernel
|
||||||
|
(bnc#863771).
|
||||||
|
- commit 70247d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 13:55:21 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.14-rc4 and c/s 1252.
|
||||||
|
- privcmd: allow preempting long running user-mode originating
|
||||||
|
hypercalls (bnc#861093).
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- scripts/check-cvs-add: Disable config checking for now.
|
||||||
|
- commit d5aea30
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ License: GPL-2.0
|
|||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 3.14.rc4
|
Version: 3.14.rc4
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2ded0ed
|
Release: <RELEASE>.g70247d1
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
30309
kernel-ec2.changes
Normal file
30309
kernel-ec2.changes
Normal file
File diff suppressed because it is too large
Load Diff
1080
kernel-ec2.spec
Normal file
1080
kernel-ec2.spec
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_AUTOFS4_FS=y
|
||||||
|
systemd requires autofs, so autofs4.ko will always be loaded on boot.
|
||||||
|
For performance reasons, it makes sense to build it into the kernel
|
||||||
|
(bnc#863771).
|
||||||
|
- commit 70247d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 13:55:21 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.14-rc4 and c/s 1252.
|
||||||
|
- privcmd: allow preempting long running user-mode originating
|
||||||
|
hypercalls (bnc#861093).
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- scripts/check-cvs-add: Disable config checking for now.
|
||||||
|
- commit d5aea30
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_AUTOFS4_FS=y
|
||||||
|
systemd requires autofs, so autofs4.ko will always be loaded on boot.
|
||||||
|
For performance reasons, it makes sense to build it into the kernel
|
||||||
|
(bnc#863771).
|
||||||
|
- commit 70247d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 13:55:21 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.14-rc4 and c/s 1252.
|
||||||
|
- privcmd: allow preempting long running user-mode originating
|
||||||
|
hypercalls (bnc#861093).
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- scripts/check-cvs-add: Disable config checking for now.
|
||||||
|
- commit d5aea30
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_AUTOFS4_FS=y
|
||||||
|
systemd requires autofs, so autofs4.ko will always be loaded on boot.
|
||||||
|
For performance reasons, it makes sense to build it into the kernel
|
||||||
|
(bnc#863771).
|
||||||
|
- commit 70247d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 13:55:21 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.14-rc4 and c/s 1252.
|
||||||
|
- privcmd: allow preempting long running user-mode originating
|
||||||
|
hypercalls (bnc#861093).
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- scripts/check-cvs-add: Disable config checking for now.
|
||||||
|
- commit d5aea30
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.14.rc4
|
Version: 3.14.rc4
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2ded0ed
|
Release: <RELEASE>.g70247d1
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_AUTOFS4_FS=y
|
||||||
|
systemd requires autofs, so autofs4.ko will always be loaded on boot.
|
||||||
|
For performance reasons, it makes sense to build it into the kernel
|
||||||
|
(bnc#863771).
|
||||||
|
- commit 70247d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 13:55:21 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.14-rc4 and c/s 1252.
|
||||||
|
- privcmd: allow preempting long running user-mode originating
|
||||||
|
hypercalls (bnc#861093).
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- scripts/check-cvs-add: Disable config checking for now.
|
||||||
|
- commit d5aea30
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
|||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 3.14.rc4
|
Version: 3.14.rc4
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2ded0ed
|
Release: <RELEASE>.g70247d1
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_AUTOFS4_FS=y
|
||||||
|
systemd requires autofs, so autofs4.ko will always be loaded on boot.
|
||||||
|
For performance reasons, it makes sense to build it into the kernel
|
||||||
|
(bnc#863771).
|
||||||
|
- commit 70247d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 13:55:21 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.14-rc4 and c/s 1252.
|
||||||
|
- privcmd: allow preempting long running user-mode originating
|
||||||
|
hypercalls (bnc#861093).
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- scripts/check-cvs-add: Disable config checking for now.
|
||||||
|
- commit d5aea30
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
|||||||
Version: 3.14.rc4
|
Version: 3.14.rc4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2ded0ed
|
Release: <RELEASE>.g70247d1
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -47,6 +47,9 @@ Requires: kernel-desktop-devel = %version-%source_rel
|
|||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Requires: kernel-pae-devel = %version-%source_rel
|
Requires: kernel-pae-devel = %version-%source_rel
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
|
Requires: kernel-xen-devel = %version-%source_rel
|
||||||
|
%endif
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source: README.KSYMS
|
Source: README.KSYMS
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_AUTOFS4_FS=y
|
||||||
|
systemd requires autofs, so autofs4.ko will always be loaded on boot.
|
||||||
|
For performance reasons, it makes sense to build it into the kernel
|
||||||
|
(bnc#863771).
|
||||||
|
- commit 70247d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 13:55:21 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.14-rc4 and c/s 1252.
|
||||||
|
- privcmd: allow preempting long running user-mode originating
|
||||||
|
hypercalls (bnc#861093).
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- scripts/check-cvs-add: Disable config checking for now.
|
||||||
|
- commit d5aea30
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.14.rc4
|
Version: 3.14.rc4
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2ded0ed
|
Release: <RELEASE>.g70247d1
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 22:51:43 CET 2014 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- Update config files: CONFIG_AUTOFS4_FS=y
|
||||||
|
systemd requires autofs, so autofs4.ko will always be loaded on boot.
|
||||||
|
For performance reasons, it makes sense to build it into the kernel
|
||||||
|
(bnc#863771).
|
||||||
|
- commit 70247d1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 13:55:21 CET 2014 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.14-rc4 and c/s 1252.
|
||||||
|
- privcmd: allow preempting long running user-mode originating
|
||||||
|
hypercalls (bnc#861093).
|
||||||
|
- config.conf: Re-enable Xen configs.
|
||||||
|
- Update x86 config files.
|
||||||
|
- scripts/check-cvs-add: Disable config checking for now.
|
||||||
|
- commit d5aea30
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
Mon Feb 24 13:42:29 CET 2014 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.14.rc4
|
Version: 3.14.rc4
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2ded0ed
|
Release: <RELEASE>.g70247d1
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
30309
kernel-xen.changes
Normal file
30309
kernel-xen.changes
Normal file
File diff suppressed because it is too large
Load Diff
1083
kernel-xen.spec
Normal file
1083
kernel-xen.spec
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:481c57399117fecdeb401bf212240b46b2b0a430c0dd6d6b080c2fa6e89143fa
|
oid sha256:892227b1b4771055b8f41d9bc6c621c66a24188ccb5007f0cedcbcf0f3618230
|
||||||
size 80878836
|
size 78376564
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f50cba7d9494f9cc31478a8853ed8947d6559e502131a9200b3b74fd97d5986a
|
oid sha256:4532e04efb05b4ddbd5faf1bc67a96a1f0f413da8b19069e0b5c286089393f86
|
||||||
size 2045742
|
size 2065879
|
||||||
|
214
series.conf
214
series.conf
@ -533,127 +533,129 @@
|
|||||||
# re-basing to a newer xen tree.
|
# re-basing to a newer xen tree.
|
||||||
#
|
#
|
||||||
# split out patches
|
# split out patches
|
||||||
+noxen patches.xen/kexec-move-segment-code-i386.patch
|
patches.xen/kexec-move-segment-code-i386.patch
|
||||||
+noxen patches.xen/kexec-move-segment-code-x86_64.patch
|
patches.xen/kexec-move-segment-code-x86_64.patch
|
||||||
+noxen patches.xen/ipv6-no-autoconf
|
patches.xen/ipv6-no-autoconf
|
||||||
+noxen patches.xen/pci-guestdev
|
patches.xen/pci-guestdev
|
||||||
+noxen patches.xen/pci-reserve
|
patches.xen/pci-reserve
|
||||||
|
|
||||||
# bulk stuff, new files for xen
|
# bulk stuff, new files for xen
|
||||||
+noxen patches.xen/xen3-auto-xen-arch.diff
|
patches.xen/xen3-auto-xen-arch.diff
|
||||||
+noxen patches.xen/xen3-auto-xen-drivers.diff
|
patches.xen/xen3-auto-xen-drivers.diff
|
||||||
+noxen patches.xen/xen3-auto-include-xen-interface.diff
|
patches.xen/xen3-auto-include-xen-interface.diff
|
||||||
+noxen patches.xen/xen3-auto-blktap2-pvops.diff
|
patches.xen/xen3-auto-blktap2-pvops.diff
|
||||||
|
|
||||||
# kconfig bits for xen
|
# kconfig bits for xen
|
||||||
+noxen patches.xen/xen3-auto-xen-kconfig.diff
|
patches.xen/xen3-auto-xen-kconfig.diff
|
||||||
|
|
||||||
# common code changes
|
# common code changes
|
||||||
+noxen patches.xen/xen3-auto-common.diff
|
patches.xen/xen3-auto-common.diff
|
||||||
+noxen patches.xen/xen3-auto-arch-x86.diff
|
patches.xen/xen3-auto-arch-x86.diff
|
||||||
+noxen patches.xen/xen3-auto-arch-i386.diff
|
patches.xen/xen3-auto-arch-i386.diff
|
||||||
+noxen patches.xen/xen3-auto-arch-x86_64.diff
|
patches.xen/xen3-auto-arch-x86_64.diff
|
||||||
|
|
||||||
# fixups due to upstream Xen parts
|
# fixups due to upstream Xen parts
|
||||||
+noxen patches.xen/xen3-fixup-xen
|
patches.xen/xen3-fixup-xen
|
||||||
|
|
||||||
# newer changeset backports
|
# newer changeset backports
|
||||||
|
|
||||||
# changes outside arch/{i386,x86_64}/xen
|
# changes outside arch/{i386,x86_64}/xen
|
||||||
+noxen patches.xen/xen3-fixup-kconfig
|
patches.xen/xen3-fixup-kconfig
|
||||||
+noxen patches.xen/xen3-fixup-common
|
patches.xen/xen3-fixup-common
|
||||||
+noxen patches.xen/xen3-fixup-arch-x86
|
patches.xen/xen3-fixup-arch-x86
|
||||||
+noxen patches.xen/xen3-fixup-blktap2-pvops
|
patches.xen/xen3-fixup-blktap2-pvops
|
||||||
|
|
||||||
# ports of upstream patches
|
# ports of upstream patches
|
||||||
+noxen patches.xen/xen3-patch-2.6.18
|
patches.xen/xen3-patch-2.6.18
|
||||||
+noxen patches.xen/xen3-patch-2.6.19
|
patches.xen/xen3-patch-2.6.19
|
||||||
+noxen patches.xen/xen3-patch-2.6.20
|
patches.xen/xen3-patch-2.6.20
|
||||||
+noxen patches.xen/xen3-patch-2.6.21
|
patches.xen/xen3-patch-2.6.21
|
||||||
+noxen patches.xen/xen3-patch-2.6.22
|
patches.xen/xen3-patch-2.6.22
|
||||||
+noxen patches.xen/xen3-patch-2.6.23
|
patches.xen/xen3-patch-2.6.23
|
||||||
+noxen patches.xen/xen3-patch-2.6.24
|
patches.xen/xen3-patch-2.6.24
|
||||||
+noxen patches.xen/xen3-patch-2.6.25
|
patches.xen/xen3-patch-2.6.25
|
||||||
+noxen patches.xen/xen3-patch-2.6.26
|
patches.xen/xen3-patch-2.6.26
|
||||||
+noxen patches.xen/xen3-patch-2.6.27
|
patches.xen/xen3-patch-2.6.27
|
||||||
+noxen patches.xen/xen3-patch-2.6.28
|
patches.xen/xen3-patch-2.6.28
|
||||||
+noxen patches.xen/xen3-patch-2.6.29
|
patches.xen/xen3-patch-2.6.29
|
||||||
+noxen patches.xen/xen3-patch-2.6.30
|
patches.xen/xen3-patch-2.6.30
|
||||||
+noxen patches.xen/xen3-patch-2.6.31
|
patches.xen/xen3-patch-2.6.31
|
||||||
+noxen patches.xen/xen3-patch-2.6.32
|
patches.xen/xen3-patch-2.6.32
|
||||||
+noxen patches.xen/xen3-patch-2.6.33
|
patches.xen/xen3-patch-2.6.33
|
||||||
+noxen patches.xen/xen3-patch-2.6.34
|
patches.xen/xen3-patch-2.6.34
|
||||||
+noxen patches.xen/xen3-patch-2.6.35
|
patches.xen/xen3-patch-2.6.35
|
||||||
+noxen patches.xen/xen3-patch-2.6.36
|
patches.xen/xen3-patch-2.6.36
|
||||||
+noxen patches.xen/xen3-patch-2.6.37
|
patches.xen/xen3-patch-2.6.37
|
||||||
+noxen patches.xen/xen3-patch-2.6.38
|
patches.xen/xen3-patch-2.6.38
|
||||||
+noxen patches.xen/xen3-patch-2.6.39
|
patches.xen/xen3-patch-2.6.39
|
||||||
+noxen patches.xen/xen3-patch-3.0
|
patches.xen/xen3-patch-3.0
|
||||||
+noxen patches.xen/xen3-patch-3.1
|
patches.xen/xen3-patch-3.1
|
||||||
+noxen patches.xen/xen3-patch-3.2
|
patches.xen/xen3-patch-3.2
|
||||||
+noxen patches.xen/xen3-patch-3.3
|
patches.xen/xen3-patch-3.3
|
||||||
+noxen patches.xen/xen3-patch-3.4
|
patches.xen/xen3-patch-3.4
|
||||||
+noxen patches.xen/xen3-patch-3.5
|
patches.xen/xen3-patch-3.5
|
||||||
+noxen patches.xen/xen3-patch-3.6
|
patches.xen/xen3-patch-3.6
|
||||||
+noxen patches.xen/xen3-patch-3.7
|
patches.xen/xen3-patch-3.7
|
||||||
+noxen patches.xen/xen3-patch-3.8
|
patches.xen/xen3-patch-3.8
|
||||||
+noxen patches.xen/xen3-patch-3.9
|
patches.xen/xen3-patch-3.9
|
||||||
+noxen patches.xen/xen3-patch-3.10
|
patches.xen/xen3-patch-3.10
|
||||||
+noxen patches.xen/xen3-patch-3.11
|
patches.xen/xen3-patch-3.11
|
||||||
+noxen patches.xen/xen3-patch-3.12
|
patches.xen/xen3-patch-3.12
|
||||||
+noxen patches.xen/xen3-patch-3.13
|
patches.xen/xen3-patch-3.13
|
||||||
|
patches.xen/xen3-patch-3.14-rc4
|
||||||
|
|
||||||
# ports of other patches
|
# ports of other patches
|
||||||
+noxen patches.xen/xen3-stack-unwind
|
patches.xen/xen3-stack-unwind
|
||||||
+noxen patches.xen/xen3-x86_64-unwind-annotations
|
patches.xen/xen3-x86_64-unwind-annotations
|
||||||
|
|
||||||
# bugfixes and enhancements
|
# bugfixes and enhancements
|
||||||
+noxen patches.xen/xen-hypercall-symbols
|
patches.xen/xen-hypercall-symbols
|
||||||
+noxen patches.xen/xen-sys-suspend
|
patches.xen/xen-sys-suspend
|
||||||
+noxen patches.xen/xen-ipi-per-cpu-irq
|
patches.xen/xen-ipi-per-cpu-irq
|
||||||
+noxen patches.xen/xen-virq-per-cpu-irq
|
patches.xen/xen-virq-per-cpu-irq
|
||||||
+noxen patches.xen/xen-clockevents
|
patches.xen/xen-clockevents
|
||||||
+noxen patches.xen/xen-spinlock-poll-early
|
patches.xen/xen-spinlock-poll-early
|
||||||
+noxen patches.xen/xen-pcpu
|
patches.xen/xen-pcpu
|
||||||
+noxen patches.xen/xen-pcpu-hotplug-kexec
|
patches.xen/xen-pcpu-hotplug-kexec
|
||||||
+noxen patches.xen/xen-mem-hotplug
|
patches.xen/xen-mem-hotplug
|
||||||
+noxen patches.xen/xen-configurable-guest-devices
|
patches.xen/xen-configurable-guest-devices
|
||||||
+noxen patches.xen/xen-setup-gsi
|
patches.xen/xen-setup-gsi
|
||||||
+noxen patches.xen/xen-unpriv-build
|
patches.xen/xen-privcmd-hcall-preemption
|
||||||
+noxen patches.xen/xen-cpufreq-report
|
patches.xen/xen-unpriv-build
|
||||||
+noxen patches.xen/xen-multi-page-ring
|
patches.xen/xen-cpufreq-report
|
||||||
+noxen patches.xen/xen-balloon-max-target
|
patches.xen/xen-multi-page-ring
|
||||||
+noxen patches.xen/xen-blkback-multi-page-ring
|
patches.xen/xen-balloon-max-target
|
||||||
+noxen patches.xen/xen-blkback-cdrom
|
patches.xen/xen-blkback-multi-page-ring
|
||||||
+noxen patches.xen/xen-blkif-protocol-fallback-hack
|
patches.xen/xen-blkback-cdrom
|
||||||
+noxen patches.xen/xen-blkfront-multi-page-ring
|
patches.xen/xen-blkif-protocol-fallback-hack
|
||||||
+noxen patches.xen/xen-blkif-op-packet
|
patches.xen/xen-blkfront-multi-page-ring
|
||||||
+noxen patches.xen/xen-blkfront-cdrom
|
patches.xen/xen-blkif-op-packet
|
||||||
+noxen patches.xen/xen-blkfront-hvm-no-cdrom
|
patches.xen/xen-blkfront-cdrom
|
||||||
+noxen patches.xen/xen-blktap-modular
|
patches.xen/xen-blkfront-hvm-no-cdrom
|
||||||
+noxen patches.xen/xen-blktap-write-barriers
|
patches.xen/xen-blktap-modular
|
||||||
+noxen patches.xen/xen-blktap2-configurable-nr-devs
|
patches.xen/xen-blktap-write-barriers
|
||||||
+noxen patches.xen/xen-netback-notify-multi
|
patches.xen/xen-blktap2-configurable-nr-devs
|
||||||
+noxen patches.xen/xen-netback-generalize
|
patches.xen/xen-netback-notify-multi
|
||||||
+noxen patches.xen/xen-netback-multiple-tasklets
|
patches.xen/xen-netback-generalize
|
||||||
+noxen patches.xen/xen-netback-kernel-threads
|
patches.xen/xen-netback-multiple-tasklets
|
||||||
+noxen patches.xen/xen-netback-tx-queue-len
|
patches.xen/xen-netback-kernel-threads
|
||||||
+noxen patches.xen/xen-cxgb3
|
patches.xen/xen-netback-tx-queue-len
|
||||||
+noxen patches.xen/xen-dcdbas
|
patches.xen/xen-cxgb3
|
||||||
+noxen patches.xen/xen-pv-on-hvm-skip-initialization-of-emulated-devices
|
patches.xen/xen-dcdbas
|
||||||
+noxen patches.xen/xen-x86-panic-no-reboot
|
patches.xen/xen-pv-on-hvm-skip-initialization-of-emulated-devices
|
||||||
+noxen patches.xen/xen-x86-dcr-fallback
|
patches.xen/xen-x86-panic-no-reboot
|
||||||
+noxen patches.xen/xen-x86-no-lapic
|
patches.xen/xen-x86-dcr-fallback
|
||||||
+noxen patches.xen/xen-x86-pmd-handling
|
patches.xen/xen-x86-no-lapic
|
||||||
+noxen patches.xen/xen-x86-bigmem
|
patches.xen/xen-x86-pmd-handling
|
||||||
+noxen patches.xen/xen-x86-exit-mmap
|
patches.xen/xen-x86-bigmem
|
||||||
+noxen patches.xen/xen-x86-per-cpu-vcpu-info
|
patches.xen/xen-x86-exit-mmap
|
||||||
+noxen patches.xen/xen-x86-pcpu
|
patches.xen/xen-x86-per-cpu-vcpu-info
|
||||||
+noxen patches.xen/xen-x86-EFI
|
patches.xen/xen-x86-pcpu
|
||||||
+noxen patches.xen/xen-x86-bzImage
|
patches.xen/xen-x86-EFI
|
||||||
+noxen patches.xen/xen-x86_64-pgd-pin
|
patches.xen/xen-x86-bzImage
|
||||||
+noxen patches.xen/xen-x86_64-pgd-alloc-order
|
patches.xen/xen-x86_64-pgd-pin
|
||||||
+noxen patches.xen/xen-x86_64-dump-user-pgt
|
patches.xen/xen-x86_64-pgd-alloc-order
|
||||||
+noxen patches.xen/xen-x86_64-note-init-p2m
|
patches.xen/xen-x86_64-dump-user-pgt
|
||||||
+noxen patches.xen/xen-x86_64-unmapped-initrd
|
patches.xen/xen-x86_64-note-init-p2m
|
||||||
+noxen patches.xen/xen-x86_64-vread-pvclock
|
patches.xen/xen-x86_64-unmapped-initrd
|
||||||
|
patches.xen/xen-x86_64-vread-pvclock
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2014-02-24 13:44:03 +0100
|
2014-02-25 22:51:43 +0100
|
||||||
GIT Revision: 2ded0ed7129e339f1da3e60c1a5595c8242429b6
|
GIT Revision: 70247d14386e6d92b876b21a091f1bfa523fce9e
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user