linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2024-01-27  1:58 UTC  (11+ messages)
` [PATCH v3 01/26] ext4: refactor ext4_da_map_blocks()
` [PATCH v3 02/26] ext4: convert to exclusive lock while inserting delalloc extents
` [PATCH v3 03/26] ext4: correct the hole length returned by ext4_map_blocks()
` [PATCH v3 04/26] ext4: add a hole extent entry in cache after punch
` [PATCH v3 05/26] ext4: make ext4_map_blocks() distinguish delalloc only extent
` [PATCH v3 06/26] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
` [RFC PATCH v3 07/26] iomap: don't increase i_size if it's not a write operation
` [RFC PATCH v3 08/26] iomap: add pos and dirty_len into trace_iomap_writepage_map
` [RFC PATCH v3 09/26] ext4: allow inserting delalloc extents with multi-blocks
` [RFC PATCH v3 11/26] ext4: also mark extent as delalloc if it's been unwritten

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

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

[RESEND PATCH V2] mm: page_alloc: unreserve highatomic page blocks before oom
 2024-01-27  0:31 UTC  (9+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in bpf_probe_read_compat_str
 2024-01-27  0:25 UTC 

[PATCH v2 00/25] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-26 23:54 UTC  (16+ messages)
` [PATCH v2 02/25] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH v2 03/25] iommu/amd: Don't rely on external callers to enable IOMMU SNP support
` [PATCH v2 04/25] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v2 05/25] x86/mtrr: Don't print errors if MtrrFixDramModEn is set when SNP enabled
` [PATCH v2 06/25] x86/sev: Add RMP entry lookup helpers
` [PATCH v2 07/25] x86/fault: Add helper for dumping RMP entries
` [PATCH v2 08/25] x86/traps: Define RMP violation #PF error code
` [PATCH v2 11/25] x86/sev: Adjust directmap to avoid inadvertant RMP faults
` [PATCH v2 21/25] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH v2 25/25] crypto: ccp: Add the SNP_SET_CONFIG command

[PATCH v2 1/1] mm/madvise: add MADV_F_COLLAPSE_LIGHT to process_madvise()
 2024-01-26 23:46 UTC  (14+ messages)

[PATCH v3 0/4] Swap-out small-sized THP without splitting
 2024-01-26 23:22 UTC  (8+ messages)
` [PATCH RFC 0/6] mm: support large folios swap-in
  ` [PATCH RFC 1/6] arm64: mm: swap: support THP_SWAP on hardware with MTE
  ` [PATCH RFC 2/6] mm: swap: introduce swap_nr_free() for batched swap_free()
  ` [PATCH RFC 3/6] mm: swap: make should_try_to_free_swap() support large-folio

[RFC] Memory tiering kernel alignment
 2024-01-26 23:03 UTC  (9+ messages)

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2024-01-26 22:51 UTC  (10+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH v5 0/7] hugetlb: parallelize hugetlb page init on boot
 2024-01-26 22:23 UTC  (9+ messages)
` [PATCH v5 1/7] hugetlb: code clean for hugetlb_hstate_alloc_pages
` [PATCH v5 2/7] hugetlb: split hugetlb_hstate_alloc_pages
` [PATCH v5 3/7] padata: dispatch works on different nodes
` [PATCH v5 4/7] hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc
` [PATCH v5 5/7] hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATA
` [PATCH v5 6/7] hugetlb: parallelize 2M hugetlb allocation and initialization
` [PATCH v5 7/7] hugetlb: parallelize 1G hugetlb initialization

[PATCH 1/2] mm: introduce memalloc_flags_{save,restore}
 2024-01-26 22:07 UTC  (2+ messages)
` [PATCH 2/2] mm: introduce PF_MEMALLOC_NOWARN

[PATCH v7 0/5] Add DAX ABI for memmap_on_memory
 2024-01-26 21:40 UTC  (7+ messages)
` [PATCH v7 1/5] dax/bus.c: replace driver-core lock usage by a local rwsem
` [PATCH v7 2/5] dax/bus.c: replace several sprintf() with sysfs_emit()
` [PATCH v7 5/5] dax: add a sysfs knob to control memmap_on_memory behavior

