summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-03-28mm: add strictlimit knobMaxim Patlasov
2014-03-28mm: create generic early_ioremap() supportMark Salter
2014-03-28slub-use-raw_cpu_inc-for-incrementing-statistics-fixAndrew Morton
2014-03-28slub: use raw_cpu_inc for incrementing statisticsChristoph Lameter
2014-03-28slub: fix leak of 'name' in sysfs_slab_addDave Jones
2014-03-28slub: rework sysfs layout for memcg cachesVladimir Davydov
2014-03-28slub: adjust memcg caches when creating cache aliasVladimir Davydov
2014-03-28memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov
2014-03-28memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov
2014-03-28memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov
2014-03-28memcg, slab: cleanup memcg cache creationVladimir Davydov
2014-03-28memcg, slab: never try to merge memcg cachesVladimir Davydov
2014-03-28Merge branch 'akpm-current/current'Stephen Rothwell
2014-03-28Merge remote-tracking branch 'compat/compat'Stephen Rothwell
2014-03-28Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell
2014-03-28Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell
2014-03-28Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2014-03-28Merge remote-tracking branch 'audit/master'Stephen Rothwell
2014-03-28Merge remote-tracking branch 'pm/linux-next'Stephen Rothwell
2014-03-28Merge remote-tracking branch 'file-private-locks/linux-next'Stephen Rothwell
2014-03-28Merge remote-tracking branch 's390/features'Stephen Rothwell
2014-03-28Merge remote-tracking branch 'arm/for-next'Stephen Rothwell
2014-03-26Merge branch 'x86/vdso'Ingo Molnar
2014-03-26manual merge of sched/coreIngo Molnar
2014-03-25locks: fix locks_mandatory_locked to respect file-private locksJeff Layton
2014-03-22mm/util.c: add kstrimdup()Sebastian Capella
2014-03-22do_shared_fault(): check that mmap_sem is heldAndrew Morton
2014-03-22mm/zswap.c: remove unnecessary parenthesesSeongJae Park
2014-03-22mm/zswap: support multiple swap devicesMinchan Kim
2014-03-22mm/zswap.c: update zsmalloc in comment to zbudSeongJae Park
2014-03-22mm/zswap.c: fix trivial typo and arrange indentationSeongJae Park
2014-03-22mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka
2014-03-22mm: page_alloc: spill to remote nodes before waking kswapdJohannes Weiner
2014-03-22kmemcheck: move hook into __alloc_pages_nodemask() for the page allocatorXishi Qiu
2014-03-22memcg: rename high level charging functionsMichal Hocko
2014-03-22memcg-sanitize-__mem_cgroup_try_charge-call-protocol-fixMichal Hocko
2014-03-22memcg: sanitize __mem_cgroup_try_charge() call protocolJohannes Weiner
2014-03-22memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_chargeMichal Hocko
2014-03-22memcg: get_mem_cgroup_from_mm()Johannes Weiner
2014-03-22memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm()Johannes Weiner
2014-03-22mm: memcg: push !mm handling out to page cache charge functionJohannes Weiner
2014-03-22mm: memcg: inline mem_cgroup_charge_common()Johannes Weiner
2014-03-22mm: memcg: remove mem_cgroup_move_account_page_stat()Johannes Weiner
2014-03-22mm: memcg: remove unnecessary preemption disablingJohannes Weiner
2014-03-22mm: use 'const char *' insted of 'char *' for reason in dump_page()Kirill A. Shutemov
2014-03-22mm-vmallocc-enhance-vm_map_ram-comment-fixAndrew Morton
2014-03-22mm/vmalloc.c: enhance vm_map_ram() commentGioh Kim
2014-03-22mm: fix coding styleChoi Gi-yong
2014-03-22mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding styleChoi Gi-yong
2014-03-22mempool: add unlikely and likely hintsMikulas Patocka