diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 19:35:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 19:35:10 -0400 |
commit | 57d326169e878a1a37b2bccd1cf81f6809ee67b9 (patch) | |
tree | 86ed74ae4dc2beaebce1c67b8459f1873b777d3a /mm/page_alloc.c | |
parent | 7b215de3d0abbc4f6daf2efd19e8809af0564490 (diff) | |
parent | 0244756edc4b98c129e92c7061d9f383708cf786 (diff) |
Merge branch 'akpm' (patches from Andrew Morton) into next
Merge more updates from Andrew Morton:
- Most of the rest of MM.
This includes "mark remap_file_pages syscall as deprecated" but the
actual "replace remap_file_pages syscall with emulation" is held
back. I guess we'll need to work out when to pull the trigger on
that one.
- various minor cleanups to obscure filesystems
- the drivers/rtc queue
- hfsplus updates
- ufs, hpfs, fatfs, affs, reiserfs
- Documentation/
- signals
- procfs
- cpu hotplug
- lib/idr.c
- rapidio
- sysctl
- ipc updates
* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (171 commits)
ufs: sb mutex merge + mutex_destroy
powerpc: update comments for generic idle conversion
cris: update comments for generic idle conversion
idle: remove cpu_idle() forward declarations
nbd: zero from and len fields in NBD_CMD_DISCONNECT.
mm: convert some level-less printks to pr_*
MAINTAINERS: adi-buildroot-devel is moderated
MAINTAINERS: add linux-api for review of API/ABI changes
mm/kmemleak-test.c: use pr_fmt for logging
fs/dlm/debug_fs.c: replace seq_printf by seq_puts
fs/dlm/lockspace.c: convert simple_str to kstr
fs/dlm/config.c: convert simple_str to kstr
mm: mark remap_file_pages() syscall as deprecated
mm: memcontrol: remove unnecessary memcg argument from soft limit functions
mm: memcontrol: clean up memcg zoneinfo lookup
mm/memblock.c: call kmemleak directly from memblock_(alloc|free)
mm/mempool.c: update the kmemleak stack trace for mempool allocations
lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations
mm: introduce kmemleak_update_trace()
mm/kmemleak.c: use %u to print ->checksum
...
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index a59bdb653958..4f59fa29eda8 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -3389,7 +3389,7 @@ early_param("numa_zonelist_order", setup_numa_zonelist_order); | |||
3389 | /* | 3389 | /* |
3390 | * sysctl handler for numa_zonelist_order | 3390 | * sysctl handler for numa_zonelist_order |
3391 | */ | 3391 | */ |
3392 | int numa_zonelist_order_handler(ctl_table *table, int write, | 3392 | int numa_zonelist_order_handler(struct ctl_table *table, int write, |
3393 | void __user *buffer, size_t *length, | 3393 | void __user *buffer, size_t *length, |
3394 | loff_t *ppos) | 3394 | loff_t *ppos) |
3395 | { | 3395 | { |
@@ -5805,7 +5805,7 @@ module_init(init_per_zone_wmark_min) | |||
5805 | * that we can call two helper functions whenever min_free_kbytes | 5805 | * that we can call two helper functions whenever min_free_kbytes |
5806 | * changes. | 5806 | * changes. |
5807 | */ | 5807 | */ |
5808 | int min_free_kbytes_sysctl_handler(ctl_table *table, int write, | 5808 | int min_free_kbytes_sysctl_handler(struct ctl_table *table, int write, |
5809 | void __user *buffer, size_t *length, loff_t *ppos) | 5809 | void __user *buffer, size_t *length, loff_t *ppos) |
5810 | { | 5810 | { |
5811 | int rc; | 5811 | int rc; |
@@ -5822,7 +5822,7 @@ int min_free_kbytes_sysctl_handler(ctl_table *table, int write, | |||
5822 | } | 5822 | } |
5823 | 5823 | ||
5824 | #ifdef CONFIG_NUMA | 5824 | #ifdef CONFIG_NUMA |
5825 | int sysctl_min_unmapped_ratio_sysctl_handler(ctl_table *table, int write, | 5825 | int sysctl_min_unmapped_ratio_sysctl_handler(struct ctl_table *table, int write, |
5826 | void __user *buffer, size_t *length, loff_t *ppos) | 5826 | void __user *buffer, size_t *length, loff_t *ppos) |
5827 | { | 5827 | { |
5828 | struct zone *zone; | 5828 | struct zone *zone; |
@@ -5838,7 +5838,7 @@ int sysctl_min_unmapped_ratio_sysctl_handler(ctl_table *table, int write, | |||
5838 | return 0; | 5838 | return 0; |
5839 | } | 5839 | } |
5840 | 5840 | ||
5841 | int sysctl_min_slab_ratio_sysctl_handler(ctl_table *table, int write, | 5841 | int sysctl_min_slab_ratio_sysctl_handler(struct ctl_table *table, int write, |
5842 | void __user *buffer, size_t *length, loff_t *ppos) | 5842 | void __user *buffer, size_t *length, loff_t *ppos) |
5843 | { | 5843 | { |
5844 | struct zone *zone; | 5844 | struct zone *zone; |
@@ -5864,7 +5864,7 @@ int sysctl_min_slab_ratio_sysctl_handler(ctl_table *table, int write, | |||
5864 | * minimum watermarks. The lowmem reserve ratio can only make sense | 5864 | * minimum watermarks. The lowmem reserve ratio can only make sense |
5865 | * if in function of the boot time zone sizes. | 5865 | * if in function of the boot time zone sizes. |
5866 | */ | 5866 | */ |
5867 | int lowmem_reserve_ratio_sysctl_handler(ctl_table *table, int write, | 5867 | int lowmem_reserve_ratio_sysctl_handler(struct ctl_table *table, int write, |
5868 | void __user *buffer, size_t *length, loff_t *ppos) | 5868 | void __user *buffer, size_t *length, loff_t *ppos) |
5869 | { | 5869 | { |
5870 | proc_dointvec_minmax(table, write, buffer, length, ppos); | 5870 | proc_dointvec_minmax(table, write, buffer, length, ppos); |
@@ -5877,7 +5877,7 @@ int lowmem_reserve_ratio_sysctl_handler(ctl_table *table, int write, | |||
5877 | * cpu. It is the fraction of total pages in each zone that a hot per cpu | 5877 | * cpu. It is the fraction of total pages in each zone that a hot per cpu |
5878 | * pagelist can have before it gets flushed back to buddy allocator. | 5878 | * pagelist can have before it gets flushed back to buddy allocator. |
5879 | */ | 5879 | */ |
5880 | int percpu_pagelist_fraction_sysctl_handler(ctl_table *table, int write, | 5880 | int percpu_pagelist_fraction_sysctl_handler(struct ctl_table *table, int write, |
5881 | void __user *buffer, size_t *length, loff_t *ppos) | 5881 | void __user *buffer, size_t *length, loff_t *ppos) |
5882 | { | 5882 | { |
5883 | struct zone *zone; | 5883 | struct zone *zone; |