summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-1/+1
|\
| * clocksource: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-011-1/+1
* | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-272-9/+19
|\ \
| * | time/sched_clock: Provide sched_clock_noinstr()Peter Zijlstra2023-06-051-6/+16
| * | seqlock/latch: Provide raw_read_seqcount_latch_retry()Peter Zijlstra2023-06-052-3/+3
* | | Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds2023-06-264-208/+326
|\ \ \
| * | | hrtimer: Add missing sparse annotations to hrtimer lockingBen Dooks2023-06-221-0/+3
| * | | tick/rcu: Fix bogus ratelimit conditionWen Yang2023-06-181-1/+1
| * | | alarmtimer: Remove unnecessary (void *) castLi zeming2023-06-181-1/+1
| * | | alarmtimer: Remove unnecessary initialization of variable 'ret'Li zeming2023-06-181-1/+1
| * | | posix-timers: Refer properly to CONFIG_HIGH_RES_TIMERSLukas Bulwahn2023-06-181-1/+1
| * | | posix-timers: Polish coding style in a few placesThomas Gleixner2023-06-181-7/+7
| * | | posix-timers: Remove pointless commentsThomas Gleixner2023-06-181-25/+0
| * | | posix-timers: Clarify posix_timer_fn() commentsThomas Gleixner2023-06-181-30/+32
| * | | posix-timers: Clarify posix_timer_rearm() commentThomas Gleixner2023-06-181-9/+3
| * | | posix-timers: Comment SIGEV_THREAD_ID properlyThomas Gleixner2023-06-181-5/+2
| * | | posix-timers: Add proper comments in do_timer_create()Thomas Gleixner2023-06-181-9/+11
| * | | posix-timers: Document nanosleep() detailsThomas Gleixner2023-06-181-2/+7
| * | | posix-timers: Document sys_clock_settime() permissions in placeThomas Gleixner2023-06-181-7/+4
| * | | posix-timers: Document sys_clock_getoverrun()Thomas Gleixner2023-06-181-8/+17
| * | | posix-timers: Document common_clock_get() correctlyThomas Gleixner2023-06-181-20/+30
| * | | posix-timers: Document sys_clock_getres() correctlyThomas Gleixner2023-06-181-8/+73
| * | | posix-timers: Split release_posix_timers()Thomas Gleixner2023-06-181-16/+15
| * | | posix-timers: Remove pointless irqsafe from hash_lockThomas Gleixner2023-06-181-3/+2
| * | | posix-timers: Set k_itimer:: It_signal to NULL on exit()Thomas Gleixner2023-06-181-0/+8
| * | | posix-timers: Annotate concurrent access to k_itimer:: It_signalThomas Gleixner2023-06-181-7/+7
| * | | posix-timers: Add comments about timer lookupThomas Gleixner2023-06-181-7/+32
| * | | posix-timers: Cleanup comments about timer ID trackingThomas Gleixner2023-06-181-20/+8
| * | | posix-timers: Clarify timer_wait_running() commentThomas Gleixner2023-06-181-4/+12
| * | | posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner2023-06-181-13/+18
| * | | posix-timers: Prevent RT livelock in itimer_delete()Thomas Gleixner2023-06-181-8/+35
| | |/ | |/|
* / | tick/common: Align tick period during sched_timer setupThomas Gleixner2023-06-162-13/+13
|/ /
* / tick/broadcast: Make broadcast device replacement work correctlyThomas Gleixner2023-05-081-32/+88
|/
* Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-04-291-2/+2
|\
| * timekeeping: Fix references to nonexistent ktime_get_fast_ns()Geert Uytterhoeven2023-04-261-2/+2
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-2/+1
|\ \
| * | driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-031-2/+1
* | | Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-04-255-112/+187
|\ \ \ | | |/ | |/|
| * | posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner2023-04-212-14/+71
| * | timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick()Frederic Weisbecker2023-04-181-12/+8
| * | timers/nohz: Add a comment about broken iowait counter update raceFrederic Weisbecker2023-04-181-2/+8
| * | timers/nohz: Protect idle/iowait sleep time under seqcountFrederic Weisbecker2023-04-182-6/+17
| * | timers/nohz: Only ever update sleeptime from idle exitFrederic Weisbecker2023-04-181-58/+37
| * | timers/nohz: Restructure and reshuffle struct tick_schedFrederic Weisbecker2023-04-181-25/+41
| * | tick/common: Align tick period with the HZ tick.Sebastian Andrzej Siewior2023-04-181-1/+11
| |/
* | rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency checkZqiang2023-04-051-0/+5
* | tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)2023-04-051-3/+8
|/
* Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-02-217-34/+81
|\
| * Merge tag 'clocksource.2023.02.06b' of git://git.kernel.org/pub/scm/linux/ker...Thomas Gleixner2023-02-132-22/+56
| |\
| | * clocksource: Suspend the watchdog temporarily when high read latency detectedFeng Tang2023-01-241-13/+32