messages from 2024-03-17 22:34:37 to 2024-10-28 21:48:40 UTC [more...]
[PATCH v3 00/19] unwind, perf: sframe user space unwinding
2024-10-28 21:47 UTC (31+ messages)
` [PATCH v3 01/19] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v3 02/19] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v3 03/19] x86/asm: Fix VDSO DWARF generation with kernel IBT enabled
` [PATCH v3 04/19] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v3 05/19] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v3 06/19] x86/vdso: Enable sframe generation in VDSO
` [PATCH v3 07/19] unwind: Add user space unwinding API
` [PATCH v3 08/19] unwind/x86: Enable CONFIG_HAVE_UNWIND_USER_FP
` [PATCH v3 09/19] unwind: Introduce sframe user space unwinding
` [PATCH v3 10/19] unwind/x86: Enable CONFIG_HAVE_UNWIND_USER_SFRAME
` [PATCH v3 11/19] unwind: Add deferred user space unwinding API
` [PATCH v3 12/19] perf: Remove get_perf_callchain() 'init_nr' argument
` [PATCH v3 13/19] perf: Remove get_perf_callchain() 'crosstask' argument
` [PATCH v3 14/19] perf: Simplify get_perf_callchain() user logic
` [PATCH v3 15/19] perf: Add deferred user callchains
` [PATCH v3 16/19] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v3 17/19] perf record: Enable defer_callchain for user callchains
` [PATCH v3 18/19] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v3 19/19] perf tools: Merge deferred user callchains
[PATCH v2 00/11] unwind, perf: sframe user space unwinding, deferred perf callchains
2024-10-27 17:49 UTC (44+ messages)
` [PATCH v2 01/11] unwind: Introduce generic user space unwinding interface
` [PATCH v2 02/11] unwind/x86: Add HAVE_USER_UNWIND
` [PATCH v2 03/11] unwind: Introduce SFrame user space unwinding
` [PATCH v2 04/11] unwind/x86/64: Add HAVE_USER_UNWIND_SFRAME
` [PATCH v2 05/11] perf/x86: Use user_unwind interface
` [PATCH v2 06/11] perf: Remove get_perf_callchain() 'init_nr' argument
` [PATCH v2 07/11] perf: Remove get_perf_callchain() 'crosstask' argument
` [PATCH v2 08/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v2 09/11] perf: Introduce deferred user callchains
` [PATCH v2 10/11] perf/x86: Add HAVE_PERF_CALLCHAIN_DEFERRED
` [PATCH v2 11/11] perf/x86: Enable SFrame unwinding for deferred user callchains
[BUG] Argument-alignment build error with clang
2024-10-23 23:06 UTC (4+ messages)
[PATCH] HID: simplify code in fetch_item()
2024-10-15 20:59 UTC (4+ messages)
[BUG] -next objtool build failure (bisected)
2024-10-15 18:57 UTC (5+ messages)
[RFC/PATCHSET 0/5] perf tools: Support deferred user callchains (v2)
2024-09-23 23:08 UTC (12+ messages)
` [PATCH 1/5] perf tools: Sync UAPI perf_event.h header
` [PATCH 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH 3/5] perf record: Enable defer_callchain for user callchains
` [PATCH 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH 5/5] perf tools: Merge deferred user callchains
[PATCH RFC 00/10] perf: user space sframe unwinding
2024-09-13 15:26 UTC (12+ messages)
` [PATCH RFC 04/10] perf: Introduce deferred user callchains
[PATCH v5 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
2024-07-25 16:10 UTC (2+ messages)
` [PATCH v5 1/1] x86/elf: Add a new .note section containing xfeatures buffer layout info to x86 core files
[PATCH v4 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
2024-07-23 22:58 UTC (4+ messages)
` [PATCH v4 1/1] x86/elf: Add a new .note section containing xfeatures buffer layout info to x86 core files
[PATCH v3 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
2024-07-17 17:16 UTC (5+ messages)
` [PATCH v3 1/1] x86/elf: Add a new .note section containing xfeatures buffer layout info to x86 core files
[PATCH v2 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
2024-07-09 5:12 UTC (14+ messages)
` [PATCH v2 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files
A few proposals, back to the C++ standards committee
2024-06-26 1:01 UTC (3+ messages)
A few proposals, this time from the C++ standards committee
2024-06-05 19:16 UTC (21+ messages)
[PATCH 0/1] Replace the macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfig
2024-04-22 8:15 UTC (5+ messages)
` [PATCH 1/1] Replace "
[PATCH 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
2024-03-26 10:09 UTC (6+ messages)
` [PATCH 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files
[PATCHSET 00/23] Remaining bits of data type profiling (v7)
2024-03-19 20:34 UTC (43+ messages)
` [PATCH 01/23] perf dwarf-aux: Remove unused pc argument
` [PATCH 02/23] perf dwarf-aux: Add die_collect_vars()
` [PATCH 03/23] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 04/23] perf dwarf-aux: Add die_find_func_rettype()
` [PATCH 05/23] perf map: Add map__objdump_2rip()
` [PATCH 06/23] perf annotate-data: Introduce struct data_loc_info
` [PATCH 07/23] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 08/23] perf annotate-data: Add debug messages
` [PATCH 09/23] perf annotate-data: Maintain variable type info
` [PATCH 10/23] perf annotate-data: Add update_insn_state()
` [PATCH 11/23] perf annotate-data: Add get_global_var_type()
` [PATCH 12/23] perf annotate-data: Handle global variable access
` [PATCH 13/23] perf annotate-data: Handle call instructions
` [PATCH 14/23] perf annotate-data: Implement instruction tracking
` [PATCH 15/23] perf annotate-data: Check register state for type
` [PATCH 16/23] perf annotate: Parse x86 segment register location
` [PATCH 17/23] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 18/23] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 19/23] perf annotate-data: Support general per-cpu access
` [PATCH 20/23] perf annotate-data: Handle ADD instructions
` [PATCH 21/23] perf annotate-data: Add stack canary type
` [PATCH 22/23] perf annotate-data: Add a cache for global variable types
` [PATCH 23/23] perf annotate-data: Do not retry for invalid types
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).