summaryrefslogtreecommitdiff
path: root/kernel/time (follow)
Commit message (Expand)AuthorAge
* time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-07-03
* time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2018-05-26
* tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui2018-05-26
* time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani2018-03-24
* sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka2018-03-22
* timers, sched_clock: Update timeout for clock wrapDavid Engraf2018-03-22
* hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-03-03
* posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2018-02-16
* hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-31
* timers: Plug locking race vs. timer migrationThomas Gleixner2018-01-31
* time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum2018-01-31
* nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2018-01-02
* timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-10-05
* alarmtimer: don't rate limit one-shot timersGreg Hackmann2017-07-27
* time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-29
* alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-06-26
* alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-06-26
* tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2017-01-12
* timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2017-01-09
* timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz2016-10-16
* time: Add cycles to nanoseconds translationChristopher S. Hall2016-10-16
* timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz2016-09-15
* timekeeping: Cap array access in timekeeping_debugJohn Stultz2016-09-15
* clocksource: Allow unregistering the watchdogVitaly Kuznetsov2016-09-15
* ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANOJohn Stultz2016-09-15
* time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2016-09-15
* hrtimer: Catch illegal clockidsMarc Zyngier2016-09-15
* posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan2016-08-10
* tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li2016-03-03
* time: Avoid signed overflow in timekeeping_get_ns()David Gibson2016-03-03
* posix-clock: Fix return code on the poll method's error pathRichard Cochran2016-03-03
* itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-25
* posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-25
* hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2016-02-17
*-. Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Linus Torvalds2015-11-15
|\ \
| | * timers: Use proper base migration in add_timer_on()Tejun Heo2015-11-04
| |/
* / remove abs64()Andrew Morton2015-11-09
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-03
|\
| * timeconst: Update path in commentJason A. Donenfeld2015-10-26
| * Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-10-20
| |\
| | * ntp: use timespec64 in sync_cmos_clockArnd Bergmann2015-10-01
| | * ntp/pps: replace getnstime_raw_and_real with 64-bit versionArnd Bergmann2015-10-01
| | * ntp/pps: use timespec64 for hardpps()Arnd Bergmann2015-10-01
| * | posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low2015-10-15
| * | posix_cpu_timer: Convert cputimer->running to boolJason Low2015-10-15
| * | posix_cpu_timer: Check thread timers only when there are active thread timersJason Low2015-10-15
| * | posix_cpu_timer: Optimize fastpath_timer_check()Jason Low2015-10-15
| * | Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new c...Ingo Molnar2015-10-12
| |\ \
| * | | timers: Use __fls in apply_slack()Rasmus Villemoes2015-10-11
| * | | clocksource: Remove return statement from void functionsGuillaume Gomez2015-10-11