index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
KVM: arm64: Update comment in kvm_vgic_map_resources()
Alexandru Elisei
2020-12-27
1
-1
/
+2
|
*
|
|
KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()
Alexandru Elisei
2020-12-23
4
-11
/
+9
|
*
|
|
KVM: arm64: arch_timer: Remove VGIC initialization check
Alexandru Elisei
2020-12-23
1
-3
/
+4
|
*
|
|
KVM: arm64: Declutter host PSCI 0.1 handling
Marc Zyngier
2020-12-22
2
-63
/
+26
|
*
|
|
KVM: arm64: Move skip_host_instruction to adjust_pc.h
David Brazdil
2020-12-22
2
-10
/
+11
|
*
|
|
KVM: arm64: Remove unused includes in psci-relay.c
David Brazdil
2020-12-22
1
-3
/
+0
|
*
|
|
KVM: arm64: Minor cleanup of hyp variables used in host
David Brazdil
2020-12-22
3
-9
/
+6
|
*
|
|
KVM: arm64: Use lm_alias in nVHE-only VA conversion
David Brazdil
2020-12-22
1
-1
/
+1
|
*
|
|
KVM: arm64: Prevent use of invalid PSCI v0.1 function IDs
David Brazdil
2020-12-22
2
-17
/
+50
|
*
|
|
KVM: arm64: Don't access PMCR_EL0 when no PMU is available
Marc Zyngier
2020-12-22
1
-0
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
2021-01-08
4
-5
/
+50
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2020-12-10
2
-3
/
+25
|
|
\
|
|
*
KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()
Yanan Wang
2020-12-02
1
-2
/
+9
|
|
*
KVM: arm64: Fix handling of merging tables into a block entry
Yanan Wang
2020-12-02
1
-1
/
+7
|
|
*
KVM: arm64: Fix memory leak on stage2 update of a valid PTE
Yanan Wang
2020-12-02
1
-0
/
+9
|
*
|
Merge tag 'kvmarm-fixes-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2020-11-27
2
-2
/
+25
|
|
\
|
|
|
*
KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspace
Zenghui Yu
2020-11-17
1
-2
/
+20
|
|
*
KVM: arm64: Correctly align nVHE percpu data
Jamie Iles
2020-11-16
1
-0
/
+5
*
|
|
Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...
Marc Zyngier
2020-12-09
11
-73
/
+731
|
\
\
\
|
*
|
|
KVM: arm64: Fix EL2 mode availability checks
David Brazdil
2020-12-04
1
-3
/
+6
|
*
|
|
KVM: arm64: Trap host SMCs in protected mode
David Brazdil
2020-12-04
2
-1
/
+14
|
*
|
|
KVM: arm64: Keep nVHE EL2 vector installed
David Brazdil
2020-12-04
1
-4
/
+8
|
*
|
|
KVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCs
David Brazdil
2020-12-04
2
-1
/
+27
|
*
|
|
KVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
David Brazdil
2020-12-04
2
-2
/
+52
|
*
|
|
KVM: arm64: Intercept host's CPU_ON SMCs
David Brazdil
2020-12-04
2
-0
/
+163
|
*
|
|
KVM: arm64: Add function to enter host from KVM nVHE hyp code
David Brazdil
2020-12-04
1
-0
/
+9
|
*
|
|
KVM: arm64: Extract __do_hyp_init into a helper function
David Brazdil
2020-12-04
1
-15
/
+32
|
*
|
|
KVM: arm64: Forward safe PSCI SMCs coming from host
David Brazdil
2020-12-04
1
-1
/
+41
|
*
|
|
KVM: arm64: Add offset for hyp VA <-> PA conversion
David Brazdil
2020-12-04
2
-3
/
+30
|
*
|
|
KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2
David Brazdil
2020-12-04
5
-6
/
+149
|
*
|
|
KVM: arm64: Add SMC handler in nVHE EL2
David Brazdil
2020-12-04
2
-3
/
+70
|
*
|
|
KVM: arm64: Create nVHE copy of cpu_logical_map
David Brazdil
2020-12-04
2
-0
/
+35
|
*
|
|
KVM: arm64: Support per_cpu_ptr in nVHE hyp code
David Brazdil
2020-12-04
2
-1
/
+26
|
*
|
|
KVM: arm64: Add .hyp.data..ro_after_init ELF section
David Brazdil
2020-12-04
2
-0
/
+9
|
*
|
|
KVM: arm64: Init MAIR/TCR_EL2 from params struct
David Brazdil
2020-12-04
2
-30
/
+30
|
*
|
|
KVM: arm64: Move hyp-init params to a per-CPU struct
David Brazdil
2020-12-04
3
-19
/
+22
|
*
|
|
KVM: arm64: Remove vector_ptr param of hyp-init
David Brazdil
2020-12-04
2
-6
/
+7
|
*
|
|
KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capability
David Brazdil
2020-12-04
1
-1
/
+8
|
*
|
|
KVM: arm64: Add kvm-arm.mode early kernel parameter
David Brazdil
2020-12-04
1
-0
/
+16
*
|
|
|
Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/...
Marc Zyngier
2020-12-04
3
-5
/
+16
|
\
\
\
\
|
*
|
|
|
KVM: arm64: Use kvm_write_guest_lock when init stolen time
Keqian Zhu
2020-12-03
1
-5
/
+1
|
*
|
|
|
KVM: arm64: Delay the polling of the GICR_VPENDBASER.Dirty bit
Shenming Lu
2020-11-30
2
-0
/
+15
*
|
|
|
|
Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queue
Marc Zyngier
2020-12-03
2
-5
/
+17
|
\
\
\
\
\
|
*
|
|
|
|
KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safe
Marc Zyngier
2020-11-30
2
-5
/
+17
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/next
Marc Zyngier
2020-11-27
2
-54
/
+29
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()
Will Deacon
2020-11-27
2
-54
/
+29
*
|
|
|
|
Merge branch 'kvm-arm64/cache-demux' into kvmarm-master/next
Marc Zyngier
2020-11-27
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
KVM: arm64: CSSELR_EL1 max is 13
Andrew Jones
2020-11-27
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/next
Marc Zyngier
2020-11-27
5
-114
/
+111
|
\
\
\
\
\
|
*
|
|
|
|
KVM: arm64: Remove redundant hyp vectors entry
Will Deacon
2020-11-16
2
-2
/
+8
[prev]
[next]