[PATCH v2 00/23] common kmalloc for SLUB and SLAB v2
2022-04-26 15:49 UTC (3+ messages)
` [PATCH v2 04/23] mm/slab_common: cleanup kmalloc_track_caller()
[RFC] Expose a memory poison detector ioctl to user space
2022-04-26 15:40 UTC (2+ messages)
[RFC PATCH 0/3] Prototype for direct map awareness in page allocator
2022-04-26 15:21 UTC (3+ messages)
[PATCH v3] mm: make minimum slab alignment a runtime property
2022-04-26 15:12 UTC (3+ messages)
[PATCH v7 0/8] x86: Show in sysfs if a memory node is able to do encryption
2022-04-26 15:10 UTC (13+ messages)
` [PATCH v7 1/8] mm/memblock: Tag memblocks with crypto capabilities
` [PATCH v7 2/8] mm/mmzone: Tag pg_data_t "
` [PATCH v7 5/8] x86/e820: Refactor e820__range_remove
` [PATCH v7 8/8] drivers/node: Show in sysfs node's crypto capabilities
[PATCH v8 00/70] Introducing the Maple Tree
2022-04-26 15:06 UTC (63+ messages)
` [PATCH v8 01/70] radix tree test suite: add pr_err define
` [PATCH v8 02/70] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v8 04/70] radix tree test suite: add support for slab bulk APIs
` [PATCH v8 05/70] radix tree test suite: add lockdep_is_held to header
` [PATCH v8 03/70] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v8 06/70] mips: rename mt_init to mips_mt_init
` [PATCH v8 07/70] Maple Tree: add new data structure
` [PATCH v8 08/70] lib/test_maple_tree: add testing for maple tree
` [PATCH v8 09/70] mm: start tracking VMAs with "
` [PATCH v8 11/70] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v8 12/70] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v8 10/70] mm: add VMA iterator
` [PATCH v8 13/70] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v8 14/70] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v8 15/70] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v8 17/70] proc: remove VMA rbtree use from nommu
` [PATCH v8 16/70] damon: Convert __damon_va_three_regions to use the VMA iterator
` [PATCH v8 18/70] mm: remove rb tree
` [PATCH v8 19/70] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v8 21/70] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v8 20/70] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v8 22/70] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v8 23/70] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v8 26/70] mm: remove vmacache
` [PATCH v8 24/70] mm: use maple tree operations for find_vma_intersection()
` [PATCH v8 25/70] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v8 31/70] arm64: remove mmap linked list from vdso
` [PATCH v8 30/70] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v8 33/70] parisc: remove mmap linked list from cache handling
` [PATCH v8 32/70] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v8 34/70] powerpc: remove mmap linked list walks
` [PATCH v8 35/70] s390: remove vma "
` [PATCH v8 37/70] xtensa: "
` [PATCH v8 36/70] x86: "
` [PATCH v8 40/70] um: remove vma linked list walk
` [PATCH v8 41/70] coredump: "
` [PATCH v8 42/70] exec: use VMA iterator instead of linked list
` [PATCH v8 44/70] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v8 48/70] perf: use VMA iterator
` [PATCH v8 46/70] ipc/shm: use VMA iterator instead of linked list
` [PATCH v8 47/70] acct: "
` [PATCH v8 50/70] fork: use VMA iterator
` [PATCH v8 49/70] sched: use maple tree iterator to walk VMAs
` [PATCH v8 53/70] mm/khugepaged: stop using vma linked list
` [PATCH v8 51/70] bpf: remove VMA "
` [PATCH v8 52/70] mm/gup: use maple tree navigation instead of "
` [PATCH v8 56/70] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v8 55/70] mm/madvise: use vma_find() instead of vma linked list
` [PATCH v8 54/70] mm/ksm: use vma iterators "
` [PATCH v8 58/70] mm/mlock: use vma iterator and "
` [PATCH v8 57/70] mm/mempolicy: use vma iterator & maple state "
` [PATCH v8 59/70] mm/mprotect: use maple tree navigation "
` [PATCH v8 60/70] mm/mremap: use vma_find_intersection() "
` [PATCH v8 61/70] mm/msync: use vma_find() "
` [PATCH v8 64/70] mm/swapfile: use vma iterator "
` [PATCH v8 62/70] mm/oom_kill: use maple tree iterators "
` [PATCH v8 63/70] mm/pagewalk: use vma_find() "
` [PATCH v8 66/70] nommu: remove uses of VMA "
` [PATCH v8 67/70] riscv: use vma iterator for vdso
` [PATCH v8 68/70] mm: remove the vma linked list
` [PATCH v8 69/70] mm/mmap: drop range_has_overlap() function
` [PATCH v8 70/70] mm/mmap.c: pass in mapping to __vma_link_file()
[PATCH v2] cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
2022-04-26 14:58 UTC (3+ messages)
[PATCH v3 00/12] mm: userspace hugepage collapse
2022-04-26 14:44 UTC (13+ messages)
` [PATCH v3 01/12] mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds THP
` [PATCH v3 02/12] mm/khugepaged: add struct collapse_control
` [PATCH v3 03/12] mm/khugepaged: make hugepage allocation context-specific
` [PATCH v3 04/12] mm/khugepaged: add struct collapse_result
` [PATCH v3 05/12] mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
` [PATCH v3 06/12] mm/khugepaged: remove khugepaged prefix from shared collapse functions
` [PATCH v3 07/12] mm/khugepaged: add flag to ignore khugepaged_max_ptes_*
` [PATCH v3 08/12] mm/khugepaged: add flag to ignore page young/referenced requirement
` [PATCH v3 09/12] mm/madvise: add MADV_COLLAPSE to process_madvise()
` [PATCH v3 10/12] selftests/vm: modularize collapse selftests
` [PATCH v3 11/12] selftests/vm: add MADV_COLLAPSE collapse context to selftests
` [PATCH v3 12/12] selftests/vm: add test to verify recollapse of THPs
[PATCH v2] lib/kstrtox.c: Add "false"/"true" support to kstrtobool
2022-04-26 14:20 UTC (6+ messages)
Intro: NEC Co team <> FindKeep.Love
2022-04-26 13:24 UTC
[PATCH] mm/filemap: Fix NULL pointer dereference in pagecache_get_page
2022-04-26 12:08 UTC (2+ messages)
[PATCH] mm/memory_hotplug: avoid consuming corrupted data when offline pages
2022-04-26 11:41 UTC (5+ messages)
[PATCH] mm/mprotect: reduce Committed_AS if memory protection is changed to PROT_NONE
2022-04-26 11:27 UTC
[RFC PATCH 0/6] Drain remote per-cpu directly
2022-04-26 11:06 UTC (5+ messages)
[PATCH v3 0/7] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
2022-04-26 10:43 UTC (16+ messages)
` [PATCH v3 1/7] mm: demotion: Fix demotion targets sharing among sources
[PATCH v2 0/5] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
2022-04-26 9:44 UTC (19+ messages)
mmotm 2022-04-25-17-59 uploaded
2022-04-26 9:40 UTC (4+ messages)
` mmotm 2022-04-25-17-59 uploaded (drivers/char/hw_random/mpfs-rng.c)
[PATCH] mm: slab: optimize memcg_slab_free_hook()
2022-04-26 9:25 UTC (5+ messages)
[PATCH -V2 0/3] memory tiering: hot page selection
2022-04-26 8:51 UTC (4+ messages)
` [PATCH -V2 1/3] memory tiering: hot page selection with hint page fault latency
` [PATCH -V2 2/3] memory tiering: rate limit NUMA migration throughput
` [PATCH -V2 3/3] memory tiering: adjust hot threshold automatically
[PATCH v2 0/7] mm: introduce shrinker debugfs interface
2022-04-26 8:45 UTC (4+ messages)
[PATCH v5 0/4] memcg: introduce per-memcg proactive reclaim
2022-04-26 8:22 UTC (12+ messages)
` [PATCH v5 1/4] memcg: introduce per-memcg reclaim interface
` [PATCH v5 2/4] selftests: cgroup: return -errno from cg_read()/cg_write() on failure
` [PATCH v5 3/4] selftests: cgroup: fix alloc_anon_noexit() instantly freeing memory
` [PATCH v5 4/4] selftests: cgroup: add a selftest for memory.reclaim
[PATCH -next v6 0/6]mm: page_table_check: add support on arm64 and riscv
2022-04-26 8:10 UTC (7+ messages)
` [PATCH -next v6 1/6] mm: page_table_check: using PxD_SIZE instead of PxD_PAGE_SIZE
` [PATCH -next v6 2/6] mm: page_table_check: move pxx_user_accessible_page into x86
` [PATCH -next v6 3/6] mm: page_table_check: add hooks to public helpers
` [PATCH -next v6 4/6] mm: remove __HAVE_ARCH_PTEP_CLEAR in pgtable.h
` [PATCH -next v6 5/6] arm64/mm: Enable ARCH_SUPPORTS_PAGE_TABLE_CHECK
` [PATCH -next v6 6/6] riscv/mm: "
[PATCH v10 00/14] Multi-Gen LRU Framework
2022-04-26 7:42 UTC (9+ messages)
` [PATCH v10 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH v10 14/14] mm: multi-gen LRU: design doc
[PATCH 0/4] Printbufs & shrinker OOM reporting
2022-04-26 7:40 UTC (12+ messages)
` [PATCH v2 8/8] mm: Centralize & improve oom reporting in show_mem.c
[PATCH v3 0/6] KVM: mm: count KVM page table pages in memory stats
2022-04-26 7:34 UTC (8+ messages)
` [PATCH v3 1/6] mm: add NR_SECONDARY_PAGETABLE stat
` [PATCH v3 2/6] KVM: mmu: add a helper to account page table pages used by KVM
` [PATCH v3 3/6] KVM: x86/mmu: count KVM page table pages in pagetable stats
` [PATCH v3 4/6] KVM: arm64/mmu: "
` [PATCH v3 5/6] KVM: riscv/mmu: "
` [PATCH v3 6/6] KVM: mips/mmu: "
[PATCH v2] mm/memory_hotplug: use pgprot_val to get value of pgprot
2022-04-26 7:13 UTC
[PATCH v3 0/3] A few fixup patches for mm
2022-04-26 7:06 UTC (7+ messages)
` [PATCH v3 1/3] mm/swapfile: unuse_pte can map random data if swap read fails
[PATCH v2] mm: hugetlb: Add missing cache flushing in hugetlb_unshare_all_pmds()
2022-04-26 7:03 UTC
[RFC 0/3] Slight improvements for OOM/Futex
2022-04-26 6:59 UTC (5+ messages)
` [RFC 3/3] exit: Check for MMF_OOM_SKIP in exit_mmap
[PATCH v3 0/6] A few cleanup and fixup patches for vmscan
2022-04-26 6:58 UTC (5+ messages)
` [PATCH v3 3/6] mm/vmscan: activate swap-backed executable folios after first usage
[PATCH v2] mm/memory-failure.c: skip huge_zero_page in memory_failure()
2022-04-26 6:58 UTC (5+ messages)
[RESEND PATCH] string_helpers: sysfs: Add helper to get bool from string
2022-04-26 6:41 UTC (3+ messages)
[PATCH 0/2] Fix cache flush issues considering PMD sharing
2022-04-26 6:26 UTC (6+ messages)
` [PATCH 1/2] mm: hugetlb: Considering PMD sharing when flushing cache/TLBs
` [PATCH 2/2] mm: rmap: Move the cache flushing to the correct place for hugetlb PMD sharing
[linux-next:master] BUILD REGRESSION e7d6987e09a328d4a949701db40ef63fbb970670
2022-04-26 5:42 UTC
[PATCH] mm: use pgprot_val to get value of pgprot
2022-04-26 5:38 UTC (5+ messages)
[PATCH v2 1/8] lib/printbuf: New data structure for heap-allocated strings
2022-04-26 2:22 UTC (12+ messages)
` Rust and Kernel Vendoring [Was Re: [PATCH v2 1/8] lib/printbuf: New data structure for heap-allocated strings]
[PATCH 1/3] mm/vmscan: not necessary to re-init the list for each iteration
2022-04-26 2:17 UTC (3+ messages)
` [PATCH 2/3] mm/vmscan: filter empty page_list at the beginning
` [PATCH 3/3] mm/vmscan: not use NUMA_NO_NODE as indicator of page on different node
[PATCH 00/10] MM changes to improve swap-over-NFS support
2022-04-26 2:04 UTC (8+ messages)
` [PATCH 09/10] MM: submit multipage write for SWP_FS_OPS swap-space
[PATCH v2 0/5] Fix bugs in memcontroller cgroup tests
2022-04-26 1:56 UTC (3+ messages)
` [PATCH v2 1/5] cgroups: Refactor children cgroups in memcg tests
[PATCH RFC lsfmm 0/6] mm: proactive reclaim and memory tiering topics
2022-04-25 22:32 UTC (5+ messages)
` [PATCH 1/6] drivers/base/node: cleanup register_node()
` [PATCH 2/6] mm/vmscan: use node_is_toptier helper in node_reclaim
Linux 5.18-rc4
2022-04-25 21:42 UTC (3+ messages)
[PATCH V3 0/4] selftests: Remove duplicate CPUID wrappers
2022-04-25 21:08 UTC (6+ messages)
` [PATCH V3 1/4] selftests: Provide local define of __cpuid_count()
` [PATCH V3 2/4] selftests/vm/pkeys: Use provided __cpuid_count() macro
` [PATCH V3 3/4] selftests/x86/amx: "
` [PATCH V3 4/4] selftests/x86/corrupt_xstate_header: "
[PATCH v2 0/6] userfaultfd: add /dev/userfaultfd for fine grained access control
2022-04-25 20:32 UTC (3+ messages)
` [PATCH v2 2/6] "
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-25 20:30 UTC (11+ messages)
[PATCH RESEND] selftests/damon: add damon to selftests root Makefile
2022-04-25 20:03 UTC (4+ messages)
[PATCH v4] ioctl_userfaultfd.2, userfaultfd.2: add minor fault mode
2022-04-25 20:02 UTC (2+ messages)
[PATCH v7 00/70] Introducing the Maple Tree
2022-04-25 20:01 UTC (12+ messages)
[RFC PATCH v3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
2022-04-25 19:21 UTC (7+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox