[PATCH v3 00/23] Convert to filemap_get_folios_tag()
2022-10-17 20:24 UTC (4+ messages)
` [PATCH v3 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v3 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v3 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
[PATCH v3 00/25] Fix the DAX-gup mistake
2022-10-17 20:17 UTC (36+ messages)
` [PATCH v3 01/25] fsdax: Wait on @page not @page->_refcount
` [PATCH v3 02/25] fsdax: Use dax_page_idle() to document DAX busy page checking
` [PATCH v3 03/25] fsdax: Include unmapped inodes for page-idle detection
` [PATCH v3 04/25] fsdax: Introduce dax_zap_mappings()
` [PATCH v3 05/25] fsdax: Wait for pinned pages during truncate_inode_pages_final()
` [PATCH v3 06/25] fsdax: Validate DAX layouts broken before truncate
` [PATCH v3 07/25] fsdax: Hold dax lock over mapping insertion
` [PATCH v3 08/25] fsdax: Update dax_insert_entry() calling convention to return an error
` [PATCH v3 09/25] fsdax: Rework for_each_mapped_pfn() to dax_for_each_folio()
` [PATCH v3 10/25] fsdax: Introduce pgmap_request_folios()
` [PATCH v3 11/25] fsdax: Rework dax_insert_entry() calling convention
` [PATCH v3 12/25] fsdax: Cleanup dax_associate_entry()
` [PATCH v3 13/25] devdax: Minor warning fixups
` [PATCH v3 14/25] devdax: Fix sparse lock imbalance warning
` [PATCH v3 15/25] libnvdimm/pmem: Support pmem block devices without dax
` [PATCH v3 16/25] devdax: Move address_space helpers to the DAX core
` [PATCH v3 17/25] devdax: Sparse fixes for xarray locking
` [PATCH v3 18/25] devdax: Sparse fixes for vmfault_t / dax-entry conversions
` [PATCH v3 19/25] devdax: Sparse fixes for vm_fault_t in tracepoints
` [PATCH v3 20/25] devdax: add PUD support to the DAX mapping infrastructure
` [PATCH v3 21/25] devdax: Use dax_insert_entry() + dax_delete_mapping_entry()
` [PATCH v3 22/25] mm/memremap_pages: Replace zone_device_page_init() with pgmap_request_folios()
` [PATCH v3 23/25] mm/memremap_pages: Initialize all ZONE_DEVICE pages to start at refcount 0
` [PATCH v3 24/25] mm/meremap_pages: Delete put_devmap_managed_page_refs()
` [PATCH v3 25/25] mm/gup: Drop DAX pgmap accounting
[PATCH v3 0/2] Rework find_get_entries() and find_lock_entries()
2022-10-17 20:12 UTC (7+ messages)
` [PATCH v3 1/2] filemap: find_lock_entries() now updates start offset
` [PATCH v3 2/2] filemap: find_get_entries() "
[PATCH v2 00/39] Shadowstacks for userspace
2022-10-17 19:33 UTC (26+ messages)
` [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
[PATCH 0/7] Add basic trace events for vmap/vmalloc
2022-10-17 19:12 UTC (11+ messages)
` [PATCH 1/7] mm: vmap: Add alloc_vmap_area trace event
` [PATCH 2/7] mm: vmap: Add a purge_vmap_area_lazy "
` [PATCH 2/7] mm: vmap: Add "
` [PATCH 3/7] mm: vmap: Add a free_vmap_area_noflush "
` [PATCH 3/7] mm: vmap: Add "
` [PATCH 4/7] mm/vmalloc: Use a trace_alloc_vmap_area event
` [PATCH 5/7] mm/vmalloc: Use a trace_purge_vmap_area_lazy event
` [PATCH 6/7] mm/vmalloc: Use a trace_free_vmap_area_noflush event
` [PATCH 7/7] vmalloc: Add reviewers for vmalloc code
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-10-17 19:05 UTC (23+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v8 7/8] KVM: Handle page fault for private memory
[RFC] memcg rstat flushing optimization
2022-10-17 18:52 UTC (2+ messages)
[PATCH v3 0/3] THP Shrinker
2022-10-17 18:19 UTC (5+ messages)
` [PATCH v3 3/3] mm: THP low utilization shrinker
[RFC PATCH v2 00/14] mm/block: add bdi sysfs knobs
2022-10-17 18:13 UTC (15+ messages)
` [RFC PATCH v2 01/14] mm: add bdi_set_strict_limit() function
` [RFC PATCH v2 02/14] mm: add knob /sys/class/bdi/<bdi>/strict_limit
` [RFC PATCH v2 03/14] mm: document /sys/class/bdi/<bdi>/strict_limit knob
` [RFC PATCH v2 04/14] mm: use part per 1000 for bdi ratios
` [RFC PATCH v2 05/14] mm: add bdi_get_max_bytes() function
` [RFC PATCH v2 06/14] mm: split off __bdi_set_max_ratio() function
` [RFC PATCH v2 07/14] mm: add bdi_set_max_bytes() function
` [RFC PATCH v2 08/14] mm: add knob /sys/class/bdi/<bdi>/max_bytes
` [RFC PATCH v2 09/14] mm: document /sys/class/bdi/<bdi>/max_bytes knob
` [RFC PATCH v2 10/14] mm: add bdi_get_min_bytes() function
` [RFC PATCH v2 11/14] mm: split off __bdi_set_min_ratio() function
` [RFC PATCH v2 12/14] mm: add bdi_set_min_bytes() function
` [RFC PATCH v2 13/14] mm: add /sys/class/bdi/<bdi>/min_bytes knob
` [RFC PATCH v2 14/14] mm: document "
[PATCH] mm: hugetlb: support get/set_policy for hugetlb_vm_ops
2022-10-17 17:59 UTC (10+ messages)
` [External] "
[PATCH 0/4] Add MADV_COLLAPSE documentation
2022-10-17 17:55 UTC (5+ messages)
` [PATCH man-pages 1/4] madvise.2: update THP file/shmem documentation for +5.4
` [PATCH man-pages 2/4] madvise.2: document reliable probe for advice support
` [PATCH man-pages 3/4] process_madvise.2: CAP_SYS_ADMIN cleanup
` [PATCH man-pages 4/4] madvise.2: add documentation for MADV_COLLAPSE
Observed memory leak in hugetlb_reserve_pages
2022-10-17 17:38 UTC (2+ messages)
[RFC PATCH 0/8] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way (Alternative)
2022-10-17 17:06 UTC (12+ messages)
` [RFC PATCH 3/8] mm/ioremap: Define generic_ioremap_prot() and generic_iounmap()
` [RFC PATCH 7/8] mm/ioremap: Consider IOREMAP space in generic ioremap
Panic/lockup in z3fold_zpool_free
2022-10-17 16:34 UTC (6+ messages)
[RFC v2 0/4] vmalloc_exec for modules and BPF programs
2022-10-17 16:23 UTC (5+ messages)
` [RFC v2 3/4] modules, x86: use vmalloc_exec for module core
[PATCH] mm/huge_memory: don't clear active swapcache entry from page->private
2022-10-17 16:14 UTC (2+ messages)
[PATCH v8 0/5] Ensure quiet_vmstat() is called when the idle tick was stopped too
2022-10-17 16:04 UTC (4+ messages)
` [PATCH v8 5/5] tick/sched: "
[RFC PATCH] mm: move xa forward when run across zombie page
2022-10-17 15:55 UTC (5+ messages)
[PATCH 0/2] Configurable order free page reporting in hyper-v
2022-10-17 15:53 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] mm/page_reporting: Add checks for page_reporting_order param
` [PATCH v2 2/2] hv_balloon: Add support for configurable order free page reporting
[linux-next:master] BUILD REGRESSION 77d8bf70fac0900844491376bc18b491710168bf
2022-10-17 15:44 UTC
[BUG?] X86 arch_tlbbatch_flush() seems to be lacking mm_tlb_flush_nested() integration
2022-10-17 14:57 UTC (10+ messages)
[PATCH v6 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
2022-10-17 13:31 UTC (9+ messages)
` [PATCH v6 1/4] mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage
` [PATCH v6 4/4] mm/hwpoison: introduce per-memory_block hwpoison counter
[PATCH v6 0/7] treewide cleanup of random integer usage
2022-10-17 11:59 UTC (2+ messages)
[RFC PATCH] mm: Introduce new MADV_NOMOVABLE behavior
2022-10-17 11:27 UTC (4+ messages)
[RFC PATCH 0/4] Introduce mempool pages bulk allocator the use it in dm-crypt
2022-10-17 9:41 UTC (5+ messages)
` [PATCH 2/4] mm: mempool: introduce page bulk allocator
[RFC PATCH v1 00/14] mm/block: add bdi sysfs knobs
2022-10-17 7:45 UTC (2+ messages)
[PATCH V11 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
2022-10-17 2:40 UTC (5+ messages)
` [PATCH V11 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V11 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V11 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V11 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
[PATCH] MM: discard __GFP_ATOMIC
2022-10-17 2:38 UTC (8+ messages)
[linux-next:master] BUILD REGRESSION dca0a0385a4963145593ba417e1417af88a7c18d
2022-10-17 2:23 UTC
[linux-next:pending-fixes] BUILD SUCCESS 99eb6a4dd485a9635ca4ef5c3617fc20ca59b640
2022-10-17 2:22 UTC
[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
2022-10-16 21:37 UTC (14+ messages)
[RFC PATCH] xfs: drop experimental warning for fsdax
2022-10-16 14:05 UTC (12+ messages)
[PATCH v4 00/17] common kmalloc v4
2022-10-16 9:10 UTC (7+ messages)
` [PATCH v4 10/17] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
` [PATCH] mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation
[GIT PULL] slab hotfix for 6.1-rc1
2022-10-16 0:15 UTC (2+ messages)
[PATCH] mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation
2022-10-15 11:47 UTC
KASAN-related VMAP allocation errors in debug kernels with many logical CPUS
2022-10-15 9:23 UTC (10+ messages)
[PATCH] mm/mempolicy: Fix mbind_range() arguments to vma_merge()
2022-10-15 2:12 UTC
[PATCH 0/3] hugetlb: fixes for new vma lock series
2022-10-15 1:40 UTC (8+ messages)
` [PATCH 1/3] hugetlb: fix vma lock handling during split vma and range unmapping
` [PATCH 2/3] hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointer
` [PATCH 3/3] hugetlb: allocate vma lock for all sharable vmas
[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
2022-10-14 22:03 UTC (7+ messages)
` [PATCH 1/2] "
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-10-14 21:31 UTC (8+ messages)
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
[GIT PULL] Final MM updates for 6.1-rc1
2022-10-14 19:44 UTC (2+ messages)
[PATCH v5 0/2] Memory poison recovery in khugepaged collapsing
2022-10-14 18:28 UTC (4+ messages)
` [PATCH v5 1/2] mm/khugepaged: recover from poisoned anonymous memory
hmm_test issues with latest mainline
2022-10-14 15:47 UTC (4+ messages)
[PATCH v2 0/4] selftests/vm: Drop hugetlb mntpoint in run_vmtests.sh
2022-10-14 14:40 UTC (5+ messages)
` [PATCH v2 1/4] selftests/vm: Use memfd for uffd hugetlb tests
` [PATCH v2 2/4] selftests/vm: Use memfd for hugetlb-madvise test
` [PATCH v2 3/4] selftests/vm: Use memfd for hugepage-mremap test
` [PATCH v2 4/4] selftests/vm: Drop mnt point for hugetlb in run_vmtests.sh
[PATCH v4 2/7] Enable balloon drivers to report inflated memory
2022-10-14 14:10 UTC (15+ messages)
` RFC "
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