[PATCH -next v6 0/6]mm: page_table_check: add support on arm64 and riscv
2022-04-26 8:10 UTC (6+ 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 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 (31+ messages)
` [PATCH v2 1/8] lib/printbuf: New data structure for heap-allocated strings
` Rust and Kernel Vendoring [Was Re: [PATCH v2 1/8] lib/printbuf: New data structure for heap-allocated strings]
` [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 v3 0/7] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
2022-04-26 7:26 UTC (13+ messages)
` [PATCH v3 1/7] mm: demotion: Fix demotion targets sharing among sources
` [PATCH v3 3/7] drivers/base/node: Add support to write node_states[] via sysfs
[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 (14+ messages)
` [PATCH v3 1/3] mm/swapfile: unuse_pte can map random data if swap read fails
` [PATCH v3 2/3] mm/swapfile: Fix lost swap bits in unuse_pte()
[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 (10+ messages)
` [PATCH v3 1/6] mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_writeback
` [PATCH v3 2/6] mm/vmscan: introduce helper function reclaim_page_list()
` [PATCH v3 3/6] mm/vmscan: activate swap-backed executable folios after first usage
` [PATCH v3 4/6] mm/vmscan: take all base pages of THP into account when race with speculative reference
` [PATCH v3 5/6] mm/vmscan: remove obsolete comment in kswapd_run
` [PATCH v3 6/6] mm/vmscan: use helper folio_is_file_lru()
[PATCH v2] mm/memory-failure.c: skip huge_zero_page in memory_failure()
2022-04-26 6:58 UTC (5+ messages)
[PATCH v2 0/7] mm: introduce shrinker debugfs interface
2022-04-26 6:45 UTC (3+ messages)
[RESEND PATCH] string_helpers: sysfs: Add helper to get bool from string
2022-04-26 6:41 UTC (3+ messages)
[PATCH v2] lib/kstrtox.c: Add "false"/"true" support to kstrtobool
2022-04-26 6:40 UTC
mmotm 2022-04-25-17-59 uploaded
2022-04-26 6:36 UTC (3+ messages)
` mmotm 2022-04-25-17-59 uploaded (drivers/char/hw_random/mpfs-rng.c)
[RFC PATCH 0/6] Drain remote per-cpu directly
2022-04-26 6:30 UTC (4+ 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
[PATCH v7 0/8] x86: Show in sysfs if a memory node is able to do encryption
2022-04-26 6:16 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 3/8] x86/e820: Add infrastructure to refactor e820__range_{update,remove}
` [PATCH v7 4/8] x86/e820: Refactor __e820__range_update
` [PATCH v7 5/8] x86/e820: Refactor e820__range_remove
` [PATCH v7 6/8] x86/e820: Tag e820_entry with crypto capabilities
` [PATCH v7 7/8] x86/efi: Mark e820_entries as crypto capable from EFI memmap
` [PATCH v7 8/8] drivers/node: Show in sysfs node's crypto capabilities
[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] cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
2022-04-26 3:23 UTC (2+ messages)
[PATCH] mm: slab: optimize memcg_slab_free_hook()
2022-04-26 2:27 UTC (3+ messages)
[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 v5 0/4] memcg: introduce per-memcg proactive reclaim
2022-04-26 1:53 UTC (11+ 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 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 (13+ messages)
[PATCH v2 0/5] mm: demotion: Introduce new node state N_DEMOTION_TARGETS
2022-04-25 20:17 UTC (19+ 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 (14+ messages)
[RFC PATCH v3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
2022-04-25 19:21 UTC (10+ messages)
[PATCH] mm/khugepaged: use vma_is_anonymous
2022-04-25 18:47 UTC (2+ messages)
[RFC] Expose a memory poison detector ioctl to user space
2022-04-25 16:34 UTC
[PATCH v2] x86/pm: fix false positive kmemleak report in msr_build_context()
2022-04-25 16:28 UTC (2+ messages)
[PATCH v3] mm: make minimum slab alignment a runtime property
2022-04-25 15:56 UTC (3+ messages)
[PATCH v4 0/4] memcg: introduce per-memcg proactive reclaim
2022-04-25 15:16 UTC (5+ messages)
` [PATCH v4 4/4] selftests: cgroup: add a selftest for memory.reclaim
[PATCH v2 00/23] common kmalloc for SLUB and SLAB v2
2022-04-25 15:05 UTC (7+ messages)
` [PATCH v2 02/23] mm/slab: cleanup slab_alloc() and slab_alloc_node()
` [PATCH v2 03/23] mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functions
` [PATCH v2 04/23] mm/slab_common: cleanup kmalloc_track_caller()
[PATCH] cgroup/cpuset: Remove redundant cpu/node masks setup in cpuset_init_smp()
2022-04-25 14:43 UTC (3+ messages)
[PATCH v11 0/6] Use pageblock_order for cma and alloc_contig_range alignment
2022-04-25 14:31 UTC (7+ messages)
` [PATCH v11 1/6] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v11 2/6] mm: page_isolation: check specified range for unmovable pages
` [PATCH v11 3/6] mm: make alloc_contig_range work at pageblock granularity
` [PATCH v11 4/6] mm: page_isolation: enable arbitrary range page isolation
` [PATCH v11 5/6] mm: cma: use pageblock_order as the single alignment
` [PATCH v11 6/6] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size
[PATCH] kasan: Prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time
2022-04-25 14:25 UTC (3+ messages)
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-25 14:07 UTC (10+ messages)
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
[PATCH v3 0/5] memblock tests: update style of comments
2022-04-25 13:45 UTC (7+ messages)
` [PATCH v3 1/5] memblock tests: update style of comments for memblock_add_*() functions
` [PATCH v3 2/5] memblock tests: update style of comments for memblock_reserve_*() functions
` [PATCH v3 3/5] memblock tests: update style of comments for memblock_remove_*() functions
[PATCH v2 0/4] A few cleanup and fixup patches for migration
2022-04-25 13:27 UTC (5+ messages)
` [PATCH v2 1/4] mm/migration: reduce the rcu lock duration
` [PATCH v2 2/4] mm/migration: remove unneeded lock page and PageMovable check
` [PATCH v2 3/4] mm/migration: return errno when isolate_huge_page failed
` [PATCH v2 4/4] mm/migration: fix potential pte_unmap on an not mapped pte
KASAN: use-after-free Read in kthread_is_per_cpu
2022-04-25 13:20 UTC
[fuse-devel] [PATCH] fuse: avoid deadlock when write fuse inode
2022-04-25 13:15 UTC (3+ messages)
[PATCH 14/14] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
2022-04-25 12:30 UTC (7+ messages)
` [PATCH 00/14] cifs: Iterators, netfslib and folios
[PATCH -next v5 0/5]mm: page_table_check: add support on arm64 and riscv
2022-04-25 11:34 UTC (11+ messages)
` [PATCH -next v5 3/5] mm: page_table_check: add hooks to public helpers
` [PATCH -next v5 4/5] arm64: mm: add support for page table check
[PATCH v3] mm/vmscan: take min_slab_pages into account when try to call shrink_node
2022-04-25 11:21 UTC
page_alloc.c:(.init.text+0xa7c): undefined reference to `vmalloc_huge'
2022-04-25 8:44 UTC (3+ messages)
[PATCH v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
2022-04-25 8:24 UTC (11+ messages)
` [PATCH v4 bpf 2/4] page_alloc: use vmalloc_huge for large system hash
[PATCH v2] kfence: enable check kfence canary in panic via boot param
2022-04-25 8:15 UTC (3+ messages)
` [PATCH v3] kfence: enable check kfence canary on "
[hnaz-mm:master 34/291] WARNING: modpost: vmlinux.o(.data+0x234bc8): Section mismatch in reference from the variable fc2580_driver to the function .init.text:set_reset_devices()
2022-04-25 8:04 UTC (2+ messages)
[PATCH] mm/memory-failure: Add new memory failure message MF_MSG_HUGE_ZERO
2022-04-25 8:03 UTC
[PATCHv5 00/12] mm, x86/cc: Implement support for unaccepted memory
2022-04-25 7:52 UTC (4+ messages)
` [PATCHv5 01/12] x86/boot/: Centralize __pa()/__va() definitions
[PATCH] binfmt_flat: Remove shared library support
2022-04-25 7:40 UTC (6+ 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