summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-153/+224
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka-27/+24
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra-14/+1
2014-11-16sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra-0/+7
2014-11-10sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin-0/+4
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda-57/+67
2014-11-04sched/deadline: Don't check CONFIG_SMP in switched_from_dl()Wanpeng Li-2/+0
2014-11-04sched/deadline: Reschedule from switched_from_dl() after a successful pullWanpeng Li-2/+5
2014-11-04sched/deadline: Push task away if the deadline is equal to curr during wakeupWanpeng Li-1/+1
2014-11-04sched/deadline: Add deadline rq status printWanpeng Li-0/+17
2014-11-04sched/deadline: Fix artificial overrun introduced by yield_task_dl()Wanpeng Li-1/+1
2014-11-04sched/rt: Clean up check_preempt_equal_prio()Wanpeng Li-4/+10
2014-11-04sched/core: Use dl_bw_of() under rcu_read_lock_sched()Juri Lelli-1/+6
2014-11-04sched: Check if we got a shallowest_idle_cpu before searching for least_loade...Yao Dongdong-1/+1
2014-11-04sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()Kirill Tkhai-7/+36
2014-11-04sched: Use WARN_ONCE for the might_sleep() TASK_RUNNING testPeter Zijlstra-1/+1
2014-11-04audit, sched/wait: Fixup kauditd_thread() wait loopPeter Zijlstra-10/+1
2014-11-04sched/wait: Fix a kthread race with wait_woken()Peter Zijlstra-1/+6
2014-11-04sched: Remove lockdep check in sched_move_task()Kirill Tkhai-2/+6
2014-10-31Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+7
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-5/+15
2014-10-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-55/+97
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-21/+1
2014-10-31Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-15/+21
2014-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+57
2014-10-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+2
2014-10-31Merge tag 'trace-fixes-v3.18-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+4
2014-10-30tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent-4/+4
2014-10-30Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-6/+57
2014-10-29kernel/kmod: fix use-after-free of the sub_info structureMartin Schwidefsky-39/+37
2014-10-29gcov: add ARM64 to GCOV_PROFILE_ALLRiku Voipio-1/+1
2014-10-28Merge tag 'trace-fixes-v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-17/+37
2014-10-28rcu: Make rcu_barrier() understand about missing rcuo kthreadsPaul E. McKenney-5/+44
2014-10-28sched: Exclude cond_resched() from nested sleep testPeter Zijlstra-3/+9
2014-10-28sched: Debug nested sleepsPeter Zijlstra-0/+13
2014-10-28sched, modules: Fix nested sleep in add_unformed_module()Peter Zijlstra-2/+28
2014-10-28sched, smp: Correctly deal with nested sleepsPeter Zijlstra-7/+8
2014-10-28sched, exit: Deal with nested sleepsPeter Zijlstra-0/+5
2014-10-28sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra-0/+61
2014-10-28locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra-1/+7
2014-10-28perf: Fix and clean up initialization of pmu::event_idxPeter Zijlstra-21/+1
2014-10-28sched/deadline: Don't balance during wakeup if wakee is pinnedWanpeng Li-0/+3
2014-10-28sched/deadline: Don't check SD_BALANCE_FORKWanpeng Li-1/+1
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli-0/+29
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli-32/+95
2014-10-28sched/deadline: Do not try to push tasks if pinned task switches to dlWanpeng Li-1/+2
2014-10-28sched: Kill task_preempt_count()Oleg Nesterov-1/+1
2014-10-28sched: Make finish_task_switch() return 'struct rq *'Oleg Nesterov-23/+15
2014-10-28sched: Fix schedule_tail() to disable preemptionOleg Nesterov-6/+5
2014-10-28sched/numa: Check all nodes when placing a pseudo-interleaved groupRik van Riel-2/+9