commit 80c46a2abfe696b7179267d654dc917fac6fb76d

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7568
This commit is contained in:
Michal Marek 2013-07-16 06:03:58 +00:00 committed by Git OBS Bridge
parent a208bfe217
commit 6a07450348
35 changed files with 476 additions and 27 deletions

View File

@ -25,7 +25,7 @@
if [ "$1" = "--list" ]; then
# List all known architectures
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv5tel armv7hl arm64
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv6hl armv7hl arm64
exit 0
fi

View File

@ -38,7 +38,7 @@
+ppc64 ppc64/vanilla
# ARM architectures
#+armv5tel armv5tel/versatile
+armv6hl armv6hl/default
+armv7hl armv7hl/default
+armv7hl armv7hl/lpae
+armv7hl armv7hl/cubox

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f8fac933218e87d2058974530a976ddc0d68282467becf8657954588226e174
size 252211
oid sha256:2a010d053722f0ed3146f1c561f7a0ecb222cd6b32548ba71c88ec77589daa40
size 256111

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-cubox
Summary: Kernel for SolidRun Cubox
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/
@ -217,7 +217,7 @@ Source113: patches.kabi.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: aarch64 armv7hl %ix86 ppc ppc64 x86_64
ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 x86_64
%define kmp_target_cpu %_target_cpu
%ifarch %ix86
# Only i386/default supports i586, mark other flavors' packages as i686

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -25,7 +25,7 @@
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant
Url: http://www.kernel.org/

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-ec2
Summary: The Amazon EC2 Xen Kernel
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-exynos
Summary: Kernel for Samsung's Exynos SoC
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-lpae
Summary: Kernel for LPAE enabled systems
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -30,7 +30,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
License: GPL-2.0
Group: Development/Sources
Url: http://www.kernel.org/

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -25,7 +25,7 @@ Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.10.1
%if %using_buildservice
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
%else
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
Release: %kernel_source_release
@ -38,7 +38,7 @@ BuildRequires: coreutils
%ifarch armv7hl
Requires: kernel-cubox-devel = %version-%source_rel
%endif
%ifarch aarch64 armv7hl %ix86 ppc ppc64 x86_64
%ifarch aarch64 armv6hl armv7hl %ix86 ppc ppc64 x86_64
Requires: kernel-default-devel = %version-%source_rel
%endif
%ifarch %ix86 x86_64
@ -61,7 +61,7 @@ Provides: %name = %version-%source_rel
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 aarch64 armv7hl ppc ppc64 x86_64
ExclusiveArch: %ix86 aarch64 armv6hl armv7hl ppc ppc64 x86_64
Prefix: /usr/src
%description

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 16 00:41:12 CEST 2013 - jeffm@suse.com
- config: revert NO_HZ_FULL=y to NO_HZ_IDLE=y (bnc#826946)
NO_HZ_FULL mode was introduced in v3.10 but still has some
problems to be worked out. Most notably are issues with
CPU accounting and how it interacts with power states.
We'll re-enable it when it's been proven to be stable.
- commit 80c46a2
-------------------------------------------------------------------
Mon Jul 15 13:52:23 CEST 2013 - jbeulich@suse.com
- Refresh Xen patches (bnc#814211, bnc#826374).
- commit 56bb9c2
-------------------------------------------------------------------
Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
- Revert "cpufreq: Fix cpufreq regression after suspend/resume".
- commit 3bcd588
-------------------------------------------------------------------
Sun Jul 14 09:09:42 CEST 2013 - jslaby@suse.cz
@ -70,6 +92,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself.
- commit d522780
-------------------------------------------------------------------
Sat Jun 29 12:59:07 CEST 2013 - dmueller@suse.com
- arm: add and reenable armv6hl
We've recently decided to remove the softfp
targets from the openSUSE ARM portfolio. Add
a armv6hl default kernel flavor and remove
traces of armv5tel.
- commit 62a3621
-------------------------------------------------------------------
Thu Jun 27 18:09:43 CEST 2013 - mszeredi@suse.cz

View File

@ -60,7 +60,7 @@
Name: kernel-xen
Summary: The Xen Kernel
Version: 3.10.1
Release: <RELEASE>.g062e800
Release: <RELEASE>.g80c46a2
License: GPL-2.0
Group: System/Kernel
Url: http://www.kernel.org/

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3b6addd32e703e7d4e4e03f02afeffdd21200f6ed857a93f3434a27acce9d51
size 6531
oid sha256:61309ae11223599da56cc6775ffb9f0f4ed5645e1c2c5b2b9269201d7ac8d472
size 6860

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19d30636646c36db045e81a11f090729155b93284f1eb9f454b43866ec309988
size 2097163
oid sha256:2cf468ea8c32b11d6c4f61ea7d432f06b486953d176d4dab82301c190cfb3089
size 2099514

View File

@ -28,6 +28,7 @@
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/patch-3.10.1
patches.kernel.org/revert-cpufreq-Fix-cpufreq-regression-after-suspend-.patch
########################################################
# Build fixes that apply to the vanilla kernel too.

View File

@ -1,3 +1,3 @@
2013-07-14 09:09:42 +0200
GIT Revision: 062e800d86d83efabb25bd0b5d4a5b8db5e75459
2013-07-16 00:41:12 +0200
GIT Revision: 80c46a2abfe696b7179267d654dc917fac6fb76d
GIT Branch: master