lttng-modules.git
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
2020-11-18  Francis DeslauriersNamespace kprobe functions relating to events
2020-11-18  Francis DeslauriersImplement event notifiers for tracepoints
2020-11-18  Francis DeslauriersImplement event notifier probes
2020-11-18  Mathieu DesnoyersFix: event notifier: adapt read iterator state to poll...
2020-11-18  Mathieu DesnoyersFix: event-notifier: do not flush packet if it only...
2020-11-18  Mathieu DesnoyersImplement lttng_event_notifier_group_notif_fops read...
2020-11-18  Francis DeslauriersImplement event notifier send notification
2020-11-18  Francis DeslauriersAdd event notifier and event notifier enabler
2020-11-18  Francis DeslauriersImplement event notifier group create
2020-11-18  Francis DeslauriersAdd token to `struct lttng_kernel_event`
2020-11-18  Francis Deslaurierslttng-events: move lttng_transport_find earlier in...
2020-11-18  Mathieu Desnoyerslib ring buffer: move subbuffer_consume_record into...
2020-11-18  Mathieu Desnoyerslib ring buffer iterator: introduce lib_ring_buffer_put...
2020-11-18  Mathieu DesnoyersIntroduce event notifier lib ring buffer client
2020-11-18  Mathieu Desnoyerslttng_abi_create_stream_fd: expect fd name as parameter
2020-11-18  Mathieu DesnoyersLTTng ring buffer clients: expect void pointer as priva...
2020-11-18  Mathieu Desnoyerslib ring buffer: use irq_work for wakeup by writer
2020-11-18  Francis DeslauriersRename `lttng_event_{get,put}()` to `lttng_event_desc_...
2020-11-18  Francis DeslauriersCleanup: extract function to borrow hashlist bucket
2020-11-18  Francis DeslauriersDecouple `struct lttng_event` from filter code
2020-11-18  Francis DeslauriersRename `lttng_create_*_if_missing()` in anticipation...
2020-11-18  Francis DeslauriersExtract event enabler fields to specialized struct
2020-11-18  Francis DeslauriersDocs: explain why unused `lttng_enabler::ctx` is kept...
2020-11-18  Francis DeslauriersRename `enum lttng_enabler_type` to `_format_type`
2020-11-18  Jonathan RajotteTest: add signed value and enum for testings of event...
2020-11-18  Francis DeslauriersCleanup: remove usage of enum in ABI structures
2020-10-21  Mathieu DesnoyersFix: type mismatch in clone instrumentation
2020-10-21  Geneviève Bastiensyscalls: Make clone()'s `flags` field a 2 enum struct.
2020-10-09  Michael Jeansonfix: strncpy equals destination size warning
2020-10-06  Michael JeansonSet version to 2.13-pre
2020-10-05  Mathieu DesnoyersCleanup: lttng-syscalls: silence warning about uninitia...
2020-10-02  Michael JeansonAdd 'kernel_read' wrapper for kernels < v4.14
2020-09-30  Michael Jeansonfix: Use 'kernel_read' to read from procfs
2020-09-30  Michael Jeansonfix: don't allow userspace copy to read kernel memory
2020-09-30  Michael Jeansonfix: Add a 1MB limit to lttng_strlen_user_inatomic
2020-09-23  Michael Jeansonfix: Adjust ranges for Ubuntu 4.15.0-119 kernel
2020-09-22  Michael Jeansonfix: Adjust ranges for Ubuntu HWE 5.0 kernels
2020-09-08  Mathieu DesnoyersFix: system call filter table
2020-09-04  Michael Jeansonfix: version ranges for ext4_discard_preallocations...
2020-08-31  Michael Jeansonfix: writeback: Fix sync livelock due to b_dirty_time...
2020-08-31  Michael Jeansonfix: writeback: Drop I_DIRTY_TIME_EXPIRE (v5.9)
2020-08-25  Michael Jeansonfix: removal of [smp_]read_barrier_depends (v5.9)
2020-08-25  Michael Jeansonfix: ext4: indicate via a block bitmap read is prefetch...
2020-08-25  Michael Jeansonfix: ext4: limit the length of per-inode prealloc list...
2020-08-25  Michael Jeansonfix: KVM: x86/mmu: Make kvm_mmu_page definition and...
2020-08-25  Michael Jeansonfix: Move mmutrace.h into the mmu/ sub-directory (v5.9)
2020-08-13  Michael JeansonNamespace all logging statements
2020-08-13  Beniamin SanduKconfig: fix dependency issue when building in-tree...
2020-08-06  Francis DeslauriersFix: mmap enum flags build failures
2020-08-05  Francis Deslaurierssyscalls: Make mmap()'s fields `prot` and `flags` enums
2020-08-05  Francis Deslauriersx86: add error code enum to pagefault tracepoints
2020-07-20  Michael JeansonFix: TAINT_UNSAFE_SMP renamed to TAINT_CPU_OUT_OF_SPEC...
2020-07-18  Francis Deslauriersmodule_load: change `taints` field to `ctf_enum`
2020-07-13  Mathieu DesnoyersFix: Lock metadata cache on session destroy
2020-07-10  Mathieu DesnoyersFix: metadata stream leak, missing list removal and...
2020-07-10  Mathieu DesnoyersFix: coherent state not changed atomically with metadat...
2020-07-07  Michael Jeansonfix: include module.h for EXPORT_SYMBOL_GPL
2020-07-07  Michael Jeansonfix: __lttng_vmalloc_node_range const caller introduced...
2020-07-07  Michael Jeansonfix: version range for overflow_callback
2020-07-07  Michael Jeansonfix: global_dirty_limit was introduced in v3.1
2020-07-07  Michael Jeansonfix: wrapper_uprobe_unregister is a void function
2020-07-07  Michael Jeansonfix: prior to v4.0, __vmalloc_node_range had no vm_flag...
2020-07-07  Michael Jeansonfix: vmalloc on v5.8 without KALLSYMS
2020-07-06  Michael JeansonDetect missing symbols used with kallsyms_lookup at...
2020-07-06  Michael JeansonAdd time namespace context
2020-07-06  Michael JeansonUse exported symbol bdevname() instead of disk_name()
2020-07-06  Michael JeansonAdd git-review config
2020-07-02  Michael Jeansonfix: mm: remove vmalloc_sync_(un)mappings() (v5.8)
2020-06-30  Mathieu DesnoyersUpdate design document
2020-06-30  Mathieu DesnoyersAdd lttng-modules design document
2020-06-30  Mathieu DesnoyersFix: callstack: initialize nested sequence length field...
2020-06-30  Mathieu DesnoyersFix: callstack: NULL pointer dereference: length field...
2020-06-30  Mathieu DesnoyersFix: callstack context memory corruption
2020-06-15  Michael Jeansonfix: mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRIT...
2020-06-15  Michael Jeansonfix: block: remove the error argument to the block_bio_...
2020-06-15  Michael Jeansonfix: pipe_buf_operations rework (v5.8)
2020-05-28  Ruiqiang HaoFix: syscalls: Ignore fcntl cmd specific to 32-bit...
2020-05-26  Mathieu DesnoyersFix: Implement RING_BUFFER_GET_NEXT_SUBBUF_METADATA_CHECK
2020-05-21  Michael Jeansonfix: vmalloc_sync_mappings was backported to v5.5.12
2020-05-19  Stefan BaderUpdate: Additional kernel ranges for vmalloc_sync_mappings
2020-05-14  Ovidiu PanaitUpdate: Use vmalloc_sync_mappings for stable kernels
2020-05-14  Ovidiu PanaitFix: Use vmalloc_sync_mappings on kernel 5.6 as well
2020-05-12  Francis DeslauriersCleanup: remove unsupported `ctf_float()` macros
2020-05-12  Francis DeslauriersCleanup: have interpreter functions return _DISCARD...
2020-05-12  Francis DeslauriersCleanup: bytecode: typo: "s16" -> "u16"
2020-05-07  Mathieu DesnoyersCleanup: Rename patches.i to patches.h
2020-05-06  Mathieu DesnoyersCleanup: Move all source files to src/
2020-05-06  Michael JeansonCleanup: Move patches.i to include/generated/
2020-05-06  Mathieu DesnoyersCleanup: Move lttng-modules instrumentation headers
2020-05-06  Mathieu DesnoyersCleanup: Remove toplevel directory from include search...
2020-05-06  Mathieu DesnoyersCleanup: Move blacklist/ headers to include/blacklist/
2020-05-06  Mathieu DesnoyersCleanup: Move wrapper/ headers to include/wrapper/
2020-05-06  Mathieu DesnoyersCleanup: Move instrumentation/ headers to include/instr...
next
This page took 0.039057 seconds and 4 git commands to generate.