index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu/hotplug: Fix unused function warning
Arnd Bergmann
2018-03-15
1
-9
/
+9
*
cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_states
Lai Jiangshan
2018-03-14
1
-27
/
+15
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-12-31
1
-2
/
+2
|
\
|
*
timers: Reinitialize per cpu bases on hotplug
Thomas Gleixner
2017-12-29
1
-2
/
+2
*
|
cpu/hotplug: Move inline keyword at the beginning of declaration
Mathieu Malaterre
2017-12-27
1
-4
/
+4
|
/
*
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-12-06
1
-5
/
+5
|
\
|
*
smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place
Lai Jiangshan
2017-11-28
1
-5
/
+5
*
|
cpu/hotplug: Fix state name in takedown_cpu() comment
Brendan Jackman
2017-12-06
1
-2
/
+2
|
/
*
cpu/hotplug: Reset node state after operation
Thomas Gleixner
2017-10-21
1
-0
/
+5
*
Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-10-06
1
-0
/
+6
|
\
|
*
watchdog/hardlockup/perf: Prevent CPU hotplug deadlock
Thomas Gleixner
2017-09-14
1
-0
/
+6
*
|
smp/hotplug: Hotplug state fail injection
Peter Zijlstra
2017-09-25
1
-1
/
+59
*
|
smp/hotplug: Differentiate the AP completion between up and down
Peter Zijlstra
2017-09-25
1
-17
/
+32
*
|
smp/hotplug: Differentiate the AP-work lockdep class between up and down
Peter Zijlstra
2017-09-25
1
-9
/
+32
*
|
smp/hotplug: Callback vs state-machine consistency
Peter Zijlstra
2017-09-25
1
-4
/
+22
*
|
smp/hotplug: Rewrite AP state machine core
Peter Zijlstra
2017-09-25
1
-115
/
+206
*
|
smp/hotplug: Allow external multi-instance rollback
Peter Zijlstra
2017-09-25
1
-15
/
+32
|
/
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-09-04
1
-1
/
+11
|
\
|
*
smp/hotplug: Handle removal correctly in cpuhp_store_callbacks()
Ethan Barnes
2017-07-20
1
-1
/
+11
*
|
rcu: Migrate callbacks earlier in the CPU-offline timeline
Paul E. McKenney
2017-07-25
1
-0
/
+1
|
/
*
smp/hotplug: Replace BUG_ON and react useful
Thomas Gleixner
2017-07-11
1
-1
/
+2
*
smp/hotplug: Move unparking of percpu threads to the control CPU
Thomas Gleixner
2017-07-06
1
-18
/
+19
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-07-03
1
-148
/
+93
|
\
|
*
cpu/hotplug: Constify attribute_group structures
Arvind Yadav
2017-06-30
1
-2
/
+2
|
*
cpu/hotplug: Remove unused check_for_tasks() function
Arnd Bergmann
2017-06-12
1
-24
/
+0
|
*
cpuhotplug: Link lock stacks for hotplug callbacks
Thomas Gleixner
2017-05-26
1
-0
/
+13
|
*
cpu/hotplug: Convert hotplug locking to percpu rwsem
Thomas Gleixner
2017-05-26
1
-94
/
+13
|
*
cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()
Sebastian Andrzej Siewior
2017-05-26
1
-1
/
+1
|
*
cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()
Thomas Gleixner
2017-05-26
1
-3
/
+15
|
*
cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()
Sebastian Andrzej Siewior
2017-05-26
1
-11
/
+36
|
*
cpu/hotplug: Provide cpus_read|write_[un]lock()
Thomas Gleixner
2017-05-26
1
-18
/
+18
*
|
genirq/cpuhotplug: Handle managed IRQs on CPU hotplug
Thomas Gleixner
2017-06-22
1
-0
/
+5
*
|
cpu/hotplug: Drop the device lock on error
Sebastian Andrzej Siewior
2017-06-03
1
-2
/
+2
|
/
*
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2017-04-14
1
-14
/
+14
|
\
|
*
cpu/hotplug: Serialize callback invocations proper
Sebastian Andrzej Siewior
2017-03-14
1
-14
/
+14
*
|
lockdep: Fix per-cpu static objects
Peter Zijlstra
2017-03-26
1
-0
/
+6
|
/
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
cpu/hotplug: Remove unused but set variable in _cpu_down()
Tobias Klauser
2017-01-18
1
-2
/
+0
*
cpu/hotplug: Provide dynamic range for prepare stage
Thomas Gleixner
2017-01-16
1
-4
/
+18
*
smp/hotplug: Undo tglxs brainfart
Thomas Gleixner
2016-12-26
1
-1
/
+8
*
cpu/hotplug: Remove obsolete cpu hotplug register/unregister functions
Thomas Gleixner
2016-12-25
1
-138
/
+1
*
cpu/hotplug: Prevent overwriting of callbacks
Thomas Gleixner
2016-12-25
1
-46
/
+50
*
cpu/hotplug: Clarify description of __cpuhp_setup_state() return value
Boris Ostrovsky
2016-12-15
1
-1
/
+5
*
hotplug: Make register and unregister notifier API symmetric
Michal Hocko
2016-12-08
1
-1
/
+1
*
cpu/hotplug: Use distinct name for cpu_hotplug.dep_map
Joonas Lahtinen
2016-10-16
1
-1
/
+1
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-10-03
1
-181
/
+331
|
\
|
*
slab: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-09-06
1
-0
/
+6
|
*
relayfs: Convert to hotplug state machine
Richard Weinberger
2016-09-06
1
-0
/
+6
[next]