linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/9] mm: workingset reporting
 2024-11-27 19:40 UTC  (14+ messages)
` [PATCH v4 1/9] mm: aggregate workingset information into histograms
` [PATCH v4 2/9] mm: use refresh interval to rate-limit workingset report aggregation
` [PATCH v4 3/9] mm: report workingset during memory pressure driven scanning
` [PATCH v4 4/9] mm: extend workingset reporting to memcgs
` [PATCH v4 5/9] mm: add kernel aging thread for workingset reporting
` [PATCH v4 6/9] selftest: test system-wide "
` [PATCH v4 7/9] Docs/admin-guide/mm/workingset_report: document sysfs and memcg interfaces
` [PATCH v4 8/9] Docs/admin-guide/cgroup-v2: document workingset reporting
` [PATCH v4 9/9] virtio-balloon: add "

[GIT PULL] memblock updates for 6.13-rc1
 2024-11-27 19:37 UTC  (2+ messages)

[PATCH v4 24/26] arch_numa: switch over to numa_memblks
 2024-11-27 19:32 UTC 

[PATCH v2] mm: shmem: Fix variable type to int to evaluate negative conditions
 2024-11-27 18:07 UTC 

[PATCH] selftests/damon: Add _damon_sysfs.py to TEST_FILES
 2024-11-27 17:04 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6f3d2b5299b0a8bcb8a9405a8d3fceb24f79c4f0
 2024-11-27 17:02 UTC 

[Invitation] bi-weekly guest_memfd upstream call on 2024-11-14
 2024-11-27 16:43 UTC  (2+ messages)
` [Invitation] bi-weekly guest_memfd upstream call on 2024-12-05

[linux-next:fs-current] BUILD SUCCESS 901e4c6bacaca8f32445e6181f642a6c8c601f86
 2024-11-27 16:38 UTC 

