linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-01 01:37:33 to 2024-04-08 10:57:02 UTC [more...]

[RFC PATCH v3 0/7] DAMON based tiered memory management for CXL memory
 2024-04-08 10:56 UTC  (19+ messages)
` [RFC PATCH v3 1/7] mm/damon/paddr: refactor DAMOS_PAGEOUT with migration_mode
` [RFC PATCH v3 2/7] mm: make alloc_demote_folio externally invokable for migration
` [RFC PATCH v3 3/7] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
` [RFC PATCH v3 4/7] mm/migrate: add MR_DAMON to migrate_reason
` [RFC PATCH v3 5/7] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
` [RFC PATCH v3 6/7] mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion
` [RFC PATCH v3 7/7] mm/damon: Add "damon_migrate_{hot,cold}" vmstat

[PATCH bpf-next 1/2] bpf: Introduce bpf_probe_write_user_registered()
 2024-04-08  9:30 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for bpf_probe_write_user_registered()

[PATCH] tracing: Add new_exec tracepoint
 2024-04-08  9:01 UTC 

[PATCH] kprobes: Fix possible warn in __arm_kprobe_ftrace()
 2024-04-08  8:34 UTC  (4+ messages)
` [PATCH v2] kprobes: Avoid "

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-08  7:36 UTC  (11+ 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()

[PATCHv2 0/3] uprobe: uretprobe speed up
 2024-04-08  3:54 UTC  (23+ messages)
` [PATCHv2 1/3] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv2 bpf-next 2/3] selftests/bpf: Add uretprobe test for regs integrity
` [PATCHv2 bpf-next 3/3] selftests/bpf: Add uretprobe test for regs changes

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

UBSAN array-index-out-of-bounds in read_blocklist
 2024-04-08  0:56 UTC 

[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 v20 0/5] Introducing trace buffer mapping by user-space
 2024-04-06 20:46 UTC  (7+ 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] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-06 16:06 UTC  (18+ messages)

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-06  5:20 UTC  (3+ messages)
` [PATCH 06/34] tracing: hide unused ftrace_event_id_fops

[PATCH fs/proc/bootconfig] remove redundant comments from /proc/bootconfig
 2024-04-06  2:11 UTC  (7+ 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)

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

general protection fault in refill_obj_stock
 2024-04-04 22:46 UTC  (6+ messages)
  ` 回复:general "
        ` 回复:回复:general "

Copying TLS/user register data per perf-sample?
 2024-04-04 19:26 UTC 

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-04 18:52 UTC  (12+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young
` [PATCH v3 2/7] KVM: Move MMU notifier function declarations
` [PATCH v3 3/7] KVM: Add basic bitmap support into kvm_mmu_notifier_test/clear_young
` [PATCH v3 4/7] KVM: x86: Move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE aging
` [PATCH v3 6/7] KVM: arm64: "
` [PATCH v3 7/7] mm: multi-gen LRU: use mmu_notifier_test_clear_young()

[PATCH v2] selftests/ftrace: Limit length in subsystem-enable tests
 2024-04-04 16:29 UTC  (4+ messages)

[PATCH] [v5] kallsyms: rework symbol lookup return codes
 2024-04-04 14:33 UTC 

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

[PATCH net-next v4 0/2] tcp: make trace of reset logic complete
 2024-04-04  2:30 UTC  (4+ messages)
` [PATCH net-next v4 1/2] trace: adjust TP_STORE_ADDR_PORTS_SKB() parameters
` [PATCH net-next v4 2/2] trace: tcp: fully support trace_tcp_send_reset

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

[PATCH] tools/latency-collector: fix -Wformat-security compile warns
 2024-04-04  1:10 UTC 

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

[PATCH RFC ftrace] Asynchronous grace period for register_ftrace_direct()
 2024-04-03 19:58 UTC  (3+ messages)

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-03 17:27 UTC  (16+ messages)
` [RFC PATCH net-next v8 01/14] queue_api: define queue api
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v8 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v8 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v8 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v8 07/14] page_pool: devmem support
` [RFC PATCH net-next v8 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v8 09/14] net: support non paged skb frags
` [RFC PATCH net-next v8 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v8 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v8 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v19 RESEND 0/5] Introducing trace buffer mapping by user-space
 2024-04-03 16:03 UTC  (6+ messages)
` [PATCH v19 RESEND 3/5] tracing: Allow user-space mapping of the ring-buffer

[PATCH] trace: events: cleanup deprecated strncpy uses
 2024-04-03 13:30 UTC  (2+ messages)

[linus:master] [filelock] c69ff40719: stress-ng.dup.ops_per_sec 1.9% improvement
 2024-04-03  2:56 UTC 

[PATCH] trace doc: Minor grammatical correction
 2024-04-02 15:33 UTC  (2+ messages)

[PATCH 7/9] mm: Free up PG_slab
 2024-04-02  5:26 UTC  (2+ messages)

[PATCH v2] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-02  2:27 UTC 

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

[PATCH v6 0/2] Update mce_record tracepoint
 2024-04-01 17:14 UTC  (3+ messages)
` [PATCH v6 1/2] tracing: Include PPIN in "
` [PATCH v6 2/2] tracing: Include Microcode Revision "

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-04-01 15:59 UTC  (16+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "

Subject: [PATCH net-next v4] net/ipv4: add tracepoint for icmp_send
 2024-04-01 14:11 UTC  (2+ messages)

[PATCH] ftrace: Fix use-after-free issue in ftrace_location()
 2024-04-01 12:55 UTC 

general protection fault in __fib6_update_sernum_upto_root
 2024-04-01  8:54 UTC 

general protection fault in __fib6_update_sernum_upto_root
 2024-04-01  6:40 UTC 

KASAN: slab-use-after-free Read in sanity_check_extent_cache
 2024-04-01  1:06 UTC 


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