linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-10-21 16:37 UTC  (45+ messages)
` [RFC PATCH v2 01/47] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE
` [RFC PATCH v2 02/47] hugetlb: remove mk_huge_pte; it is unused
` [RFC PATCH v2 03/47] hugetlb: remove redundant pte_mkhuge in migration path
` [RFC PATCH v2 04/47] hugetlb: only adjust address ranges when VMAs want PMD sharing
` [RFC PATCH v2 05/47] hugetlb: make hugetlb_vma_lock_alloc return its failure reason
` [RFC PATCH v2 06/47] hugetlb: extend vma lock for shared vmas
` [RFC PATCH v2 07/47] hugetlb: add CONFIG_HUGETLB_HIGH_GRANULARITY_MAPPING
` [RFC PATCH v2 08/47] hugetlb: add HGM enablement functions
` [RFC PATCH v2 09/47] hugetlb: make huge_pte_lockptr take an explicit shift argument
` [RFC PATCH v2 10/47] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [RFC PATCH v2 11/47] hugetlb: add hugetlb_pmd_alloc and hugetlb_pte_alloc
` [RFC PATCH v2 12/47] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
` [RFC PATCH v2 13/47] hugetlb: add make_huge_pte_with_shift
` [RFC PATCH v2 14/47] hugetlb: make default arch_make_huge_pte understand small mappings
` [RFC PATCH v2 15/47] hugetlbfs: for unmapping, treat HGM-mapped pages as potentially mapped
` [RFC PATCH v2 16/47] hugetlb: make unmapping compatible with high-granularity mappings
` [RFC PATCH v2 18/47] hugetlb: enlighten follow_hugetlb_page to support HGM
` [RFC PATCH v2 19/47] hugetlb: make hugetlb_follow_page_mask HGM-enabled
` [RFC PATCH v2 21/47] mm: rmap: provide pte_order in page_vma_mapped_walk
` [RFC PATCH v2 22/47] mm: rmap: make page_vma_mapped_walk callers use pte_order
` [RFC PATCH v2 23/47] rmap: update hugetlb lock comment for HGM
` [RFC PATCH v2 24/47] hugetlb: update page_vma_mapped to do high-granularity walks
` [RFC PATCH v2 25/47] hugetlb: add HGM support for copy_hugetlb_page_range
` [RFC PATCH v2 26/47] hugetlb: make move_hugetlb_page_tables compatible with HGM
` [RFC PATCH v2 27/47] hugetlb: add HGM support for hugetlb_fault and hugetlb_no_page
` [RFC PATCH v2 28/47] rmap: in try_to_{migrate,unmap}_one, check head page for page flags
` [RFC PATCH v2 29/47] hugetlb: add high-granularity migration support
` [RFC PATCH v2 31/47] hugetlb: sort hstates in hugetlb_init_hstates
` [RFC PATCH v2 32/47] hugetlb: add for_each_hgm_shift
` [RFC PATCH v2 33/47] userfaultfd: add UFFD_FEATURE_MINOR_HUGETLBFS_HGM
` [RFC PATCH v2 34/47] hugetlb: userfaultfd: add support for high-granularity UFFDIO_CONTINUE
` [RFC PATCH v2 35/47] userfaultfd: require UFFD_FEATURE_EXACT_ADDRESS when using HugeTLB HGM
` [RFC PATCH v2 36/47] hugetlb: add MADV_COLLAPSE for hugetlb
` [RFC PATCH v2 37/47] hugetlb: remove huge_pte_lock and huge_pte_lockptr
` [RFC PATCH v2 38/47] hugetlb: replace make_huge_pte with make_huge_pte_with_shift
` [RFC PATCH v2 39/47] mm: smaps: add stats for HugeTLB mapping size
` [RFC PATCH v2 40/47] hugetlb: x86: enable high-granularity mapping
` [RFC PATCH v2 41/47] docs: hugetlb: update hugetlb and userfaultfd admin-guides with HGM info
` [RFC PATCH v2 42/47] docs: proc: include information about HugeTLB HGM
` [RFC PATCH v2 43/47] selftests/vm: add HugeTLB HGM to userfaultfd selftest
` [RFC PATCH v2 44/47] selftests/kvm: add HugeTLB HGM to KVM demand paging selftest
` [RFC PATCH v2 45/47] selftests/vm: add anon and shared hugetlb to migration test
` [RFC PATCH v2 46/47] selftests/vm: add hugetlb HGM test to migration selftest
` [RFC PATCH v2 47/47] selftests/vm: add HGM UFFDIO_CONTINUE and hwpoison tests

[RFC PATCH] mm, hwpoison: Recover from copy-on-write machine checks
 2022-10-21 16:30 UTC  (13+ messages)
` [PATCH v2] mm, hwpoison: Try to recover from copy-on write faults

[PATCH man-pages v2 0/4] Add MADV_COLLAPSE documentation
 2022-10-21 16:30 UTC  (6+ messages)
` [PATCH man-pages v2 3/4] process_madvise.2: CAP_SYS_ADMIN cleanup

Avoiding allocation of unused shmem page
 2022-10-21 16:26 UTC  (13+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-21 16:18 UTC  (13+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH rcu 5/8] slab: Explain why SLAB_DESTROY_BY_RCU reference before locking
 2022-10-21 16:10 UTC  (9+ messages)

[PATCH v4 0/7] mm: Remember a/d bits for migration entries
 2022-10-21 16:06 UTC  (3+ messages)
` [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd
  ` dpkg fails on sparc64 (was: [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd)

[PATCH v7 18/43] instrumented.h: add KMSAN support
 2022-10-21 15:19 UTC  (13+ messages)
  ` Fwd: "

[PATCH v8 0/5] Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-10-21 14:50 UTC  (4+ messages)
` [PATCH v8 4/5] tick/nohz_full: Ensure quiet_vmstat() is called on exit to user-mode when the idle tick is stopped

[PATCH] mm/slab: Annotate kmem_cache_node->list_lock as raw
 2022-10-21 14:49 UTC 

[PATCH V12 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-21 14:08 UTC  (6+ messages)
` [PATCH V12 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V12 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[shmem] 7a7256d5f5: WARNING:possible_recursive_locking_detected
 2022-10-21 13:09 UTC  (2+ messages)

[PATCH v3 0/5] ksm: support tracking KSM-placed zero-pages
 2022-10-21 12:54 UTC  (4+ messages)
` [PATCH v3 2/5] ksm: support unsharing zero pages placed by KSM

[linux-next:master 637/2652] drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8188f.c:432:7: warning: variable 'hw_ctrl_s1' is used uninitialized whenever 'if' condition is false
 2022-10-21 10:49 UTC  (3+ messages)

[PATCH] mm/slub: remove dead code for debug caches on deactivate_slab()
 2022-10-21 10:43 UTC  (2+ messages)

[PATCH v3 0/5] ksm: support tracking KSM-placed zero-pages
 2022-10-21 10:18 UTC  (4+ messages)
`  "

[PATCH v2 1/2] mm: migrate: Fix return value if all subpages of THPs are migrated successfully
 2022-10-21 10:16 UTC  (2+ messages)
` [PATCH v2 2/2] mm: migrate: Try again if THP split is failed due to page refcnt

[PATCH v3 0/1] mm/page_isolation: fix clang deadcode warning
 2022-10-21 10:15 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-10-21 10:12 UTC  (12+ messages)
` [PATCH v14 08/14] mm: multi-gen LRU: support page table walks

[PATCH v2 0/9] mm/ksm: break_ksm() cleanups and fixes
 2022-10-21 10:11 UTC  (10+ messages)
` [PATCH v2 1/9] selftests/vm: add test to measure MADV_UNMERGEABLE performance
` [PATCH v2 2/9] mm/ksm: simplify break_ksm() to not rely on VM_FAULT_WRITE
` [PATCH v2 3/9] mm: remove VM_FAULT_WRITE
` [PATCH v2 4/9] selftests/vm: add KSM unmerge tests
` [PATCH v2 5/9] mm/ksm: fix KSM COW breaking with userfaultfd-wp via FAULT_FLAG_UNSHARE
` [PATCH v2 6/9] mm/pagewalk: don't trigger test_walk() in walk_page_vma()
` [PATCH v2 7/9] mm/pagewalk: add walk_page_range_vma()
` [PATCH v2 8/9] mm/ksm: convert break_ksm() to use walk_page_range_vma()
` [PATCH v2 9/9] mm/gup: remove FOLL_MIGRATION

[RFC PATCH 0/4] Introduce mempool pages bulk allocator the use it in dm-crypt
 2022-10-21  9:19 UTC  (7+ messages)
` [PATCH 2/4] mm: mempool: introduce page bulk allocator

[PATCH v1 0/7] mm/ksm: break_ksm() cleanups and fixes
 2022-10-21  9:11 UTC  (6+ messages)
` [PATCH v1 6/7] mm/ksm: convert break_ksm() to use walk_page_range_vma()

[PATCH 1/3] mm: memory-failure: make put_ref_page() more useful
 2022-10-21  8:46 UTC  (3+ messages)
` [PATCH 2/3] mm: memory-failure: avoid pfn_valid() twice in soft_offline_page()
` [PATCH 3/3] mm: memory-failure: make action_result() return int

[PATCH v2 0/1] mm/page_isolation: fix clang deadcode warning
 2022-10-21  8:21 UTC  (4+ messages)
` [PATCH v2 1/1] "

[hugetlbfs] 3a47c54f09: kernel-selftests.vm.run_vmtests.sh../userfaultfd_hugetlb_256_32.fail
 2022-10-21  8:04 UTC 

[PATCH 1/2] mm: gup: Re-pin pages in case of trying several times to migrate
 2022-10-21  6:15 UTC  (11+ messages)
` [PATCH 2/2] mm: migrate: Try again if THP split is failed due to page refcnt

[PATCH] mm/page_isolation: fix clang deadcode warning
 2022-10-21  5:21 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION acee3e83b493505058d1e48fce167f623dac1a05
 2022-10-21  5:12 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 2cf0df170b5f1231e49c5124d173c69ced59acbf
 2022-10-21  5:10 UTC 

[GIT PULL] hotfixes for 6.1-rc2
 2022-10-21  4:33 UTC 

[PATCH v7 0/3] mm/slub: extend redzone check for kmalloc objects
 2022-10-21  3:24 UTC  (4+ messages)
` [PATCH v7 1/3] mm/slub: only zero requested size of buffer for kzalloc when debug enabled
` [PATCH v7 2/3] mm: kasan: Extend kasan_metadata_size() to also cover in-object size
` [PATCH v7 3/3] mm/slub: extend redzone check to extra allocated kmalloc space than requested

[PATCH -next] hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()
 2022-10-21  2:37 UTC  (3+ messages)

[PATCH v7 11/11] kallsyms: Add self-test facility
 2022-10-21  2:00 UTC 

[syzbot] BUG: sleeping function called from invalid context in vm_area_dup
 2022-10-21  1:58 UTC  (2+ messages)

[PATCH] memory tier, sysfs: rename attribute "nodes" to "nodelist"
 2022-10-21  1:47 UTC  (3+ messages)

[PATCH] mm/kmemleak: Prevent soft lockup in kmemleak_scan()'s object iteration loops
 2022-10-21  1:22 UTC  (3+ messages)

[PATCH] mm/memremap: Introduce pgmap_request_folio() using pgmap offsets
 2022-10-20 23:17 UTC  (3+ messages)

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-20 22:57 UTC  (23+ messages)
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs

[PATCH] mm/gup: fix gup_pud_range() for dax
 2022-10-20 22:18 UTC  (2+ messages)

kernel BUG in page_try_dup_anon_rmap
 2022-10-20 21:59 UTC 

[PATCH v4 2/3] mm: changes to split_huge_page() to free zero filled tail pages
 2022-10-20 21:57 UTC  (2+ messages)

[PATCH v3 0/9] mm: introduce Designated Movable Blocks
 2022-10-20 21:53 UTC  (10+ messages)
` [PATCH v3 1/9] lib/show_mem.c: display MovableOnly
` [PATCH v3 2/9] mm/page_alloc: calculate node_spanned_pages from pfns
` [PATCH v3 3/9] mm/page_alloc: prevent creation of empty zones
` [PATCH v3 4/9] mm/page_alloc.c: allow oversized movablecore
` [PATCH v3 5/9] mm/page_alloc: introduce init_reserved_pageblock()
` [PATCH v3 6/9] memblock: introduce MEMBLOCK_MOVABLE flag
` [PATCH v3 7/9] mm/dmb: Introduce Designated Movable Blocks
` [PATCH v3 8/9] mm/page_alloc: make alloc_contig_pages DMB aware
` [PATCH v3 9/9] mm/page_alloc: allow base for movablecore

[RFC PATCH] mm: move xa forward when run across zombie page
 2022-10-20 21:52 UTC  (10+ messages)

[PATCH] mm/hugetlb: Unify clearing of RestoreReserve for private pages
 2022-10-20 19:38 UTC 

[PATCH] hugetlbfs: don't delete error page from pagecache
 2022-10-20 18:42 UTC  (6+ messages)

[mm] f35b5d7d67: will-it-scale.per_process_ops -95.5% regression
 2022-10-20 17:16 UTC  (7+ messages)

[PATCH v3 0/3] THP Shrinker
 2022-10-20 17:04 UTC  (8+ messages)
` [PATCH v3 3/3] mm: THP low utilization shrinker

[PATCH] kbuild: treat char as always signed
 2022-10-20 16:33 UTC  (2+ messages)

[PATCH v3 1/1] vsprintf: protect kernel from panic due to non-canonical pointer dereference
 2022-10-20 16:03 UTC  (4+ messages)

[PATCH] mm: /proc/pid/smaps_rollup: fix maple tree search
 2022-10-20 15:31 UTC  (2+ messages)

[PATCH] vsprintf: protect kernel from panic due to non-canonical pointer dereference
 2022-10-20 13:57 UTC  (6+ messages)

[syzbot] BUG: sleeping function called from invalid context in break_ksm
 2022-10-20 13:40 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel NULL pointer dereference in filemap_read_folio
 2022-10-20 13:31 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox