summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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
* | | Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-175-2/+5
|\ \ \
| * | | s390: move arch/s390/defconfig to arch/s390/configs/defconfigMasahiro Yamada2019-05-142-0/+2
| * | | s390/kasan: adapt disabled_wait usage to avoid build errorVasily Gorbik2019-05-081-1/+1
| * | | s390/boot: fix compiler error due to missing awk strtonumMartin Schwidefsky2019-05-072-1/+2
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-0/+6
|\ \ \ \
| * | | | uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* | | | | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-162-6/+0
|\ \ \ \ \
| * | | | | arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-232-6/+0
* | | | | | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-151-5/+0
|\ \ \ \ \ \
| * | | | | | livepatch: Remove klp_check_compiler_support()Jiri Kosina2019-05-101-5/+0
| | |_|_|_|/ | |/| | | |
* | | | | | s390/cpacf: mark scpacf_query() as __always_inlineMasahiro Yamada2019-05-141-1/+1
* | | | | | mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-141-0/+1
* | | | | | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-2/+3
* | | | | | mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+3
* | | | | | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-142-4/+6
* | | | | | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-141-1/+1
* | | | | | initramfs: poison freed initrd memoryChristoph Hellwig2019-05-141-8/+0
* | | | | | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
| |_|/ / / |/| | | |
* | | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-2/+2
|\ \ \ \ \