linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-26 23:19:58 to 2021-05-27 22:53:35 UTC [more...]

[PATCH v10 00/33] Memory folios
 2021-05-27 22:53 UTC  (20+ messages)
` [PATCH v10 01/33] mm: Introduce struct folio
` [PATCH v10 07/33] mm: Add folio_get
` [PATCH v10 08/33] mm: Add folio_try_get_rcu
` [PATCH v10 10/33] mm: Add folio_young and folio_idle
` [PATCH v10 24/33] mm/swap: Add folio_rotate_reclaimable
` [PATCH v10 31/33] mm/filemap: Add folio private_2 functions
` [PATCH v10 32/33] fs/netfs: Add folio fscache functions
` [PATCH v10 33/33] mm: Add folio_mapped

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

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

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

[PATCH v4] mm: improve mprotect(R|W) efficiency on pages referenced once
 2021-05-27 21:41 UTC  (2+ messages)

[PATCH v4] /dev/mem: Revoke mappings when a driver claims the region
 2021-05-27 21:30 UTC  (3+ 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  (10+ messages)
` [External] "

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

[clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
 2021-05-27 21:05 UTC  (10+ messages)

[PATCH v3 00/27] userfaultfd-wp: Support shmem and hugetlbfs
 2021-05-27 20:23 UTC  (28+ 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 v5 0/2] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-05-27 19:45 UTC  (10+ 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

[PATCH 0/6 v2] Calculate pcp->high based on zone sizes and active CPUs
 2021-05-27 19:36 UTC  (5+ messages)
` [PATCH 2/6] mm/page_alloc: Disassociate the pcp->high from pcp->batch

Arm64 crash while reading memory sysfs
 2021-05-27 17:50 UTC  (13+ messages)

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

[PATCH] mm: generalize ZONE_[DMA|DMA32]
 2021-05-27 17:43 UTC  (5+ messages)

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

[PATCH v3] mm, hugetlb: fix resv_huge_pages underflow on UFFDIO_COPY
 2021-05-27 16:08 UTC  (11+ messages)
` [PATCH 0/2] Track reserve map changes to restore on error
  ` [PATCH 1/2] hugetlb: rename HPageRestoreReserve flag to HPageRestoreRsvCnt
  ` [PATCH 2/2] hugetlb: add new hugetlb specific flag HPG_restore_rsv_map
  ` [External] [PATCH 0/2] Track reserve map changes to restore on error

[PATCH v1 0/4] mm/mempolicy: some fix and semantics cleanup
 2021-05-27 15:34 UTC  (19+ 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: Work around a pahole limitation with zero-sized struct pagesets
 2021-05-27 14:41 UTC  (6+ messages)

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

[PATCH] mm/page_alloc: fix counting of managed_pages
 2021-05-27 13:14 UTC  (2+ messages)

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-05-27 13:04 UTC  (9+ messages)
` [PATCH v9 06/10] mm/memory.c: Allow different return codes for copy_nonpresent_pte()
` [PATCH v9 07/10] mm: Device exclusive memory access

[PATCH v2 00/21] Optimize list lru memory consumption
 2021-05-27 12:07 UTC  (23+ messages)
` [PATCH v2 01/21] mm: list_lru: fix list_lru_count_one() return value
` [PATCH v2 02/21] mm: memcontrol: remove kmemcg_id reparenting
` [PATCH v2 03/21] mm: memcontrol: remove the kmem states
` [PATCH v2 04/21] mm: memcontrol: do it in mem_cgroup_css_online to make the kmem online
` [PATCH v2 05/21] mm: list_lru: remove lru node locking from memcg_update_list_lru_node
` [PATCH v2 06/21] mm: list_lru: only add the memcg aware lrus to the list_lrus
` [PATCH v2 07/21] mm: list_lru: optimize the array of per memcg lists memory consumption
` [PATCH v2 08/21] mm: list_lru: remove memcg_aware field from struct list_lru
` [PATCH v2 09/21] mm: introduce kmem_cache_alloc_lru
` [PATCH v2 10/21] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v2 11/21] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v2 12/21] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v2 13/21] mm: workingset: use xas_set_lru() to pass shadow_nodes
` [PATCH v2 14/21] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v2 15/21] mm: list_lru: allocate list_lru_one only when needed
` [PATCH v2 16/21] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v2 17/21] mm: list_lru: replace linear array with xarray
` [PATCH v2 18/21] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v2 19/21] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v2 20/21] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v2 21/21] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id

[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

[v4 PATCH 1/2] mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split
 2021-05-27 10:52 UTC  (2+ messages)

[RFC PATCH v4 00/12] Use obj_cgroup APIs to charge the LRU pages
 2021-05-27  9:33 UTC  (13+ messages)
` [RFC PATCH v4 01/12] mm: memcontrol: prepare objcg API for non-kmem usage
` [RFC PATCH v4 02/12] mm: memcontrol: introduce compact_lock_page_irqsave
` [RFC PATCH v4 03/12] mm: memcontrol: make lruvec lock safe when the LRU pages reparented
` [RFC PATCH v4 04/12] mm: vmscan: rework move_pages_to_lru()
` [RFC PATCH v4 05/12] mm: thp: introduce lock/unlock_split_queue{_irqsave}()
` [RFC PATCH v4 06/12] mm: thp: make deferred split queue lock safe when the LRU pages reparented
` [RFC PATCH v4 07/12] mm: memcontrol: make all the callers of page_memcg() safe
` [RFC PATCH v4 08/12] mm: memcontrol: introduce memcg_reparent_ops
` [RFC PATCH v4 09/12] mm: memcontrol: use obj_cgroup APIs to charge the LRU pages
` [RFC PATCH v4 10/12] mm: memcontrol: rename {un}lock_page_memcg() to {un}lock_page_objcg()
` [RFC PATCH v4 11/12] mm: lru: add VM_BUG_ON_PAGE to lru maintenance function
` [RFC PATCH v4 12/12] mm: lru: use lruvec lock to serialize memcg changes

[PATCH V2] mm: compaction: support triggering of proactive compaction by user
 2021-05-27  9:28 UTC  (3+ messages)

[PATCH STABLE 4.4-5.3] mm, vmstat: drop zone->lock in /proc/pagetypeinfo
 2021-05-27  9:24 UTC  (6+ messages)
` Patch "mm, vmstat: drop zone->lock in /proc/pagetypeinfo" has been added to the 4.4-stable tree
` Patch "mm, vmstat: drop zone->lock in /proc/pagetypeinfo" has been added to the 4.9-stable tree
` Patch "mm, vmstat: drop zone->lock in /proc/pagetypeinfo" has been added to the 4.14-stable tree
` Patch "mm, vmstat: drop zone->lock in /proc/pagetypeinfo" has been added to the 4.19-stable tree

[PATCH] mm/lru: Add folio LRU functions
 2021-05-27  8:36 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Memory folios
 2021-05-27  7:41 UTC  (4+ messages)

[PATCH v2 0/4] slub: Print non-hashed pointers in slub debugging
 2021-05-27  2:51 UTC  (6+ messages)
` [PATCH v2 1/4] slub: Restore slub_debug=- behavior
  ` [External] "

[v3 PATCH 1/2] mm: rmap: make try_to_unmap() void function
 2021-05-27  2:30 UTC  (10+ messages)
` [v3 PATCH 2/2] mm: thp: check page_mapped instead of page_mapcount for split

[linux-next:master 4477/5003] drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
 2021-05-27  0:56 UTC  (2+ messages)

[PATCH v3] mm/page_alloc: fix counting of free pages after take off from buddy
 2021-05-27  0:34 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).