linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-20 11:00:13 to 2023-03-21 17:19:49 UTC [more...]

[PATCH] fs/drop_caches: move drop_caches sysctls into its own file
 2023-03-21 17:19 UTC  (6+ messages)

[PATCH v2 00/14] mm: move core MM initialization to mm/mm_init.c
 2023-03-21 17:05 UTC  (15+ 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

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

next-20230321: arm64: Unable to handle kernel paging request at virtual address
 2023-03-21 16:59 UTC  (4+ messages)

[PATCHv2] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
 2023-03-21 16:53 UTC  (4+ 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)

[PATCH 00/10] Fix confusion around MAX_ORDER
 2023-03-21 16:38 UTC  (26+ messages)
` [PATCH 01/10] sparc/mm: Fix MAX_ORDER usage in tsb_grow()
` [PATCH 02/10] um: Fix MAX_ORDER usage in linux_main()
` [PATCH 03/10] floppy: Fix MAX_ORDER usage
` [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

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 00/11] fold per-CPU vmstats remotely
 2023-03-21 15:20 UTC  (6+ messages)
` [PATCH v2 01/11] mm/vmstat: remove remote node draining

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

[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 03/28] tcp: Support MSG_SPLICE_PAGES
 2023-03-21 14:22 UTC  (7+ messages)
  ` [RFC PATCH 00/28] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)

[PATCH v4 0/4] Add overflow checks for several syscalls
 2023-03-21 14:19 UTC  (7+ messages)
` [PATCH v4 1/4] mm/mlock: return EINVAL if len overflows for mlock/munlock

[PATCH v4 0/5] batched remove rmap in try_to_unmap_one()
 2023-03-21 14:17 UTC  (5+ messages)

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

[PATCH v7 00/13] fold per-CPU vmstats remotely
 2023-03-20 20:43 UTC  (19+ messages)
` [PATCH v7 01/13] vmstat: allow_direct_reclaim should use zone_page_state_snapshot
` [PATCH v7 02/13] this_cpu_cmpxchg: ARM64: switch this_cpu_cmpxchg to locked, add _local function
` [PATCH v7 03/13] this_cpu_cmpxchg: loongarch: "
` [PATCH v7 04/13] this_cpu_cmpxchg: S390: "
` [PATCH v7 05/13] this_cpu_cmpxchg: x86: "
` [PATCH v7 06/13] add this_cpu_cmpxchg_local and asm-generic definitions
` [PATCH v7 07/13] convert this_cpu_cmpxchg users to this_cpu_cmpxchg_local
` [PATCH v7 08/13] mm/vmstat: switch counter modification to cmpxchg
` [PATCH v7 09/13] vmstat: switch per-cpu vmstat counters to 32-bits
` [PATCH v7 10/13] mm/vmstat: use xchg in cpu_vm_stats_fold
` [PATCH v7 11/13] mm/vmstat: switch vmstat shepherd to flush per-CPU counters remotely
` [PATCH v7 12/13] mm/vmstat: refresh stats remotely instead of via work item
` [PATCH v7 13/13] vmstat: add pcp remote node draining via cpu_vm_stats_fold

[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  (19+ messages)
` [PATCH v4 16/36] mips: Implement the new "
` [PATCH v4 35/36] mm: Convert do_set_pte() to set_pte_range()

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-21 11:21 UTC  (11+ messages)
` [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations

[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] Add results of early memtest to /proc/meminfo
 2023-03-21 10:58 UTC  (3+ messages)
` [PATCH v2] "
` Re: [PATCH] "

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

[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

LSFMMBPF proposal [MM]: Eliminate vmap/vmalloc lock contention
 2023-03-21  7:48 UTC  (2+ messages)

[PATCH v5 0/4] Add overflow checks for several syscalls
 2023-03-21  7:40 UTC  (5+ messages)
` [PATCH v5 1/4] mm/mlock: return EINVAL if len overflows for mlock/munlock
` [PATCH v5 2/4] mm/mempolicy: return EINVAL for if len overflows for set_mempolicy_home_node
` [PATCH v5 3/4] mm/mempolicy: return EINVAL if len overflows for mbind
` [PATCH v5 4/4] mm/msync: return ENOMEM if len overflows for msync

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

[PATCH] mm: kfence: fix PG_slab and memcg_data clearing
 2023-03-21  7:04 UTC  (5+ messages)

[PATCH v3] mm: memory-failure: Move memory failure sysctls to its own file
 2023-03-21  6:54 UTC  (3+ messages)

[linux-next:master 5031/5297] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/ABI/obsolete/sysfs-selinux-checkreqprot
 2023-03-21  5:52 UTC 

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

[PATCH v7 0/5] shoot lazy tlbs (lazy tlb refcount scalability improvement)
 2023-03-21  3:54 UTC  (5+ messages)
` [PATCH v7 5/5] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

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

[RFC] memcg, oom: clean up mem_cgroup_oom_synchronize
 2023-03-21  2:41 UTC  (3+ messages)

[PATCH 04/13] Add a vmalloc_node_user function
 2023-03-21  1:10 UTC 

[PATCH 0/5] Split a folio to any lower order folios
 2023-03-21  0:48 UTC  (6+ messages)
` [PATCH 1/5] mm: memcg: make memcg huge page split support any order split
` [PATCH 2/5] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH 3/5] mm: thp: split huge page to any lower order pages
` [PATCH 4/5] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH 5/5] mm: huge_memory: enable debugfs to split huge pages to any order

[PATCH v10 0/3] Memory poison recovery in khugepaged collapsing
 2023-03-21  0:12 UTC  (4+ messages)
` [PATCH v10 1/3] mm/khugepaged: recover from poisoned anonymous memory

