aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+0
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-153/+42
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+4
2019-04-18Merge tag 's390-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-6/+6
2019-04-17s390/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf1-1/+2
2019-04-17s390: correct some inline assembly constraintsVasily Gorbik2-5/+5
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann1-0/+4
2019-04-14s390/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner1-6/+0
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-18/+10
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-6/+5
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-12/+5
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-6/+0
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long1-1/+0
2019-04-03s390/tlb: Convert to generic mmu_gatherMartin Schwidefsky3-151/+42
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra1-3/+1
2019-03-29s390/mem_detect: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD)Joe Perches1-1/+1
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