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-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
37
-379
/
+935
2022-01-13
Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-62
/
+14
2022-01-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
4
-6
/
+10
2022-01-07
Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
30
-304
/
+849
2022-01-05
Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...
Catalin Marinas
4
-6
/
+10
2022-01-04
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
5
-13
/
+12
2022-01-04
KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()
Zenghui Yu
1
-1
/
+1
2021-12-20
KVM: arm64: Fix comment on barrier in kvm_psci_vcpu_on()
Fuad Tabba
1
-1
/
+1
2021-12-20
KVM: arm64: Fix comment for kvm_reset_vcpu()
Fuad Tabba
1
-4
/
+3
2021-12-16
KVM: arm64: Rework kvm_pgtable initialisation
Marc Zyngier
3
-7
/
+7
2021-12-16
Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/next
Marc Zyngier
10
-119
/
+713
2021-12-16
KVM: arm64: pkvm: Unshare guest structs during teardown
Quentin Perret
4
-4
/
+82
2021-12-16
KVM: arm64: Expose unshare hypercall to the host
Will Deacon
3
-0
/
+42
2021-12-16
KVM: arm64: Implement do_unshare() helper for unsharing memory
Will Deacon
1
-0
/
+115
2021-12-16
KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()
Will Deacon
1
-88
/
+33
2021-12-16
KVM: arm64: Implement do_share() helper for sharing memory
Will Deacon
1
-0
/
+237
2021-12-16
KVM: arm64: Introduce wrappers for host and hyp spin lock accessors
Will Deacon
1
-6
/
+26
2021-12-16
KVM: arm64: Extend pkvm_page_state enumeration to handle absent pages
Will Deacon
1
-0
/
+5
2021-12-16
KVM: arm64: pkvm: Refcount the pages shared with EL2
Quentin Perret
1
-10
/
+68
2021-12-16
KVM: arm64: Introduce kvm_share_hyp()
Quentin Perret
4
-10
/
+25
2021-12-16
KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
Will Deacon
1
-0
/
+63
2021-12-16
KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table
Will Deacon
1
-0
/
+1
2021-12-16
KVM: arm64: Fixup hyp stage-1 refcount
Quentin Perret
1
-5
/
+16
2021-12-16
KVM: arm64: Refcount hyp stage-1 pgtable pages
Quentin Perret
1
-20
/
+19
2021-12-16
KVM: arm64: Provide {get,put}_page() stubs for early hyp allocator
Quentin Perret
1
-0
/
+5
2021-12-16
Merge branch kvm-arm64/vgic-fixes-5.17 into kvmarm-master/next
Marc Zyngier
3
-7
/
+9
2021-12-16
KVM: arm64: vgic: Demote userspace-triggered console prints to kvm_debug()
Marc Zyngier
2
-4
/
+4
2021-12-16
KVM: arm64: vgic-v3: Fix vcpu index comparison
Marc Zyngier
1
-3
/
+5
2021-12-15
Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/next
Marc Zyngier
7
-6
/
+19
2021-12-15
KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHE
Quentin Perret
1
-0
/
+3
2021-12-15
KVM: arm64: pkvm: Stub io map functions
Quentin Perret
1
-0
/
+6
2021-12-15
KVM: arm64: Make __io_map_base static
Quentin Perret
2
-2
/
+2
2021-12-15
KVM: arm64: Make the hyp memory pool static
Quentin Perret
2
-2
/
+1
2021-12-15
KVM: arm64: pkvm: Disable GICv2 support
Quentin Perret
2
-1
/
+6
2021-12-15
KVM: arm64: pkvm: Fix hyp_pool max order
Quentin Perret
1
-1
/
+1
2021-12-14
arm64: Enable KCSAN
Kefeng Wang
1
-0
/
+1
2021-12-14
arm64/sve: Generalise vector length configuration prctl() for SME
Mark Brown
1
-4
/
+4
2021-12-13
arm64: add ID_AA64ISAR2_EL1 sys register
Joey Gouly
1
-1
/
+1
2021-12-09
KVM: arm64: Use Makefile.kvm for common files
David Woodhouse
1
-4
/
+2
2021-12-08
KVM: Add helpers to wake/query blocking vCPU
Sean Christopherson
2
-3
/
+2
2021-12-08
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
4
-4
/
+4
2021-12-08
KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
Sean Christopherson
2
-19
/
+36
2021-12-08
KVM: Keep memslots in tree-based structures instead of array-based ones
Maciej S. Szmigiero
1
-4
/
+4
2021-12-08
KVM: Use interval tree to do fast hva lookup in memslots
Maciej S. Szmigiero
1
-0
/
+1
2021-12-08
KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
Sean Christopherson
1
-2
/
+0
2021-12-08
KVM: arm64: Use "new" memslot instead of userspace memory region
Sean Christopherson
1
-4
/
+6
2021-12-08
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
1
-3
/
+4
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
12
-27
/
+30
2021-12-08
KVM: Move wiping of the kvm->vcpus array to common code
Marc Zyngier
1
-9
/
+1
2021-12-07
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
3
-2
/
+3
[next]