aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-09-13mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li
2015-08-16mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko
2015-08-10mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov
2015-06-22mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng
2015-05-17mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi
2015-04-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds
2015-04-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-04-19writeback: fix possible underflow in write bandwidth calculationTejun Heo
2015-04-19writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo
2015-04-19mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng
2015-03-18mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-03-18mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim
2015-03-18mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-03-18mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-03-18mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi
2015-02-11mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim
2015-01-16mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds
2015-01-16mm: propagate error from stack expansion even for guard pageLinus Torvalds
2015-01-16mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka
2014-12-16mm: fix swapoff hang after page migration and forkHugh Dickins
2014-12-16mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang
2014-11-21mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner
2014-11-21mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner
2014-11-21mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner
2014-11-21mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner
2014-11-14mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara
2014-11-14cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan
2014-11-14OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko
2014-11-14vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara
2014-11-14Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck
2014-10-09mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman
2014-10-09mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long
2014-10-05vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov
2014-10-05oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov
2014-10-05oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov
2014-10-05oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov
2014-10-05percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo
2014-10-05percpu: fix pcpu_alloc_pages() failure pathTejun Heo
2014-10-05percpu: free percpu allocation info for uniprocessor systemHonggang Li
2014-10-05shmem: fix nlink for rename overwrite directoryMiklos Szeredi
2014-08-07mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes
2014-07-31mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi
2014-07-31slab_common: fix the check for duplicate slab namesMikulas Patocka
2014-07-31slab_common: Do not check for duplicate slab namesChristoph Lameter
2014-07-28shmem: fix splicing from a hole while it's punchedHugh Dickins
2014-07-28shmem: fix faulting into a hole, not taking i_mutexHugh Dickins
2014-07-28shmem: fix faulting into a hole while it's punchedHugh Dickins
2014-07-17cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng
2014-07-09mm: fix crashes from mbind() merging vmasHugh Dickins
2014-07-09hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi