Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-29 09:31:41 to 2024-01-30 01:34:48 UTC [more...]

[PATCH] mm: zswap: fix objcg use-after-free in entry destruction
 2024-01-30  1:34 UTC 

[PATCH 0/3] fix and extend zswap kselftests
 2024-01-30  1:24 UTC  (7+ messages)
` [PATCH 1/3] selftests: zswap: add zswap selftest file to zswap maintainer entry
` [PATCH 2/3] selftests: fix the zswap invasive shrink test
` [PATCH 3/3] selftests: add test for zswapin

[LSF/MM/BPF TOPIC] Dropping page cache of individual fs
 2024-01-30  1:14 UTC  (9+ messages)

[PATCH v2 0/3] mm/zswap: fix race between lru writeback and swapoff
 2024-01-30  0:58 UTC  (9+ messages)
` [PATCH v2 1/3] mm/zswap: don't return LRU_SKIP if we have dropped lru lock
` [PATCH v2 2/3] mm/zswap: fix race between lru writeback and swapoff
` [PATCH v2 3/3] mm/list_lru: remove list_lru_putback()

[PATCH v2 0/9] swapin refactor for optimization and unified readahead
 2024-01-30  0:39 UTC  (5+ messages)
` [PATCH v2 9/9] mm/swap, shmem: use new swapin helper to skip readahead conditionally

[linux-next:master 2547/2825] mm/mempolicy.c:3131:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-01-30  0:31 UTC 

[PATCH v2 0/3] per-vma locks in userfaultfd
 2024-01-30  0:28 UTC  (12+ messages)
` [PATCH v2 1/3] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v2 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v2 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-01-30  0:04 UTC  (27+ messages)
` [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
` [PATCH RFC v3 02/35] mm: page_alloc: Add an arch hook early in free_pages_prepare()
` [PATCH RFC v3 03/35] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 05/35] mm: cma: Don't append newline when generating CMA area name
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
` [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v3 23/35] arm64: mte: Try to reserve tag storage in arch_alloc_page()

regression/bisected commit 773688a6cb24b0b3c2ba40354d883348a2befa38 make my system completely unusable under high load
 2024-01-29 23:14 UTC  (6+ messages)

[linux-next:master 1016/2825] make[2]: *** kselftest/livepatch/test_modules: No such file or directory. Stop
 2024-01-29 23:08 UTC 

[RFC PATCH] mm/readahead: readahead aggressively if read drops in willneed range
 2024-01-29 22:46 UTC  (15+ messages)

[PATCH v7 0/1] mm: report per-page metadata information
 2024-01-29 22:42 UTC  (2+ messages)
` [PATCH v7 1/1] "

[PATCH v7 0/4] Introduce mseal()
 2024-01-29 22:36 UTC  (2+ messages)

Several tst-robust* tests time out with recent Linux kernel
 2024-01-29 22:23 UTC  (11+ messages)

[linux-next:master 2549/2825] mm/mempolicy.c:2438:17: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2024-01-29 22:17 UTC 

[linux-next:master 1465/2825] tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c:557:13: warning: variable 'r' set but not used
 2024-01-29 21:36 UTC 

[PATCH 0/3] Memory management patches needed by Rust Binder
 2024-01-29 21:27 UTC  (6+ messages)
` [PATCH 3/3] rust: add abstraction for `struct page`

[RFC PATCH 0/7] Introduce cache_is_aliasing() to fix DAX regression
 2024-01-29 21:22 UTC  (9+ messages)
` [RFC PATCH 1/7] Introduce cache_is_aliasing() across all architectures
` [RFC PATCH 2/7] dax: Fix incorrect list of cache aliasing architectures
` [RFC PATCH 3/7] erofs: Use dax_is_supported()
` [RFC PATCH 4/7] ext2: "
` [RFC PATCH 5/7] ext4: "
` [RFC PATCH 6/7] fuse: Introduce fuse_dax_is_supported()
` [RFC PATCH 7/7] xfs: Use dax_is_supported()

[PATCH] selftests/mm: run_vmtests.sh: add hugetlb test category
 2024-01-29 21:12 UTC  (3+ messages)

[PATCH 0/5] Fix and cleanups to page-writeback
 2024-01-29 21:00 UTC  (5+ messages)
` [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh

[LSF/MM/BPF TOPIC] DAMON Updates and Plans: Automation of DAMON tuning, tiering, and VM guest scaling
 2024-01-29 20:47 UTC 

[PATCH v10 0/6]arm64: add machine check safe support
 2024-01-29 20:45 UTC  (10+ messages)
` [PATCH v10 1/6] uaccess: add generic fallback version of copy_mc_to_user()
` [PATCH v10 2/6] arm64: add support for machine check error safe
` [PATCH v10 3/6] arm64: add uaccess to machine check safe
` [PATCH v10 4/6] mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()
` [PATCH v10 5/6] arm64: support copy_mc_[user]_highpage()
` [PATCH v10 6/6] arm64: introduce copy_mc_to_kernel() implementation

[PATCH v2] mm: memcg: Don't periodically flush stats when memcg is disabled
 2024-01-29 20:32 UTC  (2+ messages)

Convert write_cache_pages() to an iterator v5
 2024-01-29 20:13 UTC  (3+ messages)
` [PATCH 06/19] writeback: Factor out writeback_finish()

[PATCH v2 00/25] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-29 20:10 UTC  (27+ messages)
` [PATCH v2 10/25] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH v2 11/25] x86/sev: Adjust directmap to avoid inadvertant RMP faults
` [PATCH v2 13/25] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v2 15/25] x86/sev: Introduce snp leaked pages list
` [PATCH v2 16/25] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH v2 17/25] crypto: ccp: Handle non-volatile INIT_EX data "
` [PATCH v2 25/25] crypto: ccp: Add the SNP_SET_CONFIG command

[PATCH 1/1] mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP check
 2024-01-29 19:03 UTC  (4+ messages)

[PATCH v2 0/3] Enable >0 order folio memory compaction
 2024-01-29 18:32 UTC  (3+ messages)
` [PATCH v2 2/3] mm/compaction: add support for "

