summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-20mm/swap: remove unneeded p != NULL check in __swap_duplicateMiaohe Lin1-2/+1
2022-05-20mm/swap: remove buggy cache->nr check in refill_swap_slots_cacheMiaohe Lin1-1/+1
2022-05-20mm/swap: print bad swap offset entry in get_swap_deviceMiaohe Lin1-0/+1
2022-05-20mm/swap: remove unneeded return value of free_swap_slotMiaohe Lin2-4/+2
2022-05-20mm/swap: fold __swap_info_get() into its sole callerMiaohe Lin1-18/+6
2022-05-20mm/swap: use helper macro __ATTR_RWMiaohe Lin1-3/+1
2022-05-20mm/swap: use helper is_swap_pte() in swap_vma_readaheadMiaohe Lin1-3/+1
2022-05-20mm: mmap: register suitable readonly file vmas for khugepagedYang Shi2-4/+7
2022-05-20mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi4-21/+13
2022-05-20mm: khugepaged: make hugepage_vma_check() non-staticYang Shi2-24/+15
2022-05-20mm: khugepaged: make khugepaged_enter() void functionYang Shi4-34/+22
2022-05-20mm: thp: only regular file could be THP eligibleYang Shi3-16/+18
2022-05-20mm: khugepaged: skip DAX vmaYang Shi1-0/+4
2022-05-20mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGEDYang Shi1-3/+6
2022-05-20sched: coredump.h: clarify the use of MMF_VM_HUGEPAGEYang Shi1-1/+2
2022-05-20arm64/mm: fix page table check compile error for CONFIG_PGTABLE_LEVELS=2Tong Tiangen1-16/+17
2022-05-20riscv/mm: fix two page table check related issuesTong Tiangen3-5/+7
2022-05-14mm, compaction: fast_find_migrateblock() should return pfn in the target zoneRei Yamamoto1-0/+2
2022-05-14mm/damon: add documentation for Enum valueGautam Menghani1-0/+1
2022-05-14mm/memcontrol: export memcg->watermark via sysfs for v2 memcgGanesan Rajagopal2-0/+20
2022-05-14mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song4-15/+133
2022-05-14mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsingMuchun Song2-8/+8
2022-05-14mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=onMuchun Song1-6/+26
2022-05-14mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosse...Muchun Song1-6/+6
2022-05-14mm: rmap: fix CONT-PTE/PMD size hugetlb issue when unmappingBaolin Wang1-17/+22
2022-05-14mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migrationBaolin Wang2-6/+29
2022-05-14mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang10-28/+36
2022-05-14Documentation/vm: rework "Temporary Virtual Mappings" sectionFabio M. De Francesco1-11/+59
2022-05-14Documentation/vm: move "Using kmap-atomic" to highmem.hFabio M. De Francesco2-35/+31
2022-05-14Documentation/vm: include kdocs from highmem*.h into highmem.rstFabio M. De Francesco1-0/+7
2022-05-14mm/highmem: fix kernel-doc warnings in highmem*.hFabio M. De Francesco2-17/+23
2022-05-13mm/memory-failure.c: simplify num_poisoned_pages_inc/deczhenwei pi1-8/+3
2022-05-13mm/hwpoison: disable hwpoison filter during removingzhenwei pi1-0/+1
2022-05-13mm/memory-failure.c: add hwpoison_filter for soft offlinezhenwei pi1-2/+14
2022-05-13mm/memory-failure.c: simplify num_poisoned_pages_deczhenwei pi2-29/+9
2022-05-13mm/memory-failure.c: move clear_hwpoisoned_pageszhenwei pi3-27/+32
2022-05-13mm/page_owner: use strscpy() instead of strlcpy()Eric Dumazet1-1/+1
2022-05-13kasan: clean-up kconfig options descriptionsAndrey Konovalov1-86/+82
2022-05-13kasan: move boot parameters section in documentationAndrey Konovalov1-41/+41
2022-05-13kasan: update documentationAndrey Konovalov1-60/+90
2022-05-13kasan: give better names to shadow valuesAndrey Konovalov5-21/+21
2022-05-13kasan: use tabs to align shadow valuesAndrey Konovalov1-16/+16
2022-05-13kasan: clean up comments in internal kasan.hAndrey Konovalov1-41/+33
2022-05-13mm/vmalloc: use raw_cpu_ptr() for vmap_block_queue accessSebastian Andrzej Siewior1-4/+2
2022-05-13tracing: incorrect gfp_t conversionVasily Averin7-59/+59
2022-05-13zram: remove double compression logicAlexey Romanov2-33/+10
2022-05-13percpu: improve percpu_alloc_percpu event traceVasily Averin3-12/+24
2022-05-13docs: vm/page_owner: tweak literal block in STANDARD FORMAT SPECIFIERSAkira Yokosawa1-4/+4
2022-05-13mm/damon/reclaim: use resource_size function on resource objectJiapeng Chong1-1/+1
2022-05-13mm: functions may simplify the use of return valuesLi kunyu3-16/+6