summaryrefslogtreecommitdiff
path: root/kernel/sched_cpupri.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-17sched: No need for bootmem special casesPekka Enberg1-6/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-02-04Fix misspellings of "invocation" in comments.Adam Buchbinder1-1/+1
2010-02-02sched: Use for_each_bitAkinobu Mita1-3/+1
2009-12-14sched: Convert cpupri lock to raw_spinlockThomas Gleixner1-5/+5
2009-08-02sched: Add new prio to cpupri before removing old prioSteven Rostedt1-14/+16
2009-08-02sched: Fix race in cpupri introduced by cpumask_var changesGregory Haskins1-1/+14
2009-06-17sched: Remove unneeded __ref tagLi Zefan1-1/+1
2009-06-11sched: use slab in cpupri_init()Pekka Enberg1-3/+5
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu1-1/+1
2009-04-01sched_rt: don't allocate cpumask in fastpathRusty Russell1-2/+3
2009-01-06sched: fix section mismatchLi Zefan1-1/+1
2008-11-24sched: convert struct cpupri_vec cpumask_var_t.Rusty Russell1-11/+28
2008-06-06sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins1-0/+174