summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-335/+2203
2020-04-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+2
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-4/+1
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-2/+1
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-15/+0
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+4
2020-03-31KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson1-2/+2
2020-03-31Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini8-29/+25
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+0
2020-03-30Merge tag 'kvm-s390-next-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-4/+5
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner1-2/+0
2020-03-27[parisc, s390, sparc64] no need for access_ok() in futex handlingAl Viro1-2/+0
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro1-2/+2
2020-03-27s390/gmap: return proper error code on ksm unsharingChristian Borntraeger1-4/+5
2020-03-26Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini5-17/+20
2020-03-26KVM: Fix out of range accesses to memslotsSean Christopherson1-0/+3
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+17
2020-03-25s390/qdio: extend polling support to multiple queuesJulian Wiedmann1-5/+4
2020-03-23KVM: s390: mark sie block as 512 byte alignedChristian Borntraeger1-1/+1
2020-03-23KVM: s390: Use fallthrough;Joe Perches4-16/+19
2020-03-16Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini25-297/+2175
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu1-1/+0
2020-03-16KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson1-10/+2
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson1-3/+2
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson1-1/+1
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson1-1/+1
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson1-6/+0
2020-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+17
2020-03-12ima: add a new CONFIG for loading arch-specific policiesNayna Jain2-1/+2
2020-03-11KVM: s390: Also reset registers in sync regs for initial cpu resetChristian Borntraeger1-1/+17
2020-03-04s390/pci: Fix unexpected write combine on resourceNiklas Schnelle1-2/+2
2020-03-04s390/mm: fix panic in gup_fast on large pudGerald Schaefer1-0/+6
2020-02-27KVM: s390: introduce module parameter kvm.use_gisaMichael Mueller1-1/+7
2020-02-27KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTEDChristian Borntraeger1-0/+3
2020-02-27KVM: s390: protvirt: Add UV cpu reset callsJanosch Frank2-0/+26
2020-02-27KVM: s390: protvirt: do not inject interrupts after startChristian Borntraeger1-0/+7
2020-02-27KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112Janosch Frank1-0/+11
2020-02-27KVM: s390: protvirt: Support cmd 5 operation stateJanosch Frank2-0/+7
2020-02-27KVM: s390: protvirt: Report CPU state to UltravisorJanosch Frank6-13/+79
2020-02-27KVM: s390: protvirt: UV calls in support of diag308 0, 1Janosch Frank2-0/+26
2020-02-27KVM: s390: protvirt: Add program exception injectionJanosch Frank1-0/+19
2020-02-27KVM: s390: protvirt: Only sync fmt4 registersJanosch Frank1-40/+70
2020-02-27KVM: s390: protvirt: Do only reset registers that are accessibleJanosch Frank1-4/+11
2020-02-27KVM: s390: protvirt: disallow one_regJanosch Frank1-0/+3
2020-02-27KVM: s390: protvirt: STSI handlingJanosch Frank1-4/+9
2020-02-27KVM: s390: protvirt: Write sthyi data to instruction data areaJanosch Frank1-5/+10
2020-02-27KVM: s390/mm: handle guest unpin eventsClaudio Imbrenda1-0/+29
2020-02-27KVM: s390: protvirt: handle secure guest prefix pagesJanosch Frank2-0/+19
2020-02-27KVM: S390: protvirt: Introduce instruction data area bounce bufferJanosch Frank3-9/+84