This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6b00bc639f1f Merge tag 'dmaengine-fix-5.13' of git://git.kernel.org/pub [...] new 25182f05ffed mm,hwpoison: fix race with hugetlb page allocation new 099dd6878b9b mm/swap: fix pte_same_as_swp() not removing uffd-wp bit wh [...] new 8669dbab2ae5 mm/slub: clarify verification reporting new 74c1d3e08153 mm/slub: fix redzoning for small allocations new e41a49fadbc8 mm/slub: actually fix freelist pointer vs redzoning new 846be08578ed mm/hugetlb: expand restore_reserve_on_error functionality new e8675d291ac0 mm/memory-failure: make sure wait for page writeback in me [...] new 4f5aecdff25f crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfo new 1b3865d01681 mm/slub.c: include swab.h new ffc90cbb2970 mm, thp: use head page in __migration_entry_wait() new 99fa8a48203d mm/thp: fix __split_huge_pmd_locked() on shmem migration entry new 3b77e8c8cde5 mm/thp: make is_huge_zero_pmd() safe and quicker new 732ed55823fc mm/thp: try_to_unmap() use TTU_SYNC for safe splitting new 494334e43c16 mm/thp: fix vma_address() if virtual address below file offset new 31657170deaf mm/thp: fix page_address_in_vma() on file THP tails new 22061a1ffabd mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page() new 504e070dc08f mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fail [...] new ccbd6283a9b6 mm/sparse: fix check_usemap_section_nr warnings new 70585216fe77 Merge branch 'akpm' (patches from Andrew)
The 19 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/vm/slub.rst | 10 ++-- fs/hugetlbfs/inode.c | 1 + include/linux/huge_mm.h | 8 ++- include/linux/hugetlb.h | 8 +++ include/linux/mm.h | 3 ++ include/linux/rmap.h | 1 + include/linux/swapops.h | 15 ++++-- kernel/crash_core.c | 1 + mm/huge_memory.c | 56 +++++++++---------- mm/hugetlb.c | 135 ++++++++++++++++++++++++++++++++++++++-------- mm/internal.h | 53 +++++++++++++----- mm/memory-failure.c | 36 +++++++++++-- mm/memory.c | 41 ++++++++++++++ mm/migrate.c | 1 + mm/page_vma_mapped.c | 27 ++++++---- mm/pgtable-generic.c | 5 +- mm/rmap.c | 39 +++++++++----- mm/slab_common.c | 3 +- mm/slub.c | 37 ++++++------- mm/sparse.c | 13 ++++- mm/swapfile.c | 2 +- mm/truncate.c | 43 +++++++-------- 22 files changed, 386 insertions(+), 152 deletions(-)