summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.12.37' into v3.12-rtSteven Rostedt (Red Hat)2015-02-054-26/+29
|\
| * mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko2015-01-291-11/+9
| * mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds2015-01-261-2/+5
| * mm: propagate error from stack expansion even for guard pageLinus Torvalds2015-01-261-2/+2
| * mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka2015-01-261-11/+13
* | Merge tag 'v3.12.36' into v3.12-rtSteven Rostedt (Red Hat)2015-01-168-38/+62
|\ \ | |/
| * thp: close race between split and zap huge pagesKirill A. Shutemov2015-01-131-3/+10
| * mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins2015-01-094-13/+20
| * mm: fix anon_vma_clone() error treatmentDaniel Forrest2015-01-072-5/+11
| * mm: fix swapoff hang after page migration and forkHugh Dickins2015-01-071-13/+13
| * mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton2015-01-071-3/+5
| * mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang2015-01-071-1/+3
* | Merge tag 'v3.12.34' into v3.12-rtSteven Rostedt (Red Hat)2015-01-161-2/+2
|\ \ | |/
| * fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-12-031-2/+2
* | Merge tag 'v3.12.33' into v3.12-rtSteven Rostedt (Red Hat)2014-11-236-8/+87
|\ \ | |/
| * mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara2014-11-131-1/+0
| * cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan2014-11-131-0/+1
| * mm: free compound page with correct orderYu Zhao2014-11-131-2/+2
| * OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-11-132-0/+25
| * vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara2014-11-131-0/+57
| * Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck2014-11-131-2/+0
| * mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner2014-11-031-4/+3
* | Merge tag 'v3.12.32' into v3.12-rtSteven Rostedt (Red Hat)2014-11-201-3/+30
|\ \ | |/
| * mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner2014-10-311-3/+30
* | Merge tag 'v3.12.31' into v3.12-rtSteven Rostedt (Red Hat)2014-10-287-27/+40
|\ \ | |/
| * mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman2014-10-131-2/+5
| * mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long2014-10-131-2/+2
| * mm: migrate: Close race between migration completion and mprotectMel Gorman2014-10-131-1/+4
| * mm, slab: initialize object alignment on cache creationDavid Rientjes2014-10-131-9/+2
| * percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo2014-10-131-0/+1
| * percpu: fix pcpu_alloc_pages() failure pathTejun Heo2014-10-131-6/+15
| * percpu: free percpu allocation info for uniprocessor systemHonggang Li2014-10-131-0/+2
| * shmem: fix nlink for rename overwrite directoryMiklos Szeredi2014-10-131-1/+3
| * mm: new_vma_page() cannot see NULL vma for hugetlb pagesMichal Hocko2014-09-261-4/+2
| * mm/mempolicy: fix !vma in new_vma_page()Wanpeng Li2014-09-261-6/+8
* | Merge tag 'v3.12.30' into v3.12-rtSteven Rostedt (Red Hat)2014-10-2830-920/+1617
|\ \ | |/
| * mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman2014-09-261-48/+53
| * mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco...Mel Gorman2014-09-261-1/+1
| * mm: vmscan: only update per-cpu thresholds for online CPUMel Gorman2014-09-261-1/+1
| * mm: move zone->pages_scanned into a vmstat counterMel Gorman2014-09-263-7/+15
| * mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman2014-09-262-6/+5
| * mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman2014-09-261-2/+2
| * memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand2014-09-261-8/+15
| * vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim2014-09-261-3/+3
| * mm: make copy_pte_range static againJerome Marchand2014-09-261-1/+1
| * mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_modeDavid Rientjes2014-09-261-0/+26
| * mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins2014-09-261-1/+1
| * shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins2014-09-261-5/+10
| * mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman2014-09-261-1/+10
| * mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-09-263-128/+91