summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | tick/sched: Optimize tick_do_update_jiffies64() furtherThomas Gleixner2020-11-191-5/+6
| * | | tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Yunfeng Ye2020-11-191-25/+22
| * | | tick/sched: Use tick_next_period for lockless quick checkThomas Gleixner2020-11-191-13/+33
| * | | tick: Document protections for tick related dataThomas Gleixner2020-11-192-2/+6
| * | | tick/broadcast: Serialize access to tick_next_periodThomas Gleixner2020-11-191-3/+20
| * | | hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab2020-11-161-1/+1
| * | | timers: Make run_local_timers() staticThomas Gleixner2020-11-161-24/+24
| * | | timekeeping: Address parameter documentation issues for various functionsAlex Shi2020-11-151-2/+5
| * | | timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset()Alex Shi2020-11-151-2/+3
| * | | timekeeping: Add missing parameter docs for pvclock_gtod_[un]register_notifier()Alex Shi2020-11-151-0/+2
| * | | timekeeping: Fix up function documentation for the NMI safe accessorsThomas Gleixner2020-11-151-25/+33
| * | | timekeeping: Add missing parameter documentation for update_fast_timekeeper()Alex Shi2020-11-151-0/+1
| * | | timekeeping: Remove static functions from kernel-doc markupAlex Shi2020-11-151-7/+5
| * | | time: Add missing colons for parameter documentation of time64_to_tm()Alex Shi2020-11-151-3/+3
| * | | timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timersSebastian Andrzej Siewior2020-11-151-1/+8
| * | | timer_list: Use printk format instead of open-coded symbol lookupHelge Deller2020-11-151-47/+19
| * | | timekeeping: Convert jiffies_seq to seqcount_raw_spinlock_tDavidlohr Bueso2020-10-262-2/+3
| |/ /
* | | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-141-6/+3
|\ \ \
| * | | time: Use generic ns_common::countKirill Tkhai2020-08-191-6/+3
* | | | namespace: make timens_on_fork() return nothingHui Su2020-11-181-4/+2
| |_|/ |/| |