summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/
* | / nsproxy: add struct nssetChristian Brauner2020-05-091-2/+3
|/ /
* / proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin2020-04-161-1/+14
|/
* time/namespace: Fix time_for_children symlinkMichael Kerrisk (man-pages)2020-04-071-0/+1
* hrtimer: Don't dereference the hrtimer pointer after the callbackSebastian Andrzej Siewior2020-04-011-2/+3
* Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-309-101/+108
|\
| * Revert "tick/common: Make tick_periodic() check for missing ticks"Thomas Gleixner2020-03-191-33/+3
| * time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish2020-03-191-4/+5
| * tick/common: Make tick_periodic() check for missing ticksWaiman Long2020-03-041-3/+33
| * hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang2020-03-041-1/+1