linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC v2 0/2] mm: Rework zap ptes on swap entries
 2021-12-03  6:59 UTC  (6+ messages)
` [PATCH RFC v2 1/2] mm: Don't skip swap entry even if zap_details specified

[PATCH] hugetlb/cgroup: Fix copy/paste array assignment
 2021-12-03  6:56 UTC 

[PATCH v6 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2021-12-03  6:45 UTC  (6+ messages)
` [PATCH v6 01/23] mm: Introduce PTE_MARKER swap entry

[linux-next:master 925/4921] ERROR: modpost: "v4l2_async_register_subdev" [drivers/staging/media/max96712/max96712.ko] undefined!
 2021-12-03  6:18 UTC 

[PATCH -next] mm: delete oversized WARN_ON() in kvmalloc() calls
 2021-12-03  4:39 UTC  (21+ messages)

[PATCH 00/11] mm/damon: Trivial fixups and improvements
 2021-12-03  3:01 UTC  (3+ messages)
` [PATCH 04/11] mm/damon/vaddr: Remove an unnecessary warning message

[RFD] clear virtual machine memory when virtual machine is turned off
 2021-12-03  2:56 UTC  (4+ messages)

[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
 2021-12-03  1:13 UTC  (4+ messages)
` [PATCH V7 08/18] x86/entry: Preserve PKRS MSR across exceptions

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-12-03  1:11 UTC  (4+ messages)
` [RFC v2 PATCH 01/13] mm/shmem: Introduce F_SEAL_GUEST

mmotm 2021-12-02-17-04 uploaded
 2021-12-03  1:05 UTC 

[PATCH] mm: kmemleak: Ignore kmemleak scanning on CMA regions
 2021-12-03  0:52 UTC  (5+ messages)

[PATCH RESEND MERGE REQUEST] mm/damon: move damon_rand() definition into damon.h
 2021-12-02 23:12 UTC  (2+ messages)

[linux-next:master 3963/4921] arch/sparc/kernel/led.c:125:44: error: 'led_proc_ops' undeclared; did you mean 'proc_ops'?
 2021-12-02 23:07 UTC  (2+ messages)

[5.4 PATCH] mm/gup: Do not force a COW break on file-backed memory
 2021-12-02 22:33 UTC  (7+ messages)

[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
 2021-12-02 21:58 UTC  (2+ messages)

[PATCH v7 00/11] mm, device-dax: Introduce compound pages in devmap
 2021-12-02 20:44 UTC  (12+ messages)
` [PATCH v7 01/11] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [PATCH v7 02/11] mm/page_alloc: split prep_compound_page into head and tail subparts
` [PATCH v7 03/11] mm/page_alloc: refactor memmap_init_zone_device() page init
` [PATCH v7 04/11] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v7 05/11] device-dax: use ALIGN() for determining pgoff
` [PATCH v7 06/11] device-dax: use struct_size()
` [PATCH v7 07/11] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v7 08/11] device-dax: factor out page mapping initialization
` [PATCH v7 09/11] device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()
` [PATCH v7 10/11] device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()
` [PATCH v7 11/11] device-dax: compound devmap support

[PATCH v2 00/33] Separate struct slab from struct page
 2021-12-02 20:39 UTC  (44+ messages)
` [PATCH v2 01/33] mm: add virt_to_folio() and folio_address()
` [PATCH v2 02/33] mm/slab: Dissolve slab_map_pages() in its caller
` [PATCH v2 03/33] mm/slub: Make object_err() static
` [PATCH v2 04/33] mm: Split slab into its own type
` [PATCH v2 05/33] mm: Add account_slab() and unaccount_slab()
` [PATCH v2 06/33] mm: Convert virt_to_cache() to use struct slab
` [PATCH v2 07/33] mm: Convert __ksize() to "
` [PATCH v2 08/33] mm: Use struct slab in kmem_obj_info()
` [PATCH v2 09/33] mm: Convert check_heap_object() to use struct slab
` [PATCH v2 10/33] mm/slub: Convert detached_freelist to use a "
` [PATCH v2 11/33] mm/slub: Convert kfree() "
` [PATCH v2 12/33] mm/slub: Convert __slab_lock() and __slab_unlock() to "
` [PATCH v2 13/33] mm/slub: Convert print_page_info() to print_slab_info()
` [PATCH v2 14/33] mm/slub: Convert alloc_slab_page() to return a struct slab
` [PATCH v2 15/33] mm/slub: Convert __free_slab() to use "
` [PATCH v2 16/33] mm/slub: Convert pfmemalloc_match() to take a "
` [PATCH v2 17/33] mm/slub: Convert most struct page to struct slab by spatch
` [PATCH v2 18/33] mm/slub: Finish struct page to struct slab conversion
` [PATCH v2 19/33] mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slab
` [PATCH v2 20/33] mm/slab: Convert most struct page to struct slab by spatch
` [PATCH v2 21/33] mm/slab: Finish struct page to struct slab conversion
` [PATCH v2 22/33] mm: Convert struct page to struct slab in functions used by other subsystems
` [PATCH v2 23/33] mm/memcg: Convert slab objcgs from struct page to struct slab
` [PATCH v2 24/33] mm/slob: Convert SLOB to use "
` [PATCH v2 25/33] mm/kasan: Convert to struct folio and "
` [PATCH v2 26/33] mm/kfence: Convert kfence_guarded_alloc() to "
` [PATCH v2 27/33] zsmalloc: Stop using slab fields in struct page
` [PATCH v2 28/33] bootmem: Use page->index instead of page->freelist
` [PATCH v2 29/33] iommu: Use put_pages_list
` [PATCH v2 30/33] mm: Remove slab from struct page
` [PATCH v2 31/33] mm/sl*b: Differentiate struct slab fields by sl*b implementations
` [PATCH v2 32/33] mm/slub: Simplify struct slab slabs field definition
` [PATCH v2 33/33] mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabled
` slab tree for next

[PATCH bpf v2] treewide: add missing includes masked by cgroup -> bpf dependency
 2021-12-02 20:34 UTC 

[linux-next:master] BUILD REGRESSION 9606f9efb1cec7f8f5912326f182fbfbcad34382
 2021-12-02 19:16 UTC 

[PATCH] kmemleak: fix kmemleak false positive report with HW tag-based kasan enable
 2021-12-02 18:19 UTC  (2+ messages)

[PATCH] kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTR
 2021-12-02 17:56 UTC  (10+ messages)

[PATCH v2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
 2021-12-02 17:54 UTC  (6+ messages)

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-02 17:52 UTC  (3+ messages)
` [PATCH v7 10/45] x86/sev: Add support for hypervisor feature VMGEXIT

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-02 17:41 UTC  (4+ messages)

[RFC PATCH] mm: count zram read/write into PSI_IO_WAIT
 2021-12-02 16:28 UTC  (3+ messages)

[PATCH 00/31] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-02 16:13 UTC  (13+ messages)
` [PATCH 02/31] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH 03/31] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH 07/31] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH 08/31] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH 20/31] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH 21/31] kasan, fork: don't tag stacks allocated with vmalloc

[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-02 16:09 UTC  (17+ messages)

[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-02 16:02 UTC  (3+ messages)

[PATCH 0/3] page table check
 2021-12-02 15:01 UTC  (9+ messages)
` [PATCH 3/3] x86: mm: add x86_64 support for "

[PATCH v6 0/3] mm: add new syscall set_mempolicy_home_node
 2021-12-02 12:38 UTC  (4+ messages)
` [PATCH v6 1/3] mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
` [PATCH v6 2/3] mm/mempolicy: add set_mempolicy_home_node syscall
` [PATCH v6 3/3] mm/mempolicy: wire up syscall set_mempolicy_home_node

[linux-next:master 3055/4921] drivers/infiniband/hw/bnxt_re/qplib_fp.c:1260:26: sparse: sparse: incorrect type in assignment (different base types)
 2021-12-02 10:47 UTC 

fs/proc/vmcore.c:161:34: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-12-02 10:47 UTC 

[RFD] Clear virtual machine memory when virtual machine is turned off
 2021-12-02 10:41 UTC 

[PATCH] mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copy
 2021-12-02 10:29 UTC 

[RESEND PATCH v8 0/9] fsdax: introduce fs query to support reflink
 2021-12-02  8:48 UTC  (10+ messages)
` [PATCH v8 1/9] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 2/9] dax: Introduce holder for dax_device
` [PATCH v8 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v8 4/9] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v8 5/9] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v8 6/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v8 7/9] dax: add dax holder helper for filesystems
` [PATCH v8 8/9] xfs: Implement ->notify_failure() for XFS
` [PATCH v8 9/9] fsdax: set a CoW flag when associate reflink mappings

[f2fs] 4fa18391ae: aim7.jobs-per-min -35.5% regression
 2021-12-02  8:44 UTC 

[platform/x86] f809891ee5: dmesg.RIP:acpi_ns_walk_namespace
 2021-12-02  7:56 UTC 

[PATCH v5 00/10] Multigenerational LRU Framework
 2021-12-02  6:28 UTC  (2+ messages)

[PATCH] mm: fix the type of a parameter
 2021-12-02  3:34 UTC  (2+ messages)

[linux-next:master 4594/4626] drivers/base/firmware_loader/fallback_table.c:60:53: error: macro "EXPORT_SYMBOL_NS_GPL" requires 2 arguments, but only 1 given
 2021-12-02  3:18 UTC 

iomap folio conversion for 5.17
 2021-12-02  1:49 UTC  (2+ messages)

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-02  0:31 UTC  (5+ messages)

[linux-next:master 3692/4626] ERROR: modpost: "packing" [drivers/net/ethernet/microchip/lan966x/lan966x-switch.ko] undefined!
 2021-12-01 22:23 UTC 

[linux-next:master 3615/4301] include/linux/compiler_types.h:335:45: error: call to '__compiletime_assert_314' declared with attribute error: BUILD_BUG_ON failed: sizeof(txpd->tx_dest_addr) != ETH_ALEN
 2021-12-01 19:37 UTC  (6+ messages)

[RFC] psi: Add additional PSI counters for each type of memory pressure
 2021-12-01 19:26 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 048aeae86c3967f4c40666cd26f2c1eb73a4b805
 2021-12-01 18:33 UTC 

mm/damon/vaddr-test.h:309:1: warning: the frame size of 1064 bytes is larger than 1024 bytes
 2021-12-01 17:35 UTC  (2+ messages)

[PATCH v4 00/66] Introducing the Maple Tree
 2021-12-01 14:30 UTC  (10+ messages)
` [PATCH v4 11/66] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v4 14/66] proc: Remove VMA rbtree use from nommu
` [PATCH v4 17/66] mmap: Change zeroing of maple tree in __vma_adjust
` [PATCH v4 19/66] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH v4 29/66] parisc: Remove mmap linked list from cache handling
` [PATCH v4 31/66] s390: Remove vma linked list walks
` [PATCH v4 33/66] xtensa: "
` [PATCH v4 50/66] mm/gup: Use maple tree navigation instead of linked list
` [PATCH v4 53/66] mm/madvise: Use vma_find() instead of vma "

[PATCH v2 0/3] mm/page_alloc: Remote per-cpu page list drain support
 2021-12-01 14:01 UTC  (4+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox