index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
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
2018-12-06
arm64: Add support for SB barrier and patch in over DSB; ISB sequences
Will Deacon
1
-0
/
+12
2018-12-06
arm64: capabilities: Batch cpu_enable callbacks
Suzuki K Poulose
1
-26
/
+44
2018-12-06
arm64: capabilities: Use linear array for detection and verification
Suzuki K Poulose
1
-25
/
+17
2018-12-06
arm64: capabilities: Optimize this_cpu_has_cap
Suzuki K Poulose
1
-22
/
+9
2018-12-06
arm64: capabilities: Speed up capability lookup
Suzuki K Poulose
1
-2
/
+30
2018-10-16
arm64: cpufeature: Fix handling of CTR_EL0.IDC field
Suzuki K Poulose
1
-1
/
+14
2018-10-16
arm64: cpufeature: ctr: Fix cpu capability check for late CPUs
Suzuki K Poulose
1
-4
/
+18
2018-09-21
arm64/cpufeatures: Factorize emulate_mrs()
Anshuman Khandual
1
-10
/
+15
2018-09-18
arm64: mm: Support Common Not Private translations
Vladimir Murzin
1
-0
/
+34
2018-09-17
arm64: sysreg: Clean up instructions for modifying PSTATE fields
Suzuki K Poulose
1
-3
/
+3
2018-09-14
arm64: cpu: Move errata and feature enable callbacks closer to callers
Will Deacon
1
-6
/
+22
2018-09-14
arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3
Will Deacon
1
-0
/
+45
2018-09-14
arm64: cpufeature: Detect SSBS and advertise to userspace
Will Deacon
1
-2
/
+17
2018-09-10
arm64: cpufeature: add feature for CRC32 instructions
Ard Biesheuvel
1
-0
/
+9
2018-08-22
Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
1
-0
/
+20
2018-08-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+2
2018-07-25
arm64: Check for errata before evaluating cpu features
Dirk Mueller
1
-2
/
+2
2018-07-09
arm64: KVM: Add support for Stage-2 control of memory types and cacheability
Marc Zyngier
1
-0
/
+20
2018-07-05
arm64: use PSR_AA32 definitions
Mark Rutland
1
-1
/
+1
2018-07-05
arm64: Fix mismatched cache line size detection
Suzuki K Poulose
1
-1
/
+1
2018-06-22
arm64: kpti: Use early_param for kpti= command-line option
Will Deacon
1
-1
/
+1
2018-06-01
arm64: signal: Report signal frame size to userspace via auxv
Dave Martin
1
-0
/
+1
2018-05-15
arm64: Increase ARCH_DMA_MINALIGN to 128
Catalin Marinas
1
-7
/
+2
2018-04-23
arm64: add sentinel to kpti_safe_list
Mark Rutland
1
-0
/
+1
2018-04-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-19
/
+0
2018-03-27
Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"
Will Deacon
1
-2
/
+7
2018-03-27
arm64: cpufeature: Avoid warnings due to unused symbols
Will Deacon
1
-5
/
+7
2018-03-26
arm64: Add work around for Arm Cortex-A55 Erratum 1024718
Suzuki K Poulose
1
-1
/
+15
2018-03-26
arm64: Delay enabling hardware DBM feature
Suzuki K Poulose
1
-0
/
+71
2018-03-26
arm64: capabilities: Handle shared entries
Suzuki K Poulose
1
-7
/
+6
2018-03-26
arm64: capabilities: Add support for checks based on a list of MIDRs
Suzuki K Poulose
1
-4
/
+6
2018-03-26
arm64: capabilities: Change scope of VHE to Boot CPU feature
Suzuki K Poulose
1
-2
/
+3
2018-03-26
arm64: capabilities: Add support for features enabled early
Suzuki K Poulose
1
-13
/
+44
2018-03-26
arm64: capabilities: Restrict KPTI detection to boot-time CPUs
Suzuki K Poulose
1
-5
/
+11
2018-03-26
arm64: capabilities: Introduce weak features based on local CPU
Suzuki K Poulose
1
-1
/
+1
2018-03-26
arm64: capabilities: Group handling of features and errata workarounds
Suzuki K Poulose
1
-31
/
+42
2018-03-26
arm64: capabilities: Allow features based on local CPU scope
Suzuki K Poulose
1
-6
/
+11
2018-03-26
arm64: capabilities: Split the processing of errata work arounds
Suzuki K Poulose
1
-2
/
+4
2018-03-26
arm64: capabilities: Prepare for grouping features and errata work arounds
Suzuki K Poulose
1
-40
/
+18
2018-03-26
arm64: capabilities: Filter the entries based on a given mask
Suzuki K Poulose
1
-11
/
+22
2018-03-26
arm64: capabilities: Unify the verification
Suzuki K Poulose
1
-33
/
+58
2018-03-26
arm64: capabilities: Add flags to handle the conflicts on late CPU
Suzuki K Poulose
1
-17
/
+17
2018-03-26
arm64: capabilities: Prepare for fine grained capabilities
Suzuki K Poulose
1
-21
/
+21
2018-03-26
arm64: capabilities: Move errata processing code
Suzuki K Poulose
1
-3
/
+40
2018-03-26
arm64: capabilities: Move errata work around check on boot CPU
Suzuki K Poulose
1
-0
/
+6
2018-03-26
arm64: capabilities: Update prototype for enable call back
Dave Martin
1
-18
/
+24
2018-03-19
arm64: Expose Arm v8.4 features
Suzuki K Poulose
1
-0
/
+7
2018-03-19
arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
Marc Zyngier
1
-19
/
+0
2018-03-09
arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
Shanker Donthineni
1
-6
/
+30
2018-03-06
arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)
Catalin Marinas
1
-7
/
+2
[next]