summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2019-03-28Merge tag 'v4.9.166' into 4.9-2.3.x-imxMarcel Ziswiler
2019-02-12timekeeping: Use proper seqcount initializerBart Van Assche
2018-12-21timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar
2018-12-12Merge tag 'v4.9.144' into 4.9-2.3.x-imxMarcel Ziswiler
2018-11-10posix-timers: Sanitize overrun handlingThomas Gleixner
2018-10-10time: Introduce jiffies64_to_nsecs()Frederic Weisbecker
2018-10-03alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner
2018-09-24Merge tag 'v4.9.128' into 4.9-2.3.x-imxGary Bisson
2018-09-19timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli
2018-08-24clockevents: Retry programming min delta up to 10 timesJames Hogan
2018-08-24MLK-14859 nohz: Fix buggy tick delay on IRQ stormsFrederic Weisbecker
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-22tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
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-11timers: Forward timer base before migrating timersLingutla Chandrasekhar
2018-03-03hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-02-17posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2018-01-31hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner
2018-01-23timers: Unconditionally check deferrable baseThomas Gleixner
2018-01-02nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner
2018-01-02timers: Reinitialize per cpu bases on hotplugThomas Gleixner
2018-01-02timers: Invoke timer_start_debug() where it makes senseThomas Gleixner
2018-01-02timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner
2017-10-21hrtimer: Catch invalid clockids againMarc Zyngier
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung
2017-08-30timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin
2017-08-11timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic
2017-07-27alarmtimer: don't rate limit one-shot timersGreg Hackmann
2017-06-29time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz
2017-06-29time: Fix clock->read(clock) race around clocksource changesJohn Stultz
2017-06-24alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-06-24alarmtimer: Prevent overflow of relative timersThomas Gleixner
2017-02-23timekeeping: Use deferred printk() in debug codeSergey Senozhatsky
2017-01-12tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner
2017-01-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner
2016-10-25timers: Prevent base clock corruption when forwardingThomas Gleixner
2016-10-25timers: Prevent base clock rewind when forwarding clockThomas Gleixner
2016-10-25timers: Lock base for same bucket optimizationThomas Gleixner
2016-10-25timers: Plug locking race vs. timer migrationThomas Gleixner
2016-10-17alarmtimer: Remove unused but set variableTobias Klauser
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-05timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz
2016-09-13tick/nohz: Prevent stopping the tick on an offline CPUWanpeng Li
2016-09-08Merge branch 'linus' into timers/core, to refresh the branchIngo Molnar
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li
2016-08-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum