Fix: timer_expire_entry changed in 4.19.312
[lttng-modules.git] / lib /
2020-05-06  Mathieu DesnoyersCleanup: Move all source files to src/
2020-05-06  Mathieu DesnoyersCleanup: Remove toplevel directory from include search...
2020-05-06  Mathieu DesnoyersCleanup: Move headers from toplevel to include/lttng/
2020-05-06  Mathieu DesnoyersCleanup: Move headers from lib/ to include/lttng/
2020-05-06  Mathieu DesnoyersCleanup: Move lib/ringbuffer/ headers to include/ringbu...
2020-05-05  Mathieu DesnoyersUpdate for kernel 5.7: use vmalloc_sync_mappings on...
2020-04-03  Michael JeansonUpdate to SPDX v3.0 identifiers
2019-12-16  Mathieu Desnoyerslttng-clear: stop tracing required
2019-08-26  Mathieu DesnoyersImplement ring buffer clear
2019-08-20  Simon MarchiMake bitfield.h C++-friendly
2019-07-04  Jonathan RajotteFix: do not use diagnostic pragma when GCC version...
2019-07-04  Jonathan RajotteFix: missing define when not building with gcc
2019-06-11  Jérémie GalarneauFix: Don't print ring-buffer's records count when it...
2019-06-11  Mathieu DesnoyersFix: do not set quiescent state on channel destroy
2019-06-04  Mathieu DesnoyersFix: ring_buffer_frontend.c: init read timer with unini...
2019-05-17  Mathieu DesnoyersCleanup: bitfields: streamline use of underscores
2019-05-17  Mathieu DesnoyersSilence compiler "always false comparison" warning
2019-05-17  Mathieu DesnoyersFix: bitfield: shift undefined/implementation defined...
2019-04-30  Mathieu DesnoyersFix: timestamp_end field should include all events...
2019-03-18  Michael JeansonFix: pipe: stop using ->can_merge (v5.1)
2019-03-18  Michael JeansonFix: mm: create the new vm_fault_t type (v5.1)
2019-01-16  Michael JeansonFix: Remove 'type' argument from access_ok() function...
2018-11-08  Michael JeansonDrop support for kernels < 3.0 from lib
2018-11-08  Michael JeansonDrop spinlock.h wrapper
2018-10-17  Francis DeslauriersFix: implicit declarations caused by buffer size checks.
2018-10-15  Francis DeslauriersPrevent allocation of buffers if exceeding available...
2018-09-07  Mathieu DesnoyersFix: out of memory error handling
2018-07-05  Michael JeansonCleanup: move to kernel style SPDX license identifiers
2018-07-05  Michael JeansonCleanup: modinfo keys
2018-06-11  Francis GiraldeauDefine max nesting count constant
2018-06-07  Michael JeansonFix: BUILD_BUG_ON with compile time constant on < v2...
2018-02-20  Julien DesfossezCommand to dump the metadata cache again
2017-12-19  Michael JeansonFix: ACCESS_ONCE() removed in kernel 4.15
2017-12-19  Michael Jeansontimer API transition for kernel 4.15
2017-12-13  Mathieu DesnoyersFix: Don't nest get online cpus
2017-09-26  Michael JeansonAdd kmalloc failover to vmalloc
2017-09-19  Mathieu DesnoyersFix: mmap: caches aliased on virtual addresses
2017-06-23  Michael JeansonRename Makefile.ABI.workarounds to Kbuild.common
2017-05-27  Mathieu DesnoyersCalculate context length outside of retry loop
2017-05-24  Michael JeansonFix: update ringbuffer for kernel 4.12
2017-05-11  Mathieu DesnoyersFix: add "flush empty" ioctl for stream intersection
2017-05-11  Mathieu DesnoyersRevert "Fix: flush empty packets on snapshot channel"
2017-05-11  Mathieu DesnoyersRevert "Fix: don't perform extra flush on metadata...
2017-05-05  Jérémie GalarneauAdd RING_BUFFER_SNAPSHOT_SAMPLE_POSITIONS command
2017-03-07  Francis DeslauriersFix: changes to the vm_op fault cb prototype in libring...
2017-01-23  Mathieu DesnoyersAdapt lttng-modules to Linux 4.10 cpu hotplug state...
2016-09-25  Mathieu DesnoyersFix: lttng_inline_memcpy does not take a __user argument
2016-09-25  Mathieu DesnoyersPerformance: implement lttng_inline_memcpy
2016-09-25  Mathieu DesnoyersPerformance: cache the backend pages pointer in context
2016-09-25  Mathieu DesnoyersCleanup: libringbuffer: remove duplicate pointer chasin...
2016-09-25  Mathieu DesnoyersPerformance: Only dereference commit index once
2016-09-25  Mathieu DesnoyersPerformance: Mark channel and buffer event disabled...
2016-09-25  Mathieu DesnoyersPerformance: Relax atomicity constraints for crash...
2016-09-25  Mathieu DesnoyersPerformance: mark ring buffer do_copy callers always...
2016-09-25  Mathieu DesnoyersPerformance: mark lib_ring_buffer_write always inline
2016-09-09  Mathieu DesnoyersPerformance: disable event counting by default
2016-09-01  Mathieu DesnoyersFix: handle large number of pages or subbuffers per...
2016-09-01  Jonathan RajotteFix: unregister cpu hotplug notifier on buffer alloc...
2016-08-21  Mathieu DesnoyersPerformance: split check deliver fast/slow paths
2016-07-29  Michael JeansonFix: Add support for 4.6.4-rt8 kernel
2016-05-20  Mathieu DesnoyersFix: ring buffer: honor switch parameter type in remote...
2016-05-20  Mathieu DesnoyersFix: don't perform extra flush on metadata channel
2016-05-18  Mathieu DesnoyersFix: flush empty packets on snapshot channel
2016-05-18  Mathieu DesnoyersFix: do not generate packet at destroy after stop
2016-05-02  Mathieu Desnoyerslibringbuffer: implement event too big API
2016-04-20  Mathieu DesnoyersFix: ctf_user_integer should not trigger page fault
2016-04-20  Mathieu DesnoyersFix: lib_ring_buffer_copy_from_user_inatomic error...
2016-03-16  Mathieu DesnoyersFix: build against out-of-tree kernel build
2016-03-15  Mathieu DesnoyersMove leftover relative include paths to system paths
2016-03-15  Mathieu Desnoyerslibs: use system include paths
2016-03-15  Mathieu DesnoyersAdd makefile directory to include path
2016-01-19  Mathieu DesnoyersFix: check reference counts for overflow
2015-12-18  Michael JeansonRename sub makefiles to Kbuild
2015-12-18  Michael JeansonCleanup sub makefiles
2015-12-18  Michael JeansonMake goals configurable with CONFIG_LTTNG
2015-09-25  Mathieu DesnoyersUse pfn rather than struct page in ring buffer array
2015-09-25  Julien DesfossezCommand to regenerate the metadata of a session
2015-08-02  Julien DesfossezAdd a packet sequence number
2015-07-16  Mathieu DesnoyersFix: allow LTTng to be built within kernel tree
2015-06-11  Mathieu DesnoyersCleanup: misleading comment about deferrable timer
2015-04-27  Mathieu DesnoyersFix: discover Debian API
2015-04-10  Mathieu DesnoyersMigrate tracepoint instrumentation to TP_FIELDS
2015-01-16  Mathieu DesnoyersFix: missing parenthesis in offset_align_floor
2014-12-28  Mathieu DesnoyersFix: Add f_dentry wrapper for 3.19+ kernels
2014-12-24  Mathieu DesnoyersFix: lttng_this_cpu_ptr wrapper for kernel 3.19+
2014-10-12  Mathieu DesnoyersAdd atomic.h wrapper for before/after atomic
2014-05-23  Mathieu DesnoyersFix: refuse overwrite mode buffers with less than two...
2014-04-16  Mathieu DesnoyersFix: pass proper args when writing commit counter
2014-04-16  Mathieu DesnoyersCleanup: lib ringbuffer: pagecpy has unsigned semantic
2014-04-16  Mathieu DesnoyersFix: allow racy tracepoint string input from kernel...
2014-04-15  Mathieu DesnoyersKernel 3.15 don't define map unmap for pipe
2014-04-02  Mathieu DesnoyersFix: add missing module version information
2014-02-25  Mathieu DesnoyersCleanup: fix comment
2014-02-11  Mathieu DesnoyersFix: use after free in ring buffer clients
2013-11-30  Mathieu DesnoyersCleanup: fix typo in ring buffer backend comment
2013-11-24  Mathieu DesnoyersFix: eliminate timestamp overlap between packets
2013-09-03  Mathieu DesnoyersFix: metadata stream should not reference session
2013-07-03  Mathieu DesnoyersFix: ring buffer: get_subbuf() checks should be perform...
2013-07-01  Mathieu DesnoyersFix: SWITCH_FLUSH new sub-buffer checks
2013-07-01  Mathieu DesnoyersFix: ring buffer: handle concurrent update in nested...
next
This page took 0.059804 seconds and 8 git commands to generate.