commit 161f750ca27673f338b71f584919dd06b428bf59
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=341
This commit is contained in:
parent
9f890ab46c
commit
216caece23
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-debug
|
# spec file for package kernel-debug
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-default
|
# spec file for package kernel-default
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-desktop
|
# spec file for package kernel-desktop
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-docs
|
# spec file for package kernel-docs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,7 +29,7 @@ License: GPL-2.0
|
|||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-ec2
|
# spec file for package kernel-ec2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-lpae
|
# spec file for package kernel-lpae
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-obs-build
|
# spec file for package kernel-obs-build
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -47,7 +47,7 @@ License: GPL-2.0
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-obs-qa
|
# spec file for package kernel-obs-qa
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -38,7 +38,7 @@ License: GPL-2.0
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-obs-qa
|
# spec file for package kernel-obs-qa
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -38,7 +38,7 @@ License: GPL-2.0
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-pae
|
# spec file for package kernel-pae
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-source
|
# spec file for package kernel-source
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -32,7 +32,7 @@ License: GPL-2.0
|
|||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-syms
|
# spec file for package kernel-syms
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,7 +27,7 @@ Group: Development/Sources
|
|||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-vanilla
|
# spec file for package kernel-vanilla
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 6 17:46:41 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
- drm/i915: Don't call intel_prepare_page_flip() multiple times
|
||||||
|
on gen2-4 (bnc#911835).
|
||||||
|
- commit 946a5ed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
Wed Dec 17 19:20:30 CET 2014 - bp@suse.de
|
||||||
|
|
||||||
@ -12,6 +19,13 @@ Wed Dec 17 10:59:36 CET 2014 - jslaby@suse.cz
|
|||||||
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e.
|
||||||
- commit 0fdb00f
|
- commit 0fdb00f
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 16 14:12:25 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- parport: parport_pc, do not remove parent devices early
|
||||||
|
(bnc#856659).
|
||||||
|
- commit 161f750
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
Sun Dec 14 11:25:49 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-xen
|
# spec file for package kernel-xen
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -61,7 +61,7 @@ License: GPL-2.0
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g5f2f35e
|
Release: <RELEASE>.g161f750
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:63b9a95a5545b830732aed52a3633602b9f13862270914b8f618f95b136d6703
|
oid sha256:78729d269123e0947a63e633205e512488bf33f6bfac4017fc05094335883ece
|
||||||
size 3652
|
size 4957
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6ceab618d89a3cc0502bd947de84e30cee5830166cc2abdbc642b1d821cfbc06
|
oid sha256:94e4c64981125ed33788f8c425a74998dfeb987f1b7997d0b98237a6a92e239f
|
||||||
size 14963
|
size 16049
|
||||||
|
@ -337,6 +337,7 @@
|
|||||||
########################################################
|
########################################################
|
||||||
+jeffm patches.fixes/nouveau-fix-race-with-fence-signaling
|
+jeffm patches.fixes/nouveau-fix-race-with-fence-signaling
|
||||||
patches.drivers/drm-Implement-O_NONBLOCK-support-on-dev-dri-cardN
|
patches.drivers/drm-Implement-O_NONBLOCK-support-on-dev-dri-cardN
|
||||||
|
patches.drivers/drm-i915-Don-t-call-intel_prepare_page_flip-multiple
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# video4linux
|
# video4linux
|
||||||
@ -400,6 +401,7 @@
|
|||||||
+hare patches.suse/no-partition-scan
|
+hare patches.suse/no-partition-scan
|
||||||
|
|
||||||
patches.drivers/hp_accel-Add-support-for-HP-ZBook-15
|
patches.drivers/hp_accel-Add-support-for-HP-ZBook-15
|
||||||
|
patches.fixes/parport-parport_pc-do-not-remove-parent-devices-earl
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Other drivers we have added to the tree
|
# Other drivers we have added to the tree
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2014-12-17 19:20:30 +0100
|
2015-01-06 21:02:06 +0100
|
||||||
GIT Revision: 5f2f35e1b1ef4889058158c8872bb83f41d51f88
|
GIT Revision: 161f750ca27673f338b71f584919dd06b428bf59
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user