aboutsummaryrefslogtreecommitdiff
path: root/mm/quicklist.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-03-17fix Christoph's email addressesGravatar Christoph Lameter 1-1/+1
2011-10-31mm: delete various needless include <linux/module.h>Gravatar Paul Gortmaker 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-24cpumask: use new-style cpumask ops in mm/quicklist.Gravatar Rusty Russell 1-2/+1
2009-06-24percpu: cleanup percpu array definitionsGravatar Tejun Heo 1-1/+1
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Gravatar Rusty Russell 1-1/+1
2008-09-02mm: size of quicklists shouldn't be proportional to the number of CPUsGravatar KOSAKI Motohiro 1-1/+8
2008-01-14quicklists: Only consider memory that can be used with GFP_KERNELGravatar Christoph Lameter 1-2/+10
2007-05-07Quicklists for page table pagesGravatar Christoph Lameter 1-0/+88