linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-10 18:41:51 to 2025-01-16 21:44:32 UTC [more...]

[PATCH v2 0/2] tracing: gfp: Fix regression of printing GFP flags in user space tracing tooling
 2025-01-16 21:41 UTC  (3+ messages)
` [PATCH v2 1/2] tracing: gfp: Fix the GFP enum values shown for user space tracing tools
` [PATCH v2 2/2] tracing: gfp: Remove duplication of recording GFP flags

[PATCH] tracing: gfp: Fix the GFP enum values shown for user space tracing tools
 2025-01-16 20:12 UTC  (10+ messages)

[PATCH rcu 4/5] rcu-tasks: Move RCU Tasks self-tests to core_initcall()
 2025-01-16 20:05 UTC 

Crash when attaching uretprobes to processes running in Docker
 2025-01-16 17:11 UTC  (42+ messages)

perf kmem --page stat and gpf_flags translation
 2025-01-16 16:47 UTC 

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-16 16:43 UTC  (13+ 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 17/29] mm: asi: Map vmalloc/vmap data as nonsensitive
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [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 29/29] mm: asi: Stop ignoring asi=on cmdline flag

[PATCH 0/5] rtla/timerlat: Stop on signal properly when overloaded
 2025-01-16 14:49 UTC  (6+ messages)
` [PATCH 1/5] rtla: Add trace_instance_stop
` [PATCH 2/5] rtla/timerlat_hist: Stop timerlat tracer on signal
` [PATCH 3/5] rtla/timerlat_top: "
` [PATCH 4/5] rtla/timerlat_hist: Abort event processing on second signal
` [PATCH 5/5] rtla/timerlat_top: "

[PATCH 0/3] tracing: Add ':mod:' command to set_event to enable events in modules
 2025-01-16 14:33 UTC  (4+ messages)
` [PATCH 1/3] tracing: Add :mod: command to enabled module events
` [PATCH 2/3] tracing: Cache ":mod:" events for modules not loaded yet
` [PATCH 3/3] selftests/ftrace: Add test that tests event :mod: commands

kprobe not always triggering
 2025-01-16 12:04 UTC  (7+ messages)

[RFC] x86/alternatives: Merge first and second step in text_poke_bp_batch
 2025-01-16 11:48 UTC  (8+ messages)

[PATCHv2 00/11] Get rid of PG_reclaim and rename PG_dropbehind
 2025-01-16  6:18 UTC  (18+ messages)
` [PATCHv2 01/11] mm/migrate: Transfer PG_dropbehind to the new folio
` [PATCHv2 02/11] drm/i915/gem: Convert __shmem_writeback() to folios
` [PATCHv2 03/11] drm/i915/gem: Use PG_dropbehind instead of PG_reclaim
` [PATCHv2 04/11] mm/zswap: "
` [PATCHv2 05/11] mm/truncate: Use folio_set_dropbehind() instead of deactivate_file_folio()
` [PATCHv2 06/11] mm/vmscan: Use PG_dropbehind instead of PG_reclaim
` [PATCHv2 07/11] mm/vmscan: Use PG_dropbehind instead of PG_reclaim in shrink_folio_list()
` [PATCHv2 08/11] mm/mglru: Check PG_dropbehind instead of PG_reclaim in lru_gen_folio_seq()
` [PATCHv2 09/11] mm: Remove PG_reclaim
` [PATCHv2 10/11] mm/vmscan: Do not demote PG_dropbehind folios
` [PATCHv2 11/11] mm: Rename PG_dropbehind to PG_reclaim

[PATCH v6 0/5] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
 2025-01-16  2:13 UTC  (4+ messages)
` [PATCH v6 5/5] tracing: Adopt __free() and guard() for trace_fprobe.c

[PATCH] selftests/tracing: Test only toplevel README file not the instances
 2025-01-16  1:26 UTC  (2+ messages)

[PATCH 0/3] selftest/tracing: Allow README requirements to be tested for instance tests
 2025-01-16  1:20 UTC  (4+ messages)
` [PATCH 1/3] selftests/tracing: Test only toplevel README file not the instances
` [PATCH 2/3] selftests/ftrace: Clean up triggers after setting them
` [PATCH 3/3] selftests/tracing: Allow some more tests to run in instances

[PATCH] swiotlb: Introduce DMA_ATTR_SKIP_DEVICE_SYNC
 2025-01-15 22:16 UTC  (3+ messages)

[PATCH bpf] bpf: trace: send signals asynchronously if !preemptible
 2025-01-15 21:50 UTC  (3+ messages)

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-15 20:30 UTC  (5+ messages)

[PATCH v4] tools/rtla: Add osnoise_trace_is_off()
 2025-01-15 18:40 UTC  (2+ messages)

[PATCH v3] Add osnoise_trace_is_off()
 2025-01-15 18:27 UTC  (2+ messages)

[PATCH v2] Fix bug and add osnoise_trace_is_off()
 2025-01-15 15:26 UTC  (4+ messages)

[PATCH] rv: Reset per-task monitors also for idle tasks
 2025-01-15 15:15 UTC 

[PATCH v6] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-01-15 15:05 UTC  (5+ messages)

[syzbot] [bpf?] [trace?] WARNING: locking bug in __lock_task_sighand
 2025-01-15 11:47 UTC  (7+ 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 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)

[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  (7+ messages)
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation

[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] "

[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  (2+ messages)

[PATCH] ftrace: Implement :mod: cache filtering on kernel command line
 2025-01-10 19:57 UTC  (3+ messages)


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