summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | s390/arch: install kernels with their proper version IDStefan Raspl2020-02-191-11/+6
| * | | s390/cpum_sf: Rework sampling buffer allocationThomas Richter2020-02-171-19/+21
* | | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-036-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-256-0/+6
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-0225-335/+2203
|\ \ \
| * | | KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-311-2/+2
| * | | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-318-29/+25
| |\ \ \
| * \ \ \ Merge tag 'kvm-s390-next-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-301-4/+5
| |\ \ \ \
| | * | | | s390/gmap: return proper error code on ksm unsharingChristian Borntraeger2020-03-271-4/+5
| * | | | | Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-265-17/+20
| |\| | | |
| | * | | | KVM: s390: mark sie block as 512 byte alignedChristian Borntraeger2020-03-231-1/+1
| | * | | | KVM: s390: Use fallthrough;Joe Perches2020-03-234-16/+19
| * | | | | KVM: Fix out of range accesses to memslotsSean Christopherson2020-03-261-0/+3
| * | | | | Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-1625-297/+2175
| |\| | | |
| | * | | | KVM: s390: introduce module parameter kvm.use_gisaMichael Mueller2020-02-271-1/+7
| | * | | | KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTEDChristian Borntraeger2020-02-271-0/+3
| | * | | | KVM: s390: protvirt: Add UV cpu reset callsJanosch Frank2020-02-272-0/+26
| | * | | | KVM: s390: protvirt: do not inject interrupts after startChristian Borntraeger2020-02-271-0/+7
| | * | | | KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112Janosch Frank2020-02-271-0/+11
| | * | | | KVM: s390: protvirt: Support cmd 5 operation stateJanosch Frank2020-02-272-0/+7
| | * | | | KVM: s390: protvirt: Report CPU state to UltravisorJanosch Frank2020-02-276-13/+79
| | * | | | KVM: s390: protvirt: UV calls in support of diag308 0, 1Janosch Frank2020-02-272-0/+26
| | * | | | KVM: s390: protvirt: Add program exception injectionJanosch Frank2020-02-271-0/+19
| | * | | | KVM: s390: protvirt: Only sync fmt4 registersJanosch Frank2020-02-271-40/+70
| | * | | | KVM: s390: protvirt: Do only reset registers that are accessibleJanosch Frank2020-02-271-4/+11
| | * | | | KVM: s390: protvirt: disallow one_regJanosch Frank2020-02-271-0/+3
| | * | | | KVM: s390: protvirt: STSI handlingJanosch Frank2020-02-271-4/+9
| | * | | | KVM: s390: protvirt: Write sthyi data to instruction data areaJanosch Frank2020-02-271-5/+10
| | * | | | KVM: s390/mm: handle guest unpin eventsClaudio Imbrenda2020-02-271-0/+29
| | * | | | KVM: s390: protvirt: handle secure guest prefix pagesJanosch Frank2020-02-272-0/+19
| | * | | | KVM: S390: protvirt: Introduce instruction data area bounce bufferJanosch Frank2020-02-273-9/+84
| | * | | | KVM: s390: protvirt: Add new gprs location handlingJanosch Frank2020-02-272-1/+14
| | * | | | KVM: s390: protvirt: Handle spec exception loopsJanosch Frank2020-02-271-0/+7
| | * | | | KVM: s390: protvirt: Add SCLP interrupt handlingChristian Borntraeger2020-02-274-19/+115
| | * | | | KVM: s390: protvirt: Implement interrupt injectionMichael Mueller2020-02-272-39/+138
| | * | | | KVM: s390: protvirt: Instruction emulationJanosch Frank2020-02-272-0/+13
| | * | | | KVM: s390: protvirt: Handle SE notification interceptionsJanosch Frank2020-02-272-1/+12
| | * | | | KVM: s390/mm: Make pages accessible before destroying the guestChristian Borntraeger2020-02-273-0/+39
| | * | | | KVM: s390: protvirt: Secure memory is not mergeableJanosch Frank2020-02-273-10/+27
| | * | | | KVM: s390: protvirt: Add initial vm and cpu lifecycle handlingJanosch Frank2020-02-276-4/+604
| | * | | | KVM: s390: add new variants of UV CALLJanosch Frank2020-02-271-5/+60
| | * | | | KVM: s390: protvirt: Add UV debug traceJanosch Frank2020-02-272-3/+21
| | * | | | KVM: s390/interrupt: do not pin adapter interrupt pagesUlrich Weigand2020-02-272-124/+49
| | * | | | s390/protvirt: Add sysfs firmware interface for Ultravisor informationJanosch Frank2020-02-271-0/+87
| | * | | | s390/mm: add (non)secure page access exceptions handlersVasily Gorbik2020-02-273-2/+82
| | * | | | s390/mm: provide memory management functions for protected KVM guestsClaudio Imbrenda2020-02-277-5/+300
| | * | | | s390/protvirt: add ultravisor initializationVasily Gorbik2020-02-273-0/+68
| | * | | | s390/protvirt: introduce host side setupVasily Gorbik2020-02-276-7/+117
| | | |_|/ | | |/| |
| * | | | KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu2020-03-161-1/+0
| * | | | KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson2020-03-161-10/+2