Revision d7fe42a64a19a4140fb94bcf996035319cd3e6b9 authored by Linus Torvalds on 11 July 2019, 20:52:23 UTC, committed by Linus Torvalds on 11 July 2019, 20:52:23 UTC
Pull timer fixes from Thomas Gleixner:
 "Two small fixes from the timer departement:

   - Prevent the compiler from converting the nanoseconds adjustment
     loop in the VDSO update function to a division (__udivdi3) by using
     the __iter_div_u64_rem() inline function which exists to prevent
     exactly that problem.

   - Fix the wrong argument order of the GENMASK macro in the NPCM timer
     driver"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  timekeeping/vsyscall: Use __iter_div_u64_rem()
  clocksource/drivers/npcm: Fix misuse of GENMASK macro
2 parent s 02150fa + 0df1c98
History
File Mode Size
Kconfig -rw-r--r-- 343 bytes
Makefile -rw-r--r-- 227 bytes
xen_snd_front.c -rw-r--r-- 9.7 KB
xen_snd_front.h -rw-r--r-- 1.5 KB
xen_snd_front_alsa.c -rw-r--r-- 22.0 KB
xen_snd_front_alsa.h -rw-r--r-- 581 bytes
xen_snd_front_cfg.c -rw-r--r-- 12.7 KB
xen_snd_front_cfg.h -rw-r--r-- 991 bytes
xen_snd_front_evtchnl.c -rw-r--r-- 12.0 KB
xen_snd_front_evtchnl.h -rw-r--r-- 2.4 KB

back to top