summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2020-06-04mm/vmstat.c: do not show lowmem reserve protection information of empty zoneBaoquan He1-6/+6
2020-06-04mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is emptyBaoquan He1-1/+3
2020-06-04mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changi...Baoquan He1-2/+9
2020-06-04mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He1-25/+0
2020-06-04mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocationsRoman Gushchin1-0/+14
2020-06-04mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_...Wei Yang1-19/+17
2020-06-04mm/page_alloc.c: rename free_pages_check() to check_free_page()Wei Yang1-5/+5
2020-06-04mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad()Wei Yang1-2/+2
2020-06-04mm/page_alloc.c: bad_flags is not necessary for bad_page()Wei Yang1-24/+10
2020-06-04mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoisonWei Yang1-7/+5
2020-06-04mm: simplify find_min_pfn_with_active_regions()Mike Rapoport1-19/+1
2020-06-04mm: clean up free_area_init_node() and its helpersMike Rapoport1-82/+22
2020-06-04mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-5/+2
2020-06-04mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport1-5/+21
2020-06-04mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport1-20/+0
2020-06-04mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He2-28/+19
2020-06-04mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-8/+2
2020-06-04mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-3/+2
2020-06-04mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport4-55/+64
2020-06-04mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport1-26/+25
2020-06-04mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2-5/+7
2020-06-04mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()John Hubbard1-0/+3
2020-06-04mm/gup: introduce pin_user_pages_fast_only()John Hubbard1-0/+36
2020-06-04mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard1-41/+42
2020-06-04mm/gup: move __get_user_pages_fast() down a few lines in gup.cJohn Hubbard1-66/+66
2020-06-04mm/memcg: optimize memory.numa_stat like memory.statShakeel Butt1-25/+26
2020-06-04mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai1-1/+3
2020-06-03Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-1/+2
2020-06-03Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+5
2020-06-03mm/migrate.c: attach_page_private already does the get_pageHugh Dickins1-1/+0
2020-06-03Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+4
2020-06-03Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-100/+85
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+14
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-623/+891
2020-06-02kasan: move kasan_report() into report.cAndrey Konovalov2-21/+20
2020-06-02mm/mm_init.c: report kasan-tag information stored in page->flagsJing Xia1-6/+10
2020-06-02kasan: fix clang compilation warning due to stack protectorAndrey Konovalov1-8/+13
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2-33/+0
2020-06-02mm/vmalloc: track which page-table levels were modifiedJoerg Roedel1-26/+69
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig2-26/+8
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig1-9/+8
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig3-13/+5
2020-06-02mm: remove both instances of __vmalloc_node_flagsChristoph Hellwig2-15/+8
2020-06-02mm: remove the prot argument to __vmalloc_nodeChristoph Hellwig1-21/+14
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig4-12/+11
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig1-1/+1
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig2-3/+3
2020-06-02mm: remove unmap_vmap_areaChristoph Hellwig1-9/+1
2020-06-02mm: remove map_vm_rangeChristoph Hellwig2-15/+10
2020-06-02mm: don't return the number of pages from map_kernel_range{,_noflush}Christoph Hellwig1-2/+2