summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang2015-02-041-2/+1
| * | | | | | | | | | | sched: Fix hrtick_start() on UPWanpeng Li2015-02-041-0/+5
| * | | | | | | | | | | sched/deadline: Avoid pointless __setscheduler()Wanpeng Li2015-02-041-1/+15
| * | | | | | | | | | | sched/deadline: Fix stale yield statePeter Zijlstra2015-02-041-19/+19
| * | | | | | | | | | | sched/deadline: Fix hrtick for a non-leftmost taskWanpeng Li2015-02-041-1/+7
| * | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2015-02-042-6/+30
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang2015-01-303-7/+28
| * | | | | | | | | | | | sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy2015-01-301-1/+2
| * | | | | | | | | | | | sched: Fix missing preemption opportunityFrederic Weisbecker2015-01-301-21/+19
| * | | | | | | | | | | | sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2015-01-301-1/+16
| * | | | | | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2015-01-3027-251/+511
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sched/debug: Print rq->clock_taskPeter Zijlstra2015-01-141-0/+1
| * | | | | | | | | | | | | sched/core: Rework rq->clock update skipsPeter Zijlstra2015-01-144-10/+28
| * | | | | | | | | | | | | sched/core: Validate rq_clock*() serializationPeter Zijlstra2015-01-142-1/+8
| * | | | | | | | | | | | | sched/core: Remove check of p->sched_classYao Dongdong2015-01-141-6/+6
| * | | | | | | | | | | | | sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai2015-01-142-1/+3
| * | | | | | | | | | | | | sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa2015-01-141-2/+3
| * | | | | | | | | | | | | sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen2015-01-141-0/+3
| * | | | | | | | | | | | | sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang2015-01-141-1/+1
* | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-097-128/+355
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | perf: Decouple unthrottling and rotatingMark Rutland2015-02-041-52/+29
| * | | | | | | | | | | | | | perf: Drop module reference on event init failureMark Rutland2015-02-041-12/+16
| * | | | | | | | | | | | | | perf: Use POLLIN instead of POLL_IN for perf poll data in flagJiri Olsa2015-02-041-1/+2
| * | | | | | | | | | | | | | perf: Fix put_event() ctx lockPeter Zijlstra2015-02-041-5/+12
| * | | | | | | | | | | | | | perf: Fix move_group() orderPeter Zijlstra (Intel)2015-02-041-9/+47
| * | | | | | | | | | | | | | perf: Fix event->ctx lockingPeter Zijlstra2015-02-041-37/+207
| * | | | | | | | | | | | | | perf: Add a bit of paranoiaPeter Zijlstra2015-02-041-1/+18
| * | | | | | | | | | | | | | Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar2015-02-042-11/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-01-2815-74/+216
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | perf: Avoid horrible stack usagePeter Zijlstra (Intel)2015-01-146-13/+26
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-0911-71/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso2015-02-041-4/+3
| * | | | | | | | | | | | | | | locking/rwsem: Use task->state helpersDavidlohr Bueso2015-02-042-3/+2
| * | | | | | | | | | | | | | | sched/completion: Add lock-free checking of the blocking caseNicholas Mc Guire2015-02-041-0/+9
| * | | | | | | | | | | | | | | sched/completion: Remove unnecessary ->wait.lock serialization when reading c...Nicholas Mc Guire2015-02-041-8/+1
| * | | | | | | | | | | | | | | locking/mutex: Explicitly mark task as running after wakeupDavidlohr Bueso2015-02-041-0/+2
| * | | | | | | | | | | | | | | Merge tag 'v3.19-rc7' into locking/core, to refresh the branch before applyin...Ingo Molnar2015-02-0417-85/+235
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | futex: Fix argument handling in futex_lock_pi() callsMichael Kerrisk2015-01-191-3/+3
| * | | | | | | | | | | | | | | softirq/preempt: Add missing current->preempt_disable_ip updateHeiko Carstens2015-01-141-1/+5
| * | | | | | | | | | | | | | | locking/osq: No need for load/acquire when acquire-pollingDavidlohr Bueso2015-01-141-1/+1
| * | | | | | | | | | | | | | | locking/mcs: Better differentiate between MCS variantsDavidlohr Bueso2015-01-144-23/+7
| * | | | | | | | | | | | | | | locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso2015-01-141-18/+26
| * | | | | | | | | | | | | | | locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso2015-01-141-11/+5
| * | | | | | | | | | | | | | | locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso2015-01-141-2/+2
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-0914-518/+440
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-2114-518/+440
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \
| | *-------. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney2015-01-1514-501/+391
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | | rcutorture: Add more diagnostics in rcu_barrier() test failure casePaul E. McKenney2015-01-101-0/+3
| | | | | | | * | | | | | | | | | | | | rcutorture: Check from beginning to end of grace periodPaul E. McKenney2015-01-103-40/+65
| | | | | | | * | | | | | | | | | | | | rcu: Remove redundant rcu_batches_completed() declarationPaul E. McKenney2015-01-101-1/+0
OpenPOWER on IntegriCloud