aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-21Merge tag 'timers-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2021-02-05timens: Delete no-op time_ns_init()Alexey Dobriyan
2021-02-05alarmtimer: Update kerneldocAlexandre Belloni
2021-02-05ntp: Use freezable workqueue for RTC synchronizationGeert Uytterhoeven
2021-01-12ntp: Fix RTC synchronization on 32-bit platformsGeert Uytterhoeven
2021-01-12timekeeping: Remove unused get_seconds()Chunguang Xu
2021-01-06rcu/nocb: Code-style nits in callback-offloading togglingPaul E. McKenney
2021-01-06timer: Add timer_curr_running()Frederic Weisbecker
2020-12-27Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-18timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"Colin Ian King
2020-12-16tick/sched: Remove bogus boot "safety" checkThomas Gleixner
2020-12-16tick: Remove pointless cpu valid check in hotplug codeThomas Gleixner
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2020-12-11tick/sched: Make jiffies update quick check more robustThomas Gleixner
2020-12-11ntp: Consolidate the RTC update implementationThomas Gleixner
2020-12-11ntp: Make the RTC sync offset less obscureThomas Gleixner
2020-12-11ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner
2020-12-11ntp: Make the RTC synchronization more reliableThomas Gleixner
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-11-24irq_work: CleanupPeter Zijlstra
2020-11-19tick: Get rid of tick_periodThomas Gleixner
2020-11-19tick/sched: Release seqcount before invoking calc_load_global()Yunfeng Ye
2020-11-19tick/sched: Optimize tick_do_update_jiffies64() furtherThomas Gleixner
2020-11-19tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Yunfeng Ye
2020-11-19tick/sched: Use tick_next_period for lockless quick checkThomas Gleixner
2020-11-19tick: Document protections for tick related dataThomas Gleixner
2020-11-19tick/broadcast: Serialize access to tick_next_periodThomas Gleixner
2020-11-18namespace: make timens_on_fork() return nothingHui Su
2020-11-16hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab
2020-11-16timers: Make run_local_timers() staticThomas Gleixner
2020-11-15timekeeping: Address parameter documentation issues for various functionsAlex Shi
2020-11-15timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset()Alex Shi
2020-11-15timekeeping: Add missing parameter docs for pvclock_gtod_[un]register_notifier()Alex Shi
2020-11-15timekeeping: Fix up function documentation for the NMI safe accessorsThomas Gleixner
2020-11-15timekeeping: Add missing parameter documentation for update_fast_timekeeper()Alex Shi
2020-11-15timekeeping: Remove static functions from kernel-doc markupAlex Shi
2020-11-15time: Add missing colons for parameter documentation of time64_to_tm()Alex Shi
2020-11-15timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timersSebastian Andrzej Siewior
2020-11-15timer_list: Use printk format instead of open-coded symbol lookupHelge Deller
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann
2020-10-30timekeeping: remove xtime_updateArnd Bergmann
2020-10-30timekeeping: add CONFIG_LEGACY_TIMER_TICKArnd Bergmann
2020-10-30timekeeping: remove arch_gettimeoffsetArnd Bergmann
2020-10-26time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao
2020-10-26timers: Remove unused inline funtion debug_timer_free()YueHaibing