Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-15 19:22:41 to 2024-02-21 19:40:57 UTC [more...]

[PATCH v4 00/36] Memory allocation profiling
 2024-02-21 19:40 UTC 

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

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-21 19:22 UTC  (38+ messages)
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 23/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v8 35/38] selftests/arm64: Add GCS signal tests
    ` [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace

[PATCH 0/6] Fix mlx5 write combining support on new ARM64 cores
 2024-02-21 19:22 UTC  (8+ messages)
` [PATCH 1/6] x86: Stop using weak symbols for __iowrite32_copy()
` [PATCH 2/6] s390: Implement __iowrite32_copy()
` [PATCH 3/6] s390: Stop using weak symbols for __iowrite64_copy()
` [PATCH 4/6] arm64/io: Provide a WC friendly __iowriteXX_copy()
` [PATCH 5/6] net: hns3: Remove io_stop_wc() calls after __iowrite64_copy()
` [PATCH 6/6] IB/mlx5: Use __iowrite64_copy() for write combining stores

[PATCH v3 00/35] Memory allocation profiling
 2024-02-21 18:26 UTC  (93+ messages)
` [PATCH v3 07/35] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v3 08/35] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v3 10/35] lib: code tagging framework
` [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
` [PATCH v3 14/35] lib: introduce support for page allocation tagging
` [PATCH v3 18/35] mm: create new codetag references during page splitting
` [PATCH v3 20/35] lib: add codetag reference into slabobj_ext
` [PATCH v3 21/35] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v3 31/35] lib: add memory allocations report in show_mem()
` [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself

[PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration
 2024-02-21 17:57 UTC  (17+ messages)
` [PATCH 1/4] mm/vmalloc: allow arch-specific vmalloc_node overrides
` [PATCH 2/4] mm: pgalloc: support address-conditional pmd allocation
      ` [External] "
` [PATCH 3/4] arm64: separate code and data virtual memory allocation
` [PATCH 4/4] arm64: dynamic enforcement of pmd-level PXNTable
  ` [External] Re: [PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration

[PATCH 0/3] arch: Remove fbdev dependency from video helpers
 2024-02-21 16:05 UTC  (4+ 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 v5 00/16] x86: Confine early 1:1 mapped startup code
 2024-02-21 14:52 UTC  (18+ messages)
` [PATCH v5 01/16] x86/startup_64: Simplify global variable accesses in GDT/IDT programming
` [PATCH v5 02/16] x86/startup_64: Use RIP_REL_REF() to assign phys_base
` [PATCH v5 03/16] x86/startup_64: Use RIP_REL_REF() to access early_dynamic_pgts[]
` [PATCH v5 04/16] x86/startup_64: Use RIP_REL_REF() to access __supported_pte_mask
` [PATCH v5 05/16] x86/startup_64: Use RIP_REL_REF() to access early page tables
` [PATCH v5 06/16] x86/startup_64: Use RIP_REL_REF() to access early_top_pgt[]
` [PATCH v5 07/16] x86/startup_64: Simplify CR4 handling in startup code
` [PATCH v5 08/16] x86/startup_64: Defer assignment of 5-level paging global variables
` [PATCH v5 09/16] x86/startup_64: Simplify calculation of initial page table address
` [PATCH v5 10/16] x86/startup_64: Simplify virtual switch on primary boot
` [PATCH v5 11/16] x86/sme: Avoid SME/SVE related checks on non-SME/SVE platforms
` [PATCH v5 12/16] efi/libstub: Add generic support for parsing mem_encrypt=
` [PATCH v5 13/16] x86/boot: Move mem_encrypt= parsing to the decompressor
` [PATCH v5 14/16] x86/sme: Move early SME kernel encryption handling into .head.text
` [PATCH v5 15/16] x86/sev: Move early startup code into .head.text section
` [PATCH v5 16/16] x86/startup_64: Drop global variables keeping track of LA57 state

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-02-21 13:01 UTC  (14+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

Chromium sandbox on LoongArch and statx -- seccomp deep argument inspection again?
 2024-02-21 12:03 UTC  (5+ messages)

[PATCH v4 00/11] x86: Confine early 1:1 mapped startup code
 2024-02-21 11:23 UTC  (23+ messages)
` [PATCH v4 02/11] x86/startup_64: Replace pointer fixups with RIP-relative references
` [PATCH v4 03/11] x86/startup_64: Simplify CR4 handling in startup code
` [PATCH v4 04/11] x86/startup_64: Defer assignment of 5-level paging global variables
` [PATCH v4 07/11] efi/libstub: Add generic support for parsing mem_encrypt=

arm64 MTE tag storage reuse - alternatives to MIGRATE_CMA
 2024-02-20 16:36 UTC  (7+ messages)

[PATCH v2] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
 2024-02-20 12:53 UTC  (6+ messages)

[PATCH v2 2/5] context_tracking: Make context_tracking_key __ro_after_init
 2024-02-19  6:10 UTC  (2+ messages)

[PATCH v2] nvdimm/pmem: Fix leak on dax_add_host() failure
 2024-02-16 16:12 UTC  (2+ messages)

[PATCH rdma-next 1/2] arm64/io: add memcpy_toio_64
 2024-02-16 12:39 UTC  (14+ 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).