linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v6 0/2] Add swappiness argument to memory.reclaim
 2024-06-11 22:50 UTC  (5+ messages)

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

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

[PATCH v13] mm: report per-page metadata information
 2024-06-11 22:30 UTC  (2+ messages)

[PATCH] selftests: mm: Make map_fixed_noreplace test names stable
 2024-06-11 22:23 UTC  (2+ messages)

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

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

[PATCH v2 0/3] Userspace controls soft-offline pages
 2024-06-11 21:55 UTC  (4+ messages)
` [PATCH v2 1/3] mm/memory-failure: userspace controls soft-offlining pages
` [PATCH v2 2/3] selftest/mm: test enable_soft_offline behaviors
` [PATCH v2 3/3] docs: mm: add enable_soft_offline sysctl

[PATCH v3] writeback: factor out balance_wb_limits to remove repeated code
 2024-06-11 21:52 UTC  (2+ messages)

[PATCH v7 0/4] Memory management patches needed by Rust Binder
 2024-06-11 21:44 UTC  (6+ messages)
` [PATCH v7 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v7 4/4] rust: add abstraction for `struct page`

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

[PATCH v5] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
 2024-06-11 21:23 UTC  (3+ messages)

[PATCH v2] mm/memory: Don't require head page for do_set_pmd()
 2024-06-11 21:18 UTC  (9+ messages)

[PATCH 0/5] cleanups, fixes, and progress towards avoiding "make headers"
 2024-06-11 20:54 UTC  (9+ messages)

[PATCH v5 0/9] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-06-11 20:39 UTC  (11+ messages)
` [PATCH v5 3/9] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier

[PATCH 0/5] fstests: add some new LBS inspired tests
 2024-06-11 20:29 UTC  (17+ 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 v1 0/3] mm/memory_hotplug: use PageOffline() instead of PageReserved() for !ZONE_DEVICE
 2024-06-11 19:50 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 v2 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
 2024-06-11 19:39 UTC  (8+ messages)
` [PATCH v2 1/2] "

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

[PATCH v4 08/13] tracing: Add option to use memmapped memory for trace boot instance
 2024-06-11 19:28 UTC 

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

[PATCH v4 0/7] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-11 18:59 UTC  (9+ 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

[syzbot] [mm?] KMSAN: uninit-value in zswap_store
 2024-06-11 18:52 UTC  (4+ messages)

[PATCH v2 0/4] Enable P2PDMA in Userspace RDMA
 2024-06-11 18:27 UTC  (5+ messages)
` [PATCH v2 1/4] kernfs: remove page_mkwrite() from vm_operations_struct
` [PATCH v2 2/4] mm/gup: handle ZONE_DEVICE pages in folio_fast_pin_allowed()
` [PATCH v2 3/4] mm/gup: allow FOLL_LONGTERM & FOLL_PCI_P2PDMA
` [PATCH v2 4/4] RDMA/umem: add support for P2P RDMA

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

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

[syzbot] [bcachefs?] WARNING in bch2_fs_ioctl
 2024-06-11 18:15 UTC 

[PATCH v1 0/3] Userspace controls soft-offline HugeTLB pages
 2024-06-11 18:12 UTC  (7+ messages)

[syzbot] [mm?] KASAN: slab-use-after-free Read in lru_add_fn
 2024-06-11 18:10 UTC  (2+ messages)
` [syzbot] [nilfs?] "

[PATCH v4] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
 2024-06-11 18:05 UTC  (4+ messages)

[PATCH 0/8] Avoid MAP_FIXED gap exposure
 2024-06-11 18:02 UTC  (9+ messages)
` [PATCH 1/8] mm/mmap: Correctly position vma_iterator in __split_vma()
` [PATCH 2/8] mm/mmap: Introduce abort_munmap_vmas()
` [PATCH 3/8] mm/mmap: Introduce vmi_complete_munmap_vmas()
` [PATCH 4/8] mm/mmap: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH 5/8] mm/mmap: Introduce vma_munmap_struct for use in munmap operations
` [PATCH 6/8] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [PATCH 7/8] mm/mmap: Extract validate_mm() from vma_complete()
` [PATCH 8/8] mm/mmap: Use split munmap calls for MAP_FIXED

[syzbot] [mm?] general protection fault in dequeue_hugetlb_folio_nodemask (2)
 2024-06-11 17:52 UTC  (4+ messages)

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-06-11 17:37 UTC  (5+ messages)

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

[cocci] patch idea: convert trivial call_rcu users to kfree_rcu
 2024-06-11 17:27 UTC  (13+ messages)

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

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

[akpm-mm:mm-unstable 175/198] {standard input}:63: Error: symbol `__export_symbol___totalhigh_pages' is already defined
 2024-06-11 15:25 UTC  (2+ messages)

[PATCH] mm/memory: Pass head page to do_set_pmd()
 2024-06-11 15:24 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] untorn buffered writes
 2024-06-11 15:23 UTC  (6+ messages)

[PATCH v2] mm/mm_init.c: print mem_init info after defer_init is done
 2024-06-11 15:12 UTC  (2+ messages)

[PATCH] [RFC] mm/mm_init.c: simplify logic of deferred_[init|free]_pages
 2024-06-11 14:57 UTC  (5+ messages)

[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/mm_init.c: print mem_init info after defer_init is done
 2024-06-11 14:42 UTC  (3+ messages)

[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  (4+ messages)
` [PATCH v6 3/3] sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()

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

[PATCH] mm: fix possible OOB in numa_rebuild_large_mapping()
 2024-06-11 12:32 UTC  (3+ 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

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

page:  |  | latest

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