index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kvm
/
hyp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
7
-84
/
+7
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266
Thomas Gleixner
2019-06-05
1
-13
/
+1
*
KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentation
James Morse
2019-05-24
1
-0
/
+1
*
KVM: arm/arm64: Factor out VMID into struct kvm_vmid
Christoffer Dall
2019-02-19
2
-3
/
+3
*
arm/arm64: KVM: Statically configure the host's view of MPIDR
Marc Zyngier
2019-02-19
1
-1
/
+0
*
ARM: KVM: Teach some form of type-safety to kvm_call_hyp
Marc Zyngier
2019-02-19
1
-1
/
+1
*
arm: port KCOV to arm
Dmitry Vyukov
2018-06-15
1
-0
/
+8
*
Merge branches 'fixes', 'misc' and 'spectre' into for-linus
Russell King
2018-06-05
1
-3
/
+109
|
\
|
*
ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
Russell King
2018-05-31
1
-1
/
+16
|
*
ARM: KVM: invalidate icache on guest exit for Cortex-A15
Marc Zyngier
2018-05-31
1
-0
/
+24
|
*
ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17
Marc Zyngier
2018-05-31
1
-2
/
+69
*
|
Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEAD
Marc Zyngier
2018-03-19
2
-0
/
+9
|
\
|
|
*
ARM: kvm: fix building with gcc-8
Arnd Bergmann
2018-02-15
2
-0
/
+9
*
|
KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
Christoffer Dall
2018-03-19
1
-2
/
+6
*
|
KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
Christoffer Dall
2018-03-19
1
-1
/
+0
*
|
KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
Christoffer Dall
2018-03-19
1
-4
/
+0
*
|
KVM: arm64: Introduce VHE-specific kvm_vcpu_run
Christoffer Dall
2018-03-19
1
-1
/
+1
*
|
KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
Christoffer Dall
2018-03-19
1
-1
/
+1
|
/
*
KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h
Marc Zyngier
2018-01-08
2
-0
/
+2
*
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-11-16
1
-3
/
+4
|
\
|
*
KVM: arm/arm64: Move timer save/restore out of the hyp code
Christoffer Dall
2017-11-06
1
-3
/
+4
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-11-04
1
-1
/
+1
|
\
\
|
*
|
arm/arm64: kvm: Disable branch profiling in HYP code
Julien Thierry
2017-10-21
1
-1
/
+1
|
|
/
*
/
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
Merge branch 'kvmarm-master/master' into HEAD
Marc Zyngier
2017-06-15
2
-1
/
+5
|
\
|
*
KVM: arm: plug potential guest hardware debug leakage
Zhichao Huang
2017-05-15
1
-1
/
+3
|
*
arm: KVM: Do not use stack-protector to compile HYP code
Marc Zyngier
2017-05-15
1
-0
/
+2
*
|
KVM: arm: Restore banked registers and physical timer access on hyp_panic()
James Morse
2017-05-16
1
-0
/
+2
|
/
*
ARM: KVM: Fix idmap stub entry when running Thumb-2 code
Marc Zyngier
2017-04-20
1
-1
/
+0
*
ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
Marc Zyngier
2017-04-09
1
-5
/
+24
*
ARM: KVM: Convert KVM to use HVC_GET_VECTORS
Marc Zyngier
2017-04-09
1
-1
/
+1
*
arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...
Marc Zyngier
2016-11-04
1
-0
/
+15
*
ARM: KVM: Support vgic-v3
Vladimir Murzin
2016-09-22
2
-2
/
+11
*
arm: KVM: Handle async aborts delivered while at HYP
Marc Zyngier
2016-09-08
2
-1
/
+46
*
arm: KVM: Preserve pending Virtual Abort in world switch
Marc Zyngier
2016-09-08
1
-0
/
+9
*
KVM: arm/arm64: Get rid of exported aliases to static functions
Christoffer Dall
2016-09-08
2
-14
/
+5
*
ARM: KVM: Use common version of timer-sr.c
Marc Zyngier
2016-02-29
2
-70
/
+1
*
ARM: KVM: Use common version of vgic-v2-sr.c
Marc Zyngier
2016-02-29
2
-83
/
+4
*
ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
Marc Zyngier
2016-02-29
8
-142
/
+7
*
ARM: KVM: Remove __weak attributes
Marc Zyngier
2016-02-29
3
-7
/
+5
*
ARM: KVM: Switch to C-based stage2 init
Marc Zyngier
2016-02-29
3
-0
/
+37
*
ARM: KVM: Add panic handling code
Marc Zyngier
2016-02-29
2
-7
/
+59
*
ARM: KVM: Add HYP mode entry code
Marc Zyngier
2016-02-29
3
-0
/
+160
*
ARM: KVM: Add populating of fault data structure
Marc Zyngier
2016-02-29
2
-0
/
+58
*
ARM: KVM: Add the new world switch implementation
Marc Zyngier
2016-02-29
3
-0
/
+148
*
ARM: KVM: Add VFP lazy save/restore handler
Marc Zyngier
2016-02-29
1
-0
/
+31
*
ARM: KVM: Add guest entry code
Marc Zyngier
2016-02-29
3
-0
/
+73
*
ARM: KVM: Add banked registers save/restore
Marc Zyngier
2016-02-29
3
-0
/
+89
*
ARM: KVM: Add VFP save/restore
Marc Zyngier
2016-02-29
3
-0
/
+82
*
ARM: KVM: Add vgic v2 save/restore
Marc Zyngier
2016-02-29
3
-0
/
+88
[next]