[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
2025-01-10 20:28 UTC (17+ messages)
[PATCH v3] vmstat: disable vmstat_work on vmstat_cpu_down_prep()
2025-01-10 20:14 UTC (2+ messages)
[PATCH v3 00/12] AMD broadcast TLB invalidation
2025-01-10 19:58 UTC (17+ messages)
` [PATCH 04/12] x86/mm: get INVLPGB count max from CPUID
` [PATCH 06/12] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH 11/12] x86/mm: enable AMD translation cache extensions
[syzbot] [mm?] WARNING in __folio_rmap_sanity_checks (2)
2025-01-10 19:55 UTC (7+ messages)
[PATCH v8 00/16] move per-vma lock into vm_area_struct
2025-01-10 19:51 UTC (21+ messages)
` [PATCH v8 11/16] mm: replace vm_lock and detached flag with a reference count
` [PATCH v8 15/16] mm: make vma cache SLAB_TYPESAFE_BY_RCU
[RFC PATCH 0/5] Accelerate page migration with batching and multi threads
2025-01-10 19:51 UTC (7+ messages)
[RFC 00/11] khugepaged: mTHP support
2025-01-10 19:41 UTC (17+ messages)
` [RFC 01/11] introduce khugepaged_collapse_single_pmd to collapse a single pmd
` [RFC 03/11] khugepaged: Don't allocate khugepaged mm_slot early
` [RFC 06/11] khugepaged: generalize alloc_charge_folio for mTHP support
` [RFC 07/11] khugepaged: generalize __collapse_huge_page_* "
` [RFC 08/11] khugepaged: introduce khugepaged_scan_bitmap "
` [RFC 09/11] khugepaged: add "
[PATCH] mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vma
2025-01-10 19:40 UTC (6+ messages)
[PATCH v1 0/6] mm/hugetlb: folio and migration cleanups
2025-01-10 19:32 UTC (15+ messages)
` [PATCH v1 1/6] mm/huge_memory: convert has_hwpoisoned into a pure folio flag
` [PATCH v1 2/6] mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()
` [PATCH v1 3/6] mm/migrate: don't call folio_putback_active_hugetlb() on dst hugetlb folio
` [PATCH v1 4/6] mm/hugetlb: rename folio_putback_active_hugetlb() to folio_putback_hugetlb()
` [PATCH v1 5/6] mm/hugetlb-cgroup: convert hugetlb_cgroup_css_offline() to work on folios
` [PATCH v1 6/6] mm/hugetlb: use folio->lru int demote_free_hugetlb_folios()
[RFC PATCH v2 00/11] AMD broadcast TLB invalidation
2025-01-10 19:29 UTC (4+ messages)
[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
2025-01-10 19:18 UTC (4+ messages)
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
[PATCH mm-unstable v1] mm/hugetlb_vmemmap: fix memory loads ordering
2025-01-10 19:17 UTC (6+ messages)
[PATCH 00/16] selftest/mm: Remove warnings found by adding compiler flags
2025-01-10 19:00 UTC (3+ messages)
` [PATCH 01/16] selftests/mm: remove argc and argv unused parameters
[RFC PATCH 0/2] mm: filemap: add filemap_grab_folios
2025-01-10 18:54 UTC (5+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] KVM: guest_memfd: use filemap_grab_folios in write
[PATCH 0/5] Docs/mm/damon: add tuning guide and misc updates
2025-01-10 18:52 UTC (6+ messages)
` [PATCH 1/5] Docs/mm/damon/design: add monitoring parameters tuning guide
` [PATCH 2/5] Docs/mm/damon: add an example monitoring intervals tuning
` [PATCH 3/5] Docs/admin-guide/mm/damon/usage: fix and add missing DAMOS filter sysfs files on files hierarchy
` [PATCH 4/5] Docs/admin-guide/mm/damon/start: update snapshot example
` [PATCH 5/5] mm/damon: explain "effective quota" on kernel-doc comment
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-01-10 18:40 UTC (30+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
` [PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
` [PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
` [PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap "
` [PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory "
` [PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
` [PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
` [PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 23/29] mm: asi: exit ASI before suspend-like operations
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
` [PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag
[PATCH v2] treewide: const qualify ctl_tables where applicable
2025-01-10 18:28 UTC (2+ messages)
[PATCH] treewide: const qualify ctl_tables where applicable
2025-01-10 17:13 UTC (2+ messages)
[PATCH v4 0/2] Cleanup for memfd_create()
2025-01-10 16:59 UTC (3+ messages)
` [PATCH v4 1/2] mm/memfd: Refactor and cleanup the logic in memfd_create()
` [PATCH v4 2/2] mm/memfd: Use strncpy_from_user() to read memfd name
[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-10 16:54 UTC (26+ messages)
` [PATCH v6 05/26] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v6 07/26] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v6 08/26] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v6 09/26] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v6 10/26] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v6 11/26] mm: Allow compound zone device pages
` [PATCH v6 12/26] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v6 13/26] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v6 14/26] rmap: Add support for PUD sized mappings to rmap
` [PATCH v6 15/26] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v6 16/26] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v6 17/26] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v6 18/26] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v6 19/26] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v6 20/26] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages
` [PATCH v6 22/26] device/dax: Properly refcount device dax pages when mapping
` [PATCH v6 23/26] mm: Remove pXX_devmap callers
` [PATCH v6 24/26] mm: Remove devmap related functions and page table bits
` [PATCH v6 25/26] Revert "riscv: mm: Add support for ZONE_DEVICE"
` [PATCH v6 26/26] Revert "LoongArch: Add ARCH_HAS_PTE_DEVMAP support"
Possible memory leak on nfsd
2025-01-10 16:50 UTC
[PATCH] binfmt_flat: Fix integer overflow bug on 32 bit systems
2025-01-10 16:49 UTC (4+ messages)
[PATCH v3 0/2] Cleanup for memfd_create()
2025-01-10 16:43 UTC (9+ messages)
` [PATCH v3 1/2] mm/memfd: Refactor and cleanup the logic in memfd_create()
` [PATCH v3 2/2] mm/memfd: Use strncpy_from_user() to read memfd name
[syzbot] [mm?] WARNING in __folio_rmap_sanity_checks (2)
2025-01-10 16:35 UTC (2+ messages)
[PATCH v7 00/17] move per-vma lock into vm_area_struct
2025-01-10 16:29 UTC (6+ messages)
` [PATCH v7 11/17] refcount: introduce __refcount_{add|inc}_not_zero_limited
[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
2025-01-10 16:09 UTC (4+ messages)
` [PATCH v11 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
[PATCH v2 0/3] selftests/mm: virtual_address_range: Reduce memory usage and avoid VVAR access
2025-01-10 15:47 UTC (8+ messages)
` [PATCH v2 1/3] selftests/mm: virtual_address_range: mmap() without PROT_WRITE
` [PATCH v2 2/3] selftests/mm: virtual_address_range: Unmap chunks after validation
` [PATCH v2 3/3] selftests/mm: virtual_address_range: Avoid reading VVAR mappings
[PATCH 1/2] mm/vmscan: Accumulate nr_demoted for accurate demotion statistics
2025-01-10 15:24 UTC (6+ messages)
` [PATCH 2/2] mm/vmscan: Fix pgdemote_* accounting with lru_gen_enabled
[PATCH] mm/memfd: reserve hugetlb folios before allocation
2025-01-10 15:22 UTC (6+ messages)
[PATCH 0/1] mm/fake-numa: allow later numa node hotplug
2025-01-10 14:59 UTC (3+ messages)
[PATCH net-next v7 0/8] fix two bugs related to page_pool
2025-01-10 13:06 UTC (2+ messages)
` [PATCH net-next v7 3/8] page_pool: fix IOMMU crash when driver has already unbound
[PATCH] kcov: add unique cover, edge, and cmp modes
2025-01-10 12:16 UTC (3+ messages)
[syzbot] [mm?] upstream test error: WARNING in enable_work
2025-01-10 12:06 UTC (2+ messages)
[RFC PATCH v2 0/2] Add file seal to prevent future exec mappings
2025-01-10 11:37 UTC (3+ messages)
` [RFC PATCH v2 2/2] selftests/memfd: Add tests for F_SEAL_FUTURE_EXEC
[PATCH v3 00/13] mm, swap: rework of swap allocator locks
2025-01-10 11:23 UTC (5+ messages)
` [PATCH v3 09/13] mm, swap: reduce contention on device lock
[PATCH v18 00/19] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2025-01-10 11:01 UTC (12+ messages)
` [PATCH v18 04/19] EDAC: Add memory repair control feature
[LSF/MM/BPF TOPIC] Large folio (z)swapin
2025-01-10 10:47 UTC (8+ messages)
[PATCH 1/3] mm/memblock: Modify the default failure behavior of memblock_alloc to panic
2025-01-10 10:17 UTC (5+ messages)
[PATCH v8] mm/memblock: Add memblock_alloc_or_panic interface
2025-01-10 10:15 UTC (3+ messages)
[PATCH linux-next v4] ksm: add ksm involvement information for each process
2025-01-10 9:57 UTC (2+ messages)
[PATCH v5] ksm: add ksm involvement information for each process
2025-01-10 9:40 UTC
[syzbot] [mm?] bpf test error: WARNING in enable_work
2025-01-10 9:40 UTC
[PATCH] mm/hugetlb: Fix hugepage allocation for interleaved memory nodes
2025-01-10 9:37 UTC (4+ messages)
[syzbot] [mm?] linux-next test error: WARNING in enable_work
2025-01-10 8:23 UTC
[PATCH] mm/hugetlb: prevent reuse of isolated free hugepages
2025-01-10 8:14 UTC (2+ messages)
[PATCH] arch/s390: save_area_alloc default failure behavior changed to panic
2025-01-10 7:45 UTC (8+ messages)
[bug report] mm: allow compound zone device pages
2025-01-10 7:04 UTC
[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-10 6:56 UTC (7+ messages)
` [PATCH v5 05/25] fs/dax: Create a common implementation to break DAX layouts
[PATCH v9 mm-unstable 00/18] Add zpdesc memory descriptor for zswap.zpool
2025-01-10 6:08 UTC (4+ messages)
` [PATCH v9 mm-unstable 11/18] mm/zsmalloc: convert reset_page to reset_zpdesc
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