linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-12 18:00:25 to 2025-01-03 09:35:46 UTC [more...]

[PATCH v4 00/15] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-03  9:35 UTC  (27+ 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 00/10] Account page tables at all levels
 2025-01-03  9:28 UTC  (23+ 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 0/3] LoongArch: initial 32-bit UAPI
 2025-01-02 18:34 UTC  (4+ messages)
` [PATCH 1/3] loongarch: Wire up 32 bit syscalls
` [PATCH 2/3] loongarch: Introduce sys_loongarch_flush_icache syscall
` [PATCH 3/3] loongarch: vdso: Introduce __vdso_flush_icache function

[PATCH 3/6] x86/cpuidle: Move buggy mwait implementations away from CPUIDLE_FLAG_MWAIT
 2025-01-02 15:01 UTC 

[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2025-01-02 13:20 UTC  (27+ messages)
` [PATCH v22 01/20] fgraph: Get ftrace recursion lock in function_graph_enter
` [PATCH v22 02/20] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v22 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v22 04/20] fgraph: Pass ftrace_regs to retfunc
` [PATCH v22 05/20] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v22 06/20] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v22 07/20] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v22 08/20] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v22 09/20] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v22 10/20] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v22 11/20] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v22 12/20] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v22 13/20] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v22 14/20] fprobe: Add fprobe_header encoding feature
` [PATCH v22 15/20] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v22 16/20] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v22 17/20] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v22 18/20] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v22 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v22 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes
        ` [PATCH v23] "

[PATCH v3 00/17] move pagetable_*_dtor() to __tlb_remove_table()
 2024-12-30  5:01 UTC  (24+ 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()

[RESEND PATCH] fs/pipe: Introduce a check to skip sleeping processes during pipe read/write
 2024-12-28 16:32 UTC  (10+ messages)

[PATCH] sh: exports for delay.h
 2024-12-27 18:31 UTC  (6+ messages)

[PATCH v21 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-26 15:42 UTC  (11+ messages)
` [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v21 05/20] fprobe: Use ftrace_regs in fprobe entry handler

[PATCH RFC 0/2] module: Introduce hash-based integrity checking
 2024-12-25 22:52 UTC  (3+ messages)
` [PATCH RFC 1/2] kbuild: add stamp file for vmlinux BTF data
` [PATCH RFC 2/2] module: Introduce hash-based integrity checking

[RFC] RLIMIT_NOFILE: the maximum number of open files or the maximum fd index?
 2024-12-25 15:44 UTC  (2+ messages)

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-12-19 12:02 UTC  (5+ messages)
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1

[PATCH 00/17] vDSO: Introduce generic data storage
 2024-12-19  7:03 UTC  (28+ messages)
` [PATCH 01/17] parisc: Remove unused symbol vdso_data
` [PATCH 02/17] vdso: Introduce vdso/align.h
` [PATCH 03/17] vdso: Add generic time data storage
` [PATCH 04/17] vdso: Add generic random "
` [PATCH 05/17] vdso: Add generic architecture-specific "
` [PATCH 06/17] arm64: vdso: Switch to generic storage implementation
` [PATCH 07/17] riscv: "
` [PATCH 08/17] LoongArch: vDSO: "
` [PATCH 09/17] arm: vdso: "
` [PATCH 10/17] s390/vdso: "
` [PATCH 11/17] MIPS: vdso: "
` [PATCH 12/17] powerpc/vdso: "
` [PATCH 13/17] x86/vdso: "
` [PATCH 14/17] x86/vdso/vdso2c: Remove page handling
` [PATCH 15/17] vdso: Remove remnants of architecture-specific random state storage
` [PATCH 16/17] vdso: Remove remnants of architecture-specific time storage
` [PATCH 17/17] vdso: Remove kconfig symbol GENERIC_VDSO_DATA_STORE

[PATCH net-next v7 0/4] Add support for SO_PRIORITY cmsg
 2024-12-18 11:57 UTC  (8+ messages)
` [PATCH net-next v7 1/4] sock: Introduce sk_set_prio_allowed helper function
` [PATCH net-next v7 2/4] sock: support SO_PRIORITY cmsg
` [PATCH net-next v7 3/4] selftests: net: test SO_PRIORITY ancillary data with cmsg_sender
` [PATCH net-next v7 4/4] sock: Introduce SO_RCVPRIORITY socket option

[PATCH v12 0/9] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-12-18  8:38 UTC  (2+ messages)

[PATCH 0/3] KASAN fix for arch_dup_task_struct (x86, um)
 2024-12-17 20:27 UTC  (4+ messages)
` [PATCH 1/3] vmlinux.lds.h: remove entry to place init_task onto init_stack
` [PATCH 2/3] um: avoid copying FP state from init_task
` [PATCH 3/3] x86: avoid copying dynamic "

[PATCH 0/2] hyperv: Move some features to common code
 2024-12-17 17:48 UTC  (4+ messages)

[PATCH v2] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
 2024-12-16 16:57 UTC  (2+ messages)

[PATCH] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
 2024-12-14  9:58 UTC 

[RFC v2 00/13] LKMM *generic* atomics in Rust
 2024-12-13 20:28 UTC  (11+ messages)
` [RFC v2 02/13] rust: sync: Add basic atomic operation mapping framework
` [RFC v2 04/13] rust: sync: atomic: Add generic atomics

[PATCH 5.4 243/321] x86/asm/crypto: Annotate local functions
 2024-12-13 12:14 UTC  (5+ messages)

I urge you to understand my viewpoint accurately
 2024-12-13  4:25 UTC 

[PATCH v3 0/6] Enable strict percpu address space checks
 2024-12-13  7:13 UTC  (4+ messages)

[PATCH] tools/memory-model: Fix litmus-tests's file names for case-insensitive filesystem
 2024-12-12 23:09 UTC  (12+ messages)

[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
 2024-12-12 22:03 UTC  (5+ messages)
` [PATCH v7 7/7] Add Propeller configuration for kernel build

[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
 2024-12-12 21:37 UTC  (2+ messages)

[PATCH v2 00/12] Wire up CRC-T10DIF library functions to arch-optimized code
 2024-12-12 21:36 UTC  (2+ 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).