aboutsummaryrefslogtreecommitdiff
path: root/mm/shuffle.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-03mm/shuffle: convert module_param_call to module_param_cbGravatar Liu Shixin 1-11/+10
2021-04-16mm: eliminate "expecting prototype" kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2020-10-16mm: rename page_order() to buddy_order()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2020-08-07mm/shuffle: remove dynamic reconfigurationGravatar David Hildenbrand 1-26/+2
2020-08-07mm/shuffle: don't move pages between zones and don't read garbage memmapsGravatar David Hildenbrand 1-9/+9
2020-04-07mm: adjust shuffle code to allow for future coalescingGravatar Alexander Duyck 1-6/+6
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Gravatar Pingfan Liu 1-1/+1
2019-10-07mm: fix -Wmissing-prototypes warningsGravatar Yi Wang 1-1/+1
2019-05-14mm: maintain randomization of page free listsGravatar Dan Williams 1-0/+23
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationGravatar Dan Williams 1-0/+184