summaryrefslogtreecommitdiff
path: root/arch/s390/Kconfig
AgeCommit message (Expand)Author
2023-05-17s390/iommu: get rid of S390_CCW_IOMMU and S390_AP_IOMMUJason Gunthorpe
2023-05-17s390/Kconfig: remove obsolete configs SCHED_{BOOK,DRAWER}Lukas Bulwahn
2023-05-05s390: remove the unneeded select GCC12_NO_ARRAY_BOUNDSLukas Bulwahn
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-04-20s390: select ARCH_USE_SYM_ANNOTATIONSHeiko Carstens
2023-04-20s390/mm: enable ARCH_HAS_SET_DIRECT_MAPHeiko Carstens
2023-04-18mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V
2023-04-13s390/checksum: always use cksm instructionHeiko Carstens
2023-04-05s390/mm: try VMA lock-based page fault handling firstHeiko Carstens
2023-04-04s390: enable HAVE_ARCH_STACKLEAKHeiko Carstens
2023-03-27s390: enable ARCH_HAS_MEMBARRIER_SYNC_COREHeiko Carstens
2023-03-20s390: make use of CONFIG_FUNCTION_ALIGNMENTHeiko Carstens
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-03-01s390/Kconfig: sort config S390 select list againHeiko Carstens
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2023-01-30vfio-mdev: add back CONFIG_VFIO dependencyArnd Bergmann
2023-01-23vfio-mdev: turn VFIO_MDEV into a selectable symbolChristoph Hellwig
2023-01-22s390/kprobes: replace kretprobe with rethookVasily Gorbik
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-02s390/checksum: support GENERIC_CSUM, enable it for KASANHeiko Carstens
2022-11-23s390/mm: provide minimal setup_per_cpu_areas() implementationHeiko Carstens
2022-11-10s390: select ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPGerald Schaefer
2022-11-08s390: always build relocatable kernelHeiko Carstens
2022-10-21arch/s390: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig optionPaul E. McKenney
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld
2022-06-30s390: remove unneeded 'select BUILD_BIN2C'Masahiro Yamada
2022-06-10Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Juergen Gross
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-06-01s390/Kconfig: fix indentationJuerg Haefliger
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada
2022-04-26arch: Add SYSVIPC_COMPAT for all architecturesGuo Ren
2022-04-06s390: allow to compile with z16 optimizationsHeiko Carstens
2022-03-27s390/unwind: avoid duplicated unwinding entries for kretprobesVasily Gorbik
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik
2022-03-01s390: always use the packed stack layoutVasily Gorbik
2022-02-25usercopy: Check valid lifetime via stack depthKees Cook
2022-02-25uaccess: generalize access_ok()Arnd Bergmann
2022-01-24s390/module: test loading modules with a lot of relocationsIlya Leoshkevich
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-15arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov