summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-01-0917-115/+114
|\
| * Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-01-0817-115/+114
| |\
| | * arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOSTShannon Zhao2021-01-051-1/+1
| | * KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTSMarc Zyngier2021-01-042-9/+1
| | * KVM: arm64: Remove spurious semicolon in reg_to_encoding()Marc Zyngier2020-12-311-1/+1
| | * KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotationMarc Zyngier2020-12-301-2/+2
| | * KVM: arm64: Consolidate dist->ready setting into kvm_vgic_map_resources()Marc Zyngier2020-12-273-23/+14
| | * KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()Alexandru Elisei2020-12-271-2/+0
| | * KVM: arm64: Update comment in kvm_vgic_map_resources()Alexandru Elisei2020-12-271-1/+2
| | * KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()Alexandru Elisei2020-12-234-11/+9
| | * KVM: arm64: arch_timer: Remove VGIC initialization checkAlexandru Elisei2020-12-231-3/+4
| | * KVM: arm64: Declutter host PSCI 0.1 handlingMarc Zyngier2020-12-223-70/+30
| | * KVM: arm64: Move skip_host_instruction to adjust_pc.hDavid Brazdil2020-12-222-10/+11
| | * KVM: arm64: Remove unused includes in psci-relay.cDavid Brazdil2020-12-221-3/+0
| | * KVM: arm64: Minor cleanup of hyp variables used in hostDavid Brazdil2020-12-224-9/+12
| | * KVM: arm64: Skip computing hyp VA layout for VHEDavid Brazdil2020-12-221-1/+1
| | * KVM: arm64: Use lm_alias in nVHE-only VA conversionDavid Brazdil2020-12-221-1/+1
| | * KVM: arm64: Prevent use of invalid PSCI v0.1 function IDsDavid Brazdil2020-12-223-17/+70
| | * KVM: arm64: Don't access PMCR_EL0 when no PMU is availableMarc Zyngier2020-12-221-0/+4
| * | Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-0861-344/+424
| |\ \ | | |/ | |/|
* | | Merge tag 'arm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-081-3/+3
|\ \ \
| * | | arm64: dts: bitmain: Use generic "ngpios" rather than "snps,nr-gpios"Jisheng Zhang2020-12-101-3/+3
* | | | arm64: Move PSTATE.TCO setting to separate functionsCatalin Marinas2021-01-071-3/+13
* | | | arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabledCatalin Marinas2021-01-051-1/+1
* | | | arm64: vdso: disable .eh_frame_hdr via /DISCARD/ instead of --no-eh-frame-hdrPeter Collingbourne2021-01-052-6/+2
* | | | arm64: traps: remove duplicate include statementTian Tao2021-01-051-1/+0
* | | | arm64: link with -z norelro for LLD or aarch64-elfNick Desaulniers2021-01-051-3/+7
* | | | arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne2021-01-042-2/+3
* | | | arm64: mte: remove an ISB on kernel exitPeter Collingbourne2021-01-041-1/+1
* | | | arm64/smp: Remove unused irq variable in arch_show_interrupts()Geert Uytterhoeven2021-01-041-1/+0
* | | | local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-301-1/+0
* | | | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-1/+1
|\ \ \ \
| * | | | arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()Thomas Gleixner2020-12-151-1/+1
* | | | | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-242-6/+6
|\ \ \ \ \
| * | | | | efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel2020-12-091-6/+0
| * | | | | efi: capsule: clean scatter-gather entries from the D-cacheArd Biesheuvel2020-12-091-0/+5
| * | | | | arm64/ima: add ima_arch supportChester Lin2020-11-171-0/+1
* | | | | | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov2020-12-221-1/+1
* | | | | | kasan, arm64: enable CONFIG_KASAN_HW_TAGSAndrey Konovalov2020-12-221-0/+1
* | | | | | kasan, arm64: print report from tag fault handlerAndrey Konovalov2020-12-221-0/+14
* | | | | | kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov2020-12-223-2/+7
* | | | | | kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-2210-14/+18
* | | | | | arm64: kasan: add arch layer for memory tagging helpersAndrey Konovalov2020-12-221-0/+9
* | | | | | arm64: kasan: align allocations for HW_TAGSAndrey Konovalov2020-12-221-0/+3
* | | | | | arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino2020-12-226-4/+79
* | | | | | arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino2020-12-222-15/+16
* | | | | | arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino2020-12-223-3/+33
* | | | | | arm64: mte: add in-kernel tag fault handlerVincenzo Frascino2020-12-223-0/+70
* | | | | | arm64: mte: reset the page tag in page->flagsVincenzo Frascino2020-12-224-0/+32
* | | | | | arm64: mte: add in-kernel MTE helpersVincenzo Frascino2020-12-226-6/+150