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