aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/pm-cps.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-07MIPS: barrier: Add __SYNC() infrastructureGravatar Paul Burton 1-10/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-03-09MIPS: pm-cps: Block system suspend when a JTAG probe is presentGravatar Matt Redfearn 1-0/+31
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-1/+1
2017-11-03Update MIPS email addressesGravatar Paul Burton 1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersGravatar Paul Burton 1-2/+1
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsGravatar Paul Burton 1-3/+3
2017-08-30MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shiftsGravatar Paul Burton 1-1/+1
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsGravatar Paul Burton 1-2/+2
2017-08-29MIPS: Declare various variables & functions staticGravatar Paul Burton 1-1/+1
2017-06-30MIPS: pm-cps: Drop manual cache-line alignment of ready_countGravatar Paul Burton 1-8/+1
2016-12-25cpu/hotplug: Cleanup state namesGravatar Thomas Gleixner 1-1/+1
2016-10-05MIPS: pm-cps: Generate idle state entry code when CPUs are onlinedGravatar Paul Burton 1-26/+19
2016-10-04MIPS: pm-cps: Support CM3 changes to Coherence Enable RegisterGravatar Matt Redfearn 1-13/+18
2016-10-04MIPS: pm-cps: Add MIPSr6 CPU supportGravatar Matt Redfearn 1-4/+18
2016-10-04MIPS: pm-cps: Remove selection of sync typesGravatar Matt Redfearn 1-19/+0
2016-10-04MIPS: pm-cps: Use MIPS standard completion barrierGravatar Matt Redfearn 1-5/+5
2016-10-04MIPS: pm-cps: Use MIPS standard lightweight ordering barrierGravatar Matt Redfearn 1-7/+5
2016-10-04MIPS: pm-cps: Update comments on barrier instructionsGravatar Matt Redfearn 1-8/+8
2016-10-04MIPS: pm-cps: Change FSB workaround to CPU blacklistGravatar Matt Redfearn 1-7/+2
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-2/+2
2016-05-13MIPS: pm-cps: Avoid offset overflow on MIPSr6Gravatar Markos Chandras 1-4/+11
2016-04-03MIPS: Fix misspellings in comments.Gravatar Adam Buchbinder 1-1/+1
2015-08-26MIPS: Add cases for CPU_I6400Gravatar Markos Chandras 1-0/+2
2014-07-30MIPS: {pm,smp}-cps: use cpu_vpe_id macroGravatar Paul Burton 1-1/+1
2014-07-30MIPS: pm-cps: Prevent use of mips_cps_* without CPS SMPGravatar Paul Burton 1-0/+8
2014-06-16MIPS: pm-cps: convert smp_mb__*()Gravatar Paul Burton 1-2/+2
2014-05-28MIPS: pm-cps: add PM state entry code for CPS systemsGravatar Paul Burton 1-0/+716