aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2021-05-31tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededGravatar Frederic Weisbecker 1-0/+1
2021-05-11alarmtimer: Check RTC features instead of opsGravatar Alexandre Belloni 1-1/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-0/+3
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+5
2021-04-26Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 19-62/+78
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Gravatar Paolo Bonzini 2-0/+3
2021-04-17posix-timers: Preserve return value in clock_adjtime32()Gravatar Chen Jun 1-2/+2
2021-04-16tick/broadcast: Allow late registered device to enter oneshot modeGravatar Jindong Yue 1-2/+14
2021-04-16tick: Use tick_check_replacement() instead of open coding itGravatar Wang Wensheng 1-6/+1
2021-04-16time/timecounter: Mark 1st argument of timecounter_cyc2time() as constGravatar Marc Kleine-Budde 1-1/+1
2021-04-08Merge back earlier cpuidle updates for v5.13.Gravatar Rafael J. Wysocki 1-1/+5
2021-04-07tick/nohz: Improve tick_nohz_get_next_hrtimer() kerneldocGravatar Rafael J. Wysocki 1-1/+5
2021-04-07time: Add mechanism to recognize clocksource in time_get_snapshotGravatar Thomas Gleixner 2-0/+3
2021-03-29timekeeping: Allow runtime PM from change_clocksource()Gravatar Niklas Söderlund 1-13/+23
2021-03-22timekeeping, clocksource: Fix various typos in commentsGravatar Ingo Molnar 15-34/+34
2021-03-18time/debug: Remove dentry pointer for debugfsGravatar Greg Kroah-Hartman 1-4/+3
2021-03-17tick/sched: Prevent false positive softirq pending warnings on RTGravatar Thomas Gleixner 1-1/+1
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Gravatar Oleg Nesterov 3-3/+3
2021-03-08hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Gravatar Anna-Maria Behnsen 1-21/+39
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+14
2021-02-21Merge tag 'timers-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-7/+7
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-0/+14
2021-02-05timens: Delete no-op time_ns_init()Gravatar Alexey Dobriyan 1-6/+0
2021-02-05alarmtimer: Update kerneldocGravatar Alexandre Belloni 1-1/+7
2021-02-05ntp: Use freezable workqueue for RTC synchronizationGravatar Geert Uytterhoeven 1-2/+2
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
2021-01-06rcu/nocb: Code-style nits in callback-offloading togglingGravatar Paul E. McKenney 1-0/+1
2021-01-06timer: Add timer_curr_running()Gravatar Frederic Weisbecker 1-0/+13
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