[PATCH V2 0/3] selftests/mm: Fix virtual address range for
2023-03-23 6:01 UTC (2+ messages)
` [PATCH 1/3] selftests/mm: Change MAP_CHUNK_SIZE
[linux-next:master 5432/6100] include/linux/mmzone.h:1749:2: error: #error Allocator MAX_ORDER exceeds SECTION_SIZE
2023-03-23 5:42 UTC
[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
2023-03-23 5:37 UTC (20+ messages)
[linux-next:master 5004/6100] kismet: WARNING: unmet direct dependencies detected for PM_GENERIC_DOMAINS when selected by DRM_MSM
2023-03-23 5:32 UTC
[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
2023-03-23 5:16 UTC (14+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock
` [RFC PATCH 2/7] memcg: do not disable interrupts when holding stats_flush_lock
` [RFC PATCH 3/7] cgroup: rstat: remove cgroup_rstat_flush_irqsafe()
` [RFC PATCH 4/7] memcg: sleep during flushing stats in safe contexts
` [RFC PATCH 5/7] vmscan: memcg: sleep when flushing stats during reclaim
` [RFC PATCH 6/7] workingset: memcg: sleep when flushing stats in workingset_refault()
` [RFC PATCH 7/7] memcg: do not modify rstat tree for zero updates
[PATCH v2 0/3] Ignore non-LRU-based reclaim in memcg reclaim
2023-03-23 4:05 UTC (2+ messages)
[PATCH v2 0/3] userfaultfd: convert userfaultfd functions to use folios
2023-03-23 3:44 UTC (3+ messages)
[PATCH v7 0/4] convert read_kcore(), vread() to use iterators
2023-03-23 2:52 UTC (6+ messages)
` [PATCH v7 1/4] fs/proc/kcore: avoid bounce buffer for ktext data
` [PATCH v7 2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH v7 3/4] iov_iter: add copy_page_to_iter_nofault()
` [PATCH v7 4/4] mm: vmalloc: convert vread() to vread_iter()
[PATCH] mm: kfence: fix handling discontiguous page
2023-03-23 2:50 UTC
[akpm-mm:mm-unstable 288/290] mm/vmalloc.c:3448:8: warning: no previous prototype for function 'zero_iter'
2023-03-23 2:48 UTC
[linus:master] [migrate_pages] 7e12beb8ca: vm-scalability.throughput -3.4% regression
2023-03-23 1:53 UTC (6+ messages)
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-03-23 1:27 UTC (9+ messages)
[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
2023-03-23 0:41 UTC (4+ messages)
[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
2023-03-22 22:03 UTC (3+ messages)
` FW: "
[akpm-mm:mm-unstable 282/290] mm/mmap.c:939:11: warning: variable 'next' is used uninitialized whenever 'if' condition is false
2023-03-22 20:53 UTC (2+ messages)
[PATCH v2 00/14] mm: move core MM initialization to mm/mm_init.c
2023-03-22 20:26 UTC (34+ messages)
` [PATCH v2 01/14] mips: fix comment about pgtable_init()
` [PATCH v2 02/14] mm/page_alloc: add helper for checking if check_pages_enabled
` [PATCH v2 03/14] mm: move most of core MM initialization to mm/mm_init.c
` [PATCH v2 04/14] mm: handle hashdist initialization in mm/mm_init.c
` [PATCH v2 05/14] mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()
` [PATCH v2 06/14] init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()
` [PATCH v2 07/14] init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()
` [PATCH v2 08/14] mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()
` [PATCH v2 09/14] mm: move init_mem_debugging_and_hardening() to mm/mm_init.c
` [PATCH v2 10/14] init,mm: fold late call to page_ext_init() to page_alloc_init_late()
` [PATCH v2 11/14] mm: move mem_init_print_info() to mm_init.c
` [PATCH v2 12/14] mm: move kmem_cache_init() declaration to mm/slab.h
` [PATCH v2 13/14] mm: move vmalloc_init() declaration to mm/internal.h
` [PATCH v2 14/14] MAINTAINERS: extend memblock entry to include MM initialization
[PATCH v5 0/4] further cleanup of vma_merge()
2023-03-22 20:19 UTC (5+ messages)
` [PATCH v5 1/4] mm/mmap/vma_merge: further improve prev/next VMA naming
` [PATCH v5 2/4] mm/mmap/vma_merge: fold curr, next assignment logic
` [PATCH v5 3/4] mm/mmap/vma_merge: explicitly assign res, vma, extend invariants
` [PATCH v5 4/4] mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
[PATCH v4 0/4] further cleanup of vma_merge()
2023-03-22 20:09 UTC (6+ messages)
` [PATCH v4 1/4] mm/mmap/vma_merge: further improve prev/next VMA naming
` [PATCH v4 2/4] mm/mmap/vma_merge: fold curr, next assignment logic
` [PATCH v4 3/4] mm/mmap/vma_merge: explicitly assign res, vma, extend invariants
` [PATCH v4 4/4] mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
[PATCH v2 0/4] convert read_kcore(), vread() to use iterators
2023-03-22 19:15 UTC (7+ messages)
` [PATCH v2 2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock
[RFC v2 0/5] remove page_endio()
2023-03-22 19:09 UTC (8+ messages)
` [RFC v2 1/5] zram: remove zram_page_end_io function
` [RFC v2 2/5] orangefs: use folios in orangefs_readahead
` [RFC v2 3/5] mpage: split bi_end_io callback for reads and writes
` [RFC v2 4/5] mpage: use folios in bio end_io handler
` [RFC v2 5/5] filemap: remove page_endio()
[RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
2023-03-22 18:49 UTC (11+ messages)
` [RFC PATCH 00/28] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
` [RFC PATCH] iov_iter: Add an iterator-of-iterators
[PATCH v6 0/4] convert read_kcore(), vread() to use iterators
2023-03-22 18:36 UTC (7+ messages)
` [PATCH v6 1/4] fs/proc/kcore: avoid bounce buffer for ktext data
` [PATCH v6 2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH v6 3/4] iov_iter: add copy_page_to_iter_nofault()
` [PATCH v6 4/4] mm: vmalloc: convert vread() to vread_iter()
[akpm-mm:mm-unstable 288/290] mm/vmalloc.c:3448:8: warning: no previous prototype for 'zero_iter'
2023-03-22 18:28 UTC
[PATCH -next v6 0/2] Delay the initialization of zswap
2023-03-22 17:17 UTC (4+ messages)
` [PATCH -next v6 1/2] mm/zswap: skip invalid or unchanged parameter
` [PATCH -next v6 2/2] mm/zswap: delay the initializaton of zswap
[PATCH] loongarch: drop ranges for definition of ARCH_FORCE_MAX_ORDER
2023-03-22 17:14 UTC (3+ messages)
[PATCH] mips: drop ranges for definition of ARCH_FORCE_MAX_ORDER
2023-03-22 17:14 UTC (5+ messages)
[PATCH v2 0/6] use canonical ftrace path whenever possible
2023-03-22 16:52 UTC (3+ messages)
[PATCH] mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
2023-03-22 16:49 UTC (5+ messages)
[PATCH] mm: prefer xxx_page() alloc/free functions for order-0 pages
2023-03-22 16:22 UTC (2+ messages)
[RFC] memcg v1: provide read access to memory.pressure_level
2023-03-22 16:00 UTC (3+ messages)
[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
2023-03-22 15:45 UTC (5+ messages)
[PATCH v3 0/4] further cleanup of vma_merge()
2023-03-22 15:38 UTC (14+ messages)
` [PATCH v3 1/4] mm/mmap/vma_merge: further improve prev/next VMA naming
` [PATCH v3 2/4] mm/mmap/vma_merge: fold curr, next assignment logic
` [PATCH v3 3/4] mm/mmap/vma_merge: explicitly assign res, vma, extend invariants
` [PATCH v3 4/4] mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
[linux-next:master] BUILD SUCCESS WITH WARNING 0aa250ce67a2697327415132a0aa4e9f1f0fe000
2023-03-22 15:03 UTC
[PATCH v2 01/14] mips: fix comment about pgtable_init()
2023-03-22 14:49 UTC (2+ messages)
[PATCH 0/5] Split a folio to any lower order folios
2023-03-22 14:48 UTC (5+ messages)
` [PATCH 3/5] mm: thp: split huge page to any lower order pages
[RFC PATCH 0/6] variable-order, large folios for anonymous memory
2023-03-22 14:25 UTC (11+ messages)
` [RFC PATCH 4/6] mm: Implement folio_add_new_anon_rmap_range()
` [RFC PATCH 6/6] WORKAROUND: Don't split large folios on madvise
[PATCH v7 00/13] fold per-CPU vmstats remotely
2023-03-22 14:20 UTC (11+ messages)
` [PATCH v7 01/13] vmstat: allow_direct_reclaim should use zone_page_state_snapshot
[PATCH v5 0/4] convert read_kcore(), vread() to use iterators
2023-03-22 14:18 UTC (5+ messages)
` [PATCH v5 1/4] fs/proc/kcore: avoid bounce buffer for ktext data
` [PATCH v5 2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH v5 3/4] iov_iter: add copy_page_to_iter_nofault()
` [PATCH v5 4/4] mm: vmalloc: convert vread() to vread_iter()
[PATCH] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
2023-03-22 14:11 UTC (3+ messages)
[PATCH v4 0/7] introduce vm_flags modifier functions
2023-03-22 13:48 UTC (3+ messages)
[PATCH v4 0/4] convert read_kcore(), vread() to use iterators
2023-03-22 13:43 UTC (16+ messages)
` [PATCH v4 2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH v4 3/4] iov_iter: add copy_page_to_iter_atomic()
` [PATCH v4 4/4] mm: vmalloc: convert vread() to vread_iter()
[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
2023-03-22 13:30 UTC (6+ messages)
[PATCHv16 00/17] Linear Address Masking enabling
2023-03-22 12:48 UTC (5+ messages)
[PATCH 00/10] Fix confusion around MAX_ORDER
2023-03-22 12:20 UTC (6+ messages)
` [PATCH 09/10] iommu: Fix MAX_ORDER usage in __iommu_dma_alloc_pages()
` [PATCH 10/10] mm, treewide: Redefine MAX_ORDER sanely
[PATCH mm-unstable v1] selftests/vm: cow: Add COW tests for collapsing of PTE-mapped anon THP
2023-03-22 11:42 UTC (3+ messages)
[PATCH v4 0/4] Add overflow checks for several syscalls
2023-03-22 11:27 UTC (10+ messages)
` [PATCH v4 1/4] mm/mlock: return EINVAL if len overflows for mlock/munlock
[RFC PATCH v2 0/2] Providing mount in memfd_restricted() syscall
2023-03-22 11:19 UTC (3+ messages)
` [RFC PATCH v2 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
[linux-next:master 3778/4413] include/linux/mmzone.h:1749:2: error: #error Allocator MAX_ORDER exceeds SECTION_SIZE
2023-03-22 10:01 UTC (7+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 01078db9d6580a65008c607c1eb0d2b04eea65a4
2023-03-22 9:57 UTC
[PATCH v2 0/4] further cleanup of vma_merge()
2023-03-22 9:16 UTC (9+ messages)
` [PATCH v2 2/4] mm/mmap/vma_merge: set next to NULL if not applicable
` [PATCH v2 3/4] mm/mmap/vma_merge: extend invariants, avoid invalid res, vma
` [PATCH v2 4/4] mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
[PATCH V5 1/2] mm: compaction: move compaction sysctl to its own file
2023-03-22 8:35 UTC (2+ messages)
[PATCH] memcg: page_cgroup_ino() get memcg from compound_head(page)
2023-03-22 6:52 UTC (12+ messages)
LSF/MM/BPF 2023 IOMAP conversion status update
2023-03-22 6:34 UTC (4+ messages)
` [RFCv1][WIP] ext2: Move direct-io to use iomap
[PATCHv2] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
2023-03-22 6:23 UTC (2+ messages)
[PATCH V6 1/2] mm: compaction: move compaction sysctl to its own file
2023-03-22 3:08 UTC
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