[PATCH v4 0/3] hugetlbfs: close race between MADV_DONTNEED and page fault
2023-09-26 21:15 UTC (5+ messages)
` [PATCH 1/3] hugetlbfs: extend hugetlb_vma_lock to private VMAs
` [PATCH 2/3] hugetlbfs: close race between MADV_DONTNEED and page fault
` [PATCH 3/3] hugetlbfs: replace hugetlb_vma_lock with invalidate_lock
[PATCH v3 0/4] Smart scanning mode for KSM
2023-09-26 21:09 UTC (8+ messages)
` [PATCH v3 1/4] mm/ksm: add "smart" page scanning mode
` [PATCH v3 2/4] mm/ksm: add pages_skipped metric
` [PATCH v3 3/4] mm/ksm: document smart scan mode
` [PATCH v3 4/4] mm/ksm: document pages_skipped sysfs knob
[PATCH 0/2] hugetlb memcg accounting
2023-09-26 20:50 UTC (3+ messages)
` [PATCH 1/2] hugetlb: memcg: account hugetlb-backed memory in memory controller
[PATCH 00/12] mempolicy: cleanups leading to NUMA mpol without vma
2023-09-26 20:47 UTC (22+ messages)
` [PATCH 01/12] hugetlbfs: drop shared NUMA mempolicy pretence
` [PATCH 02/12] kernfs: drop shared NUMA mempolicy hooks
` [PATCH 03/12] mempolicy: fix migrate_pages(2) syscall return nr_failed
` [PATCH 04/12] mempolicy trivia: delete those ancient pr_debug()s
` [PATCH 05/12] mempolicy trivia: slightly more consistent naming
` [PATCH 06/12] mempolicy trivia: use pgoff_t in shared mempolicy tree
` [PATCH 07/12] mempolicy: mpol_shared_policy_init() without pseudo-vma
` [PATCH 08/12] mempolicy: remove confusing MPOL_MF_LAZY dead code
` [PATCH 09/12] mm: add page_rmappable_folio() wrapper
[PATCH 2/2] selftests: add a selftest to verify hugetlb usage in memcg
2023-09-26 20:41 UTC
[PATCH] zswap: change zswap's default allocator to zsmalloc
2023-09-26 20:06 UTC (3+ messages)
[PATCH v8] mm/filemap: remove hugetlb special casing in filemap.c
2023-09-26 19:20 UTC
[linux-next:pending-fixes] BUILD SUCCESS a427b9ee9815a9d07e1d182ddc994caa06042786
2023-09-26 19:14 UTC
[PATCH v2 0/2] workload-specific and memory pressure-driven zswap writeback
2023-09-26 18:37 UTC (11+ messages)
` [PATCH v2 1/2] zswap: make shrinking memcg-aware
` [PATCH v2 2/2] zswap: shrinks zswap pool based on memory pressure
ANON_LARGE_FOLIOS meeting follow-up & refined proposal
2023-09-26 18:34 UTC (9+ messages)
[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
2023-09-26 18:19 UTC (18+ messages)
[PATCH 01/10] userfaultfd.2: briefly mention two-step feature handshake process
2023-09-26 17:58 UTC (16+ messages)
` [PATCH 02/10] userfaultfd.2: reword to account for new fault resolution ioctls
` [PATCH 03/10] userfaultfd.2: comment on feature detection in the example program
` [PATCH 05/10] ioctl_userfaultfd.2: describe two-step feature handshake
` [PATCH 06/10] ioctl_userfaultfd.2: describe missing UFFDIO_API feature flags
` [PATCH 07/10] ioctl_userfaultfd.2: correct and update UFFDIO_API ioctl error codes
` [PATCH 08/10] ioctl_userfaultfd.2: clarify the state of the uffdio_api structure on error
` [PATCH 04/10] ioctl_userfaultfd.2: fix a few trivial mistakes
[PATCH] mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_folio_init_vmemmap()
2023-09-26 17:44 UTC
[linux-next:master 3230/8008] ERROR: modpost: "__xchg_small" [fs/bcachefs/bcachefs.ko] undefined!
2023-09-26 15:51 UTC
[PATCH RFC] binfmt_elf: fully allocate bss pages
2023-09-26 14:42 UTC (10+ messages)
` [PATCH] binfmt_elf: Support segments with 0 filesz and misaligned starts
` [PATCH v2] "
[PATCH 1/2] memcg, oom: unmark under_oom after the oom killer is done
2023-09-26 14:39 UTC (7+ messages)
[PATCH v4] vmscan: add trace events for lru_gen
2023-09-26 14:15 UTC (5+ messages)
[PATCH] mm/vmalloc: Remove WARN_ON_ONCE related to adjust_va_to_fit_type
2023-09-26 12:35 UTC (9+ messages)
[linux-next:master] [maple_tree] 2041864a22: BUG:sleeping_function_called_from_invalid_context_at_include/linux/sched/mm.h
2023-09-26 12:15 UTC (6+ messages)
[PATCH v2 0/3] Fixes and cleanups to break_down_buddy_pages
2023-09-26 11:34 UTC (9+ messages)
` [PATCH v2 1/3] mm/page_alloc: correct start page when guard page debug is enabled
` [PATCH v2 2/3] mm/page_alloc: remove unnecessary check in break_down_buddy_pages
` [PATCH v2 3/3] mm/page_alloc: remove unnecessary next_page "
[PATCH] fs/hfsplus: expand s_vhdr_buf size to avoid slab oob
2023-09-26 10:24 UTC
[PATCH -next rfc 0/9] mm: convert page cpupid functions to folios
2023-09-26 9:39 UTC (12+ messages)
` [PATCH -next 1/9] mm_types: add _last_cpupid into folio
` [PATCH -next 2/9] mm: mprotect: use a folio in change_pte_range()
` [PATCH -next 3/9] mm: huge_memory: use a folio in change_huge_pmd()
` [PATCH -next 4/9] mm: convert xchg_page_access_time to xchg_folio_access_time()
` [PATCH -next 5/9] mm: convert page_cpupid_last() to folio_cpupid_last()
` [PATCH -next 6/9] mm: make wp_page_reuse() and finish_mkwrite_fault() to take a folio
` [PATCH -next 7/9] mm: convert page_cpupid_xchg_last() to folio_cpupid_xchg_last()
` [PATCH -next 8/9] mm: page_alloc: use a folio in free_pages_prepare()
` [PATCH -next 9/9] mm: convert page_cpupid_reset_last() to folio_cpupid_reset_last()
[PATCH v3 00/13] mm: jit/text allocator
2023-09-26 8:32 UTC (9+ messages)
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 10/13] arch: make execmem setup available regardless of CONFIG_MODULES
[PATCH] mm, memcg: expose swapcache stat for memcg v1
2023-09-26 8:22 UTC (3+ messages)
[PATCH v3 0/2] mm: Don't set and reset page count in MEMINIT_EARLY
2023-09-26 7:57 UTC (4+ messages)
` [PATCH v3 2/2] mm: Init page count in reserve_bootmem_region when MEMINIT_EARLY
` [PATCH v3 1/2] mm: pass page count and reserved to __init_single_page
[PATCH v1 0/4] mm: Implement ECC handling for pfn with no struct page
2023-09-26 7:38 UTC (8+ messages)
` [PATCH v1 1/4] mm: handle poisoning of pfn without struct pages
` [PATCH v1 4/4] vfio/nvgpu: register device memory for poison handling
[RESEND PATCH v8 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
2023-09-26 6:38 UTC (6+ messages)
` [RESEND PATCH v8 2/2] ACPI: APEI: handle synchronous exceptions in task work
[PATCH -V4 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
2023-09-26 6:35 UTC (7+ messages)
` [PATCH -V4 1/4] memory tiering: add abstract distance calculation algorithms management
` [PATCH -V4 2/4] acpi, hmat: refactor hmat_register_target_initiators()
` [PATCH -V4 3/4] acpi, hmat: calculate abstract distance with HMAT
` [PATCH -V4 4/4] dax, kmem: calculate abstract distance with general interface
[PATCH -V2 00/10] mm: PCP high auto-tuning
2023-09-26 6:09 UTC (11+ messages)
` [PATCH -V2 01/10] mm, pcp: avoid to drain PCP when process exit
` [PATCH -V2 02/10] cacheinfo: calculate per-CPU data cache size
` [PATCH -V2 03/10] mm, pcp: reduce lock contention for draining high-order pages
` [PATCH -V2 04/10] mm: restrict the pcp batch scale factor to avoid too long latency
` [PATCH -V2 05/10] mm, page_alloc: scale the number of pages that are batch allocated
` [PATCH -V2 06/10] mm: add framework for PCP high auto-tuning
` [PATCH -V2 07/10] mm: tune PCP high automatically
` [PATCH -V2 08/10] mm, pcp: decrease PCP high if free pages < high watermark
` [PATCH -V2 09/10] mm, pcp: avoid to reduce PCP high unnecessarily
` [PATCH -V2 10/10] mm, pcp: reduce detecting time of consecutive high order page freeing
[linux-next:master] [dm thin] 026e4728c2: BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/rwsem.c
2023-09-26 5:51 UTC
[PATCH v2 0/4] Smart scanning mode for KSM
2023-09-26 3:52 UTC (4+ messages)
` [PATCH v2 1/4] mm/ksm: add "smart" page scanning mode
[PATCH v6 0/8] Batch hugetlb vmemmap modification operations
2023-09-26 2:27 UTC (11+ messages)
` [PATCH v6 1/8] hugetlb: optimize update_and_free_pages_bulk to avoid lock cycles
` [PATCH v6 2/8] hugetlb: restructure pool allocations
` [PATCH v6 3/8] hugetlb: perform vmemmap optimization on a list of pages
` [PATCH v6 4/8] hugetlb: perform vmemmap restoration "
` [PATCH v6 5/8] hugetlb: batch freeing of vmemmap pages
` [PATCH v6 6/8] hugetlb: batch PMD split for bulk vmemmap dedup
` [PATCH v6 7/8] hugetlb: batch TLB flushes when freeing vmemmap
` [PATCH v6 8/8] hugetlb: batch TLB flushes when restoring vmemmap
[PATCH v3] vmscan: add trace events for lru_gen
2023-09-26 2:11 UTC (3+ messages)
[PATCH] mm/damon/vaddr-test: Fix memory leak in damon_do_test_apply_three_regions()
2023-09-26 1:39 UTC (5+ messages)
[akpm-mm:mm-unstable 264/269] fs/proc/task_mmu.c:2018:13: warning: 'pagemap_scan_backout_range' defined but not used
2023-09-26 1:32 UTC
[PATCH v3 0/3] hugetlbfs: close race between MADV_DONTNEED and page fault
2023-09-26 0:46 UTC (7+ messages)
` [PATCH 1/3] hugetlbfs: extend hugetlb_vma_lock to private VMAs
` [PATCH 2/3] hugetlbfs: close race between MADV_DONTNEED and page fault
` [PATCH 3/3] hugetlbfs: replace hugetlb_vma_lock with invalidate_lock
[PATCH v2] tmpfs.5: extend with new noswap documentation
2023-09-26 0:20 UTC (2+ messages)
[PATCH v5 0/8] Batch hugetlb vmemmap modification operations
2023-09-25 22:35 UTC (5+ messages)
` [PATCH v5 4/8] hugetlb: perform vmemmap restoration on a list of pages
[RFC PATCH v2 0/7] Introduce persistent memory pool
2023-09-25 21:28 UTC (8+ messages)
` [RFC PATCH v2 1/7] kexec_file: Add fdt modification callback support
` [RFC PATCH v2 2/7] x86: kexec: Transfer existing fdt to the new kernel
` [RFC PATCH v2 3/7] x86: kexec: Enable fdt modification in callbacks
` [RFC PATCH v2 4/7] pmpool: Introduce persistent memory pool
` [RFC PATCH v2 5/7] pmpool: Update device tree on kexec
` [RFC PATCH v2 6/7] pmpool: Restore state from device tree post-kexec
` [RFC PATCH v2 7/7] Drivers: hv: Allocate persistent pages for root partition
[PATCH] selftests/damon: Add executable permission to test scripts
2023-09-25 20:53 UTC (2+ messages)
[PATCH 3/3] hugetlbfs: replace hugetlb_vma_lock with invalidate_lock
2023-09-25 20:11 UTC (5+ messages)
[PATCH v4] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
2023-09-25 20:01 UTC
[linux-next:pending-fixes] BUILD SUCCESS eba2d8a9dfc51f4f4c72ff31e43064a502807453
2023-09-25 19:47 UTC
[RFC PATCH 0/2] Remove compound_pagelist from khugepaged
2023-09-25 18:57 UTC (4+ messages)
` [RFC PATCH 1/2] mm/khugepaged: Convert __collapse_huge_page_isolate() to use folios
[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
2023-09-25 17:37 UTC (6+ messages)
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
[PATCH] mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are specified
2023-09-25 17:16 UTC (3+ messages)
[PATCH v2 0/2] mm: memcg: fix tracking of pending stats updates values
2023-09-25 17:11 UTC (3+ messages)
[RFC 0/2] Damos filter cleanup code and implement workingset
2023-09-25 15:53 UTC (2+ messages)
[PATCH v2 0/2] mm: Don't set and reset page count in MEMINIT_EARLY
2023-09-25 15:10 UTC (3+ messages)
` [PATCH v2 1/2] mm: pass page count and reserved to __init_single_page
[PATCH v2] debugobjects: stop accessing objects after releasing spinlock
2023-09-25 13:13 UTC
[PATCH v2] mm: zswap: fix potential memory corruption on duplicate store
2023-09-25 13:00 UTC
[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
2023-09-25 12:34 UTC (9+ messages)
` [PATCH v7 06/12] iov_iter: Derive user-backedness from the iterator type
` [PATCH v7 07/12] iov_iter: Convert iterate*() to inline funcs
` [PATCH v7 08/12] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v7 09/12] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v7 10/12] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v7 11/12] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v7 12/12] iov_iter, net: Move hash_and_copy_to_iter() to net/
[PATCH] mm: zswap: fix potential memory corruption on duplicate store
2023-09-25 12:25 UTC (4+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox