1
0
forked from pool/kernel-source

GIT Revision: a5d90e7697b62d8d565d2036c724b1797e10c1f8

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6995
This commit is contained in:
Michal Marek
2011-06-18 05:03:05 +00:00
committed by Git OBS Bridge
parent f2462e75e7
commit 40047e74d4
30 changed files with 499 additions and 8 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
(fate#312018).
- rpm/postun.sh: Remove it again if it still exists on package
uninstall.
- commit 82f4a5d
-------------------------------------------------------------------
Fri Jun 17 13:23:54 CEST 2011 - trenn@suse.de
- stop_machine: implement stop_machine_from_offline_cpu()
(bnc#697859).
- stop_machine: kill __stop_machine() (bnc#697859).
- x86, mtrr: lock stop machine during MTRR rendezvous sequence
(bnc#697859).
- stop_machine: reorganize stop_cpus() implementation
(bnc#697859).
- x86, mtrr: use __stop_machine() for doing MTRR rendezvous
(bnc#697859).
- commit aa3d6e2
-------------------------------------------------------------------
Thu Jun 16 12:16:16 CEST 2011 - mmarek@suse.cz