summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | s390/crypto: sha: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand2019-06-153-3/+3
| * | | | | | s390/crypto: prng: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand2019-06-151-2/+2
| * | | | | | s390/crypto: ghash: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand2019-06-151-1/+1
| * | | | | | s390/kdump: get rid of compile warningHeiko Carstens2019-06-111-1/+2
| * | | | | | s390: include/asm/debug.h add kerneldoc markupsMauro Carvalho Chehab2019-06-111-0/+231
| * | | | | | docs: s390: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-112-4/+4
| * | | | | | s390/jump_label: remove unused structure definitionHeiko Carstens2019-06-071-5/+0Star
| * | | | | | s390/boot: disable address-of-packed-member warningHeiko Carstens2019-06-071-0/+1
| * | | | | | s390: fix unrecognized __aligned() in uapi headerMasahiro Yamada2019-06-071-1/+1
| * | | | | | s390/configs: remove useless UEVENT_HELPER_PATHKrzysztof Kozlowski2019-06-072-2/+0Star
| * | | | | | s390: enforce CONFIG_HOTPLUG_CPUHeiko Carstens2019-06-073-29/+0Star
| * | | | | | s390: enforce CONFIG_SMPHeiko Carstens2019-06-0712-95/+7Star
| * | | | | | s390/disassembler: update opcode tableMartin Schwidefsky2019-06-042-10/+46
| * | | | | | s390/mm: mmap base does not depend on ADDR_NO_RANDOMIZE personalityAlexandre Ghiti2019-06-041-2/+0Star
| * | | | | | s390/Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult2019-06-041-1/+1
| * | | | | | s390/purgatory: update .gitignoreMasahiro Yamada2019-06-041-1/+2
| * | | | | | s390: drop meaningless 'targets' from tools MakefileMasahiro Yamada2019-06-041-1/+0Star
| * | | | | | s390: drop redundant directory creation from tools MakefileMasahiro Yamada2019-06-041-3/+0Star
| * | | | | | s390: drop unneeded -Wall addition from tools MakefileMasahiro Yamada2019-06-041-2/+1Star
| * | | | | | s390: do not pass $(LINUXINCLUDE) to gen_opcode_table.cMasahiro Yamada2019-06-041-1/+1
| * | | | | | s390/idal: use struct_size() in kmalloc()xiaolinkui2019-06-041-2/+1Star
| * | | | | | s390/jump_label: replace stop_machine with smp_call_functionMartin Schwidefsky2019-06-042-17/+10Star
| |/ / / / /
* | | | | | s390/ctl_reg: mark __ctl_set_bit and __ctl_clear_bit as __always_inlineGuenter Roeck2019-06-111-2/+2
* | | | | | s390/boot: disable address-of-packed-member warningHeiko Carstens2019-06-111-0/+1
| |/ / / / |/| | | |
* | | | | s390/unwind: correct stack switching during unwindVasily Gorbik2019-06-071-1/+1
* | | | | s390/mm: fix address space detection in exception handlingGerald Schaefer2019-06-051-1/+4
|/ / / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-06-021-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-05-281-0/+1
| | |/ | |/|
* | | Merge tag 's390-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-318-67/+144
|\ \ \ | |/ / |/| |
| * | s390/crypto: fix possible sleep during spinlock aquiredHarald Freudenberger2019-05-292-7/+8
| * | s390/crypto: fix gcm-aes-s390 selftest failuresHarald Freudenberger2019-05-281-41/+107
| * | s390/zcrypt: Fix wrong dispatching for control domain CPRBsHarald Freudenberger2019-05-281-2/+2
| * | s390/pci: fix assignment of bus resourcesSebastian Ott2019-05-281-1/+4
| * | s390/pci: fix struct definition for set PCI functionSebastian Ott2019-05-282-13/+18
| * | s390: mark __cpacf_check_opcode() and cpacf_query_func() as __always_inlineMasahiro Yamada2019-05-281-2/+2
| * | s390: add unreachable() to dump_fault_info() to fix -Wmaybe-uninitializedMasahiro Yamada2019-05-281-1/+3
| |/
* | KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger2019-05-241-14/+21
* | KVM: s390: change default halt poll time to 50usChristian Borntraeger2019-05-201-1/+1
* | KVM: s390: fix typo in parameter descriptionWei Yongjun2019-05-201-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-178-11/+145
|\
| * 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