Age | Commit message (Expand) | Author | Files | Lines |
2015-04-02 | timer: Allocate per-cpu tvec_base's statically | Peter Zijlstra | 1 | -29/+19 |
2015-04-02 | sched/deadline: Support DL task migration during CPU hotplug | Wanpeng Li | 1 | -0/+57 |
2015-04-02 | sched/core: Check for available DL bandwidth in cpuset_cpu_inactive() | Juri Lelli | 1 | -28/+28 |
2015-04-02 | sched/deadline: Always enqueue on previous rq when dl_task_timer() fires | Juri Lelli | 1 | -2/+2 |
2015-04-02 | sched/core: Remove unused argument from init_[rt|dl]_rq() | Abel Vesa | 4 | -7/+7 |
2015-04-02 | clockevents: Fix cpu_down() race for hrtimer based broadcasting | Preeti U Murthy | 2 | -8/+13 |
2015-04-02 | tick: Further simplify tick-internal.h | Ingo Molnar | 1 | -39/+40 |
2015-04-01 | Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 1 | -0/+8 |
2015-04-01 | arm/bL_switcher: Kill tick suspend hackery | Thomas Gleixner | 3 | -1/+16 |
2015-04-01 | tick/xen: Provide and use tick_suspend_local() and tick_resume_local() | Thomas Gleixner | 3 | -26/+61 |
2015-04-01 | tick: Make tick_resume_broadcast_oneshot() static | Thomas Gleixner | 2 | -5/+4 |
2015-04-01 | clockevents: Make suspend/resume calls explicit | Thomas Gleixner | 4 | -17/+27 |
2015-04-01 | clockevents: Remove extra local_irq_save() in clockevents_exchange_device() | Thomas Gleixner | 1 | -5/+2 |
2015-04-01 | tick: Move core only declarations and functions to core | Thomas Gleixner | 6 | -4/+88 |
2015-04-01 | tick: Simplify tick-internal.h | Thomas Gleixner | 1 | -96/+49 |
2015-04-01 | tick: Move clocksource related stuff to timekeeping.h | Thomas Gleixner | 5 | -9/+9 |
2015-04-01 | clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD | Thomas Gleixner | 4 | -15/+4 |
2015-03-31 | Merge tag 'v4.0-rc6' into timers/core, before applying new patches | Ingo Molnar | 15 | -85/+250 |
2015-03-30 | ring-buffer: Remove duplicate use of '&' in recursive code | Steven Rostedt (Red Hat) | 1 | -4/+1 |
2015-03-28 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+9 |
2015-03-28 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+2 |
2015-03-28 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+10 |
2015-03-28 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2 | -30/+59 |
2015-03-27 | clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i... | Viresh Kumar | 1 | -1/+2 |
2015-03-27 | clockevents: Manage device's state separately for the core | Viresh Kumar | 5 | -68/+76 |
2015-03-27 | clockevents: Handle tick device's resume separately | Viresh Kumar | 5 | -13/+26 |
2015-03-27 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 11 | -308/+712 |
2015-03-27 | time: Introduce tk_fast_raw | Peter Zijlstra | 1 | -0/+13 |
2015-03-27 | time: Parametrize all tk_fast_mono users | Peter Zijlstra | 1 | -10/+15 |
2015-03-27 | time: Add timerkeeper::tkr_raw | Peter Zijlstra | 1 | -22/+19 |
2015-03-27 | time: Rename timekeeper::tkr to timekeeper::tkr_mono | Peter Zijlstra | 1 | -75/+75 |
2015-03-27 | sched/deadline: Fix rt runtime corruption when dl fails its global constraints | Wanpeng Li | 1 | -3/+3 |
2015-03-27 | sched/deadline: Avoid a superfluous check | Wanpeng Li | 1 | -8/+0 |
2015-03-27 | sched: Improve load balancing in the presence of idle CPUs | Preeti U Murthy | 1 | -3/+5 |
2015-03-27 | sched: Optimize freq invariant accounting | Peter Zijlstra | 2 | -13/+8 |
2015-03-27 | sched: Move CFS tasks to CPUs with higher capacity | Vincent Guittot | 1 | -22/+47 |
2015-03-27 | sched: Add SD_PREFER_SIBLING for SMT level | Vincent Guittot | 1 | -0/+1 |
2015-03-27 | sched: Remove unused struct sched_group_capacity::capacity_orig | Vincent Guittot | 3 | -23/+4 |
2015-03-27 | sched: Replace capacity_factor by usage | Vincent Guittot | 1 | -67/+72 |
2015-03-27 | sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr... | Vincent Guittot | 1 | -0/+29 |
2015-03-27 | sched: Add struct rq::cpu_capacity_orig | Vincent Guittot | 3 | -2/+9 |
2015-03-27 | sched: Make scale_rt invariant with frequency | Vincent Guittot | 2 | -13/+8 |
2015-03-27 | sched: Make sched entity usage tracking scale-invariant | Morten Rasmussen | 1 | -7/+14 |
2015-03-27 | sched: Remove frequency scaling from cpu_capacity | Vincent Guittot | 1 | -7/+0 |
2015-03-27 | sched: Track group sched_entity usage contributions | Morten Rasmussen | 2 | -0/+5 |
2015-03-27 | sched: Add sched_avg::utilization_avg_contrib | Vincent Guittot | 3 | -20/+72 |
2015-03-27 | timers, sched/clock: Clean up the code a bit | Ingo Molnar | 1 | -51/+56 |
2015-03-27 | timers, sched/clock: Avoid deadlock during read from NMI | Daniel Thompson | 1 | -35/+68 |
2015-03-27 | timers, sched/clock: Remove redundant notrace from update function | Daniel Thompson | 1 | -1/+1 |
2015-03-27 | timers, sched/clock: Remove suspend from clock_read_data() | Daniel Thompson | 1 | -15/+25 |