linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-27 11:24:08 to 2021-05-28 14:07:23 UTC [more...]

[v2 PATCH 0/3] mm/mempolicy: some fix and semantics cleanup
 2021-05-28 14:07 UTC  (4+ messages)
` [v2 PATCH 1/3] mm/mempolicy: cleanup nodemask intersection check for oom
` [v2 PATCH 2/3] mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
` [v2 PATCH 3/3] mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicy

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-05-28 13:11 UTC  (7+ messages)
` [PATCH v9 07/10] mm: Device exclusive memory access

[PATCH] mm/page_alloc: Work around a pahole limitation with zero-sized struct pagesets
 2021-05-28 13:09 UTC  (11+ messages)

[Question] mm/vmpressure.c: ilog2 calculation in constant
 2021-05-28 13:08 UTC  (2+ messages)

[RFC PATCH 0/5] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-05-28 13:08 UTC  (7+ messages)
` [RFC PATCH 1/5] drm/amdkfd: add SPM support for SVM
` [RFC PATCH 2/5] drm/amdkfd: generic type as sys mem on migration to ram
` [RFC PATCH 3/5] include/linux/mm.h: helper to check zone device generic type
` [RFC PATCH 4/5] mm: add generic type support for device zone page migration
` [RFC PATCH 5/5] mm: changes to unref pages with Generic type

[PATCH v5 0/2] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-05-28 13:05 UTC  (12+ messages)
` [PATCH v5 1/2] writeback, cgroup: keep list of inodes attached to bdi_writeback
` [PATCH v5 2/2] writeback, cgroup: release dying cgwbs by switching attached inodes

[TECH TOPIC] Writing a fine-grained access pattern oriented lightweight kernel module using DAMON/DAMOS in 10 minutes
 2021-05-28 12:59 UTC  (2+ messages)

[PATCH v3 00/27] userfaultfd-wp: Support shmem and hugetlbfs
 2021-05-28 12:56 UTC  (30+ messages)
` [PATCH v3 01/27] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
` [PATCH v3 02/27] shmem/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v3 03/27] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH v3 04/27] mm/userfaultfd: Introduce special pte for unmapped file-backed mem
` [PATCH v3 05/27] mm/swap: Introduce the idea of special swap ptes
` [PATCH v3 06/27] shmem/userfaultfd: Handle uffd-wp special pte in page fault handler
` [PATCH v3 07/27] mm: Drop first_index/last_index in zap_details
` [PATCH v3 08/27] mm: Introduce zap_details.zap_flags
` [PATCH v3 09/27] mm: Introduce ZAP_FLAG_SKIP_SWAP
` [PATCH v3 10/27] mm: Pass zap_flags into unmap_mapping_pages()
` [PATCH v3 11/27] shmem/userfaultfd: Persist uffd-wp bit across zapping for file-backed
` [PATCH v3 12/27] shmem/userfaultfd: Allow wr-protect none pte for file-backed mem
` [PATCH v3 13/27] shmem/userfaultfd: Allows file-back mem to be uffd wr-protected on thps
` [PATCH v3 14/27] shmem/userfaultfd: Handle the left-overed special swap ptes
` [PATCH v3 15/27] shmem/userfaultfd: Pass over uffd-wp special swap pte when fork()
` [PATCH v3 16/27] mm/hugetlb: Drop __unmap_hugepage_range definition from hugetlb.h
` [PATCH v3 17/27] mm/hugetlb: Introduce huge pte version of uffd-wp helpers
` [PATCH v3 18/27] hugetlb/userfaultfd: Hook page faults for uffd write protection
` [PATCH v3 19/27] hugetlb/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v3 20/27] hugetlb/userfaultfd: Handle UFFDIO_WRITEPROTECT
` [PATCH v3 21/27] mm/hugetlb: Introduce huge version of special swap pte helpers
` [PATCH v3 22/27] hugetlb/userfaultfd: Handle uffd-wp special pte in hugetlb pf handler
` [PATCH v3 23/27] hugetlb/userfaultfd: Allow wr-protect none ptes
` [PATCH v3 24/27] hugetlb/userfaultfd: Only drop uffd-wp special pte if required
` [PATCH v3 25/27] mm/pagemap: Recognize uffd-wp bit for shmem/hugetlbfs
` [PATCH v3 26/27] mm/userfaultfd: Enable write protection for shmem & hugetlbfs
` [PATCH v3 27/27] userfaultfd/selftests: Enable uffd-wp for shmem/hugetlbfs

[PATCH v3] mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attempt
 2021-05-28 12:53 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 0/6 v2] Calculate pcp->high based on zone sizes and active CPUs
 2021-05-28 12:53 UTC  (24+ messages)
` [PATCH 2/6] mm/page_alloc: Disassociate the pcp->high from pcp->batch
` [PATCH 3/6] mm/page_alloc: Adjust pcp->high after CPU hotplug events
` [PATCH 4/6] mm/page_alloc: Scale the number of pages that are batch freed
` [PATCH 5/6] mm/page_alloc: Limit the number of pages on PCP lists when reclaim is active
` [PATCH 6/6] mm/page_alloc: Introduce vm.percpu_pagelist_high_fraction

