Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-03 22:09:18 to 2022-01-05 19:05:58 UTC [more...]

[syzbot] kernel BUG in __page_mapcount
 2022-01-05 19:05 UTC  (4+ messages)

[PATCH v9 00/10] fsdax: introduce fs query to support reflink
 2022-01-05 18:56 UTC  (14+ messages)
` [PATCH v9 01/10] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v9 02/10] dax: Introduce holder for dax_device
` [PATCH v9 05/10] fsdax: fix function description
` [PATCH v9 06/10] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v9 09/10] xfs: Implement ->notify_failure() for XFS

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-05 18:54 UTC  (28+ messages)
` [PATCH v8 08/40] x86/sev: Check the vmpl level
` [PATCH v8 11/40] x86/sev: Register GHCB memory when SEV-SNP is active
` [PATCH v8 12/40] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v8 13/40] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH v8 15/40] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v8 16/40] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v8 17/40] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v8 18/40] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v8 19/40] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v8 22/40] x86/sev: move MSR-based VMGEXITs for CPUID to helper

[PATCH v3] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
 2022-01-05 18:51 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in remove_wait_queue (3)
 2022-01-05 18:50 UTC  (3+ messages)
    ` psi_trigger_poll() is completely broken

[PATCH] mm: Make SLAB_MERGE_DEFAULT depend on SL[AU]B
 2022-01-05 18:06 UTC  (2+ messages)

[PATCH] mm, oom: OOM sysrq should always kill a process
 2022-01-05 17:51 UTC 

[next] mm/shmem.c:3993:5: error: conflicting types for 'shmem_unuse'; have 'int(unsigned int, long unsigned int *)'
 2022-01-05 17:40 UTC  (2+ messages)

[PATCH v4 00/32] Separate struct slab from struct page
 2022-01-05 17:08 UTC  (42+ 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 v4 22/32] mm: Convert struct page to struct slab in functions used by other subsystems
` [PATCH v4 23/32] mm/memcg: Convert slab objcgs from struct page to struct slab
` [PATCH v4 24/32] mm/slob: Convert SLOB to use struct slab and struct folio
` [PATCH v4 25/32] mm/kasan: Convert to struct folio and struct slab
` [PATCH v4 26/32] mm/kfence: Convert kfence_guarded_alloc() to "
` [PATCH v4 27/32] mm/sl*b: Differentiate struct slab fields by sl*b implementations
` [PATCH v4 28/32] mm/slub: Simplify struct slab slabs field definition
` [PATCH v4 29/32] mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabled
` [PATCH v4 30/32] zsmalloc: Stop using slab fields in struct page
` [PATCH v4 31/32] bootmem: Use page->index instead of page->freelist
` [PATCH v4 32/32] mm/slob: Remove unnecessary page_mapcount_reset() function call

[PATCH v5 00/16] Optimize list lru memory consumption
 2022-01-05 17:03 UTC  (3+ messages)
` [PATCH v5 13/16] mm: memcontrol: reuse memory cgroup ID for kmem ID

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-05 17:03 UTC  (32+ messages)
` [PATCH v3 kvm/queue 01/16] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [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 v3 kvm/queue 14/16] KVM: Handle page fault for private memory

[linux-next:master 9576/10864] include/linux/rcupdate.h:412:36: error: dereferencing pointer to incomplete type 'struct bpf_prog'
 2022-01-05 16:15 UTC  (2+ messages)

[PATCH v3 1/3] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall
 2022-01-05 16:03 UTC  (3+ messages)
` [PATCH v3 2/3] selftests/x86/Makefile: Support per-target $(LIBS) configuration
  ` [PATCH v3 3/3] x86: Add test for arch_prctl(ARCH_VSYSCALL_CONTROL)

[PATCH v2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
 2022-01-05 15:17 UTC  (4+ messages)

[RFC PATCH 0/3] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-01-05 15:06 UTC  (5+ messages)
` [RFC PATCH 1/3] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT

[linux-next:master 5594/9257] drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1177 vmw_translate_mob_ptr() warn: passing zero to 'PTR_ERR'
 2022-01-05 14:56 UTC 

[linux-next:master 10467/10864] drivers/ntb/hw/idt/ntb_hw_idt.c:2735:12: warning: stack frame size (1320) exceeds limit (1280) in 'idt_pci_probe'
 2022-01-05 14:06 UTC 

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-05 11:25 UTC  (21+ messages)
` [PATCH v6 1/9] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v6 2/9] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v6 3/9] mm/vmscan.c: refactor shrink_node()
` [PATCH v6 4/9] mm: multigenerational lru: groundwork
` [PATCH v6 5/9] mm: multigenerational lru: mm_struct list
` [PATCH v6 6/9] mm: multigenerational lru: aging
` [PATCH v6 7/9] mm: multigenerational lru: eviction
` [PATCH v6 8/9] mm: multigenerational lru: user interface
` [PATCH v6 9/9] mm: multigenerational lru: Kconfig

[linux-next:pending-fixes] BUILD SUCCESS 99ae9b78c63395f986f1d9fd73f258139c8ec7bc
 2022-01-05 10:12 UTC 

[PATCH 00/17] Convert GUP to folios
 2022-01-05  9:00 UTC  (56+ 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

remove Xen tmem leftovers
 2022-01-05  8:46 UTC  (4+ messages)

[PATCH v4] memcg: add per-memcg vmalloc stat
 2022-01-05  8:43 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6b8d4927540e416878113f0f7e273ddc939291f3
 2022-01-05  5:47 UTC 

[PATCH v7] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2022-01-05  4:39 UTC  (5+ messages)

[PATCH] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
 2022-01-05  2:16 UTC  (13+ messages)

[PATCH] userfaultfd/selftests: clean up hugetlb allocation code
 2022-01-05  0:24 UTC  (3+ messages)

[syzbot] WARNING in page_counter_cancel (3)
 2022-01-05  0:08 UTC  (5+ messages)

[PATCH 4/3] mm: drop MMF_OOM_SKIP from exit_mmap
 2022-01-04 22:24 UTC  (12+ messages)

INFO: task hung in __filemap_get_folio
 2022-01-04 21:00 UTC  (3+ messages)

[PATCH v6 00/14] Convert powerpc to default topdown mmap layout
 2022-01-04 16:21 UTC  (5+ messages)
` [PATCH v6 03/14] mm: Add len and flags parameters to arch_get_mmap_end()
` [PATCH v6 04/14] mm, hugetlbfs: Allow for "high" userspace addresses

[linux-next:pending-fixes] BUILD SUCCESS f3c3fc1577d68b0133dc25747eb129d5df7f776f
 2022-01-04 15:44 UTC 

[PATCH] headers/deps: dcache: Move the ____cacheline_aligned attribute to the head of the definition
 2022-01-04 15:05 UTC 

[linux-next:master 6432/9897] drivers/perf/arm_smmuv3_pmu.c:889:34: warning: unused variable 'smmu_pmu_of_match'
 2022-01-04 13:37 UTC  (2+ messages)

[PATCH mm v5 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2022-01-04 11:28 UTC  (4+ messages)
` [PATCH mm v5 29/39] kasan, page_alloc: allow skipping memory init for HW_TAGS

[PATCH v4 00/68] fscache, cachefiles: Rewrite
 2022-01-04 10:50 UTC  (2+ messages)

[syzbot] KMSAN: uninit-value in mpol_rebind_task (2)
 2022-01-04 10:03 UTC 

[PATCH v2 00/33] Separate struct slab from struct page
 2022-01-04  8:44 UTC  (4+ messages)
` slab tree for next

[PATCH next 3/3] shmem: Fix "Unused swap" messages
 2022-01-04  8:12 UTC  (6+ messages)

[PATCH v1] ipc: Store mqueue sysctls in the ipc namespace
 2022-01-04  5:28 UTC 

[PATCH v3] mm/damon: Add access checking for hugetlb pages
 2022-01-04  2:36 UTC  (2+ messages)

[PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)
 2022-01-04  0:33 UTC  (8+ messages)

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).