aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-7/+53
2020-08-14Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-25/+201
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-11/+21
2020-08-10time: Delete repeated words in commentsGravatar Randy Dunlap 3-3/+3
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workGravatar Thomas Gleixner 3-12/+183
2020-08-06posix-cpu-timers: Split run_posix_cpu_timers()Gravatar Thomas Gleixner 1-19/+24
2020-08-06timekeeping/vsyscall: Provide vdso_update_begin/end()Gravatar Thomas Gleixner 3-4/+50
2020-08-04Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-145/+108
2020-08-04Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Gravatar Linus Torvalds 1-14/+8
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+15
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-28/+13
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-7/+15
2020-07-29random32: update the net random state on interrupt and activityGravatar Willy Tarreau 1-0/+8
2020-07-29hrtimer: Use sequence counter with associated raw spinlockGravatar Ahmed S. Darwish 1-3/+10
2020-07-29timekeeping: Use sequence counter with associated raw spinlockGravatar Ahmed S. Darwish 1-8/+11
2020-07-24timers: Recalculate next timer interrupt only when necessaryGravatar Frederic Weisbecker 1-3/+18
2020-07-22sched: nohz: stop passing around unused "ticks" parameter.Gravatar Paul Gortmaker 1-1/+1
2020-07-20time/sched_clock: Use raw_read_seqcount_latch()Gravatar Ahmed S. Darwish 1-1/+1
2020-07-20sched_clock: Expose struct clock_read_dataGravatar Peter Zijlstra 1-28/+13
2020-07-17timers: Lower base clock forwarding thresholdGravatar Frederic Weisbecker 1-1/+1
2020-07-17timers: Remove must_forward_clkGravatar Frederic Weisbecker 1-16/+6
2020-07-17timers: Spare timer softirq until next expiryGravatar Frederic Weisbecker 1-41/+8
2020-07-17timers: Expand clk forward logic beyond nohzGravatar Frederic Weisbecker 1-22/+4
2020-07-17timers: Reuse next expiry cache after nohz exitGravatar Frederic Weisbecker 1-4/+2
2020-07-17timers: Always keep track of next expiryGravatar Frederic Weisbecker 1-21/+21
2020-07-17timers: Optimize _next_timer_interrupt() level iterationGravatar Frederic Weisbecker 1-1/+9
2020-07-17timers: Add comments about calc_index() ceiling workGravatar Frederic Weisbecker 1-1/+11
2020-07-17timers: Move trigger_dyntick_cpu() to enqueue_timer()Gravatar Frederic Weisbecker 1-36/+25
2020-07-17timers: Use only bucket expiry for base->next_expiry valueGravatar Anna-Maria Behnsen 1-30/+34
2020-07-17timers: Preserve higher bits of expiration on index calculationGravatar Frederic Weisbecker 1-1/+1
2020-07-17timer: Fix wheel index calculation on last levelGravatar Frederic Weisbecker 1-2/+2
2020-07-09timer: Prevent base->clk from moving backwardGravatar Frederic Weisbecker 1-3/+14
2020-07-08nsproxy: support CLONE_NEWTIME with setns()Gravatar Christian Brauner 1-4/+1
2020-07-08timens: add timens_commit() helperGravatar Christian Brauner 1-6/+9
2020-07-08timens: make vdso_join_timens() always succeedGravatar Christian Brauner 1-8/+2
2020-06-29tick/nohz: Narrow down noise while setting current task's tick dependencyGravatar Frederic Weisbecker 1-7/+15
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+0
2020-06-11x86/mce: Address objtools noinstr complaintsGravatar Thomas Gleixner 1-1/+1
2020-06-09clocksource: Remove obsolete ifdefGravatar Thomas Gleixner 1-2/+0
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-64/+47
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-2/+1
2020-05-09nsproxy: add struct nssetGravatar Christian Brauner 1-2/+3
2020-04-29posix-cpu-timers: Replace __get_task_for_clock with pid_for_clockGravatar Eric W. Biederman 1-45/+30
2020-04-29posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_typeGravatar Eric W. Biederman 1-4/+4
2020-04-29posix-cpu-timers: Extend rcu_read_lock removing task_struct referencesGravatar Eric W. Biederman 1-20/+23
2020-04-28posix-cpu-timer: Unify the now redundant code in lookup_taskGravatar Eric W. Biederman 1-8/+7
2020-04-28posix-cpu-timer: Tidy up group_leader logic in lookup_taskGravatar Eric W. Biederman 1-6/+2
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Gravatar Daniel Borkmann 1-2/+1