summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-21signal: Pass pid and pid type into send_sigqueueEric W. Biederman1-9/+4
2018-07-21posix-timers: Noralize good_sigeventEric W. Biederman1-3/+5
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman2-3/+4
2018-07-20Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stu...Thomas Gleixner6-43/+214
2018-07-19time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang2-8/+163
2018-07-19time: Fix extra sleeptime injection when suspend failsMukesh Ojha1-7/+25
2018-07-19timekeeping/ntp: Constify some function argumentsOndrej Mosnacek5-21/+22
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin1-1/+1
2018-07-20timekeeping: Default boot time offset to local_clock()Pavel Tatashin1-2/+5
2018-07-20timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_o...Pavel Tatashin1-29/+30
2018-07-19ntp: Use kstrtos64 for s64 variableOndrej Mosnacek1-3/+2
2018-07-19ntp: Remove redundant argumentsOndrej Mosnacek1-6/+4
2018-07-19timer: Fix coding styleYi Wang1-1/+1
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner4-11/+35
2018-07-12hrtimer: Improve kernel message printingGeert Uytterhoeven1-4/+3