[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
 2024-11-27 16:34 UTC  (2+ messages)

[PATCH v9 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-27 16:19 UTC  (19+ messages)
` [PATCH v9 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v9 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v9 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v9 8/8] task: rust: rework how current is accessed

[PATCH] selftest: hugetlb_dio: Fix test naming
 2024-11-27 16:14 UTC 

[PATCH v3 00/15] Allocate and free frozen pages
 2024-11-27 15:52 UTC  (19+ messages)
` [PATCH v3 01/15] mm/page_alloc: Cache page_zone() result in free_unref_page()
` [PATCH v3 02/15] mm: Make alloc_pages_mpol() static
` [PATCH v3 03/15] mm/page_alloc: Export free_frozen_pages() instead of free_unref_page()
` [PATCH v3 04/15] mm/page_alloc: Move set_page_refcounted() to callers of post_alloc_hook()
` [PATCH v3 05/15] mm/page_alloc: Move set_page_refcounted() to callers of prep_new_page()
` [PATCH v3 06/15] mm/page_alloc: Move set_page_refcounted() to callers of get_page_from_freelist()
` [PATCH v3 07/15] mm/page_alloc: Move set_page_refcounted() to callers of __alloc_pages_cpuset_fallback()
` [PATCH v3 08/15] mm/page_alloc: Move set_page_refcounted() to callers of __alloc_pages_may_oom()
` [PATCH v3 09/15] mm/page_alloc: Move set_page_refcounted() to callers of __alloc_pages_direct_compact()
` [PATCH v3 10/15] mm/page_alloc: Move set_page_refcounted() to callers of __alloc_pages_direct_reclaim()
` [PATCH v3 11/15] mm/page_alloc: Move set_page_refcounted() to callers of __alloc_pages_slowpath()
` [PATCH v3 12/15] mm/page_alloc: Move set_page_refcounted() to end of __alloc_pages()
` [PATCH v3 13/15] mm/page_alloc: Add __alloc_frozen_pages()
` [PATCH v3 14/15] mm/mempolicy: Add alloc_frozen_pages()
` [PATCH v3 15/15] slab: Allocate frozen pages

[RFC PATCH v3 0/5] Improve simple directory offset wrap behavior
 2024-11-27 15:28 UTC  (6+ messages)
` [RFC PATCH v3 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [RFC PATCH v3 2/5] libfs: Remove unnecessary locking from simple_offset_empty()
` [RFC PATCH v3 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [RFC PATCH v3 4/5] libfs: Refactor end-of-directory detection for simple_offset directories
` [RFC PATCH v3 5/5] libfs: Refactor offset_iterate_dir()

[PATCH 1/2] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
 2024-11-27 15:03 UTC  (5+ messages)
` [PATCH 2/2] selftests/exec: add a test for execveat()'s comm

[PATCH] mm/zswap: add LRU_STOP to comment about dropping the lru lock
 2024-11-27 14:58 UTC  (2+ messages)

[RFC PATCH v2 0/5] Improve simple directory offset wrap behavior
 2024-11-27 14:36 UTC  (11+ messages)
` [RFC PATCH v2 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [RFC PATCH v2 2/5] libfs: Check dentry before locking in simple_offset_empty()
` [RFC PATCH v2 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [RFC PATCH v2 4/5] libfs: Refactor end-of-directory detection for simple_offset directories
` [RFC PATCH v2 5/5] libfs: Refactor offset_iterate_dir()

[linux-next:fs-next] BUILD SUCCESS 2ffe3f871d042fa494aec8e353f8355cba37f0dc
 2024-11-27 14:23 UTC 

[PATCH 0/7] spanning write related cleanup
 2024-11-27 13:31 UTC  (9+ messages)
` [PATCH 1/7] maple_tree: not necessary to check ahead if !content
` [PATCH 2/7] maple_tree: validate we won't split on NULL
` [PATCH 3/7] maple_tree: check mid_split only may have
` [PATCH 4/7] maple_tree: the return value of mast_spanning_rebalance() is not used
` [PATCH 5/7] maple_tree: the type of left subtree is already saved in bnode->type
` [PATCH 6/7] maple_tree: always need to update max of new left node
` [PATCH 7/7] maple_tree: only ascend left subtree to get the old node for replacement

[RFC PATCH 0/1] Large folios in block buffered IO path
 2024-11-27 12:28 UTC  (10+ messages)
` [RFC PATCH 1/1] block/ioctl: Add an ioctl to enable large folios for "

[PATCH] mm/vma: next is already retrieved
 2024-11-27 12:21 UTC  (2+ messages)

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-27 12:20 UTC  (11+ messages)
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event

Regression in NFS probably due to very large amounts of readahead
 2024-11-27 11:06 UTC  (16+ messages)

[PATCH v2] mm: migrate: Removed unused argument vma from migrate_misplaced_folio
 2024-11-27 10:53 UTC  (2+ messages)

[PATCH] watch_queue: Use page->private instead of page->index
 2024-11-27 10:05 UTC  (2+ messages)

[RFC PATCH 0/4] Promotion of Unmapped Page Cache Folios
 2024-11-27  8:22 UTC  (5+ messages)
` [PATCH 1/4] migrate: Allow migrate_misplaced_folio APIs without a VMA
` [PATCH 2/4] memory: allow non-fault migration in numa_migrate_check path
` [PATCH 3/4] vmstat: add page-cache numa hints
` [PATCH 4/4] migrate,sysfs: add pagecache promotion

[RFC PATCH] mm: memory-failure: add soft-offline stat in mf_stats
 2024-11-27  7:06 UTC  (4+ messages)

[PATCH RFC v3 0/4] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-11-27  5:04 UTC  (10+ messages)
` [PATCH RFC v3 1/4] mm: zsmalloc: support objects compressed based on multiple pages

[PATCH v4 00/10] zswap IAA compress batching
 2024-11-27  5:04 UTC  (14+ messages)
` [PATCH v4 01/10] crypto: acomp - Define two new interfaces for compress/decompress batching
` [PATCH v4 10/10] mm: zswap: Compress batching with Intel IAA in zswap_batch_store() of large folios

[PATCH v5 tip/perf/core 0/2] uprobes: speculative lockless VMA-to-uprobe lookup
 2024-11-27  4:49 UTC  (4+ messages)
` [PATCH v5 tip/perf/core 1/2] uprobes: simplify find_active_uprobe_rcu() VMA checks

[RFC PATCH v2 0/1] mm/vmscan: move the written-back folios to the tail of LRU after shrinking
 2024-11-27  0:17 UTC  (9+ messages)
` [RFC PATCH v2 1/1] "

[PATCH v3 0/2] rust: page: Add support for existing struct page mappings
 2024-11-26 20:43 UTC  (7+ messages)

[RFC PATCH] mm/damon: explain "effective quota" on kernel-doc comment
 2024-11-26 19:43 UTC  (3+ messages)

[PATCH 0/5] Track node vacancy to reduce worst case allocation counts
 2024-11-26 19:32 UTC  (4+ messages)

[PATCH v2] mm: mmap_lock: optimize mmap_lock tracepoints
 2024-11-26 19:29 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION ed9a4ad6e5bd3a443e81446476718abebee47e82
 2024-11-26 17:42 UTC 

[PATCH 0/6] Enable strict percpu address space checks
 2024-11-26 17:21 UTC  (7+ messages)
` [PATCH 1/6] x86/kgdb: Use IS_ERR_PCPU() macro
` [PATCH 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro
` [PATCH 3/6] percpu: Use TYPEOF_UNQUAL() in variable declarations
` [PATCH 4/6] percpu: Use TYPEOF_UNQUAL() in *_cpu_ptr() accessors
` [PATCH 5/6] percpu: Repurpose __percpu tag as a named address space qualifier
` [PATCH 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2024-11-26 17:10 UTC  (2+ messages)

[PATCH v4 0/1] Seal system mappings
 2024-11-26 16:39 UTC  (4+ messages)
` [PATCH v4 1/1] exec: seal "

[RFC PATCH 0/4] KVM: ioctl for populating guest_memfd
 2024-11-26 16:04 UTC  (10+ messages)

[linux-next:fs-current] BUILD SUCCESS 00328354d016a7014898dcdd2d93959f061285ba
 2024-11-26 15:33 UTC 

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-11-26 15:33 UTC  (17+ messages)
` [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
  ` [RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
    ` [RFC PATCH] mm/slab: Avoid build bug for calls to kmalloc with a large constant
  ` [RFC PATCH v1 15/57] stackdepot: Remove PAGE_SIZE compile-time constant assumption

[PATCH] mm: vmscan: ensure kswapd is woken up if the wait queue is active
 2024-11-26 15:06 UTC 

[PATCH] Revert "readahead: properly shorten readahead when falling back to do_page_cache_ra()"
 2024-11-26 15:01 UTC  (2+ messages)

[PATCH] Removed unused argument vma from migrate_misplaced_folio
 2024-11-26 14:38 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 75259237c67ca8b4d1cc9af1089b41ce8f2c287b
 2024-11-26 14:15 UTC 

[linux-next:fs-next] BUILD SUCCESS fd6359d103b48a1465b7bbed068d7b6eb49f27f0
 2024-11-26 13:56 UTC 

[PATCH] mm/kmemleak: Fix sleeping function called from invalid context in kmemleak_seq_show
 2024-11-26 10:49 UTC  (9+ messages)

[syzbot] [btrfs?] kernel BUG in __folio_start_writeback
 2024-11-26  8:43 UTC  (7+ messages)

[PATCH v4 03/10] crypto: iaa - Implement batch_compress(), batch_decompress() API in iaa_crypto
 2024-11-26  7:05 UTC  (2+ messages)

[syzbot] [mm?] WARNING: locking bug in __sysvec_apic_timer_interrupt
 2024-11-26  6:31 UTC 

[GIT PULL] slab updates for 6.13 v2
 2024-11-26  1:41 UTC  (2+ messages)

[GIT PULL] non-MM updates for 6.13-rc1
 2024-11-26  1:41 UTC  (2+ messages)

[PATCH mm/stable] mm: fix vrealloc()'s KASAN poisoning logic
 2024-11-26  0:52 UTC 

[linux-next:master] BUILD REGRESSION 85a2dd7d7c8152cb125712a1ecae1d0a6ccac250
 2024-11-25 23:54 UTC 

[PATCH v6 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-11-25 22:35 UTC  (4+ messages)
` [PATCH v6 2/3] x86: probe memory block size advisement value during mm init

[PATCH v2 0/6] mm/arm64: re-enable HVO
 2024-11-25 22:22 UTC  (3+ messages)

[PATCH] mm/mempolicy: Fix decision-making issues for memory migration during NUMA balancing
 2024-11-25 20:41 UTC  (5+ 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