summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner
2018-04-26tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner
2018-04-19posix-cpu-timers: Ensure set_process_cpu_timer is always evaluatedLaura Abbott
2018-04-17timekeeping: Remove __current_kernel_time()Baolin Wang
2018-04-17clockevents: Fix kernel messages split across multiple linesGeert Uytterhoeven
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-12Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki
2018-04-10tick-sched: avoid a maybe-uninitialized warningArnd Bergmann
2018-04-09time: hrtimer: Use timerqueue_iterate_next() to get to the next timerRafael J. Wysocki
2018-04-09nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki
2018-04-09nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker
2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki
2018-04-07time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki
2018-04-05time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
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