summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm/swap: fix the comment of get_kernel_pagesMiaohe Lin2022-05-191-4/+4
* mm/swap: clean up the comment of find_next_to_unuseMiaohe Lin2022-05-191-3/+3
* mm/swap: fix the obsolete comment for SWP_TYPE_SHIFTMiaohe Lin2022-05-191-2/+2
* mm/swap: add helper swap_offset_available()Miaohe Lin2022-05-191-16/+18
* mm/swap: avoid calling swp_swap_info when try to check SWP_STABLE_WRITESMiaohe Lin2022-05-191-1/+1
* mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin2022-05-193-9/+2
* mm/swap: remove unneeded p != NULL check in __swap_duplicateMiaohe Lin2022-05-191-2/+1
* mm/swap: remove buggy cache->nr check in refill_swap_slots_cacheMiaohe Lin2022-05-191-1/+1
* mm/swap: print bad swap offset entry in get_swap_deviceMiaohe Lin2022-05-191-0/+1
* mm/swap: remove unneeded return value of free_swap_slotMiaohe Lin2022-05-192-4/+2
* mm/swap: fold __swap_info_get() into its sole callerMiaohe Lin2022-05-191-18/+6
* mm/swap: use helper macro __ATTR_RWMiaohe Lin2022-05-191-3/+1
* mm/swap: use helper is_swap_pte() in swap_vma_readaheadMiaohe Lin2022-05-191-3/+1
* mm: mmap: register suitable readonly file vmas for khugepagedYang Shi2022-05-192-4/+7
* mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi2022-05-194-21/+13
* mm: khugepaged: make hugepage_vma_check() non-staticYang Shi2022-05-192-24/+15
* mm: khugepaged: make khugepaged_enter() void functionYang Shi2022-05-194-34/+22
* mm: thp: only regular file could be THP eligibleYang Shi2022-05-193-16/+18
* mm: khugepaged: skip DAX vmaYang Shi2022-05-191-0/+4
* mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGEDYang Shi2022-05-191-3/+6
* sched: coredump.h: clarify the use of MMF_VM_HUGEPAGEYang Shi2022-05-191-1/+2
* arm64/mm: fix page table check compile error for CONFIG_PGTABLE_LEVELS=2Tong Tiangen2022-05-191-16/+17
* riscv/mm: fix two page table check related issuesTong Tiangen2022-05-193-5/+7
* mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto2022-05-131-0/+2
* mm/damon: add documentation for Enum valueGautam Menghani2022-05-131-0/+1
* mm/memcontrol: export memcg->watermark via sysfs for v2 memcgGanesan Rajagopal2022-05-132-0/+20
* mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song2022-05-134-15/+133
* mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsingMuchun Song2022-05-132-8/+8
* mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=onMuchun Song2022-05-131-6/+26
* mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosse...Muchun Song2022-05-131-6/+6
* mm: rmap: fix CONT-PTE/PMD size hugetlb issue when unmappingBaolin Wang2022-05-131-17/+22
* mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migrationBaolin Wang2022-05-132-6/+29
* mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang2022-05-1310-28/+36
* Documentation/vm: rework "Temporary Virtual Mappings" sectionFabio M. De Francesco2022-05-131-11/+59
* Documentation/vm: move "Using kmap-atomic" to highmem.hFabio M. De Francesco2022-05-132-35/+31
* Documentation/vm: include kdocs from highmem*.h into highmem.rstFabio M. De Francesco2022-05-131-0/+7
* mm/highmem: fix kernel-doc warnings in highmem*.hFabio M. De Francesco2022-05-132-17/+23
* mm/memory-failure.c: simplify num_poisoned_pages_inc/deczhenwei pi2022-05-131-8/+3
* mm/hwpoison: disable hwpoison filter during removingzhenwei pi2022-05-131-0/+1
* mm/memory-failure.c: add hwpoison_filter for soft offlinezhenwei pi2022-05-131-2/+14
* mm/memory-failure.c: simplify num_poisoned_pages_deczhenwei pi2022-05-132-29/+9
* mm/memory-failure.c: move clear_hwpoisoned_pageszhenwei pi2022-05-133-27/+32
* mm/page_owner: use strscpy() instead of strlcpy()Eric Dumazet2022-05-131-1/+1
* kasan: clean-up kconfig options descriptionsAndrey Konovalov2022-05-131-86/+82
* kasan: move boot parameters section in documentationAndrey Konovalov2022-05-131-41/+41
* kasan: update documentationAndrey Konovalov2022-05-131-60/+90
* kasan: give better names to shadow valuesAndrey Konovalov2022-05-135-21/+21
* kasan: use tabs to align shadow valuesAndrey Konovalov2022-05-131-16/+16
* kasan: clean up comments in internal kasan.hAndrey Konovalov2022-05-131-41/+33
* mm/vmalloc: use raw_cpu_ptr() for vmap_block_queue accessSebastian Andrzej Siewior2022-05-131-4/+2