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

[PATCH 00/20] mm: zswap: cleanups
 2024-01-30 16:27 UTC  (51+ messages)
` [PATCH 01/20] mm: zswap: rename zswap_free_entry to zswap_entry_free
` [PATCH 02/20] mm: zswap: inline and remove zswap_entry_find_get()
` [PATCH 03/20] mm: zswap: move zswap_invalidate_entry() to related functions
` [PATCH 04/20] mm: zswap: warn when referencing a dead entry
  ` [External] "
` [PATCH 05/20] mm: zswap: clean up zswap_entry_put()
` [PATCH 06/20] mm: zswap: rename __zswap_load() to zswap_decompress()
` [PATCH 07/20] mm: zswap: break out zwap_compress()
` [PATCH 08/20] mm: zswap: further cleanup zswap_store()
` [PATCH 09/20] mm: zswap: simplify zswap_invalidate()
` [PATCH 10/20] mm: zswap: function ordering: pool alloc & free
` [PATCH 11/20] mm: zswap: function ordering: pool refcounting
` [PATCH 12/20] mm: zswap: function ordering: zswap_pools
` [PATCH 13/20] mm: zswap: function ordering: pool params
` [PATCH 14/20] mm: zswap: function ordering: public lru api
` [PATCH 15/20] mm: zswap: function ordering: move entry sections out of LRU section
` [PATCH 16/20] mm: zswap: function ordering: move entry section out of tree section
` [PATCH 17/20] mm: zswap: function ordering: compress & decompress functions
` [PATCH 18/20] mm: zswap: function ordering: per-cpu compression infra
` [PATCH 19/20] mm: zswap: function ordering: writeback
` [PATCH 20/20] mm: zswap: function ordering: shrink_memcg_cb

[PATCH v2 00/25] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-30 16:19 UTC  (2+ messages)

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

[linux-next:master 2330/2827] mm/mempolicy.c:2438:17: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2024-01-30 15:53 UTC 

[RFC PATCH 0/7] Introduce cache_is_aliasing() to fix DAX regression
 2024-01-30 15:21 UTC  (9+ messages)
` [RFC PATCH 4/7] ext2: Use dax_is_supported()
` [RFC PATCH 7/7] xfs: "

[linux-next:master 1016/2825] make[2]: *** kselftest/livepatch/test_modules: No such file or directory. Stop
 2024-01-30 14:39 UTC  (2+ messages)

Convert write_cache_pages() to an iterator v5
 2024-01-30 14:32 UTC  (12+ messages)
` [PATCH 06/19] writeback: Factor out writeback_finish()
` [PATCH 18/19] iomap: Convert iomap_writepages() to use for_each_writeback_folio()
` [PATCH 19/19] writeback: simplify writeback iteration

[linux-next:master 2432/2827] fs/ntfs3/fslog.c:520:27: sparse: sparse: restricted __le32 degrades to integer
 2024-01-30 13:56 UTC 

[PATCH v10 0/6]arm64: add machine check safe support
 2024-01-30 13:56 UTC  (17+ messages)
` [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 5/6] arm64: support copy_mc_[user]_highpage()
` [PATCH v10 6/6] arm64: introduce copy_mc_to_kernel() implementation

[PATCHv5 1/1] block: introduce content activity based ioprio
 2024-01-30 13:53 UTC  (7+ messages)

[PATCH] mm/slub: remove parameter 'flags' in create_kmalloc_caches()
 2024-01-30 13:16 UTC  (4+ messages)

[linux-next:master 2431/2827] fs/ntfs3/frecord.c:2460:16: warning: unused variable 'i_size'
 2024-01-30 13:14 UTC 

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

[linux-next:pending-fixes] BUILD SUCCESS 21abc01c4bcb50e8eb38cc07192ed520641e7285
 2024-01-30 12:29 UTC 

[linux-next:master 2643/2827] htmldocs: Warning: Documentation/gpu/amdgpu/display/display-contributing.rst references a file that doesn't exist: Documentation/GPU/amdgpu/display/mpo-overview.rst
 2024-01-30 12:18 UTC 

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-01-30 11:58 UTC  (31+ messages)
` [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
` [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
` [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
` [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
` [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
` [PATCH RFC v3 10/35] mm: cma: Fast track allocating memory when the pages are free
` [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()

[PATCH net-next v4 1/5] mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument
 2024-01-30 11:37 UTC  (3+ messages)
` [PATCH net-next v4 2/5] page_frag: unify gfp bits for order 3 page allocation
` [PATCH net-next v4 3/5] net: introduce page_frag_cache_drain()

[RFC PATCH] mm/readahead: readahead aggressively if read drops in willneed range
 2024-01-30 11:34 UTC  (17+ messages)

[syzbot] [mm?] kernel BUG in validate_mm (3)
 2024-01-30 11:34 UTC  (2+ messages)

[PATCH RFC 0/4] Fix file lock cache accounting, again
 2024-01-30 11:04 UTC  (11+ messages)
` [PATCH RFC 1/4] fs/locks: "

[PATCH] mempolicy: add home_node info to mpol_to_str()
 2024-01-30 10:48 UTC 

[PATCH v2 0/5] mm: ptdump: Refactor CONFIG_DEBUG_WX and check_wx_pages debugfs attribute
 2024-01-30 10:34 UTC  (6+ messages)
` [PATCH v2 1/5] arm: ptdump: Rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WX
` [PATCH v2 2/5] arm64, powerpc, riscv, s390, x86: ptdump: Refactor CONFIG_DEBUG_WX
` [PATCH v2 3/5] powerpc,s390: ptdump: Define ptdump_check_wx() regardless of CONFIG_DEBUG_WX
` [PATCH v2 4/5] mm: ptdump: Have ptdump_check_wx() return bool
` [PATCH v2 5/5] mm: ptdump: add check_wx_pages debugfs attribute

Several tst-robust* tests time out with recent Linux kernel
 2024-01-30 10:12 UTC  (12+ messages)

[PATCH v1 0/9] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-01-30  9:48 UTC  (27+ 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

[PATCH 1/1] mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP check
 2024-01-30  9:46 UTC  (10+ messages)

[PATCH 0/3] Memory management patches needed by Rust Binder
 2024-01-30  9:15 UTC  (7+ messages)
` [PATCH 3/3] rust: add abstraction for `struct page`

[PATCH] mm/mmap: use SZ_{8M, 128M} helper macro
 2024-01-30  9:25 UTC  (3+ messages)

[PATCH] mm/vmscan: Change the calculation of the number of can reclaim anon pages in zone_reclaimable_pages
 2024-01-30  9:17 UTC 

[PATCH v2 0/3] per-vma locks in userfaultfd
 2024-01-30  8:55 UTC  (14+ 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

Subject: [PATCH RFC 0/4] Demotion Profiling Improvements
 2024-01-30  8:53 UTC  (4+ messages)
` [PATCH RFC 1/4] drivers/base/node: Add demotion_nodes sys infterface

[PATCHv4 1/1] block: introduce content activity based ioprio
 2024-01-30  8:37 UTC  (3+ messages)

put the xfs xfile abstraction on a diet v3
 2024-01-30  8:05 UTC  (5+ messages)
` [PATCH 07/20] shmem: document how to "persist" data when using shmem_*file_setup

[PATCH 1/3] riscv: mm: Use hint address in mmap if available
 2024-01-30  7:42 UTC 

[PATCH] mm: zswap: fix objcg use-after-free in entry destruction
 2024-01-30  7:26 UTC  (4+ messages)

[PATCH v3 0/7] swapin refactor for optimization and unified readahead
 2024-01-30  7:03 UTC  (12+ messages)
` [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

[linux-next:master 2565/2825] mm/userfaultfd.c:983 move_zeropage_pte() warn: inconsistent returns 'dst_ptl'
 2024-01-30  5:13 UTC 

hugetlbfs: WARNING: bad unlock balance detected during MADV_REMOVE
 2024-01-30  4:08 UTC  (7+ messages)

[PATCH] mempolicy: check home_node is in the nodes of policy
 2024-01-30  4:02 UTC  (4+ messages)

linux-next: Tree for Jan 29 (fs/Kconfig: HUGETLBFS)
 2024-01-30  3:50 UTC 

[PATCH v2 0/3] mm/zswap: fix race between lru writeback and swapoff
 2024-01-30  3:31 UTC  (6+ messages)
` [PATCH v2 2/3] "

[PATCH v11 00/26] DEPT(Dependency Tracker)
 2024-01-30  2:58 UTC  (4+ messages)
` [PATCH v11 14/26] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread

[GIT PULL] hotfixes for 6.8-rc3
 2024-01-30  2:49 UTC  (2+ messages)

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

[PATCH 0/9] mm/damon: make DAMON debugfs interface deprecation unignorable
 2024-01-30  1:35 UTC  (9+ messages)
` [PATCH 1/9] Docs/admin-guide/mm/damon/usage: use sysfs interface for tracepoints example
` [PATCH 2/9] mm/damon: rename CONFIG_DAMON_DBGFS to DAMON_DBGFS_DEPRECATED
` [PATCH 3/9] mm/damon/dbgfs: implement deprecation notice file
` [PATCH 4/9] mm/damon/dbgfs: make debugfs interface deprecation message a macro
` [PATCH 5/9] Docs/admin-guide/mm/damon/usage: document 'DEPRECATED' file of DAMON debugfs interface
` [PATCH 6/9] selftets/damon: prepare for monitor_on file renaming
` [PATCH 7/9] mm/damon/dbgfs: rename monitor_on file to monitor_on_DEPRECATED
` [PATCH 8/9] Docs/admin-guide/mm/damon/usage: update for monitor_on renaming

[RFC PATCH] mm/readahead: readahead aggressively if read drops in willneed range
 2024-01-29 13:26 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).