summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-12-024-1/+13
|\
| * arm64: mte: Fix typo in macro definitionVincenzo Frascino2020-11-301-1/+1
| * arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland2020-11-301-0/+2
| * arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland2020-11-301-0/+3
| * arm64: ptrace: prepare for EL1 irq/rcu trackingMark Rutland2020-11-301-0/+4
| * arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland2020-11-301-0/+1
| * arm64: entry: move el1 irq/nmi logic to CMark Rutland2020-11-301-0/+2
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-272-16/+20
|\|
| * arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon2020-11-231-13/+14
| * arm64: pgtable: Fix pte_accessible()Will Deacon2020-11-231-3/+4
| * arm64/fpsimd: add <asm/insn.h> to <asm/kprobes.h> to fix fpsimd buildRandy Dunlap2020-11-231-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-152-0/+6
|\ \
| * \ Merge tag 'kvmarm-fixes-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-11-132-0/+6
| |\ \
| | * | KVM: arm64: Handle SCXTNUM_ELx trapsMarc Zyngier2020-11-121-0/+4
| | * | KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspaceMarc Zyngier2020-11-121-0/+2
| | * | Merge tag 'v5.10-rc1' into kvmarm-master/nextMarc Zyngier2020-11-1248-137/+535
| | |\ \
* | | \ \ Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-132-0/+6
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | arm64: Add MIDR value for KRYO2XX gold/silver CPU coresKonrad Dybcio2020-11-131-0/+4
| * | | arm64: errata: Fix handling of 1418040 with late CPU onliningWill Deacon2020-11-101-0/+2
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-063-1/+4
|\| | |
| * | | arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker2020-11-033-1/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-013-14/+36
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-10-303-14/+36
| |\| | | | |/ | |/|
| | * arm64: cpufeature: upgrade hyp caps to finalMark Rutland2020-10-302-14/+24
| | * arm64: cpufeature: reorder cpus_have_{const, final}_cap()Mark Rutland2020-10-301-8/+8
| | * KVM: arm64: Factor out is_{vhe,nvhe}_hyp_code()Mark Rutland2020-10-301-5/+16
| | * KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier2020-10-291-0/+1
* | | arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2020-10-292-1/+11
* | | arm64: Add part number for Arm Cortex-A77Rob Herring2020-10-291-0/+2
* | | arm64: avoid -Woverride-init warningArnd Bergmann2020-10-281-0/+1
|/ /
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-2312-588/+560
|\ \
| * | Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-10-2018-794/+618
| |\|
| | * Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2020-09-3012-267/+193
| | |\
| | | * Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier2020-09-309-198/+58
| | | |\
| | | * | kvm: arm64: Remove unnecessary hyp mappingsDavid Brazdil2020-09-301-20/+0
| | | * | kvm: arm64: Set up hyp percpu data for nVHEDavid Brazdil2020-09-301-2/+17
| | | * | kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil2020-09-301-1/+1
| | | * | kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hypDavid Brazdil2020-09-301-1/+13
| | | * | kvm: arm64: Add helpers for accessing nVHE hyp per-cpu varsDavid Brazdil2020-09-301-2/+23
| | | * | kvm: arm64: Remove hyp_adr/ldr_this_cpuDavid Brazdil2020-09-302-23/+20
| | | * | kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil2020-09-302-22/+26
| | | * | kvm: arm64: Move nVHE hyp namespace macros to hyp_image.hDavid Brazdil2020-09-302-7/+13
| | | * | kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPYDavid Brazdil2020-09-301-0/+24
| | * | | Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/nextMarc Zyngier2020-09-291-0/+7
| | |\ \ \
| | | * | | KVM: arm64: Add PMU event filtering infrastructureMarc Zyngier2020-09-291-0/+5
| | | * | | KVM: arm64: Use event mask matching architecture revisionMarc Zyngier2020-09-291-0/+2
| | | |/ /
| | * | | Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/nextMarc Zyngier2020-09-164-27/+114
| | |\ \ \
| | | * | | KVM: arm64: nVHE: Migrate hyp-init to SMCCCAndrew Scull2020-09-151-5/+0
| | | * | | KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull2020-09-152-11/+38