index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
mips-cm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: CPS: Add a couple of multi-cluster utility functions
Paul Burton
2024-07-09
1
-0
/
+37
*
mips: cm: Convert __mips_cm_phys_base() to weak function
Serge Semin
2024-03-11
1
-4
/
+1
*
mips: cm: Convert __mips_cm_l2sync_phys_base() to weak function
Serge Semin
2024-03-11
1
-4
/
+1
*
mips: mark local function static if possible
Arnd Bergmann
2023-12-11
1
-1
/
+1
*
MIPS: mips-cm: Check availability of config registers
Jiaxun Yang
2023-04-05
1
-2
/
+7
*
mips: cm: Convert to bitfield API to fix out-of-bounds access
Geert Uytterhoeven
2021-11-02
1
-11
/
+10
*
mips: cm: add missing iounmap() on error in mips_cm_probe()
Qinglang Miao
2020-11-06
1
-0
/
+1
*
mips: cm: Add L2 ECC/parity errors reporting
Serge Semin
2020-05-07
1
-2
/
+60
*
mips: cm: Fix an invalid error code of INTVN_*_ERR
Serge Semin
2020-05-07
1
-3
/
+3
*
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
2019-03-05
1
-2
/
+2
|
\
|
*
MIPS: CM: Fix indentation
Paul Burton
2019-02-15
1
-2
/
+2
*
|
mips: cm: reprime error cause
Vladimir Kondratiev
2019-02-07
1
-1
/
+1
|
/
*
MIPS: CM: Drop WARN_ON(vp != 0)
James Hogan
2018-01-10
1
-1
/
+0
*
Update MIPS email addresses
Paul Burton
2017-11-03
1
-1
/
+1
*
MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers
Paul Burton
2017-08-30
1
-1
/
+1
*
MIPS: CM: Add cluster & block args to mips_cm_lock_other()
Paul Burton
2017-08-30
1
-3
/
+16
*
MIPS: Abstract CPU core & VP(E) ID access through accessor functions
Paul Burton
2017-08-30
1
-2
/
+2
*
MIPS: CPS: Use change_*, set_* & clear_* where appropriate
Paul Burton
2017-08-30
1
-3
/
+1
*
MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts
Paul Burton
2017-08-29
1
-24
/
+24
*
MIPS: CM: Specify register size when generating accessors
Paul Burton
2017-08-29
1
-6
/
+3
*
MIPS: CM: Rename mips_cm_base to mips_gcr_base
Paul Burton
2017-08-29
1
-5
/
+5
*
MIPS: CM: WARN on attempt to lock invalid VP, not BUG
Paul Burton
2017-06-29
1
-1
/
+1
*
MIPS: CM: Avoid per-core locking with CM3 & higher
Paul Burton
2017-06-29
1
-6
/
+32
*
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-08-04
1
-1
/
+1
*
MIPS: Fix misspellings in comments.
Adam Buchbinder
2016-04-03
1
-1
/
+1
*
MIPS: CM, CPC: Ensure core-other GCRs reflect the correct core
Paul Burton
2015-11-11
1
-0
/
+6
*
MIPS: CM: Introduce core-other locking functions
Paul Burton
2015-11-11
1
-0
/
+39
*
MIPS: Always read full 64 bit CM error GCRs for CM3
Paul Burton
2015-10-26
1
-34
/
+36
*
MIPS: Avoid buffer overrun in mips_cm_error_report
Paul Burton
2015-10-26
1
-0
/
+2
*
MIPS: Don't read GCRs when a CM is not present
Paul Burton
2015-10-26
1
-7
/
+10
*
MIPS: CM: Add support for reporting CM cache errors
Markos Chandras
2015-08-26
1
-0
/
+244
*
MIPS: CM: The CMGCRBase register is 64-bit on 64 bit kernels.
Markos Chandras
2015-08-26
1
-1
/
+1
*
MIPS: mips-cm: Extend CM accessors for 64-bit CPUs
Markos Chandras
2015-08-26
1
-0
/
+4
*
MIPS: Add platform callback before initializing the L2 cache
Markos Chandras
2015-08-26
1
-0
/
+7
*
MIPS: Replace use of phys_t with phys_addr_t.
Ralf Baechle
2014-11-24
1
-6
/
+6
*
MIPS: Add generic CM probe & access code
Paul Burton
2014-03-06
1
-0
/
+121