Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
99dff1ec949e8855dd862bd2f391a8b3a517763c
/
kernel
/
cpu.c
f2a02af
x86/speculation: Remove redundant arch_smt_update() invocation
by Zhenzhong Duan
· 6 years ago
a594a9e
cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order
by Peter Zijlstra
· 5 years ago
6270cc3
cpu/SMT: State SMT is disabled even with nosmt and without "=force"
by Borislav Petkov
· 6 years ago
e2bd077
cpu/speculation: Uninline and export CPU mitigations helpers
by Tyler Hicks
· 5 years ago
0cbb0ae
cpu/speculation: Warn on unsupported mitigations= parameter
by Geert Uytterhoeven
· 6 years ago
5bdc536
x86/power: Fix 'nosmt' vs hibernation triple fault during resume
by Jiri Kosina
· 6 years ago
edda9c3
cpu/speculation: Add 'mitigations=' cmdline option
by Josh Poimboeuf
· 6 years ago
a3c901b
x86/speculation: Rework SMT state change
by Thomas Gleixner
· 6 years ago
b410c57
x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
by Jiri Kosina
· 6 years ago
ce4fbb9
cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n
by Thomas Gleixner
· 6 years ago
0afb423
Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"
by Greg Kroah-Hartman
· 6 years ago
66fe51cb
x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
by Jiri Kosina
· 6 years ago
aee0861
cpu/hotplug: Non-SMP machines do not make use of booted_once
by Abel Vesa
· 6 years ago
c504b9f
cpu/hotplug: Fix SMT supported evaluation
by Thomas Gleixner
· 6 years ago
8b1969d
cpu/hotplug: detect SMT disabled by BIOS
by Josh Poimboeuf
· 6 years ago
929d3b2
cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
by Thomas Gleixner
· 6 years ago
a69c5e0
cpu/hotplug: Expose SMT control init function
by Jiri Kosina
· 6 years ago
e7cda2f
cpu/hotplug: Online siblings when SMT control is turned on
by Thomas Gleixner
· 7 years ago
a0695af
x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
by Konrad Rzeszutek Wilk
· 7 years ago
8438e49
cpu/hotplug: Boot HT siblings at least once
by Thomas Gleixner
· 7 years ago
f37486c
cpu/hotplug: Provide knobs to control SMT
by Thomas Gleixner
· 7 years ago
373b8de
cpu/hotplug: Split do_cpu_down()
by Thomas Gleixner
· 7 years ago
9333575
cpu/hotplug: Make bringup/teardown of smp threads symmetric
by Thomas Gleixner
· 7 years ago
6bb53ee
init: rename and re-order boot_cpu_state_init()
by Linus Torvalds
· 6 years ago
c198e22
cpuhotplug: Link lock stacks for hotplug callbacks
by Thomas Gleixner
· 8 years ago
249d4a9
timers: Reinitialize per cpu bases on hotplug
by Thomas Gleixner
· 7 years ago
ff3d4fd
smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place
by Lai Jiangshan
· 7 years ago
6b3d13f
smp/hotplug: Replace BUG_ON and react useful
by Thomas Gleixner
· 7 years ago
7b4e4b1
smp/hotplug: Move unparking of percpu threads to the control CPU
by Thomas Gleixner
· 8 years ago
106c77e
cpu/hotplug: Drop the device lock on error
by Sebastian Andrzej Siewior
· 8 years ago
7ad6de4
cpu/hotplug: Serialize callback invocations proper
by Sebastian Andrzej Siewior
· 8 years ago
56eaecc
hotplug: Make register and unregister notifier API symmetric
by Michal Hocko
· 8 years ago
a705e07
cpu/hotplug: Use distinct name for cpu_hotplug.dep_map
by Joonas Lahtinen
· 8 years ago
597f03f
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
4b97893
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
6731d4f
slab: Convert to hotplug state machine
by Sebastian Andrzej Siewior
· 8 years ago
e6d4989
relayfs: Convert to hotplug state machine
by Richard Weinberger
· 8 years ago
ee1e714
cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifier
by Thomas Gleixner
· 8 years ago
677f664
cpu/hotplug: Make state names consistent
by Thomas Gleixner
· 8 years ago
3c1627e
cpu/hotplug: Replace anon union
by Thomas Gleixner
· 8 years ago
01b4115
cpu/hotplug: Handle unbalanced hotplug enable/disable
by Lianwei Wang
· 9 years ago
cf392d1
cpu/hotplug: Add multi instance support
by Thomas Gleixner
· 8 years ago
a724632
cpu/hotplug: Rework callback invocation logic
by Thomas Gleixner
· 8 years ago
d391e55
cpu/hotplug: Allow suspend/resume CPU to be specified
by James Morse
· 8 years ago
0c6d457
cpu/hotplug: Get rid of CPU_STARTING reference
by Sebastian Andrzej Siewior
· 8 years ago
7ec99de
rcu: Provide exact CPU-online tracking for RCU
by Paul E. McKenney
· 9 years ago
aa87717
cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)
by Boris Ostrovsky
· 8 years ago
4fae16d
timers/core: Correct callback order during CPU hot plug
by Richard Cochran
· 8 years ago
4df8374
rcu: Convert rcutree to hotplug state machine
by Thomas Gleixner
· 8 years ago
31487f8
smp/cfd: Convert core to hotplug state machine
by Richard Weinberger
· 8 years ago
24f73b9
timers/core: Convert to hotplug state machine
by Richard Cochran
· 8 years ago
27590dc
hrtimer: Convert to hotplug state machine
by Thomas Gleixner
· 8 years ago
7ee681b
workqueue: Convert to state machine callbacks
by Thomas Gleixner
· 8 years ago
00e16c3
perf/core: Convert to hotplug state machine
by Thomas Gleixner
· 8 years ago
6a4e245
cpu/hotplug: Handle early registration gracefully
by Thomas Gleixner
· 8 years ago
a7c73414
cpu/hotplug: Keep enough storage space if SMP=n to avoid array out of bounds scribble
by Thomas Gleixner
· 8 years ago
aaddd7d
sched/hotplug: Make activate() the last hotplug step
by Thomas Gleixner
· 9 years ago
f2785dd
sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()
by Thomas Gleixner
· 9 years ago
b2454ca
sched/hotplug: Move sync_rcu to be with set_cpu_active(false)
by Peter Zijlstra
· 9 years ago
40190a7
sched/hotplug: Convert cpu_[in]active notifiers to state machine
by Thomas Gleixner
· 9 years ago
9cf7243
sched: Make set_cpu_rq_start_time() a built in hotplug state
by Thomas Gleixner
· 9 years ago
3b9d6da
cpu/hotplug: Fix rollback during error-out in __cpu_disable()
by Sebastian Andrzej Siewior
· 9 years ago
d10ef6f
cpu/hotplug: Document states better
by Thomas Gleixner
· 9 years ago
2a58c52
cpu/hotplug: Fix smpboot thread ordering
by Thomas Gleixner
· 9 years ago
5d8eb84
cpu/hotplug: Remove redundant state check
by Thomas Gleixner
· 9 years ago
71f87b2
cpu/hotplug: Plug death reporting race
by Thomas Gleixner
· 9 years ago
27d50c7
rcu: Make CPU_DYING_IDLE an explicit call
by Thomas Gleixner
· 9 years ago
e69aab1
cpu/hotplug: Make wait for dead cpu completion based
by Thomas Gleixner
· 9 years ago
8df3e07
cpu/hotplug: Let upcoming cpu bring itself fully up
by Thomas Gleixner
· 9 years ago
1cf4f62
cpu/hotplug: Move online calls to hotplugged cpu
by Thomas Gleixner
· 9 years ago
4cb28ce
cpu/hotplug: Create hotplug threads
by Thomas Gleixner
· 9 years ago
2e1a348
cpu/hotplug: Split out the state walk into functions
by Thomas Gleixner
· 9 years ago
931ef16
cpu/hotplug: Unpark smpboot threads from the state machine
by Thomas Gleixner
· 9 years ago
949338e
cpu/hotplug: Move scheduler cpu_online notifier to hotplug core
by Thomas Gleixner
· 9 years ago
5b7aa87
cpu/hotplug: Implement setup/removal interface
by Thomas Gleixner
· 9 years ago
757c989
cpu/hotplug: Make target state writeable
by Thomas Gleixner
· 9 years ago
98f8cdc
cpu/hotplug: Add sysfs state interface
by Thomas Gleixner
· 9 years ago
af1f404
cpu/hotplug: Hand in target state to _cpu_up/down
by Thomas Gleixner
· 9 years ago
4baa0af
cpu/hotplug: Convert the hotplugged cpu work to a state machine
by Thomas Gleixner
· 9 years ago
cff7d37
cpu/hotplug: Convert to a state machine for the control processor
by Thomas Gleixner
· 9 years ago
9845817
cpu/hotplug: Split out cpu down functions
by Thomas Gleixner
· 9 years ago
ba99746
cpu/hotplug: Restructure cpu_up code
by Thomas Gleixner
· 9 years ago
090e77c
cpu/hotplug: Restructure FROZEN state handling
by Thomas Gleixner
· 9 years ago
9425676
kernel/cpu.c: make set_cpu_* static inlines
by Rasmus Villemoes
· 9 years ago
5aec01b
kernel/cpu.c: eliminate cpu_*_mask
by Rasmus Villemoes
· 9 years ago
4b804c8
kernel/cpu.c: export __cpu_*_mask
by Rasmus Villemoes
· 9 years ago
c4c54dd
kernel/cpu.c: change type of cpu_possible_bits and friends
by Rasmus Villemoes
· 9 years ago
5352869
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
07f06cb
sched: Start stopper early
by Peter Zijlstra
· 9 years ago
c00166d
stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unpark()
by Oleg Nesterov
· 9 years ago
233e7f2
stop_machine: Ensure that a queued callback will be called before cpu_stop_park()
by Oleg Nesterov
· 9 years ago
02ef3c4
cpu: Remove try_get_online_cpus()
by Paul E. McKenney
· 9 years ago
a75a606
cpu/hotplug: Read_lock(tasklist_lock) doesn't need to disable irqs
by Oleg Nesterov
· 9 years ago
a1d8561
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
7073bc6
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
1af115d
Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
9b9412d
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 9 years ago
71cf5ae
kernel, cpu: Remove bogus __ref annotations
by Mathias Krause
· 9 years ago
32145c4
cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable
by Vitaly Kuznetsov
· 9 years ago
89af7ba
cpu-hotplug: convert cpu_hotplug_disabled to a counter
by Vitaly Kuznetsov
· 9 years ago
Next »