index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
/
kvm-s390.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: s390: fix validity interception issue when gisa is switched off
Michael Mueller
2024-08-06
1
-1
/
+6
*
KVM: s390: fix LPSWEY handling
Christian Borntraeger
2024-07-01
1
-0
/
+15
*
KVM: s390: introduce kvm_s390_fpu_(store|load)
Janosch Frank
2024-02-21
1
-0
/
+18
*
KVM: s390: export kvm_s390_pv*_is_protected functions
Tony Krowiak
2023-08-18
1
-12
/
+0
*
KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Sean Christopherson
2022-12-29
1
-1
/
+1
*
Merge tag 'kvm-s390-next-6.2-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2022-11-28
1
-2
/
+6
|
\
|
*
KVM: s390: pv: asynchronous destroy for reboot
Claudio Imbrenda
2022-11-23
1
-0
/
+3
|
*
KVM: s390: sort out physical vs virtual pointers usage
Nico Boehr
2022-10-26
1
-2
/
+3
*
|
KVM: s390: pv: don't allow userspace to set the clock under PV
Nico Boehr
2022-11-07
1
-1
/
+0
|
/
*
KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
Claudio Imbrenda
2022-07-13
1
-0
/
+1
*
Merge tag 'kvm-s390-pci-5.20' into kernelorgnext
Christian Borntraeger
2022-07-11
1
-0
/
+10
|
\
|
*
KVM: s390: mechanism to enable guest zPCI Interpretation
Matthew Rosato
2022-07-11
1
-0
/
+10
*
|
KVM: s390: Add CPU dump functionality
Janosch Frank
2022-06-01
1
-0
/
+1
*
|
KVM: s390: Add configuration dump functionality
Janosch Frank
2022-06-01
1
-0
/
+4
|
/
*
Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2022-03-15
1
-2
/
+13
|
\
|
*
KVM: s390x: fix SCK locking
Claudio Imbrenda
2022-03-14
1
-2
/
+2
|
*
KVM: s390: pv: make use of ultravisor AIV support
Michael Mueller
2022-02-25
1
-0
/
+11
*
|
KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific request
Sean Christopherson
2022-03-01
1
-1
/
+1
|
/
*
Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
2021-12-21
1
-0
/
+1
|
\
|
*
KVM: s390: Clarify SIGP orders versus STOP/RESTART
Eric Farman
2021-12-17
1
-0
/
+1
*
|
KVM: Keep memslots in tree-based structures instead of array-based ones
Maciej S. Szmigiero
2021-12-08
1
-2
/
+4
*
|
KVM: s390: Introduce kvm_s390_get_gfn_end()
Maciej S. Szmigiero
2021-12-08
1
-0
/
+12
*
|
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
2021-12-08
1
-2
/
+2
|
/
*
KVM: s390: Add a routine for setting userspace CPU state
Eric Farman
2021-10-25
1
-0
/
+9
*
KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor
Sean Christopherson
2021-09-22
1
-1
/
+1
*
KVM: s390: index kvm->arch.idle_mask by vcpu_idx
Halil Pasic
2021-08-27
1
-1
/
+1
*
KVM: s390: diag9c (directed yield) forwarding
Pierre Morel
2021-03-09
1
-0
/
+8
*
KVM: s390: protvirt: Report CPU state to Ultravisor
Janosch Frank
2020-02-27
1
-2
/
+3
*
KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
Janosch Frank
2020-02-27
1
-0
/
+33
*
KVM: s390: protvirt: Add UV debug trace
Janosch Frank
2020-02-27
1
-1
/
+12
*
KVM: s390: add the GIB and its related life-cyle functions
Michael Mueller
2019-02-05
1
-0
/
+2
*
KVM: s390: move bitmap idle_mask into arch struct top level
Michael Mueller
2019-02-05
1
-1
/
+1
*
KVM: s390: vsie: simulate VCPU SIE entry/exit
David Hildenbrand
2018-09-26
1
-0
/
+1
*
KVM: s390: reset crypto attributes for all vcpus
Tony Krowiak
2018-05-17
1
-0
/
+13
*
KVM: s390: implement CPU model only facilities
Christian Borntraeger
2018-03-09
1
-2
/
+0
*
KVM: s390: provide only a single function for setting the tod (fix SCK)
David Hildenbrand
2018-02-20
1
-3
/
+2
*
KVM: s390: use switch vs jump table in intercept.c
Christian Borntraeger
2018-02-14
1
-2
/
+0
*
KVM: s390: exploit GISA and AIV for emulated interrupts
Michael Mueller
2018-01-26
1
-0
/
+3
*
KVM: s390: introduce and use kvm_s390_test_cpuflags()
David Hildenbrand
2018-01-24
1
-1
/
+6
*
KVM: s390: introduce and use kvm_s390_clear_cpuflags()
David Hildenbrand
2018-01-24
1
-0
/
+5
*
KVM: s390: rename __set_cpuflag() to kvm_s390_set_cpuflags()
David Hildenbrand
2018-01-24
1
-0
/
+5
*
KVM: s390: cleanup struct kvm_s390_float_interrupt
David Hildenbrand
2018-01-16
1
-1
/
+1
*
KVM: s390: Remove redundant license text
Greg Kroah-Hartman
2017-12-06
1
-4
/
+0
*
KVM: s390: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
2017-12-06
1
-0
/
+1
*
s390/sthyi: reorganize sthyi implementation
QingFeng Hao
2017-10-09
1
-3
/
+2
*
KVM: s390: Multiple Epoch Facility support
Collin L. Walling
2017-08-29
1
-0
/
+2
*
KVM: s390: Inject machine check into the guest
QingFeng Hao
2017-06-28
1
-0
/
+2
*
KVM: s390: Support keyless subset guest mode
Farhan Ali
2017-04-21
1
-0
/
+1
*
KVM: s390: gs support for kvm guests
Fan Zhang
2017-03-22
1
-0
/
+1
*
KVM: s390: use defines for execution controls
David Hildenbrand
2017-03-16
1
-1
/
+1
[next]