Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-04 16:37:30 to 2024-04-05 13:47:35 UTC [more...]

[PATCH 1/1] mm: change inlined allocation helpers to account at the call site
 2024-04-05 13:47 UTC  (13+ messages)

[PATCH v6 00/37] Memory allocation profiling
 2024-04-05 13:37 UTC  (9+ messages)
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro

mm/gup.c:679:22: error: call to '__compiletime_assert_382' declared with 'error' attribute: BUILD_BUG failed
 2024-04-05 13:21 UTC  (3+ messages)

[PATCH 0/2] selftests: Replace "Bail out" with "Error" in ksft_exit_fail_msg()
 2024-04-05 13:17 UTC  (3+ messages)
` [PATCH 1/2] selftests: Replace "Bail out" with "Error"
` [PATCH 2/2] selftests: Remove Error/Failed prefix from ksft_exit_fail*() usages

[PATCH v4 0/2] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-05 12:58 UTC  (7+ messages)
` [PATCH v4 1/2] mm/madvise: introduce mkold_clean_ptes() batch helper
` [PATCH v4 2/2] mm/madvise: optimize lazyfreeing with mTHP in madvise_free

Linux choosing to swap despite having 250G of file memory available
 2024-04-05 12:49 UTC  (3+ messages)

[linux-next:master 4238/4242] riscv32-linux-ld: section .data LMA [00369000,00907967] overlaps section .text LMA [0007899c,01a6a6af]
 2024-04-05 12:33 UTC 

[PATCH] mm: set pageblock_order to HPAGE_PMD_ORDER in case with !CONFIG_HUGETLB_PAGE but THP enabled
 2024-04-05 12:24 UTC 

[PATCH] mm: page_alloc: use the correct THP order for THP PCP
 2024-04-05 12:16 UTC  (3+ messages)

[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
 2024-04-05 12:11 UTC  (3+ messages)
` [PATCH 06/10] mm: page_alloc: fix freelist movement during block conversion

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-05 11:58 UTC  (5+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
` [PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range()
` [PATCH 3/4] mmu_notifier: remove the .change_pte() callback
` [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault (2)
 2024-04-05 11:35 UTC  (5+ messages)

[PATCH 0/4] Use folio APIs in procfs
 2024-04-05 11:02 UTC  (3+ messages)

[PATCH v3] mm: add per-order mTHP alloc_success and alloc_fail counters
 2024-04-05 10:51 UTC  (15+ messages)

[PATCH net-next v9 0/9] net: intel: start The Great Code Dedup + Page Pool for iavf
 2024-04-05 10:44 UTC  (8+ messages)
` [PATCH net-next v9 2/9] iavf: kill "legacy-rx" for good
` [PATCH net-next v9 4/9] slab: introduce kvmalloc_array_node() and kvcalloc_node()
` [PATCH net-next v9 7/9] libeth: add Rx buffer management

[PATCH v6 0/6] Swap-out mTHP without splitting
 2024-04-05 10:42 UTC  (7+ messages)
` [PATCH v6 1/6] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
` [PATCH v6 4/6] mm: swap: Allow storage of all mTHP orders
` [PATCH v6 5/6] mm: vmscan: Avoid split during shrink_folio_list()

[PATCH v4 0/2] mm: add per-order mTHP alloc and swpout counters
 2024-04-05 10:27 UTC  (3+ messages)
` [PATCH v4 1/2] mm: add per-order mTHP anon_alloc and anon_alloc_fallback counters
` [PATCH v4 2/2] mm: add per-order mTHP anon_swpout and anon_swpout_fallback counters

[linux-next:master] [fs] 1b43c46297: kernel_BUG_at_mm/usercopy.c
 2024-04-05 10:26 UTC  (4+ messages)

[PATCH 15/26] mm: Export writeback_iter()
 2024-04-05 10:15 UTC  (10+ messages)
    ` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-04-05 10:13 UTC  (2+ messages)

[PATCH v5 0/6] Swap-out mTHP without splitting
 2024-04-05  9:24 UTC  (12+ messages)
` [PATCH v5 1/6] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
` [PATCH v5 2/6] mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
` [PATCH v5 5/6] mm: vmscan: Avoid split during shrink_folio_list()

[PATCH 0/3] Make {virt, phys, page, pfn} translation work with KFENCE for LoongArch
 2024-04-05  9:21 UTC  (4+ messages)
` [PATCH 1/3] mm: Move lowmem_page_address() a little later

[PATCH v13 0/8] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios
 2024-04-05  9:19 UTC  (5+ messages)
` [PATCH v13 2/8] mm/gup: Introduce check_and_migrate_movable_folios()
` [PATCH v13 8/8] selftests/udmabuf: Add tests to verify data after page migration

[PATCH v2 00/14] transfer page to folio in KSM
 2024-04-05  9:07 UTC  (12+ messages)
` [PATCH v3 01/14] mm/ksm: add ksm_get_folio
` [PATCH v3 06/14] mm/ksm: use ksm_get_folio in scan_get_next_rmap_item
` [PATCH v3 08/14] mm/ksm: Convert chain series funcs to use folio
` [PATCH v3 13/14] mm/ksm: use folio_set_stable_node in try_to_merge_one_page
` [PATCH v3 14/14] mm/ksm: remove set_page_stable_node

[PATCH] slub: fix slub segmentation
 2024-04-05  9:05 UTC  (3+ messages)

[linux-next:master 4050/4242] loongarch64-linux-ld: kernel/bpf/verifier.c:20223:undefined reference to `__SCK__perf_snapshot_branch_stack'
 2024-04-05  8:15 UTC 

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-04-05  7:56 UTC  (3+ messages)
` [PATCH 3/7] crypto: Remove the now superfluous sentinel element from ctl_table array

[PATCH v4 0/4] Memory management patches needed by Rust Binder
 2024-04-05  7:44 UTC  (6+ messages)
` [PATCH v4 1/4] rust: uaccess: add userspace pointers
` [PATCH v4 4/4] rust: add abstraction for `struct page`

Machine check recovery broken in v6.9-rc1
 2024-04-05  7:19 UTC  (3+ messages)

[PATCH v2 0/3] x86/mm/pat: fix VM_PAT handling in COW mappings
 2024-04-05  7:00 UTC  (7+ messages)
` [PATCH v2 2/3] "

[linux-next:master 2720/3921] lib/alloc_tag.c:142 alloc_tag_init() warn: passing zero to 'PTR_ERR'
 2024-04-05  6:51 UTC 

[linux-next:master 3911/4242] kernel/bpf/verifier.c:19160:44: sparse: sparse: cast truncates bits from constant value (fffffffc00000000 becomes 0)
 2024-04-05  6:29 UTC 

[RFC PATCH v3 0/7] DAMON based tiered memory management for CXL memory
 2024-04-05  6:08 UTC  (8+ messages)
` [RFC PATCH v3 1/7] mm/damon/paddr: refactor DAMOS_PAGEOUT with migration_mode
` [RFC PATCH v3 2/7] mm: make alloc_demote_folio externally invokable for migration
` [RFC PATCH v3 3/7] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
` [RFC PATCH v3 4/7] mm/migrate: add MR_DAMON to migrate_reason
` [RFC PATCH v3 5/7] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
` [RFC PATCH v3 6/7] mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion
` [RFC PATCH v3 7/7] mm/damon: Add "damon_migrate_{hot,cold}" vmstat

[linux-next:master 4050/4242] verifier.c:undefined reference to `__SCK__perf_snapshot_branch_stack'
 2024-04-05  6:08 UTC 

[PATCH v2 0/5] zswap same-filled and limit checking cleanups
 2024-04-05  5:35 UTC  (6+ messages)
` [PATCH v2 1/5] mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full
` [PATCH v2 2/5] mm: zswap: calculate limits only when updated
` [PATCH v2 3/5] mm: zswap: refactor limit checking from zswap_store()
` [PATCH v2 4/5] mm: zswap: move more same-filled pages checks outside of zswap_store()
` [PATCH v2 5/5] mm: zswap: remove same_filled module params

[syzbot] [cgroups?] [mm?] WARNING in __mod_memcg_lruvec_state
 2024-04-05  4:47 UTC  (5+ messages)

[PATCH v1 0/5] zswap same-filled and limit checking cleanups
 2024-04-05  4:19 UTC  (12+ messages)
` [PATCH v1 1/5] mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full
` [PATCH v1 2/5] mm: zswap: refactor limit checking from zswap_store()
` [PATCH v1 3/5] mm: zswap: move more same-filled pages checks outside of zswap_store()
` [PATCH v1 4/5] mm: zswap: remove same_filled module params
` [PATCH v1 5/5] mm: zswap: do not check the global limit for same-filled pages

[PATCH v1 0/5] s390: page_mapcount(), page_has_private() and PG_arch_1
 2024-04-05  3:42 UTC  (8+ messages)
` [PATCH v1 2/5] s390/uv: convert gmap_make_secure() to work on folios
` [PATCH v1 3/5] s390/uv: convert PG_arch_1 users to only work on small folios
` [PATCH v1 4/5] s390/uv: update PG_arch_1 comment
` [PATCH v1 5/5] s390/hugetlb: convert PG_arch_1 code to work on folio->flags

[linux-next:master 3790/3921] i2c-i801.c:undefined reference to `i2c_root_adapter'
 2024-04-05  3:31 UTC 

[PATCH v2 0/3] Hugetlb fault path to use struct vm_fault
 2024-04-05  3:23 UTC  (10+ messages)
` [PATCH v2 1/3] hugetlb: Convert hugetlb_fault() "
` [PATCH v2 2/3] hugetlb: Convert hugetlb_no_page() "
` [PATCH v2 3/3] hugetlb: Convert hugetlb_wp() "

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-04-05  3:10 UTC  (3+ messages)
` [PATCH v17 11/35] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource

[Patch v3] mm/memblock: remove empty dummy entry
 2024-04-05  1:58 UTC 

[linux-next:master 2709/3921] WARNING: modpost: vmlinux: section mismatch in reference: (unknown)+0x1488 (section: __ex_table) -> .LASF136 (section: .debug_str)
 2024-04-05  1:52 UTC 

[Patch v2] mm/memblock: remove empty dummy entry
 2024-04-05  1:53 UTC  (2+ messages)

[PATCH] mm/memblock: remove empty dummy entry
 2024-04-05  1:51 UTC  (3+ messages)

[akpm-mm:mm-unstable 43/300] arch/arc/include/asm/mmu-arcv2.h:82:9: error: implicit declaration of function 'write_aux_reg'
 2024-04-05  0:16 UTC 

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-05  0:07 UTC  (3+ messages)
` [PATCH v11 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info

[PATCH v3 0/3] page_owner: Fix refcount imbalance
 2024-04-04 22:56 UTC  (2+ messages)

[syzbot] [mm?] inconsistent lock state in __mmap_lock_do_trace_acquire_returned
 2024-04-04 22:22 UTC  (3+ messages)

[PATCH 1/2] mm/cma: drop incorrect alignment check in cma_init_reserved_mem
 2024-04-04 22:22 UTC  (16+ messages)
` [PATCH 2/2] mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nid

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-04-04 21:48 UTC  (5+ messages)

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-04-04 21:39 UTC  (7+ messages)
` [PATCH v3 08/29] mm: Define VM_SHADOW_STACK for RISC-V
` [PATCH v3 09/29] mm: abstract shadow stack vma behind `vma_is_shadow_stack`

[PATCH] dax/bus.c: replace WARN_ON_ONCE() with lockdep asserts
 2024-04-04 21:32 UTC  (3+ messages)

Some questions about shrink_folio_list
 2024-04-04 21:32 UTC  (2+ messages)

[PATCH v2 1/3] x86/mm: Use IPIs to synchronize LAM enablement
 2024-04-04 21:27 UTC  (2+ messages)

[PATCH] userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVE
 2024-04-04 21:07 UTC  (9+ messages)

[PATCH v10 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-04 21:04 UTC  (6+ messages)
` [PATCH v10 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
        ` [External] "

[linux-next:master 2674/3921] mm/vmalloc.c:1079:3-9: preceding lock on line 1075 (fwd)
 2024-04-04 20:41 UTC  (2+ messages)

[PATCH 0/3] mm/gup: fixups for hugetlb gup rework series
 2024-04-04 20:36 UTC  (8+ messages)
` [PATCH 1/3] mm: Allow anon exclusive check over hugetlb tail pages

[syzbot] [mm?] WARNING: bad unlock balance in madvise_cold_or_pageout_pte_range
 2024-04-04 20:35 UTC  (2+ messages)

[PATCH] kasan: hw_tags: include linux/vmalloc.h
 2024-04-04 19:48 UTC  (3+ messages)

[PATCH 0/8] Convert huge_zero_page to huge_zero_folio
 2024-04-04 19:41 UTC  (5+ messages)
` [PATCH 3/8] mm: Add pmd_folio()
` [PATCH 6/8] mm: Convert do_huge_pmd_anonymous_page to huge_zero_folio

[LSF/MM/BPF TOPIC] Multi-sized THP performance benchmarks and analysis on ARM64
 2024-04-04 19:33 UTC  (4+ messages)

[PATCH v2] mm/page-flags: make PageMappingFlags return bool
 2024-04-04 19:26 UTC  (2+ messages)

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-04 18:52 UTC  (3+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young

[PATCH 0/2] Fix selftests/mm build without requiring "make headers"
 2024-04-04 18:46 UTC  (5+ messages)
` [PATCH 1/2] selftests: break the dependency upon local header files
` [PATCH 2/2] selftests/mm: fix additional build errors for selftests

[PATCH] mm: Remove struct page from get_shadow_from_swap_cache
 2024-04-04 18:40 UTC  (2+ messages)

[PATCH 00/10] Various page->flags cleanups
 2024-04-04 18:29 UTC  (3+ messages)
` [PATCH 08/10] slub: Remove use of page->flags

[linux-next:pending-fixes] BUILD SUCCESS 3f982ad8ef1680b87b757ebb12381aec254f5750
 2024-04-04 18:28 UTC 

[akpm-mm:mm-unstable 300/300] include/linux/mmdebug.h:114:35: error: expected expression before 'do'
 2024-04-04 17:53 UTC  (2+ messages)

[PATCH 0/2] selftests: add ksft_exit_fail_perror()
 2024-04-04 17:48 UTC  (2+ messages)

[linux-next:master 2524/3504] kernel/locking/rtmutex.c:218:9: error: incompatible pointer to integer conversion passing 'typeof (*(((__ai_ptr))))' (aka 'struct task_struct *') to parameter of type 'uintptr_t' (aka 'unsigned long')
 2024-04-04 17:44 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 2b3d5988ae2cb5cd945ddbc653f0a71706231fdd
 2024-04-04 17:31 UTC 


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