summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZYMel Gorman2014-10-091-1/+3
* mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov2014-10-094-3/+21
* mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov2014-10-091-89/+6
* mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov2014-10-093-27/+17
* mm: introduce a general RCU get_user_pages_fast()Steve Capper2014-10-092-0/+357
* mm/dmapool.c: fixed a brace coding style issuePaul McQuade2014-10-091-9/+6
* mm: ksm use pr_err instead of printkPaul McQuade2014-10-091-2/+2
* mm/bootmem.c: use include/linux/ headersPaul McQuade2014-10-091-2/+2
* mm/filemap.c: remove trailing whitespacePaul McQuade2014-10-091-2/+2
* mm/mremap.c: use linux headersPaul McQuade2014-10-091-1/+1
* memcg: zap memcg_can_account_kmemVladimir Davydov2014-10-091-9/+3
* mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner2014-10-092-55/+21
* mm: memcontrol: simplify detecting when the memory+swap limit is hitJohannes Weiner2014-10-091-34/+13
* mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko2014-10-092-21/+23
* mm: dmapool: add/remove sysfs file outside of the pool lock lockSebastian Andrzej Siewior2014-10-091-8/+35
* memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov2014-10-092-51/+28
* memcg: don't call memcg_update_all_caches if new cache id fitsVladimir Davydov2014-10-091-64/+72
* memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov2014-10-092-38/+47
* mm/debug.c: use pr_emerg()Andrew Morton2014-10-091-12/+9
* mm: use VM_BUG_ON_MM where possibleSasha Levin2014-10-094-6/+7
* mm: introduce VM_BUG_ON_MMSasha Levin2014-10-091-0/+78
* mm: move debug code out of page_alloc.cSasha Levin2014-10-093-161/+163
* mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bitMel Gorman2014-10-091-58/+20
* mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ONMel Gorman2014-10-091-1/+1
* mm/compaction.c: fix warning of 'flags' may be used uninitializedXiubo Li2014-10-091-2/+2
* mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checksAndrew Morton2014-10-091-6/+11
* mm: clean up zone flagsJohannes Weiner2014-10-094-22/+22
* mm/page-writeback.c: use min3/max3 macros to avoid shadow warningsMark Rustad2014-10-091-4/+4
* mm: page_alloc: avoid wakeup kswapd on the unintended nodeWeijie Yang2014-10-091-3/+6
* mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin2014-10-097-21/+22
* mm: introduce dump_vmaSasha Levin2014-10-091-9/+73
* mm/slab.c: use __seq_open_private() instead of seq_open()Rob Jones2014-10-091-13/+9
* mm/vmalloc.c: use seq_open_private() instead of seq_open()Rob Jones2014-10-091-15/+5
* include/linux/migrate.h: remove migrate_page #defineAndrew Morton2014-10-092-0/+4
* mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov2014-10-091-11/+8
* mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Oleg Nesterov2014-10-091-14/+1
* mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov2014-10-091-18/+26
* mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov2014-10-091-14/+11
* mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov2014-10-091-11/+14
* mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov2014-10-091-18/+13
* mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov2014-10-091-2/+1
* mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner2014-10-091-63/+0
* mm: use may_adjust_brk helperCyrill Gorcunov2014-10-091-4/+3
* mm, compaction: pass gfp mask to compact_controlDavid Rientjes2014-10-092-6/+8
* mm: rename allocflags_to_migratetype for clarityDavid Rientjes2014-10-092-4/+4
* mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka2014-10-092-6/+46
* mm, compaction: remember position within pageblock in free pages scannerVlastimil Babka2014-10-091-9/+30
* mm, compaction: skip rechecks when lock was already heldVlastimil Babka2014-10-091-22/+31
* mm, compaction: periodically drop lock and restore IRQs in scannersVlastimil Babka2014-10-091-47/+72
* mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka2014-10-093-25/+111
OpenPOWER on IntegriCloud