summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | sched_clock: Expose struct clock_read_dataPeter Zijlstra2020-07-201-28/+13
| | |/ | |/|
* | | random32: update the net random state on interrupt and activityWilly Tarreau2020-07-291-0/+8
| |/ |/|
* | timer: Fix wheel index calculation on last levelFrederic Weisbecker2020-07-171-2/+2
* | timer: Prevent base->clk from moving backwardFrederic Weisbecker2020-07-091-3/+14
|/
* Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-131-1/+1
|\
| * x86/mce: Address objtools noinstr complaintsThomas Gleixner2020-06-111-1/+1
* | Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-111-2/+0
|\ \ | |/ |/|
| * clocksource: Remove obsolete ifdefThomas Gleixner2020-06-091-2/+0
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-64/+47
|\ \
| * | posix-cpu-timers: Replace __get_task_for_clock with pid_for_clockEric W. Biederman2020-04-291-45/+30
| * | posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_typeEric W. Biederman2020-04-291-4/+4
| * | posix-cpu-timers: Extend rcu_read_lock removing task_struct referencesEric W. Biederman2020-04-291-20/+23
| * | posix-cpu-timer: Unify the now redundant code in lookup_taskEric W. Biederman2020-04-281-8/+7
| * | posix-cpu-timer: Tidy up group_leader logic in lookup_taskEric W. Biederman2020-04-281-6/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-2/+1
|\ \ \
| * \ \ Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-2/+1
| |\ \ \ | | |_|/ | |/| |
| | * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+1
| | |/