summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc.c: mark bad_range() and meminit_pfn_in_nid() as __maybe_unusedMatthias Kaehlcke2017-07-071-6/+8
* powerpc/mm/hugetlb: add support for 1G huge pagesAneesh Kumar K.V2017-07-073-2/+16
* mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V2017-07-077-8/+16
* mm: adaptive hash table scalingPavel Tatashin2017-07-071-0/+25
* mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-075-40/+12
* mm: zero hash tables in allocatorPavel Tatashin2017-07-072-3/+10
* powerpc/hugetlb: enable hugetlb migration for ppc64Aneesh Kumar K.V2017-07-071-0/+5
* powerpc/mm/hugetlb: remove follow_huge_addr for powerpcAneesh Kumar K.V2017-07-071-64/+0
* powerpc/hugetlb: add follow_huge_pd implementation for ppc64Aneesh Kumar K.V2017-07-071-0/+43
* mm/follow_page_mask: add support for hugepage directory entryAneesh Kumar K.V2017-07-073-0/+45
* mm/hugetlb: move default definition of hugepd_t earlier in the headerAneesh Kumar K.V2017-07-071-23/+24
* mm/follow_page_mask: add support for hugetlb pgd entriesAnshuman Khandual2017-07-073-0/+20
* mm/hugetlb: export hugetlb_entry_migration helperAneesh Kumar K.V2017-07-072-4/+5
* mm/follow_page_mask: split follow_page_mask to smaller functions.Aneesh Kumar K.V2017-07-071-57/+91
* mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_atAneesh Kumar K.V2017-07-071-10/+11
* mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD levelAnshuman Khandual2017-07-073-6/+36
* fs/userfaultfd.c: drop dead codeMike Rapoport2017-07-071-5/+0
* kernel/exit.c: don't include unused userfaultfd_k.hMike Rapoport2017-07-071-1/+0
* mm, memory_hotplug: remove unused cruft after memory hotplug reworkMichal Hocko2017-07-072-209/+0
* mm, memory_hotplug: fix the section mismatch warningMichal Hocko2017-07-071-1/+1
* mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-079-15/+15
* mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko2017-07-073-4/+27
* mm, memory_hotplug: fix MMOP_ONLINE_KEEP behaviorMichal Hocko2017-07-071-4/+5
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-0712-175/+185
* mm, vmstat: skip reporting offline pages in pagetypeinfoMichal Hocko2017-07-071-3/+2
* mm: __first_valid_page skip over offline pagesMichal Hocko2017-07-071-8/+18
* mm, compaction: skip over holes in __reset_isolation_suitableMichal Hocko2017-07-071-3/+2
* mm: consider zone which is not fully populated to have holesMichal Hocko2017-07-075-8/+103
* mm, memory_hotplug: consider offline memblocks removableMichal Hocko2017-07-071-0/+4
* mm, memory_hotplug: split up register_one_node()Michal Hocko2017-07-073-33/+70
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-079-24/+22
* mm: drop page_initialized check from get_nid_for_pfnMichal Hocko2017-07-071-7/+0
* mm, memory_hotplug: use node instead of zone in can_online_high_movableMichal Hocko2017-07-071-4/+4
* mm: remove return value from init_currently_empty_zoneMichal Hocko2017-07-073-25/+8
* mm, THP, swap: enable THP swap optimization only if has compound mapHuang Ying2017-07-071-4/+13
* mm, THP, swap: check whether THP can be split firstlyHuang Ying2017-07-073-4/+27
* mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim2017-07-073-20/+24
* mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim2017-07-075-24/+21
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-0712-164/+373
* mm/vmstat.c: standardize file operations variable namesAnshuman Khandual2017-07-071-8/+8
* zram: count same page write as page_storedMinchan Kim2017-07-071-0/+2
* ksm: optimize refile of stable_node_dup at the head of the chainAndrea Arcangeli2017-07-071-12/+23
* ksm: swap the two output parameters of chain/chain_pruneAndrea Arcangeli2017-07-071-26/+52
* ksm: cleanup stable_node chain collapse caseAndrea Arcangeli2017-07-071-22/+28
* ksm: fix use after free with merge_across_nodes = 0Andrea Arcangeli2017-07-071-11/+55
* ksm: introduce ksm_max_page_sharing per page deduplication limitAndrea Arcangeli2017-07-072-66/+730
* mm/nobootmem.c: return 0 when start_pfn equals end_pfnWei Yang2017-07-071-1/+1
* mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers2017-07-071-7/+6
* mm/mmap.c: mark protection_map as __ro_after_initDaniel Micay2017-07-071-1/+1
* mm, sparsemem: break out of loops earlyDave Hansen2017-07-073-14/+52