linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-05 10:13:37 to 2024-04-10 21:05:01 UTC [more...]

[PATCH 0/5 v2] address remaining stringop-truncation warnings
 2024-04-10 21:04 UTC  (8+ messages)
` [PATCH 1/5] [v2] test_hexdump: avoid string truncation warning
` [PATCH 2/5] [v2] acpi: disable -Wstringop-truncation
` [PATCH 3/5] [v2] block/partitions/ldm: convert strncpy() to strscpy()
` [PATCH 4/5] [v2] blktrace: convert strncpy() to strscpy_pad()
` [PATCH 5/5] [v2] kbuild: enable -Wstringop-truncation globally

[PATCH] Documentation: tracing: update format of sched_wakeup in example
 2024-04-10 20:23 UTC  (2+ messages)

[PATCH] SUNRPC: Fix rpcgss_context trace event acceptor field
 2024-04-10 17:57 UTC  (5+ messages)

[PATCH v20 0/5] Introducing trace buffer mapping by user-space
 2024-04-10 17:56 UTC  (10+ messages)
` [PATCH v20 1/5] ring-buffer: allocate sub-buffers with __GFP_COMP
` [PATCH v20 2/5] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v20 3/5] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v20 4/5] Documentation: tracing: Add ring-buffer mapping
` [PATCH v20 5/5] ring-buffer/selftest: Add ring-buffer mapping test

[PATCH] trace: events: cleanup deprecated strncpy uses
 2024-04-10 15:56 UTC  (4+ messages)

Copying TLS/user register data per perf-sample?
 2024-04-10 15:37 UTC  (5+ messages)

[PATCH] ftrace: Fix use-after-free issue in ftrace_location()
 2024-04-10 15:28 UTC  (2+ messages)

[PATCH] kprobes: Fix possible warn in __arm_kprobe_ftrace()
 2024-04-10 14:03 UTC  (10+ messages)
` [PATCH v2] kprobes: Avoid "
` [PATCH v3] kprobes: Fix possible use-after-free issue on kprobe registration

[PATCH] tracing: Add new_exec tracepoint
 2024-04-10 13:59 UTC  (10+ messages)

[PATCH net-next v3 0/6] Implement reset reason mechanism to detect
 2024-04-10 13:55 UTC  (13+ messages)
` [PATCH net-next v3 1/6] net: introduce rstreason to detect why the RST is sent
` [PATCH net-next v3 2/6] rstreason: prepare for passive reset
` [PATCH net-next v3 3/6] rstreason: prepare for active reset
` [PATCH net-next v3 4/6] tcp: support rstreason for passive reset
` [PATCH net-next v3 5/6] mptcp: "
` [PATCH net-next v3 6/6] rstreason: make it work in trace world

Subject: [PATCH net-next v4] net/ipv4: add tracepoint for icmp_send
 2024-04-10 13:19 UTC  (3+ messages)
`  "

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-04-10 10:38 UTC  (10+ messages)

[PATCH] block: Add ioprio to block_rq tracepoint
 2024-04-10 10:14 UTC 

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-10  8:20 UTC  (24+ messages)
` [PATCH v1 01/18] mm: allow for detecting underflows with page_mapcount() again
` [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 v1 06/18] mm: make folio_mapcount() return 0 for small typed folios
` [PATCH v1 07/18] mm/memory: use folio_mapcount() in zap_present_folio_ptes()
` [PATCH v1 08/18] mm/huge_memory: use folio_mapcount() in zap_huge_pmd() sanity check
` [PATCH v1 09/18] mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()
` [PATCH v1 10/18] mm/page_alloc: use folio_mapped() in __alloc_contig_migrate_range()
` [PATCH v1 11/18] mm/migrate: use folio_likely_mapped_shared() in add_page_for_migration()
` [PATCH v1 12/18] sh/mm/cache: use folio_mapped() in copy_from_user_page()
` [PATCH v1 13/18] mm/filemap: use folio_mapcount() in filemap_unaccount_folio()
` [PATCH v1 14/18] mm/migrate_device: use folio_mapcount() in migrate_vma_check_page()
` [PATCH v1 15/18] trace/events/page_ref: trace the raw page mapcount value
` [PATCH v1 16/18] xtensa/mm: convert check_tlb_entry() to sanity check folios
` [PATCH v1 17/18] mm/debug: print only page mapcount (excluding folio entire mapcount) in __dump_folio()
` [PATCH v1 18/18] Documentation/admin-guide/cgroup-v1/memory.rst: don't reference page_mapcount()

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

[linus:master] [trace_seq] 40fc60e36c: BUG:KASAN:global-out-of-bounds_in_hex_string
 2024-04-10  8:00 UTC 

[PATCH] ring-buffer: Only update pages_touched when a new page is touched
 2024-04-10  0:14 UTC  (3+ messages)

[RFC PATCH v3 0/7] DAMON based tiered memory management for CXL memory
 2024-04-10  0:00 UTC  (7+ messages)
  ` [RFC PATCH v3 0/7] DAMON based tiered memory management for CXL

