aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-14/+0
2021-06-29Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-110/+755
2021-06-28Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-48/+96
2021-06-28time/kunit: Add missing MODULE_LICENSE()Thomas Gleixner1-0/+1
2021-06-24time: Improve performance of time64_to_tm()Cassio Neri4-58/+178
2021-06-22clockevents: Use list_move() instead of list_del()/list_add()Baokun Li1-4/+2
2021-06-22clocksource: Print deviation in nanoseconds when a clocksource becomes unstableFeng Tang1-4/+4
2021-06-22clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney3-2/+207
2021-06-22clocksource: Reduce clocksource-skew thresholdPaul E. McKenney2-17/+46
2021-06-22clocksource: Limit number of CPUs checked for clock synchronizationPaul E. McKenney1-2/+72
2021-06-22clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney1-0/+60
2021-06-22clocksource: Retry clock read if long delays detectedPaul E. McKenney1-6/+47
2021-06-22clockevents: Add missing parameter documentationBaokun Li1-0/+1
2021-06-18sched,timer: Use __set_current_state()Peter Zijlstra1-1/+1
2021-05-31timer_list: Print name of per-cpu wakeup deviceWill Deacon3-1/+17
2021-05-31tick/broadcast: Program wakeup timer when entering idle if requiredWill Deacon1-1/+43
2021-05-31tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcastWill Deacon3-4/+61
2021-05-31tick/broadcast: Split __tick_broadcast_oneshot_control() into a helperWill Deacon1-13/+20
2021-05-31tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST guardWill Deacon1-2/+0
2021-05-31clockevents: Use DEVICE_ATTR_[RO|WO] macrosYueHaibing1-8/+8
2021-05-31tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker1-0/+1
2021-05-13tick/nohz: Call tick_nohz_task_switch() with interrupts disabledPeter Zijlstra1-6/+1
2021-05-13tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti1-2/+17
2021-05-13tick/nohz: Change signal tick dependency to wake up CPUs of member tasksMarcelo Tosatti2-4/+15
2021-05-13tick/nohz: Only wake up a single target cpu when kicking a taskFrederic Weisbecker1-13/+27
2021-05-13tick/nohz: Update nohz_full Kconfig helpFrederic Weisbecker1-5/+6
2021-05-13tick/nohz: Update idle_exittime on actual idle exitYunfeng Ye1-6/+8
2021-05-13tick/nohz: Remove superflous check for CONFIG_VIRT_CPU_ACCOUNTING_NATIVEFrederic Weisbecker1-2/+0
2021-05-13tick/nohz: Conditionally restart tick on idle exitYunfeng Ye1-15/+27
2021-05-11alarmtimer: Check RTC features instead of opsAlexandre Belloni1-1/+1
2021-05-10timer: Revert "timer: Add timer_curr_running()"Frederic Weisbecker1-14/+0
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+3
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+5
2021-04-26Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds19-62/+78
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-0/+3
2021-04-17posix-timers: Preserve return value in clock_adjtime32()Chen Jun1-2/+2
2021-04-16tick/broadcast: Allow late registered device to enter oneshot modeJindong Yue1-2/+14
2021-04-16tick: Use tick_check_replacement() instead of open coding itWang Wensheng1-6/+1
2021-04-16time/timecounter: Mark 1st argument of timecounter_cyc2time() as constMarc Kleine-Budde1-1/+1
2021-04-08Merge back earlier cpuidle updates for v5.13.Rafael J. Wysocki1-1/+5
2021-04-07tick/nohz: Improve tick_nohz_get_next_hrtimer() kerneldocRafael J. Wysocki1-1/+5
2021-04-07time: Add mechanism to recognize clocksource in time_get_snapshotThomas Gleixner2-0/+3
2021-03-29timekeeping: Allow runtime PM from change_clocksource()Niklas Söderlund1-13/+23
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar15-34/+34
2021-03-18time/debug: Remove dentry pointer for debugfsGreg Kroah-Hartman1-4/+3
2021-03-17tick/sched: Prevent false positive softirq pending warnings on RTThomas Gleixner1-1/+1
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov3-3/+3
2021-03-08hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen1-21/+39
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+14