summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2025-01-21Merge tag 'timers-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-100/+32
2025-01-16timers/migration: Simplify top level detection on group setupFrederic Weisbecker-3/+1
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den-1/+10
2025-01-16timers/migration: Annotate accesses to ignore flagFrederic Weisbecker-6/+15
2025-01-16timers/migration: Enforce group initialization visibility to tree walkersFrederic Weisbecker-2/+12
2025-01-16timers/migration: Fix another race between hotplug and idle entry/exitFrederic Weisbecker-1/+28
2025-01-16timers: Optimize get_timer_[this_]cpu_base()Zhongqiu Han-10/+6
2025-01-15timekeeping: Remove unused ktime_get_fast_timestamps()Dr. David Alan Gilbert-69/+8
2025-01-15timer/migration: Fix kernel-doc warnings for union tmigr_stateRandy Dunlap-12/+9
2025-01-15tick/broadcast: Add kernel-doc for function parametersRandy Dunlap-0/+2
2025-01-15hrtimers: Update the return type of enqueue_hrtimer()Richard Clark-4/+3
2025-01-15clocksource/wdtest: Print time values for short udelay(1)Paul E. McKenney-1/+2
2025-01-15posix-timers: Fix typo in __lock_timer()Zhu Jun-1/+1
2024-12-05clocksource: Make negative motion detection more robustThomas Gleixner-7/+18
2024-11-28ntp: Remove invalid cast in time offset mathMarcelo Dalmas-1/+1
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1437/+1354
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-15/+31
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+133
2024-11-07hrtimers: Delete hrtimer_init_on_stack()Nam Cao-17/+0
2024-11-07alarmtimer: Switch to use hrtimer_setup() and hrtimer_setup_on_stack()Nam Cao-5/+4
2024-11-07hrtimers: Delete hrtimer_init_sleeper_on_stack()Nam Cao-14/+0
2024-11-07timers: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao-4/+3
2024-11-07hrtimers: Introduce hrtimer_setup_sleeper_on_stack()Nam Cao-0/+14
2024-11-07hrtimers: Introduce hrtimer_setup_on_stack()Nam Cao-0/+19
2024-11-07hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()Nam Cao-0/+38
2024-11-07hrtimers: Add missing hrtimer_init() trace pointsNam Cao-29/+36
2024-11-07softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.Sebastian Andrzej Siewior-4/+4
2024-11-07timers: Use __raise_softirq_irqoff() to raise the softirq.Sebastian Andrzej Siewior-1/+1
2024-11-07hrtimer: Use __raise_softirq_irqoff() to raise the softirqSebastian Andrzej Siewior-2/+2
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner-11/+5
2024-11-07alarmtimers: Remove the throttle mechanism from alarm_forward_now()Thomas Gleixner-26/+2
2024-11-07posix-timers: Cleanup SIG_IGN workaround leftoversThomas Gleixner-120/+20
2024-11-07signal: Queue ignored posixtimers on ignore listThomas Gleixner-1/+6
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