aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi3-12/+10
2021-09-03mm/hwpoison: fix some obsolete commentsMiaohe Lin1-3/+3
2021-09-03mm/hwpoison: change argument struct page **hpagep to *hpageMiaohe Lin1-4/+3
2021-09-03mm/hwpoison: fix potential pte_unmap_unlock pte errorMiaohe Lin1-3/+4
2021-09-03mm/hwpoison: remove unneeded variable unmap_successMiaohe Lin1-2/+1
2021-09-03mm/page_isolation: tracing: trace all test_pages_isolated failuresGeorge G. Davis1-3/+10
2021-09-03mm/page_alloc.c: use in_task()Vasily Averin1-3/+3
2021-09-03mm/page_alloc: make alloc_node_mem_map() __init rather than __refMike Rapoport1-2/+2
2021-09-03mm/page_alloc.c: fix 'zone_id' may be used uninitialized in this function warningNico Pache1-1/+1
2021-09-03memblock: stop poisoning raw allocationsMike Rapoport1-16/+4
2021-09-03mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport3-6/+28
2021-09-03microblaze: simplify pte_alloc_one_kernel()Mike Rapoport3-23/+8
2021-09-03mm/page_alloc: always initialize memory map for the holesMike Rapoport2-10/+1
2021-09-03kasan: test: avoid corrupting memory in kasan_rcu_uafAndrey Konovalov1-1/+1
2021-09-03kasan: test: avoid corrupting memory in copy_user_testAndrey Konovalov1-10/+8
2021-09-03kasan: test: clean up ksize_uafAndrey Konovalov1-2/+2
2021-09-03kasan: test: only do kmalloc_uaf_memset for generic modeAndrey Konovalov1-0/+6
2021-09-03kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGSAndrey Konovalov1-1/+7
2021-09-03kasan: test: avoid corrupting memory via memsetAndrey Konovalov1-11/+17
2021-09-03kasan: test: avoid writing invalid memoryAndrey Konovalov1-7/+7
2021-09-03kasan: test: rework kmalloc_oob_rightAndrey Konovalov1-2/+18
2021-09-03mm/kasan: move kasan.fault to mm/kasan/report.cWoody Lin4-52/+34
2021-09-03mm/vmalloc: fix wrong behavior in vreadChen Wandun1-1/+28
2021-09-03lib/test_vmalloc.c: add a new 'nr_pages' parameterUladzislau Rezki (Sony)1-1/+4
2021-09-03mm/vmalloc: remove gfpflags_allow_blocking() checkUladzislau Rezki (Sony)1-10/+8
2021-09-03mm/vmalloc: use batched page requests in bulk-allocatorUladzislau Rezki (Sony)1-5/+27
2021-09-03mm/sparse: clarify pgdat_to_physMiles Chen1-1/+2
2021-09-03include/linux/mmzone.h: avoid a warning in sparse memory supportMatthew Wilcox1-1/+1
2021-09-03mm/sparse: set SECTION_NID_SHIFT to 6Naoya Horiguchi1-1/+1
2021-09-03mm: sparse: remove __section_nr() functionOhhoon Kwon2-27/+0
2021-09-03mm: sparse: pass section_nr to find_memory_blockOhhoon Kwon3-6/+4
2021-09-03mm: sparse: pass section_nr to section_mark_presentOhhoon Kwon1-5/+4
2021-09-03mm/bootmem_info.c: mark __init on register_page_bootmem_info_sectionMuchun Song1-2/+2
2021-09-03mm/mremap: fix memory account on do_munmap() failureChen Wandun1-1/+1
2021-09-03remap_file_pages: Use vma_lookup() instead of find_vma()Liam R. Howlett1-4/+1
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo3-4/+13
2021-09-03mm: change fault_in_pages_* to have an unsigned size parameterGreg Kroah-Hartman1-2/+2
2021-09-03mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing codeHuang Ying1-26/+0
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig17-155/+51
2021-09-03scatterlist: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig1-3/+2
2021-09-03mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig1-1/+1
2021-09-03mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_dataChristoph Hellwig1-4/+0
2021-09-03selftests: Fix spelling mistake "cann't" -> "cannot"Colin Ian King1-1/+1
2021-09-03selftests/vm: use kselftest skip code for skipped testsPo-Hsu Lin2-2/+8
2021-09-03memcg: make memcg->event_list_lock irqsafeShakeel Butt1-4/+4
2021-09-03memcg: fix up drain_local_stock commentMichal Hocko1-2/+3
2021-09-03mm, memcg: save some atomic ops when flush is already trueMiaohe Lin1-1/+1
2021-09-03mm, memcg: remove unused functionsMiaohe Lin1-12/+0
2021-09-03mm: memcontrol: set the correct memcg swappiness restrictionBaolin Wang1-1/+1
2021-09-03memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin2-2/+2