summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-26Documentation: sysfs/memory: clarify some memory block device propertiesDavid Hildenbrand
2021-02-26drivers/base/memory: don't store phys_device in memory blocksDavid Hildenbrand
2021-02-26mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfnMiaohe Lin
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: teach pfn_to_online_page() to consider subsection validityDan Williams
2021-02-26mm: move pfn_to_online_page() out of lineDan Williams
2021-02-26mm/vmstat.c: erase latency in vmstat_shepherdJiang Biao
2021-02-26mm: vmstat: add some comments on internal storage of byte itemsJohannes Weiner
2021-02-26mm: vmstat: fix NOHZ wakeups for node stat changesJohannes Weiner
2021-02-26mm: cma: print region name on failurePatrick Daly
2021-02-26mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand
2021-02-26mm/cma: expose all pages to the buddy if activation of an area failsDavid Hildenbrand
2021-02-26mm: cma: allocate cma areas bottom-upRoman Gushchin
2021-02-26mm,shmem,thp: limit shmem THP allocations to requested zonesRik van Riel
2021-02-26mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel
2021-02-26mm,thp,shm: limit gfp mask to no more than specifiedRik 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: add and use find_lock_entriesMatthew Wilcox (Oracle)
2021-02-26iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)
2021-02-26mm/filemap: add helper for finding pagesMatthew Wilcox (Oracle)
2021-02-26mm/filemap: rename find_get_entry to mapping_get_entryMatthew Wilcox (Oracle)
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)
2021-02-26mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle)
2021-02-26mm/shmem: use pagevec_lookup in shmem_unlock_mappingMatthew Wilcox (Oracle)
2021-02-26mm: make pagecache tagged lookups return only head pagesMatthew 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 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-25Merge tag 'nds32-for-linux-5.12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-25nds32: Fix bogus reference to <asm/procinfo.h>Geert Uytterhoeven
2021-02-25nds32: use get_kernel_nofault in dump_memChristoph Hellwig
2021-02-25nds32: remove dump_instrChristoph Hellwig
2021-02-25nds32: configs: Cleanup CONFIG_CROSS_COMPILEKrzysztof Kozlowski
2021-02-25nds32: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven
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-24hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()Miaohe Lin
2021-02-24hugetlbfs: fix some comment typosMiaohe Lin
2021-02-24hugetlbfs: correct some obsolete comments about inode i_mutexMiaohe Lin
2021-02-24hugetlbfs: make hugepage size conversion more readableMiaohe Lin