summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390: always save and restore all registers on context switchHeiko Carstens2017-12-161-10/+9
* KVM: s390: Fix skey emulation permission checkJanosch Frank2017-12-141-2/+9
* s390: fix compat system call tableHeiko Carstens2017-12-141-3/+3
* s390/pci: do not require AIS facilityChristian Borntraeger2017-12-093-4/+9
* s390/runtime instrumentation: simplify task exit handlingHeiko Carstens2017-12-093-18/+19
* s390/kbuild: enable modversions for symbols exported from asmHeiko Carstens2017-11-301-0/+8
* s390/disassembler: increase show_code buffer sizeVasily Gorbik2017-11-301-2/+2
* s390/disassembler: add missing end marker for e7 tableHeiko Carstens2017-11-301-0/+1
* s390/runtime instrumention: fix possible memory corruptionHeiko Carstens2017-11-301-2/+2
* s390: fix transactional execution control register handlingHeiko Carstens2017-11-303-2/+5
* security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni2017-11-181-3/+0
* s390/topology: make "topology=off" parameter workHeiko Carstens2017-11-152-9/+14
* s390/crypto: Extend key length check for AES-XTS in fips mode.Harald Freudenberger2017-11-081-0/+7
* s390/prng: Adjust generation of entropy to produce real 256 bits.Harald Freudenberger2017-11-081-16/+24
* s390/mm: make pmdp_invalidate() do invalidation onlyGerald Schaefer2017-10-081-1/+3
* s390/mm: fix write access check in gup_huge_pmd()Gerald Schaefer2017-10-051-4/+3
* s390/mm: fix race on mm->context.flush_mmMartin Schwidefsky2017-09-273-3/+7
* s390/mm: fix local TLB flushing vs. detach of an mm address spaceMartin Schwidefsky2017-09-272-23/+7
* s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangsChristian Borntraeger2017-09-092-8/+33
* KVM: s390: sthyi: fix specification exception detectionHeiko Carstens2017-08-301-1/+4
* KVM: s390: sthyi: fix sthyi inline assemblyHeiko Carstens2017-08-301-1/+1
* bpf, s390: fix jit branch offset related to ldimm64Daniel Borkmann2017-08-121-1/+2
* s390/syscalls: Fix out of bounds arguments accessJiri Olsa2017-07-271-0/+6
* s390: reduce ELF_ET_DYN_BASEKees Cook2017-07-211-8/+7
* s390/ctl_reg: make __ctl_load a full memory barrierHeiko Carstens2017-07-051-1/+3
* KVM: s390: gaccess: fix real-space designation asce handling for gmap shadowsHeiko Carstens2017-06-291-9/+6
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-241-2/+2
* s390/kvm: do not rely on the ILC on kvm host protection faulsChristian Borntraeger2017-06-171-6/+13
* s390/cputime: fix incorrect system timeMartin Schwidefsky2017-05-251-3/+18
* s390/kdump: Add final noteMichael Holzheu2017-05-251-0/+15
* s390/mm: fix CMMA vs KSM vs othersChristian Borntraeger2017-04-271-0/+2
* s390/uaccess: get_user() should zero on failure (again)Heiko Carstens2017-04-121-1/+1
* s390/decompressor: fix initrd corruption caused by bss clearMarcelo Henrique Cerri2017-04-121-16/+19
* KVM: s390: Fix guest migration for huge guests resulting in panicJanosch Frank2017-03-181-1/+18
* s390: use correct input data address for setup_randomnessHeiko Carstens2017-03-151-1/+1
* s390: make setup_randomness workHeiko Carstens2017-03-151-3/+3
* s390: TASK_SIZE for kernel threadsMartin Schwidefsky2017-03-151-1/+2
* s390/kdump: Use "LINUX" ELF note name instead of "CORE"Michael Holzheu2017-03-151-1/+5
* KVM: s390: Disable dirty log retrieval for UCONTROL guestsJanosch Frank2017-03-151-0/+3
* s390/ptrace: Preserve previous registers for short regset writeMartin Schwidefsky2017-02-011-0/+8
* s390/mm: Fix cmma unused transfer from pgste into pteChristian Borntraeger2017-02-011-3/+4
* KVM: s390: do not expose random data via facility bitmapChristian Borntraeger2017-01-261-2/+2
* s390/pci: fix dma address calculation in map_sgSebastian Ott2017-01-121-7/+8
* s390/topology: always use s390 specific sched_domain_topology_levelHeiko Carstens2017-01-121-1/+1
* s390/crypto: unlock on error in prng_tdes_read()Dan Carpenter2017-01-121-2/+4
* s390/kexec: use node 0 when re-adding crash kernel memoryHeiko Carstens2017-01-091-1/+1
* Merge branch 'maybe-uninitialized' (patches from Arnd)Linus Torvalds2016-11-111-1/+1
|\
| * s390: pci: don't print uninitialized data for debuggingArnd Bergmann2016-11-111-1/+1
* | mm: kmemleak: scan .data.ro_after_initJakub Kicinski2016-11-111-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-11-091-3/+3
|\