index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
alternative.c
Age
Commit message (
Expand
)
Author
2018-01-13
arm64: alternatives: use tpidr_el2 on VHE hosts
James Morse
2017-06-29
arm64: fix endianness annotation for __apply_alternatives()/get_alt_insn()
Luc Van Oostenryck
2017-03-23
arm64: alternatives: apply boot time fixups via the linear mapping
Ard Biesheuvel
2016-09-09
arm64: alternative: Add support for patching adrp instructions
Suzuki K Poulose
2016-09-09
arm64: alternative: Disallow patching instructions using literals
Suzuki K Poulose
2016-08-25
arm64: Create sections.h
James Morse
2015-12-10
arm64: mm: fold alternatives into .init
Mark Rutland
2015-08-04
arm64: alternatives: ensure secondary CPUs execute ISB after patching
Will Deacon
2015-07-30
arm64: alternative: put secondary CPUs into polling loop during patch
Will Deacon
2015-06-05
arm64: alternative: Allow immediate branch as alternative instruction
Marc Zyngier
2015-05-05
Revert "arm64: alternative: Allow immediate branch as alternative instruction"
Will Deacon
2015-03-30
arm64: alternative: Allow immediate branch as alternative instruction
Marc Zyngier
2014-12-04
arm64: add module support for alternatives fixups
Andre Przywara
2014-11-25
arm64: add alternative runtime patching
Andre Przywara