Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-05-21 14:35:42 to 2026-05-22 20:47:26 UTC [more...]

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-05-22 20:47 UTC  (25+ messages)
` [PATCH mm-unstable v18 01/14] mm/khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH mm-unstable v18 02/14] mm/khugepaged: generalize alloc_charge_folio()
` [PATCH mm-unstable v18 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH mm-unstable v18 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v18 05/14] mm/khugepaged: require collapse_huge_page to enter/exit with the lock dropped
` [PATCH mm-unstable v18 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v18 07/14] mm/khugepaged: skip collapsing mTHP to smaller orders
` [PATCH mm-unstable v18 08/14] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH mm-unstable v18 09/14] mm/khugepaged: improve tracepoints for mTHP orders
` [PATCH mm-unstable v18 10/14] mm/khugepaged: introduce collapse_allowable_orders helper function
` [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce mTHP collapse support
` [PATCH mm-unstable v18 12/14] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v18 13/14] mm/khugepaged: run khugepaged for all orders
` [PATCH mm-unstable v18 14/14] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v2] perf/ftrace: Fix WARNING in __unregister_ftrace_function
 2026-05-22 20:39 UTC  (3+ messages)

[PATCHv3 00/12] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-22 18:57 UTC  (13+ messages)
` [PATCHv3 01/12] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
` [PATCHv3 02/12] uprobes/x86: Remove struct uprobe_trampoline object
` [PATCHv3 03/12] uprobes/x86: Allow to copy uprobe trampolines on fork
` [PATCHv3 04/12] uprobes/x86: Move optimized uprobe from nop5 to nop10
` [PATCHv3 05/12] libbpf: Change has_nop_combo to work on top of nop10
` [PATCHv3 08/12] selftests/bpf: Change uprobe syscall tests to use nop10

[PATCH v21 0/9] ring-buffer: Making persistent ring buffers robust
 2026-05-22 17:09 UTC  (10+ messages)
` [PATCH v21 1/9] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v21 2/9] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v21 3/9] ring-buffer: Add persistent ring buffer invalid-page inject test
` [PATCH v21 4/9] ring-buffer: Show commit numbers in buffer_meta file
` [PATCH v21 5/9] ring-buffer: Cleanup persistent ring buffer validation
` [PATCH v21 6/9] ring-buffer: Cleanup buffer_data_page related code
` [PATCH v21 7/9] ring-buffer: Have dropped subbuffers be persistent across reboots
` [PATCH v21 8/9] ring-buffer: Show persistent buffer dropped events in trace file
` [PATCH v21 9/9] ring-buffer: Show persistent buffer dropped events in trace_pipe file

[PATCH v20 00/10] ring-buffer: Making persistent ring buffers robust
 2026-05-22 16:40 UTC  (4+ messages)
` [PATCH v20 02/10] ring-buffer: Skip invalid sub-buffers when rewinding persistent ring buffer

[PATCH 0/3] x86/xen: Do some Xen-PV related cleanups
 2026-05-22 15:21 UTC  (2+ messages)
` [PATCH 2/3] x86/xen: Cleanup Xen related trace points

[PATCH] unwind: Add sframe_(un)register() system calls
 2026-05-22 15:01 UTC  (5+ messages)

[PATCH v6] tracing/eprobes: Allow use of BTF names to dereference pointers
 2026-05-22 14:45 UTC  (3+ messages)

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-22 13:08 UTC  (13+ messages)
` [PATCH v6 11/43] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v6 16/43] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE

[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-22 12:39 UTC  (4+ messages)
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-05-22  8:40 UTC  (8+ messages)

[PATCH v11 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-05-22 11:04 UTC  (7+ messages)
` [PATCH v11 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v11 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v11 3/6] x86/asm: Use CFI_* macros in SYM_FUNC_* macros so they can be added to VDSO
` [PATCH v11 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v11 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v11 6/6] x86/vdso: Enable sframe generation in VDSO

[RFC PATCH 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-05-22 10:40 UTC  (6+ messages)
` [RFC PATCH v2 "
  ` [PATCH v2 1/3] trace: add lock-free stackmap for stack trace deduplication
  ` [PATCH v2 2/3] trace: integrate stackmap into ftrace stack recording path
  ` [PATCH v2 3/3] trace: add documentation, selftest and tooling for stackmap

[PATCH v3 0/2] Add trace events for Qualcomm GENI SPI drivers
 2026-05-19 13:13 UTC  (2+ messages)

[PATCH v3 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-05-22  9:47 UTC  (3+ messages)
` [PATCH v3 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH] ftrace: Use flexible array for hash buckets
 2026-05-22  8:45 UTC  (2+ messages)

[RFC PATCH v2 04/10] rv/da: add pre-allocated storage pool for per-object monitors
 2026-05-22  6:45 UTC  (6+ messages)
` [PATCH] Re: "

[PATCH v2] tracing/osnoise: Array printk init and cleanup
 2026-05-21 23:48 UTC  (3+ messages)

[PATCH] tracing: Replace BUG_ON with lockdep_assert_held in uprobe_buffer functions
 2026-05-21 22:16 UTC  (2+ messages)

[PATCH 0/3] Fix out-of-tree build of some tools
 2026-05-21 17:50 UTC  (6+ messages)
` [PATCH 1/3] rtla: Fix output files in source tree
` [PATCH 2/3] perf tools: Put Python egg info in output directory
` [PATCH 3/3] perf tools: Put Python bytecode "

[RFC PATCH 0/2] random: tracing: Expose last boot ID on persistent instance
 2026-05-21 15:16 UTC  (5+ messages)
` [RFC PATCH 1/2] random: Expose boot ID to other subsystems
` [RFC PATCH 2/2] tracing: Record and show boot ID in last_boot_info

[PATCH v7 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
 2026-05-21 15:09 UTC  (5+ messages)

[PATCH mm-unstable v17 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
 2026-05-21 14:59 UTC  (7+ messages)

[PATCH v4 1/2] tracing: Return ERR_PTR() from expr_str()
 2026-05-21 14:44 UTC  (3+ messages)
` [PATCH v4 2/2] tracing: Bound histogram expression strings with seq_buf


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