From: compudj Date: Fri, 13 Mar 2009 23:17:43 +0000 (+0000) Subject: update compat X-Git-Tag: v0.12.20~143 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=02e754a1faaf5fbf838cf52b0042846c7c303de1;p=lttv.git update compat git-svn-id: http://ltt.polymtl.ca/svn@3346 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index fe250d41..738c1fc7 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3395,6 +3395,7 @@ powerpc64, s390, sparc, sparc64.
0.104
0.105
0.106
+0.108
0.65
@@ -3430,6 +3431,8 @@ LTTng 0.103 integrates a patch to cache the page_address lookup.
LTTng 0.104 includes the basics for future text output support (ltt-ascii is still work in progress) and a lot of patch folding has been done in preparation for LKML post. It supports kernel 2.6.29-rc7.
+LTTng 0.108 boosts performances. Fixes a false-sharing problem, divides the +buffer management code into slow and fast paths for better locality.