[PATCH v3 1/2] mm/vmalloc: Add a safer version of find_vm_area() for debug
2023-09-04 18:08 UTC (2+ messages)
` [PATCH v3 2/2] rcu: Dump vmalloc memory info safely
[PATCH v3] Documentation/page_tables: Add info about MMU/TLB and Page Faults
2023-09-04 18:01 UTC (2+ messages)
[PATCH v6 00/38] New page table range API
2023-09-04 17:43 UTC (4+ messages)
` [PATCH v6 26/38] sparc64: Implement the new "
[PATCH] mm: make __GFP_SKIP_ZERO visible to skip zero operation
2023-09-04 17:34 UTC (8+ messages)
[syzbot] [mm?] BUG: unable to handle kernel paging request in list_lru_add
2023-09-04 16:00 UTC
[PATCH v4 0/4] memcg: non-unified flushing for userspace stats
2023-09-04 15:41 UTC (12+ messages)
` [PATCH v4 1/4] mm: memcg: properly name and document unified stats flushing
` [PATCH v4 2/4] mm: memcg: add a helper for non-unified "
` [PATCH v4 3/4] mm: memcg: let non-unified root stats flushes help unified flushes
` [PATCH v4 4/4] mm: memcg: use non-unified stats flushing for userspace reads
[PATCH] mm/vmstat: Use this_cpu_try_cmpxchg in mod_{zone,node}_state
2023-09-04 15:08 UTC
[PATCH v2 0/9] Mitigate a vmap lock contention v2
2023-09-04 14:55 UTC (4+ messages)
[PATCH v5] mm: vmscan: try to reclaim swapcache pages if no swap space
2023-09-04 14:23 UTC (2+ messages)
Don't fill the kernel log with memfd_create messages
2023-09-04 13:31 UTC (2+ messages)
[RFC PATCH 00/14] Rearrange batched folio freeing
2023-09-04 13:25 UTC (39+ messages)
` [RFC PATCH 01/14] mm: Make folios_put() the basis of release_pages()
` [RFC PATCH 02/14] mm: Convert free_unref_page_list() to use folios
` [RFC PATCH 03/14] mm: Add free_unref_folios()
` [RFC PATCH 04/14] mm: Use folios_put() in __folio_batch_release()
` [RFC PATCH 05/14] memcg: Add mem_cgroup_uncharge_folios()
` [RFC PATCH 06/14] mm: Remove use of folio list from folios_put()
` [RFC PATCH 09/14] mm: Handle large folios in free_unref_folios()
` [RFC PATCH 10/14] mm: Allow non-hugetlb large folios to be batch processed
` [RFC PATCH 11/14] mm: Free folios in a batch in shrink_folio_list()
` [RFC PATCH 12/14] mm: Free folios directly in move_folios_to_lru()
` [RFC PATCH 13/14] memcg: Remove mem_cgroup_uncharge_list()
` [RFC PATCH 14/14] mm: Remove free_unref_page_list()
` [RFC PATCH 17/18] mm: Convert free_swap_cache() to take a folio
` [RFC PATCH 18/18] mm: Add pfn_range_put()
[PATCH v2 0/8] Add printf attribute to kselftest functions
2023-09-04 12:44 UTC (3+ messages)
` [PATCH v2 2/8] selftests/cachestat: Fix print_cachestat format
` [PATCH v2 7/8] selftests/mm: Substitute attribute with a macro
Prerequisites for Large Anon Folios
2023-09-04 10:06 UTC (11+ messages)
[PATCH v5 0/5] variable-order, large folios for anonymous memory
2023-09-04 10:05 UTC (14+ messages)
` [PATCH v5 3/5] mm: LARGE_ANON_FOLIO for improved performance
[PATCH v6 00/11] io_uring getdents
2023-09-04 9:57 UTC (13+ messages)
` [PATCH 02/11] xfs: add NOWAIT semantics for readdir
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()
` [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
[RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
2023-09-04 9:18 UTC (11+ messages)
[PATCH v2 1/2] mm/vmalloc: Add a safer version of find_vm_area() for debug
2023-09-04 8:29 UTC (8+ messages)
` [PATCH v2 2/2] rcu: Dump vmalloc memory info safely
[syzbot] [gfs2?] INFO: task hung in write_cache_pages (3)
2023-09-04 7:28 UTC
[PATCH v2 0/5] memfd: cleanups for vm.memfd_noexec
2023-09-04 7:09 UTC (5+ messages)
` [PATCH v2 3/5] memfd: improve userspace warnings for missing exec-related flags
[RFC PATCH 0/3] Reduce NUMA balance caused TLB-shootdowns in a VM
2023-09-04 7:03 UTC (4+ messages)
` [RFC PATCH 3/3] KVM: x86/mmu: skip zap maybe-dma-pinned pages for NUMA migration
[PATCH v3] mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
2023-09-03 23:41 UTC (2+ messages)
[PATCH v6 0/7] Optimize mremap during mutual alignment within PMD
2023-09-03 15:13 UTC (8+ messages)
` [PATCH v6 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
` [PATCH v6 2/7] mm/mremap: Allow moves within the same VMA for stack moves
` [PATCH v6 3/7] selftests: mm: Fix failure case when new remap region was not found
` [PATCH v6 4/7] selftests: mm: Add a test for mutually aligned moves > PMD size
` [PATCH v6 5/7] selftests: mm: Add a test for remapping to area immediately after existing mapping
` [PATCH v6 6/7] selftests: mm: Add a test for remapping within a range
` [PATCH v6 7/7] selftests: mm: Add a test for moving from an offset from start of mapping
Unintentional 24 byte hole in mm_struct reducing objs_per_slab
2023-09-03 11:31 UTC
[PATCH v2 0/9] x86/clear_huge_page: multi-page clearing
2023-09-03 8:14 UTC (2+ messages)
[RFC PATCH net-next 0/3] sock: Be aware of memcg pressure on alloc
2023-09-03 4:54 UTC (6+ messages)
` [RFC PATCH net-next 1/3] sock: Code cleanup on __sk_mem_raise_allocated()
` [RFC PATCH net-next 2/3] net-memcg: Record pressure level when under pressure
` [RFC PATCH net-next 3/3] sock: Throttle pressure-aware sockets "
` "
[PATCH 1/2] mm/vmalloc: Add a safer version of find_vm_area() for debug
2023-09-03 2:05 UTC (5+ messages)
` [PATCH 2/2] rcu: Dump vmalloc memory info safely
[PATCH RFC] delayacct: add memory reclaim delay in get_page_from_freelist
2023-09-02 23:44 UTC (3+ messages)
[PATCH 0/2] zram: support for specific numa node for zram
2023-09-02 22:55 UTC (4+ messages)
` [PATCH 1/2] zram: add a parameter "node_id" "
` [PATCH 2/2] zram: take the benefit of kvzalloc_node
6.6/regression/bisected - after commit a349d72fd9efc87c8fd1d16d3164752d84a7275b system stopped booting
2023-09-02 15:50 UTC (9+ messages)
[PATCH] mm/pagewalk: fix bootstopping regression from extra pte_unmap()
2023-09-02 15:29 UTC
[PATCH gmem FIXUP] mm, compaction: make testing mapping_unmovable() safe
2023-09-02 13:59 UTC (3+ messages)
[PATCH] mm, memcg: expose swapcache stat for memcg v1
2023-09-02 10:07 UTC
[PATCH] mm/memory_hotplug: Fix spelling mistake "reintialization" -> "reinitialization"
2023-09-02 10:05 UTC
[PATCH] mm/khugepaged: make reserved memory adaptively
2023-09-02 5:26 UTC
[GIT PULL] percpu changes for v6.6-rc1
2023-09-01 23:19 UTC (2+ messages)
[linux-next:master 13230/13643] arch/riscv/errata/andes/errata.c:46:14: warning: result of comparison of constant 9223372036854811205 with expression of type 'unsigned long' is always true
2023-09-01 21:57 UTC
[PATCH] mm/khugepaged: increase transparent_hugepage_recommend_disable parameter to disable active modification of min_free_kbytes
2023-09-01 17:29 UTC (4+ messages)
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-09-01 16:46 UTC (3+ messages)
[PATCH v6 22/38] riscv: Implement the new page table range API
2023-09-01 16:25 UTC (2+ messages)
[PATCH v3 0/6] Fixes and cleanups to compaction
2023-09-01 15:51 UTC (7+ messages)
` [PATCH v3 3/6] mm/compaction: correctly return failure with bogus compound_order in strict mode
` [PATCH v3 2/6] mm/compaction: call list_is_{first}/{last} more intuitively in move_freelist_{head}/{tail}
` [PATCH v3 4/6] mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation_suitable
` [PATCH v3 6/6] mm/compaction: factor out code to test if we should run compaction for target order
[PATCH 00/15] stackdepot: allow evicting stack traces
2023-09-01 13:06 UTC (3+ messages)
` [PATCH 12/15] stackdepot: add refcount for records
[linux-next:master 11548/13643] drivers/dma/fsl-edma-main.c:61:16: sparse: sparse: cast removes address space '__iomem' of expression
2023-09-01 11:30 UTC
[PATCH v2 5/6] maple_tree: Update check_forking() and bench_forking()
2023-09-01 10:58 UTC (3+ messages)
[linux-next:master 11586/13643] fs/debugfs/file.c:942:9: sparse: sparse: incompatible types in comparison expression (different address spaces):
2023-09-01 9:45 UTC
[linux-next:master 13230/13643] arch/riscv/errata/andes/errata.c:29:23: error: storage size of 'ret' isn't known
2023-09-01 8:34 UTC (11+ messages)
` [WARNING: ATTACHMENT UNSCANNED]Re: "
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-09-01 8:23 UTC (5+ messages)
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
[PATCH v2 0/5] Optimize mmap_exit for large folios
2023-09-01 4:36 UTC (5+ messages)
` [PATCH v2 4/5] mm: Refector release_pages()
[linux-next:master] BUILD REGRESSION a47fc304d2b678db1a5d760a7d644dac9b067752
2023-08-31 19:50 UTC
[PATCH v2 0/2] maple_tree: mas_wr_append() fix ups
2023-08-31 19:01 UTC (10+ messages)
` [PATCH v2 1/2] maple_tree: Disable mas_wr_append() when other readers are possible
[GIT PULL] non-MM updates for 6.6-rc1
2023-08-31 18:46 UTC (4+ messages)
[PATCH v2 6/9] x86/clear_huge_page: multi-page clearing
2023-08-31 18:26 UTC (2+ messages)
[PATCH v5 00/45] use refcount+RCU method to implement lockless slab shrink
2023-08-31 16:41 UTC (3+ messages)
` [PATCH v5 03/45] binder: dynamically allocate the android-binder shrinker
[PATCH v3 4/4] mm: memcg: use non-unified stats flushing for userspace reads
2023-08-31 16:40 UTC (3+ messages)
[linux-next:master 8811/11214] arch/x86/pci/amd_bus.c:59:16: sparse: sparse: cast truncates bits from constant value (fcffffffff becomes ffffffff)
2023-08-31 16:28 UTC (2+ messages)
[linux-next:master 13198/13643] drivers/parisc/sba_iommu.c:1900:32: warning: variable 'root' set but not used
2023-08-31 15:59 UTC
[PATCH 0/3] Use nth_page() in place of direct struct page manipulation
2023-08-31 15:37 UTC (7+ messages)
` [PATCH 1/3] mm: use "
` [PATCH 2/3] fs: "
` [PATCH 2/3] "
LSM hook ordering in shmem_mknod() and shmem_tmpfile()?
2023-08-31 15:26 UTC (5+ messages)
BUG: KCSAN: data-race in folio_batch_move_lru / mpage_read_end_io
2023-08-31 14:52 UTC (2+ messages)
[RFC PATCH] Introduce persistent memory pool
2023-08-31 14:18 UTC (11+ messages)
[linux-next:pending-fixes] BUILD SUCCESS caed158a50c7a877da046e89b8c2cbc69079ac8e
2023-08-31 14:11 UTC
[PATCH v7 9/9] swiotlb: search the software IO TLB only if the device makes use of it
2023-08-31 12:51 UTC (2+ messages)
some works in 2023
2023-08-31 11:57 UTC (2+ messages)
[v3 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
2023-08-31 10:28 UTC (9+ messages)
` [v3 4/4] "
` [External] "
` [External] "
[PATCH v3 0/4] cleanups for lockless slab shrink
2023-08-31 9:50 UTC (2+ messages)
[PATCH] selftests/mm: gup_longterm: fix a resource leak
2023-08-31 9:31 UTC
[PATCH 00/12] Batch hugetlb vmemmap modification operations
2023-08-31 9:26 UTC (7+ messages)
` [PATCH 10/12] hugetlb: batch PMD split for bulk vmemmap dedup
[PATCH 3/3] mm: memcg: use non-unified stats flushing for userspace reads
2023-08-31 9:05 UTC (11+ 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