[f2fs-dev] [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
 2024-01-26 21:32 UTC  (8+ messages)
` [PATCH] f2fs: Support enhanced hot/cold data separation for f2fs

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

[PATCH] mm: memcg: Don't periodically flush stats when memcg is disabled
 2024-01-26 21:20 UTC  (4+ messages)

[PATCH v3 0/3] mm, lru_gen: batch update pages when aging
 2024-01-26 21:19 UTC  (7+ messages)
` [PATCH v3 1/3] mm, lru_gen: try to prefetch next page when scanning LRU

[REGRESSION] v5.13: FS_DAX unavailable on 32-bit ARM
 2024-01-26 20:14 UTC  (2+ messages)

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-01-26 20:00 UTC  (6+ messages)
` [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
` [PATCH RFC v3 19/35] arm64: mte: Discover tag storage memory

[PATCH 1/2] mm/zswap: don't return LRU_SKIP if we have dropped lru lock
 2024-01-26 19:50 UTC  (7+ messages)
` [PATCH 2/2] mm/zswap: fix race between lru writeback and swapoff

[linux-next:master 1589/1892] fs/proc/task_mmu.c:143:45: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-01-26 19:27 UTC  (9+ messages)

[Linux Kernel Bug][mm/gup] 3 Warning Crashes: kmalloc bug in gup_test_ioctl, is_valid_gup_args, pin_user_pages_fast
 2024-01-26 19:23 UTC  (6+ messages)

[PATCH v2 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-01-26 19:11 UTC  (3+ messages)
` [PATCH v2 13/15] "

[PATCHv4 1/1] block: introduce content activity based ioprio
 2024-01-26 18:51 UTC  (3+ messages)

[PATCH 0/3] Memory management patches needed by Rust Binder
 2024-01-26 18:28 UTC  (5+ messages)
` [PATCH 3/3] rust: add abstraction for `struct page`

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

[PATCH 0/4] Convert memcontrol charge moving to use folios
 2024-01-26 17:57 UTC  (2+ messages)

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

[syzbot] [mm?] kernel BUG in resv_map_release
 2024-01-26 17:03 UTC 

[PATCH v2] mm: kmsan: remove runtime checks from kmsan_unpoison_memory()
 2024-01-26 16:57 UTC  (3+ messages)

[LSF/MM TOPIC] Making pseudo file systems inodes/dentries more like normal file systems
 2024-01-26 16:44 UTC  (9+ messages)

[PATCH] Revert "mm:vmscan: fix inaccurate reclaim during proactive reclaim"
 2024-01-26 16:41 UTC  (7+ messages)

[PATCH v3 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-26 16:38 UTC  (6+ messages)
` [PATCH v3 3/4] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
  ` [PATCH v3 4/4] mm/mempolicy: change cur_il_weight to atomic and carry the node with it

[PATCH] mm: memcg: optimize parent iteration in memcg_rstat_updated()
 2024-01-26 15:36 UTC  (2+ messages)

[PATCH] kswapd: Replace try_to_freeze to kthread_freezable_should_stop
 2024-01-26 15:25 UTC 

[PATCH v2 0/3] Enable >0 order folio memory compaction
 2024-01-26 14:22 UTC  (3+ messages)

[PATCH, RFC] block: set noio context in submit_bio_noacct_nocheck
 2024-01-26 13:52 UTC  (5+ messages)

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-26 13:38 UTC  (10+ messages)
` [PATCH v1 18/26] crypto: ccp: Handle legacy SEV commands when SNP is enabled
` [PATCH v1 21/26] crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump
` [PATCH v1 26/26] crypto: ccp: Add the SNP_SET_CONFIG command

[PATCH] mempolicy: check home_node is in the nodes of policy
 2024-01-26 13:22 UTC 

[linux-next:master 1576/1892] s390-linux-ld: kexec.c:undefined reference to `crashk_low_res'
 2024-01-26 11:45 UTC 

[PATCH v4 1/7] selftests/mm: hugepage-shm: conform test to TAP format output
 2024-01-26 11:21 UTC  (7+ messages)
` [PATCH v4 2/7] selftests/mm: hugepage-vmemmap: "
` [PATCH v4 3/7] selftests/mm: hugetlb-madvise: "
` [PATCH v4 4/7] selftests/mm: khugepaged: "
` [PATCH v4 5/7] selftests/mm: hugetlb-read-hwpoison: "
` [PATCH v4 6/7] selftests/mm: ksm_tests: "
` [PATCH v4 7/7] selftests/mm: config: add missing configs

[PATCH] mm: huge_memory: don't force huge page alignment on 32 bit
 2024-01-26 10:51 UTC  (5+ messages)

[PATCH] exec: Remove __FMODE_EXEC from uselib()
 2024-01-26 10:47 UTC  (2+ messages)

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

[PATCHv3 1/1] block: introduce content activity based ioprio
 2024-01-26  9:49 UTC  (6+ messages)

[syzbot] [mm?] possible deadlock in __unmap_hugepage_range
 2024-01-26  9:34 UTC  (2+ messages)

[PATCH] mm/mmap: use SZ_{8M, 128M} helper macro
 2024-01-26  8:59 UTC 

[linux-next:pending-fixes] BUILD SUCCESS a9b7e214d92ca21f275f6f026667194193c4ba83
 2024-01-26  8:27 UTC 

[PATCH] mm and cache_info: remove unnecessary CPU cache info update
 2024-01-26  8:19 UTC 

[PATCH 1/2] x86/mm: delete unused cpu argument to leave_mm()
 2024-01-26  8:06 UTC  (2+ messages)
` [PATCH 2/2] x86/mm: clarify "prev" usage in switch_mm_irqs_off()

[PATCH 1/2] mm/damon/sysfs: Implement recording feature
 2024-01-26  8:04 UTC  (4+ messages)

hugetlbfs: WARNING: bad unlock balance detected during MADV_REMOVE
 2024-01-26  7:50 UTC  (2+ messages)

[PATCH v2 1/1] mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()
 2024-01-26  7:00 UTC  (4+ messages)
` [PATCH] mm/madvise: don't forget to leave lazy MMU mode "

[PATCH v3] mm/memory-failure: fix crash in split_huge_page_to_list from soft_offline_page
 2024-01-26  6:58 UTC 

[PATCH] selftests: Add missing gitignore entries
 2024-01-26  6:35 UTC  (2+ messages)

[linus:master] [kmemleak] 39042079a0: kernel-selftests.kvm.memslot_perf_test.fail
 2024-01-26  6:35 UTC  (3+ messages)

[PATCH] mm: Remove double faults once write a device pfn
 2024-01-26  5:10 UTC  (9+ 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