linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-22 20:15:36 to 2021-09-24 13:02:06 UTC [more...]

[PATCH v3 1/5] stacktrace: move filter_irq_stacks() to kernel/stacktrace.c
 2021-09-24 13:01 UTC  (15+ messages)
` [PATCH v3 2/5] kfence: count unexpectedly skipped allocations
` [PATCH v3 3/5] kfence: move saving stack trace of allocations into __kfence_alloc()
` [PATCH v3 4/5] kfence: limit currently covered allocations when pool nearly full
` [PATCH v3 5/5] kfence: add note to documentation about skipping covered allocations

[PATCH v6] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-09-24 12:45 UTC 

[PATCH v1] mm/vmalloc: fix exact allocations with an alignment > 1
 2021-09-24 12:42 UTC  (11+ messages)

incoming
 2021-09-24 12:12 UTC  (5+ messages)
` [patch 136/147] nilfs2: use refcount_dec_and_lock() to fix potential UAF

[PATCH v4] mm/page_alloc: detect allocation forbidden by cpuset and bail out early
 2021-09-24 11:07 UTC 

[GIT PULL] Two fixes for 5.15-rc3
 2021-09-24 10:27 UTC 

[PATCH v2] mm/hugetlb: Drop __unmap_hugepage_range definition from hugetlb.h
 2021-09-24 10:13 UTC  (2+ messages)

[PATCH v4 0/4] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-24 10:11 UTC  (10+ messages)
` [PATCH v4 1/4] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
` [PATCH v4 2/4] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH v4 3/4] mm: Drop first_index/last_index in zap_details
` [PATCH v4 4/4] mm: Add zap_skip_check_mapping() helper

