summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/test_vmalloc.c: add a new 'nr_pages' parameterUladzislau Rezki (Sony)2021-09-031-1/+4
* mm/vmalloc: remove gfpflags_allow_blocking() checkUladzislau Rezki (Sony)2021-09-031-10/+8
* mm/vmalloc: use batched page requests in bulk-allocatorUladzislau Rezki (Sony)2021-09-031-5/+27
* mm/sparse: clarify pgdat_to_physMiles Chen2021-09-031-1/+2
* include/linux/mmzone.h: avoid a warning in sparse memory supportMatthew Wilcox2021-09-031-1/+1
* mm/sparse: set SECTION_NID_SHIFT to 6Naoya Horiguchi2021-09-031-1/+1
* mm: sparse: remove __section_nr() functionOhhoon Kwon2021-09-032-27/+0
* mm: sparse: pass section_nr to find_memory_blockOhhoon Kwon2021-09-033-6/+4
* mm: sparse: pass section_nr to section_mark_presentOhhoon Kwon2021-09-031-5/+4
* mm/bootmem_info.c: mark __init on register_page_bootmem_info_sectionMuchun Song2021-09-031-2/+2
* mm/mremap: fix memory account on do_munmap() failureChen Wandun2021-09-031-1/+1
* remap_file_pages: Use vma_lookup() instead of find_vma()Liam R. Howlett2021-09-031-4/+1
* mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo2021-09-033-4/+13
* mm: change fault_in_pages_* to have an unsigned size parameterGreg Kroah-Hartman2021-09-031-2/+2
* mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing codeHuang Ying2021-09-031-26/+0
* mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-0317-155/+51
* scatterlist: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig2021-09-031-3/+2
* mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig2021-09-031-1/+1
* mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_dataChristoph Hellwig2021-09-031-4/+0
* selftests: Fix spelling mistake "cann't" -> "cannot"Colin Ian King2021-09-031-1/+1
* selftests/vm: use kselftest skip code for skipped testsPo-Hsu Lin2021-09-032-2/+8
* memcg: make memcg->event_list_lock irqsafeShakeel Butt2021-09-031-4/+4
* memcg: fix up drain_local_stock commentMichal Hocko2021-09-031-2/+3
* mm, memcg: save some atomic ops when flush is already trueMiaohe Lin2021-09-031-1/+1
* mm, memcg: remove unused functionsMiaohe Lin2021-09-031-12/+0
* mm: memcontrol: set the correct memcg swappiness restrictionBaolin Wang2021-09-031-1/+1
* memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin2021-09-032-2/+2
* memcg: cleanup racy sum avoidance codeShakeel Butt2021-09-031-13/+2
* memcg: enable accounting for ldt_struct objectsVasily Averin2021-09-031-3/+3
* memcg: enable accounting for posix_timers_cache slabVasily Averin2021-09-031-2/+2
* memcg: enable accounting for signalsVasily Averin2021-09-031-1/+1
* memcg: enable accounting of ipc resourcesVasily Averin2021-09-033-6/+7
* memcg: enable accounting for new namesapces and struct nsproxyVasily Averin2021-09-037-8/+8
* memcg: enable accounting for fasync_cacheVasily Averin2021-09-031-1/+2
* memcg: enable accounting for file lock cachesVasily Averin2021-09-031-2/+4
* memcg: enable accounting for pollfd and select bits arraysVasily Averin2021-09-031-2/+2
* memcg: enable accounting for mnt_cache entriesVasily Averin2021-09-031-2/+3
* memcg: charge fs_context and legacy_fs_contextYutian Yang2021-09-031-2/+2
* memcg: infrastructure to flush memcg statsShakeel Butt2021-09-033-0/+46
* memcg: switch lruvec stats to rstatShakeel Butt2021-09-032-98/+58
* memcg: enable accounting for pids in nested pid namespacesVasily Averin2021-09-031-1/+2
* mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan2021-09-033-17/+28
* mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan2021-09-032-24/+37
* mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...Suren Baghdasaryan2021-09-033-1/+12
* shmem: shmem_writepage() split unlikely i915 THPHugh Dickins2021-09-031-1/+13
* huge tmpfs: decide stat.st_blksize by shmem_is_huge()Hugh Dickins2021-09-031-11/+1
* huge tmpfs: shmem_is_huge(vma, inode, index)Hugh Dickins2021-09-032-62/+31
* huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins2021-09-033-13/+19
* huge tmpfs: move shmem_huge_enabled() upwardsHugh Dickins2021-09-031-37/+35
* huge tmpfs: revert shmem's use of transhuge_vma_enabled()Hugh Dickins2021-09-031-1/+2