summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\ \ \
| * | | Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2020-10-094-5/+5
| |\| |
| * | | timekeeping: Use seqcount_latch_tAhmed S. Darwish2020-09-101-5/+5
| * | | time/sched_clock: Use seqcount_latch_tAhmed S. Darwish2020-09-101-2/+2
| * | | time/sched_clock: Use raw_read_seqcount_latch() during suspendAhmed S. Darwish2020-09-101-1/+1
| | |/ | |/|
* | | Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-123-20/+93
|\ \ \
| * | | timers: Mask invalid flags in do_init_timer()Qianli Zhao2020-09-241-0/+2
| * | | alarmtimer: Convert comma to semicolonXu Wang2020-08-251-1/+1
| * | | timekeeping: Provide multi-timestamp accessor to NMI safe timekeeperThomas Gleixner2020-08-231-11/+65
| * | | timekeeping: Utilize local_clock() for NMI safe timekeeper during early bootThomas Gleixner2020-08-231-8/+25
| |/ /
* | / treewide: Make all debug_obj_descriptors constStephen Boyd2020-09-242-4/+4
| |/ |/|
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-234-5/+5
|/
* Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-145-7/+53
|\
| * time: Delete repeated words in commentsRandy Dunlap2020-08-103-3/+3
| * timekeeping/vsyscall: Provide vdso_update_begin/end()Thomas Gleixner2020-08-063-4/+50
* | Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-143-25/+201
|\ \
| * | posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner2020-08-063-12/+183
| * | posix-cpu-timers: Split run_posix_cpu_timers()Thomas Gleixner2020-08-061-19/+24
| |/
* | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-102-11/+21
|\ \ | |/ |/|
| * hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish2020-07-291-3/+10
| * timekeeping: Use sequence counter with associated raw spinlockAhmed S. Darwish2020-07-291-8/+11
* | Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-041-145/+108
|\ \
| * | timers: Recalculate next timer interrupt only when necessaryFrederic Weisbecker2020-07-241-3/+18