summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier
2023-03-30KVM: arm64: Elide kern_hyp_va() in VHE-specific parts of the hypervisorMarc Zyngier
2023-03-30KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_dataMarc Zyngier
2023-03-30KVM: arm64: timers: Allow userspace to set the global counter offsetMarc Zyngier
2023-03-30KVM: arm64: Expose {un,}lock_all_vcpus() to the rest of KVMMarc Zyngier
2023-03-30KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2Marc Zyngier
2023-03-29KVM: arm64: Avoid lock inversion when setting the VM register widthOliver Upton
2023-03-29KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ONOliver Upton
2023-03-28mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer
2023-03-28arm64: uaccess: remove unnecessary earlyclobberMark Rutland
2023-03-28arm64: uaccess: permit put_{user,kernel} to use zero registerMark Rutland
2023-03-28arm64: uaccess: permit __smp_store_release() to use zero registerMark Rutland
2023-03-28arm64: atomics: lse: improve cmpxchg implementationMark Rutland
2023-03-27arm: uaccess: Remove memcpy_page_flushcache()Ira Weiny
2023-03-27mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang
2023-03-27perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helperZaid Al-Bassam
2023-03-27perf: pmuv3: Abstract PMU version checksZaid Al-Bassam
2023-03-27arm64: perf: Abstract system register accesses awayMarc Zyngier
2023-03-27arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier
2023-03-16mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov
2023-03-16KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAXThomas Huth
2023-03-11KVM: arm64: timers: Convert per-vcpu virtual offset to a global valueMarc Zyngier
2023-03-06arm64/cpu: Mark cpu_die() __noreturnJosh Poimboeuf
2023-03-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-02-28arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-02-19arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-02-13Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/psci-relay-fixes into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/parallel-access-faults into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton
2023-02-13Merge branch arm64/for-next/sme2 into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm/kvm-hw-enable-refactor into kvmarm/nextOliver Upton
2023-02-11KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changesChristoffer Dall
2023-02-11KVM: arm64: nv: Filter out unsupported features from ID regsMarc Zyngier
2023-02-11KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisorMarc Zyngier
2023-02-11KVM: arm64: nv: Handle trapped ERET from virtual EL2Christoffer Dall
2023-02-11KVM: arm64: nv: Support virtual EL2 exceptionsJintack Lim
2023-02-11KVM: arm64: nv: Handle HCR_EL2.NV system register trapsJintack Lim
2023-02-11KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU stateChristoffer Dall
2023-02-11KVM: arm64: nv: Add EL2 system registers to vcpu contextMarc Zyngier
2023-02-11KVM: arm64: nv: Introduce nested virtualization VCPU featureChristoffer Dall