messages from 2025-11-14 15:15:54 to 2025-11-19 10:25:46 UTC [more...]
[PATCH 1/2] mm/khugepaged: do synchronous writeback for MADV_COLLAPSE
2025-11-19 10:25 UTC (6+ messages)
` [PATCH 2/2] mm/khugepaged: return EAGAIN for transient dirty pages in MADV_COLLAPSE
[PATCH v3 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
2025-11-19 10:08 UTC (16+ messages)
` [PATCH v3 01/21] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v3 13/21] mmc: mmc_test: Switch to use %ptSp
` [PATCH v3 14/21] net: dsa: sja1105: "
` [PATCH v3 18/21] s390/dasd: "
` [PATCH v3 19/21] scsi: fnic: "
` [PATCH v3 20/21] scsi: snic: "
[PATCH v3] mm/memory-failure: remove the selection of RAS
2025-11-19 9:59 UTC
[PATCH v4 0/9] introduce VM_MAYBE_GUARD and make it sticky
2025-11-19 9:27 UTC (15+ messages)
` [PATCH v4 1/9] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v4 2/9] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v4 3/9] mm: update vma_modify_flags() to handle residual flags, document
` [PATCH v4 4/9] mm: implement sticky VMA flags
` [PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
` [PATCH v4 6/9] mm: set the VM_MAYBE_GUARD flag on guard region install
` [PATCH v4 7/9] tools/testing/vma: add VMA sticky userland tests
` [PATCH v4 8/9] tools/testing/selftests/mm: add MADV_COLLAPSE test case
` [PATCH v4 9/9] tools/testing/selftests/mm: add smaps visibility guard region test
[PATCH v3] tracing: Show the tracer options in boot-time created instance
2025-11-19 8:32 UTC
[PATCH v2] tracing: Show the tracer options in boot-time created instance
2025-11-19 8:31 UTC (3+ messages)
[bug report] tracing: Have function graph tracer option sleep-time be per instance
2025-11-19 7:31 UTC
[PATCH] tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAs
2025-11-19 6:40 UTC
[PATCH 0/2] tracing: Clean up trigger code my merging structures
2025-11-19 3:10 UTC (3+ messages)
` [PATCH 1/2] tracing: Remove get_trigger_ops() and add count_func() from trigger ops
` [PATCH 2/2] tracing: Merge struct event_trigger_ops into struct event_command
[PATCH bpf-next v3 0/6] bpf trampoline support "jmp" mode
2025-11-19 2:55 UTC (16+ messages)
` [PATCH bpf-next v3 1/6] ftrace: introduce FTRACE_OPS_FL_JMP
` [PATCH bpf-next v3 2/6] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH bpf-next v3 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
` [PATCH bpf-next v3 4/6] bpf,x86: adjust the "jmp" mode for bpf trampoline
` [PATCH bpf-next v3 5/6] bpf: specify the old and new poke_type for bpf_arch_text_poke
` [PATCH bpf-next v3 6/6] bpf: implement "jmp" mode for trampoline
[PATCH] tracing: Show the tracer options in boot-time created instance
2025-11-19 0:06 UTC (3+ messages)
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-18 23:30 UTC (15+ messages)
` [RFC PATCH 2/8] mm: Add PG_atomic
[POC][RFC][PATCH 0/3] tracing: Add perf events to trace buffer
2025-11-18 20:24 UTC (15+ messages)
` [POC][RFC][PATCH 1/3] tracing: Add perf events
` [POC][RFC][PATCH 2/3] ftrace: Add perf counters to function tracing
` [POC][RFC][PATCH 3/3] fgraph: Add perf counters to function graph tracer
[PATCH v11 00/15] unwind_deferred: Implement sframe handling
2025-11-18 19:26 UTC (4+ messages)
` [PATCH v11 03/15] unwind_user/sframe: Add support for reading .sframe headers
[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
2025-11-18 7:46 UTC (11+ messages)
` [PATCH v3 1/8] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v3 3/8] mm: implement sticky VMA flags
[PATCH bpf-next v2 0/6] bpf trampoline support "jmp" mode
2025-11-18 6:46 UTC (17+ messages)
` [PATCH bpf-next v2 1/6] ftrace: introduce FTRACE_OPS_FL_JMP
` [PATCH bpf-next v2 2/6] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH bpf-next v2 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
` [PATCH bpf-next v2 4/6] bpf,x86: adjust the "jmp" mode for bpf trampoline
` [PATCH bpf-next v2 5/6] bpf: specify the old and new poke_type for bpf_arch_text_poke
` [PATCH bpf-next v2 6/6] bpf: implement "jmp" mode for trampoline
[PATCH 0/13] rtla: Code robustness and maintainability improvements
2025-11-18 5:13 UTC (17+ messages)
` [rtla 01/13] rtla: Check for memory allocation failures
` [rtla 02/13] rtla: Use strdup() to simplify code
` [rtla 03/13] rtla: Introduce for_each_action() helper
` [rtla 04/13] rtla: Replace atoi() with a robust strtoi()
` [rtla 05/13] rtla: Simplify argument parsing
` [rtla 06/13] rtla: Use strncmp_static() in more places
` [rtla 07/13] rtla: Introduce timerlat_restart() helper
` [rtla 08/13] rtla: Use standard exit codes for result enum
` [rtla 09/13] rtla: Exit if trace output action fails
` [rtla 10/13] rtla: Remove redundant memset after calloc
` [rtla 11/13] rtla: Replace magic number with MAX_PATH
` [rtla 12/13] rtla: Remove unused headers
` [rtla 13/13] rtla: Fix inconsistent state in actions_add_* functions
[PATCH v12 mm-new 00/15] khugepaged: mTHP support
2025-11-18 2:00 UTC (5+ messages)
` [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
[PATCH v1] cpufreq: Add policy_frequency trace event
2025-11-18 1:12 UTC (7+ messages)
[PATCH] unwind: Show that entries of struct unwind_cache is not bound by nr_entries
2025-11-17 21:28 UTC (2+ messages)
[PATCH] tracing: Remove unused variable in tracing_trace_options_show()
2025-11-17 17:22 UTC (2+ messages)
[PATCH v4 0/3] tracing: Fix tracer options per instance
2025-11-17 16:32 UTC (4+ messages)
` [PATCH v4 1/3] tracing: Have tracer option be instance specific
[PATCH 0/2] rv: Tidy up with auto-cleanup
2025-11-17 15:20 UTC (7+ messages)
` [PATCH 1/2] rv: Convert to use lock guard
` [PATCH 2/2] rv: Convert to use __free
[RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
2025-11-17 12:40 UTC (9+ messages)
` [RFC PATCH 1/8] uprobe/x86: Introduce struct arch_uprobe_xol object
` [RFC PATCH 2/8] uprobe/x86: Use struct arch_uprobe_xol in emulate callback
` [RFC PATCH 3/8] uprobe/x86: Add support to emulate mov reg,reg instructions
` [RFC PATCH 4/8] uprobe/x86: Add support to emulate sub imm,reg instructions
` [RFC PATCH 5/8] uprobe/x86: Add support to optimize on top of emulated instructions
` [RFC PATCH 6/8] selftests/bpf: Add test for mov and sub emulation
` [RFC PATCH 7/8] selftests/bpf: Add test for uprobe prologue optimization
` [RFC PATCH 8/8] selftests/bpf: Add race test for uprobe proglog optimization
[PATCH v2 0/2] rv: Tidy up with auto-cleanup
2025-11-17 9:06 UTC (3+ messages)
` [PATCH v2 1/2] rv: Convert to use lock guard
` [PATCH v2 2/2] rv: Convert to use __free
[PATCH 0/2] tracing/wprobe: Fix to avoid inifinite watchpoint exception on arm64
2025-11-17 2:46 UTC (4+ messages)
[PATCHSET v4 0/5] perf tools: Add deferred callchain support
2025-11-15 23:41 UTC (6+ messages)
` [PATCH v4 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v4 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v4 3/5] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v4 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v4 5/5] perf tools: Merge deferred user callchains
[PATCH RFC bpf-next 0/7] bpf trampoline support "jmp" mode
2025-11-15 2:42 UTC (19+ messages)
` [PATCH RFC bpf-next 2/7] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH RFC bpf-next 3/7] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
` [PATCH RFC bpf-next 4/7] bpf,x86: adjust the "jmp" mode for bpf trampoline
` [PATCH RFC bpf-next 5/7] bpf: introduce bpf_arch_text_poke_type
` [PATCH RFC bpf-next 7/7] bpf: implement "jmp" mode for trampoline
[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-11-15 2:30 UTC (17+ messages)
` [PATCH v7 24/31] context-tracking: Introduce work deferral infrastructure
` [PATCH v7 25/31] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v7 26/31] x86/jump_label: Add ASM support for static_branch_likely()
` [PATCH v7 27/31] x86/mm: Make INVPCID type macros available to assembly
` [RFC PATCH v7 28/31] x86/mm/pti: Introduce a kernel/user CR3 software signal
` [RFC PATCH v7 29/31] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
` [RFC PATCH v7 30/31] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y
` [RFC PATCH v7 31/31] x86/entry: Add an option to coalesce TLB flushes
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-15 0:52 UTC (7+ messages)
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
[PATCH 0/4] tracing: Make more function graph tracer options per-instance
2025-11-14 19:22 UTC (5+ messages)
` [PATCH 1/4] tracing: Have function graph tracer option funcgraph-irqs be per instance
` [PATCH 2/4] tracing: Move graph-time out of function graph options
` [PATCH 3/4] tracing: Have function graph tracer option sleep-time be per instance
` [PATCH 4/4] tracing: Convert function graph set_flags() to use a switch() statement
[PATCHSET v3 0/5] perf tools: Add deferred callchain support
2025-11-14 19:20 UTC (16+ messages)
` [PATCH v3 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v3 3/5] perf record: Enable defer_callchain for user callchains
` [PATCH v3 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v3 5/5] perf tools: Merge deferred user callchains
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).