aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-27Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-15/+4
2020-12-18timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"Colin Ian King1-1/+1
2020-12-16tick/sched: Remove bogus boot "safety" checkThomas Gleixner1-7/+0
2020-12-16tick: Remove pointless cpu valid check in hotplug codeThomas Gleixner1-7/+3
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds6-58/+48
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2020-12-14Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-251/+366
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-6/+3
2020-12-11tick/sched: Make jiffies update quick check more robustThomas Gleixner1-27/+47
2020-12-11ntp: Consolidate the RTC update implementationThomas Gleixner1-92/+52
2020-12-11ntp: Make the RTC sync offset less obscureThomas Gleixner1-23/+24
2020-12-11ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner1-3/+85
2020-12-11ntp: Make the RTC synchronization more reliableThomas Gleixner2-42/+55
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar4-16/+2
2020-11-24irq_work: CleanupPeter Zijlstra1-4/+2
2020-11-19tick: Get rid of tick_periodThomas Gleixner4-18/+15
2020-11-19tick/sched: Release seqcount before invoking calc_load_global()Yunfeng Ye1-1/+11
2020-11-19tick/sched: Optimize tick_do_update_jiffies64() furtherThomas Gleixner1-5/+6
2020-11-19tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Yunfeng Ye1-25/+22
2020-11-19tick/sched: Use tick_next_period for lockless quick checkThomas Gleixner1-13/+33
2020-11-19tick: Document protections for tick related dataThomas Gleixner2-2/+6
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-15timekeeping: Address parameter documentation issues for various functionsAlex Shi1-2/+5
2020-11-15timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset()Alex Shi1-2/+3
2020-11-15timekeeping: Add missing parameter docs for pvclock_gtod_[un]register_notifier()Alex Shi1-0/+2
2020-11-15timekeeping: Fix up function documentation for the NMI safe accessorsThomas Gleixner1-25/+33
2020-11-15timekeeping: Add missing parameter documentation for update_fast_timekeeper()Alex Shi1-0/+1
2020-11-15timekeeping: Remove static functions from kernel-doc markupAlex Shi1-7/+5
2020-11-15time: 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-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+8
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1