summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar2019-06-151-1/+1
* timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner2019-05-312-4/+4
* timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen2019-04-273-2/+11
* alarmtimer: Return correct remaining timeAndrei Vagin2019-04-171-1/+1
* timekeeping: Use proper seqcount initializerBart Van Assche2019-02-121-1/+3
* posix-cpu-timers: Unbreak timer rearmingThomas Gleixner2019-01-311-0/+1
* posix-timers: Fix division by zero bugThomas Gleixner2018-12-291-4/+1
* clocksource: Revert "Remove kthread"Peter Zijlstra2018-09-061-10/+30
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-213-15/+13
|\
| * signal: Pass pid and pid type into send_sigqueueEric W. Biederman2018-07-211-9/+4
| * posix-timers: Noralize good_sigeventEric W. Biederman2018-07-211-3/+5
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-212-3/+4
* | Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-131-11/+2
|\ \
| * | parisc: Drop architecture-specific ENOTSUP defineHelge Deller2018-08-131-11/+2
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-132-30/+34
|\ \ \
| * | | timekeeping: Prevent false warning when persistent clock is not availablePavel Tatashin2018-07-301-1/+1
| * | | sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin2018-07-201-1/+1
| * | | timekeeping: Default boot time offset to local_clock()Pavel Tatashin2018-07-201-2/+5
| * | | timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_o...Pavel Tatashin2018-07-201-29/+30
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-1316-106/+340
|\ \ \ \ | |_|/ / |/| | |
| * | | clockevents: Warn if cpu_all_mask is used as cpumaskSudeep Holla2018-08-021-0/+6
| * | | tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimerSudeep Holla2018-08-021-1/+1
| * | | timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli2018-08-021-13/+16