summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | timekeeping: Add warnings when overflows or underflows are observedJohn Stultz2015-03-131-7/+57
| * | timekeeping: Try to catch clocksource delta underflowsJohn Stultz2015-03-131-0/+7
| * | timekeeping: Add checks to cap clocksource reads to the 'max_cycles' valueJohn Stultz2015-03-131-14/+35
| * | timekeeping: Add debugging checks to warn if we see delaysJohn Stultz2015-03-132-0/+29
| * | clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz2015-03-122-13/+17
| * | clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz2015-03-122-16/+14
| * | clocksource: Simplify the clocks_calc_max_nsecs() logicJohn Stultz2015-03-121-12/+3
| * | Merge tag 'v4.0-rc2' into timers/core, to refresh the tree before pulling mor...Ingo Molnar2015-03-04121-1711/+3318
| |\ \
| * | | clockevents: Introduce mode specific callbacksViresh Kumar2015-02-182-5/+115
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-137-230/+612
|\ \ \ \
| * | | | sched/core: Drop debugging leftover trace_printk callBorislav Petkov2015-04-031-3/+1
| * | | | sched/deadline: Support DL task migration during CPU hotplugWanpeng Li2015-04-021-0/+57
| * | | | sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli2015-04-021-28/+28
| * | | | sched/deadline: Always enqueue on previous rq when dl_task_timer() firesJuri Lelli2015-04-021-2/+2
| * | | | sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa2015-04-024-7/+7
| * | | | sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li2015-03-271-3/+3
| * | | | sched/deadline: Avoid a superfluous checkWanpeng Li2015-03-271-8/+0
| * | | | sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy2015-03-271-3/+5
| * | | | sched: Optimize freq invariant accountingPeter Zijlstra2015-03-272-13/+8
| * | | | sched: Move CFS tasks to CPUs with higher capacityVincent Guittot2015-03-271-22/+47
| * | | | sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot2015-03-271-0/+1
| * | | | sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot2015-03-273-23/+4
| * | | | sched: Replace capacity_factor by usageVincent Guittot2015-03-271-67/+72
| * | | | sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr...Vincent Guittot2015-03-271-0/+29
| * | | | sched: Add struct rq::cpu_capacity_origVincent Guittot2015-03-273-2/+9
| * | | | sched: Make scale_rt invariant with frequencyVincent Guittot2015-03-272-13/+8
| * | | | sched: Make sched entity usage tracking scale-invariantMorten Rasmussen2015-03-271-7/+14
| * | | | sched: Remove frequency scaling from cpu_capacityVincent Guittot2015-03-271-7/+0
| * | | | sched: Track group sched_entity usage contributionsMorten Rasmussen2015-03-272-0/+5
| * | | | sched: Add sched_avg::utilization_avg_contribVincent Guittot2015-03-273-20/+72
| * | | | sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt2015-03-233-0/+202
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-03-2387-798/+2134
| |\ \ \ \
| * | | | | sched/deadline: Add rq->clock update skip for dl task yieldWanpeng Li2015-03-101-0/+6
| * | | | | sched/rt/nohz: Stop scheduler tick if running realtime taskRik van Riel2015-02-181-0/+17
| * | | | | sched/numa: Avoid some pointless iterationsJan Beulich2015-02-181-0/+2
| * | | | | sched/numa: Do not move past the balance point if unbalancedRik van Riel2015-02-181-15/+26
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-139-103/+119
|\ \ \ \ \ \
| * | | | | | locking/mutex: Further simplify mutex_spin_on_owner()Jason Low2015-04-091-10/+4
| * | | | | | locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document...Tom(JeHyeon) Yeon2015-03-251-1/+1
| * | | | | | locking/rwsem: Fix lock optimistic spinning when owner is not runningJason Low2015-03-071-20/+11
| * | | | | | locking: Remove ACCESS_ONCE() usageDavidlohr Bueso2015-02-244-19/+19
| * | | | | | Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging ne...Ingo Molnar2015-02-2488-857/+2124
| |\ \ \ \ \ \
| * | | | | | | locking/rwsem: Check for active lock before bailing on spinningDavidlohr Bueso2015-02-181-10/+17
| * | | | | | | locking/rwsem: Avoid deceiving lock spinnersDavidlohr Bueso2015-02-181-6/+15
| * | | | | | | locking/rwsem: Set lock ownership ASAPDavidlohr Bueso2015-02-184-24/+28
| * | | | | | | locking/rwsem: Document barrier need when waking tasksDavidlohr Bueso2015-02-182-0/+14
| * | | | | | | locking/futex: Check PF_KTHREAD rather than !p->mm to filter out kthreadsOleg Nesterov2015-02-181-1/+1
| * | | | | | | locking/mutex: Refactor mutex_spin_on_owner()Jason Low2015-02-181-25/+22
| * | | | | | | locking/mutex: In mutex_spin_on_owner(), return true when owner changesJason Low2015-02-181-4/+4
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-131-0/+15
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud