summaryrefslogtreecommitdiffstats
path: root/kernel/time/timer_migration.c
AgeCommit message (Expand)AuthorLines
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
2024-07-22timers/migration: Fix grammar in commentAnna-Maria Behnsen-1/+1
2024-07-22timers/migration: Spare write when nothing changedAnna-Maria Behnsen-6/+5
2024-07-22timers/migration: Rename childmask by groupmask to make naming more obviousAnna-Maria Behnsen-12/+12
2024-07-22timers/migration: Read childmask and parent pointer in a single placeAnna-Maria Behnsen-15/+5
2024-07-22timers/migration: Use a single struct for hierarchy walk dataAnna-Maria Behnsen-71/+55
2024-07-22timers/migration: Improve tracingAnna-Maria Behnsen-6/+5
2024-07-22timers/migration: Move hierarchy setup into cpuhotplug prepare callbackAnna-Maria Behnsen-87/+119
2024-07-22timers/migration: Do not rely always on group->parentAnna-Maria Behnsen-18/+15
2024-05-08timers/migration: Prevent out of bounds access on failureLevi Yun-2/+2
2024-04-05timers/migration: Return early on deactivationAnna-Maria Behnsen-0/+27
2024-04-05timers/migration: Fix ignored event due to missing CPU updateFrederic Weisbecker-1/+4
2024-03-19timers/migration: Fix endless timer requeue after idle interruptsFrederic Weisbecker-2/+9
2024-03-16timer/migration: Remove buggy early return on deactivationFrederic Weisbecker-20/+0
2024-03-06timer/migration: Fix quick check reporting late expiryFrederic Weisbecker-9/+15
2024-02-22timer_migration: Add tracepointsAnna-Maria Behnsen-0/+26
2024-02-22timers: Implement the hierarchical pull modelAnna-Maria Behnsen-0/+1761