diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-14 19:49:17 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-14 19:49:17 -0400 |
commit | 1dcf58d6e6e6eb7ec10e9abc56887b040205b06f (patch) | |
tree | c03e7a25ef13eea62f1547914a76e5c68f3f4c28 /mm/internal.h | |
parent | 80dcc31fbe55932ac9204daee5f2ebc0c49b6da3 (diff) | |
parent | e4b0db72be2487bae0e3251c22f82c104f7c1cfd (diff) |
Merge branch 'akpm' (patches from Andrew)
Merge first patchbomb from Andrew Morton:
- arch/sh updates
- ocfs2 updates
- kernel/watchdog feature
- about half of mm/
* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (122 commits)
Documentation: update arch list in the 'memtest' entry
Kconfig: memtest: update number of test patterns up to 17
arm: add support for memtest
arm64: add support for memtest
memtest: use phys_addr_t for physical addresses
mm: move memtest under mm
mm, hugetlb: abort __get_user_pages if current has been oom killed
mm, mempool: do not allow atomic resizing
memcg: print cgroup information when system panics due to panic_on_oom
mm: numa: remove migrate_ratelimited
mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
mm: split ET_DYN ASLR from mmap ASLR
s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
mm: expose arch_mmap_rnd when available
s390: standardize mmap_rnd() usage
powerpc: standardize mmap_rnd() usage
mips: extract logic for mmap_rnd()
arm64: standardize mmap_rnd() usage
x86: standardize mmap_rnd() usage
arm: factor out mmap ASLR into mmap_rnd
...
Diffstat (limited to 'mm/internal.h')
-rw-r--r-- | mm/internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mm/internal.h b/mm/internal.h index a96da5b0029d..edaab69a9c35 100644 --- a/mm/internal.h +++ b/mm/internal.h | |||
@@ -200,6 +200,8 @@ isolate_freepages_range(struct compact_control *cc, | |||
200 | unsigned long | 200 | unsigned long |
201 | isolate_migratepages_range(struct compact_control *cc, | 201 | isolate_migratepages_range(struct compact_control *cc, |
202 | unsigned long low_pfn, unsigned long end_pfn); | 202 | unsigned long low_pfn, unsigned long end_pfn); |
203 | int find_suitable_fallback(struct free_area *area, unsigned int order, | ||
204 | int migratetype, bool only_stealable, bool *can_steal); | ||
203 | 205 | ||
204 | #endif | 206 | #endif |
205 | 207 | ||
@@ -240,7 +242,7 @@ void __vma_link_list(struct mm_struct *mm, struct vm_area_struct *vma, | |||
240 | struct vm_area_struct *prev, struct rb_node *rb_parent); | 242 | struct vm_area_struct *prev, struct rb_node *rb_parent); |
241 | 243 | ||
242 | #ifdef CONFIG_MMU | 244 | #ifdef CONFIG_MMU |
243 | extern long __mlock_vma_pages_range(struct vm_area_struct *vma, | 245 | extern long populate_vma_page_range(struct vm_area_struct *vma, |
244 | unsigned long start, unsigned long end, int *nonblocking); | 246 | unsigned long start, unsigned long end, int *nonblocking); |
245 | extern void munlock_vma_pages_range(struct vm_area_struct *vma, | 247 | extern void munlock_vma_pages_range(struct vm_area_struct *vma, |
246 | unsigned long start, unsigned long end); | 248 | unsigned long start, unsigned long end); |