Age | Commit message (Expand) | Author |
2014-10-13 | mm, slab: initialize object alignment on cache creation | David Rientjes |
2014-10-13 | percpu: perform tlb flush after pcpu_map_pages() failure | Tejun Heo |
2014-10-13 | percpu: fix pcpu_alloc_pages() failure path | Tejun Heo |
2014-10-13 | percpu: free percpu allocation info for uniprocessor system | Honggang Li |
2014-10-13 | shmem: fix nlink for rename overwrite directory | Miklos Szeredi |
2014-09-26 | mm: new_vma_page() cannot see NULL vma for hugetlb pages | Michal Hocko |
2014-09-26 | mm/mempolicy: fix !vma in new_vma_page() | Wanpeng Li |
2014-09-26 | mm: page_alloc: reduce cost of the fair zone allocation policy | Mel Gorman |
2014-09-26 | mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco... | Mel Gorman |
2014-09-26 | mm: vmscan: only update per-cpu thresholds for online CPU | Mel Gorman |
2014-09-26 | mm: move zone->pages_scanned into a vmstat counter | Mel Gorman |
2014-09-26 | mm: rearrange zone fields into read-only, page alloc, statistics and page rec... | Mel Gorman |
2014-09-26 | mm: pagemap: avoid unnecessary overhead when tracepoints are deactivated | Mel Gorman |
2014-09-26 | memcg, vmscan: Fix forced scan of anonymous pages | Jerome Marchand |
2014-09-26 | vmalloc: use rcu list iterator to reduce vmap_area_lock contention | Joonsoo Kim |
2014-09-26 | mm: make copy_pte_range static again | Jerome Marchand |
2014-09-26 | mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_mode | David Rientjes |
2014-09-26 | mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault() | Hugh Dickins |
2014-09-26 | shmem: fix init_page_accessed use to stop !PageLRU bug | Hugh Dickins |
2014-09-26 | mm: avoid unnecessary atomic operations during end_page_writeback() | Mel Gorman |
2014-09-26 | mm: non-atomically mark page accessed during page cache allocation where poss... | Mel Gorman |
2014-09-26 | mm: do not use unnecessary atomic operations when adding pages to the LRU | Mel Gorman |
2014-09-26 | mm: do not use atomic operations when releasing pages | Mel Gorman |
2014-09-26 | mm: shmem: avoid atomic operation during shmem_getpage_gfp | Mel Gorman |
2014-09-26 | mm: page_alloc: lookup pageblock migratetype with IRQs enabled during free | Mel Gorman |
2014-09-26 | mm: page_alloc: convert hot/cold parameter and immediate callers to bool | Mel Gorman |
2014-09-26 | mm: page_alloc: reduce number of times page_to_pfn is called | Mel Gorman |
2014-09-26 | mm: page_alloc: use unsigned int for order in more places | Mel Gorman |
2014-09-26 | mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast path | Mel Gorman |
2014-09-26 | mm: page_alloc: only check the alloc flags and gfp_mask for dirty once | Mel Gorman |
2014-09-26 | mm: page_alloc: only check the zone id check if pages are buddies | Mel Gorman |
2014-09-26 | mm: page_alloc: calculate classzone_idx once from the zonelist ref | Mel Gorman |
2014-09-26 | mm: page_alloc: use jump labels to avoid checking number_of_cpusets | Mel Gorman |
2014-09-26 | mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f... | Mel Gorman |
2014-09-26 | mm: page_alloc: do not update zlc unless the zlc is active | Mel Gorman |
2014-09-26 | mm/swap.c: clean up *lru_cache_add* functions | Jianyu Zhan |
2014-09-26 | mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced | Vlastimil Babka |
2014-09-26 | mm: vmscan: use proportional scanning during direct reclaim and full scan at ... | Mel Gorman |
2014-09-26 | mm: fix direct reclaim writeback regression | Hugh Dickins |
2014-09-26 | mm, compaction: properly signal and act upon lock and need_sched() contention | Vlastimil Babka |
2014-09-26 | mm/compaction: avoid rescanning pageblocks in isolate_freepages | Vlastimil Babka |
2014-09-26 | mm/compaction: do not count migratepages when unnecessary | Vlastimil Babka |
2014-09-26 | mm, compaction: terminate async compaction when rescheduling | David Rientjes |
2014-09-26 | mm, compaction: embed migration mode in compact_control | David Rientjes |
2014-09-26 | mm, compaction: add per-zone migration pfn cache for async compaction | David Rientjes |
2014-09-26 | mm, compaction: return failed migration target pages back to freelist | David Rientjes |
2014-09-26 | mm, migration: add destination page freeing callback | David Rientjes |
2014-09-26 | mm/compaction: cleanup isolate_freepages() | Vlastimil Babka |
2014-09-26 | mm/compaction: clean up unused code lines | Heesub Shin |
2014-09-26 | mm/readahead.c: inline ra_submit | Fabian Frederick |