summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Merge branch 'akpm-current/current'Stephen Rothwell39-725/+1342
2017-08-03Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell1-1/+1
2017-08-03Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell4-624/+1093
2017-08-03Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2-5/+27
2017-08-02mem-memcg-cache-rightmost-node-fixDavidlohr Bueso1-1/+1
2017-08-02mem/memcg: cache rightmost nodeDavidlohr Bueso1-5/+18
2017-08-02lib/interval_tree: fast overlap detectionDavidlohr Bueso4-14/+14
2017-08-02mm/vmstat.c: walk the zone in pageblock_nr_pages stepszhong jiang1-1/+1
2017-08-02mm/page_owner: align with pageblock_nr pageszhong jiang1-1/+1
2017-08-02mm: vmscan: do not pass reclaimed slab to vmpressureVinayak Menon1-5/+12
2017-08-02mm/page_alloc: return 0 in case this node has no page within the zoneWei Yang1-0/+5
2017-08-02mm: rename global_page_state to global_zone_page_stateMichal Hocko6-16/+16
2017-08-02mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2-2/+2
2017-08-02userfaultfd: shmem: wire up shmem_mfill_zeropage_pteMike Rapoport1-2/+4
2017-08-02userfaultfd: mcopy_atomic: introduce mfill_atomic_pte helperMike Rapoport1-16/+30
2017-08-02userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd supportMike Rapoport1-17/+45
2017-08-02shmem: introduce shmem_inode_acct_blockMike Rapoport1-56/+46
2017-08-02shmem: shmem_charge: verify max_block is not exceeded before inode updateMike Rapoport1-13/+12
2017-08-02mm, THP, swap: add THP swapping out fallback countingHuang Ying2-0/+4
2017-08-02mm, THP, swap: delay splitting THP after swapped outHuang Ying1-43/+52
2017-08-02memcg, THP, swap: make mem_cgroup_swapout() support THPHuang Ying1-8/+15
2017-08-02memcg, THP, swap: avoid to duplicated charge THP in swap cacheHuang Ying1-1/+1
2017-08-02memcg, THP, swap: support move mem cgroup charge for THP swapped outHuang Ying1-2/+5
2017-08-02mm, THP, swap: support splitting THP for THP swap outHuang Ying2-1/+24
2017-08-02mm: test code to write THP to swap device as a wholeHuang Ying2-5/+17
2017-08-02mm, THP, swap: don't allocate huge cluster for file backed swap deviceHuang Ying1-3/+4
2017-08-02mm, THP, swap: Silence a compiler warningHuang Ying1-1/+1
2017-08-02mm, THP, swap: make reuse_swap_page() works for THP swapped outHuang Ying3-13/+111
2017-08-02mm, THP, swap: Fix swap_page_trans_huge_swapped on HDDHuang Ying1-1/+1
2017-08-02mm, THP, swap: support to reclaim swap space for THP swapped outHuang Ying1-7/+71
2017-08-02mm, THP, swap: support to clear swap cache flag for THP swapped outHuang Ying1-7/+25
2017-08-02mm: memcontrol: use int for event/state parameter in several functionsMatthias Kaehlcke1-1/+3
2017-08-02mm/hugetlb.c: constify attribute_group structuresArvind Yadav1-3/+3
2017-08-02mm/huge_memory.c: constify attribute_group structuresArvind Yadav1-1/+1
2017-08-02mm/page_idle.c: constify attribute_group structuresArvind Yadav1-1/+1
2017-08-02mm/slub.c: constify attribute_group structuresArvind Yadav1-1/+1
2017-08-02mm/ksm.c: constify attribute_group structuresArvind Yadav1-1/+1
2017-08-02mm, memcg: reset memory.low during memcg offliningRoman Gushchin1-0/+2
2017-08-02mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara1-3/+2
2017-08-02mm: use find_get_pages_range() in filemap_range_has_page()Jan Kara1-7/+4
2017-08-02mm: implement find_get_pages_range()Jan Kara2-20/+44
2017-08-02mm: make pagevec_lookup() update indexJan Kara2-5/+11
2017-08-02mm-vmscan-do-not-loop-on-too_many_isolated-for-ever-fixMichal Hocko1-1/+1
2017-08-02mm, vmscan: do not loop on too_many_isolated for everMichal Hocko1-1/+7
2017-08-02zsmalloc-zs_page_migrate-skip-unnecessary-loops-but-not-return-ebusy-if-zspag...Andrew Morton1-1/+0
2017-08-02zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Hui Zhu1-3/+6
2017-08-02mm: always flush VMA ranges affected by zap_page_rangeMel Gorman1-1/+13
2017-08-02mm/hugetlb.c: make huge_pte_offset() consistent and document behaviourPunit Agrawal1-3/+19
2017-08-02mm/gup: make __gup_device_* require THPOliver O'Halloran1-1/+1
2017-08-02mm/mremap: fail map duplication attempts for private mappingsMike Kravetz1-0/+13