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
/
virt
/
kvm
/
arm
/
arm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-41
/
+23
2019-02-19
KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"
Colin Ian King
1
-1
/
+1
2019-02-19
KVM: arm/arm64: Simplify bg_timer programming
Christoffer Dall
1
-2
/
+0
2019-02-19
KVM: arm/arm64: Factor out VMID into struct kvm_vmid
Christoffer Dall
1
-37
/
+20
2019-02-19
arm/arm64: KVM: Statically configure the host's view of MPIDR
Marc Zyngier
1
-0
/
+1
2019-02-19
arm/arm64: KVM: Introduce kvm_call_hyp_ret()
Marc Zyngier
1
-1
/
+1
2019-02-07
arm/arm64: KVM: Allow a VCPU to fully reset itself
Marc Zyngier
1
-0
/
+10
2018-12-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-17
/
+30
2018-12-19
Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
1
-14
/
+11
2018-12-18
KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less
Christoffer Dall
1
-12
/
+11
2018-12-18
arm64: KVM: Consistently advance singlestep when emulating instructions
Mark Rutland
1
-2
/
+0
2018-12-14
kvm: introduce manual dirty log reprotect
Paolo Bonzini
1
-0
/
+16
2018-12-14
kvm: rename last argument to kvm_get_dirty_log_protect
Paolo Bonzini
1
-3
/
+3
2018-12-10
KVM: arm64: Rework detection of SVE, !VHE systems
Marc Zyngier
1
-4
/
+4
2018-10-25
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-14
/
+12
2018-10-18
arm/arm64: KVM: Enable 32 bits kvm vcpu events support
Dongjiu Geng
1
-0
/
+1
2018-10-18
arm/arm64: KVM: Rename function kvm_arch_dev_ioctl_check_extension()
Dongjiu Geng
1
-1
/
+1
2018-10-17
KVM: arm64: Fix caching of host MDCR_EL2 value
Mark Rutland
1
-2
/
+2
2018-10-03
KVM: arm64: Drop __cpu_init_stage2 on the VHE path
Marc Zyngier
1
-8
/
+2
2018-10-03
KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2
Marc Zyngier
1
-1
/
+1
2018-10-03
kvm: arm64: Set a limit on the IPA size
Suzuki K Poulose
1
-0
/
+2
2018-10-01
kvm: arm/arm64: Prepare for VM specific stage2 translations
Suzuki K Poulose
1
-1
/
+1
2018-10-01
kvm: arm/arm64: Allow arch specific configurations for VM
Suzuki K Poulose
1
-2
/
+3
2018-09-18
arm64: KVM: Enable Common Not Private translations
Vladimir Murzin
1
-2
/
+2
2018-08-22
Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
1
-0
/
+51
2018-07-21
KVM: arm: Add 32bit get/set events support
James Morse
1
-4
/
+0
2018-07-21
KVM: arm64: Share the parts of get/set events useful to 32bit
James Morse
1
-0
/
+28
2018-07-21
arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
Dongjiu Geng
1
-0
/
+21
2018-07-09
KVM: arm/arm64: Enable adaptative WFE trapping
Marc Zyngier
1
-0
/
+6
2018-06-20
sched/swait: Rename to exclusive
Peter Zijlstra
1
-2
/
+2
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+27
2018-06-01
kvm: Make VM ioctl do valloc for some archs
Marc Orr
1
-0
/
+15
2018-06-01
kvm: Change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-05-31
arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
Marc Zyngier
1
-0
/
+4
2018-05-25
KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init
Eric Auger
1
-1
/
+0
2018-05-25
KVM: arm64: Remove eager host SVE state saving
Dave Martin
1
-3
/
+0
2018-05-25
KVM: arm64: Save host SVE context as appropriate
Dave Martin
1
-0
/
+7
2018-05-25
KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
Dave Martin
1
-0
/
+4
2018-04-17
KVM: arm/arm64: Close VMID generation race
Marc Zyngier
1
-5
/
+10
2018-03-19
KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
Christoffer Dall
1
-0
/
+1
2018-03-19
KVM: arm64: Introduce VHE-specific kvm_vcpu_run
Christoffer Dall
1
-5
/
+7
2018-03-19
KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
Christoffer Dall
1
-0
/
+2
2018-03-19
KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
Christoffer Dall
1
-5
/
+6
2018-03-19
KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
Christoffer Dall
1
-14
/
+8
2018-03-19
KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
Christoffer Dall
1
-9
/
+0
2018-02-10
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-45
/
+108
2018-02-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2018-02-06
arm/arm64: KVM: Consolidate the PSCI include files
Marc Zyngier
1
-1
/
+1
2018-02-01
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
1
-1
/
+1
2018-01-31
Merge tag 'kvm-arm-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Radim Krčmář
1
-19
/
+44
[next]