aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2020-08-16Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-08-13timer: Fix wheel index calculation on last levelFrederic Weisbecker
2020-08-13timer: Prevent base->clk from moving backwardFrederic Weisbecker
2020-08-04Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-08-03random32: update the net random state on interrupt and activityWilly Tarreau
2020-06-29Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-06-24timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld
2020-06-05Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-06-01time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish
2020-05-19Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-05-15alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd
2020-05-05Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-05-04clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov
2020-05-04alarmtimer: Unregister wakeup source when module get failsStephen Boyd
2020-04-13Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-04-12tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2020-03-11Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-03-07ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2020-03-07hrtimer: Annotate lockless access to timer->stateEric Dumazet
2020-01-20Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-01-19time: Zero the upper 32-bits in __kernel_timespec on 32-bitDmitry Safonov
2020-01-15Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-01-09ntp/y2038: Remove incorrect time_t truncationArnd Bergmann
2019-11-10Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-11-09tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan
2019-11-09timer: Read jiffies once when forwarding base clkLi RongQing
2019-10-10Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-10-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo
2019-10-05posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner
2019-10-02posix-timers: Unlock expiry lock in the early returnSebastian Andrzej Siewior
2019-10-02hrtimer: Add a missing bracket and hide `migration_base' on !SMPSebastian Andrzej Siewior
2019-08-27hrtimer: Prevent using hrtimer_grab_expiry_lock() on migration_baseJulien Grall
2019-08-27hrtimer: Don't grab the expiry lock for non-soft hrtimerJulien Grall
2019-08-27hrtimer: Use READ_ONCE to access timer->base in hrimer_grab_expiry_lock()Julien Grall
2019-07-27Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-07-26timer_list: Guard procfs specific codeNathan Huckleberry
2019-07-26ntp: Limit TAI-UTC offsetMiroslav Lichvar
2019-07-22irqwork: push most work into softirq contextSebastian Andrzej Siewior
2019-07-22rt: Introduce cpu_chill()Thomas Gleixner
2019-07-22posix-timers: Thread posix-cpu-timers on -rtJohn Stultz
2019-07-22hrtimer: move state change before hrtimer_cancel in do_nanosleep()Sebastian Andrzej Siewior
2019-07-22hrtimer: by timers by default into the softirq contextSebastian Andrzej Siewior
2019-07-22hrtimer: consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
2019-07-22timers: Prepare for full preemptionIngo Molnar
2019-07-22timekeeping: Split jiffies seqlockThomas Gleixner
2019-07-22posix-timers: Add expiry lockAnna-Maria Gleixner
2019-07-22posix-timers: move rcu out of unionSebastian Andrzej Siewior
2019-07-22hrtimer: Introduce expiry spin lockAnna-Maria Gleixner
2019-07-22timers: Drop expiry lock after each timer invocationAnna-Maria Gleixner
2019-07-22timers: Introduce expiry spin lockAnna-Maria Gleixner