index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
mips-cm.c
Age
Commit message (
Expand
)
Author
2020-11-06
mips: cm: add missing iounmap() on error in mips_cm_probe()
Qinglang Miao
2020-05-07
mips: cm: Add L2 ECC/parity errors reporting
Serge Semin
2020-05-07
mips: cm: Fix an invalid error code of INTVN_*_ERR
Serge Semin
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-03-05
Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
2019-02-15
MIPS: CM: Fix indentation
Paul Burton
2019-02-07
mips: cm: reprime error cause
Vladimir Kondratiev
2018-01-10
MIPS: CM: Drop WARN_ON(vp != 0)
James Hogan
2017-11-03
Update MIPS email addresses
Paul Burton
2017-08-30
MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers
Paul Burton
2017-08-30
MIPS: CM: Add cluster & block args to mips_cm_lock_other()
Paul Burton
2017-08-30
MIPS: Abstract CPU core & VP(E) ID access through accessor functions
Paul Burton
2017-08-30
MIPS: CPS: Use change_*, set_* & clear_* where appropriate
Paul Burton
2017-08-29
MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts
Paul Burton
2017-08-29
MIPS: CM: Specify register size when generating accessors
Paul Burton
2017-08-29
MIPS: CM: Rename mips_cm_base to mips_gcr_base
Paul Burton
2017-06-29
MIPS: CM: WARN on attempt to lock invalid VP, not BUG
Paul Burton
2017-06-29
MIPS: CM: Avoid per-core locking with CM3 & higher
Paul Burton
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-04-03
MIPS: Fix misspellings in comments.
Adam Buchbinder
2015-11-11
MIPS: CM, CPC: Ensure core-other GCRs reflect the correct core
Paul Burton
2015-11-11
MIPS: CM: Introduce core-other locking functions
Paul Burton
2015-10-26
MIPS: Always read full 64 bit CM error GCRs for CM3
Paul Burton
2015-10-26
MIPS: Avoid buffer overrun in mips_cm_error_report
Paul Burton
2015-10-26
MIPS: Don't read GCRs when a CM is not present
Paul Burton
2015-08-26
MIPS: CM: Add support for reporting CM cache errors
Markos Chandras
2015-08-26
MIPS: CM: The CMGCRBase register is 64-bit on 64 bit kernels.
Markos Chandras
2015-08-26
MIPS: mips-cm: Extend CM accessors for 64-bit CPUs
Markos Chandras
2015-08-26
MIPS: Add platform callback before initializing the L2 cache
Markos Chandras
2014-11-24
MIPS: Replace use of phys_t with phys_addr_t.
Ralf Baechle
2014-03-06
MIPS: Add generic CM probe & access code
Paul Burton