Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-08-08 14:59:00 to 2026-08-11 17:35:44 UTC [more...]

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-11 17:35 UTC  (37+ messages)
` [PATCH v10 02/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 08/41] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 14/41] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v10 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v10 19/41] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v10 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-11 17:07 UTC  (39+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous

[PATCH v2 0/4] selftests/ftrace: Add a boottime tracing test framework
 2026-08-11 15:34 UTC  (5+ messages)
` [PATCH v2 1/4] selftests/ftrace: Add generic boot "
` [PATCH v2 2/4] selftests/ftrace: Add boot-time tracing testcases
` [PATCH v2 3/4] selftests/ftrace: Add kernel cmdline "
` [PATCH v2 4/4] selftests/ftrace: Add persistent ring buffer testcases

[PATCH v1 0/4] selftests/ftrace: Add a boottime tracing test framework
 2026-08-11 15:22 UTC  (8+ messages)
` [PATCH v1 1/4] selftests/ftrace: Add generic boot "
` [PATCH v1 2/4] selftests/ftrace: Add boot-time tracing testcases
` [PATCH v1 3/4] selftests/ftrace: Add kernel cmdline "
` [PATCH v1 4/4] selftests/ftrace: Add persistent ring buffer testcases

[PATCH v3 00/11] KVM: arm64: Restore type-checking across the host/hyp hypercall boundary
 2026-08-11 14:44 UTC  (4+ messages)
` [PATCH v3 01/11] tracing: Include linux/types.h in trace_remote_event.h

[PATCH v4 00/18] tracing/remotes: Add printk, dump_on_panic and boot parameters
 2026-08-11 14:13 UTC  (9+ messages)
` [PATCH v4 06/18] tracing/remotes: Add dmesg tracefs file
` [PATCH v4 07/18] tracing/remotes: selftests: Add a test for the "

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-11 14:09 UTC  (21+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 2/9] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH 3/9] mm: name pointers to copied PTE values ptentp
` [PATCH 6/9] mm: convert PTE table entry to pte

[RFC] tracing: aggregate ring-buffer usage statistics
 2026-08-11 14:08 UTC  (2+ messages)

[PATCH v4 00/19] Landlock tracepoints
 2026-08-11 13:51 UTC  (21+ messages)
` [PATCH v4 01/19] landlock: Prepare ruleset and domain type split
` [PATCH v4 02/19] landlock: Move domain query functions to domain.c
` [PATCH v4 03/19] landlock: Split struct landlock_domain from struct landlock_ruleset
` [PATCH v4 04/19] landlock: Split denial logging from audit into common framework
` [PATCH v4 05/19] landlock: Decouple the per-denial logging decision from CONFIG_AUDIT
` [PATCH v4 06/19] landlock: Consolidate access-right and scope names in a shared header
` [PATCH v4 07/19] landlock: Add create_ruleset and free_ruleset tracepoints
` [PATCH v4 08/19] landlock: Add landlock_add_rule_fs and landlock_add_rule_net tracepoints
` [PATCH v4 09/19] landlock: Add create_domain and free_domain tracepoints
` [PATCH v4 10/19] landlock: Add landlock_enforce_domain tracepoint
` [PATCH v4 11/19] landlock: Add tracepoints for rule checking
` [PATCH v4 12/19] landlock: Add landlock_deny_access_fs and landlock_deny_access_net
` [PATCH v4 13/19] landlock: Add tracepoints for ptrace and scope denials
` [PATCH v4 14/19] selftests/landlock: Add trace event test infrastructure and tests
` [PATCH v4 15/19] selftests/landlock: Add filesystem tracepoint tests
` [PATCH v4 16/19] selftests/landlock: Add network "
` [PATCH v4 17/19] selftests/landlock: Add scope and ptrace "
` [PATCH v4 18/19] selftests/landlock: Add landlock_enforce_domain trace tests
` [PATCH v4 19/19] landlock: Document tracepoints

[PATCH v5] tracing: Fix race between update_event_fields and, event_define_fields
 2026-08-11 13:00 UTC  (4+ messages)

[PATCH] tracing: report buffer memory in /proc/meminfo
 2026-08-11 12:44 UTC  (7+ messages)

[PATCH bpf-next v5 0/2] bpf: Fix trampoline image UAF on multi detach failure
 2026-08-11 11:06 UTC  (5+ messages)
` [PATCH bpf-next v5 1/2] bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure
` [PATCH bpf-next v5 2/2] bpf: Make bpf_trampoline_multi_detach return void

