aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver1-2/+3
2021-02-26mm: add Kernel Electric-Fence infrastructureAlexander Potapenko1-0/+216
2021-02-26mm: page-flags.h: Typo fix (It -> If)Guo Ren1-2/+2
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan1-1/+1
2021-02-26mm/zswap: add the flag can_sleep_mappedTian Tao1-0/+3
2021-02-26mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin1-1/+2
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual1-0/+10
2021-02-26drivers/base/memory: don't store phys_device in memory blocksDavid Hildenbrand1-2/+1
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand1-1/+1
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual1-2/+2
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams1-0/+6
2021-02-26mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams1-7/+27
2021-02-26mm: move pfn_to_online_page() out of lineDan Williams1-16/+1
2021-02-26mm: vmstat: add some comments on internal storage of byte itemsJohannes Weiner1-0/+6
2021-02-26mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand1-0/+15
2021-02-26mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel1-0/+2
2021-02-26mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel1-0/+2
2021-02-26mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)1-3/+0
2021-02-26mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)1-2/+1
2021-02-26mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)1-1/+1
2021-02-26mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)1-3/+2
2021-02-26mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)1-2/+2
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)1-0/+2
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)1-0/+1
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-5/+52
2021-02-25vmlinux.lds.h: Define SANTIZER_DISCARDS with CONFIG_GCOV_KERNEL=yNathan Chancellor1-4/+5
2021-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-4/+191
2021-02-25Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2021-02-25Merge tag 'drm-next-2021-02-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-6/+12
2021-02-25Merge tag 'net-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-9/+70
2021-02-25Merge tag 'acpi-5.12-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds4-24/+8
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-11/+62
2021-02-25mm, tracing: Fix kmem_cache_free trace event to not print stale pointersSteven Rostedt (VMware)1-3/+3
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-9/+15
2021-02-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds19-172/+276
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel2-1/+45
2021-02-24mm/migrate: remove unneeded semicolonsChengyang Fan1-1/+1
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz1-1/+1
2021-02-24numa balancing: migrate on fault among multiple bound nodesHuang Ying1-1/+3
2021-02-24include/linux/hugetlb.h: add synchronization information for new hugetlb specific flagsMike Kravetz1-0/+10
2021-02-24hugetlb: convert PageHugeFreed to HPageFreed flagMike Kravetz1-0/+3
2021-02-24hugetlb: convert PageHugeTemporary() to HPageTemporary flagMike Kravetz1-0/+6
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz2-8/+5
2021-02-24hugetlb: use page.private for hugetlb specific page flagsMike Kravetz1-0/+68
2021-02-24mm/vmscan.c: make lruvec_lru_size() staticYu Zhao1-2/+0
2021-02-24include/linux/mm_inline.h: fold __update_lru_size() into its sole callerYu Zhao1-8/+1
2021-02-24include/linux/mm_inline.h: fold page_lru_base_type() into its sole callerYu Zhao1-21/+6
2021-02-24mm: VM_BUG_ON lru page flagsYu Zhao1-0/+4
2021-02-24mm: add __clear_page_lru_flags() to replace page_off_lru()Yu Zhao1-18/+10