summary refs log tree commit diff
path: root/kernel/time
AgeCommit message (Expand)Author
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-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-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-26timekeeping: Convert jiffies_seq to seqcount_raw_spinlock_tDavidlohr Bueso
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-09-24timers: Mask invalid flags in do_init_timer()Qianli Zhao
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd
2020-09-10timekeeping: Use seqcount_latch_tAhmed S. Darwish
2020-09-10time/sched_clock: Use seqcount_latch_tAhmed S. Darwish
2020-09-10time/sched_clock: Use raw_read_seqcount_latch() during suspendAhmed S. Darwish
2020-08-25alarmtimer: Convert comma to semicolonXu Wang
2020-08-24tick-sched: Clarify "NOHZ: local_softirq_pending" warningPaul E. McKenney
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23timekeeping: Provide multi-timestamp accessor to NMI safe timekeeperThomas Gleixner
2020-08-23timekeeping: Utilize local_clock() for NMI safe timekeeper during early bootThomas Gleixner
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-08-14Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-10time: Delete repeated words in commentsRandy Dunlap
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner
2020-08-06posix-cpu-timers: Split run_posix_cpu_timers()Thomas Gleixner
2020-08-06timekeeping/vsyscall: Provide vdso_update_begin/end()Thomas Gleixner
2020-08-04Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-04Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds