Age | Commit message (Expand) | Author |
2015-05-17 | mm: soft-offline: fix num_poisoned_pages counting on concurrent events | Naoya Horiguchi |
2015-05-17 | writeback: use |1 instead of +1 to protect against div by zero | Tejun Heo |
2015-05-17 | mm/memory-failure: call shake_page() when error hits thp tail page | Naoya Horiguchi |
2015-04-29 | vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS | Linus Torvalds |
2015-04-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds |
2015-04-29 | mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page() | Naoya Horiguchi |
2015-04-19 | writeback: fix possible underflow in write bandwidth calculation | Tejun Heo |
2015-04-19 | writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth() | Tejun Heo |
2015-04-19 | mm/memory hotplug: postpone the reset of obsolete pgdat | Gu Zheng |
2015-03-18 | mm/memory.c: actually remap enough memory | Grazvydas Ignotas |
2015-03-18 | mm/compaction: fix wrong order check in compact_finished() | Joonsoo Kim |
2015-03-18 | mm/nommu.c: fix arithmetic overflow in __vm_enough_memory() | Roman Gushchin |
2015-03-18 | mm/mmap.c: fix arithmetic overflow in __vm_enough_memory() | Roman Gushchin |
2015-03-18 | mm: when stealing freepages, also take pages created by splitting buddy page | Vlastimil Babka |
2015-03-18 | mm/hugetlb: add migration entry check in __unmap_hugepage_range | Naoya Horiguchi |
2015-03-18 | mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protection | Naoya Horiguchi |
2015-03-06 | mm/hugetlb: pmd_huge() returns true for non-present hugepage | Naoya Horiguchi |
2015-02-11 | mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_range | Shiraz Hashim |
2015-01-29 | mm: get rid of radix tree gfp mask for pagecache_get_page | Michal Hocko |
2015-01-29 | mm: page_alloc: reduce cost of the fair zone allocation policy | Mel Gorman |
2015-01-29 | mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco... | Mel Gorman |
2015-01-29 | mm: vmscan: only update per-cpu thresholds for online CPU | Mel Gorman |
2015-01-29 | mm: move zone->pages_scanned into a vmstat counter | Mel Gorman |
2015-01-29 | mm: rearrange zone fields into read-only, page alloc, statistics and page rec... | Mel Gorman |
2015-01-29 | mm: pagemap: avoid unnecessary overhead when tracepoints are deactivated | Mel Gorman |
2015-01-29 | memcg, vmscan: Fix forced scan of anonymous pages | Jerome Marchand |
2015-01-29 | vmalloc: use rcu list iterator to reduce vmap_area_lock contention | Joonsoo Kim |
2015-01-29 | mm: make copy_pte_range static again | Jerome Marchand |
2015-01-29 | mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_mode | David Rientjes |
2015-01-29 | mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault() | Hugh Dickins |
2015-01-29 | shmem: fix init_page_accessed use to stop !PageLRU bug | Hugh Dickins |
2015-01-29 | mm: avoid unnecessary atomic operations during end_page_writeback() | Mel Gorman |
2015-01-29 | mm: non-atomically mark page accessed during page cache allocation where poss... | Mel Gorman |
2015-01-29 | mm: do not use unnecessary atomic operations when adding pages to the LRU | Mel Gorman |
2015-01-29 | mm: do not use atomic operations when releasing pages | Mel Gorman |
2015-01-29 | mm: shmem: avoid atomic operation during shmem_getpage_gfp | Mel Gorman |
2015-01-29 | mm: page_alloc: lookup pageblock migratetype with IRQs enabled during free | Mel Gorman |
2015-01-29 | mm: page_alloc: convert hot/cold parameter and immediate callers to bool | Mel Gorman |
2015-01-29 | mm: page_alloc: reduce number of times page_to_pfn is called | Mel Gorman |
2015-01-29 | mm: page_alloc: use unsigned int for order in more places | Mel Gorman |
2015-01-29 | mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast path | Mel Gorman |
2015-01-29 | mm: page_alloc: only check the alloc flags and gfp_mask for dirty once | Mel Gorman |
2015-01-29 | mm: page_alloc: only check the zone id check if pages are buddies | Mel Gorman |
2015-01-29 | mm: page_alloc: calculate classzone_idx once from the zonelist ref | Mel Gorman |
2015-01-29 | mm: page_alloc: use jump labels to avoid checking number_of_cpusets | Mel Gorman |
2015-01-29 | mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f... | Mel Gorman |
2015-01-29 | mm: page_alloc: do not update zlc unless the zlc is active | Mel Gorman |
2015-01-29 | mm/swap.c: clean up *lru_cache_add* functions | Jianyu Zhan |
2015-01-16 | mm: Don't count the stack guard page towards RLIMIT_STACK | Linus Torvalds |
2015-01-16 | mm: propagate error from stack expansion even for guard page | Linus Torvalds |