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.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-03-18
Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
19
-217
/
+595
2022-03-18
KVM: arm64: fix typos in comments
Julia Lawall
6
-7
/
+7
2022-03-18
KVM: arm64: Generalise VM features into a set of flags
Marc Zyngier
3
-6
/
+8
2022-03-09
Merge branch kvm-arm64/psci-1.1 into kvmarm-master/next
Marc Zyngier
1
-6
/
+6
2022-03-09
KVM: arm64: Really propagate PSCI SYSTEM_RESET2 arguments to userspace
Will Deacon
1
-6
/
+6
2022-03-09
Merge branch kvm-arm64/misc-5.18 into kvmarm-master/next
Marc Zyngier
1
-3
/
+5
2022-03-04
KVM: arm64: Only open the interrupt window on exit due to an interrupt
Marc Zyngier
1
-3
/
+5
2022-02-25
Merge tag 'kvmarm-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-2
/
+1
2022-02-25
Merge branch kvm-arm64/psci-1.1 into kvmarm-master/next
Marc Zyngier
1
-11
/
+49
2022-02-25
KVM: arm64: Remove unneeded semicolons
Changcheng Deng
1
-2
/
+2
2022-02-21
KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags field
Will Deacon
1
-4
/
+11
2022-02-21
KVM: arm64: Expose PSCI SYSTEM_RESET2 call to the guest
Will Deacon
1
-4
/
+29
2022-02-21
KVM: arm64: Bump guest PSCI version to 1.1
Will Deacon
1
-3
/
+9
2022-02-17
KVM: arm64: Don't miss pending interrupts for suspended vCPU
Oliver Upton
1
-2
/
+1
2022-02-11
Merge tag 'kvmarm-fixes-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-0
/
+2
2022-02-11
KVM: arm64: vgic: Read HW interrupt pending state from the HW
Marc Zyngier
1
-0
/
+2
2022-02-08
Merge branch kvm-arm64/pmu-bl into kvmarm-master/next
Marc Zyngier
2
-31
/
+131
2022-02-08
KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU
Alexandru Elisei
2
-0
/
+18
2022-02-08
KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attribute
Alexandru Elisei
1
-0
/
+40
2022-02-08
KVM: arm64: Keep a list of probed PMUs
Alexandru Elisei
1
-2
/
+23
2022-02-08
KVM: arm64: Keep a per-VM pointer to the default PMU
Marc Zyngier
1
-16
/
+26
2022-02-08
KVM: arm64: Do not change the PMU event filter after a VCPU has run
Marc Zyngier
2
-13
/
+24
2022-02-08
Merge branch kvm-arm64/misc-5.18 into kvmarm-master/next
Marc Zyngier
4
-26
/
+59
2022-02-08
KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2
Keir Fraser
3
-23
/
+56
2022-02-08
KVM: arm64: Drop unused param from kvm_psci_version()
Oliver Upton
1
-3
/
+3
2022-02-08
Merge branch kvm-arm64/vmid-allocator into kvmarm-master/next
Marc Zyngier
5
-93
/
+215
2022-02-08
KVM: arm64: Make active_vmids invalid on vCPU schedule out
Shameer Kolothum
2
-3
/
+23
2022-02-08
KVM: arm64: Align the VMID allocation with the arm64 ASID
Julien Grall
4
-93
/
+18
2022-02-08
KVM: arm64: Make VMID bits accessible outside of allocator
Shameer Kolothum
1
-1
/
+1
2022-02-08
KVM: arm64: Introduce a new VMID allocator for KVM
Shameer Kolothum
1
-0
/
+177
2022-02-08
Merge branch kvm-arm64/fpsimd-doc into kvmarm-master/next
Marc Zyngier
2
-4
/
+14
2022-02-08
KVM: arm64: Add some more comments in kvm_hyp_handle_fpsimd()
Mark Brown
1
-0
/
+4
2022-02-08
KVM: arm64: Add comments for context flush and sync callbacks
Mark Brown
1
-4
/
+10
2022-02-08
Merge branch kvm-arm64/mmu-rwlock into kvmarm-master/next
Marc Zyngier
1
-18
/
+31
2022-02-08
KVM: arm64: Add fast path to handle permission relaxation during dirty logging
Jing Zhang
1
-2
/
+15
2022-02-08
KVM: arm64: Use read/write spin lock for MMU protection
Jing Zhang
1
-18
/
+18
2022-02-08
KVM: arm64: Emulate the OS Lock
Oliver Upton
2
-7
/
+25
2022-02-08
KVM: arm64: Allow guest to set the OSLK bit
Oliver Upton
1
-7
/
+30
2022-02-08
KVM: arm64: Stash OSLSR_EL1 in the cpu context
Oliver Upton
1
-7
/
+24
2022-02-08
KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefined
Oliver Upton
1
-1
/
+1
2022-02-05
Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
10
-70
/
+53
2022-02-03
KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errata
James Morse
1
-1
/
+19
2022-02-03
KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs
James Morse
1
-0
/
+8
2022-02-03
KVM: arm64: Avoid consuming a stale esr value when SError occur
James Morse
1
-1
/
+2
2022-02-01
kvm/arm64: rework guest entry logic
Mark Rutland
1
-18
/
+33
2022-01-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-15
/
+28
2022-01-28
Merge tag 'kvmarm-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
4
-15
/
+28
2022-01-24
KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHE
Marc Zyngier
1
-1
/
+4
2022-01-22
KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken systems
Marc Zyngier
2
-2
/
+18
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
37
-379
/
+935
[next]