index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
mips-cm.c
Age
Commit message (
Expand
)
Author
2023-04-05
MIPS: mips-cm: Check availability of config registers
Jiaxun Yang
2021-11-02
mips: cm: Convert to bitfield API to fix out-of-bounds access
Geert Uytterhoeven
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