summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-02-03memcg: only free spare array when readers are doneMartijn Coenen1-5/+6
2016-02-03mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi1-1/+1
2016-02-03virtio_balloon: fix race between migration and ballooningMinchan Kim1-2/+2
2015-11-09thp: use is_zero_pfn() only after pte_present() checkMinchan Kim1-1/+2
2015-11-09mm: make sendfile(2) killableJan Kara1-4/+5
2015-10-27memcg: convert threshold to bytesShaohua Li1-0/+1
2015-10-22mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim1-3/+10
2015-10-22mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-10-22mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi1-1/+1
2015-09-29vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim1-1/+1
2015-09-29mm: make page pfmemalloc check more robustMichal Hocko3-5/+8
2015-09-13mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li1-7/+6
2015-09-13mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li1-0/+2
2015-08-16mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko1-9/+5
2015-08-03mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-7/+13
2015-08-03mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi1-8/+11
2015-07-21mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka1-16/+22
2015-07-21mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2-5/+6
2015-07-21mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas1-3/+16
2015-06-17mm: shmem_zero_setup skip security check and lockdep conflict with XFSHugh Dickins1-1/+7
2015-06-10zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky1-1/+2
2015-06-10mm: memcontrol: fix false-positive VM_BUG_ON() on -rtJohannes Weiner1-3/+1
2015-06-10memcg: do not call reclaim if !__GFP_WAITVladimir Davydov1-0/+2
2015-06-10mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng1-1/+3
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown1-17/+1
2015-05-14mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman1-1/+1
2015-05-14CMA: page_isolation: check buddy before accessing itHui Zhu1-1/+2
2015-05-14gfp: add __GFP_NOACCOUNTVladimir Davydov1-1/+2
2015-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2015-05-05mm/hwpoison-inject: check PageLRU of hpageNaoya Horiguchi1-3/+3
2015-05-05mm/hwpoison-inject: fix refcounting in no-injection caseNaoya Horiguchi1-2/+5
2015-05-05mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi1-4/+4
2015-05-05mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi1-4/+4
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-15/+15
2015-04-23writeback: use |1 instead of +1 to protect against div by zeroTejun Heo1-3/+3
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-79/+39
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds30-583/+1453
2015-04-15zsmalloc: remove extra cond_resched() in __zs_compactSergey Senozhatsky1-2/+0
2015-04-15zsmalloc: fix fatal corruption due to wrong size class selectionHeesub Shin1-5/+0
2015-04-15zsmalloc: remove unnecessary insertion/removal of zspage in compactionMinchan Kim1-3/+3
2015-04-15zsmalloc: micro-optimize zs_object_copy()Sergey Senozhatsky1-8/+7
2015-04-15zsmalloc: remove synchronize_rcu from zs_compact()Sergey Senozhatsky1-2/+0
2015-04-15mm/zsmalloc.c: fix comment for get_pages_per_zspageYinghao Xie1-1/+2
2015-04-15zsmalloc: zsmalloc documentationMinchan Kim1-29/+0
2015-04-15zsmalloc: add fullness into statMinchan Kim1-165/+184
2015-04-15zsmalloc: record handle in page->private for huge objectMinchan Kim1-12/+42
2015-04-15zsmalloc: adjust ZS_ALMOST_FULLMinchan Kim1-1/+1
2015-04-15zsmalloc: support compactionMinchan Kim1-19/+359
2015-04-15zsmalloc: factor out obj_[malloc|free]Minchan Kim1-38/+60
2015-04-15zsmalloc: decouple handle and objectMinchan Kim1-28/+98