summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/alternative.c
AgeCommit message (Expand)Author
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas
2023-06-21arm64: alternatives: make clean_dcache_range_nopatch() noinstr-safeMark Rutland
2023-06-07arm64: alternatives: use cpucap namingMark Rutland
2023-06-07arm64: standardise cpucap bitmap namesMark Rutland
2022-12-05arm64: alternatives: add __init/__initconst to some functions/variablesJisheng Zhang
2022-11-18arm64: alternatives: make apply_alternatives_vdso() staticMark Rutland
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-09-30Merge branch 'for-next/alternatives' into for-next/coreCatalin Marinas
2022-09-26arm64: Drop unneeded __nocfi attributesSami Tolvanen
2022-09-16arm64: alternatives: add shared NOP callbackMark Rutland
2022-09-16arm64: alternatives: have callbacks take a capMark Rutland
2022-09-16arm64: alternatives: make alt_region constMark Rutland
2022-09-16arm64: alternatives: hoist print out of __apply_alternatives()Mark Rutland
2022-09-09arm64: alternative: patch alternatives in the vDSOJoey Gouly
2022-07-05arm64/sysreg: Standardise naming for CTR_EL0 fieldsMark Brown
2022-04-06arm64: alternatives: mark patch_alternative() as `noinstr`Joey Gouly
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