aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-09arm: mm: introduce special ptes for LPAESteve Capper3-4/+11
2014-10-09mm: introduce a general RCU get_user_pages_fast()Steve Capper2-0/+357
2014-10-09mm/dmapool.c: fixed a brace coding style issuePaul McQuade1-9/+6
2014-10-09mm: ksm use pr_err instead of printkPaul McQuade1-2/+2
2014-10-09drivers/firmware/memmap.c: don't create memmap sysfs of same firmware_map_entryYasuaki Ishimatsu1-0/+3
2014-10-09mm/bootmem.c: use include/linux/ headersPaul McQuade1-2/+2
2014-10-09mm/filemap.c: remove trailing whitespacePaul McQuade1-2/+2
2014-10-09mm/mremap.c: use linux headersPaul McQuade1-1/+1
2014-10-09memcg: zap memcg_can_account_kmemVladimir Davydov1-9/+3
2014-10-09mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner3-57/+25
2014-10-09mm: memcontrol: simplify detecting when the memory+swap limit is hitJohannes Weiner1-34/+13
2014-10-09mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko2-21/+23
2014-10-09mm: dmapool: add/remove sysfs file outside of the pool lock lockSebastian Andrzej Siewior1-8/+35
2014-10-09memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov3-52/+28
2014-10-09memcg: don't call memcg_update_all_caches if new cache id fitsVladimir Davydov1-64/+72
2014-10-09memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov3-52/+47
2014-10-09mm/debug.c: use pr_emerg()Andrew Morton1-12/+9
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin6-9/+9
2014-10-09mm: introduce VM_BUG_ON_MMSasha Levin2-0/+88
2014-10-09mm: move debug code out of page_alloc.cSasha Levin3-161/+163
2014-10-09mm: softdirty: unmapped addresses between VMAs are cleanPeter Feiner1-21/+40
2014-10-09mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bitMel Gorman1-58/+20
2014-10-09mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ONMel Gorman1-1/+1
2014-10-09ocfs2: fix a deadlock while o2net_wq doing direct memory reclaimXue jiufei1-0/+20
2014-10-09mm: clear __GFP_FS when PF_MEMALLOC_NOIO is setJunxiao Bi1-2/+4
2014-10-09mm/compaction.c: fix warning of 'flags' may be used uninitializedXiubo Li1-2/+2
2014-10-09mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checksAndrew Morton1-6/+11
2014-10-09mm: clean up zone flagsJohannes Weiner5-70/+25
2014-10-09mm/page-writeback.c: use min3/max3 macros to avoid shadow warningsMark Rustad1-4/+4
2014-10-09mm: page_alloc: avoid wakeup kswapd on the unintended nodeWeijie Yang1-3/+6
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin9-23/+24
2014-10-09mm: introduce VM_BUG_ON_VMASasha Levin1-0/+8
2014-10-09mm: introduce dump_vmaSasha Levin2-9/+75
2014-10-09mm/slab.c: use __seq_open_private() instead of seq_open()Rob Jones1-13/+9
2014-10-09mm/vmalloc.c: use seq_open_private() instead of seq_open()Rob Jones1-15/+5
2014-10-09include/linux/migrate.h: remove migrate_page #defineAndrew Morton3-3/+4
2014-10-09mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov2-13/+8
2014-10-09mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Oleg Nesterov1-14/+1
2014-10-09mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() raceOleg Nesterov1-24/+9
2014-10-09mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov2-18/+29
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov3-16/+13
2014-10-09mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov1-11/+14
2014-10-09mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov1-18/+13
2014-10-09mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov1-2/+1
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner5-97/+0
2014-10-09prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operationCyrill Gorcunov2-1/+216
2014-10-09prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_fileCyrill Gorcunov1-10/+11
2014-10-09mm: use may_adjust_brk helperCyrill Gorcunov2-11/+7
2014-10-09mm: introduce check_data_rlimit helperCyrill Gorcunov1-0/+15
2014-10-09mm, compaction: pass gfp mask to compact_controlDavid Rientjes2-6/+8