Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
598841ca9919d008b520114d8a4378c4ce4e40a1
/
arch
/
s390
/
kvm
/
kvm-s390.c
598841c
[S390] use gmap address spaces for kvm guest images
by Carsten Otte
· 13 years ago
bb25b9b
[S390] kvm: handle tprot intercepts
by Christian Borntraeger
· 13 years ago
9950f8b
[S390] kvm-s390: fix stfle facilities numbers >=64
by Christian Borntraeger
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
d89f5ef
KVM: Clean up vm creation and release
by Jan Kiszka
· 14 years ago
14375bc
[S390] cleanup facility list handling
by Martin Schwidefsky
· 14 years ago
6d00d00
[S390] kvm: Enable z196 instruction facilities
by Christian Borntraeger
· 14 years ago
a1f4d395
KVM: Remove memory alias support
by Avi Kivity
· 14 years ago
fc34531
KVM: s390: Don't exit SIE on SIGP sense running
by Christian Borntraeger
· 14 years ago
971eb77
KVM: s390: Fix build failure due to centralized vcpu locking patches
by Christian Borntraeger
· 14 years ago
9373662
KVM: Consolidate arch specific vcpu ioctl locking
by Avi Kivity
· 14 years ago
bc923cc
KVM: s390: Centrally lock arch specific vcpu ioctls
by Avi Kivity
· 14 years ago
2122ff5
KVM: move vcpu locking to dispatcher for generic vcpu ioctls
by Avi Kivity
· 14 years ago
c2f0e8c
[S390] appldata/extmem/kvm: add missing GFP_KERNEL flag
by Heiko Carstens
· 14 years ago
0ee75be
KVM: Let vcpu structure alignment be determined at runtime
by Avi Kivity
· 15 years ago
7b06bf2
KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create()
by Wei Yongjun
· 15 years ago
6474920
KVM: fix cleanup_srcu_struct on vm destruction
by Marcelo Tosatti
· 15 years ago
f7784b8
KVM: split kvm_arch_set_memory_region into prepare and commit
by Marcelo Tosatti
· 15 years ago
cbb870c
[S390] Cleanup struct _lowcore usage and defines.
by Heiko Carstens
· 15 years ago
b8e660b
[S390] Replace ENOTSUPP usage with EOPNOTSUPP
by Heiko Carstens
· 15 years ago
f64ca21
[S390] zfcpdump: remove cross arch dump support
by Heiko Carstens
· 15 years ago
d7b0b5e
KVM: s390: Make psw available on all exits, not just a subset
by Carsten Otte
· 15 years ago
10474ae
KVM: Activate Virtualization On Demand
by Alexander Graf
· 15 years ago
367e131
KVM: Return -ENOTTY on unrecognized ioctls
by Avi Kivity
· 15 years ago
988a2ca
KVM: Use macro to iterate over vcpus.
by Gleb Natapov
· 15 years ago
628eb9b
KVM: s390: streamline memslot handling
by Christian Ehrhardt
· 15 years ago
b1d16c4
KVM: s390: fix signal handling
by Christian Ehrhardt
· 15 years ago
9ace903
KVM: s390: infrastructure to kick vcpus out of guest state
by Christian Ehrhardt
· 15 years ago
ef50f7a
KVM: s390: Allow stfle instruction in the guest
by Christian Borntraeger
· 15 years ago
dab4079d
[S390] uaccess: use might_fault() instead of might_sleep()
by Heiko Carstens
· 15 years ago
51e4d5a
KVM: s390: Verify memory in kvm run
by Carsten Otte
· 15 years ago
abf4a71
KVM: s390: Unlink vcpu on destroy - v2
by Carsten Otte
· 15 years ago
b037a4f
KVM: s390: optimize float int lock: spin_lock_bh --> spin_lock
by Christian Borntraeger
· 15 years ago
ca87230
KVM: s390: use hrtimer for clock wakeup from idle - v2
by Christian Borntraeger
· 15 years ago
2668dab
KVM: s390: Fix memory slot versus run - v3
by Carsten Otte
· 15 years ago
21cdbc1
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 16 years ago
f5daba1
[S390] split/move machine check handler code
by Heiko Carstens
· 16 years ago
92e6ecf
[S390] Fix hypervisor detection for KVM
by Christian Borntraeger
· 16 years ago
d0bfb94
KVM: New guest debug interface
by Jan Kiszka
· 16 years ago
ad8ba2c
KVM: Add kvm_arch_sync_events to sync with asynchronize events
by Sheng Yang
· 16 years ago
ca9edae
KVM: Consolidate userspace memory capability reporting into common code
by Avi Kivity
· 16 years ago
6692cef
KVM: s390: Fix memory leak of vcpu->run
by Christian Borntraeger
· 16 years ago
d329c03
KVM: s390: Fix refcounting and allow module unload
by Christian Borntraeger
· 16 years ago
f5e10b0
KVM: s390: Fix instruction naming for lctlg
by Christian Borntraeger
· 16 years ago
2bd0ac4
KVM: s390: Advertise KVM_CAP_USER_MEMORY
by Carsten Otte
· 16 years ago
34d4cb8
KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction
by Marcelo Tosatti
· 16 years ago
180c12f
KVM: s390: rename private structures
by Christian Borntraeger
· 16 years ago
4da29e9
KVM: s390: Set guest storage limit and offset to sane values
by Christian Borntraeger
· 16 years ago
dfdded7
KVM: Fix memory leak on guest exit
by Carsten Otte
· 16 years ago
7cc8883
KVM: Remove decache_vcpus_on_cpu() and related callbacks
by Avi Kivity
· 16 years ago
1f0d0f0
KVM: s390: Send program check on access error
by Carsten Otte
· 16 years ago
0ff3186
KVM: s390: fix interrupt delivery
by Carsten Otte
· 16 years ago
71cde58
KVM: s390: handle machine checks when guest is running
by Christian Borntraeger
· 16 years ago
0eaeafa
[S390] s390-kvm: leave sie context on work. Removes preemption requirement
by Christian Borntraeger
· 17 years ago
62d9f0d
KVM: add ioctls to save/store mpstate
by Marcelo Tosatti
· 17 years ago
7e8e6ab
KVM: s390: Fix incorrect return value
by Heiko Carstens
· 17 years ago
e28acfe
KVM: s390: intercepts for diagnose instructions
by Christian Borntraeger
· 17 years ago
5288fbf
KVM: s390: interprocessor communication via sigp
by Christian Borntraeger
· 17 years ago
453423d
KVM: s390: intercepts for privileged instructions
by Christian Borntraeger
· 17 years ago
ba5c1e9
KVM: s390: interrupt subsystem, cpu timer, waitpsw
by Carsten Otte
· 17 years ago
8f2abe6
KVM: s390: sie intercept handling
by Christian Borntraeger
· 17 years ago
b0c632d
KVM: s390: arch backend for the kvm kernel module
by Heiko Carstens
· 17 years ago