linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-15 12:55:32 to 2024-04-22 09:47:42 UTC [more...]

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22  9:44 UTC  (15+ messages)
` [PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations
` [PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES

[PATCH v20 0/5] Introducing trace buffer mapping by user-space
 2024-04-22  9:27 UTC  (8+ messages)
` [PATCH v20 2/5] ring-buffer: Introducing ring-buffer mapping functions

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

[PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
 2024-04-22  8:50 UTC  (6+ messages)
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
 2024-04-22  8:47 UTC  (9+ messages)
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22  8:26 UTC 

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-22  8:16 UTC  (2+ messages)
` (subset) "

[PATCHv3 bpf-next 0/7] uprobe: uretprobe speed up
 2024-04-21 19:42 UTC  (8+ messages)
` [PATCHv3 bpf-next 1/7] uprobe: Wire up uretprobe system call
` [PATCHv3 bpf-next 2/7] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv3 bpf-next 3/7] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv3 bpf-next 4/7] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv3 bpf-next 5/7] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv3 bpf-next 6/7] selftests/bpf: Add uretprobe compat test
` [PATCH 7/7] man2: Add uretprobe syscall page

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

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-21  0:19 UTC  (19+ 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-20 12:50 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/user_events: Add non-spacing separator check

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-20 10:52 UTC  (28+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [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  (10+ messages)
` [PATCH v9 07/36] function_graph: Allow multiple users to attach to function graph
` [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 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  (14+ messages)
` [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)


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).