linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 10:41:18 to 2021-07-21 13:45:25 UTC [more...]

[PATCH v3 00/12] mm/debug_vm_pgtable: Enhancements
 2021-07-21 12:03 UTC  (13+ messages)
` [PATCH v3 01/12] mm/debug_vm_pgtable: Introduce struct pgtable_debug_args
` [PATCH v3 02/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in basic tests
` [PATCH v3 12/12] mm/debug_vm_pgtable: Fix corrupted page flag

Runtime Memory Validation in Intel-TDX and AMD-SNP
 2021-07-21 10:53 UTC  (26+ messages)

5.13-rt1 + KVM = WARNING: at fs/eventfd.c:74 eventfd_signal()
 2021-07-21 10:59 UTC  (6+ messages)

(no subject)
 2021-07-21 13:45 UTC  (4+ messages)
` [RFC PATCH 01/12] afs: Sort out symlink reading
` [RFC PATCH 02/12] netfs: Add an iov_iter to the read subreq for the network fs/cache to use
` [RFC PATCH 03/12] netfs: Remove netfs_read_subrequest::transferred

[PATCH v14 000/138] Memory folios
 2021-07-21  9:58 UTC  (82+ messages)
` [PATCH v14 002/138] mm: Introduce struct folio
` [PATCH v14 006/138] mm: Add folio reference count functions
` [PATCH v14 007/138] mm: Add folio_put()
` [PATCH v14 008/138] mm: Add folio_get()
` [PATCH v14 009/138] mm: Add folio_try_get_rcu()
` [PATCH v14 010/138] mm: Add folio flag manipulation functions
` [PATCH v14 011/138] mm/lru: Add folio LRU functions
` [PATCH v14 012/138] mm: Handle per-folio private data
` [PATCH v14 013/138] mm/filemap: Add folio_index(), folio_file_page() and folio_contains()
` [PATCH v14 014/138] mm/filemap: Add folio_next_index()
` [PATCH v14 015/138] mm/filemap: Add folio_pos() and folio_file_pos()
` [PATCH v14 016/138] mm/util: Add folio_mapping() and folio_file_mapping()
` [PATCH v14 017/138] mm/filemap: Add folio_unlock()
` [PATCH v14 018/138] mm/filemap: Add folio_lock()
` [PATCH v14 019/138] mm/filemap: Add folio_lock_killable()
` [PATCH v14 020/138] mm/filemap: Add __folio_lock_async()
` [PATCH v14 021/138] mm/filemap: Add folio_wait_locked()
` [PATCH v14 022/138] mm/filemap: Add __folio_lock_or_retry()
` [PATCH v14 023/138] mm/swap: Add folio_rotate_reclaimable()
` [PATCH v14 024/138] mm/filemap: Add folio_end_writeback()
` [PATCH v14 025/138] mm/writeback: Add folio_wait_writeback()
` [PATCH v14 026/138] mm/writeback: Add folio_wait_stable()
` [PATCH v14 027/138] mm/filemap: Add folio_wait_bit()
` [PATCH v14 028/138] mm/filemap: Add folio_wake_bit()
` [PATCH v14 030/138] mm/filemap: Add folio private_2 functions
` [PATCH v14 031/138] fs/netfs: Add folio fscache functions
` [PATCH v14 040/138] mm/memcg: Convert mem_cgroup_charge() to take a folio
` [PATCH v14 042/138] mm/memcg: Convert mem_cgroup_uncharge() "
` [PATCH v14 043/138] mm/memcg: Convert mem_cgroup_migrate() to take folios
` [PATCH v14 045/138] mm/memcg: Add folio_memcg_lock() and folio_memcg_unlock()
` [PATCH v14 047/138] mm/memcg: Add folio_lruvec()
` [PATCH v14 048/138] mm/memcg: Add folio_lruvec_lock() and similar functions
` [PATCH v14 050/138] mm/workingset: Convert workingset_activation to take a folio
` [PATCH v14 051/138] mm: Add folio_pfn()
` [PATCH v14 054/138] mm: Add kmap_local_folio()

[PATCH resend] mm: compaction: optimize proactive compaction deferrals
 2021-07-21 12:13 UTC 

[PATCH v2 1/3] mm, oom: move task_will_free_mem up in the file to be used in process_mrelease
 2021-07-21  7:30 UTC  (5+ messages)

[PATCH v2 00/12] mm/debug_vm_pgtable: Enhancements
 2021-07-21 12:09 UTC  (7+ messages)
` [PATCH v2 01/12] mm/debug_vm_pgtable: Introduce struct pgtable_debug_args

[Bug 213785] New: hugetlbfs scrambles mode when sticky bit is set
 2021-07-21 11:57 UTC  (3+ messages)

[PATCH v5 19/26] hugetlb/userfaultfd: Handle UFFDIO_WRITEPROTECT
 2021-07-21  8:24 UTC  (2+ messages)

[PATCH] mm/mempolicy: Convert from atomic_t to refcount_t on mempolicy->refcnt
 2021-07-21  6:42 UTC  (3+ messages)

[PATCH -V11 1/9] mm/numa: automatically generate node migration order
 2021-07-21  6:39 UTC  (9+ messages)
` [PATCH -V11 2/9] mm/migrate: update node demotion order on hotplug events
` [PATCH -V11 3/9] mm/migrate: enable returning precise migrate_pages() success count
` [PATCH -V11 4/9] mm/migrate: demote pages during reclaim
` [PATCH -V11 5/9] mm/vmscan: add page demotion counter
` [PATCH -V11 6/9] mm/vmscan: add helper for querying ability to age anonymous pages
` [PATCH -V11 7/9] mm/vmscan: Consider anonymous pages without swap
` [PATCH -V11 8/9] mm/vmscan: never demote for memcg reclaim
` [PATCH -V11 9/9] mm/migrate: add sysfs interface to enable reclaim migration

[PATCH v2] mm: fs: invalidate bh_lrus for only cold path
 2021-07-21  5:11 UTC  (6+ messages)

Folio tree for next
 2021-07-21  5:04 UTC  (10+ messages)

[PATCH v15 00/17] Folio support in block + iomap layers
 2021-07-21  4:31 UTC  (31+ messages)
` [PATCH v15 01/17] block: Add bio_add_folio()
` [PATCH v15 05/17] iomap: Convert iomap_page_release to take a folio
` [PATCH v15 06/17] iomap: Convert iomap_releasepage to use "
` [PATCH v15 07/17] iomap: Convert iomap_invalidatepage "
` [PATCH v15 08/17] iomap: Pass the iomap_page into iomap_set_range_uptodate
` [PATCH v15 09/17] iomap: Use folio offsets instead of page offsets
` [PATCH v15 13/17] iomap: Convert iomap_write_begin and iomap_write_end to folios
` [PATCH v15 16/17] iomap: Convert iomap_add_to_ioend to take a folio
` [PATCH v15 17/17] iomap: Convert iomap_migrate_page to use folios

[PATCH 00/12] mm/debug_vm_pgtable: Enhancements
 2021-07-21  4:20 UTC  (7+ messages)
` [PATCH 01/12] mm/debug_vm_pgtable: Introduce struct vm_pgtable_debug

[PATCH 0/7] Free user PTE page table pages
 2021-07-21  2:21 UTC  (6+ messages)
` [PATCH 1/7] mm: fix the deadlock in finish_fault()

[syzbot] WARNING in __set_page_dirty
 2021-07-21  2:07 UTC 

mmotm 2021-07-20-18-28 uploaded
 2021-07-21  1:28 UTC 

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-21  0:20 UTC  (43+ messages)
` [PATCH Part2 RFC v4 05/40] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 RFC v4 20/40] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 RFC v4 25/40] KVM: SVM: Reclaim the guest pages when SEV-SNP VM terminates
` [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 35/40] KVM: Add arch hooks to track the host write to guest memory
` [PATCH Part2 RFC v4 37/40] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 RFC v4 38/40] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 RFC v4 39/40] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH Part2 RFC v4 40/40] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH v5 18/26] hugetlb/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
 2021-07-20 23:59 UTC  (2+ messages)

