linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] [RFC] mm/mm_init.c: simplify logic of deferred_[init|free]_pages
 2024-06-11 14:57 UTC  (5+ messages)

[akpm-mm:mm-unstable 175/198] {standard input}:63: Error: symbol `__export_symbol___totalhigh_pages' is already defined
 2024-06-11 14:55 UTC 

[PATCH v2] mm/mm_init.c: print mem_init info after defer_init is done
 2024-06-11 14:52 UTC 

[PATCH v5 00/18] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-06-11 14:50 UTC  (5+ messages)
` [PATCH v5 02/18] mm: Define __pte_leaf_size() to also take a PMD entry

[PATCH v1 0/3] mm: zswap: global shrinker fix and proactive shrink
 2024-06-11 14:50 UTC  (6+ messages)
` [PATCH v1 1/3] mm: zswap: fix global shrinker memcg iteration
` [PATCH v1 2/3] mm: zswap: fix global shrinker error handling logic

[PATCH v3 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
 2024-06-11 14:49 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] pstore/ramoops: Add ramoops.mem_name= command line option

[PATCH] mm/memory: Pass head page to do_set_pmd()
 2024-06-11 14:48 UTC  (3+ messages)

[PATCH 0/5] fstests: add some new LBS inspired tests
 2024-06-11 14:48 UTC  (10+ messages)
` [PATCH 1/5] common: move mread() to generic helper _mread()
` [PATCH 2/5] fstests: add mmap page boundary tests
` [PATCH 3/5] fstests: add fsstress + compaction test
` [PATCH 4/5] _require_debugfs(): simplify and fix for debian
` [PATCH 5/5] fstests: add stress truncation + writeback test

[PATCH] mm/mm_init.c: print mem_init info after defer_init is done
 2024-06-11 14:42 UTC  (3+ messages)

[PATCH v2 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
 2024-06-11 14:40 UTC  (6+ messages)
` [PATCH v2 1/2] "

[PATCH v5 0/6] add mTHP support for anonymous shmem
 2024-06-11 14:38 UTC  (8+ messages)
` [PATCH v5 1/6] mm: memory: extend finish_fault() to support large folio
` [PATCH v5 2/6] mm: shmem: add THP validation for PMD-mapped THP related statistics
` [PATCH v5 3/6] mm: shmem: add multi-size THP sysfs interface for anonymous shmem
` [PATCH v5 4/6] mm: shmem: add mTHP support "
` [PATCH v5 5/6] mm: shmem: add mTHP size alignment in shmem_get_unmapped_area
` [PATCH v5 6/6] mm: shmem: add mTHP counters for anonymous shmem

[RFC PATCH 1/1] mm/vmalloc: Modify permission reset procedure to avoid invalid access
 2024-06-11 14:21 UTC 

[PATCH v6 0/3] Clean up usage of rt_task()
 2024-06-11 14:20 UTC  (6+ messages)
` [PATCH v6 1/3] sched/rt: "
` [PATCH v6 2/3] sched/rt, dl: Convert functions to return bool
` [PATCH v6 3/3] sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()

[PATCH 0/5] cleanups, fixes, and progress towards avoiding "make headers"
 2024-06-11 14:13 UTC  (15+ messages)
` [PATCH 1/5] selftests/mm: mseal, self_elf: fix missing __NR_mseal
` [PATCH 4/5] selftests/mm: mseal, self_elf: factor out test macros and other duplicated items
` [PATCH 5/5] selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASS

current->alloc_tag not set WARNING: CPU: 0 PID: 31 at include/linux/alloc_tag.h:125 alloc_tag_add_check+0x86/0x96 when stressing VMM via stress-ng (kernel 6.10-rc1, i686)
 2024-06-11 13:16 UTC  (2+ messages)

[PATCH v4] mm: convert page type macros to enum
 2024-06-11 13:07 UTC  (4+ messages)

[PATCH] mm: fix possible OOB in numa_rebuild_large_mapping()
 2024-06-11 12:32 UTC  (4+ messages)

LTP: fork13: kernel panic on rk3399-rock-pi-4 running mainline 6.10.rc3
 2024-06-11 12:09 UTC  (4+ messages)

[PATCH v11 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-06-11 11:55 UTC  (16+ messages)
` [PATCH v11 09/12] mm: implement LUF(Lazy Unmap Flush) defering tlb flush when folios get unmapped

[PATCH v3 0/2] mm: store zero pages to be swapped out in a bitmap
 2024-06-11 11:49 UTC  (11+ messages)
` [PATCH v3 1/2] "

[linux-next:master 1544/4860] tegra210_i2s.c:undefined reference to `simple_util_parse_convert'
 2024-06-11 11:41 UTC 

[PATCH] mm/gup: don't check page lru flag before draining it
 2024-06-11 11:20 UTC  (13+ messages)

[PATCH v1 0/6] fs/proc: move page_mapcount() to fs/proc/internal.h
 2024-06-11 11:15 UTC  (9+ messages)
` [PATCH v1 2/6] fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT

[PATCH v4 0/7] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-11 11:00 UTC  (8+ messages)
` [PATCH v4 1/7] fs/procfs: extract logic for getting VMA name constituents
` [PATCH v4 2/7] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH v4 3/7] fs/procfs: add build ID fetching to PROCMAP_QUERY API
` [PATCH v4 4/7] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
` [PATCH v4 5/7] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v4 6/7] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
` [PATCH v4 7/7] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs

support large folios for NFS
 2024-06-11 10:47 UTC  (3+ messages)
` [PATCH 1/2] filemap: Convert generic_perform_write() to support large folios

[syzbot] [mm?] general protection fault in dequeue_hugetlb_folio_nodemask (2)
 2024-06-11 10:34 UTC 

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-06-11 10:26 UTC  (3+ messages)

[PATCH v4] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
 2024-06-11 10:09 UTC  (2+ messages)

[PATCH v1 0/3] mm/memory_hotplug: use PageOffline() instead of PageReserved() for !ZONE_DEVICE
 2024-06-11 10:06 UTC  (10+ messages)
` [PATCH v1 1/3] mm: pass meminit_context to __free_pages_core()
` [PATCH v1 2/3] mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() instead of PageReserved()

[PATCH v7 00/11] enable bs > ps in XFS
 2024-06-11 10:00 UTC  (5+ messages)
` [PATCH v7 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size

[PATCH] mm: Do not start/end writeback for pages stored in zswap
 2024-06-11  9:53 UTC  (8+ messages)

[syzbot] [mm?] KMSAN: uninit-value in zswap_store
 2024-06-11  9:13 UTC  (3+ messages)

[PATCH v7 0/4] Memory management patches needed by Rust Binder
 2024-06-11  8:51 UTC  (4+ messages)
` [PATCH v7 4/4] rust: add abstraction for `struct page`

[PATCH] mm: increase totalram_pages on freeing to buddy system
 2024-06-11  8:48 UTC  (2+ messages)

[Chapter Two] THP shattering: the reverse of collapsing
 2024-06-11  8:32 UTC  (2+ messages)

[PATCH v2] mm/sparse: use MEMBLOCK_ALLOC_ACCESSIBLE enum instead of 0
 2024-06-11  7:56 UTC  (3+ messages)

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-06-11  7:49 UTC  (10+ messages)

