aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-24smp: Teach __smp_call_function_single() to check for offline cpusJan Kara2-6/+10
2014-02-24smp: Iterate functions through llist_for_each_entry_safe()Jan Kara1-9/+3
2014-02-24capability: Use current logging stylesJoe Perches1-19/+10
2014-02-23Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-17/+29
2014-02-23rcutorture: Add a lock_busted to test the testPaul E. McKenney1-1/+32
2014-02-23rcutorture: Gracefully handle NULL cleanup hooksPaul E. McKenney1-1/+4
2014-02-23rcutorture: Add an rcu_busted to test the testPaul E. McKenney1-1/+43
2014-02-23locktorture: Add a lock-torture kernel modulePaul E. McKenney2-0/+422
2014-02-23rcutorture: Stop generic kthreads in torture_cleanup()Paul E. McKenney2-25/+19
2014-02-23rcutorture: Abstract torture_stop_kthread()Paul E. McKenney2-58/+27
2014-02-23rcutorture: Abstract torture_create_kthread()Paul E. McKenney2-125/+53
2014-02-23rcutorture: Fix missing-return bug in rcu_torture_barrier_init()Paul E. McKenney1-0/+1
2014-02-23rcutorture: Fix rcutorture shutdown racesPaul E. McKenney2-32/+33
2014-02-23rcutorture: Announce task creationPaul E. McKenney2-0/+8
2014-02-23rcutorture: Clean up rcu_torture_init() error checkingPaul E. McKenney1-21/+10
2014-02-23rcutorture: Abstract torture_shutdown()Paul E. McKenney2-58/+89
2014-02-23rcutorture: Apply ACCESS_ONCE() to racy fullstop accessesPaul E. McKenney1-5/+5
2014-02-23rcutorture: Abstract stutter_wait()Paul E. McKenney2-58/+98
2014-02-23rcutorture: Add diagnostic for unscheduled system shutdownPaul E. McKenney1-2/+4
2014-02-23rcutorture: Privatize fullstopPaul E. McKenney2-25/+40
2014-02-23rcutorture: Abstract torture_shutdown_notify()Paul E. McKenney2-28/+24
2014-02-23rcutorture: Abstract torture-test cleanupPaul E. McKenney2-12/+29
2014-02-23rcutorture: Abstract torture-test initializationPaul E. McKenney2-11/+35
2014-02-23rcutorture: Abstract torture_onoff()Paul E. McKenney2-158/+190
2014-02-23rcutorture: Abstract torture_shuffle()Paul E. McKenney2-109/+166
2014-02-23rcutorture: Abstract torture_shutdown_absorb()Paul E. McKenney2-39/+38
2014-02-23rcutorture: Abstract TOROUT_STRING() and friendsPaul E. McKenney1-8/+0
2014-02-23rcutorture: Rename PRINTK to TOROUTPaul E. McKenney1-67/+67
2014-02-23rcutorture: Abstract torture_param()Paul E. McKenney1-69/+34
2014-02-23rcutorture: Abstract rcu_torture_random()Paul E. McKenney4-46/+95
2014-02-23rcutorture: Fix checkpatch complaintPaul E. McKenney1-4/+4
2014-02-22sched, nohz: Exclude isolated cores from load balancingMike Galbraith1-7/+18
2014-02-22sched: Fix select_task_rq_fair() description commentsMorten Rasmussen1-5/+6
2014-02-22workqueue: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang1-1/+1
2014-02-22sys: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang1-4/+4
2014-02-22sched: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang2-7/+7
2014-02-22rcu: Use MAX_NICE to replace hardcoding of 19Dongsheng Yang1-4/+4
2014-02-22sched/rt: Make init_sched_rt_calss() __initLi Zefan1-1/+1
2014-02-22sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq'Li Zefan2-5/+0
2014-02-22sched: Consider pi boosting in setscheduler()Thomas Gleixner2-11/+42
2014-02-22sched: Queue RT tasks to head when prio dropsThomas Gleixner1-2/+7
2014-02-22sched: Adjust p->sched_reset_on_fork when nothing else changesThomas Gleixner1-1/+3
2014-02-22sched: Add better debug output for might_sleep()Thomas Gleixner1-2/+21
2014-02-22sched: Check for idle task in might_sleep()Thomas Gleixner1-1/+2
2014-02-22sched: Init idle->on_rq in init_idle()Thomas Gleixner1-0/+1
2014-02-21perf/x86: Warn to early_printk() in case irq_work is too slowPeter Zijlstra2-4/+11
2014-02-21sched: Remove some #ifdefferyPeter Zijlstra4-21/+60
2014-02-21sched: Fix hotplug task migrationPeter Zijlstra7-12/+28
2014-02-21sched/fair: Remove idle_balance() declaration in sched.hPeter Zijlstra2-25/+29
2014-02-21sched/fair: Reset se-depth when task switched to FAIRMichael wang1-1/+9