[LSF/MM TOPIC] Fine-grained Data Access Pattern and Memory Management Optimizations
 2021-05-28 12:43 UTC 

[PATCH v4] mm: improve mprotect(R|W) efficiency on pages referenced once
 2021-05-28 12:32 UTC  (6+ messages)

[PATCH] mm/page_alloc: Disassociate the pcp->high from pcp->batch -fix
 2021-05-28 10:59 UTC 

[PATCH v4 0/4] arm64: improve efficiency of setting tags for user pages
 2021-05-28 10:25 UTC  (6+ messages)
` [PATCH v4 1/4] mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()
` [PATCH v4 2/4] kasan: use separate (un)poison implementation for integrated init
` [PATCH v4 3/4] arm64: mte: handle tags zeroing at page allocation time
` [PATCH v4 4/4] kasan: disable freed user page poisoning with HW tags

[PATCH v4] /dev/mem: Revoke mappings when a driver claims the region
 2021-05-28  8:58 UTC  (4+ messages)

[PATCH RFC] mm,memory_hotplug: Drop unneeded locking
 2021-05-28  8:50 UTC  (2+ messages)

[PATCH v4 00/26] iommu: Shared Virtual Addressing and SMMUv3 support
 2021-05-28  8:09 UTC  (3+ messages)
` [PATCH v4 21/26] iommu/arm-smmu-v3: Ratelimit event dump

[PATCH v2 00/21] Optimize list lru memory consumption
 2021-05-28  8:04 UTC  (5+ messages)
` [PATCH v2 17/21] mm: list_lru: replace linear array with xarray
    ` [External] "

[PATCH v3] mm/page_alloc: Require pahole v1.22 to cope with zero-sized struct pagesets
 2021-05-28  7:42 UTC  (3+ messages)

[PATCH] mm: generalize ZONE_[DMA|DMA32]
 2021-05-28  7:45 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] mm: hugetlb: fix dissolve_free_huge_page use of tail/head page
 2021-05-28  7:30 UTC  (4+ messages)
` [External] "

Arm64 crash while reading memory sysfs
 2021-05-28  5:13 UTC  (13+ messages)

[PATCH v1 0/4] mm/mempolicy: some fix and semantics cleanup
 2021-05-28  4:39 UTC  (20+ messages)
` [PATCH v1 1/4] mm/mempolicy: skip nodemask intersect check for 'interleave' when oom
` [PATCH v1 2/4] mm/mempolicy: unify the preprocessing for mbind and set_mempolicy
` [PATCH v1 3/4] mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
` [PATCH v1 4/4] mm/mempolicy: kill MPOL_F_LOCAL bit

[PATCH] mm/page_alloc: fix counting of managed_pages
 2021-05-28  2:20 UTC  (4+ messages)

[PATCH -V2] mm: move idle swap cache pages to the tail of LRU after COW
 2021-05-28  1:27 UTC  (3+ messages)

[PATCH 0/5] x86/pkeys: PKRU manipulation bug fixes and cleanups
 2021-05-28  1:17 UTC  (7+ messages)
