summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | 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
* | | mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V2017-07-061-5/+2
* | | mm: adaptive hash table scalingPavel Tatashin2017-07-061-0/+25
* | | mm: zero hash tables in allocatorPavel Tatashin2017-07-061-3/+9
* | | mm/follow_page_mask: add support for hugepage directory entryAneesh Kumar K.V2017-07-062-0/+41
* | | mm/follow_page_mask: add support for hugetlb pgd entriesAnshuman Khandual2017-07-062-0/+16
* | | mm/hugetlb: export hugetlb_entry_migration helperAneesh Kumar K.V2017-07-061-4/+4
* | | 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-062-5/+26
* | | mm, memory_hotplug: remove unused cruft after memory hotplug reworkMichal Hocko2017-07-061-207/+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-061-1/+1
* | | mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko2017-07-061-3/+24
* | | 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-062-81/+123
* | | 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-063-2/+52
* | | mm, memory_hotplug: split up register_one_node()Michal Hocko2017-07-061-1/+16
* | | mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-3/+6
* | | 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-062-24/+7
* | | 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-062-4/+20
* | | mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim2017-07-062-18/+22
* | | mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim2017-07-064-14/+19
* | | mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-068-155/+349
* | | mm/vmstat.c: standardize file operations variable namesAnshuman Khandual2017-07-061-8/+8
* | | ksm: optimize refile of stable_node_dup at the head of the chainAndrea Arcangeli2017-07-061-12/+23
* | | ksm: swap the two output parameters of chain/chain_pruneAndrea Arcangeli2017-07-061-26/+52
* | | ksm: cleanup stable_node chain collapse caseAndrea Arcangeli2017-07-061-22/+28
* | | ksm: fix use after free with merge_across_nodes = 0Andrea Arcangeli2017-07-061-11/+55
* | | ksm: introduce ksm_max_page_sharing per page deduplication limitAndrea Arcangeli2017-07-061-66/+667
* | | mm/nobootmem.c: return 0 when start_pfn equals end_pfnWei Yang2017-07-061-1/+1
* | | mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers2017-07-061-7/+6
* | | mm/mmap.c: mark protection_map as __ro_after_initDaniel Micay2017-07-061-1/+1
* | | mm, sparsemem: break out of loops earlyDave Hansen2017-07-061-14/+46
* | | mm: allow slab_nomerge to be set at build timeKees Cook2017-07-061-3/+2
* | | mm/slab.c: replace open-coded round-up code with ALIGNCanjiang Lu2017-07-061-6/+2
* | | mm/slub.c: wrap kmem_cache->cpu_partial in config CONFIG_SLUB_CPU_PARTIALWei Yang2017-07-061-31/+38
* | | mm/slub.c: wrap cpu_slab->partial in CONFIG_SLUB_CPU_PARTIALWei Yang2017-07-061-7/+11
* | | mm/slub: reset cpu_slab's pointer in deactivate_slab()Wei Yang2017-07-061-13/+8
* | | mm/slub.c: remove a redundant assignment in ___slab_alloc()Wei Yang2017-07-061-1/+0
* | | thp, mm: fix crash due race in MADV_FREE handlingKirill A. Shutemov2017-07-061-1/+1
* | | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-067-40/+465
|\ \ \
OpenPOWER on IntegriCloud