aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shuffle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-16mm: eliminate "expecting prototype" kernel-doc warningsRandy Dunlap1-2/+2
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)1-1/+1
2020-08-07mm/shuffle: remove dynamic reconfigurationDavid Hildenbrand1-26/+2
2020-08-07mm/shuffle: don't move pages between zones and don't read garbage memmapsDavid Hildenbrand1-9/+9
2020-04-07mm: adjust shuffle code to allow for future coalescingAlexander Duyck1-6/+6
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu1-1/+1
2019-10-07mm: fix -Wmissing-prototypes warningsYi Wang1-1/+1
2019-05-14mm: maintain randomization of page free listsDan Williams1-0/+23
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams1-0/+184