| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | memcg: add memory.pressure_level events | Anton Vorontsov | 2013-04-29 | 6 | -2/+528 |
* | mm: madvise: complete input validation before taking lock | Rasmus Villemoes | 2013-04-29 | 1 | -16/+15 |
* | mm, hotplug: avoid compiling memory hotremove functions when disabled | David Rientjes | 2013-04-29 | 6 | -90/+113 |
* | mm: change __remove_pages() to call release_mem_region_adjustable() | Toshi Kani | 2013-04-29 | 1 | -2/+9 |
* | resource: add release_mem_region_adjustable() | Toshi Kani | 2013-04-29 | 2 | -0/+107 |
* | resource: add __adjust_resource() for internal use | Toshi Kani | 2013-04-29 | 1 | -13/+22 |
* | mm: rewrite the comment over migrate_pages() more comprehensibly | Srivatsa S. Bhat | 2013-04-29 | 1 | -9/+13 |
* | THP: fix comment about memory barrier | Minchan Kim | 2013-04-29 | 2 | -6/+10 |
* | mm: remove CONFIG_HOTPLUG ifdefs | Yijing Wang | 2013-04-29 | 2 | -8/+1 |
* | mm/memcontrol.c: remove unnecessary ; | Michel Lespinasse | 2013-04-29 | 1 | -1/+1 |
* | mm: reinititalise user and admin reserves if memory is added or removed | Andrew Shewmaker | 2013-04-29 | 1 | -2/+74 |
* | mm: replace hardcoded 3% with admin_reserve_pages knob | Andrew Shewmaker | 2013-04-29 | 5 | -8/+90 |
* | mm: limit growth of 3% hardcoded other user reserve | Andrew Shewmaker | 2013-04-29 | 6 | -11/+96 |
* | kernel/cpuset.c: use register_hotmemory_notifier() | Andrew Morton | 2013-04-29 | 1 | -5/+7 |
* | fs/proc/kcore.c: use register_hotmemory_notifier() | Andrew Morton | 2013-04-29 | 1 | -3/+6 |
* | drivers/base/node.c: switch to register_hotmemory_notifier() | Andrew Morton | 2013-04-29 | 1 | -2/+6 |
* | mm/slub.c: use register_hotmemory_notifier() | Andrew Morton | 2013-04-29 | 1 | -3/+6 |
* | ipc/util.c: use register_hotmemory_notifier() | Andrew Morton | 2013-04-29 | 1 | -7/+8 |
* | include/linux/memory.h: implement register_hotmemory_notifier() | Andrew Morton | 2013-04-29 | 2 | -5/+14 |
* | powerpc/mm/numa: use setup_nr_node_ids() instead of opencoding. | Cody P Schafer | 2013-04-29 | 1 | -6/+3 |
* | x86/mm/numa: use setup_nr_node_ids() instead of opencoding. | Cody P Schafer | 2013-04-29 | 1 | -6/+3 |
* | page_alloc: make setup_nr_node_ids() usable for arch init code | Cody P Schafer | 2013-04-29 | 2 | -5/+7 |
* | mm: speedup in __early_pfn_to_nid | Russ Anderson | 2013-04-29 | 2 | -2/+28 |
* | mm/migrate: fix comment typo syncronous->synchronous | Jianguo Wu | 2013-04-29 | 1 | -1/+1 |
* | mm: page_alloc: avoid marking zones full prematurely after zone_reclaim() | Mel Gorman | 2013-04-29 | 1 | -1/+16 |
* | x86-64: fall back to regular page vmemmap on allocation failure | Johannes Weiner | 2013-04-29 | 1 | -20/+26 |
* | x86-64: use vmemmap_populate_basepages() for !pse setups | Johannes Weiner | 2013-04-29 | 1 | -40/+38 |
* | x86-64: remove dead debugging code for !pse setups | Johannes Weiner | 2013-04-29 | 1 | -3/+0 |
* | sparse-vmemmap: specify vmemmap population range in bytes | Johannes Weiner | 2013-04-29 | 9 | -56/+49 |
* | mm: try harder to allocate vmemmap blocks | Ben Hutchings | 2013-04-29 | 1 | -3/+5 |
* | mm, hugetlb: include hugepages in meminfo | David Rientjes | 2013-04-29 | 3 | -0/+22 |
* | mm: merging memory blocks resets mempolicy | Hampson, Steven T | 2013-04-29 | 1 | -1/+1 |
* | arm: set the page table freeing ceiling to TASK_SIZE | Catalin Marinas | 2013-04-29 | 1 | -0/+9 |
* | mm: allow arch code to control the user page table ceiling | Hugh Dickins | 2013-04-29 | 3 | -4/+14 |
* | memcg: do not check for do_swap_account in mem_cgroup_{read,write,reset} | Michal Hocko | 2013-04-29 | 1 | -9/+0 |
* | mmap: find_vma: remove the WARN_ON_ONCE(!mm) check | Zhang Yanfei | 2013-04-29 | 1 | -3/+0 |
* | kexec, vmalloc: export additional vmalloc layer information | Atsushi Kumagai | 2013-04-29 | 3 | -12/+15 |
* | mm, vmalloc: remove list management of vmlist after initializing vmalloc | Joonsoo Kim | 2013-04-29 | 1 | -40/+12 |
* | mm, vmalloc: export vmap_area_list, instead of vmlist | Joonsoo Kim | 2013-04-29 | 4 | -10/+9 |
* | mm, vmalloc: iterate vmap_area_list, instead of vmlist, in vmallocinfo() | Joonsoo Kim | 2013-04-29 | 1 | -13/+42 |
* | mm, vmalloc: iterate vmap_area_list in get_vmalloc_info() | Joonsoo Kim | 2013-04-29 | 1 | -26/+30 |
* | mm, vmalloc: iterate vmap_area_list, instead of vmlist in vread/vwrite() | Joonsoo Kim | 2013-04-29 | 1 | -16/+32 |
* | mm, vmalloc: protect va->vm by vmap_area_lock | Joonsoo Kim | 2013-04-29 | 1 | -0/+7 |
* | mm, vmalloc: move get_vmalloc_info() to vmalloc.c | Joonsoo Kim | 2013-04-29 | 6 | -79/+64 |
* | mm, vmalloc: change iterating a vmlist to find_vm_area() | Joonsoo Kim | 2013-04-29 | 3 | -24/+7 |
* | mm: make snapshotting pages for stable writes a per-bio operation | Darrick J. Wong | 2013-04-29 | 8 | -31/+34 |
* | mm/hugetlb: add more arch-defined huge_pte functions | Gerald Schaefer | 2013-04-29 | 12 | -68/+156 |
* | fs: don't compile in drop_caches.c when CONFIG_SYSCTL=n | Josh Triplett | 2013-04-29 | 3 | -2/+6 |
* | cgroup: remove css_get_next | Michal Hocko | 2013-04-29 | 2 | -56/+0 |
* | memcg: further simplify mem_cgroup_iter | Michal Hocko | 2013-04-29 | 1 | -33/+46 |