summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* signal: Allow POSIX timer signals to be droppedThomas Gleixner2024-10-293-6/+9
* posix-timers: Cure si_sys_private raceThomas Gleixner2024-10-293-16/+11
* signal: Cleanup flush_sigqueue_mask()Thomas Gleixner2024-10-291-15/+12
* signal: Confine POSIX_TIMERS properlyThomas Gleixner2024-10-294-86/+81
* time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda2024-10-252-2/+2
* time: Partially revert cleanup on msecs_to_jiffies() documentationMiguel Ojeda2024-10-251-1/+1
* timekeeping: Merge timekeeping_update_staged() and timekeeping_update()Anna-Maria Behnsen2024-10-251-17/+14
* timekeeping: Remove TK_MIRROR timekeeping_update() actionAnna-Maria Behnsen2024-10-251-9/+1
* timekeeping: Rework do_adjtimex() to use shadow_timekeeperAnna-Maria Behnsen2024-10-251-16/+25
* timekeeping: Rework timekeeping_suspend() to use shadow_timekeeperAnna-Maria Behnsen2024-10-251-12/+10
* timekeeping: Rework timekeeping_resume() to use shadow_timekeeperAnna-Maria Behnsen2024-10-251-12/+10
* timekeeping: Rework timekeeping_inject_sleeptime64() to use shadow_timekeeperAnna-Maria Behnsen2024-10-251-15/+7
* timekeeping: Rework timekeeping_init() to use shadow_timekeeperAnna-Maria Behnsen2024-10-251-9/+7
* timekeeping: Rework change_clocksource() to use shadow_timekeeperAnna-Maria Behnsen2024-10-251-11/+7
* timekeeping: Rework timekeeping_inject_offset() to use shadow_timekeeperAnna-Maria Behnsen2024-10-251-25/+16
* timekeeping: Rework do_settimeofday64() to use shadow_timekeeperAnna-Maria Behnsen2024-10-251-26/+16
* timekeeping: Provide timekeeping_restore_shadow()Thomas Gleixner2024-10-251-1/+10
* timekeeping: Introduce combined timekeeping action flagAnna-Maria Behnsen2024-10-251-4/+6
* timekeeping: Split out timekeeper update of timekeeping_advanced()Anna-Maria Behnsen2024-10-251-16/+27
* timekeeping: Add struct tk_data as argument to timekeeping_update()Anna-Maria Behnsen2024-10-251-12/+13
* timekeeping: Introduce tkd_basic_setup() to make lock and seqcount init reusableAnna-Maria Behnsen2024-10-251-2/+7
* timekeeping: Define a struct type for tk_core to make it reusableAnna-Maria Behnsen2024-10-251-2/+4
* timekeeping: Move timekeeper_lock into tk_coreAnna-Maria Behnsen2024-10-251-43/+29
* timekeeping: Encapsulate locking/unlocking of timekeeper_lockThomas Gleixner2024-10-253-5/+18
* timekeeping: Move shadow_timekeeper into tk_coreThomas Gleixner2024-10-251-4/+3
* timekeeping: Reorder struct timekeeperThomas Gleixner2024-10-251-41/+65
* timekeeping: Simplify code in timekeeping_advance()Thomas Gleixner2024-10-251-10/+6
* timekeeping: Abort clocksource change in case of failureThomas Gleixner2024-10-251-18/+13
* timekeeping: Avoid duplicate leap state updateAnna-Maria Behnsen2024-10-251-1/+2
* timekeeping: Don't stop time readers across hard_pps() updateThomas Gleixner2024-10-251-4/+0
* timekeeping: Read NTP tick length only onceThomas Gleixner2024-10-251-2/+3
* posix-timers: Replace call_rcu() by kfree_rcu() for simple kmem_cache_free() ...Julia Lawall2024-10-241-8/+1
* timers/Documentation: Cleanup delay/sleep documentationAnna-Maria Behnsen2024-10-163-116/+122
* media: anysee: Fix and remove outdated commentAnna-Maria Behnsen2024-10-161-13/+4
* powerpc/rtas: Use fsleep() to minimize additional sleep durationAnna-Maria Behnsen2024-10-161-14/+7
* iopoll/regmap/phy/snd: Fix comment referencing outdated timer documentationAnna-Maria Behnsen2024-10-164-53/+54
* checkpatch: Remove links to outdated documentationAnna-Maria Behnsen2024-10-162-7/+5
* timers: Add a warning to usleep_range_state() for wrong order of argumentsAnna-Maria Behnsen2024-10-161-0/+3
* mm/damon/core: Use generic upper bound recommondation for usleep_range()Anna-Maria Behnsen2024-10-161-2/+1
* timers: Adjust flseep() to reflect realityAnna-Maria Behnsen2024-10-161-4/+25
* delay: Rework udelay and ndelayAnna-Maria Behnsen2024-10-161-28/+37
* timers: Update function descriptions of sleep/delay related functionsAnna-Maria Behnsen2024-10-163-22/+120
* timers: Rename usleep_idle_range() to usleep_range_idle()Anna-Maria Behnsen2024-10-162-2/+2
* timers: Update schedule_[hr]timeout*() related function descriptionsAnna-Maria Behnsen2024-10-161-25/+41
* timers: Move *sleep*() and timeout functions into a separate fileAnna-Maria Behnsen2024-10-165-313/+319
* MAINTAINERS: Add missing file include/linux/delay.hAnna-Maria Behnsen2024-10-161-0/+1
* time: Remove '%' from numeric constant in kernel-doc commentWang Jinchao2024-10-161-8/+8
* clocksource: Remove unused clocksource_change_ratingDr. David Alan Gilbert2024-10-102-31/+10
* Merge branch 'timers/vfs' into timers/coreThomas Gleixner2024-10-064-0/+138
|\
| * timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton2024-10-064-0/+30