summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka2017-07-066-46/+43
* mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()Vlastimil Babka2017-07-062-16/+8
* mm, page_alloc: fix more premature OOM due to race with cpuset updateVlastimil Babka2017-07-061-13/+38
* mm: rmap: use correct helper when poisoning hugepagesPunit Agrawal2017-07-061-2/+5
* mm/hugetlb: introduce set_huge_swap_pte_at() helperPunit Agrawal2017-07-062-3/+18
* mm/hugetlb: allow architectures to override huge_pte_clear()Punit Agrawal2017-07-063-3/+5
* mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-0616-27/+46
* mm, gup: ensure real head page is ref-counted when using hugepagesPunit Agrawal2017-07-061-6/+6
* mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon2017-07-061-3/+0
* arm64: hugetlb: remove spurious calls to huge_ptep_offset()Steve Capper2017-07-061-23/+14
* arm64: hugetlb: refactor find_num_contig()Steve Capper2017-07-061-9/+8
* mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi2017-07-062-4/+0
* mm/page_alloc.c: mark bad_range() and meminit_pfn_in_nid() as __maybe_unusedMatthias Kaehlcke2017-07-061-6/+8
* powerpc/mm/hugetlb: add support for 1G huge pagesAneesh Kumar K.V2017-07-063-2/+16
* mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V2017-07-067-8/+16
* mm: adaptive hash table scalingPavel Tatashin2017-07-061-0/+25
* mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-065-40/+12
* mm: zero hash tables in allocatorPavel Tatashin2017-07-062-3/+10
* powerpc/hugetlb: enable hugetlb migration for ppc64Aneesh Kumar K.V2017-07-061-0/+5
* powerpc/mm/hugetlb: remove follow_huge_addr for powerpcAneesh Kumar K.V2017-07-061-64/+0
* powerpc/hugetlb: add follow_huge_pd implementation for ppc64Aneesh Kumar K.V2017-07-061-0/+43
* mm/follow_page_mask: add support for hugepage directory entryAneesh Kumar K.V2017-07-063-0/+45
* mm/hugetlb: move default definition of hugepd_t earlier in the headerAneesh Kumar K.V2017-07-061-23/+24
* mm/follow_page_mask: add support for hugetlb pgd entriesAnshuman Khandual2017-07-063-0/+20
* mm/hugetlb: export hugetlb_entry_migration helperAneesh Kumar K.V2017-07-062-4/+5
* mm/follow_page_mask: split follow_page_mask to smaller functions.Aneesh Kumar K.V2017-07-061-57/+91
* mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_atAneesh Kumar K.V2017-07-061-10/+11
* mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD levelAnshuman Khandual2017-07-063-6/+36
* fs/userfaultfd.c: drop dead codeMike Rapoport2017-07-061-5/+0
* kernel/exit.c: don't include unused userfaultfd_k.hMike Rapoport2017-07-061-1/+0
* mm, memory_hotplug: remove unused cruft after memory hotplug reworkMichal Hocko2017-07-062-209/+0
* mm, memory_hotplug: fix the section mismatch warningMichal Hocko2017-07-061-1/+1
* mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-069-15/+15
* mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko2017-07-063-4/+27
* mm, memory_hotplug: fix MMOP_ONLINE_KEEP behaviorMichal Hocko2017-07-061-4/+5
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-0612-175/+185
* mm, vmstat: skip reporting offline pages in pagetypeinfoMichal Hocko2017-07-061-3/+2
* mm: __first_valid_page skip over offline pagesMichal Hocko2017-07-061-8/+18
* mm, compaction: skip over holes in __reset_isolation_suitableMichal Hocko2017-07-061-3/+2
* mm: consider zone which is not fully populated to have holesMichal Hocko2017-07-065-8/+103
* mm, memory_hotplug: consider offline memblocks removableMichal Hocko2017-07-061-0/+4
* mm, memory_hotplug: split up register_one_node()Michal Hocko2017-07-063-33/+70
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-069-24/+22
* mm: drop page_initialized check from get_nid_for_pfnMichal Hocko2017-07-061-7/+0
* mm, memory_hotplug: use node instead of zone in can_online_high_movableMichal Hocko2017-07-061-4/+4
* mm: remove return value from init_currently_empty_zoneMichal Hocko2017-07-063-25/+8
* mm, THP, swap: enable THP swap optimization only if has compound mapHuang Ying2017-07-061-4/+13
* mm, THP, swap: check whether THP can be split firstlyHuang Ying2017-07-063-4/+27
* mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim2017-07-063-20/+24
* mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim2017-07-065-24/+21