aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2025-03-08time/namespace: Prepare introduction of struct vdso_clockAnna-Maria Behnsen1-8/+10
2025-03-08vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock structAnna-Maria Behnsen1-3/+3
2025-03-08vdso/vsyscall: Prepare introduction of struct vdso_clockAnna-Maria Behnsen1-19/+21
2025-03-05ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko1-1/+1
2025-03-05posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko1-0/+1
2025-02-26posix-clock: Remove duplicate compat ioctl() handlerThomas Weißschuh1-23/+1
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh2-16/+15
2025-02-21vdso: Add generic time data storageThomas Weißschuh1-4/+4
2025-02-18can: Switch to use hrtimer_setup()Nam Cao1-5/+0
2025-02-18time: Switch to hrtimer_setup()Nam Cao5-14/+8
2025-02-18posix-timers: Invoke cond_resched() during exit_itimers()Benjamin Segall1-1/+3
2025-02-18hrtimers: Replace hrtimer_clock_to_base_table with switch-caseAndy Shevchenko1-17/+12
2025-02-08Merge tag 'timers-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+13
2025-02-07timers/migration: Fix off-by-one root mis-connectionFrederic Weisbecker1-1/+9
2025-02-03Merge tag 'timers-urgent-2025-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-32/+96
2025-02-03clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomic contextWaiman Long1-2/+4
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-27clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long1-1/+2
2025-01-23hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYINGFrederic Weisbecker1-21/+82
2025-01-23hrtimers: Mark is_migration_base() with __always_inlineAndy Shevchenko1-10/+12
2025-01-21Merge tag 'timers-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-100/+32
2025-01-16timers/migration: Simplify top level detection on group setupFrederic Weisbecker1-3/+1
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den1-1/+10
2025-01-16timers/migration: Annotate accesses to ignore flagFrederic Weisbecker1-6/+15
2025-01-16timers/migration: Enforce group initialization visibility to tree walkersFrederic Weisbecker1-2/+12
2025-01-16timers/migration: Fix another race between hotplug and idle entry/exitFrederic Weisbecker1-1/+28
2025-01-16timers: Optimize get_timer_[this_]cpu_base()Zhongqiu Han1-10/+6
2025-01-15timekeeping: Remove unused ktime_get_fast_timestamps()Dr. David Alan Gilbert1-69/+8
2025-01-15timer/migration: Fix kernel-doc warnings for union tmigr_stateRandy Dunlap1-12/+9
2025-01-15tick/broadcast: Add kernel-doc for function parametersRandy Dunlap1-0/+2
2025-01-15hrtimers: Update the return type of enqueue_hrtimer()Richard Clark1-4/+3
2025-01-15clocksource/wdtest: Print time values for short udelay(1)Paul E. McKenney1-1/+2
2025-01-15posix-timers: Fix typo in __lock_timer()Zhu Jun1-1/+1
2024-12-05clocksource: Make negative motion detection more robustThomas Gleixner3-7/+18
2024-11-28ntp: Remove invalid cast in time offset mathMarcelo Dalmas1-1/+1
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds19-1435/+1352
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-4/+4
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-15/+31
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-0/+133
2024-11-07hrtimers: Delete hrtimer_init_on_stack()Nam Cao1-17/+0
2024-11-07alarmtimer: Switch to use hrtimer_setup() and hrtimer_setup_on_stack()Nam Cao1-5/+4
2024-11-07hrtimers: Delete hrtimer_init_sleeper_on_stack()Nam Cao1-14/+0
2024-11-07timers: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao2-4/+3
2024-11-07hrtimers: Introduce hrtimer_setup_sleeper_on_stack()Nam Cao1-0/+14
2024-11-07hrtimers: Introduce hrtimer_setup_on_stack()Nam Cao1-0/+19
2024-11-07hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()Nam Cao1-0/+38
2024-11-07hrtimers: Add missing hrtimer_init() trace pointsNam Cao1-29/+36
2024-11-07softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.Sebastian Andrzej Siewior3-4/+4
2024-11-07timers: Use __raise_softirq_irqoff() to raise the softirq.Sebastian Andrzej Siewior1-1/+1