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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-06
KVM: arm64: Don't return from void function
Quentin Perret
2
-2
/
+2
2022-07-05
arm64/sysreg: Add _EL1 into ID_AA64ISAR2_EL1 definition names
Mark Brown
3
-7
/
+7
2022-07-05
arm64/sysreg: Add _EL1 into ID_AA64ISAR1_EL1 definition names
Mark Brown
3
-22
/
+22
2022-07-05
arm64/sysreg: Standardise naming for WFxT defines
Mark Brown
1
-1
/
+1
2022-06-29
KVM: arm64: nvhe: Add intermediates to 'targets' instead of extra-y
Masahiro Yamada
1
-1
/
+1
2022-06-29
KVM: arm64: nvhe: Rename confusing obj-y
Masahiro Yamada
1
-5
/
+5
2022-06-29
Merge branch kvm-arm64/burn-the-flags into kvmarm-master/next
Marc Zyngier
17
-108
/
+90
2022-06-29
KVM: arm64: Move the handling of !FP outside of the fast path
Marc Zyngier
2
-4
/
+10
2022-06-29
KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flag
Marc Zyngier
2
-4
/
+4
2022-06-29
KVM: arm64: Move vcpu WFIT flag to the state flag set
Marc Zyngier
3
-3
/
+3
2022-06-29
KVM: arm64: Move vcpu SVE/SME flags to the state flag set
Marc Zyngier
1
-6
/
+6
2022-06-29
KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag set
Marc Zyngier
5
-26
/
+25
2022-06-24
KVM: Allow for different capacities in kvm_mmu_memory_cache structs
David Matlack
1
-1
/
+1
2022-06-17
KVM: arm64: Prevent kmemleak from accessing pKVM memory
Quentin Perret
1
-3
/
+3
2022-06-15
KVM: arm64: Add a flag to disable MMIO trace for nVHE KVM
Sai Prakash Ranjan
1
-1
/
+6
2022-06-10
KVM: arm64: Move vcpu PC/Exception flags to the input flag set
Marc Zyngier
4
-29
/
+19
2022-06-09
KVM: arm64: Move vcpu configuration flags into their own set
Marc Zyngier
1
-3
/
+3
2022-06-09
KVM: arm64: Remove redundant hyp_assert_lock_held() assertions
Will Deacon
1
-4
/
+0
2022-06-09
KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
Will Deacon
1
-1
/
+5
2022-06-09
KVM: arm64: Handle all ID registers trapped for a protected VM
Marc Zyngier
1
-8
/
+34
2022-06-09
KVM: arm64: Return error from kvm_arch_init_vm() on allocation failure
Will Deacon
1
-1
/
+3
2022-06-09
KVM: arm64: Move FP state ownership from flag to a tristate
Marc Zyngier
4
-16
/
+12
2022-06-09
KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code
Marc Zyngier
4
-23
/
+14
2022-06-08
KVM: arm64: Warn if accessing timer pending state outside of vcpu context
Marc Zyngier
1
-0
/
+3
2022-06-08
KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pending
Marc Zyngier
2
-39
/
+22
2022-06-07
KVM: arm64: Don't read a HW interrupt pending state in user context
Marc Zyngier
3
-5
/
+21
2022-06-07
KVM: arm64: Fix inconsistent indenting
sunliming
1
-1
/
+1
2022-06-07
KVM: arm64: Always start with clearing SME flag on load
Marc Zyngier
1
-0
/
+1
2022-06-07
KVM: arm64: Always start with clearing SVE flag on load
Marc Zyngier
1
-0
/
+1
2022-05-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
25
-524
/
+1294
2022-05-25
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
28
-531
/
+1456
2022-05-24
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
11
-32
/
+122
2022-05-20
Merge branch 'for-next/esr-elx-64-bit' into for-next/core
Catalin Marinas
7
-15
/
+18
2022-05-17
Merge tag 'kvmarm-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2
-3
/
+3
2022-05-16
arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.h
Mark Brown
2
-3
/
+3
2022-05-16
Merge branch 'for-next/sme' into for-next/sysreg-gen
Catalin Marinas
4
-3
/
+90
2022-05-16
Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/next
Marc Zyngier
1
-18
/
+78
2022-05-16
Merge branch kvm-arm64/misc-5.19 into kvmarm-master/next
Marc Zyngier
6
-46
/
+37
2022-05-16
Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/next
Marc Zyngier
5
-35
/
+39
2022-05-16
Merge branch kvm-arm64/vgic-invlpir into kvmarm-master/next
Marc Zyngier
5
-37
/
+187
2022-05-16
Merge branch kvm-arm64/psci-suspend into kvmarm-master/next
Marc Zyngier
2
-40
/
+129
2022-05-16
Merge branch kvm-arm64/hcall-selection into kvmarm-master/next
Marc Zyngier
4
-189
/
+332
2022-05-16
KVM: arm64: Fix hypercall bitmap writeback when vcpus have already run
Marc Zyngier
1
-1
/
+2
2022-05-16
KVM: arm64: vgic: Undo work in failed ITS restores
Ricardo Koller
1
-2
/
+13
2022-05-16
KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
Ricardo Koller
1
-4
/
+23
2022-05-16
KVM: arm64: vgic: Add more checks when restoring ITS tables
Ricardo Koller
1
-0
/
+7
2022-05-16
KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
Ricardo Koller
1
-12
/
+35
2022-05-16
KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selected
Marc Zyngier
3
-15
/
+7
2022-05-15
KVM: arm64: Don't hypercall before EL2 init
Quentin Perret
1
-1
/
+2
2022-05-15
KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GIC
Marc Zyngier
1
-2
/
+1
[prev]
[next]