summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-02-26kasan, mm: don't save alloc stacks twiceAndrey Konovalov
2021-02-26tracing: add error_report_end trace pointAlexander Potapenko
2021-02-26kfence: add test suiteMarco Elver
2021-02-26mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko
2021-02-26mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver
2021-02-26mm: add Kernel Electric-Fence infrastructureAlexander Potapenko
2021-02-26mm: page-flags.h: Typo fix (It -> If)Guo Ren
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan
2021-02-26mm/zswap: add the flag can_sleep_mappedTian Tao
2021-02-26mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual
2021-02-26drivers/base/memory: don't store phys_device in memory blocksDavid Hildenbrand
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams
2021-02-26mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams
2021-02-26mm: move pfn_to_online_page() out of lineDan Williams
2021-02-26mm: vmstat: add some comments on internal storage of byte itemsJohannes Weiner
2021-02-26mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand
2021-02-26mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel
2021-02-26mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel
2021-02-26mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)
2021-02-26mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)
2021-02-26mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-02-24mm/migrate: remove unneeded semicolonsChengyang Fan
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz
2021-02-24numa balancing: migrate on fault among multiple bound nodesHuang Ying
2021-02-24include/linux/hugetlb.h: add synchronization information for new hugetlb spec...Mike Kravetz
2021-02-24hugetlb: convert PageHugeFreed to HPageFreed flagMike Kravetz
2021-02-24hugetlb: convert PageHugeTemporary() to HPageTemporary flagMike Kravetz
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz
2021-02-24hugetlb: use page.private for hugetlb specific page flagsMike Kravetz
2021-02-24mm/vmscan.c: make lruvec_lru_size() staticYu Zhao
2021-02-24include/linux/mm_inline.h: fold __update_lru_size() into its sole callerYu Zhao
2021-02-24include/linux/mm_inline.h: fold page_lru_base_type() into its sole callerYu Zhao
2021-02-24mm: VM_BUG_ON lru page flagsYu Zhao
2021-02-24mm: add __clear_page_lru_flags() to replace page_off_lru()Yu Zhao
2021-02-24mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao
2021-02-24mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()Yu Zhao
2021-02-24mm: don't pass "enum lru_list" to lru list addition functionsYu Zhao
2021-02-24include/linux/mm_inline.h: shuffle lru list addition and deletion functionsYu Zhao