Age | Commit message (Expand) | Author | Files | Lines |
2017-07-06 | mm, page_alloc: fix more premature OOM due to race with cpuset update | Vlastimil Babka | 1 | -13/+38 |
2017-07-06 | mm: rmap: use correct helper when poisoning hugepages | Punit Agrawal | 1 | -2/+5 |
2017-07-06 | mm/hugetlb: introduce set_huge_swap_pte_at() helper | Punit Agrawal | 2 | -3/+18 |
2017-07-06 | mm/hugetlb: allow architectures to override huge_pte_clear() | Punit Agrawal | 3 | -3/+5 |
2017-07-06 | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal | 16 | -27/+46 |
2017-07-06 | mm, gup: ensure real head page is ref-counted when using hugepages | Punit Agrawal | 1 | -6/+6 |
2017-07-06 | mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepages | Will Deacon | 1 | -3/+0 |
2017-07-06 | arm64: hugetlb: remove spurious calls to huge_ptep_offset() | Steve Capper | 1 | -23/+14 |
2017-07-06 | arm64: hugetlb: refactor find_num_contig() | Steve Capper | 1 | -9/+8 |
2017-07-06 | mm: drop NULL return check of pte_offset_map_lock() | Naoya Horiguchi | 2 | -4/+0 |
2017-07-06 | mm/page_alloc.c: mark bad_range() and meminit_pfn_in_nid() as __maybe_unused | Matthias Kaehlcke | 1 | -6/+8 |
2017-07-06 | powerpc/mm/hugetlb: add support for 1G huge pages | Aneesh Kumar K.V | 3 | -2/+16 |
2017-07-06 | mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGE | Aneesh Kumar K.V | 7 | -8/+16 |
2017-07-06 | mm: adaptive hash table scaling | Pavel Tatashin | 1 | -0/+25 |
2017-07-06 | mm: update callers to use HASH_ZERO flag | Pavel Tatashin | 5 | -40/+12 |
2017-07-06 | mm: zero hash tables in allocator | Pavel Tatashin | 2 | -3/+10 |
2017-07-06 | powerpc/hugetlb: enable hugetlb migration for ppc64 | Aneesh Kumar K.V | 1 | -0/+5 |
2017-07-06 | powerpc/mm/hugetlb: remove follow_huge_addr for powerpc | Aneesh Kumar K.V | 1 | -64/+0 |
2017-07-06 | powerpc/hugetlb: add follow_huge_pd implementation for ppc64 | Aneesh Kumar K.V | 1 | -0/+43 |
2017-07-06 | mm/follow_page_mask: add support for hugepage directory entry | Aneesh Kumar K.V | 3 | -0/+45 |
2017-07-06 | mm/hugetlb: move default definition of hugepd_t earlier in the header | Aneesh Kumar K.V | 1 | -23/+24 |
2017-07-06 | mm/follow_page_mask: add support for hugetlb pgd entries | Anshuman Khandual | 3 | -0/+20 |
2017-07-06 | mm/hugetlb: export hugetlb_entry_migration helper | Aneesh Kumar K.V | 2 | -4/+5 |
2017-07-06 | mm/follow_page_mask: split follow_page_mask to smaller functions. | Aneesh Kumar K.V | 1 | -57/+91 |
2017-07-06 | mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_at | Aneesh Kumar K.V | 1 | -10/+11 |
2017-07-06 | mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD level | Anshuman Khandual | 3 | -6/+36 |
2017-07-06 | fs/userfaultfd.c: drop dead code | Mike Rapoport | 1 | -5/+0 |
2017-07-06 | kernel/exit.c: don't include unused userfaultfd_k.h | Mike Rapoport | 1 | -1/+0 |
2017-07-06 | mm, memory_hotplug: remove unused cruft after memory hotplug rework | Michal Hocko | 2 | -209/+0 |
2017-07-06 | mm, memory_hotplug: fix the section mismatch warning | Michal Hocko | 1 | -1/+1 |
2017-07-06 | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory | Michal Hocko | 9 | -15/+15 |
2017-07-06 | mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zone | Michal Hocko | 3 | -4/+27 |
2017-07-06 | mm, memory_hotplug: fix MMOP_ONLINE_KEEP behavior | Michal Hocko | 1 | -4/+5 |
2017-07-06 | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 12 | -175/+185 |
2017-07-06 | mm, vmstat: skip reporting offline pages in pagetypeinfo | Michal Hocko | 1 | -3/+2 |
2017-07-06 | mm: __first_valid_page skip over offline pages | Michal Hocko | 1 | -8/+18 |
2017-07-06 | mm, compaction: skip over holes in __reset_isolation_suitable | Michal Hocko | 1 | -3/+2 |
2017-07-06 | mm: consider zone which is not fully populated to have holes | Michal Hocko | 5 | -8/+103 |
2017-07-06 | mm, memory_hotplug: consider offline memblocks removable | Michal Hocko | 1 | -0/+4 |
2017-07-06 | mm, memory_hotplug: split up register_one_node() | Michal Hocko | 3 | -33/+70 |
2017-07-06 | mm, memory_hotplug: get rid of is_zone_device_section | Michal Hocko | 9 | -24/+22 |
2017-07-06 | mm: drop page_initialized check from get_nid_for_pfn | Michal Hocko | 1 | -7/+0 |
2017-07-06 | mm, memory_hotplug: use node instead of zone in can_online_high_movable | Michal Hocko | 1 | -4/+4 |
2017-07-06 | mm: remove return value from init_currently_empty_zone | Michal Hocko | 3 | -25/+8 |
2017-07-06 | mm, THP, swap: enable THP swap optimization only if has compound map | Huang Ying | 1 | -4/+13 |
2017-07-06 | mm, THP, swap: check whether THP can be split firstly | Huang Ying | 3 | -4/+27 |
2017-07-06 | mm, THP, swap: move anonymous THP split logic to vmscan | Minchan Kim | 3 | -20/+24 |
2017-07-06 | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim | 5 | -24/+21 |
2017-07-06 | mm, THP, swap: delay splitting THP during swap out | Huang Ying | 12 | -164/+373 |
2017-07-06 | mm/vmstat.c: standardize file operations variable names | Anshuman Khandual | 1 | -8/+8 |