X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=c51dc0880e262f5e1bb4cbf6f0a8b11ecc89dce7;hb=72433306d5b7ed17479c4307ca966b49a10e663e;hp=738c1fc7f78d7261087ddcbb7f934fb10f04a8f5;hpb=02e754a1faaf5fbf838cf52b0042846c7c303de1;p=lttv.git diff --git a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html index 738c1fc7..c51dc088 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3396,6 +3396,11 @@ powerpc64, s390, sparc, sparc64.
0.105
0.106
0.108
+0.109
+0.110
+0.111
+0.112
+0.113
0.65
@@ -3418,6 +3423,7 @@ obsolete
2.6.29-rc4
2.6.29-rc6
2.6.29-rc7
+2.6.29-rc8
LTTng 0.92 reorders the LTTng patchset and drops the /proc/ltt interface.
@@ -3433,6 +3439,10 @@ 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.
+LTTng 0.110 moves to a pointer array instead of a linked list to manage the +buffer pages.
+LTTng 0.111 adds commit count prefetch, removes rcu list prefetch (slows down +small lists) and fixes powerpc64 build.