summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/uaccess: avoid (false positive) compiler warningsChristian Borntraeger2019-11-061-2/+2
* s390/kaslr: add support for R_390_GLOB_DAT relocation typeGerald Schaefer2019-10-292-3/+12
* s390/mm: fix -Wunused-but-set-variable warningsQian Cai2019-10-292-3/+9
* KVM: s390: fix __insn32_query() inline assemblyHeiko Carstens2019-10-111-3/+3
* s390/topology: avoid firing events before kobjs are createdVasily Gorbik2019-10-111-1/+2
* KVM: s390: Test for bad access register and size at the start of S390_MEM_OPThomas Huth2019-10-111-1/+1
* s390/process: avoid potential reading of freed stackVasily Gorbik2019-10-111-6/+16
* hypfs: Fix error number left in struct pointer memberDavid Howells2019-10-071-4/+5
* s390/crypto: xts-aes-s390 fix extra run-time crypto self tests findingHarald Freudenberger2019-10-051-0/+6
* s390/kasan: provide uninstrumented __strlenVasily Gorbik2019-10-051-2/+7
* Merge tag 'kvm-s390-master-5.3-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2019-09-142-1/+13
|\
| * KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctlThomas Huth2019-09-122-1/+11
| * KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as...Igor Mammedov2019-09-121-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-231-5/+7
|\ \
| * | s390/bpf: use 32-bit index for tail callsIlya Leoshkevich2019-08-131-4/+6
| * | s390/bpf: fix lcgr instruction encodingIlya Leoshkevich2019-08-121-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-091-10/+0
|\ \ \
| * \ \ Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-0912-121/+109
| |\ \ \
| * | | | KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-10/+0
* | | | | s390/vdso: map vdso also for statically linked binariesHeiko Carstens2019-08-091-5/+0
* | | | | s390/build: use size command to perform empty .bss checkVasily Gorbik2019-08-081-2/+1
* | | | | s390: put _stext and _etext into .text sectionVasily Gorbik2019-08-061-6/+4
* | | | | s390/head64: cleanup unused labelsVasily Gorbik2019-08-061-7/+0
* | | | | s390/unwind: remove stack recursion warningVasily Gorbik2019-08-061-5/+1
* | | | | s390/setup: adjust start_code of init_mm to _textVasily Gorbik2019-08-061-2/+1
* | | | | s390/mm: fix dump_pagetables top level page table walkingVasily Gorbik2019-08-061-6/+6
* | | | | s390/protvirt: avoid memory sharing for diag 308 set/storeVasily Gorbik2019-08-062-11/+0
| |_|/ / |/| | |
* | | | s390/mm: add fallthrough annotationsHeiko Carstens2019-07-291-0/+3
* | | | s390/mm: make gmap_test_and_clear_dirty_pmd staticVasily Gorbik2019-07-291-2/+2
* | | | s390/kexec: add missing include to machine_kexec_reloc.cVasily Gorbik2019-07-291-0/+1
* | | | s390/perf: make cf_diag_csd staticVasily Gorbik2019-07-291-1/+1
* | | | s390/lib: add missing includeVasily Gorbik2019-07-291-0/+1
* | | | s390/boot: add missing declarations and includesVasily Gorbik2019-07-293-0/+3
* | | | s390: update configsHeiko Carstens2019-07-293-228/+366
* | | | s390: clean up qdio.hJulian Wiedmann2019-07-291-5/+5
| |_|/ |/| |
* | | Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-07-282-2/+2
|\ \ \
| * | | treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-252-2/+2
| | |/ | |/|
* | | s390/mm: use shared variables for sysctl range checkVasily Gorbik2019-07-261-4/+2
* | | s390/dma: provide proper ARCH_ZONE_DMA_BITS valueHalil Pasic2019-07-261-0/+2
* | | s390/kasan: add bitops instrumentationVasily Gorbik2019-07-231-30/+35
* | | s390/bitops: make test functions return boolVasily Gorbik2019-07-231-12/+14
* | | s390: wire up clone3 system callVasily Gorbik2019-07-232-1/+2
* | | s390: use __u{16,32,64} instead of uint{16,32,64}_t in uapi headerMasahiro Yamada2019-07-231-17/+18
* | | s390/hypfs: fix a typo in the name of a functionChristophe JAILLET2019-07-231-2/+2
* | | s390: enable detection of kernel version from bzImageVasily Gorbik2019-07-235-2/+13
|/ /
* | Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-202-1/+7
|\ \
| * | dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2019-07-162-1/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-201-20/+3
|\ \ \ | | |/ | |/|
| * | KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeupWanpeng Li2019-07-201-20/+3
| * | KVM: Boost vCPUs that are delivering interruptsWanpeng Li2019-07-201-1/+1
| |/