index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timer_migration.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-03
Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+1
2026-02-23
cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lock
Waiman Long
1
-3
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+3
2026-02-03
timers/migration: Remove superfluous cpuset isolation test
Frederic Weisbecker
1
-3
/
+2
2026-02-03
timers/migration: Prevent from lockdep false positive warning
Frederic Weisbecker
1
-5
/
+15
2025-11-20
timers/migration: Exclude isolated cpus from hierarchy
Gabriele Monaco
1
-0
/
+143
2025-11-20
timers/migration: Use scoped_guard on available flag set/clear
Gabriele Monaco
1
-17
/
+17
2025-11-20
timers/migration: Add mask for CPUs available in the hierarchy
Gabriele Monaco
1
-1
/
+14
2025-11-20
timers/migration: Rename 'online' bit to 'available'
Gabriele Monaco
1
-12
/
+12
2025-11-14
time: Fix a few typos in time[r] related code comments
Jianyun Gao
1
-1
/
+1
2025-11-01
timers/migration: Remove dead code handling idle CPU checking for remote timers
Frederic Weisbecker
1
-16
/
+0
2025-11-01
timers/migration: Remove unused "cpu" parameter from tmigr_get_group()
Frederic Weisbecker
1
-3
/
+2
2025-11-01
timers/migration: Assert that hotplug preparing CPU is part of stable active ...
Frederic Weisbecker
1
-0
/
+8
2025-11-01
timers/migration: Fix imbalanced NUMA trees
Frederic Weisbecker
1
-104
/
+127
2025-11-01
timers/migration: Remove locking on group connection
Frederic Weisbecker
1
-10
/
+0
2025-11-01
timers/migration: Convert "while" loops to use "for"
Frederic Weisbecker
1
-10
/
+13
2025-06-12
timers/migration: Clean up the loop in tmigr_quick_check()
Petr Tesarik
1
-13
/
+10
2025-02-07
timers/migration: Fix off-by-one root mis-connection
Frederic Weisbecker
1
-1
/
+9
2025-01-21
Merge tag 'timers-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+1
2025-01-16
timers/migration: Simplify top level detection on group setup
Frederic Weisbecker
1
-3
/
+1
2025-01-16
timers/migration: Annotate accesses to ignore flag
Frederic Weisbecker
1
-6
/
+15
2025-01-16
timers/migration: Enforce group initialization visibility to tree walkers
Frederic Weisbecker
1
-2
/
+12
2025-01-16
timers/migration: Fix another race between hotplug and idle entry/exit
Frederic Weisbecker
1
-1
/
+28
2024-07-22
timers/migration: Fix grammar in comment
Anna-Maria Behnsen
1
-1
/
+1
2024-07-22
timers/migration: Spare write when nothing changed
Anna-Maria Behnsen
1
-6
/
+5
2024-07-22
timers/migration: Rename childmask by groupmask to make naming more obvious
Anna-Maria Behnsen
1
-12
/
+12
2024-07-22
timers/migration: Read childmask and parent pointer in a single place
Anna-Maria Behnsen
1
-15
/
+5
2024-07-22
timers/migration: Use a single struct for hierarchy walk data
Anna-Maria Behnsen
1
-71
/
+55
2024-07-22
timers/migration: Improve tracing
Anna-Maria Behnsen
1
-6
/
+5
2024-07-22
timers/migration: Move hierarchy setup into cpuhotplug prepare callback
Anna-Maria Behnsen
1
-87
/
+119
2024-07-22
timers/migration: Do not rely always on group->parent
Anna-Maria Behnsen
1
-18
/
+15
2024-05-08
timers/migration: Prevent out of bounds access on failure
Levi Yun
1
-2
/
+2
2024-04-05
timers/migration: Return early on deactivation
Anna-Maria Behnsen
1
-0
/
+27
2024-04-05
timers/migration: Fix ignored event due to missing CPU update
Frederic Weisbecker
1
-1
/
+4
2024-03-19
timers/migration: Fix endless timer requeue after idle interrupts
Frederic Weisbecker
1
-2
/
+9
2024-03-16
timer/migration: Remove buggy early return on deactivation
Frederic Weisbecker
1
-20
/
+0
2024-03-06
timer/migration: Fix quick check reporting late expiry
Frederic Weisbecker
1
-9
/
+15
2024-02-22
timer_migration: Add tracepoints
Anna-Maria Behnsen
1
-0
/
+26
2024-02-22
timers: Implement the hierarchical pull model
Anna-Maria Behnsen
1
-0
/
+1761