X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=92825eeb9139261384589aac6b3fa70d64d462ca;hb=5114c35274ee518a9054e1a91dee009d1cade9fc;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..92825eeb 100644 --- a/trunk/lttv/doc/developer/lttng-lttv-compatibility.html +++ b/trunk/lttv/doc/developer/lttng-lttv-compatibility.html @@ -3396,6 +3396,13 @@ powerpc64, s390, sparc, sparc64.
0.105
0.106
0.108
+0.109
+0.110
+0.111
+0.112
+0.113
+0.114
+0.115
0.65
@@ -3418,6 +3425,8 @@ obsolete
2.6.29-rc4
2.6.29-rc6
2.6.29-rc7
+2.6.29-rc8
+2.6.29
LTTng 0.92 reorders the LTTng patchset and drops the /proc/ltt interface.
@@ -3433,6 +3442,12 @@ 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.
+LTTng 0.114 fixes LTTng vmcore (crash dump) support.
+LTTng 0.115 support kernel 2.6.29.