aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/gmap.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon1-3/+0
2017-07-06arm64: hugetlb: remove spurious calls to huge_ptep_offset()Steve Capper1-23/+14
2017-07-06arm64: hugetlb: refactor find_num_contig()Steve Capper1-9/+8
2017-07-06mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi2-4/+0
2017-07-06mm/page_alloc.c: mark bad_range() and meminit_pfn_in_nid() as __maybe_unusedMatthias Kaehlcke1-6/+8
2017-07-06powerpc/mm/hugetlb: add support for 1G huge pagesAneesh Kumar K.V3-2/+16
2017-07-06mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V7-8/+16
2017-07-06mm: adaptive hash table scalingPavel Tatashin1-0/+25
2017-07-06mm: update callers to use HASH_ZERO flagPavel Tatashin5-40/+12
2017-07-06mm: zero hash tables in allocatorPavel Tatashin2-3/+10
2017-07-06powerpc/hugetlb: enable hugetlb migration for ppc64Aneesh Kumar K.V1-0/+5
2017-07-06powerpc/mm/hugetlb: remove follow_huge_addr for powerpcAneesh Kumar K.V1-64/+0
2017-07-06powerpc/hugetlb: add follow_huge_pd implementation for ppc64Aneesh Kumar K.V1-0/+43
2017-07-06mm/follow_page_mask: add support for hugepage directory entryAneesh Kumar K.V3-0/+45
2017-07-06mm/hugetlb: move default definition of hugepd_t earlier in the headerAneesh Kumar K.V1-23/+24
2017-07-06mm/follow_page_mask: add support for hugetlb pgd entriesAnshuman Khandual3-0/+20
2017-07-06mm/hugetlb: export hugetlb_entry_migration helperAneesh Kumar K.V2-4/+5
2017-07-06mm/follow_page_mask: split follow_page_mask to smaller functions.Aneesh Kumar K.V1-57/+91
2017-07-06mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_atAneesh Kumar K.V1-10/+11
2017-07-06mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD levelAnshuman Khandual3-6/+36
2017-07-06fs/userfaultfd.c: drop dead codeMike Rapoport1-5/+0
2017-07-06kernel/exit.c: don't include unused userfaultfd_k.hMike Rapoport1-1/+0
2017-07-06mm, memory_hotplug: remove unused cruft after memory hotplug reworkMichal Hocko2-209/+0
2017-07-06mm, memory_hotplug: fix the section mismatch warningMichal Hocko1-1/+1
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko9-15/+15
2017-07-06mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko3-4/+27
2017-07-06mm, memory_hotplug: fix MMOP_ONLINE_KEEP behaviorMichal Hocko1-4/+5
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko12-175/+185
2017-07-06mm, vmstat: skip reporting offline pages in pagetypeinfoMichal Hocko1-3/+2
2017-07-06mm: __first_valid_page skip over offline pagesMichal Hocko1-8/+18
2017-07-06mm, compaction: skip over holes in __reset_isolation_suitableMichal Hocko1-3/+2
2017-07-06mm: consider zone which is not fully populated to have holesMichal Hocko5-8/+103
2017-07-06mm, memory_hotplug: consider offline memblocks removableMichal Hocko1-0/+4
2017-07-06mm, memory_hotplug: split up register_one_node()Michal Hocko3-33/+70
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko9-24/+22
2017-07-06mm: drop page_initialized check from get_nid_for_pfnMichal Hocko1-7/+0
2017-07-06mm, memory_hotplug: use node instead of zone in can_online_high_movableMichal Hocko1-4/+4
2017-07-06mm: remove return value from init_currently_empty_zoneMichal Hocko3-25/+8
2017-07-06mm, THP, swap: enable THP swap optimization only if has compound mapHuang Ying1-4/+13
2017-07-06mm, THP, swap: check whether THP can be split firstlyHuang Ying3-4/+27
2017-07-06mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim3-20/+24
2017-07-06mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim5-24/+21
2017-07-06mm, THP, swap: delay splitting THP during swap outHuang Ying12-164/+373
2017-07-06mm/vmstat.c: standardize file operations variable namesAnshuman Khandual1-8/+8
2017-07-06zram: count same page write as page_storedMinchan Kim1-0/+2
2017-07-06ksm: optimize refile of stable_node_dup at the head of the chainAndrea Arcangeli1-12/+23
2017-07-06ksm: swap the two output parameters of chain/chain_pruneAndrea Arcangeli1-26/+52
2017-07-06ksm: cleanup stable_node chain collapse caseAndrea Arcangeli1-22/+28
2017-07-06ksm: fix use after free with merge_across_nodes = 0Andrea Arcangeli1-11/+55
2017-07-06ksm: introduce ksm_max_page_sharing per page deduplication limitAndrea Arcangeli2-66/+730