Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-07-05 01:21:19 to 2026-07-09 15:18:48 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-09 15:18 UTC  (33+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 11/30] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH 12/30] mm/vma: clean up anon_vma_compatible()
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
  ` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/

[PATCH v2 0/4] mm: honour compact_unevictable_allowed in mlock and CMA paths
 2026-07-09 15:00 UTC  (20+ messages)
` [PATCH v2 1/4] mm/migrate: do not migrate folios mapped into VM_LOCKED VMAs under compaction
` [PATCH v2 2/4] mm/mlock: wait for migration to finish when mlocking a folio
` [PATCH v2 3/4] mm/migrate: add tracepoint for folios unmapped during migration
` [PATCH v2 4/4] mm/mlock: migrate folios out of CMA when mlocking a range

[RFC v2 0/3] arm64: kprobes: Fix single-step fault and reentry handling
 2026-07-09 14:22 UTC  (4+ messages)
` [RFC v2 1/3] arm64: kprobes: Only handle faults originating from XOL slot
` [RFC v2 2/3] arm64: kprobes: Allow reentering kprobes while single-stepping
` [RFC v2 3/3] arm64: kprobes: Save and restore saved_irqflag in prev_kprobe

[PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
 2026-07-09 13:58 UTC  (13+ messages)
` [PATCH v1 01/11] rcu: Rename struct rcu_gp_oldstate to rcu_gp_seq
` [PATCH v1 02/11] rcu/segcblist: Add SRCU and Tasks RCU wrapper functions
` [PATCH v1 03/11] rcu/segcblist: Factor out rcu_segcblist_advance_compact() helper
` [PATCH v1 04/11] rcu/segcblist: Track segment grace periods with struct rcu_gp_seq
` [PATCH v1 05/11] rcu: Add RCU_GET_STATE_NOT_TRACKED for subsystems without expedited GPs
` [PATCH v1 06/11] rcu: Enable RCU callbacks to benefit from expedited grace periods

[PATCH v1] tracing/remotes: Fix leak in trace_remote_alloc_buffer() error path
 2026-07-09 12:18 UTC  (3+ messages)

[PATCH] tracing: fprobe: Remove __packed from generic __fprobe_header
 2026-07-09 12:06 UTC  (5+ messages)

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-07-09 10:08 UTC  (27+ messages)
` [PATCH v3 01/11] dt-bindings: reserved-memory: Document "
` [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal()
          ` Reserving memory on ACPI systems (was: [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal())
  ` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas

[PATCH] rtla/tests: Test all tracer options in runtime tests
 2026-07-09  9:17 UTC 

[PATCH v3 00/17] rv: Add selftests to tools and KUnit tests
 2026-07-09  8:14 UTC  (14+ messages)
` [PATCH v3 09/17] rv: Add KUnit tests for some DA/HA monitors
` [PATCH v3 11/17] rv: Prevent unintentional tracepoints during KUnit tests
` [PATCH v3 12/17] rv: Add KUnit tests for some LTL monitors
` [PATCH v3 13/17] verification/rvgen: Add the rvgen kunit subcommand
` [PATCH v3 14/17] verification/rvgen: Add selftests for rvgen kunit
` [PATCH v3 15/17] selftests/verification: Fix wrong errexit assumption

[PATCH] selftests/ftrace: Fix reading enabled_functions in add_remove_fprobe_module test
 2026-07-09  5:38 UTC  (2+ messages)

[PATCH] selftests/tracing: Have trigger-hist-poll.tc use sched_process_exit
 2026-07-09  4:58 UTC  (4+ messages)

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-07-09  3:34 UTC  (10+ messages)
` [PATCH v10 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v10 5/6] Documentation: document panic_on_unrecoverable_memory_failure sysctl
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test

[BUG] tracing: Too many tries to read user space
 2026-07-09  0:04 UTC  (3+ messages)

[PATCH 0/3] rv/reactors: fix lockdep warning and add KUnit tests
 2026-07-08 15:47 UTC  (10+ messages)
` [PATCH 1/3] rv/reactors: fix lockdep "Invalid wait context" in rv_react()
` [PATCH 2/3] rv/reactors: add KUnit tests for reactor_printk
` [PATCH 3/3] rv/reactors: add KUnit tests for reactor_panic

[PATCH v4 0/8] rv/tlob: Add task latency over budget RV monitor
 2026-07-08 15:38 UTC  (9+ messages)
` [PATCH v4 1/8] rv/da: introduce DA_MON_ALLOCATION_STRATEGY
` [PATCH v4 2/8] rv: add generic uprobe infrastructure for RV monitors
` [PATCH v4 3/8] rv/tlob: add tlob model DOT file
` [PATCH v4 4/8] rv/ha: fix ha_invariant_passed_ns silent bypass of invariant check
` [PATCH v4 5/8] rv/ha: make da_monitor_reset_hook and EVENT_NONE_LBL overridable
` [PATCH v4 6/8] rv/tlob: add tlob hybrid automaton monitor
` [PATCH v4 7/8] rv/tlob: add KUnit tests for the tlob monitor
` [PATCH v4 8/8] selftests/verification: add tlob selftests

[RFC 0/2] arm64: kprobes: Fix single-step fault and reentry handling
 2026-07-08 14:12 UTC  (15+ messages)
` [RFC 0/3] "
  ` [RFC 1/3] arm64: kprobes: Do not handle non-XOL faults as kprobe faults
  ` [RFC 2/3] arm64: kprobes: Allow reentering kprobes while single-stepping
  ` [RFC 3/3] selftests/kprobes: Add kprobe stress test for page fault handling

[GIT PULL] RTLA fixes for v7.2-rc3
 2026-07-08 11:24 UTC 

[PATCH 0/2] Add trace event support for GENI SE registers dump
 2026-07-08 10:06 UTC  (6+ messages)
` [PATCH 1/2] soc: qcom: geni-se: trace: "
` [PATCH 2/2] spi: qcom-geni: add GENI SE registers trace event on error paths

[PATCH v2] rtla: Simplify osnoise tracer option setting code
 2026-07-08  8:30 UTC 

[PATCH v4 RESEND 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-07-08  8:21 UTC  (9+ messages)
` [PATCH v4 RESEND 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v4 RESEND 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v4 RESEND 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v4 RESEND 5/7] riscv: stacktrace: switch to frame-pointer based unwinder

[PATCH v2 0/4] trace_hyp_printk() for pKVM/nVHE hypervisor
 2026-07-08  7:54 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm64: Allow early calls to pKVM host_share/unshare_hyp
` [PATCH v2 2/4] KVM: arm64: Move kvm_define_hypevents.h to arch/arm64/kvm/
` [PATCH v2 3/4] tracing/remotes: Add REMOTE_EVENT_CUSTOM_PRINTK() helper
` [PATCH v2 4/4] KVM: arm64: Add hyp_printk event to nVHE/pKVM hyp

[RFC PATCH 0/3] mm/compaction: honour compact_unevictable_allowed in mlock race and alloc_contig path
 2026-07-08  6:35 UTC  (14+ messages)
` [RFC PATCH 1/3] mm/compaction: skip isolate mlocked folios when compact_unevictable_allowed=0

[PATCH v3] selftests/user_events: wait for deferred event teardown after unregister
 2026-07-07 18:02 UTC 

[PATCH v2] tracing/synthetic: Free type string on error path
 2026-07-07 17:54 UTC  (2+ messages)

[PATCH] rtla: Also link in ctype.c
 2026-07-07 17:43 UTC  (3+ messages)

[PATCH 0/2] tracing/user_events: fix use-after-free in user_event_mm_dup()
 2026-07-07 17:41 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/user_events: wait for deferred event teardown after unregister

[PATCH net-next] net/tcp: Add explicit tracepoint for tcp_syn_ack_timeout()
 2026-07-07 16:08 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] tracing: Expose tracepoint BTF ids via tracefs
 2026-07-07 16:00 UTC  (2+ messages)

[PATCH] tracing/user_events: fix use-after-free of enabler in user_event_mm_dup()
 2026-07-07 15:27 UTC  (8+ messages)

[PATCH] tracing: Add "within" filter for call-stack-based event filtering
 2026-07-07 15:20 UTC  (2+ messages)

[PATCH] tracing: Fix NULL pointer dereference in func_set_flag()
 2026-07-07 15:14 UTC  (2+ messages)

[PATCH] ring-buffer: serialize read-page order with subbuffer resize
 2026-07-07 14:36 UTC  (6+ messages)

[PATCH 1/2] tracing/synthetic: Free pending field on error path
 2026-07-07 13:22 UTC  (4+ messages)
` [PATCH 2/2] tracing/synthetic: Free type string "

[PATCH] riscv: ftrace: reject out-of-range non-direct targets
 2026-07-07 12:12 UTC 

[PATCH 0/4] tracing: add ref_trace_final_put tracing
 2026-07-07  6:18 UTC  (8+ messages)
` [PATCH 1/4] tracing: add ref_trace_final_put tracepoint
` [PATCH 2/4] refcount: "
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace
` [PATCH 4/4] kunit: add test for ref_trace_final_put

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-06 22:35 UTC  (5+ messages)
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v5 3/9] mm: use enum migrate_reason instead of int for migration reason parameters
 2026-07-06 18:34 UTC  (2+ messages)

[PATCH bpf-next 0/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown
 2026-07-06 17:36 UTC  (4+ messages)
` [PATCH bpf-next 1/2] srcu: Add lock guard for srcu_fast_updown flavor
` [PATCH bpf-next 2/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown

[PATCH] x86/stacktrace: Mark arch_stack_walk() and unwinder functions notrace
 2026-07-06 14:57 UTC  (2+ messages)

[PATCH] ufs: core: tracing: Do not dereference pointers in TP_printk()
 2026-07-06 14:22 UTC  (2+ messages)

[PATCH v2 1/2] signal: avoid shared siginfo namespace rewrites
 2026-07-06 13:38 UTC  (6+ messages)
` [PATCH v2 2/2] signal: make send_signal_locked() take const siginfo

[PATCH 0/4] tracing: add ref_trace_final_put tracing
 2026-07-06 10:07 UTC  (6+ messages)
` [PATCH 1/4] tracing: add ref_trace_final_put tracepoint
` [PATCH 2/4] refcount: "
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace
` [PATCH 4/4] kunit: add test for ref_trace_final_put

[PATCH 2/4] refcount: add ref_trace_final_put tracepoint
 2026-07-04 11:34 UTC  (2+ messages)
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace

[PATCH 0/4] tracing: add ref_trace_final_put tracing
 2026-07-05  0:36 UTC  (5+ messages)
` [PATCH 1/4] tracing: add ref_trace_final_put tracepoint
` [PATCH 2/4] refcount: "
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace
` [PATCH 4/4] kunit: add test for ref_trace_final_put

[RFC PATCH v4 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-07-06  6:31 UTC  (2+ messages)

[PATCH] trace: use strscpy() instead of strcpy() in trace_sched_switch
 2026-07-05 17:36 UTC 

[RFC] xdp: add device context to bpf_xdp_link_attach_failed tracepoint
 2026-07-05 14:15 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox