mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-25 19:34:51 to 2021-02-26 17:56:31 UTC [more...]

incoming
 2021-02-26 17:55 UTC  (121+ messages)
` [patch 001/118] mm: make pagecache tagged lookups return only head pages
` [patch 002/118] mm/shmem: use pagevec_lookup in shmem_unlock_mapping
` [patch 003/118] mm/swap: optimise get_shadow_from_swap_cache
` [patch 004/118] mm: add FGP_ENTRY
` [patch 005/118] mm/filemap: rename find_get_entry to mapping_get_entry
` [patch 006/118] mm/filemap: add helper for finding pages
` [patch 007/118] mm/filemap: add mapping_seek_hole_data
` [patch 008/118] iomap: use mapping_seek_hole_data
` [patch 009/118] mm: add and use find_lock_entries
` [patch 010/118] mm: add an 'end' parameter to find_get_entries
` [patch 011/118] mm: add an 'end' parameter to pagevec_lookup_entries
` [patch 012/118] mm: remove nr_entries parameter from pagevec_lookup_entries
` [patch 013/118] mm: pass pvec directly to find_get_entries
` [patch 014/118] mm: remove pagevec_lookup_entries
` [patch 015/118] mm,thp,shmem: limit shmem THP alloc gfp_mask
` [patch 016/118] mm,thp,shm: limit gfp mask to no more than specified
` [patch 017/118] mm,thp,shmem: make khugepaged obey tmpfs mount flags
` [patch 018/118] mm,shmem,thp: limit shmem THP allocations to requested zones
` [patch 019/118] mm: cma: allocate cma areas bottom-up
` [patch 020/118] mm/cma: expose all pages to the buddy if activation of an area fails
` [patch 021/118] mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo
` [patch 022/118] mm: cma: print region name on failure
` [patch 023/118] mm: vmstat: fix NOHZ wakeups for node stat changes
` [patch 024/118] mm: vmstat: add some comments on internal storage of byte items
` [patch 025/118] mm/vmstat.c: erase latency in vmstat_shepherd
` [patch 026/118] mm: move pfn_to_online_page() out of line
` [patch 027/118] mm: teach pfn_to_online_page() to consider subsection validity
` [patch 028/118] mm: teach pfn_to_online_page() about ZONE_DEVICE section collisions
` [patch 029/118] mm: fix memory_failure() handling of dax-namespace metadata
` [patch 030/118] mm/memory_hotplug: rename all existing 'memhp' into 'mhp'
` [patch 031/118] mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCE
` [patch 032/118] mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfn
` [patch 033/118] drivers/base/memory: don't store phys_device in memory blocks
` [patch 034/118] Documentation: sysfs/memory: clarify some memory block device properties
` [patch 035/118] mm/memory_hotplug: prevalidate the address range being added with platform
` [patch 036/118] arm64/mm: define arch_get_mappable_range()
` [patch 037/118] s390/mm: "
` [patch 038/118] virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplug
` [patch 039/118] mm/mlock: stop counting mlocked pages when none vma is found
` [patch 040/118] mm/rmap: correct some obsolete comments of anon_vma
` [patch 041/118] mm/rmap: remove unneeded semicolon in page_not_mapped()
` [patch 042/118] mm/rmap: fix obsolete comment in __page_check_anon_rmap()
` [patch 043/118] mm/rmap: use page_not_mapped in try_to_unmap()
` [patch 044/118] mm/rmap: correct obsolete comment of page_get_anon_vma()
` [patch 045/118] mm/rmap: fix potential pte_unmap on an not mapped pte
` [patch 046/118] mm: zswap: clean up confusing comment
` [patch 047/118] mm/zswap: add the flag can_sleep_mapped
` [patch 048/118] mm: set the sleep_mapped to true for zbud and z3fold
` [patch 049/118] mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()
` [patch 050/118] zsmalloc: account the number of compacted pages correctly
` [patch 051/118] mm/zsmalloc.c: use page_private() to access page->private
` [patch 052/118] mm: page-flags.h: Typo fix (It -> If)
` [patch 053/118] mm/dmapool: use might_alloc()
` [patch 054/118] mm/backing-dev.c: "
` [patch 055/118] mm/early_ioremap.c: use __func__ instead of function name
` [patch 056/118] mm: add Kernel Electric-Fence infrastructure
` [patch 057/118] x86, kfence: enable KFENCE for x86
` [patch 058/118] arm64, kfence: enable KFENCE for ARM64
` [patch 059/118] kfence: use pt_regs to generate stack trace on faults
` [patch 060/118] mm, kfence: insert KFENCE hooks for SLAB
` [patch 061/118] mm, kfence: insert KFENCE hooks for SLUB
` [patch 062/118] kfence, kasan: make KFENCE compatible with KASAN
` [patch 063/118] kfence, Documentation: add KFENCE documentation
` [patch 064/118] kfence: add test suite
` [patch 065/118] MAINTAINERS: add entry for KFENCE
` [patch 066/118] kfence: report sensitive information based on no_hash_pointers
` [patch 067/118] tracing: add error_report_end trace point
` [patch 068/118] kfence: use error_report_end tracepoint
` [patch 069/118] kasan: "
` [patch 070/118] kasan, mm: don't save alloc stacks twice
` [patch 071/118] kasan, mm: optimize kmalloc poisoning
` [patch 072/118] kasan: optimize large "
` [patch 073/118] kasan: clean up setting free info in kasan_slab_free
` [patch 074/118] kasan: unify large kfree checks
` [patch 075/118] kasan: rework krealloc tests
` [patch 076/118] kasan, mm: fail krealloc on freed objects
` [patch 077/118] kasan, mm: optimize krealloc poisoning
` [patch 078/118] kasan: ensure poisoning size alignment
` [patch 079/118] arm64: kasan: simplify and inline MTE functions
` [patch 080/118] kasan: inline HW_TAGS helper functions
` [patch 081/118] kasan: clarify that only first bug is reported in HW_TAGS
` [patch 082/118] alpha: remove CONFIG_EXPERIMENTAL from defconfigs
` [patch 083/118] proc/wchan: use printk format instead of lookup_symbol_name()
` [patch 084/118] proc: use kvzalloc for our kernel buffer
` [patch 085/118] sysctl.c: fix underflow value setting risk in vm_table
` [patch 086/118] include/linux: remove repeated words
` [patch 087/118] treewide: Miguel has moved
` [patch 088/118] groups: use flexible-array member in struct group_info
` [patch 089/118] groups: simplify struct group_info allocation
` [patch 090/118] kernel: delete repeated words in comments
` [patch 091/118] MAINTAINERS: add uapi directories to API/ABI section
` [patch 092/118] lib/genalloc.c: change return type to unsigned long for bitmap_set_ll
` [patch 093/118] string.h: move fortified functions definitions in a dedicated header
` [patch 094/118] lib: stackdepot: add support to configure STACK_HASH_SIZE
` [patch 095/118] lib: stackdepot: add support to disable stack depot
` [patch 096/118] lib: stackdepot: fix ignoring return value warning
` [patch 097/118] lib/cmdline: remove an unneeded local variable in next_arg()
` [patch 098/118] include/linux/bitops.h: spelling s/synomyn/synonym/
` [patch 099/118] checkpatch: improve blank line after declaration test
` [patch 100/118] checkpatch: ignore warning designated initializers using NR_CPUS
` [patch 101/118] checkpatch: trivial style fixes
` [patch 102/118] checkpatch: prefer ftrace over function entry/exit printks
` [patch 103/118] checkpatch: improve TYPECAST_INT_CONSTANT test message
` [patch 104/118] checkpatch: add warning for avoiding .L prefix symbols in assembly files
` [patch 105/118] checkpatch: add kmalloc_array_node to unnecessary OOM message check
` [patch 106/118] checkpatch: don't warn about colon termination in linker scripts
` [patch 107/118] checkpatch: do not apply "initialise globals to 0" check to BPF progs
` [patch 108/118] init/version.c: remove Version_<LINUX_VERSION_CODE> symbol
` [patch 109/118] init: clean up early_param_on_off() macro
` [patch 110/118] init/Kconfig: fix a typo in CC_VERSION_TEXT help text
` [patch 111/118] fs/coredump: use kmap_local_page()
` [patch 112/118] seq_file: document how per-entry resources are managed
` [patch 113/118] x86: fix seq_file iteration for pat/memtype.c
` [patch 114/118] scripts/gdb: fix list_for_each
` [patch 115/118] kgdb: fix to kill breakpoints on initmem after boot
` [patch 116/118] ubsan: remove overflow checks
` [patch 117/118] initramfs: panic with memory information
` [patch 118/118] MIPS: make userspace mapping young by default

incoming
 2021-02-26 15:54 UTC  (14+ messages)
` [patch 014/173] mm, tracing: record slab name for kmem_cache_free()

[folded-merged] initramfs-panic-with-memory-information-fix.patch removed from -mm tree
 2021-02-26  0:51 UTC 

[folded-merged] seq_file-document-how-per-entry-resources-are-managed-fix.patch removed from -mm tree
 2021-02-26  0:51 UTC 

[folded-merged] lib-stackdepot-add-support-to-disable-stack-depot-fix.patch removed from -mm tree
 2021-02-26  0:50 UTC 

[folded-merged] arm64-kasan-simplify-and-inline-mte-functions-fix.patch removed from -mm tree
 2021-02-26  0:49 UTC 

[folded-merged] kfence-add-test-suite-fix-2.patch removed from -mm tree
 2021-02-26  0:48 UTC 

[folded-merged] kfence-add-test-suite-fix.patch removed from -mm tree
 2021-02-26  0:48 UTC 

[folded-merged] kfence-documentation-add-kfence-documentation-fix.patch removed from -mm tree
 2021-02-26  0:48 UTC 

[folded-merged] kfence-kasan-make-kfence-compatible-with-kasan-fix-2.patch removed from -mm tree
 2021-02-26  0:46 UTC 

[folded-merged] kfence-kasan-make-kfence-compatible-with-kasan-fix.patch removed from -mm tree
 2021-02-26  0:46 UTC 

[folded-merged] arm64-kfence-enable-kfence-for-arm64-fix.patch removed from -mm tree
 2021-02-26  0:46 UTC 

[folded-merged] x86-kfence-enable-kfence-for-x86-fix.patch removed from -mm tree
 2021-02-26  0:45 UTC 

[folded-merged] mm-add-kernel-electric-fence-infrastructure-fix-5.patch removed from -mm tree
 2021-02-26  0:44 UTC 

[folded-merged] mm-add-kernel-electric-fence-infrastructure-fix-3.patch removed from -mm tree
 2021-02-26  0:43 UTC 

[folded-merged] mm-add-kernel-electric-fence-infrastructure-fix-4.patch removed from -mm tree
 2021-02-26  0:43 UTC 

[folded-merged] mm-add-kernel-electric-fence-infrastructure-fix-2.patch removed from -mm tree
 2021-02-26  0:43 UTC 

[folded-merged] mm-add-kernel-electric-fence-infrastructure-fix.patch removed from -mm tree
 2021-02-26  0:43 UTC 

[folded-merged] bdi-use-might_alloc-fix.patch removed from -mm tree
 2021-02-26  0:43 UTC 

[folded-merged] mm-memory_hotplug-prevalidate-the-address-range-being-added-with-platform-fix.patch removed from -mm tree
 2021-02-26  0:42 UTC 

[folded-merged] mm-teach-pfn_to_online_page-about-zone_device-section-collisions-fix.patch removed from -mm tree
 2021-02-26  0:42 UTC 

[folded-merged] mm-cma-print-region-name-on-failure-v2.patch removed from -mm tree
 2021-02-26  0:41 UTC 

[folded-merged] mm-page_alloc-count-cma-pages-per-zone-and-print-them-in-proc-zoneinfo-v3.patch removed from -mm tree
 2021-02-26  0:40 UTC 

[folded-merged] mm-page_alloc-count-cma-pages-per-zone-and-print-them-in-proc-zoneinfo-v2.patch removed from -mm tree
 2021-02-26  0:40 UTC 

[folded-merged] mm-cma-allocate-cma-areas-bottom-up-fix-3-fix.patch removed from -mm tree
 2021-02-26  0:39 UTC 

[folded-merged] mm-cma-allocate-cma-areas-bottom-up-fix-3.patch removed from -mm tree
 2021-02-26  0:39 UTC 

[folded-merged] mm-cma-allocate-cma-areas-bottom-up-fix.patch removed from -mm tree
 2021-02-26  0:39 UTC 

[folded-merged] mm-cma-allocate-cma-areas-bottom-up-fix-2.patch removed from -mm tree
 2021-02-26  0:39 UTC 

[folded-merged] mm-add-and-use-find_lock_entries-fix.patch removed from -mm tree
 2021-02-26  0:38 UTC 

[folded-merged] mm-filemap-add-mapping_seek_hole_data-fix.patch removed from -mm tree
 2021-02-26  0:37 UTC 

[folded-merged] mm-filemap-add-helper-for-finding-pages-fix.patch removed from -mm tree
 2021-02-26  0:36 UTC 

+ mm-page_allocc-refactor-initialization-of-struct-page-for-holes-in-memory-layout-fix.patch added to -mm tree
 2021-02-26  0:09 UTC 

+ mm-page_allocc-refactor-initialization-of-struct-page-for-holes-in-memory-layout.patch added to -mm tree
 2021-02-26  0:09 UTC 

+ init-kconfig-make-compile_test-depend-on-has_iomem.patch added to -mm tree
 2021-02-25 20:29 UTC 

+ init-kconfig-fix-a-typo-in-cc_version_text-help-text.patch added to -mm tree
 2021-02-25 20:15 UTC 

+ stop_machine-mark-helpers-__always_inline.patch added to -mm tree
 2021-02-25 19:37 UTC 

+ memblock-fix-section-mismatch-warning.patch added to -mm tree
 2021-02-25 19:35 UTC 

[merged] numa-balancing-migrate-on-fault-among-multiple-bound-nodes.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] hugetlbfs-correct-obsolete-function-name-in-hugetlbfs_read_iter.patch removed from -mm tree
 2021-02-25 19:19 UTC 

[merged] hugetlbfs-correct-some-obsolete-comments-about-inode-i_mutex.patch removed from -mm tree
 2021-02-25 19:19 UTC 

[merged] hugetlbfs-remove-unneeded-return-value-of-hugetlb_vmtruncate.patch removed from -mm tree
 2021-02-25 19:19 UTC 

[merged] mm-migrate-remove-unneeded-semicolons.patch removed from -mm tree
 2021-02-25 19:19 UTC 

+ linux-compiler-clangh-define-have_builtin_bswap.patch added to -mm tree
 2021-02-25 19:27 UTC 

[merged] mm-hugetlb-change-hugetlb_reserve_pages-to-type-bool.patch removed from -mm tree
 2021-02-25 19:19 UTC 

[merged] mm-compaction-make-fast_isolate_freepages-stay-within-zone.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] hugetlbfs-remove-meaningless-variable-avoid_reserve.patch removed from -mm tree
 2021-02-25 19:19 UTC 

[merged] hugetlbfs-remove-useless-bug_oninode-in-hugetlbfs_setattr.patch removed from -mm tree
 2021-02-25 19:19 UTC 

[merged] hugetlbfs-fix-some-comment-typos.patch removed from -mm tree
 2021-02-25 19:19 UTC 

[merged] mm-oom-fix-a-comment-in-dump_task.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] hugetlbfs-remove-special-hugetlbfs_set_page_dirty.patch removed from -mm tree
 2021-02-25 19:19 UTC 

[merged] hugetlbfs-make-hugepage-size-conversion-more-readable.patch removed from -mm tree
 2021-02-25 19:19 UTC 

[merged] mm-mempolicy-use-helper-range_in_vma-in-queue_pages_test_walk.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] hugetlbfs-use-helper-macro-default_hstate-in-init_hugetlbfs_fs.patch removed from -mm tree
 2021-02-25 19:19 UTC 

[merged] mm-compaction-remove-duplicated-vm_bug_on_page-pagelocked.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] mm-compactoin-fix-misbehaviors-of-fast_find_migrateblock.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] mm-compaction-correct-deferral-logic-for-proactive-compaction.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] mm-compaction-remove-rcu_read_lock-during-page-compaction.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] z3fold-remove-unused-attribute-for-release_z3fold_page.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] mm-fold-__update_lru_size-into-its-sole-caller.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] include-linux-hugetlbh-add-synchronization-information-for-new-hugetlb-specific-flags.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] mm-vmscan-restore-zone_reclaim_mode-abi.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] mm-vm_bug_on-lru-page-flags.patch removed from -mm tree
 2021-02-25 19:17 UTC 

[merged] mm-make-lruvec_lru_size-static.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] z3fold-simplify-the-zhdr-initialization-code-in-init_z3fold_page.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] hugetlb-convert-pagehugefreed-to-hpagefreed-flag.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] mm-add-__clear_page_lru_flags-to-replace-page_off_lru.patch removed from -mm tree
 2021-02-25 19:17 UTC 

[merged] hugetlb-use-pageprivate-for-hugetlb-specific-page-flags.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] mm-dont-pass-enum-lru_list-to-del_page_from_lru_list.patch removed from -mm tree
 2021-02-25 19:17 UTC 

[merged] hugetlb-convert-page_huge_active-hpagemigratable-flag.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] hugetlb-convert-pagehugetemporary-to-hpagetemporary-flag.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] mm-workingset-clarify-eviction-order-and-distance-calculation.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] hugetlb-fix-uninitialized-subpool-pointer.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] mm-fold-page_lru_base_type-into-its-sole-caller.patch removed from -mm tree
 2021-02-25 19:18 UTC 

[merged] mm-dont-pass-enum-lru_list-to-trace_mm_lru_insertion.patch removed from -mm tree
 2021-02-25 19:17 UTC 

[merged] mm-shuffle-lru-list-addition-and-deletion-functions.patch removed from -mm tree
 2021-02-25 19:17 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).