Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer core updates from Thomas Gleixner. * 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: ia64: vsyscall: Add missing paranthesis alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=n x86: vdso: Put declaration before code x86-64: Inline vdso clock_gettime helpers x86-64: Simplify and optimize vdso clock_gettime monotonic variants kernel-time: fix s/then/than/ spelling errors time: remove no_sync_cmos_clock time: Avoid scary backtraces when warning of > 11% adj alarmtimer: Make sure we initialize the rtctimer ntp: Fix leap-second hrtimer livelock x86, tsc: Skip refined tsc calibration on systems with reliable TSC rtc: Provide flag for rtc devices that don't support UIE ia64: vsyscall: Use seqcount instead of seqlock x86: vdso: Use seqcount instead of seqlock x86: vdso: Remove bogus locking in update_vsyscall_tz() time: Remove bogus comments time: Fix change_clocksource locking time: x86: Fix race switching from vsyscall to non-vsyscall clock
No related branches found
No related tags found
Showing
- arch/ia64/kernel/asm-offsets.c 2 additions, 2 deletionsarch/ia64/kernel/asm-offsets.c
- arch/ia64/kernel/fsys.S 1 addition, 1 deletionarch/ia64/kernel/fsys.S
- arch/ia64/kernel/fsyscall_gtod_data.h 1 addition, 1 deletionarch/ia64/kernel/fsyscall_gtod_data.h
- arch/ia64/kernel/time.c 3 additions, 7 deletionsarch/ia64/kernel/time.c
- arch/x86/include/asm/vgtod.h 10 additions, 7 deletionsarch/x86/include/asm/vgtod.h
- arch/x86/kernel/tsc.c 10 additions, 0 deletionsarch/x86/kernel/tsc.c
- arch/x86/kernel/vsyscall_64.c 12 additions, 13 deletionsarch/x86/kernel/vsyscall_64.c
- arch/x86/vdso/vclock_gettime.c 67 additions, 68 deletionsarch/x86/vdso/vclock_gettime.c
- drivers/rtc/interface.c 5 additions, 0 deletionsdrivers/rtc/interface.c
- drivers/rtc/rtc-mpc5121.c 2 additions, 0 deletionsdrivers/rtc/rtc-mpc5121.c
- include/linux/rtc.h 2 additions, 1 deletioninclude/linux/rtc.h
- include/linux/time.h 0 additions, 1 deletioninclude/linux/time.h
- include/linux/timex.h 1 addition, 1 deletioninclude/linux/timex.h
- kernel/time.c 0 additions, 6 deletionskernel/time.c
- kernel/time/alarmtimer.c 8 additions, 0 deletionskernel/time/alarmtimer.c
- kernel/time/clocksource.c 1 addition, 1 deletionkernel/time/clocksource.c
- kernel/time/ntp.c 42 additions, 92 deletionskernel/time/ntp.c
- kernel/time/timekeeping.c 26 additions, 25 deletionskernel/time/timekeeping.c
Loading
Please register or sign in to comment