summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-01-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko
2015-01-26mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds
2015-01-26mm: propagate error from stack expansion even for guard pageLinus Torvalds
2015-01-26mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka
2015-01-13thp: close race between split and zap huge pagesKirill A. Shutemov
2015-01-09mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins
2015-01-07mm: fix anon_vma_clone() error treatmentDaniel Forrest
2015-01-07mm: fix swapoff hang after page migration and forkHugh Dickins
2015-01-07mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton
2015-01-07mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang
2014-12-03fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro
2014-11-13mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara
2014-11-13cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan
2014-11-13mm: free compound page with correct orderYu Zhao
2014-11-13OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko
2014-11-13vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara
2014-11-13Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck
2014-11-03mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner
2014-10-31mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner
2014-10-13mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman
2014-10-13mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long
2014-10-13mm: migrate: Close race between migration completion and mprotectMel Gorman
2014-10-13mm, slab: initialize object alignment on cache creationDavid Rientjes
2014-10-13percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo
2014-10-13percpu: fix pcpu_alloc_pages() failure pathTejun Heo
2014-10-13percpu: free percpu allocation info for uniprocessor systemHonggang Li
2014-10-13shmem: fix nlink for rename overwrite directoryMiklos Szeredi
2014-09-26mm: new_vma_page() cannot see NULL vma for hugetlb pagesMichal Hocko
2014-09-26mm/mempolicy: fix !vma in new_vma_page()Wanpeng Li
2014-09-26mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman
2014-09-26mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco...Mel Gorman
2014-09-26mm: vmscan: only update per-cpu thresholds for online CPUMel Gorman
2014-09-26mm: move zone->pages_scanned into a vmstat counterMel Gorman
2014-09-26mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman
2014-09-26mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman
2014-09-26memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand
2014-09-26vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim
2014-09-26mm: make copy_pte_range static againJerome Marchand
2014-09-26mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_modeDavid Rientjes
2014-09-26mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins
2014-09-26shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins
2014-09-26mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman
2014-09-26mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-09-26mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman
2014-09-26mm: do not use atomic operations when releasing pagesMel Gorman
2014-09-26mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman
2014-09-26mm: page_alloc: lookup pageblock migratetype with IRQs enabled during freeMel Gorman
2014-09-26mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-09-26mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman
2014-09-26mm: page_alloc: use unsigned int for order in more placesMel Gorman