| Commit message (Expand) | Author | Files | Lines |
2014-01-24 | mm/nobootmem.c: add return value check in __alloc_memory_core_early() | Philipp Hachtmann | 1 | -1/+3 |
2014-01-24 | memcg: rework memcg_update_kmem_limit synchronization | Vladimir Davydov | 1 | -91/+105 |
2014-01-24 | memcg: remove KMEM_ACCOUNTED_ACTIVATED flag | Vladimir Davydov | 1 | -27/+2 |
2014-01-24 | memcg, slab: RCU protect memcg_params for root caches | Vladimir Davydov | 3 | -10/+30 |
2014-01-24 | slab: do not panic if we fail to create memcg cache | Vladimir Davydov | 1 | -1/+8 |
2014-01-24 | memcg: get rid of kmem_cache_dup() | Vladimir Davydov | 1 | -31/+8 |
2014-01-24 | memcg, slab: fix races in per-memcg cache creation/destruction | Vladimir Davydov | 2 | -10/+27 |
2014-01-24 | memcg: fix possible NULL deref while traversing memcg_slab_caches list | Vladimir Davydov | 1 | -7/+18 |
2014-01-24 | memcg, slab: fix barrier usage when accessing memcg_caches | Vladimir Davydov | 2 | -15/+21 |
2014-01-24 | memcg, slab: clean up memcg cache initialization/destruction | Vladimir Davydov | 3 | -41/+37 |
2014-01-24 | memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path | Vladimir Davydov | 3 | -9/+19 |
2014-01-24 | slab: clean up kmem_cache_create_memcg() error handling | Vladimir Davydov | 1 | -34/+31 |
2014-01-24 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 30 | -170/+181 |
2014-01-24 | fs/proc/page.c: add PageAnon check to surely detect thp | Naoya Horiguchi | 1 | -3/+5 |
2014-01-24 | memcg: do not use vmalloc for mem_cgroup allocations | Vladimir Davydov | 1 | -22/+6 |
2014-01-24 | mm: munlock: fix potential race with THP page split | Vlastimil Babka | 1 | -44/+60 |
2014-01-24 | mm: print more details for bad_page() | Dave Hansen | 5 | -23/+61 |
2014-01-24 | mm/zswap.c: change params from hidden to ro | Dan Streetman | 1 | -2/+2 |
2014-01-24 | mm: documentation: remove hopelessly out-of-date locking doc | Dave Hansen | 1 | -130/+0 |
2014-01-24 | microblaze: extable: sort the exception table at build time | Michal Simek | 2 | -0/+6 |
2014-01-24 | cris: provide {in,out}[wl]_p() | Geert Uytterhoeven | 1 | -0/+4 |
2014-01-23 | assoc_array: remove global variable | Stephen Hemminger | 1 | -1/+1 |
2014-01-23 | f2fs: drop obsolete node page when it is truncated | Jaegeuk Kim | 1 | -0/+4 |
2014-01-22 | fuse: support clients that don't implement 'open' | Andrew Gallagher | 2 | -10/+30 |
2014-01-22 | fuse: don't invalidate attrs when not using atime | Andrew Gallagher | 3 | -4/+16 |
2014-01-22 | fuse: fix SetPageUptodate() condition in STORE | Miklos Szeredi | 1 | -1/+2 |
2014-01-22 | fuse: fix pipe_buf_operations | Miklos Szeredi | 4 | -48/+26 |
2014-01-22 | f2fs: introduce NODE_MAPPING for code consistency | Jaegeuk Kim | 4 | -31/+30 |
2014-01-22 | f2fs: remove the orphan block page array | Gu Zheng | 1 | -3/+4 |
2014-01-22 | f2fs: add help function META_MAPPING | Gu Zheng | 5 | -8/+13 |
2014-01-22 | f2fs: move a branch for code redability | Jaegeuk Kim | 1 | -5/+4 |
2014-01-22 | f2fs: call mark_inode_dirty to flush dirty pages | Jaegeuk Kim | 3 | -5/+8 |
2014-01-22 | neighbour.h: fix comment | Li Zhong | 1 | -1/+1 |
2014-01-22 | sched: Fix warning on make htmldocs caused by wait.h | Masanari Iida | 1 | -2/+2 |
2014-01-22 | dm log userspace: allow mark requests to piggyback on flush requests | Dongmao Zhang | 2 | -50/+176 |
2014-01-22 | mm/migrate: remove unused function, fail_migrate_page() | Joonsoo Kim | 2 | -12/+0 |
2014-01-22 | mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages | Joonsoo Kim | 3 | -23/+16 |
2014-01-22 | mm/migrate: correct failure handling if !hugepage_migration_support() | Joonsoo Kim | 1 | -2/+5 |
2014-01-22 | mm/migrate: add comment about permanent failure path | Naoya Horiguchi | 1 | -1/+6 |
2014-01-22 | mm, page_alloc: warn for non-blockable __GFP_NOFAIL allocation failure | David Rientjes | 1 | -1/+8 |
2014-01-22 | mm: compaction: reset scanner positions immediately when they meet | Vlastimil Babka | 1 | -0/+4 |
2014-01-22 | mm: compaction: do not mark unmovable pageblocks as skipped in async compaction | Vlastimil Babka | 1 | -2/+9 |
2014-01-22 | mm: compaction: detect when scanners meet in isolate_freepages | Vlastimil Babka | 1 | -4/+15 |
2014-01-22 | mm: compaction: reset cached scanner pfn's before reading them | Vlastimil Babka | 1 | -8/+8 |
2014-01-22 | mm: compaction: encapsulate defer reset logic | Vlastimil Babka | 3 | -9/+21 |
2014-01-22 | mm: compaction: trace compaction begin and end | Mel Gorman | 2 | -0/+46 |
2014-01-22 | memcg, oom: lock mem_cgroup_print_oom_info | Michal Hocko | 1 | -5/+7 |
2014-01-22 | sched: add tracepoints related to NUMA task migration | Mel Gorman | 3 | -1/+94 |
2014-01-22 | mm: numa: do not automatically migrate KSM pages | Mel Gorman | 1 | -1/+2 |
2014-01-22 | mm: numa: trace tasks that fail migration due to rate limiting | Mel Gorman | 2 | -1/+30 |