linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 00/15] mm: jit/text allocator
 2024-04-20  9:15 UTC  (37+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 06/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v4 07/15] mm/execmem, arch: convert remaining "
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

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

[PATCH] ftrace: Replace ftrace_disabled variable with ftrace_is_dead function
 2024-04-20  3:50 UTC  (3+ messages)

[PATCH net-next v6 0/7] Implement reset reason mechanism to detect
 2024-04-20  3:22 UTC  (25+ messages)
` [PATCH net-next v6 1/7] net: introduce rstreason to detect why the RST is sent
` [PATCH net-next v6 2/7] rstreason: prepare for passive reset
` [PATCH net-next v6 3/7] rstreason: prepare for active reset
` [PATCH net-next v6 4/7] tcp: support rstreason for passive reset
` [PATCH net-next v6 5/7] mptcp: "
` [PATCH net-next v6 6/7] mptcp: introducing a helper into active reset logic
` [PATCH net-next v6 7/7] rstreason: make it work in trace world

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-19 22:23 UTC  (18+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young
` [PATCH v3 3/7] KVM: Add basic bitmap support into kvm_mmu_notifier_test/clear_young
` [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE aging

[PATCH 0/2] tracing/user_events: Fix non-spaced field matching
 2024-04-19 21:13 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/user_events: Add non-spacing separator check

[PATCH v20 0/5] Introducing trace buffer mapping by user-space
 2024-04-19 18:25 UTC  (7+ messages)
` [PATCH v20 2/5] ring-buffer: Introducing ring-buffer mapping functions

[PATCH v4 1/2] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-19 17:59 UTC  (5+ messages)
` [PATCH v4 2/2] rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-19 14:03 UTC  (22+ messages)
` [PATCH v1 02/18] mm/rmap: always inline anon/file rmap duplication of a single PTE
` [PATCH v1 03/18] mm/rmap: add fast-path for small folios when adding/removing/duplicating
` [PATCH v1 04/18] mm: track mapcount of large folios in single value
` [PATCH v1 05/18] mm: improve folio_likely_mapped_shared() using the mapcount of large folios

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-19 13:58 UTC  (11+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[PATCH] Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"
 2024-04-19 11:14 UTC  (2+ messages)

timeout triggered probe
 2024-04-19  9:32 UTC 

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-04-19  0:43 UTC  (12+ messages)

[RFC PATCH 0/4] perf: Correlating user process data to samples
 2024-04-18 22:53 UTC  (6+ messages)

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-18 19:44 UTC  (19+ messages)
` [RFC PATCH 2/7] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
      ` [RFC PATCH 3/7] module: [
` [RFC PATCH 5/7] x86/module: perpare module loading for ROX allocations of text
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages

[PATCH v3 1/2] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-18 18:41 UTC  (4+ messages)
` [PATCH v3 2/2] rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()

[PATCHv2 0/3] uprobe: uretprobe speed up
 2024-04-18 18:34 UTC  (4+ messages)
` [PATCHv2 1/3] uprobe: Add uretprobe syscall to speed up return probe

[PATCH net-next RESEND v6 0/7] Implement reset reason mechanism to detect
 2024-04-18 13:32 UTC  (8+ messages)
` [PATCH net-next v6 1/7] net: introduce rstreason to detect why the RST is sent
` [PATCH net-next v6 2/7] rstreason: prepare for passive reset
` [PATCH net-next v6 3/7] rstreason: prepare for active reset
` [PATCH net-next v6 4/7] tcp: support rstreason for passive reset
` [PATCH net-next v6 5/7] mptcp: "
` [PATCH net-next v6 6/7] mptcp: introducing a helper into active reset logic
` [PATCH net-next v6 7/7] rstreason: make it work in trace world

[PATCH for-next v2] tracing/kprobes: Add symbol counting check when module loads
 2024-04-17 20:57 UTC  (2+ messages)

[PATCH for-next v2] tracing/kprobes: Add symbol counting check when module loads
 2024-04-17 13:47 UTC  (3+ messages)

[syzbot] [bpf?] [trace?] possible deadlock in __send_signal_locked
 2024-04-17  9:47 UTC 

[PATCH] ftrace: Fix use-after-free issue in ftrace_location()
 2024-04-17  3:28 UTC  (4+ messages)
` [PATCH v2] ftrace: Fix possible "
` [PATCH v3] "

[PATCH v3 1/2] riscv: Remove superfluous smp_mb()
 2024-04-17  1:29 UTC  (2+ messages)

[PATCH] ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value
 2024-04-17  0:12 UTC  (2+ messages)

TP_printk() bug with %c, and more?
 2024-04-16  4:01 UTC  (8+ messages)

[syzbot] [bpf?] [trace?] possible deadlock in put_pwq_unlocked
 2024-04-16  3:25 UTC 

[PATCH] bootconfig: Fix the kerneldoc of _xbc_exit()
 2024-04-15 21:44 UTC 

[POC][RFC][PATCH 0/2] pstore/mm/x86: Add wildcard memmap to map pstore consistently
 2024-04-15 17:22 UTC  (8+ messages)
` [POC][RFC][PATCH 1/2] mm/x86: Add wildcard * option as memmap=nn*align:name

[PATCH 6.8 114/172] fs/proc: remove redundant comments from /proc/bootconfig
 2024-04-15 14:20 UTC 

[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-04-15 13:12 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 03/12] bpf: put uprobe link's path and task in release callback
 2024-04-15 10:03 UTC 

[PATCH AUTOSEL 6.8 03/15] bpf: put uprobe link's path and task in release callback
 2024-04-15 10:02 UTC 

general protection fault in integrity_inode_get
 2024-04-15  2:22 UTC 

[PATCH v3] bootconfig: use memblock_free_late to free xbc memory to buddy
 2024-04-14 12:58 UTC  (2+ messages)

[PATCH v2] bootconfig: use memblock_free_late to free xbc memory to buddy
 2024-04-14 11:45 UTC  (4+ messages)

[syzbot] [trace?] [bpf?] possible deadlock in pwq_dec_nr_in_flight
 2024-04-14 11:10 UTC 

general protection fault in refill_obj_stock
 2024-04-14  4:19 UTC  (4+ messages)
  ` 回复:general "

[PATCH net-next v5] net/ipv4: add tracepoint for icmp_send
 2024-04-13 16:13 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).