summaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/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-251-13/+32
| | * clocksource: Improve "skew is too large" messagesPaul E. McKenney2023-01-051-0/+8
| | * clocksource: Improve read-back-delay messagePaul E. McKenney2023-01-041-2/+2
| | * clocksource: Loosen clocksource watchdog constraintsPaul E. McKenney2023-01-042-7/+14
| | * clocksource: Print clocksource name when clocksource is tested unstableYunying Sun2023-01-041-2/+2
| * | time/debug: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-091-1/+1
| * | posix-timers: Use atomic64_try_cmpxchg() in __update_gt_cputime()Uros Bizjak2023-02-061-7/+6
| * | hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()Davidlohr Bueso2023-01-311-3/+11
| * | hrtimer: Rely on rt_task() for DL tasks tooDavidlohr Bueso2023-01-311-1/+1
| * | timers: Prevent union confusion from unexpected restart_syscall()Jann Horn2023-01-113-0/+6
| |/
* | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-212-18/+17
|\ \
| * \ Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-313-10/+10
| |\ \