index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
cpufeature.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-07
arm64: Allow checking of a CPU-local erratum
Marc Zyngier
1
-2
/
+11
2017-02-15
arm64: cpufeature: correctly handle MRS to XZR
Mark Rutland
1
-1
/
+1
2017-02-02
arm64: ensure __raw_read_system_reg() is self-consistent
Mark Rutland
1
-30
/
+34
2017-02-02
arm64: fix erroneous __raw_read_system_reg() cases
Mark Rutland
1
-3
/
+3
2017-01-13
arm64: errata: Provide macro for major and minor cpu revisions
Robert Richter
1
-5
/
+3
2017-01-12
arm64: Advertise support for Rounding double multiply instructions
Suzuki K Poulose
1
-0
/
+1
2017-01-12
arm64: Use __pa_symbol for kernel symbols
Laura Abbott
1
-1
/
+2
2017-01-12
arm64: Documentation - Expose CPU feature registers
Suzuki K Poulose
1
-0
/
+4
2017-01-12
arm64: cpufeature: Expose CPUID registers by emulation
Suzuki K Poulose
1
-0
/
+101
2017-01-10
arm64: cpufeature: Track user visible fields
Suzuki K Poulose
1
-92
/
+101
2017-01-10
arm64: cpufeature: Cleanup feature bit tables
Suzuki K Poulose
1
-12
/
+7
2017-01-10
arm64: cpufeature: remove explicit RAZ fields
Mark Rutland
1
-15
/
+0
2017-01-10
arm64: cpufeature: treat unknown fields as RES0
Mark Rutland
1
-1
/
+11
2017-01-10
arm64: cpufeature: Don't enforce system-wide SPE capability
Will Deacon
1
-1
/
+2
2017-01-10
arm64: cpufeature: allow for version discrepancy in PMU implementations
Will Deacon
1
-1
/
+5
2017-01-10
arm64: Remove useless UAO IPI and describe how this gets enabled
James Morse
1
-1
/
+4
2016-11-21
arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1
Catalin Marinas
1
-0
/
+1
2016-11-16
arm64: Support systems without FP/ASIMD
Suzuki K Poulose
1
-0
/
+15
2016-11-16
arm64: Add hypervisor safe helper for checking constant capabilities
Suzuki K Poulose
1
-1
/
+1
2016-10-20
arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
James Morse
1
-1
/
+9
2016-09-09
arm64: Rearrange CPU errata workaround checks
Suzuki K Poulose
1
-10
/
+20
2016-09-09
arm64: Use consistent naming for errata handling
Suzuki K Poulose
1
-1
/
+1
2016-09-09
arm64: Set the safe value for L1 icache policy
Suzuki K Poulose
1
-2
/
+3
2016-09-07
arm64: Use static keys for CPU features
Catalin Marinas
1
-0
/
+3
2016-08-31
arm64: cpufeature: expose arm64_ftr_reg struct for CTR_EL0
Ard Biesheuvel
1
-1
/
+6
2016-08-31
arm64: cpufeature: constify arm64_ftr_regs array
Ard Biesheuvel
1
-26
/
+20
2016-08-31
arm64: cpufeature: constify arm64_ftr_bits structures
Ard Biesheuvel
1
-22
/
+24
2016-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+19
2016-07-04
arm64: KVM: Runtime detection of lower HYP offset
Marc Zyngier
1
-0
/
+19
2016-07-01
arm64: errata: Calling enable functions for CPU errata too
Andre Przywara
1
-2
/
+2
2016-04-25
arm64: Verify CPU errata work arounds on hotplugged CPU
Suzuki K Poulose
1
-0
/
+1
2016-04-25
arm64: Allow a capability to be checked on a single CPU
Marc Zyngier
1
-0
/
+18
2016-04-25
arm64: cpufeature: Add scope for capability check
Suzuki K Poulose
1
-59
/
+72
2016-04-20
arm64: compat: Check for AArch32 state
Suzuki K Poulose
1
-2
/
+5
2016-04-20
arm64: cpufeature: Track 32bit EL0 support
Suzuki K Poulose
1
-0
/
+9
2016-04-20
arm64: cpufeature: Check availability of AArch32
Suzuki K Poulose
1
-39
/
+47
2016-04-20
arm64: HWCAP: Split COMPAT HWCAP table entries
Suzuki K Poulose
1
-48
/
+56
2016-04-20
arm64: hwcaps: Cleanup naming
Suzuki K Poulose
1
-9
/
+9
2016-04-15
arm64: vhe: Verify CPU Exception Levels
Suzuki K Poulose
1
-0
/
+1
2016-04-13
arm64: cpufeature: append additional id_aa64mmfr2 fields to cpufeature
Kefeng Wang
1
-0
/
+4
2016-03-18
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-106
/
+164
2016-03-04
arm64: make mrs_s prefixing implicit in read_cpuid
Mark Rutland
1
-30
/
+30
2016-02-29
arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
Marc Zyngier
1
-0
/
+11
2016-02-26
arm64: Add support for Half precision floating point
Suzuki K Poulose
1
-0
/
+2
2016-02-25
arm64: Rename cpuid_feature field extract routines
Suzuki K Poulose
1
-1
/
+1
2016-02-25
arm64: capabilities: Handle sign of the feature bit
Suzuki K Poulose
1
-14
/
+18
2016-02-25
arm64: cpufeature: Fix the sign of feature bits
Suzuki K Poulose
1
-25
/
+25
2016-02-25
arm64: cpufeature: Correct feature register tables
Suzuki K Poulose
1
-3
/
+15
2016-02-25
arm64: Ensure the secondary CPUs have safe ASIDBits size
Suzuki K Poulose
1
-0
/
+12
2016-02-25
arm64: Enable CPU capability verification unconditionally
Suzuki K Poulose
1
-10
/
+0
[next]