messages from 2025-01-08 10:34:05 to 2025-01-15 09:31:52 UTC [more...]
[PATCHv2 00/11] Get rid of PG_reclaim and rename PG_dropbehind
2025-01-15 9:31 UTC (3+ messages)
` [PATCHv2 01/11] mm/migrate: Transfer PG_dropbehind to the new folio
` [PATCHv2 02/11] drm/i915/gem: Convert __shmem_writeback() to folios
[PATCH v2] Fix bug and add osnoise_trace_is_off()
2025-01-15 9:02 UTC (2+ messages)
kprobe not always triggering
2025-01-15 8:26 UTC
Crash when attaching uretprobes to processes running in Docker
2025-01-15 5:45 UTC (27+ messages)
[PATCH 0/8] mm: Remove PG_reclaim
2025-01-15 4:31 UTC (28+ messages)
` [PATCH 1/8] drm/i915/gem: Convert __shmem_writeback() to folios
` [PATCH 2/8] drm/i915/gem: Use PG_dropbehind instead of PG_reclaim
` [PATCH 3/8] mm/zswap: "
` [PATCH 4/8] mm/swap: "
` [PATCH 5/8] mm/vmscan: "
` [PATCH 6/8] mm/vmscan: Use PG_dropbehind instead of PG_reclaim in shrink_folio_list()
` [PATCH 7/8] mm/mglru: Check PG_dropcache instead of PG_reclaim in lru_gen_folio_seq()
` [PATCH 8/8] mm: Remove PG_reclaim
[PATCH v6] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
2025-01-15 3:59 UTC (3+ messages)
[PATCH v6 0/5] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
2025-01-15 2:29 UTC (10+ messages)
` [PATCH v6 1/5] tracing/kprobes: Fix to free objects when failed to copy a symbol
` [PATCH v6 2/5] tracing: Use __free() in trace_probe for cleanup
` [PATCH v6 3/5] tracing: Use __free() for kprobe events to cleanup
` [PATCH v6 4/5] tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos
` [PATCH v6 5/5] tracing: Adopt __free() and guard() for trace_fprobe.c
[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2025-01-14 19:04 UTC (10+ messages)
` [PATCH] fgraph: Move trace_clock_local() for return time to function_graph tracer
[PATCH] fgraph: Remove calltime and rettime from generic operations
2025-01-14 16:11 UTC
[PATCH] ftrace: Document that multiple function_graph tracing may have different times
2025-01-14 15:47 UTC (2+ messages)
[RFC] x86/alternatives: Merge first and second step in text_poke_bp_batch
2025-01-14 15:36 UTC (5+ messages)
[PATCH v5] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
2025-01-14 11:47 UTC (3+ messages)
[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
2025-01-14 11:01 UTC (9+ messages)
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
` [PATCH 5/8] module: introduce MODULE_STATE_GONE
[PATCH] tracing: Fix irqsoff and wakeup latency tracers when using function graph
2025-01-13 23:31 UTC
[PATCH 0/2] selftests/ftrace: Fix ftracetest test cases
2025-01-13 22:55 UTC (2+ messages)
[PATCH] tracing: fix trace.h kernel-doc func/struct/enum members
2025-01-13 21:16 UTC (2+ messages)
[RFC][PATCH] arm64: scripts/sorttable: Implement sorting mcount_loc at build for arm64
2025-01-13 15:41 UTC (2+ messages)
[syzbot] Monthly trace report (Jan 2025)
2025-01-13 12:41 UTC
[PATCH] hugetlbfs: check dir in trace_hugetlbfs_alloc_inode
2025-01-13 3:30 UTC (3+ messages)
` [External] "
[PATCH v2] treewide: const qualify ctl_tables where applicable
2025-01-12 10:36 UTC (3+ messages)
[syzbot] [block?] [trace?] possible deadlock in blk_trace_ioctl
2025-01-12 4:34 UTC (2+ messages)
[RESEND PATCH] MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static
2025-01-11 12:02 UTC (3+ messages)
[PATCH] ftrace: Implement :mod: cache filtering on kernel command line
2025-01-10 19:57 UTC (3+ messages)
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-01-10 18:40 UTC (30+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
` [PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
` [PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
` [PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap "
` [PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory "
` [PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
` [PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
` [PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 23/29] mm: asi: exit ASI before suspend-like operations
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
` [PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag
[PATCH] ring-buffer: fix incorrect boundary check order
2025-01-10 17:27 UTC (2+ messages)
[PATCH] treewide: const qualify ctl_tables where applicable
2025-01-10 17:13 UTC (8+ messages)
[PATCH v2] arm64: scripts/sorttable: Implement sorting mcount_loc at boot for arm64
2025-01-10 17:09 UTC
[PATCH v1] rtla: Fix implicit NULL dereference
2025-01-10 13:05 UTC (3+ messages)
[PATCH] scripts/sorttable: Use a structure of function pointers for elf helpers
2025-01-10 12:54 UTC
[PATCH] uprobes: Fix race in uprobe_free_utask
2025-01-09 22:13 UTC (5+ messages)
[PATCH v3 25/28] bpf: Use RCU in all users of __module_text_address()
2025-01-09 21:00 UTC (4+ messages)
[PATCH v2] scripts/sorttable: Move code from sorttable.h into sorttable.c
2025-01-09 20:06 UTC (3+ messages)
[PATCH v2 00/12] Tracefs support for pKVM
2025-01-09 16:45 UTC (14+ messages)
` [PATCH v2 01/12] ring-buffer: Check for empty ring-buffer with rb_num_of_entries()
` [PATCH v2 02/12] ring-buffer: Introducing ring-buffer remote
` [PATCH v2 03/12] ring-buffer: Expose buffer_data_page material
` [PATCH v2 04/12] KVM: arm64: Support unaligned fixmap in the nVHE hyp
` [PATCH v2 05/12] KVM: arm64: Add clock support "
` [PATCH v2 06/12] KVM: arm64: Add tracing support for the pKVM hyp
` [PATCH v2 07/12] KVM: arm64: Add hyp tracing to tracefs
` [PATCH v2 08/12] KVM: arm64: Add clock for hyp tracefs
` [PATCH v2 09/12] KVM: arm64: Add raw interface "
` [PATCH v2 10/12] KVM: arm64: Add trace "
` [PATCH v2 11/12] KVM: arm64: Add support for hyp events
` [PATCH v2 12/12] KVM: arm64: Add kselftest for tracefs hyp tracefs
[PATCH] tools/rtla: Add basic test suite
2025-01-09 13:38 UTC
[PATCH 0/3] rtla/timerlat: Set OSNOISE_WORKLOAD for kernel threads
2025-01-09 9:50 UTC (3+ messages)
[PATCH v5 0/5] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
2025-01-09 1:43 UTC (13+ messages)
` [PATCH v5 1/5] tracing/kprobes: Fix to free objects when failed to copy a symbol
` [PATCH v5 2/5] tracing: Use __free() in trace_probe for cleanup
` [PATCH v5 3/5] tracing: Use __free() for kprobe events to cleanup
` [PATCH v5 4/5] tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos
` [PATCH v5 5/5] tracing: Adopt __free() and guard() for trace_fprobe.c
[PATCH v4] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
2025-01-09 1:40 UTC (3+ messages)
[PATCH v2 0/4] ftrace: Add function arguments to function tracers
2025-01-08 15:39 UTC (6+ messages)
` [PATCH v2 1/4] ftrace: Add print_function_args()
[PATCH 1/1] tracing: Support reading trace event format file larger than PAGE_SIZE
2025-01-08 10:34 UTC (8+ 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).