linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/8] implement "memmap on memory" feature on s390
 2023-11-14 18:39 UTC  (9+ messages)
` [PATCH 2/8] mm/memory_hotplug: fix error handling in add_memory_resource()
` [PATCH 3/8] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
` [PATCH 5/8] s390/mm: allocate vmemmap pages from self-contained memory range
` [PATCH 7/8] s390/sclp: remove unhandled memory notifier type
  ` [PATCH 1/8] mm/memory_hotplug: fix memory hotplug locking order
  ` [PATCH 4/8] mm/memory_hotplug: introduce MEM_PHYS_ONLINE/OFFLINE memory notifiers
  ` [PATCH 6/8] s390/mm: implement MEM_PHYS_ONLINE MEM_PHYS_OFFLINE "

[PATCH RFC] libfs: getdents() should return 0 after reaching EOD
 2023-11-14 18:13 UTC  (6+ messages)

[RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
 2023-11-14 17:49 UTC  (10+ messages)

folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL
 2023-11-14 17:29 UTC  (8+ messages)
  ` cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)

[PATCH v4] zswap: memcontrol: implement zswap writeback disabling
 2023-11-14 17:19 UTC  (2+ messages)

[PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
 2023-11-14 17:16 UTC  (5+ messages)
  ` [External] "

[RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-11-14 16:57 UTC  (8+ messages)

[PATCH v1] mm: More ptep_get() conversion
 2023-11-14 16:46 UTC  (3+ messages)

Several tst-robust* tests time out with recent Linux kernel
 2023-11-14 16:43 UTC  (4+ messages)

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2023-11-14 16:36 UTC  (6+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH -next] mm/kmemleak: move the initialisation of object to __link_object
 2023-11-14 16:21 UTC  (2+ messages)

[RFC PATCH 0/2] Introduce a way to expose the interpreted file with binfmt_misc
 2023-11-14 16:14 UTC  (9+ messages)

[PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
 2023-11-14 15:41 UTC  (7+ messages)

[PATCH] mm: document mmu_notifier_invalidate_range_start_nonblock()
 2023-11-14 15:32 UTC  (2+ messages)

[PATCH] Documentation/mm: Drop pte_bad() descriptions from arch page table helpers
 2023-11-14 15:12 UTC  (2+ messages)

[PATCH] ksm: delay the check of splitting compound pages
 2023-11-14 14:43 UTC  (3+ messages)

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-14 14:24 UTC  (3+ messages)
` [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers

[PATCH RFC] kasan: use stack_depot_put for Generic mode
 2023-11-14 13:36 UTC  (2+ messages)

[RFC PATCH] mm: support large folio numa balancing
 2023-11-14 13:12 UTC  (12+ messages)

[RFC 0/4] Introduce unbalance proactive reclaim
 2023-11-14 13:03 UTC  (26+ messages)

[RFC PATCH 0/6] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2023-11-14 12:56 UTC  (7+ messages)
` [RFC PATCH 1/6] cxl/mbox: Add GET_SUPPORTED_FEATURES, GET_FEATURE and SET_FEATURE mailbox commands
` [RFC PATCH 2/6] cxl/memscrub: Add CXL device patrol scrub control feature
` [RFC PATCH 3/6] memory: scrub: Add function to show scrub attributes in decimal
` [RFC PATCH 4/6] memory: scrub: Add scrub control attributes for the DDR5 ECS
` [RFC PATCH 5/6] cxl/memscrub: Add CXL device DDR5 ECS control feature
` [RFC PATCH 6/6] cxl: scrub: sysfs: Add Documentation for CXL memory device scrub control attributes

[patch 0/2] mm: too_many_isolated can stall due to out of sync VM counters
 2023-11-14 12:46 UTC  (6+ messages)
` [patch 1/2] mm: vmstat: introduce node_page_state_pages_snapshot
` [patch 2/2] mm: vmstat: use node_page_state_snapshot in too_many_isolated

[PATCH 00/20] remove the SLAB allocator
 2023-11-14 12:00 UTC  (46+ messages)
` [PATCH 01/20] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
` [PATCH 02/20] KASAN: remove code paths guarded by CONFIG_SLAB
` [PATCH 03/20] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
` [PATCH 04/20] mm/memcontrol: remove CONFIG_SLAB #ifdef guards
` [PATCH 05/20] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
` [PATCH 06/20] mm/slab: remove CONFIG_SLAB code from slab common code
` [PATCH 07/20] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
` [PATCH 08/20] mm/slab: remove mm/slab.c and slab_def.h
` [PATCH 09/20] mm/slab: move struct kmem_cache_cpu declaration to slub.c
` [PATCH 10/20] mm/slab: move the rest of slub_def.h to mm/slab.h
` [PATCH 11/20] mm/slab: consolidate includes in the internal mm/slab.h
` [PATCH 12/20] mm/slab: move pre/post-alloc hooks from slab.h to slub.c
` [PATCH 13/20] mm/slab: move memcg related functions "
` [PATCH 14/20] mm/slab: move struct kmem_cache_node "
` [PATCH 15/20] mm/slab: move kfree() from slab_common.c "
` [PATCH 16/20] mm/slab: move kmalloc_slab() to mm/slab.h
` [PATCH 17/20] mm/slab: move kmalloc() functions from slab_common.c to slub.c
` [PATCH 18/20] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers
` [PATCH 19/20] mm/slub: optimize alloc fastpath code layout
` [PATCH 20/20] mm/slub: optimize free fast path "

[Question]: major faults are still triggered after mlockall when numa balancing
 2023-11-14 11:23 UTC  (10+ messages)

[PATCH v6 0/9] variable-order, large folios for anonymous memory
 2023-11-14 10:57 UTC  (10+ messages)

[PATCH v2 0/3] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v2)
 2023-11-14  9:23 UTC  (5+ messages)
` [PATCH v2 1/3] "
    ` [PATCH] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v3)

