[FIX PATCH] mm: pcp: fix pcp->free_count reduction on page allocation,
2025-02-12 5:04 UTC (2+ messages)
` [FIX PATCH] mm: pcp: fix pcp->free_count reduction on page allocation
[PATCHv4 14/17] zsmalloc: make zspage lock preemptible
2025-02-12 5:00 UTC (11+ messages)
[PATCH] mm/mm_init.c: use round_up() to calculate usermap size
2025-02-12 4:30 UTC (2+ messages)
[PATCH] mm: Remove redundant PageMemcgKmem(page) call
2025-02-12 4:28 UTC (2+ messages)
[PATCH v2 00/17] khugepaged: Asynchronous mTHP collapse
2025-02-12 4:18 UTC (7+ messages)
` [PATCH v2 14/17] khugepaged: Reset scan address to correct alignment
` [PATCH v2 15/17] khugepaged: Delay cond_resched()
` [PATCH v2 16/17] khugepaged: Implement strict policy for mTHP collapse
` [PATCH v2 17/17] Documentation: transhuge: Define khugepaged mTHP collapse policy
[RFC PATCH v5 0/7] mseal system mappings
2025-02-12 3:40 UTC (10+ messages)
` [RFC PATCH v5 1/7] mseal, system mappings: kernel config and header change
` [RFC PATCH v5 2/7] selftests: x86: test_mremap_vdso: skip if vdso is msealed
` [RFC PATCH v5 3/7] mseal, system mappings: enable x86-64
` [RFC PATCH v5 4/7] mseal, system mappings: enable arm64
` [RFC PATCH v5 5/7] mseal, system mappings: enable uml architecture
` [RFC PATCH v5 6/7] mseal, system mappings: uprobe mapping
` [RFC PATCH v5 7/7] mseal, system mappings: update mseal.rst
[RFC PATCH v5 0/7] mseal system mappings
2025-02-12 3:32 UTC (2+ messages)
` [RFC PATCH v5 1/7] mseal, system mappings: kernel config and header change
[PATCH] mm/oom_kill: revert watchdog reset in global OOM process
2025-02-12 3:24 UTC (2+ messages)
[PATCH] mm: Fix possible NULL pointer dereference in __swap_duplicate
2025-02-12 3:13 UTC
[PATCH 0/2] mm: Optimize folio_order
2025-02-12 2:58 UTC (3+ messages)
` [PATCH 1/2] mm/folio_queue: Delete __folio_order and use folio_order directly
` [PATCH 2/2] mm/mm.h: Write folio->_flags_1 & 0xff as a macro definition
[PATCH v5] mm/mempolicy: Weighted Interleave Auto-tuning
2025-02-12 2:49 UTC (2+ messages)
kernel/resource.c:1838:43: warning: implicit conversion from 'unsigned long long' to 'resource_size_t' (aka 'unsigned int') changes value from 68719476735 to 4294967295
2025-02-12 2:47 UTC
[bpf-next v7 1/3] mm: add copy_remote_vm_str
2025-02-12 2:19 UTC (3+ messages)
[PATCH v9 00/12] AMD broadcast TLB invalidation
2025-02-12 1:57 UTC (16+ messages)
` [PATCH v9 01/12] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional
` [PATCH v9 04/12] x86/mm: get INVLPGB count max from CPUID
` [PATCH v9 10/12] x86/mm: do targeted broadcast flushing from tlbbatch code
[PATCH v1 0/4] fmm/hwpoison: Fix regressions in memory failure handling
2025-02-12 1:51 UTC (6+ messages)
` [PATCH v1 1/4] x86/mce: Collect error message for severities below MCE_PANIC_SEVERITY
` [PATCH v1 2/4] x86/mce: dump error msg from severities
[PATCH v7 0/8] Buddy allocator like (or non-uniform) folio split
2025-02-12 1:51 UTC (11+ messages)
` [PATCH v7 1/8] xarray: add xas_try_split() to split a multi-index entry
` [PATCH v7 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()
` [PATCH v7 3/8] mm/huge_memory: move folio split common code to __folio_split()
` [PATCH v7 4/8] mm/huge_memory: add buddy allocator like (non-uniform) folio_split()
` [PATCH v7 5/8] mm/huge_memory: remove the old, unused __split_huge_page()
` [PATCH v7 6/8] mm/huge_memory: add folio_split() to debugfs testing interface
` [PATCH v7 7/8] mm/truncate: use buddy allocator like folio split for truncate operation
` [PATCH v7 8/8] selftests/mm: add tests for folio_split(), buddy allocator like split
[PATCH] memcg: add hierarchical effective limits for v2
2025-02-12 1:08 UTC (7+ messages)
[PATCH 0/3] may miss to set node dead on destroy
2025-02-12 0:55 UTC (16+ messages)
` [PATCH 1/3] maple_tree: "
` [PATCH 3/3] maple_tree: assert retrieving new value on a tree with only root node
[PATCH] mm/mm_init.c: only align start of ZONE_MOVALBE on nodes with memory
2025-02-12 0:46 UTC (3+ messages)
[PATCH 0/2 v6] add ioctl/sysfs to donate file-backed pages
2025-02-12 0:39 UTC (10+ messages)
[PATCH] memcg: avoid dead loop when setting memory.max
2025-02-12 0:29 UTC (6+ messages)
[PATCH] mm/mm_init.c: use round_up() to align movable range
2025-02-12 0:24 UTC (3+ messages)
[PATCH] kasan: Don't call find_vm_area() in RT kernel
2025-02-12 0:20 UTC (5+ messages)
[PATCH v5] mm/mempolicy: Weighted Interleave Auto-tuning
2025-02-12 0:17 UTC (3+ messages)
[PATCH v3 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-02-12 0:15 UTC (25+ messages)
` [PATCH v3 01/11] mm: Consolidate freeing of typed folios on final folio_put()
` [PATCH v3 02/11] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v3 03/11] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v3 04/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared
` [PATCH v3 05/11] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
` [PATCH v3 06/11] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
` [PATCH v3 07/11] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v3 08/11] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v3 09/11] KVM: arm64: Introduce KVM_VM_TYPE_ARM_SW_PROTECTED machine type
` [PATCH v3 10/11] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v3 11/11] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed
[PATCH] mm: pgtable: Unlock pml without branches when !start_pte
2025-02-11 23:50 UTC (4+ messages)
[PATCH v1] mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize()
2025-02-11 22:33 UTC (4+ messages)
[REGRESSION][BISECTED] Crash with Bad page state for FUSE/Flatpak related applications since v6.13
2025-02-11 21:21 UTC (18+ messages)
[RFC PATCH 0/3] snapshot_page()
2025-02-11 21:17 UTC (5+ messages)
` [RFC PATCH 1/3] mm: Constify folio_mapping() and swapcache_mapping()
` [RFC PATCH 3/3] proc: Use snapshot_page() in kpageflags
[PATCH v10 00/12] AMD broadcast TLB invalidation
2025-02-11 21:08 UTC (13+ messages)
` [PATCH v10 01/12] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional
` [PATCH v10 02/12] x86/mm: remove pv_ops.mmu.tlb_remove_table call
` [PATCH v10 03/12] x86/mm: consolidate full flush threshold decision
` [PATCH v10 04/12] x86/mm: get INVLPGB count max from CPUID
` [PATCH v10 05/12] x86/mm: add INVLPGB support code
` [PATCH v10 06/12] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH v10 07/12] x86/mm: use INVLPGB in flush_tlb_all
` [PATCH v10 08/12] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing
` [PATCH v10 09/12] x86/mm: enable broadcast TLB invalidation for multi-threaded processes
` [PATCH v10 10/12] x86/mm: do targeted broadcast flushing from tlbbatch code
` [PATCH v10 11/12] x86/mm: enable AMD translation cache extensions
` [PATCH v10 12/12] x86/mm: only invalidate final translations with INVLPGB
[PATCH] mm/vmstat: Revert "fix a W=1 clang compiler warning"
2025-02-11 21:05 UTC (2+ messages)
[PATCH] mm, percpu: do not consider sleepable allocations atomic
2025-02-11 20:55 UTC (3+ messages)
[PATCH v2 13/17] mm/page_idle: handle device-exclusive entries correctly in page_idle_clear_pte_refs_one()
2025-02-11 20:48 UTC (2+ messages)
[PATCH v19 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2025-02-11 20:46 UTC (8+ messages)
` [PATCH v19 07/15] cxl: Add helper function to retrieve a feature entry
[syzbot] [mm?] KASAN: slab-use-after-free Read in folio_lock_anon_vma_read
2025-02-11 20:10 UTC
[PATCH 00/15] kasan: x86: arm64: risc-v: KASAN tag-based mode for x86
2025-02-11 19:59 UTC (5+ messages)
` [PATCH 08/15] x86: Physical address comparisons in fill_p*d/pte
[PATCH] mm: Fix clang W=1 compiler warnings
2025-02-11 19:25 UTC (5+ messages)
next-20250210: WARNING: at include/linux/rwsem.h:85 madvise_unlock
2025-02-11 18:35 UTC (2+ messages)
[PATCH 4/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()
2025-02-11 18:32 UTC (2+ messages)
[PATCH 0/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()
2025-02-11 18:28 UTC (2+ messages)
[PATCH mm-unstable] mm/madvise: handle MADV_{HWPOISON,SOFT_OFFLINE} from madvise_unlock()
2025-02-11 18:20 UTC (2+ messages)
[PATCH v2 0/9] kasan: RISC-V support for KASAN_SW_TAGS using pointer masking
2025-02-11 18:06 UTC (9+ messages)
` [PATCH v2 1/9] kasan: sw_tags: Use arithmetic shift for shadow computation
[PATCH v5 0/4] mm/damon: add support for hugepage_size DAMOS filter
2025-02-11 18:06 UTC (9+ messages)
` [PATCH v5 1/4] mm/damon: introduce DAMOS filter type hugepage_size
` [PATCH v5 2/4] mm/damon/sysfs-schemes: add files for setting damos_filter->sz_range
` [PATCH v5 3/4] Docs/ABI/damon: document DAMOS sysfs files to set the min/max folio_size
` [PATCH v5 4/4] Docs/admin-guide/mm/damon/usage: Document hugepage_size filter type
[LSF/MM/BPF TOPIC] ASI's page cache problem
2025-02-11 18:05 UTC (2+ messages)
[PATCH v6 00/16] zswap IAA compress batching
2025-02-11 17:52 UTC (3+ messages)
[PATCH v3 00/28] hugetlb/CMA improvements for large systems
2025-02-11 17:21 UTC (5+ messages)
Large folios for overlayfs (and potential BUG)
2025-02-11 17:11 UTC (2+ messages)
[PATCH] mm: hugetlb: avoid fallback for specific node allocation of 1G pages
2025-02-11 16:49 UTC (5+ messages)
[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
2025-02-11 16:37 UTC (7+ messages)
` [PATCH v4 05/14] kexec: Add Kexec HandOver (KHO) generation helpers
[PATCH v13 00/11] Support page table check on PowerPC
2025-02-11 16:14 UTC (12+ messages)
` [PATCH v13 01/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_set()
` [PATCH v13 02/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_set()
` [PATCH v13 03/11] mm/page_table_check: Provide addr parameter to page_table_check_pte_set()
` [PATCH v13 04/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v13 05/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v13 06/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v13 07/11] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v13 08/11] powerpc: mm: Add pud_pfn() stub
` [PATCH v13 09/11] powerpc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v13 10/11] powerpc: mm: Use set_pte_at_unchecked() for internal usages
` [PATCH v13 11/11] powerpc: mm: Support page table check
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-02-11 16:10 UTC (12+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[RFC 0/4] mm: page_ext: Fix crash when reserving 1G pages
2025-02-11 16:07 UTC (9+ messages)
` [RFC 1/4] mm: page_ext: add an iteration API for page extensions
` [RFC 2/4] mm: page_owner: use new iteration API
` [RFC 3/4] mm: page_table_check: "
[RFC PATCH v5 02/15] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
2025-02-11 15:58 UTC (2+ messages)
[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
2025-02-11 15:45 UTC (4+ messages)
` [PATCH v7 1/6] pidfd: add PIDFD_SELF* sentinels to refer to own thread/process
[PATCH] maple_tree: Use ma_dead_node() in mte_dead_node()
2025-02-11 15:34 UTC (2+ messages)
[RFC][PATCH 1/2] sched: Extended scheduler time slice
2025-02-11 15:28 UTC (11+ messages)
[LSF/MM/BPF TOPIC] HugeTLB generic pagewalk
2025-02-11 13:31 UTC (6+ messages)
[PATCH] mm/mmu_gather: Update comment on RCU freeing
2025-02-11 13:00 UTC
[RFC v2 0/9] khugepaged: mTHP support
2025-02-11 12:49 UTC (2+ messages)
[REGRESSION] NULL pointer dereference on ARM (AT91SAM9G25) during compaction
2025-02-11 12:41 UTC (9+ messages)
[PATCH 0/6 v2] mm: LRU drain flush on nohz_full
2025-02-11 11:42 UTC (6+ messages)
` [PATCH 6/6 v2] mm: Drain LRUs upon resume to userspace on nohz_full CPUs
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