[PATCH] mm/khugepaged: Detecting uffd-wp vma more efficiently
 2021-09-24 10:05 UTC  (15+ messages)

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-24  9:49 UTC  (18+ messages)
` [PATCH Part2 v5 03/45] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 v5 04/45] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v5 16/45] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH Part2 v5 21/45] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 v5 26/45] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests

[PATCH v2 0/4] hugetlb: add demote/split page functionality
 2021-09-24  9:44 UTC  (11+ messages)
` [PATCH v2 1/4] hugetlb: add demote hugetlb page sysfs interfaces
` [PATCH v2 2/4] hugetlb: add HPageCma flag and code to free non-gigantic pages in CMA
` [PATCH v2 3/4] hugetlb: add demote bool to gigantic page routines
` [PATCH v2 4/4] hugetlb: add hugetlb demote page support

[RFC v2 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-09-24  9:26 UTC  (10+ messages)
` [v2 PATCH 1/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
` [v2 PATCH 2/5] mm: hwpoison: refactor refcount check handling
` [v2 PATCH 3/5] mm: hwpoison: remove the unnecessary THP check
` [v2 PATCH 4/5] mm: shmem: don't truncate page if memory failure happens
` [v2 PATCH 5/5] mm: hwpoison: handle non-anonymous THP correctly

[PATCH v2] ramfs: fix mount source show for ramfs
 2021-09-24  9:17 UTC 

[PATCH] mm: Show watermark_boost of zone in zoneinfo
 2021-09-24  8:36 UTC 

[RFC] arm64: mm: update max_pfn after memory hotplug
 2021-09-24  8:17 UTC  (4+ messages)

[PATCH memcg] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-09-24  7:55 UTC  (5+ messages)
` [PATCH mm] vmalloc: back off when the current task is OOM-killed

[PATCH] ramfs: fix mount source show for ramfs
 2021-09-24  7:53 UTC  (9+ messages)

[PATCH v3] mm/page_alloc: detect allocation forbidden by cpuset and bail out early
 2021-09-24  7:17 UTC  (4+ messages)

[PATCH 0/2] mm, thp: fix file-backed THP race in collapse_file
 2021-09-24  7:12 UTC  (8+ messages)
` [PATCH v2 1/2] mm, thp: check page mapping when truncating page cache

[PATCH] mm: Disable zsmalloc on PREEMPT_RT
 2021-09-24  7:08 UTC  (3+ messages)

[PATCH] mm: debug_vm_pgtable: Don't use __P000 directly
 2021-09-24  6:09 UTC  (2+ messages)

[PATCH V2] mm: debug_vm_pgtable: Don't use __P000 directly
 2021-09-24  6:08 UTC 

[PATCH 0/3] memblock: cleanup memblock_free interface
 2021-09-24  5:32 UTC  (13+ messages)
` [PATCH 1/3] arch_numa: simplify numa_distance allocation
` [PATCH 2/3] xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
` [PATCH 3/3] memblock: cleanup memblock_free interface

[PATCH] mm: debug_vm_pgtable: Don't use __P000 directly
 2021-09-24  5:11 UTC  (3+ messages)

[PATCH v3 0/4] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-09-24  5:10 UTC  (10+ messages)
` [PATCH v3 1/4] mm: hugetlb: free "
` [PATCH v3 2/4] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
` [PATCH v3 4/4] selftests: vm: add a hugetlb test case

Struct page proposal
 2021-09-24  3:26 UTC  (18+ messages)
    ` Mapcount of subpages

[PATCH v3 1/1] mm: Fix the uninitialized use in overcommit_policy_handler
 2021-09-24  2:41 UTC  (3+ messages)

[PATCH] mm/userfaultfd: selftests: Fix memory corruption with thp enabled
 2021-09-24  2:26 UTC  (3+ messages)

[PATCH] mm/memory_failure: Fix the missing pte_unmap() call
 2021-09-24  2:24 UTC  (6+ messages)

[PATCH] userfaultfd: fix a race between writeprotect and exit_mmap()
 2021-09-24  0:16 UTC  (3+ messages)

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2021-09-23 23:32 UTC  (24+ messages)
                                    ` [NEEDS-REVIEW] "

BoF at LPC: Documenting the Heterogeneous Memory Model Architecture
 2021-09-23 23:00 UTC  (5+ messages)

[GIT PULL] Memory folios for v5.15
 2021-09-23 22:12 UTC  (22+ messages)
` Folio discussion recap
          ` Folios for 5.15 request - Was: re: Folio discussion recap -

[PATCH] kfence: test: use kunit_skip() to skip tests
 2021-09-23 18:10 UTC  (4+ messages)

kvm crash in 5.14.1?
 2021-09-23 17:50 UTC  (2+ messages)

[PATCH] memcg: flush lruvec stats in the refault
 2021-09-23 17:12 UTC  (3+ messages)

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-09-23 16:51 UTC  (8+ messages)
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

[PATCH v2 00/12] MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-23 15:52 UTC  (5+ messages)
` [PATCH v2 09/12] lib: test_hmm add module param for zone device type

[PATCH] sh: pgtable-3level: Fix cast to pointer from integer of different size
 2021-09-23 15:20 UTC  (2+ messages)

[PATCH v3 0/1] Documenting shmem as an exception case for the pagemap
 2021-09-23 15:02 UTC  (4+ messages)
` [PATCH v3 1/1] Documentation: update pagemap with shmem exceptions

[PATCH] kasan: Always respect CONFIG_KASAN_STACK
 2021-09-23 14:59 UTC 

[RFC v2 PATCH] mm, sl[au]b: Introduce lockless cache
 2021-09-23 13:28 UTC  (7+ messages)
` Github link here

[PATCH 0/6] mm: Remote LRU per-cpu pagevec cache/per-cpu page list drain support
 2021-09-23 10:36 UTC  (6+ messages)

[PATCH] netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()
 2021-09-23  9:52 UTC 

[PATCH 1/3] userfaultfd/selftests: fix feature support detection
 2021-09-23  5:43 UTC  (14+ messages)

[RFC 0/9] Linear Address Masking enabling
 2021-09-23  5:35 UTC  (12+ messages)

incoming
 2021-09-23  5:10 UTC  (9+ messages)
` [patch 9/9] mm/vmalloc: add __alloc_size attributes for better bounds checking
        ` function prototype element ordering

[RFC PATCH] mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
 2021-09-23  3:07 UTC  (8+ messages)

[PATCH v2 1/1] mm: Fix the uninitialized use in overcommit_policy_handler
 2021-09-23  1:56 UTC  (3+ messages)

[linux-next:master 2223/2463] drivers/extcon/extcon-usbc-tusb320.c:250:15: warning: cast to smaller integer type 'enum tusb320_type' from 'const void *'
 2021-09-23  1:44 UTC  (2+ messages)

[PATCH] mm: do not acquire zone lock in is_free_buddy_page()
 2021-09-22 23:23 UTC  (2+ messages)

[PATCH v2 0/7] Add __alloc_size() for better bounds checking
 2021-09-22 22:41 UTC  (4+ messages)
` [PATCH v2 4/7] slab: Add __alloc_size attributes "

[v2 PATCH 1/3] mm: hwpoison: don't drop slab caches for offlining non-LRU page
 2021-09-22 20:37 UTC  (5+ messages)
` [v2 PATCH 3/3] mm: hwpoison: dump page for unhandlable page


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