[POC][RFC][PATCH 0/2] pstore/mm/x86: Add wildcard memmap to map pstore consistently
 2024-04-09 23:52 UTC  (15+ messages)
` [POC][RFC][PATCH 1/2] mm/x86: Add wildcard * option as memmap=nn*align:name
` [POC][RFC][PATCH 2/2] pstore/ramoops: Add ramoops.mem_name= command line option

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

[PATCH bpf-next 1/2] bpf: Introduce bpf_probe_write_user_registered()
 2024-04-09 21:41 UTC  (8+ messages)

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-09 19:35 UTC  (5+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young

[RFC PATCH v3 5/7] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
 2024-04-09 16:18 UTC  (6+ messages)

[PATCH fs/proc/bootconfig] remove redundant comments from /proc/bootconfig
 2024-04-09 16:07 UTC  (15+ messages)
` [PATCH v2 fs/proc/bootconfig 0/2] "
  ` [PATCH v2 fs/proc/bootconfig 1/2] fs/proc: "
  ` [PATCH v2 fs/proc/bootconfig 2/2] fs/proc: Skip bootloader comment if no embedded kernel parameters

[PATCH 0/3] kernel/pid: Remove default pid_max value
 2024-04-09 15:01 UTC  (8+ messages)
` [PATCH 1/3] tracing: Remove dependency of saved_cmdlines_buffer on PID_MAX_DEFAULT
` [PATCH 2/3] kernel/pid: Remove default pid_max value
` [PATCH 3/3] tracing: Compare pid_max against pid_list capacity

[PATCHv2 1/3] uprobe: Add uretprobe syscall to speed up return probe
 2024-04-09 12:06 UTC  (21+ messages)

[PATCH v3 00/10] sysctl: Remove sentinel elements from kernel dir
 2024-04-09  9:02 UTC  (3+ messages)
` [PATCH v3 06/10] scheduler: Remove the now superfluous sentinel elements from ctl_table array

[PATCH v2] rethook: Remove warning messages printed for finding return address of a frame
 2024-04-09  0:22 UTC  (2+ messages)

UBSAN array-index-out-of-bounds in read_blocklist
 2024-04-08 21:10 UTC  (2+ messages)

[PATCH 00/11] address remaining stringop-truncation warnings
 2024-04-08 18:05 UTC  (4+ messages)
` [PATCH 08/11] blktrace: convert strncpy() to strscpy_pad()

[PATCH bpf-next] rethook: Remove warning messages printed for finding return address of a frame
 2024-04-08 17:16 UTC  (5+ messages)

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-08 15:57 UTC  (3+ messages)
` [RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-04-08 15:34 UTC  (9+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-08 13:56 UTC  (13+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
` [PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range()
` [PATCH 3/4] mmu_notifier: remove the .change_pte() callback
` [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()

[PATCH AUTOSEL 6.6 21/22] selftests/ftrace: Fix event filter target_func selection
 2024-04-07 13:12 UTC 

[PATCH AUTOSEL 6.8 24/25] selftests/ftrace: Fix event filter target_func selection
 2024-04-07 13:11 UTC 

[PATCH 0/2] tracing/selftests: Verbosity improvements to KTAP output
 2024-04-06 21:05 UTC  (9+ messages)
` [PATCH 1/2] tracing/selftests: Support log output when generating "
` [PATCH 2/2] tracing/selftests: Default to verbose mode when running in kselftest

[PATCH] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-06 16:06 UTC  (16+ messages)

[RFC PATCH v3 7/7] mm/damon: Add "damon_migrate_{hot,cold}" vmstat
 2024-04-05 19:27 UTC  (2+ messages)

[RFC PATCH v3 6/7] mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion
 2024-04-05 19:26 UTC  (2+ messages)

[RFC PATCH v3 5/7] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
 2024-04-05 19:24 UTC  (2+ messages)

[RFC PATCH v3 4/7] mm/migrate: add MR_DAMON to migrate_reason
 2024-04-05 19:20 UTC  (2+ messages)

[RFC PATCH v3 2/7] mm: make alloc_demote_folio externally invokable for migration
 2024-04-05 19:20 UTC  (2+ messages)

[RFC PATCH v3 1/7] mm/damon/paddr: refactor DAMOS_PAGEOUT with migration_mode
 2024-04-05 19:19 UTC  (2+ messages)

[PATCH] ftrace: riscv: move from REGS to ARGS
 2024-04-05 14:24 UTC 

[RFC PATCH] ftrace: riscv: move from REGS to ARGS
 2024-04-05 13:59 UTC  (4+ messages)

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-04-05 10: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).