index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-07
KVM: arm64: Tidying up PAuth code in KVM
Fuad Tabba
2
-4
/
+2
2024-08-02
KVM: arm64: fix override-init warnings in W=1 builds
Sebastian Ott
2
-0
/
+4
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
12
-96
/
+559
2024-07-16
Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
12
-96
/
+559
2024-07-16
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-8
/
+8
2024-07-14
Merge branch kvm-arm64/nv-tcr2 into kvmarm/next
Oliver Upton
1
-10
/
+25
2024-07-14
Merge branch kvm-arm64/nv-sve into kvmarm/next
Oliver Upton
2
-25
/
+147
2024-07-14
Merge branch kvm-arm64/el2-kcfi into kvmarm/next
Oliver Upton
8
-27
/
+41
2024-07-14
Merge branch kvm-arm64/shadow-mmu into kvmarm/next
Oliver Upton
2
-1
/
+197
2024-07-04
KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1
Anshuman Khandual
3
-8
/
+8
2024-06-27
KVM: arm64: Make PIR{,E0}_EL1 save/restore conditional on FEAT_TCRX
Marc Zyngier
1
-10
/
+14
2024-06-27
KVM: arm64: Make TCR2_EL1 save/restore dependent on the VM features
Marc Zyngier
1
-2
/
+13
2024-06-20
KVM: arm64: nv: Add additional trap setup for CPTR_EL2
Marc Zyngier
1
-1
/
+18
2024-06-20
KVM: arm64: nv: Honor guest hypervisor's FP/SVE traps in CPTR_EL2
Oliver Upton
1
-0
/
+31
2024-06-20
KVM: arm64: nv: Load guest FP state for ZCR_EL2 trap
Oliver Upton
2
-0
/
+31
2024-06-20
KVM: arm64: nv: Handle CPACR_EL1 traps
Marc Zyngier
1
-1
/
+31
2024-06-20
KVM: arm64: Spin off helper for programming CPTR traps
Oliver Upton
1
-24
/
+24
2024-06-20
KVM: arm64: nv: Use guest hypervisor's max VL when running nested guest
Oliver Upton
1
-0
/
+12
2024-06-20
KVM: arm64: nv: Load guest hyp's ZCR into EL1 state
Oliver Upton
1
-1
/
+2
2024-06-20
KVM: arm64: nv: Forward SVE traps to guest hypervisor
Oliver Upton
1
-0
/
+2
2024-06-20
KVM: arm64: nv: Forward FP/ASIMD traps to guest hypervisor
Jintack Lim
1
-0
/
+3
2024-06-20
KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
Pierre-Clément Tosi
2
-4
/
+8
2024-06-20
KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
Pierre-Clément Tosi
1
-2
/
+1
2024-06-20
KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32
Pierre-Clément Tosi
1
-0
/
+6
2024-06-20
KVM: arm64: nVHE: Simplify invalid_host_el2_vect
Pierre-Clément Tosi
1
-6
/
+0
2024-06-20
KVM: arm64: Fix __pkvm_init_switch_pgd call ABI
Pierre-Clément Tosi
2
-13
/
+15
2024-06-20
KVM: arm64: Fix clobbered ELR in sync abort/SError
Pierre-Clément Tosi
2
-2
/
+11
2024-06-19
KVM: arm64: nv: Add handling of NXS-flavoured TLBI operations
Marc Zyngier
1
-0
/
+46
2024-06-19
KVM: arm64: nv: Add handling of range-based TLBI operations
Marc Zyngier
1
-0
/
+26
2024-06-19
KVM: arm64: nv: Add handling of outer-shareable TLBI operations
Marc Zyngier
1
-0
/
+10
2024-06-19
KVM: arm64: nv: Handle EL2 Stage-1 TLB invalidation
Marc Zyngier
1
-1
/
+50
2024-06-19
KVM: arm64: nv: Add Stage-1 EL2 invalidation primitives
Marc Zyngier
1
-0
/
+65
2024-06-14
KVM: arm64: Use FF-A 1.1 with pKVM
Sebastian Ene
1
-4
/
+8
2024-06-14
KVM: arm64: Update the identification range for the FF-A smcs
Sebastian Ene
1
-1
/
+1
2024-06-14
KVM: arm64: Add support for FFA_PARTITION_INFO_GET
Sebastian Ene
1
-0
/
+52
2024-06-14
KVM: arm64: Trap FFA_VERSION host call in pKVM
Sebastian Ene
1
-30
/
+90
2024-06-11
KVM: arm64: FFA: Release hyp rx buffer
Vincent Donnefort
1
-0
/
+12
2024-06-04
KVM: arm64: Ensure that SME controls are disabled in protected mode
Fuad Tabba
1
-0
/
+11
2024-06-04
KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx format
Fuad Tabba
3
-8
/
+6
2024-06-04
KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVM
Fuad Tabba
3
-13
/
+0
2024-06-04
KVM: arm64: Eagerly restore host fpsimd/sve state in pKVM
Fuad Tabba
4
-5
/
+93
2024-06-04
KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVM
Fuad Tabba
2
-0
/
+26
2024-06-04
KVM: arm64: Specialize handling of host fpsimd state on trap
Fuad Tabba
3
-1
/
+13
2024-06-04
KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helper
Fuad Tabba
2
-19
/
+5
2024-06-04
KVM: arm64: Fix prototype for __sve_save_state/__sve_restore_state
Fuad Tabba
1
-1
/
+2
2024-06-04
KVM: arm64: Reintroduce __sve_save_state
Fuad Tabba
1
-0
/
+6
2024-05-27
KVM: arm64: AArch32: Fix spurious trapping of conditional instructions
Marc Zyngier
1
-2
/
+16
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-14
/
+1
2024-05-14
Makefile: remove redundant tool coverage variables
Masahiro Yamada
1
-13
/
+0
2024-05-09
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-1
/
+1
[next]