Age | Commit message (Expand) | Author |
2014-12-16 | mm: fix anon_vma_clone() error treatment | Daniel Forrest |
2014-12-16 | mm: fix swapoff hang after page migration and fork | Hugh Dickins |
2014-12-16 | mm/vmpressure.c: fix race in vmpressure_work_fn() | Andrew Morton |
2014-12-16 | mm: frontswap: invalidate expired data on a dup-store failure | Weijie Yang |
2014-11-21 | mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplaced | Vlastimil Babka |
2014-11-21 | mm: vmscan: use proportional scanning during direct reclaim and full scan at ... | Mel Gorman |
2014-11-21 | mm: fix direct reclaim writeback regression | Hugh Dickins |
2014-11-21 | mm, compaction: properly signal and act upon lock and need_sched() contention | Vlastimil Babka |
2014-11-21 | mm/compaction: avoid rescanning pageblocks in isolate_freepages | Vlastimil Babka |
2014-11-21 | mm/compaction: do not count migratepages when unnecessary | Vlastimil Babka |
2014-11-21 | mm, compaction: terminate async compaction when rescheduling | David Rientjes |
2014-11-21 | mm, compaction: embed migration mode in compact_control | David Rientjes |
2014-11-21 | mm, compaction: add per-zone migration pfn cache for async compaction | David Rientjes |
2014-11-21 | mm, compaction: return failed migration target pages back to freelist | David Rientjes |
2014-11-21 | mm, migration: add destination page freeing callback | David Rientjes |
2014-11-21 | mm/compaction: cleanup isolate_freepages() | Vlastimil Babka |
2014-11-21 | mm/compaction: clean up unused code lines | Heesub Shin |
2014-11-21 | mm/readahead.c: inline ra_submit | Fabian Frederick |
2014-11-21 | callers of iov_copy_from_user_atomic() don't need pagecache_disable() | Al Viro |
2014-11-21 | mm: remove read_cache_page_async() | Sasha Levin |
2014-11-21 | mm: madvise: fix MADV_WILLNEED on shmem swapouts | Johannes Weiner |
2014-11-21 | mm + fs: prepare for non-page entries in page cache radix trees | Johannes Weiner |
2014-11-21 | mm: filemap: move radix tree hole searching here | Johannes Weiner |
2014-11-21 | mm: shmem: save one radix tree lookup when truncating swapped pages | Johannes Weiner |
2014-11-14 | mm: page_alloc: fix zone allocation fairness on UP | Johannes Weiner |
2014-11-14 | mm: Remove false WARN_ON from pagecache_isize_extended() | Jan Kara |
2014-11-14 | mm: memcontrol: do not iterate uninitialized memcgs | Johannes Weiner |
2014-11-14 | cgroup/kmemleak: add kmemleak_free() for cgroup deallocations. | Wang Nan |
2014-11-14 | mm: free compound page with correct order | Yu Zhao |
2014-11-14 | OOM, PM: OOM killed task shouldn't escape PM suspend | Michal Hocko |
2014-11-14 | vfs: fix data corruption when blocksize < pagesize for mmaped data | Jan Kara |
2014-11-14 | Revert "percpu: free percpu allocation info for uniprocessor system" | Guenter Roeck |
2014-10-09 | mm: don't pointlessly use BUG_ON() for sanity check | Linus Torvalds |
2014-10-09 | mm: per-thread vma caching | Davidlohr Bueso |
2014-10-09 | vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state() | Christoph Lameter |
2014-10-09 | mm: vmscan: shrink_slab: rename max_pass -> freeable | Vladimir Davydov |
2014-10-09 | mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim | Vladimir Davydov |
2014-10-09 | mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECT | Jens Axboe |
2014-10-09 | mm: optimize put_mems_allowed() usage | Mel Gorman |
2014-10-09 | mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea... | Raghavendra K T |
2014-10-09 | mm, compaction: ignore pageblock skip when manually invoking compaction | David Rientjes |
2014-10-09 | mm, compaction: determine isolation mode only once | David Rientjes |
2014-10-09 | mm/compaction: clean-up code on success of ballon isolation | Joonsoo Kim |
2014-10-09 | mm/compaction: check pageblock suitability once per pageblock | Joonsoo Kim |
2014-10-09 | mm/compaction: change the timing to check to drop the spinlock | Joonsoo Kim |
2014-10-09 | mm/compaction: do not call suitable_migration_target() on every page | Joonsoo Kim |
2014-10-09 | mm/compaction: disallow high-order page for migration target | Joonsoo Kim |
2014-10-09 | mm, compaction: avoid isolating pinned pages | David Rientjes |
2014-10-09 | swap: change swap_list_head to plist, add swap_avail_head | Dan Streetman |
2014-10-09 | swap: change swap_info singly-linked list to list_head | Dan Streetman |