linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-24 22:39:12 to 2025-02-02 21:13:41 UTC [more...]

[PATCH v3 0/2] seccomp: pass uretprobe system call through seccomp
 2025-02-02 21:13 UTC  (5+ messages)
` [PATCH v3 1/2] seccomp: passthrough uretprobe systemcall without filtering
` [PATCH v3 2/2] selftests/seccomp: validate uretprobe syscall passes through seccomp

[PATCH v2] seccomp: passthrough uretprobe systemcall without filtering
 2025-02-02 16:28 UTC  (15+ messages)

[PATCH v2] cpuidle: psci: Add trace for PSCI domain idle
 2025-02-02 10:46 UTC  (6+ messages)
  ` [PATCH v3] "
        ` [PATCH v4] "

[RFC][PATCH 0/2] sched: Extended Scheduler Time Slice revisited
 2025-02-02  7:22 UTC  (14+ messages)
` [RFC][PATCH 1/2] sched: Extended scheduler time slice
` [RFC][PATCH 2/2] sched: Shorten time that tasks can extend their time slice for

[PATCHv3 00/11] Get rid of PG_reclaim and rename PG_dropbehind
 2025-02-01  8:01 UTC  (22+ messages)
` [PATCHv3 01/11] mm/migrate: Transfer PG_dropbehind to the new folio
` [PATCHv3 02/11] drm/i915/gem: Convert __shmem_writeback() to folios
` [PATCHv3 03/11] drm/i915/gem: Use PG_dropbehind instead of PG_reclaim
` [PATCHv3 04/11] mm/zswap: "
` [PATCHv3 05/11] mm/truncate: Use folio_set_dropbehind() instead of deactivate_file_folio()
` [PATCHv3 06/11] mm/vmscan: Use PG_dropbehind instead of PG_reclaim
` [PATCHv3 07/11] mm/vmscan: Use PG_dropbehind instead of PG_reclaim in shrink_folio_list()
` [PATCHv3 08/11] mm/mglru: Check PG_dropbehind instead of PG_reclaim in lru_gen_folio_seq()
` [PATCHv3 09/11] mm: Remove PG_reclaim
` [PATCHv3 10/11] mm/vmscan: Do not demote PG_dropbehind folios
` [PATCHv3 11/11] mm: Rename PG_dropbehind to PG_reclaim

[PATCH v2 0/2] tracing: Introduce relative stacktrace
 2025-02-01  7:23 UTC  (3+ messages)
` [PATCH v2 1/2] modules: Add __module_build_id() to find module by build_id
` [PATCH v2 2/2] tracing: Add relative-stacktrace option

[PATCH] ftrace: Avoid potential division by zero in function_stat_show()
 2025-01-31 15:53 UTC 

[PATCH] trace/osnoise: Add trace events for samples
 2025-01-31 15:47 UTC 

[PATCH] irq/tracing: Add IRQ name to irq_handler_exit tracepoint
 2025-01-31 12:15 UTC  (3+ messages)

[PATCH bpf-next v2 0/7] bpf: Add probe_read_{kernel,user}_dynptr and copy_from_user_dynptr
 2025-01-31  6:14 UTC  (21+ messages)
` [PATCH bpf-next v2 1/7] bpf: Implement bpf_probe_read_kernel_dynptr helper
` [PATCH bpf-next v2 2/7] bpf: Implement bpf_probe_read_user_dynptr helper
` [PATCH bpf-next v2 3/7] bpf: Implement bpf_copy_from_user_dynptr helper
` [PATCH bpf-next v2 4/7] tools headers UAPI: Update tools's copy of bpf.h header
` [PATCH bpf-next v2 5/7] selftests/bpf: probe_read_kernel_dynptr test
` [PATCH bpf-next v2 6/7] selftests/bpf: probe_read_user_dynptr test
` [PATCH bpf-next v2 7/7] selftests/bpf: copy_from_user_dynptr test

[PATCH v4 00/39] unwind, perf: sframe user space unwinding
 2025-01-30 21:39 UTC  (41+ messages)
` [PATCH v4 17/39] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v4 19/39] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v4 25/39] unwind_user/sframe: Show file name in debug output
` [PATCH v4 26/39] unwind_user/sframe: Enable debugging in uaccess regions
` [PATCH v4 28/39] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v4 32/39] perf: Remove get_perf_callchain() 'crosstask' argument

[PATCH rcu v2] 4/5] rcu-tasks: Move RCU Tasks self-tests to core_initcall()
 2025-01-30 18:53 UTC 

[PATCH] kmem/tracing: Add kmem name to kmem_cache_alloc tracepoint
 2025-01-30 18:16 UTC 

[PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy
 2025-01-29 17:28 UTC  (15+ messages)
` [PATCH v3 1/9] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH v3 2/9] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH v3 3/9] x86/mm/pat: restore large ROX pages after fragmentation
` [PATCH v3 4/9] execmem: don't remove ROX cache from the direct map
` [PATCH v3 5/9] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH v3 6/9] module: switch to execmem API for remapping as RW and restoring ROX
` [PATCH v3 7/9] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH v3 8/9] module: drop unused module_writable_address()
` [PATCH v3 9/9] x86: re-enable EXECMEM_ROX support

