linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-12 07:00:40 to 2022-04-13 09:24:04 UTC [more...]

[PATCH] mm/memory-failure.c: bail out early if huge zero page
 2022-04-13  9:03 UTC  (15+ messages)

[PATCH v2 0/5] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
 2022-04-13  9:22 UTC  (6+ messages)
` [PATCH v2 1/5] mm: demotion: Set demotion list differently
` [PATCH v2 2/5] mm: demotion: Add new node state N_DEMOTION_TARGETS
` [PATCH v2 3/5] mm: demotion: Add support to set targets from userspace
` [PATCH v2 4/5] device-dax/kmem: Set node state as N_DEMOTION_TARGETS
` [PATCH v2 5/5] mm: demotion: Build demotion list based on N_DEMOTION_TARGETS

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-13  9:15 UTC  (34+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE

[PATCH v3 0/4] hugetlb: Fix some incorrect behavior
 2022-04-13  9:01 UTC  (16+ messages)
` [PATCH v3 1/4] hugetlb: Fix wrong use of nr_online_nodes
` [PATCH v3 2/4] hugetlb: Fix hugepages_setup when deal with pernode
` [PATCH v3 3/4] hugetlb: Fix return value of __setup handlers
` [PATCH v3 4/4] hugetlb: Clean up hugetlb_cma_reserve

[PATCH v2 0/8] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of anonymous pages
 2022-04-13  8:58 UTC  (3+ messages)
` [PATCH v2 1/8] mm/swap: remember PG_anon_exclusive via a swp pte bit

