aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee2-2/+2
2021-06-29kasan: integrate the common part of two KASAN tag-based modesKuan-Ying Lee7-113/+112
2021-06-29kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFYKuan-Ying Lee4-6/+6
2021-06-29kasan: use MAX_PTRS_PER_* for early shadow tablesDaniel Axtens2-6/+6
2021-06-29mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens3-3/+22
2021-06-29kasan: allow architectures to provide an outline readiness checkDaniel Axtens4-0/+18
2021-06-29kasan: allow an architecture to disable inline instrumentationDaniel Axtens1-0/+12
2021-06-29kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL()David Gow3-12/+9
2021-06-29kasan: use dump_stack_lvl(KERN_ERR) to print stacksAlexander Potapenko1-3/+3
2021-06-29printk: introduce dump_stack_lvl()Alexander Potapenko2-7/+18
2021-06-29mm: vmalloc: add cond_resched() in __vunmap()Rafael Aquini1-0/+1
2021-06-29mm/vmalloc: fallback to a single page allocatorUladzislau Rezki1-29/+52
2021-06-29mm/vmalloc: remove quoted strings split across linesUladzislau Rezki (Sony)1-12/+9
2021-06-29mm/vmalloc: print a warning message first on failureUladzislau Rezki (Sony)1-1/+1
2021-06-29mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()Uladzislau Rezki (Sony)1-34/+42
2021-06-29mm/page_alloc: add an alloc_pages_bulk_array_node() helperUladzislau Rezki (Sony)1-0/+9
2021-06-29mm, tracing: unify PFN format stringsVincent Whitchurch6-14/+14
2021-06-29mm/dmapool: use DEVICE_ATTR_RO macroYueHaibing1-3/+2
2021-06-29h8300: remove unused variableSouptick Joarder1-2/+0
2021-06-29mm: update legacy flush_tlb_* to use vmaChen Li7-17/+10
2021-06-29mm/mempolicy: use vma_lookup() in __access_remote_vm()Liam Howlett1-1/+1
2021-06-29mm/memory.c: use vma_lookup() in __access_remote_vm()Liam Howlett1-2/+2
2021-06-29mm/mremap: use vma_lookup() in vma_to_resize()Liam Howlett1-2/+3
2021-06-29mm/migrate: use vma_lookup() in do_pages_stat_array()Liam Howlett1-2/+2
2021-06-29mm/ksm: use vma_lookup() in find_mergeable_vma()Liam Howlett1-4/+2
2021-06-29lib/test_hmm: use vma_lookup() in dmirror_migrate()Liam Howlett1-3/+2
2021-06-29kernel/events/uprobes: use vma_lookup() in find_active_uprobe()Liam Howlett1-2/+2
2021-06-29misc/sgi-gru/grufault: use vma_lookup() in gru_find_vma()Liam Howlett1-2/+2
2021-06-29media: videobuf2: use vma_lookup() in get_vaddr_frames()Liam Howlett1-1/+1
2021-06-29drm/amdgpu: use vma_lookup() in amdgpu_ttm_tt_get_user_pages()Liam Howlett1-2/+2
2021-06-29net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett1-2/+2
2021-06-29vfio: use vma_lookup() instead of find_vma_intersection()Liam Howlett1-1/+1
2021-06-29virt/kvm: use vma_lookup() instead of find_vma_intersection()Liam Howlett1-1/+1
2021-06-29x86/sgx: use vma_lookup() in sgx_encl_find()Liam Howlett1-2/+2
2021-06-29arch/m68k/kernel/sys_m68k: use vma_lookup() in sys_cacheflush()Liam Howlett1-2/+2
2021-06-29arch/mips/kernel/traps: use vma_lookup() instead of find_vma()Liam Howlett1-3/+1
2021-06-29arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma()Liam Howlett1-2/+2
2021-06-29arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_intersection()Liam Howlett1-1/+1
2021-06-29arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()Liam Howlett1-1/+1
2021-06-29arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Liam Howlett1-4/+4
2021-06-29drm/i915/selftests: use vma_lookup() in __igt_mmap()Liam Howlett1-1/+1
2021-06-29mm: add vma_lookup(), update find_vma_intersection() commentsLiam Howlett1-4/+32
2021-06-29mm/memory.c: fix comment of finish_mkwrite_fault()Liu Xiang1-1/+1
2021-06-29mm/mmap: use find_vma_intersection() in do_mmap() for overlapLiam Howlett1-3/+1
2021-06-29mm/mmap: introduce unlock_range() for code cleanupLiam Howlett1-19/+20
2021-06-29mm/mmap.c: logic of find_vma_intersection repeated in __do_munmapGonzalo Matias Juarez Tello1-7/+2
2021-06-29mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()David Hildenbrand3-2/+4
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand5-15/+8
2021-06-29perf: MAP_EXECUTABLE does not indicate VM_MAYEXECDavid Hildenbrand1-2/+0
2021-06-29mm: memcontrol: remove trailing semicolon in macrosHuilong Deng1-1/+1