summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2020-11-18random32: make prandom_u32() output unpredictableGeorge Spelvin1-7/+0
2020-08-21random32: update the net random state on interrupt and activityWilly Tarreau1-0/+8
2020-05-20ptp: fix the race between the release of ptp_clock and cdevVladis Dronov1-18/+13
2020-02-14clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov1-2/+9
2020-01-04hrtimer: Annotate lockless access to timer->stateEric Dumazet1-4/+7
2019-11-10alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPPPetr Vorel1-2/+2
2019-10-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo1-2/+2
2019-08-04timer_list: Guard procfs specific codeNathan Huckleberry1-17/+19
2019-08-04ntp: Limit TAI-UTC offsetMiroslav Lichvar1-1/+3
2019-06-22ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar1-1/+1
2019-05-16timer/debug: Change /proc/timer_stats from 0644 to 0600Ben Hutchings1-1/+1
2019-02-20timekeeping: Use proper seqcount initializerBart Van Assche1-1/+3
2018-12-21timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar1-1/+1
2018-12-17posix-timers: Sanitize overrun handlingThomas Gleixner2-11/+20
2018-10-10alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner1-1/+2
2018-08-09nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner1-1/+1
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven1-2/+4
2018-05-26time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz1-10/+10
2018-05-26tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8
2018-03-24time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani1-10/+24
2018-03-22sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka1-0/+6
2018-03-22timers, sched_clock: Update timeout for clock wrapDavid Engraf1-0/+5
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner1-1/+6
2018-02-16posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-15/+19
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner1-0/+3
2018-01-31timers: Plug locking race vs. timer migrationThomas Gleixner1-1/+8
2018-01-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum1-1/+1
2018-01-02nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner1-2/+17
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung1-1/+1
2017-07-27alarmtimer: don't rate limit one-shot timersGreg Hackmann1-1/+2
2017-06-29time: Fix clock->read(clock) race around clocksource changesJohn Stultz1-13/+34
2017-06-26alarmtimer: Rate limit periodic intervalsThomas Gleixner1-0/+8
2017-06-26alarmtimer: Prevent overflow of relative timersThomas Gleixner1-3/+3
2017-01-12tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner1-0/+3
2017-01-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner1-2/+2
2016-10-16timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz1-2/+5
2016-10-16time: Add cycles to nanoseconds translationChristopher S. Hall1-4/+21
2016-09-15timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz1-1/+4
2016-09-15timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-09-15clocksource: Allow unregistering the watchdogVitaly Kuznetsov1-10/+42
2016-09-15ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz1-2/+12
2016-09-15time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2-3/+9
2016-09-15hrtimer: Catch illegal clockidsMarc Zyngier1-1/+6
2016-08-10posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan1-0/+1
2016-03-03tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li1-2/+2
2016-03-03time: Avoid signed overflow in timekeeping_get_ns()David Gibson1-2/+1
2016-03-03posix-clock: Fix return code on the poll method's error pathRichard Cochran1-2/+2
2016-02-25itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-02-25posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-02-17hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2-19/+38