| Commit message (Expand) | Author | Age | Files | Lines |
* | arm64: Use the clearbhb instruction in mitigations | James Morse | 2022-02-24 | 10 | -0/+79 |
* | KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated | James Morse | 2022-02-24 | 3 | -1/+34 |
* | arm64: Mitigate spectre style branch history side channels | James Morse | 2022-02-24 | 12 | -2/+352 |
* | arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2 | James Morse | 2022-02-16 | 2 | -2/+36 |
* | arm64: Add percpu vectors for EL1 | James Morse | 2022-02-16 | 4 | -9/+53 |
* | arm64: entry: Add macro for reading symbol addresses from the trampoline | James Morse | 2022-02-16 | 1 | -21/+16 |
* | arm64: entry: Add vectors that have the bhb mitigation sequences | James Morse | 2022-02-16 | 4 | -9/+118 |
* | arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations | James Morse | 2022-02-15 | 1 | -1/+34 |
* | arm64: entry: Allow the trampoline text to occupy multiple pages | James Morse | 2022-02-15 | 5 | -7/+20 |
* | arm64: entry: Make the kpti trampoline's kpti sequence optional | James Morse | 2022-02-15 | 1 | -6/+12 |
* | arm64: entry: Move trampoline macros out of ifdef'd section | James Morse | 2022-02-15 | 1 | -6/+5 |
* | arm64: entry: Don't assume tramp_vectors is the start of the vectors | James Morse | 2022-02-15 | 1 | -13/+15 |
* | arm64: entry: Allow tramp_alias to access symbols after the 4K boundary | James Morse | 2022-02-15 | 1 | -5/+8 |
* | arm64: entry: Move the trampoline data page before the text page | James Morse | 2022-02-15 | 2 | -3/+8 |
* | arm64: entry: Free up another register on kpti's tramp_exit path | James Morse | 2022-02-15 | 1 | -6/+13 |
* | arm64: entry: Make the trampoline cleanup optional | James Morse | 2022-02-15 | 1 | -3/+7 |
* | KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A | James Morse | 2022-02-15 | 3 | -5/+9 |
* | arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit | James Morse | 2022-02-15 | 2 | -4/+4 |
* | arm64: entry.S: Add ventry overflow sanity checks | James Morse | 2022-02-15 | 1 | -0/+3 |
* | Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 2022-02-05 | 340 | -1811/+20714 |
|\ |
|
| * | KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errata | James Morse | 2022-02-03 | 4 | -3/+46 |
| * | KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs | James Morse | 2022-02-03 | 1 | -0/+8 |
| * | KVM: arm64: Avoid consuming a stale esr value when SError occur | James Morse | 2022-02-03 | 1 | -1/+2 |
| * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2022-01-29 | 8 | -11/+123 |
| |\ |
|
| | * | arm64: cpufeature: List early Cortex-A510 parts as having broken dbm | James Morse | 2022-01-28 | 2 | -0/+13 |
| | * | Merge tag 'trbe-cortex-a510-errata' of gitolite.kernel.org:pub/scm/linux/kern... | Catalin Marinas | 2022-01-28 | 4 | -0/+91 |
| | |\ |
|
| | | * | arm64: errata: Add detection for TRBE trace data corruption | Anshuman Khandual | 2022-01-27 | 3 | -0/+28 |
| | | * | arm64: errata: Add detection for TRBE invalid prohibited states | Anshuman Khandual | 2022-01-27 | 3 | -0/+33 |
| | | * | arm64: errata: Add detection for TRBE ignored system register writes | Anshuman Khandual | 2022-01-27 | 3 | -0/+28 |
| | | * | arm64: Add Cortex-A510 CPU part definition | Anshuman Khandual | 2022-01-27 | 1 | -0/+2 |
| | * | | arm64: extable: fix load_unaligned_zeropad() reg indices | Evgenii Stepanov | 2022-01-26 | 1 | -2/+2 |
| | * | | arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOL | Masami Hiramatsu | 2022-01-24 | 1 | -2/+3 |
| | * | | arm64: errata: Update ARM64_ERRATUM_[2119858|2224489] with Cortex-X2 ranges | Anshuman Khandual | 2022-01-24 | 2 | -6/+8 |
| | * | | arm64: Add Cortex-X2 CPU part definition | Anshuman Khandual | 2022-01-24 | 1 | -0/+2 |
| | * | | arm64: vdso: Fix "no previous prototype" warning | Vincenzo Frascino | 2022-01-24 | 1 | -1/+4 |
| | |/ |
|
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-01-28 | 4 | -15/+28 |
| |\ \
| | |/
| |/| |
|
| * | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 2022-01-23 | 2 | -2/+0 |
| |\ \ |
|
| | * | | arch: remove GENERIC_FIND_FIRST_BIT entirely | Yury Norov | 2022-01-15 | 1 | -1/+0 |
| | * | | include: move find.h from asm_generic to linux | Yury Norov | 2022-01-15 | 1 | -1/+0 |
| * | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2022-01-22 | 3 | -3/+3 |
| |\ \ \ |
|
| | * | | | arm64: mm: apply __ro_after_init to memory_limit | Peng Fan | 2022-01-20 | 1 | -1/+1 |
| | * | | | arm64: atomics: lse: Dereference matching size | Kees Cook | 2022-01-20 | 2 | -2/+2 |
| * | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-20 | 1 | -16/+4 |
| |\ \ \ \ |
|
| | * | | | | mm: percpu: generalize percpu related config | Kefeng Wang | 2022-01-20 | 1 | -16/+4 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-01-17 | 2 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | exit: Add and use make_task_dead. | Eric W. Biederman | 2021-12-13 | 2 | -2/+2 |
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-01-16 | 48 | -416/+1063 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-01-16 | 1 | -0/+9 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | PCI: hv: Add arm64 Hyper-V vPCI support | Sunil Muthuswamy | 2022-01-12 | 1 | -0/+9 |
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-15 | 4 | -7/+7 |
| |\ \ \ \ \ \ |
|