summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
...
| * timers: Rework idle logicThomas Gleixner2023-12-201-20/+20
| * timers: Use already existing function for forwarding timer baseAnna-Maria Behnsen2023-12-201-8/+2
| * timers: Split out forward timer base functionalityAnna-Maria Behnsen2023-12-201-6/+10
| * timers: Clarify check in forward_timer_base()Anna-Maria Behnsen2023-12-201-4/+7
| * timers: Move store of next event into __next_timer_interrupt()Anna-Maria Behnsen2023-12-201-5/+6
| * timers: Do not IPI for deferrable timersAnna-Maria Behnsen2023-12-201-9/+6
| * tracing/timers: Add tracepoint for tracking timer base is_idle flagAnna-Maria Behnsen2023-12-201-3/+11
| * tracing/timers: Enhance timer_start tracepointAnna-Maria Behnsen2023-12-201-1/+1
| * tick-sched: Warn when next tick seems to be in the pastAnna-Maria Behnsen2023-12-201-0/+4
| * tick/sched: Cleanup confusing variablesAnna-Maria Behnsen2023-12-201-6/+5
| * tick-sched: Fix function names in commentsAnna-Maria Behnsen2023-12-201-5/+5
| * time: Make sysfs_get_uname() function visible in headerArnd Bergmann2023-11-221-1/+2
* | posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2023-12-201-45/+0
|/
* 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