mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-29 02:39:45 to 2021-07-01 01:51:44 UTC [more...]

incoming
 2021-07-01  1:51 UTC  (86+ messages)
` [patch 001/192] mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
` [patch 002/192] mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [patch 003/192] mm: hugetlb: gather discrete indexes of tail page
` [patch 004/192] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
` [patch 005/192] mm: hugetlb: defer freeing of HugeTLB pages
` [patch 006/192] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
` [patch 007/192] mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
` [patch 008/192] mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled
` [patch 009/192] mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
` [patch 010/192] mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGEPAGE
` [patch 011/192] mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mistake
` [patch 012/192] mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
` [patch 013/192] mm/huge_memory.c: use page->deferred_list
` [patch 014/192] mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
` [patch 015/192] mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmd
` [patch 016/192] mm/huge_memory.c: don't discard hugepage if other processes are mapping it
` [patch 017/192] mm/hugetlb: change parameters of arch_make_huge_pte()
` [patch 018/192] mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge
` [patch 019/192] mm/vmalloc: enable mapping of huge pages at pte level in vmap
` [patch 020/192] mm/vmalloc: enable mapping of huge pages at pte level in vmalloc
` [patch 021/192] powerpc/8xx: add support for huge pages on VMAP and VMALLOC
` [patch 022/192] khugepaged: selftests: remove debug_cow
` [patch 023/192] mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY
` [patch 024/192] mm: sparsemem: split the huge PMD mapping of vmemmap pages
` [patch 025/192] mm: sparsemem: use huge PMD mapping for "
` [patch 026/192] mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON
` [patch 027/192] hugetlb: remove prep_compound_huge_page cleanup
` [patch 028/192] hugetlb: address ref count racing in prep_compound_gigantic_page
` [patch 029/192] mm/hwpoison: disable pcp for page_handle_poison()
` [patch 030/192] userfaultfd/selftests: use user mode only
` [patch 031/192] userfaultfd/selftests: remove the time() check on delayed uffd
` [patch 032/192] userfaultfd/selftests: dropping VERIFY check in locking_thread
` [patch 033/192] userfaultfd/selftests: only dump counts if mode enabled
` [patch 034/192] userfaultfd/selftests: unify error handling
` [patch 035/192] mm/thp: simplify copying of huge zero page pmd when fork
` [patch 036/192] mm/userfaultfd: fix uffd-wp special cases for fork()
` [patch 037/192] mm/userfaultfd: fail uffd-wp registration if not supported
` [patch 038/192] mm/pagemap: export uffd-wp protection information
` [patch 039/192] userfaultfd/selftests: add pagemap uffd-wp test
` [patch 040/192] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [patch 041/192] userfaultfd/shmem: support minor fault registration for shmem
` [patch 042/192] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [patch 043/192] userfaultfd/shmem: advertise shmem minor fault support
` [patch 044/192] userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()
` [patch 045/192] userfaultfd/selftests: use memfd_create for shmem test type
` [patch 046/192] userfaultfd/selftests: create alias mappings in the shmem test
` [patch 047/192] userfaultfd/selftests: reinitialize test context in each test
` [patch 048/192] userfaultfd/selftests: exercise minor fault handling shmem support
` [patch 049/192] mm/vmscan.c: fix potential deadlock in reclaim_pages()
` [patch 050/192] include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_low
` [patch 051/192] mm: workingset: define macro WORKINGSET_SHIFT
` [patch 052/192] mm/kconfig: move HOLES_IN_ZONE into mm
` [patch 053/192] docs: proc.rst: meminfo: briefly describe gaps in memory accounting
` [patch 054/192] fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
` [patch 055/192] fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
` [patch 056/192] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
` [patch 057/192] mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline()
` [patch 058/192] virtio-mem: use page_offline_(start|end) when "
` [patch 059/192] fs/proc/kcore: use page_offline_(freeze|thaw)
` [patch 060/192] mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKS
` [patch 061/192] mm/z3fold: avoid possible underflow in z3fold_alloc()
` [patch 062/192] mm/z3fold: remove magic number in z3fold_create_pool()
` [patch 063/192] mm/z3fold: remove unused function handle_to_z3fold_header()
` [patch 064/192] mm/z3fold: fix potential memory leak in z3fold_destroy_pool()
` [patch 065/192] mm/z3fold: use release_z3fold_page_locked() to release locked z3fold page
` [patch 066/192] mm/zbud: reuse unbuddied[0] as buddied in zbud_pool
` [patch 067/192] mm/zbud: don't export any zbud API
` [patch 068/192] mm/compaction: use DEVICE_ATTR_WO macro
` [patch 069/192] mm: compaction: remove duplicate !list_empty(&sublist) check
` [patch 070/192] mm/compaction: fix 'limit' in fast_isolate_freepages
` [patch 071/192] mm/mempolicy: cleanup nodemask intersection check for oom
` [patch 072/192] mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
` [patch 073/192] mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicy
` [patch 074/192] mm: mempolicy: don't have to split pmd for huge zero page
` [patch 075/192] mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policies
` [patch 076/192] include/linux/mmzone.h: add documentation for pfn_valid()
` [patch 077/192] memblock: update initialization of reserved pages
` [patch 078/192] arm64: decouple check whether pfn is in linear map from pfn_valid()
` [patch 079/192] arm64: drop pfn_valid_within() and simplify pfn_valid()
` [patch 080/192] arm64/mm: drop HAVE_ARCH_PFN_VALID
` [patch 081/192] mm: migrate: fix missing update page_private to hugetlb_page_subpool
` [patch 082/192] mm, thp: relax the VM_DENYWRITE constraint on file-backed THPs
` [patch 083/192] mm: memory: add orig_pmd to struct vm_fault
` [patch 084/192] mm: memory: make numa_migrate_prep() non-static
` [patch 085/192] mm: thp: refactor NUMA fault handling

incoming
 2021-07-01  1:27 UTC  (79+ messages)
` [patch 122/192] mm/ksm: use vma_lookup() in find_mergeable_vma()
` [patch 123/192] mm/migrate: use vma_lookup() in do_pages_stat_array()
` [patch 124/192] mm/mremap: use vma_lookup() in vma_to_resize()
` [patch 125/192] mm/memory.c: use vma_lookup() in __access_remote_vm()
` [patch 126/192] mm/mempolicy: "
` [patch 127/192] mm: update legacy flush_tlb_* to use vma
` [patch 128/192] mm: improve mprotect(R|W) efficiency on pages referenced once
` [patch 129/192] h8300: remove unused variable
` [patch 130/192] mm/dmapool: use DEVICE_ATTR_RO macro
` [patch 131/192] mm, tracing: unify PFN format strings
` [patch 132/192] mm/page_alloc: add an alloc_pages_bulk_array_node() helper
` [patch 133/192] mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()
` [patch 134/192] mm/vmalloc: print a warning message first on failure
` [patch 135/192] mm/vmalloc: remove quoted strings split across lines
` [patch 136/192] mm/vmalloc: fallback to a single page allocator
` [patch 137/192] mm: vmalloc: add cond_resched() in __vunmap()
` [patch 138/192] printk: introduce dump_stack_lvl()
` [patch 139/192] kasan: use dump_stack_lvl(KERN_ERR) to print stacks
` [patch 140/192] kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL()
` [patch 141/192] kasan: allow an architecture to disable inline instrumentation
` [patch 142/192] kasan: allow architectures to provide an outline readiness check
` [patch 143/192] mm: define default MAX_PTRS_PER_* in include/pgtable.h
` [patch 144/192] kasan: use MAX_PTRS_PER_* for early shadow tables
` [patch 145/192] kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY
` [patch 146/192] kasan: integrate the common part of two KASAN tag-based modes
` [patch 147/192] kasan: add memory corruption identification support for hardware tag-based mode
` [patch 148/192] mm: report which part of mem is being freed on initmem case
` [patch 149/192] mm/mmzone.h: simplify is_highmem_idx()
` [patch 150/192] mm: make __dump_page static
` [patch 151/192] mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attempt
` [patch 152/192] mm/debug: factor PagePoisoned out of __dump_page
` [patch 153/192] mm/page_owner: constify dump_page_owner
` [patch 154/192] mm: make compound_head const-preserving
` [patch 155/192] mm: constify get_pfnblock_flags_mask and get_pfnblock_migratetype
` [patch 156/192] mm: constify page_count and page_ref_count
` [patch 157/192] mm: optimise nth_page for contiguous memmap
` [patch 158/192] mm/page_alloc: switch to pr_debug
` [patch 159/192] kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21
` [patch 160/192] mm/page_alloc: split per cpu page lists and zone stats
` [patch 161/192] mm/page_alloc: convert per-cpu list protection to local_lock
` [patch 162/192] mm/vmstat: convert NUMA statistics to basic NUMA counters
` [patch 163/192] mm/vmstat: inline NUMA event counter updates
` [patch 164/192] mm/page_alloc: batch the accounting updates in the bulk allocator
` [patch 165/192] mm/page_alloc: reduce duration that IRQs are disabled for VM counters
` [patch 166/192] mm/page_alloc: explicitly acquire the zone lock in __free_pages_ok
` [patch 167/192] mm/page_alloc: avoid conflating IRQs disabled with zone->lock
` [patch 168/192] mm/page_alloc: update PGFREE outside the zone lock in __free_pages_ok
` [patch 169/192] mm: page_alloc: dump migrate-failed pages only at -EBUSY
` [patch 170/192] mm/page_alloc: delete vm.percpu_pagelist_fraction
` [patch 171/192] mm/page_alloc: disassociate the pcp->high from pcp->batch
` [patch 172/192] mm/page_alloc: adjust pcp->high after CPU hotplug events
` [patch 173/192] mm/page_alloc: scale the number of pages that are batch freed
` [patch 174/192] mm/page_alloc: limit the number of pages on PCP lists when reclaim is active
` [patch 175/192] mm/page_alloc: introduce vm.percpu_pagelist_high_fraction
` [patch 176/192] mm: drop SECTION_SHIFT in code comments
` [patch 177/192] mm/page_alloc: improve memmap_pages dbg msg
` [patch 178/192] mm/page_alloc: fix counting of managed_pages
` [patch 179/192] mm/page_alloc: move free_the_page
` [patch 180/192] alpha: remove DISCONTIGMEM and NUMA
` [patch 181/192] arc: update comment about HIGHMEM implementation
` [patch 182/192] arc: remove support for DISCONTIGMEM
` [patch 183/192] m68k: "
` [patch 184/192] mm: remove CONFIG_DISCONTIGMEM
` [patch 185/192] arch, mm: remove stale mentions of DISCONIGMEM
` [patch 186/192] docs: remove description of DISCONTIGMEM
` [patch 187/192] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [patch 188/192] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM
` [patch 189/192] mm/page_alloc: allow high-order pages to be stored on the per-cpu lists
` [patch 190/192] mm/page_alloc: split pcp->high across all online CPUs for cpuless nodes
` [patch 191/192] mm,hwpoison: send SIGBUS with error virutal address
` [patch 192/192] mm,hwpoison: make get_hwpoison_page() call get_any_page()

[folded-merged] ipc-utilc-use-binary-search-for-max_idx-fix.patch removed from -mm tree
 2021-07-01  1:05 UTC 

[folded-merged] ipc-semc-use-read_once-write_once-for-use_global_lock-update.patch removed from -mm tree
 2021-07-01  1:05 UTC 

[folded-merged] lib-decompressors-remove-set-but-not-used-variabled-level-fix.patch removed from -mm tree
 2021-07-01  1:04 UTC 

[folded-merged] kcov-add-__no_sanitize_coverage-to-fix-noinstr-for-all-architectures-v3.patch removed from -mm tree
 2021-07-01  1:03 UTC 

[folded-merged] kcov-add-__no_sanitize_coverage-to-fix-noinstr-for-all-architectures-v2.patch removed from -mm tree
 2021-07-01  1:03 UTC 

[folded-merged] kernelh-split-out-kstrtox-and-simple_strtox-to-a-separate-header-fix.patch removed from -mm tree
 2021-07-01  1:03 UTC 

[folded-merged] lib-math-rational-add-kunit-test-cases-fix-2.patch removed from -mm tree
 2021-07-01  1:02 UTC 

[folded-merged] lib-math-rational-add-kunit-test-cases-fix.patch removed from -mm tree
 2021-07-01  1:02 UTC 

[folded-merged] kernelh-split-out-panic-and-oops-helpers-fix-2.patch removed from -mm tree
 2021-07-01  1:01 UTC 

[folded-merged] kernelh-split-out-panic-and-oops-helpers-fix.patch removed from -mm tree
 2021-07-01  1:01 UTC 

[folded-merged] fs-proc-kcorec-add-mmap-interface-fix.patch removed from -mm tree
 2021-07-01  1:01 UTC 

