Sign in
android-kvm
/
linux
/
fafc5db28a2ff39092bafe8ac9b8b19c4904f633
/
arch
/
mips
/
kernel
/
smp-cps.c
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
1447864
MIPS: kexec: CPS systems to halt nonboot CPUs
by Dengcheng Zhu
· 7 years ago
91d9f8f
MIPS: SMP-CPS: Remove duplicate assignment of core in play_dead
by Matt Redfearn
· 7 years ago
8a46f71
MIPS: CPS: Fix use of current_cpu_data in preemptible code
by Matt Redfearn
· 7 years ago
48c834b
Update MIPS email addresses
by Paul Burton
· 7 years ago
3f1770c
MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.h
by Paul Burton
· 8 years ago
3791617
MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driver
by Paul Burton
· 8 years ago
1ec9dd8
MIPS: CPS: Detect CPUs in secondary clusters
by Paul Burton
· 8 years ago
3c9b416
MIPS: CPS: Cluster support for topology functions
by Paul Burton
· 8 years ago
e83f7e0
MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers
by Paul Burton
· 8 years ago
d595d42
MIPS: SMP: Allow boot_secondary SMP op to return errors
by Paul Burton
· 8 years ago
68923cd
MIPS: CM: Add cluster & block args to mips_cm_lock_other()
by Paul Burton
· 8 years ago
fe7a38c
MIPS: Unify checks for sibling CPUs
by Paul Burton
· 8 years ago
f875a832
MIPS: Abstract CPU core & VP(E) ID access through accessor functions
by Paul Burton
· 8 years ago
846e191
MIPS: CPS: Use change_*, set_* & clear_* where appropriate
by Paul Burton
· 8 years ago
829ca2be
MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shifts
by Paul Burton
· 8 years ago
93c5bba5
MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts
by Paul Burton
· 8 years ago
ff2c825
MIPS: SMP: Constify smp ops
by Matt Redfearn
· 8 years ago
4ad755c
MIPS: CPS: Handle cores not powering down more gracefully
by Paul Burton
· 8 years ago
5570ba2
MIPS: CPS: Prevent multi-core with dcache aliasing
by Paul Burton
· 8 years ago
e469b23
Merge branch '4.11-fixes' into mips-for-linux-next
by Ralf Baechle
· 8 years ago
bac06cf
MIPS: smp-cps: Fix potentially uninitialised value of core
by Matt Redfearn
· 8 years ago
1f83f5e
MIPS: Use common outgoing-CPU-notification code
by Marcin Nowakowski
· 8 years ago
f3ac606
sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
ef8bd77
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>
by Ingo Molnar
· 8 years ago
5b0093f3
MIPS: SMP-CPS: Don't BUG if a CPU fails to start
by Matt Redfearn
· 8 years ago
5892d6a
MIPS: SMP: Remove cpu_callin_map
by Matt Redfearn
· 8 years ago
6ca8ac7
MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUs
by Matt Redfearn
· 8 years ago
4305f42
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 9 years ago
97f2645
tree-wide: replace config_enabled() with IS_ENABLED()
by Masahiro Yamada
· 9 years ago
826e99b
MIPS: SMP: Update cpu_foreign_map on CPU disable
by James Hogan
· 9 years ago
0d2808f
MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processors
by Matt Redfearn
· 9 years ago
9736c61
MIPS: smp-cps: Allow booting of CPU other than VP0 within a core
by Matt Redfearn
· 9 years ago
d642e4e
MIPS: smp-cps: Clear Status IPL field when using EIC
by Paul Burton
· 9 years ago
6422a91
MIPS: smp-cps: Add nothreads kernel parameter
by Paul Burton
· 9 years ago
5a3e7c0
MIPS: smp-cps: Support MIPSr6 Virtual Processors
by Paul Burton
· 9 years ago
f12401d
MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpes
by Paul Burton
· 9 years ago
ba1c0a4
MIPS: smp-cps: Ensure our VP ident calculation is correct
by Paul Burton
· 9 years ago
bb11cff
MIPS: Make smp CMP, CPS and MT use the new generic IPI functions
by Qais Yousef
· 9 years ago
497e803e
MIPS: smp-cps: Ensure secondary cores start with EVA disabled
by Matt Redfearn
· 9 years ago
4ede316
MIPS: CM: make use of mips_cm_{lock,unlock}_other
by Paul Burton
· 9 years ago
a8c2061
MIPS: CPS: Warn if a core doesn't start
by Paul Burton
· 9 years ago
946db17
MIPS: CPS: Read CM GCR base from cop0
by Paul Burton
· 9 years ago
fd5ed30
MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer casting
by Markos Chandras
· 10 years ago
7363cb7
MIPS: Fix up obsolete cpu_set usage
by Ezequiel Garcia
· 10 years ago
6496edf
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
90db024
MIPS: smp-cps: cpu_set FPU mask if FPU present
by Niklas Cassel
· 10 years ago
8dd9289
mips: fix up obsolete cpu function usage.
by Rusty Russell
· 10 years ago
4060bbe
MIPS: Move gic.h to include/linux/irqchip/mips-gic.h
by Andrew Bresticker
· 10 years ago
ff1e29a
MIPS: smp-cps: Enable all hardware interrupts on secondary CPUs
by Andrew Bresticker
· 10 years ago
0fc0708
MIPS: smp-cps: Fix entry code cache flush for systems with coherent I/O
by Paul Burton
· 11 years ago
c90e49f
MIPS: {pm,smp}-cps: use cpu_vpe_id macro
by Paul Burton
· 11 years ago
e114ba2
MIPS: smp-cps: Convert smp_mb__after_atomic_dec()
by Paul Burton
· 11 years ago
2e2d663
Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-for-linux-next
by Ralf Baechle
· 11 years ago
0155a06
MIPS: smp-cps: duplicate core0 CCA on secondary cores
by Paul Burton
· 11 years ago
33b6866
MIPS: smp-cps: set a coherent default CCA
by Paul Burton
· 11 years ago
5c399f6
MIPS: smp-cps: prevent multi-core SMP with unsuitable CCA
by Paul Burton
· 11 years ago
1d8f1f5
MIPS: smp-cps: hotplug support
by Paul Burton
· 11 years ago
dd9233d
MIPS: smp-cps: use CPC core-other locking
by Paul Burton
· 11 years ago
0f4d3d1
MIPS: smp-cps: flush cache after patching mips_cps_core_entry
by Paul Burton
· 11 years ago
68c1232
MIPS: smp-cps: function to determine whether CPS SMP is in use
by Paul Burton
· 11 years ago
245a786
MIPS: smp-cps: rework core/VPE initialisation
by Paul Burton
· 11 years ago
1461df5
MIPS: SMP: Remove plat_smp_ops cpus_done method.
by Ralf Baechle
· 11 years ago
0ee958e
MIPS: Coherent Processing System SMP implementation
by Paul Burton
· 11 years ago