lttng-modules.git
2022-03-25  Mathieu DesnoyersVersion 2.13.3 v2.13.3
2022-03-14  Mathieu DesnoyersDocument expected ISO8601 time formats in ABI header
2022-03-14  Mathieu DesnoyersFix: lttng ABI: lttng_counter_ioctl() tainted scalar
2022-03-11  Mathieu DesnoyersFix: sample discarded events count before reserve
2022-03-11  Mathieu DesnoyersCleanup: comment alignment in ring buffer config.h
2022-03-07  Mathieu DesnoyersVersion 2.13.2 v2.13.2
2022-03-04  Mathieu DesnoyersFix: incorrect in/out direction for syscall exit
2022-01-31  Michael Jeansonfix: net: socket: rename SKB_DROP_REASON_SOCKET_FILTER...
2022-01-28  Michael Jeansonfix: net: skb: introduce kfree_skb_reason() (v5.17)
2022-01-28  Michael Jeansonfix: random: rather than entropy_store abstraction...
2022-01-28  Michael Jeansonfix: btrfs: pass fs_info to trace_btrfs_transaction_com...
2022-01-28  Michael Jeansonfix: mm: compaction: fix the migration stats in trace_m...
2022-01-28  Michael Jeansonfix: block: remove the ->rq_disk field in struct reques...
2022-01-28  Michael Jeansonfix: block: remove GENHD_FL_SUPPRESS_PARTITION_INFO...
2022-01-14  Mathieu DesnoyersCopyright ownership transfer
2022-01-05  Mathieu DesnoyersVersion 2.13.1 v2.13.1
2022-01-04  Michael Jeansonfix: mm: move kvmalloc-related functions to slab.h...
2022-01-04  Michael Jeansonfix: block: don't call blk_status_to_errno in blk_updat...
2022-01-04  Michael Jeansonfix: KVM: MMU: change tracepoints arguments to kvm_page...
2022-01-04  Michael Jeansonfix: KVM: x86: Get exit_reason as part of kvm_x86_ops...
2022-01-04  Michael Jeansonfix: isystem: delete global -isystem compile option...
2022-01-04  Michael Jeansonfix: block: move block-related definitions out of fs...
2021-12-09  Mathieu DesnoyersFix: syscall tracing: missing trigger actions
2021-12-09  Mathieu DesnoyersWarn on event registration/unregistration failure
2021-10-12  Daniel Gomezfix: implicit-int error in EXPORT_SYMBOL_GPL
2021-09-14  Michael Jeansonfix: Revert "Makefile: Enable -Wimplicit-fallthrough...
2021-09-14  Michael Jeansonfix: cpu/hotplug: Remove deprecated CPU-hotplug functio...
2021-08-02  Mathieu DesnoyersVersion 2.13.0 v2.13.0
2021-07-16  Mathieu DesnoyersVersion 2.13.0-rc3 v2.13.0-rc3
2021-07-13  Michael Jeansonfix: sched: Change task_struct::state (v5.14)
2021-07-13  Michael Jeansonfix: btrfs: pass btrfs_inode to btrfs_writepage_endio_f...
2021-05-18  Michael Jeansonfix: adjust ranges for RHEL 8.4
2021-05-14  Mathieu DesnoyersVersion 2.13.0-rc2 v2.13.0-rc2
2021-05-14  Michael Jeansonfix: adjust ranges for RHEL 8.2 and 8.3
2021-05-13  Michael JeansonDisable x86 error code bitwise enum in default build
2021-05-13  Michael JeansonDisable mmap bitwise enum in default build
2021-05-13  Michael JeansonDisable block rwbs bitwise enum in default build
2021-05-13  Michael JeansonDisable sched_switch bitwise enum in default build
2021-05-13  Michael JeansonDisable open[at] bitwise enum in default build
2021-05-13  Michael JeansonDisable fcntl bitwise enum in default build
2021-05-13  Michael JeansonDisable clone bitwise enum in default build
2021-05-13  Michael JeansonAdd experimental bitwise enum config option
2021-05-13  Michael JeansonAdd defaults to Kconfig options
2021-05-13  Michael JeansonCleanup: remove unused EXTCFLAGS from Makefile
2021-05-12  Michael JeansonSync `show_inode_state()` macro with upstream stable...
2021-05-12  Michael JeansonUpdate .gitreview for stable-2.13
2021-05-12  Francis DeslauriersSync `show_inode_state()` macro with Ubuntu 4.15 kernel
2021-05-11  Michael Jeansonfix: block: remove disk_part_iter (v5.12)
2021-05-11  Mathieu DesnoyersCleanup: lib ring buffer: rename pagecpy local variable
2021-05-11  Mathieu DesnoyersCleanup: clarify strcpy/strcpy_from_user local variables
2021-05-11  Mathieu DesnoyersImplement ring buffer Pascal string copy
2021-05-11  Mathieu DesnoyersMove alignment into event write callback
2021-05-11  Mathieu DesnoyersCleanup: disable page fault after access_ok
2021-05-11  Mathieu DesnoyersFix: increment buffer offset when failing to copy from...
2021-05-07  Francis DeslauriersFix: add missing #include for 3.8 kernel
2021-05-07  Francis DeslauriersFix: builtin script referring to old directories
2021-05-06  Mathieu Desnoyersevents.h API const-ness
2021-05-06  Mathieu DesnoyersRename struct lib_ring_buffer* to struct lttng_kernel_r...
2021-05-06  Mathieu DesnoyersRename struct channel to struct lttng_kernel_ring_buffe...
2021-05-06  Mathieu DesnoyersRefactoring: struct lttng_channel
2021-05-06  Francis DeslauriersFix: missing #include for 3.8 kernel
2021-05-06  Mathieu DesnoyersIntroduce struct lttng_kernel_tracepoint_class, enum...
2021-05-06  Mathieu DesnoyersSet probe descriptor field in event descriptor
2021-05-06  Francis DeslauriersSplit syscall tracepoint generation in their own files
2021-05-06  Francis DeslauriersInclude `linux/in{,6}.h` closer to where it's used
2021-05-06  Francis DeslauriersGroup all syscall enums in one compile unit
2021-05-06  Francis DeslauriersInclude `linux/mman.h` for mmap flag enum
2021-05-06  Francis DeslauriersAdd `struct trace_syscall_table`
2021-05-06  Francis DeslauriersDefine `static_assert()` when not defined by kernel
2021-05-04  Mathieu DesnoyersMove event hash tables to private header
2021-05-04  Mathieu DesnoyersMove forward declarations to private header
2021-05-04  Mathieu DesnoyersMove lttng_syscall_filter forward declaration to privat...
2021-05-04  Mathieu DesnoyersSplit ID tracker into public/private structures
2021-05-04  Mathieu DesnoyersMove id tracker hash node to private header
2021-05-04  Mathieu DesnoyersSplit struct lttng_session into public/private structures
2021-05-04  Mathieu DesnoyersMove struct lttng_metadata_stream to private header
2021-05-04  Mathieu DesnoyersMove event notifier and counter structures to private...
2021-05-04  Mathieu DesnoyersRename struct lib_ring_buffer_ctx to struct lttng_kerne...
2021-05-04  Mathieu DesnoyersRefactoring: struct lttng_kernel_channel_buffer_ops
2021-05-04  Mathieu DesnoyersRename lttng_probe_{,un}register to lttng_kernel_probe_...
2021-05-04  Mathieu DesnoyersMove metadata cache structure to internal header
2021-05-04  Mathieu DesnoyersMove internal APIs to internal header
2021-05-04  Mathieu DesnoyersMove kprobes, uprobes, kretprobes, syscall structures...
2021-05-04  Mathieu DesnoyersMove kprobe, kretprobe, uprobe APIs to internal header
2021-05-04  Mathieu DesnoyersRemove unused TRACEPOINT_HAS_DATA_ARG
2021-05-04  Mathieu DesnoyersMove enabler APIs to internal header
2021-05-04  Mathieu DesnoyersMove bytecode structures to internal header
2021-05-04  Mathieu DesnoyersRemove include of internal header from tracepoint-event...
2021-05-04  Mathieu DesnoyersRename struct lttng_probe_ctx to struct lttng_kernel_pr...
2021-05-04  Mathieu DesnoyersRename struct lttng_bytecode_runtime to struct lttng_ke...
2021-05-04  Mathieu DesnoyersRename struct lttng_bytecode_node to struct lttng_kerne...
2021-05-04  Mathieu DesnoyersMove context structures and API to internal header
2021-05-04  Mathieu DesnoyersMove enabler structures to internal header
2021-04-30  Francis DeslauriersMakefile: add .o wildcard target
2021-04-30  Francis DeslauriersFix: Makefile: generation of specific .i file not working
2021-04-29  Mathieu DesnoyersFix: refactor preemptible context
2021-04-29  Mathieu DesnoyersRefactoring: context callbacks
2021-04-29  Mathieu DesnoyersRemove event id parameter from event_reserve callback
2021-04-29  Mathieu DesnoyersRefactoring: ring buffer context
2021-04-28  Mathieu Desnoyerssequence and variant types: use previous field for...
next
This page took 0.039438 seconds and 4 git commands to generate.