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
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-12-21
1
-0
/
+3
|
\
|
*
arm64: kvm: Prevent restoring stale PMSCR_EL1 for vcpu
Julien Thierry
2017-12-18
1
-0
/
+3
*
|
arm64: Add software workaround for Falkor erratum 1041
Shanker Donthineni
2017-12-12
1
-0
/
+1
|
/
*
kvm: arm64: handle single-step of hyp emulated mmio instructions
Alex Bennée
2017-11-29
1
-7
/
+30
*
kvm: arm64: handle single-step during SError exceptions
Alex Bennée
2017-11-29
1
-1
/
+7
*
kvm: arm64: handle single-stepping trapped instructions
Alex Bennée
2017-11-29
1
-14
/
+35
*
KVM: arm/arm64: debug: Introduce helper for single-step
Alex Bennée
2017-11-29
1
-0
/
+21
*
Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker...
Paolo Bonzini
2017-11-17
2
-0
/
+4
|
\
|
*
KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
Marc Zyngier
2017-11-10
1
-0
/
+1
|
*
KVM: arm/arm64: register irq bypass consumer on ARM/ARM64
Eric Auger
2017-11-06
1
-0
/
+3
*
|
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-11-16
3
-115
/
+20
|
\
|
|
*
KVM: arm/arm64: Unify 32bit fault injection
Marc Zyngier
2017-11-06
1
-71
/
+3
|
*
KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
Christoffer Dall
2017-11-06
1
-27
/
+14
|
*
KVM: arm/arm64: Move timer save/restore out of the hyp code
Christoffer Dall
2017-11-06
1
-3
/
+3
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-11-15
4
-65
/
+271
|
\
\
|
*
|
arm64/sve: KVM: Hide SVE from CPU features exposed to guests
Dave Martin
2017-11-03
1
-1
/
+11
|
*
|
arm64/sve: KVM: Treat guest SVE use as undefined instruction execution
Dave Martin
2017-11-03
1
-0
/
+8
|
*
|
arm64/sve: KVM: Prevent guests from using SVE
Dave Martin
2017-11-03
1
-3
/
+3
|
*
|
arm64: KVM: Hide unsupported AArch64 CPU features from guests
Dave Martin
2017-11-03
2
-45
/
+243
|
*
|
arm64: sysreg: Move SPE registers and PSB into common header files
Will Deacon
2017-10-18
1
-17
/
+7
|
|
/
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-11-04
2
-2
/
+16
|
\
\
|
*
|
arm/arm64: kvm: Disable branch profiling in HYP code
Julien Thierry
2017-10-21
1
-1
/
+1
|
*
|
arm/arm64: KVM: set right LR register value for 32 bit guest when inject abort
Dongjiu Geng
2017-10-21
1
-1
/
+15
|
|
/
*
/
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
4
-0
/
+4
|
/
*
Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-09-09
2
-21
/
+4
|
\
|
*
KVM: arm/arm64: Extract GICv3 max APRn index calculation
Christoffer Dall
2017-09-05
1
-20
/
+3
|
*
KVM: arm: implements the kvm_arch_vcpu_in_kernel()
Longpeng(Mike)
2017-08-08
1
-1
/
+1
|
*
KVM: add spinlock optimization framework
Longpeng(Mike)
2017-08-08
1
-1
/
+1
*
|
arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code paths
Catalin Marinas
2017-08-21
1
-1
/
+1
|
/
*
KVM: arm/arm64: PMU: Fix overflow interrupt injection
Andrew Jones
2017-07-25
1
-1
/
+1
*
Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2017-07-07
1
-0
/
+2
|
\
|
*
tracing: Add TRACE_DEFINE_SIZEOF() macros
Jeremy Linton
2017-06-13
1
-0
/
+2
*
|
arm64/kvm: vgic: use SYS_DESC()
Mark Rutland
2017-06-15
1
-30
/
+15
*
|
arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1
Mark Rutland
2017-06-15
1
-1
/
+1
*
|
KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
Marc Zyngier
2017-06-15
1
-0
/
+15
*
|
KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
Marc Zyngier
2017-06-15
1
-4
/
+8
*
|
KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
Marc Zyngier
2017-06-15
1
-0
/
+14
*
|
Merge branch 'kvmarm-master/master' into HEAD
Marc Zyngier
2017-06-15
3
-9
/
+14
|
\
|
|
*
arm64: KVM: Allow unaligned accesses at EL2
Marc Zyngier
2017-06-06
1
-2
/
+3
|
*
arm64: KVM: Preserve RES1 bits in SCTLR_EL2
Marc Zyngier
2017-06-06
1
-4
/
+6
|
*
KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration
Christoffer Dall
2017-05-24
1
-5
/
+5
|
*
arm64: KVM: Do not use stack-protector to compile EL2 code
Marc Zyngier
2017-05-15
1
-0
/
+2
*
|
KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace
Christoffer Dall
2017-06-08
1
-0
/
+9
*
|
KVM: arm/arm64: Move timer IRQ default init to arch_timer.c
Christoffer Dall
2017-06-08
1
-15
/
+1
*
|
KVM: arm/arm64: properly use vcpu requests
Andrew Jones
2017-06-04
1
-0
/
+1
*
|
KVM: arm64: Restore host physical timer access on hyp_panic()
James Morse
2017-05-16
1
-0
/
+1
|
/
*
Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...
Paolo Bonzini
2017-05-09
2
-7
/
+6
|
\
|
*
KVM: arm/arm64: Move shared files to virt/kvm/arm
Christoffer Dall
2017-05-04
1
-3
/
+2
|
*
arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
Marc Zyngier
2017-05-02
1
-4
/
+4
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-05-08
6
-373
/
+244
|
\
|
[next]