linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-04 15:49:05 to 2023-01-05 12:56:55 UTC [more...]

[PATCH v13 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
 2023-01-05 12:52 UTC  (7+ messages)
` [PATCH v13 1/6] mm/vmstat: Add CPU-specific variable to track a vmstat discrepancy
` [PATCH v13 2/6] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies
` [PATCH v13 3/6] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
` [PATCH v13 4/6] tick/nohz_full: Ensure quiet_vmstat() is called on exit to user-mode when the idle tick is stopped
` [PATCH v13 5/6] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
` [PATCH v13 6/6] mm/vmstat: avoid queueing work item if cpu stats are clean

[PATCH v2 1/1] mm: fix vma->anon_name memory leak for anonymous shmem VMAs
 2023-01-05 12:18 UTC  (6+ messages)

[PATCH] mm: Remove a sentence from kmap_local_folio() kdocs
 2023-01-05 12:17 UTC  (3+ messages)

[PATCH] mm: Fix two spelling mistakes in highmem.h
 2023-01-05 12:13 UTC 

[PATCH] mm/filemap: fix page end in filemap_get_read_batch
 2023-01-05 12:11 UTC  (2+ messages)
  ` 回复: "

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-05 12:05 UTC  (4+ messages)

[PATCH v2] mm: Remove an ambiguous sentence from kmap_local_folio() kdocs
 2023-01-05 12:04 UTC 

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-05 11:57 UTC  (25+ messages)
` [PATCH RFC v7 01/64] KVM: Fix memslot boundary condition for large page
` [PATCH RFC v7 02/64] KVM: x86: Add KVM_CAP_UNMAPPED_PRIVATE_MEMORY
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations

[PATCH] lib/scatterlist: Fix to merge contiguous pages into the last SG properly
 2023-01-05 11:23 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-05 11:23 UTC  (9+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH 0/1] Pages not released from memblock to the buddy allocator
 2023-01-05 10:48 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] mm: Always release pages to the buddy allocator in memblock_free_late()

[PATCH 00/46] Based on latest mm-unstable (85b44c25cd1e)
 2023-01-05 10:47 UTC  (48+ messages)
` [PATCH 01/46] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE
` [PATCH 02/46] hugetlb: remove mk_huge_pte; it is unused
` [PATCH 03/46] hugetlb: remove redundant pte_mkhuge in migration path
` [PATCH 04/46] hugetlb: only adjust address ranges when VMAs want PMD sharing
` [PATCH 05/46] hugetlb: add CONFIG_HUGETLB_HIGH_GRANULARITY_MAPPING
` [PATCH 06/46] mm: add VM_HUGETLB_HGM VMA flag
` [PATCH 07/46] hugetlb: rename __vma_shareable_flags_pmd to __vma_has_hugetlb_vma_lock
` [PATCH 08/46] hugetlb: add HugeTLB HGM enablement helpers
` [PATCH 09/46] mm: add MADV_SPLIT to enable HugeTLB HGM
` [PATCH 10/46] hugetlb: make huge_pte_lockptr take an explicit shift argument
` [PATCH 11/46] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [PATCH 12/46] hugetlb: add hugetlb_alloc_pmd and hugetlb_alloc_pte
` [PATCH 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
` [PATCH 14/46] hugetlb: add make_huge_pte_with_shift
` [PATCH 15/46] hugetlb: make default arch_make_huge_pte understand small mappings
` [PATCH 16/46] hugetlbfs: do a full walk to check if vma maps a page
` [PATCH 17/46] hugetlb: make unmapping compatible with high-granularity mappings
` [PATCH 18/46] hugetlb: add HGM support for hugetlb_change_protection
` [PATCH 19/46] hugetlb: add HGM support for follow_hugetlb_page
` [PATCH 20/46] hugetlb: add HGM support for hugetlb_follow_page_mask
` [PATCH 21/46] hugetlb: use struct hugetlb_pte for walk_hugetlb_range
` [PATCH 22/46] mm: rmap: provide pte_order in page_vma_mapped_walk
` [PATCH 23/46] mm: rmap: make page_vma_mapped_walk callers use pte_order
` [PATCH 24/46] rmap: update hugetlb lock comment for HGM
` [PATCH 25/46] hugetlb: update page_vma_mapped to do high-granularity walks
` [PATCH 26/46] hugetlb: add HGM support for copy_hugetlb_page_range
` [PATCH 27/46] hugetlb: add HGM support for move_hugetlb_page_tables
` [PATCH 28/46] hugetlb: add HGM support for hugetlb_fault and hugetlb_no_page
` [PATCH 29/46] rmap: in try_to_{migrate,unmap}_one, check head page for page flags
` [PATCH 30/46] hugetlb: add high-granularity migration support
` [PATCH 31/46] hugetlb: sort hstates in hugetlb_init_hstates
` [PATCH 32/46] hugetlb: add for_each_hgm_shift
` [PATCH 33/46] hugetlb: userfaultfd: add support for high-granularity UFFDIO_CONTINUE
` [PATCH 34/46] hugetlb: userfaultfd: when using MADV_SPLIT, round addresses to PAGE_SIZE
` [PATCH 35/46] hugetlb: add MADV_COLLAPSE for hugetlb
` [PATCH 36/46] hugetlb: remove huge_pte_lock and huge_pte_lockptr
` [PATCH 37/46] hugetlb: replace make_huge_pte with make_huge_pte_with_shift
` [PATCH 38/46] mm: smaps: add stats for HugeTLB mapping size
` [PATCH 39/46] hugetlb: x86: enable high-granularity mapping
` [PATCH 40/46] docs: hugetlb: update hugetlb and userfaultfd admin-guides with HGM info
` [PATCH 41/46] docs: proc: include information about HugeTLB HGM
` [PATCH 42/46] selftests/vm: add HugeTLB HGM to userfaultfd selftest
` [PATCH 43/46] selftests/kvm: add HugeTLB HGM to KVM demand paging selftest
` [PATCH 44/46] selftests/vm: add anon and shared hugetlb to migration test
` [PATCH 45/46] selftests/vm: add hugetlb HGM test to migration selftest
` [PATCH 46/46] selftests/vm: add HGM UFFDIO_CONTINUE and hwpoison tests

[linux-next:pending-fixes] BUILD SUCCESS 2d3ca5d07c8e43c0bdb602fad9396b140f7b9857
 2023-01-05 10:46 UTC 

[PATCH] mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
 2023-01-05 10:44 UTC  (6+ messages)

[PATCH 00/10] docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc
 2023-01-05  9:58 UTC  (5+ messages)

[driver-core:debugfs_lookup_fix] [mm/damon/dbgfs] ff25f87cfc: kernel_BUG_at_lib/list_debug.c
 2023-01-05  9:53 UTC  (3+ messages)

[PATCH] mm/page_alloc: Repalce with deferred_pages_enabled() wherever applicable
 2023-01-05  9:43 UTC  (2+ messages)

[PATCH 0/3] mm/uffd: Fix missing markers on hugetlb
 2023-01-05  8:59 UTC  (13+ messages)
` [PATCH 1/3] mm/hugetlb: Pre-allocate pgtable pages for uffd wr-protects
` [PATCH 2/3] mm/mprotect: Use long for page accountings and retval
` [PATCH 3/3] mm/uffd: Detect pgtable allocation failures

[PATCH] mm/page_alloc: invert logic for early page initialisation checks
 2023-01-05  8:44 UTC  (2+ messages)

[PATCH 0/8] migrate_pages(): batch TLB flushing
 2023-01-05  7:39 UTC  (12+ messages)
` [PATCH 1/8] migrate_pages: organize stats with struct migrate_pages_stats
` [PATCH 2/8] migrate_pages: separate hugetlb folios migration

[PATCH 09/17] mm: export access_remote_vm() symbol
 2023-01-05  7:26 UTC  (15+ messages)

[PATCH 0/4] zsmalloc: make zspage chain size configurable
 2023-01-05  5:35 UTC  (5+ messages)
` [PATCH 1/4] zsmalloc: rework zspage chain size selection
` [PATCH 2/4] zsmalloc: skip chain size calculation for pow_of_2 classes
` [PATCH 3/4] zsmalloc: make zspage chain size configurable
` [PATCH 4/4] zsmalloc: set default zspage chain size to 8

[PATCH 1/1] mm: Always release pages to the buddy allocator in memblock_free_late()
 2023-01-05  4:02 UTC  (3+ messages)

[linus:master] [mm, slub] 0af8489b02: kernel_BUG_at_include/linux/mm.h
 2023-01-05  1:46 UTC  (5+ messages)

[Patch v3 -mm 1/2] mm/slab: add is_kmalloc_cache() helper function
 2023-01-05  1:42 UTC  (4+ messages)
` [Patch v3 -mm 2/2] mm/kasan: simplify and refine kasan_cache code

[PATCH v4 00/39] Shadow stacks for userspace
 2023-01-05  1:29 UTC  (9+ messages)
` [PATCH v4 11/39] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v4 16/39] x86/mm: Check Shadow Stack page fault errors

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2023-01-05  1:23 UTC  (5+ messages)
` [RFC PATCH v2 12/47] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step

[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
 2023-01-05  1:14 UTC  (4+ messages)

[PATCH rcu 24/27] mm: Remove "select SRCU"
 2023-01-05  0:38 UTC 

[PATCH 1/1] mm: fix vma->anon_name memory leak for anonymous shmem VMAs
 2023-01-05  0:06 UTC  (6+ messages)

[PATCH] workingset: fix confusion around eviction vs refault container
 2023-01-04 23:22 UTC  (2+ messages)

[PATCH v5 0/3] cachestat: a new syscall for page cache state of files
 2023-01-04 23:21 UTC  (5+ messages)
` [PATCH v5 1/3] workingset: refactor LRU refault to expose refault recency check
` [PATCH v5 2/3] cachestat: implement cachestat syscall
` [PATCH v5 3/3] selftests: Add selftests for cachestat

[PATCH v2] hugetlb: unshare some PMDs when splitting VMAs
 2023-01-04 23:19 UTC 

[PATCH] hugetlb: unshare some PMDs when splitting VMAs
 2023-01-04 23:12 UTC  (10+ messages)

[PATCH v5 0/3] cachestat: a new syscall for page cache state of files
 2023-01-04 23:10 UTC  (4+ messages)
` [PATCH v5 1/3] workingset: refactor LRU refault to expose refault recency check
` [PATCH v5 2/3] cachestat: implement cachestat syscall
` [PATCH v5 3/3] selftests: Add selftests for cachestat

[PATCH] workingset: fix confusion around eviction vs refault container
 2023-01-04 22:29 UTC 

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-04 21:14 UTC  (24+ messages)
` [PATCH v5 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v5 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v5 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v5 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v5 05/23] afs: Convert afs_writepages_region() "
` [PATCH v5 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v5 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v5 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v5 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v5 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v5 14/23] f2fs: Convert f2fs_write_cache_pages() "
` [PATCH v5 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v5 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v5 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [PATCH v5 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v5 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v5 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH v5 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v5 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v5 23/23] filemap: Remove find_get_pages_range_tag()

[PATCH] [PATCH] memblock: Fix return sizeless candidate on __memblock_find_range_top_down
 2023-01-04 21:13 UTC  (5+ messages)

[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2023-01-04 20:20 UTC  (5+ messages)
` [PATCH v2 3/7] "

[PATCHv13 00/16] Linear Address Masking enabling
 2023-01-04 19:55 UTC  (5+ messages)
` [PATCHv13 01/16] x86: Allow atomic MM_CONTEXT flags setting
` [PATCHv13 06/16] x86/mm: Provide arch_prctl() interface for LAM

[PATCH v3 0/9] mm: introduce Designated Movable Blocks
 2023-01-04 19:10 UTC  (10+ messages)

[PATCH] mm: remove zap_page_range and create zap_vma_pages
 2023-01-04 18:09 UTC  (3+ messages)

BUG: Regression: A Problem with /sys/kernel/debug/kmemleak output: backtrace not printed since 6.2.0-rc1
 2023-01-04 16:08 UTC 


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