summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, pcp: share common code between memory hotplug and percpu sysctl handlerMel Gorman2019-12-011-11/+12
* mm/page_alloc: add alloc_contig_pages()Anshuman Khandual2019-12-013-75/+105
* x86/kasan: support KASAN_VMALLOCDaniel Axtens2019-12-012-0/+62
* fork: support VMAP_STACK with KASAN_VMALLOCDaniel Axtens2019-12-012-4/+9
* kasan: add test for vmallocDaniel Axtens2019-12-011-0/+26
* kasan: support backing vmalloc space with real shadow memoryDaniel Axtens2019-12-019-9/+408
* mm/vmalloc: rework vmap_area_lockUladzislau Rezki (Sony)2019-12-011-30/+50
* selftests: vm: add fragment CONFIG_TEST_VMALLOCAnders Roxell2019-12-011-0/+1
* mm/vmalloc: add more comments to the adjust_va_to_fit_type()Uladzislau Rezki (Sony)2019-12-011-0/+13
* mm/vmalloc: respect passed gfp_mask when doing preloadingUladzislau Rezki (Sony)2019-12-011-4/+4
* mm/vmalloc: remove preempt_disable/enable when doing preloadingUladzislau Rezki (Sony)2019-12-011-17/+20
* mm/vmalloc.c: remove unnecessary highmem_mask from parameter of gfpflags_allo...Liu Xiang2019-12-011-1/+1
* mm/sparse.c: do not waste pre allocated memmap spaceMichal Hocko2019-12-011-6/+8
* mm/sparse.c: mark populate_section_memmap as __meminitIlya Leoshkevich2019-12-011-2/+2
* mm/sparse: consistently do not zero memmapVincent Whitchurch2019-12-011-1/+1
* mm/memory_hotplug.c: don't allow to online/offline memory blocks with holesDavid Hildenbrand2019-12-011-2/+26
* drivers/base/memory.c: drop the mem_sysfs_mutexDavid Hildenbrand2019-12-011-19/+14
* include/linux/memory_hotplug.h: move definitions of {set,clear}_zone_contiguousBen Dooks (Codethink)2019-12-011-3/+3
* mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINEDavid Hildenbrand2019-12-014-13/+15
* mm/page_alloc.c: don't set pages PageReserved() when offliningDavid Hildenbrand2019-12-012-7/+2
* mm/memory_hotplug: remove __online_page_free() and __online_page_increment_co...David Hildenbrand2019-12-012-14/+0
* hv_balloon: use generic_online_page()David Hildenbrand2019-12-011-2/+1
* mm/memory_hotplug: export generic_online_page()David Hildenbrand2019-12-012-3/+3
* mm/memory_hotplug.c: add a bounds check to __add_pages()Alastair D'Silva2019-12-011-0/+20
* mm/hotplug: reorder memblock_[free|remove]() calls in try_remove_memory()Anshuman Khandual2019-12-011-2/+2
* mm/memory-failure.c: use page_shift() in add_to_kill()Yunfeng Ye2019-12-011-1/+1
* mm, soft-offline: convert parameter to pfnNaoya Horiguchi2019-12-014-18/+12
* mm/memory-failure.c clean up around tk pre-allocationJane Chu2019-12-011-27/+13
* memfd: add test for COW on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappingsJoel Fernandes (Google)2019-12-011-0/+36
* mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappingsNicolas Geoffray2019-12-011-4/+7
* mm/memory.c: fix a huge pud insertion race during faultingThomas Hellstrom2019-12-012-0/+31
* mm: move the backup x_devmap() functions to asm-generic/pgtable.hThomas Hellstrom2019-12-012-15/+15
* mm/rmap.c: use VM_BUG_ON_PAGE() in __page_check_anon_rmap()Yang Shi2019-12-011-4/+3
* mm/rmap.c: fix outdated comment in page_get_anon_vma()Miles Chen2019-12-011-3/+4
* asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDEDVineet Gupta2019-12-012-0/+20
* asm-generic/tlb: stub out pmd_free_tlb() if nopmdVineet Gupta2019-12-011-1/+1
* asm-generic/tlb: stub out p4d_free_tlb() if nop4d ...Vineet Gupta2019-12-013-4/+1
* asm-generic/tlb: stub out pud_free_tlb() if nopud ...Vineet Gupta2019-12-013-4/+1
* ARC: mm: remove __ARCH_USE_5LEVEL_HACKVineet Gupta2019-12-013-4/+11
* mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_areaGaowei Pu2019-12-013-7/+8
* mm/rmap.c: reuse mergeable anon_vma as parent when forkWei Yang2019-12-011-0/+13
* mm/rmap.c: don't reuse anon_vma if we just want a copyWei Yang2019-12-011-9/+15
* mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang2019-12-014-9/+5
* mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang2019-12-014-18/+17
* mm/mmap.c: __vma_unlink_prev() is not necessary nowWei Yang2019-12-011-8/+1
* mm/mmap.c: prev could be retrieved from vma->vm_prevWei Yang2019-12-011-13/+7
* mm/swap.c: piggyback lru_add_drain_all() callsKonstantin Khlebnikov2019-12-011-1/+15
* mm/mmap.c: remove a never-triggered warning in __vma_adjust()Wei Yang2019-12-011-2/+0
* rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)2019-12-015-20/+66
* mm: emit tracepoint when RSS changesJoel Fernandes (Google)2019-12-013-3/+38