[PATCH] mm/mremap: fix memory account on do_munmap() failure
 2021-07-20 23:28 UTC  (2+ messages)

[PATCH v2 09/12] mm/vm_debug_pgtable: Use struct pgtable_debug_args in PUD modifying tests
 2021-07-20 23:09 UTC  (3+ messages)

[PATCH] mm/rmap: Convert from atomic_t to refcount_t on anon_vma->refcount
 2021-07-20 23:01 UTC  (2+ messages)

[PATCH] mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing code
 2021-07-20 22:21 UTC  (8+ messages)

[PATCH] mm: mmap_lock: fix disabling preemption directly
 2021-07-20 21:50 UTC  (3+ messages)

kernel BUG at include/linux/swapops.h:204!
 2021-07-20 20:38 UTC  (18+ messages)
          ` [PATCH stable 5.13.y/5.12.y 0/2] mm/thp: Fix uffd-wp with fork(); crash on pmd migration entry on fork
            ` [PATCH stable 5.13.y/5.12.y 1/2] mm/thp: simplify copying of huge zero page pmd when fork
            ` [PATCH stable 5.13.y/5.12.y 2/2] mm/userfaultfd: fix uffd-wp special cases for fork()
          ` [PATCH stable 5.10.y 0/2] mm/thp: Fix uffd-wp with fork(); crash on pmd migration entry on fork
            ` [PATCH stable 5.10.y 1/2] mm/thp: simplify copying of huge zero page pmd when fork
            ` [PATCH stable 5.10.y 2/2] mm/userfaultfd: fix uffd-wp special cases for fork()

