Linux-csky Archive mirror
 help / color / mirror / Atom feed
[PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
 2024-12-12 22:01 UTC  (23+ messages)
` [PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable v2 02/16] mm: x86: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 03/16] mm: arm: "
` [PATCH mm-unstable v2 04/16] mm: alpha: "
` [PATCH mm-unstable v2 05/16] mm: arc: Use generic_mmap_hint()
` [PATCH mm-unstable v2 06/16] mm: csky: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 07/16] mm: loongarch: "
` [PATCH mm-unstable v2 08/16] mm: mips: Introduce arch_align_mmap_hint()
` [PATCH mm-unstable v2 09/16] mm: parisc: "
` [PATCH mm-unstable v2 10/16] mm: s390: Use generic_mmap_hint()
` [PATCH mm-unstable v2 11/16] mm: sh: Introduce arch_mmap_hint()
` [PATCH mm-unstable v2 12/16] mm: sparc32: "
` [PATCH mm-unstable v2 13/16] mm: sparc64: "
` [PATCH mm-unstable v2 14/16] mm: xtensa: "
` [PATCH mm-unstable v2 15/16] mm: powerpc: "
` [PATCH mm-unstable v2 16/16] mm: Respect mmap hint before THP alignment if allocation is possible

[PATCH 00/28] vdso: Preparations for generic data storage
 2024-12-11 22:33 UTC  (9+ messages)
` [PATCH 04/28] arm64: vdso: Drop LBASE_VDSO
` [PATCH 05/28] arm64: vdso: Use only one single vvar mapping

[PATCH v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
 2024-12-11 22:32 UTC  (6+ messages)

[PATCH] kernel/irq/proc: performance: replace seq_printf with seq_put_decimal_ull_width
 2024-12-11 22:32 UTC  (4+ messages)

provide generic page_to_phys and phys_to_page implementations v3
 2024-12-11 22:32 UTC  (6+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys

[PATCH v4 00/20] Remove PERF_HAVE_DWARF_REGS
 2024-12-11 22:32 UTC  (23+ messages)
` [PATCH v4 01/20] perf bpf-prologue: Remove unused file
` [PATCH v4 02/20] perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET
` [PATCH v4 03/20] perf dwarf-regs: Add EM_HOST and EF_HOST defines
` [PATCH v4 04/20] perf disasm: Add e_machine/e_flags to struct arch
` [PATCH v4 05/20] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum
` [PATCH v4 06/20] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr
` [PATCH v4 07/20] perf dwarf-regs: Move x86 dwarf-regs out of arch
` [PATCH v4 08/20] perf arm64: Remove dwarf-regs.c
` [PATCH v4 09/20] perf arm: "
` [PATCH v4 10/20] perf dwarf-regs: Move csky dwarf-regs out of arch
` [PATCH v4 11/20] perf loongarch: Remove dwarf-regs.c
` [PATCH v4 12/20] perf mips: "
` [PATCH v4 13/20] perf dwarf-regs: Move powerpc dwarf-regs out of arch
` [PATCH v4 14/20] perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h
` [PATCH v4 15/20] perf s390: Remove dwarf-regs.c
` [PATCH v4 16/20] perf sh: "
` [PATCH v4 17/20] perf sparc: "
` [PATCH v4 18/20] perf xtensa: "
` [PATCH v4 19/20] perf dwarf-regs: Remove get_arch_regstr code
` [PATCH v4 20/20] perf build: Remove PERF_HAVE_DWARF_REGS

[PATCH mm-unstable 00/17] mm: Introduce arch_mmap_hint()
 2024-12-10 19:39 UTC  (26+ messages)
` [PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable 02/17] mm: x86: Introduce arch_mmap_hint()
` [PATCH mm-unstable 03/17] mm: arm: "
` [PATCH mm-unstable 04/17] mm: alpha: "
` [PATCH mm-unstable 05/17] mm: arc: Use generic_mmap_hint()
` [PATCH mm-unstable 06/17] mm: csky: Introduce arch_mmap_hint()
` [PATCH mm-unstable 07/17] mm: loongarch: "
` [PATCH mm-unstable 08/17] mm: mips: Introduce arch_align_mmap_hint()
` [PATCH mm-unstable 09/17] mm: parisc: "
` [PATCH mm-unstable 10/17] mm: s390: Introduce arch_mmap_hint()
` [PATCH mm-unstable 11/17] mm: sh: "
` [PATCH mm-unstable 12/17] mm: sparc32: "
` [PATCH mm-unstable 13/17] mm: sparc64: "
` [PATCH mm-unstable 14/17] mm: xtensa: "
` [PATCH mm-unstable 15/17] mm: powerpc: "
` [PATCH mm-unstable 16/17] mm: Fallback to generic_mmap_hint()
` [PATCH mm-unstable 17/17] mm: Respect mmap hint before THP alignment if allocation is possible

[PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs
 2024-11-21  4:22 UTC  (22+ messages)
` [PATCH RFT 01/16] perf tools: Create generic syscall table support
` [PATCH RFT 02/16] perf tools: arc: Support generic syscall headers
` [PATCH RFT 03/16] perf tools: csky: "
` [PATCH RFT 04/16] perf tools: arm: Support "
` [PATCH RFT 05/16] perf tools: sh: "
` [PATCH RFT 06/16] perf tools: sparc: "
` [PATCH RFT 07/16] perf tools: xtensa: Support syscall header
` [PATCH RFT 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH RFT 09/16] perf tools: alpha: Support syscall header
` [PATCH RFT 10/16] perf tools: parisc: "
` [PATCH RFT 11/16] perf tools: arm64: Use syscall table
` [PATCH RFT 12/16] perf tools: loongarch: "
` [PATCH RFT 13/16] perf tools: mips: Use generic syscall scripts
` [PATCH RFT 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH RFT 15/16] perf tools: s390: "
` [PATCH RFT 16/16] perf tools: Remove dependency on libaudit

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-18 18:40 UTC  (14+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v3 00/20] Remove PERF_HAVE_DWARF_REGS
 2024-11-08 23:08 UTC  (29+ messages)
` [PATCH v3 03/20] perf dwarf-regs: Add EM_HOST and EF_HOST defines
` [PATCH v3 04/20] perf disasm: Add e_machine/e_flags to struct arch
` [PATCH v3 05/20] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum
` [PATCH v3 06/20] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr
` [PATCH v3 07/20] perf dwarf-regs: Move x86 dwarf-regs out of arch
` [PATCH v3 08/20] perf arm64: Remove dwarf-regs.c
` [PATCH v3 09/20] perf arm: "
` [PATCH v3 10/20] perf dwarf-regs: Move csky dwarf-regs out of arch
` [PATCH v3 11/20] perf loongarch: Remove dwarf-regs.c
` [PATCH v3 12/20] perf mips: "
` [PATCH v3 13/20] perf dwarf-regs: Move powerpc dwarf-regs out of arch
` [PATCH v3 14/20] perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h
` [PATCH v3 15/20] perf s390: Remove dwarf-regs.c
` [PATCH v3 16/20] perf sh: "
` [PATCH v3 17/20] perf sparc: "
` [PATCH v3 18/20] perf xtensa: "
` [PATCH v3 19/20] perf dwarf-regs: Remove get_arch_regstr code
` [PATCH v3 20/20] perf build: Remove PERF_HAVE_DWARF_REGS

[PATCH v2 00/31] Libdw/dwarf build clean up
 2024-11-07 19:24 UTC  (9+ messages)
` [PATCH v2 16/31] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum
` [PATCH v2 17/31] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr

[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
 2024-10-30  8:45 UTC  (2+ messages)

[PATCH v11 0/4] Replace fallback for IO memcpy and IO memset
 2024-10-28 14:01 UTC  (6+ messages)
` [PATCH v11 1/4] New implementation "
` [PATCH v11 2/4] arm64: Use new fallback IO memcpy/memset
` [PATCH v11 3/4] csky: "
` [PATCH v11 4/4] loongarch: "

[PATCH] csky: fix csky_cmpxchg_fixup not working
 2024-10-28  2:54 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v10 0/4] Replace fallback for IO memcpy and IO memset
 2024-10-25 14:20 UTC  (7+ messages)
` [PATCH v10 1/4] "
` [PATCH v10 2/4] arm64: Use new fallback IO memcpy/memset
` [PATCH v10 3/4] csky: "
` [PATCH v10 4/4] loongarch: "

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-10-24 10:52 UTC  (9+ messages)

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-24  8:13 UTC  (25+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v3 00/11] Libdw/dwarf build clean up
 2024-10-19 16:23 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 read-only IMAP folder(s) and NNTP newsgroup(s).