Age | Commit message (Expand) | Author | Files | Lines |
2021-01-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 17 | -115/+114 |
2021-01-08 | Merge tag 'arm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+3 |
2021-01-08 | Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 17 | -115/+114 |
2021-01-07 | Merge branch 'kvm-master' into kvm-next | Paolo Bonzini | 61 | -344/+424 |
2021-01-07 | arm64: Move PSTATE.TCO setting to separate functions | Catalin Marinas | 1 | -3/+13 |
2021-01-05 | arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabled | Catalin Marinas | 1 | -1/+1 |
2021-01-05 | arm64: vdso: disable .eh_frame_hdr via /DISCARD/ instead of --no-eh-frame-hdr | Peter Collingbourne | 2 | -6/+2 |
2021-01-05 | arm64: traps: remove duplicate include statement | Tian Tao | 1 | -1/+0 |
2021-01-05 | arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST | Shannon Zhao | 1 | -1/+1 |
2021-01-05 | arm64: link with -z norelro for LLD or aarch64-elf | Nick Desaulniers | 1 | -3/+7 |
2021-01-04 | KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS | Marc Zyngier | 2 | -9/+1 |
2021-01-04 | arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMA | Nicolas Saenz Julienne | 2 | -2/+3 |
2021-01-04 | arm64: mte: remove an ISB on kernel exit | Peter Collingbourne | 1 | -1/+1 |
2021-01-04 | arm64/smp: Remove unused irq variable in arch_show_interrupts() | Geert Uytterhoeven | 1 | -1/+0 |
2020-12-31 | KVM: arm64: Remove spurious semicolon in reg_to_encoding() | Marc Zyngier | 1 | -1/+1 |
2020-12-30 | KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotation | Marc Zyngier | 1 | -2/+2 |
2020-12-29 | local64.h: make <asm/local64.h> mandatory | Randy Dunlap | 1 | -1/+0 |
2020-12-27 | KVM: arm64: Consolidate dist->ready setting into kvm_vgic_map_resources() | Marc Zyngier | 3 | -23/+14 |
2020-12-27 | KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset() | Alexandru Elisei | 1 | -2/+0 |
2020-12-27 | KVM: arm64: Update comment in kvm_vgic_map_resources() | Alexandru Elisei | 1 | -1/+2 |
2020-12-24 | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2020-12-24 | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -6/+6 |
2020-12-23 | KVM: arm64: Move double-checked lock to kvm_vgic_map_resources() | Alexandru Elisei | 4 | -11/+9 |
2020-12-23 | KVM: arm64: arch_timer: Remove VGIC initialization check | Alexandru Elisei | 1 | -3/+4 |
2020-12-22 | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK | Andrey Konovalov | 1 | -1/+1 |
2020-12-22 | kasan, arm64: enable CONFIG_KASAN_HW_TAGS | Andrey Konovalov | 1 | -0/+1 |
2020-12-22 | kasan, arm64: print report from tag fault handler | Andrey Konovalov | 1 | -0/+14 |
2020-12-22 | kasan, arm64: implement HW_TAGS runtime | Andrey Konovalov | 3 | -2/+7 |
2020-12-22 | kasan, arm64: expand CONFIG_KASAN checks | Andrey Konovalov | 10 | -14/+18 |
2020-12-22 | arm64: kasan: add arch layer for memory tagging helpers | Andrey Konovalov | 1 | -0/+9 |
2020-12-22 | arm64: kasan: align allocations for HW_TAGS | Andrey Konovalov | 1 | -0/+3 |
2020-12-22 | arm64: mte: switch GCR_EL1 in kernel entry and exit | Vincenzo Frascino | 6 | -4/+79 |
2020-12-22 | arm64: mte: convert gcr_user into an exclude mask | Vincenzo Frascino | 2 | -15/+16 |
2020-12-22 | arm64: kasan: allow enabling in-kernel MTE | Vincenzo Frascino | 3 | -3/+33 |
2020-12-22 | arm64: mte: add in-kernel tag fault handler | Vincenzo Frascino | 3 | -0/+70 |
2020-12-22 | arm64: mte: reset the page tag in page->flags | Vincenzo Frascino | 4 | -0/+32 |
2020-12-22 | arm64: mte: add in-kernel MTE helpers | Vincenzo Frascino | 6 | -6/+150 |
2020-12-22 | arm64: enable armv8.5-a asm-arch option | Vincenzo Frascino | 2 | -0/+9 |
2020-12-22 | kasan, arm64: rename kasan_init_tags and mark as __init | Andrey Konovalov | 2 | -2/+2 |
2020-12-22 | kasan, arm64: move initialization message | Andrey Konovalov | 2 | -14/+8 |
2020-12-22 | kasan, arm64: only use kasan_depth for software modes | Andrey Konovalov | 1 | -3/+8 |
2020-12-22 | kasan, arm64: only init shadow for software modes | Andrey Konovalov | 2 | -3/+20 |
2020-12-22 | KVM: arm64: Declutter host PSCI 0.1 handling | Marc Zyngier | 3 | -70/+30 |
2020-12-22 | KVM: arm64: Move skip_host_instruction to adjust_pc.h | David Brazdil | 2 | -10/+11 |
2020-12-22 | KVM: arm64: Remove unused includes in psci-relay.c | David Brazdil | 1 | -3/+0 |
2020-12-22 | KVM: arm64: Minor cleanup of hyp variables used in host | David Brazdil | 4 | -9/+12 |
2020-12-22 | KVM: arm64: Skip computing hyp VA layout for VHE | David Brazdil | 1 | -1/+1 |
2020-12-22 | KVM: arm64: Use lm_alias in nVHE-only VA conversion | David Brazdil | 1 | -1/+1 |
2020-12-22 | KVM: arm64: Prevent use of invalid PSCI v0.1 function IDs | David Brazdil | 3 | -17/+70 |
2020-12-22 | KVM: arm64: Don't access PMCR_EL0 when no PMU is available | Marc Zyngier | 1 | -0/+4 |