aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2021-01-12ntp: Fix RTC synchronization on 32-bit platformsGravatar Geert Uytterhoeven 1-2/+2
2021-01-12timekeeping: Remove unused get_seconds()Gravatar Chunguang Xu 1-2/+1
2020-12-27Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-15/+4
2020-12-18timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"Gravatar Colin Ian King 1-1/+1
2020-12-16tick/sched: Remove bogus boot "safety" checkGravatar Thomas Gleixner 1-7/+0
2020-12-16tick: Remove pointless cpu valid check in hotplug codeGravatar Thomas Gleixner 1-7/+3
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-58/+48
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+2
2020-12-14Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 13-251/+366
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-6/+3
2020-12-11tick/sched: Make jiffies update quick check more robustGravatar Thomas Gleixner 1-27/+47
2020-12-11ntp: Consolidate the RTC update implementationGravatar Thomas Gleixner 1-92/+52
2020-12-11ntp: Make the RTC sync offset less obscureGravatar Thomas Gleixner 1-23/+24
2020-12-11ntp, rtc: Move rtc_set_ntp_time() to ntp codeGravatar Thomas Gleixner 1-3/+85
2020-12-11ntp: Make the RTC synchronization more reliableGravatar Thomas Gleixner 2-42/+55
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictGravatar Ingo Molnar 4-16/+2
2020-11-24irq_work: CleanupGravatar Peter Zijlstra 1-4/+2
2020-11-19tick: Get rid of tick_periodGravatar Thomas Gleixner 4-18/+15
2020-11-19tick/sched: Release seqcount before invoking calc_load_global()Gravatar Yunfeng Ye 1-1/+11
2020-11-19tick/sched: Optimize tick_do_update_jiffies64() furtherGravatar Thomas Gleixner 1-5/+6
2020-11-19tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Gravatar Yunfeng Ye 1-25/+22
2020-11-19tick/sched: Use tick_next_period for lockless quick checkGravatar Thomas Gleixner 1-13/+33
2020-11-19tick: Document protections for tick related dataGravatar Thomas Gleixner 2-2/+6
2020-11-19tick/broadcast: Serialize access to tick_next_periodGravatar Thomas Gleixner 1-3/+20
2020-11-18namespace: make timens_on_fork() return nothingGravatar Hui Su 1-4/+2
2020-11-16hrtimer: Fix kernel-doc markupsGravatar Mauro Carvalho Chehab 1-1/+1
2020-11-16timers: Make run_local_timers() staticGravatar Thomas Gleixner 1-24/+24
2020-11-15timekeeping: Address parameter documentation issues for various functionsGravatar Alex Shi 1-2/+5
2020-11-15timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset()Gravatar Alex Shi 1-2/+3
2020-11-15timekeeping: Add missing parameter docs for pvclock_gtod_[un]register_notifier()Gravatar Alex Shi 1-0/+2
2020-11-15timekeeping: Fix up function documentation for the NMI safe accessorsGravatar Thomas Gleixner 1-25/+33
2020-11-15timekeeping: Add missing parameter documentation for update_fast_timekeeper()Gravatar Alex Shi 1-0/+1
2020-11-15timekeeping: Remove static functions from kernel-doc markupGravatar Alex Shi 1-7/+5
2020-11-15time: Add missing colons for parameter documentation of time64_to_tm()Gravatar Alex Shi 1-3/+3
2020-11-15timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timersGravatar Sebastian Andrzej Siewior 1-1/+8
2020-11-15timer_list: Use printk format instead of open-coded symbol lookupGravatar Helge Deller 1-47/+19
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledGravatar Arnd Bergmann 1-1/+1
2020-10-30timekeeping: remove xtime_updateGravatar Arnd Bergmann 3-18/+21
2020-10-30timekeeping: add CONFIG_LEGACY_TIMER_TICKGravatar Arnd Bergmann 3-0/+27
2020-10-30timekeeping: remove arch_gettimeoffsetGravatar Arnd Bergmann 3-41/+1
2020-10-26time: Prevent undefined behaviour in timespec64_to_ns()Gravatar Zeng Tao 1-4/+0
2020-10-26timers: Remove unused inline funtion debug_timer_free()Gravatar YueHaibing 1-5/+0
2020-10-26hrtimer: Remove unused inline function debug_hrtimer_free()Gravatar YueHaibing 1-5/+0
2020-10-26time/sched_clock: Mark sched_clock_read_begin/retry() as notraceGravatar Quanyang Wang 1-2/+2
2020-10-26timekeeping: Convert jiffies_seq to seqcount_raw_spinlock_tGravatar Davidlohr Bueso 2-2/+3
2020-10-24random32: add noise from network and scheduling activityGravatar Willy Tarreau 1-0/+2
2020-10-24random32: make prandom_u32() output unpredictableGravatar George Spelvin 1-7/+0
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-8/+8
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-20/+93