aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2018-02-28timers: Forward timer base before migrating timersLingutla Chandrasekhar
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06hrtimer: remove unneeded kallsyms includeSergey Senozhatsky
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-01-27Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2018-01-27hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman
2018-01-16hrtimer: Implement SOFT/HARD clock base selectionAnna-Maria Gleixner
2018-01-16hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner
2018-01-16hrtimer: Prepare handling of hard and softirq based hrtimersAnna-Maria Gleixner
2018-01-16hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner
2018-01-16hrtimer: Use irqsave/irqrestore around __run_hrtimer()Anna-Maria Gleixner
2018-01-16hrtimer: Factor out __hrtimer_next_event_base()Anna-Maria Gleixner
2018-01-16hrtimer: Factor out __hrtimer_start_range_ns()Anna-Maria Gleixner
2018-01-16hrtimer: Remove the 'base' parameter from hrtimer_reprogram()Anna-Maria Gleixner
2018-01-16hrtimer: Make remote enqueue decision less restrictiveAnna-Maria Gleixner
2018-01-16hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner
2018-01-16hrtimer: Unify hrtimer removal handlingAnna-Maria Gleixner
2018-01-16hrtimer: Make hrtimer_force_reprogramm() unconditionally availableAnna-Maria Gleixner
2018-01-16hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner
2018-01-16hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner
2018-01-16hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner
2018-01-16hrtimer: Use accesor functions instead of direct accessAnna-Maria Gleixner
2018-01-16hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner
2018-01-16hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner
2018-01-16hrtimer: Switch 'for' loop to _ffs() evaluationAnna-Maria Gleixner
2018-01-16tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepointAnna-Maria Gleixner
2018-01-16hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-01-16hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner
2018-01-16hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner
2018-01-16hrtimer: Correct blatantly incorrect commentThomas Gleixner
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner
2018-01-16Merge branch 'timers/urgent' into timers/core, to pick up dependent fixIngo Molnar
2018-01-14timers: Unconditionally check deferrable baseThomas Gleixner
2018-01-14posix-cpu-timers: Make set_process_cpu_timer() more robustMax R. P. Grossmann
2018-01-10sched/deadline: Implement "runtime overrun signal" supportJuri Lelli
2018-01-04posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-12-29timers: Invoke timer_start_debug() where it makes senseThomas Gleixner
2017-12-29nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner
2017-12-29timers: Reinitialize per cpu bases on hotplugThomas Gleixner
2017-12-29timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes
2017-12-18sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATIONPaul E. McKenney
2017-12-15posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner