Linux Memory Management
[Prev Page][Next Page]
- Re: [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 1/4] LoongArch: mm: Add page table mapped mode support
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH 4/4] LoongArch: Add KFENCE support
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH v2 3/4] selinux: use vma_is_initial_stack() and vma_is_initial_heap()
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH] mm: kill frontswap
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH 2/4] LoongArch: Get stack without NMI when providing regs parameter
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH 3/4] KFENCE: Deferring the assignment of the local variable addr
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH 3/4] KFENCE: Deferring the assignment of the local variable addr
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH] mm: kill frontswap
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [PATCH v2 2/4] drm/amdkfd: use vma_is_initial_stack() and vma_is_initial_heap()
- From: Felix Kuehling <felix.kuehling@xxxxxxx>
- Re: [PATCH v2 8/9] mm/page_io: convert count_swpout_vm_event() to take in a folio
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/9] mm/page_io: convert bio_first_page_all() to bio_first_folio_all()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 04/35] arm64/gcs: Document the ABI for Guarded Control Stacks
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH v2 3/3] mm: Batch-zap large anonymous folio PTE mappings
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 2/3] mm: Implement folio_remove_rmap_range()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 0/3] Optimize large folio interaction with deferred split
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
- From: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
- Re: [PATCH 04/35] arm64/gcs: Document the ABI for Guarded Control Stacks
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH v2 5/5] mmu_notifiers: Rename invalidate_range notifier
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH v2 4/5] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH v2 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH v2 2/5] mmu_notifiers: Fixup comment in mmu_interval_read_begin()
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH v2 1/5] arm64/smmu: Use TLBI ASID when invalidating entire range
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH v2 0/5] Invalidate secondary IOMMU TLB on permission upgrade
- From: Alistair Popple <apopple@xxxxxxxxxx>
- Re: [PATCH 04/35] arm64/gcs: Document the ABI for Guarded Control Stacks
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH 3/4] KFENCE: Deferring the assignment of the local variable addr
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v2 4/4] perf/core: use vma_is_initial_stack() and vma_is_initial_heap()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v2 3/4] selinux: use vma_is_initial_stack() and vma_is_initial_heap()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [RFC PATCH v3] mm/slub: Optimize slub memory usage
- From: Jay Patel <jaypatel@xxxxxxxxxxxxx>
- Re: [RFC PATCH 1/4] splice: Fix corruption of spliced data after splice() returns
- From: Miklos Szeredi <miklos@xxxxxxxxxx>
- [linux-next:master 3179/3438] arch/arm64/include/asm/tlbflush.h:268:53: error: 'vma' undeclared
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v2 9/9] mm/page_io: convert bio_associate_blkg_from_page() to take in a folio
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH v2 3/9] mm/page_io: convert bio_first_page_all() to bio_first_folio_all()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH v2 7/9] mm/page_io: use a folio in swap_writepage_bdev_async()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH v2 6/9] mm/page_io: use a folio in swap_writepage_bdev_sync()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH v2 8/9] mm/page_io: convert count_swpout_vm_event() to take in a folio
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH v2 5/9] mm/page_io: use a folio in sio_read_complete()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH v2 4/9] mm/page_io: use a folio in __end_swap_bio_read()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH v2 1/9] mm/page_io: remove unneeded ClearPageUptodate()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH v2 0/9] Convert several functions in page_io.c to use a folio
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH v2 2/9] mm/page_io: remove unneeded SetPageError()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- Re: [PATCH 0/3] add page_ext_data to get client data in page_ext
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH v2 4/4] perf/core: use vma_is_initial_stack() and vma_is_initial_heap()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [RFC 2/2] mm: alloc/free depth based PCP high auto-tuning
- From: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 3/4] selinux: use vma_is_initial_stack() and vma_is_initial_heap()
- From: Christian Göttsche <cgzones@xxxxxxxxxxxxxx>
- [linux-next:master 3179/3438] arch/arm64/include/asm/tlbflush.h:268:46: error: use of undeclared identifier 'vma'
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH 0/4] Add KFENCE support for LoongArch
- From: Enze Li <lienze@xxxxxxxxxx>
- [PATCH 1/4] LoongArch: mm: Add page table mapped mode support
- From: Enze Li <lienze@xxxxxxxxxx>
- [PATCH 2/4] LoongArch: Get stack without NMI when providing regs parameter
- From: Enze Li <lienze@xxxxxxxxxx>
- [PATCH 4/4] LoongArch: Add KFENCE support
- From: Enze Li <lienze@xxxxxxxxxx>
- [PATCH 3/4] KFENCE: Deferring the assignment of the local variable addr
- From: Enze Li <lienze@xxxxxxxxxx>
- Re: [PATCH v2 4/4] perf/core: use vma_is_initial_stack() and vma_is_initial_heap()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 3/4] selinux: use vma_is_initial_stack() and vma_is_initial_heap()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 2/4] drm/amdkfd: use vma_is_initial_stack() and vma_is_initial_heap()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 1/4] mm: factor out VMA stack and heap checks
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: collision between ZONE_MOVABLE and memblock allocations
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: collision between ZONE_MOVABLE and memblock allocations
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: collision between ZONE_MOVABLE and memblock allocations
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
- From: Yuan Yao <yuan.yao@xxxxxxxxxxxxxxx>
- Re: [PATCH] mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: [PATCH 2/6] mm/page_io: use a folio in sio_read_complete()
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- Re: [PATCH 1/6] mm/page_io: use a folio in __end_swap_bio_read()
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- [PATCH v2 4/4] perf/core: use vma_is_initial_stack() and vma_is_initial_heap()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 0/4] mm: convert to vma_is_initial_heap/stack()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 1/4] mm: factor out VMA stack and heap checks
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 3/4] selinux: use vma_is_initial_stack() and vma_is_initial_heap()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 2/4] drm/amdkfd: use vma_is_initial_stack() and vma_is_initial_heap()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
- From: Yuan Yao <yuan.yao@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH 0/3] memfd: cleanups for vm.memfd_noexec
- From: Jeff Xu <jeffxu@xxxxxxxxxx>
- Re: [PATCH] mm: hugetlb_vmemmap: use PageCompound() instead of PageReserved()
- From: Muchun Song <muchun.song@xxxxxxxxx>
- Re: [PATCH] mm: hugetlb_vmemmap: use PageCompound() instead of PageReserved()
- From: Mika Penttilä <mpenttil@xxxxxxxxxx>
- RE: mm/page_alloc.c:4453 with cfg80211_wiphy_work [cfg80211]
- From: "Peer, Ilan" <ilan.peer@xxxxxxxxx>
- [PATCH] mm: hugetlb_vmemmap: use PageCompound() instead of PageReserved()
- From: Muchun Song <songmuchun@xxxxxxxxxxxxx>
- RE: [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
- From: "Kasireddy, Vivek" <vivek.kasireddy@xxxxxxxxx>
- Re: collision between ZONE_MOVABLE and memblock allocations
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [RFC 2/2] mm: alloc/free depth based PCP high auto-tuning
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: collision between ZONE_MOVABLE and memblock allocations
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- RE: [PATCH v2 2/2] udmabuf: Add back support for mapping hugetlb pages (v2)
- From: "Kasireddy, Vivek" <vivek.kasireddy@xxxxxxxxx>
- Re: [PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
- From: Alistair Popple <apopple@xxxxxxxxxx>
- Re: [PATCH v1 1/1] kasan: Replace strreplace() with strchrnul()
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 04/13] powerpc: assert_pte_locked() use pte_offset_map_nolock()
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [PATCH] mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH 0/3] minor cleanups to page_ext header
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] hugetlb: optimize update_and_free_pages_bulk to avoid lock cycles
- From: Muchun Song <muchun.song@xxxxxxxxx>
- [PATCH 1/4] mm/compaction: use "spinlock_t *" to record held lock in compact [un]lock functions
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 2/4] mm/compaction: use "spinlock_t *" to record held lock in isolate_migratepages_block
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 4/4] mm/compaction: add compact_unlock_irqrestore to remove repeat code
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- RE: [PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [RFC PATCH 0/3] memfd: cleanups for vm.memfd_noexec
- From: Aleksa Sarai <cyphar@xxxxxxxxxx>
- Re: [PATCH] mm/damon/core-test: Initialise context before test in damon_test_set_attrs()
- From: Feng Tang <feng.tang@xxxxxxxxx>
- Re: [PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: [PATCH v2 1/2] hugetlb: Do not clear hugetlb dtor until allocating vmemmap
- From: Muchun Song <muchun.song@xxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
- From: Alistair Popple <apopple@xxxxxxxxxx>
- Re: [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- [PATCH] man5/tmpfs.5: fix typo in reference to CONFIG_TRANSPARENT_HUGEPAGE
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH v5 6/8] xfs: switch to multigrain timestamps
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- RE: [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
- From: "Kasireddy, Vivek" <vivek.kasireddy@xxxxxxxxx>
- Re: [PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
- From: Naoya Horiguchi <naoya.horiguchi@xxxxxxxxx>
- Re: [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [RFC PATCH v11 29/29] KVM: selftests: Test KVM exit behavior for private memory/access
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 26/29] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 25/29] KVM: selftests: Add x86-only selftest for private memory conversions
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 24/29] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 23/29] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 22/29] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 21/29] KVM: selftests: Add helpers to convert guest memory b/w private and shared
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 20/29] KVM: selftests: Add support for creating private memslots
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 19/29] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 17/29] KVM: x86: Add support for "protected VMs" that can utilize private memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 15/29] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 14/29] KVM: x86/mmu: Handle page fault for private memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- Re: [PATCH v2 2/2] udmabuf: Add back support for mapping hugetlb pages (v2)
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
- From: Kim Phillips <kim.phillips@xxxxxxx>
- Re: [GIT PULL] hotfixes for 6.5-rc2
- From: pr-tracker-bot@xxxxxxxxxx
- collision between ZONE_MOVABLE and memblock allocations
- From: Ross Zwisler <zwisler@xxxxxxxxxx>
- Re: [PATCH 21/35] arm64/gcs: Implement shadow stack prctl() interface
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
- From: Szabolcs Nagy <szabolcs.nagy@xxxxxxx>
- [GIT PULL] hotfixes for 6.5-rc2
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 02/35] prctl: Add flag for shadow stack writeability and push/pop
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH] memfd: support MFD_NOEXEC alongside MFD_EXEC
- From: Jeff Xu <jeffxu@xxxxxxxxxx>
- Re: [PATCH 01/35] prctl: arch-agnostic prctl for shadow stack
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH] mm: kill frontswap
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 3/4] mmu_notifiers: Call arch_invalidate_secondary_tlbs() when invalidating TLBs
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 3/4] mmu_notifiers: Call arch_invalidate_secondary_tlbs() when invalidating TLBs
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] udmabuf: Add back support for mapping hugetlb pages (v2)
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 1/2] udmabuf: Use vmf_insert_pfn and VM_PFNMAP for handling mmap
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 21/35] arm64/gcs: Implement shadow stack prctl() interface
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH 02/35] prctl: Add flag for shadow stack writeability and push/pop
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH 01/35] prctl: arch-agnostic prctl for shadow stack
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [akpm-mm:mm-unstable 209/215] mm/mmap.c:2430:29: error: assigning to 'lockdep_map_p' from incompatible type 'void *'
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH] mm/percpu.c: change GFP_KERNEL to GFP_ATOMIC
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [akpm-mm:mm-unstable 209/215] mm/mmap.c:2430:29: error: assigning to 'lockdep_map_p' from incompatible type 'void *'
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [akpm-mm:mm-unstable 209/215] mm/mmap.c:2430:29: error: assigning to 'lockdep_map_p' from incompatible type 'void *'
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH v2 2/2] hugetlb: optimize update_and_free_pages_bulk to avoid lock cycles
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH v2 2/2] hugetlb: optimize update_and_free_pages_bulk to avoid lock cycles
- From: James Houghton <jthoughton@xxxxxxxxxx>
- Re: [PATCH v25 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [bug report] mm: replace vma->vm_flags direct modifications with modifier calls
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH 2/6] mm/page_io: use a folio in sio_read_complete()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] mm/damon/core-test: Initialise context before test in damon_test_set_attrs()
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH] mm/damon/core-test: Initialise context before test in damon_test_set_attrs()
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH 1/6] mm/page_io: use a folio in __end_swap_bio_read()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] hugetlb: Do not clear hugetlb dtor until allocating vmemmap
- From: James Houghton <jthoughton@xxxxxxxxxx>
- Re: [PATCH v25 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Andrei Vagin <avagin@xxxxxxxxx>
- Re: [PATCH v25 0/5] Implement IOCTL to get and optionally clear info about PTEs
- From: Rogerio Alves <rogerio.cardoso@xxxxxxxxxxxxx>
- Re: [PATCH 0/2] eventfd: simplify signal helpers
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 22/35] arm64/mm: Implement map_shadow_stack()
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v2 6/8] selftests/mm: Make migration test robust to failure
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 1/5] mm: introduce vma_is_stack() and vma_is_heap()
- From: Christian Göttsche <cgzones@xxxxxxxxxxxxxx>
- Re: [PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
- From: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx>
- Re: [PATCH V3] [PATCH V3] NUMA:Improve the efficiency of calculating pages loss
- From: Liam Ni <zhiguangni01@xxxxxxxxx>
- Re: [PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
- From: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx>
- Re: [PATCH v1 3/3] mm: Batch-zap large anonymous folio PTE mappings
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [PATCH 22/35] arm64/mm: Implement map_shadow_stack()
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH v3] mm: kfence: allocate kfence_metadata at runtime
- From: Peng Zhang <zhangpeng.00@xxxxxxxxxxxxx>
- Re: [PATCH 2/6] mm/page_io: use a folio in sio_read_complete()
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- Re: [PATCH 5/6] mm/page_io: convert count_swpout_vm_event() to take in a folio
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- Re: [PATCH 1/6] mm/page_io: use a folio in __end_swap_bio_read()
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- Re: [PATCH] mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_file
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_file
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] kthread: Rename user_mode_thread() to kmuser_thread()
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH] mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_file
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2 6/8] selftests/mm: Make migration test robust to failure
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v3] mm: kfence: allocate kfence_metadata at runtime
- From: Marco Elver <elver@xxxxxxxxxx>
- [linux-next:pending-fixes] BUILD SUCCESS efabeaa08ef1e95ca92675c66fd8a1ef7acbdde2
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC 2/2] mm: alloc/free depth based PCP high auto-tuning
- From: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] mm/slub: disable slab merging in the default configuration
- From: "Julian Pidancet" <julian.pidancet@xxxxxxxxxx>
- Re: next: kernel BUG at fs/ext4/mballoc.c:4369!
- From: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
- Re: [PATCH v2 6/8] selftests/mm: Make migration test robust to failure
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 6/8] selftests/mm: Make migration test robust to failure
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 6/8] selftests/mm: Make migration test robust to failure
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 3/3] mm: Batch-zap large anonymous folio PTE mappings
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 3/3] mm: Batch-zap large anonymous folio PTE mappings
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH] mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_file
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v1 2/3] mm: Implement folio_remove_rmap_range()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 2/3] mm: Implement folio_remove_rmap_range()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [LTP] next: kernel BUG at fs/ext4/mballoc.c:4369!
- From: Petr Vorel <pvorel@xxxxxxx>
- Re: [PATCH 22/35] arm64/mm: Implement map_shadow_stack()
- From: Szabolcs Nagy <Szabolcs.Nagy@xxxxxxx>
- Re: [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [RFC v1 3/3] selftests/dma-buf/udmabuf: Add tests for huge pages and FALLOC_FL_PUNCH_HOLE
- From: Vivek Kasireddy <vivek.kasireddy@xxxxxxxxx>
- [RFC v1 0/3] udmabuf: Replace pages when there is FALLOC_FL_PUNCH_HOLE in memfd
- From: Vivek Kasireddy <vivek.kasireddy@xxxxxxxxx>
- [RFC v1 2/3] udmabuf: Replace pages when there is FALLOC_FL_PUNCH_HOLE in memfd
- From: Vivek Kasireddy <vivek.kasireddy@xxxxxxxxx>
- [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
- From: Vivek Kasireddy <vivek.kasireddy@xxxxxxxxx>
- Re: [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
- From: "bhe@xxxxxxxxxx" <bhe@xxxxxxxxxx>
- [PATCH v2 2/2] udmabuf: Add back support for mapping hugetlb pages (v2)
- From: Vivek Kasireddy <vivek.kasireddy@xxxxxxxxx>
- [PATCH v2 1/2] udmabuf: Use vmf_insert_pfn and VM_PFNMAP for handling mmap
- From: Vivek Kasireddy <vivek.kasireddy@xxxxxxxxx>
- [PATCH v2 0/2] udmabuf: Add back support for mapping hugetlb pages (v2)
- From: Vivek Kasireddy <vivek.kasireddy@xxxxxxxxx>
- Re: [PATCH v25 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: mm/page_alloc.c:4453 with cfg80211_wiphy_work [cfg80211]
- From: Rudi Heitbaum <rudi@xxxxxxxxxxxx>
- [PATCH 4/4] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 3/4] mmu_notifiers: Call arch_invalidate_secondary_tlbs() when invalidating TLBs
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 2/4] arm64/smmu: Use TLBI ASID when invalidating entire range
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
- From: Alistair Popple <apopple@xxxxxxxxxx>
- Re: [PATCH v2] mm: kfence: allocate kfence_metadata at runtime
- From: Peng Zhang <zhangpeng.00@xxxxxxxxxxxxx>
- [PATCH v3] mm: kfence: allocate kfence_metadata at runtime
- From: Peng Zhang <zhangpeng.00@xxxxxxxxxxxxx>
- Re: [PATCH v1 2/3] mm: Implement folio_remove_rmap_range()
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [PATCH 0/3] add page_ext_data to get client data in page_ext
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 2/3] mm/page_ext: use page_ext_data helper in page_table_check
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 1/3] mm/page_ext: add common function to get client data from page_ext
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH] [RFC PATCH v2]mm/slub: Optimize slub memory usage
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- Re: [PATCH v1 2/3] mm: Implement folio_remove_rmap_range()
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [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
- From: "Liu, Yujie" <yujie.liu@xxxxxxxxx>
- [linus:master] [mm/gup] a6e79df92e: stress-ng.vm-splice.vm-splice_calls_per_sec -3.9% regression
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- [linux-next:master 2748/3113] drivers/regulator/max77857-regulator.c:312:16: error: initializer element is not a compile-time constant
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v5] Randomized slab caches for kmalloc()
- From: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx>
- [PATCH] mm/damon/core-test: Initialise context before test in damon_test_set_attrs()
- From: Feng Tang <feng.tang@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Cloud storage optimizations
- From: BELINDA Goodpaster kelly <belindagodpaster1@xxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH v4 6/6] mm/hotplug: Embed vmem_altmap details in memory block
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v4 5/6] powerpc/book3s64/memhotplug: Enable memmap on memory for radix
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v4 4/6] mm/hotplug: Allow pageblock alignment via altmap reservation
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v4 3/6] mm/hotplug: Allow architecture to override memmap on memory support check
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v4 2/6] mm/hotplug: Allow memmap on memory hotplug request to fallback
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v4 1/6] mm/hotplug: Simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfig
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v4 0/6] Add support for memmap on memory feature on ppc64
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v5 13/13] powerpc/book3s64/radix: Add debug message to give more details of vmemmap allocation
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v5 11/13] powerpc/book3s64/radix: Add support for vmemmap optimization for radix
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v5 12/13] powerpc/book3s64/radix: Remove mmu_vmemmap_psize
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v5 10/13] powerpc/book3s64/vmemmap: Switch radix to use a different vmemmap handling function
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v5 09/13] powerpc/book3s64/mm: Enable transparent pud hugepage
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v5 08/13] powerpc/mm/trace: Convert trace event to trace event class
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v5 07/13] mm/vmemmap optimization: Split hugetlb and devdax vmemmap optimization
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v5 05/13] mm: Add pud_same similar to __HAVE_ARCH_P4D_SAME
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v5 04/13] mm/vmemmap: Allow architectures to override how vmemmap optimization works
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v5 01/13] mm/hugepage pud: Allow arch-specific helper function to check huge page pud support
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH v5 00/13] Add support for DAX vmemmap optimization for ppc64
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- Re: next: kernel BUG at fs/ext4/mballoc.c:4369!
- From: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>
- Re: [PATCH v1 2/3] mm: Implement folio_remove_rmap_range()
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- [akpm-mm:mm-nonmm-unstable 35/36] arch/arm64/hyperv/hv_core.c:28:33: warning: variable 'output_address' set but not used
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC 2/2] mm: alloc/free depth based PCP high auto-tuning
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [bug report] mm: replace vma->vm_flags direct modifications with modifier calls
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [PATCH 2/5] mm: use vma_is_stack() and vma_is_heap()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 2/2] hugetlb: optimize update_and_free_pages_bulk to avoid lock cycles
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- [PATCH v2 0/2] Fix hugetlb free path race with memory errors
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- [PATCH v2 1/2] hugetlb: Do not clear hugetlb dtor until allocating vmemmap
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [RFC PATCH 0/3] memfd: cleanups for vm.memfd_noexec
- From: Jeff Xu <jeffxu@xxxxxxxxxxxx>
- Re: [PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
- From: Naoya Horiguchi <naoya.horiguchi@xxxxxxxxx>
- [akpm-mm:mm-nonmm-unstable 35/36] include/linux/arm-smccc.h:485:29: error: '__declare_arg_3' undeclared
- From: kernel test robot <lkp@xxxxxxxxx>
- [akpm-mm:mm-nonmm-unstable 35/36] arch/arm64/kernel/paravirt.c:102:2: error: use of undeclared identifier '___res'
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
- From: Naoya Horiguchi <naoya.horiguchi@xxxxxxxxx>
- Re: [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
- From: "bhe@xxxxxxxxxx" <bhe@xxxxxxxxxx>
- Re: [RFC PATCH] madvise: make madvise_cold_or_pageout_pte_range() support large folio
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- [akpm-mm:mm-unstable 209/215] mm/mmap.c:2430:29: error: assigning to 'lockdep_map_p' from incompatible type 'void *'
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v1 3/3] mm: Batch-zap large anonymous folio PTE mappings
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- Re: [PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
- From: Jane Chu <jane.chu@xxxxxxxxxx>
- Re: [PATCH] mm: kill frontswap
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- Re: [PATCH 0/2] eventfd: simplify signal helpers
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 0/2] eventfd: simplify signal helpers
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] mm: kill frontswap
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: next: kernel BUG at fs/ext4/mballoc.c:4369!
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [bug report] mm: replace vma->vm_flags direct modifications with modifier calls
- From: Dimitri Sivanich <sivanich@xxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH 5.15.y] mm/damon/ops-common: atomically test and clear young on ptes and pmds
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH 1/2] mm/damon/dbgfs: reduce stack usage in str_to_schemes()
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH 0/2] eventfd: simplify signal helpers
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: mprotect and hugetlb mappings
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: mprotect and hugetlb mappings
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [PATCH v3 1/6] kvm: determine memory type from VMA
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- [PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
- From: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx>
- Re: [PATCH v2 6/8] selftests/mm: Make migration test robust to failure
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 8/8] selftests/mm: Run all tests from run_vmtests.sh
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v25 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
- From: Andrei Vagin <avagin@xxxxxxxxx>
- Re: [PATCH v2 7/8] selftests/mm: Optionally pass duration to transhuge-stress
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
- From: "Andy Lutomirski" <luto@xxxxxxxxxx>
- Re: [PATCH v2 1/8] selftests: Line buffer test program's stdout
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH v2 4/8] selftests/mm: Fix thuge-gen test bugs
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 2/8] selftests/mm: Skip soft-dirty tests on arm64
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- [linux-next:master] BUILD SUCCESS WITH WARNING 2205be537aeb1ca2ace998e2fefaa2be04e393e4
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH] madvise: make madvise_cold_or_pageout_pte_range() support large folio
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: mprotect and hugetlb mappings
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [bug report] mm: replace vma->vm_flags direct modifications with modifier calls
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v1 3/3] mm: Batch-zap large anonymous folio PTE mappings
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [PATCH 4/5] selinux: use vma_is_stack() and vma_is_heap()
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH] mm: kill frontswap
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] mm: kill frontswap
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 2/3] mm: Implement folio_remove_rmap_range()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v1 3/3] mm: Batch-zap large anonymous folio PTE mappings
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v1 2/3] mm: Implement folio_remove_rmap_range()
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [PATCH v1 2/3] mm: Implement folio_remove_rmap_range()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 2/3] mm: Implement folio_remove_rmap_range()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v1 3/3] mm: Batch-zap large anonymous folio PTE mappings
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [PATCH v1 2/3] mm: Implement folio_remove_rmap_range()
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [PATCH v1 2/3] mm: Implement folio_remove_rmap_range()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [RFC PATCH] madvise: make madvise_cold_or_pageout_pte_range() support large folio
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: next: kernel BUG at fs/ext4/mballoc.c:4369!
- From: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>
- Re: [PATCH] mm: kill frontswap
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH v1 2/3] mm: Implement folio_remove_rmap_range()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v1 0/3] Optimize large folio interaction with deferred split
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v1 3/3] mm: Batch-zap large anonymous folio PTE mappings
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v1 1/3] mm: Allow deferred splitting of arbitrary large anon folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH] mm: kill frontswap
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [PATCH 4/6] mm/page_io: use a folio in swap_writepage_bdev_async()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 3/6] mm/page_io: use a folio in swap_writepage_bdev_sync()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: Fwd: mm/page_alloc.c:4453 with cfg80211_wiphy_work [cfg80211]
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [linux-next:pending-fixes] BUILD SUCCESS 9a619e91b2a1c02f8b588505034816a306a0d09a
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC 2/2] mm: alloc/free depth based PCP high auto-tuning
- From: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 5/6] mm/page_io: convert count_swpout_vm_event() to take in a folio
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 6/6] mm/page_io: convert bio_associate_blkg_from_page() to take in a folio
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- RE: mm/page_alloc.c:4453 with cfg80211_wiphy_work [cfg80211]
- From: "Peer, Ilan" <ilan.peer@xxxxxxxxx>
- Re: [PATCH] [RFC PATCH v2]mm/slub: Optimize slub memory usage
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH 2/6] mm/page_io: use a folio in sio_read_complete()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH 1/6] mm/page_io: use a folio in __end_swap_bio_read()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] maple_tree: mtree_insert*: fix typo in kernel-doc description
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH] maple_tree: mtree_insert: fix typo in kernel-doc description of GFP flags
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- [PATCH 6/6] mm/page_io: convert bio_associate_blkg_from_page() to take in a folio
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH 0/6] Convert several functions in page_io.c to use a folio
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH 3/6] mm/page_io: use a folio in swap_writepage_bdev_sync()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH 2/6] mm/page_io: use a folio in sio_read_complete()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH 1/6] mm/page_io: use a folio in __end_swap_bio_read()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH 4/6] mm/page_io: use a folio in swap_writepage_bdev_async()
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- [PATCH 5/6] mm/page_io: convert count_swpout_vm_event() to take in a folio
- From: Peng Zhang <zhangpeng362@xxxxxxxxxx>
- Re: [PATCH v3 1/4] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v3 1/4] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v3 2/4] mm: Default implementation of arch_wants_pte_order()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v3 1/4] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v11 3/4] mm/tlbbatch: Introduce arch_flush_tlb_batched_pending()
- From: Yicong Yang <yangyicong@xxxxxxxxxx>
- [PATCH v11 4/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
- From: Yicong Yang <yangyicong@xxxxxxxxxx>
- [PATCH v11 2/4] mm/tlbbatch: Rename and extend some functions
- From: Yicong Yang <yangyicong@xxxxxxxxxx>
- [PATCH v11 1/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
- From: Yicong Yang <yangyicong@xxxxxxxxxx>
- [PATCH v11 0/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
- From: Yicong Yang <yangyicong@xxxxxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v3 2/4] mm: Default implementation of arch_wants_pte_order()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v3 1/4] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v7 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
- From: David Wysochanski <dwysocha@xxxxxxxxxx>
- Re: [PATCH 26/35] arm64: Add Kconfig for Guarded Control Stack (GCS)
- From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
- Re: [PATCH v10 4/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
- From: Yicong Yang <yangyicong@xxxxxxxxxx>
- Re: [PATCH 17/35] arm64/traps: Handle GCS exceptions
- From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
- [PATCH 6/6] Add default quota limit mount options
- [PATCH 5/6] shmem: quota support
- [PATCH 4/6] shmem: prepare shmem quota infrastructure
- [PATCH 3/6] quota: Check presence of quota operation structures instead of ->quota_read and ->quota_write callbacks
- [PATCH 2/6] shmem: make shmem_get_inode() return ERR_PTR instead of NULL
- [PATCH 1/6] shmem: make shmem_inode_acct_block() return error
- [PATCH V5 0/6] shmem: Add user and group quota support for tmpfs
- [RFC PATCH] arm64: mm: Fix kernel page tables incorrectly deleted during memory removal
- From: Wupeng Ma <mawupeng1@xxxxxxxxxx>
- Re: [PATCH 04/35] arm64/gcs: Document the ABI for Guarded Control Stacks
- From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
- Re: [PATCH] mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH] mm/memcg: minor cleanup for mc_handle_present_pte()
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [PATCH v3 2/4] mm: Default implementation of arch_wants_pte_order()
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- Re: Clarification on anon and anon_thp meanings from memory.stat in cgroup v2
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v2 8/8] selftests/mm: Run all tests from run_vmtests.sh
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 7/8] selftests/mm: Optionally pass duration to transhuge-stress
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 6/8] selftests/mm: Make migration test robust to failure
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 5/8] selftests/mm: va_high_addr_switch should skip unsupported arm64 configs
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 4/8] selftests/mm: Fix thuge-gen test bugs
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 3/8] selftests/mm: Enable mrelease_test for arm64
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 2/8] selftests/mm: Skip soft-dirty tests on arm64
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 1/8] selftests: Line buffer test program's stdout
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 0/8] selftests/mm fixes for arm64
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH 1/5] mm: introduce vma_is_stack() and vma_is_heap()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 2/5] mm: use vma_is_stack() and vma_is_heap()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2] mm: kfence: allocate kfence_metadata at runtime
- From: Marco Elver <elver@xxxxxxxxxx>
- [bug report] add default quota limit mount options
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [RFC 2/2] mm: alloc/free depth based PCP high auto-tuning
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH v1 1/9] selftests: Line buffer test program's stdout
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [linux-next:master] [shmem] ad9717ca48: aim9.disk_src.ops_per_sec -19.0% regression
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH 0/2] eventfd: simplify signal helpers
- From: Grzegorz Jaszczyk <jaz@xxxxxxxxxxxx>
- Re: [PATCH v1 3/9] selftests/mm: Skip soft-dirty tests on arm64
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [RFC 1/2] mm: add framework for PCP high auto-tuning
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- Re: next: kernel BUG at fs/ext4/mballoc.c:4369!
- From: Ritesh Harjani <ritesh.list@xxxxxxxxx>
- Re: [PATCH v7 2/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH] hugetlbfs: Fix integer overflow check in hugetlbfs_file_mmap()
- From: linke li <lilinke99@xxxxxxxxx>
- Re: next: kernel BUG at fs/ext4/mballoc.c:4369!
- From: Ojaswin Mujoo <ojaswin@xxxxxxxxxxxxx>
- Re: [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
- From: "Liu, Yujie" <yujie.liu@xxxxxxxxx>
- [PATCH] mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()
- From: Haifeng Xu <haifeng.xu@xxxxxxxxxx>
- Re: [PATCH v7 3/3] shmem: stable directory offsets
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [bug report] mm: replace vma->vm_flags direct modifications with modifier calls
- From: Yan Zhao <yan.y.zhao@xxxxxxxxx>
- Re: [RFC PATCH V3 1/1] sched/numa: Fix disjoint set vma scan regression
- From: Raghavendra K T <raghavendra.kt@xxxxxxx>
- [linux-next:master 2870/3252] drivers/cxl/acpi.c:300:4: warning: format specifies type 'unsigned long long' but the argument has type 'resource_size_t' (aka 'unsigned int')
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 1/4] mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: next: kernel BUG at fs/ext4/mballoc.c:4369!
- From: Ritesh Harjani (IBM) <ritesh.list@xxxxxxxxx>
- Re: next: kernel BUG at fs/ext4/mballoc.c:4369!
- From: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
- Re: next: kernel BUG at fs/ext4/mballoc.c:4369!
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH 1/2] mm/damon/dbgfs: reduce stack usage in str_to_schemes()
- From: Chao Yu <chao@xxxxxxxxxx>
- [PATCH 3/3] mm/page_ext: move page_ext_operations definition under CONFIG_PAGE_EXTENSION
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 2/3] mm/vmstat: remove unused page_ext.h from vmstat
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- [PATCH 1/3] mm/page_poison: remove unused page_ext.h from page_poison
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/4] mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 1/4] mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [PATCH] mm/memcg: use get_page() for device private pages in mc_handle_swap_pte()
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yin Fengwei <fengwei.yin@xxxxxxxxx>
- Re: [PATCH 2/3] mm/page_ext: remove rollback for untouched mem_section in online_page_ext
- From: Kemeng Shi <shikemeng@xxxxxxxxxxxxxxx>
- Re: [PATCH v1] mm/hwpoison: rename hwp_walk* to hwpoison_walk*
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH v3 1/6] kvm: determine memory type from VMA
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [RFC PATCH] madvise: make madvise_cold_or_pageout_pte_range() support large folio
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [RFC PATCH] madvise: make madvise_cold_or_pageout_pte_range() support large folio
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- [PATCH 35/35] kselftest/arm64: Enable GCS for the FP stress tests
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 34/35] selftests/arm64: Add GCS signal tests
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 33/35] kselftest/arm64: Add a GCS test program built with the system libc
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 32/35] kselftest/arm64: Add very basic GCS test program
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 31/35] kselftest/arm64: Always run signals tests with GCS enabled
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 30/35] kselftest/arm64: Allow signals tests to specify an expected si_code
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 29/35] kselftest/arm64: Add framework support for GCS to signal handling tests
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 28/35] kselftest/arm64: Add GCS as a detected feature in the signal tests
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 27/35] kselftest/arm64: Verify the GCS hwcap
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 26/35] arm64: Add Kconfig for Guarded Control Stack (GCS)
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 25/35] arm64/ptrace: Expose GCS via ptrace and core files
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 24/35] arm64/signal: Expose GCS state in signal frames
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 23/35] arm64/signal: Set up and restore the GCS context for signal handlers
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 22/35] arm64/mm: Implement map_shadow_stack()
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 21/35] arm64/gcs: Implement shadow stack prctl() interface
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 20/35] arm64/gcs: Allocate a new GCS for threads with GCS enabled
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 19/35] arm64/gcs: Context switch GCS registers for EL0
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 18/35] arm64/mm: Handle GCS data aborts
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 17/35] arm64/traps: Handle GCS exceptions
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 16/35] arm64/hwcap: Add hwcap for GCS
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 15/35] arm64/idreg: Add overrride for GCS
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 14/35] arm64: Disable traps for GCS usage at EL0 and EL1
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 13/35] KVM: arm64: Manage GCS registers for guests
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 12/35] arm64/mm: Map pages for guarded control stack
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 11/35] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 10/35] arm64/mm: Allocate PIE slots for EL0 guarded control stack
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 09/35] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 08/35] arm64/gcs: Provide copy_to_user_gcs()
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 07/35] arm64/gcs: Add manual encodings of GCS instructions
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 06/35] arm64/sysreg: Add definitions for architected GCS caps
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 05/35] arm64/sysreg: Add new system registers for GCS
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 04/35] arm64/gcs: Document the ABI for Guarded Control Stacks
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 03/35] arm64: Document boot requirements for Guarded Control Stacks
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 02/35] prctl: Add flag for shadow stack writeability and push/pop
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 01/35] prctl: arch-agnostic prctl for shadow stack
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH 6.1 576/591] mm/mmap: Fix extra maple tree write
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.4 018/800] splice: Fix filemap_splice_read() to use the correct inode
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v10 4/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v1 11/14] arm64/mm: Wire up PTE_CONT for user mappings
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v3 1/6] kvm: determine memory type from VMA
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Patch "mm/mmap: Fix extra maple tree write" has been added to the 5.4-stable tree
- From: <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH stable v6.1] mm/mmap: Fix extra maple tree write
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Patch "mm/mmap: Fix extra maple tree write" has been added to the 6.1-stable tree
- From: <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v2] fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigate a false sharing.
- From: "Zhu, Lipeng" <lipeng.zhu@xxxxxxxxx>
- [PATCH v2] fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigate a false sharing.
- From: "Zhu, Lipeng" <lipeng.zhu@xxxxxxxxx>
- RE: [PATCH] fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigate a false sharing.
- From: "Zhu, Lipeng" <lipeng.zhu@xxxxxxxxx>
- Re: [RFC PATCH V3 1/1] sched/numa: Fix disjoint set vma scan regression
- From: Oliver Sang <oliver.sang@xxxxxxxxx>
- Re: Fwd: mm/page_alloc.c:4453 with cfg80211_wiphy_work [cfg80211]
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [bug/bisected] I see "mm/pgtable-generic.c:53: bad pmd (____ptrval____)(8000000100077061)" every boot time
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Fwd: mm/page_alloc.c:4453 with cfg80211_wiphy_work [cfg80211]
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [bug/bisected] I see "mm/pgtable-generic.c:53: bad pmd (____ptrval____)(8000000100077061)" every boot time
- From: Mikhail Gavrilov <mikhail.v.gavrilov@xxxxxxxxx>
- next: kernel BUG at fs/ext4/mballoc.c:4369!
- From: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
- Re: [bug/bisected] I see "mm/pgtable-generic.c:53: bad pmd (____ptrval____)(8000000100077061)" every boot time
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [bug/bisected] I see "mm/pgtable-generic.c:53: bad pmd (____ptrval____)(8000000100077061)" every boot time
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- [PATCH 1/2] mm/damon/dbgfs: reduce stack usage in str_to_schemes()
- From: Chao Yu <chao@xxxxxxxxxx>
- [PATCH 2/2] mm/mm/damon/sysfs-schemes: reduce stack usage in damon_sysfs_mk_scheme()
- From: Chao Yu <chao@xxxxxxxxxx>
- [linux-next:master 560/2692] drivers/gpu/drm/loongson/lsdc_benchmark.c:27:35: sparse: sparse: incorrect type in argument 1 (different address spaces)
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH] maple_tree: mtree_insert*: fix typo in kernel-doc description
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [bug/bisected] I see "mm/pgtable-generic.c:53: bad pmd (____ptrval____)(8000000100077061)" every boot time
- From: Mikhail Gavrilov <mikhail.v.gavrilov@xxxxxxxxx>
- [PATCH] maple_tree: mtree_insert: fix typo in kernel-doc description of GFP flags
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH 1/5] fix-frontswap
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 0/5] Followup folio conversions for zswap
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 3/5] memcg: Convert get_obj_cgroup_from_page to get_obj_cgroup_from_folio
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 4/5] swap: Remove some calls to compound_head() in swap_readpage()
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 5/5] zswap: Make zswap_load() take a folio
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH 2/5] zswap: Make zswap_store() take a folio
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- Re: [PATCH v1] mm/hwpoison: rename hwp_walk* to hwpoison_walk*
- From: Naoya Horiguchi <naoya.horiguchi@xxxxxxxxx>
- Re: [PATCH mm-unstable 8/8] mm/memory-failure: convert unpoison_memory() to folios
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 3/4] mm: memory-failure: avoid false hwpoison page mapped error info
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] mm/memcg: use get_page() for device private pages in mc_handle_swap_pte()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH RESEND] memory tier: Use helper macro __ATTR_RW()
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [PATCH 1/4] mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] memory tier: Use helper macro __ATTR_RW()
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [PATCH] mm: kill frontswap
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH] memory tier: Use helper macro __ATTR_RW()
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- [PATCH] mm/memcg: use get_page() for device private pages in mc_handle_swap_pte()
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- [PATCH 3/4] mm: memory-failure: avoid false hwpoison page mapped error info
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- [PATCH 4/4] mm: memory-failure: add PageOffline() check
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- [PATCH 2/4] mm: memory-failure: fix potential unexpected return value from unpoison_memory()
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- [PATCH 0/4] A few fixup and cleanup patches for memory-failure
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- [PATCH 1/4] mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
- From: Miaohe Lin <linmiaohe@xxxxxxxxxx>
- Re: [PATCH] shmem: set variable shmem_mark_dquot_dirty and shmem_dquot_write_info storage-class-specifier to static
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH rfc -next 01/10] mm: add a generic VMA lock-based page fault handler
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v2 0/4] More strict maple tree lockdep
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Ivan Babrou <ivan@xxxxxxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Ivan Babrou <ivan@xxxxxxxxxxxxxx>
- Re: [PATCH v1 3/9] selftests/mm: Skip soft-dirty tests on arm64
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Ivan Babrou <ivan@xxxxxxxxxxxxxx>
- Re: [PATCH v3 3/7] mm/hotplug: Allow architecture to override memmap on memory support check
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH] mm: kill frontswap
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH] shmem: set variable shmem_mark_dquot_dirty and shmem_dquot_write_info storage-class-specifier to static
- From: Tom Rix <trix@xxxxxxxxxx>
- Re: [PATCH] mm: kill frontswap
- From: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
- Re: [PATCH v2 0/4] More strict maple tree lockdep
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [RFC][PATCH 04/10] futex: Add sys_futex_wake()
- From: "Arnd Bergmann" <arnd@xxxxxxxx>
- [PATCH v2 1/4] mm/mmap: Clean up validate_mm() calls
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- [PATCH v2 4/4] maple_tree: Be more strict about locking
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- [PATCH v2 3/4] mm/mmap: Change detached vma locking scheme
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- [PATCH v2 2/4] maple_tree: Relax lockdep checks for on-stack trees
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- [PATCH v2 0/4] More strict maple tree lockdep
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- [PATCH] mm: kill frontswap
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [PATCH v3] Documentation/highmem: Add information about kmap_local_folio()
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v3] Documentation: admin-guide: correct "it's" to possessive "its"
- From: Jonathan Corbet <corbet@xxxxxxx>
- [PATCH mm-unstable fix] mm: userfaultfd: check for start + len overflow in validate_range: fix
- From: Axel Rasmussen <axelrasmussen@xxxxxxxxxx>
- Re: [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
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/4] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH 2/3] mm/page_ext: remove rollback for untouched mem_section in online_page_ext
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: Expensive memory.stat + cpu.stat reads
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH v6 4/4] RISC-V: mm: Document mmap changes
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v6 3/4] RISC-V: mm: Update pgtable comment documentation
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v6 2/4] RISC-V: mm: Add tests for RISC-V mm
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- Re: [PATCH v3 2/4] mm: Default implementation of arch_wants_pte_order()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH v3 1/4] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH v5 0/4] RISC-V: mm: Make SV48 the default address space
- From: Conor Dooley <conor@xxxxxxxxxx>
- Re: [PATCH v3 4/4] arm64: mm: Override arch_wants_pte_order()
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 7c2878be573282a9961c359b806ccf70afe1a6b6
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 2/2] riscv: support the elf-fdpic binfmt loader
- From: "Stefan O'Rear" <sorear@xxxxxxxxxxxx>
- Re: [PATCH v5 0/4] RISC-V: mm: Make SV48 the default address space
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- Re: [PATCH v1 2/9] selftests/mm: Give scripts execute permission
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 2/9] selftests/mm: Give scripts execute permission
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v3 4/4] arm64: mm: Override arch_wants_pte_order()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v3 3/4] mm: FLEXIBLE_THP for improved performance
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v3 2/4] mm: Default implementation of arch_wants_pte_order()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v3 1/4] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 2/9] selftests/mm: Give scripts execute permission
- From: Mark Brown <broonie@xxxxxxxxxx>
- [PATCH v3 0/4] variable-order, large folios for anonymous memory
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1 2/9] selftests/mm: Give scripts execute permission
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [akpm-mm:mm-unstable 161/178] mm/shmem_quota.c:286:5: warning: no previous prototype for function 'shmem_mark_dquot_dirty'
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH] madvise: make madvise_cold_or_pageout_pte_range() support large folio
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [RFC PATCH] madvise: make madvise_cold_or_pageout_pte_range() support large folio
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RFC][PATCH 05/10] mm: Add vmalloc_huge_node()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 0/2] eventfd: simplify signal helpers
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [RFC][PATCH 07/10] futex: Implement FUTEX2_NUMA
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [RFC][PATCH 05/10] mm: Add vmalloc_huge_node()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC][PATCH 05/10] mm: Add vmalloc_huge_node()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 3/5] drm/amdkfd: use vma_is_stack() and vma_is_heap()
- From: Felix Kuehling <felix.kuehling@xxxxxxx>
- Re: [PATCH stable v6.1] mm/mmap: Fix extra maple tree write
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [RFC][PATCH 04/10] futex: Add sys_futex_wake()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 5/6] shmem: quota support
- From: Carlos Maiolino <cem@xxxxxxxxxx>
- Re: [PATCH stable v6.1] mm/mmap: Fix extra maple tree write
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [RFC PATCH] madvise: make madvise_cold_or_pageout_pte_range() support large folio
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [RFC][PATCH 05/10] mm: Add vmalloc_huge_node()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]