forked from pool/kernel-source
- ata: Fix panics with ata_id (bnc#660464).
- commit fa7af15 - Updated some Patch-mainline headers. - commit 9122bf0 - perf: Do not export power_frequency, but power_start event (bnc#665153). - cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle events from the cpuidle layer (bnc#665153). - perf: Clean up power events by introducing new, more generic ones (bnc#665153). - cpuidle: Rename X86 specific idle poll state from C0 to POLL (bnc#665153). - perf timechart: Adjust perf timechart to the new power events (bnc#665153). - Fix display of idle boxes (none). - Fix huge and wronge C-state drawings due to uninitialized start/end timestamps (none). - Update config files. - doc/config-options.changes: CONFIG_EVENT_POWER_TRACING_DEPRECATED=y - commit b308eff - revert: ipv6: don't flush routes when setting loopback down. - commit de347ac - ata: Fix panics with ata_id (bnc#660464). - commit fa7af15 OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6905
This commit is contained in:
parent
c4d6e888ad
commit
f8fa1f16e5
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:35:17 CET 2011 - trenn@suse.de
|
||||
|
||||
- CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
power:power_start/end tracing events got replace by power:cpu_idle
|
||||
Let's still throw the old ones as well for a while to stay
|
||||
compatible with current userspace tools.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 15:31:41 CET 2011 - jeffm@suse.de
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee612b9e0075b23af82c1e60a2c3c685636282c48b3e3681efd68a264bdb4419
|
||||
size 224706
|
||||
oid sha256:41d04496c478e8d3d29763372c6c7049cc1248270eaf5d5e3393f772dec1f00e
|
||||
size 224678
|
||||
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-debug.spec
2699
kernel-debug.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-default.spec
2699
kernel-default.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-desktop.spec
2699
kernel-desktop.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-docs.spec
2699
kernel-docs.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-ec2.spec
2699
kernel-ec2.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-net.spec
2699
kernel-net.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-pae.spec
2699
kernel-pae.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-ppc64.spec
2699
kernel-ppc64.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-ps3.spec
2699
kernel-ps3.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-s390.spec
2699
kernel-s390.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-source.spec
2699
kernel-source.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-syms.spec
2699
kernel-syms.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-trace.spec
2699
kernel-trace.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-vanilla.spec
2699
kernel-vanilla.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-vmi.spec
2699
kernel-vmi.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:40:16 CET 2011 - jeffm@suse.com
|
||||
|
||||
- ata: Fix panics with ata_id (bnc#660464).
|
||||
- commit fa7af15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 00:32:08 CET 2011 - jeffm@suse.de
|
||||
|
||||
- Updated some Patch-mainline headers.
|
||||
- commit 9122bf0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:42:39 CET 2011 - trenn@suse.de
|
||||
|
||||
- perf: Do not export power_frequency, but power_start event
|
||||
(bnc#665153).
|
||||
- cpuidle/x86/perf: fix power:cpu_idle double end events and
|
||||
throw cpu_idle events from the cpuidle layer (bnc#665153).
|
||||
- perf: Clean up power events by introducing new, more generic
|
||||
ones (bnc#665153).
|
||||
- cpuidle: Rename X86 specific idle poll state from C0 to POLL
|
||||
(bnc#665153).
|
||||
- perf timechart: Adjust perf timechart to the new power events
|
||||
(bnc#665153).
|
||||
- Fix display of idle boxes (none).
|
||||
- Fix huge and wronge C-state drawings due to uninitialized
|
||||
start/end timestamps (none).
|
||||
- Update config files.
|
||||
- doc/config-options.changes:
|
||||
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
|
||||
- commit b308eff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 21:13:46 CET 2011 - jbohac@suse.cz
|
||||
|
||||
- revert: ipv6: don't flush routes when setting loopback down.
|
||||
- commit de347ac
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 18 01:48:18 CET 2011 - trenn@suse.de
|
||||
|
||||
|
2699
kernel-xen.spec
2699
kernel-xen.spec
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64dd6d8737487bcdd1f11039517a9258bf98f34b9a3cde6661be4f63c2eb9086
|
||||
size 77451
|
||||
oid sha256:34cf45d982ebdc87db7695d85841da3641d15efad68d7597a3087d1efb62d10f
|
||||
size 84061
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a3c7ed1ede69ed77798301ade249b2bced7b01b2dc3dc5efb6244e60d6955a2
|
||||
size 80966
|
||||
oid sha256:18ecae3f8e4af2f038eb4142486188b6040d3494d3af2368bc838d6f6d38cb19
|
||||
size 81577
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c5fcf2d74513ab88f8e306b2a999cbc4a3854200199fef76f585cf9045f8e7b
|
||||
size 3569
|
||||
oid sha256:4531817607d387c368bc3ca933262d70c276114aaf03064d0fb1ada89f3d9bfa
|
||||
size 3565
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58d873a063897c99335150436153ccffcae576f7f3bf75012e84315db310658d
|
||||
size 289415
|
||||
oid sha256:72bf047d07ccc3145cc4cdac17a67e7545df3280308947a135c6485d885fe9ef
|
||||
size 289465
|
||||
|
13
series.conf
13
series.conf
@ -282,6 +282,14 @@
|
||||
# patches.suse/cpuidle-documentation
|
||||
patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
|
||||
|
||||
## cpuidle perf events cleanups and related
|
||||
patches.arch/cpuidle_rename_c0_to_poll_state.patch
|
||||
patches.arch/cpuidle_event_fix_export.patch
|
||||
patches.arch/cpuidle_introduce_cpuidle_events.patch
|
||||
patches.arch/perf_adjust_timechart_to_new_cpuidle_events.patch
|
||||
patches.arch/cpuidle_fix_double_events.patch
|
||||
patches.arch/perf_timechart_fix_idle_boxes.patch
|
||||
patches.arch/perf_timechart_fix_zero_timestamps.patch
|
||||
|
||||
########################################################
|
||||
# AGP, graphics related stuff
|
||||
@ -487,6 +495,7 @@
|
||||
patches.fixes/sd_liberal_28_sense_invalid.diff
|
||||
|
||||
patches.fixes/scsi-ibmvscsi-module_alias.patch
|
||||
patches.fixes/fix-ata-panic-with-ata_id
|
||||
|
||||
########################################################
|
||||
# DRM/Video
|
||||
@ -509,6 +518,8 @@
|
||||
patches.drivers/tg3-entropy-source.patch
|
||||
|
||||
patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch
|
||||
patches.fixes/ipv6-revert-dont-flush-routes-when-setting-loopback-down.patch
|
||||
|
||||
|
||||
########################################################
|
||||
# Wireless Networking
|
||||
@ -674,8 +685,6 @@
|
||||
|
||||
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch
|
||||
|
||||
patches.fixes/perf_timechart_power_end_segfault.patch
|
||||
|
||||
########################################################
|
||||
# KVM patches
|
||||
########################################################
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-01-18 01:48:18 +0100
|
||||
GIT Revision: c4b823830a9bce0311c2b8d29472c0f20a5b45b3
|
||||
2011-01-22 00:41:44 +0100
|
||||
GIT Revision: fa7af15525aa80c8d9c1b092a98b348c11df390e
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user