messages from 2025-10-17 20:13:11 to 2025-10-22 18:40:59 UTC [more...]
[PATCH v12 mm-new 00/15] khugepaged: mTHP support
2025-10-22 18:37 UTC (16+ messages)
` [PATCH v12 mm-new 01/15] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v12 mm-new 02/15] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v12 mm-new 03/15] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v12 mm-new 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v12 mm-new 05/15] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v12 mm-new 06/15] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH v12 mm-new 07/15] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v12 mm-new 08/15] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v12 mm-new 09/15] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH v12 mm-new 10/15] khugepaged: improve tracepoints for mTHP orders
` [PATCH v12 mm-new 11/15] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support
` [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v12 mm-new 14/15] khugepaged: run khugepaged for all orders
` [PATCH v12 mm-new 15/15] Documentation: mm: update the admin guide for mTHP collapse
[PATCH v5 00/16] block: add blktrace support for zoned block devies
2025-10-22 17:14 UTC (19+ messages)
` [PATCH v5 01/16] blktrace: only calculate trace length once
` [PATCH v5 02/16] blktrace: factor out recording a blktrace event
` [PATCH v5 03/16] blktrace: split out relaying "
` [PATCH v5 04/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH v5 05/16] blktrace: change the internal action to 64bit
` [PATCH v5 06/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH v5 07/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v5 08/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH v5 09/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH v5 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH v5 11/16] blktrace: move trace_note to blk_io_trace2
` [PATCH v5 12/16] blktrace: move ftrace blk_io_tracer "
` [PATCH v5 13/16] blktrace: add block trace commands for zone operations
` [PATCH v5 14/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v5 15/16] blktrace: trace zone write plugging operations
` [PATCH v5 16/16] blktrace: handle BLKTRACESETUP2 ioctl
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-10-22 16:51 UTC (19+ messages)
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 24/37] KVM: selftests: guest_memfd: Test precision of conversion
` [RFC PATCH v1 25/37] KVM: selftests: guest_memfd: Test that truncation does not change shared/private status
` [RFC PATCH v1 26/37] KVM: selftests: guest_memfd: Test that shared/private status is consistent across processes
` [RFC PATCH v1 27/37] KVM: selftests: guest_memfd: Test conversion with elevated page refcount
` [RFC PATCH v1 28/37] KVM: selftests: Reset shared memory after hole-punching
` [RFC PATCH v1 29/37] KVM: selftests: Add selftests global for guest memory attributes capability
` [RFC PATCH v1 30/37] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [RFC PATCH v1 31/37] KVM: selftests: Provide common function to set memory attributes
` [RFC PATCH v1 32/37] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [RFC PATCH v1 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [RFC PATCH v1 34/37] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [RFC PATCH v1 35/37] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v1 36/37] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [RFC PATCH v1 37/37] KVM: selftests: Update private memory exits test work with per-gmem attributes
[PATCH v5 0/2] tracing: Add an option to show symbols in _text+offset for function profiler
2025-10-22 16:32 UTC (4+ messages)
` [PATCH v5 1/2] tracing: Allow tracer to add more than 32 options
` [PATCH v5 2/2] tracing: Add an option to show symbols in _text+offset for function profiler
[PATCH v11 00/15] unwind_deferred: Implement sframe handling
2025-10-22 14:43 UTC (16+ messages)
` [PATCH v11 01/15] fixup! unwind: Implement compat fp unwind
` [PATCH v11 02/15] fixup! unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v11 03/15] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v11 04/15] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v11 05/15] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v11 06/15] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v11 07/15] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v11 08/15] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v11 09/15] unwind_user: Stop when reaching an outermost frame
` [PATCH v11 10/15] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v11 11/15] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v11 12/15] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v11 13/15] unwind_user/sframe: Show file name in debug output
` [PATCH v11 14/15] unwind_user/sframe: Add .sframe validation option
` [PATCH v11 15/15] unwind_user/sframe: Add prctl() interface for registering .sframe sections
[BUG] no ORC stacktrace from kretprobe.multi bpf program
2025-10-22 14:28 UTC (4+ messages)
[PATCH bpf-next v2 00/10] bpf: tracing session supporting
2025-10-22 14:11 UTC (10+ messages)
` [PATCH bpf-next v2 01/10] bpf: add tracing session support
` [PATCH bpf-next v2 02/10] bpf: add kfunc bpf_tracing_is_exit for TRACE_SESSION
` [PATCH bpf-next v2 03/10] bpf: add kfunc bpf_fsession_cookie for TRACING SESSION
` [PATCH bpf-next v2 04/10] bpf,x86: add ret_off to invoke_bpf()
` [PATCH bpf-next v2 05/10] bpf,x86: add tracing session supporting for x86_64
` [PATCH bpf-next v2 06/10] libbpf: add support for tracing session
` [PATCH bpf-next v2 07/10] selftests/bpf: test get_func_ip for fsession
[PATCH bpf-next v2 08/10] selftests/bpf: add testcases for tracing session
2025-10-22 8:06 UTC (3+ messages)
` [PATCH bpf-next v2 09/10] selftests/bpf: add session cookie testcase for fsession
` [PATCH bpf-next v2 10/10] selftests/bpf: add testcase for mixing fsession, fentry and fexit
[PATCH v3] stm: class: Add MIPI OST protocol support
2025-10-22 7:18 UTC
[PATCH RFC bpf-next 0/5] bpf: tracing session supporting
2025-10-22 1:05 UTC (17+ messages)
` [PATCH RFC bpf-next 1/5] bpf: add tracing session support
` [PATCH RFC bpf-next 2/5] bpf: add kfunc bpf_tracing_is_exit for TRACE_SESSION
` [PATCH RFC bpf-next 3/5] bpf,x86: add tracing session supporting for x86_64
` [PATCH RFC bpf-next 4/5] libbpf: add support for tracing session
` [PATCH RFC bpf-next 5/5] selftests/bpf: add testcases "
[PATCH v10 0/5] tracepoints: Add warnings for unused tracepoints and trace events
2025-10-22 0:43 UTC (6+ messages)
` [PATCH v10 1/5] sorttable: Move ELF parsing into scripts/elf-parse.[ch]
` [PATCH v10 2/5] tracing: Add a tracepoint verification check at build time
` [PATCH v10 3/5] tracepoint: Do not warn for unused event that is exported
` [PATCH v10 4/5] tracing: Allow tracepoint-update.c to work with modules
` [PATCH v10 5/5] tracing: Add warnings for unused tracepoints for modules
[PATCH v9 0/4] tracepoints: Add warnings for unused tracepoints and trace events
2025-10-21 21:21 UTC (10+ messages)
` [PATCH v9 2/4] tracing: Add a tracepoint verification check at build time
` [PATCH v9 4/4] tracing: Add warnings for unused tracepoints for modules
[PATCH v4 00/16] block: add blktrace support for zoned block devies
2025-10-21 20:57 UTC (23+ messages)
` [PATCH v4 01/16] blktrace: only calculate trace length once
` [PATCH v4 02/16] blktrace: factor out recording a blktrace event
` [PATCH v4 03/16] blktrace: split out relaying "
` [PATCH v4 04/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH v4 05/16] blktrace: change the internal action to 64bit
` [PATCH v4 06/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH v4 07/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v4 08/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH v4 09/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH v4 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH v4 11/16] blktrace: move trace_note to blk_io_trace2
` [PATCH v4 12/16] blktrace: move ftrace blk_io_tracer "
` [PATCH v4 13/16] blktrace: add block trace commands for zone operations
` [PATCH v4 14/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v4 15/16] blktrace: trace zone write plugging operations
` [PATCH v4 16/16] blktrace: handle BLKTRACESETUP2 ioctl
[PATCH 0/4] rtla/timerlat: Add --bpf-action option
2025-10-21 17:32 UTC (10+ messages)
` [PATCH 2/4] "
` [PATCH 3/4] rtla/timerlat: Add example for BPF action program
[PATCH v2 00/20] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
2025-10-21 15:54 UTC (14+ messages)
` [PATCH v2 10/20] rv: Add Hybrid Automata monitor type
` [PATCH v2 18/20] rv: Add support for per-object monitors in DA/HA
` [PATCH v2 19/20] verification/rvgen: Add support for per-obj monitors
[PATCH v2] spi: spi-mem: Trace exec_op
2025-10-21 14:47 UTC
[PATCH] spi: spi-mem: Trace exec_op
2025-10-21 12:11 UTC (3+ messages)
[PATCH] btrfs: fix NULL dereference on root when tracing inode eviction
2025-10-21 9:11 UTC
[syzbot] Monthly trace report (Oct 2025)
2025-10-21 8:02 UTC
[PATCH v12 0/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
2025-10-21 1:50 UTC (8+ messages)
` [PATCH v12 1/3] PCI: trace: Add a generic RAS tracepoint for hotplug event
[PATCH v4 00/13] tracing: Show contents of syscall trace event user space fields
2025-10-21 0:52 UTC (14+ messages)
` [PATCH v4 01/13] tracing: Make trace_user_fault_read() exposed to rest of tracing
` [PATCH v4 02/13] tracing: Have syscall trace events read user space string
` [PATCH v4 03/13] perf: tracing: Simplify perf_sysenter_enable/disable() with guards
` [PATCH v4 04/13] perf: tracing: Have perf system calls read user space
` [PATCH v4 05/13] tracing: Have system call events record user array data
` [PATCH v4 06/13] tracing: Display some syscall arrays as strings
` [PATCH v4 07/13] tracing: Allow syscall trace events to read more than one user parameter
` [PATCH v4 08/13] tracing: Add a config and syscall_user_buf_size file to limit amount written
` [PATCH v4 09/13] tracing: Show printable characters in syscall arrays
` [PATCH v4 10/13] tracing: Add trace_seq_pop() and seq_buf_pop()
` [PATCH v4 11/13] tracing: Add parsing of flags to the sys_enter_openat trace event
` [PATCH v4 12/13] tracing: Check for printable characters when printing field dyn strings
` [PATCH v4 13/13] tracing: Have persistent ring buffer print syscalls normally
[PATCH v4 1/2] tracing: Allow tracer to add more than 32 options
2025-10-21 0:11 UTC (6+ messages)
[PATCH v2] ring-buffer: fix kernel-doc format to avoid a warning
2025-10-20 19:01 UTC (3+ messages)
[PATCH v3 00/13] tracing: Show contents of syscall trace event user space fields
2025-10-20 18:47 UTC (4+ messages)
` [PATCH v3 12/13] tracing: Check for printable characters when printing field dyn strings
[PATCH 0/6] [PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
2025-10-20 14:06 UTC (3+ messages)
` [PATCH 6/6] x86/vdso: Enable sframe generation in VDSO
[PATCH v3 0/5] mm: VMA count limit fixes and improvements
2025-10-20 11:32 UTC (6+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks
[PATCH v3 00/16] block: add blktrace support for zoned block devi
2025-10-20 10:57 UTC (4+ messages)
` [PATCH v3 13/16] blktrace: add block trace commands for zone operations
[PATCH v3 0/2] tracing: Add an option to show symbols in _text+offset for function profiler
2025-10-19 17:46 UTC (5+ messages)
` [PATCH v3 1/2] tracing: Allow tracer to add more than 32 options
[PATCH] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
2025-10-18 14:30 UTC (5+ messages)
[PATCH v4 0/2] rtla: fix cgroup and trace options parsing
2025-10-18 13:04 UTC (3+ messages)
` [PATCH v4 1/2] rtla: fix -C/--cgroup interface
` [PATCH v4 2/2] rtla: fix -a overriding -t argument
[PATCH v4 2/2] tracing: Add an option to show symbols in _text+offset for function profiler
2025-10-18 12:16 UTC (2+ messages)
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).