aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-05-11zsmalloc: correct fragile [kmap|kunmap]_atomic useMinchan Kim
2015-05-11zsmalloc: fix zs_init cpu notifier error handlingSergey Senozhatsky
2015-05-11zsmalloc: merge size_class to reduce fragmentationJoonsoo Kim
2015-05-11zsmalloc: simplify init_zspage free obj linkingDan Streetman
2015-05-11mm/zsmalloc.c: correct comment for fullness group computationWang Sheng-Hui
2015-05-11zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim
2015-05-11zsmalloc: move pages_allocated to zs_poolMinchan Kim
2015-05-11mm/zpool: use prefixed module loadingKees Cook
2015-05-11mm/zpool: zbud/zsmalloc implement zpoolDan Streetman
2015-05-11mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman
2015-05-11zsmalloc: fixup trivial zs size classes value in commentsWeijie Yang
2015-05-11zsmalloc: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2015-05-11zsmalloc: add copyrightMinchan Kim
2015-05-11zsmalloc: move it under mmMinchan Kim
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