messages from 2025-02-06 00:28:59 to 2025-02-11 08:21:42 UTC [more...]
[RFC][PATCH 1/2] sched: Extended scheduler time slice
2025-02-11 8:21 UTC (26+ messages)
[PATCH v1 00/11] rv: Add scheduler specification monitors
2025-02-11 7:46 UTC (12+ messages)
` [PATCH v1 01/11] tracing: Fix DECLARE_TRACE_CONDITION
` [PATCH v1 02/11] rv: Add license identifiers to monitor files
` [PATCH v1 03/11] sched: Add sched tracepoints for RV task model
` [PATCH v1 04/11] rv: Add option for nested monitors and include sched
` [PATCH v1 05/11] rv: Add sco and tss per-cpu monitors
` [PATCH v1 06/11] rv: Add snroc per-task monitor
` [PATCH v1 07/11] rv: Add scpd, snep and sncid per-cpu monitors
` [PATCH v1 08/11] tools/rv: Add support for nested monitors
` [PATCH v1 09/11] verification/dot2k: "
` [PATCH v1 10/11] Documentation/rv: Add docs for the sched monitors
` [PATCH v1 11/11] tools/rv: Allow rv list to filter for container
[PATCH v2 00/17] mm: fixes for device-exclusive entries (hmm)
2025-02-11 7:00 UTC (23+ messages)
` [PATCH v2 01/17] mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs
` [PATCH v2 02/17] mm/rmap: reject hugetlb folios in folio_make_device_exclusive()
` [PATCH v2 03/17] mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()
` [PATCH v2 04/17] mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk
` [PATCH v2 05/17] mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable()
` [PATCH v2 06/17] mm: use single SWP_DEVICE_EXCLUSIVE entry type
` [PATCH v2 07/17] mm/page_vma_mapped: device-exclusive entries are not migration entries
` [PATCH v2 08/17] kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page()
` [PATCH v2 09/17] mm/ksm: handle device-exclusive entries correctly in write_protect_page()
` [PATCH v2 10/17] mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one()
` [PATCH v2 11/17] mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one()
` [PATCH v2 12/17] mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one()
` [PATCH v2 13/17] mm/page_idle: handle device-exclusive entries correctly in page_idle_clear_pte_refs_one()
` [PATCH v2 14/17] mm/damon: handle device-exclusive entries correctly in damon_folio_young_one()
` [PATCH v2 15/17] mm/damon: handle device-exclusive entries correctly in damon_folio_mkold_one()
` [PATCH v2 16/17] mm/rmap: keep mapcount untouched for device-exclusive entries
` [PATCH v2 17/17] mm/rmap: avoid -EBUSY from make_device_exclusive()
[RFC PATCH v2 0/3] tracing: Improve persistent ring buffer
2025-02-11 1:43 UTC (8+ messages)
` [RFC PATCH v2 1/3] tracing: Show last module text symbols in the stacktrace
` [RFC PATCH v2 2/3] mm/memblock: Add reserved memory release function
` [RFC PATCH v2 3/3] tracing: Freeable reserved ring buffer
[PATCH 0/2] kbuild: rpm-pkg: improve debuggability
2025-02-11 1:11 UTC (3+ messages)
` [PATCH 1/2] scripts: make python shebangs specific about desired version
` [PATCH 2/2] kbuild: rpm-pkg: build debuginfo and debugsource RPMs
[RFC v2 0/9] khugepaged: mTHP support
2025-02-11 0:30 UTC (10+ messages)
` [RFC v2 1/9] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [RFC v2 2/9] khugepaged: rename hpage_collapse_* to khugepaged_*
` [RFC v2 3/9] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [RFC v2 4/9] khugepaged: generalize alloc_charge_folio "
` [RFC v2 5/9] khugepaged: generalize __collapse_huge_page_* "
` [RFC v2 6/9] khugepaged: introduce khugepaged_scan_bitmap "
` [RFC v2 7/9] khugepaged: add "
` [RFC v2 8/9] khugepaged: improve tracepoints for mTHP orders
` [RFC v2 9/9] khugepaged: skip collapsing mTHP to smaller orders
[PATCH 0/2] tools: Unify top-level quiet infrastructure
2025-02-11 0:23 UTC (9+ messages)
[PATCH v2 0/2] tools: Unify top-level quiet infrastructure
2025-02-11 0:00 UTC (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tools: Remove redundant quiet setup
[RFC PATCH] x86: add function metadata support
2025-02-10 23:05 UTC (2+ messages)
[PATCH bpf-next] uprobes: Harden uretprobe syscall trampoline check
2025-02-10 23:00 UTC (4+ messages)
[PATCH v2] docs: trace: Refactor index documentation
2025-02-10 22:45 UTC (2+ messages)
[PATCH] ftrace: x86: Fix a compile error about get_kernel_nofault()
2025-02-10 22:30 UTC (10+ messages)
[PATCH] arm64: scripts/sorttable: Implement sorting mcount_loc at boot for arm64
2025-02-10 19:26 UTC
[PATCH] selftests/ftrace: add 'poll' binary to gitignore
2025-02-10 16:01 UTC
[PATCH v4 00/39] unwind, perf: sframe user space unwinding
2025-02-10 15:56 UTC (18+ messages)
` [PATCH v4 17/39] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v4 19/39] unwind_user/sframe: Add support for reading .sframe contents
[PATCH 0/8] ring-buffer/tracing: Save module information in persistent memory
2025-02-10 14:08 UTC (38+ messages)
` [PATCH 1/8] ring-buffer: Use kaslr address instead of text delta
` [PATCH 2/8] ring-buffer: Add buffer meta data for persistent ring buffer
` [PATCH 3/8] ring-buffer: Add ring_buffer_meta_scratch()
` [PATCH 4/8] tracing: Have persistent trace instances save KASLR offset
` [PATCH 5/8] module: Add module_for_each_mod() function
` [PATCH 6/8] tracing: Have persistent trace instances save module addresses
` [PATCH 7/8] tracing: Show module names and addresses of last boot
` [PATCH 8/8] tracing: Update modules to persistent instances when loaded
` [PATCH 1/3] tracing: Skip update_last_data() if it is already updated
` [PATCH 2/3] tracing: Remove checking the activity when module map is updating
` [PATCH 3/3] tracing: Show last module text symbols in the stacktrace
NOHZ tick-stop error: local softirq work is pending, handler #08!!! on Dell XPS 13 9360
2025-02-10 13:26 UTC (7+ messages)
[RFC PATCH 00/11] rv: Add scheduler specification monitors
2025-02-10 12:56 UTC (22+ messages)
` [RFC PATCH 01/11] tracing: Fix DECLARE_TRACE_CONDITION
` [RFC PATCH 02/11] rv: Add license identifiers to monitor files
` [RFC PATCH 03/11] sched: Add sched tracepoints for RV task model
` [RFC PATCH 04/11] rv: Add option for nested monitors and include sched
` [RFC PATCH 05/11] rv: Add sco and tss per-cpu monitors
` [RFC PATCH 06/11] rv: Add snroc per-task monitor
` [RFC PATCH 07/11] rv: Add scpd, snep and sncid per-cpu monitors
` [RFC PATCH 08/11] tools/rv: Add support for nested monitors
` [RFC PATCH 09/11] verification/dot2k: "
` [RFC PATCH 10/11] Documentation/rv: Add docs for the sched monitors
` [RFC PATCH 11/11] tools/rv: Allow rv list to filter for container
[PATCH v5 RESEND] cpuidle: psci: Add trace for PSCI domain idle
2025-02-10 5:58 UTC
The business loan-
2025-02-08 22:19 UTC
[PATCH v3 0/2] seccomp: pass uretprobe system call through seccomp
2025-02-08 20:35 UTC (15+ messages)
` [PATCH v3 1/2] seccomp: passthrough uretprobe systemcall without filtering
` [PATCH v3 2/2] selftests/seccomp: validate uretprobe syscall passes through seccomp
[PATCH] tracing: Add traceoff_after_boot option
2025-02-08 15:30 UTC
[PATCH] fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BIT
2025-02-08 5:15 UTC
The business loan-
2025-02-08 4:00 UTC
[PATCH net-next] trace: tcp: Add tracepoint for tcp_cwnd_reduction()
2025-02-07 18:03 UTC
[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
2025-02-07 3:16 UTC (9+ messages)
` "
[PATCH] riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_call_ra
2025-02-06 19:28 UTC
[PATCH rcu v2] 4/5] rcu-tasks: Move RCU Tasks self-tests to core_initcall()
2025-02-06 16:32 UTC (18+ messages)
[PATCH 5.4~6.13] MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static
2025-02-06 10:25 UTC
[PATCH] ftrace: Avoid potential division by zero in function_stat_show()
2025-02-06 9:01 UTC (3+ messages)
` [PATCH v2] "
[PATCHv3 00/11] Get rid of PG_reclaim and rename PG_dropbehind
2025-02-06 6:34 UTC (5+ messages)
` [PATCHv3 06/11] mm/vmscan: Use PG_dropbehind instead of PG_reclaim
[PATCH v1] ftrace: Fix compile error when CONFIG_GENDWARFKSYMS is enabled
2025-02-06 4:17 UTC (6+ messages)
[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2025-02-06 1:59 UTC (6+ messages)
` [PATCH v22 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
[PATCH v2 0/2] tracing: Introduce relative stacktrace
2025-02-06 0:28 UTC (6+ 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).