linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-29 03:52:48 to 2022-01-04 00:11:34 UTC [more...]

[PATCH v4 00/32] Separate struct slab from struct page
 2022-01-04  0:10 UTC  (22+ messages)
` [PATCH v4 01/32] mm: add virt_to_folio() and folio_address()
` [PATCH v4 02/32] mm/slab: Dissolve slab_map_pages() in its caller
` [PATCH v4 03/32] mm/slub: Make object_err() static
` [PATCH v4 04/32] mm: Split slab into its own type
` [PATCH v4 05/32] mm: Convert [un]account_slab_page() to struct slab
` [PATCH v4 06/32] mm: Convert virt_to_cache() to use "
` [PATCH v4 07/32] mm: Convert __ksize() to "
` [PATCH v4 08/32] mm: Use struct slab in kmem_obj_info()
` [PATCH v4 09/32] mm: Convert check_heap_object() to use struct slab
` [PATCH v4 10/32] mm/slub: Convert detached_freelist to use a "
` [PATCH v4 11/32] mm/slub: Convert kfree() "
` [PATCH v4 12/32] mm/slub: Convert __slab_lock() and __slab_unlock() to "
` [PATCH v4 13/32] mm/slub: Convert print_page_info() to print_slab_info()
` [PATCH v4 14/32] mm/slub: Convert alloc_slab_page() to return a struct slab
` [PATCH v4 15/32] mm/slub: Convert __free_slab() to use "
` [PATCH v4 16/32] mm/slub: Convert pfmemalloc_match() to take a "
` [PATCH v4 17/32] mm/slub: Convert most struct page to struct slab by spatch
` [PATCH v4 18/32] mm/slub: Finish struct page to struct slab conversion
` [PATCH v4 19/32] mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab
` [PATCH v4 20/32] mm/slab: Convert most struct page to struct slab by spatch
` [PATCH v4 21/32] mm/slab: Finish struct page to struct slab conversion

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-03 23:28 UTC  (16+ messages)
` [PATCH v8 09/40] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v8 10/40] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v8 11/40] x86/sev: "
` [PATCH v8 12/40] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v8 20/40] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v8 22/40] x86/sev: move MSR-based VMGEXITs for CPUID to helper

[PATCH] mm/zswap.c: allow handling just same-value filled pages
 2022-01-03 22:08 UTC 

[PATCH v4 1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2022-01-03 21:16 UTC  (12+ messages)
` [PATCH 4/3] mm: drop MMF_OOM_SKIP from exit_mmap

[PATCH v1] ipc: Store mqueue sysctls in the ipc namespace
 2022-01-03 20:41 UTC 

[PATCH v2 00/11] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-03 20:24 UTC  (3+ messages)
` [PATCH v2 08/11] lib: add support for device coherent type in test_hmm

[PATCH next 1/3] truncate,shmem: Fix data loss when hole punched in folio
 2022-01-03 20:17 UTC  (3+ messages)

[PATCH next 3/3] shmem: Fix "Unused swap" messages
 2022-01-03 20:10 UTC  (3+ messages)

[PATCH 00/48] Folios for 5.17
 2022-01-03 19:28 UTC  (15+ messages)
` [PATCH 33/48] mm: Add unmap_mapping_folio()
` [PATCH 39/48] filemap: Convert filemap_read() to use a folio

[PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
 2022-01-03 19:10 UTC  (8+ messages)

[PATCH v2 00/33] Separate struct slab from struct page
 2022-01-03 17:56 UTC  (5+ messages)

[PATCH AUTOSEL 5.15 16/16] userfaultfd/selftests: fix hugetlb area allocations
 2022-01-03 17:28 UTC 

[RFC PATCH 0/3] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-01-03 17:09 UTC  (9+ messages)
` [RFC PATCH 2/3] mm/memcg: Add a local_lock_t for IRQ and TASK object
` [RFC PATCH 3/3] mm/memcg: Allow the task_obj optimization only on non-PREEMPTIBLE kernels

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-03 17:07 UTC  (7+ messages)
` [PATCH v4 12/66] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v4 15/66] mm: Convert vma_lookup() to use the Maple Tree

[PATCH 00/43] Add KernelMemorySanitizer infrastructure
 2022-01-03 16:27 UTC  (3+ messages)
` [PATCH 13/43] kmsan: add KMSAN runtime core

[PATCH v2] memcg: add per-memcg vmalloc stat
 2022-01-03 11:58 UTC  (4+ messages)

[PATCH for-v5.15.x] mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'
 2022-01-03  9:46 UTC  (2+ messages)

[PATCH] mm/shmem: Fix a build error due to shmem_unuse() under !CONFIG_SHMEM
 2022-01-03  7:47 UTC  (3+ messages)

[PATCH v3] memcg: add per-memcg vmalloc stat
 2022-01-03  4:12 UTC 

[RFC] mm/migration: Add trace events for THP migrations
 2022-01-03  3:54 UTC  (3+ messages)

[PATCH mm v5 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2022-01-03  2:32 UTC  (44+ messages)
` [PATCH mm v5 01/39] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH mm v5 02/39] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH mm v5 03/39] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH mm v5 04/39] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH mm v5 05/39] kasan, page_alloc: init memory of skipped pages on free
` [PATCH mm v5 06/39] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH mm v5 07/39] mm: clarify __GFP_ZEROTAGS comment
` [PATCH mm v5 08/39] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH mm v5 09/39] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH mm v5 10/39] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH mm v5 11/39] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH mm v5 12/39] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH mm v5 13/39] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH mm v5 14/39] kasan, page_alloc: rework kasan_unpoison_pages call site
` [PATCH mm v5 15/39] kasan: clean up metadata byte definitions
` [PATCH mm v5 16/39] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH mm v5 17/39] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH mm v5 18/39] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH mm v5 19/39] kasan: reorder vmalloc hooks
` [PATCH mm v5 20/39] kasan: add wrappers for "
` [PATCH mm v5 21/39] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH mm v5 22/39] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH mm v5 23/39] kasan, arm64: "
` [PATCH mm v5 24/39] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH mm v5 25/39] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v5 26/39] kasan, vmalloc: unpoison VM_ALLOC pages after mapping
` [PATCH mm v5 27/39] kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS
` [PATCH mm v5 28/39] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH mm v5 29/39] kasan, page_alloc: allow skipping memory init "
` [PATCH mm v5 30/39] kasan, vmalloc: add vmalloc tagging "
` [PATCH mm v5 31/39] kasan, vmalloc: only tag normal vmalloc allocations
` [PATCH mm v5 32/39] kasan, arm64: don't tag executable "
` [PATCH mm v5 33/39] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH mm v5 34/39] kasan: clean up feature flags for HW_TAGS mode
` [PATCH mm v5 35/39] kasan: add kasan.vmalloc command line flag
` [PATCH mm v5 36/39] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [PATCH mm v5 37/39] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH mm v5 38/39] kasan: documentation updates
` [PATCH mm v5 39/39] kasan: improve vmalloc tests

[PATCH next 2/3] shmem: Fix data loss when folio truncated
 2022-01-03  1:34 UTC 

[PATCH 00/17] Convert GUP to folios
 2022-01-02 21:57 UTC  (18+ messages)
` [PATCH 01/17] mm: Add folio_put_refs()
` [PATCH 02/17] mm: Add folio_pincount_available()
` [PATCH 03/17] mm: Add folio_pincount_ptr()
` [PATCH 04/17] mm: Convert page_maybe_dma_pinned() to use a folio
` [PATCH 05/17] gup: Add try_get_folio()
` [PATCH 06/17] mm: Remove page_cache_add_speculative() and page_cache_get_speculative()
` [PATCH 07/17] gup: Add gup_put_folio()
` [PATCH 08/17] gup: Add try_grab_folio()
` [PATCH 09/17] gup: Convert gup_pte_range() to use a folio
` [PATCH 10/17] gup: Convert gup_hugepte() "
` [PATCH 11/17] gup: Convert gup_huge_pmd() "
` [PATCH 12/17] gup: Convert gup_huge_pud() "
` [PATCH 13/17] gup: Convert gup_huge_pgd() "
` [PATCH 14/17] gup: Convert for_each_compound_head() to gup_for_each_folio()
` [PATCH 15/17] gup: Convert for_each_compound_range() to gup_for_each_folio_range()
` [PATCH 16/17] mm: Add isolate_lru_folio()
` [PATCH 17/17] gup: Convert check_and_migrate_movable_pages() to use a folio

[PATCH v3] mm: fix panic in __alloc_pages
 2022-01-02  7:14 UTC  (4+ messages)
  ` [PATCH v2 0/4] mm, memory_hotplug: handle unitialized numa node gracefully

[PATCH] mm/vmscan.c: no need to double-check if free pages are under high-watermark
 2022-01-02  3:31 UTC 

[linux-next:master 4461/9897] arch/arm/mach-iop32x/irq.c:62:6: warning: no previous prototype for function 'iop_handle_irq'
 2022-01-01 22:57 UTC 

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2022-01-01 10:52 UTC  (11+ messages)

mm/memory.c:709:25: sparse: sparse: cast to non-scalar
 2022-01-01  5:39 UTC 

WARNING: modpost: vmlinux.o(.text+0xd7dc5): Section mismatch in reference from the function __next_node() to the variable .init.data:numa_nodes_parsed
 2022-01-01  2:47 UTC 

[patch 1/1] mm: vmscan: reduce throttling due to a failure to make progress -fix
 2021-12-31 21:10 UTC 

incoming
 2021-12-31  4:12 UTC  (3+ messages)
` [patch 1/2] userfaultfd/selftests: fix hugetlb area allocations
` [patch 2/2] mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-12-31  2:53 UTC  (16+ messages)
` [PATCH v3 kvm/queue 03/16] mm/memfd: Introduce MEMFD_OPS
` [PATCH v3 kvm/queue 04/16] KVM: Extend the memslot to support fd-based private memory
` [PATCH v3 kvm/queue 05/16] KVM: Maintain ofs_tree for fast memslot lookup by file offset
` [PATCH v3 kvm/queue 11/16] KVM: Add kvm_map_gfn_range

[PATCH 0/4] Remove the type-unclear target id concept
 2021-12-31  2:20 UTC  (6+ messages)
` [PATCH 1/4] mm/damon/dbgfs/init_regions: Use target index instead of target id
` [PATCH 2/4] Docs/admin-guide/mm/damon/usage: Update for changed initail_regions file input
` [PATCH 3/4] mm/damon/core: Move damon_set_targets() into dbgfs
` [PATCH 4/4] mm/damon: Remove the target id concept

[linux-next:master 511/9897] fs/dlm/midcomms.c:913:22: sparse: sparse: restricted __le32 degrades to integer
 2021-12-30 23:51 UTC 

[RESEND][PATCH v2] mm: don't call lru draining in the nested lru_cache_disable
 2021-12-30 19:36 UTC 

[PATCH mm v4 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-30 19:11 UTC  (17+ messages)
` [PATCH mm v4 07/39] mm: clarify __GFP_ZEROTAGS comment
` [PATCH mm v4 28/39] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH mm v4 29/39] kasan, page_alloc: allow skipping memory init "
` [PATCH mm v4 35/39] kasan: add kasan.vmalloc command line flag

[PATCH v3] mm/damon: Add access checking for hugetlb pages
 2021-12-30 18:19 UTC  (2+ messages)

mmotm 2021-12-29-20-07 uploaded
 2021-12-30 17:32 UTC  (5+ messages)
` mmotm 2021-12-29-20-07 uploaded (mm/damon)

[PATCH v2 0/2] Add a new scheme to support demotion on tiered memory system
 2021-12-30  9:31 UTC  (2+ messages)

[PATCH v2 0/2] Add a new scheme to support demotion on tiered memory system
 2021-12-30  8:03 UTC  (4+ messages)

[Resource Leak] Missing closing files in testing/selftests/vm/mlock2
 2021-12-30  3:51 UTC  (2+ messages)

[Resource Leak] Missing closing files in tools/bpf/bpf_asm.c
 2021-12-30  3:50 UTC 

[rcutorture] 82e310033d: WARNING:possible_recursive_locking_detected
 2021-12-30  2:00 UTC  (5+ messages)

[PATCH] hugetlbfs: Fix off-by-one error in hugetlb_vmdelete_list()
 2021-12-29 23:29 UTC  (3+ messages)

[PATCH] mm/page_isolation: unset migratetype directly for non Buddy page
 2021-12-29 14:53 UTC  (2+ messages)

[PATCH 0/4] mm/damon: Hide unnecessary information disclosures
 2021-12-29 13:10 UTC  (5+ messages)
` [PATCH 1/4] mm/damon/dbgfs: Remove a unnecessary variable
` [PATCH 2/4] mm/damon/vaddr: Use pr_debug() for damon_va_three_regions() failure logging
` [PATCH 3/4] mm/damon/vaddr: Hide kernel pointer from damon_va_three_regions() failure log
` [PATCH 4/4] mm/damon: Hide kernel pointer from tracepoint event

[PATCH] mm/damon/dbgfs: Fix 'struct pid' leaks in 'dbgfs_target_ids_write()'
 2021-12-29 12:40 UTC 

[PATCH v2 0/3] mm: support huge vmalloc mapping on arm64/x86
 2021-12-29 11:01 UTC  (6+ messages)
` [PATCH v2 3/3] x86: Support huge vmalloc mappings

[syzbot] WARNING in page_counter_cancel (3)
 2021-12-29  9:23 UTC  (4+ 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).