linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-21 07:55:45 to 2023-03-22 13:48:11 UTC [more...]

[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  (17+ messages)
` [PATCH v4 1/4] fs/proc/kcore: avoid bounce buffer for ktext data
` [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()

[RFC PATCH 0/6] variable-order, large folios for anonymous memory
 2023-03-22 13:36 UTC  (10+ 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 13:35 UTC  (13+ messages)
` [PATCH v7 01/13] vmstat: allow_direct_reclaim should use zone_page_state_snapshot
` [PATCH v7 13/13] vmstat: add pcp remote node draining via cpu_vm_stats_fold

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-03-22 13:30 UTC  (6+ messages)

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

[RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES
 2023-03-22 13:10 UTC  (11+ messages)
  ` [RFC PATCH 00/28] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
    ` [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage

[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  (23+ messages)
` [PATCH 04/10] drm/i915: Fix MAX_ORDER usage in i915_gem_object_get_pages_internal()
` [PATCH 05/10] genwqe: Fix MAX_ORDER usage
` [PATCH 06/10] perf/core: Fix MAX_ORDER usage in rb_alloc_aux_page()
` [PATCH 07/10] mm/page_reporting: Fix MAX_ORDER usage in page_reporting_register()
` [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 v2 00/14] mm: move core MM initialization to mm/mm_init.c
 2023-03-22 11:38 UTC  (20+ 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 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  (4+ messages)
` [RFC PATCH v2 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v2 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd

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

[PATCH] mips: drop ranges for definition of ARCH_FORCE_MAX_ORDER
 2023-03-22 10:02 UTC  (4+ messages)

[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 -next v6 0/2] Delay the initialization of zswap
 2023-03-22 10:20 UTC  (3+ 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 v3 0/4] further cleanup of vma_merge()
 2023-03-22  9:28 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

[PATCH v2 0/4] further cleanup of vma_merge()
 2023-03-22  9:16 UTC  (10+ messages)
` [PATCH v2 1/4] mm/mmap/vma_merge: further improve prev/next VMA naming
` [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 0/5] Split a folio to any lower order folios
 2023-03-22  7:55 UTC  (3+ messages)
` [PATCH 3/5] mm: thp: split huge page to any lower order pages

[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  (5+ messages)

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

[linus:master] [migrate_pages] 7e12beb8ca: vm-scalability.throughput -3.4% regression
 2023-03-22  5:17 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-22  4:33 UTC  (2+ messages)
  ` FW: "

[PATCH V6 1/2] mm: compaction: move compaction sysctl to its own file
 2023-03-22  3:08 UTC 

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-22  2:32 UTC  (2+ messages)

[PATCH v4 0/5] batched remove rmap in try_to_unmap_one()
 2023-03-22  1:31 UTC  (6+ messages)

[PATCH v3 0/2] ACPI: APEI: handle synchronous exceptions with proper si_code
 2023-03-22  1:27 UTC  (3+ messages)

next-20230321: arm64: Unable to handle kernel paging request at virtual address
 2023-03-22  1:05 UTC  (5+ messages)

[PATCH 1/2] binfmt_elf_fdpic: support 64-bit systems
 2023-03-21 22:49 UTC  (2+ messages)

[PATCH] mm/hugetlb: Fix uffd wr-protection for CoW optimization path
 2023-03-21 21:41 UTC  (6+ messages)

[PATCH 04/13] Add a vmalloc_node_user function
 2023-03-21 21:21 UTC  (2+ messages)

kernel/stackleak.c:33:50: sparse: sparse: incorrect type in argument 3 (different address spaces)
 2023-03-21 20:17 UTC 

[PATCH] Add results of early memtest to /proc/meminfo
 2023-03-21 20:01 UTC  (4+ messages)
` [PATCH v2] "
` Re: [PATCH] "

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-21 19:25 UTC  (9+ messages)
` [PATCH v11 1/7] userfaultfd: Add UFFD WP Async support

[PATCH] MAINTAINERS: add myself as vmalloc reviewer
 2023-03-21 18:16 UTC  (2+ messages)

[PATCH] fs/drop_caches: move drop_caches sysctls into its own file
 2023-03-21 18:10 UTC  (7+ messages)

[PATCH v2 00/11] fold per-CPU vmstats remotely
 2023-03-21 17:31 UTC  (7+ messages)
` [PATCH v2 01/11] mm/vmstat: remove remote node draining

[syzbot] [jfs?] KASAN: invalid-free in sys_mount
 2023-03-21 17:09 UTC  (2+ messages)

[PATCH v2 00/14] mm: move core MM initialization to mm/mm_init.c
 2023-03-21 17:05 UTC  (2+ messages)

[PATCH] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
 2023-03-21 16:44 UTC  (2+ messages)

[PATCH] mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
 2023-03-21 16:43 UTC  (7+ messages)

[PATCH] fs/drop_caches: move drop_caches sysctls into its own file
 2023-03-21 16:42 UTC  (2+ messages)

DCD Connect New York-2023
 2023-03-21 16:22 UTC 

[linux-next:master] BUILD REGRESSION f3594f0204b756638267242e26d9de611435c3ba
 2023-03-21 16:00 UTC 

[linux-next:pending-fixes] BUILD SUCCESS a0d6a906c6a2e6054b6fa36e4657b17368577511
 2023-03-21 15:59 UTC 

[PATCH 1/5] brd: convert to folios
 2023-03-21 15:26 UTC  (2+ messages)

[PATCH V4 1/2] mm: compaction: move compaction sysctl to its own file
 2023-03-21 15:26 UTC  (2+ messages)

[PATCH v2 01/14] mips: fix comment about pgtable_init()
 2023-03-21 14:48 UTC  (2+ messages)
` [PATCH v2 02/14] mm/page_alloc: add helper for checking if check_pages_enabled

[linux-next:master 5032/5297] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/ABI/obsolete/sysfs-selinux-disable
 2023-03-21 14:47 UTC 

[RFC PATCH 0/3] convert page_endio to folio_endio
 2023-03-21 13:51 UTC  (7+ messages)
  ` [RFC PATCH 1/3] filemap: "

[PATCH v2 0/6] tmpfs: add the option to disable swap
 2023-03-21 11:37 UTC  (6+ messages)

[PATCH v4 00/36] New page table range API
 2023-03-21 11:30 UTC  (8+ messages)
` [PATCH v4 16/36] mips: Implement the new "

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-21 11:21 UTC  (5+ messages)
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op

[PATCH v10 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-03-21 10:59 UTC  (5+ messages)
` [PATCH v10 3/3] "

[PATCH] mm/slub: Reduce memory consumption in extreme scenarios
 2023-03-21  9:41 UTC  (9+ messages)

[PATCH] pinctrl: renesas: r8a7779: Add bias pinconf support
 2023-03-21  8:38 UTC  (2+ messages)

[PATCH v10 00/16] TDX host kernel support
 2023-03-21  8:05 UTC  (4+ messages)
` [PATCH v10 10/16] x86/virt/tdx: Allocate and set up PAMTs for TDMRs

[RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
 2023-03-16 19:01 UTC  (3+ messages)


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