summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc: use ac->high_zoneidx for classzone_idxJoonsoo Kim2020-06-031-1/+1
* mm/vmstat.c: do not show lowmem reserve protection information of empty zoneBaoquan He2020-06-031-6/+6
* mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is emptyBaoquan He2020-06-031-1/+3
* mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changi...Baoquan He2020-06-031-2/+9
* mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He2020-06-032-29/+0
* mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocationsRoman Gushchin2020-06-031-0/+14
* mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_...Wei Yang2020-06-031-19/+17
* mm/page_alloc.c: rename free_pages_check() to check_free_page()Wei Yang2020-06-031-5/+5
* mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad()Wei Yang2020-06-031-2/+2
* mm/page_alloc.c: bad_flags is not necessary for bad_page()Wei Yang2020-06-031-24/+10
* mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoisonWei Yang2020-06-031-7/+5
* docs/vm: update memory-models documentationMike Rapoport2020-06-031-5/+4
* mm: simplify find_min_pfn_with_active_regions()Mike Rapoport2020-06-031-19/+1
* mm: clean up free_area_init_node() and its helpersMike Rapoport2020-06-031-82/+22
* mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport2020-06-033-15/+6
* mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport2020-06-033-34/+34
* mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport2020-06-034-47/+0
* mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He2020-06-032-28/+19
* xtensa: simplify detection of memory zone boundariesMike Rapoport2020-06-031-4/+4
* unicore32: simplify detection of memory zone boundariesMike Rapoport2020-06-034-50/+15
* sparc32: simplify detection of memory zone boundariesMike Rapoport2020-06-031-16/+5
* parisc: simplify detection of memory zone boundariesMike Rapoport2020-06-031-19/+3
* m68k: mm: simplify detection of memory zone boundariesMike Rapoport2020-06-032-13/+8
* csky: simplify detection of memory zone boundariesMike Rapoport2020-06-031-15/+11
* arm64: simplify detection of memory zone boundaries for UMA configsMike Rapoport2020-06-031-54/+0
* arm: simplify detection of memory zone boundariesMike Rapoport2020-06-031-59/+7
* alpha: simplify detection of memory zone boundariesMike Rapoport2020-06-031-14/+4
* mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-0315-25/+18
* mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-0312-60/+38
* mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-0320-119/+74
* mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport2020-06-033-37/+27
* mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2020-06-034-10/+17
* mm: clarify __GFP_MEMALLOC usageMichal Hocko2020-06-031-0/+5
* string.h: fix incompatibility between FORTIFY_SOURCE and KASANDaniel Axtens2020-06-031-12/+48
* kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens2020-06-031-10/+19
* mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()John Hubbard2020-06-031-0/+3
* drm/i915: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-031-9/+13
* mm/gup: introduce pin_user_pages_fast_only()John Hubbard2020-06-032-0/+38
* mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard2020-06-032-41/+43
* mm/gup: move __get_user_pages_fast() down a few lines in gup.cJohn Hubbard2020-06-031-66/+66
* mm/memcg: optimize memory.numa_stat like memory.statShakeel Butt2020-06-031-25/+26
* mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai2020-06-031-1/+3
* Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-028-173/+136
|\
| * erofs: suppress false positive last_block warningGao Xiang2020-05-291-2/+2
| * erofs: convert to use the new mount fs_context apiChao Yu2020-05-294-156/+132
| * erofs: code cleanup by removing ifdef macro surroundingChengguang Xu2020-05-274-16/+3
* | Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2020-06-022-3/+3
|\ \
| * | jfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-092-3/+3
* | | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-0252-3045/+3224
|\ \ \
| * | | btrfs: fix space_info bytes_may_use underflow during space cache writeoutFilipe Manana2020-05-281-5/+15