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
/
arm
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-43
/
+186
2014-12-15
arm/arm64: KVM: Require in-kernel vgic for the arch timers
Christoffer Dall
1
-2
/
+11
2014-12-13
arm/arm64: KVM: Don't allow creating VCPUs after vgic_initialized
Christoffer Dall
1
-0
/
+5
2014-12-13
arm/arm64: KVM: Rename vgic_initialized to vgic_ready
Christoffer Dall
1
-1
/
+1
2014-12-13
arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()
Peter Maydell
1
-3
/
+3
2014-12-13
arm/arm64: KVM: Introduce stage2_unmap_vm
Christoffer Dall
2
-0
/
+72
2014-12-13
arm/arm64: KVM: Turn off vcpus on PSCI shutdown/reboot
Christoffer Dall
1
-0
/
+18
2014-12-13
arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABI
Christoffer Dall
2
-25
/
+43
2014-12-13
arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu
Christoffer Dall
2
-1
/
+2
2014-12-13
arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option
Christoffer Dall
1
-0
/
+2
2014-12-13
arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flag
Christoffer Dall
1
-1
/
+1
2014-11-26
arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()
Ard Biesheuvel
1
-1
/
+6
2014-11-26
arm64: KVM: fix unmapping with 48-bit VAs
Mark Rutland
1
-1
/
+2
2014-11-25
arm/arm64: KVM: avoid unnecessary guest register mangling on MMIO read
Andre Przywara
1
-6
/
+9
2014-11-25
arm, arm64: KVM: handle potential incoherency of readonly memslots
Ard Biesheuvel
1
-5
/
+15
2014-11-25
arm, arm64: KVM: allow forced dcache flush on page faults
Laszlo Ersek
1
-2
/
+7
2014-11-25
arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()
Ard Biesheuvel
1
-1
/
+6
2014-10-18
Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-40
/
+207
2014-10-16
arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regs
Christoffer Dall
1
-0
/
+7
2014-10-15
arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abort
Steve Capper
1
-1
/
+1
2014-10-14
arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE
Christoffer Dall
1
-0
/
+11
2014-10-14
arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2
Christoffer Dall
2
-28
/
+107
2014-10-13
arm/arm64: KVM: map MMIO regions at creation time
Ard Biesheuvel
1
-8
/
+69
2014-10-10
arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremap
Ard Biesheuvel
1
-1
/
+4
2014-10-10
arm/arm64: KVM: fix potential NULL dereference in user_mem_abort()
Ard Biesheuvel
1
-0
/
+6
2014-10-10
arm/arm64: KVM: use __GFP_ZERO not memset() to get zeroed pages
Ard Biesheuvel
1
-2
/
+1
2014-10-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-46
/
+32
2014-09-29
arm: kvm: fix CPU hotplug
Vladimir Murzin
1
-1
/
+2
2014-09-26
arm/arm64: KVM: Report correct FSC for unsupported fault types
Christoffer Dall
1
-3
/
+5
2014-09-26
arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd alloc
Joel Schopp
1
-2
/
+2
2014-09-18
arm/arm64: KVM: vgic: delay vgic allocation until init time
Marc Zyngier
1
-7
/
+0
2014-09-18
arm/arm64: KVM: vgic: switch to dynamic allocation
Marc Zyngier
1
-0
/
+3
2014-09-18
Merge remote-tracking branch 'kvm/next' into queue
Christoffer Dall
1
-20
/
+1
2014-09-11
ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()
Ard Biesheuvel
1
-2
/
+10
2014-08-29
KVM: remove garbage arg to *hardware_{en,dis}able
Radim Krčmář
1
-1
/
+1
2014-08-29
KVM: static inline empty kvm_arch functions
Radim Krčmář
1
-19
/
+0
2014-08-29
arm/arm64: KVM: Complete WFI/WFE instructions
Christoffer Dall
1
-0
/
+2
2014-08-29
ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMU
Pranavkumar Sawargaonkar
1
-0
/
+4
2014-08-27
KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_reg
Will Deacon
1
-1
/
+1
2014-08-27
KVM: ARM/arm64: avoid returning negative error code as bool
Will Deacon
1
-1
/
+1
2014-08-27
KVM: ARM/arm64: fix broken __percpu annotation
Will Deacon
1
-1
/
+1
2014-08-27
arm/arm64: KVM: Support KVM_CAP_READONLY_MEM
Christoffer Dall
2
-14
/
+9
2014-08-21
KVM: add kvm_arch_sched_in
Radim Krčmář
1
-0
/
+4
2014-08-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-155
/
+260
2014-08-05
Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm
Paolo Bonzini
1
-1
/
+1
2014-07-28
KVM: Rename and add argument to check_extension
Alexander Graf
1
-1
/
+1
2014-07-18
ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+
Russell King
1
-1
/
+2
2014-07-18
ARM: make it easier to check the CPU part number correctly
Russell King
1
-7
/
+1
2014-07-11
ARM: KVM: enable KVM in Kconfig on big-endian systems
Victor Kamensky
1
-1
/
+1
2014-07-11
ARM: KVM: one_reg coproc set and get BE fixes
Victor Kamensky
1
-9
/
+79
[next]