high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
 2023-11-14  7:47 UTC  (11+ messages)

[linus:master] [mm, pcp] 362d37a106: netperf.Throughput_Mbps 14.5% improvement
 2023-11-14  7:38 UTC 

[RFC PATCH] kasan: Record and report more information
 2023-11-14  7:27 UTC  (2+ messages)

[PATCH v5 6/9] slub: Delay freezing of partial slabs
 2023-11-14  5:44 UTC  (2+ messages)

[PATCH v2] mm/page_owner: record and dump free_pid and free_tgid
 2023-11-14  3:42 UTC 

[PATCH] hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write
 2023-11-14  2:07 UTC  (2+ messages)

[RFC V3 PATCH] arm64: mm: swap: save and restore mte tags for large folios
 2023-11-14  1:43 UTC 

[PATCH v3] mm: Fix for negative counter: nr_file_hugepages
 2023-11-14  1:42 UTC  (2+ messages)

[PATCH v2 0/6] mm: cleanup and use more folio in page fault
 2023-11-13 20:07 UTC  (11+ messages)
` [PATCH v2 1/6] mm: ksm: use more folio api in ksm_might_need_to_copy()
` [PATCH v2 2/6] mm: memory: use a folio in validate_page_before_insert()
` [PATCH v2 3/6] mm: memory: rename page_copy_prealloc() to folio_prealloc()
` [PATCH v2 4/6] mm: memory: use a folio in do_cow_page()
` [PATCH v2 5/6] mm: memory: use folio_prealloc() in wp_page_copy()
` [PATCH v2 6/6] mm: memory: use folio_prealloc() in do_anonymous_page()

[PATCH v1 0/4] Enable >0 order folio memory compaction
 2023-11-13 19:22 UTC  (7+ messages)
` [PATCH v1 1/4] mm/compaction: enable compacting >0 order folios
` [PATCH v1 2/4] mm/compaction: add support for >0 order folio memory compaction
` [PATCH v1 3/4] mm/compaction: optimize >0 order folio compaction with free page split
` [PATCH v1 4/4] mm/compaction: optimize >0 order folio compaction by sorting source pages

[PATCH v7 3/3] shmem: stable directory offsets
 2023-11-13 18:58 UTC  (3+ messages)

[PATCH v2 3/7] buffer: Fix grow_buffers() for block size > PAGE_SIZE
 2023-11-13 17:20 UTC  (3+ messages)

[BUG?] mm/secretmem: memory address mapped to memfd_secret can be used in write syscall
 2023-11-13 15:42 UTC  (5+ messages)

[PATCH] mmap: remove the IA64-specific vma expansion implementation
 2023-11-13 15:00 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION d173336e238b0f7f5b7eddfa641d7c25c24bb86a
 2023-11-13 13:46 UTC 

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-13 12:21 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS f5a0c920323037a7494a7f6b81fe697d315b87a4
 2023-11-13 12:14 UTC 

[PATCH 0/1] mm/khugepaged: map anonymous pte-mapped THPs by pmds
 2023-11-13 10:10 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 0/6] mm: cleanup and use more folio in page fault
 2023-11-13  9:51 UTC  (8+ messages)
` [PATCH 1/6] mm: ksm: use more folio api in ksm_might_need_to_copy()

[PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
 2023-11-13  9:46 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox