summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-10-20stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabledOleg Nesterov
2015-10-20stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works()Oleg Nesterov
2015-10-20stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Oleg Nesterov
2015-10-20Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar
2015-10-20sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni
2015-10-20nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker
2015-10-20sched/fair: Update task group's load_avg after task migrationYuyang Du
2015-10-20sched/fair: Fix overly small weight for interactive group entitiesYuyang Du
2015-10-12sched, tracing: Stop/start critical timings around the idle=poll idle loopDaniel Bristot de Oliveira
2015-10-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-10-09genirq: Fix handle_bad_irq kerneldoc commentArnd Bergmann
2015-10-09genirq: Export handle_bad_irqArnd Bergmann
2015-10-06sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan
2015-10-06sched/core: Drop unlikely behind BUG_ON()Geliang Tang
2015-10-06sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra
2015-10-06sched/numa: Fix task_tick_fair() from disabling numa_balancingSrikar Dronamraju
2015-10-06sched/core: Add preempt_count invariant checkPeter Zijlstra
2015-10-06sched/core: More notrace annotationsPeter Zijlstra
2015-10-06sched/core: Simplify preempt_count testsPeter Zijlstra
2015-10-06sched/core: Robustify preemption leak checksPeter Zijlstra
2015-10-06sched/core: Stop setting PREEMPT_ACTIVEPeter Zijlstra
2015-10-06sched/core: Fix trace_sched_switch()Peter Zijlstra
2015-10-06sched/core: Add preempt argument to __schedule()Peter Zijlstra
2015-10-06sched/core: Create preempt_count invariantPeter Zijlstra
2015-10-06sched/core: Rework TASK_DEAD preemption exceptionPeter Zijlstra
2015-10-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2015-10-06sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2015-10-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-10-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-10-02clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz
2015-10-01genirq: Fix race in register_irq_proc()Ben Hutchings
2015-09-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-09-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-09-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-09-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-09-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-09-23sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross
2015-09-23sched/rt: Make (do_)balance_runtime() return voidJuri Lelli
2015-09-23sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()Juri Lelli
2015-09-23sched/deadline: Unify dl_time_before() usageJuri Lelli
2015-09-23locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli
2015-09-21Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-20rcu: Suppress lockdep false positive for rcp->exp_funnel_mutexPaul E. McKenney
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-09-18sched: access local runqueue directly in single_task_runningDominik Dingel
2015-09-18sched/fair: Remove unnecessary parameter for group_classify()Leo Yan
2015-09-18sched/fair: Polish comments for LOAD_AVG_MAXLeo Yan
2015-09-18sched/numa: Limit the amount of virtual memory scanned in task_numa_work()Rik van Riel