index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-25
Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-8
/
+5
2021-01-14
KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to return
David Brazdil
1
-8
/
+5
2021-01-08
Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
4
-50
/
+36
2021-01-07
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
2
-1
/
+21
2020-12-22
KVM: arm64: Declutter host PSCI 0.1 handling
Marc Zyngier
1
-58
/
+19
2020-12-22
KVM: arm64: Move skip_host_instruction to adjust_pc.h
David Brazdil
2
-10
/
+11
2020-12-22
KVM: arm64: Remove unused includes in psci-relay.c
David Brazdil
1
-3
/
+0
2020-12-22
KVM: arm64: Minor cleanup of hyp variables used in host
David Brazdil
1
-3
/
+3
2020-12-22
KVM: arm64: Prevent use of invalid PSCI v0.1 function IDs
David Brazdil
1
-13
/
+40
2020-12-10
Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-1
/
+16
2020-12-09
Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...
Marc Zyngier
9
-52
/
+583
2020-12-04
KVM: arm64: Trap host SMCs in protected mode
David Brazdil
2
-1
/
+14
2020-12-04
KVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCs
David Brazdil
2
-1
/
+27
2020-12-04
KVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
David Brazdil
2
-2
/
+52
2020-12-04
KVM: arm64: Intercept host's CPU_ON SMCs
David Brazdil
2
-0
/
+163
2020-12-04
KVM: arm64: Add function to enter host from KVM nVHE hyp code
David Brazdil
1
-0
/
+9
2020-12-04
KVM: arm64: Extract __do_hyp_init into a helper function
David Brazdil
1
-15
/
+32
2020-12-04
KVM: arm64: Forward safe PSCI SMCs coming from host
David Brazdil
1
-1
/
+41
2020-12-04
KVM: arm64: Add offset for hyp VA <-> PA conversion
David Brazdil
1
-0
/
+3
2020-12-04
KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2
David Brazdil
4
-5
/
+125
2020-12-04
KVM: arm64: Add SMC handler in nVHE EL2
David Brazdil
2
-3
/
+70
2020-12-04
KVM: arm64: Create nVHE copy of cpu_logical_map
David Brazdil
1
-0
/
+16
2020-12-04
KVM: arm64: Support per_cpu_ptr in nVHE hyp code
David Brazdil
2
-1
/
+26
2020-12-04
KVM: arm64: Add .hyp.data..ro_after_init ELF section
David Brazdil
1
-0
/
+1
2020-12-04
KVM: arm64: Init MAIR/TCR_EL2 from params struct
David Brazdil
1
-30
/
+8
2020-12-04
KVM: arm64: Move hyp-init params to a per-CPU struct
David Brazdil
2
-9
/
+9
2020-12-04
KVM: arm64: Remove vector_ptr param of hyp-init
David Brazdil
1
-3
/
+6
2020-12-02
KVM: arm64: Fix handling of merging tables into a block entry
Yanan Wang
1
-1
/
+7
2020-12-02
KVM: arm64: Fix memory leak on stage2 update of a valid PTE
Yanan Wang
1
-0
/
+9
2020-11-27
Merge tag 'kvmarm-fixes-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-0
/
+5
2020-11-27
Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/next
Marc Zyngier
3
-64
/
+41
2020-11-27
Merge branch 'kvm-arm64/host-hvc-table' into kvmarm-master/next
Marc Zyngier
3
-112
/
+142
2020-11-27
KVM: arm64: Avoid repetitive stack access on host EL1 to EL2 exception
Marc Zyngier
1
-3
/
+3
2020-11-27
KVM: arm64: Simplify __kvm_enable_ssbs()
Marc Zyngier
2
-12
/
+5
2020-11-27
KVM: arm64: Patch kimage_voffset instead of loading the EL1 value
Marc Zyngier
1
-4
/
+1
2020-11-16
KVM: arm64: Remove redundant hyp vectors entry
Will Deacon
1
-1
/
+0
2020-11-16
arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3A
Will Deacon
1
-2
/
+1
2020-11-16
KVM: arm64: Allocate hyp vectors statically
Will Deacon
3
-64
/
+42
2020-11-16
KVM: arm64: Move BP hardening helpers into spectre.h
Will Deacon
1
-0
/
+1
2020-11-16
KVM: arm64: Correctly align nVHE percpu data
Jamie Iles
1
-0
/
+5
2020-11-12
Merge tag 'v5.10-rc1' into kvmarm-master/next
Marc Zyngier
2
-1
/
+8
2020-11-10
KVM: arm64: Inject AArch32 exceptions from HYP
Marc Zyngier
1
-11
/
+189
2020-11-10
KVM: arm64: Inject AArch64 exceptions from HYP
Marc Zyngier
1
-0
/
+136
2020-11-10
KVM: arm64: Add basic hooks for injecting exceptions from EL2
Marc Zyngier
4
-4
/
+27
2020-11-10
KVM: arm64: Move PC rollback on SError to HYP
Marc Zyngier
1
-0
/
+15
2020-11-10
KVM: arm64: Make kvm_skip_instr() and co private to HYP
Marc Zyngier
6
-0
/
+68
2020-11-10
KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()
Marc Zyngier
1
-2
/
+2
2020-11-09
KVM: arm64: Turn host HVC handling into a dispatch table
Marc Zyngier
1
-94
/
+134
2020-11-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-12
/
+18
2020-10-30
Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
4
-12
/
+18
[next]