linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-06 11:42:11 to 2022-06-07 09:35:10 UTC [more...]

[PATCH 0/5] Reduce a vmalloc internal lock contention preparation work
 2022-06-07  9:34 UTC  (6+ messages)
` [PATCH 1/5] mm/vmalloc: Make link_va()/unlink_va() common to different rb_root
` [PATCH 2/5] mm/vmalloc: Extend __alloc_vmap_area() with extra arguments
` [PATCH 3/5] mm/vmalloc: Initialize VA's list node after unlink
` [PATCH 4/5] mm/vmalloc: Extend __find_vmap_area() with one more argument
` [PATCH 5/5] lib/test_vmalloc: Switch to prandom_u32()

[PATCH v4 0/4] A few cleanup and fixup patches for migration
 2022-06-07  9:19 UTC  (10+ messages)
` [PATCH v4 1/4] mm: reduce the rcu lock duration

[PATCH v3 0/6] introduce mirrored memory support for arm64
 2022-06-07  9:38 UTC  (7+ messages)
` [PATCH v3 1/6] efi: Make efi_find_mirror() public
` [PATCH v3 2/6] arm64/mirror: arm64 enabling - find mirrored memory ranges
` [PATCH v3 3/6] mm: Ratelimited mirrored memory related warning messages
` [PATCH v3 4/6] mm: Demote warning message in vmemmap_verify() to debug level
` [PATCH v3 5/6] mm: Add mirror flag back on initrd memory
` [PATCH v3 6/6] efi: Disable mirror feature if kernelcore is not specified

Finding kernel RAM consumers ?
 2022-06-07  8:54 UTC  (9+ messages)

[PATCH] mm/filemap.c: Always read one page in do_sync_mmap_readahead()
 2022-06-07  8:37 UTC 

