linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-19 19:42:36 to 2023-03-21 07:59:34 UTC [more...]

[PATCH 00/10] Fix confusion around MAX_ORDER
 2023-03-21  7:59 UTC  (17+ 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

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

[PATCH v2 0/4] convert read_kcore(), vread() to use iterators
 2023-03-21  7:45 UTC  (17+ messages)
` [PATCH v2 1/4] fs/proc/kcore: Avoid bounce buffer for ktext data
` [PATCH v2 2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock

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

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

[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 V4 1/2] mm: compaction: move compaction sysctl to its own file
 2023-03-21  7:11 UTC 

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

next-20230321: arm64: Unable to handle kernel paging request at virtual address
 2023-03-21  6:12 UTC 

[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 v4 00/36] New page table range API
 2023-03-21  5:13 UTC  (18+ messages)
` [PATCH v4 16/36] mips: Implement the new "
` [PATCH v4 35/36] mm: Convert do_set_pte() to set_pte_range()

[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

[RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES
 2023-03-21  0:38 UTC  (6+ messages)
  ` [RFC PATCH 00/28] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)

[PATCHv2] mm/page_alloc: Make deferred page init free pages in MAX_ORDER blocks
 2023-03-21  0:24 UTC 

[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 

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

[PATCH v7 00/13] fold per-CPU vmstats remotely
 2023-03-20 20:43 UTC  (17+ 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

[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  (36+ messages)
` [PATCH 01/15] mips: fix comment about pgtable_init()
` [PATCH 02/15] mm/cma: move init_cma_reserved_pages() to cma.c and make it static
` [PATCH 03/15] mm/page_alloc: add helper for checking if check_pages_enabled
` [PATCH 04/15] mm: move most of core MM initialization to mm/mm_init.c
` [PATCH 05/15] mm: handle hashdist initialization in mm/mm_init.c
` [PATCH 06/15] mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()
` [PATCH 07/15] init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()
` [PATCH 08/15] init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()
` [PATCH 09/15] mm: move pgtable_init() to mm/mm_init.c and make it static
` [PATCH 10/15] mm: move init_mem_debugging_and_hardening() to mm/mm_init.c
` [PATCH 11/15] init,mm: fold late call to page_ext_init() to page_alloc_init_late()
` [PATCH 12/15] mm: move mem_init_print_info() to mm_init.c
` [PATCH 13/15] mm: move kmem_cache_init() declaration to mm/slab.h
` [PATCH 14/15] mm: move vmalloc_init() declaration to mm/internal.h
` [PATCH 15/15] MAINTAINERS: extend memblock entry to include MM initialization

[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 

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-20 18:30 UTC  (10+ messages)
` [PATCH v11 4/7] fs/proc/task_mmu: "

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-20 18:09 UTC  (10+ 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

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  (3+ messages)
  ` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp

[PATCH v4 0/5] batched remove rmap in try_to_unmap_one()
 2023-03-20 13:47 UTC  (4+ 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  (7+ messages)
` [PATCH v8 17/40] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v8 18/40] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v8 26/40] mm: Warn on shadow stack memory in wrong vma

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

[PATCH] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
 2023-03-20  8:49 UTC  (2+ messages)

[linus:master] [swap_state] 5649d113ff: vm-scalability.throughput -33.1% regression
 2023-03-20  8:27 UTC 

[PATCH 0/4] convert read_kcore(), vread() to use iterators
 2023-03-20  8:30 UTC  (5+ messages)
` [PATCH 4/4] mm: vmalloc: convert vread() to vread_iter()

[syzbot] [btrfs?] possible deadlock in __btrfs_release_delayed_node (2)
 2023-03-20  7:43 UTC 

[PATCH 0/3] selftests: Fix virtual address range for arm64
 2023-03-20  6:47 UTC  (4+ messages)
` [PATCH 3/3] selftests: Set overcommit_policy as OVERCOMMIT_ALWAYS

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-20  6:25 UTC  (13+ messages)

[linux-next:master 2761/4036] drivers/net/wireless/legacy/ray_cs.c:628:17: warning: 'strncpy' specified bound 32 equals destination size
 2023-03-20  6:00 UTC  (2+ messages)

[PATCH 0/1] Fix vmstat_percpu incorrect subtraction after reparent
 2023-03-20  3:06 UTC  (2+ messages)
` [PATCH 1/1] mm: memcontrol: fix vmstats_percpu state "

[PATCH V3 1/2] mm: compaction: move compact_memory sysctl to its own file
 2023-03-19 20:54 UTC  (3+ messages)

[PATCH] mm: move get_page_from_free_area() to mm/page_alloc.c
 2023-03-19 20:52 UTC  (4+ messages)

[PATCH] maple_tree: remove unused maple_tree functions
 2023-03-19 19:42 UTC  (2+ 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).