summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2018-09-20s390/qdio: clean up AOB handlingJulian Wiedmann1-2/+0
2018-09-20s390: clean up stacks setupVasily Gorbik5-12/+9
2018-09-20s390/vdso: correct CFI annotations of vDSO functionsVasily Gorbik4-23/+27
2018-09-20s390/vdso: avoid 64-bit vdso mapping for compat tasksVasily Gorbik3-3/+8
2018-09-20s390: add initial 64-bit restart PSWMartin Schwidefsky1-0/+3
2018-09-20s390/sclp: Allow to request adapter resetJan Höppner1-0/+1
2018-09-20s390/hibernate: fix error handling when suspend cpu != resume cpuGerald Schaefer3-7/+6
2018-09-18Merge tag 'kvm-s390-master-4.19-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2-3/+5
2018-09-14Merge tag 's390-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+1
2018-09-12KVM: s390: Make huge pages unavailable in ucontrol VMsJanosch Frank1-2/+2
2018-09-12s390/mm: Check for valid vma before zapping in gmap_discardJanosch Frank1-1/+3
2018-09-04KVM: s390: Properly lock mm context allow_gmap_hpage_1m settingJanosch Frank2-1/+9
2018-09-04KVM: s390: vsie: copy wrapping keys to right placePierre Morel1-1/+2
2018-09-04KVM: s390: Fix pfmf and conditional skey emulationJanosch Frank1-12/+18
2018-09-04s390/crypto: Fix return code checking in cbc_paes_crypt()Ingo Franzki1-1/+1
2018-09-04crypto: x86 - remove SHA multibuffer routines and mcryptdArd Biesheuvel2-2/+0
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld1-1/+0
2018-08-29y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann1-0/+1
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann1-1/+0
2018-08-29asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann1-16/+2
2018-08-29y2038: Remove newstat family from default syscall setArnd Bergmann1-0/+1
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+1
2018-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds7-90/+80
2018-08-24s390: ebcdic: convert comments to UTF-8Arnd Bergmann1-18/+18
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-1/+1
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-08-21s390: remove gcc version check (4.3 or newer)Heiko Carstens1-8/+0
2018-08-21Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds5-12/+16
2018-08-20s390/zcrypt: code beautifyHarald Freudenberger1-36/+36
2018-08-20s390/zcrypt: switch return type to bool for ap_instructions_available()Harald Freudenberger1-3/+3
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-148/+223
2018-08-18mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-5/+8
2018-08-16s390/kdump: Remove kzalloc_panicPhilipp Rudo1-15/+12
2018-08-16s390/kdump: Fix memleak in nt_vmcoreinfoPhilipp Rudo1-5/+12
2018-08-16s390/kdump: Make elfcorehdr size calculation ABI compliantPhilipp Rudo1-16/+10
2018-08-16s390/pci: remove fmb address from debug outputSebastian Ott1-1/+0
2018-08-16s390/pci: remove stale rcSebastian Ott1-1/+0
2018-08-16s390/pci: fix out of bounds access during irq setupSebastian Ott1-0/+2
2018-08-16s390/zcrypt: fix ap_instructions_available() returncodesHarald Freudenberger1-5/+5
2018-08-16s390/ftrace: Add -mfentry and -mnop-mcount supportVasily Gorbik5-12/+16
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-7/+0
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-33/+0
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-5/+4
2018-08-14s390: reenable gcc plugins for realHeiko Carstens1-1/+1
2018-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds67-574/+1483
2018-08-14Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+10
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-82/+6
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-65/+0
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1