Age | Commit message (Expand) | Author | Files | Lines |
2023-04-26 | efi/zboot: arm64: Inject kernel code size symbol into the zboot payload | Ard Biesheuvel | 1 | -0/+4 |
2023-02-10 | Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-... | Catalin Marinas | 1 | -4/+3 |
2023-01-31 | arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucap | Mark Rutland | 1 | -2/+0 |
2023-01-24 | efi: arm64: enter with MMU and caches enabled | Ard Biesheuvel | 1 | -2/+3 |
2022-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -15/+0 |
2022-11-11 | KVM: arm64: Don't unnecessarily map host kernel sections at EL2 | Quentin Perret | 1 | -6/+0 |
2022-11-11 | KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2 | Will Deacon | 1 | -3/+0 |
2022-11-11 | KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host | Quentin Perret | 1 | -3/+0 |
2022-11-11 | KVM: arm64: Provide I-cache invalidation by virtual address at EL2 | Will Deacon | 1 | -3/+0 |
2022-11-09 | efi: libstub: Provide local implementations of strrchr() and memchr() | Ard Biesheuvel | 1 | -3/+0 |
2022-11-09 | efi: libstub: Enable efi_printk() in zboot decompressor | Ard Biesheuvel | 1 | -2/+0 |
2022-11-09 | efi: libstub: Clone memcmp() into the stub | Ard Biesheuvel | 1 | -1/+0 |
2022-11-09 | efi: libstub: Use local strncmp() implementation unconditionally | Ard Biesheuvel | 1 | -1/+0 |
2022-11-09 | arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel() | Ard Biesheuvel | 1 | -1/+0 |
2022-10-09 | Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -13/+0 |
2022-09-17 | efi/libstub: use EFI provided memcpy/memset routines | Ard Biesheuvel | 1 | -13/+0 |
2022-09-16 | arm64: alternatives: add shared NOP callback | Mark Rutland | 1 | -0/+1 |
2022-09-16 | arm64: alternatives: add alternative_has_feature_*() | Mark Rutland | 1 | -4/+0 |
2022-06-29 | arm64: lds: use PROVIDE instead of conditional definitions | Ard Biesheuvel | 1 | -32/+31 |
2022-06-24 | arm64: head: avoid relocating the kernel twice for KASLR | Ard Biesheuvel | 1 | -0/+4 |
2022-03-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+3 |
2022-02-24 | arm64: Use the clearbhb instruction in mitigations | James Morse | 1 | -0/+1 |
2022-02-24 | arm64: Mitigate spectre style branch history side channels | James Morse | 1 | -0/+3 |
2022-02-08 | KVM: arm64: Make VMID bits accessible outside of allocator | Shameer Kolothum | 1 | -0/+3 |
2021-11-17 | KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=y | Sean Christopherson | 1 | -0/+2 |
2021-05-25 | arm64: Rename arm64-internal cache maintenance functions | Fuad Tabba | 1 | -1/+1 |
2021-04-13 | Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/next | Marc Zyngier | 1 | -2/+1 |
2021-04-01 | KVM: arm64: Log source when panicking from nVHE hyp | Andrew Scull | 1 | -2/+1 |
2021-03-25 | KVM: arm64: Generate final CTR_EL0 value when running in Protected mode | Marc Zyngier | 1 | -0/+1 |
2021-03-19 | KVM: arm64: Wrap the host with a stage 2 | Quentin Perret | 1 | -0/+3 |
2021-03-19 | KVM: arm64: Prepare the creation of s1 mappings at EL2 | Quentin Perret | 1 | -0/+16 |
2021-03-19 | KVM: arm64: Link position-independent string routines into .hyp.text | Will Deacon | 1 | -0/+11 |
2021-03-06 | KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is available | Marc Zyngier | 1 | -0/+3 |
2021-01-23 | KVM: arm64: Remove patching of fn pointers in hyp | David Brazdil | 1 | -1/+0 |
2020-12-22 | kasan, arm64: expand CONFIG_KASAN checks | Andrey Konovalov | 1 | -1/+1 |
2020-12-04 | KVM: arm64: Support per_cpu_ptr in nVHE hyp code | David Brazdil | 1 | -0/+3 |
2020-12-04 | KVM: arm64: Init MAIR/TCR_EL2 from params struct | David Brazdil | 1 | -3/+0 |
2020-11-27 | KVM: arm64: Patch kimage_voffset instead of loading the EL1 value | Marc Zyngier | 1 | -3/+1 |
2020-11-09 | KVM: arm64: Turn host HVC handling into a dispatch table | Marc Zyngier | 1 | -0/+1 |
2020-10-30 | Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 1 | -1/+0 |
2020-10-30 | arm64: cpufeature: upgrade hyp caps to final | Mark Rutland | 1 | -1/+0 |
2020-10-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -3/+0 |
2020-10-12 | Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
2020-09-30 | Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp... | Marc Zyngier | 1 | -1/+0 |
2020-09-30 | kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE | David Brazdil | 1 | -1/+0 |
2020-09-30 | kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp | David Brazdil | 1 | -1/+0 |
2020-09-30 | kvm: arm64: Move nVHE hyp namespace macros to hyp_image.h | David Brazdil | 1 | -2/+0 |
2020-09-29 | KVM: arm64: Simplify handling of ARCH_WORKAROUND_2 | Marc Zyngier | 1 | -2/+0 |
2020-09-13 | irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0 | Alexandru Elisei | 1 | -0/+2 |
2020-08-28 | KVM: arm64: Add kvm_extable for vaxorcism code | James Morse | 1 | -0/+4 |