summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm, mempool: poison elements backed by slab allocatorDavid Rientjes2015-04-151-2/+90
| * | | mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes2015-04-151-0/+2
| * | | mm: remove rest of ACCESS_ONCE() usagesJason Low2015-04-1511-33/+33
| * | | mm: use READ_ONCE() for non-scalar typesJason Low2015-04-151-2/+2
| * | | mm/mremap.c: clean up goto just return ERR_PTRDerek2015-04-151-17/+8
| * | | mremap should return -ENOMEM when __vm_enough_memory failDerek2015-04-151-1/+1
| * | | mm/vmalloc: get rid of dirty bitmap inside vmap_block structureRoman Pen2015-04-151-18/+17
| * | | mm/vmalloc: occupy newly allocated vmap block just after allocationRoman Pen2015-04-151-21/+37
| * | | mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all...Roman Pen2015-04-151-1/+1
| * | | hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz2015-04-151-4/+21
| * | | hugetlbfs: add minimum size accounting to subpoolsMike Kravetz2015-04-151-23/+100
| * | | hugetlbfs: add minimum size tracking fields to subpool structureMike Kravetz2015-04-151-2/+1
| * | | mm/compaction: reset compaction scanner positionsGioh Kim2015-04-151-0/+8
| * | | mm, memcg: sync allocation and memcg charge gfp flags for THPMichal Hocko2015-04-151-22/+20
| * | | mm: rename deactivate_page to deactivate_file_pageMinchan Kim2015-04-152-13/+13
| * | | mm: allow compaction of unevictable pagesEric B Munson2015-04-151-0/+7
| * | | mm/page-writeback: check-before-clear PageReclaimNaoya Horiguchi2015-04-151-1/+2
| * | | mm/migrate: check-before-clear PageSwapCacheNaoya Horiguchi2015-04-151-1/+2
| * | | mm/memory-failure.c: define page types for action_result() in one placeNaoya Horiguchi2015-04-151-31/+77
| * | | memcg: remove obsolete commentVladimir Davydov2015-04-151-5/+0
| * | | memcg: zap mem_cgroup_lookup()Vladimir Davydov2015-04-151-16/+8
| * | | mm/oom_kill.c: fix typo in commentYaowei Bai2015-04-151-1/+1
* | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-152-4/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
| * | nommu: use __vfs_read()Al Viro2015-04-111-2/+2
| * | Merge branch 'for-davem' into for-nextAl Viro2015-04-1110-40/+58
| |\ \
| | * \ Merge branch 'iocb' into for-davemAl Viro2015-04-093-4/+2
| | |\ \
* | | \ \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1430-818/+1199
|\ \ \ \ \
| * | | | | memtest: use phys_addr_t for physical addressesVladimir Murzin2015-04-141-8/+8
| * | | | | mm: move memtest under mmVladimir Murzin2015-04-142-0/+119
| * | | | | mm, hugetlb: abort __get_user_pages if current has been oom killedDavid Rientjes2015-04-141-0/+9
| * | | | | mm, mempool: do not allow atomic resizingDavid Rientjes2015-04-141-4/+6
| * | | | | memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan2015-04-142-10/+13
| * | | | | mm: numa: remove migrate_ratelimitedMel Gorman2015-04-141-20/+0
| * | | | | mm: memcontrol: let mem_cgroup_move_account() have effect only if MMU enabledChen Gang2015-04-141-86/+86
| * | | | | mm: change vunmap to tear down huge KVA mappingsToshi Kani2015-04-141-0/+4
| * | | | | mm: change __get_vm_area_node() to use fls_long()Toshi Kani2015-04-141-1/+3
| * | | | | mm/page_alloc.c: clean up commentYaowei Bai2015-04-141-1/+1
| * | | | | mm: cma: constify and use correct signness in mm/cma.cSasha Levin2015-04-141-10/+14
| * | | | | mm, thp: really limit transparent hugepage allocation to local nodeDavid Rientjes2015-04-142-3/+9
| * | | | | mm: remove GFP_THISNODEDavid Rientjes2015-04-142-20/+24
| * | | | | mm, mempolicy: migrate_to_node should only migrate to nodeDavid Rientjes2015-04-141-1/+2
| * | | | | cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov2015-04-141-181/+89
| * | | | | cleancache: forbid overriding cleancache_opsVladimir Davydov2015-04-141-5/+7
| * | | | | cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov2015-04-141-3/+3
| * | | | | mm: refactor do_wp_page handling of shared vma into a functionShachar Raindel2015-04-141-38/+48
| * | | | | mm: refactor do_wp_page, extract the page copy flowShachar Raindel2015-04-141-118/+147
| * | | | | mm: refactor do_wp_page - rewrite the unlock flowShachar Raindel2015-04-141-9/+12
| * | | | | mm: refactor do_wp_page, extract the reuse caseShachar Raindel2015-04-141-49/+68
| * | | | | mm: completely remove dumping per-cpu lists from show_mem()Konstantin Khlebnikov2015-04-141-20/+2