Fix: timer_expire_entry changed in 4.19.312
[lttng-modules.git] / Makefile
2022-11-17  Jérémie GalarneauFix: syscalls-extractor: kallsyms_lookup_name no longer...
2021-05-13  Michael JeansonAdd experimental bitwise enum config option
2021-05-13  Michael JeansonCleanup: remove unused EXTCFLAGS from Makefile
2021-04-30  Francis DeslauriersMakefile: add .o wildcard target
2021-04-30  Francis DeslauriersFix: Makefile: generation of specific .i file not working
2021-04-15  Michael Jeansonfix: remove 'src/' from modules install path
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 lib/ringbuffer/ headers to include/ringbu...
2020-05-05  Mathieu DesnoyersUnbreak LTTng for kernel 5.7
2020-05-04  Mathieu DesnoyersMove lttng wrappers into own module
2020-04-03  Michael JeansonUpdate to SPDX v3.0 identifiers
2019-12-17  Mathieu DesnoyersID tracker: implement vpid/uid/vuid/gid/vgid trackers
2019-10-18  Michael JeansonAdd uid/gid contexts
2019-10-18  Michael JeansonAdd namespace contexts
2018-11-08  Michael JeansonDrop support for kernels < 3.0 from Makefiles
2018-08-30  Francis DeslauriersFix: build failures when CONFIG_UPROBES is absent
2018-08-27  Yannick BrosseauAdd uprobes support
2018-07-05  Michael JeansonCleanup: move to kernel style SPDX license identifiers
2018-06-11  Francis GiraldeauAdd kernel and user callstack contexts
2018-02-23  Julien DesfossezCreate a memory pool for temporary tracepoint probes...
2017-06-23  Michael JeansonRename Makefile.ABI.workarounds to Kbuild.common
2017-03-10  Philippe ProulxAdd string utilities
2016-10-03  Mathieu DesnoyersCleanup: makefile version checks with single "ge"
2016-07-22  Anders WallinFix: Add kernel configuration for lttng clock plugin
2016-05-11  Mathieu DesnoyersTest clock override plugin
2016-05-11  Michael JeansonFix: add modules target to base Makefile
2016-05-11  Mathieu DesnoyersFix: make clean does not include dot-config
2016-05-11  Mathieu DesnoyersFix: trigger build error if CONFIG_TRACEPOINTS is not set
2016-03-16  Mathieu DesnoyersFix: build against out-of-tree kernel build
2016-03-15  Mathieu DesnoyersAdd makefile directory to include path
2016-02-10  Michael JeansonFix: Define lttng-tracer metadata only once
2016-02-09  Michael JeansonFix: Add CONFIG_LTTNG to modules_install target
2016-02-09  Michael JeansonFix: Use kbuild env instead of a custom var KERNELDIR
2015-12-18  Michael JeansonAdd comments and indentation to Makefile
2015-12-18  Michael JeansonMake goals configurable with CONFIG_LTTNG
2015-11-17  Julien DesfossezContexts for RT debugging
2015-09-25  Mathieu DesnoyersImplement clock plugin support
2015-07-16  Mathieu DesnoyersFix: allow LTTng to be built within kernel tree
2015-06-11  Mathieu DesnoyersImplement cpu_id context for filtering
2015-04-27  Mathieu DesnoyersFix: discover Debian API
2015-04-16  Mathieu DesnoyersImplement wrapper around get_pfnblock_flags_mask
2015-04-16  Mathieu DesnoyersFix: Support 4.x kernel versions in Makefile
2015-04-10  Mathieu DesnoyersMigrate syscall instrumentation to TP_FIELDS
2015-04-10  Mathieu DesnoyersMigrate tracepoint instrumentation to TP_FIELDS
2015-04-10  Mathieu DesnoyersImplement filtering infrastructure
2015-03-31  Mathieu DesnoyersImplement PID tracking
2014-10-02  Mathieu DesnoyersUse 3.17 ktime_get_mono_fast_ns() new API
2014-10-01  Mathieu DesnoyersCheck for stale version.h files
2014-04-15  Mathieu DesnoyersAdapt to 3.15 tracepoint API
2014-03-11  Mathieu DesnoyersLTTng logger ABI
2013-06-17  Samuel MartinFix build and load against linux-2.6.33.x
2013-04-25  Mathieu DesnoyersRevert "Stop build if CONFIG_TRACEPOINTS is not set"
2013-04-22  Samu VoutilainenStop build if CONFIG_TRACEPOINTS is not set
2013-04-22  Samu VoutilainenAdd comments to endifs.
2013-01-25  Mathieu DesnoyersFix: statedump: missing locking, use lttng_iterate_fd
2012-09-02  Mathieu DesnoyersSupport for linux kernels 2.6.32 through 2.6.37
2012-08-23  Julien DesfossezSupport the hostname context
2012-08-22  Mathieu DesnoyersFix: ensure userspace accesses are done with _inatomic
2012-05-10  Francis GiraldeauAdd makefile target for preprocessor
2012-02-16  Mathieu DesnoyersImplement state dump
2012-01-30  Mathieu Desnoyersclock: read bootid as clock monotonic ID
2012-01-22  Mathieu DesnoyersMass rename: ltt_*/ltt-* to LTTNG_*/LTTNG-*
2012-01-22  Mathieu DesnoyersRename lttng-debugfs-abi files to lttng-abi
2011-11-03  Thomas PetazzoniMakefile: do not run depmod manually
2011-09-28  Mathieu DesnoyersRename "comm" context to "procname"
2011-09-27  Mathieu DesnoyersCleanup: remove unused lttng-compat-syscalls.c file
2011-09-27  Mathieu DesnoyersAdd disabled compat syscalls detail (work in progress)
2011-09-17  Mathieu DesnoyersMerge unknown syscall method with extended detail method
2011-09-16  Mathieu Desnoyersdetailed syscall tracing (work in progress)
2011-07-29  Mathieu DesnoyersAdd calibration ioctl
2011-07-16  Mathieu DesnoyersRemove ltt-core.c (unused)
2011-07-15  Mathieu DesnoyersSupport LTTng 3.0 release numbering for perf object...
2011-06-29  Julien DesfossezAdd mmap client mode
2011-06-24  Mathieu DesnoyersAllow building on kernels < 2.6.33 (without perf event...
2011-06-23  Mathieu DesnoyersAdd pid/ppid/tid/vtid/vpid/vppid contexts
2011-06-11  Mathieu DesnoyersRevert poll exclusive
2011-06-11  Mathieu DesnoyersMerge branch 'master' of ssh://git.lttng.org/home/git...
2011-06-09  Mathieu DesnoyersAdd CPU hotplug notifier for ltt debugfs ABI, add pollw...
2011-06-03  Mathieu DesnoyersUpdate perf counter ABI
2011-06-01  Mathieu DesnoyersPrio context: fix symbol lookup
2011-06-01  Mathieu DesnoyersAdd task_prio symbol wrapper
2011-06-01  Mathieu DesnoyersAdd prio and nice contexts
2011-05-26  Mathieu DesnoyersAdd comm context
2011-05-25  Mathieu DesnoyersFix loop dependency
2011-05-25  Mathieu DesnoyersAdd context management infrastructure
2011-05-22  Mathieu DesnoyersUpdate ring buffer and pretty print
2011-05-11  Mathieu DesnoyersAdd metadata transport
2011-05-11  Mathieu DesnoyersAdd explicit vmalloc_sync_all
2011-05-11  Mathieu DesnoyersImport lib ring buffer into LTTng modules
2011-05-11  Mathieu DesnoyersCleanup makefile
2010-12-22  Mathieu DesnoyersAdd probe registry
2010-12-09  Mathieu DesnoyersAdd basic lttng probes generation from TRACE_EVENT
2010-12-07  Mathieu DesnoyersLTTng modules now builds again
2010-12-02  Mathieu DesnoyersCompilation fixes
2010-10-10  Mathieu DesnoyersOngoing transition to the generic ring buffer
2010-09-03  Mathieu Desnoyersltt-ascii init fix, renaming CONFIG_LTT_* options to... v0.19
2010-09-03  Mathieu DesnoyersFix circular module deps.
2010-09-03  Mathieu DesnoyersLTTng modularization, import of lttng 0.226
This page took 0.333559 seconds and 105 git commands to generate.