summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang45 hours1-0/+2
* ntp: Safeguard against time_constant overflowJustin Stitt2024-08-191-3/+2
* ntp: Clamp maxerror and esterror to operating rangeJustin Stitt2024-08-191-2/+2
* tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner2024-08-191-1/+2
* tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao2024-08-191-0/+23
* timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner2024-04-131-9/+9
* timers: Use del_timer_sync() even on UPThomas Gleixner2024-04-131-2/+0
* timers: Update kernel-doc for various functionsThomas Gleixner2024-04-131-58/+90
* timers: Prepare support for PREEMPT_RTAnna-Maria Gleixner2024-04-131-8/+95
* timer/trace: Improve timer tracingAnna-Maria Gleixner2024-04-131-4/+13
* timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber2024-03-261-4/+2
* timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber2024-03-261-8/+10
* timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber2024-03-261-1/+1
* hrtimer: Report offline hrtimer enqueueFrederic Weisbecker2024-02-231-0/+3
* tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen2024-02-231-0/+5
* tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens2024-01-251-0/+5
* hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-12-131-21/+12
* posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner2023-08-111-13/+18
* tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)2023-05-171-3/+8
* nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker2023-05-171-0/+7
* timers: Prevent union confusion from unexpected restart_syscall()Jann Horn2023-03-113-0/+6
* alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner2023-02-251-4/+29
* timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld2022-06-251-0/+15
* timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao2021-12-221-2/+1
* hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner2021-09-221-7/+53
* clocksource: Retry clock read if long delays detectedPaul E. McKenney2021-07-201-6/+47
* posix-timers: Preserve return value in clock_adjtime32()Chen Jun2021-05-221-2/+2
* kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-243-3/+3
* hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen2021-03-171-21/+39
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-7/+0
* tick/common: Touch watchdog in tick_unfreeze() on all CPUsChunyan Zhang2020-11-181-0/+2
* time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-11-181-4/+0
* timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang2020-10-011-2/+1
* random32: update the net random state on interrupt and activityWilly Tarreau2020-08-071-0/+8
* timer: Fix wheel index calculation on last levelFrederic Weisbecker2020-07-221-2/+2
* timer: Prevent base->clk from moving backwardFrederic Weisbecker2020-07-221-3/+14
* clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov2020-02-111-2/+9
* alarmtimer: Unregister wakeup source when module get failsStephen Boyd2020-02-111-3/+5
* tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet2020-01-231-5/+9
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2020-01-041-18/+13
* hrtimer: Annotate lockless access to timer->stateEric Dumazet2020-01-041-4/+7
* y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann2019-11-202-30/+9
* tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan2019-10-111-28/+29
* timer: Read jiffies once when forwarding base clkLi RongQing2019-10-111-3/+5
* alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo2019-10-051-2/+2
* posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner2019-10-051-7/+13
* timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld2019-09-161-1/+1
* timer_list: Guard procfs specific codeNathan Huckleberry2019-07-261-17/+19
* ntp: Limit TAI-UTC offsetMiroslav Lichvar2019-07-261-1/+3
* timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner2019-06-191-2/+3