summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker2021-05-311-0/+1
* alarmtimer: Check RTC features instead of opsAlexandre Belloni2021-05-111-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-012-0/+3
|\
| * Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-04-232-0/+3
| |\
| | * time: Add mechanism to recognize clocksource in time_get_snapshotThomas Gleixner2021-04-072-0/+3
* | | Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-04-261-1/+5
|\ \ \
| * \ \ Merge back earlier cpuidle updates for v5.13.Rafael J. Wysocki2021-04-081-1/+5
| |\ \ \ | | |/ / | |/| |
| | * | tick/nohz: Improve tick_nohz_get_next_hrtimer() kerneldocRafael J. Wysocki2021-04-071-1/+5
| | |/
* | | Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-2619-62/+78
|\ \ \
| * | | posix-timers: Preserve return value in clock_adjtime32()Chen Jun2021-04-171-2/+2
| * | | tick/broadcast: Allow late registered device to enter oneshot modeJindong Yue2021-04-161-2/+14
| * | | tick: Use tick_check_replacement() instead of open coding itWang Wensheng2021-04-161-6/+1
| * | | time/timecounter: Mark 1st argument of timecounter_cyc2time() as constMarc Kleine-Budde2021-04-161-1/+1
| * | | timekeeping: Allow runtime PM from change_clocksource()Niklas Söderlund2021-03-291-13/+23
| * | | timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-2215-34/+34
| * | | time/debug: Remove dentry pointer for debugfsGreg Kroah-Hartman2021-03-181-4/+3
| | |/ | |/|
* | | Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-1/+1
|\ \ \ | |_|/ |/| |
| * | tick/sched: Prevent false positive softirq pending warnings on RTThomas Gleixner2021-03-171-1/+1
* | | kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-163-3/+3
| |/ |/|
* | hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen2021-03-081-21/+39
|/
* Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-211-0/+14
|\
| * Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2021-02-121-0/+14
| |\
| | * rcu/nocb: Code-style nits in callback-offloading togglingPaul E. McKenney2021-01-061-0/+1
| | * timer: Add timer_curr_running()Frederic Weisbecker2021-01-061-0/+13
* | | Merge tag 'timers-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-212-7/+7
|\ \ \ | |/ / |/| |
| * | timens: Delete no-op time_ns_init()Alexey Dobriyan2021-02-051-6/+0
| * | alarmtimer: Update kerneldocAlexandre Belloni2021-02-051-1/+7
* | | ntp: Use freezable workqueue for RTC synchronizationGeert Uytterhoeven2021-02-051-2/+2
|/ /
* | ntp: Fix RTC synchronization on 32-bit platformsGeert Uytterhoeven2021-01-121-2/+2
* | timekeeping: Remove unused get_seconds()Chunguang Xu2021-01-121-2/+1
|/
* Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-273-15/+4
|\
| * timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"Colin Ian King2020-12-181-1/+1
| * tick/sched: Remove bogus boot "safety" checkThomas Gleixner2020-12-161-7/+0
| * tick: Remove pointless cpu valid check in hotplug codeThomas Gleixner2020-12-161-7/+3
* | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-166-58/+48
|\ \
| * | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+1
| * | timekeeping: remove xtime_updateArnd Bergmann2020-10-303-18/+21
| * | timekeeping: add CONFIG_LEGACY_TIMER_TICKArnd Bergmann2020-10-303-0/+27
| * | timekeeping: remove arch_gettimeoffsetArnd Bergmann2020-10-303-41/+1
* | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-4/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-274-16/+2
| |\ \
| * | | irq_work: CleanupPeter Zijlstra2020-11-241-4/+2
| | |/ | |/|
* | | Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-1413-251/+366
|\ \ \
| * | | tick/sched: Make jiffies update quick check more robustThomas Gleixner2020-12-111-27/+47
| * | | ntp: Consolidate the RTC update implementationThomas Gleixner2020-12-111-92/+52
| * | | ntp: Make the RTC sync offset less obscureThomas Gleixner2020-12-111-23/+24
| * | | ntp, rtc: Move rtc_set_ntp_time() to ntp codeThomas Gleixner2020-12-111-3/+85
| * | | ntp: Make the RTC synchronization more reliableThomas Gleixner2020-12-112-42/+55
| * | | tick: Get rid of tick_periodThomas Gleixner2020-11-194-18/+15
| * | | tick/sched: Release seqcount before invoking calc_load_global()Yunfeng Ye2020-11-191-1/+11