aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/alternative.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-23arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel1-5/+6
2016-09-09arm64: alternative: Add support for patching adrp instructionsSuzuki K Poulose1-0/+15
2016-09-09arm64: alternative: Disallow patching instructions using literalsSuzuki K Poulose1-0/+6
2016-08-25arm64: Create sections.hJames Morse1-4/+3
2015-12-10arm64: mm: fold alternatives into .initMark Rutland1-6/+0
2015-08-04arm64: alternatives: ensure secondary CPUs execute ISB after patchingWill Deacon1-0/+1
2015-07-30arm64: alternative: put secondary CPUs into polling loop during patchWill Deacon1-5/+24
2015-06-05arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier1-5/+66
2015-05-05Revert "arm64: alternative: Allow immediate branch as alternative instruction"Will Deacon1-52/+1
2015-03-30arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier1-2/+53
2014-12-04arm64: add module support for alternatives fixupsAndre Przywara1-4/+25
2014-11-25arm64: add alternative runtime patchingAndre Przywara1-0/+64