[PATCH v3 1/4] fs/proc/kcore: avoid bounce buffer for ktext data
 2023-03-20 23:42 UTC  (4+ messages)
` [PATCH v3 2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH v3 3/4] iov_iter: add copy_page_to_iter_atomic()
` [PATCH v3 4/4] mm: vmalloc: convert vread() to vread_iter()

[PATCH v3 0/4] convert read_kcore(), vread() to use iterators
 2023-03-20 23:42 UTC 

[linux-next:pending-fixes 38/188] kismet: WARNING: unmet direct dependencies detected for RPCSEC_GSS_KRB5 when selected by NFS_V4
 2023-03-20 20:13 UTC 

[PATCH] maple_tree: remove the parameter entry of mas_preallocate
 2023-03-20 19:27 UTC  (2+ messages)

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-03-20 19:16 UTC  (11+ messages)
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings

[PATCH 00/15] mm: move core MM initialization to mm/mm_init.c
 2023-03-20 19:12 UTC  (10+ messages)
` [PATCH 02/15] mm/cma: move init_cma_reserved_pages() to cma.c and make it static
` [PATCH 10/15] mm: move init_mem_debugging_and_hardening() to mm/mm_init.c

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-03-20 19:08 UTC  (4+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[linux-next:pending-fixes] BUILD SUCCESS 9f7814c09ae60d83e61e7e5782ec16929897b2c9
 2023-03-20 18:54 UTC 

THP backed thread stacks
 2023-03-20 18:06 UTC  (7+ messages)

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-03-20 17:51 UTC  (4+ messages)
` [RFCv1][WIP] ext2: Move direct-io to use iomap

[PATCH v8 0/4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-20 17:44 UTC  (5+ messages)
` [PATCH v8 2/4] mm: Introduce memblock_isolate_memory

[linux-next:master 2823/4847] cc_driver.c:undefined reference to `devm_platform_get_and_ioremap_resource'
 2023-03-20 17:40 UTC 

[PATCH 0/4] further cleanup of vma_merge()
 2023-03-20 17:11 UTC  (8+ messages)
` [PATCH 2/4] mm/mmap/vma_merge: set next to NULL if not applicable

[linux-next:master 2631/4847] loongarch64-linux-ld: clk-mt8192-apmixedsys.c:undefined reference to `mtk_clk_register_pllfhs'
 2023-03-20 17:09 UTC 

[linux-next:master] BUILD REGRESSION 73f2c2a7e1d2b31fdd5faa6dfa151c437a6c0a5a
 2023-03-20 17:05 UTC 

[RFCv1][WIP] ext2: Move direct-io to use iomap
 2023-03-20 16:11 UTC  (2+ messages)

[net PATCH 0/2] Address recent issues found in netdev page_frag_alloc usage
 2023-03-20 15:14 UTC  (4+ messages)
` [net PATCH 1/2] mm: Use fixed constant in page_frag_alloc instead of size + 1

[PATCH v4 0/2] mm/uffd: Add feature bit UFFD_FEATURE_WP_UNPOPULATED
 2023-03-20 15:01 UTC  (8+ messages)
` [PATCH v4 1/2] mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
` [PATCH v4 2/2] selftests/mm: Smoke test UFFD_FEATURE_WP_UNPOPULATED

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-03-20 14:56 UTC  (4+ messages)
` [PATCH v3 07/51] cpuidle,psci: Push RCU-idle into driver

[PATCH 00/10] cleanup vma_merge() and improve mergeability tests
 2023-03-20 14:16 UTC  (2+ messages)

[PATCH 4/7] shmem: remove shmem_get_partial_folio
 2023-03-20 13:58 UTC  (2+ messages)

[PATCH] mm: mmap: remove newline at the end of the trace
 2023-03-20 13:34 UTC  (3+ messages)

[linux-next:master 2621/4847] loongarch64-linux-ld: clk-mt8173-apmixedsys.c:undefined reference to `mtk_clk_register_pllfhs'
 2023-03-20 13:14 UTC 

[PATCH v19 00/15] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-20 13:10 UTC  (3+ messages)

[PATCH 00/17] MODULE_LICENSE removals, sixth tranche
 2023-03-20 11:00 UTC  (3+ messages)

[PATCH v8 00/40] Shadow stacks for userspace
 2023-03-20 11:00 UTC  (3+ messages)
` [PATCH v8 26/40] mm: Warn on shadow stack memory in wrong vma


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