[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
 2022-06-07  8:01 UTC  (25+ messages)
` [PATCH 01/20] fs: Add aops->migrate_folio
` [PATCH 02/20] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH 03/20] mm/migrate: Convert writeout() to take a folio
` [PATCH 04/20] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH 05/20] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH 06/20] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH 07/20] nfs: Convert "
` [PATCH 08/20] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH 09/20] mm/migrate: Add filemap_migrate_folio()
` [PATCH 10/20] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH 11/20] ubifs: Convert to filemap_migrate_folio()
` [PATCH 12/20] f2fs: "
` [PATCH 13/20] aio: Convert to migrate_folio
` [PATCH 14/20] hugetlb: "
` [PATCH 15/20] balloon: "
` [PATCH 16/20] secretmem: "
` [PATCH 17/20] z3fold: "
` [PATCH 18/20] zsmalloc: "
` [PATCH 19/20] fs: Remove aops->migratepage()
` [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions

[PATCH 0/5] Cleanup patches of vmalloc
 2022-06-07  7:53 UTC  (13+ messages)
` [PATCH 1/5] mm/vmalloc: remove the unnecessary type check
` [PATCH 2/5] mm/vmalloc: remove the redundant boundary check
` [PATCH 3/5] mm/vmalloc: fix typo in local variable name
` [PATCH 4/5] mm/vmalloc: Add code comment for find_vmap_area_exceed_addr()
` [PATCH 5/5] mm: ioremap: rename ioremap_page_range() to ioremap_range()

[PATCH v2] madvise.2: Clarify addr/length and update hugetlb support
 2022-06-07  7:44 UTC  (6+ messages)
  ` man-pages maintainership (was: Re: [PATCH v2] madvise.2: Clarify addr/length and update hugetlb support)

[PATCH v4 0/6] arm64: Cleanup ioremap() and support ioremap_prot()
 2022-06-07  7:37 UTC  (9+ messages)
` [PATCH v4 4/6] mm: ioremap: Add ioremap/iounmap_allowed()
` [PATCH v4 5/6] arm64: mm: Convert to GENERIC_IOREMAP

[PATCH v11 00/14] Multi-Gen LRU Framework
 2022-06-07  7:37 UTC  (4+ messages)
` [PATCH v11 07/14] mm: multi-gen LRU: exploit locality in rmap

[PATCH v4 0/3] Implement readahead for squashfs
 2022-06-07  7:35 UTC  (13+ messages)
` [PATCH v4 3/3] squashfs: implement readahead

[syzbot] WARNING: locking bug in truncate_inode_pages_final
 2022-06-07  7:16 UTC 

[syzbot] general protection fault in __device_attach
 2022-06-07  7:15 UTC 

[linux-next:master 728/1207] fs/xfs/xfs_file.c:1266:31: sparse: sparse: incorrect type in return expression (different base types)
 2022-06-07  7:09 UTC 

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-07  6:57 UTC  (3+ messages)

[PATCH v4] mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2
 2022-06-07  6:48 UTC 

[next] arm64: boot failed - next-20220606
 2022-06-07  6:44 UTC  (5+ messages)

[PATCH v3] memblock,arm64: Expand the static memblock memory table
 2022-06-07  6:42 UTC  (3+ messages)

[PATCH] MAINTAINERS: remove an obvious typo in MAPLE TREE
 2022-06-07  6:38 UTC 

[PATCH memcg v6] net: set proper memcg for net_init hooks allocations
 2022-06-07  5:58 UTC  (3+ messages)

[PATCH v5 0/3] Implement readahead for squashfs
 2022-06-07  3:59 UTC  (5+ messages)
` [PATCH v5 1/3] Revert "squashfs: provide backing_dev_info in order to disable read-ahead"
` [PATCH v5 2/3] squashfs: always build "file direct" version of page actor
` [PATCH v5 3/3] squashfs: implement readahead

[PATCH v2 0/4] A few cleanup and fixup patches for migration
 2022-06-07  2:20 UTC  (16+ messages)
` [PATCH v2 2/4] mm/migration: remove unneeded lock page and PageMovable check

[PATCH v3] mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2
 2022-06-07  2:18 UTC  (3+ messages)

[PATCH] zram_drv: add __GFP_NOMEMALLOC not to use ALLOC_NO_WATERMARKS
 2022-06-07  1:17 UTC  (5+ messages)

[PATCH v6 00/15] mm: userspace hugepage collapse
 2022-06-07  0:31 UTC  (24+ messages)
` [PATCH v6 01/15] mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
` [PATCH v6 02/15] mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds THP
` [PATCH v6 04/15] mm/khugepaged: dedup and simplify hugepage alloc and charging
` [PATCH v6 05/15] mm/khugepaged: make allocation semantics context-specific
` [PATCH v6 06/15] mm/khugepaged: pipe enum scan_result codes back to callers
` [PATCH v6 07/15] mm/khugepaged: add flag to ignore khugepaged heuristics
` [PATCH v6 08/15] mm/khugepaged: add flag to ignore THP sysfs enabled
` [PATCH v6 09/15] mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
` [PATCH v6 10/15] mm/khugepaged: rename prefix of shared collapse functions
` [PATCH v6 15/15] tools headers uapi: add MADV_COLLAPSE madvise mode to tools

[PATCH v6 03/15] mm/khugepaged: add struct collapse_control
 2022-06-06 23:53 UTC  (7+ messages)

[syzbot] WARNING in register_shrinker_prepared
 2022-06-06 23:35 UTC  (5+ messages)

[PATCH v2 0/2] userfaultfd.2: Update to latest
 2022-06-06 22:26 UTC  (4+ messages)

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-06 22:20 UTC  (5+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v5 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v5 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
` [PATCH v5 4/4] KVM: arm64/mmu: count KVM s2 "

[PATCH v3 00/21] huge page clearing optimizations
 2022-06-06 21:53 UTC  (23+ messages)
` [PATCH v3 01/21] mm, huge-page: reorder arguments to process_huge_page()
` [PATCH v3 02/21] mm, huge-page: refactor process_subpage()
` [PATCH v3 03/21] clear_page: add generic clear_user_pages()
` [PATCH v3 04/21] mm, clear_huge_page: support clear_user_pages()
` [PATCH v3 05/21] mm/huge_page: generalize process_huge_page()
` [PATCH v3 06/21] x86/clear_page: add clear_pages()
` [PATCH v3 07/21] x86/asm: add memset_movnti()
` [PATCH v3 08/21] perf bench: "
` [PATCH v3 09/21] x86/asm: add clear_pages_movnt()
` [PATCH v3 10/21] x86/asm: add clear_pages_clzero()
` [PATCH v3 11/21] x86/cpuid: add X86_FEATURE_MOVNT_SLOW
` [PATCH v3 12/21] sparse: add address_space __incoherent
` [PATCH v3 13/21] clear_page: add generic clear_user_pages_incoherent()
` [PATCH v3 14/21] x86/clear_page: add clear_pages_incoherent()
` [PATCH v3 15/21] mm/clear_page: add clear_page_non_caching_threshold()
` [PATCH v3 16/21] x86/clear_page: add arch_clear_page_non_caching_threshold()
` [PATCH v3 17/21] clear_huge_page: use non-cached clearing
` [PATCH v3 18/21] gup: add FOLL_HINT_BULK, FAULT_FLAG_NON_CACHING
` [PATCH v3 19/21] gup: hint non-caching if clearing large regions
` [PATCH v3 20/21] vfio_iommu_type1: specify FOLL_HINT_BULK to pin_user_pages()
` [PATCH v3 21/21] x86/cpu/intel: set X86_FEATURE_MOVNT_SLOW for Skylake

[mm-unstable v3 PATCH 0/7] Cleanup transhuge_xxx helpers
 2022-06-06 21:44 UTC  (8+ messages)
` [v3 PATCH 1/7] mm: khugepaged: check THP flag in hugepage_vma_check()
` [v3 PATCH 2/7] mm: thp: introduce transhuge_vma_size_ok() helper
` [v3 PATCH 3/7] mm: khugepaged: remove the redundant anon vma check
` [v3 PATCH 4/7] mm: khugepaged: use transhuge_vma_suitable replace open-code
` [v3 PATCH 5/7] mm: thp: kill transparent_hugepage_active()
` [v3 PATCH 6/7] mm: thp: kill __transhuge_page_enabled()
` [v3 PATCH 7/7] mm: khugepaged: reorg some khugepaged helpers

Linux 5.18-rc4
 2022-06-06 21:00 UTC  (7+ messages)

[PATCH v7 00/15] io-uring/xfs: support async buffered writes
 2022-06-06 20:34 UTC  (15+ messages)
` [PATCH v7 06/15] iomap: Return error code from iomap_write_iter()
` [PATCH v7 10/15] fs: Add async write file modification handling

[PATCH 0/6] mm/damon: trivial cleanups
 2022-06-06 18:23 UTC  (7+ messages)
` [PATCH 1/6] Docs/admin-guide/damon/reclaim: remove a paragraph that been obsolete due to online tuning support
` [PATCH 2/6] mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.h
` [PATCH 3/6] mm/damon/reclaim: deduplicate 'commit_inputs' handling
` [PATCH 4/6] mm/damon/sysfs: deduplicate inputs applying
` [PATCH 5/6] mm/damon/reclaim: make 'enabled' checking timer simpler
` [PATCH 6/6] mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'

RFC: Memory Tiering Kernel Interfaces (v3)
 2022-06-06 17:46 UTC  (27+ messages)
` [RFC PATCH v4 0/7] mm/demotion: Memory tiers and demotion
  ` [RFC PATCH v4 2/7] mm/demotion: Expose per node memory tier to sysfs
  ` [RFC PATCH v4 4/7] mm/demotion/dax/kmem: Set node's memory tier to MEMORY_TIER_PMEM
  ` [RFC PATCH v4 7/7] mm/demotion: Demote pages according to allocation fallback order

[PATCH v9 00/69] Maple Tree v9
 2022-06-06 16:42 UTC  (5+ messages)
` [PATCH v9 08/69] mm: start tracking VMAs with maple tree

[PATCH 0/1] Prepare for maple tree
 2022-06-06 16:40 UTC  (6+ messages)
` [PATCH v9 16/69] proc: remove VMA rbtree use from nommu
  ` [PATCH v9 28/69] mm/mmap: reorganize munmap to use maple states

[PATCH v2 0/4] mm: kmemleak: store objects allocated with physical address separately and check when scan
 2022-06-06 15:29 UTC  (9+ messages)
` [PATCH v2 1/4] mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical address
` [PATCH v2 2/4] mm: kmemleak: add rbtree "
` [PATCH v2 3/4] mm: kmemleak: handle address stored in object based on its type
` [PATCH v2 4/4] mm: kmemleak: kmemleak_*_phys() set address type and check PA when scan

[PATCH] mm/highmem: Delete memmove_page()
 2022-06-06 14:58 UTC  (3+ messages)

HMM hmm_range parameter usage
 2022-06-06 13:56 UTC  (2+ messages)

[PATCH v5 0/9] mm/demotion: Memory tiers and demotion
 2022-06-06 13:39 UTC  (3+ messages)
` [PATCH v5 3/9] mm/demotion: Move memory demotion related code

[PATCH v2] mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of cgroup v2
 2022-06-06 13:29 UTC  (3+ messages)

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-06-06 11:42 UTC  (4+ messages)
` [PATCH Part2 RFC v4 04/40] x86/sev: Add the host SEV-SNP initialization support


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 NNTP newsgroup(s).