[RFC PATCH 0/3] tracing: Introduce relative stacktrace
 2025-01-29 14:42 UTC  (17+ messages)
` [RFC PATCH 1/3] tracing: Record stacktrace as the offset from _stext
` [RFC PATCH 2/3] tracing: Introduce "rel_stack" option
` [RFC PATCH 3/3] modules: tracing: Add module_text_offsets event

[PATCH AUTOSEL 6.1 3/4] rtla/timerlat_hist: Abort event processing on second signal
 2025-01-29 12:58 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 4/4] rtla/timerlat_top: "

[PATCH AUTOSEL 6.6 3/4] rtla/timerlat_hist: Abort event processing on second signal
 2025-01-29 12:57 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 4/4] rtla/timerlat_top: "

[PATCH AUTOSEL 6.12 3/4] rtla/timerlat_hist: Abort event processing on second signal
 2025-01-29 12:57 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 4/4] rtla/timerlat_top: "

[PATCH AUTOSEL 6.13 3/4] rtla/timerlat_hist: Abort event processing on second signal
 2025-01-29 12:57 UTC  (2+ messages)
` [PATCH AUTOSEL 6.13 4/4] rtla/timerlat_top: "

[PATCH 0/2] tracing: s390: Fix fprobes on s390
 2025-01-29  9:12 UTC  (5+ messages)
` [PATCH 1/2] s390: fgraph: Fix to remove ftrace_test_recursion_trylock()
` [PATCH 2/2] s390: tracing: Define ftrace_get_symaddr() for s390

[PATCH] cpuidle: psci: Add trace for PSCI domain idle
 2025-01-29  8:51 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3 25/28] bpf: Use RCU in all users of __module_text_address()
 2025-01-29  8:49 UTC  (9+ messages)
        ` [PATCH v3.5 "
` [PATCH v3 26/28] kprobes: "
    ` [PATCH v3.5 25/28] "

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-29  8:49 UTC  (10+ messages)
  `  "
      `  "
            `  "
                `  "

kprobe on local function
 2025-01-29  6:41 UTC  (6+ messages)

[PATCH] tracing: Fix DECLARE_TRACE_CONDITION
 2025-01-29  1:01 UTC  (3+ messages)

[PATCH] docs,procfs: document /proc/PID/* access permission checks
 2025-01-29  0:28 UTC  (2+ messages)

[PATCH v2] mm,procfs: allow read-only remote mm access under CAP_PERFMON
 2025-01-29  0:25 UTC  (4+ messages)

[PATCH] sched: Add core cookie update tracepoint
 2025-01-28 11:34 UTC 

[PATCH] tools/bootconfig: Fix the wrong format specifier
 2025-01-28  4:58 UTC  (4+ messages)

[PATCH] seccomp: passthrough uretprobe systemcall without filtering
 2025-01-27 19:43 UTC  (10+ messages)

[PATCH v1] rtla: Save trace when option `--trace` is specified
 2025-01-27 17:02 UTC 

[PATCH 00/34] address all -Wunused-const warnings
 2025-01-27 13:24 UTC  (2+ messages)

[PATCH v5 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2025-01-27 11:28 UTC  (2+ messages)

[PATCH AUTOSEL 6.12 31/31] ring-buffer: Make reading page consistent with the code logic
 2025-01-26 14:54 UTC 

[PATCH AUTOSEL 6.13 34/34] ring-buffer: Make reading page consistent with the code logic
 2025-01-26 14:53 UTC 

[PATCH 0/7] bpf: Add probe_read_{kernel,user}_dynptr and copy_from_user_dynptr
 2025-01-25  8:23 UTC  (8+ messages)
` [PATCH 1/7] bpf: Implement bpf_probe_read_kernel_dynptr helper
` [PATCH 2/7] bpf: Implement bpf_probe_read_user_dynptr helper
` [PATCH 3/7] bpf: Implement bpf_copy_from_user_dynptr helper
` [PATCH 4/7] tools headers UAPI: Update tools's copy of bpf.h header
` [PATCH 5/7] selftests/bpf: probe_read_kernel_dynptr test
` [PATCH 6/7] selftests/bpf: probe_read_user_dynptr test
` [PATCH 7/7] selftests/bpf: copy_from_user_dynptr test


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 NNTP newsgroup(s).