summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2020-11-18random32: make prandom_u32() output unpredictableGeorge Spelvin1-7/+0
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-02-14clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov1-2/+9
2020-02-14alarmtimer: 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-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-07-31timer_list: Guard procfs specific codeNathan Huckleberry1-17/+19
2019-07-31ntp: Limit TAI-UTC offsetMiroslav Lichvar1-1/+3
2019-06-15ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar1-1/+1
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-12-21timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar1-1/+1
2018-10-03posix-timers: Sanitize overrun handlingThomas Gleixner2-12/+21
2018-10-03posix-timers: Make forward callback return s64Thomas Gleixner3-6/+6
2018-10-03alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner1-1/+2
2018-09-29tick/nohz: Prevent bogus softirq pending warningThomas Gleixner1-1/+1
2018-09-19timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli1-13/+16
2018-08-09nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner1-1/+1
2018-07-22clocksource: Initialize cs->wd_listPeter Zijlstra1-0/+2
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven1-2/+4
2018-05-22tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8
2018-05-01tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner1-5/+6
2018-04-26alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner1-8/+26
2018-03-28posix-timers: Protect posix clock array access against speculationThomas Gleixner1-3/+8
2018-03-08timers: Forward timer base before migrating timersLingutla Chandrasekhar1-0/+6
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner1-1/+6
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner1-0/+3
2018-01-23timers: Unconditionally check deferrable baseThomas Gleixner1-1/+1
2018-01-02nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner1-2/+17
2018-01-02timers: Reinitialize per cpu bases on hotplugThomas Gleixner1-0/+15
2018-01-02timers: Invoke timer_start_debug() where it makes senseThomas Gleixner1-2/+2
2018-01-02timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner1-9/+7
2018-01-02cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes1-0/+13
2017-12-20posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-12/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman11-0/+11
2017-09-08drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day1-1/+1
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+3
2017-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+22
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki1-2/+3
2017-08-31alarmtimer: Ensure RTC module is not unloadedAlexandre Belloni1-0/+6
2017-08-26time: Fix ktime_get_raw() incorrect base accumulationJohn Stultz1-3/+1