summaryrefslogtreecommitdiff
path: root/kernel/time (unfollow)
Commit message (Expand)Author
2023-07-16kernel: time: Add delay after cpu_relax() in tight loopsPrasad Sodagudi
2021-12-22timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao
2020-11-18random32: make prandom_u32() output unpredictableGeorge Spelvin
2020-08-21random32: update the net random state on interrupt and activityWilly Tarreau
2020-05-20ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2020-02-14clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov
2020-01-04hrtimer: Annotate lockless access to timer->stateEric Dumazet
2019-12-23posix_cpu_timer: check return on cpu_timer_sample_groupChris Fries
2019-11-10alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPPPetr Vorel
2019-10-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo
2019-08-04timer_list: Guard procfs specific codeNathan Huckleberry
2019-08-04ntp: Limit TAI-UTC offsetMiroslav Lichvar
2019-06-22ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar
2019-05-16timer/debug: Change /proc/timer_stats from 0644 to 0600Ben Hutchings
2019-02-20timekeeping: Use proper seqcount initializerBart Van Assche
2018-12-27Revert "rtc: alarm: Add power-on alarm feature"Mao Jinlong
2018-12-21timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar
2018-12-17posix-timers: Sanitize overrun handlingThomas Gleixner
2018-11-06timekeeping: Cap adjustments so they don't exceed the maxadj valueJohn Stultz
2018-10-10alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner
2018-08-09nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven
2018-05-26time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz
2018-05-26tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-04-23UPSTREAM: timer: Export destroy_hrtimer_on_stack()Guenter Roeck
2018-03-24time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani
2018-03-22sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka
2018-03-22timers, sched_clock: Update timeout for clock wrapDavid Engraf
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-02-16posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2018-02-14time: Fix ktime_get_raw() incorrect base accumulationJohn Stultz
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner
2018-01-31timers: Plug locking race vs. timer migrationThomas Gleixner
2018-01-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum
2018-01-02nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner
2017-11-29BACKPORT: time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz
2017-11-29BACKPORT: time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung
2017-07-27alarmtimer: don't rate limit one-shot timersGreg Hackmann
2017-07-18UPSTREAM: cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyChris Redpath
2017-06-29time: Fix clock->read(clock) race around clocksource changesJohn Stultz
2017-06-26alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-06-26alarmtimer: Prevent overflow of relative timersThomas Gleixner
2017-05-31drivers: Warning fixes to disable CC_OPTIMIZE_FOR_SIZEPrasad Sodagudi
2017-05-22hrtimer: Don't drop the base lock when migration during isolationPavankumar Kondeti
2017-05-16time: Remove CONFIG_TIMER_STATSKees Cook
2017-05-15timer: Clear deferrable_pending while handling timer softirqNeeraj Upadhyay
2017-04-21sched: Add a check for cpu unbound deferrable timersPrasad Sodagudi
2017-03-06clocksource: add API to force re-selection of the best clocksourceSe Wang (Patrick) Oh
2017-03-02alarmtimer: Program mpm wakeup time in millisecondsMohit Aggarwal