-
- Downloads
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer updates from Thomas Gleixner: "A rather smalish set of updates for timers and timekeeping: - Two core fixes to prevent potential undefinded behaviour about which gcc is complaining rightfully. - A fix to prevent stopping the tick on an (soon) offline CPU so it can complete the shutdown procedure. - Wait for clocks to stabilize before making decisions, so a not yet validated clock is not rejected. - The usual pile of fixes to the various clocksource drivers. - Core code typo and include fixlets" * 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: timekeeping: Include the correct header for errno definitions clocksource/drivers/ti-32k: Prevent ftrace recursion clocksource/mips-gic-timer: Stop checking cpu_has_counter clocksource/mips-gic-timer: Print an error if IRQ setup fails tick/nohz: Prevent stopping the tick on an offline CPU clocksource/drivers/oxnas: Add OX820 compatible clocksource/drivers/timer-atmel-pit: Simplify IRQ handler clocksource/drivers/timer-atmel-pit: Remove uselesss WARN_ON_ONCE clocksource/drivers/timer-atmel-pit: Drop at91sam926x_pit_common_init clocksource/drivers/moxart: Replace panic by pr_err clocksource/drivers/moxart: Replace setup_irq by request_irq clocksource/drivers/moxart: Add Aspeed support clocksource/drivers/moxart: Use struct to hold state clocksource/drivers/moxart: Refactor enable/disable time: Avoid undefined behaviour in ktime_add_safe() time: Avoid undefined behaviour in timespec64_add_safe() timekeeping: Prints the amounts of time spent during suspend clocksource: Defer override invalidation unless clock is unstable hrtimer: Spelling fixes
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt 3 additions, 1 deletion...mentation/devicetree/bindings/timer/moxa,moxart-timer.txt
- Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt 1 addition, 1 deletionDocumentation/devicetree/bindings/timer/oxsemi,rps-timer.txt
- drivers/clocksource/mips-gic-timer.c 5 additions, 2 deletionsdrivers/clocksource/mips-gic-timer.c
- drivers/clocksource/moxart_timer.c 129 additions, 64 deletionsdrivers/clocksource/moxart_timer.c
- drivers/clocksource/timer-atmel-pit.c 37 additions, 59 deletionsdrivers/clocksource/timer-atmel-pit.c
- drivers/clocksource/timer-oxnas-rps.c 2 additions, 0 deletionsdrivers/clocksource/timer-oxnas-rps.c
- drivers/clocksource/timer-ti-32k.c 1 addition, 1 deletiondrivers/clocksource/timer-ti-32k.c
- include/linux/ktime.h 7 additions, 0 deletionsinclude/linux/ktime.h
- include/linux/time64.h 1 addition, 0 deletionsinclude/linux/time64.h
- include/linux/timekeeping.h 1 addition, 1 deletioninclude/linux/timekeeping.h
- kernel/time/clocksource.c 12 additions, 3 deletionskernel/time/clocksource.c
- kernel/time/hrtimer.c 3 additions, 3 deletionskernel/time/hrtimer.c
- kernel/time/tick-sched.c 5 additions, 2 deletionskernel/time/tick-sched.c
- kernel/time/time.c 1 addition, 1 deletionkernel/time/time.c
- kernel/time/timekeeping_debug.c 2 additions, 0 deletionskernel/time/timekeeping_debug.c
Loading
Please register or sign in to comment