messages from 2024-02-13 19:46:13 to 2024-02-20 16:16:32 UTC [more...]
arm64 MTE tag storage reuse - alternatives to MIGRATE_CMA
2024-02-20 16:16 UTC (6+ messages)
[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
2024-02-20 15:13 UTC (9+ 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()
[PATCH v2] uapi/auxvec: Define AT_HWCAP3 and AT_HWCAP4 aux vector, entries
2024-02-20 12:53 UTC (6+ messages)
[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
2024-02-20 2:17 UTC (10+ 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
[PATCH v3 00/35] Memory allocation profiling
2024-02-19 17:17 UTC (152+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 05/35] mm: introduce slabobj_ext to support slab object extensions
` [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 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v3 25/35] xfs: Memory allocation profiling fixups
` [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 v4 00/11] x86: Confine early 1:1 mapped startup code
2024-02-19 17:06 UTC (23+ messages)
` [PATCH v4 01/11] x86/startup_64: Simplify global variable accesses in GDT/IDT programming
` [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 07/11] efi/libstub: Add generic support for parsing mem_encrypt=
` [PATCH v4 11/11] x86/startup_64: Drop global variables keeping track of LA57 state
[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)
[PATCH v6 0/9] Introduce cpu_dcache_is_aliasing() to fix DAX regression
2024-02-15 14:46 UTC (10+ messages)
` [PATCH v6 1/9] dax: add empty static inline for CONFIG_DAX=n
` [PATCH v6 2/9] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) "
` [PATCH v6 3/9] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v6 4/9] dm: "
` [PATCH v6 5/9] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v6 6/9] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v6 7/9] dax: Check for data cache aliasing at runtime
` [PATCH v6 8/9] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v6 9/9] dax: Fix incorrect list of data cache aliasing architectures
[PATCH v3 00/10] mm/memory: optimize unmap/zap with PTE-mapped THP
2024-02-14 20:44 UTC (11+ messages)
` [PATCH v3 01/10] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v3 02/10] mm/memory: handle !page case in zap_present_pte() separately
` [PATCH v3 03/10] mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
` [PATCH v3 04/10] mm/memory: factor out zapping folio pte into zap_present_folio_pte()
` [PATCH v3 05/10] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
` [PATCH v3 06/10] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
` [PATCH v3 07/10] mm/mmu_gather: add tlb_remove_tlb_entries()
` [PATCH v3 08/10] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v3 09/10] mm/mmu_gather: improve cond_resched() handling with large folios and expensive page freeing
` [PATCH v3 10/10] mm/memory: optimize unmap/zap with PTE-mapped THP
[RFC PATCH net-next v5 00/14] Device Memory TCP
2024-02-14 15:30 UTC (8+ messages)
` [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v5 07/14] page_pool: devmem support
[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
2024-02-14 6:59 UTC (13+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).