summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2024-02-22timers: Simplify code in run_local_timers()Anna-Maria Behnsen1-8/+6
2024-02-22timers: Make sure TIMER_PINNED flag is set in add_timer_on()Anna-Maria Behnsen1-1/+7
2024-02-22timers: Introduce add_timer() variants which modify timer flagsAnna-Maria Behnsen1-0/+34
2024-02-22timers: Optimization for timer_base_try_to_set_idle()Anna-Maria Behnsen2-4/+9
2024-02-22timers: Move marking timer bases idle into tick_nohz_stop_tick()Anna-Maria Behnsen3-30/+71
2024-02-22timers: Split out get next timer interruptAnna-Maria Behnsen1-9/+14
2024-02-22timers: Restructure get_next_timer_interrupt()Anna-Maria Behnsen1-6/+6
2024-02-21clocksource: Scale the watchdog read retries automaticallyFeng Tang2-12/+11
2024-02-21time/kunit: Use correct format specifierDavid Gow1-1/+1
2024-02-20Merge tag 'v6.8-rc5' into timers/core, to resolve conflictIngo Molnar1-0/+3
2024-02-19timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber1-4/+2
2024-02-19timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber1-8/+10
2024-02-19timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber1-1/+1
2024-02-19timers: Add struct member description for timer_baseAnna-Maria Behnsen1-0/+45
2024-02-19tick/sched: Add function description for tick_nohz_next_event()Anna-Maria Behnsen1-0/+10
2024-02-19hrtimers: Update formatting of documentationAnna-Maria Behnsen1-8/+10
2024-02-07timekeeping: Evaluate system_counterval_t.cs_id instead of .csPeter Hilber1-4/+5
2024-02-07clockevents: Make clockevents_subsys constRicardo B. Marliere1-1/+1
2024-02-07clocksource: Make clocksource_subsys constRicardo B. Marliere1-1/+1
2024-02-06hrtimer: Report offline hrtimer enqueueFrederic Weisbecker1-0/+3
2024-01-25tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen1-0/+5
2024-01-25clocksource: Skip watchdog check for large watchdog intervalsJiri Wiesner1-1/+24
2024-01-21Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2024-01-19tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens1-0/+5
2024-01-09Merge tag 'timers-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-59/+79
2023-12-21posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds1-45/+0
2023-12-20timers: Fix nextevt calculation when no timers are pendingAnna-Maria Behnsen1-2/+11
2023-12-20timers: Rework idle logicThomas Gleixner1-20/+20
2023-12-20timers: Use already existing function for forwarding timer baseAnna-Maria Behnsen1-8/+2
2023-12-20timers: Split out forward timer base functionalityAnna-Maria Behnsen1-6/+10
2023-12-20timers: Clarify check in forward_timer_base()Anna-Maria Behnsen1-4/+7
2023-12-20timers: Move store of next event into __next_timer_interrupt()Anna-Maria Behnsen1-5/+6
2023-12-20timers: Do not IPI for deferrable timersAnna-Maria Behnsen1-9/+6
2023-12-20tracing/timers: Add tracepoint for tracking timer base is_idle flagAnna-Maria Behnsen1-3/+11
2023-12-20tracing/timers: Enhance timer_start tracepointAnna-Maria Behnsen1-1/+1
2023-12-20tick-sched: Warn when next tick seems to be in the pastAnna-Maria Behnsen1-0/+4
2023-12-20tick/sched: Cleanup confusing variablesAnna-Maria Behnsen1-6/+5
2023-12-20tick-sched: Fix function names in commentsAnna-Maria Behnsen1-5/+5
2023-11-22time: Make sysfs_get_uname() function visible in headerArnd Bergmann1-1/+2
2023-11-20Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-21/+12
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner1-21/+12
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-9/+27
2023-10-15posix-clock: introduce posix_clock_context conceptXabier Marquiegui1-9/+27
2023-10-09alarmtimer: Use maximum alarm time for suspendGuenter Roeck1-0/+11
2023-09-30tick/nohz: Update comments some moreIngo Molnar1-76/+74
2023-09-27tick/nohz: Don't shutdown the lowres tick from itselfFrederic Weisbecker1-11/+13
2023-09-27tick/nohz: Update obsolete commentsFrederic Weisbecker1-10/+36
2023-09-27tick/nohz: Rename the tick handlers to more self-explanatory namesFrederic Weisbecker1-4/+4
2023-09-02Merge tag 'timers-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2023-08-31Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds1-11/+158