aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-13oom: kill the insufficient and no longer needed PT_TRACE_EXIT checkOleg Nesterov1-8/+3
2014-12-13oom: don't assume that a coredumping thread will exit soonOleg Nesterov3-4/+15
2014-12-13mm: remove the highmem zones' memmap in the highmem zoneZhong Hongbo1-10/+12
2014-12-13mm: unmapped page migration avoid unmap+remap overheadHugh Dickins1-10/+18
2014-12-13fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes1-1/+5
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner7-149/+106
2014-12-13mm,vmacache: count number of system-wide flushesDavidlohr Bueso3-0/+4
2014-12-13Documentation: add new page_owner documentJoonsoo Kim1-0/+81
2014-12-13mm/page_owner: correct owner information for early allocated pagesJoonsoo Kim1-2/+91
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim11-3/+554
2014-12-13stacktrace: introduce snprint_stack_trace for buffer outputJoonsoo Kim2-0/+37
2014-12-13mm/nommu: use alloc_pages_exact() rather than its own implementationJoonsoo Kim1-22/+11
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim9-7/+57
2014-12-13mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim8-44/+106
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim7-0/+485
2014-12-13mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLEJianyu Zhan1-5/+2
2014-12-13include/linux/kmemleak.h: needs slab.hAndrew Morton1-0/+2
2014-12-13mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache()Zhang Zhen2-4/+3
2014-12-13mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo2-8/+8
2014-12-13memory-hotplug: remove redundant call of page_to_pfnZhang Zhen1-2/+2
2014-12-13iommu/amd: use handle_mm_fault directlyJesse Barnes1-31/+53
2014-12-13mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes2-0/+3
2014-12-13hugetlb: hugetlb_register_all_nodes(): add __init markerLuiz Capitulino1-1/+1
2014-12-13hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED()Luiz Capitulino1-1/+1
2014-12-13hugetlb: fix hugepages= entry in kernel-parameters.txtLuiz Capitulino1-3/+1
2014-12-13memcg: turn memcg_kmem_skip_account into a bit fieldVladimir Davydov2-35/+7
2014-12-13memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cacheVladimir Davydov1-28/+0
2014-12-13memcg: zap kmem_account_flagsVladimir Davydov1-21/+10
2014-12-13mm: mincore: add hwpoison page handleWeijie Yang1-2/+5
2014-12-13mm/rmap: calculate page offset when neededDavidlohr Bueso1-2/+4
2014-12-13mm/debug-pagealloc: cleanup page guard codeJoonsoo Kim1-19/+19
2014-12-13mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUGTony Luck1-23/+20
2014-12-13memcg: do not abuse memcg_kmem_skip_accountVladimir Davydov1-7/+0
2014-12-13memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge}Vladimir Davydov1-2/+2
2014-12-13memcg: __mem_cgroup_free: remove stale disarm_static_keys commentVladimir Davydov1-11/+0
2014-12-13mm: cma: align to physical address, not CMA region positionGregory Fong1-3/+16
2014-12-13lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz2-16/+44
2014-12-13mm/memory.c: share the i_mmap_rwsemDavidlohr Bueso1-2/+2
2014-12-13mm/nommu: share the i_mmap_rwsemDavidlohr Bueso1-5/+4
2014-12-13mm/memory-failure: share the i_mmap_rwsemDavidlohr Bueso1-2/+2
2014-12-13mm/xip: share the i_mmap_rwsemDavidlohr Bueso1-14/+9
2014-12-13uprobes: share the i_mmap_rwsemDavidlohr Bueso1-2/+2
2014-12-13mm/rmap: share the i_mmap_rwsemDavidlohr Bueso2-3/+13
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso10-29/+30
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso12-40/+40
2014-12-13mm,fs: introduce helpers around the i_mmap_mutexDavidlohr Bueso1-0/+10
2014-12-13MAINTAINERS: update Xiubo's email addressXiubo Li1-1/+1
2014-12-13rtc: snvs: fix build with CONFIG_PM_SLEEP disabledGuenter Roeck1-2/+9
2014-12-12Merge tag 'please-pull-morepstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds4-14/+47
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds32-641/+2740