summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2020-08-07random32: update the net random state on interrupt and activityWilly Tarreau
2020-07-22timer: Fix wheel index calculation on last levelFrederic Weisbecker
2020-07-22timer: Prevent base->clk from moving backwardFrederic Weisbecker
2020-02-11clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov
2020-02-11alarmtimer: Unregister wakeup source when module get failsStephen Boyd
2020-01-23tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2020-01-04ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2020-01-04hrtimer: Annotate lockless access to timer->stateEric Dumazet
2019-11-20y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann
2019-10-11tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan
2019-10-11timer: Read jiffies once when forwarding base clkLi RongQing
2019-10-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo
2019-10-05posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner
2019-09-16timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld
2019-07-26timer_list: Guard procfs specific codeNathan Huckleberry
2019-07-26ntp: Limit TAI-UTC offsetMiroslav Lichvar
2019-06-19timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner
2019-06-15ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar
2019-05-31timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner
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-12timekeeping: Use proper seqcount initializerBart Van Assche
2019-01-31posix-cpu-timers: Unbreak timer rearmingThomas Gleixner
2018-12-29posix-timers: Fix division by zero bugThomas 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
2018-07-19timer: Fix coding styleYi Wang
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2018-07-12hrtimer: Improve kernel message printingGeert Uytterhoeven