| Commit message (Expand) | Author | Age | Files | Lines |
* | nohz: Gather tick_sched booleans under a common flag field | Frederic Weisbecker | 2018-04-09 | 2 | -9/+15 |
* | cpuidle: menu: Refine idle state selection for running tick | Rafael J. Wysocki | 2018-04-09 | 1 | -6/+6 |
* | sched: idle: Select idle state before stopping the tick | Rafael J. Wysocki | 2018-04-09 | 2 | -14/+49 |
* | time: hrtimer: Introduce hrtimer_next_event_without() | Rafael J. Wysocki | 2018-04-07 | 1 | -2/+53 |
* | time: tick-sched: Split tick_nohz_stop_sched_tick() | Rafael J. Wysocki | 2018-04-07 | 2 | -46/+82 |
* | cpuidle: Return nohz hint from cpuidle_select() | Rafael J. Wysocki | 2018-04-06 | 1 | -0/+20 |
* | jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC | Rafael J. Wysocki | 2018-04-06 | 1 | -1/+1 |
* | sched: idle: Do not stop the tick upfront in the idle loop | Rafael J. Wysocki | 2018-04-05 | 1 | -8/+18 |
* | time: tick-sched: Reorganize idle tick management code | Rafael J. Wysocki | 2018-04-05 | 1 | -21/+25 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-04-02 | 1 | -14/+8 |
|\ |
|
| * | sched/nohz: Clean up nohz enter/exit | Peter Zijlstra | 2018-03-09 | 1 | -7/+0 |
| * | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2018-03-09 | 1 | -0/+6 |
| |\ |
|
| * | | sched/nohz: Remove the 1 Hz tick code | Frederic Weisbecker | 2018-02-21 | 1 | -6/+0 |
| * | | nohz: Allow to check if remote CPU tick is stopped | Frederic Weisbecker | 2018-02-21 | 1 | -0/+7 |
| * | | nohz: Convert tick_nohz_tick_stopped() to bool | Frederic Weisbecker | 2018-02-21 | 1 | -1/+1 |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-04-02 | 2 | -30/+2 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2018-03-11 | 2 | -30/+2 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | sched/isolation: Eliminate NO_HZ_FULL_ALL | Paul E. McKenney | 2018-02-15 | 2 | -30/+2 |
| | |/ |
|
* | / | posix-timers: Protect posix clock array access against speculation | Thomas Gleixner | 2018-03-22 | 1 | -3/+8 |
|/ / |
|
* / | timers: Forward timer base before migrating timers | Lingutla Chandrasekhar | 2018-02-28 | 1 | -0/+6 |
|/ |
|
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | hrtimer: remove unneeded kallsyms include | Sergey Senozhatsky | 2018-02-06 | 1 | -1/+0 |
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-30 | 1 | -2/+2 |
|\ |
|
| * | ipc, kernel, mm: annotate ->poll() instances | Al Viro | 2017-11-27 | 1 | -2/+2 |
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-01-30 | 1 | -1/+1 |
|\ \ |
|
| * | | signal: Replace memset(info,...) with clear_siginfo for clarity | Eric W. Biederman | 2018-01-22 | 1 | -1/+1 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-01-30 | 1 | -0/+18 |
|\ \ \ |
|
| * | | | sched/deadline: Implement "runtime overrun signal" support | Juri Lelli | 2018-01-10 | 1 | -0/+18 |
| |/ / |
|
* | | | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 2018-01-27 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | hrtimer: Reset hrtimer cpu base proper on CPU hotplug | Thomas Gleixner | 2018-01-27 | 1 | -0/+3 |
* | | | | hrtimer: Implement SOFT/HARD clock base selection | Anna-Maria Gleixner | 2018-01-16 | 1 | -4/+11 |
* | | | | hrtimer: Implement support for softirq based hrtimers | Anna-Maria Gleixner | 2018-01-16 | 1 | -24/+172 |
* | | | | hrtimer: Prepare handling of hard and softirq based hrtimers | Anna-Maria Gleixner | 2018-01-16 | 1 | -9/+29 |
* | | | | hrtimer: Add clock bases and hrtimer mode for softirq context | Anna-Maria Gleixner | 2018-01-16 | 1 | -0/+20 |
* | | | | hrtimer: Use irqsave/irqrestore around __run_hrtimer() | Anna-Maria Gleixner | 2018-01-16 | 1 | -13/+18 |
* | | | | hrtimer: Factor out __hrtimer_next_event_base() | Anna-Maria Gleixner | 2018-01-16 | 1 | -4/+16 |
* | | | | hrtimer: Factor out __hrtimer_start_range_ns() | Anna-Maria Gleixner | 2018-01-16 | 1 | -20/+24 |
* | | | | hrtimer: Remove the 'base' parameter from hrtimer_reprogram() | Anna-Maria Gleixner | 2018-01-16 | 1 | -3/+3 |
* | | | | hrtimer: Make remote enqueue decision less restrictive | Anna-Maria Gleixner | 2018-01-16 | 1 | -1/+1 |
* | | | | hrtimer: Unify remote enqueue handling | Anna-Maria Gleixner | 2018-01-16 | 3 | -19/+14 |
* | | | | hrtimer: Unify hrtimer removal handling | Anna-Maria Gleixner | 2018-01-16 | 1 | -6/+4 |
* | | | | hrtimer: Make hrtimer_force_reprogramm() unconditionally available | Anna-Maria Gleixner | 2018-01-16 | 1 | -32/+28 |
* | | | | hrtimer: Make hrtimer_reprogramm() unconditional | Anna-Maria Gleixner | 2018-01-16 | 1 | -67/+62 |
* | | | | hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional | Anna-Maria Gleixner | 2018-01-16 | 1 | -10/+2 |
* | | | | hrtimer: Make the remote enqueue check unconditional | Anna-Maria Gleixner | 2018-01-16 | 1 | -20/+6 |
* | | | | hrtimer: Use accesor functions instead of direct access | Anna-Maria Gleixner | 2018-01-16 | 1 | -2/+2 |
* | | | | hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl... | Anna-Maria Gleixner | 2018-01-16 | 1 | -16/+15 |
* | | | | hrtimer: Store running timer in hrtimer_clock_base | Anna-Maria Gleixner | 2018-01-16 | 1 | -15/+13 |
* | | | | hrtimer: Switch 'for' loop to _ffs() evaluation | Anna-Maria Gleixner | 2018-01-16 | 1 | -10/+21 |
* | | | | tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint | Anna-Maria Gleixner | 2018-01-16 | 1 | -7/+9 |