[PATCH v3 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-29 18:11 UTC  (6+ messages)
  ` [PATCH v3 4/4] mm/mempolicy: change cur_il_weight to atomic and carry the node with it

[PATCH v3 0/7] swapin refactor for optimization and unified readahead
 2024-01-29 17:54 UTC  (8+ messages)
` [PATCH v3 1/7] mm/swapfile.c: add back some comment
` [PATCH v3 2/7] mm/swap: move no readahead swapin code to a stand-alone helper
` [PATCH v3 3/7] mm/swap: always account swapped in page into current memcg
` [PATCH v3 4/7] mm/swap: introduce swapin_entry for unified readahead policy
` [PATCH v3 5/7] mm/swap: avoid a duplicated swap cache lookup for SWP_SYNCHRONOUS_IO
` [PATCH v3 6/7] mm/swap, shmem: use unified swapin helper for shmem
` [PATCH v3 7/7] mm/swap: refactor swap_cache_get_folio

[syzbot] [ext4?] [nilfs?] INFO: task hung in migrate_pages_batch
 2024-01-29 17:31 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 596764183be8ebb13352b281a442a1f1151c9b06
 2024-01-29 16:37 UTC 

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-01-29 16:34 UTC  (2+ messages)

[PATCH v3 0/4] Swap-out small-sized THP without splitting
 2024-01-29 16:31 UTC  (8+ messages)
` [PATCH RFC 0/6] mm: support large folios swap-in
  ` [PATCH RFC 5/6] mm: rmap: weaken the WARN_ON in __folio_add_anon_rmap()

put the xfs xfile abstraction on a diet v3
 2024-01-29 16:24 UTC  (22+ messages)
` [PATCH 01/20] mm: move mapping_set_update out of <linux/swap.h>
` [PATCH 02/20] shmem: move shmem_mapping out of line
` [PATCH 03/20] shmem: set a_ops earlier in shmem_symlink
` [PATCH 04/20] shmem: move the shmem_mapping assert into shmem_get_folio_gfp
` [PATCH 05/20] shmem: export shmem_get_folio
` [PATCH 06/20] shmem: export shmem_kernel_file_setup
` [PATCH 07/20] shmem: document how to "persist" data when using shmem_*file_setup
` [PATCH 08/20] xfs: remove xfile_stat
` [PATCH 09/20] xfs: remove the xfile_pread/pwrite APIs
` [PATCH 10/20] xfs: don't try to handle non-update pages in xfile_obj_load
` [PATCH 11/20] xfs: shmem_file_setup can't return NULL
` [PATCH 12/20] xfs: don't modify file and inode flags for shmem files
` [PATCH 13/20] xfs: don't allow highmem pages in xfile mappings
` [PATCH 14/20] xfs: use shmem_get_folio in xfile_obj_store
` [PATCH 15/20] xfs: use shmem_get_folio in in xfile_load
` [PATCH 16/20] xfs: add file_{get,put}_folio
` [PATCH 17/20] xfs: remove xfarray_sortinfo.page_kaddr
` [PATCH 18/20] xfs: fix a comment in xfarray.c
` [PATCH 19/20] xfs: convert xfarray_pagesort to deal with large folios
` [PATCH 20/20] xfs: remove xfile_{get,put}_page

hugetlbfs: WARNING: bad unlock balance detected during MADV_REMOVE
 2024-01-29 16:17 UTC  (5+ messages)

[PATCH 5.10/5.15 v2 0/1 RFC] mm/truncate: fix WARNING in ext4_set_page_dirty()
 2024-01-29 16:09 UTC  (4+ messages)

put the xfs xfile abstraction on a diet v2
 2024-01-29 16:04 UTC  (6+ messages)
` [PATCH 07/21] shmem: document how to "persist" data when using shmem_*file_setup

[LSF/MM TOPIC] Making pseudo file systems inodes/dentries more like normal file systems
 2024-01-29 15:57 UTC  (12+ messages)

[syzbot] [mm?] kernel BUG in validate_mm (3)
 2024-01-29 15:22 UTC  (2+ messages)

[PATCH] mempolicy: check home_node is in the nodes of policy
 2024-01-29 15:12 UTC  (2+ messages)

[PATCH] mm/mmap: remove the mm parameter in vma_complete()
 2024-01-29 15:04 UTC  (2+ messages)

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2024-01-29 15:04 UTC  (11+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[linux-next:master 1576/1892] s390-linux-ld: kexec.c:undefined reference to `crashk_low_res'
 2024-01-29 14:55 UTC  (2+ messages)

[linux-next:master 1576/1892] s390-linux-ld: drivers/of/kexec.c:399:undefined reference to `crashk_res'
 2024-01-29 14:43 UTC  (2+ messages)

[PATCH v1 0/9] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-01-29 14:32 UTC  (10+ messages)
` [PATCH v1 1/9] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v1 2/9] mm/memory: handle !page case in zap_present_pte() separately
` [PATCH v1 3/9] mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
` [PATCH v1 4/9] mm/memory: factor out zapping folio pte into zap_present_folio_pte()
` [PATCH v1 5/9] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
` [PATCH v1 6/9] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
` [PATCH v1 7/9] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v1 8/9] mm/mmu_gather: add tlb_remove_tlb_entries()
` [PATCH v1 9/9] mm/memory: optimize unmap/zap with PTE-mapped THP

[LSF/MM/BPF TOPIC] MM: Mapcount Madness
 2024-01-29 14:09 UTC  (3+ messages)

[PATCH 0/2] netfs: Miscellaneous fixes
 2024-01-29 13:53 UTC  (6+ messages)
` [PATCH 1/2] netfs: Fix i_dio_count leak on DIO read past i_size
` [PATCH 2/2] netfs: Fix missing zero-length check in unbuffered write

[davidhildenbrand:fork_rmap_batching_mm_unstable 104/141] make[4]: *** No rule to make target 'kernel/elfcorehdr.o', needed by 'kernel/built-in.a'
 2024-01-29 13:52 UTC  (3+ messages)

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-01-29 12:46 UTC  (16+ messages)
` [PATCH v3 01/15] arm64/mm: Make set_ptes() robust when OAs cross 48-bit boundary
` [PATCH v3 02/15] arm/pgtable: define PFN_PTE_SHIFT
` [PATCH v3 03/15] nios2/pgtable: "
` [PATCH v3 04/15] powerpc/pgtable: "
` [PATCH v3 05/15] riscv/pgtable: "
` [PATCH v3 06/15] s390/pgtable: "
` [PATCH v3 07/15] sparc/pgtable: "
` [PATCH v3 08/15] mm/pgtable: make pte_next_pfn() independent of set_ptes()
` [PATCH v3 09/15] arm/mm: use pte_next_pfn() in set_ptes()
` [PATCH v3 10/15] powerpc/mm: "
` [PATCH v3 11/15] mm/memory: factor out copying the actual PTE in copy_present_pte()
` [PATCH v3 12/15] mm/memory: pass PTE to copy_present_pte()
` [PATCH v3 13/15] mm/memory: optimize fork() with PTE-mapped THP
` [PATCH v3 14/15] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()
` [PATCH v3 15/15] mm/memory: ignore writable bit "

[PATCH 1/2] mm/hugetlb: Restore the reservation if needed
 2024-01-29 12:45 UTC  (3+ messages)

[PATCH 1/2] mm/damon/sysfs: Implement recording feature
 2024-01-29 12:13 UTC  (3+ messages)

[PATCH] shmem: Properly report quota mount options
 2024-01-29 12:01 UTC 

[linux-next:pending-fixes] BUILD SUCCESS d0322f611f9c83a5b2a1e22f2a9edd853de4a581
 2024-01-29 11:17 UTC 

[PATCH v2 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-01-29 11:05 UTC  (5+ messages)
` [PATCH v2 13/15] "
` [PATCH v2 14/15] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()

[PATCH 1/2] mm: introduce memalloc_flags_{save,restore}
 2024-01-29 10:48 UTC  (5+ messages)
` [PATCH 2/2] mm: introduce PF_MEMALLOC_NOWARN

[RFC] Memory tiering kernel alignment
 2024-01-29 10:27 UTC  (5+ messages)

[PATCH v2 1/2] stackdepot: use variable size records for non-evictable entries
 2024-01-29 10:07 UTC  (2+ messages)
` [PATCH v2 2/2] kasan: revert eviction of stack traces in generic mode


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