linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-22 08:35:15 to 2021-09-24 00:16:27 UTC [more...]

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

Struct page proposal
 2021-09-23 23:48 UTC  (13+ messages)
    ` Mapcount of subpages

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

[PATCH v3 1/5] stacktrace: move filter_irq_stacks() to kernel/stacktrace.c
 2021-09-23 23:28 UTC  (14+ 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] mm/userfaultfd: selftests: Fix memory corruption with thp enabled
 2021-09-23 23:25 UTC 

[PATCH] mm/memory_failure: Fix the missing pte_unmap() call
 2021-09-23 23:17 UTC  (4+ messages)

[PATCH] mm: Disable zsmalloc on PREEMPT_RT
 2021-09-23 23:06 UTC  (2+ messages)

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

[RFC] arm64: mm: update max_pfn after memory hotplug
 2021-09-23 22:54 UTC  (2+ messages)

[PATCH v3 0/4] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-09-23 22:29 UTC  (8+ 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 3/4] mm: sparsemem: use page table lock to protect kernel pmd operations
` [PATCH v3 4/4] selftests: vm: add a hugetlb test case

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-23 22:23 UTC  (14+ messages)
` [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

[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 v2 0/4] hugetlb: add demote/split page functionality
 2021-09-23 22:08 UTC  (7+ 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-23 20:39 UTC  (9+ 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 0/3] memblock: cleanup memblock_free interface
 2021-09-23 19:45 UTC  (12+ 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] kfence: test: use kunit_skip() to skip tests
 2021-09-23 18:10 UTC  (4+ messages)

[PATCH] mm/khugepaged: Detecting uffd-wp vma more efficiently
 2021-09-23 17:53 UTC  (15+ messages)

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

[PATCH v1] mm/vmalloc: fix exact allocations with an alignment > 1
 2021-09-23 17:42 UTC  (10+ 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  (12+ 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  (13+ messages)
` [PATCH 2/6] mm/swap: Introduce alternative per-cpu LRU cache locking

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

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

[PATCH] ramfs: fix mount source show for ramfs
 2021-09-23  6:07 UTC  (7+ messages)

[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  (12+ 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 v3 1/1] mm: Fix the uninitialized use in overcommit_policy_handler
 2021-09-23  2:05 UTC 

[PATCH v2 1/1] mm: Fix the uninitialized use in overcommit_policy_handler
 2021-09-23  1:56 UTC  (4+ 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

[RFC PATCH 0/5] Remove dependency on congestion_wait in mm/
 2021-09-22 17:52 UTC  (11+ messages)
` [PATCH 1/5] mm/vmscan: Throttle reclaim until some writeback completes if congested
` [PATCH 3/5] mm/vmscan: Throttle reclaim when no progress is being made

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

[PATCH] mm: Fix the uninitialized use in overcommit_policy_handler
 2021-09-22 15:30 UTC  (3+ messages)

[PATCH] mm:vmscan remove unnecessary lru lock unlock/lock pair
 2021-09-22 14:34 UTC  (3+ messages)
  ` 回复: "

[PATCH RESEND 0/2] Use generic code for randomization of virtual address of x86
 2021-09-22 13:28 UTC  (4+ messages)
` [PATCH RESEND 2/2] x86/mm: Randomize va with generic arch_pick_mmap_layout()

[PATCH] mm/swapfile: Remove needless request_queue NULL pointer check
 2021-09-22 11:24 UTC  (2+ messages)

[PATCH 0/3] mm/smaps: Fixes and optimizations on shmem swap handling
 2021-09-22 10:41 UTC  (5+ messages)
` [PATCH 1/3] mm/smaps: Fix shmem pte hole swap calculation
` [PATCH 2/3] mm/smaps: Use vma->vm_pgoff directly when counting partial swap

[PATCH v5] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-09-22  9:14 UTC  (3+ 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).