index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED
Christian Borntraeger
2020-02-27
1
-0
/
+3
|
|
*
KVM: s390: protvirt: Add UV cpu reset calls
Janosch Frank
2020-02-27
1
-0
/
+20
|
|
*
KVM: s390: protvirt: do not inject interrupts after start
Christian Borntraeger
2020-02-27
1
-0
/
+7
|
|
*
KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
Janosch Frank
2020-02-27
1
-0
/
+11
|
|
*
KVM: s390: protvirt: Support cmd 5 operation state
Janosch Frank
2020-02-27
1
-0
/
+6
|
|
*
KVM: s390: protvirt: Report CPU state to Ultravisor
Janosch Frank
2020-02-27
5
-13
/
+64
|
|
*
KVM: s390: protvirt: UV calls in support of diag308 0, 1
Janosch Frank
2020-02-27
1
-0
/
+22
|
|
*
KVM: s390: protvirt: Add program exception injection
Janosch Frank
2020-02-27
1
-0
/
+19
|
|
*
KVM: s390: protvirt: Only sync fmt4 registers
Janosch Frank
2020-02-27
1
-40
/
+70
|
|
*
KVM: s390: protvirt: Do only reset registers that are accessible
Janosch Frank
2020-02-27
1
-4
/
+11
|
|
*
KVM: s390: protvirt: disallow one_reg
Janosch Frank
2020-02-27
1
-0
/
+3
|
|
*
KVM: s390: protvirt: STSI handling
Janosch Frank
2020-02-27
1
-4
/
+9
|
|
*
KVM: s390: protvirt: Write sthyi data to instruction data area
Janosch Frank
2020-02-27
1
-5
/
+10
|
|
*
KVM: s390/mm: handle guest unpin events
Claudio Imbrenda
2020-02-27
1
-0
/
+29
|
|
*
KVM: s390: protvirt: handle secure guest prefix pages
Janosch Frank
2020-02-27
1
-0
/
+18
|
|
*
KVM: S390: protvirt: Introduce instruction data area bounce buffer
Janosch Frank
2020-02-27
2
-8
/
+74
|
|
*
KVM: s390: protvirt: Add new gprs location handling
Janosch Frank
2020-02-27
1
-0
/
+11
|
|
*
KVM: s390: protvirt: Handle spec exception loops
Janosch Frank
2020-02-27
1
-0
/
+7
|
|
*
KVM: s390: protvirt: Add SCLP interrupt handling
Christian Borntraeger
2020-02-27
3
-18
/
+110
|
|
*
KVM: s390: protvirt: Implement interrupt injection
Michael Mueller
2020-02-27
1
-27
/
+88
|
|
*
KVM: s390: protvirt: Instruction emulation
Janosch Frank
2020-02-27
1
-0
/
+11
|
|
*
KVM: s390: protvirt: Handle SE notification interceptions
Janosch Frank
2020-02-27
1
-1
/
+10
|
|
*
KVM: s390/mm: Make pages accessible before destroying the guest
Christian Borntraeger
2020-02-27
1
-0
/
+3
|
|
*
KVM: s390: protvirt: Secure memory is not mergeable
Janosch Frank
2020-02-27
1
-0
/
+6
|
|
*
KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
Janosch Frank
2020-02-27
4
-2
/
+513
|
|
*
KVM: s390: protvirt: Add UV debug trace
Janosch Frank
2020-02-27
2
-3
/
+21
|
|
*
KVM: s390/interrupt: do not pin adapter interrupt pages
Ulrich Weigand
2020-02-27
1
-121
/
+49
|
*
|
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
2020-03-16
1
-1
/
+0
|
*
|
KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
Sean Christopherson
2020-03-16
1
-10
/
+2
|
*
|
KVM: Provide common implementation for generic dirty log functions
Sean Christopherson
2020-03-16
1
-3
/
+2
|
*
|
KVM: Drop "const" attribute from old memslot in commit_memory_region()
Sean Christopherson
2020-03-16
1
-1
/
+1
|
*
|
KVM: Drop kvm_arch_create_memslot()
Sean Christopherson
2020-03-16
1
-6
/
+0
|
|
/
*
/
KVM: s390: Also reset registers in sync regs for initial cpu reset
Christian Borntraeger
2020-03-11
1
-1
/
+17
|
/
*
Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2020-02-05
2
-37
/
+61
|
\
|
*
KVM: s390: Add new reset vcpu API
Janosch Frank
2020-01-31
1
-27
/
+57
|
*
KVM: s390: Cleanup initial cpu reset
Janosch Frank
2020-01-31
1
-11
/
+7
|
*
KVM: s390: do not clobber registers during guest reset/store status
Christian Borntraeger
2020-01-31
1
-4
/
+2
|
*
KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
Christian Borntraeger
2020-01-31
1
-3
/
+3
*
|
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
Sean Christopherson
2020-01-27
1
-5
/
+0
*
|
KVM: Drop kvm_arch_vcpu_setup()
Sean Christopherson
2020-01-27
1
-5
/
+0
*
|
KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()
Sean Christopherson
2020-01-27
1
-0
/
+11
*
|
KVM: Move vcpu alloc and init invocation to common code
Sean Christopherson
2020-01-27
1
-31
/
+10
*
|
KVM: Introduce kvm_vcpu_destroy()
Sean Christopherson
2020-01-24
1
-1
/
+1
*
|
KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page
Sean Christopherson
2020-01-24
1
-8
/
+10
*
|
KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
Sean Christopherson
2020-01-24
1
-28
/
+34
*
|
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
2020-01-24
1
-4
/
+8
|
/
*
Merge tag 'kvm-s390-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2019-11-18
3
-18
/
+28
|
\
|
*
KVM: s390: Do not yield when target is already running
Christian Borntraeger
2019-10-10
1
-0
/
+4
|
*
KVM: s390: count invalid yields
Christian Borntraeger
2019-10-10
2
-4
/
+15
|
*
KVM: s390: Cleanup kvm_arch_init error path
Janosch Frank
2019-10-04
1
-11
/
+7
[prev]
[next]