linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-18 00:47:31 to 2023-07-19 06:32:18 UTC [more...]

[PATCH] mm: hugetlb_vmemmap: use PageCompound() instead of PageReserved()
 2023-07-19  6:31 UTC 

[RFC v1 0/3] udmabuf: Replace pages when there is FALLOC_FL_PUNCH_HOLE in memfd
 2023-07-19  6:19 UTC  (9+ messages)
` [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
` [RFC v1 2/3] udmabuf: Replace pages when there is FALLOC_FL_PUNCH_HOLE in memfd
` [RFC v1 3/3] selftests/dma-buf/udmabuf: Add tests for huge pages and FALLOC_FL_PUNCH_HOLE

collision between ZONE_MOVABLE and memblock allocations
 2023-07-19  6:14 UTC  (3+ messages)

[RFC 0/2] mm: PCP high auto-tuning
 2023-07-19  5:59 UTC  (11+ messages)
` [RFC 2/2] mm: alloc/free depth based "

[PATCH v2 0/2] udmabuf: Add back support for mapping hugetlb pages (v2)
 2023-07-19  5:42 UTC  (7+ messages)
` [PATCH v2 1/2] udmabuf: Use vmf_insert_pfn and VM_PFNMAP for handling mmap
` [PATCH v2 2/2] udmabuf: Add back support for mapping hugetlb pages (v2)

[PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-19  5:42 UTC  (13+ messages)
` [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier
` [PATCH 2/4] arm64/smmu: Use TLBI ASID when invalidating entire range
` [PATCH 3/4] mmu_notifiers: Call arch_invalidate_secondary_tlbs() when invalidating TLBs
` [PATCH 4/4] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()

[PATCH v1 1/1] kasan: Replace strreplace() with strchrnul()
 2023-07-19  5:36 UTC  (2+ messages)

[PATCH v3 00/13] mm: free retracted page table by RCU
 2023-07-19  5:04 UTC  (3+ messages)
` [PATCH v3 04/13] powerpc: assert_pte_locked() use pte_offset_map_nolock()

[PATCH] mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()
 2023-07-19  4:32 UTC  (2+ messages)

[PATCH 0/3] minor cleanups to page_ext header
 2023-07-19  3:41 UTC 

[PATCH v2 0/2] Fix hugetlb free path race with memory errors
 2023-07-19  3:35 UTC  (8+ 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 1/4] mm/compaction: use "spinlock_t *" to record held lock in compact [un]lock functions
 2023-07-19 11:30 UTC  (3+ messages)
` [PATCH 2/4] mm/compaction: use "spinlock_t *" to record held lock in isolate_migratepages_block
` [PATCH 4/4] mm/compaction: add compact_unlock_irqrestore to remove repeat code

[RFC PATCH 0/3] memfd: cleanups for vm.memfd_noexec
 2023-07-19  3:10 UTC  (3+ messages)

[PATCH] mm/damon/core-test: Initialise context before test in damon_test_set_attrs()
 2023-07-19  3:00 UTC  (4+ messages)

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

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-19  2:14 UTC  (31+ 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 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [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 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v11 14/29] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v11 15/29] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v11 17/29] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v11 19/29] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 20/29] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v11 21/29] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v11 22/29] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v11 23/29] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v11 24/29] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v11 25/29] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v11 26/29] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v11 29/29] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH] man5/tmpfs.5: fix typo in reference to CONFIG_TRANSPARENT_HUGEPAGE
 2023-07-19  2:05 UTC 

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-19  1:35 UTC  (3+ messages)
` [PATCH v5 6/8] xfs: switch to "

[PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
 2023-07-18 23:59 UTC  (7+ messages)

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-07-18 23:17 UTC  (5+ messages)
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled

[GIT PULL] hotfixes for 6.5-rc2
 2023-07-18 22:16 UTC  (2+ messages)

[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
 2023-07-18 19:37 UTC  (14+ messages)
` [PATCH 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH 02/35] prctl: Add flag for shadow stack writeability and push/pop
` [PATCH 21/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH 22/35] arm64/mm: Implement map_shadow_stack()

[PATCH v9 00/42] Shadow stacks for userspace
 2023-07-18 19:32 UTC  (3+ messages)
` [PATCH v9 23/42] Documentation/x86: Add CET shadow stack description

[PATCH] memfd: support MFD_NOEXEC alongside MFD_EXEC
 2023-07-18 19:03 UTC 

[PATCH] mm: kill frontswap
 2023-07-18 18:52 UTC  (6+ messages)

[akpm-mm:mm-unstable 209/215] mm/mmap.c:2430:29: error: assigning to 'lockdep_map_p' from incompatible type 'void *'
 2023-07-18 17:21 UTC  (4+ messages)

[PATCH] mm/percpu.c: change GFP_KERNEL to GFP_ATOMIC
 2023-07-18 17:17 UTC 

[PATCH v25 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-07-18 16:27 UTC  (7+ messages)
` [PATCH v25 2/5] fs/proc/task_mmu: "

[bug report] mm: replace vma->vm_flags direct modifications with modifier calls
 2023-07-18 16:27 UTC  (12+ messages)

[PATCH 0/6] Convert several functions in page_io.c to use a folio
 2023-07-18 16:21 UTC  (12+ 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 5/6] mm/page_io: convert count_swpout_vm_event() to take in a folio

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-18 15:56 UTC  (6+ messages)

[PATCH v2 0/8] selftests/mm fixes for arm64
 2023-07-18 15:24 UTC  (8+ messages)
` [PATCH v2 6/8] selftests/mm: Make migration test robust to failure

[PATCH 0/5] mm: convert to vma_is_heap/stack()
 2023-07-18 15:10 UTC  (6+ messages)
` [PATCH 1/5] mm: introduce vma_is_stack() and vma_is_heap()
` [PATCH 2/5] mm: use "

[PATCH V3] [PATCH V3] NUMA:Improve the efficiency of calculating pages loss
 2023-07-18 14:31 UTC  (2+ messages)

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

[PATCH v3] mm: kfence: allocate kfence_metadata at runtime
 2023-07-18 13:38 UTC  (3+ messages)

[PATCH] mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_file
 2023-07-18 12:50 UTC  (4+ messages)

[PATCH] kthread: Rename user_mode_thread() to kmuser_thread()
 2023-07-18 12:43 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS efabeaa08ef1e95ca92675c66fd8a1ef7acbdde2
 2023-07-18 12:37 UTC 

[PATCH v2] mm/slub: disable slab merging in the default configuration
 2023-07-18 12:08 UTC  (8+ messages)

next: kernel BUG at fs/ext4/mballoc.c:4369!
 2023-07-18 11:47 UTC  (6+ messages)
      ` [LTP] "

[PATCH v3 0/4] variable-order, large folios for anonymous memory
 2023-07-18 10:36 UTC  (8+ messages)
` [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance

[akpm-mm:mm-unstable 93/173] drivers/clk/clk-fixed-mmio.c:33:2: error: call to undeclared function 'iounmap'; ISO C99 and later do not support implicit function declarations
 2023-07-18  8:47 UTC  (7+ messages)

Fwd: mm/page_alloc.c:4453 with cfg80211_wiphy_work [cfg80211]
 2023-07-18  8:02 UTC  (3+ messages)
`  "

[PATCH v2] mm: kfence: allocate kfence_metadata at runtime
 2023-07-18  7:35 UTC  (3+ messages)

[PATCH 0/3] add page_ext_data to get client data in page_ext
 2023-07-18 14:58 UTC  (3+ messages)
` [PATCH 1/3] mm/page_ext: add common function to get client data from page_ext
` [PATCH 2/3] mm/page_ext: use page_ext_data helper in page_table_check

[PATCH] [RFC PATCH v2]mm/slub: Optimize slub memory usage
 2023-07-18  6:43 UTC  (3+ messages)

[linus:master] [mm/gup] a6e79df92e: stress-ng.vm-splice.vm-splice_calls_per_sec -3.9% regression
 2023-07-18  6:11 UTC 

[linux-next:master 2748/3113] drivers/regulator/max77857-regulator.c:312:16: error: initializer element is not a compile-time constant
 2023-07-18  6:07 UTC 

[PATCH v5] Randomized slab caches for kmalloc()
 2023-07-18  5:46 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Cloud storage optimizations
 2023-07-16  4:09 UTC 

[PATCH v4 0/6] Add support for memmap on memory feature on ppc64
 2023-07-18  2:44 UTC  (7+ messages)
` [PATCH v4 1/6] mm/hotplug: Simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfig
` [PATCH v4 2/6] mm/hotplug: Allow memmap on memory hotplug request to fallback
` [PATCH v4 3/6] mm/hotplug: Allow architecture to override memmap on memory support check
` [PATCH v4 4/6] mm/hotplug: Allow pageblock alignment via altmap reservation
` [PATCH v4 5/6] powerpc/book3s64/memhotplug: Enable memmap on memory for radix
` [PATCH v4 6/6] mm/hotplug: Embed vmem_altmap details in memory block

[PATCH v5 00/13] Add support for DAX vmemmap optimization for ppc64
 2023-07-18  2:29 UTC  (11+ messages)
` [PATCH v5 01/13] mm/hugepage pud: Allow arch-specific helper function to check huge page pud support
` [PATCH v5 04/13] mm/vmemmap: Allow architectures to override how vmemmap optimization works
` [PATCH v5 05/13] mm: Add pud_same similar to __HAVE_ARCH_P4D_SAME
` [PATCH v5 07/13] mm/vmemmap optimization: Split hugetlb and devdax vmemmap optimization
` [PATCH v5 08/13] powerpc/mm/trace: Convert trace event to trace event class
` [PATCH v5 09/13] powerpc/book3s64/mm: Enable transparent pud hugepage
` [PATCH v5 10/13] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function
` [PATCH v5 11/13] powerpc/book3s64/radix: Add support for vmemmap optimization for radix
` [PATCH v5 12/13] powerpc/book3s64/radix: Remove mmu_vmemmap_psize
` [PATCH v5 13/13] powerpc/book3s64/radix: Add debug message to give more details of vmemmap allocation

[akpm-mm:mm-nonmm-unstable 35/36] arch/arm64/hyperv/hv_core.c:28:33: warning: variable 'output_address' set but not used
 2023-07-18  1:09 UTC 


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 NNTP newsgroup(s).