[PATCH 1/2] memblock: show a warning if allocation in KHO scratch fails
2025-05-21 8:48 UTC (4+ messages)
[PATCH v3 0/5] Optimize mprotect() for large folios
2025-05-21 8:43 UTC (6+ messages)
` [PATCH v3 1/5] mm: Optimize mprotect() by batch-skipping PTEs
` [PATCH v3 3/5] mm: Optimize mprotect() by PTE batching
[PATCH v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-21 8:24 UTC (36+ messages)
` [PATCH v9 01/17] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v9 02/17] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v9 03/17] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v9 04/17] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v9 05/17] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v9 06/17] KVM: Fix comments that refer to slots_lock
` [PATCH v9 07/17] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v9 09/17] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v9 10/17] KVM: x86: Compute max_mapping_level with input from guest_memfd
` [PATCH v9 12/17] KVM: arm64: Rename variables in user_mem_abort()
` [PATCH v9 13/17] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v9 14/17] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v9 15/17] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM
` [PATCH v9 16/17] KVM: selftests: guest_memfd mmap() test when mapping is allowed
[PATCH 0/4] mm: ksm: prevent KSM from entirely breaking VMA merging
2025-05-21 8:10 UTC (4+ messages)
` [PATCH 4/4] tools/testing/selftests: add VMA merge tests for KSM merge
[RFC PATCH v0 0/2] Batch migration for NUMA balancing
2025-05-21 8:02 UTC (3+ messages)
` [RFC PATCH v0 1/2] migrate: implement migrate_misplaced_folio_batch
` [RFC PATCH v0 2/2] mm: sched: Batch-migrate misplaced pages
[PATCH] mm/damon: make region calculations more precise
2025-05-21 7:07 UTC
[PATCH v6] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
2025-05-21 6:47 UTC (2+ messages)
[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
2025-05-21 6:46 UTC (3+ messages)
[PATCH v4 0/3] Add support for long task name
2025-05-21 6:23 UTC (4+ messages)
` [PATCH v4 1/3] exec: Remove obsolete comments
` [PATCH v4 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'
[PATCH v3 0/3] mm/memfd: Reserve hugetlb folios before allocation
2025-05-21 5:19 UTC (4+ messages)
` [PATCH v3 1/3] mm/hugetlb: Make hugetlb_reserve_pages() return nr of entries updated
` [PATCH v3 2/3] mm/memfd: Reserve hugetlb folios before allocation
` [PATCH v3 3/3] selftests/udmabuf: Add a test to pin first before writing to memfd
[RFC PATCH v2 0/5] mm, bpf: BPF based THP adjustment
2025-05-21 4:28 UTC (23+ messages)
` [RFC PATCH v2 4/5] bpf: Add get_current_comm to bpf_base_func_proto
[PATCH 0/2] mm/damon: build-enable essential DAMON components by default
2025-05-21 4:27 UTC (3+ messages)
` [PATCH 1/2] mm/damon/Kconfig: set DAMON_{VADDR,PADDR,SYSFS} default to DAMON
` [PATCH 2/2] mm/damon/Kconfig: enable CONFIG_DAMON by default
[RFC PATCH 0/5] add process_madvise() flags to modify behaviour
2025-05-21 4:21 UTC (33+ messages)
` [RFC PATCH 1/5] mm: madvise: refactor madvise_populate()
` [RFC PATCH 4/5] mm/madvise: add PMADV_SET_FORK_EXEC_DEFAULT process_madvise() flag
[PATCH 05/28] mm, swap: sanitize swap cache lookup convention
2025-05-21 3:24 UTC (8+ messages)
[PATCH v3 0/7] prctl: introduce PR_SET/GET_THP_POLICY
2025-05-21 2:33 UTC (13+ messages)
` [PATCH v3 1/7] mm: khugepaged: extract vm flag setting outside of hugepage_madvise
` [PATCH v3 2/7] prctl: introduce PR_DEFAULT_MADV_HUGEPAGE for the process
[PATCH v4 0/5] KVM: arm64: Map GPU device memory as cacheable
2025-05-21 2:06 UTC (7+ messages)
` [PATCH v4 1/5] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v4 2/5] KVM: arm64: Make stage2_has_fwb global scope
[RFC next v2 0/2] ucounts: turn the atomic rlimit to percpu_counter
2025-05-21 1:48 UTC (6+ messages)
[PATCH 1/1] alloc_tag: allocate percpu counters for module tags dynamically
2025-05-21 1:22 UTC (6+ messages)
` comments on patch "alloc_tag: allocate percpu counters for module tags dynamically"
[PATCH v7 00/12] khugepaged: mTHP support
2025-05-21 1:03 UTC (7+ messages)
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap for "
[PATCH v5] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
2025-05-21 0:38 UTC (2+ messages)
[PATCH v15 00/27] riscv control-flow integrity for usermode
2025-05-20 23:49 UTC (6+ messages)
` [PATCH v15 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v15 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH v4] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
2025-05-20 23:14 UTC (3+ messages)
[RFC v2 PATCH 0/9] Intel RAR TLB invalidation
2025-05-20 20:31 UTC (10+ messages)
` [RFC v2 6/9] x86/apic: Introduce Remote Action Request Operations
` [RFC v2 7/9] x86/mm: Introduce Remote Action Request
[PATCH] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
2025-05-20 19:53 UTC (2+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-05-20 19:40 UTC (10+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
[PATCH v9] mm/mempolicy: Weighted Interleave Auto-tuning
2025-05-20 19:00 UTC (5+ messages)
[PATCH 1/2] mm: slub: allocate slab object extensions non-contiguously
2025-05-20 18:59 UTC (24+ messages)
` [PATCH 2/2] mm: slub: only warn once when allocating slab obj extensions fails
[RFC PATCH 0/4] Support dynamic (de)configuration of memory
2025-05-20 17:55 UTC (7+ messages)
` [RFC PATCH 1/4] mm/memory_hotplug: Add interface for runtime "
[PATCH v2 0/1] mm/memory_hotplug: introduce and use PG_offline_skippable
2025-05-20 16:42 UTC (2+ messages)
` [PATCH v2 1/1] mm/memory_hotplug: PG_offline_skippable for offlining memory blocks with PageOffline pages
[PATCH RFC v2] mm: add support for dropping LRU recency on process exit
2025-05-20 16:19 UTC (2+ messages)
[GIT PULL] nvme updates for Linux 6.16
2025-05-20 16:14 UTC (2+ messages)
[PATCH 0/2] mm: vmalloc: Actually use the in-place vrealloc region
2025-05-20 16:06 UTC (4+ messages)
[RESEND PATCH] KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
2025-05-20 15:57 UTC (5+ messages)
[PATCH] mm/cma: make detection of highmem_start more robust
2025-05-20 15:08 UTC (5+ messages)
[PATCH v4 0/4] Make MIGRATE_ISOLATE a standalone bit
2025-05-20 14:07 UTC (15+ messages)
` [PATCH v4 2/4] mm/page_isolation: remove migratetype from move_freepages_block_isolate()
[syzbot] [mm?] WARNING in folio_large_mapcount
2025-05-20 14:05 UTC (4+ messages)
[PATCH 6.1 03/97] binfmt_elf: elf_bss no longer used by load_elf_binary()
2025-05-20 13:49 UTC
[PATCH 6.6 003/117] binfmt_elf: elf_bss no longer used by load_elf_binary()
2025-05-20 13:49 UTC
[PATCH] hugetlb: Show nr_huge_pages in report_hugepages()
2025-05-20 11:27 UTC (2+ messages)
[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
2025-05-20 11:27 UTC (3+ messages)
` [PATCH RFC 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
[PATCH] mm: free surplus huge pages properly on NUMA systems
2025-05-20 10:26 UTC (2+ messages)
page type is 0, migratetype passed is 2 (nr=256)
2025-05-20 10:23 UTC (5+ messages)
[PATCH v4 1/4] driver/base: Optimize memory block registration to reduce boot time
2025-05-20 10:07 UTC (7+ messages)
` [PATCH v4 2/4] driver/base: remove register_mem_block_under_node_early()
` [PATCH v4 3/4] Remove register_memory_blocks_under_node() function call from register_one_node
` [PATCH v4 4/4] drivers/base : Rename register_memory_blocks_under_node() and remove context argument
[PATCH v6 0/4] mm: introduce THP deferred setting
2025-05-20 9:42 UTC (3+ messages)
[PATCH v2 0/2] Optimize mremap() for large folios
2025-05-20 9:21 UTC (6+ messages)
` [PATCH v2 2/2] mm: Optimize mremap() by PTE batching
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-05-20 9:16 UTC (5+ messages)
` [PATCH v3 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
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