summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky2016-05-181-2/+5
* writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran2016-05-111-2/+4
* mm: update min_free_kbytes from khugepaged after core initializationJason Baron2016-05-111-1/+1
* mm/zswap: provide unique zpool nameDan Streetman2016-05-111-1/+7
* mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins2016-05-111-9/+1
* mm/hwpoison: fix wrong num_poisoned_pages accountingMinchan Kim2016-05-041-1/+7
* mm: vmscan: reclaim highmem zone if buffer_heads is over limitMinchan Kim2016-05-041-1/+1
* numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-05-041-0/+40
* mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov2016-05-041-4/+2
* memcg: relocate charge moving from ->attach to ->post_attachTejun Heo2016-05-041-18/+19
* slub: clean up code for kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer2016-05-041-11/+11
* mm: fix invalid node in alloc_migrate_target()Xishi Qiu2016-04-201-4/+4
* mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka2016-04-121-13/+33
* mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usageJohannes Weiner2016-04-121-4/+34
* mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner2016-04-121-0/+6
* make sure that freeing shmem fast symlinks is RCU-delayedAl Viro2016-03-031-5/+4
* virtio_balloon: fix race between migration and ballooningMinchan Kim2016-03-031-2/+2
* mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman2016-03-031-1/+1
* mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli2016-03-031-2/+12
* mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta2016-02-251-1/+3
* memcg: only free spare array when readers are doneMartijn Coenen2016-02-251-5/+6
* mm: fix regression in remap_file_pages() emulationKirill A. Shutemov2016-02-251-5/+29
* mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-251-30/+25
* mm: fix mlock accoutingKirill A. Shutemov2016-02-251-1/+1
* mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi2016-02-251-1/+1
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-251-1/+1
* mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa2016-02-171-1/+1
* zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee2016-02-171-1/+13
* vmstat: allocate vmstat_wq before it is usedMichal Hocko2016-01-081-1/+1
* mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens2015-12-291-5/+5
* mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman2015-12-291-12/+19
* mm: memcontrol: fix possible memcg leak due to interrupted reclaimVladimir Davydov2015-12-291-14/+46
* mm/zswap: change incorrect strncmp use to strcmpDan Streetman2015-12-181-3/+3
* mm/oom_kill.c: avoid attempting to kill init sharing same memoryChen Jie2015-12-121-0/+2
* tmpfs: fix shmem_evict_inode() warnings on i_blocksHugh Dickins2015-12-121-20/+14
* mm/hugetlb.c: fix resv map memory leak for placeholder entriesMike Kravetz2015-12-121-2/+12
* mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi2015-12-121-4/+4
* mm: fix kerneldoc on mem_cgroup_replace_pageHugh Dickins2015-12-121-1/+1
* mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko2015-12-122-5/+20
* mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfoVlastimil Babka2015-12-122-2/+3
* memcg: fix memory.high targetVladimir Davydov2015-12-121-1/+1
* mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi2015-12-121-1/+4
* Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-081-22/+23
|\
| * Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-0710-109/+230
| |\
| * | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-22/+23
* | | treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
| |/ |/|
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-225-75/+181
|\ \
| * | slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer2015-11-225-10/+10
| * | slub: add missing kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer2015-11-221-1/+5
| * | slub: fix kmem cgroup bug in kmem_cache_alloc_bulkJesper Dangaard Brouer2015-11-221-18/+22