summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2025-04-09timekeeping: Add a lockdep override in tick_freeze()Sebastian Andrzej Siewior
2025-04-09hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::functionNam Cao
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-05tracing/timers: Rename the hrtimer_init event to hrtimer_setupNam Cao
2025-04-05hrtimers: Rename debug_init_on_stack() to debug_setup_on_stack()Nam Cao
2025-04-05hrtimers: Rename debug_init() to debug_setup()Nam Cao
2025-04-05hrtimers: Rename __hrtimer_init_sleeper() to __hrtimer_setup_sleeper()Nam Cao
2025-04-05hrtimers: Remove unnecessary NULL check in hrtimer_start_range_ns()Nam Cao
2025-04-05hrtimers: Make callback function pointer privateNam Cao
2025-04-05hrtimers: Merge __hrtimer_init() into __hrtimer_setup()Nam Cao
2025-04-05hrtimers: Switch to use __htimer_setup()Nam Cao
2025-04-05hrtimers: Delete hrtimer_init()Nam Cao
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04Revert "timekeeping: Fix possible inconsistencies in _COARSE clockids"Thomas Gleixner
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-25Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf
2025-03-21timekeeping: Fix possible inconsistencies in _COARSE clockidsJohn Stultz
2025-03-17posix-timers: Drop redundant memset() invocationCyrill Gorcunov
2025-03-13posix-timers: Provide a mechanism to allocate a given timer IDThomas Gleixner
2025-03-13posix-timers: Make per process list RCU safeThomas Gleixner
2025-03-13posix-timers: Avoid false cacheline sharingThomas Gleixner
2025-03-13posix-timers: Switch to jhash32()Thomas Gleixner
2025-03-13posix-timers: Improve hash table performanceThomas Gleixner
2025-03-13posix-timers: Make signal_struct:: Next_posix_timer_id an atomic_tEric Dumazet
2025-03-13posix-timers: Make lock_timer() use guard()Peter Zijlstra
2025-03-13posix-timers: Rework timer removalThomas Gleixner
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