summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-01-24conditionally define U32_MAXAlex Elder1-0/+2
2014-01-24include/linux/genalloc.h: spinlock_t needs spinlock_types.hShawn Guo1-0/+2
2014-01-24numa: add a sysctl for numa_balancingAndi Kleen1-0/+4
2014-01-24mm: free memblock.memory in free_all_bootmemPhilipp Hachtmann1-0/+1
2014-01-24memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov1-2/+7
2014-01-24memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov1-5/+4
2014-01-24memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov1-5/+9
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin8-29/+39
2014-01-24mm: print more details for bad_page()Dave Hansen1-1/+3
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-0/+2
2014-01-23Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+7
2014-01-23Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-32/+33
2014-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-19/+13
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-9/+7
2014-01-23Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-264/+109
2014-01-23Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-2/+139
2014-01-22fuse: fix pipe_buf_operationsMiklos Szeredi1-0/+2
2014-01-22sched: Fix warning on make htmldocs caused by wait.hMasanari Iida1-2/+2
2014-01-22Merge branch 'akpm' (incoming from Andrew)Linus Torvalds17-243/+388
2014-01-22Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-0/+2
2014-01-22Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2-73/+47
2014-01-22mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim1-4/+0
2014-01-22mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim1-2/+0
2014-01-22mm: compaction: encapsulate defer reset logicVlastimil Babka1-0/+16
2014-01-22mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman1-4/+1
2014-01-22mm/memblock: add memblock memory allocation apisSantosh Shilimkar1-0/+152
2014-01-22mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGrygorii Strashko1-2/+2
2014-01-22mm/memblock: reorder parameters of memblock_find_in_range_nodeGrygorii Strashko1-2/+3
2014-01-22mm/bootmem: remove duplicated declaration of __free_pages_bootmem()Grygorii Strashko1-1/+0
2014-01-22introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2-0/+14
2014-01-22mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim2-3/+1
2014-01-22mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim1-6/+0
2014-01-22mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim1-4/+1
2014-01-22mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim1-0/+15
2014-01-22mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim2-6/+10
2014-01-22memblock, mem_hotplug: make memblock skip hotpluggable regions if neededTang Chen1-0/+24
2014-01-22memblock: make memblock_set_node() support different memblock_typeTang Chen1-1/+2
2014-01-22memblock, mem_hotplug: introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable r...Tang Chen1-0/+17
2014-01-22memblock, numa: introduce flags field into memblockTang Chen1-0/+1
2014-01-22mm: add overcommit_kbytes sysctl variableJerome Marchand2-0/+10
2014-01-22mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-1/+0
2014-01-22mm, mempolicy: remove unneeded functions for UMA configsDavid Rientjes1-32/+0
2014-01-22mm: create a separate slab for page->ptl allocationKirill A. Shutemov1-0/+12
2014-01-22mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu1-0/+6
2014-01-22mm: thp: turn compound_head() into BUG_ON(!PageTail) in get_huge_page_tail()Oleg Nesterov1-4/+3
2014-01-22mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli2-7/+31
2014-01-22mm: thp: optimize compound_trans_hugeAndrea Arcangeli1-0/+23
2014-01-22mm: hugetlbfs: Add some VM_BUG_ON()s to catch non-hugetlbfs pagesDave Hansen1-0/+1
2014-01-22mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUALGeert Uytterhoeven1-5/+8
2014-01-22posix_acl: uninliningAndrew Morton1-72/+6