index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm: KVM: Allow unaligned accesses at HYP
Marc Zyngier
2017-06-06
1
-3
/
+2
*
KVM: arm: rename pm_fake handler to trap_raz_wi
Zhichao Huang
2017-05-15
1
-16
/
+16
*
KVM: arm: plug potential guest hardware debug leakage
Zhichao Huang
2017-05-15
3
-21
/
+64
*
arm: KVM: Do not use stack-protector to compile HYP code
Marc Zyngier
2017-05-15
1
-0
/
+2
*
ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/
Marc Zyngier
2017-05-15
2
-4
/
+5
*
KVM: arm/arm64: Move shared files to virt/kvm/arm
Christoffer Dall
2017-05-04
7
-4304
/
+5
*
ARM: KVM: Fix idmap stub entry when running Thumb-2 code
Marc Zyngier
2017-04-20
1
-1
/
+0
*
KVM: arm/arm64: fix races in kvm_psci_vcpu_on
Andrew Jones
2017-04-19
1
-1
/
+7
*
KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQ
Christoffer Dall
2017-04-09
1
-0
/
+7
*
KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip
Christoffer Dall
2017-04-09
1
-4
/
+9
*
KVM: arm/arm64: Support arch timers with a userspace gic
Alexander Graf
2017-04-09
1
-9
/
+9
*
ARM: hyp-stub: Zero r0 on successful stub handling
Marc Zyngier
2017-04-09
1
-0
/
+2
*
ARM: hyp-stub/KVM: Kill __hyp_get_vectors
Marc Zyngier
2017-04-09
2
-10
/
+1
*
arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP mode
Marc Zyngier
2017-04-09
1
-15
/
+9
*
arm/arm64: KVM: Remove kvm_get_idmap_start
Marc Zyngier
2017-04-09
1
-5
/
+0
*
arm/arm64: KVM: Use __hyp_reset_vectors() directly
Marc Zyngier
2017-04-09
1
-2
/
+1
*
ARM: KVM: Gracefully handle hyp-stubs being restored from under our feet
Marc Zyngier
2017-04-09
1
-0
/
+8
*
ARM: KVM: Implement HVC_SOFT_RESTART in the init code
Marc Zyngier
2017-04-09
1
-0
/
+14
*
ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
Marc Zyngier
2017-04-09
1
-2
/
+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: Implement HVC_GET_VECTORS in the init code
Marc Zyngier
2017-04-09
1
-1
/
+6
*
ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
Marc Zyngier
2017-04-09
1
-6
/
+27
*
ARM: KVM: Convert KVM to use HVC_GET_VECTORS
Marc Zyngier
2017-04-09
1
-1
/
+1
*
arm: KVM: Treat CP15 accessors returning false as successful
Marc Zyngier
2017-04-09
1
-3
/
+3
*
arm: KVM: Make unexpected register accesses inject an undef
Marc Zyngier
2017-04-09
2
-18
/
+18
*
KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
Christoffer Dall
2017-04-09
1
-5
/
+6
*
kvm: arm/arm64: Rework gpa callback handlers
Suzuki K Poulose
2017-04-09
1
-18
/
+13
*
KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64
Linu Cherian
2017-03-09
1
-0
/
+3
*
arm: KVM: Survive unknown traps from guests
Mark Rutland
2017-03-07
1
-7
/
+12
*
KVM: race-free exit from KVM_RUN without POSIX signals
Paolo Bonzini
2017-02-17
1
-0
/
+4
*
KVM: arm/arm64: Set a background timer to the earliest timer expiration
Jintack Lim
2017-02-08
1
-1
/
+2
*
KVM: arm/arm64: Initialize the emulated EL1 physical timer
Jintack Lim
2017-02-08
1
-1
/
+8
*
KVM: arm/arm64: Decouple kvm timer functions from virtual timer
Jintack Lim
2017-02-08
1
-1
/
+1
*
KVM: arm/arm64: Move cntvoff to each timer context
Jintack Lim
2017-02-08
1
-1
/
+0
*
arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENT
Marc Zyngier
2017-01-30
1
-9
/
+0
*
arm/arm64: KVM: Stop propagating cacheability status of a faulted page
Marc Zyngier
2017-01-30
1
-7
/
+4
*
KVM: arm/arm64: vgic: Implement VGICv3 CPU interface access
Vijaya Kumar K
2017-01-30
2
-2
/
+37
*
KVM: arm/arm64: vgic: Add debugfs vgic-state file
Christoffer Dall
2017-01-25
1
-0
/
+1
*
KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systems
Jintack Lim
2017-01-13
1
-0
/
+3
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
2
-2
/
+2
*
ARM: KVM: Support vGICv3 ITS
Vladimir Murzin
2016-11-14
3
-0
/
+8
*
arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...
Marc Zyngier
2016-11-04
2
-1
/
+41
*
arm/arm64: KVM: Map the BSS at HYP
Marc Zyngier
2016-10-21
1
-0
/
+7
*
Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-10-06
12
-159
/
+162
|
\
|
*
Merge tag 'kvm-arm-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Radim Krčmář
2016-09-29
12
-159
/
+152
|
|
\
|
|
*
arm64: KVM: Remove duplicating init code for setting VMID
Vladimir Murzin
2016-09-22
1
-8
/
+4
|
|
*
ARM: KVM: Support vgic-v3
Vladimir Murzin
2016-09-22
4
-2
/
+48
|
|
*
arm/arm64: KVM: Remove external abort test from MMIO handling
Marc Zyngier
2016-09-08
1
-6
/
+0
|
|
*
arm/arm64: KVM: Inject virtual abort when guest exits on external abort
Marc Zyngier
2016-09-08
1
-0
/
+5
|
|
*
arm: KVM: Drop unreachable HYP abort handlers
Marc Zyngier
2016-09-08
1
-27
/
+0
[next]