aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-16KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon1-0/+21
2021-12-14arm64/sve: Generalise vector length configuration prctl() for SMEMark Brown1-3/+3
2021-12-14arm64: Use BTI C directly and unconditionallyMark Brown1-16/+6
2021-12-14arm64: Unconditionally override SYM_FUNC macrosMark Brown1-5/+11
2021-12-14arm64: Add macro version of the BTI instructionMark Brown2-6/+11
2021-12-14arm64: atomics: lse: define RETURN ops in terms of FETCH opsMark Rutland1-34/+14
2021-12-14arm64: atomics: lse: improve constraints for simple opsMark Rutland1-12/+18
2021-12-14arm64: atomics: lse: define ANDs in terms of ANDNOTsMark Rutland1-30/+4
2021-12-14arm64: atomics lse: define SUBs in terms of ADDsMark Rutland1-122/+58
2021-12-14arm64: atomics: format whitespace consistentlyMark Rutland2-50/+50
2021-12-13arm64: cpufeature: add HWCAP for FEAT_RPRESJoey Gouly2-0/+2
2021-12-13arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly2-0/+16
2021-12-13arm64: cpufeature: add HWCAP for FEAT_AFPJoey Gouly3-0/+3
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-1/+0
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar5-16/+55
2021-12-10arm64: Make some stacktrace functions privateMark Rutland1-6/+0
2021-12-10arm64: Add comment for stack_info::kr_curMark Rutland1-0/+4
2021-12-08KVM: arm64: Drop unused workaround_flags vcpu fieldMarc Zyngier1-3/+0
2021-12-08Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini4-14/+53
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson1-1/+0
2021-12-08KVM: arm64: Move vGIC v4 handling for WFI out arch callback hookSean Christopherson1-0/+2
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1
2021-12-07Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier1-0/+1
2021-12-07Merge branch kvm-arm64/hyp-header-split into kvmarm-master/nextMarc Zyngier2-0/+72
2021-12-06arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1Reiji Watanabe1-3/+5
2021-12-06KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon1-0/+71
2021-12-06arm64: Add missing include of asm/cpufeature.h to asm/mmu.hWill Deacon1-0/+1
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-12-01KVM: arm64: Add minimal handling for the ARMv8.7 PMUMarc Zyngier1-0/+1
2021-12-01Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/nextMarc Zyngier2-16/+14
2021-12-01KVM: arm64: Drop vcpu->arch.has_run_once for vcpu->pidMarc Zyngier1-3/+2
2021-12-01KVM: arm64: Move kvm_arch_vcpu_run_pid_change() out of lineMarc Zyngier1-6/+1
2021-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+53
2021-11-25KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1Catalin Marinas1-2/+2
2021-11-24arm64: uaccess: avoid blocking within critical sectionsMark Rutland1-7/+41
2021-11-23arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba1-1/+0
2021-11-23arch_topology: Introduce thermal pressure update functionLukasz Luba1-0/+1
2021-11-22KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier1-2/+0
2021-11-22KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATEMarc Zyngier1-0/+2
2021-11-22KVM: arm64: Remove unused __sve_save_stateMarc Zyngier1-1/+0
2021-11-22KVM: arm64: Get rid of host SVE tracking/savingMarc Zyngier1-1/+0
2021-11-22KVM: arm64: Reorder vcpu flag definitionsMarc Zyngier1-12/+12
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+2
2021-11-17KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.cSean Christopherson1-3/+0
2021-11-17KVM: Move x86's perf guest info callbacks to generic KVMSean Christopherson1-0/+10
2021-11-17perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson1-2/+2
2021-11-16arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgdPingfan Liu1-1/+1
2021-11-16arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTRMark Rutland2-6/+11
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-13/+1