[PATCH 0/5] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-07-20 20:33 UTC  (4+ messages)
` [PATCH 1/5] KVM: arm64: Walk userspace page tables to compute the THP mapping size

[PATCH v27 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-07-20 19:45 UTC  (5+ messages)
` [PATCH v27 06/10] x86/cet/ibt: Update arch_prctl functions for "

[PATCH] memcg: charge io_uring related objects
 2021-07-20 19:39 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 3568c2c543e25d1a47bd97a607171511e7d44a45
 2021-07-20 19:16 UTC 

[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-07-20 17:13 UTC  (4+ messages)
` [PATCH v27 23/31] x86/cet/shstk: Add user-mode shadow stack support

[PATCH v4 06/10] riscv: Remove non-standard linux,elfcorehdr handling
 2021-07-20 15:43 UTC  (2+ messages)

[PATCH v4 0/4] compat: remove compat_alloc_user_space callers
 2021-07-20 15:37 UTC  (6+ messages)
` [PATCH v4 1/4] kexec: avoid compat_alloc_user_space
` [PATCH v4 2/4] mm: simplify compat_sys_move_pages
` [PATCH v4 3/4] mm: simplify compat numa syscalls
` [PATCH v4 4/4] compat: remove some compat entry points

[PATCH v5 17/26] hugetlb/userfaultfd: Hook page faults for uffd write protection
 2021-07-20 15:37 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 04733141d12624e00b9d78461bc75a124c8f2b2b
 2021-07-20 15:01 UTC 

[RFC v3 00/15] Introduce DAMON-based Proactive Reclamation
 2021-07-20 13:13 UTC  (16+ messages)
` [RFC v3 01/15] mm/damon/paddr: Support the pageout scheme
` [RFC v3 02/15] mm/damon/damos: Make schemes aggressiveness controllable
` [RFC v3 03/15] damon/core/schemes: Skip already charged targets and regions
` [RFC v3 04/15] mm/damon/schemes: Implement time quota
` [RFC v3 05/15] mm/damon/dbgfs: Support schemes' time/IO quotas
` [RFC v3 06/15] mm/damon/selftests: Support schemes quotas
` [RFC v3 07/15] mm/damon/schemes: Prioritize regions within the quotas
` [RFC v3 08/15] mm/damon/vaddr,paddr: Support pageout prioritization
` [RFC v3 09/15] mm/damon/dbgfs: Support prioritization weights
` [RFC v3 10/15] tools/selftests/damon: Update for regions prioritization of schemes
` [RFC v3 11/15] mm/damon/schemes: Activate schemes based on a watermarks mechanism
` [RFC v3 12/15] mm/damon/dbgfs: Support watermarks
` [RFC v3 13/15] selftests/damon: "
` [RFC v3 14/15] mm/damon: Introduce DAMON-based reclamation
` [RFC v3 15/15] Documentation/admin-guide/mm/damon: Add a document for DAMON_RECLAIM

[PATCH v5] mm: introduce reference pages
 2021-07-20 12:27 UTC  (2+ messages)

[PATCH v15 02/17] block: Add bio_for_each_folio_all()
 2021-07-20 12:26 UTC  (4+ messages)

[PATCH] mm: make falutaround selectable
 2021-07-20 12:11 UTC  (2+ messages)


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