summaryrefslogtreecommitdiff
path: root/kernel/time/hrtimer.c
AgeCommit message (Expand)Author
2018-03-20hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-02-28time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum
2015-05-13ktime: Fix ktime_divns to do signed divisionJohn Stultz
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner
2015-04-03clockevents: Make tick handover explicitThomas Gleixner
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-02-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-02-05hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz
2015-01-24hrtimer: Make __hrtimer_get_next_event() statickbuild test robot
2015-01-24Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/li...Thomas Gleixner
2015-01-23ktime: Optimize ktime_divns for constant divisorsNicolas Pitre
2015-01-23hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-08-26time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge periodChristoph Lameter
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter
2014-07-23time: Consolidate the time accessor prototypesThomas Gleixner
2014-07-23ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner
2014-07-23ktime: Kill non-scalar ktime_t implementation for 2038John Stultz
2014-07-23hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz
2014-06-23hrtimer: Remove hrtimer_enqueue_reprogram()Viresh Kumar
2014-06-23hrtimer: Kick lowres dynticks targets on timer enqueueViresh Kumar
2014-06-23hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner