aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-7/+8
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-67/+152
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds29-195/+614
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap2-2/+1
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski1-1/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2-4/+4
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski1-2/+3
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski1-2/+2
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski1-1/+1
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-1/+1
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski1-3/+3
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski1-1/+1
2018-03-28s390/kvm: improve stack frame constants in entry.SMartin Schwidefsky2-13/+14
2018-03-28s390/lpp: use assembler alternatives for the LPP instructionMartin Schwidefsky4-14/+8
2018-03-28s390/entry.S: use assembler alternativesMartin Schwidefsky1-49/+7
2018-03-28s390: add assembler macros for CPU alternativesMartin Schwidefsky1-0/+108
2018-03-28s390: add sysfs attributes for spectreMartin Schwidefsky2-0/+20
2018-03-28s390: report spectre mitigation via syslogMartin Schwidefsky1-0/+10
2018-03-28s390: add automatic detection of the spectre defenseMartin Schwidefsky6-38/+52
2018-03-28s390: move nobp parameter functions to nospec-branch.cMartin Schwidefsky3-25/+29
2018-03-26s390/chsc: query utility strings via fmt3 channel path descriptorSebastian Ott1-2/+4
2018-03-26s390/cio: rename struct channel_path_descSebastian Ott2-2/+2
2018-03-18s390/decompressor: trim uncompressed image head during the buildVasily Gorbik2-8/+14
2018-03-18s390/crypto: Fix kernel crash on aes_s390 module remove.Harald Freudenberger1-1/+4
2018-03-18s390/setup : enable display support for KVM guestFarhan Ali1-0/+2
2018-03-16Merge tag 'kvm-s390-next-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini11-66/+150
2018-03-14KVM: s390: provide counters for all interrupt injects/deliveryChristian Borntraeger3-11/+63
2018-03-14KVM: add machine check counter to kvm_statQingFeng Hao3-0/+3
2018-03-14s390/setup: enable display support for KVM guestFarhan Ali1-0/+2
2018-03-14KVM: s390: fix fallthrough annotationSebastian Ott1-6/+3
2018-03-14KVM: s390: add exit io request stats and simplify codeChristian Borntraeger3-13/+6
2018-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2018-03-09KVM: s390: Refactor host cmma and pfmfi interpretation controlsJanosch Frank5-16/+18
2018-03-09KVM: s390: implement CPU model only facilitiesChristian Borntraeger3-21/+54
2018-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-6/+9
2018-03-06KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li1-0/+5
2018-03-06KVM: s390: fix memory overwrites when not using SCA entriesDavid Hildenbrand1-0/+1
2018-03-06s390/entry.S: fix spurious zeroing of r0Christian Borntraeger1-2/+2
2018-03-02s390: Fix runtime warning about negative pgtables_bytesGuenter Roeck1-0/+1
2018-03-01KVM: s390: provide io interrupt kvm_statChristian Borntraeger1-0/+1
2018-02-27s390: fix typo in irb descriptionJulian Wiedmann1-1/+1
2018-02-27s390: set bzImage as default image for packagingVasily Gorbik1-3/+3
2018-02-27s390: unify linker symbols usageVasily Gorbik5-20/+20
2018-02-27s390/decompressor: discard __ex_table sectionVasily Gorbik1-0/+1
2018-02-22s390: fix comment for scsw_cmd_is_valid_sctlCornelia Huck1-2/+2
2018-02-22s390/dasd: configurable IFCC handlingStefan Haberland1-18/+20
2018-02-22s390/mm: provide base_asce_alloc() / base_asce_free() helper functionsHeiko Carstens2-1/+295