summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: bc318e9b1de47263e13d5fc50a47ae9e0428d93b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
lfhex (0.42-1) unstable; urgency=low

  * Acknowledge NMU.
  * New upstream release.
  * Replaced obsolete dh_clean -k with dh_prep in rules.
  * Added Vcs-Git and Vcs-Browser fields to control.
  * Updated debhelper compatibility level from 6 to 7.
  * Updated maintainer email address.

 -- Tobias Klauser <tklauser@distanz.ch>  Sat, 03 Jan 2009 15:31:36 +0100

lfhex (0.4-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/rules:
    Call qmake-qt4, not qmake (Closes: #500380)

 -- Evgeni Golov <sargentd@die-welt.net>  Sat, 04 Oct 2008 12:29:05 +0200

lfhex (0.4-3) unstable; urgency=low

  * Actually apply the patch to fix FTBFS. Really Closes: #495467 this time.
    Thanks Thiemo Seufer.

 -- Tobias Klauser <tklauser@access.unizh.ch>  Sat, 13 Sep 2008 13:45:17 +0200

lfhex (0.4-2) unstable; urgency=low

  * Fix FTBFS caused by abs not being in the global namespace anymore on some
    platforms since g++-4.3. Patch by Thiemo Seufer. (Closes: #495467)

 -- Tobias Klauser <tklauser@access.unizh.ch>  Fri, 22 Aug 2008 20:12:39 +0200

lfhex (0.4-1) unstable; urgency=low

  * Initial release (Closes: #483159, #483165)

 -- Tobias Klauser <tklauser@access.unizh.ch>  Tue, 27 May 2008 19:49:49 +0200
it/arch/powerpc/kernel/tm.S?id=afc07701ced6463786d09a3b9baf894c1397e991'>afc07701ced6463786d09a3b9baf894c1397e991 (diff)
powerpc: Add helper functions for transactional memory context switching
Here we add the helper functions to be used when context switching. These allow us to fully reclaim and recheckpoint a transaction. We introduce a new paca field called tm_scratch to help us store away register values when doing the low level tm reclaim register save. Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/tm.S')