summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-7/+0
* random32: update the net random state on interrupt and activityWilly Tarreau2020-08-211-0/+8
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2020-05-201-18/+13
* clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov2020-02-141-2/+9
* hrtimer: Annotate lockless access to timer->stateEric Dumazet2020-01-041-4/+7
* alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPPPetr Vorel2019-11-101-2/+2
* alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo2019-10-051-2/+2
* timer_list: Guard procfs specific codeNathan Huckleberry2019-08-041-17/+19
* ntp: Limit TAI-UTC offsetMiroslav Lichvar2019-08-041-1/+3
* ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar2019-06-221-1/+1
* timer/debug: Change /proc/timer_stats from 0644 to 0600Ben Hutchings2019-05-161-1/+1
* timekeeping: Use proper seqcount initializerBart Van Assche2019-02-201-1/+3
* timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar2018-12-211-1/+1
* posix-timers: Sanitize overrun handlingThomas Gleixner2018-12-172-11/+20
* alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2018-10-101-1/+2
* nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner2018-08-091-1/+1
* time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-07-031-2/+4
* time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2018-05-261-10/+10
* tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-261-0/+8
* time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani2018-03-241-10/+24
* sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka2018-03-221-0/+6
* timers, sched_clock: Update timeout for clock wrapDavid Engraf2018-03-221-0/+5
* hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-03-031-1/+6
* posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2018-02-161-15/+19
* hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-311-0/+3
* timers: Plug locking race vs. timer migrationThomas Gleixner2018-01-311-1/+8
* time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum2018-01-311-1/+1
* nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2018-01-021-2/+17
* timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-10-051-1/+1
* alarmtimer: don't rate limit one-shot timersGreg Hackmann2017-07-271-1/+2
* time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-291-13/+34
* alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-06-261-0/+8
* alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-06-261-3/+3
* tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2017-01-121-0/+3
* timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2017-01-091-2/+2
* timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz2016-10-161-2/+5
* time: Add cycles to nanoseconds translationChristopher S. Hall2016-10-161-4/+21
* timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz2016-09-151-1/+4
* timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-09-151-2/+7
* clocksource: Allow unregistering the watchdogVitaly Kuznetsov2016-09-151-10/+42
* ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz2016-09-151-2/+12
* time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2016-09-152-3/+9
* hrtimer: Catch illegal clockidsMarc Zyngier2016-09-151-1/+6
* posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan2016-08-101-0/+1
* tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li2016-03-031-2/+2
* time: Avoid signed overflow in timekeeping_get_ns()David Gibson2016-03-031-2/+1
* posix-clock: Fix return code on the poll method's error pathRichard Cochran2016-03-031-2/+2
* itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-251-1/+1
* posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-251-1/+1
* hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2016-02-172-19/+38