messages from 2025-06-19 22:00:34 to 2025-06-20 18:47:52 UTC [more...]
[PATCH 0/3] use vm_flags_t consistently
2025-06-20 18:47 UTC (8+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
[PATCHv6 08/16] x86/traps: Consolidate user fixups in exc_general_protection()
2025-06-20 18:43 UTC (23+ messages)
` [PATCHv6 13/16] x86/traps: Handle LASS thrown #SS
` [PATCHv6 03/16] x86/alternatives: Disable LASS when patching kernel alternatives
` [PATCHv6 04/16] x86/efi: Move runtime service initialization to arch/x86
` [PATCHv6 00/16] x86: Enable Linear Address Space Separation support
` [PATCHv6 05/16] x86/cpu: Defer CR pinning setup until after EFI initialization
` [PATCHv6 06/16] efi: Disable LASS around set_virtual_address_map() EFI call
` [PATCHv6 01/16] x86/cpu: Enumerate the LASS feature bits
` [PATCHv6 07/16] x86/vsyscall: Reorganize the #PF emulation code
[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
2025-06-20 18:24 UTC (13+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
` [PATCH RFC 02/14] mm: drop highest_memmap_pfn
` [PATCH RFC 03/14] mm: compare pfns only if the entry is present when inserting pfns/pages
` [PATCH RFC 04/14] mm/huge_memory: move more common code into insert_pmd()
` [PATCH RFC 05/14] mm/huge_memory: move more common code into insert_pud()
[PATCH 0/3] Fix MA_STATE_PREALLOC issue
2025-06-20 18:20 UTC (9+ messages)
` [PATCH 1/3] testing/raix-tree/maple: Increase readers and reduce delay for faster machines
` [PATCH 2/3] maple_tree: Fix MA_STATE_PREALLOC flag in mas_preallocate()
` [PATCH 3/3] tools/testing/radix-tree: Test maple tree chaining mas_preallocate() calls
[PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
2025-06-20 18:15 UTC (4+ messages)
[PATCH v2 0/5] madvise cleanup
2025-06-20 18:12 UTC (19+ messages)
` [PATCH v2 1/5] mm/madvise: remove the visitor pattern and thread anon_vma state
` [PATCH v2 2/5] mm/madvise: thread mm_struct through madvise_behavior
` [PATCH v2 3/5] mm/madvise: thread VMA range state "
` [PATCH v2 4/5] mm/madvise: thread all madvise state through madv_behavior
` [PATCH v2 5/5] mm/madvise: eliminate very confusing manipulation of prev VMA
[RFC PATCH v2 0/2] mm/damon/paddr: Allow interleaving in migrate_{hot,cold} actions
2025-06-20 18:04 UTC (3+ messages)
` [RFC PATCH v2 1/2] mm/mempolicy: Expose get_il_weight() to MM
` [RFC PATCH v2 2/2] mm/damon/paddr: Allow multiple migrate targets
[PATCH 1/2] mm: add gpu active/reclaim per-node stat counters (v2)
2025-06-20 17:57 UTC (3+ messages)
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-20 17:33 UTC (5+ messages)
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling
[RFC PATCH v12 00/26] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
2025-06-20 17:00 UTC (4+ messages)
[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-06-20 16:53 UTC (11+ messages)
` [RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
` [PATCH 1/2] filemap: Add a mempolicy argument to filemap_alloc_folio()
` [PATCH 2/2] filemap: Add __filemap_get_folio_mpol()
[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
2025-06-20 16:51 UTC (8+ messages)
` [PATCH v3 1/6] mm: userfaultfd: generic continue for non hugetlbfs
[PATCH] samples/damon: add parameters for node0 memory usage
2025-06-20 16:11 UTC (3+ messages)
[RFC v2 05/16] luo: luo_core: integrate with KHO
2025-06-20 16:03 UTC (14+ messages)
[PATCH] mm/alloc_tag: Fix the kmemleak false positive issue in the allocation of the percpu variable tag->counters
2025-06-20 15:45 UTC (2+ messages)
[PATCH 06/27] mm: vmstat: Prepare to protect against concurrent isolated cpuset change
2025-06-20 15:22 UTC (4+ messages)
` [PATCH 12/27] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 16/27] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 17/27] sched/isolation: Flush vmstat "
[PATCH 0/5] madvise cleanup
2025-06-20 15:02 UTC (29+ messages)
` [PATCH 1/5] mm/madvise: remove the visitor pattern and thread anon_vma state
` [PATCH 2/5] mm/madvise: thread mm_struct through madvise_behavior
` [PATCH 3/5] mm/madvise: thread VMA range state "
` [PATCH 4/5] mm/madvise: thread all madvise state through madv_behavior
` [PATCH 5/5] mm/madvise: eliminate very confusing manipulation of prev VMA
[PATCH] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
2025-06-20 15:02 UTC (7+ messages)
[PATCH] selftests/mm: Reduce uffd-unit-test poison test to minimum
2025-06-20 15:00 UTC
[PATCH 1/6] mm/selftests: Fix virtual_address_range test issues
2025-06-20 14:45 UTC (12+ messages)
[PATCH v2 0/5] Misc rework on hugetlb faulting path
2025-06-20 14:28 UTC (7+ messages)
` [PATCH v2 1/5] mm,hugetlb: Change mechanism to detect a COW on private mapping
` [PATCH v2 2/5] mm,hugetlb: Sort out folio locking in the faulting path
` [PATCH v2 3/5] mm,hugetlb: Rename anon_rmap to new_anon_folio and make it boolean
` [PATCH v2 4/5] mm,hugetlb: Drop obsolete comment about non-present pte and second faults
` [PATCH v2 5/5] mm,hugetlb: Drop unlikelys from hugetlb_fault
[linus:master] [lib/test_vmalloc.c] 2d76e79315: Kernel_panic-not_syncing:Fatal_exception
2025-06-20 14:24 UTC (14+ messages)
` Kernel crash due to alloc_tag_top_users() being called when !mem_profiling_support?
` [PATCH] lib/alloc_tag: do not acquire nonexistent lock when mem profiling is disabled
` "
` CONFIG_TEST_VMALLOC=y conflict/race with alloc_tag_init
` [PATCH] lib/test_vmalloc.c: demote vmalloc_test_init to late_initcall
[akpm-mm:mm-new 59/87] mm/slub.c:6168:23: error: invalid use of undefined type 'struct node_notify'
2025-06-20 13:20 UTC
[PATCH v8 0/6] KVM: arm64: Map GPU device memory as cacheable
2025-06-20 13:07 UTC (9+ messages)
` [PATCH v8 1/6] KVM: arm64: Rename the device variable to s2_force_noncacheable
` [PATCH v8 2/6] KVM: arm64: Update the check to detect device memory
` [PATCH v8 3/6] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v8 4/6] KVM: arm64: New function to determine hardware cache management support
` [PATCH v8 5/6] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
` [PATCH v8 6/6] KVM: arm64: Expose new KVM cap for cacheable PFNMAP
[PATCH v3 0/4] mm: ksm: prevent KSM from breaking merging of new VMAs
2025-06-20 12:48 UTC (3+ messages)
` [PATCH v3 3/4] mm: prevent KSM from breaking VMA merging for "
[syzbot] [cgroups?] [mm?] WARNING in folio_lruvec_lock
2025-06-20 11:50 UTC (2+ messages)
[PATCH] binfmt_elf: reduce stackusage in kunit test
2025-06-20 11:19 UTC
[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
2025-06-20 11:01 UTC (9+ messages)
` [PATCH net-next v9 2/2] page_pool: Track DMA-mapped pages and unmap them when destroying the pool
[PATCH v3] mm/alloc_tag: Fix the kmemleak false positive issue in the allocation of the percpu variable tag->counters
2025-06-20 10:44 UTC (2+ messages)
[RFC PATCH v1 0/4] Kernel thread based async batch migration
2025-06-20 9:59 UTC (4+ messages)
[syzbot] [mm?] WARNING: bad unlock balance in move_page_tables
2025-06-20 9:47 UTC (2+ messages)
[PATCH V2] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
2025-06-20 8:31 UTC (2+ messages)
[RFC 0/2] lib/vsprintf: Add support for pte_t
2025-06-20 8:12 UTC (22+ messages)
` [RFC 1/2] "
[PATCH 00/28] mm, swap: introduce swap table
2025-06-20 8:04 UTC (5+ messages)
` [PATCH 20/28] mm, swap: check swap table directly for checking cache
[PATCH v6] arm64/mm: Optimize loop to reduce redundant operations of contpte_ptep_get
2025-06-20 7:56 UTC (3+ messages)
[akpm-mm:mm-unstable 31/159] lib/alloc_tag.c:641:17: error: implicit declaration of function 'kmemleak_igonore_percpu'; did you mean 'kmemleak_ignore_phys'?
2025-06-20 7:53 UTC
[PATCH v2 0/4] mm/shmem, swap: bugfix and improvement of mTHP swap in
2025-06-20 7:53 UTC (5+ messages)
` [PATCH v2 2/4] mm/shmem, swap: avoid redundant Xarray lookup during swapin
` [PATCH v2 3/4] mm/shmem, swap: improve mthp swapin process
[PATCH RFC] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE accounting
2025-06-20 6:28 UTC (2+ messages)
[PATCH 1/2] selftests: khugepaged: fix the shmem collapse failure
2025-06-20 6:13 UTC (2+ messages)
[PATCH V2] mm/ptdump: Take the memory hotplug lock inside ptdump_walk_pgd()
2025-06-20 5:24 UTC
[PATCH v2] mm/alloc_tag: Fix the kmemleak false positive issue in the allocation of the percpu variable tag->counters
2025-06-20 4:34 UTC
[PATCH net-next v6 0/9] Split netmem from struct page
2025-06-20 4:12 UTC (10+ messages)
` [PATCH net-next v6 1/9] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v6 2/9] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH net-next v6 3/9] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH net-next v6 4/9] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH net-next v6 5/9] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH net-next v6 6/9] netmem: remove __netmem_get_pp()
` [PATCH net-next v6 7/9] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH net-next v6 8/9] netmem: introduce a netmem API, virt_to_head_netmem()
` [PATCH net-next v6 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
[PATCH net-next 0/9] Split netmem from struct page
2025-06-20 4:12 UTC (8+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "
[linux-next:master] [maple_tree] 540335e987: BUG:kernel_NULL_pointer_dereference,address
2025-06-20 2:14 UTC (3+ messages)
[PATCH v3 0/4] mm: userfaultfd: assorted fixes and cleanups
2025-06-20 1:24 UTC (5+ messages)
` [PATCH v3 1/4] userfaultfd: correctly prevent registering VM_DROPPABLE regions
` [PATCH v3 2/4] userfaultfd: prevent unregistering VMAs through a different userfaultfd
` [PATCH v3 3/4] userfaultfd: remove (VM_)BUG_ON()s
` [PATCH v3 4/4] userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SET
[PATCH v4 00/13] x86/mm: Add multi-page clearing
2025-06-19 23:51 UTC (5+ messages)
` [PATCH v4 13/13] x86/folio_zero_user: "
[linux-next:master] BUILD REGRESSION 2c923c845768a0f0e34b8161d70bc96525385782
2025-06-19 23:37 UTC
[akpm-mm:mm-new 158/177] arch/riscv/include/asm/pgtable.h:934:24: error: implicit declaration of function 'pte_mkdevmap'; did you mean 'pud_mkdevmap'?
2025-06-19 22:49 UTC (2+ messages)
[RFC PATCH 00/11] mm/damon: allow DAMOS auto-tuned for per-memcg per-node memory usage
2025-06-19 22:00 UTC (12+ messages)
` [RFC PATCH 01/11] mm/damon: document damos_quota_goal->nid use case
` [RFC PATCH 02/11] mm/damon: add a new DAMOS quota goal metric for cgroup on node memory usage
` [RFC PATCH 03/11] mm/damon/core: implement DAMOS_QUOTA_NODE_MEMCG_USED_BP
` [RFC PATCH 04/11] mm/damon/sysfs-schemes: implement path file under quota goal directory
` [RFC PATCH 05/11] mm/damon/sysfs-schemes: connect quota goal path file to DAMON core
` [RFC PATCH 06/11] Docs/mm/damon/design: document DAMOS_QUOTA_NODE_MEMCG_USED_BP
` [RFC PATCH 07/11] Docs/admin-guide/mm/damon/usage: document DAMOS quota goal path file
` [RFC PATCH 08/11] mm/damon: add DAMOS_QUOTA_NODE_MEMCG_FREE_BP quota tuning goal metric
` [RFC PATCH 09/11] mm/damon/core: implement DAMOS_QUOTA_NODE_MEMCG_FREE_BP
` [RFC PATCH 10/11] mm/damon/sysfs-schemes: support DAMOS_QUOTA_NODE_MEMCG_FREE_BP
` [RFC PATCH 11/11] Docs/mm/damon/design: document DAMOS_QUOTA_NODE_MEMCG_FREE_BP
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).