index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
cpufeature.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-06
arm64: alternative: Apply alternatives early in boot process
Daniel Thompson
1
-0
/
+4
2019-02-06
arm64: cpufeature: Add cpufeature for IRQ priority masking
Julien Thierry
1
-0
/
+6
2018-12-13
arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matches
Will Deacon
1
-13
/
+46
2018-12-13
arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4
Will Deacon
1
-2
/
+4
2018-12-13
arm64/cpufeature: detect pointer authentication
Mark Rutland
1
-0
/
+12
2018-12-10
Merge branch 'for-next/kexec' into aarch64/for-next/core
Will Deacon
1
-0
/
+48
2018-12-06
arm64: capabilities: Batch cpu_enable callbacks
Suzuki K Poulose
1
-0
/
+3
2018-12-06
arm64: cpufeature: add MMFR0 helper functions
AKASHI Takahiro
1
-0
/
+48
2018-10-25
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+21
2018-10-01
arm64: Add a helper for PARange to physical shift conversion
Suzuki K Poulose
1
-0
/
+20
2018-09-21
arm64/cpufeatures: Factorize emulate_mrs()
Anshuman Khandual
1
-0
/
+1
2018-09-18
arm64: mm: Support Common Not Private translations
Vladimir Murzin
1
-0
/
+6
2018-09-14
arm64: Fix silly typo in comment
Will Deacon
1
-1
/
+1
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-29
/
+0
2018-05-31
arm64: ssbd: Restore mitigation status on CPU resume
Marc Zyngier
1
-0
/
+6
2018-05-31
arm64: ssbd: Add global mitigation state accessor
Marc Zyngier
1
-0
/
+10
2018-05-31
arm64: Add 'ssbd' command-line option
Marc Zyngier
1
-0
/
+6
2018-05-25
arm64/sve: Move read_zcr_features() out of cpufeature.h
Dave Martin
1
-29
/
+0
2018-03-26
arm64: capabilities: Handle shared entries
Suzuki K Poulose
1
-0
/
+12
2018-03-26
arm64: capabilities: Add support for checks based on a list of MIDRs
Suzuki K Poulose
1
-0
/
+1
2018-03-26
arm64: Add helpers for checking CPU MIDR against a range
Suzuki K Poulose
1
-2
/
+2
2018-03-26
arm64: capabilities: Change scope of VHE to Boot CPU feature
Suzuki K Poulose
1
-0
/
+6
2018-03-26
arm64: capabilities: Add support for features enabled early
Suzuki K Poulose
1
-9
/
+39
2018-03-26
arm64: capabilities: Restrict KPTI detection to boot-time CPUs
Suzuki K Poulose
1
-0
/
+9
2018-03-26
arm64: capabilities: Introduce weak features based on local CPU
Suzuki K Poulose
1
-0
/
+8
2018-03-26
arm64: capabilities: Filter the entries based on a given mask
Suzuki K Poulose
1
-0
/
+1
2018-03-26
arm64: capabilities: Add flags to handle the conflicts on late CPU
Suzuki K Poulose
1
-0
/
+68
2018-03-26
arm64: capabilities: Prepare for fine grained capabilities
Suzuki K Poulose
1
-6
/
+99
2018-03-26
arm64: capabilities: Move errata processing code
Suzuki K Poulose
1
-7
/
+0
2018-03-26
arm64: capabilities: Update prototype for enable call back
Dave Martin
1
-1
/
+6
2018-03-09
arm64/errata: add REVIDR handling to framework
Ard Biesheuvel
1
-0
/
+4
2017-12-14
arm64/sve: Report SVE to userspace via CPUID only if supported
Dave Martin
1
-0
/
+3
2017-11-03
arm64/sve: Detect SVE and activate runtime support
Dave Martin
1
-1
/
+2
2017-11-03
arm64/sve: Probe SVE capabilities and usable vector lengths
Dave Martin
1
-0
/
+36
2017-11-03
arm64/sve: Kconfig update and conditional compilation support
Dave Martin
1
-0
/
+5
2017-05-17
arm64/cpufeature: don't use mutex in bringup path
Mark Rutland
1
-2
/
+10
2017-04-04
arm64: cpufeature: Make ID reg accessor naming less counterintuitive
Dave Martin
1
-2
/
+2
2017-03-10
arm64: use const cap for system_uses_ttbr0_pan()
Mark Rutland
1
-1
/
+1
2017-02-24
arm64/cpufeature: check correct field width when updating sys_val
Mark Rutland
1
-4
/
+10
2017-01-10
arm64: cpufeature: Track user visible fields
Suzuki K Poulose
1
-0
/
+11
2017-01-10
arm64: cpufeature: Document the rules of safe value for features
Suzuki K Poulose
1
-1
/
+14
2016-12-13
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-7
/
+23
2016-11-21
arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1
Catalin Marinas
1
-0
/
+6
2016-11-16
arm64: Support systems without FP/ASIMD
Suzuki K Poulose
1
-1
/
+11
2016-11-16
arm64: Add hypervisor safe helper for checking constant capabilities
Suzuki K Poulose
1
-7
/
+12
2016-11-05
arm64: Fix circular include of asm/lse.h through linux/jump_label.h
Catalin Marinas
1
-19
/
+1
2016-10-20
arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
James Morse
1
-1
/
+1
2016-09-09
arm64: Work around systems with mismatched cache line sizes
Suzuki K Poulose
1
-1
/
+2
2016-09-09
arm64: Rearrange CPU errata workaround checks
Suzuki K Poulose
1
-2
/
+2
2016-09-09
arm64: Use consistent naming for errata handling
Suzuki K Poulose
1
-2
/
+2
[next]