index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-16
KVM: arm64: Move BP hardening helpers into spectre.h
Will Deacon
2
-1
/
+2
2020-11-16
KVM: arm64: Make BP hardening globals static instead
Will Deacon
2
-3
/
+8
2020-11-16
KVM: arm64: Move kvm_get_hyp_vector() out of header file
Will Deacon
1
-2
/
+44
2020-11-16
KVM: arm64: Tidy up kvm_map_vector()
Will Deacon
1
-14
/
+14
2020-11-16
KVM: arm64: Remove redundant Spectre-v2 code from kvm_map_vector()
Will Deacon
1
-5
/
+0
2020-11-16
KVM: arm64: Correctly align nVHE percpu data
Jamie Iles
1
-0
/
+5
2020-11-13
Merge tag 'kvmarm-fixes-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
2
-44
/
+83
2020-11-12
KVM: arm64: Handle SCXTNUM_ELx traps
Marc Zyngier
1
-0
/
+4
2020-11-12
KVM: arm64: Unify trap handlers injecting an UNDEF
Marc Zyngier
1
-40
/
+25
2020-11-12
KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspace
Marc Zyngier
2
-4
/
+54
2020-11-12
Merge tag 'v5.10-rc1' into kvmarm-master/next
Marc Zyngier
6
-6
/
+53
2020-11-10
KVM: arm64: Drop kvm_coproc.h
Marc Zyngier
5
-6
/
+1
2020-11-10
KVM: arm64: Drop is_aarch32 trap attribute
Marc Zyngier
3
-8
/
+2
2020-11-10
KVM: arm64: Drop is_32bit trap attribute
Marc Zyngier
3
-6
/
+0
2020-11-10
KVM: arm64: Map AArch32 cp14 register to AArch64 sysregs
Marc Zyngier
1
-72
/
+37
2020-11-10
KVM: arm64: Map AArch32 cp15 register to AArch64 sysregs
Marc Zyngier
1
-48
/
+66
2020-11-10
KVM: arm64: Add AArch32 mapping annotation
Marc Zyngier
1
-0
/
+7
2020-11-10
KVM: arm64: Move AArch32 exceptions over to AArch64 sysregs
Marc Zyngier
1
-42
/
+20
2020-11-10
KVM: arm64: Introduce handling of AArch32 TTBCR2 traps
Marc Zyngier
1
-0
/
+1
2020-11-10
KVM: arm64: Get rid of the AArch32 register mapping code
Marc Zyngier
3
-132
/
+26
2020-11-10
KVM: arm64: Consolidate exception injection
Marc Zyngier
3
-99
/
+73
2020-11-10
KVM: arm64: Remove SPSR manipulation primitives
Marc Zyngier
1
-96
/
+0
2020-11-10
KVM: arm64: Inject AArch32 exceptions from HYP
Marc Zyngier
2
-154
/
+195
2020-11-10
KVM: arm64: Inject AArch64 exceptions from HYP
Marc Zyngier
2
-108
/
+142
2020-11-10
KVM: arm64: Add basic hooks for injecting exceptions from EL2
Marc Zyngier
4
-4
/
+27
2020-11-10
KVM: arm64: Move VHE direct sysreg accessors into kvm_host.h
Marc Zyngier
1
-81
/
+0
2020-11-10
KVM: arm64: Move PC rollback on SError to HYP
Marc Zyngier
2
-17
/
+15
2020-11-10
KVM: arm64: Make kvm_skip_instr() and co private to HYP
Marc Zyngier
10
-6
/
+74
2020-11-10
KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()
Marc Zyngier
5
-8
/
+8
2020-11-10
KVM: arm64: Don't adjust PC on SError during SMC trap
Marc Zyngier
1
-8
/
+8
2020-11-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-83
/
+43
2020-11-09
KVM: arm64: Turn host HVC handling into a dispatch table
Marc Zyngier
1
-82
/
+122
2020-11-09
KVM: arm64: Add kimg_hyp_va() helper
Marc Zyngier
1
-0
/
+50
2020-11-08
Merge tag 'kvmarm-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
3
-83
/
+43
2020-11-06
KVM: arm64: Remove AA64ZFR0_EL1 accessors
Andrew Jones
1
-50
/
+11
2020-11-06
KVM: arm64: Check RAZ visibility in ID register accessors
Andrew Jones
2
-3
/
+26
2020-11-06
KVM: arm64: Consolidate REG_HIDDEN_GUEST/USER
Andrew Jones
2
-20
/
+10
2020-11-06
KVM: arm64: Don't hide ID registers from userspace
Andrew Jones
1
-17
/
+1
2020-11-06
KVM: arm64: Fix build error in user_mem_abort()
Gavin Shan
1
-0
/
+2
2020-11-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-21
/
+59
2020-10-30
Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
7
-21
/
+59
2020-10-30
KVM: arm64: Handle Asymmetric AArch32 systems
Qais Yousef
1
-0
/
+19
2020-10-29
KVM: arm64: Force PTE mapping on fault resulting in a device mapping
Santosh Shukla
1
-0
/
+1
2020-10-29
KVM: arm64: Use fallback mapping sizes for contiguous huge page sizes
Gavin Shan
1
-7
/
+19
2020-10-29
KVM: arm64: Fix masks in stage2_pte_cacheable()
Will Deacon
1
-1
/
+1
2020-10-29
KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCR
Marc Zyngier
1
-3
/
+3
2020-10-29
KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNT
Will Deacon
1
-1
/
+1
2020-10-29
KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transition
Marc Zyngier
1
-2
/
+0
2020-10-29
KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidation
Marc Zyngier
1
-1
/
+0
2020-10-29
KVM: arm64: Don't corrupt tpidr_el2 on failed HVC call
Marc Zyngier
1
-6
/
+15
[prev]
[next]