commit b92a29156ced82d5c9cbde2130e49e7eb2d52cab

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=224
This commit is contained in:
Michal Marek 2013-07-17 06:06:58 +00:00 committed by Git OBS Bridge
parent 920ac8c143
commit 33ca839ff6
38 changed files with 650 additions and 33 deletions

View File

@ -25,7 +25,7 @@
if [ "$1" = "--list" ]; then if [ "$1" = "--list" ]; then
# List all known architectures # 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 exit 0
fi fi

View File

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

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 16 22:16:18 CEST 2013 - jslaby@suse.cz
- Refresh patches.drivers/elousb.patch.
- commit abd0978
-------------------------------------------------------------------
Tue Jul 16 22:10:25 CEST 2013 - jslaby@suse.cz
- drm/nouveau: use vmalloc for pgt allocation (bnc#802347).
- commit 114f846
-------------------------------------------------------------------
Tue Jul 16 16:28:12 CEST 2013 - jeffm@suse.com
- Updated patch-mainline headers.
- commit ba04848
-------------------------------------------------------------------
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 Mon Jul 15 10:05:50 CEST 2013 - jslaby@suse.cz
@ -76,6 +110,16 @@ Sat Jun 29 17:14:01 CEST 2013 - dmueller@suse.com
initialization function itself. initialization function itself.
- commit d522780 - 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz Fri Jun 28 01:52:25 CEST 2013 - jslaby@suse.cz

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:6639169cd708be122831d30bb71f8042375268b21fb08d60a5b3163a117b3aa3 oid sha256:5d684d54f47eed7c10b5e362463ccd30c83b976c925ef88e413bca67efd04f62
size 7742 size 7764

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ad51eca790890fc470b100483df1f182c11775aaab419fd76629a14ae431a155 oid sha256:be51a96e163c114e8bb468f0feae0c4b5fdd1726a4fb407c08827e38c3ff19f7
size 15071 size 15656

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:10bef549cba5484d69680c0705de5b4df43b506e3fda99af09221d749b7e12de oid sha256:58c7b6b1dd3dc57ad31fc5f53d138b3843c043c98d05c1534e4145c5838898c6
size 4450 size 4480

View File

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

View File

@ -379,6 +379,7 @@
######################################################## ########################################################
patches.drivers/drm-cirrus-Correct-register-values-for-16bpp patches.drivers/drm-cirrus-Correct-register-values-for-16bpp
patches.drivers/drm-cirrus-Use-16bpp-as-default patches.drivers/drm-cirrus-Use-16bpp-as-default
patches.fixes/drm-nouveau-use-vmalloc-for-pgt-allocation.patch
######################################################## ########################################################
# video4linux # video4linux

View File

@ -1,3 +1,3 @@
2013-07-15 10:06:01 +0200 2013-07-16 22:16:44 +0200
GIT Revision: d30054a907d1fc0dcc64b2633bbad4feb9903aad GIT Revision: b92a29156ced82d5c9cbde2130e49e7eb2d52cab
GIT Branch: stable GIT Branch: stable