[GIT PULL] RTLA changes for 7.3
 2026-08-11  7:22 UTC  (3+ messages)

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-11  6:12 UTC  (18+ messages)
` [PATCH bpf-next 01/13] bpf: Initialize ftrace_managed in bpf_trampoline_get
` [PATCH bpf-next 02/13] bpf: Factor out update_fentry_multi helper
` [PATCH bpf-next 03/13] bpf: Drop unnecessary ftrace_location() in update_fentry_multi()
` [PATCH bpf-next 04/13] bpf: Add tracing_multi link support for bpf progs
` [PATCH bpf-next 05/13] libbpf: "
` [PATCH bpf-next 06/13] bpf: Add tracing_multi link fdinfo "
` [PATCH bpf-next 07/13] bpf: Add tracing_multi link info "
` [PATCH bpf-next 08/13] selftests/bpf: Add tracing_multi bpf prog attach test
` [PATCH bpf-next 09/13] selftests/bpf: Add tracing_multi bpf prog attach failure tests
` [PATCH bpf-next 10/13] selftests/bpf: Add tracing_multi bpf prog cookie test
` [PATCH bpf-next 11/13] selftests/bpf: Add tracing_multi bpf prog rollback test
` [PATCH bpf-next 12/13] selftests/bpf: Add tracing_multi bpf prog link info test
` [PATCH bpf-next 13/13] selftests/bpf: Test tailcall with fentry.multi

[PATCH v3] tracefs: Add read-only eventfs filesystem at /sys/kernel/events
 2026-08-11  1:36 UTC  (4+ messages)

[syzbot] [trace?] BUG: unable to handle kernel paging request in __ftrace_set_clr_event_nolock
 2026-08-11  0:23 UTC 

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-08-10 23:54 UTC  (12+ messages)
  ` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas

[PATCH 0/6] ring-buffer: Fixes for subbuf resizing and persistent buffers
 2026-08-10 22:27 UTC  (8+ messages)
` [PATCH 1/6] ring-buffer: Fix subbuf resize concurrency
` [PATCH 2/6] ring-buffer: Dynamically calculate max_data_size
` [PATCH 3/6] ring-buffer: Free cpu_buffer->free_page with subbuf_order
` [PATCH 4/6] ring-buffer: Remove trace_buffer::cpus
` [PATCH 5/6] ring-buffer: Remove ring_buffer_per_cpu::mapped
` [PATCH 6/6] ring-buffer: Make nr_pages unsigned int

[PATCH] eventfs: Add warning for out of bounds pos in __eventfs_iterate()
 2026-08-10 21:59 UTC 

[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-10 19:06 UTC  (5+ messages)
` [PATCH v4 05/10] mm/cma: Allow dynamically creating CMA areas

[PATCH v2] tracefs: Add read-only eventfs filesystem at /sys/kernel/events
 2026-08-10 17:48 UTC  (2+ messages)

[PATCH 0/6] ring-buffer: Fixes for subbuf resizing and persistent buffers
 2026-08-10 14:13 UTC  (17+ messages)
` [PATCH 1/6] ring-buffer: Prevent resizing of persistent ring buffer
` [PATCH 4/6] ring-buffer: Fix subbuf resize concurrency

[PATCH v2 0/2] ring-buffer: Fix snapshot swap race and improve user experience
 2026-08-10 13:13 UTC  (5+ messages)
` [PATCH v2 2/2] tracing/snapshot: Use work_on_cpu to avoid -EBUSY during snapshot swap

[PATCH v4 0/6] tracing/osnoise: Track IPIs
 2026-08-10 11:24 UTC  (3+ messages)
` [PATCH v4 5/6] rtla: Unconditionally clean any pre-existing filters for user-provided events

[PATCH v1] rust: add mark_used macro
 2026-08-10 10:41 UTC  (2+ messages)

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-08-10  8:35 UTC  (13+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 02/41] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 04/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v9 05/41] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v9 06/41] KVM: guest_memfd: Introduce function to check GFN "

[PATCH v2] uprobes: Restore original return address in uretprobe context
 2026-08-10  8:01 UTC 

[PATCH] uprobes: Restore original return address in uretprobe context
 2026-08-10  8:05 UTC  (3+ messages)

[PATCH v4] bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure
 2026-08-10  7:16 UTC  (2+ messages)

[PATCH v4] tracing: Fix race between update_event_fields and, event_define_fields
 2026-08-10  6:51 UTC  (3+ messages)

[PATCH v3] bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure
 2026-08-10  3:36 UTC  (2+ messages)

[syzbot] [trace?] KASAN: use-after-free Read in ignore_event
 2026-08-09 21:51 UTC 

[RFC PATCH bpf-next v3 0/2] ftrace: deprecate the ftrace_enabled disable switch
 2026-08-09 18:32 UTC  (5+ messages)
` [RFC PATCH bpf-next v3 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl

[PATCH v2 0/4] rv/reactors: fix lockdep warning and add KUnit tests
 2026-08-09 17:42 UTC  (10+ messages)
` [PATCH v2 1/4] rv/reactors: use context-sensitive lockdep wait type in rv_react()
` [PATCH v2 3/4] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()
` [PATCH v2 4/4] rv/reactors: add KUnit tests for reactor registration and dispatch

[PATCH v3 0/4] rv/reactors: fix lockdep warning and add KUnit tests
 2026-08-09 17:10 UTC  (5+ messages)
` [PATCH v3 1/4] rv/reactors: use context-sensitive lockdep wait type in rv_react()
` [PATCH v3 2/4] rv/reactors: propagate rv_register_reactor() error from reactor init
` [PATCH v3 3/4] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()
` [PATCH v3 4/4] rv/reactors: add KUnit tests for reactor registration and dispatch

[syzbot] [trace?] KCSAN: data-race in __rb_reserve_next / ring_buffer_iter_peek
 2026-08-09  5:29 UTC 


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