summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2018-04-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-03-29alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner
2018-03-22posix-timers: Protect posix clock array access against speculationThomas Gleixner
2018-03-19y2038: Introduce struct __kernel_old_timevalArnd Bergmann
2018-03-13hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner
2018-03-13posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner
2018-03-13timekeeping: Remove boot time specific codeThomas Gleixner
2018-03-13timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner
2018-03-13timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner
2018-03-11Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-03-10timekeeping/ntp: Determine the multiplier directly from NTP tick lengthMiroslav Lichvar
2018-03-10timekeeping/ntp: Don't align NTP frequency adjustments to ticksMiroslav Lichvar
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra
2018-03-09Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2018-02-28timers: Forward timer base before migrating timersLingutla Chandrasekhar
2018-02-28clocksource: Use ATTRIBUTE_GROUPSBaolin Wang
2018-02-28clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesBaolin Wang
2018-02-28clocksource: Don't walk the clocksource list for empty overrideBaolin Wang
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker
2018-02-21nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker
2018-02-21nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker
2018-02-15sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney
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-25kdb: use __ktime_get_real_seconds instead of __current_kernel_timeArnd Bergmann
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