aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-03-24FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.dcashman
2015-04-27mm: page_alloc: fix-access-NULL-bugZhigang Hu
2015-04-16mm: page_alloc: fix the CMA migratetype bug.Zhigang Hu
2015-04-16mm: vmscan: dont count anonymous pages in kswapd if RTCC enabledCarton He
2015-03-16mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi
2015-03-16mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim
2015-03-16mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko
2015-03-16mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman
2015-03-16mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco...Mel Gorman
2015-03-16mm: vmscan: only update per-cpu thresholds for online CPUMel Gorman
2015-03-16mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman
2015-03-16memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand
2015-03-16vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim
2015-03-16mm: make copy_pte_range static againJerome Marchand
2015-03-16mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_modeDavid Rientjes
2015-03-16mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins
2015-03-16shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins
2015-03-16mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman
2015-03-16mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2015-03-16mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman
2015-03-16mm: do not use atomic operations when releasing pagesMel Gorman
2015-03-16mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman
2015-03-16mm: page_alloc: lookup pageblock migratetype with IRQs enabled during freeMel Gorman
2015-03-16mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2015-03-16mm: page_alloc: reduce number of times page_to_pfn is calledTim Wang
2015-03-16mm: page_alloc: use unsigned int for order in more placesTim Wang
2015-03-16mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast pathMel Gorman
2015-03-16mm: page_alloc: only check the alloc flags and gfp_mask for dirty onceMel Gorman
2015-03-16mm: page_alloc: only check the zone id check if pages are buddiesMel Gorman
2015-03-16mm: page_alloc: calculate classzone_idx once from the zonelist refTim Wang
2015-03-16mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman
2015-03-16mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f...Mel Gorman
2015-03-16mm: page_alloc: do not update zlc unless the zlc is activeMel Gorman
2015-03-16mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan
2015-03-16mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds
2015-03-16mm: propagate error from stack expansion even for guard pageLinus Torvalds
2015-03-16mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka
2015-01-23mm: rtcc: fix build warnings after RTCC enabledCarton He
2015-01-07mm: rtcc: configure RTCC dynamicallyYonghai Huang
2015-01-07mm: rtcc: add runtime compecache solutionYonghai Huang
2014-12-31mm: fix anon_vma_clone() error treatmentDaniel Forrest
2014-12-31mm: fix swapoff hang after page migration and forkHugh Dickins
2014-12-31mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton
2014-12-31mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang
2014-12-15mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplacedVlastimil Babka
2014-12-15mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman
2014-12-15mm: fix direct reclaim writeback regressionHugh Dickins
2014-12-15mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka
2014-12-15mm/compaction: avoid rescanning pageblocks in isolate_freepagesVlastimil Babka
2014-12-15mm/compaction: do not count migratepages when unnecessaryVlastimil Babka