messages from 2026-01-11 08:24:25 to 2026-02-20 13:34:57 UTC [more...]
[PATCH 0/3] use runtime constant to optimize handle_arch_irq access
2026-02-20 13:16 UTC (6+ messages)
` [PATCH 1/3] vmlinux.lds.h: add _handle_arch_irq RUNTIME_CONST section
` [PATCH 2/3] genirq: use runtime constant to optimize handle_arch_irq access
` [PATCH 3/3] arm64: "
[PATCH 3.5] arm: make initialization of zero page independent of the memory map (was Re: [PATCH v2 22/28] arch, mm: consolidate initialization of nodes, zones and memory map)
2026-02-20 4:11 UTC (2+ messages)
[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
2026-02-20 4:10 UTC (27+ messages)
` [PATCH v3 12/29] nios2: introduce arch_zone_limits_init()
` [PATCH v3 13/29] openrisc: "
` [PATCH v3 14/29] parisc: "
` [PATCH v3 15/29] powerpc: "
` [PATCH v3 16/29] riscv: "
` [PATCH v3 17/29] s390: "
` [PATCH v3 18/29] sh: "
` [PATCH v3 19/29] sparc: "
` [PATCH v3 20/29] um: "
` [PATCH v3 21/29] x86: "
` [PATCH v3 22/29] xtensa: "
` [PATCH v3 23/29] arch, mm: consolidate initialization of nodes, zones and memory map
` [PATCH v3 24/29] arch, mm: consolidate initialization of SPARSE memory model
` [PATCH v3 25/29] mips: drop paging_init()
` [PATCH v3 26/29] x86: don't reserve hugetlb memory in setup_arch()
` [PATCH v3 27/29] mm, arch: consolidate hugetlb CMA reservation
` [PATCH v3 28/29] mm/hugetlb: drop hugetlb_cma_check()
` [PATCH v3 29/29] Revert "mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc"
[PATCH AUTOSEL 6.19-5.10] parisc: Prevent interrupts during reboot
2026-02-16 15:48 UTC (5+ messages)
[PATCH v3 0/4] arch, mm: consolidate empty_zero_page
2026-02-12 18:40 UTC (17+ messages)
` [PATCH v3 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
` [PATCH v3 2/4] mm: rename my_zero_pfn() to zero_pfn()
` [PATCH v3 3/4] arch, mm: consolidate empty_zero_page
` [PATCH v3 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
[PATCH v2 0/4] arch, mm: consolidate empty_zero_page
2026-02-10 15:11 UTC (12+ messages)
` [PATCH v2 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
` [PATCH v2 2/4] mm: rename my_zero_pfn() to zero_pfn()
` [PATCH v2 3/4] arch, mm: consolidate empty_zero_page
` [PATCH v2 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
[PATCH mm-unstable] arch, mm: consolidate empty_zero_page
2026-02-09 8:41 UTC (8+ messages)
[Patch v3 0/4] Perf tools: perf-regs bug fix and optimization
2026-02-09 0:46 UTC (10+ messages)
` [Patch v3 1/4] perf regs: Fix abort for "-I" or "--user-regs" options
` [Patch v3 2/4] perf arch: Update arch headers to use relative UAPI paths
` [Patch v3 3/4] perf regs: Remove __weak attributive arch__xxx_reg_mask() functions
` [Patch v3 4/4] perf regs: Remove __weak attributive arch_sdt_arg_parse_op() function
[PATCH v2] perf regs: Refactor use of arch__sample_reg_masks to perf_reg_name
2026-02-02 0:56 UTC (9+ messages)
[Patch v2 0/3] Perf tools: remove arch-specific __weak
2026-01-28 8:04 UTC (12+ messages)
` [Patch v2 1/3] perf arch: Update arch headers to use relative UAPI paths
` [Patch v2 2/3] perf regs: Remove __weak attributive arch__xxx_reg_mask() functions
` [Patch v2 3/3] perf regs: Remove __weak attributive arch_sdt_arg_parse_op() function
[PATCH v1 00/23] perf dwarf/libdw extra support, speed and clean ups
2026-01-27 18:08 UTC (32+ messages)
` [PATCH v1 01/23] perf symbol-elf: Fix leak of ELF files with GNU debugdata
` [PATCH v1 02/23] perf dso: Extra validity checks that e_machine is valid
` [PATCH v1 03/23] perf record: Disable inline frames when marking build IDs
` [PATCH v1 04/23] perf unwind-libdw: fix a cross-arch unwinding bug
` [PATCH v1 05/23] perf libdw_addr2line: Fixes to srcline memory allocation
` [PATCH v1 06/23] perf unwind-libdw: Correct argument to dwfl_attach_state
` [PATCH v1 07/23] perf powerpc: Unify the skip-callchain-idx libdw with that for addr2line
` [PATCH v1 08/23] perf perf_regs: Switch from arch string to int e_machine
` [PATCH v1 09/23] perf dwarf-regs: Add util/dwarf-regs-arch for consistency with perf-regs
` [PATCH v1 10/23] perf dwarf-regs: Remove get_arch_regnum
` [PATCH v1 11/23] perf dwarf-regs: Clean up x86 dwarf_regnum code
` [PATCH v1 12/23] perf dwarf-regs: Add get_dwarf_regnum_for_perf_regnum and use for x86 unwinding
` [PATCH v1 13/23] perf dwarf-regs: Add basic get_dwarf_regnum for most architectures
` [PATCH v1 14/23] perf dwarf-regs: Add ARM perf to dwarf register number mapping functions
` [PATCH v1 15/23] perf dwarf-regs: Add csky "
` [PATCH v1 16/23] perf dwarf-regs: Add loongarch "
` [PATCH v1 17/23] perf dwarf-regs: Add powerpc "
` [PATCH v1 18/23] perf dwarf-regs: Add RISC-V "
` [PATCH v1 19/23] perf dwarf-regs: Add S390 "
` [PATCH v1 20/23] perf dwarf-regs: Add MIPS "
` [PATCH v1 21/23] perf build: Remove NO_LIBDW_DWARF_UNWIND option
` [PATCH v1 22/23] perf unwind-libdw: Don't discard loaded ELF/Dwarf after every unwind
` [PATCH v1 23/23] perf machine: Add inline information to frame pointer and LBR callchains
[PATCH v1 0/4] perf e_flags support for CSKY
2026-01-26 20:51 UTC (6+ messages)
` [PATCH v1 1/4] perf dso: Factor out e_machine reading for use in thread
` [PATCH v1 2/4] perf thread: Add optional e_flags output argument to thread__e_machine
` [PATCH v1 3/4] perf perf_regs: Accurately compute register names for CSKY
` [PATCH v1 4/4] perf unwind-libdw: Wire up e_flags "
[PATCH v3 00/12] perf annotate arch clean up
2026-01-23 17:47 UTC (17+ messages)
` [PATCH v3 01/12] perf header: Fix memory leaks in process_cpu_domain_info
` [PATCH v3 02/12] perf annotate: Fix args leak of map_symbol
` [PATCH v3 03/12] perf maps: Fix reference count leak in maps__find_ams
` [PATCH v3 04/12] perf disasm: Constify use of struct arch
` [PATCH v3 05/12] perf disasm: Constify use of struct ins_op
` [PATCH v3 06/12] perf disasm: Constify use of struct ins
` [PATCH v3 07/12] perf disasm: Rework the string arch__is to use the ELF machine
` [PATCH v3 08/12] perf disasm: Don't include C files from the arch directory
` [PATCH v3 09/12] perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_ops
` [PATCH v3 10/12] perf map_symbol: Switch from holding maps to holding thread
` [PATCH v3 11/12] perf disasm: Refactor arch__find and initialization of arch structs
` [PATCH v3 12/12] perf disasm: Minor layout tweaks for struct arch
[PATCH v2 00/12] perf annotate arch clean up
2026-01-22 19:20 UTC (15+ messages)
` [PATCH v2 01/12] perf header: Fix memory leaks in process_cpu_domain_info
` [PATCH v2 02/12] perf annotate: Fix args leak of map_symbol
` [PATCH v2 03/12] perf maps: Fix reference count leak in maps__find_ams
` [PATCH v2 04/12] perf disasm: Constify use of struct arch
` [PATCH v2 05/12] perf disasm: Constify use of struct ins_op
` [PATCH v2 06/12] perf disasm: Constify use of struct ins
` [PATCH v2 07/12] perf disasm: Rework the string arch__is to use the ELF machine
` [PATCH v2 08/12] perf disasm: Don't include C files from the arch directory
` [PATCH v2 09/12] perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_ops
` [PATCH v2 10/12] perf map_symbol: Switch from holding maps to holding thread
` [PATCH v2 11/12] perf disasm: Refactor arch__find and initialization of arch structs
` [PATCH v2 12/12] perf disasm: Minor layout tweaks for struct arch
[PATCH v1 00/11] perf annotate arch clean up
2026-01-22 16:05 UTC (17+ messages)
` [PATCH v1 01/11] perf maps: Fix reference count leak in maps__find_ams
` [PATCH v1 02/11] perf annotate: Fix args leak of map_symbol
` [PATCH v1 03/11] perf disasm: Constify use of struct arch
` [PATCH v1 04/11] perf disasm: Constify use of struct ins_op
` [PATCH v1 05/11] perf disasm: Constify use of struct ins
` [PATCH v1 06/11] perf disasm: Rework the string arch__is to use the ELF machine
` [PATCH v1 07/11] perf disasm: Don't include C files from the arch directory
` [PATCH v1 08/11] perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_ops
` [PATCH v1 09/11] perf map_symbol: Switch from holding maps to holding thread
` [PATCH v1 10/11] perf disasm: Refactor arch__find and initialization of arch structs
` [PATCH v1 11/11] perf disasm: Minor layout tweaks for struct arch
[PATCH v1] perf regs: Refactor use of arch__sample_reg_masks to perf_reg_name
2026-01-20 19:37 UTC
[PATCH] mm/pgtable: convert pgtable_t to ptdesc pointer
2026-01-18 14:10 UTC (8+ messages)
[PATCH v7 0/4] Align atomic storage
2026-01-13 5:22 UTC (2+ messages)
` [PATCH v7 2/4] atomic: Specify alignment for atomic_t and atomic64_t
[PATCH v3] perf unwind-libdw: fix a cross-arch unwinding bug
2026-01-13 2:41 UTC (2+ 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