summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2025-03-13posix-timers: Simplify lock/unlock_timer()Thomas Gleixner
2025-03-13posix-timers: Use guards in a few placesThomas Gleixner
2025-03-13posix-timers: Remove SLAB_PANIC from kmem cacheThomas Gleixner
2025-03-13posix-timers: Remove a few paranoid warningsThomas Gleixner
2025-03-13posix-timers: Cleanup includesThomas Gleixner
2025-03-13posix-timers: Add cond_resched() to posix_timer_add() search loopEric Dumazet
2025-03-13posix-timers: Initialise timer before adding it to the hash tableEric Dumazet
2025-03-13posix-timers: Ensure that timer initialization is fully visibleThomas Gleixner
2025-03-13clocksource: Remove unnecessary strscpy() size argumentThorsten Blum
2025-03-13timer_list: Don't use %pK through printk()Thomas Weißschuh
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen
2025-03-08time/namespace: Prepare introduction of struct vdso_clockAnna-Maria Behnsen
2025-03-08vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock structAnna-Maria Behnsen
2025-03-08vdso/vsyscall: Prepare introduction of struct vdso_clockAnna-Maria Behnsen
2025-03-05ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko
2025-03-05posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko
2025-02-26posix-clock: Remove duplicate compat ioctl() handlerThomas Weißschuh
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh
2025-02-21vdso: Add generic time data storageThomas Weißschuh
2025-02-18can: Switch to use hrtimer_setup()Nam Cao
2025-02-18time: Switch to hrtimer_setup()Nam Cao
2025-02-18posix-timers: Invoke cond_resched() during exit_itimers()Benjamin Segall
2025-02-18hrtimers: Replace hrtimer_clock_to_base_table with switch-caseAndy Shevchenko
2025-02-08Merge tag 'timers-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-02-07timers/migration: Fix off-by-one root mis-connectionFrederic Weisbecker
2025-02-03Merge tag 'timers-urgent-2025-02-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-02-03clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...Waiman Long
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-27clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long
2025-01-23hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYINGFrederic Weisbecker
2025-01-23hrtimers: Mark is_migration_base() with __always_inlineAndy Shevchenko
2025-01-21Merge tag 'timers-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-16timers/migration: Simplify top level detection on group setupFrederic Weisbecker
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den
2025-01-16timers/migration: Annotate accesses to ignore flagFrederic Weisbecker
2025-01-16timers/migration: Enforce group initialization visibility to tree walkersFrederic Weisbecker
2025-01-16timers/migration: Fix another race between hotplug and idle entry/exitFrederic Weisbecker
2025-01-16timers: Optimize get_timer_[this_]cpu_base()Zhongqiu Han
2025-01-15timekeeping: Remove unused ktime_get_fast_timestamps()Dr. David Alan Gilbert
2025-01-15timer/migration: Fix kernel-doc warnings for union tmigr_stateRandy Dunlap
2025-01-15tick/broadcast: Add kernel-doc for function parametersRandy Dunlap
2025-01-15hrtimers: Update the return type of enqueue_hrtimer()Richard Clark
2025-01-15clocksource/wdtest: Print time values for short udelay(1)Paul E. McKenney
2025-01-15posix-timers: Fix typo in __lock_timer()Zhu Jun
2024-12-05clocksource: Make negative motion detection more robustThomas Gleixner
2024-11-28ntp: Remove invalid cast in time offset mathMarcelo Dalmas
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds