-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'akpm' (patches from Andrew)
Merge updates from Andrew Morton: "A large amount of MM, plenty more to come. Subsystems affected by this patch series: - tools - kthread - kbuild - scripts - ocfs2 - vfs - mm: slub, kmemleak, pagecache, gup, swap, memcg, pagemap, mremap, sparsemem, kasan, pagealloc, vmscan, compaction, mempolicy, hugetlbfs, hugetlb" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: (155 commits) include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THP mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFS selftests/vm: fix map_hugetlb length used for testing read and write mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge() mm/hugetlb.c: clean code by removing unnecessary initialization hugetlb_cgroup: add hugetlb_cgroup reservation docs hugetlb_cgroup: add hugetlb_cgroup reservation tests hugetlb: support file_region coalescing again hugetlb_cgroup: support noreserve mappings hugetlb_cgroup: add accounting for shared mappings hugetlb: disable region_add file_region coalescing hugetlb_cgroup: add reservation accounting for private mappings mm/hugetlb_cgroup: fix hugetlb_cgroup migration hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations hugetlb_cgroup: add hugetlb_cgroup reservation counter hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization mm/memblock.c: remove redundant assignment to variable max_addr mm: mempolicy: require at least one nodeid for MPOL_PREFERRED mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk() ...
- Loading branch information
Showing
165 changed files
with
4,901 additions
and
2,257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
|
||
generated-y += syscall_table.h | ||
generic-y += compat.h | ||
generic-y += exec.h | ||
generic-y += export.h | ||
generic-y += fb.h | ||
generic-y += irq_work.h | ||
generic-y += kvm_para.h | ||
generic-y += mcs_spinlock.h | ||
generic-y += mm-arch-hooks.h | ||
generic-y += mmiowb.h | ||
generic-y += preempt.h | ||
generic-y += sections.h | ||
generic-y += trace_clock.h | ||
generic-y += current.h | ||
generic-y += kprobes.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,7 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
generic-y += bugs.h | ||
generic-y += compat.h | ||
generic-y += device.h | ||
generic-y += div64.h | ||
generic-y += dma-mapping.h | ||
generic-y += emergency-restart.h | ||
generic-y += extable.h | ||
generic-y += ftrace.h | ||
generic-y += hardirq.h | ||
generic-y += hw_irq.h | ||
generic-y += irq_regs.h | ||
generic-y += irq_work.h | ||
generic-y += kvm_para.h | ||
generic-y += local.h | ||
generic-y += local64.h | ||
generic-y += mcs_spinlock.h | ||
generic-y += mm-arch-hooks.h | ||
generic-y += mmiowb.h | ||
generic-y += parport.h | ||
generic-y += percpu.h | ||
generic-y += preempt.h | ||
generic-y += topology.h | ||
generic-y += trace_clock.h | ||
generic-y += user.h | ||
generic-y += vga.h | ||
generic-y += word-at-a-time.h | ||
generic-y += xor.h |
Oops, something went wrong.