summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* oom: don't assume that a coredumping thread will exit soonOleg Nesterov2014-12-133-4/+15
* mm: remove the highmem zones' memmap in the highmem zoneZhong Hongbo2014-12-131-10/+12
* mm: unmapped page migration avoid unmap+remap overheadHugh Dickins2014-12-131-10/+18
* fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes2014-12-131-1/+5
* mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-137-149/+106
* mm,vmacache: count number of system-wide flushesDavidlohr Bueso2014-12-133-0/+4
* Documentation: add new page_owner documentJoonsoo Kim2014-12-131-0/+81
* mm/page_owner: correct owner information for early allocated pagesJoonsoo Kim2014-12-131-2/+91
* mm/page_owner: keep track of page ownersJoonsoo Kim2014-12-1311-3/+554
* stacktrace: introduce snprint_stack_trace for buffer outputJoonsoo Kim2014-12-132-0/+37
* mm/nommu: use alloc_pages_exact() rather than its own implementationJoonsoo Kim2014-12-131-22/+11
* mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-139-7/+57
* mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim2014-12-138-44/+106
* mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim2014-12-137-0/+485
* mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLEJianyu Zhan2014-12-131-5/+2
* include/linux/kmemleak.h: needs slab.hAndrew Morton2014-12-131-0/+2
* mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache()Zhang Zhen2014-12-132-4/+3
* mm: move swp_entry_t definition to include/linux/mm_types.hTejun Heo2014-12-132-8/+8
* memory-hotplug: remove redundant call of page_to_pfnZhang Zhen2014-12-131-2/+2
* iommu/amd: use handle_mm_fault directlyJesse Barnes2014-12-131-31/+53
* mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes2014-12-132-0/+3
* hugetlb: hugetlb_register_all_nodes(): add __init markerLuiz Capitulino2014-12-131-1/+1
* hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED()Luiz Capitulino2014-12-131-1/+1
* hugetlb: fix hugepages= entry in kernel-parameters.txtLuiz Capitulino2014-12-131-3/+1
* memcg: turn memcg_kmem_skip_account into a bit fieldVladimir Davydov2014-12-132-35/+7
* memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cacheVladimir Davydov2014-12-131-28/+0
* memcg: zap kmem_account_flagsVladimir Davydov2014-12-131-21/+10
* mm: mincore: add hwpoison page handleWeijie Yang2014-12-131-2/+5
* mm/rmap: calculate page offset when neededDavidlohr Bueso2014-12-131-2/+4
* mm/debug-pagealloc: cleanup page guard codeJoonsoo Kim2014-12-131-19/+19
* mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUGTony Luck2014-12-131-23/+20
* memcg: do not abuse memcg_kmem_skip_accountVladimir Davydov2014-12-131-7/+0
* memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge}Vladimir Davydov2014-12-131-2/+2
* memcg: __mem_cgroup_free: remove stale disarm_static_keys commentVladimir Davydov2014-12-131-11/+0
* mm: cma: align to physical address, not CMA region positionGregory Fong2014-12-131-3/+16
* lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz2014-12-132-16/+44
* mm/memory.c: share the i_mmap_rwsemDavidlohr Bueso2014-12-131-2/+2
* mm/nommu: share the i_mmap_rwsemDavidlohr Bueso2014-12-131-5/+4
* mm/memory-failure: share the i_mmap_rwsemDavidlohr Bueso2014-12-131-2/+2
* mm/xip: share the i_mmap_rwsemDavidlohr Bueso2014-12-131-14/+9
* uprobes: share the i_mmap_rwsemDavidlohr Bueso2014-12-131-2/+2
* mm/rmap: share the i_mmap_rwsemDavidlohr Bueso2014-12-132-3/+13
* mm: convert i_mmap_mutex to rwsemDavidlohr Bueso2014-12-1310-29/+30
* mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso2014-12-1312-40/+40
* mm,fs: introduce helpers around the i_mmap_mutexDavidlohr Bueso2014-12-131-0/+10
* MAINTAINERS: update Xiubo's email addressXiubo Li2014-12-131-1/+1
* rtc: snvs: fix build with CONFIG_PM_SLEEP disabledGuenter Roeck2014-12-131-2/+9
* Merge tag 'please-pull-morepstore' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-124-14/+47
|\
| * pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2014-12-114-14/+47
| * pstore-ram: Fix hangs by using write-combine mappingsRob Herring2014-12-111-2/+2