aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-05kasan, arm64: add arch_suppress_tag_checks_start/stopAndrey Konovalov1-0/+2
2023-04-05arm64: mte: rename TCO routinesVincenzo Frascino4-70/+93
2023-04-05kasan, arm64: rename tagging-related routinesAndrey Konovalov1-3/+3
2023-04-05KVM: arm64: Expose SMC/HVC width to userspaceMarc Zyngier1-1/+2
2023-04-05KVM: arm64: Introduce support for userspace SMCCC filteringOliver Upton1-0/+11
2023-04-05KVM: arm64: Add support for KVM_EXIT_HYPERCALLOliver Upton1-0/+4
2023-04-05KVM: arm64: Use a maple tree to represent the SMCCC filterOliver Upton1-1/+4
2023-04-05KVM: arm64: Refactor hvc filtering to support different actionsOliver Upton1-0/+9
2023-04-05KVM: arm64: Add a helper to check if a VM has ran onceOliver Upton1-0/+3
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier2-0/+6
2023-03-30KVM: arm64: Elide kern_hyp_va() in VHE-specific parts of the hypervisorMarc Zyngier1-0/+4
2023-03-30KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_dataMarc Zyngier1-0/+2
2023-03-30KVM: arm64: timers: Allow userspace to set the global counter offsetMarc Zyngier2-0/+13
2023-03-30KVM: arm64: Expose {un,}lock_all_vcpus() to the rest of KVMMarc Zyngier1-0/+3
2023-03-30KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2Marc Zyngier1-0/+2
2023-03-29KVM: arm64: Avoid lock inversion when setting the VM register widthOliver Upton1-0/+3
2023-03-29KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ONOliver Upton1-0/+1
2023-03-28mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer1-1/+1
2023-03-28arm64: uaccess: remove unnecessary earlyclobberMark Rutland1-1/+1
2023-03-28arm64: uaccess: permit put_{user,kernel} to use zero registerMark Rutland1-1/+1
2023-03-28arm64: uaccess: permit __smp_store_release() to use zero registerMark Rutland1-5/+5
2023-03-28arm64: atomics: lse: improve cmpxchg implementationMark Rutland1-12/+5
2023-03-27arm: uaccess: Remove memcpy_page_flushcache()Ira Weiny1-2/+0
2023-03-27mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang1-0/+10
2023-03-27perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helperZaid Al-Bassam1-0/+2
2023-03-27perf: pmuv3: Abstract PMU version checksZaid Al-Bassam1-0/+16
2023-03-27arm64: perf: Abstract system register accesses awayMarc Zyngier1-0/+137
2023-03-27arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier1-249/+0
2023-03-16mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov1-0/+6
2023-03-16KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAXThomas Huth1-2/+2
2023-03-11KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueMarc Zyngier1-0/+3
2023-03-06arm64/cpu: Mark cpu_die() __noreturnJosh Poimboeuf1-1/+1
2023-03-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+11
2023-02-28arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel1-0/+11
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-26/+330
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+24
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+2
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+5
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds21-192/+286
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini19-25/+404
2023-02-19arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois1-3/+3
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini7-6/+49
2023-02-13Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton8-5/+196
2023-02-13Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton2-3/+2
2023-02-13Merge branch kvm-arm64/psci-relay-fixes into kvmarm/nextOliver Upton2-0/+100
2023-02-13Merge branch kvm-arm64/parallel-access-faults into kvmarm/nextOliver Upton1-0/+8
2023-02-13Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton5-8/+15
2023-02-13Merge branch arm64/for-next/sme2 into kvmarm/nextOliver Upton8-9/+83
2023-02-13Merge branch kvm/kvm-hw-enable-refactor into kvmarm/nextOliver Upton2-10/+9