summaryrefslogtreecommitdiffstats
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-22s390/cpum_cf: move counter set controls to a new header fileHendrik Brueckner4-43/+56
2019-02-21s390/extmem: print DCSS range with %pxGerald Schaefer1-2/+2
2019-02-21s390/extmem: remove code for 31 bit addressing modeGerald Schaefer1-117/+12
2019-02-20s390/setup: fix boot crash for machine without EDAT-1Martin Schwidefsky1-7/+6
2019-02-20s390/setup: fix early warning messagesMartin Schwidefsky1-9/+23
2019-02-20s390/jump_label: Use "jdd" constraint on gcc9Ilya Leoshkevich1-4/+10
2019-02-07s390: add alignment hints to vector load and storeMartin Schwidefsky1-4/+4
2019-02-07s390: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-02-07s390/qdio: make SBAL address array type-safeJulian Wiedmann1-2/+2
2019-02-07s390/pci: map IOV resourcesSebastian Ott1-0/+20
2019-02-07s390/pci: improve bar checkSebastian Ott1-1/+1
2019-02-07s390/mmap: take stack_guard_gap into account for mmap_baseMartin Schwidefsky1-14/+19
2019-02-07s390: remove dead codeGerald Schaefer1-2/+0
2019-02-07s390/setup: remove obsolete #ifdefGerald Schaefer1-9/+0
2019-01-28s390: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-10/+0
2019-01-28s390: pci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-12/+4
2019-01-28s390/hypfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman7-27/+19
2019-01-28s390/setup: set control program code via diag 318Collin Walling4-0/+35
2019-01-23Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Martin Schwidefsky10-569/+328
2019-01-23s390: fix system call tracingHeiko Carstens1-0/+25
2019-01-18s390/hypfs: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-18s390/kasan: improve string/memory functions checksVasily Gorbik3-6/+51
2019-01-18s390: remove the ptep_modify_prot_{start,commit} exportsChristoph Hellwig1-2/+0
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-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds5-36/+8
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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...Linus Torvalds5-39/+23
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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/...Linus Torvalds1-19/+7
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus 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