linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-18 01:28:40 to 2022-08-19 07:26:41 UTC [more...]

[PATCH 0/6] A few fixup patches for hugetlb
 2022-08-19  7:26 UTC  (19+ messages)
` [PATCH 4/6] mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()

[bug report] mm/hugetlb: various bugs with avoid_reserve case in alloc_huge_page()
 2022-08-19  7:20 UTC  (3+ messages)

[PATCH] mm: hugetlb: simplify per-node sysfs creation and removal
 2022-08-19  7:15 UTC  (6+ messages)

[PATCH -next] bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
 2022-08-19  6:58 UTC  (3+ messages)

[PATCH 1/2] mm: memory-failure: kill soft_offline_free_page()
 2022-08-19  6:48 UTC  (4+ messages)
` [PATCH 2/2] mm: memory-failure: kill __soft_offline_page()

[PATCH v15 00/10] mm/demotion: Memory tiers and demotion
 2022-08-19  6:27 UTC  (13+ messages)
` [PATCH v15 01/10] mm/demotion: Add support for explicit memory tiers
` [PATCH v15 02/10] mm/demotion: Move memory demotion related code
` [PATCH v15 03/10] mm/demotion: Add hotplug callbacks to handle new numa node onlined
` [PATCH v15 04/10] mm/demotion/dax/kmem: Set node's abstract distance to MEMTIER_DEFAULT_DAX_ADISTANCE
` [PATCH v15 05/10] mm/demotion: Build demotion targets based on explicit memory tiers
` [PATCH v15 06/10] mm/demotion: Add pg_data_t member to track node memory tier details
` [PATCH v15 07/10] mm/demotion: Drop memtier from memtype
` [PATCH v15 08/10] mm/demotion: Demote pages according to allocation fallback order
` [PATCH v15 09/10] mm/demotion: Update node_is_toptier to work with memory tiers
` [PATCH v15 10/10] lib/nodemask: Optimize node_random for nodemask with single NUMA node

[ata] 0568e61225: stress-ng.copy-file.ops_per_sec -15.0% regression
 2022-08-19  6:24 UTC  (13+ messages)

[PATCH 0/6] A few fixup patches for hugetlb
 2022-08-19  5:24 UTC  (14+ messages)
` [PATCH 1/6] mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb()
` [PATCH 2/6] mm, hwpoison: fix page refcnt leaking in unpoison_memory()
` [PATCH 3/6] mm, hwpoison: fix extra put_page() in soft_offline_page()
` [PATCH 4/6] mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs()
` [PATCH 5/6] mm, hwpoison: kill procs if unmap fails
` [PATCH 6/6] mm, hwpoison: avoid trying to unpoison reserved page

[PATCHv6 00/11] Linear Address Masking enabling
 2022-08-19  5:17 UTC  (3+ messages)
` [PATCHv6 08/11] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking

[PATCH 0/8] memblock tests: update and extend memblock simulator
 2022-08-19  5:03 UTC  (6+ messages)
` [PATCH 3/8] memblock tests: add labels to verbose output for generic alloc tests

[PATCH v3] mm: release private data before split THP
 2022-08-19  5:04 UTC  (2+ messages)

[PATCH V2 0/2] mm/damon: A few fixup with lru_sort
 2022-08-19  4:52 UTC  (10+ messages)
` [PATCH V2 1/2] mm/damon/lru_sort: Move target memory region check to head of func
` [PATCH V2 2/2] mm/damon/lru_sort: Remove struct of damon_lru_sort_ram_walk_arg

[PATCH 0/5] arm64/mm: remap crash kernel with base pages even if rodata_full disabled
 2022-08-19  4:11 UTC  (6+ messages)
` [PATCH 1/5] arm64: rename defer_reserve_crashkernel() to have_zone_dma()
` [PATCH 2/5] arm64/mmu: drop _hotplug from unmap_hotplug_* function names
` [PATCH 3/5] arm64/mmu: move helpers for hotplug page tables freeing close to callers
` [PATCH 4/5] arm64/mm: remap crash kernel with base pages even if rodata_full disabled
` [PATCH 5/5] arm64/mmu: simplify logic around crash kernel mapping in map_mem()

[PATCH] mm: hugetlb_vmemmap: simplify reset_struct_pages()
 2022-08-19  3:55 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-19  3:38 UTC  (11+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd

[PATCH 00/13] Fix documentation build warnings against 6.0-rc1
 2022-08-19  2:49 UTC  (4+ messages)
` [PATCH 02/13] docs: update vmemmap_dedup.rst reference