[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
 2022-04-13  8:47 UTC  (18+ messages)

[PATCH v2 0/2] x86/kexec: fix memory leak of elf header buffer
 2022-04-13  8:32 UTC  (5+ messages)

[PATCH v3 00/16] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-04-13  8:25 UTC  (20+ messages)
` [PATCH v3 04/16] mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()
` [PATCH v3 05/16] mm/rmap: convert RMAP flags to a proper distinct rmap_t type
` [PATCH v3 06/16] mm/rmap: remove do_page_add_anon_rmap()
` [PATCH v3 07/16] mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
` [PATCH v3 08/16] mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
` [PATCH v3 09/16] mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page exclusively
` [PATCH v3 10/16] mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()
` [PATCH v3 11/16] mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages

[RFC PATCH -next V3 0/6]arm64: add machine check safe support
 2022-04-13  7:30 UTC  (16+ messages)
` [RFC PATCH -next V3 1/6] x86: fix function define in copy_mc_to_user
` [RFC PATCH -next V3 2/6] arm64: fix types in copy_highpage()
` [RFC PATCH -next V3 3/6] arm64: add support for machine check error safe
` [RFC PATCH -next V3 4/6] arm64: add copy_{to, from}_user to machine check safe
` [RFC PATCH -next V3 5/6] arm64: add {get, put}_user "
` [RFC PATCH -next V3 6/6] arm64: add cow "

[perf vendor events] 3f5f0df7bf: perf-sanity-tests.perf_all_metrics_test.fail
 2022-04-13  7:05 UTC  (3+ messages)
  ` [LKP] "

[PATCH v5 02/13] mm: Introduce memfile_notifier
 2022-04-13  6:47 UTC  (3+ messages)

[PATCH v2] lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAP
 2022-04-13  6:29 UTC  (3+ messages)

[PATCH V6 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-13  6:22 UTC  (14+ messages)
` [PATCH V6 1/7] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 3/7] arm64/mm: "
` [PATCH V6 4/7] sparc/mm: "
` [PATCH V6 5/7] x86/mm: "
` [PATCH V6 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V6 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[PATCH v12 0/7] fsdax: introduce fs query to support reflink
 2022-04-13  6:09 UTC  (7+ messages)
` [PATCH v12 1/7] dax: Introduce holder for dax_device
` [PATCH v12 6/7] xfs: Implement ->notify_failure() for XFS

mmotm 2022-04-12-21-05 uploaded
 2022-04-13  4:06 UTC 

[PATCH V5 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-13  4:04 UTC  (10+ messages)
` [PATCH V5 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V5 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[PATCH] mm: fix align-error when get_addr in unmapped_area_topdown
 2022-04-13  3:28 UTC  (3+ messages)
  `  "

[PATCH v2 0/9] A few cleanup and fixup patches for vmscan
 2022-04-13  2:17 UTC  (9+ messages)
` [PATCH v2 1/9] mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_writeback
` [PATCH v2 2/9] mm/vmscan: remove unneeded can_split_huge_page check

[PATCH v8 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2022-04-13  0:30 UTC  (11+ messages)
` [PATCH v8 01/23] mm: Introduce PTE_MARKER swap entry
` [PATCH v8 02/23] mm: Teach core mm about pte markers
` [PATCH v8 03/23] mm: Check against orig_pte for finish_fault()

[PATCH v2 bpf 0/3] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-13  0:35 UTC  (3+ messages)

[PATCH] mm/slub: remove meaningless node check in ___slab_alloc()
 2022-04-12 23:39 UTC  (2+ messages)

[PATCH v2] mm/slab_common: move dma-kmalloc caches creation into new_kmalloc_cache()
 2022-04-12 23:38 UTC  (4+ messages)

[PATCH] mm/slub: remove duplicate flag in allocate_slab()
 2022-04-12 23:36 UTC  (2+ messages)

[PATCH] mm/slub: remove unused parameter in setup_object*()
 2022-04-12 23:35 UTC  (2+ messages)

[PATCH] tmpfs: fix regressions from wider use of ZERO_PAGE
 2022-04-12 23:22 UTC  (4+ messages)

[Bug 215807] Bad page state in process systemd-udevd
 2022-04-12 21:17 UTC  (2+ messages)

[PATCH] mm, page_alloc: check pfn is valid before moving to freelist
 2022-04-12 21:05 UTC  (4+ messages)

[next] next-20220412: BUG: Bad page map in process oom_reaper pte
 2022-04-12 21:03 UTC  (2+ messages)

[PATCH v2 bpf 0/3] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-12 21:00 UTC  (4+ messages)
` [PATCH v2 bpf 3/3] bpf: use vmalloc with VM_ALLOW_HUGE_VMAP for bpf_prog_pack

[PATCH 1/2] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-04-12 20:41 UTC  (4+ messages)
` [PATCH 2/2] userfaultfd: selftests: modify selftest to use /dev/userfaultfd

[PATCH v4] ioctl_userfaultfd.2, userfaultfd.2: add minor fault mode
 2022-04-12 20:05 UTC  (2+ messages)

[PATCH v2] mm/memory-failure.c: skip huge_zero_page in memory_failure()
 2022-04-12 20:01 UTC  (2+ messages)

[PATCH v10 0/5] Use pageblock_order for cma and alloc_contig_range alignment
 2022-04-12 19:34 UTC  (10+ messages)
` [PATCH v10 2/5] mm: page_isolation: check specified range for unmovable pages

[PATCH v2] mm/secretmem: fix panic when growing a memfd_secret
 2022-04-12 19:30 UTC 

[linux-next:master] BUILD REGRESSION d0c745e7b2d6ce8bcc768b32361ab8ef520821ee
 2022-04-12 19:23 UTC 

[PATCH v1] NFSD: Clean up nfsd_splice_actor()
 2022-04-12 18:57 UTC 

False positive kmemleak report for dtb properties names on powerpc
 2022-04-12 17:56 UTC  (7+ messages)

[PATCH 5.15 000/277] 5.15.34-rc1 review
 2022-04-12 17:30 UTC  (7+ messages)

[PATCH] mm: memblock: avoid to create memmap for memblock nomap regions
 2022-04-12 17:26 UTC  (2+ messages)

[PATCH v8] oom_kill.c: futex: Don't OOM reap the VMA containing the robust_list_head
 2022-04-12 17:03 UTC  (7+ messages)

[PATCHv4 0/8] mm, x86/cc: Implement support for unaccepted memory
 2022-04-12 16:08 UTC  (7+ messages)
` [PATCHv4 1/8] mm: Add "
` [PATCHv4 8/8] mm/vmstat: Add counter for memory accepting

[PATCH] binfmt_flat: do not stop relocating GOT entries prematurely
 2022-04-12 14:52 UTC  (4+ messages)

[PATCH v7 0/4] add hugetlb_optimize_vmemmap sysctl
 2022-04-12 14:03 UTC  (6+ messages)
` [PATCH v7 1/4] mm: hugetlb_vmemmap: introduce CONFIG_HUGETLB_PAGE_HAS_OPTIMIZE_VMEMMAP
` [PATCH v7 2/4] mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=on
` [PATCH v7 3/4] mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsing
` [PATCH v7 4/4] mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctl

[PATCH 0/4] A few cleanup and fixup patches for migration
 2022-04-12  9:06 UTC  (7+ messages)

[PATCH 0/3] A few fixup and cleanup patches for memory failure
 2022-04-12  8:57 UTC  (6+ messages)
` [PATCH 1/3] mm/memory-failure.c: avoid false-postive PageSwapCache test

[Patch v3] mm/page_alloc: add same penalty is enough to get round-robin order
 2022-04-12  8:11 UTC  (4+ messages)

[Patch v2 1/2] mm/page_alloc: add same penalty is enough to get round-robin order
 2022-04-12  7:53 UTC  (6+ messages)
` [Patch v2 2/2] mm/page_alloc: not necessary to multiply MAX_NODE_LOAD

[PATCH v10 00/14] Multi-Gen LRU Framework
 2022-04-12  7:10 UTC  (7+ messages)
` [PATCH v10 05/14] mm: multi-gen LRU: groundwork
` [PATCH v10 08/14] mm: multi-gen LRU: support page table walks


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