linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-15 20:43:58 to 2021-07-18 04:31:16 UTC [more...]

[PATCH 0/7] Free user PTE page table pages
 2021-07-18  4:30 UTC  (6+ messages)
` [PATCH 1/7] mm: fix the deadlock in finish_fault()
` [PATCH 2/7] mm: introduce pte_install() helper
` [PATCH 3/7] mm: remove redundant smp_wmb()
` [PATCH 4/7] mm: rework the parameter of lock_page_or_retry()
` [PATCH 5/7] mm: free user PTE page table pages

[PATCH v2 0/4] Cleanups for vmscan
 2021-07-18  0:58 UTC  (6+ messages)
` [PATCH v2 1/4] mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezed
` [PATCH v2 2/4] mm/vmscan: remove misleading setting to sc->priority
` [PATCH v2 3/4] mm/vmscan: remove unneeded return value of kswapd_run()
` [PATCH v2 4/4] mm/vmscan: add 'else' to remove check_pending label

[PATCH 0/4 POC] Allow executing code and syscalls in another address space
 2021-07-18  0:38 UTC  (3+ messages)

[fsdax xfs] Regression panic at inode_switch_wbs_work_fn
 2021-07-17 23:26 UTC  (8+ messages)

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-17 19:54 UTC  (6+ messages)

[PATCH v4 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-17 19:21 UTC  (14+ messages)
` [PATCH v4 01/13] ext4/xfs: add page refcount helper
` [PATCH v4 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v4 03/13] kernel: resource: lookup_resource as exported symbol
` [PATCH v4 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v4 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v4 06/13] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v4 07/13] mm: add generic type support to migrate_vma helpers
` [PATCH v4 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages
` [PATCH v4 09/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v4 10/13] lib: test_hmm add module param for "
` [PATCH v4 11/13] lib: add support for device generic type in test_hmm
` [PATCH v4 12/13] tools: update hmm-test to support device generic type
` [PATCH v4 13/13] tools: update test_hmm script to support SP config

[PATCH] memcg: charge io_uring related objects
 2021-07-17 18:51 UTC  (3+ messages)

v5.12+ regression on page_poison=1 i_on_free=0 i_on_alloc=0 warnings
 2021-07-17 18:18 UTC  (4+ messages)
` [PATCH] mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction

incoming
 2021-07-17 17:34 UTC  (8+ messages)
` [patch 07/54] mm/slub: use stackdepot to save stack trace in objects

[PATCH] memcg: charge fs_context and legacy_fs_context
 2021-07-17 16:52 UTC  (2+ messages)

[PATCH] mm/mremap: fix memory account on do_munmap() failure
 2021-07-17 10:19 UTC 

[PATCH 0/5] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-17  9:55 UTC  (6+ messages)
` [PATCH 1/5] KVM: arm64: Walk userspace page tables to compute the THP mapping size
` [PATCH 2/5] KVM: arm64: Avoid mapping size adjustment on permission fault
` [PATCH 3/5] KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()
` [PATCH 4/5] KVM: arm64: Use get_page() instead of kvm_get_pfn()
` [PATCH 5/5] KVM: Get rid "

Re:Re: [PATCH] mm/page_alloc: enable alloc bulk when page owner is on
 2021-07-17  3:03 UTC  (2+ messages)
`  "

[PATCH] refpage_create.2: Document refpage_create(2)
 2021-07-17  2:59 UTC 

[PATCH v4] mm: introduce reference pages
 2021-07-17  2:59 UTC  (11+ messages)

[PATCH v5] mm: introduce reference pages
 2021-07-17  2:57 UTC 

[PATCH -next 0/3] arm64: support page mapping percpu first chunk allocator
 2021-07-17  2:40 UTC  (7+ messages)
` [PATCH -next 3/3] kasan: arm64: Fix pcpu_page_first_chunk crash with KASAN_VMALLOC

[PATCH] mm/page_alloc: enable alloc bulk when page owner is on
 2021-07-17  1:58 UTC  (3+ messages)
  `  "

[PATCH 0/3] Cleanup for vmstat
 2021-07-17  1:54 UTC  (6+ messages)
` [PATCH 2/3] mm/vmstat: simplify the array size calculation
` [PATCH 3/3] mm/vmstat: remove unneeded return value

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-17  0:46 UTC  (68+ messages)
` [PATCH Part2 RFC v4 05/40] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 RFC v4 07/40] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v4 10/40] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 RFC v4 15/40] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 RFC v4 21/40] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 RFC v4 22/40] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 RFC v4 23/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 RFC v4 24/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 RFC v4 25/40] KVM: SVM: Reclaim the guest pages when SEV-SNP VM terminates
` [PATCH Part2 RFC v4 26/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 RFC v4 27/40] KVM: X86: Add kvm_x86_ops to get the max page level for the TDP
` [PATCH Part2 RFC v4 28/40] KVM: X86: Introduce kvm_mmu_map_tdp_page() for use by SEV
` [PATCH Part2 RFC v4 30/40] KVM: X86: Define new RMP check related #NPF error bits
` [PATCH Part2 RFC v4 31/40] KVM: X86: update page-fault trace to log the 64-bit error code
` [PATCH Part2 RFC v4 32/40] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 RFC v4 33/40] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 RFC v4 34/40] KVM: SVM: Add support to handle "

[PATCH v5 1/2] memcg: switch lruvec stats to rstat
 2021-07-16 21:21 UTC  (2+ messages)
` [PATCH v5 2/2] memcg: infrastructure to flush memcg stats

[PATCH] Fix 'zone_id' may be used uninitialized in this function warning
 2021-07-16 21:03 UTC 

[PATCH v2] mm: KSM: fix data types
 2021-07-16 20:50 UTC  (3+ messages)

kernel BUG at include/linux/swapops.h:204!
 2021-07-16 19:45 UTC  (5+ messages)

[PATCH v5 00/26] userfaultfd-wp: Support shmem and hugetlbfs
 2021-07-16 19:11 UTC  (4+ messages)
` [PATCH v5 05/26] mm/swap: Introduce the idea of special swap ptes

[PATCH 0/14 v10] fs: Hole punch vs page cache filling races
 2021-07-16 16:57 UTC  (4+ messages)

[PATCH v14 000/138] Memory folios
 2021-07-16 16:34 UTC  (51+ messages)
` [PATCH v14 090/138] block: Add bio_add_folio()
` [PATCH v14 091/138] block: Add bio_for_each_folio_all()
` [PATCH v14 092/138] iomap: Convert to_iomap_page to take a folio
` [PATCH v14 093/138] iomap: Convert iomap_page_create "
` [PATCH v14 094/138] iomap: Convert iomap_page_release "
` [PATCH v14 097/138] iomap: Pass the iomap_page into iomap_set_range_uptodate
` [PATCH v14 098/138] iomap: Use folio offsets instead of page offsets
` [PATCH v14 099/138] iomap: Convert bio completions to use folios
` [PATCH v14 100/138] iomap: Convert readahead and readpage to use a folio
` [PATCH v14 101/138] iomap: Convert iomap_page_mkwrite "
` [PATCH v14 102/138] iomap: Convert iomap_write_begin and iomap_write_end to folios
` [PATCH v14 103/138] iomap: Convert iomap_read_inline_data to take a folio
` [PATCH v14 104/138] iomap: Convert iomap_write_end_inline "
` [PATCH v14 105/138] iomap: Convert iomap_add_to_ioend "
` [PATCH v14 106/138] iomap: Convert iomap_do_writepage to use "
` [PATCH v14 107/138] iomap: Convert iomap_migrate_page to use folios
` [PATCH v14 124/138] fs: Convert vfs_dedupe_file_range_compare to folios
` [PATCH v14 128/138] iomap: Support multi-page folios in invalidatepage
` [PATCH v14 129/138] xfs: Support THPs

[PATCH v4 1/2] memcg: switch lruvec stats to rstat
 2021-07-16 15:58 UTC  (5+ messages)
` [PATCH v4 2/2] memcg: infrastructure to flush memcg stats

[RFC 00/10] arm64/mm: Enable FEAT_LPA2 (52 bits PA support on 4K|16K pages)
 2021-07-16 14:37 UTC  (10+ messages)
` [RFC 06/10] arm64/mm: Add FEAT_LPA2 specific encoding
` [RFC 07/10] arm64/mm: Detect and enable FEAT_LPA2

[PATCH -next] memcg: fix sleep in invalid context in cgroup_rstat_flush()
 2021-07-16 12:43 UTC  (2+ messages)

[PATCH] oom_kill: oom_score_adj broken for processes with small memory usage
 2021-07-16 12:25 UTC  (3+ messages)

[PATCH V4,0/3] mm: compaction: proactive compaction trigger by user
 2021-07-16 10:44 UTC  (4+ messages)

❌ FAIL: Test report for kernel 5.14.0-rc1 (arm-next, e6f85cbe)
 2021-07-16 10:16 UTC  (3+ messages)

[PATCH] mm/secretmem: wire up ->set_page_dirty
 2021-07-16 10:05 UTC  (2+ messages)

[PATCH v34 00/13] Introduce Data Access MONitor (DAMON)
 2021-07-16  8:14 UTC  (14+ messages)
` [PATCH v34 01/13] mm: "
` [PATCH v34 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v34 03/13] mm/damon: Adaptively adjust regions
` [PATCH v34 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v34 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v34 06/13] mm/damon: Add a tracepoint
` [PATCH v34 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v34 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v34 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v34 10/13] Documentation: Add documents for DAMON
` [PATCH v34 11/13] mm/damon: Add kunit tests
` [PATCH v34 12/13] mm/damon: Add user space selftests
` [PATCH v34 13/13] MAINTAINERS: Update for DAMON

[PATCH v3] mm/page_alloc: Require pahole v1.22 to cope with zero-sized struct pagesets
 2021-07-16  8:07 UTC  (7+ messages)

[PATCH] mm/page_alloc: make alloc_node_mem_map() __init rather than __ref
 2021-07-16  6:41 UTC 

[PATCH v5 0/9] fsdax: introduce fs query to support reflink
 2021-07-16  6:32 UTC  (6+ messages)
` [PATCH v5 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case

[PATCH 0/4 v2] 5.14-rc1 mm/page_alloc.c stray patches
 2021-07-16  6:04 UTC  (6+ messages)
` [PATCH 4/4] Revert "mm/page_alloc: make should_fail_alloc_page() static"

[PATCH 0/2] mm: KSM: fix data types
 2021-07-16  4:42 UTC  (4+ messages)
` [PATCH 2/2] mm: KSM: fix data type

[PATCH] memcg: charge semaphores and sem_undo objects
 2021-07-16  3:57 UTC  (3+ messages)

[PATCH -V10 0/9] Migrate Pages in lieu of discard
 2021-07-16  3:54 UTC  (6+ messages)

[PATCH 0/5] Cleanup and fixup for vmscan
 2021-07-16  1:53 UTC  (13+ messages)
` [PATCH 1/5] mm/vmscan: put the redirtied MADV_FREE pages back to anonymous LRU list

mmotm 2021-07-15-18-29 uploaded
 2021-07-16  1:29 UTC 

[PATCH] mm/hwpoison: dissolve error hugepages of file mapping
 2021-07-16  1:00 UTC  (2+ messages)
`  "

[syzbot] BUG: sleeping function called from invalid context in munlock_vma_pages_range
 2021-07-15 21:24 UTC  (2+ messages)

[PATCH v14c 00/39] Memory folios: Pagecache edition
 2021-07-15 20:00 UTC  (3+ messages)
` [PATCH v14 30/39] mm/workingset: Convert workingset_refault() to take a folio
` [PATCH v14 32/39] mm/lru: Convert __pagevec_lru_add_fn "


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