summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|/ |/| |
* | | time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-10-261-4/+0
* | | timers: Remove unused inline funtion debug_timer_free()YueHaibing2020-10-261-5/+0
* | | hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing2020-10-261-5/+0
* | | time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang2020-10-261-2/+2
| |/ |/|
* | random32: add noise from network and scheduling activityWilly Tarreau2020-10-241-0/+2
* | random32: make prandom_u32() output unpredictableGeorge Spelvin2020-10-241-7/+0
* | Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-181-1/+1
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-10-091-1/+1
| |\ \
| | * | tick-sched: Clarify "NOHZ: local_softirq_pending" warningPaul E. McKenney2020-08-241-1/+1
| | |/
* | | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-122-8/+8
|\ \ \