summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2020-11-19tick/broadcast: Serialize access to tick_next_periodThomas Gleixner1-3/+20
2020-11-18namespace: make timens_on_fork() return nothingHui Su1-4/+2
2020-11-16hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-11-16timers: Make run_local_timers() staticThomas Gleixner1-24/+24
2020-11-16timekeeping: Address parameter documentation issues for various functionsAlex Shi1-2/+5
2020-11-16timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset()Alex Shi1-2/+3
2020-11-16timekeeping: Add missing parameter docs for pvclock_gtod_[un]register_notifier()Alex Shi1-0/+2
2020-11-16timekeeping: Fix up function documentation for the NMI safe accessorsThomas Gleixner1-25/+33
2020-11-16timekeeping: Add missing parameter documentation for update_fast_timekeeper()Alex Shi1-0/+1
2020-11-16timekeeping: Remove static functions from kernel-doc markupAlex Shi1-7/+5
2020-11-16time: Add missing colons for parameter documentation of time64_to_tm()Alex Shi1-3/+3
2020-11-15timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timersSebastian Andrzej Siewior1-1/+8
2020-11-15timer_list: Use printk format instead of open-coded symbol lookupHelge Deller1-47/+19
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+1
2020-10-30timekeeping: remove xtime_updateArnd Bergmann3-18/+21
2020-10-30timekeeping: add CONFIG_LEGACY_TIMER_TICKArnd Bergmann3-0/+27
2020-10-30timekeeping: remove arch_gettimeoffsetArnd Bergmann3-41/+1
2020-10-26time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao1-4/+0
2020-10-26timers: Remove unused inline funtion debug_timer_free()YueHaibing1-5/+0
2020-10-26hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing1-5/+0
2020-10-26time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang1-2/+2
2020-10-26timekeeping: Convert jiffies_seq to seqcount_raw_spinlock_tDavidlohr Bueso2-2/+3
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau1-0/+2
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin1-7/+0
2020-10-19Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+8
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-20/+93
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar4-5/+5
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2020-09-24timers: Mask invalid flags in do_init_timer()Qianli Zhao1-0/+2
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd2-4/+4
2020-09-10timekeeping: Use seqcount_latch_tAhmed S. Darwish1-5/+5
2020-09-10time/sched_clock: Use seqcount_latch_tAhmed S. Darwish1-2/+2
2020-09-10time/sched_clock: Use raw_read_seqcount_latch() during suspendAhmed S. Darwish1-1/+1
2020-08-25alarmtimer: Convert comma to semicolonXu Wang1-1/+1
2020-08-25tick-sched: Clarify "NOHZ: local_softirq_pending" warningPaul E. McKenney1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-5/+5
2020-08-23timekeeping: Provide multi-timestamp accessor to NMI safe timekeeperThomas Gleixner1-11/+65
2020-08-23timekeeping: Utilize local_clock() for NMI safe timekeeper during early bootThomas Gleixner1-8/+25
2020-08-19time: Use generic ns_common::countKirill Tkhai1-6/+3
2020-08-15Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-7/+53
2020-08-15Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-25/+201
2020-08-11Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-11/+21
2020-08-10time: Delete repeated words in commentsRandy Dunlap3-3/+3
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner3-12/+183
2020-08-06posix-cpu-timers: Split run_posix_cpu_timers()Thomas Gleixner1-19/+24
2020-08-06timekeeping/vsyscall: Provide vdso_update_begin/end()Thomas Gleixner3-4/+50
2020-08-05Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-145/+108
2020-08-05Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-14/+8
2020-08-04Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1