linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-05 12:52:54 to 2025-01-10 18:48:00 UTC [more...]

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-10 18:40 UTC  (29+ 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 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 v2] treewide: const qualify ctl_tables where applicable
 2025-01-10 18:28 UTC  (2+ messages)

[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 

Crash when attaching uretprobes to processes running in Docker
 2025-01-10 15:25 UTC  (2+ messages)

[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 0/8] x86/module: rework ROX cache to avoid writable copy
 2025-01-10 10:36 UTC  (5+ messages)
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
` [PATCH 5/8] module: introduce MODULE_STATE_GONE

[RESEND PATCH] MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static
 2025-01-10  8:13 UTC  (4+ messages)

[PATCH v6 0/5] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
 2025-01-09 23:57 UTC  (9+ 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] ftrace: Implement :mod: cache filtering on kernel command line
 2025-01-09 22:46 UTC 

[PATCH] uprobes: Fix race in uprobe_free_utask
 2025-01-09 22:13 UTC  (5+ messages)

[PATCH v3 06/28] module: Use RCU in find_module_all()
 2025-01-09 21:00 UTC  (9+ messages)
` [PATCH v3 17/28] arm64: module: Use RCU in all users of __module_text_address()
` [PATCH v3 19/28] LoongArch: ftrace: "
` [PATCH v3 20/28] powerpc/ftrace: "
` [PATCH v3 25/28] bpf: "
` [PATCH v3 26/28] kprobes: "

[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  (6+ messages)
` [PATCH 1/3] rtla/osnoise: Distinguish missing workload option
` [PATCH 2/3] rtla/timerlat_hist: Set OSNOISE_WORKLOAD for kernel threads
` [PATCH 3/3] rtla/timerlat_top: "

[PATCH v5] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-01-09  2:55 UTC 

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

[PATCH v3 0/5] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
 2025-01-08  2:03 UTC  (13+ messages)
` [PATCH v3 1/5] tracing/kprobes: Fix to free objects when failed to copy a symbol
` [PATCH v3 2/5] tracing: Use __free() in trace_probe for cleanup
` [PATCH v3 3/5] tracing: Use __free() for kprobe events to cleanup
` [PATCH v3 4/5] tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos
` [PATCH v3 5/5] tracing: Adopt __free() and guard() for trace_fprobe.c

[PATCH v4 0/5] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
 2025-01-08  1:24 UTC  (6+ messages)
` [PATCH v4 1/5] tracing/kprobes: Fix to free objects when failed to copy a symbol
` [PATCH v4 2/5] tracing: Use __free() in trace_probe for cleanup
` [PATCH v4 3/5] tracing: Use __free() for kprobe events to cleanup
` [PATCH v4 4/5] tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos
` [PATCH v4 5/5] tracing: Adopt __free() and guard() for trace_fprobe.c

[PATCH 00/13] Tracefs support for pKVM
 2025-01-07 21:46 UTC  (3+ messages)

[PATCH v2 19/28] LoongArch: ftrace: Use RCU in all users of __module_text_address()
 2025-01-07 17:12 UTC  (3+ messages)

[PATCH kernel-next] tracing: Fix uninitialized variable in tracing_set_tracer()
 2025-01-07 13:39 UTC  (2+ messages)

[RFC][PATCH] arm64: scripts/sorttable: Implement sorting mcount_loc at build for arm64
 2025-01-07 13:32 UTC 

[PATCH 0/2] selftests/ftrace: Fix ftracetest test cases
 2025-01-07 12:11 UTC  (3+ messages)
` [PATCH 1/2] selftests/ftrace: Fix to use remount when testing mount GID option
` [PATCH 2/2] selftests/ftrace: Make uprobe test more robust against binary name

[PATCH v2 0/7] tracing/probes: Cleanup with guard and __free for kprobe and fprobe
 2025-01-07 11:22 UTC  (9+ messages)
` [PATCH v2 1/7] tracing/kprobes: Fix to free objects when failed to copy a symbol
` [PATCH v2 2/7] Provide __free(argv_free) for argv_split() users
` [PATCH v2 3/7] tracing: Use __free() for argv in dynevent
` [PATCH v2 4/7] tracing: Use __free() in trace_probe for cleanup
` [PATCH v2 5/7] tracing: Use __free() for kprobe events to cleanup
` [PATCH v2 6/7] tracing/kprobes: Simplify __trace_kprobe_create() by removing gotos
` [PATCH v2 7/7] tracing: Adopt __free() and guard() for trace_fprobe.c

[PATCH linux-next 0/2] Fix perf security check problem
 2025-01-07  1:52 UTC  (7+ messages)
` [PATCH linux-next 1/2] perf: Remove unnecessary parameter of security check
` [PATCH linux-next 2/2] perf: Return EACCESS when need perfmon capability

[PATCH] tracing: Fix using ret variable in tracing_set_tracer()
 2025-01-06 22:35 UTC  (2+ messages)

[PATCH 0/6] kprobes: jump label: Cleanup with guard and __free
 2025-01-06 19:30 UTC  (3+ messages)
` [PATCH 2/6] Provide __free(argv) for argv_split() users

[PATCH v2 0/6] tracing/kprobes: Cleanup with guard and __free
 2025-01-06 14:44 UTC  (10+ messages)
` [PATCH v2 2/6] Provide __free(argv) for argv_split() users
  ` DEFINE_FREE/CLASS && code readability (Was: [PATCH v2 2/6] Provide __free(argv) for argv_split() users)
` [PATCH v2 5/6] tracing: Use __free() for kprobe events to cleanup

[PATCH] ftrace: print lazy preemption model
 2025-01-06 13:24 UTC  (2+ messages)

[PATCH 00/14] scripts/sorttable: Rewrite the accessing of the Elf data fields
 2025-01-05 16:22 UTC  (15+ messages)
` [PATCH 01/14] scripts/sorttable: Remove unused macro defines
` [PATCH 02/14] scripts/sorttable: Remove unused write functions
` [PATCH 03/14] scripts/sorttable: Remove unneeded Elf_Rel
` [PATCH 04/14] scripts/sorttable: Have the ORC code use the _r() functions to read
` [PATCH 05/14] scripts/sorttable: Make compare_extable() into two functions
` [PATCH 06/14] scripts/sorttable: Convert Elf_Ehdr to union
` [PATCH 07/14] scripts/sorttable: Replace Elf_Shdr Macro with a union
` [PATCH 08/14] scripts/sorttable: Convert Elf_Sym MACRO over to "
` [PATCH 09/14] scripts/sorttable: Add helper functions for Elf_Ehdr
` [PATCH 10/14] scripts/sorttable: Add helper functions for Elf_Shdr
` [PATCH 11/14] scripts/sorttable: Add helper functions for Elf_Sym
` [PATCH 12/14] scripts/sorttable: Use uint64_t for mcount sorting
` [PATCH 13/14] scripts/sorttable: Move code from sorttable.h into sorttable.c
` [PATCH 14/14] scripts/sorttable: Get start/stop_mcount_loc from ELF file directly

[PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
 2025-01-05 12:52 UTC  (5+ 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).