Age | Commit message (Expand) | Author | Files | Lines |
2016-01-14 | mm/memblock: remove rgnbase and rgnsize variables | Alexander Kuleshov | 1 | -6/+3 |
2016-01-14 | mm, oom: give __GFP_NOFAIL allocations access to memory reserves | Michal Hocko | 1 | -1/+14 |
2016-01-14 | mm/page_alloc.c: use list_for_each_entry in mark_free_pages() | Geliang Tang | 1 | -5/+5 |
2016-01-14 | mm/page_alloc.c: use list_{first,last}_entry instead of list_entry | Geliang Tang | 1 | -12/+11 |
2016-01-14 | mm/page_alloc.c: remove unnecessary parameter from __rmqueue | Mel Gorman | 1 | -3/+3 |
2016-01-14 | mm: page_alloc: generalize the dirty balance reserve | Johannes Weiner | 2 | -20/+15 |
2016-01-14 | mm: allow GFP_{FS,IO} for page_cache_read page cache allocation | Michal Hocko | 2 | -5/+21 |
2016-01-14 | mm/compaction: improve comment for compact_memory tunable knob handler | Yaowei Bai | 1 | -1/+4 |
2016-01-14 | mm: mmap: add new /proc tunable for mmap_base ASLR | Daniel Cashman | 1 | -0/+12 |
2016-01-14 | mm/mmap.c: remove incorrect MAP_FIXED flag comparison from mmap_region | Piotr Kwapulinski | 1 | -3/+0 |
2016-01-14 | mm, vmscan: consider isolated pages in zone_reclaimable_pages | Michal Hocko | 1 | -2/+4 |
2016-01-14 | memcg: do not allow to disable tcp accounting after limit is set | Vladimir Davydov | 1 | -1/+1 |
2016-01-14 | vmscan: do not force-scan file lru if its absolute size is small | Vladimir Davydov | 1 | -3/+9 |
2016-01-14 | mm, vmalloc: remove VM_VPAGES | David Rientjes | 1 | -6/+2 |
2016-01-14 | mm, thp: use list_first_entry_or_null() | Geliang Tang | 1 | -6/+3 |
2016-01-14 | mm, shmem: add internal shmem resident memory accounting | Jerome Marchand | 3 | -31/+16 |
2016-01-14 | mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings | Vlastimil Babka | 1 | -27/+38 |
2016-01-14 | mm, proc: reduce cost of /proc/pid/smaps for shmem mappings | Vlastimil Babka | 1 | -0/+70 |
2016-01-14 | mm/mmzone.c: memmap_valid_within() can be boolean | Yaowei Bai | 1 | -4/+4 |
2016-01-14 | mm/vmalloc.c: use list_{next,first}_entry | Geliang Tang | 1 | -5/+4 |
2016-01-14 | mm/page_alloc.c: do not loop over ALLOC_NO_WATERMARKS without triggering reclaim | Michal Hocko | 1 | -14/+18 |
2016-01-14 | mm/page_alloc.c: get rid of __alloc_pages_high_priority() | Michal Hocko | 1 | -27/+9 |
2016-01-14 | mm/zonelist: enumerate zonelists array index | Yaowei Bai | 1 | -5/+4 |
2016-01-14 | mm/memblock.c: memblock_is_memory()/reserved() can be boolean | Yaowei Bai | 1 | -2/+2 |
2016-01-14 | mm: change mm_vmscan_lru_shrink_inactive() proto types | yalin wang | 1 | -5/+2 |
2016-01-14 | mm/cma: always check which page caused allocation failure | Joonsoo Kim | 1 | -3/+20 |
2016-01-14 | mm/page_isolation.c: add new tracepoint, test_pages_isolated | Joonsoo Kim | 1 | -0/+5 |
2016-01-14 | mm/page_isolation.c: return last tested pfn rather than failure indicator | Joonsoo Kim | 1 | -7/+6 |
2016-01-14 | mm/mempolicy.c: convert the shared_policy lock to a rwlock | Nathan Zimmer | 1 | -13/+17 |
2016-01-14 | mm/vmscan.c: change trace_mm_vmscan_writepage() proto type | yalin wang | 1 | -1/+1 |
2016-01-14 | mm/mmap.c: remove redundant local variables for may_expand_vm() | Chen Gang | 1 | -8/+1 |
2016-01-14 | mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range() | Alexey Klimov | 1 | -1/+1 |
2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 3 | -4/+6 |
2016-01-14 | vmalloc: allow to account vmalloc to memcg | Vladimir Davydov | 1 | -3/+3 |
2016-01-14 | slab: add SLAB_ACCOUNT flag | Vladimir Davydov | 4 | -4/+14 |
2016-01-14 | memcg: only account kmem allocations marked as __GFP_ACCOUNT | Vladimir Davydov | 1 | -1/+2 |
2016-01-14 | Revert "gfp: add __GFP_NOACCOUNT" | Vladimir Davydov | 1 | -2/+1 |
2016-01-14 | mm/slab.c: add a helper function get_first_slab | Geliang Tang | 1 | -18/+21 |
2016-01-14 | mm/slab.c: use list_for_each_entry in cache_flusharray | Geliang Tang | 1 | -7/+2 |
2016-01-14 | mm/slab.c use list_first_entry_or_null() | Geliang Tang | 1 | -12/+12 |
2016-01-12 | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -1/+1 |
2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+31 |
2016-01-12 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+28 |
2016-01-11 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -0/+6 |
2016-01-11 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -90/+43 |
2016-01-11 | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -20/+28 |
2016-01-08 | vmstat: allocate vmstat_wq before it is used | Michal Hocko | 1 | -1/+1 |
2016-01-08 | Merge branch 'for-linus' into work.misc | Al Viro | 3 | -31/+70 |
2016-01-05 | x86/mm/pat: Add untrack_pfn_moved for mremap | Toshi Kani | 1 | -0/+4 |
2016-01-04 | new helper: memdup_user_nul() | Al Viro | 1 | -0/+31 |