[PATCH 0/5] Remove the XFS mrlock
2023-09-07 17:47 UTC (5+ messages)
` [PATCH 1/5] locking: Add rwsem_is_write_locked()
` [PATCH 2/5] mm: Use rwsem_is_write_locked in mmap_assert_write_locked
` [PATCH 3/5] xfs: Use rwsem_is_write_locked()
` [PATCH 5/5] xfs: Stop using lockdep to assert that locks are held
[PATCH 0/2] fs: fixes for multigrain ctime code
2023-09-07 16:33 UTC (3+ messages)
` [PATCH 1/2] fs: initialize inode->__i_ctime to the epoch
` [PATCH 2/2] fs: don't update the atime if existing atime is newer than "now"
[PATCH 0/3] Do not map unaccepted memory
2023-09-07 15:51 UTC (15+ messages)
` [PATCH 1/3] proc/vmcore: "
` [PATCH 2/3] proc/kcore: "
` [PATCH 3/3] /dev/mem: "
[PATCH] mm, memcg: expose swapcache stat for memcg v1
2023-09-07 15:24 UTC (2+ messages)
[PATCH] maple_tree: use GFP_KERNEL on mas_node_count
2023-09-07 14:49 UTC (6+ messages)
[linux-next:master] BUILD REGRESSION cd04b2fab5ee58862674e9bab3cbc8e9a8576845
2023-09-07 14:31 UTC
Kernel crash during ltp(min_free_kbytes) test run (zone_reclaimable_pages)
2023-09-07 14:22 UTC
[PATCH] docs/mm: Physical Memory: add "Memory map" section
2023-09-07 14:20 UTC (8+ messages)
[PATCH v3 0/4] riscv: tlb flush improvements
2023-09-07 13:47 UTC (15+ messages)
` [PATCH v3 4/4] riscv: Improve flush_tlb_kernel_range()
[RFC PATCH v4] mm/slub: Optimize slub memory usage
2023-09-07 13:42 UTC (5+ messages)
[PATCH 1/2] kmsan: simplify kmsan_internal_memmove_metadata()
2023-09-07 13:06 UTC (2+ messages)
` [PATCH 2/2] kmsan: prevent optimizations in memcpy tests
[linux-next:pending-fixes] BUILD SUCCESS 4945171c168f291e31b55acfd30748af9a38e5a1
2023-09-07 12:52 UTC
Subject: [PATCH v2] slab: kmalloc_size_roundup() must not return 0 for non-zero size
2023-09-07 12:42 UTC
[PATCH RFC] delayacct: add memory reclaim delay in get_page_from_freelist
2023-09-07 11:52 UTC (6+ messages)
[PATCH v7 9/9] swiotlb: search the software IO TLB only if the device makes use of it
2023-09-07 11:12 UTC (3+ messages)
[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-09-07 10:31 UTC (3+ messages)
` [PATCH RFC v9 47/51] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
[v4 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
2023-09-07 10:14 UTC (11+ messages)
` [v4 1/4] mm: hugetlb_vmemmap: Use nid of the head page to reallocate it
` [v4 2/4] memblock: pass memblock_type to memblock_setclr_flag
` [v4 3/4] memblock: introduce MEMBLOCK_RSRV_NOINIT flag
` [v4 4/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
` [External] "
[linus:master] [tmpfs] d48c339729: ltp.mount03.fail
2023-09-07 10:08 UTC (2+ messages)
[PATCH v2 0/9] Mitigate a vmap lock contention v2
2023-09-07 9:58 UTC (23+ messages)
` [PATCH v2 1/9] mm: vmalloc: Add va_alloc() helper
` [PATCH v2 2/9] mm: vmalloc: Rename adjust_va_to_fit_type() function
` [PATCH v2 3/9] mm: vmalloc: Move vmap_init_free_space() down in vmalloc.c
` [PATCH v2 4/9] mm: vmalloc: Remove global vmap_area_root rb-tree
` [PATCH v2 6/9] mm: vmalloc: Offload free_vmap_area_lock lock
[PATCH v3 1/2] mm/vmalloc: Add a safer version of find_vm_area() for debug
2023-09-07 9:23 UTC (14+ messages)
` [PATCH v3 2/2] rcu: Dump vmalloc memory info safely
[PATCH] slab: kmalloc_size_roundup() must not return 0 for non-zero size
2023-09-07 8:55 UTC (5+ messages)
[PATCH v2 00/11] Batch hugetlb vmemmap modification operations
2023-09-07 6:58 UTC (25+ messages)
` [PATCH v2 06/11] hugetlb: perform vmemmap optimization on a list of pages
` [PATCH v2 07/11] hugetlb: perform vmemmap restoration "
` [PATCH v2 08/11] hugetlb: batch freeing of vmemmap pages
` [PATCH v2 09/11] hugetlb: batch PMD split for bulk vmemmap dedup
` [External] "
` [External] "
` [PATCH v2 10/11] hugetlb: batch TLB flushes when freeing vmemmap
` [PATCH v2 11/11] hugetlb: batch TLB flushes when restoring vmemmap
[PATCH] mm: hugetlb_vmemmap: allow alloc vmemmap pages fallback to other nodes
2023-09-07 6:37 UTC (2+ messages)
[PATCH resend] mm: hugetlb_vmemmap: use bulk allocator in alloc_vmemmap_page_list()
2023-09-07 6:35 UTC (10+ messages)
[PATCH] mm: vmscan: fix get_swappiness() return value type
2023-09-07 4:50 UTC (2+ messages)
[PATCH 00/11] mm/damon: misc fixups for documents, comments and its tracepoint
2023-09-07 2:29 UTC (12+ messages)
` [PATCH 01/11] Docs/admin-guide/mm/damon/usage: fixup missed :ref: keyword
` [PATCH 02/11] Docs/admin-guide/mm/damon/usage: place debugfs usage at the bottom
` [PATCH 03/11] Docs/admin-guide/mm/damon/usage: move debugfs intro to the bottom of the section
` [PATCH 04/11] Docs/mm/damon/design: explicitly introduce ``nr_accesses``
` [PATCH 05/11] Docs/admin-guide/mm/damon/usage: explain the format of damon_aggregate tracepoint
` [PATCH 06/11] Docs/mm/damon/design: add a section for kdamond and DAMON context
` [PATCH 07/11] Docs/admin-guide/mm/damon/usage: link design doc for details of kdamond and context
` [PATCH 08/11] mm/damon/core: fix a comment about damon_set_attrs() call timings
` [PATCH 09/11] mm/damon/core: add more comments for nr_accesses
` [PATCH 10/11] mm/damon/core: remove duplicated comment for watermarks-based deactivation
` [PATCH 11/11] mm/damon/core: remove 'struct target *' parameter from damon_aggregated tracepoint
[PATCH v2] fs: binfmt_elf_efpic: fix personality for ELF-FDPIC
2023-09-07 1:18 UTC
[PATCH] fs: binfmt_elf_efpic: fix personality for fdpic ELF
2023-09-07 1:10 UTC (4+ messages)
[PATCH v6] mm/filemap: remove hugetlb special casing in filemap.c
2023-09-07 0:18 UTC (4+ messages)
kmemleak handling of kfree_rcu
2023-09-06 23:10 UTC (12+ messages)
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-09-06 22:10 UTC (5+ messages)
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
[PATCH 2/7] poll: Add a poll_flags for poll_queue_proc()
2023-09-06 20:53 UTC (3+ messages)
[PATCH v2 0/2] maple_tree: mas_wr_append() fix ups
2023-09-06 19:06 UTC (8+ messages)
` [PATCH v2 1/2] maple_tree: Disable mas_wr_append() when other readers are possible
[syzbot] [mm?] kernel BUG in filemap_unaccount_folio
2023-09-06 18:51 UTC
[BUG kernel-5.15] aarch64: __pi_strncmp() out-of-bound error
2023-09-06 18:07 UTC (7+ messages)
[PATCH v2 0/5] Use nth_page() in place of direct struct page manipulation
2023-09-06 17:46 UTC (9+ messages)
` [PATCH v2 1/5] mm/cma: use "
` [PATCH v2 2/5] mm/hugetlb: "
` [PATCH v2 3/5] mm/memory_hotplug: "
` [PATCH v2 4/5] fs: "
` [PATCH v2 5/5] mips: "
[linux-next:master] BUILD REGRESSION 66d9573193967138cd12e232d4b5bc2b57e0d1ac
2023-09-06 17:38 UTC
[PATCH v33 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-09-06 16:06 UTC (3+ messages)
[PATCH] LoongArch: Clear invalid tlb when set huge page PTE entry
2023-09-06 15:05 UTC
[PATCH] mm: make __GFP_SKIP_ZERO visible to skip zero operation
2023-09-06 14:17 UTC (8+ messages)
[PATCH -rfc 0/3] mm: kasan: fix softlock when populate or depopulate pte
2023-09-06 12:42 UTC (4+ messages)
` [PATCH -rfc 1/3] mm: kasan: shadow: add cond_resched() in kasan_populate_vmalloc_pte()
` [PATCH -rfc 2/3] mm: kasan: shadow: move free_page() out of page table lock
` [PATCH -rfc 3/3] mm: kasan: shadow: HACK: add cond_resched_lock() in kasan_depopulate_vmalloc_pte()
[linux-next:pending-fixes] BUILD SUCCESS 6baaafdd4b672b87ee4338bba5daef0b20ec05d4
2023-09-06 12:22 UTC
[syzbot] [mm?] kernel BUG in vma_replace_policy
2023-09-06 12:06 UTC (3+ messages)
` [PATCH] mm: as the same logic with queue_pages_range
[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-09-06 11:23 UTC (7+ messages)
[RFC PATCH 00/14] Rearrange batched folio freeing
2023-09-06 10:23 UTC (7+ messages)
getting rid of the last memory modifitions through gup(FOLL_GET)
2023-09-06 9:42 UTC (2+ messages)
[PATCH] mm/mm_init.c: remove redundant pr_info when node is memoryless
2023-09-06 9:11 UTC
[linux-next:master 13273/13985] drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hwseq.c:1756 dcn20_program_pipe() error: we previously assumed 'pipe_ctx->plane_state' could be null (see line 1719)
2023-09-06 8:50 UTC
[PATCH] mm/vmscan: print err before panic
2023-09-06 8:37 UTC
[PATCH v3 2/2] kernel/fork: group allocation/free of per-cpu counters for mm struct
2023-09-06 8:25 UTC (2+ messages)
Smart Mobile Terminal Chip
2023-09-06 8:04 UTC
[PATCH gmem FIXUP] mm, compaction: make testing mapping_unmovable() safe
2023-09-06 8:00 UTC (3+ messages)
[PATCH] mm: hugetlb_vmemmap: avoid allocation failure message in alloc_vmemmap_page_list()
2023-09-06 7:29 UTC (5+ messages)
[PATCH 1/2] mm: hugetlb_vmemmap: fix hugetlb page number decrease failed on movable nodes
2023-09-06 7:25 UTC (4+ messages)
[PATCH] memfd: drop warning for missing exec-related flags
2023-09-06 7:13 UTC (2+ messages)
[PATCH v2 0/5] memfd: cleanups for vm.memfd_noexec
2023-09-06 6:58 UTC (6+ messages)
` [PATCH v2 3/5] memfd: improve userspace warnings for missing exec-related flags
[PATCH v3] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
2023-09-06 6:58 UTC (11+ messages)
` [EXTERNAL] "
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