linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-23 10:48:23 to 2021-09-25 00:36:38 UTC [more...]

[RFC] arm64: mm: update max_pfn after memory hotplug
 2021-09-25  0:36 UTC  (6+ messages)

[PATCH v2] fix judgment error in shmem_is_huge()
 2021-09-25  0:15 UTC  (3+ messages)

Struct page proposal
 2021-09-24 23:05 UTC  (19+ messages)
    ` Mapcount of subpages

incoming
 2021-09-24 22:44 UTC  (17+ messages)
` [patch 01/16] mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()
` [patch 02/16] kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESS
` [patch 03/16] mm/damon: don't use strnlen() with known-bogus source length
` [patch 04/16] xtensa: increase size of gcc stack frame check
` [patch 05/16] mm/shmem.c: fix judgment error in shmem_is_huge()
` [patch 06/16] ocfs2: drop acl cache for directories too
` [patch 07/16] scripts/sorttable: riscv: fix undeclared identifier 'EM_RISCV' error
` [patch 08/16] tools/vm/page-types: remove dependency on opt_file for idle page tracking
` [patch 09/16] lib/zlib_inflate/inffast: check config in C to avoid unused function warning
` [patch 10/16] mm: fs: invalidate bh_lrus for only cold path
` [patch 11/16] mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PIN
` [patch 12/16] mm/debug: sync up latest migrate_reason to migrate_reason_names
` [patch 13/16] sh: pgtable-3level: fix cast to pointer from integer of different size
` [patch 14/16] kasan: always respect CONFIG_KASAN_STACK
` [patch 15/16] mm/memory_failure: fix the missing pte_unmap() call
` [patch 16/16] mm: fix uninitialized use in overcommit_policy_handler

[RFC][PATCH v3 0/9] mm: Use DIO for swap and fix NFS swapfiles
 2021-09-24 22:07 UTC  (12+ messages)
` [PATCH v3 1/9] mm: Remove the callback func argument from __swap_writepage()
` [PATCH v3 2/9] mm: Add 'supports' field to the address_space_operations to list features
` [PATCH v3 3/9] mm: Make swap_readpage() void
` [PATCH v3 4/9] Introduce IOCB_SWAP kiocb flag to trigger REQ_SWAP
` [PATCH v3 5/9] mm: Make swap_readpage() for SWP_FS_OPS use ->swap_rw() not ->readpage()
` [PATCH v3 6/9] mm: Make __swap_writepage() do async DIO if asked for it
` [PATCH v3 7/9] nfs: Fix write to swapfile failure due to generic_write_checks()
` [PATCH v3 8/9] block, btrfs, ext4, xfs: Implement swap_rw
` [PATCH v3 9/9] mm: Remove swap BIO paths and only use DIO paths

[PATCH 1/3] userfaultfd/selftests: fix feature support detection
 2021-09-24 20:22 UTC  (12+ messages)

[PATCH] mm/userfaultfd: selftests: Fix memory corruption with thp enabled
 2021-09-24 19:59 UTC  (6+ messages)

[BUG] numa spreading of large hash tables no longer a thing
 2021-09-24 19:55 UTC 

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

[GIT PULL] Two fixes for 5.15-rc3
 2021-09-24 17:33 UTC  (2+ messages)

[PATCH 0/2] [v2] mm/migrate: 5.15 fixes for automatic demotion
 2021-09-24 16:45 UTC  (4+ messages)
` [PATCH 1/2] mm/migrate: optimize hotplug-time demotion order updates
` [PATCH 2/2] mm/migrate: add CPU hotplug to demotion #ifdef

[RFC v2 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-09-24 16:44 UTC  (7+ messages)
` [v2 PATCH 1/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault

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

[PATCH] mm/kfence: Null check is added for return value of addr_to_metadata
 2021-09-24 14:13 UTC  (2+ messages)

[PATCH v3] vmpressure: wake up work only when there is registration event
 2021-09-24 14:11 UTC  (2+ messages)

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-24 14:04 UTC  (20+ 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 05/45] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [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 1/3] mm: Make generic arch_is_kernel_initmem_freed() do what it says
 2021-09-24 13:48 UTC  (3+ messages)
` [PATCH 2/3] powerpc: Use generic version of arch_is_kernel_initmem_freed()
` [PATCH 3/3] s390: "

[PATCH v7 0/8] [PATCH v7 0/8] fsdax: introduce fs query to support reflink
 2021-09-24 13:09 UTC  (9+ messages)
` [PATCH v7 1/8] dax: Use rwsem for dax_{read,write}_lock()
` [PATCH v7 2/8] dax: Introduce holder for dax_device
` [PATCH v7 3/8] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v7 4/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v7 5/8] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v7 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v7 7/8] xfs: Implement ->notify_failure() for XFS
` [PATCH v7 8/8] fsdax: add exception for reflinked files

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

[PATCH v4] mm/page_alloc: detect allocation forbidden by cpuset and bail out early
 2021-09-24 11:07 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  (12+ messages)

[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

[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 

[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  (3+ 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  (9+ messages)
` [PATCH 3/3] "

[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

[PATCH v3 1/1] mm: Fix the uninitialized use in overcommit_policy_handler
 2021-09-24  2:41 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  (16+ 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  (2+ 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  (5+ 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).