summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/alternative.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* arm64: alternative: Apply alternatives early in boot processDaniel Thompson2019-02-061-5/+38
* arm64: alternative: Allow alternative status checking per cpufeatureJulien Thierry2019-02-061-4/+17
* arm64: alternative: Use true and false for boolean valuesGustavo A. R. Silva2018-08-081-2/+2
* arm64: Avoid flush_icache_range() in alternatives patching codeWill Deacon2018-06-271-7/+44
* arm64: alternatives: Add dynamic patching featureMarc Zyngier2018-03-191-11/+32
* arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse2018-01-131-4/+5
* arm64: fix endianness annotation for __apply_alternatives()/get_alt_insn()Luc Van Oostenryck2017-06-291-4/+4
* arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel2017-03-231-5/+6
* arm64: alternative: Add support for patching adrp instructionsSuzuki K Poulose2016-09-091-0/+15
* arm64: alternative: Disallow patching instructions using literalsSuzuki K Poulose2016-09-091-0/+6
* arm64: Create sections.hJames Morse2016-08-251-4/+3Star
* arm64: mm: fold alternatives into .initMark Rutland2015-12-101-6/+0Star
* arm64: alternatives: ensure secondary CPUs execute ISB after patchingWill Deacon2015-08-041-0/+1
* arm64: alternative: put secondary CPUs into polling loop during patchWill Deacon2015-07-301-5/+24
* arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier2015-06-051-5/+66
* Revert "arm64: alternative: Allow immediate branch as alternative instruction"Will Deacon2015-05-051-52/+1Star
* arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier2015-03-301-2/+53
* arm64: add module support for alternatives fixupsAndre Przywara2014-12-041-4/+25
* arm64: add alternative runtime patchingAndre Przywara2014-11-251-0/+64