linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v7 00/13] fold per-CPU vmstats remotely
 2023-03-23 13:30 UTC  (12+ messages)

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-03-23 13:19 UTC  (6+ messages)
` [RFCv1][WIP] ext2: Move direct-io to use iomap

[akpm-mm:mm-unstable 225/293] include/linux/compiler_types.h:397:45: error: call to '__compiletime_assert_357' declared with attribute error: BUILD_BUG_ON failed: ((14 + (14 - 3))-14) > -1
 2023-03-23 12:54 UTC 

[PATCH v8 0/4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-23 12:54 UTC  (10+ messages)
` [PATCH v8 2/4] mm: Introduce memblock_isolate_memory

[linux-next:pending-fixes] BUILD SUCCESS 2dc3fa9ff5523097a49b343941235a76ab04e6fb
 2023-03-23 12:50 UTC 

[PATCH v2 0/4] convert read_kcore(), vread() to use iterators
 2023-03-23 12:47 UTC  (8+ messages)
` [PATCH v2 2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock

[akpm-mm:mm-unstable 269/293] mm/mm_init.c:1386:33: warning: right shift count is negative
 2023-03-23 12:27 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-23 12:25 UTC  (5+ messages)
  ` FW: "
        ` RE(2): "

arch/sparc/mm/tsb.c:405:39: error: left shift count is negative
 2023-03-23 12:23 UTC  (4+ messages)

[PATCH 1/3] mm/mmap/vma_merge: actually set next to NULL if not applicable
 2023-03-23 12:06 UTC  (6+ messages)
` [PATCH 2/3] mm: vmalloc: fix vmap_ram_vread_iter() return value
` [PATCH 3/3] mm: vmalloc: mark zero_iter() static

[PATCH 0/5] selftests/mm: Implement support for arm64 on va
 2023-03-23 11:59 UTC  (8+ messages)
` [PATCH 1/5] selftests/mm: Add support for arm64 platform on va switch
` [PATCH 2/5] selftests/mm: Rename va_128TBswitch to va_high_addr_switch
` [PATCH 3/5] selftests/mm: Add platform independent in code comments
` [PATCH 4/5] selftests/mm: Configure nr_hugepages for arm64
` [PATCH 5/5] selftests/mm: Run hugetlb testcases of va switch

[PATCH 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-03-23 11:57 UTC  (21+ messages)
` [PATCH 01/14] arm: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
` [PATCH 03/14] arm64: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 04/14] csky: drop ARCH_FORCE_MAX_ORDER
` [PATCH 05/14] ia64: don't allow users to override ARCH_FORCE_MAX_ORDER
` [PATCH 06/14] m68k: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 07/14] nios2: "
` [PATCH 08/14] nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH 09/14] powerpc: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 10/14] powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH 11/14] sh: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 12/14] sh: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH 13/14] sparc: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 14/14] xtensa: "

[PATCH] mm: Return early in truncate_pagecache if newsize overflows
 2023-03-23 11:56 UTC  (2+ messages)

drivers/virtio/virtio_balloon.c:40:44: warning: left shift count is negative
 2023-03-23 11:51 UTC  (2+ messages)

arch/sparc/mm/tsb.c:405:39: error: left shift count is negative
 2023-03-23 11:42 UTC 

[PATCH v7 0/4] convert read_kcore(), vread() to use iterators
 2023-03-23 10:38 UTC  (9+ 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()

[RFC v2 0/5] remove page_endio()
 2023-03-23 10:35 UTC  (6+ messages)
    ` [RFC v2 4/5] mpage: use folios in bio end_io handler
    ` [RFC v2 1/5] zram: remove zram_page_end_io function

[PATCH v8 0/4] convert read_kcore(), vread() to use iterators
 2023-03-23 10:15 UTC  (5+ messages)
` [PATCH v8 1/4] fs/proc/kcore: avoid bounce buffer for ktext data
` [PATCH v8 2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH v8 3/4] iov_iter: add copy_page_to_iter_nofault()
` [PATCH v8 4/4] mm: vmalloc: convert vread() to vread_iter()

[v4 PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2023-03-23 10:11 UTC  (4+ messages)

[akpm-mm:mm-unstable 288/290] mm/vmalloc.c:3448:8: warning: no previous prototype for function 'zero_iter'
 2023-03-23  9:52 UTC  (2+ messages)

mm/mmap.c:939:11: error: variable 'next' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]
 2023-03-23  9:43 UTC  (2+ messages)

[PATCH] mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
 2023-03-23  8:36 UTC  (8+ messages)

next-20230323: arm64: vma_merge (mm/mmap.c:952 (discriminator 1)) - Unable to handle kernel paging request at virtual address 0000000000100111 -
 2023-03-23  8:31 UTC  (4+ messages)

[PATCH] mm: kfence: fix handling discontiguous page
 2023-03-23  8:28 UTC  (2+ messages)

[PATCH -next v6 0/2] Delay the initialization of zswap
 2023-03-23  8:04 UTC  (5+ messages)
` [PATCH -next v6 2/2] mm/zswap: delay the initializaton "

[linux-next:master 3778/4413] include/linux/mmzone.h:1749:2: error: #error Allocator MAX_ORDER exceeds SECTION_SIZE
 2023-03-23  7:24 UTC  (8+ messages)

[PATCH v2 00/14] mm: move core MM initialization to mm/mm_init.c
 2023-03-23  7:09 UTC  (29+ messages)
` [PATCH v2 03/14] mm: move most of "
` [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

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-23  6:56 UTC  (22+ messages)

[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
 2023-03-23  6:33 UTC  (15+ 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] selftests/mm: Fix virtual address range for
 2023-03-23  6:01 UTC  (4+ messages)
` [PATCH 1/3] selftests/mm: Change MAP_CHUNK_SIZE
` [PATCH 2/3] selftests/mm: Change NR_CHUNKS_HIGH for aarch64
` [PATCH 3/3] selftests/mm: Set overcommit_policy as OVERCOMMIT_ALWAYS

[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 

[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 

[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)

[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)

[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 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

[RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
 2023-03-22 18:49 UTC  (10+ 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] loongarch: drop ranges for definition of ARCH_FORCE_MAX_ORDER
 2023-03-22 17:14 UTC  (2+ messages)

[PATCH] mips: drop ranges for definition of ARCH_FORCE_MAX_ORDER
 2023-03-22 17:14 UTC  (2+ messages)

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-22 16:52 UTC  (3+ 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  (10+ 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  (4+ messages)

[PATCH v5 0/4] convert read_kcore(), vread() to use iterators
 2023-03-22 14:18 UTC  (4+ messages)
` [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()

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox