Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-21 19:59:56 to 2024-03-22 19:35:18 UTC [more...]

[bug report] mm/zswap :memory corruption after zswap_load()
 2024-03-22 19:34 UTC  (12+ messages)
  ` [External] "

[PATCH v5] mm/migrate: split source folio if it is on deferred split list
 2024-03-22 19:33 UTC 

[PATCH] selftests/mm: Confirm VA exhaustion without reliance on correctness of mmap()
 2024-03-22 19:19 UTC  (4+ messages)

[PATCH v3 00/11] Mitigate a vmap lock contention v3
 2024-03-22 19:03 UTC  (4+ messages)
` [PATCH v3 07/11] mm: vmalloc: Offload free_vmap_area_lock lock

[PATCH] zswap: initialize entry->pool on same filled entry
 2024-03-22 18:58 UTC  (8+ messages)

folio_mmapped
 2024-03-22 18:46 UTC  (15+ messages)
                    ` folio_mmapped
                        `  "

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

[PATCH v2 0/3] mm/damon: Profiling enhancements for DAMON
 2024-03-22 18:32 UTC  (4+ messages)

[PATCH v4 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-22 18:26 UTC  (5+ messages)
` [PATCH v4 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
` [PATCH v4 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

[linux-next:master] BUILD REGRESSION 13ee4a7161b6fd938aef6688ff43b163f6d83e37
 2024-03-22 18:16 UTC 

[PATCH] selftests/mm: run_vmtests.sh: Fix hugetlb mem size calculation
 2024-03-22 17:54 UTC  (2+ messages)

[PATCH] exec: Don't disable perf events for setuid root executables
 2024-03-22 17:24 UTC  (2+ messages)

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-03-22 17:14 UTC  (18+ messages)
` [PATCH v3 01/12] mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVES
` [PATCH v3 02/12] mm/hugetlb: Declare hugetlbfs_pagecache_present() non-static
` [PATCH v3 03/12] mm: Make HPAGE_PXD_* macros even if !THP
` [PATCH v3 04/12] mm: Introduce vma_pgtable_walk_{begin|end}()
` [PATCH v3 06/12] mm/gup: Refactor record_subpages() to find 1st small page
` [PATCH v3 07/12] mm/gup: Handle hugetlb for no_page_table()
` [PATCH v3 08/12] mm/gup: Cache *pudp in follow_pud_mask()
` [PATCH v3 09/12] mm/gup: Handle huge pud for follow_pud_mask()
` [PATCH v3 11/12] mm/gup: Handle hugepd for follow_page()
` [PATCH v3 12/12] mm/gup: Handle hugetlb in the generic follow_page_mask code
  ` [PATCH v3 05/12] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing

[PATCH v2 00/14] transfer page to folio in KSM
 2024-03-22 17:11 UTC  (17+ messages)
` [PATCH v2 01/14] mm/ksm: add ksm_get_folio
` [PATCH v2 02/14] mm/ksm: use folio in remove_rmap_item_from_tree
` [PATCH v2 03/14] mm/ksm: add folio_set_stable_node
` [PATCH v2 04/14] mm/ksm: use folio in remove_stable_node
` [PATCH v2 05/14] mm/ksm: use folio in stable_node_dup
` [PATCH v2 06/14] mm/ksm: use ksm_get_folio in scan_get_next_rmap_item
` [PATCH v2 07/14] mm/ksm: use folio in write_protect_page
` [PATCH v2 08/14] mm/ksm: Convert chain series funcs to use folio
` [PATCH v2 09/14] mm/ksm: Convert stable_tree_insert "
` [PATCH v2 10/14] mm/ksm: Convert stable_tree_search "
` [PATCH v2 11/14] mm/ksm: remove get_ksm_page and related info
` [PATCH v2 12/14] mm/ksm: return folio for chain series funcs
` [PATCH v2 13/14] mm/ksm: use folio_set_stable_node in try_to_merge_one_page
` [PATCH v2 14/14] mm/ksm: remove set_page_stable_node

[PATCH] mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion
 2024-03-22 17:09 UTC  (3+ messages)

[PATCH v1 0/2] s390/mm: shared zeropage + KVM fix and optimization
 2024-03-22 17:08 UTC  (10+ messages)
` [PATCH v1 1/2] mm/userfaultfd: don't place zeropages when zeropages are disallowed
` [PATCH v1 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[RFC PATCH] mm: swapfile: fix SSD detection with swapfile on btrfs
 2024-03-22 16:42 UTC 

[RFC PATCH] mm: add folio in swapcache if swapin from zswap
 2024-03-22 16:39 UTC 

[PATCH] exec: fix linux_binprm::exec in transfer_args_to_stack()
 2024-03-22 16:39 UTC  (6+ messages)

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

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

BUG: unable to handle kernel paging request in fuse_copy_do
 2024-03-22 15:41 UTC  (2+ messages)

[PATCH 0/9] Various significant MM patches
 2024-03-22 15:13 UTC  (30+ messages)
` [PATCH 1/9] mm: Always initialise folio->_deferred_list
` [PATCH 2/9] mm: Create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros
` [PATCH 3/9] mm: Remove folio_prep_large_rmappable()
` [PATCH 4/9] mm: Support page_mapcount() on page_has_type() pages
` [PATCH 5/9] mm: Turn folio_test_hugetlb into a PageType
` [PATCH 6/9] mm: Remove a call to compound_head() from is_page_hwpoison()
` [PATCH 7/9] mm: Free up PG_slab
` [PATCH 8/9] mm: Improve dumping of mapcount and page_type
` [PATCH 9/9] hugetlb: Remove mention of destructors

[PATCH] usercopy: delete __noreturn from usercopy_abort
 2024-03-22 14:16 UTC  (14+ messages)
` [PATCH v2] ARM: unwind: improve unwinders for noreturn case

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-03-22 14:06 UTC  (2+ messages)

[RFC PATCH] A Summary of VMA scanning improvements explored
 2024-03-22 13:41 UTC  (4+ messages)
` [RFC PATCH 1 1/1] sched/numa: Hot VMA and shared VMA optimization
  ` [RFC PATCH 2 1/1] sched/numa: Increase the VMA accessing PID bits
  ` [RFC PATCH 3 1/1] sched/numa: Convert 256MB VMA scan limit notion

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-22 13:19 UTC  (23+ messages)
` [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders
          ` Can you help us on memory barrier usage? (was Re: [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders)
` [PATCH v4 6/6] mm: madvise: Avoid split during MADV_PAGEOUT and MADV_COLD

[PATCH] selftests/mm: Parse VMA range in one go
 2024-03-22 12:05 UTC 

[PATCH 0/6] Improve visibility of writeback
 2024-03-22 11:58 UTC  (9+ messages)
` [PATCH 1/6] writeback: collect stats of all wb of bdi in bdi_debug_stats_show

[PATCH 0/1] THP_SWAP support for ARM64 SoC with MTE
 2024-03-22 11:41 UTC  (2+ messages)
` [PATCH 1/1] arm64: mm: swap: support THP_SWAP on hardware "

[PATCH v2 0/2] mm/ksm: fix ksm exec support for prctl
 2024-03-22 11:43 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftest/mm: ksm_functional_tests: extend test case for ksm fork/exec

[RFC PATCH v3 0/5] mm: support large folios swap-in
 2024-03-22 10:19 UTC  (8+ messages)
` [RFC PATCH v3 1/5] arm64: mm: swap: support THP_SWAP on hardware with MTE

[PATCH] x86/pm: Fix false positive kmemleak report in msr_build_context()
 2024-03-22 10:13 UTC  (8+ messages)

[PATCH v3 2/2] mm/numa_balancing:Allow migrate on protnone reference with MPOL_PREFERRED_MANY policy
 2024-03-22 10:05 UTC  (3+ messages)

[PATCH v2 0/2] Fix I/O high when memory almost met memcg limit
 2024-03-22  9:35 UTC  (3+ messages)
` [PATCH v2 1/2] mm/readahead: break read-ahead loop if filemap_add_folio return -ENOMEM
` [PATCH v2 2/2] mm/readahead: don't decrease mmap_miss when folio has workingset flags

ZONE_DEVICE refcounting
 2024-03-22  6:58 UTC  (9+ messages)

[LSF/MM/BPF TOPIC] Reclamation interactions with RCU
 2024-03-22  6:13 UTC  (12+ messages)
` [Lsf-pc] "

[linux-next:master 13900/14187] drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c:228:13: warning: unused variable 'ret'
 2024-03-22  6:05 UTC  (3+ messages)

powerpc-linux-ld: warning: orphan section `.bss..Lubsan_data526' from `drivers/mtd/nand/raw/diskonchip.o' being placed in section `.bss..Lubsan_data526'
 2024-03-22  5:33 UTC 

[PATCH v2] binfmt: replace deprecated strncpy
 2024-03-22  3:23 UTC  (2+ messages)

[syzbot] [mm?] kernel BUG in const_folio_flags
 2024-03-22  3:24 UTC  (4+ messages)

[PATCH v2] mm: zswap: remove nr_zswap_stored atomic
 2024-03-22  3:21 UTC  (3+ messages)

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

[PATCH] Revert "mm: skip CMA pages when they are not available"
 2024-03-22  1:28 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] userfaultfd: fix deadlock warning when locking src and dst VMAs
 2024-03-22  0:47 UTC  (2+ messages)

[RFC] Storing same-filled pages without a zswap_entry
 2024-03-22  0:37 UTC  (13+ messages)

[PATCH 1/2] mm: zswap: increase shrinking protection for zswap swapins only
 2024-03-21 23:57 UTC  (5+ messages)
` [PATCH 2/2] mm: zswap: remove nr_zswap_stored atomic

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-21 23:46 UTC  (13+ messages)
` [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v5 05/29] KVM: selftests: Add helper functions to create TDX VMs
` [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v5 15/29] KVM: selftests: TDX: Add TDX MSR read/write tests
` [RFC PATCH v5 17/29] KVM: selftests: TDX: Add TDX MMIO reads test
` [RFC PATCH v5 18/29] KVM: selftests: TDX: Add TDX MMIO writes test

[PATCH v1] selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM
 2024-03-21 23:29 UTC  (2+ messages)

[PATCH v6 00/37] Memory allocation profiling
 2024-03-21 22:47 UTC  (10+ messages)
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro

[PATCH v3] kpageflags: respect folio head-page flag placement
 2024-03-21 19:59 UTC  (6+ 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).