messages from 2023-08-19 01:47:49 to 2023-08-31 02:26:58 UTC [more...]
[linus:master] [tracing/synthetic] ddeea494a1: BUG:unable_to_handle_page_fault_for_address
2023-08-31 2:26 UTC
[PATCH] visl: use canonical ftrace path
2023-08-31 0:12 UTC (2+ messages)
[PATCH v1 1/1] bitops: Share BYTES_TO_BITS() for everyone
2023-08-30 7:16 UTC (3+ messages)
[PATCH v4 0/9] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
2023-08-30 7:20 UTC (20+ messages)
` [PATCH v4 1/9] Documentation: probes: Add a new ret_ip callback parameter
` [PATCH v4 2/9] fprobe: Use fprobe_regs in fprobe entry handler
` [PATCH v4 3/9] tracing: Expose ftrace_regs regardless of CONFIG_FUNCTION_TRACER
` [PATCH v4 4/9] fprobe: rethook: Use ftrace_regs in fprobe exit handler and rethook
` [PATCH v4 5/9] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v4 6/9] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v4 7/9] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v4 8/9] Documentations: probes: Update fprobe document to use ftrace_regs
` [PATCH v4 9/9] Documentation: tracing: Add a note about argument and retval access
[PATCH V11 0/5] riscv: Optimize function trace
2023-08-30 15:28 UTC (3+ messages)
[PATCH v3] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
2023-08-30 6:00 UTC (3+ messages)
[RFC PATCH] mm/damon/core: add a tracepoint for damos apply target regions
2023-08-30 1:36 UTC (3+ messages)
[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-08-30 0:48 UTC (4+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
[PATCH v3 0/1] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
2023-08-29 23:57 UTC (8+ messages)
` [PATCH v3 1/1] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
[PATCH v7 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
2023-08-29 14:35 UTC (4+ messages)
` [PATCH v7 bpf-next 09/10] bpftool: Add perf event names
[PATCH v4] tracepoint: add new `tcp:tcp_ca_event` trace event
2023-08-28 19:45 UTC (2+ messages)
[PATCH v2] riscv: Only consider swbp/ss handlers for correct privileged mode
2023-08-28 15:35 UTC (5+ messages)
[PATCH 00/17] -Wmissing-prototype warning fixes
2023-08-28 8:07 UTC (7+ messages)
` (subset) "
[PATCH] riscv: Only consider swbp/ss handlers for correct privileged mode
2023-08-27 10:55 UTC (3+ messages)
[PATCH v4 0/2] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
2023-08-25 14:05 UTC (3+ messages)
` [PATCH v4 1/2] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
` [PATCH v4 2/2] selftests/ftrace: Add new test case which checks non unique symbol
[PATCH -next v2] rv/include: set variable 'da_mon_##name' to static
2023-08-25 13:25 UTC (2+ messages)
[PATCH] trace/hwlat: remove extra space at the end of hwlat_detector/mode
2023-08-25 12:53 UTC (2+ messages)
[PATCH v2] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
2023-08-25 12:31 UTC (6+ messages)
[PATCH RESEND v3 1/3] tracing/synthetic: use union instead of casts
2023-08-25 8:26 UTC (2+ messages)
[RFC PATCH v2 0/1] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
2023-08-24 16:09 UTC (6+ messages)
` [RFC PATCH v2 1/1] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-08-24 15:24 UTC (43+ messages)
` [PATCH RFC 01/37] mm: page_alloc: Rename gfp_to_alloc_flags_cma -> gfp_to_alloc_flags_fast
` [PATCH RFC 02/37] arm64: mte: Rework naming for tag manipulation functions
` [PATCH RFC 03/37] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [PATCH RFC 05/37] mm: Add memory statistics for the "
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA
` [PATCH RFC 07/37] mm: page_alloc: Bypass pcp when freeing MIGRATE_METADATA pages
` [PATCH RFC 08/37] mm: compaction: Account for free metadata pages in __compact_finished()
` [PATCH RFC 09/37] mm: compaction: Handle metadata pages as source for direct compaction
` [PATCH RFC 10/37] mm: compaction: Do not use MIGRATE_METADATA to replace pages with metadata
` [PATCH RFC 11/37] mm: migrate/mempolicy: Allocate metadata-enabled destination page
` [PATCH RFC 12/37] mm: gup: Don't allow longterm pinning of MIGRATE_METADATA pages
` [PATCH RFC 13/37] arm64: mte: Reserve tag storage memory
` [PATCH RFC 14/37] arm64: mte: Expose tag storage pages to the MIGRATE_METADATA freelist
` [PATCH RFC 15/37] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC 16/37] arm64: mte: Move tag storage to MIGRATE_MOVABLE when MTE is disabled
` [PATCH RFC 17/37] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC 18/37] arm64: mte: Check that tag storage blocks are in the same zone
` [PATCH RFC 19/37] mm: page_alloc: Manage metadata storage on page allocation
` [PATCH RFC 20/37] mm: compaction: Reserve metadata storage in compaction_alloc()
` [PATCH RFC 21/37] mm: khugepaged: Handle metadata-enabled VMAs
` [PATCH RFC 22/37] mm: shmem: Allocate metadata storage for in-memory filesystems
` [PATCH RFC 23/37] mm: Teach vma_alloc_folio() about metadata-enabled VMAs
` [PATCH RFC 24/37] mm: page_alloc: Teach alloc_contig_range() about MIGRATE_METADATA
` [PATCH RFC 25/37] arm64: mte: Manage tag storage on page allocation
` [PATCH RFC 26/37] arm64: mte: Perform CMOs for tag blocks on tagged page allocation/free
` [PATCH RFC 27/37] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC 28/37] mm: sched: Introduce PF_MEMALLOC_ISOLATE
` [PATCH RFC 29/37] mm: arm64: Define the PAGE_METADATA_NONE page protection
` [PATCH RFC 30/37] mm: mprotect: arm64: Set PAGE_METADATA_NONE for mprotect(PROT_MTE)
` [PATCH RFC 31/37] mm: arm64: Set PAGE_METADATA_NONE in set_pte_at() if missing metadata storage
` [PATCH RFC 32/37] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
` [PATCH RFC 33/37] arm64: mte: swap/copypage: Handle tag restoring when missing tag storage
` [PATCH RFC 34/37] arm64: mte: Handle fatal signal in reserve_metadata_storage()
` [PATCH RFC 35/37] mm: hugepage: Handle PAGE_METADATA_NONE faults for huge pages
` [PATCH RFC 36/37] KVM: arm64: Disable MTE is tag storage is enabled
` [PATCH RFC 37/37] arm64: mte: Enable tag storage management
[RFC PATCH v1 0/1] Return ENAMESVRLSYMS when func matches several symbols during PMU kprobe creation
2023-08-24 10:39 UTC (4+ messages)
` [RFC PATCH v1 1/1] tracing/kprobes: Return ENAMESVRLSYMS when func matches several symbols
[RFC PATCH v1 1/1] tracing/kprobe: Add multi-probe support for 'perf_kprobe' PMU
2023-08-23 13:45 UTC (29+ messages)
[PATCH] tracing: Fix to avoid wakeup loop in splice read of per-cpu buffer
2023-08-23 12:18 UTC (10+ messages)
[RFC PATCH v6 3/5] sched, tracing: reorganize fields of switch event struct
2023-08-23 2:52 UTC (2+ messages)
[PATCH -next] rv/include: set variable 'da_mon_##name' to static
2023-08-23 1:09 UTC (3+ messages)
[PATCH v6 0/9] tracing: Improbe BTF support on probe events
2023-08-22 16:27 UTC (10+ messages)
` [PATCH v6 1/9] tracing/probes: Support BTF argument on module functions
` [PATCH v6 2/9] tracing/probes: Move finding func-proto API and getting func-param API to trace_btf
` [PATCH v6 3/9] tracing/probes: Add a function to search a member of a struct/union
` [PATCH v6 4/9] tracing/probes: Support BTF based data structure field access
` [PATCH v6 5/9] tracing/probes: Support BTF field access from $retval
` [PATCH v6 6/9] tracing/probes: Add string type check with BTF
` [PATCH v6 7/9] tracing/fprobe-event: Assume fprobe is a return event by $retval
` [PATCH v6 8/9] selftests/ftrace: Add BTF fields access testcases
` [PATCH v6 9/9] Documentation: tracing: Update fprobe event example with BTF field
[PATCH v5 0/9] tracing: Improbe BTF support on probe events
2023-08-22 14:46 UTC (8+ messages)
` [PATCH v5 3/9] tracing/probes: Add a function to search a member of a struct/union
[PATCH] tracefs: Remove kerneldoc from struct eventfs_file
2023-08-22 12:48 UTC (2+ messages)
[PATCH v3] tracing/eprobe: Iterate trace_eprobe directly
2023-08-22 11:43 UTC (2+ messages)
[RFC PATCH] tracing: Introduce pipe_cpumask to avoid race on trace_pipes
2023-08-21 22:32 UTC (13+ messages)
` [PATCH v2] "
[PATCH] samples: ftrace: replace bti assembly with hint for older compiler
2023-08-21 16:12 UTC (5+ messages)
[PATCH] tracing/user_events: Fix an erroneous usage of struct_size()
2023-08-21 16:07 UTC (2+ messages)
[PATCH v3] selftests/ftrace: traceonoff_triggers: strip off names
2023-08-21 15:13 UTC (2+ messages)
[PATCH] tracefs: Fix kernel-doc warnings
2023-08-21 14:49 UTC (4+ messages)
[PATCH v2] tracepoint: add new `tcp:tcp_ca_event` trace event
2023-08-19 8:15 UTC (5+ messages)
` [PATCH v3] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).