Age | Commit message (Expand) | Author |
2023-06-23 | Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2... | Catalin Marinas |
2023-06-21 | arm64: alternatives: make clean_dcache_range_nopatch() noinstr-safe | Mark Rutland |
2023-06-07 | arm64: alternatives: use cpucap naming | Mark Rutland |
2023-06-07 | arm64: standardise cpucap bitmap names | Mark Rutland |
2022-12-05 | arm64: alternatives: add __init/__initconst to some functions/variables | Jisheng Zhang |
2022-11-18 | arm64: alternatives: make apply_alternatives_vdso() static | Mark Rutland |
2022-10-06 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2022-09-30 | Merge branch 'for-next/alternatives' into for-next/core | Catalin Marinas |
2022-09-26 | arm64: Drop unneeded __nocfi attributes | Sami Tolvanen |
2022-09-16 | arm64: alternatives: add shared NOP callback | Mark Rutland |
2022-09-16 | arm64: alternatives: have callbacks take a cap | Mark Rutland |
2022-09-16 | arm64: alternatives: make alt_region const | Mark Rutland |
2022-09-16 | arm64: alternatives: hoist print out of __apply_alternatives() | Mark Rutland |
2022-09-09 | arm64: alternative: patch alternatives in the vDSO | Joey Gouly |
2022-07-05 | arm64/sysreg: Standardise naming for CTR_EL0 fields | Mark Brown |
2022-04-06 | arm64: alternatives: mark patch_alternative() as `noinstr` | Joey Gouly |
2021-05-25 | arm64: Rename arm64-internal cache maintenance functions | Fuad Tabba |
2021-05-07 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2021-04-23 | arm64: alternative: simplify passing alt_region | Mark Rutland |
2021-04-08 | arm64: add __nocfi to __apply_alternatives | Sami Tolvanen |
2021-02-04 | arm64: improve whitespace | Zhiyuan Dai |
2020-11-09 | arm64: alternatives: Remove READ_ONCE() usage during patch operation | Will Deacon |
2020-07-09 | arm64/alternatives: don't patch up internal branches | Ard Biesheuvel |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner |
2019-02-06 | arm64: alternative: Apply alternatives early in boot process | Daniel Thompson |
2019-02-06 | arm64: alternative: Allow alternative status checking per cpufeature | Julien Thierry |
2018-08-08 | arm64: alternative: Use true and false for boolean values | Gustavo A. R. Silva |
2018-06-27 | arm64: Avoid flush_icache_range() in alternatives patching code | Will Deacon |
2018-03-19 | arm64: alternatives: Add dynamic patching feature | Marc Zyngier |
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 |