aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-09
|\
| * hrtimer: Make __hrtimer_get_next_event() statickbuild test robot2015-01-24
| * Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/li...Thomas Gleixner2015-01-24
| |\
| | * rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang2015-01-23
| | * time: Expose getboottime64 for in-kernel usesJohn Stultz2015-01-23
| | * ktime: Optimize ktime_divns for constant divisorsNicolas Pitre2015-01-23
| * | hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner2015-01-23
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-09
|\ \ \
| * | | sched/Documentation: Remove unneeded wordSharon Dvir2015-02-04
| * | | sched: Pull resched loop to __schedule() callersFrederic Weisbecker2015-02-04
| * | | sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang2015-02-04
| * | | sched: Fix hrtick_start() on UPWanpeng Li2015-02-04
| * | | sched/deadline: Avoid pointless __setscheduler()Wanpeng Li2015-02-04
| * | | sched/deadline: Fix stale yield statePeter Zijlstra2015-02-04
| * | | sched/deadline: Fix hrtick for a non-leftmost taskWanpeng Li2015-02-04
| * | | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2015-02-04
| |\ \ \
| * | | | sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang2015-01-30
| * | | | sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy2015-01-30
| * | | | sched: Fix missing preemption opportunityFrederic Weisbecker2015-01-30
| * | | | sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2015-01-30
| * | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2015-01-30
| |\ \ \ \
| * | | | | sched/debug: Print rq->clock_taskPeter Zijlstra2015-01-14
| * | | | | sched/core: Rework rq->clock update skipsPeter Zijlstra2015-01-14
| * | | | | sched/core: Validate rq_clock*() serializationPeter Zijlstra2015-01-14
| * | | | | sched/core: Remove check of p->sched_classYao Dongdong2015-01-14
| * | | | | sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai2015-01-14
| * | | | | sched/debug: Fix potential call to __ffs(0) in sched_show_task()Tetsuo Handa2015-01-14
| * | | | | sched/debug: Check for stack overflow in ___might_sleep()Eric Sandeen2015-01-14
| * | | | | sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang2015-01-14
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-09
|\ \ \ \ \ \
| * | | | | | perf: Decouple unthrottling and rotatingMark Rutland2015-02-04
| * | | | | | perf: Drop module reference on event init failureMark Rutland2015-02-04
| * | | | | | perf: Use POLLIN instead of POLL_IN for perf poll data in flagJiri Olsa2015-02-04
| * | | | | | perf: Fix put_event() ctx lockPeter Zijlstra2015-02-04
| * | | | | | perf: Fix move_group() orderPeter Zijlstra (Intel)2015-02-04
| * | | | | | perf: Fix event->ctx lockingPeter Zijlstra2015-02-04
| * | | | | | perf: Add a bit of paranoiaPeter Zijlstra2015-02-04
| * | | | | | Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar2015-02-04
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-01-28
| |\ \ \ \ \ \ \
| * | | | | | | | perf: Avoid horrible stack usagePeter Zijlstra (Intel)2015-01-14
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-09
|\ \ \ \ \ \ \ \
| * | | | | | | | locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso2015-02-04
| * | | | | | | | locking/rwsem: Use task->state helpersDavidlohr Bueso2015-02-04
| * | | | | | | | sched/completion: Add lock-free checking of the blocking caseNicholas Mc Guire2015-02-04
| * | | | | | | | sched/completion: Remove unnecessary ->wait.lock serialization when reading c...Nicholas Mc Guire2015-02-04
| * | | | | | | | locking/mutex: Explicitly mark task as running after wakeupDavidlohr Bueso2015-02-04
| * | | | | | | | Merge tag 'v3.19-rc7' into locking/core, to refresh the branch before applyin...Ingo Molnar2015-02-04
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | futex: Fix argument handling in futex_lock_pi() callsMichael Kerrisk2015-01-19
| * | | | | | | | softirq/preempt: Add missing current->preempt_disable_ip updateHeiko Carstens2015-01-14
| * | | | | | | | locking/osq: No need for load/acquire when acquire-pollingDavidlohr Bueso2015-01-14