aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner2-27/+47
2019-02-10Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner10-574/+318
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+20
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-1/+1
2019-02-07syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann1-2/+0
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-26/+26
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2-3/+3
2019-01-25arch: add split IPC system calls where neededArnd Bergmann1-0/+12
2019-01-18s390: remove compat_wrapper.cArnd Bergmann3-326/+140
2019-01-18s390: autogenerate compat syscall wrappersArnd Bergmann5-21/+147
2019-01-18s390: use generic UID16 implementationArnd Bergmann5-252/+41
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2-2/+4
2019-01-18s390: open-code s390_personality syscallArnd Bergmann1-2/+5
2019-01-11s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPUDavid Hildenbrand1-1/+6
2019-01-11s390/vdso: correct vdso mapping for compat tasksVasily Gorbik2-4/+3
2019-01-11s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer1-0/+4
2019-01-11s390/mm: always force a load of the primary ASCE on context switchMartin Schwidefsky1-3/+2
2019-01-11s390/early: improve machine detectionChristian Borntraeger2-2/+4
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds5-36/+8
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+3
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2-14/+5
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-15/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-1/+0
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada1-1/+1
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2-5/+2
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-2/+2
2019-01-04fls: change parameter to unsigned intMatthew Wilcox1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2019-01-02Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-39/+23
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2019-01-01s390/pci: skip VF scanningSebastian Ott1-0/+3
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-19/+7
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-2/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-23/+31
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-16/+6
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2-21/+29
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+12
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-17/+18
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-10/+2
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada2-2/+2
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-19Merge tag 'kvm-s390-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-7/+17
2018-12-18KVM: s390: fix kmsg component kvm-s390Michael Mueller1-4/+3
2018-12-18KVM: s390: unregister debug feature on failing arch initMichael Mueller1-3/+14
2018-12-14kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini1-10/+1