| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mm,memory_failure: always pin the page in madvise_inject_error | Oscar Salvador | 2020-12-15 | 2 | -8/+7 |
* | mm,hwpoison: remove drain_all_pages from shake_page | Oscar Salvador | 2020-12-15 | 1 | -5/+2 |
* | mm,hwpoison: disable pcplists before grabbing a refcount | Oscar Salvador | 2020-12-15 | 1 | -67/+65 |
* | mm,hwpoison: refactor get_any_page | Oscar Salvador | 2020-12-15 | 1 | -57/+42 |
* | mm,hwpoison: drop unneeded pcplist draining | Oscar Salvador | 2020-12-15 | 1 | -5/+0 |
* | mm,hwpoison: take free pages off the buddy freelists | Oscar Salvador | 2020-12-15 | 1 | -16/+30 |
* | mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount page | Oscar Salvador | 2020-12-15 | 1 | -2/+22 |
* | mm/page_alloc: speed up the iteration of max_order | Muchun Song | 2020-12-15 | 1 | -4/+4 |
* | mm: page_alloc: refactor setup_per_zone_lowmem_reserve() | Lorenzo Stoakes | 2020-12-15 | 1 | -21/+14 |
* | init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set | Lin Feng | 2020-12-15 | 2 | -2/+3 |
* | mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1 | David Hildenbrand | 2020-12-15 | 1 | -3/+3 |
* | mm/page_alloc: mark some symbols with static keyword | Zou Wei | 2020-12-15 | 1 | -2/+2 |
* | mm/page_alloc: add __free_pages() documentation | Matthew Wilcox (Oracle) | 2020-12-15 | 1 | -0/+20 |
* | mm/page-flags: fix comment | Matthew Wilcox (Oracle) | 2020-12-15 | 1 | -2/+1 |
* | include/linux/page-flags.h: remove unused __[Set|Clear]PagePrivate | Miaohe Lin | 2020-12-15 | 1 | -2/+1 |
* | mm, page_alloc: disable pcplists during memory offline | Vlastimil Babka | 2020-12-15 | 4 | -31/+78 |
* | mm, page_alloc: move draining pcplists to page isolation users | Vlastimil Babka | 2020-12-15 | 3 | -10/+13 |
* | mm, page_alloc: cache pageset high and batch in struct zone | Vlastimil Babka | 2020-12-15 | 2 | -2/+20 |
* | mm, page_alloc: simplify pageset_update() | Vlastimil Babka | 2020-12-15 | 1 | -22/+18 |
* | mm, page_alloc: remove setup_pageset() | Vlastimil Babka | 2020-12-15 | 1 | -7/+10 |
* | mm, page_alloc: calculate pageset high and batch once per zone | Vlastimil Babka | 2020-12-15 | 1 | -24/+18 |
* | mm, page_alloc: clean up pageset high and batch update | Vlastimil Babka | 2020-12-15 | 1 | -29/+20 |
* | arch, mm: make kernel_page_present() always available | Mike Rapoport | 2020-12-15 | 8 | -13/+39 |
* | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC | Mike Rapoport | 2020-12-15 | 12 | -26/+26 |
* | PM: hibernate: make direct map manipulations more explicit | Mike Rapoport | 2020-12-15 | 2 | -14/+36 |
* | mm: introduce debug_pagealloc_{map,unmap}_pages() helpers | Mike Rapoport | 2020-12-15 | 4 | -7/+19 |
* | m68k: deprecate DISCONTIGMEM | Mike Rapoport | 2020-12-15 | 1 | -1/+25 |
* | m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM | Mike Rapoport | 2020-12-15 | 5 | -9/+10 |
* | m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM | Mike Rapoport | 2020-12-15 | 4 | -6/+6 |
* | arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM | Mike Rapoport | 2020-12-15 | 3 | -11/+41 |
* | arm, arm64: move free_unused_memmap() to generic mm | Mike Rapoport | 2020-12-15 | 6 | -152/+85 |
* | arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL | Mike Rapoport | 2020-12-15 | 13 | -66/+3 |
* | ia64: make SPARSEMEM default and disable DISCONTIGMEM | Mike Rapoport | 2020-12-15 | 1 | -3/+3 |
* | ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM | Mike Rapoport | 2020-12-15 | 4 | -44/+22 |
* | ia64: split virtual map initialization out of paging_init() | Mike Rapoport | 2020-12-15 | 2 | -31/+40 |
* | ia64: discontig: paging_init(): remove local max_pfn calculation | Mike Rapoport | 2020-12-15 | 1 | -4/+1 |
* | ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements | Mike Rapoport | 2020-12-15 | 2 | -4/+0 |
* | ia64: remove custom __early_pfn_to_nid() | Mike Rapoport | 2020-12-15 | 5 | -51/+12 |
* | alpha: switch from DISCONTIGMEM to SPARSEMEM | Mike Rapoport | 2020-12-15 | 6 | -22/+38 |
* | lkdtm: disable KASAN for rodata.o | Marco Elver | 2020-12-15 | 1 | -0/+1 |
* | kasan: update documentation for generic kasan | Walter Wu | 2020-12-15 | 1 | -2/+3 |
* | lib/test_kasan.c: add workqueue test case | Walter Wu | 2020-12-15 | 1 | -0/+29 |
* | kasan: print workqueue stack | Walter Wu | 2020-12-15 | 2 | -5/+2 |
* | workqueue: kasan: record workqueue stack | Walter Wu | 2020-12-15 | 1 | -0/+3 |
* | mm/vmalloc.c: fix kasan shadow poisoning size | Vincenzo Frascino | 2020-12-15 | 1 | -1/+1 |
* | docs/vm: remove unused 3 items explanation for /proc/vmstat | Alex Shi | 2020-12-15 | 1 | -15/+0 |
* | mm/vmalloc: Fix unlock order in s_stop() | Waiman Long | 2020-12-15 | 1 | -2/+2 |
* | mm/vmalloc.c: remove unnecessary return statement | Baolin Wang | 2020-12-15 | 1 | -1/+0 |
* | mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverse | Alex Shi | 2020-12-15 | 1 | -0/+1 |
* | mm/vmalloc: rework the drain logic | Uladzislau Rezki (Sony) | 2020-12-15 | 2 | -45/+53 |