summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2021-04-07KVM: arm64: Move SPE availability check to VCPU loadSuzuki K Poulose1-0/+5
2021-04-05arm64: Add TRBE definitionsAnshuman Khandual1-0/+50
2021-04-05arm64: Add support for trace synchronization barrierSuzuki K Poulose1-0/+1
2021-03-24KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose1-0/+1
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+11
2021-03-11arm64: mm: remove unused __cpu_uses_extended_idmap[_level()]Ard Biesheuvel1-14/+0
2021-03-11arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel1-4/+1
2021-03-10arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse1-6/+14
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas2-1/+3
2021-03-09KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier1-2/+2
2021-03-09arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUALAndrey Konovalov1-0/+5
2021-03-06KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier1-2/+2
2021-03-06KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull1-1/+2
2021-03-06KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose1-0/+5
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-47/+1
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+3
2021-02-26arm64: kasan: simplify and inline MTE functionsAndrey Konovalov5-11/+60
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver1-2/+0
2021-02-26arm64, kfence: enable KFENCE for ARM64Marco Elver1-0/+24
2021-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+13
2021-02-25kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov2-0/+13
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+11
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+3
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-69/+57
2021-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds19-76/+265
2021-02-19arm64 module: set plt* section addresses to 0x0Shaoying Xu1-3/+3
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini9-80/+62
2021-02-12Merge branch 'for-next/rng' into for-next/coreWill Deacon1-10/+72
2021-02-12Merge branch 'for-next/perf' into for-next/coreWill Deacon1-1/+8
2021-02-12Merge branch 'for-next/misc' into for-next/coreWill Deacon6-17/+37
2021-02-12Merge branch 'for-next/kexec' into for-next/coreWill Deacon3-6/+45
2021-02-12Merge branch 'for-next/faultaround' into for-next/coreWill Deacon1-1/+11
2021-02-12Merge branch 'for-next/crypto' into for-next/coreWill Deacon1-0/+16
2021-02-12Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/nextMarc Zyngier1-0/+3
2021-02-12Merge branch 'kvm-arm64/rng-5.12' into kvmarm-master/nextMarc Zyngier1-0/+2
2021-02-12Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/nextMarc Zyngier4-73/+46
2021-02-11locking/arch: Move qrwlock.h include after qspinlock.hWaiman Long1-1/+1
2021-02-09arm64: cpufeatures: Allow disabling of Pointer Auth from the command-lineMarc Zyngier1-0/+1
2021-02-09arm64: Defer enabling pointer authentication on boot coreSrinivas Ramana2-0/+11
2021-02-09arm64: cpufeatures: Allow disabling of BTI from the command-lineMarc Zyngier1-0/+1
2021-02-09arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command lineMarc Zyngier1-0/+2
2021-02-09arm64: Extract early FDT mapping from kaslr_early_init()Marc Zyngier1-0/+11
2021-02-09arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()Marc Zyngier1-0/+1
2021-02-09arm64: cpufeature: Add global feature override facilityMarc Zyngier1-0/+6
2021-02-09arm64: Simplify init_el2_state to be non-VHE onlyMarc Zyngier1-25/+8
2021-02-09arm64: Drop early setting of MDSCR_EL2.TPMSMarc Zyngier1-3/+0
2021-02-09KVM: Raise the maximum number of user memslotsVitaly Kuznetsov1-1/+0
2021-02-08arm64: Provide an 'upgrade to VHE' stub hypercallMarc Zyngier1-1/+6
2021-02-08arm64: Turn the MMU-on sequence into a macroMarc Zyngier1-0/+17
2021-02-08arm64: Fix labels in el2_setup macrosMarc Zyngier1-12/+12