summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-221-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
* timers: Forward timer base before migrating timersLingutla Chandrasekhar2018-03-111-0/+6
* hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-03-031-1/+6
* posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2018-02-171-15/+19
* hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-311-0/+3
* timers: Unconditionally check deferrable baseThomas Gleixner2018-01-231-1/+1
* nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2018-01-021-2/+17
* timers: Reinitialize per cpu bases on hotplugThomas Gleixner2018-01-021-0/+15
* timers: Invoke timer_start_debug() where it makes senseThomas Gleixner2018-01-021-2/+2
* timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner2018-01-021-9/+7
* hrtimer: Catch invalid clockids againMarc Zyngier2017-10-211-5/+15
* timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-10-051-1/+1
* timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin2017-08-301-9/+41
* timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic2017-08-111-1/+1
* alarmtimer: don't rate limit one-shot timersGreg Hackmann2017-07-271-1/+2
* time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-06-291-10/+10
* time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-291-16/+36
* alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-06-241-0/+8
* alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-06-241-3/+3
* timekeeping: Use deferred printk() in debug codeSergey Senozhatsky2017-02-231-2/+2
* tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2017-01-121-0/+3
* timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2017-01-091-2/+2
* timers: Prevent base clock corruption when forwardingThomas Gleixner2016-10-251-13/+10
* timers: Prevent base clock rewind when forwarding clockThomas Gleixner2016-10-251-5/+9
* timers: Lock base for same bucket optimizationThomas Gleixner2016-10-251-11/+17
* timers: Plug locking race vs. timer migrationThomas Gleixner2016-10-251-1/+8
* alarmtimer: Remove unused but set variableTobias Klauser2016-10-171-2/+0
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-1/+1
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-1/+1
* | timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz2016-10-051-2/+5
* | tick/nohz: Prevent stopping the tick on an offline CPUWanpeng Li2016-09-131-2/+5
* | Merge branch 'linus' into timers/core, to refresh the branchIngo Molnar2016-09-081-1/+2
|\|
| * tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li2016-09-021-1/+2
* | time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum2016-08-311-1/+1
* | time: Avoid undefined behaviour in timespec64_add_safe()Vegard Nossum2016-08-311-1/+1
* | timekeeping: Prints the amounts of time spent during suspendRuchi Kandoi2016-08-311-0/+2
* | clocksource: Defer override invalidation unless clock is unstableKyle Walker2016-08-311-3/+12
* | hrtimer: Spelling fixesPratyush Patel2016-08-311-2/+2
|/
* timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-08-241-2/+7
* timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz2016-08-241-1/+4
* timers: Fix get_next_timer_interrupt() computationChris Metcalf2016-08-091-1/+4
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-292-58/+7
|\
| * timers/core: Convert to hotplug state machineRichard Cochran2016-07-151-23/+2
| * hrtimer: Convert to hotplug state machineThomas Gleixner2016-07-151-35/+5
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-2512-526/+741
|\ \
| * | tick/nohz: Optimize nohz idle enterGaurav Jindal2016-07-191-2/+1
| * | clockevents: Make clockevents_subsys staticBen Dooks2016-07-191-1/+1
| |/