[PATCH] selftests/damon: Remove the remaining test scripts for DAMON debugfs interface
2025-04-11 16:33 UTC (2+ messages)
[PATCH 1/1] slab: ensure slab->obj_exts is clear in a newly allocated slab page
2025-04-11 16:26 UTC (2+ messages)
[PATCH 0/5] mm: reliable huge page allocator
2025-04-11 15:39 UTC (8+ messages)
` [PATCH 1/5] mm: compaction: push watermark into compaction_suitable() callers
` [PATCH 5/5] mm: page_alloc: defrag_mode kswapd/kcompactd watermarks
[PATCH v4 0/4] mm/gup: Minor fix, cleanup and improvements
2025-04-11 15:07 UTC (10+ messages)
` [PATCH v4 1/4] mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()
` [PATCH v4 4/4] mm/gup: clean up codes in fault_in_xxx() functions
[PATCH 1/2] mm: page_alloc: speed up fallbacks in rmqueue_bulk()
2025-04-11 15:07 UTC (5+ messages)
` [PATCH 2/2] mm: page_alloc: tighten up find_suitable_fallback()
[RFC PATCH] mm: huge_memory: add folio_mark_accessed() when zapping file THP
2025-04-11 14:44 UTC (11+ messages)
[PATCH] mm,hugetlb: Allocate frozen pages in alloc_buddy_hugetlb_folio
2025-04-11 14:21 UTC (4+ messages)
[PATCH] memcg: decouple memcg_hotplug_cpu_dead from stock_lock
2025-04-11 14:06 UTC (5+ messages)
[PATCH v3 0/4] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE
2025-04-11 13:10 UTC (5+ messages)
` [PATCH v3 3/4] mm/memory: split non-tlb flushing part from zap_page_range_single()
` [PATCH v3 4/4] mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]
[RFC PATCH v4 00/18] pkeys-based page table hardening
2025-04-11 12:37 UTC (21+ messages)
` [RFC PATCH v4 01/18] mm: Introduce kpkeys
` [RFC PATCH v4 02/18] set_memory: Introduce set_memory_pkey() stub
` [RFC PATCH v4 03/18] arm64: mm: Enable overlays for all EL1 indirect permissions
` [RFC PATCH v4 04/18] arm64: Introduce por_elx_set_pkey_perms() helper
` [RFC PATCH v4 05/18] arm64: Implement asm/kpkeys.h using POE
` [RFC PATCH v4 06/18] arm64: set_memory: Implement set_memory_pkey()
` [RFC PATCH v4 07/18] arm64: Reset POR_EL1 on exception entry
` [RFC PATCH v4 08/18] arm64: Context-switch POR_EL1
` [RFC PATCH v4 09/18] arm64: Enable kpkeys
` [RFC PATCH v4 10/18] mm: Introduce kernel_pgtables_set_pkey()
` [RFC PATCH v4 11/18] mm: Introduce kpkeys_hardened_pgtables
` [RFC PATCH v4 12/18] mm: Allow __pagetable_ctor() to fail
` [RFC PATCH v4 13/18] mm: Map page tables with privileged pkey
` [RFC PATCH v4 14/18] arm64: kpkeys: Support KPKEYS_LVL_PGTABLES
` [RFC PATCH v4 15/18] arm64: mm: Guard page table writes with kpkeys
` [RFC PATCH v4 16/18] arm64: Enable kpkeys_hardened_pgtables support
` [RFC PATCH v4 17/18] mm: Add basic tests for kpkeys_hardened_pgtables
` [RFC PATCH v4 18/18] arm64: mm: Batch kpkeys level switches
[PATCH v1 0/4] mm: Fix apply_to_pte_range() vs lazy MMU mode
2025-04-11 12:04 UTC (12+ messages)
` [PATCH v1 1/4] kasan: Avoid sleepable page allocation from atomic context
` [PATCH v1 2/4] mm: Cleanup apply_to_pte_range() routine
` [PATCH v1 3/4] mm: Protect kernel pgtables in apply_to_pte_range()
` [PATCH v1 4/4] mm: Allow detection of wrong arch_enter_lazy_mmu_mode() context
[PATCH 1/2] mm/memblock: Added a New Memblock Function to Check if the Current Node's Memblock Region Intersects with a Memory Block
2025-04-11 11:36 UTC (8+ messages)
` [PATCH 2/2] base/node: Use curr_node_memblock_intersect_memory_block to Get Memory Block NID if CONFIG_DEFERRED_STRUCT_PAGE_INIT is Set
[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-11 10:54 UTC (2+ messages)
` [RFC PATCH 2/7] mm: add __always_inline for page_contains_unaccepted
[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-11 10:52 UTC
[PATCH v7 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-04-11 10:34 UTC (7+ messages)
` [PATCH v7 3/9] KVM: guest_memfd: Allow host to map guest_memfd() pages
[PATCH 0/6 v3] sched/mm: LRU drain flush on nohz_full
2025-04-11 10:25 UTC (8+ messages)
` [PATCH 1/6] task_work: Provide means to check if a work is queued
` [PATCH 2/6] sched/fair: Use task_work_queued() on numa_work
` [PATCH 3/6] sched: Use task_work_queued() on cid_work
` [PATCH 4/6] tick/nohz: Move nohz_full related fields out of hot task struct's places
` [PATCH 5/6] sched/isolation: Introduce isolated task work
` [PATCH 6/6] mm: Drain LRUs upon resume to userspace on nohz_full CPUs
[PATCH v14 00/11] Support page table check on PowerPC
2025-04-11 9:10 UTC (13+ messages)
` [PATCH v14 01/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_set()
` [PATCH v14 02/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_set()
` [PATCH v14 03/11] mm/page_table_check: Provide addr parameter to page_table_check_pte_set()
` [PATCH v14 04/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v14 05/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v14 06/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v14 07/11] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v14 08/11] powerpc: mm: Add pud_pfn() stub
` [PATCH v14 09/11] powerpc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v14 10/11] powerpc: mm: Use set_pte_at_unchecked() for internal usages
` [PATCH v14 11/11] powerpc: mm: Support page table check
Credentials not fully initialized before bprm_check LSM hook
2025-04-11 9:07 UTC (3+ messages)
[PATCH v1] fs/dax: fix folio splitting issue by resetting old folio order + _nr_pages
2025-04-11 8:37 UTC (8+ messages)
[PATCH v2 0/9] memcg: cleanup per-cpu stock
2025-04-11 8:34 UTC (3+ messages)
` [PATCH v2 6/9] memcg: do obj_cgroup_put inside drain_obj_stock
[PATCH] drivers/base/memory: Avoid overhead from for_each_present_section_nr()
2025-04-11 8:29 UTC (9+ messages)
[PATCH] mm/swap: set active flag after adding the folio to activate fbatch
2025-04-11 8:28 UTC
[PATCH] mempolicy: Optimize queue_folios_pte_range by PTE batching
2025-04-11 8:13 UTC
[PATCH] slab: Decouple slab_debug and no_hash_pointers
2025-04-11 7:47 UTC (2+ messages)
[PATCH] samples/damon/prcl: Fix a comment typo
2025-04-11 7:38 UTC
Wall decorations in the dropshipping model
2025-04-11 7:30 UTC
[PATCH v2] MAINTAINERS: add memory advice section
2025-04-11 7:27 UTC
[PATCH v7 2/3] mm/mempolicy: Prepare weighted interleave sysfs for memory hotplug
2025-04-11 7:21 UTC (2+ messages)
[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
2025-04-11 6:51 UTC (9+ messages)
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd
` [PATCH RFC v7 7/8] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
[RFC PATCH] mm/damon: add full LPAE support for memory monitoring above 4GB
2025-04-11 6:30 UTC (3+ messages)
[PATCH v3] mm: pcp: increase pcp->free_count threshold to trigger free_high
2025-04-11 6:15 UTC (4+ messages)
[PATCH v13 00/11] Support page table check on PowerPC
2025-04-11 5:52 UTC (4+ messages)
` [PATCH v13 04/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
[PATCH v6 00/14] kexec: introduce Kexec HandOver (KHO)
2025-04-11 5:37 UTC (15+ messages)
` [PATCH v6 01/14] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v6 02/14] memblock: Add support for scratch memory
` [PATCH v6 03/14] memblock: introduce memmap_init_kho_scratch()
` [PATCH v6 04/14] kexec: add Kexec HandOver (KHO) generation helpers
` [PATCH v6 05/14] kexec: add KHO parsing support
` [PATCH v6 06/14] kexec: enable KHO support for memory preservation
` [PATCH v6 07/14] kexec: add KHO support to kexec file loads
` [PATCH v6 08/14] kexec: add config option for KHO
` [PATCH v6 09/14] arm64: add KHO support
` [PATCH v6 10/14] x86/setup: use memblock_reserve_kern for memory used by kernel
` [PATCH v6 11/14] x86: add KHO support
` [PATCH v6 12/14] memblock: add KHO support for reserve_mem
` [PATCH v6 13/14] Documentation: add documentation for KHO
` [PATCH v6 14/14] Documentation: KHO: Add memblock bindings
[PATCH v5 09/16] kexec: enable KHO support for memory preservation
2025-04-11 4:02 UTC (2+ messages)
[PATCH v5 12/16] arm64: add KHO support
2025-04-11 3:47 UTC (2+ messages)
[PATCH 0/3] fbdev: Add deferred I/O support for contiguous kernel memory framebuffers
2025-04-11 3:40 UTC (6+ messages)
` [PATCH 1/3] mm: Export vmf_insert_mixed_mkwrite()
[PATCH v4 0/5] cgroup: separate rstat trees
2025-04-11 3:31 UTC (4+ messages)
` [PATCH v4 5/5] cgroup: use subsystem-specific rstat locks to avoid contention
[PATCH] mm: huge_memory: add folio_mark_accessed() when zapping file THP
2025-04-11 3:14 UTC (4+ messages)
[PATCH v7 2/3] mm/mempolicy: Prepare weighted interleave sysfs for memory hotplug
2025-04-11 3:11 UTC (3+ messages)
[PATCH v2] memcg: optimize memcg_rstat_updated
2025-04-11 0:03 UTC (2+ messages)
[PATCH] memcg: no refill for offlined objcg
2025-04-10 23:59 UTC (2+ messages)
[PATCH] mm: memcontrol: fix swap counter leak from offline cgroup
2025-04-10 23:58 UTC (3+ messages)
[PATCH v2 0/3] mm: Fix apply_to_pte_range() vs lazy MMU mode
2025-04-10 22:47 UTC (9+ messages)
` [PATCH v2 1/3] kasan: Avoid sleepable page allocation from atomic context
` [PATCH v2 3/3] mm: Protect kernel pgtables in apply_to_pte_range()
[RFC v1 0/2] slabinfo: sheaves statistics support
2025-04-10 22:32 UTC (4+ messages)
` [RFC v1 1/2] mm/slab: add sheaves_enabled read-only sysfs file
[PATCH v2] alloc_tag: handle incomplete bulk allocations in vm_module_tags_populate
2025-04-10 22:20 UTC (5+ messages)
[PATCH] mm: simplify zone_idx()
2025-04-10 21:59 UTC (3+ messages)
[PATCH RFC v3 0/8] SLUB percpu sheaves
2025-04-10 20:47 UTC (7+ messages)
` [PATCH RFC v3 2/8] slab: add opt-in caching layer of "
` [PATCH RFC v3 3/8] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH RFC v3 4/8] slab: sheaf prefilling for guaranteed allocations
[PATCH] mm: Introduce free_folio_and_swap_cache() to replace free_page_and_swap_cache()
2025-04-10 20:31 UTC (8+ messages)
[PATCH man] mmap.2: Document danger of mappings larger than PTRDIFF_MAX
2025-04-10 20:30 UTC (4+ messages)
Does GUP page unpinning have to be done in the pinning context?
2025-04-10 19:34 UTC (9+ messages)
[RFC 0/2] Fix false warning in inode_to_wb
2025-04-10 19:20 UTC (7+ messages)
` [RFC 1/2] gfs2: replace sd_aspace with sd_inode
` [RFC 2/2] writeback: Fix false warning in inode_to_wb()
[PATCH v5 0/6] Track node vacancy to reduce worst case allocation counts
2025-04-10 19:18 UTC (9+ messages)
` [PATCH v5 1/6] maple_tree: convert mas_prealloc_calc() to take in a maple write state
` [PATCH v5 2/6] maple_tree: use height and depth consistently
` [PATCH v5 3/6] maple_tree: use vacant nodes to reduce worst case allocations
` [PATCH v5 4/6] maple_tree: break on convergence in mas_spanning_rebalance()
` [PATCH v5 5/6] maple_tree: add sufficient height
` [PATCH v5 6/6] maple_tree: reorder mas->store_type case statements
[RFC PATCH v3] Introduce Hierarchical Per-CPU Counters
2025-04-10 17:51 UTC
[PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads
2025-04-10 17:38 UTC (10+ messages)
` [PATCH v2 2/8] fs/buffer: try to use folio lock for pagecache lookups
` [PATCH v2 6/8] fs/ext4: use sleeping version of __find_get_block()
` [PATCH v2 7/8] mm/migrate: enable noref migration for jbd2
[PATCH v5 09/16] kexec: enable KHO support for memory preservation
2025-04-10 17:31 UTC (12+ messages)
[PATCH v7 0/3] fuse: remove temp page copies in writeback
2025-04-10 16:11 UTC (8+ messages)
` [PATCH v7 3/3] fuse: remove tmp folio for writebacks and internal rb tree
[PATCH v2 0/5] Fix lazy mmu mode
2025-04-10 16:07 UTC (2+ messages)
[PATCH v2 0/1] mm: Allow detection of wrong arch_enter_lazy_mmu_mode() context
2025-04-10 15:24 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH v12 2/3] sched: Move task_mm_cid_work to mm work_struct
2025-04-10 14:36 UTC (4+ messages)
` [PATCH] fixup: "
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