summaryrefslogtreecommitdiffstats
path: root/kernel/time/timer_migration.c
AgeCommit message (Expand)AuthorLines
2025-06-12timers/migration: Clean up the loop in tmigr_quick_check()Petr Tesarik-13/+10
2025-02-07timers/migration: Fix off-by-one root mis-connectionFrederic Weisbecker-1/+9
2025-01-21Merge tag 'timers-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+1
2025-01-16timers/migration: Simplify top level detection on group setupFrederic Weisbecker-3/+1
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