]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'akpm' (patches from Andrew)
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Jun 2020 03:24:15 +0000 (20:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Jun 2020 03:24:15 +0000 (20:24 -0700)
commitb83331fed58c9dacfd5f2afde5c053390820f50b
tree9ea9f40473e105e936e7477ab7dc7248d899af21
parent97b3bca17a365b7f56d7069fbbe1741c49da618f
parent1fec929a7609f97288b2b53cab2c29bcda8fe7f2
Merge branch 'akpm' (patches from Andrew)

Merge more updates from Andrew Morton:
 "More mm/ work, plenty more to come

  Subsystems affected by this patch series: slub, memcg, gup, kasan,
  pagealloc, hugetlb, vmscan, tools, mempolicy, memblock, hugetlbfs,
  thp, mmap, kconfig"

* akpm: (131 commits)
  arm64: mm: use ARCH_HAS_DEBUG_WX instead of arch defined
  x86: mm: use ARCH_HAS_DEBUG_WX instead of arch defined
  riscv: support DEBUG_WX
  mm: add DEBUG_WX support
  drivers/base/memory.c: cache memory blocks in xarray to accelerate lookup
  mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()
  powerpc/mm: drop platform defined pmd_mknotpresent()
  mm: thp: don't need to drain lru cache when splitting and mlocking THP
  hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
  sparc32: register memory occupied by kernel as memblock.memory
  include/linux/memblock.h: fix minor typo and unclear comment
  mm, mempolicy: fix up gup usage in lookup_node
  tools/vm/page_owner_sort.c: filter out unneeded line
  mm: swap: memcg: fix memcg stats for huge pages
  mm: swap: fix vmstats for huge pages
  mm: vmscan: limit the range of LRU type balancing
  mm: vmscan: reclaim writepage is IO cost
  mm: vmscan: determine anon/file pressure balance at the reclaim root
  mm: balance LRU lists based on relative thrashing
  mm: only count actual rotations as LRU reclaim cost
  ...
19 files changed:
Documentation/admin-guide/kernel-parameters.txt
arch/mips/Kconfig
arch/mips/include/asm/pgtable.h
arch/mips/mm/init.c
arch/x86/Kconfig
fs/fuse/dev.c
include/linux/compaction.h
include/linux/hugetlb.h
include/linux/mm.h
include/linux/mmzone.h
include/linux/vmstat.h
init/Kconfig
kernel/sysctl.c
mm/compaction.c
mm/huge_memory.c
mm/hugetlb.c
mm/memory.c
mm/page_alloc.c
mm/vmstat.c