aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-133/+369
2019-11-18s390/bpf: Remove JITed image size limitationsIlya Leoshkevich1-7/+0
2019-11-18s390/bpf: Use lg(f)rl when long displacement cannot be usedIlya Leoshkevich1-15/+81
2019-11-18s390/bpf: Use lgrl instead of lg where possibleIlya Leoshkevich1-12/+20
2019-11-18s390/bpf: Load literal pool register using larlIlya Leoshkevich1-3/+19
2019-11-18s390/bpf: Align literal pool entriesIlya Leoshkevich1-13/+24
2019-11-18s390/bpf: Use relative long branchesIlya Leoshkevich1-32/+126
2019-11-15s390/bpf: Make sure JIT passes do not increase code sizeIlya Leoshkevich1-8/+66
2019-11-07s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ipIlya Leoshkevich1-16/+5
2019-11-07s390/bpf: Wrap JIT macro parameter usages in parenthesesIlya Leoshkevich1-31/+31
2019-11-07s390/bpf: Use kvcalloc for addrs arrayIlya Leoshkevich1-2/+3
2019-10-31s390/idle: fix cpu idle time calculationHeiko Carstens1-7/+22
2019-10-31s390/unwind: fix mixing regs and spIlya Leoshkevich2-5/+14
2019-10-31s390/cmm: fix information leak in cmm_timeout_handler()Yihui ZENG1-6/+6
2019-10-22s390/kaslr: add support for R_390_GLOB_DAT relocation typeGerald Schaefer2-3/+12
2019-10-11s390/uaccess: avoid (false positive) compiler warningsChristian Borntraeger1-2/+2
2019-10-05KVM: s390: mark __insn32_query() as __always_inlineHeiko Carstens1-1/+1
2019-10-05KVM: s390: fix __insn32_query() inline assemblyHeiko Carstens1-3/+3
2019-10-04s390: update defconfigsHeiko Carstens3-18/+33
2019-10-04s390/pci: mark function(s) __always_inlineHeiko Carstens1-1/+1
2019-10-04s390/mm: mark function(s) __always_inlineHeiko Carstens1-11/+11
2019-10-04s390/jump_label: mark function(s) __always_inlineHeiko Carstens1-2/+2
2019-10-04s390/cpu_mf: mark function(s) __always_inlineHeiko Carstens1-1/+2
2019-10-04s390/atomic,bitops: mark function(s) __always_inlineHeiko Carstens2-5/+5
2019-10-04s390/mm: fix -Wunused-but-set-variable warningsQian Cai2-3/+9
2019-10-04s390: mark __cpacf_query() as __always_inlineJiri Kosina1-1/+1
2019-10-01s390/qdio: clarify size of the QIB parm areaJulian Wiedmann1-1/+1
2019-10-01s390/cpumf: Fix indentation in sampling device driverThomas Richter1-1/+1
2019-10-01s390/cpumsf: Check for CPU Measurement samplingThomas Richter2-1/+10
2019-10-01s390/cpumf: Use consistant debug print formatThomas Richter1-2/+2
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds4-7/+7
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds2-24/+2
2019-09-26Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-48/+136
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-3/+3
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-1/+0
2019-09-24Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-62/+75
2019-09-23s390/topology: avoid firing events before kobjs are createdVasily Gorbik1-1/+2
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-19/+16
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-13/+3
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2019-09-19s390/cpumf: Remove mixed white spaceThomas Richter1-5/+5
2019-09-19s390/cpum_sf: Support ioctl PERF_EVENT_IOC_PERIODThomas Richter2-40/+127
2019-09-19s390/zcrypt: CEX7S exploitation supportHarald Freudenberger1-2/+2
2019-09-18vfs: Convert hypfs to use the new mount APIDavid Howells1-58/+70
2019-09-18hypfs: Fix error number left in struct pointer memberDavid Howells1-4/+5
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-12/+61