Merge branch 'akpm' (incoming from Andrew)
Merge patches from Andrew Morton: "23 fixes and a MAINTAINERS update" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: (24 commits) mm/hugetlb: check for pte NULL pointer in __page_check_address() fix build with make 3.80 mm/mempolicy: fix !vma in new_vma_page() MAINTAINERS: add Davidlohr as GPT maintainer mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully mm/compaction: respect ignore_skip_hint in update_pageblock_skip mm/mempolicy: correct putback method for isolate pages if failed mm: add missing dependency in Kconfig sh: always link in helper functions extracted from libgcc mm: page_alloc: exclude unreclaimable allocations from zone fairness policy mm: numa: defer TLB flush for THP migration as long as possible mm: numa: guarantee that tlb_flush_pending updates are visible before page table updates mm: fix TLB flush race between migration, and change_protection_range mm: numa: avoid unnecessary disruption of NUMA hinting during migration mm: numa: clear numa hinting information on mprotect sched: numa: skip inaccessible VMAs mm: numa: avoid unnecessary work on the failure path mm: numa: ensure anon_vma is locked to prevent parallel THP splits mm: numa: do not clear PTE for pte_numa update mm: numa: do not clear PMD during PTE update scan ...
Showing
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- Makefile 7 additions, 13 deletionsMakefile
- arch/sh/lib/Makefile 1 addition, 1 deletionarch/sh/lib/Makefile
- arch/sparc/include/asm/pgtable_64.h 2 additions, 2 deletionsarch/sparc/include/asm/pgtable_64.h
- arch/x86/include/asm/pgtable.h 9 additions, 2 deletionsarch/x86/include/asm/pgtable.h
- arch/x86/mm/gup.c 13 additions, 0 deletionsarch/x86/mm/gup.c
- include/asm-generic/pgtable.h 1 addition, 1 deletioninclude/asm-generic/pgtable.h
- include/linux/migrate.h 9 additions, 0 deletionsinclude/linux/migrate.h
- include/linux/mm_types.h 49 additions, 0 deletionsinclude/linux/mm_types.h
- include/linux/reboot.h 1 addition, 0 deletionsinclude/linux/reboot.h
- kernel/fork.c 1 addition, 0 deletionskernel/fork.c
- kernel/kexec.c 1 addition, 0 deletionskernel/kexec.c
- kernel/reboot.c 1 addition, 1 deletionkernel/reboot.c
- kernel/sched/fair.c 7 additions, 0 deletionskernel/sched/fair.c
- mm/Kconfig 1 addition, 1 deletionmm/Kconfig
- mm/compaction.c 4 additions, 0 deletionsmm/compaction.c
- mm/huge_memory.c 36 additions, 9 deletionsmm/huge_memory.c
- mm/memory-failure.c 10 additions, 4 deletionsmm/memory-failure.c
- mm/mempolicy.c 9 additions, 7 deletionsmm/mempolicy.c
- mm/migrate.c 58 additions, 11 deletionsmm/migrate.c
Loading
Please register or sign in to comment