summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2013-02-27mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all ...Mel Gorman1-2/+16
2013-02-27tmpfs: fix use-after-free of mempolicy objectGreg Thelen1-2/+8
2013-02-27mmu_notifier_unregister NULL Pointer deref and multiple ->release() calloutsRobin Holt1-40/+42
2013-02-27mm: fix pageblock bitmap allocationLinus Torvalds1-6/+9
2013-02-17mm: don't overwrite mm->def_flags in do_mlockall()Gerald Schaefer1-3/+3
2013-02-11mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration...Tony Lu2-1/+4
2013-02-03slub: assign refcount for kmalloc_cachesCAI Qian1-0/+1
2013-01-17mm: compaction: partially revert capture of suitable high-order pageMel Gorman3-107/+21
2013-01-17mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignmentMax Filippov1-6/+18
2013-01-17mm: use aligned zone start for pfn_to_bitidx calculationLaura Abbott1-1/+1
2013-01-17mm: compaction: fix echo 1 > compact_memory return error issueJason Liu1-4/+2
2013-01-11mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko1-0/+5
2013-01-11mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu2-12/+18
2013-01-11tmpfs mempolicy: fix /proc/mounts corrupting memoryHugh Dickins1-38/+26
2013-01-11mm: fix calculation of dirtyable memorySonny Rao1-5/+20
2013-01-11mm: highmem: export kmap_to_page for modulesWill Deacon1-0/+1
2012-12-17mm: dmapool: use provided gfp flags for all dma_alloc_coherent() callsMarek Szyprowski1-24/+7
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds1-3/+4
2012-12-10Revert "mm: avoid waking kswapd for THP allocations when compaction is deferr...Linus Torvalds1-27/+10
2012-12-08mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner1-3/+0
2012-12-06tmpfs: fix shared mempolicy leakMel Gorman2-32/+16
2012-12-06mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...Johannes Weiner1-16/+0
2012-12-06mm: compaction: validate pfn range passed to isolate_freepages_blockMel Gorman1-1/+9
2012-11-30mm: soft offline: split thp at the beginning of soft_offline_page()Naoya Horiguchi1-0/+8
2012-11-30mm: avoid waking kswapd for THP allocations when compaction is deferred or co...Mel Gorman1-10/+27
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton1-4/+3
2012-11-30mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner1-9/+18
2012-11-30mm/vmemmap: fix wrong use of virt_to_pageJianguo Wu1-6/+4
2012-11-30mm: compaction: fix return value of capture_free_page()Mel Gorman1-1/+1
2012-11-26mm: vmscan: check for fatal signals iff the process was throttledMel Gorman1-10/+27
2012-11-26Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman1-3/+4
2012-11-21fix incorrect NR_FREE_PAGES accounting (appears like memory leak)Dave Hansen1-1/+1
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton4-53/+1
2012-11-16tmpfs: change final i_blocks BUG to WARNINGHugh Dickins1-1/+1
2012-11-16tmpfs: fix shmem_getpage_gfp() VM_BUG_ONHugh Dickins1-2/+14
2012-11-16mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon1-1/+1
2012-11-16mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...Mel Gorman1-25/+0
2012-11-16swapfile: fix name leak in swapoffXiaotian Feng1-2/+2
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins3-17/+37
2012-11-16memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko1-6/+15
2012-11-16mm: fix build warning for uninitialized valueDavid Rientjes1-6/+4
2012-11-16mm: add anon_vma_lock to validate_mm()Michel Lespinasse1-0/+2
2012-11-09mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi1-0/+2
2012-10-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+24
2012-10-25mm, numa: avoid setting zone_reclaim_mode unless a node is sufficiently distantDavid Rientjes1-2/+2
2012-10-25mm/mmu_notifier: allocate mmu_notifier in advanceGavin Shan1-13/+13
2012-10-25mm/page_alloc.c:alloc_contig_range(): return early for err pathBob Liu1-1/+1
2012-10-25mm: fix XFS oops due to dirty pages without buffers on s390Jan Kara1-5/+15
2012-10-24x86, mm: Trim memory in memblock to be page alignedYinghai Lu1-0/+24
2012-10-19Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3