[PATCH v2 1/2] mm/migrate_device.c: Copy pte dirty bit to page
 2022-08-19  2:51 UTC  (13+ messages)

[linux-next:master 958/2065] sound/soc/codecs/src4xxx-i2c.c:28:34: warning: unused variable 'src4xxx_of_match'
 2022-08-19  2:47 UTC 

Race condition in build_all_zonelists() when offlining movable zone
 2022-08-19  2:11 UTC  (2+ messages)

[PATCH bpf-next v2 00/12] bpf: Introduce selectable memcg for bpf map
 2022-08-19  1:21 UTC  (21+ messages)
` [PATCH bpf-next v2 01/12] cgroup: Update the comment on cgroup_get_from_fd
` [PATCH bpf-next v2 02/12] bpf: Introduce new helper bpf_map_put_memcg()
` [PATCH bpf-next v2 03/12] bpf: Define bpf_map_{get,put}_memcg for !CONFIG_MEMCG_KMEM
` [PATCH bpf-next v2 04/12] bpf: Call bpf_map_init_from_attr() immediately after map creation
` [PATCH bpf-next v2 05/12] bpf: Save memcg in bpf_map_init_from_attr()
` [PATCH bpf-next v2 06/12] bpf: Use scoped-based charge in bpf_map_area_alloc
` [PATCH bpf-next v2 07/12] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [PATCH bpf-next v2 08/12] bpf: Use bpf_map_kzalloc in arraymap
` [PATCH bpf-next v2 09/12] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [PATCH bpf-next v2 10/12] mm, memcg: Add new helper get_obj_cgroup_from_cgroup
` [PATCH bpf-next v2 11/12] bpf: Add return value for bpf_map_init_from_attr
` [PATCH bpf-next v2 12/12] bpf: Introduce selectable memcg for bpf map

[PATCH RFC] mm, proc: add PcpFree to meminfo
 2022-08-19  1:06 UTC  (4+ messages)

