linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-15 03:04:18 to 2025-05-20 10:26:45 UTC [more...]

[PATCH v7 00/12] khugepaged: mTHP support
 2025-05-20 10:26 UTC  (24+ messages)
` [PATCH v7 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v7 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v7 04/12] khugepaged: generalize alloc_charge_folio()
` [PATCH v7 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v7 07/12] khugepaged: add "
` [PATCH v7 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v7 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v7 10/12] khugepaged: improve tracepoints for mTHP orders
` [PATCH v7 11/12] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v7 12/12] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-05-20 10:07 UTC  (4+ messages)

[PATCH v9 00/13] unwind_user: x86: Deferred unwinding infrastructure
 2025-05-20  9:35 UTC  (5+ messages)

[RFC PATCH 0/7] platform/chrome: Add Kunit tests for protocol device drivers
 2025-05-20  8:24 UTC  (8+ messages)
` [RFC PATCH 1/7] kunit: expose ftrace-based API for stubbing out functions during tests
` [RFC PATCH 2/7] platform/chrome: kunit: cros_ec_i2c: Add tests with ftrace stub
` [RFC PATCH 3/7] platform/chrome: kunit: cros_ec_i2c: Use static stub instead
` [RFC PATCH 4/7] platform/chrome: kunit: cros_ec_spi: Add tests with ftrace stub
` [RFC PATCH 5/7] platform/chrome: kunit: cros_ec_spi: Call .probe() directly
` [RFC PATCH 6/7] kunit: Expose 'kprobes stub' API to redirect functions
` [RFC PATCH 7/7] platform/chrome: kunit: cros_ec_spi: Use kprobes stub instead

[PATCH v2] tracing: ring_buffer: Rewind persistent ring buffer when reboot
 2025-05-20  6:13 UTC  (2+ messages)
` [PATCH] tracing: Reset last-boot buffers when reading out all cpu buffers

[PATCH] Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic"
 2025-05-20  5:49 UTC 

[PATCH v4] scsi: trace: show rtn in string for scsi_dispatch_cmd_error
 2025-05-20  1:59 UTC 

[PATCH v3] scsi: trace: change the rtn log in string
 2025-05-20  1:04 UTC 

