linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-18 03:30:42 to 2024-04-23 08:03:08 UTC [more...]

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-23  7:54 UTC  (12+ messages)
` [PATCH v3 01/11] stackleak: don't modify ctl_table argument
` [PATCH v3 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v3 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH v3 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH v3 05/11] neighbour: "
` [PATCH v3 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH v3 07/11] ipv6/addrconf: "
` [PATCH v3 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH v3 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH v3 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

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

[PATCH net-next v7 0/7] Implement reset reason mechanism to detect
 2024-04-23  2:17 UTC  (14+ 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 0/2] tracing/user_events: Fix non-spaced field matching
 2024-04-22 23:50 UTC  (7+ messages)
` [PATCH 1/2] "

[RFC][PATCH] uprobe: support for private hugetlb mappings
 2024-04-22 20:53 UTC  (3+ messages)

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

[PATCHv3 bpf-next 0/7] uprobe: uretprobe speed up
 2024-04-22 20:25 UTC  (14+ 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 00/15] mm: jit/text allocator
 2024-04-22 18:32 UTC  (27+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

[PATCH v2] uprobes: reduce contention on uprobes_tree access
 2024-04-22 15:22 UTC  (4+ messages)

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

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22 14:11 UTC  (18+ 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 v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[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) "

[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 v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-04-20  8:56 UTC  (6+ messages)
` [PATCH v9 07/36] function_graph: Allow multiple users to attach to function graph

[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  (16+ messages)

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-19 14:03 UTC  (18+ 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  (11+ messages)
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
      ` [RFC PATCH 3/7] module: [
` [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


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