linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-08 09:15:57 to 2024-01-16 19:47:42 UTC [more...]

[PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-16 19:46 UTC  (15+ messages)
` [PATCH 01/20] filelock: split common fields into struct file_lock_core
` [PATCH 02/20] filelock: add coccinelle scripts to move fields to "
` [PATCH 03/20] filelock: the results of the coccinelle conversion
` [PATCH 04/20] filelock: fixups after the coccinelle changes
` [PATCH 05/20] filelock: convert some internal functions to use file_lock_core instead
` [PATCH 06/20] filelock: convert more internal functions to use file_lock_core
` [PATCH 07/20] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH 08/20] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH 09/20] filelock: make locks_{insert,delete}_global_locks "
` [PATCH 10/20] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH 11/20] filelock: convert the IS_* macros to take file_lock_core
` [PATCH 12/20] filelock: make __locks_delete_block and __locks_wake_up_blocks "
` [PATCH 13/20] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH 14/20] filelock: convert fl_blocker to file_lock_core

[PATCH] eventfs: Create dentries and inodes at dir open
 2024-01-16 19:42 UTC  (5+ messages)

[PATCH v11 0/5] Introducing trace buffer mapping by user-space
 2024-01-15 23:48 UTC  (26+ messages)
` [PATCH v11 1/5] ring-buffer: Zero ring-buffer sub-buffers
` [PATCH v11 2/5] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v11 3/5] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v11 4/5] Documentation: tracing: Add ring-buffer mapping
` [PATCH v11 5/5] ring-buffer/selftest: Add ring-buffer mapping test

[PATCH v2] eventfs: Use kcalloc() instead of kzalloc()
 2024-01-15 18:24 UTC  (2+ messages)

[linux-next:master] [eventfs] 493ec81a8f: kernel_BUG_at_fs/dcache.c
 2024-01-15 14:14 UTC 

[PATCH v2 00/17] kexec: Allow preservation of ftrace buffers
 2024-01-15 13:27 UTC  (4+ messages)
` [PATCH v2 04/17] kexec: Add KHO parsing support

[PATCH] eventfs: Use kcalloc() instead of kzalloc()
 2024-01-15 10:06 UTC  (2+ messages)

[PATCH -next v6 0/2] Make memory reclamation measurable
 2024-01-15  6:27 UTC  (2+ messages)

[RFC PATCH 0/4] DAMON based 2-tier memory management for CXL memory
 2024-01-15  4:52 UTC  (5+ messages)
` [RFC PATCH 1/4] mm/vmscan: refactor reclaim_pages with reclaim_or_migrate_folios
` [RFC PATCH 2/4] mm/damon: introduce DAMOS_DEMOTE action for demotion
` [RFC PATCH 3/4] mm/memory-tiers: add next_promotion_node to find promotion target
` [RFC PATCH 4/4] mm/damon: introduce DAMOS_PROMOTE action for promotion

[PATCH bpf-next v3 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-13 19:49 UTC  (8+ messages)

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-12 14:52 UTC  (12+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links
` [PATCH 2/3] arch and include: "
` [PATCH 3/3] treewide: Update LLVM Bugzilla links

[PATCH] tracefs/eventfs: Use root and instance inodes as default ownership
 2024-01-12 14:22 UTC  (20+ messages)

[PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-01-12 10:17 UTC  (37+ messages)
` [PATCH v6 01/36] ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
` [PATCH v6 02/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v6 03/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v6 04/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v6 05/36] function_graph: Convert ret_stack to a series of longs
` [PATCH v6 06/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v6 07/36] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v6 08/36] function_graph: Allow multiple users to attach to function graph
` [PATCH v6 09/36] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v6 10/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v6 11/36] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v6 12/36] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v6 13/36] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v6 14/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v6 15/36] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v6 16/36] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v6 17/36] function_graph: Move graph depth stored data "
` [PATCH v6 18/36] function_graph: Move graph notrace bit "
` [PATCH v6 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v6 20/36] function_graph: Improve push operation for several interrupts
` [PATCH v6 21/36] function_graph: Add selftest for passing local variables
` [PATCH v6 22/36] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v6 23/36] function_graph: Add a new exit "
` [PATCH v6 24/36] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v6 25/36] arm64: ftrace: "
` [PATCH v6 26/36] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v6 27/36] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v6 28/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v6 29/36] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v6 30/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v6 31/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v6 32/36] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v6 33/36] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v6 34/36] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v6 35/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v6 36/36] Documentation: probes: Update fprobe on function-graph tracer

[PATCH] mm: Update mark_victim tracepoints fields
 2024-01-11 21:20 UTC  (4+ messages)

[PATCH v2] mm: Update mark_victim tracepoints fields
 2024-01-11 21:05 UTC 

[PATCH v1 0/2] Update kprobes documentation
 2024-01-11 16:36 UTC  (2+ messages)

[PATCH v5 00/34] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-01-11 13:47 UTC  (11+ messages)
` [PATCH v5 11/34] function_graph: Have the instances use their own ftrace_ops for filtering

[PATCH v10 0/2] Introducing trace buffer mapping by user-space
 2024-01-11  9:57 UTC  (12+ messages)
` [PATCH v10 1/2] ring-buffer: Introducing ring-buffer mapping functions

[GIT PULL] hardening updates for v6.8-rc1
 2024-01-10 20:38 UTC  (2+ messages)

[PATCH v3 0/5] Rework system pressure interface to the scheduler
 2024-01-10 18:10 UTC  (18+ messages)
` [PATCH v3 1/5] cpufreq: Add a cpufreq pressure feedback for "
` [PATCH v3 2/5] sched: Take cpufreq feedback into account
` [PATCH v3 3/5] thermal/cpufreq: Remove arch_update_thermal_pressure()
` [PATCH v3 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure
` [PATCH v3 5/5] sched/pelt: Remove shift of thermal clock

[bug report] eventfs: Read ei->entries before ei->children in eventfs_iterate()
 2024-01-10 13:51 UTC 

[PATCH] ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
 2024-01-10 13:10 UTC  (4+ messages)

[PATCH 00/22] -Wmissing-prototype warning fixes
 2024-01-10 10:20 UTC  (4+ messages)
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes

[PATCH v4 0/5] Rework system pressure interface to the scheduler
 2024-01-10  6:43 UTC  (9+ messages)
` [PATCH v4 1/5] cpufreq: Add a cpufreq pressure feedback for "
` [PATCH v4 2/5] sched: Take cpufreq feedback into account
` [PATCH v4 3/5] thermal/cpufreq: Remove arch_update_thermal_pressure()
` [PATCH v4 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure
` [PATCH v4 5/5] sched/pelt: Remove shift of thermal clock

[PATCH v3] ring-buffer: Have mmapped ring buffer keep track of missed events
 2024-01-10  2:27 UTC 

[PATCH v2] ring-buffer: Have mmapped ring buffer keep track of missed events
 2024-01-09 22:35 UTC 

[PATCH] ring-buffer: Have mmapped ring buffer keep track of missed events
 2024-01-09 20:44 UTC 

[RFC PATCH] kprobes: Use synchronize_rcu_tasks_rude in kprobe_optimizer
 2024-01-09 11:28 UTC  (2+ messages)

KASAN: null-ptr-deref Read in hfs_find_init
 2024-01-09  6:18 UTC 

possible deadlock in __perf_install_in_context
 2024-01-09  1:04 UTC  (2+ messages)

[PATCH] tracing user_events: Simplify user_event_parse_field() parsing
 2024-01-08 22:22 UTC  (4+ messages)

[PATCH] tracing histograms: Simplify parse_actions() function
 2024-01-08 15:21 UTC  (3+ messages)

[PATCH v9] bus: mhi: host: Add tracing support
 2024-01-08 13:22 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).