summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/alternative.c
AgeCommit message (Expand)Author
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-04-23arm64: alternative: simplify passing alt_regionMark Rutland
2021-04-08arm64: add __nocfi to __apply_alternativesSami Tolvanen
2021-02-04arm64: improve whitespaceZhiyuan Dai
2020-11-09arm64: alternatives: Remove READ_ONCE() usage during patch operationWill Deacon
2020-07-09arm64/alternatives: don't patch up internal branchesArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-02-06arm64: alternative: Apply alternatives early in boot processDaniel Thompson
2019-02-06arm64: alternative: Allow alternative status checking per cpufeatureJulien Thierry
2018-08-08arm64: alternative: Use true and false for boolean valuesGustavo A. R. Silva
2018-06-27arm64: Avoid flush_icache_range() in alternatives patching codeWill Deacon
2018-03-19arm64: alternatives: Add dynamic patching featureMarc Zyngier
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2017-06-29arm64: fix endianness annotation for __apply_alternatives()/get_alt_insn()Luc Van Oostenryck
2017-03-23arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel
2016-09-09arm64: alternative: Add support for patching adrp instructionsSuzuki K Poulose
2016-09-09arm64: alternative: Disallow patching instructions using literalsSuzuki K Poulose
2016-08-25arm64: Create sections.hJames Morse
2015-12-10arm64: mm: fold alternatives into .initMark Rutland
2015-08-04arm64: alternatives: ensure secondary CPUs execute ISB after patchingWill Deacon
2015-07-30arm64: alternative: put secondary CPUs into polling loop during patchWill Deacon
2015-06-05arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier
2015-05-05Revert "arm64: alternative: Allow immediate branch as alternative instruction"Will Deacon
2015-03-30arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier
2014-12-04arm64: add module support for alternatives fixupsAndre Przywara
2014-11-25arm64: add alternative runtime patchingAndre Przywara