update compat
[lttv.git] / trunk / lttv / doc / developer / lttng-lttv-compatibility.html
index d0cad5195ae9c3c651039e8bc7374dffb759b6f5..09c3441e26fec4dc5969b847c3dc3aede150bdc0 100644 (file)
@@ -3376,6 +3376,13 @@ powerpc64, s390, sparc, sparc64.<br>
 0.12.8<br>
 0.12.9<br>
 0.12.10<br>
+0.12.11<br>
+0.12.12<br>
+0.12.13<br>
+0.12.14<br>
+0.12.15<br>
+0.12.16<br>
+0.12.17<br>
 </td>
 <td style="vertical-align: top;">
 0.92<br>
@@ -3384,9 +3391,55 @@ powerpc64, s390, sparc, sparc64.<br>
 0.95<br>
 0.96<br>
 0.97<br>
+0.98<br>
+0.99<br>
+0.100<br>
+0.101<br>
+0.102<br>
+0.103<br>
+0.104<br>
+0.105<br>
+0.106<br>
+0.108<br>
+0.109<br>
+0.110<br>
+0.111<br>
+0.112<br>
+0.113<br>
+0.114<br>
+0.115<br>
+0.116<br>
+0.117<br>
+0.118<br>
+0.119<br>
+0.120<br>
+0.121<br>
+0.122<br>
+0.123<br>
+0.124<br>
+0.125<br>
+0.126<br>
+0.127<br>
+0.128<br>
+0.129<br>
+0.130<br>
+0.131<br>
+0.132<br>
+0.133<br>
+0.134<br>
+0.135<br>
+0.136<br>
+0.137<br>
+0.138<br>
+0.139<br>
+0.140<br>
+0.141<br>
 </td>
 <td style="vertical-align: top;">
 0.65<br>
+0.66<br>
+0.67<br>
+0.68<br>
 </td>
 <td style="vertical-align: top;">
 obsolete<br>
@@ -3402,6 +3455,15 @@ obsolete<br>
 </td>
 <td style="vertical-align: top;">
 2.6.29-rc4<br>
+2.6.29-rc6<br>
+2.6.29-rc7<br>
+2.6.29-rc8<br>
+2.6.29<br>
+2.6.29.1<br>
+2.6.30-rc1<br>
+2.6.30-rc2<br>
+2.6.30-rc5<br>
+2.6.30<br>
 </td>
 <td style="vertical-align: top;">
 LTTng 0.92 reorders the LTTng patchset and drops the /proc/ltt interface.<br>
@@ -3409,6 +3471,55 @@ lttctl 0.65 updates ltt-armall to the new debugfs interface.<br>
 lttv 0.12.10 fixes 32-bits host support for kprobes hash table.<br>
 LTTng 0.94 adds ARM OMAP3 uniprocessor support, no power management support
 yet.<br>
+LTTng 0.99 fixes ARM syscall exit tracing.<br>
+LTTng 0.101 supports Linux kernel 2.6.29-rc6.<br>
+LTTng 0.103 integrates a patch to cache the page_address lookup.<br>
+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.<br>
+LTTng 0.108 boosts performances. Fixes a false-sharing problem, divides the
+buffer management code into slow and fast paths for better locality.<br>
+LTTng 0.110 moves to a pointer array instead of a linked list to manage the
+buffer pages.<br>
+LTTng 0.111 adds commit count prefetch, removes rcu list prefetch (slows down
+small lists) and fixes powerpc64 build.<br>
+LTTng 0.114 fixes LTTng vmcore (crash dump) support.<br>
+LTTng 0.115 support kernel 2.6.29.<br>
+LTTng 0.116 adds irq_next_handler event to tell which irq handler is being
+called.<br>
+LTTng 0.117 fixes napi dev instrumentation.<br>
+LTTng 0.120 fixes irq instrumentation bug introduced in 0.118.<br>
+LTTng 0.121 adds performance enhancements (lighter atomic primitives) and adds
+NFS support for splice write (can save traces to NFS mounts again).<br>
+LTTng 0.123 supports kernel 2.6.29.1.<br>
+LTTng 0.124 fixes a mutex circular dependency in ltt-trace-control.<br>
+LTTng 0.125 supports kernel 2.6.30-rc1.<br>
+LTTng 0.126 supports kernel 2.6.30-rc2.<br>
+LTTng 0.129 finally gets merge with event tracer right.<br>
+LTTng 0.130 fixes issues when building LTTng as modules (in ltt kprobes support,
+Kconfig for ltt-relay-*.c and exporting vmalloc_sync_all symbol appropriately).<br>
+LTTng 0.133 fixes a irq handler instrumentation regression introduced in the
+2.6.30-rc LTTng versions.<br>
+LTTng 0.134 includes ARM OMAP3 trace clock fixes, idle support, PM tracepoints
+and LTTng async timer running as deferrable timer to save power.<br>
+LTTng 0.135 support kernel 2.6.30-rc5.<br>
+LTTV 0.12.13 fixes a bug in resourceview trap exit handling when occurs before
+any trap entry at the beginning of the trace.<br>
+LTTV 0.12.14 fixes irq and softirq handling of resourceview for exit event at
+the beginning of the trace.<br>
+LTTng 0.137 moves trace_clock generic variable to trace_clock_var. Conflict with
+ftrace.<br>
+LTTng 0.139 modifies the memory barrier IPIs (at sub-subber switch) to give them
+a good deal of paranoia : don't trust the Linux IPI mechanism to ensure that
+memory is presented in program order when the remote ipi handler runs. Use our
+own smp_mb()s to ensure memory ordering. It's a slow path anyway, we don't
+care.<br>
+LTTng 0.140 supports kernel 2.6.30.<br>
+LTTV 0.12.15 contains some fixes for the resource view.<br>
+ltt-control 0.68 fixes a memory leak in liblttctl.<br>
+lttv 0.12.16 fixes file/quit menu.<br>
+lttv 0.12.17 changes g_warning for missing events/fields for a g_info. Activate
+with -v on the command line.<br>
 </td>
 <td style="vertical-align: top;">
 </td>
This page took 0.028517 seconds and 4 git commands to generate.