summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2023-05-17tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)1-3/+8
2023-05-17nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker1-0/+7
2023-03-11timers: Prevent union confusion from unexpected restart_syscall()Jann Horn3-0/+6
2023-02-25alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner1-4/+29
2022-06-25timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld1-0/+15
2021-12-22timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao1-2/+1
2021-09-22hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner1-7/+53
2021-07-20clocksource: Retry clock read if long delays detectedPaul E. McKenney1-6/+47
2021-05-22posix-timers: Preserve return value in clock_adjtime32()Chen Jun1-2/+2
2021-03-24kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov3-3/+3
2021-03-17hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen1-21/+39
2020-11-18random32: make prandom_u32() output unpredictableGeorge Spelvin1-7/+0
2020-11-18tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang1-0/+2
2020-11-18time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao1-4/+0
2020-10-01timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang1-2/+1
2020-08-07random32: update the net random state on interrupt and activityWilly Tarreau1-0/+8
2020-07-22timer: Fix wheel index calculation on last levelFrederic Weisbecker1-2/+2
2020-07-22timer: Prevent base->clk from moving backwardFrederic Weisbecker1-3/+14
2020-02-11clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov1-2/+9
2020-02-11alarmtimer: Unregister wakeup source when module get failsStephen Boyd1-3/+5
2020-01-23tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet1-5/+9
2020-01-04ptp: fix the race between the release of ptp_clock and cdevVladis Dronov1-18/+13
2020-01-04hrtimer: Annotate lockless access to timer->stateEric Dumazet1-4/+7
2019-11-20y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann2-30/+9
2019-10-11tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan1-28/+29
2019-10-11timer: Read jiffies once when forwarding base clkLi RongQing1-3/+5
2019-10-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo1-2/+2
2019-10-05posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner1-7/+13
2019-09-16timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld1-1/+1
2019-07-26timer_list: Guard procfs specific codeNathan Huckleberry1-17/+19
2019-07-26ntp: Limit TAI-UTC offsetMiroslav Lichvar1-1/+3
2019-06-19timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner1-2/+3
2019-06-15ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar1-1/+1
2019-05-31timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner2-4/+4
2019-04-27timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen3-2/+11
2019-04-17alarmtimer: Return correct remaining timeAndrei Vagin1-1/+1
2019-02-12timekeeping: Use proper seqcount initializerBart Van Assche1-1/+3
2019-01-31posix-cpu-timers: Unbreak timer rearmingThomas Gleixner1-0/+1
2018-12-29posix-timers: Fix division by zero bugThomas Gleixner1-4/+1
2018-09-06clocksource: Revert "Remove kthread"Peter Zijlstra1-10/+30
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-15/+13
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+2
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-30/+34
2018-08-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-106/+340
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller1-11/+2
2018-08-02clockevents: Warn if cpu_all_mask is used as cpumaskSudeep Holla1-0/+6
2018-08-02tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimerSudeep Holla1-1/+1
2018-08-02timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli1-13/+16
2018-07-31nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner1-1/+1
2018-07-30timekeeping: Prevent false warning when persistent clock is not availablePavel Tatashin1-1/+1