aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/mips-cm.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-02mips: cm: Convert to bitfield API to fix out-of-bounds accessGravatar Geert Uytterhoeven 1-11/+10
2020-11-06mips: cm: add missing iounmap() on error in mips_cm_probe()Gravatar Qinglang Miao 1-0/+1
2020-05-07mips: cm: Add L2 ECC/parity errors reportingGravatar Serge Semin 1-2/+60
2020-05-07mips: cm: Fix an invalid error code of INTVN_*_ERRGravatar Serge Semin 1-3/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-2/+2
2019-02-15MIPS: CM: Fix indentationGravatar Paul Burton 1-2/+2
2019-02-07mips: cm: reprime error causeGravatar Vladimir Kondratiev 1-1/+1
2018-01-10MIPS: CM: Drop WARN_ON(vp != 0)Gravatar James Hogan 1-1/+0
2017-11-03Update MIPS email addressesGravatar Paul Burton 1-1/+1
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersGravatar Paul Burton 1-1/+1
2017-08-30MIPS: CM: Add cluster & block args to mips_cm_lock_other()Gravatar Paul Burton 1-3/+16
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsGravatar Paul Burton 1-2/+2
2017-08-30MIPS: CPS: Use change_*, set_* & clear_* where appropriateGravatar Paul Burton 1-3/+1
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsGravatar Paul Burton 1-24/+24
2017-08-29MIPS: CM: Specify register size when generating accessorsGravatar Paul Burton 1-6/+3
2017-08-29MIPS: CM: Rename mips_cm_base to mips_gcr_baseGravatar Paul Burton 1-5/+5
2017-06-29MIPS: CM: WARN on attempt to lock invalid VP, not BUGGravatar Paul Burton 1-1/+1
2017-06-29MIPS: CM: Avoid per-core locking with CM3 & higherGravatar Paul Burton 1-6/+32
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-1/+1
2016-04-03MIPS: Fix misspellings in comments.Gravatar Adam Buchbinder 1-1/+1
2015-11-11MIPS: CM, CPC: Ensure core-other GCRs reflect the correct coreGravatar Paul Burton 1-0/+6
2015-11-11MIPS: CM: Introduce core-other locking functionsGravatar Paul Burton 1-0/+39
2015-10-26MIPS: Always read full 64 bit CM error GCRs for CM3Gravatar Paul Burton 1-34/+36
2015-10-26MIPS: Avoid buffer overrun in mips_cm_error_reportGravatar Paul Burton 1-0/+2
2015-10-26MIPS: Don't read GCRs when a CM is not presentGravatar Paul Burton 1-7/+10
2015-08-26MIPS: CM: Add support for reporting CM cache errorsGravatar Markos Chandras 1-0/+244
2015-08-26MIPS: CM: The CMGCRBase register is 64-bit on 64 bit kernels.Gravatar Markos Chandras 1-1/+1
2015-08-26MIPS: mips-cm: Extend CM accessors for 64-bit CPUsGravatar Markos Chandras 1-0/+4
2015-08-26MIPS: Add platform callback before initializing the L2 cacheGravatar Markos Chandras 1-0/+7
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Gravatar Ralf Baechle 1-6/+6
2014-03-06MIPS: Add generic CM probe & access codeGravatar Paul Burton 1-0/+121