commit | a4de83dd3377eb43ad95387cc16c27a11aae2feb | [log] [tgz] |
---|---|---|
author | Mel Gorman <[email protected]> | Tue Jun 30 14:57:16 2015 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Jun 30 19:44:56 2015 -0700 |
tree | a5e03e3f69dbe4bb1b1b4a5b7f5d8380bee7de85 | |
parent | 3b242c66ccbd60cf47ab0e8992119d9617548c23 [diff] |
mm: meminit: free pages in large chunks where possible Parallel struct page frees pages one at a time. Try free pages as single large pages where possible. Signed-off-by: Mel Gorman <[email protected]> Tested-by: Nate Zimmer <[email protected]> Tested-by: Waiman Long <[email protected]> Tested-by: Daniel J Blueman <[email protected]> Acked-by: Pekka Enberg <[email protected]> Cc: Robin Holt <[email protected]> Cc: Nate Zimmer <[email protected]> Cc: Dave Hansen <[email protected]> Cc: Waiman Long <[email protected]> Cc: Scott Norton <[email protected]> Cc: "Luck, Tony" <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: Thomas Gleixner <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>