linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-11 23:28:02 to 2025-01-07 14:17:29 UTC [more...]

[PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-07 14:17 UTC  (52+ messages)
` [PATCH v4 01/15] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v4 02/15] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v4 03/15] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v4 04/15] mm: pgtable: add statistics for P4D level page table
` [PATCH v4 05/15] arm64: pgtable: use mmu gather to free p4d "
` [PATCH v4 06/15] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v4 07/15] mm: pgtable: introduce pagetable_dtor()
` [PATCH v4 08/15] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v4 09/15] arm64: "
` [PATCH v4 10/15] riscv: "
` [PATCH v4 11/15] x86: "
` [PATCH v4 12/15] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH v4 13/15] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v4 14/15] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v4 15/15] mm: pgtable: introduce generic pagetable_dtor_free()

[PATCH v2 0/6] Account page tables at all levels
 2025-01-07  9:15 UTC  (9+ messages)
` [PATCH v2 1/6] mm: Move common part of pagetable_*_ctor to helper
` [PATCH v2 2/6] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
` [PATCH v2 3/6] m68k: mm: Add calls to pagetable_pmd_[cd]tor
` [PATCH v2 4/6] ARM: mm: Rename PGD helpers
` [PATCH v2 5/6] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
` [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level

[PATCH v3 00/17] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-06  3:53 UTC  (26+ messages)
` [PATCH v3 01/17] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v3 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v3 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v3 04/17] mm: pgtable: add statistics for P4D level page table
` [PATCH v3 05/17] arm64: pgtable: use mmu gather to free p4d "
` [PATCH v3 06/17] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v3 07/17] mm: pgtable: introduce pagetable_dtor()
` [PATCH v3 08/17] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v3 09/17] arm64: "
` [PATCH v3 10/17] riscv: "
` [PATCH v3 11/17] x86: "
` [PATCH v3 12/17] s390: pgtable: also move pagetable_dtor() of PxD "
` [PATCH v3 13/17] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v3 14/17] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v3 15/17] mm: pgtable: remove tlb_remove_page_ptdesc()
` [PATCH v3 16/17] mm: pgtable: remove tlb_remove_ptdesc()
` [PATCH v3 17/17] mm: pgtable: introduce generic pagetable_dtor_free()

[PATCH 00/10] Account page tables at all levels
 2025-01-03 10:36 UTC  (25+ messages)
` [PATCH 01/10] mm: Move common parts of pagetable_*_[cd]tor to helpers
` [PATCH 02/10] parisc: mm: Ensure pagetable_pmd_[cd]tor are called
` [PATCH 03/10] m68k: mm: Add calls to pagetable_pmd_[cd]tor
` [PATCH 04/10] s390/mm: Add calls to pagetable_pud_[cd]tor
` [PATCH 05/10] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH 06/10] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH 07/10] mm: Introduce ctor/dtor at P4D level
` [PATCH 08/10] ARM: mm: Rename PGD helpers
` [PATCH 09/10] asm-generic: pgalloc: Provide generic __pgd_{alloc,free}
` [PATCH 10/10] mm: Introduce ctor/dtor at PGD level

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

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

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

[PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
 2024-12-13 17:08 UTC  (31+ 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


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