[folded-merged] mm-device-exclusive-memory-access-fix.patch removed from -mm tree
 2021-07-01  1:00 UTC 

[folded-merged] mm-mmap_lock-remove-dead-code-for-config_tracing-configurations-fix.patch removed from -mm tree
 2021-07-01  0:59 UTC 

[folded-merged] mmmemory_hotplug-drop-unneeded-locking-fix.patch removed from -mm tree
 2021-07-01  0:58 UTC 

[folded-merged] mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables-checkpatch-fixes.patch removed from -mm tree
 2021-07-01  0:58 UTC 

[folded-merged] nommu-remove-__gfp_highmem-in-vmalloc-vzalloc-checkpatch-fixes.patch removed from -mm tree
 2021-07-01  0:58 UTC 

[folded-merged] mm-thp-refactor-numa-fault-handling-fix.patch removed from -mm tree
 2021-07-01  0:57 UTC 

[folded-merged] mm-migrate-fix-missing-update-page_private-to-hugetlb_page_subpool-v2.patch removed from -mm tree
 2021-07-01  0:56 UTC 

[folded-merged] mm-mempolicy-unify-the-parameter-sanity-check-for-mbind-and-set_mempolicy-v4.patch removed from -mm tree
 2021-07-01  0:56 UTC 

[folded-merged] mm-mempolicy-dont-handle-mpol_local-like-a-fake-mpol_preferred-policy-v4-fix.patch removed from -mm tree
 2021-07-01  0:55 UTC 

[folded-merged] mm-mempolicy-dont-handle-mpol_local-like-a-fake-mpol_preferred-policy-v4.patch removed from -mm tree
 2021-07-01  0:55 UTC 

[folded-merged] mm-zbud-dont-export-any-zbud-api-fix.patch removed from -mm tree
 2021-07-01  0:54 UTC 

[folded-merged] userfaultfd-selftests-reinitialize-test-context-in-each-test-fix.patch removed from -mm tree
 2021-07-01  0:53 UTC 

[folded-merged] mm-userfaultfd-fix-a-few-thp-pmd-missing-uffd-wp-bit.patch removed from -mm tree
 2021-07-01  0:52 UTC 

[folded-merged] mm-hugetlb-fix-racy-resv_huge_pages-underflow-on-uffdio_copy-fix-2.patch removed from -mm tree
 2021-07-01  0:51 UTC 

[folded-merged] mm-hugetlb-fix-racy-resv_huge_pages-underflow-on-uffdio_copy-fix.patch removed from -mm tree
 2021-07-01  0:51 UTC 

[folded-merged] arm64-define-only-pud-pmd_set-clear_huge-when-usefull.patch removed from -mm tree
 2021-07-01  0:50 UTC 

[folded-merged] mm-pgtable-add-stubs-for-pmd-pub_set-clear_huge-fix-2.patch removed from -mm tree
 2021-07-01  0:49 UTC 

[folded-merged] mm-huge_memoryc-add-missing-read-only-thp-checking-in-transparent_hugepage_enabled-v4.patch removed from -mm tree
 2021-07-01  0:49 UTC 

[folded-merged] mm-memory_hotplug-disable-memmap_on_memory-when-hugetlb_free_vmemmap-enabled-fix.patch removed from -mm tree
 2021-07-01  0:48 UTC 

[folded-merged] mm-hugetlb-alloc-the-vmemmap-pages-associated-with-each-hugetlb-page-fix-2.patch removed from -mm tree
 2021-07-01  0:47 UTC 

[folded-merged] mm-hugetlb-alloc-the-vmemmap-pages-associated-with-each-hugetlb-page-fix.patch removed from -mm tree
 2021-07-01  0:47 UTC 

[folded-merged] mm-hugetlb-free-the-vmemmap-pages-associated-with-each-hugetlb-page-fix.patch removed from -mm tree
 2021-07-01  0:46 UTC 

+ mm-compaction-fix-limit-in-fast_isolate_freepages.patch added to -mm tree
 2021-06-30 23:05 UTC 

[to-be-updated] kasan-add-memzero-init-for-unaligned-size-under-slub-debug.patch removed from -mm tree
 2021-06-29 18:47 UTC 

+ kasan-add-memzero-init-for-unaligned-size-under-slub-debug.patch added to -mm tree
 2021-06-29  6:29 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).