[PATCH 0/4] Some randome fixes and cleanups to swapfile
2025-05-22 12:25 UTC (6+ messages)
` [PATCH 1/4] mm: swap: move nr_swap_pages counter decrement from folio_alloc_swap() to swap_range_alloc()
` [PATCH 2/4] mm: swap: correctly use maxpages in swapon syscall to avoid potensial deadloop
` [PATCH 3/4] mm: swap: fix potensial buffer overflow in setup_clusters()
` [PATCH 4/4] mm: swap: remove stale comment stale comment in cluster_alloc_swap_entry()
[PATCH] mm: fix potential NULL pointer dereference in pagetable_alloc_noprof
2025-05-22 6:58 UTC (2+ messages)
[PATCH v3 0/5] Optimize mprotect() for large folios
2025-05-22 6:39 UTC (18+ messages)
` [PATCH v3 1/5] mm: Optimize mprotect() by batch-skipping PTEs
` [PATCH v3 2/5] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH v3 3/5] mm: Optimize mprotect() by PTE batching
` [PATCH v3 4/5] arm64: Add batched version of ptep_modify_prot_start
` [PATCH v3 5/5] arm64: Add batched version of ptep_modify_prot_commit
[PATCH v4 0/3] Add support for long task name
2025-05-22 6:27 UTC (8+ 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 v2] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
2025-05-22 6:06 UTC (7+ messages)
[PATCH 0/2] mm/damon: build-enable essential DAMON components by default
2025-05-22 5:55 UTC (5+ 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
[PATCH] mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb folios
2025-05-22 5:34 UTC (3+ messages)
[RFC PATCH v0 0/2] Batch migration for NUMA balancing
2025-05-22 5:23 UTC (12+ messages)
` [RFC PATCH v0 1/2] migrate: implement migrate_misplaced_folio_batch
` [RFC PATCH v0 2/2] mm: sched: Batch-migrate misplaced pages
[syzbot] [mm?] WARNING in folio_large_mapcount
2025-05-22 4:57 UTC (5+ messages)
[linux-next:master] [mm, slab] 6431f06eec: WARNING:at_include/linux/mm.h:#skb_append_pagefrags
2025-05-22 4:54 UTC
[PATCH 00/28] mm, swap: introduce swap table
2025-05-22 4:13 UTC (4+ messages)
` [PATCH 28/28] mm, swap: implement dynamic allocation of "
[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
2025-05-22 2:31 UTC (4+ messages)
` [PATCH RFC 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
[PATCH RFC v2] mm: add support for dropping LRU recency on process exit
2025-05-22 2:05 UTC (3+ messages)
[PATCH cgroup/for-6.16] cgroup: avoid per-cpu allocation of size zero rstat cpu locks
2025-05-22 1:55 UTC (2+ messages)
[PATCH] mm/damon: make region calculations more precise
2025-05-22 1:53 UTC (3+ messages)
[PATCH v6] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
2025-05-22 1:28 UTC
[PATCH v9 00/17] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-22 0:45 UTC (50+ 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 v5] mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
2025-05-22 0:23 UTC (3+ messages)
[linux-next:master] BUILD SUCCESS 7bac2c97af4078d7a627500c9bcdd5b033f97718
2025-05-22 0:21 UTC
[PATCH 1/2] mm: slub: allocate slab object extensions non-contiguously
2025-05-22 0:16 UTC (7+ messages)
` [PATCH 2/2] mm: slub: only warn once when allocating slab obj extensions fails
[OFFLIST PATCH 1/2] cgroup: use separate rstat trees for each subsystem
2025-05-21 23:52 UTC (11+ messages)
` [OFFLIST PATCH 2/2] cgroup: use subsystem-specific rstat locks to avoid contention
[PATCH v7] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
2025-05-21 21:57 UTC
[PATCH 1/1] alloc_tag: handle module codetag load errors as module load failures
2025-05-21 21:30 UTC (3+ messages)
[RFC v2 PATCH 0/9] Intel RAR TLB invalidation
2025-05-21 19:39 UTC (20+ messages)
` [RFC v2 1/9] x86/mm: Introduce MSR_IA32_CORE_CAPABILITIES
` [RFC v2 2/9] x86/mm: Introduce Remote Action Request MSRs
` [RFC v2 4/9] x86/mm: Introduce X86_FEATURE_RAR
` [RFC v2 5/9] x86/mm: Change cpa_flush() to call flush_kernel_range() directly
` [RFC v2 6/9] x86/apic: Introduce Remote Action Request Operations
` [RFC v2 7/9] x86/mm: Introduce Remote Action Request
[PATCH] selftests/mm: Fix test result reporting in gup_longterm
2025-05-21 18:48 UTC (9+ messages)
[RFC PATCH 0/5] add process_madvise() flags to modify behaviour
2025-05-21 18:45 UTC (17+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-05-21 18:27 UTC (19+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator
` [RFC PATCH v2 36/51] mm: Convert split_folio() macro to function
[PATCH 0/4] mm: ksm: prevent KSM from entirely breaking VMA merging
2025-05-21 18:23 UTC (6+ messages)
` [PATCH v2 1/4] mm: ksm: have KSM VMA checks not require a VMA pointer
` [PATCH v2 2/4] mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
` [PATCH v2 3/4] mm: prevent KSM from completely breaking VMA merging
` [PATCH v2 4/4] tools/testing/selftests: add VMA merge tests for KSM merge
[PATCH v6] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
2025-05-21 16:51 UTC (3+ messages)
[PATCH] mm: slub: do not warn when allocating slab obj extensions fails
2025-05-21 16:39 UTC (5+ messages)
[PATCH v3 0/7] prctl: introduce PR_SET/GET_THP_POLICY
2025-05-21 16:37 UTC (4+ messages)
[PATCH] mm: free surplus huge pages properly on NUMA systems
2025-05-21 16:28 UTC (2+ messages)
` "
[PATCH 1/1] alloc_tag: allocate percpu counters for module tags dynamically
2025-05-21 16:16 UTC (7+ messages)
` comments on patch "alloc_tag: allocate percpu counters for module tags dynamically"
[PATCH v9] mm/mempolicy: Weighted Interleave Auto-tuning
2025-05-21 15:40 UTC (5+ messages)
[PATCH 1/2] memblock: show a warning if allocation in KHO scratch fails
2025-05-21 15:27 UTC (5+ messages)
[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
2025-05-21 14:57 UTC (8+ messages)
[PATCH] riscv: enable mseal sysmap for RV64
2025-05-21 14:45 UTC (5+ messages)
[RFC PATCH 0/4] Support dynamic (de)configuration of memory
2025-05-21 14:25 UTC (12+ messages)
` [RFC PATCH 1/4] mm/memory_hotplug: Add interface for runtime "
[PATCH] Makefile.kcov: apply needed compiler option unconditionally in CFLAGS_KCOV
2025-05-21 14:10 UTC (2+ messages)
[PATCH v2 0/1] mm/memory_hotplug: introduce and use PG_offline_skippable
2025-05-21 13:44 UTC (4+ messages)
` [PATCH v2 1/1] mm/memory_hotplug: PG_offline_skippable for offlining memory blocks with PageOffline pages
[PATCH v4 0/5] KVM: arm64: Map GPU device memory as cacheable
2025-05-21 13:17 UTC (3+ messages)
` [PATCH v4 3/5] kvm: arm64: New memslot flag to indicate cacheable mapping
[RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap
2025-05-21 13:13 UTC (3+ messages)
[PATCH v6 0/4] mm: introduce THP deferred setting
2025-05-21 12:40 UTC (12+ messages)
[PATCH v4 0/4] Make MIGRATE_ISOLATE a standalone bit
2025-05-21 12:18 UTC (10+ messages)
` [PATCH v4 1/4] mm/page_isolation: make page isolation "
[PATCH] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
2025-05-21 11:12 UTC (3+ messages)
[PATCH 0/2] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
2025-05-21 11:02 UTC (3+ messages)
[PATCH v7 00/12] khugepaged: mTHP support
2025-05-21 10:23 UTC (6+ messages)
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap for "
[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
[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
2025-05-21 6:46 UTC (3+ 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