mirror of https://github.com/torvalds/linux.git
Pull timer fixes from Thomas Gleixner:
"The timer departement delivers:
- a regression fix for the NTP code along with a proper selftest
- prevent a spurious timer interrupt in the NOHZ lowres code
- a fix for user space interfaces returning the remaining time on
architectures with CONFIG_TIME_LOW_RES=y
- a few patches to fix COMPILE_TEST fallout"
* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
tick/nohz: Set the correct expiry when switching to nohz/lowres mode
clocksource: Fix dependencies for archs w/o HAS_IOMEM
clocksource: Select CLKSRC_MMIO where needed
tick/sched: Hide unused oneshot timer code
kselftests: timers: Add adjtimex SETOFFSET validity tests
ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
itimers: Handle relative timers with CONFIG_TIME_LOW_RES proper
posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper
timerfd: Handle relative timers with CONFIG_TIME_LOW_RES proper
hrtimer: Handle remaining time proper for TIME_LOW_RES
clockevents/tcb_clksrc: Prevent disabling an already disabled clock
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| adjtick.c | ||
| alarmtimer-suspend.c | ||
| change_skew.c | ||
| clocksource-switch.c | ||
| inconsistency-check.c | ||
| leap-a-day.c | ||
| leapcrash.c | ||
| mqueue-lat.c | ||
| nanosleep.c | ||
| nsleep-lat.c | ||
| posix_timers.c | ||
| raw_skew.c | ||
| rtctest.c | ||
| set-2038.c | ||
| set-tai.c | ||
| set-timer-lat.c | ||
| skew_consistency.c | ||
| threadtest.c | ||
| valid-adjtimex.c | ||