summaryrefslogtreecommitdiff
path: root/arch/s390/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2023-05-06s390: remove the unneeded select GCC12_NO_ARRAY_BOUNDSLukas Bulwahn1-1/+0
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-4/+6
2023-04-20s390: select ARCH_USE_SYM_ANNOTATIONSHeiko Carstens1-0/+1
2023-04-20s390/mm: enable ARCH_HAS_SET_DIRECT_MAPHeiko Carstens1-0/+1
2023-04-19mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V1-1/+1
2023-04-13s390/checksum: always use cksm instructionHeiko Carstens1-4/+0
2023-04-06s390/mm: try VMA lock-based page fault handling firstHeiko Carstens1-0/+1
2023-04-04s390: enable HAVE_ARCH_STACKLEAKHeiko Carstens1-0/+1
2023-03-27s390: enable ARCH_HAS_MEMBARRIER_SYNC_COREHeiko Carstens1-0/+1
2023-03-20s390: make use of CONFIG_FUNCTION_ALIGNMENTHeiko Carstens1-0/+2
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-3/+3
2023-03-01s390/Kconfig: sort config S390 select list againHeiko Carstens1-3/+3
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-2/+6
2023-01-30vfio-mdev: add back CONFIG_VFIO dependencyArnd Bergmann1-1/+3
2023-01-23vfio-mdev: turn VFIO_MDEV into a selectable symbolChristoph Hellwig1-2/+4
2023-01-22s390/kprobes: replace kretprobe with rethookVasily Gorbik1-0/+1
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+7
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2022-12-02s390/checksum: support GENERIC_CSUM, enable it for KASANHeiko Carstens1-0/+4
2022-11-23s390/mm: provide minimal setup_per_cpu_areas() implementationHeiko Carstens1-0/+2
2022-11-10s390: select ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPGerald Schaefer1-0/+1
2022-11-08s390: always build relocatable kernelHeiko Carstens1-3/+3
2022-10-21arch/s390: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig optionPaul E. McKenney1-0/+1
2022-08-03Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-15/+0
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra1-0/+1
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld1-15/+0
2022-06-30s390: remove unneeded 'select BUILD_BIN2C'Masahiro Yamada1-1/+0
2022-06-10Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds1-0/+1
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross1-1/+0
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-4/+4
2022-06-01s390/Kconfig: fix indentationJuerg Haefliger1-4/+4
2022-06-01Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+0
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+0
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada1-1/+0
2022-04-26arch: Add SYSVIPC_COMPAT for all architecturesGuo Ren1-3/+0
2022-04-06s390: allow to compile with z16 optimizationsHeiko Carstens1-0/+19
2022-03-27s390/unwind: avoid duplicated unwinding entries for kretprobesVasily Gorbik1-0/+1
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-80/+17
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik1-66/+2
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik1-0/+15
2022-03-01s390: always use the packed stack layoutVasily Gorbik1-15/+1
2022-02-26usercopy: Check valid lifetime via stack depthKees Cook1-0/+1
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-0/+1
2022-01-24s390/module: test loading modules with a lot of relocationsIlya Leoshkevich1-0/+15
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-15arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov1-1/+0
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar1-1/+2
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann1-1/+0