deliverable/lttng-modules.git
2021-05-21  Mathieu DesnoyersSoW-2020-0003: Trace Hit Counters sow-2020-0002-rev3
2021-03-17  Francis DeslauriersFix: kretprobe: null ptr deref on session destroy
2021-03-12  Mathieu DesnoyersFix: bytecode linker: iteration on wrong list head
2021-03-10  Mathieu Desnoyerscounters: add coalesce_hits to ABI
2021-03-05  Michael Jeansonfix: mm, tracing: record slab name for kmem_cache_free...
2021-03-04  Jérémie GalarneauFix: filter interpreter early-exits on uninitialized...
2021-03-03  Mathieu DesnoyersFix: memory leaks on event notifier destroy
2021-03-03  Mathieu DesnoyersFix: memory leaks on event destroy
2021-02-17  Michael Jeansonfix: Adjust ranges for Ubuntu 5.8.0-44 kernel
2021-02-10  Mathieu DesnoyersFix: do not use bdi_unknown_name symbol
2021-02-10  Mathieu Desnoyersfix: memcg: fix a crash in wb_workfn when a device...
2021-02-10  Mathieu DesnoyersFix: writeback: out-of-bound reads
2021-02-09  Michael Jeansonfix: Add one digit to RHEL major release version
2021-02-09  Michael Jeansonfix: Add one digit to SLES minor release version
2021-02-09  Michael Jeansonfix: RT_PATCH_VERSION is close to overflow
2021-02-09  Michael Jeansonfix: cast LTTNG_KERNEL_VERSION/LTTNG_LINUX_VERSION_CODE...
2021-02-09  Michael Jeansonfix: double defined LTTNG_KERNEL_VERSION
2021-02-08  Michael Jeansonfix: UTS_UBUNTU_RELEASE_ABI is close to overflow
2021-02-08  Michael Jeansonfix: sublevel version overflow in LINUX_VERSION_CODE
2021-02-08  Michael JeansonNamespace kernel version macros
2021-01-22  Mathieu Desnoyersaarch64: blacklist gcc prior to 5.1
2021-01-19  Michael Jeansonfix: missing include for 'task_struct' in fdtable.h
2021-01-19  Mathieu DesnoyersFix: counter-api: always inline counter add function
2021-01-19  Michael Jeansonfix: genirq: Restrict export of irq_to_desc() (v5.11)
2021-01-19  Michael Jeansonfix: block: merge struct block_device and struct hd_str...
2021-01-19  Michael Jeansonfix: kprobes: Remove kretprobe hash (v5.11)
2021-01-19  Michael Jeansonfix: file: Rename fcheck lookup_fd_rcu (v5.11)
2021-01-19  Michael Jeansonfix: block: remove the request_queue argument to the...
2021-01-19  Michael Jeansonfix: block: remove the request_queue argument to the...
2021-01-19  Michael Jeansonfix: block: simplify and extend the block_bio_merge...
2021-01-19  Michael Jeansonfix: block: remove the request_queue to argument reques...
2020-12-14  Michael Jeansonfix: remove floating-point arguments in msgpack
2020-12-11  Mathieu Desnoyersabi: use 0, 1 for counter enumerations
2020-12-11  Mathieu DesnoyersCleanup: use tabs in abi.h
2020-12-11  Jérémie GalarneauBump LTTNG_MODULES_ABI_MINOR_VERSION to 6
2020-11-30  Michael JeansonFix: handle default switch case with -EINVAL in lttng...
2020-11-30  Michael Jeansonfix: use wrapper for hlist_for_each_entry_rcu
2020-11-30  Michael Jeansonfix: asm/barrier.h was introduced in v3.4
2020-11-30  Mathieu DesnoyersFix: handle default switch case with -EINVAL in __lttng...
2020-11-30  Mathieu DesnoyersIntroduce lttng smp_store_release smp_load_acquire...
2020-11-30  Michael Jeansonfix: include byteorder.h for 'cpu_to_*'
2020-11-27  Mathieu DesnoyersFix: notifier: use store-release/load-acquire for error...
2020-11-27  Francis DeslauriersFix: event-notifier: Groups may not have an error counter
2020-11-26  Mathieu DesnoyersBump LTTNG_KERNEL_EVENT_NOTIFIER_PADDING to 32 bytes
2020-11-26  Mathieu DesnoyersFix: remove dead code in msgpack.c
2020-11-26  Mathieu DesnoyersFix: counter: cast UINT*_MAX to 64-bit signed type...
2020-11-26  Mathieu DesnoyersFix: include limits.h wrapper from libcounter
2020-11-25  Mathieu DesnoyersFix: include kernel.h in wrapper/limits.h
2020-11-25  Mathieu DesnoyersIntroduce limits wrapper
2020-11-25  Mathieu DesnoyersIntroduce lazy system call event creation
2020-11-25  Francis DeslauriersImplement event notifier error counter
2020-11-25  Mathieu DesnoyersImplement lib counter
2020-11-25  Mathieu Desnoyerscapture: Replace FIXME by explanation of the limit
2020-11-25  Francis DeslauriersImplement capturing payload on event notifier
2020-11-25  Mathieu DesnoyersFix: comment related to filter bytecode list
2020-11-25  Mathieu DesnoyersFix: use vmalloc for filter bytecode allocation
2020-11-25  Francis DeslauriersImplement enum and sequence capture serialization functions
2020-11-25  Francis Deslauriersbytecode: Add `OBJECT_TYPE_{UN,}SIGNED_ENUM` type
2020-11-25  Francis DeslauriersGeneralize `lttng_enabler_link_bytecode()` bytecode...
2020-11-25  Francis DeslauriersCleanup: rename `_lttng_filter_link_bytecode()` ->...
2020-11-25  Francis DeslauriersAdd `interpreter_funcs` to `lttng_bytecode_runtime`
2020-11-25  Francis Deslauriersbytecode: rename `lttng_filter_sync_state()` -> `lttng_...
2020-11-25  Francis DeslauriersRename filter bytecode types and files
2020-11-25  Francis Deslauriersbytecode: generalize `struct lttng_filter_bytecode_node`
2020-11-25  Francis DeslauriersAdd msgpack implementation for serializing captures
2020-11-25  Francis Deslauriersbytecode: allow interpreter to return any type
2020-11-25  Francis Deslauriersbytecode: propagate `rev_bo` of element
2020-11-25  Francis Deslauriersbytecode: set register type to `REG_PTR` even if not...
2020-11-25  Francis DeslauriersAdd `lttng_bytecode_interpret_format_output()` for...
2020-11-25  Francis Deslauriersbytecode: add `REG_U64` interpreter register type
2020-11-25  Mathieu DesnoyersFix: filter validator: refuse string and star glob...
2020-11-25  Francis DeslauriersFix: bytecode: Validate register type for instructions...
2020-11-25  Francis DeslauriersCleanup: Rename filter functions/fields to mention...
2020-11-25  Francis DeslauriersImplement event notifiers for syscalls
2020-11-25  Francis DeslauriersFix: syscalls: address of statically allocated element...
2020-11-25  Francis DeslauriersRename LTTNG_SYSCALL_MATCH_ -> LTTNG_KERNEL_SYSCALL_MATCH_
2020-11-25  Francis DeslauriersAllow LTTNG_KERNEL_SYSCALL_{ENTRY, EXIT}
2020-11-25  Francis Deslaurierssyscalls: extract `lttng_syscall_filter_enable()` for...
2020-11-25  Francis DeslauriersCleanup: syscall: remove unused `syscall_name` field
2020-11-24  Michael Jeansonfix: adjust version range for trace_find_free_extent()
2020-11-23  Michael JeansonImprove the release script
2020-11-23  Mathieu DesnoyersAdd release maintainer script
2020-11-20  Michael Jeansonfix: include order for older kernels
2020-11-20  Michael Jeansonfix: tracepoint: Optimize using static_call() (v5.10)
2020-11-20  Michael Jeansonfix: KVM: x86/mmu: Return unique RET_PF_* values if...
2020-11-20  Michael Jeansonfix: kvm: x86/mmu: Add TDP MMU PF handler (v5.10)
2020-11-20  Michael Jeansonfix: KVM: x86: Add intr/vectoring info and error code...
2020-11-20  Michael Jeansonfix: ext4: fast commit recovery path (v5.10)
2020-11-20  Michael Jeansonfix: btrfs: make ordered extent tracepoint take btrfs_i...
2020-11-20  Michael Jeansonfix: btrfs: tracepoints: output proper root owner for...
2020-11-20  Michael Jeansonfix: objtool: Rename frame.h -> objtool.h (v5.10)
2020-11-19  Mathieu DesnoyersRevert "Implement event notifiers for syscalls"
2020-11-19  Mathieu DesnoyersFix: ressource leak in id tracker
2020-11-19  Francis DeslauriersImplement event notifiers for syscalls
2020-11-18  Francis Deslaurierslttng-syscalls.c: extract function calling actual probe
2020-11-18  Francis DeslauriersNamespace syscall code relating to events
2020-11-18  Francis DeslauriersImplement event notifiers for uprobes
2020-11-18  Francis DeslauriersNamespace uprobe functions relating to events
2020-11-18  Francis Deslauriersdoc: event notifier on kretprobe is not supported
2020-11-18  Francis DeslauriersImplement event notifiers for kprobes
next
This page took 0.039997 seconds and 5 git commands to generate.