summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-25s390: extend expoline to BC instructionsMartin Schwidefsky1-0/+57
2018-05-25s390/ftrace: use expoline for indirect branchesMartin Schwidefsky1-0/+13
2018-05-25s390: move expoline assembler macros to a headerMartin Schwidefsky1-0/+125
2018-05-25s390: add assembler macros for CPU alternativesMartin Schwidefsky1-0/+108
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-18/+5
2018-05-09s390/facilites: use stfle_fac_list array size for MAX_FACILITY_BITHeiko Carstens1-1/+1
2018-04-29s390: correct nospec auto detection init orderMartin Schwidefsky1-0/+1
2018-04-29s390: add automatic detection of the spectre defenseMartin Schwidefsky1-4/+2
2018-04-29s390: introduce execute-trampolines for branchesMartin Schwidefsky2-1/+21
2018-04-29s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky2-0/+7
2018-04-29s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky1-0/+1
2018-04-29s390/alternative: use a copy of the facility bit maskMartin Schwidefsky2-1/+20
2018-04-29s390: add optimized array_index_mask_nospecMartin Schwidefsky1-0/+24
2018-04-29KVM: s390: wire up bpb featureChristian Borntraeger2-2/+6
2018-04-29s390: enable CPU alternatives unconditionallyHeiko Carstens1-17/+3
2018-04-29s390: introduce CPU alternativesVasily Gorbik1-0/+163
2017-12-16s390: always save and restore all registers on context switchHeiko Carstens1-10/+9
2017-12-10s390/pci: do not require AIS facilityChristian Borntraeger1-1/+1
2017-12-10s390/runtime instrumentation: simplify task exit handlingHeiko Carstens1-1/+3
2017-11-30s390/kbuild: enable modversions for symbols exported from asmHeiko Carstens1-0/+8
2017-11-30s390: fix transactional execution control register handlingHeiko Carstens1-1/+1
2017-10-08s390/mm: make pmdp_invalidate() do invalidation onlyGerald Schaefer1-1/+3
2017-09-27s390/mm: fix race on mm->context.flush_mmMartin Schwidefsky3-3/+7
2017-09-27s390/mm: fix local TLB flushing vs. detach of an mm address spaceMartin Schwidefsky2-23/+7
2017-09-09s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger1-1/+1
2017-07-28s390/syscalls: Fix out of bounds arguments accessJiri Olsa1-0/+6
2017-07-21s390: reduce ELF_ET_DYN_BASEKees Cook1-8/+7
2017-07-05s390/ctl_reg: make __ctl_load a full memory barrierHeiko Carstens1-1/+3
2017-04-27s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger1-0/+2
2017-04-12s390/uaccess: get_user() should zero on failure (again)Heiko Carstens1-1/+1
2017-03-15s390: TASK_SIZE for kernel threadsMartin Schwidefsky1-1/+2
2016-10-17s390/dumpstack: get rid of return_address againHeiko Carstens1-3/+1
2016-10-17s390/dumpstack: restore reliable indicator for call tracesHeiko Carstens1-1/+1
2016-10-17s390: ignore pkey system callsHeiko Carstens1-0/+3
2016-10-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+1
2016-10-08uprobes: remove function declarations from arch/{mips,s390}Marcin Nowakowski1-10/+0
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-68/+68
2016-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds11-246/+293
2016-09-22s390/pci_dma: improve lazy flush for unmapSebastian Ott1-0/+1
2016-09-20s390: export header for CLP ioctlSebastian Ott1-0/+1
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2016-09-14s390: get_user() should zero on failureAl Viro1-4/+4
2016-09-13Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-67/+67
2016-09-08Merge remote-tracking branch 'kvms390/s390forkvm' into kvms390nextChristian Borntraeger1-0/+24
2016-09-08KVM: s390: allow 255 VCPUs when sca entries aren't usedDavid Hildenbrand1-1/+1
2016-09-08KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh1-67/+67
2016-08-30mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf1-7/+12
2016-08-29s390/crypto: cpacf function detectionMartin Schwidefsky1-21/+34
2016-08-29s390/crypto: simplify return code handlingMartin Schwidefsky1-25/+8
2016-08-29s390/crypto: cleanup cpacf function codesMartin Schwidefsky1-57/+41