[PATCH 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-06-11  7:11 UTC  (17+ messages)
` [PATCH 2/2] mm: swap: mTHP allocate swap entries from nonfull list

[PATCH v5 0/9] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-06-11  5:57 UTC  (12+ messages)
` [PATCH v5 1/9] KVM: Add lockless memslot walk to KVM
` [PATCH v5 2/9] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v5 3/9] KVM: arm64: "
` [PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
` [PATCH v5 5/9] KVM: Add kvm_fast_age_gfn and kvm_fast_test_age_gfn
` [PATCH v5 6/9] KVM: x86: Move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH v5 7/9] KVM: x86: Implement kvm_fast_test_age_gfn and kvm_fast_age_gfn
` [PATCH v5 8/9] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v5 9/9] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test

[Linux bug report] A bug breaking device drivers' fault isolation guarantees
 2024-06-11  4:41 UTC  (3+ messages)

[PATCH v2] mm: zswap: handle incorrect attempts to load of large folios
 2024-06-11  4:14 UTC  (13+ messages)

[PATCH v2 0/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL
 2024-06-11  3:49 UTC  (2+ messages)
` [PATCH v2 1/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL MFD_EXEC

[PATCH 0/7] support large folio swap-out and swap-in for shmem
 2024-06-11  3:38 UTC  (8+ messages)
` [PATCH 4/7] mm: shmem: extend shmem_partial_swap_usage() to support large folio swap
    ` [PATCH 5/7] mm: add new 'orders' parameter for find_get_entries() and find_lock_entries()

[PATCH v1 0/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL
 2024-06-11  3:32 UTC  (4+ messages)
` [PATCH v1 1/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL MFD_EXEC

[PATCH v3 1/3] mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()
 2024-06-11  2:59 UTC  (4+ messages)
` [PATCH v3 2/3] mm: zswap: add zswap_never_enabled()
` [PATCH v3 3/3] mm: zswap: handle incorrect attempts to load large folios

[PATCH v4 0/6] add mTHP support for anonymous shmem
 2024-06-11  2:53 UTC  (9+ messages)
` [PATCH v4 3/6] mm: shmem: add multi-size THP sysfs interface "
` [PATCH v4 4/6] mm: shmem: add mTHP support "

[PATCH v2 -next 0/3] mm/hugetlb_cgroup: rework on cftypes
 2024-06-11  2:29 UTC  (6+ messages)
` [PATCH v2 -next 1/3] mm/hugetlb_cgroup: identify the legacy using cgroup_subsys_on_dfl()
` [PATCH v2 -next 2/3] mm/hugetlb_cgroup: prepare cftypes based on template

[Resend PATCHv4 1/1] mm: fix incorrect vbq reference in purge_fragmented_block
 2024-06-11  1:08 UTC  (3+ messages)

[PATCH v3 1/1] mm/mlock: implement folio_mlock_step() using folio_pte_batch()
 2024-06-11  1:04 UTC 

[PATCH v1 0/2] mm/highmem: don't track highmem pages manually
 2024-06-11  0:56 UTC  (5+ messages)
` [PATCH v1 2/2] mm/highmem: make nr_free_highpages() return "unsigned long"

[RFC PATCH v3 0/5] mm: support large folios swap-in
 2024-06-11  0:23 UTC  (6+ messages)
` [RFC PATCH v3 5/5] mm: support large folios swapin as a whole

[PATCH 0/6] kernel: Avoid memcpy of task comm
 2024-06-10 23:01 UTC  (9+ messages)
` [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()

[PATCH v1 0/3] Userspace controls soft-offline HugeTLB pages
 2024-06-10 22:55 UTC  (5+ messages)

[PATCH v3 0/3] slab: fix and cleanup of slub_debug
 2024-06-10 21:37 UTC  (5+ messages)
` [PATCH v3 1/3] slab: make check_object() more consistent

[syzbot] [mm?] KASAN: slab-use-after-free Read in hugetlb_fault
 2024-06-10 21:02 UTC  (2+ messages)

[PATCH 01/14] wireguard: allowedips: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-10 20:59 UTC 

[PATCH v5 0/2] Clean up usage of rt_task()
 2024-06-10 19:21 UTC  (6+ messages)
` [PATCH v5 1/2] sched/rt: "

[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
 2024-06-10 15:28 UTC  (7+ messages)

[PATCH v2] mm/mm_init.c: don't initialize page->lru again
 2024-06-10 15:13 UTC  (2+ messages)

page:  |  | latest

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