` [PATCH 1/5] x86/pkeys: move read_pkru() and write_pkru()
` [PATCH 2/5] x86/pkeys: rename write_pkru()
` [PATCH 3/5] x86/pkeys: skip 'init_pkru' debugfs file creation when pkeys not supported
` [PATCH 4/5] x86/pkeys: replace PKRU modification infrastructure
` [PATCH 5/5] selftests/vm/pkeys: exercise x86 XSAVE init state

[PATCH v3 0/3] arm64: improve efficiency of setting tags for user pages
 2021-05-28  1:05 UTC  (8+ messages)
` [PATCH v3 1/3] kasan: use separate (un)poison implementation for integrated init
` [PATCH v3 3/3] kasan: allow freed user page poisoning to be disabled with HW tags

[clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
 2021-05-28  0:58 UTC  (11+ messages)

[PATCH v4] mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY
 2021-05-28  0:50 UTC 

[PATCH v4] mm, hugetlb: Fix simple resv_huge_pages underflow on UFFDIO_COPY
 2021-05-28  0:46 UTC 

[PATCH net-next v6 0/5] page_pool: recycle buffers
 2021-05-28  0:44 UTC  (2+ messages)

[PATCH V2] mm: compaction: support triggering of proactive compaction by user
 2021-05-27 23:52 UTC  (4+ messages)

[PATCH v10 00/33] Memory folios
 2021-05-27 22:53 UTC  (6+ messages)
` [PATCH v10 07/33] mm: Add folio_get

[PATCH v2] mm/page_alloc: Work around a pahole limitation with zero-sized struct pagesets
 2021-05-27 22:25 UTC  (6+ messages)

[GIT PULL] percpu changes for v5.13-rc4
 2021-05-27 22:04 UTC  (2+ messages)

[PATCH 00/18] arm64: MMU enabled kexec relocation
 2021-05-27 21:23 UTC  (21+ messages)
` [PATCH 01/18] arm64: hyp-stub: Check the size of the HYP stub's vectors
` [PATCH 02/18] arm64: hyp-stub: Move invalid vector entries into the vectors
` [PATCH 03/18] arm64: hyp-stub: Move elx_sync "
` [PATCH 04/18] arm64: kernel: add helper for booted at EL2 and not VHE
` [PATCH 05/18] arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors
` [PATCH 06/18] arm64: hibernate: abstract ttrb0 setup function
` [PATCH 07/18] arm64: kexec: flush image and lists during kexec load time
` [PATCH 08/18] arm64: kexec: skip relocation code for inplace kexec
` [PATCH 09/18] arm64: kexec: Use dcache ops macros instead of open-coding
` [PATCH 10/18] arm64: kexec: pass kimage as the only argument to relocation function
` [PATCH 11/18] arm64: kexec: kexec may require EL2 vectors
` [PATCH 12/18] arm64: kexec: relocate in EL1 mode
` [PATCH 13/18] arm64: kexec: use ld script for relocation function
` [PATCH 14/18] arm64: kexec: install a copy of the linear-map
` [PATCH 15/18] arm64: kexec: keep MMU enabled during kexec relocation
` [PATCH 16/18] arm64: kexec: remove the pre-kexec PoC maintenance
` [PATCH 17/18] arm64: kexec: Remove cpu-reset.h
` [PATCH 18/18] arm64/mm: remove useless trans_pgd_map_page()

[PATCH v1] hugetlb: pass head page to remove_hugetlb_page()
 2021-05-27 21:12 UTC  (4+ messages)

[PATCH] percpu: initialize best_upa variable
 2021-05-27 21:09 UTC  (6+ messages)

[PATCH] arm64/mm: Drop HAVE_ARCH_PFN_VALID
 2021-05-27 17:49 UTC  (2+ messages)

[PATCH v3] mm, hugetlb: fix resv_huge_pages underflow on UFFDIO_COPY
 2021-05-27 16:08 UTC  (7+ messages)
` [PATCH 0/2] Track reserve map changes to restore on error
  ` [External] "

Maintainers / Kernel Summit 2021 planning kick-off
 2021-05-27 13:29 UTC  (5+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 5b9d8060231eef22008da046c98d77156d4b484b
 2021-05-27 12:07 UTC 

[PATCH] mm/swapfile: fold scan_swap_map() into the only caller get_swap_page_of_type()
 2021-05-27 12:03 UTC 

[PATCH 0/13 v6] fs: Hole punch vs page cache filling races
 2021-05-27 12:01 UTC  (6+ messages)
` [PATCH 07/13] xfs: Convert to use invalidate_lock


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).