index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-28
timers/core: Correct callback order during CPU hot plug
Richard Cochran
1
-5
/
+10
2016-07-15
rcu: Convert rcutree to hotplug state machine
Thomas Gleixner
1
-0
/
+14
2016-07-15
smp/cfd: Convert core to hotplug state machine
Richard Weinberger
1
-0
/
+9
2016-07-15
timers/core: Convert to hotplug state machine
Richard Cochran
1
-0
/
+5
2016-07-15
hrtimer: Convert to hotplug state machine
Thomas Gleixner
1
-0
/
+5
2016-07-14
workqueue: Convert to state machine callbacks
Thomas Gleixner
1
-0
/
+10
2016-07-14
perf/core: Convert to hotplug state machine
Thomas Gleixner
1
-0
/
+11
2016-07-14
cpu/hotplug: Handle early registration gracefully
Thomas Gleixner
1
-0
/
+7
2016-07-13
cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds ...
Thomas Gleixner
1
-0
/
+2
2016-05-06
sched/hotplug: Make activate() the last hotplug step
Thomas Gleixner
1
-6
/
+9
2016-05-06
sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()
Thomas Gleixner
1
-1
/
+1
2016-05-06
sched/hotplug: Move sync_rcu to be with set_cpu_active(false)
Peter Zijlstra
1
-15
/
+0
2016-05-06
sched/hotplug: Convert cpu_[in]active notifiers to state machine
Thomas Gleixner
1
-2
/
+6
2016-05-06
sched: Make set_cpu_rq_start_time() a built in hotplug state
Thomas Gleixner
1
-0
/
+6
2016-04-22
cpu/hotplug: Fix rollback during error-out in __cpu_disable()
Sebastian Andrzej Siewior
1
-7
/
+26
2016-03-12
cpu/hotplug: Document states better
Thomas Gleixner
1
-1
/
+46
2016-03-10
cpu/hotplug: Fix smpboot thread ordering
Thomas Gleixner
1
-2
/
+3
2016-03-06
cpu/hotplug: Remove redundant state check
Thomas Gleixner
1
-2
/
+0
2016-03-03
cpu/hotplug: Plug death reporting race
Thomas Gleixner
1
-2
/
+14
2016-03-01
rcu: Make CPU_DYING_IDLE an explicit call
Thomas Gleixner
1
-0
/
+1
2016-03-01
cpu/hotplug: Make wait for dead cpu completion based
Thomas Gleixner
1
-4
/
+12
2016-03-01
cpu/hotplug: Let upcoming cpu bring itself fully up
Thomas Gleixner
1
-29
/
+37
2016-03-01
cpu/hotplug: Move online calls to hotplugged cpu
Thomas Gleixner
1
-48
/
+96
2016-03-01
cpu/hotplug: Create hotplug threads
Thomas Gleixner
1
-1
/
+144
2016-03-01
cpu/hotplug: Split out the state walk into functions
Thomas Gleixner
1
-43
/
+68
2016-03-01
cpu/hotplug: Unpark smpboot threads from the state machine
Thomas Gleixner
1
-34
/
+5
2016-03-01
cpu/hotplug: Move scheduler cpu_online notifier to hotplug core
Thomas Gleixner
1
-0
/
+18
2016-03-01
cpu/hotplug: Implement setup/removal interface
Thomas Gleixner
1
-0
/
+224
2016-03-01
cpu/hotplug: Make target state writeable
Thomas Gleixner
1
-8
/
+65
2016-03-01
cpu/hotplug: Add sysfs state interface
Thomas Gleixner
1
-0
/
+100
2016-03-01
cpu/hotplug: Hand in target state to _cpu_up/down
Thomas Gleixner
1
-11
/
+20
2016-03-01
cpu/hotplug: Convert the hotplugged cpu work to a state machine
Thomas Gleixner
1
-15
/
+66
2016-03-01
cpu/hotplug: Convert to a state machine for the control processor
Thomas Gleixner
1
-26
/
+176
2016-03-01
cpu/hotplug: Split out cpu down functions
Thomas Gleixner
1
-30
/
+53
2016-03-01
cpu/hotplug: Restructure cpu_up code
Thomas Gleixner
1
-22
/
+47
2016-03-01
cpu/hotplug: Restructure FROZEN state handling
Thomas Gleixner
1
-40
/
+29
2016-01-20
kernel/cpu.c: make set_cpu_* static inlines
Rasmus Villemoes
1
-34
/
+0
2016-01-20
kernel/cpu.c: eliminate cpu_*_mask
Rasmus Villemoes
1
-8
/
+0
2016-01-20
kernel/cpu.c: export __cpu_*_mask
Rasmus Villemoes
1
-5
/
+9
2016-01-20
kernel/cpu.c: change type of cpu_possible_bits and friends
Rasmus Villemoes
1
-22
/
+22
2015-11-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+5
2015-10-20
sched: Start stopper early
Peter Zijlstra
1
-1
/
+0
2015-10-20
stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...
Oleg Nesterov
1
-0
/
+1
2015-10-20
stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...
Oleg Nesterov
1
-1
/
+1
2015-10-07
cpu: Remove try_get_online_cpus()
Paul E. McKenney
1
-13
/
+0
2015-09-12
cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqs
Oleg Nesterov
1
-4
/
+4
2015-08-31
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2015-08-31
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+5
2015-08-31
Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-8
/
+8
2015-08-12
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-5
/
+5
[next]