summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-08-14Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-10time: Delete repeated words in commentsRandy Dunlap
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner
2020-08-06posix-cpu-timers: Split run_posix_cpu_timers()Thomas Gleixner
2020-08-06timekeeping/vsyscall: Provide vdso_update_begin/end()Thomas Gleixner
2020-08-04Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-04Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau
2020-07-29hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish
2020-07-29timekeeping: Use sequence counter with associated raw spinlockAhmed S. Darwish
2020-07-24timers: Recalculate next timer interrupt only when necessaryFrederic Weisbecker
2020-07-22sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker
2020-07-20time/sched_clock: Use raw_read_seqcount_latch()Ahmed S. Darwish
2020-07-20sched_clock: Expose struct clock_read_dataPeter Zijlstra
2020-07-17timers: Lower base clock forwarding thresholdFrederic Weisbecker
2020-07-17timers: Remove must_forward_clkFrederic Weisbecker
2020-07-17timers: Spare timer softirq until next expiryFrederic Weisbecker
2020-07-17timers: Expand clk forward logic beyond nohzFrederic Weisbecker
2020-07-17timers: Reuse next expiry cache after nohz exitFrederic Weisbecker
2020-07-17timers: Always keep track of next expiryFrederic Weisbecker
2020-07-17timers: Optimize _next_timer_interrupt() level iterationFrederic Weisbecker
2020-07-17timers: Add comments about calc_index() ceiling workFrederic Weisbecker
2020-07-17timers: Move trigger_dyntick_cpu() to enqueue_timer()Frederic Weisbecker
2020-07-17timers: Use only bucket expiry for base->next_expiry valueAnna-Maria Behnsen
2020-07-17timers: Preserve higher bits of expiration on index calculationFrederic Weisbecker
2020-07-17timer: Fix wheel index calculation on last levelFrederic Weisbecker
2020-07-09timer: Prevent base->clk from moving backwardFrederic Weisbecker
2020-07-08nsproxy: support CLONE_NEWTIME with setns()Christian Brauner
2020-07-08timens: add timens_commit() helperChristian Brauner
2020-07-08timens: make vdso_join_timens() always succeedChristian Brauner
2020-06-29tick/nohz: Narrow down noise while setting current task's tick dependencyFrederic Weisbecker
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-11x86/mce: Address objtools noinstr complaintsThomas Gleixner
2020-06-09clocksource: Remove obsolete ifdefThomas Gleixner
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-09nsproxy: add struct nssetChristian Brauner
2020-04-29posix-cpu-timers: Replace __get_task_for_clock with pid_for_clockEric W. Biederman
2020-04-29posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_typeEric W. Biederman
2020-04-29posix-cpu-timers: Extend rcu_read_lock removing task_struct referencesEric W. Biederman
2020-04-28posix-cpu-timer: Unify the now redundant code in lookup_taskEric W. Biederman
2020-04-28posix-cpu-timer: Tidy up group_leader logic in lookup_taskEric W. Biederman