summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | timers: Lower base clock forwarding thresholdFrederic Weisbecker2020-07-171-1/+1
| * | timers: Remove must_forward_clkFrederic Weisbecker2020-07-171-16/+6
| * | timers: Spare timer softirq until next expiryFrederic Weisbecker2020-07-171-41/+8
| * | timers: Expand clk forward logic beyond nohzFrederic Weisbecker2020-07-171-22/+4
| * | timers: Reuse next expiry cache after nohz exitFrederic Weisbecker2020-07-171-4/+2
| * | timers: Always keep track of next expiryFrederic Weisbecker2020-07-171-21/+21
| * | timers: Optimize _next_timer_interrupt() level iterationFrederic Weisbecker2020-07-171-1/+9
| * | timers: Add comments about calc_index() ceiling workFrederic Weisbecker2020-07-171-1/+11
| * | timers: Move trigger_dyntick_cpu() to enqueue_timer()Frederic Weisbecker2020-07-171-36/+25
| * | timers: Use only bucket expiry for base->next_expiry valueAnna-Maria Behnsen2020-07-171-30/+34
| * | timers: Preserve higher bits of expiration on index calculationFrederic Weisbecker2020-07-171-1/+1
| |/
* | Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-08-041-14/+8
|\ \
| * | nsproxy: support CLONE_NEWTIME with setns()Christian Brauner2020-07-081-4/+1
| * | timens: add timens_commit() helperChristian Brauner2020-07-081-6/+9
| * | timens: make vdso_join_timens() always succeedChristian Brauner2020-07-081-8/+2
* | | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-1/+1
|\ \ \
| * | | sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker2020-07-221-1/+1
| | |/ | |/|
* | | Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-031-7/+15
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-07-311-7/+15
| |\ \ \ | | |/ / | |/| |
| | * | tick/nohz: Narrow down noise while setting current task's tick dependencyFrederic Weisbecker2020-06-291-7/+15
| | |/
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-28/+13
|\ \ \
| * | | time/sched_clock: Use raw_read_seqcount_latch()Ahmed S. Darwish2020-07-201-1/+1