summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-021-14/+8
|\
| * sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-091-7/+0
| * Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-091-0/+6
| |\
| * | sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-211-6/+0
| * | nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker2018-02-211-0/+7
| * | nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker2018-02-211-1/+1
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-022-30/+2
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-03-112-30/+2
| |\ \ \ | | |_|/ | |/| |
| | * | sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney2018-02-152-30/+2
| | |/
* | / posix-timers: Protect posix clock array access against speculationThomas Gleixner2018-03-221-3/+8
|/ /
* / timers: Forward timer base before migrating timersLingutla Chandrasekhar2018-02-281-0/+6
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* hrtimer: remove unneeded kallsyms includeSergey Senozhatsky2018-02-061-1/+0
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-1/+1
|\ \
| * | signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-221-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-301-0/+18
|\ \ \
| * | | sched/deadline: Implement "runtime overrun signal" supportJuri Lelli2018-01-101-0/+18
| |/ /
* | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-01-271-0/+4
|\ \ \
| * | | hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-271-0/+3
* | | | hrtimer: Implement SOFT/HARD clock base selectionAnna-Maria Gleixner2018-01-161-4/+11
* | | | hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner2018-01-161-24/+172
* | | | hrtimer: Prepare handling of hard and softirq based hrtimersAnna-Maria Gleixner2018-01-161-9/+29
* | | | hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner2018-01-161-0/+20
* | | | hrtimer: Use irqsave/irqrestore around __run_hrtimer()Anna-Maria Gleixner2018-01-161-13/+18
* | | | hrtimer: Factor out __hrtimer_next_event_base()Anna-Maria Gleixner2018-01-161-4/+16
* | | | hrtimer: Factor out __hrtimer_start_range_ns()Anna-Maria Gleixner2018-01-161-20/+24
* | | | hrtimer: Remove the 'base' parameter from hrtimer_reprogram()Anna-Maria Gleixner2018-01-161-3/+3
* | | | hrtimer: Make remote enqueue decision less restrictiveAnna-Maria Gleixner2018-01-161-1/+1
* | | | hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner2018-01-163-19/+14
* | | | hrtimer: Unify hrtimer removal handlingAnna-Maria Gleixner2018-01-161-6/+4
* | | | hrtimer: Make hrtimer_force_reprogramm() unconditionally availableAnna-Maria Gleixner2018-01-161-32/+28
* | | | hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner2018-01-161-67/+62
* | | | hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner2018-01-161-10/+2
* | | | hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner2018-01-161-20/+6
* | | | hrtimer: Use accesor functions instead of direct accessAnna-Maria Gleixner2018-01-161-2/+2
* | | | hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner2018-01-161-16/+15
* | | | hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner2018-01-161-15/+13
* | | | hrtimer: Switch 'for' loop to _ffs() evaluationAnna-Maria Gleixner2018-01-161-10/+21
* | | | tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepointAnna-Maria Gleixner2018-01-161-7/+9
* | | | hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-01-161-1/+6
* | | | hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner2018-01-161-4/+5
* | | | hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner2018-01-161-6/+6
* | | | hrtimer: Correct blatantly incorrect commentThomas Gleixner2018-01-161-3/+3
* | | | hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-164-61/+60
* | | | Merge branch 'timers/urgent' into timers/core, to pick up dependent fixIngo Molnar2018-01-161-1/+1
|\| | |
| * | | timers: Unconditionally check deferrable baseThomas Gleixner2018-01-141-1/+1
| |/ /
* | | posix-cpu-timers: Make set_process_cpu_timer() more robustMax R. P. Grossmann2018-01-141-2/+1
* | | posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers2018-01-042-3/+3
|/ /