Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-28 04:57:13 to 2024-03-29 02:05:47 UTC [more...]

[RFC PATCH 0/9] zswap: store zero-filled pages more efficiently
 2024-03-29  2:05 UTC  (23+ messages)
` [RFC PATCH 1/9] mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full
` [RFC PATCH 5/9] mm: zswap: remove zswap_same_filled_pages_enabled
` [RFC PATCH 6/9] mm: zswap: drop support for non-zero same-filled pages handling
` [RFC PATCH 7/9] mm: zswap: store zero-filled pages without a zswap_entry
` [RFC PATCH 8/9] mm: zswap: do not check the global limit for zero-filled pages
` [RFC PATCH 9/9] mm: zswap: use zswap_entry_free() for partially initialized entries

[PATCH v5 0/6] Swap-out mTHP without splitting
 2024-03-29  1:56 UTC  (6+ messages)
` [PATCH v5 1/6] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
` [PATCH v5 5/6] mm: vmscan: Avoid split during shrink_folio_list()

[RFC PATCH 0/2] Hot page promotion optimization for large address space
 2024-03-29  1:14 UTC  (10+ messages)
` [RFC PATCH 1/2] sched/numa: Fault count based NUMA hint fault latency

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

[PATCH v7 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-29  0:40 UTC 

[PATCH v3] selftests/mm: Fix ARM related issue with fork after pthread_create
 2024-03-29  0:31 UTC  (2+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_clone (8)
 2024-03-29  0:16 UTC 

[RFC PATCH v7 00/12] memory: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-03-28 23:41 UTC  (9+ messages)
` [RFC PATCH v7 10/12] ACPI:RAS2: Add common library for RAS2 PCC interfaces
` [RFC PATCH v7 11/12] ACPI:RAS2: Add driver for ACPI RAS2 feature table (RAS2)
` [RFC PATCH v7 12/12] memory: RAS2: Add memory RAS2 driver

[linux-next:master 2064/2532] mm/vmalloc.c:3724: warning: expecting prototype for __vmalloc_node_range_noprof(). Prototype was for __vmalloc_node_range() instead
 2024-03-28 23:32 UTC 

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-03-28 23:05 UTC  (9+ messages)
` [PATCH 1/7] memory: Remove the now superfluous sentinel element from ctl_table array
` [PATCH 2/7] security: "
` [PATCH 3/7] crypto: "
` [PATCH 4/7] initrd: "
` [PATCH 5/7] ipc: "
` [PATCH 6/7] io_uring: Remove the now superfluous sentinel elements "
` [PATCH 7/7] drivers: perf: "
` (subset) [PATCH 0/7] sysctl: Remove sentinel elements from misc directories

[PATCH 0/3] Unify vma_address and vma_pgoff_address
 2024-03-28 22:58 UTC  (4+ messages)
` [PATCH 1/3] mm: Correct page_mapped_in_vma() for large folios
` [PATCH 2/3] mm: Remove vma_address()
` [PATCH 3/3] mm: Rename vma_pgoff_address back to vma_address

[linux-next:master 2035/2532] arch/x86/mm/numa_32.c:57:9: error: '__vmalloc_start_set' undeclared
 2024-03-28 21:37 UTC 

[PATCH v2 0/6] Improve visibility of writeback
 2024-03-28 20:53 UTC  (18+ messages)
` [PATCH v2 1/6] writeback: protect race between bdi release and bdi_debug_stats_show

[linux-next:master 1076/1266] include/linux/alloc_tag.h:43:2: error: "Memory allocation profiling is incompatible with ARCH_NEEDS_WEAK_PER_CPU"
 2024-03-28 20:02 UTC  (2+ messages)

[PATCH 00/10] Various page->flags cleanups
 2024-03-28 19:40 UTC  (4+ messages)
` [PATCH 02/10] xtensa: Remove uses of PG_arch_1 on individual pages

[PATCH v4 00/13] mm/gup: Unify hugetlb, part 2
 2024-03-28 19:01 UTC  (4+ messages)
` [PATCH v4 06/13] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing

next: x86_64 defconfig with clang-17 failed
 2024-03-28 18:50 UTC  (2+ messages)

