summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)Author
2020-02-28s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor
2020-02-28s390/time: Fix clk type in get_tod_clockNathan Chancellor
2019-11-06s390/uaccess: avoid (false positive) compiler warningsChristian Borntraeger
2019-07-21s390: fix stfle zero paddingHeiko Carstens
2019-05-04s390: limit brk randomization to 32MBMartin Schwidefsky
2018-09-05s390/qdio: reset old sbal_state flagsJulian Wiedmann
2018-08-03perf: fix invalid bit in diagnostic entryThomas Richter
2018-08-03s390/cpum_sf: Add data entry sizes to sampling trailer entryThomas Richter
2018-05-25s390: extend expoline to BC instructionsMartin Schwidefsky
2018-05-25s390/ftrace: use expoline for indirect branchesMartin Schwidefsky
2018-05-25s390: move expoline assembler macros to a headerMartin Schwidefsky
2018-05-25s390: add assembler macros for CPU alternativesMartin Schwidefsky
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-05-09s390/facilites: use stfle_fac_list array size for MAX_FACILITY_BITHeiko Carstens
2018-04-29s390: correct nospec auto detection init orderMartin Schwidefsky
2018-04-29s390: add automatic detection of the spectre defenseMartin Schwidefsky
2018-04-29s390: introduce execute-trampolines for branchesMartin Schwidefsky
2018-04-29s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky
2018-04-29s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky
2018-04-29s390/alternative: use a copy of the facility bit maskMartin Schwidefsky
2018-04-29s390: add optimized array_index_mask_nospecMartin Schwidefsky
2018-04-29KVM: s390: wire up bpb featureChristian Borntraeger
2018-04-29s390: enable CPU alternatives unconditionallyHeiko Carstens
2018-04-29s390: introduce CPU alternativesVasily Gorbik
2017-12-16s390: always save and restore all registers on context switchHeiko Carstens
2017-12-09s390/pci: do not require AIS facilityChristian Borntraeger
2017-12-09s390/runtime instrumentation: simplify task exit handlingHeiko Carstens
2017-11-30s390/kbuild: enable modversions for symbols exported from asmHeiko Carstens
2017-11-30s390: fix transactional execution control register handlingHeiko Carstens
2017-10-08s390/mm: make pmdp_invalidate() do invalidation onlyGerald Schaefer
2017-09-27s390/mm: fix race on mm->context.flush_mmMartin Schwidefsky
2017-09-27s390/mm: fix local TLB flushing vs. detach of an mm address spaceMartin Schwidefsky
2017-09-09s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger
2017-07-27s390/syscalls: Fix out of bounds arguments accessJiri Olsa
2017-07-21s390: reduce ELF_ET_DYN_BASEKees Cook
2017-07-05s390/ctl_reg: make __ctl_load a full memory barrierHeiko Carstens
2017-04-27s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger
2017-04-12s390/uaccess: get_user() should zero on failure (again)Heiko Carstens
2017-03-15s390: TASK_SIZE for kernel threadsMartin Schwidefsky
2016-10-17s390/dumpstack: get rid of return_address againHeiko Carstens
2016-10-17s390/dumpstack: restore reliable indicator for call tracesHeiko Carstens
2016-10-17s390: ignore pkey system callsHeiko Carstens
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-10-07uprobes: remove function declarations from arch/{mips,s390}Marcin Nowakowski
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-09-22s390/pci_dma: improve lazy flush for unmapSebastian Ott
2016-09-20s390: export header for CLP ioctlSebastian Ott
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-13s390: get_user() should zero on failureAl Viro