| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-10-02 | Merge branch 'akpm' (fixes from Andrew Morton) |  Linus Torvalds | 2 | -9/+34 |
| 2014-10-02 | mm: page_alloc: fix zone allocation fairness on UP |  Johannes Weiner | 1 | -4/+3 |
| 2014-10-02 | mm: memcontrol: do not iterate uninitialized memcgs |  Johannes Weiner | 1 | -5/+31 |
| 2014-10-02 | mm: numa: Do not mark PTEs pte_numa when splitting huge pages |  Mel Gorman | 1 | -2/+5 |
| 2014-10-02 | mm: migrate: Close race between migration completion and mprotect |  Mel Gorman | 1 | -1/+4 |
| 2014-09-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 2 | -6/+12 |
| 2014-09-27 | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup |  Linus Torvalds | 1 | -2/+2 |
| 2014-09-26 | fuse: honour max_read and max_write in direct_io mode |  Miklos Szeredi | 1 | -5/+9 |
| 2014-09-26 | shmem: fix nlink for rename overwrite directory |  Miklos Szeredi | 1 | -1/+3 |
| 2014-09-26 | mm: softdirty: keep bit when zapping file pte |  Peter Feiner | 1 | -1/+1 |
| 2014-09-26 | mm, slab: initialize object alignment on cache creation |  David Rientjes | 1 | -9/+2 |
| 2014-09-24 | cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags |  Zefan Li | 1 | -2/+2 |
| 2014-09-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -0/+2 |
| 2014-09-18 | Fix unbalanced mutex in dma_pool_create(). |  Krzysztof HaĆasa | 1 | -1/+1 |
| 2014-09-14 | mm: export symbol dependencies of is_zero_pfn() |  Ard Biesheuvel | 1 | -0/+2 |
| 2014-09-10 | mm/mmap.c: use pr_emerg when printing BUG related information |  Sasha Levin | 1 | -8/+8 |
| 2014-09-10 | mem-hotplug: let memblock skip the hotpluggable memory regions in __next_mem_range() |  Xishi Qiu | 2 | -0/+6 |
| 2014-09-07 | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu |  Linus Torvalds | 2 | -6/+18 |
| 2014-09-05 | mm: memcontrol: revert use of root_mem_cgroup res_counter |  Johannes Weiner | 1 | -25/+78 |
| 2014-08-29 | x86,mm: fix pte_special versus pte_numa |  Hugh Dickins | 1 | -4/+3 |
| 2014-08-29 | hugetlb_cgroup: use lockdep_assert_held rather than spin_is_locked |  Michal Hocko | 1 | -1/+1 |
| 2014-08-29 | mm/zpool: use prefixed module loading |  Kees Cook | 3 | -1/+3 |
| 2014-08-29 | mm: actually clear pmd_numa before invalidating |  Matthew Wilcox | 1 | -1/+1 |
| 2014-08-29 | memblock, memhotplug: fix wrong type in memblock_find_in_range_node(). |  Tang Chen | 1 | -2/+1 |
| 2014-08-16 | percpu: free percpu allocation info for uniprocessor system |  Honggang Li | 1 | -0/+2 |
| 2014-08-15 | percpu: perform tlb flush after pcpu_map_pages() failure |  Tejun Heo | 1 | -0/+1 |
| 2014-08-15 | percpu: fix pcpu_alloc_pages() failure path |  Tejun Heo | 1 | -6/+15 |
| 2014-08-14 | Merge branch 'akpm' (fixes from Andrew Morton) |  Linus Torvalds | 1 | -0/+1 |
| 2014-08-14 | mm, hugetlb_cgroup: align hugetlb cgroup limit to hugepage size |  David Rientjes | 1 | -0/+1 |
| 2014-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 3 | -12/+39 |
| 2014-08-11 | __generic_file_write_iter(): fix handling of sync error after DIO |  Al Viro | 1 | -1/+1 |
| 2014-08-08 | shm: wait for pins to be released when sealing |  David Herrmann | 1 | -1/+109 |
| 2014-08-08 | shm: add memfd_create() syscall |  David Herrmann | 1 | -0/+73 |
| 2014-08-08 | shm: add sealing API |  David Herrmann | 1 | -0/+143 |
| 2014-08-08 | mm: allow drivers to prevent new writable mappings |  David Herrmann | 2 | -6/+25 |
| 2014-08-08 | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area |  Andy Lutomirski | 2 | -43/+0 |
| 2014-08-08 | mm/zswap.c: add __init to zswap_entry_cache_destroy() |  Fabian Frederick | 1 | -2/+2 |
| 2014-08-08 | mm: memcontrol: avoid charge statistics churn during page migration |  Johannes Weiner | 1 | -25/+10 |
| 2014-08-08 | mm: memcontrol: use page lists for uncharge batching |  Johannes Weiner | 3 | -109/+115 |
| 2014-08-08 | mm: memcontrol: rewrite uncharge API |  Johannes Weiner | 12 | -570/+355 |
| 2014-08-08 | mm: memcontrol: rewrite charge API |  Johannes Weiner | 8 | -322/+308 |
| 2014-08-08 | vm_is_stack: use for_each_thread() rather then buggy while_each_thread() |  Oleg Nesterov | 1 | -6/+3 |
| 2014-08-08 | Revert "slab: remove BAD_ALIEN_MAGIC" |  Joonsoo Kim | 1 | -1/+3 |
| 2014-08-07 | switch iov_iter_get_pages() to passing maximal number of pages |  Al Viro | 1 | -9/+8 |
| 2014-08-07 | shmem: support RENAME_EXCHANGE |  Miklos Szeredi | 1 | -1/+26 |
| 2014-08-07 | shmem: support RENAME_NOREPLACE |  Miklos Szeredi | 1 | -2/+5 |
| 2014-08-06 | mm/zpool: update zswap to use zpool |  Dan Streetman | 2 | -31/+46 |
| 2014-08-06 | mm/zpool: zbud/zsmalloc implement zpool |  Dan Streetman | 2 | -0/+179 |
| 2014-08-06 | mm/zpool: implement common zpool api to zbud/zsmalloc |  Dan Streetman | 4 | -18/+389 |
| 2014-08-06 | mm/zbud: change zbud_alloc size type to size_t |  Dan Streetman | 1 | -2/+2 |