next: sh: mm/cache-sh4.c:250:51: error: too few arguments to function 'folio_flags'
 2024-03-28 18:47 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION a6bd6c9333397f5a0e2667d4d82fef8c970108f2
 2024-03-28 18:09 UTC 

[PATCH RFC 0/3] mm/gup: consistently call it GUP-fast
 2024-03-28 17:46 UTC  (9+ messages)

[PATCH 0/2] Fix selftests/mm build without requiring "make headers"
 2024-03-28 17:28 UTC  (3+ messages)

[PATCH v6 00/15] netfs, cifs: Delegate high-level I/O to netfslib
 2024-03-28 16:58 UTC  (16+ messages)
` [PATCH v6 01/15] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v6 02/15] cifs: Replace cifs_writedata "
` [PATCH v6 03/15] cifs: Use more fields from netfs_io_subrequest
` [PATCH v6 04/15] cifs: Make wait_mtu_credits take size_t args
` [PATCH v6 05/15] cifs: Replace the writedata replay bool with a netfs sreq flag
` [PATCH v6 06/15] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v6 07/15] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v6 08/15] cifs: Add mempools for cifs_io_request and cifs_io_subrequest structs
` [PATCH v6 09/15] cifs: Make add_credits_and_wake_if() clear deducted credits
` [PATCH v6 10/15] cifs: Implement netfslib hooks
` [PATCH v6 11/15] cifs: When caching, try to open O_WRONLY file rdwr on server
` [PATCH v6 12/15] cifs: Cut over to using netfslib
` [PATCH v6 13/15] cifs: Remove some code that's no longer used, part 1
` [PATCH v6 14/15] cifs: Remove some code that's no longer used, part 2
` [PATCH v6 15/15] cifs: Remove some code that's no longer used, part 3

[PATCH 5/6] mm: memory-failure: use isolate_movable_folio() in mf_isolate_folio()
 2024-03-28 16:57 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Multi-sized THP performance benchmarks and analysis on ARM64
 2024-03-28 16:47 UTC 

[PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-03-28 16:34 UTC  (27+ messages)
` [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings
` [PATCH 02/26] 9p: Clean up some kdoc and unused var warnings
` [PATCH 03/26] netfs: Update i_blocks when write committed to pagecache
` [PATCH 04/26] netfs: Replace PG_fscache by setting folio->private and marking dirty
` [PATCH 05/26] mm: Remove the PG_fscache alias for PG_private_2
` [PATCH 06/26] netfs: Remove deprecated use of PG_private_2 as a second writeback flag
` [PATCH 07/26] netfs: Make netfs_io_request::subreq_counter an atomic_t
` [PATCH 08/26] netfs: Use subreq_counter to allocate subreq debug_index values
` [PATCH 09/26] mm: Provide a means of invalidation without using launder_folio
` [PATCH 10/26] cifs: Use alternative invalidation to "
` [PATCH 11/26] 9p: "
` [PATCH 12/26] afs: "
` [PATCH 13/26] netfs: Remove ->launder_folio() support
` [PATCH 14/26] netfs: Use mempools for allocating requests and subrequests
` [PATCH 15/26] mm: Export writeback_iter()
` [PATCH 16/26] netfs: Switch to using unsigned long long rather than loff_t
` [PATCH 17/26] netfs: Fix writethrough-mode error handling
` [PATCH 18/26] netfs: Add some write-side stats and clean up some stat names
` [PATCH 19/26] netfs: New writeback implementation
` [PATCH 20/26] netfs, afs: Implement helpers for new write code
` [PATCH 21/26] netfs, 9p: "
` [PATCH 22/26] netfs, cachefiles: "
` [PATCH 23/26] netfs: Cut over to using new writeback code
` [PATCH 24/26] netfs: Remove the old "
` [PATCH 25/26] netfs: Miscellaneous tidy ups
` [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys

[bug report] mm/zswap :memory corruption after zswap_load()
 2024-03-28 15:45 UTC 

[PATCH v2] regset: use kvzalloc() for regset_get_alloc()
 2024-03-28 15:36 UTC  (5+ messages)

[PATCH 3/6] mm: remove isolate_lru_page()
 2024-03-28 15:33 UTC  (4+ messages)

remove follow_pfn v2
 2024-03-28 15:25 UTC  (6+ messages)
` [PATCH 1/3] virt: acrn: stop using follow_pfn
` [PATCH 2/3] mm: remove follow_pfn
` [PATCH 3/3] mm: move follow_phys to arch/x86/mm/pat/memtype.c

[PATCH v2 0/6] mm/mm_init.c: refactor free_area_init_core()
 2024-03-28 14:46 UTC  (6+ messages)
` [PATCH v2 4/6] mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_area_init_core()
  ` [PATCH v3 "

[PATCH 0/2] support multi-size THP numa balancing
 2024-03-28 14:18 UTC  (7+ messages)
` [PATCH 2/2] mm: "

summarize all information again at bottom//reply: reply: [PATCH] mm: fix a race scenario in folio_isolate_lru
 2024-03-28 14:12 UTC  (11+ messages)

[PATCH 1/1] mm: vmalloc: Fix lockdep warning
 2024-03-28 14:03 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 1f6fc07c0c4d1e30d2bae9962205a2e74f6b00b2
 2024-03-28 13:45 UTC 

[PATCH RFC 01/10] mm: Move the page fragment allocator from page_alloc into its own file
 2024-03-28 13:38 UTC  (8+ messages)
` [PATCH RFC 02/10] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH RFC 03/10] mm: page_frag: change page_frag_alloc_* API to accept align param
` [PATCH RFC 04/10] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH RFC 05/10] mm: page_frag: add two inline helper for "
` [PATCH RFC 06/10] mm: page_frag: reuse MSB of 'size' field for pfmemalloc
` [PATCH RFC 07/10] mm: page_frag: reuse existing bit field of 'va' for pagecnt_bias
` [PATCH RFC 09/10] mm: page_frag: introduce prepare/commit API for page_frag

[PATCH v1 00/11] mm: migrate: support poison recover from migrate folio
 2024-03-28 13:30 UTC  (2+ messages)

[PATCH 0/6] mm: remove isolate_lru_page() and isolate_movable_page()
 2024-03-28 12:49 UTC  (14+ messages)
` [PATCH 1/6] mm: migrate: add isolate_movable_folio()
` [PATCH 2/6] mm: memory_hotplug: use more folio in do_migrate_range()
` [PATCH 4/6] mm: compaction: use isolate_movable_folio() in isolate_migratepages_block()

[PATCH] mm: Increase folio batch size
 2024-03-28 12:31 UTC  (3+ messages)

folio_mmapped
 2024-03-28 11:41 UTC  (14+ messages)

[PATCH v4 0/3] mm/ksm: fix ksm exec support for prctl
 2024-03-28 11:33 UTC  (6+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] selftest/mm: ksm_functional_tests: refactor mmap_and_merge_range()
` [PATCH v4 3/3] selftest/mm: ksm_functional_tests: extend test case for ksm fork/exec

[PATCH v2] mm: add per-order mTHP alloc_success and alloc_fail counters
 2024-03-28  9:51 UTC 

[PATCH v11 00/11] Support page table check PowerPC
 2024-03-28  9:28 UTC  (12+ messages)
` [PATCH v11 02/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_set"
` [PATCH v11 05/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear"
` [PATCH v11 06/11] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear"
` [PATCH v11 07/11] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v11 11/11] powerpc: mm: Support page table check
  ` [PATCH v11 08/11] powerpc: mm: Add pud_pfn() stub
  ` [PATCH v11 09/11] poweprc: mm: Implement *_user_accessible_page() for ptes

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-03-28  9:18 UTC  (3+ messages)
` [PATCH 01/12] kbuild: make -Woverride-init warnings more consistent

[PATCH 1/1] arch/um: fix forward declaration for vmalloc
 2024-03-28  8:48 UTC  (2+ messages)

[BUG REPORT] writeback: soft lockup encountered on a next-20240327 kernel
 2024-03-28  8:20 UTC  (3+ messages)

[PATCH v6 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-28  7:54 UTC  (4+ messages)
` [PATCH v6 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

next: arc: defconfig - gcc-9 - mmu-arcv2.h:82:2: error: implicit declaration of function 'write_aux_reg' [-Werror=implicit-function-declaration]
 2024-03-28  5:46 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).