aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+1
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-12/+27
2022-08-02wireguard: ratelimiter: use hrtimer in selftestGravatar Jason A. Donenfeld 1-0/+1
2022-07-18timekeeping: contribute wall clock to rng on time changeGravatar Jason A. Donenfeld 1-1/+6
2022-07-11fix race between exit_itimers() and /proc/pid/timersGravatar Oleg Nesterov 1-5/+14
2022-07-05context_tracking: Take idle eqs entrypoints over RCUGravatar Frederic Weisbecker 1-0/+6
2022-06-29context_tracking: Split user tracking KconfigGravatar Frederic Weisbecker 1-11/+20
2022-06-29context_tracking: Rename context_tracking_cpu_set() to ct_cpu_track_user()Gravatar Frederic Weisbecker 1-1/+1
2022-06-27tick/nohz: unexport __init-annotated tick_nohz_full_setup()Gravatar Masahiro Yamada 1-1/+0
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-3/+3
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+15
2022-05-23Merge tag 'timers-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-42/+121
2022-05-18random32: use real rng for non-deterministic randomnessGravatar Jason A. Donenfeld 1-2/+0
2022-05-14timers: Provide a better debugobjects hint for delayed worksGravatar Stephen Boyd 1-1/+31
2022-05-13timekeeping: Add raw clock fallback for random_get_entropy()Gravatar Jason A. Donenfeld 1-0/+15
2022-05-11signal: Replace __group_send_sig_info with send_signal_lockedGravatar Eric W. Biederman 1-3/+3
2022-05-02time/sched_clock: Fix formatting of frequency reporting codeGravatar Maciej W. Rozycki 1-6/+4
2022-05-02time/sched_clock: Use Hz as the unit for clock rate reporting below 4kHzGravatar Maciej W. Rozycki 1-1/+1
2022-05-02time/sched_clock: Round the frequency reported to nearest rather than downGravatar Maciej W. Rozycki 1-2/+3
2022-05-02timekeeping: Consolidate fast timekeeperGravatar Thomas Gleixner 1-10/+10
2022-05-02timekeeping: Annotate ktime_get_boot_fast_ns() with data_race()Gravatar Thomas Gleixner 1-1/+1
2022-04-29timekeeping: Mark NMI safe time accessors as notraceGravatar Kurt Kanzenbach 1-2/+2
2022-04-25timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Gravatar Nicholas Piggin 1-2/+10
2022-04-14Merge tag 'tai-for-tracing' into timers/coreGravatar Thomas Gleixner 1-0/+17
2022-04-14timekeeping: Introduce fast accessor to clock taiGravatar Kurt Kanzenbach 1-0/+17
2022-04-10clocksource: Replace cpumask_weight() with cpumask_empty()Gravatar Yury Norov 1-1/+1
2022-04-10timers: Move timer sysctl into the timer codeGravatar tangmeng 1-15/+38
2022-04-10clockevents: Use dedicated list iterator variableGravatar Jakob Koschel 1-4/+5
2022-04-10tick/sched: Fix non-kernel-doc commentGravatar Jiapeng Chong 1-2/+2
2022-04-10tick/nohz: Use WARN_ON_ONCE() to prevent console saturationGravatar Paul Gortmaker 1-1/+1
2022-04-09timers: Simplify calc_index()Gravatar Thomas Gleixner 1-1/+1
2022-04-09timers: Initialize base::next_expiry_recalc in timers_prepare_cpu()Gravatar Anna-Maria Behnsen 1-0/+1
2022-04-09timers: Fix warning condition in __run_timers()Gravatar Anna-Maria Behnsen 1-4/+7
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2022-03-24Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-3/+9
2022-03-10task_work: Remove unnecessary include from posix_timers.hGravatar Eric W. Biederman 1-0/+1
2022-03-08prlimit: do not grab the tasklist_lockGravatar Barret Rhoden 1-3/+9
2022-03-07tick/rcu: Stop allowing RCU_SOFTIRQ in idleGravatar Frederic Weisbecker 1-10/+40
2022-03-07tick/rcu: Remove obsolete rcu_needs_cpu() parametersGravatar Frederic Weisbecker 1-6/+4
2022-03-07tick: Detect and fix jiffies update stallGravatar Frederic Weisbecker 2-0/+21
2022-02-01clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEWGravatar Waiman Long 2-1/+16
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 1-2/+2
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateGravatar Yury Norov 1-2/+2
2022-01-13Merge tag 'timers-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-10/+42
2022-01-10Merge branch 'clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Thomas Gleixner 1-10/+42
2021-12-17timekeeping: Really make sure wall_to_monotonic isn't positiveGravatar Yu Liao 1-2/+1
2021-12-10timers: implement usleep_idle_range()Gravatar SeongJae Park 1-7/+9
2021-12-02timers/nohz: Last resort update jiffies on nohz_full IRQ entryGravatar Frederic Weisbecker 1-0/+7
2021-11-30clocksource: Reduce the default clocksource_watchdog() retries to 2Gravatar Waiman Long 1-1/+1
2021-11-30clocksource: Avoid accidental unstable marking of clocksourcesGravatar Waiman Long 1-9/+41