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