Age | Commit message (Expand) | Author | Files | Lines |
2014-01-24 | conditionally define U32_MAX | Alex Elder | 1 | -0/+2 |
2014-01-24 | include/linux/genalloc.h: spinlock_t needs spinlock_types.h | Shawn Guo | 1 | -0/+2 |
2014-01-24 | numa: add a sysctl for numa_balancing | Andi Kleen | 1 | -0/+4 |
2014-01-24 | mm: free memblock.memory in free_all_bootmem | Philipp Hachtmann | 1 | -0/+1 |
2014-01-24 | memcg, slab: RCU protect memcg_params for root caches | Vladimir Davydov | 1 | -2/+7 |
2014-01-24 | memcg, slab: clean up memcg cache initialization/destruction | Vladimir Davydov | 1 | -5/+4 |
2014-01-24 | memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path | Vladimir Davydov | 1 | -5/+9 |
2014-01-24 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 8 | -29/+39 |
2014-01-24 | mm: print more details for bad_page() | Dave Hansen | 1 | -1/+3 |
2014-01-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -0/+2 |
2014-01-23 | Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -0/+7 |
2014-01-23 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -32/+33 |
2014-01-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -19/+13 |
2014-01-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 4 | -9/+7 |
2014-01-23 | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -264/+109 |
2014-01-23 | Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2 | -2/+139 |
2014-01-22 | fuse: fix pipe_buf_operations | Miklos Szeredi | 1 | -0/+2 |
2014-01-22 | sched: Fix warning on make htmldocs caused by wait.h | Masanari Iida | 1 | -2/+2 |
2014-01-22 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 17 | -243/+388 |
2014-01-22 | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 1 | -0/+2 |
2014-01-22 | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2 | -73/+47 |
2014-01-22 | mm/migrate: remove unused function, fail_migrate_page() | Joonsoo Kim | 1 | -4/+0 |
2014-01-22 | mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages | Joonsoo Kim | 1 | -2/+0 |
2014-01-22 | mm: compaction: encapsulate defer reset logic | Vlastimil Babka | 1 | -0/+16 |
2014-01-22 | mm: numa: limit scope of lock for NUMA migrate rate limiting | Mel Gorman | 1 | -4/+1 |
2014-01-22 | mm/memblock: add memblock memory allocation apis | Santosh Shilimkar | 1 | -0/+152 |
2014-01-22 | mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODES | Grygorii Strashko | 1 | -2/+2 |
2014-01-22 | mm/memblock: reorder parameters of memblock_find_in_range_node | Grygorii Strashko | 1 | -2/+3 |
2014-01-22 | mm/bootmem: remove duplicated declaration of __free_pages_bootmem() | Grygorii Strashko | 1 | -1/+0 |
2014-01-22 | introduce for_each_thread() to replace the buggy while_each_thread() | Oleg Nesterov | 2 | -0/+14 |
2014-01-22 | mm/rmap: use rmap_walk() in page_referenced() | Joonsoo Kim | 2 | -3/+1 |
2014-01-22 | mm/rmap: use rmap_walk() in try_to_munlock() | Joonsoo Kim | 1 | -6/+0 |
2014-01-22 | mm/rmap: use rmap_walk() in try_to_unmap() | Joonsoo Kim | 1 | -4/+1 |
2014-01-22 | mm/rmap: extend rmap_walk_xxx() to cope with different cases | Joonsoo Kim | 1 | -0/+15 |
2014-01-22 | mm/rmap: make rmap_walk to get the rmap_walk_control argument | Joonsoo Kim | 2 | -6/+10 |
2014-01-22 | memblock, mem_hotplug: make memblock skip hotpluggable regions if needed | Tang Chen | 1 | -0/+24 |
2014-01-22 | memblock: make memblock_set_node() support different memblock_type | Tang Chen | 1 | -1/+2 |
2014-01-22 | memblock, mem_hotplug: introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable r... | Tang Chen | 1 | -0/+17 |
2014-01-22 | memblock, numa: introduce flags field into memblock | Tang Chen | 1 | -0/+1 |
2014-01-22 | mm: add overcommit_kbytes sysctl variable | Jerome Marchand | 2 | -0/+10 |
2014-01-22 | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT | Mel Gorman | 1 | -1/+0 |
2014-01-22 | mm, mempolicy: remove unneeded functions for UMA configs | David Rientjes | 1 | -32/+0 |
2014-01-22 | mm: create a separate slab for page->ptl allocation | Kirill A. Shutemov | 1 | -0/+12 |
2014-01-22 | mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserve | Yasuaki Ishimatsu | 1 | -0/+6 |
2014-01-22 | mm: thp: turn compound_head() into BUG_ON(!PageTail) in get_huge_page_tail() | Oleg Nesterov | 1 | -4/+3 |
2014-01-22 | mm: tail page refcounting optimization for slab and hugetlbfs | Andrea Arcangeli | 2 | -7/+31 |
2014-01-22 | mm: thp: optimize compound_trans_huge | Andrea Arcangeli | 1 | -0/+23 |
2014-01-22 | mm: hugetlbfs: Add some VM_BUG_ON()s to catch non-hugetlbfs pages | Dave Hansen | 1 | -0/+1 |
2014-01-22 | mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUAL | Geert Uytterhoeven | 1 | -5/+8 |
2014-01-22 | posix_acl: uninlining | Andrew Morton | 1 | -72/+6 |