summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2019-07-19Merge tag 'v4.19.59' into v4.19-rtSteven Rostedt (VMware)
2019-06-19timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner
2019-06-15ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar
2019-06-14Merge tag 'v4.19.47' into v4.19-rtSteven Rostedt (VMware)
2019-05-31timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner
2019-04-28Merge tag 'v4.19.37' into v4.19-rtSteven Rostedt (VMware)
2019-04-27timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen
2019-04-17alarmtimer: Return correct remaining timeAndrei Vagin
2019-02-26hrtimer: cpu_chill(): save task state in ->saved_state()Sebastian Andrzej Siewior
2019-02-21hrtimer: Don't lose state in cpu_chill()Sebastian Andrzej Siewior
2019-02-18Merge tag 'v4.19.23' into linux-4.19.y-rtSebastian Andrzej Siewior
2019-02-12timekeeping: Use proper seqcount initializerBart Van Assche
2019-01-31posix-cpu-timers: Unbreak timer rearmingThomas Gleixner
2019-01-07Merge tag 'v4.19.13' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-12-29posix-timers: Fix division by zero bugThomas Gleixner
2018-12-13hrtimer: move state change before hrtimer_cancel in do_nanosleep()Sebastian Andrzej Siewior
2018-10-29irqwork: push most work into softirq contextSebastian Andrzej Siewior
2018-10-29rt: Introduce cpu_chill()Thomas Gleixner
2018-10-29softirq: Split softirq locksThomas Gleixner
2018-10-29posix-timers: Thread posix-cpu-timers on -rtJohn Stultz
2018-10-29hrtimer: Move schedule_work call to helper threadYang Shi
2018-10-29hrtimer: by timers by default into the softirq contextSebastian Andrzej Siewior
2018-10-29hrtimers: Prepare full preemptionIngo Molnar
2018-10-29hrtimer: consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
2018-10-29time/hrtimer: avoid schedule_work() with interrupts disabledSebastian Andrzej Siewior
2018-10-29timers: Prepare for full preemptionIngo Molnar
2018-10-29timekeeping: Split jiffies seqlockThomas Gleixner
2018-09-06clocksource: Revert "Remove kthread"Peter Zijlstra
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller
2018-08-02clockevents: Warn if cpu_all_mask is used as cpumaskSudeep Holla
2018-08-02tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimerSudeep Holla
2018-08-02timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli
2018-07-31nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-07-30timekeeping: Prevent false warning when persistent clock is not availablePavel Tatashin
2018-07-21signal: Pass pid and pid type into send_sigqueueEric W. Biederman
2018-07-21posix-timers: Noralize good_sigeventEric W. Biederman
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman
2018-07-20Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stu...Thomas Gleixner
2018-07-19time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang
2018-07-19time: Fix extra sleeptime injection when suspend failsMukesh Ojha
2018-07-19timekeeping/ntp: Constify some function argumentsOndrej Mosnacek
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin
2018-07-20timekeeping: Default boot time offset to local_clock()Pavel Tatashin
2018-07-20timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_o...Pavel Tatashin
2018-07-19ntp: Use kstrtos64 for s64 variableOndrej Mosnacek
2018-07-19ntp: Remove redundant argumentsOndrej Mosnacek