aboutsummaryrefslogtreecommitdiffstats
path: root/mm/quicklist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31mm: delete various needless include <linux/module.h>Paul Gortmaker1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-24cpumask: use new-style cpumask ops in mm/quicklist.Rusty Russell1-2/+1
2009-06-24percpu: cleanup percpu array definitionsTejun Heo1-1/+1
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell1-1/+1
2008-09-02mm: size of quicklists shouldn't be proportional to the number of CPUsKOSAKI Motohiro1-1/+8
2008-01-14quicklists: Only consider memory that can be used with GFP_KERNELChristoph Lameter1-2/+10
2007-05-07Quicklists for page table pagesChristoph Lameter1-0/+88