summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-261-2/+2
* s390/kvm: do not rely on the ILC on kvm host protection faulsChristian Borntraeger2017-06-171-6/+13
* s390/vmem: fix identity mappingHeiko Carstens2017-06-171-1/+1
* 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
* s390/pci: fix use after free in dma_initSebastian Ott2017-03-261-6/+10
* s390/kdump: Use "LINUX" ELF note name instead of "CORE"Michael Holzheu2017-03-181-8/+10
* 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
* 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/crypto: unlock on error in prng_tdes_read()Dan Carpenter2017-01-121-2/+4
* s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignmentMichael Holzheu2016-11-181-3/+3
* s390/mm: fix gmap tlb flush issuesDavid Hildenbrand2016-10-282-3/+4
* s390: get_user() should zero on failureAl Viro2016-09-241-4/+4
* s390/crypto: provide correct file mode at device register.Harald Freudenberger2016-09-151-0/+2
* s390/pci_dma: fix DMA table corruption with > 4 TB main memoryGerald Schaefer2016-09-153-7/+17
* Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL"Michael Holzheu2016-08-161-7/+0
* s390: fix test_fp_ctl inline assembly contraintsMartin Schwidefsky2016-07-271-1/+1
* s390/bpf: reduce maximum program size to 64 KBMichael Holzheu2016-06-241-1/+1
* s390/bpf: fix recache skb->data/hlen for skb_vlan_push/popMichael Holzheu2016-06-242-3/+3
* s390/mm: fix asce_bits handling with dynamic pagetable levelsGerald Schaefer2016-05-188-77/+62
* s390/pci: add extra padding to function measurement blockSebastian Ott2016-05-041-1/+2
* s390/pci: enforce fmb page boundary ruleSebastian Ott2016-04-122-2/+5
* s390/cpumf: add missing lpp magic initializationHeiko Carstens2016-04-121-0/+1
* s390: fix floating pointer register corruption (again)Martin Schwidefsky2016-04-121-104/+2
* s390/cpumf: Fix lpp detectionChristian Borntraeger2016-04-121-1/+1
* s390/mm: four page table levels vs. forkMartin Schwidefsky2016-03-162-10/+30
* KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUSDavid Hildenbrand2016-03-161-1/+1
* s390/fpu: signals vs. floating point control registerMartin Schwidefsky2016-03-031-0/+2
* s390/compat: correct restore of high gprs on signal returnMartin Schwidefsky2016-03-031-1/+1
* s390: fix normalization bug in exception table sortingArd Biesheuvel2016-03-031-2/+6
* KVM: s390: fix memory overwrites when vx is disabledDavid Hildenbrand2016-03-032-86/+43
* s390/kvm: remove dependency on struct save_area definitionMartin Schwidefsky2016-03-032-15/+16
* KVM: s390: fix guest fprs memory leakDavid Hildenbrand2016-03-031-1/+4
* s390/dis: Fix handling of format specifiersMichael Holzheu2015-12-181-5/+12
* Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-11-2418-243/+160
|\
| * s390: remove SALIPL loaderHeiko Carstens2015-11-161-79/+8
| * s390: wire up mlock2 system callHeiko Carstens2015-11-163-1/+4
| * s390: remove g5 elf platform supportHeiko Carstens2015-11-161-3/+0
| * s390: avoid cache aliasing under z/VM and KVMMartin Schwidefsky2015-11-164-86/+23
| * s390/sclp: _sclp_wait_int(): retain full PSW maskSascha Silbe2015-11-121-1/+1
| * s390: add support for ipl devices in subchannel sets > 0Sebastian Ott2015-11-113-12/+40
| * s390/ipl: fix out of bounds access in scpdata_writeSebastian Ott2015-11-111-12/+5
| * s390/pci_dma: improve debugging of errors during dma mapSebastian Ott2015-11-091-11/+30