summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-04-308-8/+145
|\
| * KVM: s390: vsie: Return correct values for Invalid CRYCB formatPierre Morel2019-04-291-1/+1
| * KVM: s390: vsie: Do not shadow CRYCB when no AP and no keysPierre Morel2019-04-291-2/+4
| * KVM: s390: provide kvm_arch_no_poll functionChristian Borntraeger2019-04-263-0/+19
| * KVM: s390: enable MSA9 keywrapping functions depending on cpu modelChristian Borntraeger2019-04-253-2/+31
| * KVM: s390: add deflate conversion facilty to cpu modelChristian Borntraeger2019-04-253-1/+22
| * KVM: s390: add enhanced sort facilty to cpu modelChristian Borntraeger2019-04-183-1/+23
| * KVM: s390: provide query function for instructions returning 32 byteChristian Borntraeger2019-04-181-0/+13
| * KVM: s390: add MSA9 to cpumodelChristian Borntraeger2019-04-184-1/+17
| * KVM: s390: add vector BCD enhancements facility to cpumodelChristian Borntraeger2019-04-181-0/+4
| * KVM: s390: add vector enhancements facility 2 to cpumodelChristian Borntraeger2019-04-181-0/+4
| * KVM: s390: Fix potential spectre warningsEric Farman2019-04-181-2/+9
* | kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-161-3/+0
* | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-6/+5
* | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-12/+5
|/
* Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-286-48/+76
|\
| * s390/cpumf: Fix warning from check_processor_idThomas Richter2019-03-281-6/+13
| * zcrypt: handle AP Info notification from CHSC SEI commandTony Krowiak2019-03-111-0/+11
| * s390/vtime: steal time exponential moving averageMartin Schwidefsky2019-03-063-38/+45
| * s390: limit brk randomization to 32MBMartin Schwidefsky2019-03-061-4/+7
* | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-173-6/+0
|\ \
| * | kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-1/+0
| * | kbuild: warn redundant generic-yMasahiro Yamada2019-03-172-2/+0
| * | kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-141-3/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-158-63/+605
|\ \ \ | |/ / |/| |
| * | Merge tag 'kvm-s390-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-02-228-62/+604
| |\ \
| | * | KVM: s390: add debug logging for cpu model subfunctionsChristian Borntraeger2019-02-221-0/+136
| | * | KVM: s390: implement subfunction processor callsChristian Borntraeger2019-02-222-13/+23
| | * | KVM: s390: fix possible null pointer dereference in pending_irqs()Michael Mueller2019-02-051-3/+7
| | * | KVM: s390: start using the GIBMichael Mueller2019-02-051-0/+7
| | * | KVM: s390: add gib_alert_irq_handler()Michael Mueller2019-02-056-2/+175
| | * | KVM: s390: kvm_s390_gisa_clear() now clears the IPM onlyMichael Mueller2019-02-051-3/+22
| | * | KVM: s390: add functions to (un)register GISC with GISAMichael Mueller2019-02-052-0/+125
| | * | KVM: s390: add kvm reference to struct sie_page2Michael Mueller2019-02-052-1/+3
| | * | KVM: s390: add the GIB and its related life-cyle functionsMichael Mueller2019-02-054-0/+55
| | * | s390/cio: add function chsc_sgib()Michael Mueller2019-02-051-0/+1
| | * | KVM: s390: introduce struct kvm_s390_gisa_interruptMichael Mueller2019-02-053-24/+36
| | * | KVM: s390: remove kvm_s390_ from gisa static inline functionsMichael Mueller2019-02-051-14/+13
| | * | KVM: s390: use pending_irqs_no_gisa() where appropriateMichael Mueller2019-02-051-2/+2
| | * | KVM: s390: coding style kvm_s390_gisa_init/clear()Michael Mueller2019-02-051-10/+10
| | * | KVM: s390: move bitmap idle_mask into arch struct top levelMichael Mueller2019-02-053-8/+7
| | * | KVM: s390: make bitmap declaration consistentMichael Mueller2019-02-052-2/+2
| | * | KVM: s390: drop obsolete else pathMichael Mueller2019-02-051-1/+1
| | * | KVM: s390: clarify kvm related kernel messageMichael Mueller2019-02-051-3/+3
| * | | KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-02-201-1/+1
* | | | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-125-2/+31
* | | | memblock: drop memblock_alloc_base()Mike Rapoport2019-03-121-1/+5
* | | | memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-122-0/+6
* | | | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-103-19/+16
|\ \ \ \
| * | | | kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-1/+1