Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-18 12:11:26 to 2024-03-19 23:10:17 UTC [more...]

[RFC PATCH 2/2] selinux: wire up new execstack LSM hook
 2024-03-19 23:10 UTC  (5+ messages)
` [RFC PATCH 1/2] lsm: introduce new hook security_vm_execstack

[PATCH 00/13] mm/treewide: Remove pXd_huge() API
 2024-03-19 23:07 UTC  (8+ messages)
  ` [PATCH 09/13] mm/powerpc: Redefine pXd_huge() with pXd_leaf()
  ` [PATCH 11/13] mm/treewide: Replace "

[PATCH v3 0/4] Memory management patches needed by Rust Binder
 2024-03-19 22:28 UTC  (14+ messages)
` [PATCH v3 1/4] rust: uaccess: add userspace pointers
` [PATCH v3 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v3 3/4] rust: uaccess: add typed accessors for userspace pointers
` [PATCH v3 4/4] rust: add abstraction for `struct page`

[PATCH 0/4] mm/filemap: optimize folio adding and splitting
 2024-03-19 22:19 UTC  (9+ messages)
` [PATCH 1/4] mm/filemap: return early if failed to allocate memory for split
` [PATCH 2/4] mm/filemap: clean up hugetlb exclusion code
` [PATCH 3/4] lib/xarray: introduce a new helper xas_get_order
` [PATCH 4/4] mm/filemap: optimize filemap folio adding

[syzbot] Monthly mm report (Mar 2024)
 2024-03-19 21:40 UTC 

[PATCH v9 0/1] mm: report per-page metadata information
 2024-03-19 21:33 UTC  (5+ messages)
` [PATCH v9 1/1] "

[PATCH] mm: page_alloc: control latency caused by zone PCP draining
 2024-03-19 21:08 UTC  (2+ messages)

[PATCH] percpu: clean up all mappings when pcpu_map_pages() fails
 2024-03-19 20:49 UTC  (4+ messages)

kernel BUG at lib/maple_tree.c:1237!
 2024-03-19 19:59 UTC  (3+ messages)
` And here's a GPF for you

[RFC v3 3/3] ktest: sys_move_phys_pages ktest
 2024-03-19 18:50 UTC  (10+ messages)
      ` [RFC v3 3/3] ktest: sys_move_phys_pages ktesty

[PATCH v2 0/2] page_owner: Refcount fixups
 2024-03-19 18:48 UTC  (4+ messages)
` [PATCH v2 1/2] mm,page_owner: Fix refcount imbalance
` [PATCH v2 2/2] mm,page_owner: Fix accounting of pages when migrating

[PATCH v1 1/3] mm: kmsan: implement kmsan_memmove()
 2024-03-19 17:58 UTC  (5+ messages)
` [PATCH v1 2/3] instrumented.h: add instrument_memcpy_before, instrument_memcpy_after
` [PATCH v1 3/3] x86: call instrumentation hooks from copy_mc.c

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

[syzbot] [mm?] possible deadlock in move_pages
 2024-03-19 17:24 UTC  (2+ messages)

[RFC PATCH] mm: Replace ->launder_folio() with flush and wait
 2024-03-19 16:59 UTC  (8+ messages)

[RFC 00/14] Dynamic Kernel Stacks
 2024-03-19 16:32 UTC  (27+ messages)
` [RFC 03/14] fork: Clean-up naming of vm_strack/vm_struct variables in vmap stacks code

[PATCH 0/6] mm/mm_init.c: refactor free_area_init_core()
 2024-03-19 16:17 UTC  (9+ messages)
` [PATCH 1/6] mm/mm_init.c: remove the useless dma_reserve
` [PATCH 2/6] x86: remove memblock_find_dma_reserve()
` [PATCH 3/6] mm/mm_init.c: add new function calc_nr_kernel_pages()
` [PATCH 4/6] mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_area_init_core()
` [PATCH 5/6] mm/mm_init.c: remove unneeded calc_memmap_size()
` [PATCH 6/6] mm/mm_init.c: remove arch_reserved_kernel_pages()

[PATCH v3] mm/migrate: split source folio if it is on deferred split list
 2024-03-19 15:47 UTC 

folio_mmapped
 2024-03-19 15:04 UTC  (23+ messages)
` folio_mmapped

[PATCH 1/1] mm/mm_init.c: eliminate a local variable in mem_debugging_and_hardening_init()
 2024-03-19 15:01 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 226d3c72fcde130a99d760895ebdd20e78e02cb5
 2024-03-19 14:49 UTC 

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-19 14:40 UTC  (14+ messages)
` [PATCH v4 5/6] mm: vmscan: Avoid split during shrink_folio_list()

[PATCH v2] vmstat: Keep count of the maximum page reached by the kernel stack
 2024-03-19 14:23 UTC  (3+ messages)

[PATCH v2 00/14] mm/treewide: Remove pXd_huge() API
 2024-03-19 14:04 UTC  (13+ messages)
` [PATCH v2 01/14] mm/hmm: Process pud swap entry without pud_huge()
` [PATCH v2 02/14] mm/gup: Cache p4d in follow_p4d_mask()
` [PATCH v2 03/14] mm/gup: Check p4d presence before going on
` [PATCH v2 04/14] mm/x86: Change pXd_huge() behavior to exclude swap entries
` [PATCH v2 06/14] mm/arm: Use macros to define pmd/pud helpers
` [PATCH v2 08/14] mm/arm64: Merge pXd_huge() and pXd_leaf() definitions
` [PATCH v2 09/14] mm/powerpc: Redefine pXd_huge() with pXd_leaf()
` [PATCH v2 10/14] mm/gup: Merge pXd huge mapping checks
` [PATCH v2 11/14] mm/treewide: Replace pXd_huge() with pXd_leaf()
` [PATCH v2 13/14] mm/arm: Remove pmd_thp_or_huge()
  ` [PATCH v2 05/14] mm/sparc: Change pXd_huge() behavior to exclude swap entries

[PATCH] Revert "mm: skip CMA pages when they are not available"
 2024-03-19 13:40 UTC  (6+ messages)
` [PATCH v2] "

[syzbot] [mm?] WARNING in unmap_page_range (3)
 2024-03-19 13:32 UTC  (2+ messages)

[syzbot] [batman?] [bpf?] possible deadlock in lock_timer_base
 2024-03-19 13:31 UTC  (3+ messages)

[RFC PATCH v3 0/5] mm: support large folios swap-in
 2024-03-19 12:19 UTC  (16+ messages)
` [RFC PATCH v3 4/5] mm: swap: introduce swapcache_prepare_nr and swapcache_clear_nr for "
` [RFC PATCH v3 5/5] mm: support large folios swapin as a whole

[linux-next:pending-fixes] BUILD SUCCESS 00fe0619c6bef3ba3dbdc60fcef123b676e11700
 2024-03-19 11:20 UTC 

[Test Failure Report] exec: Test failures in execveat
 2024-03-19 11:17 UTC 

[PATCH v6 0/2] zswap: remove the memcpy if acomp is not sleepable
 2024-03-19 11:00 UTC  (3+ messages)

[PATCH v2 0/3] mm/damon: Profiling enhancements for DAMON
 2024-03-19 10:56 UTC  (10+ messages)
` [PATCH v2 1/3] mm/damon: mm infrastructure support
` [PATCH v2 2/3] mm/damon: profiling enhancement
` [PATCH v2 3/3] mm/damon: documentation updates

[PATCH] mm,page_owner: Fix recursion
 2024-03-19 10:51 UTC  (5+ messages)

[PATCH v1 0/2] mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properly
 2024-03-19  8:59 UTC  (4+ messages)
` [RFC PATCH] xfs_io: add linux madvise advice codes
  ` [RFC PATCH] fstests: test MADV_POPULATE_READ with IO errors

[RFC PATCH v2] mm: support multi-size THP numa balancing
 2024-03-19  7:26 UTC  (4+ messages)

summarize all information again at bottom//reply: reply: [PATCH] mm: fix a race scenario in folio_isolate_lru
 2024-03-19  3:01 UTC  (4+ messages)

[PATCH v2] mm: zswap: fix kernel BUG in sg_init_one
 2024-03-19  2:30 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 2e93f143ca010a5013528e1cfdc895f024fe8c21
 2024-03-19  1:35 UTC  (2+ messages)

[PATCH 0/8] Some cleanups for memory-failure
 2024-03-19  0:36 UTC  (3+ messages)
` [PATCH 1/8] mm/memory-failure: Remove fsdax_pgoff argument from __add_to_kill

[PATCH] mm: zswap: fix kernel BUG in sg_init_one
 2024-03-18 23:16 UTC  (2+ messages)

[syzbot] [mm?] kernel BUG in sg_init_one
 2024-03-18 22:52 UTC  (19+ messages)

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-03-18 21:02 UTC  (3+ messages)
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH v2 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-18 20:12 UTC  (6+ messages)
` [PATCH v2 1/1] memory tier: acpi/hmat: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-18 19:07 UTC  (3+ messages)

[PATCH v3] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-03-18 18:17 UTC  (3+ messages)

[PATCH] selftests/exec: Convert remaining /bin/sh to /bin/bash
 2024-03-18 18:16 UTC 

[linux-next:master 13671/13793] fs/smb/server/smb2pdu.c:7821:40: sparse: sparse: cast to restricted __le16
 2024-03-18 17:42 UTC 

[PATCH 2/5] drm/gem: Add a mountpoint parameter to drm_gem_object_init()
 2024-03-18 15:27 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS b0754ca596e7c0fc372ef14f75674c99d7db6971
 2024-03-18 14:57 UTC 

Unmapping KVM Guest Memory from Host Kernel
 2024-03-18 14:11 UTC  (5+ messages)

[BUG] kmsan: instrumentation recursion problems
 2024-03-18 13:59 UTC  (7+ messages)

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-18 13:33 UTC  (2+ messages)

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-18 13:24 UTC  (11+ messages)

[PATCH 01/12] mm/ksm: catch tail page abnormal in page_stable_node
 2024-03-18 13:14 UTC  (3+ messages)

[PATCH] mm: Remove guard around pgd_offset_k() macro
 2024-03-18 12:19 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 read-only IMAP folder(s) and NNTP newsgroup(s).