summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2016-03-22s390/mm: four page table levels vs. forkMartin Schwidefsky2-10/+30
2016-03-07s390/compat: correct restore of high gprs on signal returnMartin Schwidefsky1-1/+1
2016-02-03s390: fix normalization bug in exception table sortingArd Biesheuvel1-2/+6
2015-12-09KVM: s390: enable SIMD only when no VCPUs were createdDavid Hildenbrand1-1/+5
2015-12-09KVM: s390: avoid memory overwrites on emergency signal injectionDavid Hildenbrand1-0/+4
2015-12-09KVM: s390: fix wrong lookup of VCPUs by array indexDavid Hildenbrand2-8/+3
2015-12-09KVM: s390: SCA must not cross page boundariesDavid Hildenbrand1-1/+3
2015-10-23s390/boot/decompression: disable floating point in decompressorChristian Borntraeger1-1/+1
2015-10-23s390/compat: correct uc_sigmask of the compat signal frameMartin Schwidefsky1-4/+23
2015-09-29lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-1/+1
2015-09-21s390/setup: fix novx parameterMartin Schwidefsky1-8/+7
2015-08-10s390/cachinfo: add missing facility check to init_cache_level()Heiko Carstens1-0/+2
2015-08-10s390/bpf: clear correct BPF accumulator registerMichael Holzheu1-7/+7
2015-08-10s390/nmi: fix vector register corruptionHeiko Carstens2-22/+34
2015-08-10s390/sclp: clear upper register halves in _sclp_print_earlyMartin Schwidefsky1-0/+4
2015-08-10s390/process: fix sfpc inline assemblyHeiko Carstens1-1/+1
2015-07-21sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-8/+4
2015-07-10s390/kdump: fix REGSET_VX_LOW vector register ELF notesMichael Holzheu1-1/+1
2015-07-10s390/bpf: Fix backward jumpsMichael Holzheu1-1/+1
2015-07-10KVM: s390: clear floating interrupt bitmap and parametersJens Freimann1-0/+3
2015-07-10KVM: s390: fix external call injection without sigp interpretationDavid Hildenbrand1-1/+1
2015-06-04s390/bpf: fix bpf frame pointer setupMichael Holzheu1-4/+7
2015-06-04s390/bpf: fix stack allocationMichael Holzheu1-1/+3
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-12/+13
2015-05-22crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger1-12/+13
2015-05-19s390/mm: correct return value of pmd_pfnMartin Schwidefsky1-1/+1
2015-05-13s390/crypto: fix stckf loopHarald Freudenberger1-1/+1
2015-04-30s390/bpf: Fix gcov stack space problemMichael Holzheu1-1/+4
2015-04-30s390/bpf: Adjust ALU64_DIV/MOD to match interpreter changeMichael Holzheu1-8/+6
2015-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds10-328/+1032
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+9
2015-04-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2015-04-23s390/zcrypt: Introduce new SHA-512 based Pseudo Random Generator.Harald Freudenberger2-102/+870
2015-04-23s390/mm: change swap pte encoding and pgtable cleanupMartin Schwidefsky2-123/+97
2015-04-23s390/mm: correct transfer of dirty & young bits in __pmd_to_pteMartin Schwidefsky1-2/+2
2015-04-23s390/bpf: add dependency to z196 featuresHeiko Carstens1-1/+1
2015-04-23s390/kvm: remove delayed reallocation of page tables for KVMMartin Schwidefsky5-100/+59
2015-04-23kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFPMartin Schwidefsky1-0/+3
2015-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds9-823/+1273
2015-04-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+5
2015-04-16s390: remove use of seq_printf return valueJoe Perches1-2/+4
2015-04-16kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-0/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-27/+4
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+0
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-9/+9
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-2/+0
2015-04-15KVM: s390: disable RRBM againChristian Borntraeger1-1/+1
2015-04-15s390/pci: add locking for fmb accessSebastian Ott3-6/+12
2015-04-15s390/pci: extract software counters from fmbSebastian Ott4-14/+28
2015-04-15s390/bpf: Add s390x eBPF JIT compiler backendMichael Holzheu4-803/+1234