generic/471 regression with async buffered writes?
 2022-08-18 17:00 UTC  (2+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-19  0:40 UTC  (4+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[RFC 0/5] vmalloc_exec for modules and BPF programs
 2022-08-18 22:42 UTC  (6+ messages)
` [RFC 1/5] vmalloc: introduce vmalloc_exec and vfree_exec
` [RFC 2/5] bpf: use vmalloc_exec
` [RFC 3/5] modules, x86: use vmalloc_exec for module core
` [RFC 4/5] vmalloc_exec: share a huge page with kernel text
` [RFC 5/5] vmalloc: vfree_exec: free unused vm_struct

[PATCH v2 bpf-next 00/12] bpf: BPF specific memory allocator
 2022-08-18 22:30 UTC  (6+ messages)
` [PATCH v2 bpf-next 01/12] bpf: Introduce any context "

[PATCH] selftests/vm: fix inability to build any vm tests
 2022-08-18 18:55 UTC  (4+ messages)

[PATCH 1/9] slub: Make PREEMPT_RT support less convoluted
 2022-08-18 17:34 UTC  (10+ messages)
` [PATCH 6/9] mm/memcontrol: Replace the PREEMPT_RT conditionals
` [PATCH 7/9] mm/compaction: Get rid of RT ifdeffery

[PATCH] fs-verity: use memcpy_from_page()
 2022-08-18 22:39 UTC 

[PATCH] f2fs: use memcpy_{to,from}_page() where possible
 2022-08-18 22:54 UTC 

[PATCH] fs-verity: use kmap_local_page() instead of kmap()
 2022-08-18 22:40 UTC 

[PATCH V3] mm: fix use-after free of page_ext after race with memory-offline
 2022-08-18 14:01 UTC  (3+ messages)

[PATCH] Support HIGHMEM pages in vmap_pages_range_noflush()
 2022-08-18 21:07 UTC 

[PATCH] xfs: on memory failure, only shut down fs after scanning all mappings
 2022-08-18 17:00 UTC 

[linux-next:master 1876/2065] mm/vmscan.c:3232:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-08-18 18:34 UTC  (2+ messages)

Multi-page folio issues in 5.19-rc4 (was [PATCH v3 25/25] xfs: Support large folios)
 2022-08-18 21:58 UTC  (10+ messages)

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-08-18 17:04 UTC  (9+ messages)
` [RFC PATCH v6] "

folio_map
 2022-08-18 21:10 UTC  (8+ messages)
` [RFC] vmap_folio()

[PATCH v1] mm: migration: fix the FOLL_GET failure on following huge page
 2022-08-18 11:57 UTC  (8+ messages)
` [PATCH v6 0/2] fix follow_page related issues
  ` [PATCH v6 1/2] mm: migration: fix the FOLL_GET failure on following huge page

[PATCH V4] mm: fix use-after free of page_ext after race with memory-offline
 2022-08-18 15:25 UTC  (2+ messages)

[PATCH v6 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-18 17:22 UTC  (6+ messages)
` [PATCH v6 2/5] "

[PATCH v2 1/2] mm/damon: validate if the pmd entry is present before accessing
 2022-08-18 16:47 UTC  (4+ messages)
  ` [PATCH v2 2/2] mm/damon: replace pmd_huge() with pmd_trans_huge() for THP

[linux-next:master] BUILD REGRESSION 5b6a4bf680d61b1dd26629840f848d0df8983c62
 2022-08-18 17:07 UTC 

[PATCH v3 0/7] mm: Remember a/d bits for migration entries
 2022-08-18 16:39 UTC  (8+ messages)
` [PATCH v3 5/7] mm: Remember young/dirty bit for page migrations

BUG: Bad page map in process/Bad Swap file entry, RPI CM4 on clone syscall
 2022-08-18 17:14 UTC 

[PATCH v9] mm/page_owner.c: add llseek for page_owner
 2022-08-18 14:41 UTC  (2+ messages)

[PATCH -next 0/2] watermark related improvement on zone movable
 2022-08-18 11:49 UTC  (5+ messages)
` [PATCH -next 1/2] mm: Cap zone movable's min wmark to small value
` [PATCH -next 2/2] mm: sysctl: Introduce per zone watermark_scale_factor

[linux-next:master 1581/2065] drivers/base/regmap/regmap-mmio.c:231:17: error: implicit declaration of function 'writesq'; did you mean 'writeq'?
 2022-08-18 11:57 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING bb8b9a4857726b532eaaa9d31c8acfb451227fbf
 2022-08-18 12:02 UTC 

[PATCH] mm/damon/lru_sort: Move target memory region check to head of func
 2022-08-18 11:06 UTC  (2+ messages)

[PATCH v5 1/2] mm/gup.c: Don't pass gup_flags to check_and_migrate_movable_pages()
 2022-08-18  7:23 UTC  (3+ messages)
` [PATCH v5 2/2] mm/gup.c: Refactor check_and_migrate_movable_pages()

[PATCH] Revert "memcg: cleanup racy sum avoidance code"
 2022-08-18 10:04 UTC  (2+ messages)

[PATCH] mm: thp: remove redundant pgtable check in set_huge_zero_page()
 2022-08-18  8:27 UTC 

[PATCH v2] mm/dmapool.c: avoid duplicate memset within dma_pool_alloc
 2022-08-18  8:37 UTC  (5+ messages)

[PATCH v2] mm/mempolicy: fix lock contention on mems_allowed
 2022-08-18  6:56 UTC  (2+ messages)

[PATCH v2 1/4] Make place for common balloon code
 2022-08-18  6:43 UTC  (3+ messages)

[PATCH] mm/damon: Validate if the pmd entry is present before accessing
 2022-08-18  5:45 UTC  (7+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-17 15:27 UTC  (11+ messages)

[PATCH v2] mm: oom_kill: add trace logs in process_mrelease() system call
 2022-08-18  4:45 UTC  (3+ messages)

[PATCH v8] mm/page_owner.c: add llseek for page_owner
 2022-08-18  2:25 UTC  (3+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-18  3:47 UTC  (3+ messages)
` [PATCH Part2 v6 39/49] KVM: SVM: Introduce ops for the post gfn map and unmap

[RFC PATCH] mm/filemap.c: fix the timing of asignment of prev_pos
 2022-08-18  3:13 UTC  (3+ messages)

[PATCH] mm/damon: Validate if the pmd entry is present before accessing
 2022-08-18  2:39 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).