Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-19 07:40:12 to 2023-07-20 10:32:42 UTC [more...]

[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
 2023-07-20 10:32 UTC  (10+ messages)
` [PATCH v2 12/32] mm/vmalloc: vmalloc_to_page() use pte_offset_kernel()

[PATCH] [RFC PATCH v2]mm/slub: Optimize slub memory usage
 2023-07-20 10:30 UTC  (6+ messages)

[RFC PATCH v4] mm/slub: Optimize slub memory usage
 2023-07-20 10:23 UTC 

Prerequisites for Large Anon Folios
 2023-07-20  9:41 UTC 

[PATCH v2 0/9] Convert several functions in page_io.c to use a folio
 2023-07-20  9:31 UTC  (15+ messages)
` [PATCH v2 1/9] mm/page_io: remove unneeded ClearPageUptodate()
` [PATCH v2 2/9] mm/page_io: remove unneeded SetPageError()
` [PATCH v2 3/9] mm/page_io: convert bio_first_page_all() to bio_first_folio_all()
` [PATCH v2 4/9] mm/page_io: use a folio in __end_swap_bio_read()
` [PATCH v2 5/9] mm/page_io: use a folio in sio_read_complete()
` [PATCH v2 6/9] mm/page_io: use a folio in swap_writepage_bdev_sync()
` [PATCH v2 7/9] mm/page_io: use a folio in swap_writepage_bdev_async()
` [PATCH v2 8/9] mm/page_io: convert count_swpout_vm_event() to take in a folio
` [PATCH v2 9/9] mm/page_io: convert bio_associate_blkg_from_page() "

[PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
 2023-07-20  9:06 UTC  (2+ messages)

[RFC v1 0/3] udmabuf: Replace pages when there is FALLOC_FL_PUNCH_HOLE in memfd
 2023-07-20  9:00 UTC  (5+ messages)
` [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)

[PATCH RESEND net-next 1/2] net-memcg: Scopify the indicators of sockmem pressure
 2023-07-20  8:57 UTC  (3+ messages)

[PATCH 00/13] mm: jit/text allocator
 2023-07-20  8:53 UTC 

[PATCH v3] dma-contiguous: support numa CMA for specified node
 2023-07-20  8:47 UTC  (4+ messages)

[PATCH 0/2] Two minor cleanups for compaction
 2023-07-20 11:53 UTC  (5+ messages)
` [PATCH 2/2] mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint is set

[PATCH 0/4] A few fixup and cleanup patches for memory-failure
 2023-07-20  8:44 UTC  (9+ messages)
` [PATCH 2/4] mm: memory-failure: fix potential unexpected return value from unpoison_memory()
` [PATCH 3/4] mm: memory-failure: avoid false hwpoison page mapped error info
` [PATCH 4/4] mm: memory-failure: add PageOffline() check

[PATCH v3 0/5] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-20  8:39 UTC  (6+ messages)
` [PATCH v3 1/5] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH v3 2/5] mmu_notifiers: Fixup comment in mmu_interval_read_begin()
` [PATCH v3 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs
` [PATCH v3 4/5] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()
` [PATCH v3 5/5] mmu_notifiers: Rename invalidate_range notifier

[PATCH 0/3] add page_ext_data to get client data in page_ext
 2023-07-20  8:37 UTC  (5+ messages)

[PATCH v2 0/4] mm: convert to vma_is_initial_heap/stack()
 2023-07-20  8:28 UTC  (16+ messages)
` [PATCH v2 1/4] mm: factor out VMA stack and heap checks
` [PATCH v2 2/4] drm/amdkfd: use vma_is_initial_stack() and vma_is_initial_heap()
` [PATCH v2 3/4] selinux: "
` [PATCH v2 4/4] perf/core: "

[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-20  8:16 UTC  (9+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v6 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes

[PATCH v2 0/8] selftests/mm fixes for arm64
 2023-07-20  8:14 UTC  (5+ messages)
` [PATCH v2 8/8] selftests/mm: Run all tests from run_vmtests.sh

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-20  8:09 UTC  (23+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH] man5/tmpfs.5: fix typo in reference to CONFIG_TRANSPARENT_HUGEPAGE
 2023-07-20  8:03 UTC  (4+ messages)

[RFC PATCH v2 00/21] mm/zsmalloc: Split zsdesc from struct page
 2023-07-20  7:54 UTC  (7+ messages)
` [RFC PATCH v2 01/21] mm/zsmalloc: create new struct zsdesc
` [RFC PATCH v2 16/21] mm/zsmalloc: convert location_to_obj() to use zsdesc

collision between ZONE_MOVABLE and memblock allocations
 2023-07-20  7:49 UTC  (10+ messages)

[PATCH] mm:vmscan: fix inaccurate reclaim during proactive reclaim
 2023-07-20  7:27 UTC 

[PATCH v2 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-07-20  7:14 UTC  (4+ messages)
` [PATCH v2 1/3] mm/memory_hotplug: Export symbol mhp_supports_memmap_on_memory()
` [PATCH v2 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
` [PATCH v2 3/3] dax/kmem: allow kmem to add memory with memmap_on_memory

[RFC PATCH 0/8] memory recharging for offline memcgs
 2023-07-20  7:08 UTC  (9+ messages)
` [RFC PATCH 1/8] memcg: refactor updating memcg->moving_account
` [RFC PATCH 2/8] mm: vmscan: add lruvec_for_each_list() helper
` [RFC PATCH 3/8] memcg: recharge mapped folios when a memcg is offlined
` [RFC PATCH 4/8] memcg: support deferred memcg recharging
` [RFC PATCH 5/8] memcg: recharge folios when accessed or dirtied
` [RFC PATCH 6/8] memcg: add stats for offline memcgs recharging
` [RFC PATCH 7/8] memcg: add sysctl and config option to control memory recharging
` [RFC PATCH 8/8] selftests: cgroup: test_memcontrol: add a selftest for memcg recharging

[PATCH] shmem: add support for user extended attributes
 2023-07-20  6:54 UTC 

[linux-next:master 3050/3762] ../lib/gcc/loongarch64-linux/12.3.0/plugin/include/config/loongarch/loongarch-opts.h:31:10: fatal error: loongarch-def.h: No such file or directory
 2023-07-20  6:36 UTC 

[PATCH] hugetlbfs: Fix integer overflow check in hugetlbfs_file_mmap()
 2023-07-20  6:25 UTC  (7+ messages)

[PATCH] mm: kill frontswap
 2023-07-20  6:00 UTC  (9+ messages)

[PATCH 0/6] Convert several functions in page_io.c to use a folio
 2023-07-20  5:22 UTC  (13+ messages)
` [PATCH 1/6] mm/page_io: use a folio in __end_swap_bio_read()
` [PATCH 2/6] mm/page_io: use a folio in sio_read_complete()

[PATCH] mm,memblock: reset memblock.reserved to system init state to prevent UAF
 2023-07-20  5:00 UTC  (2+ messages)

[RFC PATCH v2 0/3] support large folio for mlock
 2023-07-20  1:52 UTC  (19+ messages)
` [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio

[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-07-20  1:50 UTC  (5+ messages)
` [PATCH v12 2/2] "

[PATCH v2 0/2] Fix hugetlb free path race with memory errors
 2023-07-20  1:34 UTC  (9+ messages)
` [PATCH v2 1/2] hugetlb: Do not clear hugetlb dtor until allocating vmemmap
` [PATCH v2 2/2] hugetlb: optimize update_and_free_pages_bulk to avoid lock cycles

[PATCH] mm: Don't drop VMA locks in mm_drop_all_locks()
 2023-07-20  1:32 UTC 

[PATCH v2 0/5] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-20  1:31 UTC  (9+ messages)
` [PATCH v2 1/5] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH v2 2/5] mmu_notifiers: Fixup comment in mmu_interval_read_begin()
` [PATCH v2 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs
` [PATCH v2 4/5] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()
` [PATCH v2 5/5] mmu_notifiers: Rename invalidate_range notifier

[stable:linux-5.15.y 36/9999] drivers/gpu/drm/nouveau/dispnv50/disp.c:2692:1: warning: stack frame size (2160) exceeds limit (2048) in 'nv50_display_create'
 2023-07-20  1:27 UTC 

[RFC PATCH 0/4] splice: Fix corruption in data spliced to pipe
 2023-07-20  0:00 UTC  (14+ messages)
` [RFC PATCH 1/4] splice: Fix corruption of spliced data after splice() returns

[PATCH v2 0/1] change ->index to PAGE_SIZE for hugetlb pages
 2023-07-20  0:00 UTC  (2+ messages)

[RFC PATCH 0/3] memfd: cleanups for vm.memfd_noexec
 2023-07-19 23:38 UTC  (3+ messages)
` [RFC PATCH 3/3] selftests: memfd: error out test process when child test fails

[PATCH v2] mm/hugetlb: get rid of page_hstate()
 2023-07-19 23:02 UTC  (2+ messages)

Using userfaultfd with KVM's async page fault handling causes processes to hung waiting for mmap_lock to be released
 2023-07-19 21:54 UTC  (2+ messages)

[PATCH mm-unstable fix] mm: userfaultfd: add new UFFDIO_POISON ioctl: fix
 2023-07-19 21:53 UTC  (4+ messages)

[PATCH 0/8] Make several Kconfig options depend on HAS_IOMEM
 2023-07-19 21:51 UTC  (3+ messages)
` [PATCH 7/8] clk: fixed-mmio: make COMMON_CLK_FIXED_MMIO "

[BUG] trigger BUG_ON in mas_store_prealloc when low memory
 2023-07-19 19:22 UTC  (11+ messages)

[PATCH v2 0/3] Optimize large folio interaction with deferred split
 2023-07-19 18:46 UTC  (6+ messages)
` [PATCH v2 1/3] mm: Allow deferred splitting of arbitrary large anon folios
` [PATCH v2 2/3] mm: Implement folio_remove_rmap_range()
` [PATCH v2 3/3] mm: Batch-zap large anonymous folio PTE mappings

[PATCH v2 0/5] variable-order, large folios for anonymous memory
 2023-07-19 18:37 UTC  (10+ messages)

[PATCH v2 3/4] mm/mmap: Change detached vma locking scheme
 2023-07-19 18:31 UTC  (2+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 352ce39a8bbaec0405793682be59fae120fc6b05
 2023-07-19 18:19 UTC 

[PATCH] mm/hugetlb: get rid of page_hstate()
 2023-07-19 18:11 UTC  (2+ messages)

[PATCH] mm: memcg: use rstat for non-hierarchical stats
 2023-07-19 17:46 UTC 

[linux-next:pending-fixes] BUILD SUCCESS e510699ebeeec48ffefbe3ef86a96a35a6fe69c3
 2023-07-19 16:21 UTC 

[PATCH 0/4] Add KFENCE support for LoongArch
 2023-07-19 15:29 UTC  (11+ messages)
` [PATCH 1/4] LoongArch: mm: Add page table mapped mode support
` [PATCH 2/4] LoongArch: Get stack without NMI when providing regs parameter
` [PATCH 3/4] KFENCE: Deferring the assignment of the local variable addr
` [PATCH 4/4] LoongArch: Add KFENCE support

[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
 2023-07-19 14:04 UTC  (5+ messages)
` [PATCH 04/35] arm64/gcs: Document the ABI for Guarded Control Stacks

[RFC PATCH v3] mm/slub: Optimize slub memory usage
 2023-07-19 10:21 UTC 

[linux-next:master 3179/3438] arch/arm64/include/asm/tlbflush.h:268:53: error: 'vma' undeclared
 2023-07-19 10:11 UTC 

[RFC 2/2] mm: alloc/free depth based PCP high auto-tuning
 2023-07-19  9:05 UTC  (11+ messages)

[linux-next:master 3179/3438] arch/arm64/include/asm/tlbflush.h:268:46: error: use of undeclared identifier 'vma'
 2023-07-19  8:37 UTC 

[PATCH] mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()
 2023-07-19  7:48 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).