Age | Commit message (Expand) | Author |
2021-06-29 | mm: constify get_pfnblock_flags_mask and get_pfnblock_migratetype | Matthew Wilcox (Oracle) |
2021-06-29 | mm: make compound_head const-preserving | Matthew Wilcox (Oracle) |
2021-06-29 | mm/page_owner: constify dump_page_owner | Matthew Wilcox (Oracle) |
2021-06-29 | mm/debug: factor PagePoisoned out of __dump_page | Matthew Wilcox (Oracle) |
2021-06-29 | mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attempt | Aaron Tomlin |
2021-06-29 | mm: make __dump_page static | Matthew Wilcox (Oracle) |
2021-06-29 | mm/mmzone.h: simplify is_highmem_idx() | Mike Rapoport |
2021-06-29 | mm: report which part of mem is being freed on initmem case | Jungseung Lee |
2021-06-29 | kasan: add memory corruption identification support for hardware tag-based mode | Kuan-Ying Lee |
2021-06-29 | kasan: integrate the common part of two KASAN tag-based modes | Kuan-Ying Lee |
2021-06-29 | kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY | Kuan-Ying Lee |
2021-06-29 | kasan: use MAX_PTRS_PER_* for early shadow tables | Daniel Axtens |
2021-06-29 | mm: define default MAX_PTRS_PER_* in include/pgtable.h | Daniel Axtens |
2021-06-29 | kasan: allow architectures to provide an outline readiness check | Daniel Axtens |
2021-06-29 | kasan: allow an architecture to disable inline instrumentation | Daniel Axtens |
2021-06-29 | kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL() | David Gow |
2021-06-29 | kasan: use dump_stack_lvl(KERN_ERR) to print stacks | Alexander Potapenko |
2021-06-29 | printk: introduce dump_stack_lvl() | Alexander Potapenko |
2021-06-29 | mm: vmalloc: add cond_resched() in __vunmap() | Rafael Aquini |
2021-06-29 | mm/vmalloc: fallback to a single page allocator | Uladzislau Rezki |
2021-06-29 | mm/vmalloc: remove quoted strings split across lines | Uladzislau Rezki (Sony) |
2021-06-29 | mm/vmalloc: print a warning message first on failure | Uladzislau Rezki (Sony) |
2021-06-29 | mm/vmalloc: switch to bulk allocator in __vmalloc_area_node() | Uladzislau Rezki (Sony) |
2021-06-29 | mm/page_alloc: add an alloc_pages_bulk_array_node() helper | Uladzislau Rezki (Sony) |
2021-06-29 | mm, tracing: unify PFN format strings | Vincent Whitchurch |
2021-06-29 | mm/dmapool: use DEVICE_ATTR_RO macro | YueHaibing |
2021-06-29 | h8300: remove unused variable | Souptick Joarder |
2021-06-29 | mm: update legacy flush_tlb_* to use vma | Chen Li |
2021-06-29 | mm/mempolicy: use vma_lookup() in __access_remote_vm() | Liam Howlett |
2021-06-29 | mm/memory.c: use vma_lookup() in __access_remote_vm() | Liam Howlett |
2021-06-29 | mm/mremap: use vma_lookup() in vma_to_resize() | Liam Howlett |
2021-06-29 | mm/migrate: use vma_lookup() in do_pages_stat_array() | Liam Howlett |
2021-06-29 | mm/ksm: use vma_lookup() in find_mergeable_vma() | Liam Howlett |
2021-06-29 | lib/test_hmm: use vma_lookup() in dmirror_migrate() | Liam Howlett |
2021-06-29 | kernel/events/uprobes: use vma_lookup() in find_active_uprobe() | Liam Howlett |
2021-06-29 | misc/sgi-gru/grufault: use vma_lookup() in gru_find_vma() | Liam Howlett |
2021-06-29 | media: videobuf2: use vma_lookup() in get_vaddr_frames() | Liam Howlett |
2021-06-29 | drm/amdgpu: use vma_lookup() in amdgpu_ttm_tt_get_user_pages() | Liam Howlett |
2021-06-29 | net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive() | Liam Howlett |
2021-06-29 | vfio: use vma_lookup() instead of find_vma_intersection() | Liam Howlett |
2021-06-29 | virt/kvm: use vma_lookup() instead of find_vma_intersection() | Liam Howlett |
2021-06-29 | x86/sgx: use vma_lookup() in sgx_encl_find() | Liam Howlett |
2021-06-29 | arch/m68k/kernel/sys_m68k: use vma_lookup() in sys_cacheflush() | Liam Howlett |
2021-06-29 | arch/mips/kernel/traps: use vma_lookup() instead of find_vma() | Liam Howlett |
2021-06-29 | arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma() | Liam Howlett |
2021-06-29 | arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_inters... | Liam Howlett |
2021-06-29 | arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection() | Liam Howlett |
2021-06-29 | arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma() | Liam Howlett |
2021-06-29 | drm/i915/selftests: use vma_lookup() in __igt_mmap() | Liam Howlett |
2021-06-29 | mm: add vma_lookup(), update find_vma_intersection() comments | Liam Howlett |