summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-191-21/+12
|\
| * hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner2023-11-111-21/+12
* | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-311-9/+27
|\ \
| * | posix-clock: introduce posix_clock_context conceptXabier Marquiegui2023-10-151-9/+27
| |/
* | alarmtimer: Use maximum alarm time for suspendGuenter Roeck2023-10-091-0/+11
* | tick/nohz: Update comments some moreIngo Molnar2023-09-291-76/+74
* | tick/nohz: Don't shutdown the lowres tick from itselfFrederic Weisbecker2023-09-271-11/+13
* | tick/nohz: Update obsolete commentsFrederic Weisbecker2023-09-271-10/+36
* | tick/nohz: Rename the tick handlers to more self-explanatory namesFrederic Weisbecker2023-09-271-4/+4
|/
* Merge tag 'timers-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-09-021-1/+1
|\
| * tick/rcu: Fix false positive "softirq work is pending" messagesPaul Gortmaker2023-08-301-1/+1
* | Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds2023-08-301-11/+158
|\ \
| * | time: add kernel-doc in time.cRandy Dunlap2023-07-141-11/+158
| |/
* | Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-08-281-1/+1
|\ \
| * | kunit: time: Mark test as slow using test attributesRae Moar2023-07-261-1/+1
| |/
* / clocksource: Handle negative skews in "skew is too large" messagesPaul E. McKenney2023-07-141-4/+4
|/
* 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
|\