aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long1-1/+0
2019-03-28Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-48/+76
2019-03-28s390/cpumf: Fix warning from check_processor_idThomas Richter1-6/+13
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds3-6/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-1/+0
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada2-2/+0
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-63/+605
2019-03-14kbuild: move archive command to scripts/Makefile.libMasahiro Yamada1-3/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport5-2/+31
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport1-1/+5
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport2-0/+6
2019-03-11zcrypt: handle AP Info notification from CHSC SEI commandTony Krowiak1-0/+11
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds3-19/+16
2019-03-09Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-2/+2
2019-03-07arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()Mike Rapoport1-9/+1
2019-03-07arch: simplify several early memory allocationsMike Rapoport1-5/+1
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-7/+8
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2019-03-06s390/vtime: steal time exponential moving averageMartin Schwidefsky3-38/+45
2019-03-06s390: limit brk randomization to 32MBMartin Schwidefsky1-4/+7
2019-03-05s390/vdso: don't clear PG_reservedDavid Hildenbrand1-2/+0
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2-2/+3
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2-4/+6
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-32/+62
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds53-1022/+1693
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-139/+68
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-03-01s390/suspend: fix prefix register reset in swsusp_arch_resumeMartin Schwidefsky1-3/+3
2019-03-01s390: warn about clearing als implied facilitiesVasily Gorbik3-2/+20
2019-03-01s390: allow overriding facilities via command lineVasily Gorbik3-2/+50
2019-03-01s390: clean up redundant facilities list setupVasily Gorbik2-4/+0
2019-03-01s390/als: remove duplicated in-place implementation of stfleVasily Gorbik1-14/+1
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar3-4/+6
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-02-22Merge tag 'kvm-s390-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-nextPaolo Bonzini8-62/+604
2019-02-22KVM: s390: add debug logging for cpu model subfunctionsChristian Borntraeger1-0/+136
2019-02-22KVM: s390: implement subfunction processor callsChristian Borntraeger2-13/+23
2019-02-22s390/cpum_cf: Handle EBUSY return code from CPU counter facility reservationThomas Richter1-1/+3
2019-02-22s390/cpum_cf_diag: Add support for s390 counter facility diagnostic traceThomas Richter4-0/+721
2019-02-22s390/cpum_cf: add ctr_stcctm() functionHendrik Brueckner1-0/+19
2019-02-22s390/cpum_cf: move common functions into a separate fileHendrik Brueckner3-182/+206
2019-02-22s390/cpum_cf: introduce kernel_cpumcf_avail() functionHendrik Brueckner2-3/+18
2019-02-22s390/cpu_mf: replace stcctm5() with the stcctm() functionHendrik Brueckner2-18/+11
2019-02-22s390/cpu_mf: add store cpu counter multiple instruction supportHendrik Brueckner2-0/+39
2019-02-22s390/cpum_cf: Add minimal in-kernel interface for counter measurementsHendrik Brueckner1-0/+14
2019-02-22s390/cpum_cf: introduce kernel_cpumcf_alert() to obtain measurement alertsHendrik Brueckner2-0/+20
2019-02-22s390/cpu_mf: move struct cpu_cf_events and per-CPU variable to header fileHendrik Brueckner2-9/+11
2019-02-22s390/cpum_cf: rename per-CPU counter facility structure and variablesHendrik Brueckner1-20/+20
2019-02-22s390/cpum_cf: prepare for in-kernel counter measurementsHendrik Brueckner2-6/+29