[PATCHv2 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-19 23:48 UTC  (32+ messages)
` [PATCHv2 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCHv2 perf/core 02/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCHv2 perf/core 03/22] uprobes: Make copy_from_page global
` [PATCHv2 perf/core 04/22] uprobes: Add uprobe_write function
` [PATCHv2 perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCHv2 perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCHv2 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv2 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCHv2 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv2 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCHv2 perf/core 11/22] selftests/bpf: Import usdt.h from libbpf/usdt project
` [PATCHv2 perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCHv2 perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCHv2 perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCHv2 perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCHv2 perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCHv2 perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCHv2 perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCHv2 perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCHv2 perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCHv2 perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCHv2 22/22] man2: Add uprobe syscall page

trace-cmd No such device Errors
 2025-05-19 16:18 UTC  (3+ messages)

[PATCH v6 00/22] RV: Linear temporal logic monitors for RT application
 2025-05-19 16:17 UTC  (8+ messages)
` [PATCH v6 17/22] arm64: mm: Add page fault trace points

[PATCH v8 00/22] RV: Linear temporal logic monitors for RT application
 2025-05-19 14:49 UTC  (11+ messages)
` [PATCH v8 17/22] arm64: mm: Add page fault trace points
` [PATCH v8 20/22] rv: Add rtapp_sleep monitor

[RFC PATCH v2 03/12] rv: Add da_handle_start_run_event_ to per-task monitors
 2025-05-19 11:13 UTC  (18+ messages)
` [RFC PATCH v2 04/12] rv: Remove trailing whitespace from tracepoint string
` [RFC PATCH v2 05/12] rv: Return init error when registering monitors
` [RFC PATCH v2 06/12] sched: Adapt sched tracepoints for RV task model
` [RFC PATCH v2 07/12] rv: Adapt the sco monitor to the new set_state
` [RFC PATCH v2 10/12] rv: Retry when da monitor detects race conditions

[PATCH v9 00/22] RV: Linear temporal logic monitors for RT application
 2025-05-19 10:27 UTC  (23+ messages)
` [PATCH v9 01/22] rv: Add #undef TRACE_INCLUDE_FILE
` [PATCH v9 02/22] printk: Make vprintk_deferred() public
` [PATCH v9 03/22] panic: Add vpanic()
` [PATCH v9 04/22] rv: Let the reactors take care of buffers
` [PATCH v9 05/22] verification/dot2k: Make a separate dot2k_templates/Kconfig_container
` [PATCH v9 06/22] verification/dot2k: Remove __buff_to_string()
` [PATCH v9 07/22] verification/dot2k: Replace is_container() hack with subparsers
` [PATCH v9 08/22] rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
` [PATCH v9 09/22] verification/dot2k: Prepare the frontend for LTL inclusion
` [PATCH v9 10/22] Documentation/rv: Prepare monitor synthesis document "
` [PATCH v9 11/22] verification/rvgen: Restructure the templates files
` [PATCH v9 12/22] verification/rvgen: Restructure the classes to prepare for LTL inclusion
` [PATCH v9 13/22] rv: Add support for LTL monitors
` [PATCH v9 14/22] rv: Add rtapp container monitor
` [PATCH v9 15/22] x86/tracing, x86/mm: Remove redundant trace_pagefault_key
` [PATCH v9 16/22] x86/tracing, x86/mm: Move page fault tracepoints to generic
` [PATCH v9 17/22] arm64: mm: Add page fault trace points
` [PATCH v9 18/22] riscv: "
` [PATCH v9 19/22] rv: Add rtapp_pagefault monitor
` [PATCH v9 20/22] rv: Add rtapp_sleep monitor
` [PATCH v9 21/22] rv: Add documentation for rtapp monitor
` [PATCH v9 22/22] rv: Allow to configure the number of per-task monitor

[syzbot] Monthly trace report (May 2025)
 2025-05-19 10:23 UTC 

[PATCH v2] scsi: trace: change the rtn log in string
 2025-05-19  9:40 UTC  (5+ messages)

[PATCH] trace: Protect trace_iter_expand_format against overflow and ZERO_SIZE_PTR
 2025-05-19  7:02 UTC 

[PATCH] rtla: Define _GNU_SOURCE in timerlat_bpf.c
 2025-05-19  6:20 UTC  (3+ messages)

[PATCH v3 0/4] relayfs: misc changes
 2025-05-18  2:57 UTC  (5+ messages)
` [PATCH v3 1/4] relayfs: support a counter tracking if per-cpu buffers is full
` [PATCH v3 2/4] relayfs: introduce getting relayfs statistics function
` [PATCH v3 3/4] blktrace: use rbuf->stats.full as a drop indicator in relayfs
` [PATCH v3 4/4] relayfs: support a counter tracking if data is too big to write

[PATCH v5 00/25] Tracefs support for pKVM
 2025-05-16 13:40 UTC  (26+ messages)
` [PATCH v5 01/25] ring-buffer: Add page statistics to the meta-page
` [PATCH v5 02/25] ring-buffer: Introduce ring-buffer remotes
` [PATCH v5 03/25] tracing: Introduce trace remotes
` [PATCH v5 04/25] tracing: Add reset to "
` [PATCH v5 05/25] tracing: Add init callback "
` [PATCH v5 06/25] tracing: Add events "
` [PATCH v5 07/25] tracing: Add events/ root files "
` [PATCH v5 08/25] tracing: Add helpers to create trace remote events
` [PATCH v5 09/25] ring-buffer: Export buffer_data_page and macros
` [PATCH v5 10/25] tracing: Introduce simple_ring_buffer
` [PATCH v5 11/25] tracing: Add a trace remote module for testing
` [PATCH v5 12/25] tracing: selftests: Add trace remote tests
` [PATCH v5 13/25] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v5 14/25] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v5 15/25] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v5 16/25] KVM: arm64: Add .hyp.data section
` [PATCH v5 17/25] KVM: arm64: Add clock support for the pKVM hyp
` [PATCH v5 18/25] KVM: arm64: Add tracing capability "
` [PATCH v5 19/25] KVM: arm64: Add trace remote "
` [PATCH v5 20/25] KVM: arm64: Sync boot clock with "
` [PATCH v5 21/25] KVM: arm64: Add trace reset to "
` [PATCH v5 22/25] KVM: arm64: Add event support to the pKVM hyp and trace remote
` [PATCH v5 23/25] KVM: arm64: Add hyp_enter/hyp_exit events to pKVM hyp
` [PATCH v5 24/25] KVM: arm64: Add selftest event support "
` [PATCH v5 25/25] tracing: selftests: Add pKVM trace remote tests

[PATCH v6 00/12] khugepaged: mTHP support
 2025-05-16 11:54 UTC  (16+ messages)
` [PATCH v6 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
  ` [PATCH v6 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
    ` [PATCH v6 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
      ` [PATCH v6 04/12] khugepaged: generalize alloc_charge_folio()
        ` [PATCH v6 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
          ` [PATCH v6 06/12] khugepaged: introduce khugepaged_scan_bitmap "
            ` [PATCH v6 07/12] khugepaged: add "
              ` [PATCH v6 08/12] khugepaged: skip collapsing mTHP to smaller orders
                ` [PATCH v6 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
                  ` [PATCH v6 10/12] khugepaged: improve tracepoints for mTHP orders
                    ` [PATCH v6 11/12] khugepaged: add per-order mTHP khugepaged stats
                      ` [PATCH v6 12/12] Documentation: mm: update the admin guide for mTHP collapse

[tip: x86/debug] x86/tracing, x86/mm: Remove redundant trace_pagefault_key
 2025-05-16  9:19 UTC 

[tip: x86/debug] x86/tracing, x86/mm: Move page fault tracepoints to generic
 2025-05-16  9:19 UTC 

[PATCH v2 0/4] relayfs: misc changes
 2025-05-16  5:44 UTC  (17+ messages)
` [PATCH v2 1/4] relayfs: support a counter tracking if per-cpu buffers is full
` [PATCH v2 2/4] relayfs: introduce dump of relayfs statistics function
` [PATCH v2 3/4] blktrace: use rbuf->stats.full as a drop indicator in relayfs
` [PATCH v2 4/4] relayfs: support a counter tracking if data is too big to write

[PATCH 0/2] tools/bootconfig: allow overriding CFLAGS and LDFLAGS
 2025-05-16  2:25 UTC  (3+ messages)

[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
 2025-05-16  1:15 UTC  (5+ messages)
` [PATCH v6 1/9] x86/fred, KVM: VMX: Pass event data to the FRED entry point from KVM

[PATCH v3] rtla: Set distinctive exit value for failed tests
 2025-05-15 16:20 UTC 

[PATCH v2 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
 2025-05-15 14:10 UTC  (5+ messages)
` [PATCH v2 08/11] x86/mm/pat: remove MEMTYPE_*_MATCH


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).