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
2020-12-14
Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+8
2020-11-27
kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
Nicholas Piggin
1
-1
/
+5
2020-11-10
sched/hotplug: Consolidate task migration on CPU unplug
Thomas Gleixner
1
-1
/
+8
2020-06-03
Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+17
2020-05-07
cpu/hotplug: Remove __freeze_secondary_cpus()
Qais Yousef
1
-2
/
+2
2020-05-07
cpu/hotplug: Remove disable_nonboot_cpus()
Qais Yousef
1
-7
/
+7
2020-04-30
sched/core: Fix illegal RCU from offline CPUs
Peter Zijlstra
1
-1
/
+17
2020-04-27
cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"
Ethon Paul
1
-1
/
+1
2020-03-30
Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-14
/
+129
2020-03-28
cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus()
Thomas Gleixner
1
-2
/
+2
2020-03-25
cpu/hotplug: Hide cpu_up/down()
Qais Yousef
1
-14
/
+28
2020-03-25
cpu/hotplug: Move bringup of secondary CPUs out of smp_init()
Qais Yousef
1
-0
/
+12
2020-03-25
cpu/hotplug: Provide bringup_hibernate_cpu()
Qais Yousef
1
-0
/
+23
2020-03-25
cpu/hotplug: Create a new function to shutdown nonboot cpus
Qais Yousef
1
-0
/
+42
2020-03-25
cpu/hotplug: Add new {add,remove}_cpu() functions
Qais Yousef
1
-0
/
+24
2020-02-11
locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_map
Peter Zijlstra
1
-2
/
+2
2020-01-28
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+9
2020-01-09
cpu/SMT: Fix x86 link error without CONFIG_SYSFS
Arnd Bergmann
1
-71
/
+72
2019-12-17
cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order
Peter Zijlstra
1
-4
/
+9
2019-11-26
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2019-11-04
cpu/speculation: Uninline and export CPU mitigations helpers
Tyler Hicks
1
-1
/
+26
2019-10-09
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
1
-1
/
+1
2019-09-24
cpu/SMT: create and export cpu_smt_possible()
Vitaly Kuznetsov
1
-2
/
+9
2019-07-25
cpu/hotplug: Cache number of online CPUs
Thomas Gleixner
1
-0
/
+24
2019-07-25
smp/hotplug: Track booted once CPUs in a cpumask
Thomas Gleixner
1
-4
/
+7
2019-07-08
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+8
2019-06-27
cpu/hotplug: Fix out-of-bounds read when setting fail state
Eiichi Tsukata
1
-0
/
+3
2019-06-26
cpu/speculation: Warn on unsupported mitigations= parameter
Geert Uytterhoeven
1
-0
/
+3
2019-06-12
cpu/hotplug: Abort disabling secondary CPUs if wakeup is pending
Pavankumar Kondeti
1
-0
/
+7
2019-06-03
x86/power: Fix 'nosmt' vs hibernation triple fault during resume
Jiri Kosina
1
-2
/
+2
2019-05-28
cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap()
Jiri Kosina
1
-1
/
+1
2019-05-06
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2019-05-06
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-25
/
+39
2019-05-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+9
2019-05-06
Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+15
2019-05-03
kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freeze
Nicholas Piggin
1
-1
/
+9
2019-04-17
cpu/speculation: Add 'mitigations=' cmdline option
Josh Poimboeuf
1
-0
/
+15
2019-04-02
cpu/hotplug: Create SMT sysfs interface for all arches
Josh Poimboeuf
1
-25
/
+39
2019-03-28
cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n
Thomas Gleixner
1
-2
/
+18
2019-03-23
tick: Remove outgoing CPU from broadcast masks
Thomas Gleixner
1
-0
/
+2
2019-02-04
Merge tag 'v5.0-rc5' into locking/core to pick up fixes
Ingo Molnar
1
-33
/
+5
2019-01-30
cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
Josh Poimboeuf
1
-29
/
+4
2019-01-29
x86/speculation: Remove redundant arch_smt_update() invocation
Zhenzhong Duan
1
-4
/
+1
2019-01-21
cpu/hotplug: Mute hotplug lockdep during init
Valentin Schneider
1
-0
/
+9
2018-11-28
x86/speculation: Rework SMT state change
Thomas Gleixner
1
-6
/
+9
2018-10-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+10
2018-10-23
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2018-10-05
cpu/SMT: State SMT is disabled even with nosmt and without "=force"
Borislav Petkov
1
-0
/
+1
2018-09-26
x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
Jiri Kosina
1
-1
/
+10
2018-09-11
locking/lockdep, cpu/hotplug: Annotate AP thread
Peter Zijlstra
1
-0
/
+28
[next]