summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2024-11-07posix-timers: Handle ignored list on delete and exitThomas Gleixner-0/+28
2024-11-07posix-timers: Move sequence logic into struct k_itimerThomas Gleixner-4/+1
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner-36/+52
2024-11-07signal: Replace resched_timer logicThomas Gleixner-1/+1
2024-11-07signal: Refactor send_sigqueue()Thomas Gleixner-1/+1
2024-11-07posix-timers: Store PID type in the timerThomas Gleixner-3/+6
2024-11-07posix-timers: Add a refcount to struct k_itimerThomas Gleixner-3/+4
2024-11-07posix-cpu-timers: Use dedicated flag for CPU timer nanosleepThomas Gleixner-1/+2
2024-11-07posix-cpu-timers: Cleanup the firing logicThomas Gleixner-10/+24
2024-11-07posix-timers: Make signal overrun accounting sensibleThomas Gleixner-5/+6
2024-11-07posix-timers: Make signal delivery consistentThomas Gleixner-13/+17
2024-11-07posix-cpu-timers: Correctly update timer status in posix_cpu_timer_del()Thomas Gleixner-6/+6
2024-11-05seqlock, treewide: Switch to non-raw seqcount_latch interfaceMarco Elver-10/+14
2024-11-05time/sched_clock: Broaden sched_clock()'s instrumentation coverageMarco Elver-2/+14
2024-11-05time/sched_clock: Swap update_clock_read_data() latch writesMarco Elver-3/+3
2024-11-02timekeeping: Always check for negative motionThomas Gleixner-12/+0
2024-11-02timekeeping: Remove CONFIG_DEBUG_TIMEKEEPINGThomas Gleixner-105/+3
2024-10-31timers: Add missing READ_ONCE() in __run_timer_base()Thomas Gleixner-1/+2
2024-10-31tick: Remove now unneeded low-res tick stop on CPUHP_AP_TICK_DYINGFrederic Weisbecker-19/+6
2024-10-31clockevents: Shutdown and unregister current clockevents at CPUHP_AP_TICK_DYINGFrederic Weisbecker-21/+12
2024-10-31clockevents: Improve clockevents_notify_released() commentFrederic Weisbecker-2/+10
2024-10-29posix-timers: Add proper state trackingThomas Gleixner-17/+28
2024-10-29posix-timers: Rename k_itimer:: It_requeue_pendingThomas Gleixner-9/+9
2024-10-29posix-timers: Drop signal if timer has been deleted or reprogrammedThomas Gleixner-4/+5
2024-10-29signal: Allow POSIX timer signals to be droppedThomas Gleixner-1/+2
2024-10-29posix-timers: Cure si_sys_private raceThomas Gleixner-14/+1
2024-10-29signal: Confine POSIX_TIMERS properlyThomas Gleixner-3/+34
2024-10-25time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda-1/+1
2024-10-25time: Partially revert cleanup on msecs_to_jiffies() documentationMiguel Ojeda-1/+1
2024-10-25timekeeping: Merge timekeeping_update_staged() and timekeeping_update()Anna-Maria Behnsen-17/+14
2024-10-25timekeeping: Remove TK_MIRROR timekeeping_update() actionAnna-Maria Behnsen-9/+1
2024-10-25timekeeping: Rework do_adjtimex() to use shadow_timekeeperAnna-Maria Behnsen-16/+25
2024-10-25timekeeping: Rework timekeeping_suspend() to use shadow_timekeeperAnna-Maria Behnsen-12/+10
2024-10-25timekeeping: Rework timekeeping_resume() to use shadow_timekeeperAnna-Maria Behnsen-12/+10
2024-10-25timekeeping: Rework timekeeping_inject_sleeptime64() to use shadow_timekeeperAnna-Maria Behnsen-15/+7
2024-10-25timekeeping: Rework timekeeping_init() to use shadow_timekeeperAnna-Maria Behnsen-9/+7
2024-10-25timekeeping: Rework change_clocksource() to use shadow_timekeeperAnna-Maria Behnsen-11/+7
2024-10-25timekeeping: Rework timekeeping_inject_offset() to use shadow_timekeeperAnna-Maria Behnsen-25/+16
2024-10-25timekeeping: Rework do_settimeofday64() to use shadow_timekeeperAnna-Maria Behnsen-26/+16
2024-10-25timekeeping: Provide timekeeping_restore_shadow()Thomas Gleixner-1/+10
2024-10-25timekeeping: Introduce combined timekeeping action flagAnna-Maria Behnsen-4/+6
2024-10-25timekeeping: Split out timekeeper update of timekeeping_advanced()Anna-Maria Behnsen-16/+27
2024-10-25timekeeping: Add struct tk_data as argument to timekeeping_update()Anna-Maria Behnsen-12/+13
2024-10-25timekeeping: Introduce tkd_basic_setup() to make lock and seqcount init reusableAnna-Maria Behnsen-2/+7
2024-10-25timekeeping: Define a struct type for tk_core to make it reusableAnna-Maria Behnsen-2/+4
2024-10-25timekeeping: Move timekeeper_lock into tk_coreAnna-Maria Behnsen-43/+29
2024-10-25timekeeping: Encapsulate locking/unlocking of timekeeper_lockThomas Gleixner-5/+18
2024-10-25timekeeping: Move shadow_timekeeper into tk_coreThomas Gleixner-4/+3
2024-10-25timekeeping: Simplify code in timekeeping_advance()Thomas Gleixner-10/+6
2024-10-25timekeeping: Abort clocksource change in case of failureThomas Gleixner-18/+13