Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-21 15:45:49 to 2024-03-01 18:52:41 UTC [more...]

[PATCH 0/6] Fix mlx5 write combining support on new ARM64 cores
 2024-03-01 18:52 UTC  (25+ messages)
` [PATCH 4/6] arm64/io: Provide a WC friendly __iowriteXX_copy()

[PATCH 1/2] mmiowb: Rename mmiowb_spin_{lock, unlock}() to mmiowb_in_{lock, unlock}()
 2024-03-01 13:05 UTC  (2+ messages)
` [PATCH 2/2] mmiowb: Hook up mmiowb helpers to mutexes as well as spinlocks

[PATCH 0/4] apply page shift to PFN instead of VA in pfn_to_virt
 2024-02-29 23:01 UTC  (7+ messages)
` [PATCH 1/4] asm-generic/page.h: "
` [PATCH 2/4] csky: "

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-29 22:13 UTC  (36+ messages)
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
    ` [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace

[PATCH v3 00/35] Memory allocation profiling
 2024-02-29 20:54 UTC  (5+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()

[PATCH v4 00/36] Memory allocation profiling
 2024-02-28 18:38 UTC  (94+ messages)
` [PATCH v4 01/36] fix missing vmalloc.h includes
` [PATCH v4 02/36] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 06/36] mm: enumerate all gfp flags
` [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v4 11/36] lib: code tagging framework
` [PATCH v4 12/36] lib: code tagging module support
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
` [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling
` [PATCH v4 15/36] lib: introduce support for page allocation tagging
` [PATCH v4 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v4 18/36] mm: enable page allocation tagging
` [PATCH v4 19/36] mm: create new codetag references during page splitting
` [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
` [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 23/36] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v4 24/36] rust: Add a rust helper for krealloc()
` [PATCH v4 25/36] mempool: Hook up to memory allocation profiling
` [PATCH v4 26/36] mm: percpu: Introduce pcpuobj_ext
` [PATCH v4 27/36] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v4 28/36] mm: percpu: enable per-cpu allocation tagging
` [PATCH v4 29/36] mm: vmalloc: Enable memory allocation profiling
` [PATCH v4 30/36] rhashtable: Plumb through alloc tag
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()
` [PATCH v4 32/36] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v4 33/36] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v4 34/36] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v4 35/36] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v4 36/36] memprofiling: Documentation

Chromium sandbox on LoongArch and statx -- seccomp deep argument inspection again?
 2024-02-26 17:38 UTC  (20+ messages)

[GIT PULL] LoongArch fixes for v6.8-rc6
 2024-02-24 18:10 UTC  (2+ messages)

[PATCH v2 00/17] Add folio_end_read
 2024-02-23 15:36 UTC  (4+ messages)
` [PATCH v2 03/17] mm: Add folio_end_read()

[PATCH v5 00/16] x86: Confine early 1:1 mapped startup code
 2024-02-23 13:11 UTC  (3+ messages)
` [PATCH v5 10/16] x86/startup_64: Simplify virtual switch on primary boot

[PATCH 0/3] arch: Remove fbdev dependency from video helpers
 2024-02-23  1:26 UTC  (7+ messages)
` [PATCH 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH 2/3] arch: Remove struct fb_info from video helpers
` [PATCH 3/3] arch: Rename fbdev header and source files

[PATCH 0/4] parisc: checksum: Use generic implementations and optimize checksum
 2024-02-22 16:04 UTC  (9+ messages)
` [PATCH 1/4] asm-generic headers: Allow csum_partial arch override
` [PATCH 2/4] parisc: checksum: Use generic implementations
` [PATCH 3/4] parisc: checksum: Remove folding from csum_partial
` [PATCH 4/4] parisc: checksum: Optimize from32to16

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-02-22 13:33 UTC  (18+ messages)
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [RFC PATCH v1 11/28] riscv: Implementing "PROT_SHADOWSTACK" on riscv
` [RFC PATCH v1 15/28] riscv/mm: Implement map_shadow_stack() syscall
` [RFC PATCH v1 18/28] prctl: arch-agnostic prtcl for indirect branch tracking

[PATCH 5/6] net: hns3: Remove io_stop_wc() calls after __iowrite64_copy()
 2024-02-22  0:57 UTC  (2+ messages)

[PATCH] mm/mmu_gather: change __tlb_remove_tlb_entry() to an inline function
 2024-02-21 19:30 UTC  (2+ messages)

[PATCH v3 31/35] lib: add memory allocations report in show_mem()
 2024-02-21 18:26 UTC  (15+ messages)

[PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration
 2024-02-21 17:57 UTC  (12+ messages)
` [PATCH 1/4] mm/vmalloc: allow arch-specific vmalloc_node overrides
` [PATCH 2/4] mm: pgalloc: support address-conditional pmd allocation
      ` [External] "
  ` [External] Re: [PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration


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